body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	color: #6c757d;
	background-color: rgba(var(--body-color)) !important;
	font-family: 'Montserrat', sans-serif;
}

[x-cloak] { display: none !important; }

a {
	color: #34adf1;
}
a:hover,
a:active,
a:focus,
a.active {
	color: #157cb7;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	color: rgba(var(--bs-dark-rgb), 1);
}

main.main {
	flex: 1;
}
hr {
	border-color: #9bc4ff;
}

ul {
	padding: 0;
	list-style: none;
}

ol {
	list-style: none;
}

a label {
	cursor: pointer;
}

a {
	text-decoration: none;
}

.btn,
.badge,
.alert {
	color: #ffffff !important;
}

.btn-warning,
.badge-warning,
.alert-warning {
	color: #ffffff;
}

.breadcrumb {
	border-radius: .625rem;
}

.input-group-text {
	color: #8898aa;
	background-color: #ecf1f6;
	border-color: transparent;
}

.alert .fa {
	font-size: 1rem;
	margin-right: .5rem;
}

.custom-control-label::before {
	box-shadow: none !important;
}

.custom-control-input:checked~.custom-control-label::before {
	border-radius: 50%;
	border-color: rgba(var(--header-banner-background)) !important;
	background-color: rgba(var(--header-banner-background)) !important;
}

.noselect,
.custom-control-label,
.form-check-label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fr-emoticon-img {
	background-repeat: no-repeat;
	display: inline-flex;
	align-items: center;
	text-indent: -1000em;
	overflow: hidden;
	width: 18px;
	height: 18px;
}

/* SPINNER */
#spinner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.is-loading {
	height: 10rem;
	overflow: visible;
}

.is-loading> :not(#spinner) {
	display: none;
}

.iframe-payment-content {
	width: 100%;
	min-height: 200px;
	background: url(/apps/main/public/assets/img/loaders/iframe.gif) center center no-repeat;
	background-size: 64px;
	background-color: #ffffff;
}

/*FORMS*/
.form-control {
	color: #495057;
	border: 1px solid #cad1d7;
}

.form-control:focus {
	border-color: #a7adb1;
	box-shadow: none;
}

/* SELECT2 */
.select2-container--bootstrap4 .select2-selection {
	color: #495057;
	border: 1px solid #cad1d7;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
	border-color: #a7adb1;
	box-shadow: none;
}

.select2-container--bootstrap4 .select2-dropdown {
	border-color: #a7adb1;
}

.select2-results__option,
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: .75rem;
	padding-right: .75rem;
}

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
	border-bottom: 1px solid #a7adb1;
}

/*TABLES*/
.table {
	color: #6c757d;
}

.table th,
.table td {
	vertical-align: middle;
}

.table tbody tr.active {
	background-color: #ececec;
}

/*TEXTS*/
.text-default {
	color: #172b4d !important;
}

.text-primary {
	color: #5e72e4 !important;
}

.text-info {
	color: #11cdef !important;
}

.text-success {
	color: #2dce89 !important;
}

.text-danger {
	color: #f5365c !important;
}

.text-warning {
	color: #fb6340 !important;
}

/*BUTTONS*/
.btn:hover,
.btn:active,
.btn:focus {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}

.btn-rounded {
	border-radius: 2rem;
	padding: .375rem 1rem;
}

.border-radius\:full {
	border-radius: 100px !important;
}
.btn-outline {
	background-color: transparent;
}
.sfx-discord-fixed {
	position: fixed;
	bottom: 0;
	font-size: 64px;
	padding: 1%;
	z-index: 1;
	width: 2.9%;
	z-index: 999999;
}

.btn-default {
	color: #ffffff;
	border-color: #172b4d;
	background-color: #172b4d;
}

.btn-default.active,
.btn-default:hover,
.btn-default:focus {
	border-color: #0b1526;
	background-color: #0b1526;
}

.btn-primary {
	border-color: #5e72e4;
	background-color: #5e72e4;
}

.btn-primary.active,
.btn-primary:hover,
.btn-primary:focus {
	border-color: #324cdd;
	background-color: #324cdd;
}

.btn-info {
	border-color: #11cdef;
	background-color: #11cdef;
}

.btn-info.active,
.btn-info:hover,
.btn-info:focus {
	border-color: #0da5c0;
	background-color: #0da5c0;
}

.btn-success {
	border-color: #2dce89;
	background-color: #2dce89;
}

.btn-success.active,
.btn-success:hover,
.btn-success:focus {
	border-color: #24a46d;
	background-color: #24a46d;
}

.btn-danger {
	border-color: #f5365c;
	background-color: #f5365c;
}

.btn-danger.active,
.btn-danger:hover,
.btn-danger:focus {
	border-color: #ec0c38;
	background-color: #ec0c38;
}

.btn-warning {
	border-color: #fb6340;
	background-color: #fb6340;
}

.btn-warning.active,
.btn-warning:hover,
.btn-warning:focus {
	border-color: #fa3a0e;
	background-color: #fa3a0e;
}

.input-group>.input-group-append>.btn {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important;
}

.btn-tag {
	padding: .125rem .75rem;
	margin-bottom: .375rem;
	margin-left: .375rem;
}

/*BADGES*/
.badge {
	color: #ffffff;
}

.badge-default {
	background-color: #172b4d;
}

.badge-primary {
	background-color: #5e72e4;
}

.badge-info {
	background-color: #11cdef;
}

.badge-success {
	background-color: #2dce89;
}

.badge-danger {
	background-color: #f5365c;
}

.badge-warning {
	background-color: #fb6340;
}

/*ALERT*/
.alert {
	flex-wrap: wrap !important;
	width: 100%;
	color: #ffffff;
	padding: 1rem 1.5rem;
	border: 0;
	border-radius: .25rem;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}
.flex-wrap\:wrap {
	flex-wrap: wrap;
}
.alert-default {
	background-color: #172b4d;
}

.alert-primary {
	background-color: #5e72e4;
}

.alert-info {
	background-color: #11cdef;
}

.alert-success {
	background-color: #2dce89;
}

.alert-danger {
	background-color: #f5365c;
}

.alert-warning {
	background-color: #fb6340;
}

/*DROPDOWN*/
.dropdown-item {
	font-size: .9375rem;
	color: #555555;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #313a46;
	background-color: #edf1f5;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	background-color: transparent;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #333333;
	background-color: #f8f9fa;
}

/*PAGINATION*/
.pagination {
	margin-bottom: 0;
}

.pagination .page-item .page-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	padding: 0;
	margin-left: 2px;
	margin-right: 2px;
	color: #8898aa;
	border: .0625rem solid #dee2e6;
	border-radius: 50%;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	transition: .3s;
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover {
	color: #ffffff;
	background-color: rgba(var(--header-banner-background), 1);
	border-color: rgba(var(--header-banner-background), 1);
}

.pagination .page-item .page-link:hover {
	color: #8898aa;
	background-color: #dee2e6;
	border-color: #dee2e6;
}

/* MODAL */
.modal-content {
	border: 0;
	border-radius: .675rem;
}

.modal-content .product-details img {
	max-width: 100% !important;
	height: auto !important;
}

.modal-header {
	color: #ffffff;
	background-color: rgba(var(--header-banner-background));
	border-top-left-radius: .675rem;
	border-top-right-radius: .675rem;
}

.modal-title {
	font-weight: 500;
}

.modal-content .close {
	color: #ffffff;
	text-shadow: none;
	line-height: .675;
	outline: 0;
	opacity: .75;
}

.modal-content .close:hover,
.modal-content .close:focus {
	opacity: 1 !important;
}

/* SEARCH */
.nav-search .nav-link {
	border: 0 !important;
	padding: 0 !important;
}

.searchbar {
	height: 34px;
	background-color: transparent;
	border-radius: 30px;
}

.searchbar.active,
.searchbar.closing {
	background-color: #eff4ff;
}

.search-input {
	color: #212529;
	border: 0;
	outline: 0;
	padding: 0;
	background: none;
	width: 0;
	caret-color: transparent;
	line-height: 34px;
	transition: width 0.4s linear;
}

.searchbar.active>.search-input {
	width: 300px;
	padding: 0 1.25rem;
	caret-color: #212529;
	transition: width 0.4s linear;
}

.search-icon {
	width: 34px;
	height: 34px;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #5e72e4;
	color: #ffffff !important;
}

/* TITLE */
.title {
	font-size: 1rem;
	font-weight: 500;
	margin: 1rem 0;
	text-align: center;
	text-transform: uppercase;
}

.title.background {
	position: relative;
	z-index: 1;
}

.title.background:before {
	border-top: 2px solid #dfdfdf;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 95%;
	z-index: -1;
}

.title span {
	background: #fff;
	padding: 0 15px;
}

