
.profilechar { padding-top: 65px;}

.profilechar .avatar{position: absolute;
    left: 260px;
    margin-top: 50px;
    margin-left: 100px;
    border-radius: 50%;
    border: 3px solid #130600;
    width: 110px;
    height: 110px; }

.profiles {padding-left: 15%; padding-right:15%;}
.profiletxt { font-size: 1.5rem; text-transform: uppercase;font-family: "Roboto", sans-serif; font-weight: bolder;}
.user-details .user-name {
color: aliceblue; display: inline-block;	
text-shadow: 2px 2px 2px black;
		font-size: 3rem !important;
}


.user-details .user-class {
color: aliceblue; display: block;		
text-shadow: 2px 2px 2px black;
	font-size: 2rem !important;
}


.profiles table.rakings-deidad-customs th {
    padding: 11.5px !important;
    background-color: #130600;
    color: #fff;
}


.profiles table.rakings-deidad-customs td {
    padding: 11.5px !important;
    background-color: #130600;
    color: #fff;
}

#profiles .rakings-deidad-customs { margin-bottom: 40px;}
#profiles .rakings-deidad-customs th { background-color: rgb(112, 123, 124,0.30);}
#profiles .status-online { color: aquamarine;}
#profiles .status-offline { color: orangered;}

.d-flex {
	display: flex !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.top-0 {
	top: 0 !important;
}

.end-0 {
	right: 0 !important;
}

.w-100 {
	width: 100% !important;
}

.h-100 {
	height: 100% !important;
}

.align-items-center {
	align-items: center !important;
}

.mt-15 {
	margin-top: 3.75rem !important;
}

.mt-10 {
	margin-top: 2.5rem !important;
}

.me-10 {
	margin-right: 2.5rem !important;
}

.mb-10 {
	margin-bottom: 2.5rem !important;
}

.mb-3 {
	margin-bottom: 0.75rem !important;
}

.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.gap-3 {
	gap: 0.75rem !important;
}

.gap-1 {
	gap: 0.25rem !important;
}

.rounded {
	border-radius: var(--bs-border-radius) !important;
}

.rounded-5 {
	border-radius: 30px !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.z-1 {
	z-index: 1 !important;
}

.z-2 {
	z-index: 2 !important;
}

@media (min-width: 576px) {
	.mt-sm-15 {
		margin-top: 3.75rem !important;
	}

	.mt-sm-10 {
		margin-top: 2.5rem !important;
	}

	.px-sm-6 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.gap-sm-6 {
		gap: 1.5rem !important;
	}

	.gap-sm-3 {
		gap: 0.75rem !important;
	}

}

@media (min-width: 768px) {
	.px-md-10 {
		padding-right: 2.5rem !important;
		padding-left: 2.5rem !important;
	}

}

@media (min-width: 992px) {
	.mt-lg-0 {
		margin-top: 0 !important;
	}

	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
}

@media (min-width: 1400px) {
	.px-xxl-15 {
		padding-right: 3.75rem !important;
		padding-left: 3.75rem !important;
	}
}

/*! CSS Used from: https://gameplex-final.vercel.app/gameplex-v1/assets/css/style.css */
/*! @import https://gameplex-final.vercel.app/gameplex-v1/assets/webfont/tabler-icons.min.css */
.ti {
	font-family: "tabler-icons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ti-brand-discord:before {
	content: "\ece3";
}

.ti-brand-facebook:before {
	content: "\ec1a";
}

.ti-brand-instagram:before {
	content: "\ec20";
}

.ti-brand-twitter:before {
	content: "\ec27";
}

.ti-camera:before {
	content: "\ea54";
}

.ti-edit-circle:before {
	content: "\ee85";
}

/*! end @import */
* {
	box-sizing: border-box;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
	appearance: none;
	width: 5px;
}

::-webkit-scrollbar-track {
	background: rgb(var(--p2));
	border-radius: 5px;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-thumb {
	background: rgb(var(--p1));
	border-radius: 5px;
}

::selection {
	color: rgb(var(--p1));
	background: rgb(var(--n1));
}

section {
	position: relative;
	overflow: hidden;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}








@media (max-width: 1199px) {
	h3 {
		font-size: 30px;
	}
}

.pt-120 {
	padding-top: 120px;
}

.pb-120 {
	padding-bottom: 120px;
}

@media (max-width: 991px) {
	h3 {
		font-size: 24px;
	}

	.fs-2xl {
		font-size: 22px;
	}

	.pt-120 {
		padding-top: 60px;
	}

	.pb-120 {
		padding-bottom: 60px;
	}
    .profiles .col-6 { width: 100%;
    flex: 0 0 100%;
        max-width: 100%; }
.profiles {padding-left:3%; padding-right:3%;}
}

@media (max-width: 575px) {
	.fs-2xl {
		font-size: 18px;
	}

	.pt-120 {
		padding-top: 50px;
	}

	.pb-120 {
		padding-bottom: 50px;
	}
    .profiles .col-6 { width: 100%;
    flex: 0 0 100%;
        max-width: 100%; }
        .profiles {padding-left:3%; padding-right:3%;}
}

@media (max-width: 480px) {
	h3 {
		font-size: 20px;
	}

	.fs-2xl {
		font-size: 16px;
	}
    
    .profiles .col-6 { width: 100%;
    flex: 0 0 100%;
        max-width: 100%; }
    
    .profiles {padding-left:0%; padding-right:0%;}
}



.box-style {
	width: 48px;
	min-width: 48px;
	max-width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.5s ease;
	border: 1px solid rgb(var(--p1));
}

.box-style::before {
	content: "";
	position: absolute;
	top: var(--x);
	left: var(--y);
	transform: translate(-50%, -50%);
	transition: all 0.7s ease;
	background: rgb(var(--p1));
	border-radius: inherit;
	width: 0;
	height: 0;
	z-index: -1;
}

.box-style:hover::before {
	width: 200%;
	height: 200%;
}

.d-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bgn-4 {
	background: rgb(var(--n4));
}

::placeholder {
	color: rgb(var(--n6));
}

.parallax-banner-area {
	width: 100%;
	height: 100%;
	max-height: 400px;
	min-height: 150px;
}

.parallax-banner-area img {
	min-height: 120px;
	max-height: 400px;
}

.profile-banner-section {
	padding-top: 50px;
	border-radius: 30px;
	padding-bottom: 50px;
}

.profile-banner-section .profile-banner {
	min-height: 200px;
}

.profile-banner-section .profile-banner::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--gradient4);
}

.profile-banner-section .profile-banner .tbi {
	max-height: 400px;
	min-height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
}

.profile-banner-section .profile-banner .edit-btn {
	cursor: pointer;
}

.profile-banner-section .profile-banner .user-profile {
	bottom: 0;
	left: 0;
	right: 0;
	transform: translateY(20%);
}

.profile-banner-section .profile-banner .user-profile .profile-thumb {
	width: auto;
	min-width: auto;
	max-width: auto;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 5px solid rgb(var(--n4));
	margin-bottom: 50px;
}

@media (max-width: 1199px) {
	.profile-banner-section .profile-banner .user-profile .profile-thumb {
		width: 180px;
		min-width: 180px;
		max-width: 180px;
		height: 180px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 991px) {
	.profile-banner-section .profile-banner .user-profile .profile-thumb {
		width: 160px;
		min-width: 160px;
		max-width: 160px;
		height: 160px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.profile-banner-section .profile-banner .user-profile .profile-thumb {
		width: 140px;
		min-width: 140px;
		max-width: 140px;
		height: 140px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 575px) {
	.profile-banner-section .profile-banner .user-profile .profile-thumb {
		width: 120px;
		min-width: 120px;
		max-width: 120px;
		height: 120px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.profile-banner-section .profile-banner .user-profile .profile-thumb {
		width: 100px;
		min-width: 100px;
		max-width: 100px;
		height: 100px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.profile-banner-section .profile-banner .user-profile .profile-thumb img {
	min-height: unset;
}

.profile-banner-section .user-social li {
	width: 40px;
	min-width: 40px;
	max-width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(var(--n4));
	border-radius: 12px;
	border: none;
}

/*! CSS Used fontfaces */


/* ITEM TOOLTIP */
.item-box {
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	width: 100%;
	white-space: nowrap;
	min-width: 200px;
	padding-bottom: 10px;
	font-size: 12px;
}

.item-name {
	padding: 4px 8px;
	font-size: 12px !important;
}

.item-serial {
	color: #fff3d1 !important;
	padding-top: 10px;
}

.item-info {
	color: #fff3d1 !important;
}

.item-info-section {
	padding-top: 10px;
}

.item-class-req {
	color: #fff3d1 !important;
}

.item-opt-jog {
	color: #ff99cc !important;
	padding-top: 10px;
}

.item-opt-harmony {
	color: #ffcc00 !important;
	padding-top: 10px;
}

.item-opt-skill {
	color: #9aadd5 !important;
}

.item-opt-luck {
	color: #9aadd5 !important;
}

.item-opt-life {
	color: #9aadd5 !important;
}

.item-opt-exc {
	color: #2ff387 !important;
	padding-top: 10px;
}

.item-opt-anc {
	color: #9aadd5 !important;
	padding-top: 10px;
}

.item-opt-socket {
	color: #130600 !important;
	padding-top: 10px;
}

.item-expiration {
	color: #ff544f !important;
	padding-top: 10px;
}

/* PROFILES */

.profilechar .fadeitem { background-color:red;z-index:-2;}
.profilekills td p { font-size: 0.7rem;}
.profilekills td p span{ font-size: 0.6rem !important;}
.profile_item0 {
	position: relative;
	left:60px;
	top: 65px;
	width: 50px;
	height: 80px;
	float: left;
}

.profile_item1 {
	position: relative;
	left: 230px;
	top: 65px;
	width: 50px;
	height: 80px;
	float: left;
}

.profile_item2 {
	position: relative;
	left: 70px;
	top: 5px;
	width: 50px;
	height: 50px;
	float: left;
}

.profile_item3 {
	position: relative;
	left: 20px;
	top: 68px;
	width: 50px;
	height: 80px;
	float: left;
}

.profile_item4 {
	position: relative;
	left: -30px;
	top: 155px;
	width: 50px;
	height: 50px;
	float: left;
}

.profile_item5 {
	position: relative;
	left:-190px;
	top: 155px;
	width: 50px;
	height: 50px;
	float: left;
}

.profile_item6 {
	position: relative;
	left:-20px;
	top: 155px;
	width: 50px;
	height: 50px;
	float: left;
}

.profile_item7 {
	position: relative;
	left:40px;
	top: -45px;
	width: 90px;
	height: 50px;
	float: left;
    background-size: contain !important;
}


.profile_item8 {
	position: relative;
	left: -220px;
	top: -45px;
	width: 50px;
	height: 50px;
	float: left;
}

.profile_item9 {
	position: relative;
	left: -218px;
	top: -25px;
	width: 30px;
	height: 30px;
	float: left;
}

.profile_item10 {
	position: relative;
	left: -215px;
	top: 95px;
	width: 30px;
	height: 30px;
	float: left;
}

.profile_item11 {
	position: relative;
	left: 235px;
	top: 65px;
	width: 30px;
	height: 30px;
	float: left;
}


/* NEWS SLOW */


.earing1 {
	position: relative;
	left: 95px;
	top: -5px;
	width: 30px;
	height: 30px;
	float: left;
}

.earing2 {
	position: relative;
	left: 175px;
	top: -5px;
	width: 30px;
	height: 30px;
	float: left;
}

.pet1 {
	position: relative;
	left: -30px;
	top: 106px;
	width: 50px;
	height: 50px;
	float: left;
}

.pet2 {
	position: relative;
	left: 140px;
	top: 106px;
	width: 50px;
	height: 50px;
	float: left;
}


/* NEWS SLOW  END*/





.deidadbuttonfix {
	width: 150px;
	border-radius: 0px;
	height: 38px
}

.custom-select {
	position: relative;
	font-family: Arial;
}

.custom-select input {
	float: right;
}

.custom-select select {
	display: none;
	/*hide original SELECT element:*/
	width: 250px;
}

.select-selected {
	background-color: DodgerBlue;
	width: 250px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
	color: #fff3d1;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
	user-select: none;
}

/*style items (options):*/
.select-items {
	position: absolute;
	background-color: DodgerBlue;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

:root {
	--bg-color: rgba(44, 62, 80, 1.0);
	--content-bg-color: rgba(253, 253, 253, 1.0);
	--footer-bg-color: rgba(239, 239, 239, 1.0);

	--title-text-color: rgba(44, 62, 80, 1.0);
	--general-text-color: rgba(102, 102, 102, 1.0);
	--link-text-color: rgba(41, 128, 185, 1.0);
	--link-text-color-hover: rgba(52, 152, 219, 1.0);

	--btn-bg-color: rgba(44, 62, 80, 1.0);
	--btn-bg-color-hover: rgba(52, 73, 94, 1.0);
	--btn-border-color: rgba(44, 62, 80, 1.0);
	--btn-border-color-hover: rgba(52, 73, 94, 1.0);
	--btn-text-color: rgba(236, 240, 241, 1.0);

	--navbar-bg-color: rgba(44, 62, 80, 0.5);
	--navbar-bg-color-scrolled: rgba(44, 62, 80, 0.85);
	--navbar-bg-color-mobile: rgba(44, 62, 80, 0.8);
	--navbar-bg-color-scrolled-mobile: rgba(44, 62, 80, 0.9);
	--navbar-text-color: rgba(253, 253, 253, 1.0);
	--navbar-text-color-hover: rgba(52, 152, 219, 1.0);
	--navbar-active-bg-color: rgba(41, 128, 185, 1.0);
	--navbar-active-text-color: rgba(253, 253, 253, 1.0);

	--slider-bg-color: rgba(52, 73, 94, 0.25);
	--slider-title-color: rgba(41, 128, 185, 1.0);
	--slider-text-color: rgba(253, 253, 253, 1.0);

	--usercp-info-bg-color: rgba(44, 62, 80, 1.0);
	--usercp-info-text-color: rgba(253, 253, 253, 1.0);
	--usercp-section-bg-color: rgba(44, 62, 80, 1.0);
	--usercp-section-text-color: rgba(253, 253, 253, 1.0);
	--usercp-item-bg-color: rgba(41, 128, 185, 1.0);
	--usercp-item-bg-color-hover: rgba(52, 152, 219, 1.0);
	--usercp-item-text-color: rgba(253, 253, 253, 1.0);
	--usercp-item-text-color-hover: rgba(253, 253, 253, 1.0);
	--usercp-item-side-bg-color: rgba(44, 62, 80, 1.0);
	--usercp-item-side-bg-color-hover: rgba(52, 152, 219, 1.0);
	--usercp-item-side-text-color: rgba(253, 253, 253, 1.0);
	--usercp-item-side-text-color-hover: rgba(253, 253, 253, 1.0);
	--usercp-item-side-text-special-color: rgba(52, 152, 220, 1.0);
	--usercp-item-side-text-special-color-hover: rgba(0, 255, 255, 1.0);

	--item-color-exc: #2ff387;
	--item-color-socket-opt: #cc33cc;
	--item-color-socket: #cc66cc;
	--item-color-normal: #fff3d1;
	--item-color-life-opt: #8cb0ea;
	--item-color-improved: #f4cb3f;
	--item-color-anc: #0066cc;
	--item-color-anc-setopt: #ffcc66;
	--item-color-nocolor: #f4cb3f;
	--item-color-fenrir: #8cb0ea;
	--item-color-fenrir-gold: #f4cb3f;
	--item-color-errtel-title: #fff3d1;
	--item-color-errtel-opt: #8CB0EA;
	--item-color-errtel1: #ff0000;
	--item-color-errtel2: #8cb0ea;
	--item-color-errtel3: #e6bf3c;
	--item-color-errtel4: #26e027;
	--item-color-errtel5: #5b1659;
	--item-tooltip-bg: #b88223;

	--item-name-bg-color: rgba(44, 62, 80, 1.0);
}