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;
}
textarea::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: .4rem;
}
.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));
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0;
}
.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;
}

.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}}
.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}};
/* 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;
}
.change-theme .checkbox {
  opacity: 0;
  position: absolute;
}

.change-theme .checkbox-label {
  background-color: #111;
  width: 50px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.change-theme .fa-moon {
  color: #f1c40f;
}

.change-theme .fa-sun {
  color: #f39c12;
}

.change-theme .checkbox-label .ball {
  background-color: #fff;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.change-theme .checkbox:checked + .checkbox-label .ball {
  transform: translateX(24px);
}
.btn-cy-ronema {
  background-color: #f9f9f9;
  padding: .8rem;
  color: #6a6a6a;
  font-weight: 450;
  width: 100% !important;
  display: block;
  border-radius: 12px;
  display: flex;
  align-items: center;
}
.btn-cy-ronema i {
  font-size:22px;	
  color:#004576;
}
.btn-cy-exit {
  background-color: #ff5454;
  padding: .8rem !important;
  color: #FFF !important;
  font-weight: 450 !important;
  width: 100% !important;
  border-radius: 12px !important;
  display: flex;
  align-items: center;
}
.btn-cy-exit:hover {
  color: #FFF;
  background-color: #ff1818;
  padding: .8rem !important;
  color: #FFF !important;
  font-weight: 450 !important;
  width: 100% !important;
  border-radius: 12px !important;
  display: flex;
  align-items: center;
}
.btn-cy-exit i {
  font-size:22px;	
  color:#FFF;
}
.img-container:hover .img-card:before {
  background: none !important;
  backdrop-filter: brightness(1) !important;
  transition:500ms;
}
.img-card {
  transition:700ms;	
}
.btn-cy-ronema-help {
  background-color: #f9f9f9;
  padding: .8rem;
  color: #6a6a6a;
  font-weight: 450;
  width: 100% !important;
  display: block;
  border-radius: 12px;
  display: flex;
  align-items: center;
}
.help-collapse {
  color: #6a6a6a !important;
  font-size:16px;
  font-weight:500;
  margin-bottom:1rem !important;
}
.help-collapse i {
  color: #004576 !important;
  font-size:16px;
  font-weight:500;
  margin-bottom:1rem !important;
}
.help-collapse-up {
  margin-left: .9rem;
  margin-top: .7rem;
  margin-bottom:1rem;
}
.btn-cy-ronema-help i {
  font-size:22px;
}
.help-title-right i {
  font-size: 28px;
}
.help-title-right {
  font-size: 28px;
  color:#004576;
  font-weight:500;
}
.visibility-hidden {
  visibility:hidden;	
}
.help-sub-title {
  color:#000;	
}
.form-control.help-input {
  background-color: #e3e3e3 !important;
  border-radius: 8px !important;
  padding: 1.5rem;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark .h1, .dark .h2, .dark .h3, .dark .h4, .dark .h5, .dark .h6 {
  color: rgba(var(--secondary-text-color), 1) !important;
}
.help-active {
  background: rgb(var(--header-banner-background));
  color: white;
  padding: 0.25rem;
}
.marquee-gameixa {
  background-color:rgba(var(--secondary-color)) !important;
  text-align:center;
  margin-bottom:0 !important;
  padding:.6rem;
}
li.broadcast-item {
  background: #0072c3;
  padding: .6rem 3rem;
  border-radius: 1000px;
  font-size: 23px;
  font-weight: bold;
}
.dark p {
  color: #bdbdbd !important;
}
.dark .btn-cy-ronema-help {
  background-color: #1c1c1c;
}
.select-payment-method {
  border: 2px solid rgba(var(--secondary-color)) !important;
  padding: 1rem;
  border-radius: 12px;
  color: rgba(var(--secondary-color)) !important;
  font-weight: 500;
  cursor: pointer;
  width: 160px;
  font-size: 14px;
  height: 120px;
}
.select-payment-method.active {
  background-color:rgba(var(--secondary-color)) !important;	
  padding:1rem;
  border-radius:12px;
  color: #FFF !important;
  font-weight:500;
  cursor:pointer;
}
.select-payment-method:hover {
  background-color:rgba(var(--secondary-color)) !important;	
  padding:1rem;
  border-radius:12px;
  color: #FFF !important;
  font-weight:500;
  cursor:pointer;
}
label {
  margin-bottom:0rem !important;
}
.select-payment-method label {
  cursor:pointer;
}
.animated-border {
  position: relative;
}

.animated-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(270deg, red, orange, yellow, green, blue, indigo, violet);
  background-size: 400%;
  animation: animateBorder 5s linear infinite;
}
img.help-icon-img {
  filter: contrast(0.1);
  margin-right: 1rem !important;
  width: 20px !important;
  height: 20px !important;
}
@keyframes animateBorder {
  0% {
	background-position: 0% 50%;
  }
  100% {
	background-position: 100% 50%;
  }
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark .h1, .dark .h2, .dark .h3, .dark .h4, .dark .h5, .dark .h6 {
  color: rgba(var(--secondary-text-color), 1) !important;
}
.dark .wave-header {
  fill: #121212 !important;
}
.dark .header-banner {
  background: #121212 !important;
}
.dark {
  background-color: #121212 !important;
}
.dark .navbar-light * {
  color: #FFF !important;
}
.dark .navbar-light {
  background: #1c1c1c;
}
.dark ol.breadcrumb {
  background: #121212 !important;
}
.dark .card-body * {
  color: #FFF !important;
}
.dark .card {
  background: #121212 !important;
}
.dark .card-header {
  background: #121212 !important;
}
.dark .sidebar-store-card.mb-4 {
  background: #121212 !important;
}
.dark .wave-footer {
  fill: #1c1c1c !important;
}
.dark .footer-top {
  background: #1c1c1c !important;
}
.dark .footer:before {
  opacity:0.02
}
.dark .dropdown-menu.show {
  background: #1c1c1c;
  box-shadow: none;
}
.dark a.dropdown-item:hover {
  background: #121212 !important;
}
.dark .list-group-item {
  background: #121212;
}
.dark li.list-group-item.active {
  background: #1c1c1c !important;
  border-color: #060606;
}
.dark .table th {
  border-color: #1c1c1c !important;
}
.dark .table td {
  border-color: #1c1c1c !important;
}
.dark .page-link {
  background: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.dark .btn-cy-ronema {
  background: #1c1c1c;
}
.dark .error-404-section h1, .dark .error-404-section p, .dark .error-404-section span {
  color: #FFF !important;
}
.dark input {
  background: #1c1c1c !important;
}
.dark input:focus {
  background: #1c1c1c !important;
}
.dark .nav-tabs a:not(.active) {
  background: #1c1c1c;
}
.dark .back-icon-bg {
  background: #1c1c1c;
}
.dark .message {
  background: #1c1c1c !important;
}
.dark span.select2-selection.select2-selection--multiple {
  background: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.dark .select2-dropdown li {
  background: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.dark .select2-dropdown li:hover {
  background-color: #121212 !important;
}
.dark span.select2-selection.select2-selection--single {
  background-color: #1c1c1c !important;
}
.dark textarea {
  background-color: #1c1c1c !important;
}
.dark textarea:focus {
  background-color: #1c1c1c !important;
}
.dark .sfx-store-back-of-photo {
  background: #1c1c1c;
}
.dark .modal-content {
  background: #121212;
}
.dark .title.background:before {
  border-color: #1c1c1c;
}
.dark .title.background span {
  border-color: #1c1c1c;
}
.dark .modal-footer {
  border-top-color: #1c1c1c !important;
}
.dark .modal * {
  color:#FFF !important;
}
.dark .title span {
  background-color:#1c1c1c;
}
.dark .bg-light {
  background-color: #121212 !important;
}
.dark span#ariaPrice {
  background: #121212 !important;
}
.dark .ck-toolbar {
  background: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.dark .ck-content {
  background: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.dark .ck-list__item * {
  background: #1c1c1c !important;
  border-color: #1c1c1c !important;
  outline: 0 !important;
}
.dark .ck-button {
  background-color: #1c1c1c !important;
}
.dark .ck-button:focus {
  background-color: #121212 !important;
}
.dark li.ck.ck-list__item *:hover span, .dark li.ck.ck-list__item button:hover {
  background: #121212 !important;
}
.modal-header {
  border: none;
}
.dark select {
  background: #1c1c1c !important;
}
.dark .form-control:focus {
  background: #1c1c1c !important;
}
.dark .border-bottom {
  border-bottom-color: #1c1c1c !important;
}
.dark a:hover {
  color: #b9b9b9 !important;
}
.dark .text-dark {
  color: #FFF !important;
}
.dark .table tbody tr.active {
  background: #1c1c1c !important;
}
.dark .bg-white, .dark .bg-sss-help {
  background: #1c1c1c !important;
}
.dark .bg-bottom-help {
  background-color:#121212 !important
}
.dark .news-content.mb-4 {
  background: #1c1c1c !important;
}
.dark .news-content.mb-4:before {
  border-color: transparent transparent #1c1c1c transparent;
}
.dark .table td {
  color: #FFF;
  border-color: #121212 !important;
  background: #121212;
}
.dark .table th {
  color: #FFF;
  border-color: #121212 !important;
  background-color: #121212 !important;
}
.dark img.select-method-img {
  width: 35%;
  filter:invert(1);
}
img.select-method-img {
  width: 35%;
  filter:invert(0);
}
.select-payment-method.active .select-method-img {
  filter:invert(1);
}
.select-payment-method label {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.form-check-input:checked[type=checkbox] {
  background-size: 100% 100% !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBjb2xvcj0iI2ZmZmZmZiIgZmlsbD0ibm9uZSI+CiAgICA8cGF0aCBkPSJNNSAxNEw4LjUgMTcuNUwxOSA2LjUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiAvPgo8L3N2Zz4=") !important;}