/*CARDS*/
.card {
	margin-bottom: 1.25rem;
	border: 0;
	border-radius: .625rem;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.card-header:first-child {
	color: #ffffff;
	background-color: #5e72e4;
	border: 0;
	border-radius: .625rem .625rem 0 0;
}

.card-img-profile {
	width: 100%;
	position: relative;
	padding: 18px;
	text-align: center;
	background-image: url(/apps/main/public/assets/img/extras/profile.png);
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: cover;
	border-radius: 0.625rem 0.625rem 0 0;
	overflow: hidden;
	z-index: 11;
}

.img-container {
	position: relative;
	width: 100%;
	height: 196px;
	float: left;
	overflow: hidden;
	border-radius: .625rem .625rem 0 0 !important;
}

.img-card-wrapper {
	display: flex;
	margin-bottom: 1.25rem !important;
}
.img-card-wrapper .img-container {
	border-radius: .625rem !important;
}
.img-card-wrapper .img-card:before {
	height: 100%;
}

.img-card {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.img-card:before {
	position: absolute;
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	height: 70%;
	z-index: 99;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(var(--header-banner-background),.5) 100%);
	backdrop-filter: brightness(0.5) blur(1px);
}
.img-card-center {
	position: absolute;
	z-index: 99;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	align-items: center;
}
.store-section .img-container {
	height: 300px !important;
}

.img-card-tl {
	position: absolute;
	top: 1rem;
	left: 1.5rem;
	z-index: 99;
}

.img-card-tr {
	position: absolute;
	top: 1rem;
	right: 1.5rem;
	z-index: 99;
}

.img-card-bottom {
	position: absolute;
	bottom: 20px;
	left: 1.5rem;
	right: 1.5rem;
	z-index: 99;
}

.img-card-bl {
	position: absolute;
	bottom: 20px;
	left: 1.5rem;
	z-index: 99;
}

.img-card-br {
	position: absolute;
	bottom: 20px;
	right: 1.5rem;
	z-index: 99;
}

.img-container .img-card .card-img-top {
	object-fit: cover;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: filter 0s, transform .4s ease;
	transition: filter 0s, transform .4s ease;
}

.img-container:hover .img-card .card-img-top {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.card-img-top {
	height: 100%;
	border-radius: .625rem .625rem 0 0;
}

.card-footer:last-child {
	border-radius: 0 0 .625rem .625rem;
}

/* SWEETALERT */
.swal2-popup {
	border-radius: 1rem;
}

.swal2-actions {
	margin-bottom: .75rem;
}

.swal2-popup .swal2-styled {
	padding: .5rem 1.5rem;
	border-radius: 2rem;
}

.swal2-popup .swal2-styled:hover,
.swal2-popup .swal2-styled:focus {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}

.swal2-popup #swal2-content {
	font-weight: 400;
	color: #777777;
}

/* SEARCH */
.search-cancel {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	padding: .375rem .75rem;
	font-weight: 300;
	color: #6c757d;
	background-color: #ffffff;
	border: 0;
	outline: none;
	transition: .3s all;
}

.search-cancel:hover,
.search-cancel:focus,
.search-cancel:active {
	color: #f5365c;
}

/*MESSAGE*/
.message {
	margin-bottom: 1rem;
}

.message:after {
	display: block;
	clear: both;
	content: "";
}

.message-img {
	float: left;
	width: 40px;
	margin-right: 15px;
	text-align: center;
}

.message-content {
	float: left;
	width: calc(100% - 55px);
}

.message-content img {
	max-width: 100%;
}

.message-header {
	margin-bottom: .325rem;
}

.message-header:after {
	display: block;
	clear: both;
	content: "";
}

.message-username {
	float: left;
}

.message-date {
	float: right;
}

.message-footer {
	display: block;
	float: left;
	width: 100%;
	margin-top: 1rem;
}

/*SECTIONS*/
.section {
	margin: 50px 0;
}

.news-section {}

.credit-section {}

.page-section {}

.error-404-section {
	position: relative;
	width: 100%;
	height: 50vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1;
	margin-bottom: 150px!important;
	margin-top: 114px;
}

.error-404-section h1 {
	font-size: 100px;
	color: #444444;
}
@media all and (max-width: 768px) {
	.error-404-section h1 {
		font-size: 60px;
	}
}

.error-404-section p {
	font-size: 20px;
}

/*HEADER*/
.header {
	width: 100%;
}

.header.sticky-top {
	top: calc(0px - 1px);
}

.navbar {
	box-shadow: 0 5px 144px -1px rgba(0, 0, 0, .13);
}


.navbar-light {
	border-radius: 0.725rem;
	background-color: rgba(var(--navbar-bg-color));
}

.navbar-dark .navbar-brand {
	color: #ffffff !important;
	transition: text-shadow .3s;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #ffffff !important;
	text-shadow: 1px 1px 10px #fff;
}

.navbar-toggler {
	color: rgba(255, 255, 255, 1);
	border: 0;
	border-color: rgba(255, 255, 255, 1);
	outline: 0;
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-dark .navbar-nav .nav-link {
	padding: .2rem .75rem;
	color: #ffffff !important;
	border: .125rem solid transparent;
}

.navbar-dark .navbar-nav .nav-item {
	margin: .6rem .125rem;
	padding: 0;
}

.navbar-dark .navbar-nav .nav-item.active .nav-link,
.navbar-dark .navbar-nav .nav-item:hover .nav-link,
.navbar-dark .navbar-nav .nav-item:focus .nav-link {
	border-color: #5e72e4;
	background-color: #5e72e4;
	border-radius: 1.5rem;
}

.navbar-dark .navbar-buttons .nav-item:last-child {
	margin-right: 0;
}

.navbar-dark .navbar-buttons .nav-item .nav-link {
	border-color: #5e72e4;
	background-color: transparent;
	border-radius: 1.5rem;
}

.navbar-server {
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #f5365c;
}

.navbar-server.active {
	background-color: #02b875;
}

.navbar-ip {
	cursor: pointer;
}

.navbar-ip i:first-child {
	margin-right: .5rem;
}

.navbar-ip i:last-child {
	margin-left: .5rem;
}

/* HEADER BANNER */
.header-banner {
	width: 100%;
	background-color: rgba(var(--header-banner-background));
	background-size: cover;
	object-fit: cover;
	margin-bottom: -1px;
	height: 350px;
}
.header-banner-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*  padding: 2.5rem;*/
	font-weight: 600;
}
@media (max-width: 768px) {
	.header-banner-content {
		width: 100%;
		justify-content: center;
	}
}
.zoom-hover {
	transition: transform .3s;
	transform: scale(1.0);
}
.zoom-hover:hover {
	transform: scale(1.1);
}
.header-banner-logo {
	max-height: var(--banner-logo-size);
}
.text-yellow {
	color: #fff600;
}

/* BROADCAST */
.broadcast {
	width: 100%;
	height: 44px;
	overflow: hidden;
	margin: 0;
	margin-bottom: -1px;
}
.broadcast-item {
	display: inline-block;
	padding: 10px 0;
	padding-right: 600px;
}
@media (max-width: 768px) {
	.broadcast-item {
		padding-right: 400px;
	}
}
.broadcast-link {
	color: #ffffff !important;
}

/*CAROUSEL*/
.carousel {
	width: 100%;
}

.carousel-item {
	width: 100%;
}

.carousel-item img {
	width: 100%;
	max-height: 30rem;
	object-fit: cover;
	-webkit-filter: brightness(70%);
	filter: brightness(70%);
}

.carousel-caption {
	bottom: 10rem;
}

.carousel-caption>h1 {
	font-size: 3rem;
}

.carousel-caption>p {
	font-size: 1.5rem;
}

.carousel-indicators {
	bottom: 1.25rem;
}

.carousel-indicators li {
	border-top: 0;
	border-bottom: 0;
	border-radius: 100px;
	margin-bottom: 10px;
	background-color: #ffffff;
}

.carousel-indicators li.active {
	background-color: #ffffff;
}

.carousel-control-prev,
.carousel-control-next {
	width: 8%;
}

.carousel-control-prev .fa,
.carousel-control-next .fa {
	font-size: 3.5rem;
}

.server-online-info {
	width: 100%;
	padding: 1rem 0;
	background-color: #f5365c;
	color: #ffffff;
	font-size: 1.5rem;
	text-align: center;
	transition: .3s background-color;
}

.server-online-info.active {
	background-color: #02b875;
}

/*NAV-TABS*/
.nav-tabs .nav-link {
	padding: 18px;
	font-size: 1rem;
	font-weight: 600;
	color: #515151;
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid rgba(152, 166, 173, .2);
	transition: .3s all;
}

.nav-tabs .nav-link:hover {
	color: #5e72e4;
}

.nav-tabs .nav-link:first-child {
	border-top-left-radius: 10px;
}

.nav-tabs .nav-link:last-child {
	border-top-right-radius: 10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #5e72e4;
	border-color: #5e72e4;
}

/*NEWS*/
.news-content .fr-fic.fr-dib {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}

.news-content iframe,
.news-content .fr-video {
	width: 100% !important;
}

/*STORE*/
.store-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.store-card-stock {
	position: absolute;
	top: -.75rem;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	padding: .325rem .625rem;
	font-size: 90%;
	color: #ffffff;
	border-radius: .25rem;
}
.store-card-stock.have-stock {
	background-color: rgba(var(--secondary-color));
}
.store-card-stock.stock-out {
	background-color: #f5365c;
}

.store-card-discount {
	position: absolute;
	top: -.75rem;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.5rem;
	height: 2.5rem;
	font-size: 90%;
	color: #ffffff;
	background-color: rgba(var(--header-banner-background));
	border-radius: 50%;
}

.store-card-img {
	width: 100%;
	border-radius: .625rem;
	border: 1px solid #ccc;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.store-card-text {
	font-weight: 500;
	color: #343a40;
	font-size: 1.125rem;
	padding-top: .75rem;
	padding-bottom: .75rem;
}

.store-card .price {
	font-size: 1.125rem;
	font-weight: 500;
	color: #343a40;
}

.store-card .old-price {
	font-size: 80%;
	font-weight: 700;
	color: #f5365c;
	text-decoration: line-through;
}

.store-card-button {
	margin-top: auto !important;
}

/*LIST GROUP*/
.list-group-item {
	padding: 0;
}

.list-group-item a {
	display: block;
	width: 100%;
	padding: .75rem 1.25rem;
	color: #777777;
}

.list-group-item.active{
	background-color: #ececec;
	border-color: #eeeeee;
}

.list-group-item:last-child {
	border-bottom-right-radius: .625rem !important;
	border-bottom-left-radius: .625rem !important;
}

/*FOOTER*/
.footer {
	position: relative;
	width: 100%;
	margin-top: 8rem;
	box-shadow: 0 5px 144px -1px rgba(0, 0, 0, .13);
}

.footer-top {
	padding: 3rem 0;
	color: rgba(255, 255, 255, .6);
	background-color: #273443;
}

.footer-title {
	font-size: 1rem;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: .75rem;
}

.footer-top ul li a {
	color: rgba(255, 255, 255, .6);
	transition: .3s color;
}

.footer-top ul li a:hover,
.footer-top ul li a:focus {
	color: #ffffff;
}

.footer-bottom {
	padding: 1rem 0;
	color: #ffffff;
	background-color: #232f3c;
}

.footer-bottom a {
	color: #ffffff;
	transition: text-shadow .3s;
}

.footer-bottom a:hover,
.footer-bottom a:focus,
.footer-bottom a:active {
	color: #ffffff;
	text-shadow: 1px 1px 15px #fff;
}

/*SCROLLUP*/
#scrollUp {
	bottom: 20px;
	right: 15px;
	background-color: rgba(0, 0, 0, .55);
	color: #fff;
	font-size: 22px;
	font-family: sans-serif;
	text-decoration: none;
	text-align: center;
	opacity: .9;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 50%;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
	-webkit-backface-visibility: hidden;
}

#scrollUp:hover {
	opacity: 1;
	background-color: #5e72e4;
}

#scrollUp i {
	line-height: 36px;
	font-size: 28px;
}

/*----------------------- Preloader -----------------------*/
#preloader {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background-color: #f8f8f8;
}

#preloader .spinner-border {
	display: flex;
	width: 32px;
	height: 32px;
	color: #5e72e4;
}


/*Sofixa CSS*/
.wave-header
{
	position: absolute;
	z-index: 1;
	bottom: -28px;
}
.sfx-navbar-row
{
	width: 100%;
	border-radius: 0.725rem;
}
.header.sticky-top
{
	margin-top: -69px;
}
.font-weight-bold
{
	font-weight: 550 !important;
}
.header-banner.position-relative:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.4;
}
ol.breadcrumb
{
	padding: 1.5rem;
	background: rgba(var(--header-banner-background));
	position: relative;
	overflow: hidden;
}
ol.breadcrumb:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(/assets/cloud/img/header.gif);
	background-size: cover;
	background-position: center;
	opacity: 0.2;
}
ol.breadcrumb  * {
	position: relative;
	color: rgba(var(--breadcrumb-text-color)) !important;
}
.breadcrumb-text-color {
	color: rgba(var(--breadcrumb-text-color)) !important;
}
.news-img {
	border-radius: 12px;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}
.news-head-title {
	color: rgba(var(--card-text-color-1)) !important;
	text-transform: uppercase !important;
	font-weight: 500;
}
.news-head-content {
	color: rgba(var(--card-text-color-2)) !important;
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.btn-primary\:soft {
	color: #7c77dd !important;
	background-color: rgba(224, 231, 255,1);
}
.news-read-remaining {
	display: flex;
	justify-content: end;
}
.news-card {
	border-top-left-radius: 0px !important;
}
.news-card:before {
	content: "";
	width: 1%;
	height: 100%;
	background: linear-gradient(181deg, rgba(var(--header-banner-background)), transparent);
	position: absolute;
}
.card-header {
	background: rgba(var(--header-banner-background)) !important;
	position: relative;
	overflow: hidden;
	z-index: 150;
}
.card-header:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(/assets/cloud/img/header.gif);
	background-size: cover;
	background-position: center;
	opacity: 0.2;
	z-index: -1;
}
.card-header * {
	position: relative;
}
.wave-footer {
	position: absolute;
	z-index: 1;
	transform: rotate(0deg);
	bottom: calc(100% - 1px);
}
.footer-top {
	background-color: rgba(var(--header-banner-background)) !important;
}
.footer-top .footer-title {
	color: rgba(var(--footer-text-color-1)) !important;
}
.footer-top .list-unstyled  a {
	color: rgba(var(--footer-text-color-2)) !important;
}
.footer-top .list-unstyled  i {
	color: rgba(var(--footer-text-color-2)) !important;
}
.about-text-content  {
	color: rgba(var(--footer-text-color-2)) !important;
}
.footer-social-icon .bi-tiktok {
	width: 35px;
	height: 35px;
	background-color: #000;
	align-self: center;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size: 17px;
	border-radius: 60px;
	color: #fff;
}
.footer-social-icon .bi-instagram {
	width: 35px;
	height: 35px;
	background-color: rgb(199 113 255);
	align-self: center;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size: 17px;
	border-radius: 60px;
	color: rgb(255 255 255);
}
.footer-social-icon .bi-facebook {
	width: 35px;
	height: 35px;
	background-color: rgb(32 119 169);
	align-self: center;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size: 17px;
	border-radius: 60px;
	color: rgb(255 255 255);
}
.footer-social-icon .bi-twitter {
	width: 35px;
	height: 35px;
	background-color: rgba(32 143 205);
	align-self: center;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size: 17px;
	border-radius: 60px;
	color: rgb(255 255 255);
}
.footer-social-icon .bi-discord {
	width: 35px;
	height: 35px;
	background-color: rgb(88 101 242);
	align-self: center;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size: 17px;
	border-radius: 60px;
	color: rgb(255 255 255);
}
footer.footer:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/assets/cloud/img/abstract.png);
	background-size: 400px;
	opacity: 0.1;
	top: -41px;
	z-index: 2;
}
.z-index-999 {
	z-index: 999 !important;
}
.footer-social-icon:hover {
	transform: translateY(-10px);
	transition: 1s transform ease;
}
.footer-social-icon {
	transition: 1s transform ease;
}
.footer-social-icon .bi-youtube {
	width: 35px;
	height: 35px;
	background-color: rgb(255 0 0);
	align-self: center;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size: 17px;
	border-radius: 60px;
	color: rgb(255 255 255);
}


