@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=Cinzel+Decorative:wght@400;700;900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Staatliches&display=swap');
.profiles .form-control {
	border-radius: 0;
	padding:20px;
    line-height: 20px;
    height: 50px;
	border: 1px solid transparent;
	color: var(--body-color);
	background-color: var(--white-color);
}
.fixcreation { background-color: rgba(195,18,21,0.40)}
.profiles .form-control:focus {
	outline: 0;
	box-shadow: none;
	border-color: transparent;
	background-color: var(--white-color);
}

.profiles .form-control::placeholder {
	color: var(--body-color);
	text-transform: capitalize;
}

.profiles .form-group {
	margin-bottom: 30px;
	position: relative;
}

.profiles .form-group>i {
	position: absolute;
	right: 30px;
	top: 20px;
	font-size: 18px;
	color: rgba(var(--theme-color), 1);
}

.fs-20 {
	font-size: 20px !important;
}

@media (max-width:1199px) {
	.fs-20 {
		font-size: 18px !important;
	}
}

.bg-light-dark {
	background-color: rgba(0,0,0,0.5) !important;
}

.text-white {
	color: var(--white-color) !important;
    font-size: 0.7rem;
}

.py-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.fs-20 {
	font-size: 20px !important;
}
.profilechar { padding-top: 65px;}

.profilechar .avatar{position: absolute;
    left: 260px;
    margin-top: 50px;
    margin-left: 100px;
    border-radius: 50%;
    border: 3px solid #24314e;
    width: 110px;
    height: 110px; }


.info-profile {  background: rgba(0,0,0,0.5); font-family: "Staatliches", serif; }