.footer-text-color-2 {
	color: rgba(var(--footer-text-color-2)) !important;
}
.footer-top .list-unstyled li {
	color: rgba(var(--footer-text-color-2)) !important;
}
.header-banner-background {
	background-color: rgba(var(--header-banner-background)) !important;
	border-color: rgba(var(--header-banner-background)) !important;
}
.first-text-color {
	color: rgba(var(--first-color)) !important;
}
.first-bg-color {
	background-color: rgba(var(--first-color)) !important;
}
.secondary-text-color {
	color: rgba(var(--secondary-color)) !important;
}
.secondary-bg-color {
	background-color: rgba(var(--secondary-color)) !important;
}
.third-text-color {
	color: rgba(var(--third-color)) !important;
}
.third-bg-color {
	background-color: rgba(var(--third-color)) !important;
}
.sfx-header-container {
	height: 290px;
	align-self: center;
	margin: auto;
	text-align: center;
	display: grid;
}
.btn:not(.btn-sm,.btn-md) {
	border-radius: 0.725rem;
	box-shadow: 1px 1px 50px 5px rgba(var(--header-banner-background),.2);
	padding: .6rem 0.75rem;
}
.btn-md {
	border-radius: 0.625rem;
	box-shadow: 1px 1px 50px 5px rgba(var(--header-banner-background),.2);
}
.btn-primary {
	color: rgba(var(--banner-background-text)) !important;
	background-color: rgba(var(--header-banner-background));
	border-color: rgba(var(--header-banner-background));
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active {
	background-color: rgba(var(--header-banner-background));
	border-color: rgba(var(--header-banner-background));
	transition: all .2s;
	opacity: 0.9;
}
.store-sss-card * {
	color: var(--card-text-color-2) !important;
}
.store-sss-card {
	position: relative;
	overflow: hidden;
}
.store-sss-card-body.show .store-sss-card-header {
	background-image: linear-gradient(181deg, rgba(var(--header-banner-background),.2), transparent);
	
}
.p-3.store-sss-card-header:before {
	content: "";
	position: absolute;
	width: 100%;
	z-index: 123213;
	background: url(/assets/cloud/img/lamp.svg);
	background-size: 72px;
	height: 100%;
	background-repeat: no-repeat;
	left: -18px;
	top: 0px;
	opacity: 0.3;
}
.content-box:before {
	content: "aaaaaaaaaa";
	position: absolute;
	font-size: 2em;
	text-decoration-style: wavy;
	text-decoration-color: rgba(var(--header-banner-background));
	text-decoration-line: underline;
	color: transparent;
	top: 5px;
	left: 5px;
	right: 0;
}
.cursor\:pointer {
	cursor: pointer;
}
li.nav-item.p-2.font-weight-bold.active a {
	color: rgba(var(--secondary-color)) !important;
}
.sfx-store-back-of-photo {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	align-self: center;
	background: #eaebed;
	border-radius: 12px;
	width: 100%;
}
.btn.btn-banner-bg:hover {
	transform: translateY(-5px);
	transition: 300ms;
}
.sfx-br-25 {
	border-radius: 25px !important;
}
.sfx-br-12 {
	border-radius: 12px;
}
.header-text-background {
	color: rgba(var(--header-banner-background));
}
.form-control {
	background-color: rgba(var(--body-color));
	border: none;
	height: 45px;
}
.input-absolute {
	position: absolute;
	left: 7px;
	font-size: 20px;
	bottom: 0;
	top: 0;
	padding: 0.3rem;
}
.sfx-input-icon {
	position: relative;
}
.w-11-icon {
	width: 11% !important;
	margin-top: 5px
}
span.select2-selection.select2-selection--single {
	border: none !important;
	background: #ecf1f6 !important;
}
input::placeholder {
	color: #b1b1b1 !important;
	font-weight: 500;
	opacity: 0.6 !important;
}
.form-control:focus {
	background: #e0e3e7 !important;
}
.message {
	background: #ecf1f6;
	padding: 2%;
	border-radius: 12px;
}
.back-icon-bg {
	background: #dadde1;
	font-size: 19px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	width: 35px;
	height: 35px;
	border-radius: 60px;
	margin-left: 1rem;
}
.profile-section .nav-item {
	background: #ecf1f6;
	border-radius: 6px 6px 0px 0px;
}
.profile-section .nav-item.active {
	background: rgba(var(--secondary-color));
	color: rgba(var(--banner-background-text));
	border-bottom-color: rgba(var(--header-banner-background));
}
.credit-section .nav-link.active {
	background: rgba(var(--header-banner-background)) !important;
	color: rgba(var(--banner-background-text)) !important;
	border-bottom-color: rgba(var(--header-banner-background)) !important;
}
.profile-img {
	margin: 0;
	width: 100px;
	height: 100px;
	margin-top: 20px;
	float: left;
	margin-left: 8px;
}
.card-img-profile.p-0:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(var(--header-banner-background));
	left: 0;
	top: 55px;
	filter: blur(53px) brightness(0.5);
	z-index: -1;
}
.profile-name-tag {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100px;
	align-items: center;
	margin-top: 12px;
}
.profile-name-tag span {
	color: white;
	font-size: 20px !important;
	font-weight: 550;
	white-space: normal;
}
.profile-name-tag a:hover {
	transform: translateY(-3px);
	color: #F8f8f8;
	transition: 200ms;
}
img.w-25.download-absolute-img {
	position: absolute;
	left: -69px;
	top: 4px;
	opacity: 0.5;
}
.broadcast {
	background-color: rgba(var(--secondary-color)) !important;
}
.broadcast a {
	color: rgba(var(--secondary-text-color)) !important;
}
p.text-center.chest-title {
	font-size: 27px;
	text-transform: uppercase;
	font-weight: 550;
}
.news-section .news-tags > .theme-color {
	background-color: rgba(var(--secondary-color)) !important;
	border-color: rgba(var(--secondary-color)) !important;
	border-radius: 60px !important;
}
.col-other-news .theme-color {
	background-color: rgba(var(--secondary-color)) !important;
	border-color: rgba(var(--secondary-color)) !important;
	border-radius: 60px !important;
}
.news-content.mb-4:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: dashed;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #ecf1f6 transparent;
	top: -18px;
	left: 8px;
	border-top-right-radius: 43px;
}
.news-content.mb-4 {
	background: #ecf1f6;
	padding: 2%;
	position: relative;
}
.pl\:11 {
	padding-left: 11px;
}
.news-tag-in-content {
	position: relative;
	padding-left: 2rem;
}
.news-tag-in-content:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: white;
	border-radius: 60px;
	left: 6px;
	top: 4px;
}
.sfx-icon-absolute-login {
	position: absolute;
	left: 0;
	background: rgba(var(--header-banner-background));
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	border-radius: 60px;
	top: 7px;
	left: 5px;
	color: rgba(var(--banner-background-text));
}
.sfx-icon-absolute-login:After {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: -10px;
	border-style: dashed;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent rgba(var(--header-banner-background)) transparent;
	transform: rotate(90deg);
}
.w-60 {
	width: 60% !important;
}
.rounded\:full {
	border-radius: 100px;
}
.sfx-turn-home-button {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 10px;
	top: 10px;
	background-color: rgba(var(--header-banner-background));
}
.sfx-turn-home-button a {
	color: rgba(var(--banner-background-text));
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	margin: auto;
	font-size: 20px;
	padding: 24%;
}
.games-container {
	height: 300px !important;
}
.error-container {
	height: 200px !important;
}
.maintenance-header-text {
	color: rgba(var(--banner-background-text)) !important;
}
.maintenance-header p {
	color: rgba(var(--banner-background-text)) !important;
}
.home-product-name {
	color: rgba(var(--card-text-color-2)) !important;
}

/*Help Center*/
section.sfx-height-450:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 450px;
	background: url(/assets/cloud/img/helpcenter.jpg);
	opacity: 0.6;
	background-size: cover;
	background-position: center;
}
.sfx-help-center-page {
	background-size: cover;
	padding: 2%;
	background-position: center;
	height: 450px;
	margin: auto;
	align-items: center;
	align-self: center;
	display: flex;
	backdrop-filter: blur(1px) brightness(0.4);
}
.sfx-popular-search {
	justify-content: center;
	align-items: center;
	padding: 1%;
	white-space: normal;
	flex-wrap: wrap;
}
.btn-overlay {
	border: 1px solid white;
	border-radius: 60px;
}
.sfx-help-center-header {
	margin-top: 20px;
}
section.sfx-height-450:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 450px;
	opacity: 0.6;
	background-size: cover;
	background-position: center;
	background: rgba(var(--header-banner-background));
}
section.sfx-height-450.sfx-help-center-header.sfx-dark {
	background: url(/assets/cloud/img/helpcenter.jpg);
	background-size: cover;
	background-position: center;
}
.header-banner\:background {
	background-color: rgba(var(--header-banner-background));
}
.header-banner\:text {
	color: rgba(var(--banner-background-text)) !important;
}
.sfx-p-1-7 {
	padding: 1.7%;
}
.sfx-help-search-input {
	background: #ebebeb;
	box-shadow: 0px 0px 50px #00000024;
}
.card.sfx-help-center-article-bg * {
	color: rgba(var(--secondary-color));
}
.body-title-color {
	color: rgba(var(--secondary-color));
}
.card-footer {
	border: none !important;
}
section {
	margin-bottom: 25px;
}
.dropdown-menu.dropdown-menu-right.show {
	width: 240px;
	border: none;
	box-shadow: 0px 0px 8px 0px #9797976b;
	border-radius: 12px;
	left: 30px;
}
.dropdown-menu-right body  {
	background-color: red !important;
}
.w-20  {
	width: 20% !important;
}
.font-weight\:550 {
	font-weight: 550;
}
.sfx-profile-dropdown {
	font-size: 16px;
	display: grid;
	justify-items: center;
	transition: 200ms;
}
.sfx-profile-dropdown:hover {
	transform: translateY(-3px);
	transition: 200ms;
}
.sfx-profile-dropdown-sub {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	height: 40px;
	font-size: 22px;
}
.sfx-dropdown-text\:1 {
	font-size: 13px;
	color: #ffa4a4;
	font-weight: 500;
	padding: 1%;
	margin: 5px;
}
.sfx-dropdown-icon\:1 {
	color: #ffa4a4;
	font-weight: 500;
	font-size: 20px;
}
.sfx-dropdown-icon-bg\:1 {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #ffa6a657;
}

.sfx-dropdown-text\:2 {
	font-size: 13px;
	color: #94d176;
	font-weight: 500;
	padding: 1%;
	margin: 5px;
}
.sfx-dropdown-icon\:2 {
	color: #94d176;
	font-weight: 500;
	font-size: 20px;
}
.sfx-dropdown-icon-bg\:2 {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #9fff6e57;
}

.sfx-dropdown-text\:3 {
	font-size: 13px;
	color: #db9e54;
	font-weight: 500;
	padding: 1%;
	margin: 5px;
}
.sfx-dropdown-icon\:3 {
	color: #db9e54;
	font-weight: 500;
	font-size: 20px;
}
.sfx-dropdown-icon-bg\:3 {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #ffd19957;
}

.sfx-dropdown-text\:4 {
	font-size: 13px;
	color: #5bc2d9;
	font-weight: 500;
	padding: 1%;
	margin: 5px;
}
.sfx-dropdown-icon\:4 {
	color: #5bc2d9;
	font-weight: 500;
	font-size: 20px;
}
.sfx-dropdown-icon-bg\:4 {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #7ae6ff57;
}

.sfx-dropdown-text\:5 {
	font-size: 13px;
	color: #959be7;
	font-weight: 500;
	padding: 1%;
	margin: 5px;
}
.sfx-dropdown-icon\:5 {
	color: #959be7;
	font-weight: 500;
	font-size: 20px;
}
.sfx-dropdown-icon-bg\:5 {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #818aff57;
}

.sfx-dropdown-text\:6 {
	font-size: 13px;
	color: #a33636;
	font-weight: 500;
	padding: 1%;
	margin: 5px;
}
.sfx-dropdown-icon\:6 {
	color: #a33636;
	font-weight: 500;
	font-size: 20px;
}
.sfx-dropdown-icon-bg\:6 {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #ff080857;
}

.sfx-dropdown-text\:7 {
	font-size: 13px;
	color: #000000b0;
	font-weight: 500;
	padding: 1%;
	margin: 5px;
}
.sfx-dropdown-icon\:7 {
	color: #FFF;
	font-weight: 500;
	font-size: 20px;
}
.sfx-dropdown-icon-bg\:7 {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #000000b0;
}

.sfx-dropdown-text\:8 {
	font-size: 13px;
	color: #ffa4eb;
	font-weight: 500;
	padding: 1%;
	margin: 5px;
}
.sfx-dropdown-icon\:8 {
	color: #ffa4eb;
	font-weight: 500;
	font-size: 20px;
}
.sfx-dropdown-icon-bg\:8 {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #ffa6f857;
}

.sfx-dropdown-text\:9 {
	font-size: 13px;
	color: #a4c8ff;
	font-weight: 500;
	padding: 1%;
	margin: 5px;
}
.sfx-dropdown-icon\:9 {
	color: #a4c8ff;
	font-weight: 500;
	font-size: 20px;
}
.sfx-dropdown-icon-bg\:9 {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #a6f3ff57;
}

.sfx-dropdown-profile-name {
	margin: 0;
	margin-top: 12px;
}
.dropdown-menu.show {
	border: none;
	box-shadow: 0px 0px 9px #78787821;
}
.sfx-cart-header {
	width: 100%;
	background-color: rgba(var(--header-banner-background));
	color: rgba(var(--banner-background-text)) !important;
	padding: 1%;
	border-radius: 8px;
}
.sfx-cart-body {
	/*box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);*/
	background-color: #eaeff4;
}
select.form-control.form-control-sfx.w-25 {
	background: #ced3d9;
}
a.btn.btn-outline {
	border: 1px solid rgba(var(--secondary-color));
	border-radius: 60px;
	color: #343434 !important;
	padding: 0.8rem;
	font-size: 14px;
	font-weight: 550;
	margin-top: 12px;
}
.cart-success {
	padding: 0.8rem !important;
}



.cart-section {
	margin-bottom: 12vh !important;
}

/*Responsive*/

@media (max-width: 992px) {
	.zoom-hover img {width: 70% !important;}
	.header-banner-content {align-self: center;}
	.sfx-social-icon {display: grid !important;text-align: center; }
	.footer-social-icon {margin-top: 13px !important; margin-right: 0px !important;}
	nav.navbar.navbar-expand-lg.navbar-light.p-3.shadow-none {width: 900px;}
	.row.justify-content-center.sfx-navbar-row{margin: auto;}
	.content-box {display: none !important;}
	.form-group {flex-wrap: nowrap !important;}
	.credit-section .btn-banner-bg {font-size: 15px !important; margin-top: 5px;}
}
@media (max-width: 768px) {}
@media (max-width: 576px) {}

.sidebar-store-card.mb-4 {
	background: #FFF;
	border-radius: 0.725rem;
	position: relative;
	overflow: hidden;
}
.sidebar-store-card-product img {
	position: relative;
	z-index: 111;
	border-radius: 12px;
}
.sidebar-store-card:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-image: url(/assets/cloud/img/sidebar-store-card.png);
	background-position: center;
	opacity: 0.2;
	z-index: 1;
}
.sidebar-store-card-content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1rem;
}

.sidebar-store-card-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	color: rgba(var(--header-banner-background));
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	z-index: 1;
}

.sidebar-store-card-product {
	margin-top: 4.5rem;
}

.sidebar-store-card-detail {
	width: 100%;
	padding: 15px;
	color: rgba(var(--header-banner-background));
	font-size: 17px;
	font-weight: 600;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	z-index: 500;
}

.sidebar-store-card-detail .price {
	color: rgba(var(--header-banner-background));
}

.sidebar-store-card-detail .old-price {
	font-size: 80%;
	font-weight: 700;
	color: #ff0000;
	text-decoration: line-through;
}
.sofixa-footer-icon {
	width: 50px;
	opacity: 0.6;
	margin-bottom: 25px;
	margin-top: 12px;
}
.leaderos-footer-icon {
	height: 20px;
	opacity: 0.6;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-top: 12px;
}
.store-section td {
	border: 0 !important;
}
.store-section tr:nth-child(even):hover {
	background-color: rgba(var(--header-banner-background),.4) !important;
}
.store-section tr:hover {
	background-color: transparent !important;
}
.store-section tr {
	z-index: 999;
	position: relative;
	overflow: hidden;
}
.store-section tr:nth-child(even) {
	background: rgba(var(--header-banner-background),.2);
}
.store-section tr td:first-child {
	border-top-left-radius: 0.725rem;
	border-bottom-left-radius: 0.725rem;
}
.store-section tr td:last-child {
	border-top-right-radius: 0.725rem;
	border-bottom-right-radius: 0.725rem;
}
.sfx-vip-icon {
	font-size: 22px !important;
}
.card-product img {
	border-radius: 0.725rem;
}
.shopping-cart-count-circle {
	position: absolute;
	top: -8px;
	right: -5px;
	background: red;
	width: 18px;
	height: 18px;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
	border-radius: 50%;
	font-size: 80%;
}
div#buyModal .store-card-img {
	border: none;
}
div#buyModal #addToCartButton {
	border: none !important;
	color: rgba(var(--banner-background-text)) !important;
	background-color: rgba(var(--header-banner-background));
	border-radius: 0.725rem;
	box-shadow: 1px 1px 50px 5px rgba(var(--header-banner-background),.2);
	padding: 0.6rem;
}
div#buyModal #buyProductButton {
	border: none !important;
	color: rgba(var(--banner-background-text)) !important;
	background-color: rgba(var(--header-banner-background));
	border-radius: 0.725rem;
	box-shadow: 1px 1px 50px 5px rgba(var(--header-banner-background),.2);
	padding: 0.6rem;
}
div#buyModal #addToCartButton:hover {
	transform: translateY(-2px);
}
div#buyModal #buyProductButton:hover {
	transform: translateY(-2px);
}

.bg-help {
	width: 85% !important;
	text-align: center;
	height: 100%;
	background-position: center !important;
	background-size: cover !important;
	background-image: url(/apps/main/public/assets/img/extras/help-bg.png);
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	margin: auto;
	margin-top: 46px;
	border-radius: 12px;
}
.bg-bottom-help {
	background-color: #ecf1f6;
	margin-bottom: 7rem !important;
}
.help-center-section .card {
	border: none !important;
}
.sfx-help-center-image {
	max-width: 150px;
	max-height: 150px;
	min-width: 150px;
	min-height: 150px;
	object-fit: cover;
}
.card {
	border-color: transparent !important;
}
.bg-sss-help {
	background: #FFF !important;
}
.help-center-text {
	color: #9d9d9d !important;
}
.bg-sss-help * {
	color: #9d9d9d !important;
}
.sfx-other-center-search {
	background-color: #e0e3e7 !important;
}
.application-section .form-control {
	padding: 2% !important;
	padding-left: 1% !important;
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(var(--navbar-text-color));
}
.sfx-footer-company-logo {
	max-width: 130px !important;
}

.shopping-cart-count-circle {
	position: absolute;
	top: -8px;
	right: 8px;
	background: red;
	color: #fff;
	width: 18px;
	height: 18px;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
	border-radius: 50%;
	font-size: 80%;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #fff !important;
}

.cart-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background-color: rgb(0,69,118);
	color: #fff;
	border-radius: 0.725rem;
	margin-left: 10px;
}
.cart-button i {
	font-size: 30px;
}
.nav-item.active {
	background-color: rgba(236,241,246,.75);
	border-radius: 0.5rem;
}

@media (min-width: 768px) {
	.termsfeed-com---nb .cc-nb-main-container {
		padding: 2rem !important;
	}
	.termsfeed-com---nb-simple {
		bottom: 20px !important;
		right: 20px !important;
		border-radius: 0.625rem !important;
	}
}
.cc-cp-foot-byline {
	visibility: hidden;
}
.cc-pc-head-close:focus {
	border: none !important;
}
.termsfeed-com---palette-dark *:focus {
	box-shadow: none !important;
}
.cc-nb-okagree, .cc-cp-foot-save {
	color: #fff !important;
	background-color: #2dce89 !important;
}

/* STAFF */
.staff-card {
	display: flex;
	padding: 1rem 1.5rem;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1rem;
	max-height: 100px;
}
.staff-card-content {
	display: flex;
}
.staff-card-username {
	display: flex;
	align-items: center;
	margin-left: 1rem;
}
.staff-card-avatar-body {
	margin-top: -8px;
	height: 160px;
	width: auto;
}

.forum-content img {
	max-width: 100%;
	height: auto;
}
.role__default {
	display: block;
	margin-bottom: 0.25rem;
	padding: 0.5rem 1rem;
	border-radius: .3rem;
	text-align: center;
	font-size: 80%;
	font-weight: 700;
	color: #343a40;
	background-color: #f8f9fa;
}

.border-bottom-separator > * {
	padding-top: .875rem;
	padding-bottom: .875rem;
	border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-separator > *:last-child {
	border-bottom: 0 !important;
}
.rounded-card {
	border-radius: .625rem !important;
}

/* OAUTH BUTTONS */
.btn-discord {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	background-color: #7289da;
	border-color: #7289da;
	color: #fff;
}
.btn-discord:hover {
	background-color: #4d62ab !important;;
	border-color: #4d62ab !important;;
	color: #fff !important;
}
.btn-discord svg {
	width: 18px;
}

@media all and (min-width: 992px) {
	.pc {
		display: block;
	}
	.mobil {
		display: none;
	}
	.navbar-brand img {
		height: 35px !important;
	}
	.col-news {
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}
	.col-other-news {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	article.news .card-text {
		overflow: hidden;
		height: 168px !important;
	}
	.btn-account-edit {
		padding-right: .1875rem !important;
	}
	.btn-account-password {
		padding-left: .1875rem !important;
	}
	.store-cards .col-md-3:nth-child(n+5) {
		margin-top: 1rem;
	}
	
	/*SCROLLBAR*/
	::-webkit-scrollbar-track {
		background-color: #f1f1f1;
	}
	::-webkit-scrollbar {
		width: 12px;
		background-color: #f1f1f1;
	}
	::-webkit-scrollbar-thumb {
		background-color: #a8a8a8;
	}
	::-webkit-scrollbar-thumb:hover {
		background-color: #787878;
	}
}
@media all and (max-width: 992px) {
	.pc {
		display: none;
	}
	.mobil {
		display: block;
	}
	.navbar-brand img {
		height: 28px !important;
	}
	.navbar-online {
		display: none;
	}
	.server-online-info {
		font-size: 1.25rem !important;
	}
	.navbar-ip {
		width: 100%;
		text-align: center;
	}
	.navbar-version {
		display: none;
	}
	.navbar-dark .navbar-nav {
		text-align: left !important;
	}
	.navbar-dark .navbar-collapse {
		margin-left: -15px;
		margin-right: -15px;
	}
	.navbar-dark .navbar-nav .nav-item {
		margin: 0;
	}
	.navbar-dark .navbar-nav .nav-item.active .nav-link, .navbar-dark .navbar-nav .nav-item:hover .nav-link, .navbar-dark .navbar-nav .nav-item:focus .nav-link {
		border-radius: 0 !important;
	}
	.navbar-dark .navbar-nav .nav-item:first-child {
		margin-top: .5rem;
	}
	.navbar-dark .navbar-nav .nav-link {
		padding: .5rem .75rem;
	}
	.navbar-dark .navbar-nav .nav-item.active, .navbar-dark .navbar-nav .nav-item:hover, .navbar-dark .navbar-nav .nav-item:focus {
		border-radius: 0;
	}
	.carousel-caption {
		bottom: 30px;
	}
	.carousel-caption > h1 {
		font-size: 1.5rem;
	}
	.carousel-caption > p {
		font-size: 1.125rem;
	}
	.carousel-indicators {
		bottom: 0;
	}
	.carousel-control-prev, .carousel-control-next {
		width: 15%;
	}
	.carousel-control-prev .fa, .carousel-control-next .fa {
		font-size: 2rem;
	}
	article.news .card-text {
		overflow: hidden;
		height: auto !important;
	}
	.btn-account-edit {
		margin-bottom: .75rem !important;
	}
	.store-cards .col-md-3:not(:first-child) {
		margin-top: 1.5rem;
	}
	.header {
		max-height: 100vh;
		overflow-y: auto;
	}
}

.card-title {
	font-size: 1rem;
	margin-bottom: 0;
	padding: 12px 0;
}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1220px;
	}
}

.avatar {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.25rem;
}

.avatar-sm {
	width: 2rem;
	height: 2rem;
	border-radius: 0.25rem;
}

.avatar-xs {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 0.25rem;
	
}

.avatar-lg {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 0.25rem;
}

.avatar-xl {
	width: 5rem;
	height: 5rem;
	border-radius: 0.25rem;
}

.card-header a {
	color: #fff;
}

.form-group {
	margin-bottom: 1rem;
}

.card-footer {
	padding: .75rem 1.25rem;
	color: #6c757d;
}

.profile-user-bg:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(/assets/cloud/img/header.gif);
	opacity: 0.5;
	border-top-left-radius: .625rem;
	border-top-right-radius: .625rem;
}
.profile-user-bg * {
	position: relative;
}
.btn-link {
	background-color: transparent;
	border: none;
	border-radius: 0;
	text-decoration: none !important;
	color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
}
.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	color: #ffffff;
	line-height: 1.428571429;
	border-radius: 15px;
}

.btn-icon {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	color: #ffffff;
	line-height: 1.428571429;
	border-radius: 4px;
}
/*STORE*/
.card-product .stock {
	position: absolute;
	top: -.75rem;
	left: -0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	padding: .325rem .625rem;
	font-size: 90%;
	color: #ffffff;
	border-radius: .375rem;
	z-index: 2;
}
.card-product .stock.stock-sm {
	top: -0.5rem;
	left: -0.5rem;
	font-size: 85%;
	padding: .25rem .5rem;
}
.card-product .stock.have-stock {
	background-color: #fb6340;
}
.card-product .stock.stock-out {
	background-color: #f5365c;
}

.card-product .discount {
	position: absolute;
	top: -1.25rem;
	right: -0.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	font-weight: 600;
	color: #ffffff;
	background-color: #ff9400;
	border-radius: 50%;
	z-index: 2;
}
.card-product .discount.discount-sm {
	width: 2.5rem;
	height: 2.5rem;
	font-size: 90%;
	font-weight: 600;
	top: -1rem;
	right: -0.75rem;
}


.card-product .price {
	font-size: 1.125rem;
	font-weight: 600;
	color: #343a40;
}