.vs-btn {
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	border: none;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	z-index: 1;
	min-width: 210px;
	padding: 0;
	line-height: 1;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.vs-btn:before {
	content: '';
	z-index: -1;
	position: absolute;
	left: 5.5px;
	right: 5.5px;
	top: 0;
	bottom: 0;
}

.vs-btn:after {
	content: '';
	position: absolute;
	top: -5%;
	left: -30%;
	width: 20px;
	height: 110%;
	opacity: .7;
	visibility: visible;
	background-color: var(--white-color);
	-webkit-transition: all ease .6s;
	transition: all ease .6s;
}

.vs-btn:hover:after {
	left: 120%;
	opacity: .3;
}

.vs-btn.gradient-btn:after {
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
}

.vs-btn.gradient-btn:after {
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
}

.vs-btn.gradient-btn {
	color: var(--white-color);
	padding: 18px 38px;
	font-size: 14px;
}

.vs-btn.gradient-btn:before {
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
	background-image: var(--bs-gradient-5);
}

.ls-layer .vs-btn {
	font-size: 14px;
}

@media (max-width:768px) {
	.ls-btn-group .vs-btn {
		padding: 18px 35px;
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content;
		height: auto;
		width: auto;
		line-height: 1;
	}

	.ls-btn-group .vs-btn:before {
		-webkit-transform: skewX(0);
		-ms-transform: skewX(0);
		transform: skewX(0);
	}
}

@media (max-width:576px) {
	.ls-btn-group .vs-btn {
		font-size: 12px;
		padding: 14px 30px;
		margin-right: 10px;
	}
}


.vs-btn-filter {
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	border: none;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	z-index: 1;
	min-width: 150px;
	padding: 0;
	line-height: 1;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.vs-btn-filter:before {
	content: '';
	z-index: -1;
	position: absolute;
	left: 5.5px;
	right: 5.5px;
	top: 0;
	bottom: 0;
}

.vs-btn-filter:after {
	content: '';
	position: absolute;
	top: -5%;
	left: -30%;
	width: 20px;
	height: 110%;
	opacity: .7;
	visibility: visible;
	background-color: var(--white-color);
	-webkit-transition: all ease .6s;
	transition: all ease .6s;
}

.vs-btn-filter:hover:after {
	left: 120%;
	opacity: .3;
}

.vs-btn-filter.gradient-btn:after {
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
}

.vs-btn-filter.gradient-btn:after {
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
}

.vs-btn-filter.gradient-btn {
	color: var(--white-color);
	padding: 18px 38px;
	font-size: 14px;
}

.vs-btn-filter.gradient-btn:before {
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
	background-image: var(--bs-gradient-5);
}

.ls-layer .vs-btn-filter {
	font-size: 14px;
}

@media (max-width:768px) {
	.ls-btn-group .vs-btn-filter {
		padding: 18px 35px;
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content;
		height: auto;
		width: auto;
		line-height: 1;
	}

	.ls-btn-group .vs-btn-filter:before {
		-webkit-transform: skewX(0);
		-ms-transform: skewX(0);
		transform: skewX(0);
	}
}

@media (max-width:576px) {
	.ls-btn-group .vs-btn-filter {
		font-size: 12px;
		padding: 14px 30px;
		margin-right: 10px;
	}
}


.vs-btn-on {
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	border: none;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	z-index: 1;
	min-width: 150px;
	padding: 0;
	line-height: 1;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.vs-btn-on:before {
	content: '';
	z-index: -1;
	position: absolute;
	left: 5.5px;
	right: 5.5px;
	top: 0;
	bottom: 0;
}

.vs-btn-on:after {
	content: '';
	position: absolute;
	top: -5%;
	left: -30%;
	width: 20px;
	height: 110%;
	opacity: .7;
	visibility: visible;
	background-color: var(--white-color);
	-webkit-transition: all ease .6s;
	transition: all ease .6s;
}

.vs-btn-on:hover:after {
	left: 120%;
	opacity: .3;
}

.vs-btn-on.gradient-btn:after {
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
}

.vs-btn-on.gradient-btn:after {
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
}

.vs-btn-on.gradient-btn {
	color: black;
	padding: 18px 38px;
	font-size: 14px;
}

.vs-btn-on.gradient-btn:before {
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
	background-image: var(--bs-gradient-3);
}

.ls-layer .vs-btn-on {
	font-size: 14px;
}

@media (max-width:768px) {
	.ls-btn-group .vs-btn-on {
		padding: 18px 35px;
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content;
		height: auto;
		width: auto;
		line-height: 1;
	}

	.ls-btn-group .vs-btn-on:before {
		-webkit-transform: skewX(0);
		-ms-transform: skewX(0);
		transform: skewX(0);
	}
}

@media (max-width:576px) {
	.ls-btn-group .vs-btn-on {
		font-size: 12px;
		padding: 14px 30px;
		margin-right: 10px;
	}
}
.profiletxt { font-size: 1.5rem; text-transform: uppercase;font-family: "Roboto", sans-serif; font-weight: bolder; background-image: linear-gradient(to right, #a23e2f 0%, #ba6356 100%); padding: 10px; text-align: center; font-weight: bolder;color:white;  font-family: "Staatliches", serif; }
.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: #222227;
    color: #fff;
}


.profiles table.rakings-deidad-customs td {
    padding: 11.5px !important;
    background-color: #171920;
    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: #ffffff !important;
	padding-top: 10px;
}

.item-info {
	color: #ffffff !important;
}

.item-info-section {
	padding-top: 10px;
}

.item-class-req {
	color: #b4b4b4 !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: #4d668d !important;
	padding-top: 10px;
}

.item-opt-anc {
	color: #9aadd5 !important;
	padding-top: 10px;
}

.item-opt-socket {
	color: #4d668d !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:80px;
	top: 240px;
	width: 50px;
	height: 80px;
	float: left;
}

.profile_item1 {
	position: relative;
	left: 346px;
	top: 240px;
	width: 50px;
	height: 80px;
	float: left;
}

.profile_item2 {
	position: relative;
	left: 40px;
	top: 40px;
	width: 50px;
	height: 50px;
	float: left;
}

.profile_item3 {
	position: relative;
	left: -33px;
	top: 117px;
	width: 50px;
	height: 80px;
	float: left;
}

.profile_item4 {
	position: relative;
	left: -45px;
	top: 280px;
	width: 50px;
	height: 50px;
	float: left;
}

.profile_item5 {
	position: relative;
	left:100px;
	top: 150px;
	width: 50px;
	height: 50px;
	float: left;
}

.profile_item6 {
	position: relative;
	left:20px;
	top: 280px;
	width: 50px;
	height: 50px;
	float: left;
}

.profile_item7 {
	position: relative;
	left:0px;
	top: 60px;
	width: 90px;
	height: 50px;
	float: left;
    background-size: contain !important;
}


.profile_item8 {
	position: relative;
	left: -373px;
	top: 40px;
	width: 50px;
	height: 50px;
	float: left;
}

.profile_item9 {
	position: relative;
	left: -200px;
	top: 55px;
	width: 30px;
	height: 30px;
	float: left;
}

.profile_item10 {
	position: relative;
	left: -327px;
	top: 193px;
	width: 30px;
	height: 30px;
	float: left;
}

.profile_item11 {
	position: relative;
	left: 132px;
	top: 163px;
	width: 30px;
	height: 30px;
	float: left;
}

.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: #ffffff;
	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);
}

@media only screen and (max-width: 768px) {

	/* For mobile phones: */
	.col-3 {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		flex: 0 0 100%;
	}

	.card-info-character {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		flex: 0 0 100%;
	}
}

.Char-info-header-table {
	width: 100%
}

.Char-info-header-table td.character-class span {
	font-size: 13px;
	margin-right: 5px;
	border-radius: 5px;
	font-weight: bolder;
	color: white;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	line-height: 30px;
	background-color: #884EA0;

}

.Char-info-header-table td a {
	display: block;
	font-size: 18px;
	font-weight: bolder;
	color: white;
	text-align: center;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-left: 5px;
	line-height: 30px;
}

.card-info-character {
	width: 300px;
	margin-left: 30px;
	margin-bottom: 30px;
	border-radius: 20px;
	background-color: #222227;
	padding: 5px;
	overflow: hidden;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
	transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.info-char-small {
	margin-top: 10px;
	text-align: center;
}

.info-char-small span {
	display: inline-block;
	border-radius: 5px;
	font-size: 0.8rem;
	padding: 3px;
	margin-bottom: 10px;
	background-color: #2C3E50;
	color: azure
}


.card-info-character:hover {
	transform: scale(1.01);
}

.card-info-character .top-section {
	height: 180px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	background-color: #222227;
	position: relative;
}


.card-info-character .top-section .border {
	border-bottom-right-radius: 10px;
	height: 40px;
	width: 160px;
	background: white;
	background-color: #222227;
	position: relative;
	transform: skew(-40deg);
	box-shadow: -10px -10px 0 0 #222227;
    border: none !important;
}

.card-info-character .top-section .border::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	right: -15px;
	background: rgba(255, 255, 255, 0);
	border-top-left-radius: 10px;
	box-shadow: -5px -5px 0 2px #222227;
}

.card-info-character .top-section::before {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	background: rgba(255, 255, 255, 0);
	height: 15px;
	width: 15px;
	border-top-left-radius: 15px;
	box-shadow: -5px -5px 0 2px #222227;
}


.card-info-character .top-section .icons {
	position: absolute;
	top: 0;
	width: 100%;
	height: 30px;
	display: inline-block;
	justify-content: space-between;
}

.card-info-character .top-section .icons .logo {
	height: 100%;
	padding: 7px 0 7px 15px;
}

.card-info-character .top-section .icons .logo .top-section {
	height: 100%;
}

.card-info-character .top-section .icons .social-media {
	height: 100%;
	padding: 8px 15px;
	display: flex;
	gap: 7px;
}

.card-info-character .top-section .icons .social-media .svg {
	height: 100%;
	fill: #1b233d;
}

.card-info-character .top-section .icons .social-media .svg:hover {
	fill: white;
}

.card-info-character .bottom-section {
	margin-top: 15px;
	padding: 10px 5px;
}

.card-info-character .bottom-section .title {
	display: block;
	font-size: 17px;
	font-weight: bolder;
	color: white;
	text-align: center;
	letter-spacing: 2px;
}

.card-info-character .bottom-section .row {
	display: flex;
	justify-content: space-between;
}

.card-info-character .bottom-section .row .item {
	flex: 30%;
	text-align: center;
	padding: 5px;
	color: rgba(170, 222, 243, 0.721);
}

.card-info-character .bottom-section .row .item .big-text {
	font-size: 12px;
	display: block;
}

.card-info-character .bottom-section .row .item .regular-text {
	font-size: 9px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

:root {
    --bs-gradient-5: linear-gradient(to right, #a23e2f 0%, #ba6356 100%);
    --bs-gradient-3: linear-gradient(to right, #28a745 0%, #5ccc76 100%);
	--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: #ffffff;
	--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: #ffffff;
	--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: #2c3e50;

	--item-name-bg-color: rgba(44, 62, 80, 1.0);
}