.card-product .old-price {
	font-size: 80%;
	font-weight: 700;
	color: #f5365c;
	text-decoration: line-through;
}

.card-product {
	height: 100%;
}

.card-product .card-img-top {
	height: auto;
}

.card-product .card-body {
	display: flex;
	flex-direction: column;
	position: initial;
}

.card-body {
	color: #6c757d;
}

.select2-container--bootstrap4 .select2-selection--single {
	height: calc(2em + .75rem + 1px) !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
	line-height: calc(2em + .75rem);
}

body:not(.theme-dark):not([data-bs-theme=dark]) .hide-theme-light{
	display: none !important;
}
body.theme-dark .hide-theme-dark,body[data-bs-theme=dark] .hide-theme-dark{
	 display: none !important;
}

/* ckeditor */
.ck-editor__editable {
	min-height: 150px !important;
}
[data-bs-theme=dark] .ck-editor .ck-content {
	background: #171a21 !important;
	border-color: #171a21 !important;
}
[data-bs-theme=dark] .ck-editor .ck-toolbar {
	background: #171a21 !important;
	border-color: #171a21 !important;
}
[data-bs-theme=dark] .ck-editor .ck-toolbar__items * {
	color: #FFF !important;
}
[data-bs-theme=dark] .ck-editor .ck-button:hover {
	background: #111111 !important;
}
[data-bs-theme=dark] .ck-editor .ck-button:focus {
	background: #111111 !important;
}
[data-bs-theme=dark] .ck-editor .ck-list__item {
	background: #171a21 !important;
	border-color: #171a21 !important;
}
.ck-editor.ck-toolbar {
	border: 1px solid #efefef !important;
}

#powered_by_leaderos {
	color: white;
}

.user-data {
	display: flex;
	align-items: center;
	padding: 8px;
}

.user-data:nth-child(2n) {
	border-right: none !important;
}

.user-data:last-child {
	border-bottom: none;
}

/* Mobile */
@media (max-width: 768px) {
	.user-data {
		border-right: none !important;
	}
}

.sidebar-profile-card .sidebar-link {
	display: flex;
	align-items: center;
	padding: 0.5rem 1.5rem;
	color: var(--body-color);
	text-decoration: none !important;
}
.sidebar-profile-card .sidebar-link:hover,
.sidebar-profile-card .sidebar-link.active {
	background-color: rgb(var(--body-color));
}
.sidebar-profile-card .sidebar-profile-card-sep {
	font-weight: 500;
	font-size: 90%;
	background-color: rgb(var(--body-color));
}
.avatar-150px {
	width: 150px;
	height: 150px;
}



/*Dark*/
[data-bs-theme="dark"] h1, [data-bs-theme="dark"] h2, [data-bs-theme="dark"] h3, [data-bs-theme="dark"] h4, [data-bs-theme="dark"] h5, [data-bs-theme="dark"] h6, [data-bs-theme="dark"] .h1, [data-bs-theme="dark"] .h2, [data-bs-theme="dark"] .h3, [data-bs-theme="dark"] .h4, [data-bs-theme="dark"] .h5, [data-bs-theme="dark"] .h6 {
  color: rgba(var(--secondary-text-color)) !important;
}
[data-bs-theme="dark"] .wave-header {
  fill: #121212 !important;
}
[data-bs-theme="dark"] .header-banner {
  background: #121212 !important;
}
[data-bs-theme="dark"] {
  background-color: #121212 !important;
}
[data-bs-theme="dark"] .navbar-light * {
  color: #FFF !important;
}
[data-bs-theme="dark"] .navbar-light {
  background: #1c1c1c;
}
[data-bs-theme="dark"] ol.breadcrumb {
  background: #121212 !important;
}
[data-bs-theme="dark"] .card-body * {
  color: #FFF !important;
}
[data-bs-theme="dark"] .card {
  background: #121212 !important;
}
[data-bs-theme="dark"] .card-header {
  background: #121212 !important;
}
[data-bs-theme="dark"] .sidebar-store-card.mb-4 {
  background: #121212 !important;
}
[data-bs-theme="dark"] .wave-footer {
  fill: #1c1c1c !important;
}
[data-bs-theme="dark"] .footer-top {
  background: #1c1c1c !important;
}
[data-bs-theme="dark"] .footer:before {
  opacity:0.02
}
[data-bs-theme="dark"] .dropdown-menu.show {
  background: #1c1c1c;
  box-shadow: none;
}
[data-bs-theme="dark"] a.dropdown-item:hover {
  background: #121212 !important;
}
[data-bs-theme="dark"] .list-group-item {
  background: #121212;
}
[data-bs-theme="dark"] li.list-group-item.active {
  background: #1c1c1c !important;
  border-color: #060606;
}
[data-bs-theme="dark"] .table th {
  border-color: #1c1c1c !important;
}
[data-bs-theme="dark"] .table td {
  border-color: #1c1c1c !important;
}
[data-bs-theme="dark"] .page-link {
  background: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
[data-bs-theme="dark"] .btn-cy-ronema {
  background: #1c1c1c;
}
[data-bs-theme="dark"] .error-404-section h1, [data-bs-theme="dark"] .error-404-section p, [data-bs-theme="dark"] .error-404-section span {
  color: #FFF !important;
}
[data-bs-theme="dark"] input {
  background: #181818 !important;
}
[data-bs-theme="dark"] input:focus {
  background: #181818 !important;
}
[data-bs-theme="dark"] .nav-tabs a:not(.active) {
  background: #1c1c1c;
}
[data-bs-theme="dark"] .back-icon-bg {
  background: #1c1c1c;
}
[data-bs-theme="dark"] .message {
  background: #1c1c1c !important;
}
[data-bs-theme="dark"] span.select2-selection.select2-selection--multiple {
  background: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
[data-bs-theme="dark"] .select2-dropdown li {
  background: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
[data-bs-theme="dark"] .select2-dropdown li:hover {
  background-color: #121212 !important;
}
[data-bs-theme="dark"] span.select2-selection.select2-selection--single {
  background-color: #1c1c1c !important;
}
[data-bs-theme="dark"] textarea {
  background-color: #1c1c1c !important;
}
[data-bs-theme="dark"] textarea:focus {
  background-color: #1c1c1c !important;
}
[data-bs-theme="dark"] .sfx-store-back-of-photo {
  background: #1c1c1c;
}
[data-bs-theme="dark"] .modal-content {
  background: #121212;
}
[data-bs-theme="dark"] .title.background:before {
  border-color: #1c1c1c;
}
[data-bs-theme="dark"] .title.background span {
  border-color: #1c1c1c;
}
[data-bs-theme="dark"] .modal-footer {
  border-top-color: #1c1c1c !important;
}
[data-bs-theme="dark"] .modal * {
  color:#FFF !important;
}
[data-bs-theme="dark"] .title span {
  background-color:#1c1c1c;
}
[data-bs-theme="dark"] .bg-light {
  background-color: #121212 !important;
}
[data-bs-theme="dark"] span#ariaPrice {
  background: #121212 !important;
}
[data-bs-theme="dark"] .ck-toolbar {
  background: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
[data-bs-theme="dark"] .ck-content {
  background: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
[data-bs-theme="dark"] .ck-list__item * {
  background: #1c1c1c !important;
  border-color: #1c1c1c !important;
  outline: 0 !important;
}
[data-bs-theme="dark"] .ck-button {
  background-color: #1c1c1c !important;
}
[data-bs-theme="dark"] .ck-button:focus {
  background-color: #121212 !important;
}
[data-bs-theme="dark"] li.ck.ck-list__item *:hover span, [data-bs-theme="dark"] li.ck.ck-list__item button:hover {
  background: #121212 !important;
}
.modal-header {
  border: none;
}
[data-bs-theme="dark"] select {
  background: #1c1c1c !important;
}
[data-bs-theme="dark"] .border-bottom {
  border-bottom-color: #1c1c1c !important;
}
[data-bs-theme="dark"] a:hover {
  color: rgba(var(--banner-background-text)) !important;
}
[data-bs-theme="dark"] .text-dark {
  color: #FFF !important;
}
[data-bs-theme="dark"] .table tbody tr.active {
  background: #1c1c1c !important;
}
[data-bs-theme="dark"] .bg-white, [data-bs-theme="dark"] .bg-sss-help {
  background: #1c1c1c !important;
}
[data-bs-theme="dark"] .bg-bottom-help {
  background-color:#121212 !important
}
[data-bs-theme="dark"] .news-content.mb-4 {
  background: #1c1c1c !important;
}
[data-bs-theme="dark"] .news-content.mb-4:before {
  border-color: transparent transparent #1c1c1c transparent;
}
[data-bs-theme="dark"] .table td {
  border-color: #121212 !important;
  background: #121212;
}
[data-bs-theme="dark"] .table th {
  border-color: #121212 !important;
  background-color: #121212 !important;
}
[data-bs-theme="dark"] img.select-method-img {
  width: 45%;
  filter:invert(1);
}
.carousel-caption {
 color:#FFF !important; 
}

[data-bs-theme="dark"] {
 --body-color:  18,18,18;
}

/* --- ORİJİNAL CSS BAŞLANGIÇ --- */
/* Bu kısım orijinal extra.css içeriğinizdir. */
/* ... Orijinal kodlarınızın çoğu burada kalabilir ... */
/* Ancak, aşağıdaki yeni stillerle çakışanları veya */
/* artık gerekmeyenleri kaldırmanız/düzenlemeniz gerekebilir. */


/* --- YENİ VE DEĞİŞTİRİLMİŞ CSS (DAHA DETAYLI) --- */

/* Temel Renkler ve Ayarlar (header.php'deki ile uyumlu) */
:root {
	--siyah-arka: #0a0a0a;
	--gri-panel: #111115;
	--gri-kenarlik: #2a2a30;
	--gri-metin: #e0e0e0;
	--mavi-ana: #007bff;
	--mavi-vurgu: #00c6ff;
	--mavi-golge: rgba(0, 198, 255, 0.3);
	--cam-arka: rgba(10, 15, 25, 0.5);
	--body-color: 10,10,10; /* Siyah Arka Plan RGB */
	--header-banner-background: 0, 123, 255; /* Mavi Ana RGB */
	--secondary-color: 0, 198, 255; /* Mavi Vurgu RGB */
	--navbar-bg-color: 17, 17, 21; /* Koyu Gri Panel RGB */
	--navbar-text-color: #e0e0e0;
	--bs-dark-rgb: 224, 224, 224;
	--banner-background-text: 255,255,255;
	--footer-text-color-1: #ffffff;
	--footer-text-color-2: #e0e0e0;
	--card-text-color-1: #e0e0e0;
	--card-text-color-2: #b0b0b0;
	--breadcrumb-text-color: 255,255,255;
}

body {
	color: var(--gri-metin);
	background-color: var(--gri-panel) !important; /* Arka planı biraz daha koyu yaptık */
	font-family: 'Montserrat', sans-serif;
}

a {
	color: var(--mavi-ana);
	text-decoration: none;
	transition: color 0.3s ease, text-shadow 0.3s ease;
}
a:hover, a:active, a:focus, a.active {
	color: var(--mavi-vurgu);
	text-shadow: 0 0 5px var(--mavi-vurgu); /* Hover'da hafif parlama */
}

h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6 {
	color: var(--gri-metin);
	font-weight: 600; /* Başlıklar daha belirgin */
}

hr { border-color: var(--gri-kenarlik); }

/* Butonlar (Genel) */
.btn {
	color: #ffffff !important;
	background-color: var(--mavi-ana);
	border: 1px solid var(--mavi-ana);
	border-radius: 5px;
	transition: all 0.3s ease;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
	padding: .6rem 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
}
.btn:hover, .btn:active, .btn:focus {
	background-color: var(--mavi-vurgu);
	border-color: var(--mavi-vurgu);
	box-shadow: 0 0 18px var(--mavi-golge), 0 6px 15px rgba(0, 0, 0, 0.5);
	transform: translateY(-2px);
}
.btn-primary { /* Birincil butonlar */
    background: linear-gradient(45deg, var(--mavi-ana), var(--mavi-vurgu));
    border: none;
}
.btn-primary:hover {
    background: linear-gradient(45deg, var(--mavi-vurgu), var(--mavi-ana));
}

/* Form Elemanları (Daha Şık) */
.form-control {
	color: var(--gri-metin);
	background-color: #18181c !important; /* İç alan rengi */
	border: 1px solid var(--gri-kenarlik) !important;
	border-radius: 5px;
	height: 48px; /* Biraz daha yüksek */
	padding: .75rem 1rem;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.form-control:focus {
	border-color: var(--mavi-vurgu) !important;
	box-shadow: 0 0 0 4px rgba(0, 198, 255, 0.2) !important;
	background-color: #1a1a1f !important;
}
input::placeholder { color: #666 !important; }

/* Kartlar (Daha Derinlikli) */
.card {
	background-color: var(--gri-panel) !important;
	border: 1px solid var(--gri-kenarlik) !important;
	border-radius: 8px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6); /* Daha belirgin gölge */
	overflow: hidden; /* Kenarlık içindeki taşmaları engelle */
}
.card-header {
	background: #15151a !important;
	color: #fff !important;
	border-bottom: 1px solid var(--gri-kenarlik) !important;
	padding: 1rem 1.5rem;
	font-size: 1.1rem;
	font-weight: 600;
}
.card-header:before { display: none; } /* Eski deseni tamamen kaldırdık */
.card-body * { color: var(--gri-metin) !important; }

/* Footer (Daha Sade) */
.footer { margin-top: 6rem; }
.footer-top {
	background-color: var(--gri-panel) !important;
	border-top: 1px solid var(--gri-kenarlik);
	padding: 3rem 0;
}
.footer-bottom {
	background-color: var(--siyah-arka) !important;
	border-top: 1px solid var(--gri-kenarlik);
	padding: 1.5rem 0;
}
footer.footer:before { display: none; } /* Eski deseni kaldırdık */

/* Breadcrumb (Cam Efekti Uyumlu) */
ol.breadcrumb {
	background: rgba(17, 17, 21, 0.7) !important; /* Hafif saydam */
	border: 1px solid var(--gri-kenarlik);
	backdrop-filter: blur(5px);
	border-radius: 8px;
}
ol.breadcrumb * { color: var(--gri-metin) !important; }

/* Tablolar (Daha Temiz) */
.table th, .table td {
	border-color: var(--gri-kenarlik) !important;
}
.store-section tr:nth-child(even) {
	background: rgba(0, 198, 255, 0.03); /* Çok hafif mavi */
}
.store-section tr:hover {
	background-color: rgba(0, 198, 255, 0.08) !important;
}

/* Dark Mod Uyumluluğu (Zaten karanlık temadayız, ama varsa diye) */
[data-bs-theme="dark"] .wave-header { fill: var(--gri-panel) !important; }
[data-bs-theme="dark"] .card { background: var(--gri-panel) !important; }
[data-bs-theme="dark"] .footer-top { background: var(--gri-panel) !important; }
[data-bs-theme="dark"] .dropdown-menu.show { background: var(--cam-arka) !important; }

/* Scrollbar Stilleri */
::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-track { background: var(--siyah-arka); }
::-webkit-scrollbar-thumb {
	background: var(--gri-kenarlik);
	border-radius: 6px;
	border: 3px solid var(--siyah-arka); /* İç boşluk efekti */
}
::-webkit-scrollbar-thumb:hover { background: var(--mavi-vurgu); }

/* Mobil Uyumluluk Ayarlamaları (Örnek) */
@media (max-width: 992px) {
    .header-banner { height: auto; padding-bottom: 50px; } /* Mobil için ayarla */
    .sfx-header-container { height: auto; }
    .header-banner-content { flex-direction: column; }
    .header-banner-content > div { margin-bottom: 2rem !important; }
    .header-banner-content .order-1 { order: 1 !important; }
    .header-banner-content .order-lg-2 { order: 2 !important; }
    .header-banner-content .d-lg-flex { display: flex !important; }
    .cart-button { width: 50px; height: 50px; }
    .cart-button i { font-size: 20px; }
    .navbar-light .navbar-nav .nav-link { margin: 2px 0; }
}

/* --- YENİ FOOTER STİLLERİ BAŞLANGIÇ --- */

/* Genel Footer Alanı */
.footer {
	position: relative;
	width: 100%;
	margin-top: 8rem; /* Header ile uyumlu boşluk */
	background-color: var(--gri-panel); /* Ana footer arka planı */
	color: var(--gri-metin);
	padding-top: 80px; /* Dalga için boşluk bırak */
	box-shadow: 0 -10px 50px rgba(0, 0, 0, 0.7); /* Üste doğru gölge */
}

/* Footer Dalgası */
.wave-footer {
	position: absolute;
	z-index: 1;
	bottom: calc(100% - 1px); /* Footer-top'un tam üstüne */
	left: 0;
	width: 100%;
	transform: rotate(180deg); /* Dalgayı aşağı çevirir */
	fill: var(--gri-panel) !important; /* Arka planla birleşsin */
}

/* Footer Üst Alanı */
.footer-top {
	padding: 4rem 0; /* İç boşluklar */
	background-color: var(--gri-panel);
	position: relative;
	z-index: 2;
	border-top: 1px solid rgba(0, 198, 255, 0.15); /* Neon çizgi */
	box-shadow: inset 0 5px 15px rgba(0, 198, 255, 0.05), 0 1px 1px rgba(0, 198, 255, 0.1); /* Hafif iç gölge */
}

/* Footer Başlıkları (Neon Efektli) */
.footer-title {
	font-size: 1.2rem;
	color: #ffffff !important;
	font-weight: 600;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	display: inline-block; /* Çizgi için */
	padding-bottom: 5px;
}
.footer-title span {
	position: relative;
	z-index: 1;
}
.footer-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: linear-gradient(90deg, var(--mavi-vurgu), var(--mavi-ana));
	border-radius: 2px;
	box-shadow: 0 0 8px var(--mavi-vurgu);
	transition: width 0.4s ease;
}
.footer:hover .footer-title::after {
    /* İsteğe bağlı: Hover'da çizgi uzayabilir */
    /* width: 80px; */
}

/* Hakkımızda Metni */
.about-text-content, .about-text-content * {
	color: var(--gri-metin) !important;
	font-size: 0.95rem;
	line-height: 1.7;
	opacity: 0.8;
}

/* Footer Linkleri (Şık Hover Efekti) */
.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-links li {
	margin-bottom: 0.8rem;
}
.footer-links a {
	color: var(--gri-metin) !important;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	opacity: 0.7;
}
.footer-links a:hover {
	color: var(--mavi-vurgu) !important;
	opacity: 1;
	transform: translateX(5px); /* Hover'da hafif sağa kayma */
	text-shadow: 0 0 5px var(--mavi-vurgu);
}
.footer-links a i {
	color: var(--mavi-ana) !important;
	transition: color 0.3s ease;
	font-size: 0.8rem; /* İkon boyutu */
}
.footer-links a:hover i {
	color: var(--mavi-vurgu) !important;
}

/* Kontrol Butonları (Dil, Tema) */
.footer-controls .footer-subtitle {
	font-size: 0.9rem;
	text-transform: uppercase;
	color: #888;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
}
.btn-footer-control {
	background-color: var(--gri-kenarlik) !important;
	color: var(--gri-metin) !important;
	border: 1px solid var(--gri-kenarlik) !important;
	border-radius: 5px;
	padding: 0.5rem 1rem;
	font-size: 0.85rem;
	transition: all 0.3s ease;
}
.btn-footer-control:hover,
.btn-footer-control.show {
	background-color: var(--mavi-ana) !important;
	border-color: var(--mavi-vurgu) !important;
	color: #fff !important;
	box-shadow: 0 0 10px var(--mavi-golge);
}
.btn-footer-control i {
	margin-right: 8px;
}
/* Dropdown menülerini koyu ve cam efektli yapalım */
.footer .dropdown-menu {
	background-color: var(--cam-arka) !important;
	border: 1px solid rgba(0, 198, 255, 0.15) !important;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	padding: 0.5rem 0;
}
.footer .dropdown-item {
	color: var(--gri-metin) !important;
	background-color: transparent !important;
	padding: 0.6rem 1.2rem;
	transition: all 0.2s ease;
}
.footer .dropdown-item:hover,
.footer .dropdown-item.active {
	color: #fff !important;
	background-color: rgba(0, 198, 255, 0.15) !important;
}

/* Footer Alt Barı */
.footer-bottom {
	padding: 1.5rem 0;
	background-color: var(--siyah-arka); /* En alt kısım */
	border-top: 1px solid #1a1a1f; /* Çok ince bir ayraç */
	color: #666; /* Daha soluk metin */
	font-size: 0.85rem;
	position: relative;
	z-index: 2;
}
.footer-bottom p {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
.footer-bottom .copyright-text {
	color: #888;
}
.footer-bottom .mojang-text {
	font-size: 0.75rem;
	opacity: 0.6;
}
.footer-bottom #powered_by_leaderos {
	color: #888 !important; /* Rengi uyumlu hale getir */
	opacity: 0.8;
	font-size: 0.85rem;
}
.footer-bottom #powered_by_leaderos a {
	color: var(--mavi-ana) !important;
	font-weight: bold;
}
.footer-bottom #powered_by_leaderos a:hover {
	color: var(--mavi-vurgu) !important;
}

/* Dark Mod Butonları (extra.css içinde zaten olabilir, uyum sağlıyoruz) */
[data-bs-theme="dark"] .hide-theme-dark,
body:not([data-bs-theme="dark"]) .hide-theme-light {
	display: inline-block !important; /* Düzeltme: Doğru olan görünsün */
}
[data-bs-theme="dark"] .hide-theme-light,
body:not([data-bs-theme="dark"]) .hide-theme-dark {
	display: none !important; /* Yanlış olan gizlensin */
}
/* Font Awesome ikonları için (Eğer kullanılıyorsa) */
.fas, .fab {
    line-height: 1; /* İkon hizalaması */
}

/* --- YENİ FOOTER STİLLERİ BİTİŞ --- */

/* --- KAHİNAT ÜSTÜ ANA SAYFA STİLLERİ --- */

/* 1. KOZMİK GİRİŞ */
.home-portal { height: 100vh; display: flex; justify-content: center; align-items: center; text-align: center; color: #fff; position: relative; overflow: hidden; background-color: #000; }
.cosmic-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.portal-vignette { position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-shadow: inset 0 0 250px 80px #000; z-index: 2; }
.portal-content { position: relative; z-index: 3; padding: 2rem; animation: fadeIn 2s ease-out; }

/* Yıldızlı Arka Plan (CSS ile) */
@keyframes move-twink-back { from {background-position:0 0;} to {background-position:-10000px 5000px;} }
@keyframes move-clouds-back { from {background-position:0 0;} to {background-position:10000px 0;} }
.stars, .twinkling, .clouds { position:absolute; top:0; left:0; right:0; bottom:0; width:100%; height:100%; display:block; }
.stars { background:#000 url(https://www.script-tutorials.com/demos/360/images/stars.png) repeat top center; z-index: 1; }
.twinkling { background:transparent url(https://www.script-tutorials.com/demos/360/images/twinkling.png) repeat top center; z-index: 2; animation:move-twink-back 200s linear infinite; }
.clouds { background:transparent url(https://www.script-tutorials.com/demos/360/images/clouds.png) repeat top center; z-index: 3; animation:move-clouds-back 200s linear infinite; opacity: 0.3; }
.nebula { position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(0, 100, 200, 0.2) 10%, transparent 50%); animation: spin 150s linear infinite; z-index: 0; opacity: 0.7; }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* 3D Grid Overlay */
.grid-lines-3d {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient( var(--mavi-vurgu) 2px, transparent 2px) 0 0,
                linear-gradient( 90deg, var(--mavi-vurgu) 2px, transparent 2px) 0 0;
    background-size: 100px 100px;
    background-position: center center;
    transform: perspective(600px) rotateX(60deg); /* 3D Efekti */
    opacity: 0.08;
    z-index: 1;
    animation: panGrid 30s linear infinite;
}

/* Kozmik Başlık */
.cosmic-title {
    font-size: clamp(3.5rem, 12vw, 7rem); font-weight: 900;
    text-transform: uppercase; color: transparent;
    margin-bottom: 1rem; position: relative; display: inline-block;
    -webkit-text-stroke: 1px var(--mavi-vurgu); /* Dış çizgi */
    background: linear-gradient(var(--mavi-vurgu), var(--mavi-ana));
    -webkit-background-clip: text;
    background-clip: text;
    animation: glowTitle 5s infinite alternate;
}
.cosmic-title span { position: relative; z-index: 1; }
@keyframes glowTitle {
    from { text-shadow: 0 0 5px #000, 0 0 10px var(--mavi-vurgu), 0 0 15px var(--mavi-vurgu); }
    to { text-shadow: 0 0 10px #000, 0 0 20px var(--mavi-vurgu), 0 0 35px var(--mavi-ana); }
}

/* Kozmik Buton */
.btn-cosmic-enter {
    background: transparent !important; color: #fff !important;
    border: none !important; padding: 0 !important;
    width: 277px; height: 62px;
    position: relative; text-decoration: none !important;
    display: inline-flex; justify-content: center; align-items: center;
    font-size: 1.1rem; text-transform: uppercase; font-weight: bold;
    letter-spacing: 1px; transition: all 0.4s ease;
}
.btn-cosmic-enter svg rect { transition: all 0.4s ease; stroke-dasharray: 660; stroke-dashoffset: 660; }
.btn-cosmic-enter:hover svg rect { stroke-dashoffset: 0; stroke-width: 3px; filter: drop-shadow(0 0 10px var(--mavi-vurgu)); }
.btn-cosmic-enter span { position: relative; z-index: 1; transition: letter-spacing 0.4s ease; }
.btn-cosmic-enter:hover span { letter-spacing: 3px; color: var(--mavi-vurgu); text-shadow: 0 0 5px var(--mavi-vurgu); }

/* Kozmik Stats */
.cosmic-stats { margin-top: 3rem; display: flex; justify-content: center; gap: 4rem; opacity: 0.7; }
.cosmic-stats > div { text-align: center; }
.cosmic-stats i { font-size: 1.5rem; color: var(--mavi-ana); display: block; margin-bottom: 5px; }
.cosmic-stats .stat-value { font-size: 1.3rem; font-weight: bold; color: #fff; }
.cosmic-scroll { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); font-size: 2.5rem; color: rgba(0, 198, 255, 0.4); animation: bounce 2.5s infinite; }

/* 2. GALAKTİK MERKEZ */
.galactic-hub { background-color: var(--siyah-arka); padding: 6rem 0; }
.section-title-alt { /* Daha minimalist başlık */
    font-size: 1.8rem; color: #fff !important; font-weight: 700;
    margin-bottom: 2.5rem; text-align: center; text-transform: uppercase;
    letter-spacing: 2px; border-bottom: 2px solid var(--gri-kenarlik);
    padding-bottom: 1rem; display: inline-block; width: 100%;
}
.section-title-alt span { background: var(--siyah-arka); padding: 0 15px; }

/* Özellik Podları */
.feature-pods { margin-bottom: 5rem; text-align: center; }
.pods-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
.pod {
    background: var(--gri-panel); padding: 2rem; border-radius: 10px;
    border: 1px solid var(--gri-kenarlik); transition: all 0.4s ease;
    border-bottom: 4px solid var(--mavi-ana);
}
.pod:hover { transform: translateY(-10px); box-shadow: 0 10px 30px rgba(0, 123, 255, 0.2); border-color: var(--mavi-ana); }
.pod-icon { font-size: 2.5rem; color: var(--mavi-vurgu); margin-bottom: 1rem; display: block; text-shadow: 0 0 10px var(--mavi-vurgu); }
.pod h4 { font-size: 1.2rem; color: #fff !important; margin-bottom: 0.5rem; }
.pod p { font-size: 0.9rem; opacity: 0.7; }

/* Galaktik Grid */
.home-grid-galactic { display: grid; grid-template-columns: 2fr 1fr; /* 2/3 + 1/3 */ grid-template-rows: auto auto; gap: 2rem; }
.grid-item { background-color: var(--gri-panel); border: 1px solid var(--gri-kenarlik); border-radius: 10px; padding: 1.5rem; transition: all 0.4s ease; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); }
.grid-item:hover { border-color: var(--mavi-vurgu); box-shadow: 0 8px 30px rgba(0, 198, 255, 0.1); }
.module-title-alt { font-size: 1.2rem; margin-bottom: 1.5rem; text-align: left; border-bottom: 1px solid var(--gri-kenarlik); padding-bottom: 0.8rem; width: auto; display: block; }
.grid-chronicles { grid-row: span 2; } /* Haberler 2 sıra kaplasın */
.grid-pantheon { /* Pantheon */ }
.grid-stargate { /* Yıldız Geçidi */ }

/* Kronikler (Haberler) */
.chronicles-list { display: flex; flex-direction: column; gap: 1rem; }
.chronicle-item {
    display: flex; align-items: center; gap: 1rem; background: #161a22;
    padding: 1rem; border-radius: 8px; transition: all 0.3s ease;
    text-decoration: none !important; border-left: 3px solid transparent;
}
.chronicle-item:hover { background: #1a1f26; border-left-color: var(--mavi-vurgu); transform: translateX(5px); }
.chronicle-item img { width: 80px; height: 60px; object-fit: cover; border-radius: 5px; }
.chronicle-item h5 { color: #fff !important; font-size: 1rem; margin-bottom: 5px; }
.chronicle-item span { font-size: 0.8rem; color: #888; }

/* Pantheon (Bağışçılar) */
.grid-pantheon { background: #161a22; border-left: 5px solid var(--mavi-vurgu); }
.pantheon-list { list-style: none; padding: 0; margin: 0; }
.pantheon-entry { margin-bottom: 0.5rem; opacity: 0; animation: fadeInUp 0.5s ease-out forwards; animation-delay: var(--delay); }
.pantheon-entry a {
    display: flex; align-items: center; background: rgba(0, 0, 0, 0.1); padding: 0.8rem 1rem;
    border-radius: 5px; text-decoration: none !important; transition: all 0.3s ease;
}
.pantheon-entry a:hover { background: rgba(0, 198, 255, 0.1); }
.pantheon-rank { font-size: 1.1rem; font-weight: bold; color: #fff; width: 25px; text-align: center; margin-right: 10px; opacity: 0.6; }
.pantheon-entry.rank-1 .pantheon-rank { color: #ffd700; opacity: 1; text-shadow: 0 0 5px #ffd700; }
.pantheon-entry.rank-2 .pantheon-rank { color: #c0c0c0; opacity: 0.9; }
.pantheon-entry.rank-3 .pantheon-rank { color: #cd7f32; opacity: 0.8; }
.pantheon-avatar { width: 35px !important; height: 35px !important; border-radius: 50%; margin-right: 10px; border: 2px solid var(--gri-kenarlik); }
.pantheon-name { flex-grow: 1; color: var(--gri-metin) !important; font-weight: 500; }
.pantheon-total { color: var(--mavi-vurgu) !important; font-weight: bold; }
.empty-pantheon { text-align: center; padding: 2rem 1rem; opacity: 0.6; }

/* Yıldız Geçidi (Mağaza) */
.grid-stargate {
    background: url('https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExMnk1dGJvaDJyZWJkMXptZDJicGtsY3Frdm1lbnIyb2F0Z2RkZWE1dSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/U3qYN8S0j3bpK/giphy.gif') center center / cover; /* Hareketli GIF */
    position: relative; text-align: center;
    display: flex; justify-content: center; align-items: center;
    min-height: 300px;
}
.stargate-portal { position: relative; z-index: 2; }
.stargate-event-horizon {
    width: 150px; height: 150px; background: radial-gradient(circle, #00C6FF 10%, #007BFF 40%, rgba(0,0,0,0.8) 70%);
    border-radius: 50%; margin: 0 auto 1rem auto;
    box-shadow: 0 0 30px #00C6FF, inset 0 0 20px #007BFF;
    animation: swirl 5s linear infinite;
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%); opacity: 0.7; z-index: 1;
}
@keyframes swirl { 0% { transform: translate(-50%, -50%) rotate(0deg) scale(1); } 100% { transform: translate(-50%, -50%) rotate(360deg) scale(1.05); } }
.stargate-ring {
    position: absolute; top: 50%; left: 50%;
    border: 3px solid rgba(0, 198, 255, 0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: ringPulse 3s infinite ease-out;
}
.stargate-ring:nth-child(1) { width: 180px; height: 180px; animation-delay: 0s; }
.stargate-ring:nth-child(2) { width: 220px; height: 220px; animation-delay: 1s; }
.stargate-ring:nth-child(3) { width: 260px; height: 260px; animation-delay: 2s; }
@keyframes ringPulse { 0% { transform: translate(-50%, -50%) scale(0.8); opacity: 1; } 100% { transform: translate(-50%, -50%) scale(1.2); opacity: 0; } }
.stargate-content {
    position: relative; z-index: 3; background: rgba(0,0,0,0.6); padding: 1.5rem;
    border-radius: 8px; backdrop-filter: blur(5px);
}
.stargate-content h4 { color: #fff !important; }
.stargate-content p { color: var(--gri-metin) !important; opacity: 0.8; font-size: 0.9rem; margin: 1rem 0; }
.btn-stargate { background: var(--mavi-vurgu) !important; color: #000 !important; font-weight: bold; }

/* Mobil Uyum (Grid) */
@media (max-width: 992px) {
    .home-grid-galactic { grid-template-columns: 1fr; }
    .grid-chronicles { grid-row: auto; } /* Sırayı normale döndür */
}

/* --- KAİNAT ÖTESİ MAĞAZA KATEGORİ SAYFASI STİLLERİ --- */

/* Genel Xeno-Market Ayarları */
.xeno-market-section {
	padding: 4rem 0 6rem 0; /* Alt boşluğu artırdık */
	position: relative;
	overflow: hidden; /* Arka plan animasyonları için önemli */
    background-color: #030712; /* Çok koyu lacivert/siyah ana zemin */
}

/* Sabit Galaktik Arka Plan Katmanları */
.xeno-market-bg {
    position: fixed; /* Sayfa kayarken sabit kalır */
    top: 0; left: 0;
    width: 100%; height: 100vh; /* Tüm ekranı kaplar */
    z-index: -1; /* Diğer içeriklerin altında */
    pointer-events: none; /* Üzerindeki tıklamaları engellemez */
    overflow: hidden; /* Taşmaları engelle */
}
.stars-deep {
    background: #000 url(https://www.script-tutorials.com/demos/360/images/stars.png) repeat;
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    animation: move-twink-back 300s linear infinite; /* Yavaş hareket eden yıldızlar */
    z-index: 1;
}
.nebula-distant {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(ellipse at 70% 30%, rgba(50, 0, 150, 0.2) 0%, transparent 60%), /* Mor nebula */
                radial-gradient(ellipse at 30% 70%, rgba(0, 100, 180, 0.15) 0%, transparent 55%); /* Mavi nebula */
    opacity: 0.5;
    animation: slowDrift 180s alternate infinite ease-in-out; /* Yavaşça kayan nebula */
    z-index: 2;
}
.plasma-energy {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: repeating-linear-gradient( /* İnce plazma çizgileri */
        -45deg,
        rgba(0, 198, 255, 0.005),
        rgba(0, 198, 255, 0.005) 5px,
        rgba(0, 198, 255, 0.01) 5px,
        rgba(0, 198, 255, 0.01) 10px
    );
    opacity: 0.4;
    animation: plasmaFlow 90s linear infinite; /* Akan plazma */
    z-index: 3;
}
/* Animasyonlar (Eğer daha önce tanımlanmadıysa) */
@keyframes move-twink-back { from {background-position:0 0;} to {background-position:-10000px 5000px;} }
@keyframes slowDrift { from { transform: translateX(-5%) translateY(-5%) rotate(-5deg); } to { transform: translateX(5%) translateY(5%) rotate(5deg); } }
@keyframes plasmaFlow { from { background-position: 0 0; } to { background-position: 1200px 1200px; } }

.xeno-market-container { position: relative; z-index: 2; } /* İçeriğin arka planın üzerinde kalması için */

/* HUD Breadcrumb */
.xeno-breadcrumb .breadcrumb {
	background: rgba(10, 20, 40, 0.6); /* Biraz daha belirgin cam */
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 0.85rem 1.75rem;
	border-radius: 6px;
	border: 1px solid rgba(0, 198, 255, 0.3);
	margin-bottom: 3.5rem; /* Alt boşluk */
    box-shadow: 0 0 15px rgba(0, 198, 255, 0.1);
}
.xeno-breadcrumb .breadcrumb-item a { color: var(--mavi-vurgu) !important; text-decoration: none; font-weight: 500; }
.xeno-breadcrumb .breadcrumb-item a:hover { text-shadow: 0 0 8px var(--mavi-vurgu); }
.xeno-breadcrumb .breadcrumb-item.active { color: var(--gri-metin) !important; opacity: 0.7; font-weight: 500;}
.xeno-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(0, 198, 255, 0.6) !important; content: '»'; padding-right: .7rem; padding-left: .7rem;}
.xeno-breadcrumb .breadcrumb-item i { margin-right: 6px; opacity: 0.8; }

/* Genel Bölüm Başlığı (Xeno Tarzı) */
.xeno-section-title {
    font-size: clamp(1.7rem, 3.5vw, 2.2rem); color: #fff !important;
    font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; /* Harf aralığı artırıldı */
    margin-bottom: 3rem; text-align: center; position: relative;
    padding-bottom: 1.2rem;
    text-shadow: 0 0 12px var(--mavi-vurgu), 0 0 25px var(--mavi-ana);
}
.xeno-section-title span { position: relative; z-index: 1; }
.xeno-section-title::before, .xeno-section-title::after {
    content: ''; position: absolute; left: 50%; transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, var(--mavi-vurgu), var(--mavi-ana), var(--mavi-vurgu), transparent); /* Daha zengin gradient */
    height: 2.5px; border-radius: 1px;
    box-shadow: 0 0 10px var(--mavi-vurgu), 0 0 5px var(--mavi-ana);
}
.xeno-section-title::before { bottom: 0; width: 120px; }
.xeno-section-title::after { bottom: -6px; width: 80px; height: 1.5px; opacity: 0.7; }
.xeno-section-title i { margin-right: 12px; opacity: 0.9; font-size: 0.9em; }

/* Enerji Çekirdeği (Community Goal) */
.energy-core-module {
	background: linear-gradient(155deg, rgba(20, 35, 60, 0.85) 0%, rgba(10, 15, 30, 0.95) 100%); /* Daha derin gradient */
	backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(0, 198, 255, 0.3);
	border-radius: 18px; /* Daha yuvarlak */
    padding: 2rem 2.5rem;
	margin-bottom: 4.5rem; text-align: center;
	box-shadow: 0 15px 50px rgba(0, 70, 120, 0.35), inset 0 0 20px rgba(0, 198, 255, 0.15), 0 0 0 3px rgba(0,0,0,0.2); /* Katmanlı gölge */
}
.energy-core-module .xeno-section-title { margin-bottom: 1.5rem; font-size: 1.6rem !important; }
.energy-core-module .core-info h4 { font-size: 1.4rem; color: #fff !important; margin-bottom: 0.75rem; font-weight: 600; }
.energy-core-module .core-info p { opacity: 0.85; margin-bottom: 2rem; font-size: 1rem; }
.core-progress-bar {
	height: 32px; background: rgba(0, 0, 0, 0.5); border-radius: 16px;
	padding: 6px; border: 1px solid rgba(0, 198, 255, 0.25);
	position: relative; overflow: hidden;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
}
.core-progress {
	height: 100%; background: linear-gradient(90deg, var(--mavi-ana) 0%, var(--mavi-vurgu) 70%, #90f5ff 100%); /* Daha canlı gradient */
	border-radius: 10px; position: relative;
	box-shadow: 0 0 18px var(--mavi-vurgu), 0 0 10px var(--mavi-ana), inset 0 0 8px rgba(255,255,255,0.4);
    transition: width 1.2s cubic-bezier(0.25, 1, 0.5, 1); /* Yumuşak geçiş */
    display: flex; align-items: center; justify-content: flex-end;
}
.core-progress .sparkle {
    position: absolute; top: 50%; left: 0;
    width: 6px; height: 6px; background: #fff; border-radius: 50%;
    box-shadow: 0 0 6px #fff, 0 0 12px var(--mavi-vurgu);
    opacity: 0; animation: sparkleFlow 1.2s infinite linear;
}
.core-progress .sparkle:nth-child(1) { animation-delay: 0s; }
.core-progress .sparkle:nth-child(2) { animation-delay: 0.4s; left: 30%; }
.core-progress .sparkle:nth-child(3) { animation-delay: 0.8s; left: 60%;}
@keyframes sparkleFlow { /* Animasyonun sonu biraz daha parlak */
    0% { transform: translateY(-50%) scale(0.5); opacity: 0; }
    50% { transform: translateY(-50%) scale(1.1); opacity: 1; }
    100% { transform: translateY(-50%) scale(0.5); opacity: 0; left: calc(100% - 6px); box-shadow: 0 0 10px #fff, 0 0 20px var(--mavi-vurgu); }
}
.core-progress::after { /* Yüzde metni daha belirgin */
    content: attr(data-progress) '%';
    position: absolute; right: 15px; top: 50%; transform: translateY(-50%);
    color: rgba(0,0,0,0.8); font-weight: bold; font-size: 0.9rem;
    text-shadow: 0 0 2px rgba(255,255,255,0.5);
}

/* Kadim Relikler (Bestsellers) */
.prime-relics-section { margin-bottom: 4.5rem; }
.relics-showcase { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 2.5rem; } /* Daha esnek */
.relic-containment-field {
	background: linear-gradient(170deg, rgba(25, 40, 70, 0.75) 0%, rgba(10, 15, 35, 0.85) 100%);
	backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(0, 198, 255, 0.3);
	border-radius: 18px; padding: 1.5rem; text-align: center;
	position: relative; overflow: hidden; transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1); /* Daha yumuşak geçiş */
    box-shadow: 0 8px 30px rgba(0,0,0,0.35);
}
.relic-containment-field:hover {
    transform: translateY(-12px) scale(1.04);
    border-color: var(--mavi-vurgu);
    box-shadow: 0 20px 60px rgba(0, 198, 255, 0.25), 0 0 15px var(--mavi-ana) inset;
}
.relic-glow {
    position: absolute; top: 50%; left: 50%; width: 0%; height: 0%; /* Başlangıçta görünmez */
    background: radial-gradient(circle, rgba(0,198,255,0.2) 0%, transparent 70%);
    transform: translate(-50%, -50%); transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
    opacity: 0; border-radius: 50%;
}
.relic-containment-field:hover .relic-glow { width: 250%; height: 250%; opacity: 1; animation: relicPulse 2.5s infinite alternate; }
@keyframes relicPulse { from { transform: translate(-50%, -50%) scale(0.9); } to { transform: translate(-50%, -50%) scale(1); } }

.relic-image-wrapper {
    background: rgba(0,0,0,0.35); padding: 1rem; border-radius: 12px; margin-bottom: 1.2rem;
    height: 190px; display: flex; align-items: center; justify-content: center;
    border: 1px solid rgba(0,198,255,0.1);
}
.relic-image-wrapper img { max-height: 100%; max-width: 100%; object-fit: contain; transition: transform 0.5s ease; }
.relic-containment-field:hover .relic-image-wrapper img { transform: scale(1.12) rotateZ(2deg); filter: drop-shadow(0 0 10px rgba(255,255,255,0.2));}
.relic-info h5 { font-size: 1.25rem; color: #fff !important; margin-bottom: 0.75rem; font-weight: 600; }
.relic-price { margin-bottom: 1.2rem; }
.old-price-relic { text-decoration: line-through; opacity: 0.6; margin-right: 8px; font-size: 0.95em; }
.current-price-relic { font-size: 1.4rem; color: var(--mavi-vurgu) !important; font-weight: 700; text-shadow: 0 0 5px var(--mavi-vurgu); }
.relic-discount-tag {
    position: absolute; top: 12px; right: 12px;
    background: var(--mavi-ana); color: #fff; padding: 6px 12px;
    border-radius: 6px; font-size: 0.85rem; font-weight: bold;
    box-shadow: 0 0 12px var(--mavi-ana); transform: rotate(5deg);
}
.btn-relic-view {
	background: transparent !important; border: 2px solid var(--mavi-vurgu) !important;
	color: var(--mavi-vurgu) !important; width: 100%; text-transform: uppercase;
	font-weight: bold; letter-spacing: 1px; padding: 0.8rem 1rem; border-radius: 6px;
    transition: all 0.3s ease; cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
}
.btn-relic-view i { margin-right: 8px; }
.btn-relic-view:hover, .btn-relic-view:focus {
    background: var(--mavi-vurgu) !important; color: #030712 !important;
    box-shadow: 0 0 20px var(--mavi-vurgu), 0 0 30px var(--mavi-ana);
    transform: scale(1.05); outline: none;
}
.btn-relic-view:active { transform: scale(1.02); }


/* Boyutsal Geçitler (Alt Kategoriler) */
.dimensional-rifts-section { margin-bottom: 4.5rem; }
.rifts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2.5rem; }
.rift-gate {
    position: relative; display: block; height: 220px; border-radius: 12px;
    overflow: hidden; text-decoration: none !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.45);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid transparent; /* Hover için */
}
.rift-gate:hover { transform: scale(1.06) rotateY(5deg); box-shadow: 0 15px 45px rgba(0,198,255,0.3); border-color: var(--mavi-vurgu); }
.rift-image { width: 100%; height: 100%; background-size: cover; background-position: center; transition: transform 0.6s ease, filter 0.6s ease; }
.rift-gate:hover .rift-image { transform: scale(1.15); filter: brightness(1.2) saturate(1.1); }
.rift-energy {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(5, 10, 25, 0.9) 0%, rgba(10, 20, 40, 0.3) 60%, transparent 100%);
    opacity: 0.9; transition: opacity 0.5s ease;
    mix-blend-mode: multiply; /* Daha derin renkler için */
}
.rift-gate:hover .rift-energy { opacity: 0.6; background: linear-gradient(to top, rgba(0,198,255,0.3) 0%, transparent 70%); mix-blend-mode: screen; }
.rift-label {
    position: absolute; bottom: 0; left: 0; width: 100%;
    padding: 1.2rem 1.5rem;
    color: #fff; font-weight: 700; font-size: 1.3rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.8);
    display: flex; justify-content: space-between; align-items: center;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
    transition: padding 0.4s ease;
}
.rift-gate:hover .rift-label { padding-bottom: 1.5rem; }
.rift-label i { transition: transform 0.4s ease, color 0.4s ease; opacity: 0.8; }
.rift-gate:hover .rift-label i { transform: translateX(8px) scale(1.1); color: var(--mavi-vurgu); opacity: 1; }

/* Xeno-Artefaktlar (Ürünler) */
.artifacts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2.5rem; }
.artifact-pod {
    background: #0E1320; /* Biraz daha açık zemin */
    border: 1px solid #202840; /* Daha belirgin kenarlık */
    border-radius: 15px; overflow: hidden;
    display: flex; flex-direction: column;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: all 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
    cursor: pointer; position: relative;
}
.artifact-pod:hover {
    transform: translateY(-18px) rotateZ(1.5deg) scale(1.03);
    border-color: var(--mavi-vurgu);
    box-shadow: 0 25px 60px rgba(0, 198, 255, 0.2), /* Yükselme gölgesi */
                0 0 25px var(--mavi-vurgu) inset, /* İç parlama */
                0 0 0 2px var(--mavi-ana); /* Dış çerçeve */
}
.pod-header { display: flex; justify-content: space-between; align-items: center; padding: 0.8rem 1.2rem; background: rgba(0,0,0,0.25); font-size: 0.85rem; border-bottom: 1px solid #202840;}
.artifact-stock { padding: 4px 10px; border-radius: 5px; font-weight: bold; }
/* Stok durum renkleri aynı kalabilir veya temaya göre güncellenebilir */
.artifact-discount { background: var(--mavi-ana); color: #fff; padding: 4px 10px; border-radius: 5px; font-weight: bold; box-shadow: 0 0 8px var(--mavi-ana); }
.pod-image-field {
    height: 230px; display: flex; align-items: center; justify-content: center;
    padding: 1.2rem; position: relative; background: rgba(0,0,0,0.15);
    border-bottom: 1px solid #202840;
}
.pod-image-field img { max-height: 100%; max-width: 100%; object-fit: contain; transition: transform 0.5s ease, filter 0.5s ease; }
.artifact-pod:hover .pod-image-field img { transform: scale(1.18) rotateZ(-2deg); filter: drop-shadow(0 0 15px rgba(255,255,255,0.25)); }
.pod-image-overlay { position: absolute; top:0;left:0;width:100%;height:100%; background: radial-gradient(circle, transparent 40%, rgba(0,0,0,0.6) 100%); }
.pod-info { padding: 1.2rem 1.5rem; text-align: center; flex-grow: 1; }
.artifact-name { font-size: 1.2rem; color: #fff !important; margin-bottom: 0.75rem; font-weight: 600; }
.artifact-price { margin-bottom: 1.2rem; }
.artifact-price .old-price { text-decoration: line-through; opacity: 0.55; font-size: 0.95rem; margin-right: 6px; }
.artifact-price .current-price { font-size: 1.5rem; color: var(--mavi-vurgu) !important; font-weight: 700; text-shadow: 0 0 8px var(--mavi-vurgu); }
.pod-actions {
    padding: 1.2rem 1.5rem; border-top: 1px solid #202840;
    background: rgba(0,0,0,0.2);
}
.btn-artifact-action {
    width: 100%; background: transparent !important; color: var(--mavi-vurgu) !important;
    border: 2px solid var(--mavi-vurgu) !important; border-radius: 6px;
    text-transform: uppercase; font-weight: bold; letter-spacing: 0.8px; padding: 0.8rem 1rem;
    transition: all 0.3s ease; display: inline-flex; align-items: center; justify-content: center;
    position: relative; z-index: 5; /* Tıklanabilirlik için */
}
.btn-artifact-action i { margin-right: 8px; }
.btn-artifact-action:hover:not(:disabled) {
    background: var(--mavi-vurgu) !important; color: #030712 !important;
    box-shadow: 0 0 18px var(--mavi-vurgu); transform: scale(1.04);
}
.btn-artifact-action.btn-upgrade { border-color: #ffae42 !important; color: #ffae42 !important; } /* Daha canlı turuncu */
.btn-artifact-action.btn-upgrade:hover { background: #ffae42 !important; color: #030712 !important; box-shadow: 0 0 18px #ffae42; }
.btn-artifact-action:disabled { border-color: #444 !important; color: #444 !important; opacity: 0.5; cursor: not-allowed; }

/* Artefakt Yoksa */
.no-artifacts-found { text-align: center; padding: 6rem 2rem; background: rgba(10,15,25,0.5); border-radius:15px; border:1px solid var(--gri-kenarlik); opacity: 0.7; }
.no-artifacts-found i { margin-bottom: 2rem; color: var(--mavi-ana); opacity: 0.5; }
.no-artifacts-found h4 { color: #fff !important; font-size: 1.5rem; }
.no-artifacts-found p { font-size: 1rem; }

/* Font Awesome ikonları için genel bir ayar (eğer yoksa) */
.fas, .fab { transition: color 0.3s ease, transform 0.3s ease; }

.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}};
.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}
