[x-cloak] { display: none !important; }

body {
  background-color: #f7f7fc;
}

a:hover {
  text-decoration: none;
}

body, .form-control {
  font-weight: 500;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
}

.btn, .dropdown-item, .nav-link, .nav-link-style, .form-label, label, .breadcrumb-item {
  font-weight: 600;
}

.nav-link {
  font-size: 17px;
}

.form-control, .form-control:focus {
  color: #4a4b65;
}

.text-default {
  color: #4a4b65;
}

.body-auth {
  background: url(/assets/blaze/img/extras/auth-bg.png);
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.signin-form .signin-form-inner {
  position: relative;
  max-width: 390px;
  margin: 0 auto;
  padding: 40px 30px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.085);
  border-radius: 1rem;
  z-index: 5;
}

.header-banner{
  position: relative;
  overflow: hidden;
  min-height: 286px;
}

#parallax-header-image {
  width: 100%;
  transform: scale(1.25) !important;
  position: relative;
  overflow: hidden;
  height: 255px;
}

.header-banner-image {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.header-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  color: #fff;
  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: 150px;
}
.footer-banner {
  background-color: #212b38;
  background-image: url(/assets/blaze/img/extras/footer-bg.png);
  background-size: cover;
  background-position: center;
  object-fit: cover;
  padding: 4.25rem 0;
}
.store-banner {
  background-color: #212b38;
  background-image: url(/assets/blaze/img/extras/store-bg.png);
  background-size: cover;
  background-position: center;
  object-fit: cover;
  padding: 5rem 0;
}
.store-banner-inner {
  width: 100%;
}
@media (min-width: 992px) {
  .store-banner-inner {
    width: 80%;
  }
}


.card-header .card-title {
  margin-bottom: 0;
}

.page-item.active .page-link {
  background-color: #fff;
}

.card-header {
  padding: 1.125rem 1.5rem;
}
.card-title {
  font-size: 1rem;
}

.list-group-item.active a {
  color: #fff !important;
}

.linked-list .list-group-item {
  padding: 0;
}

.linked-list .list-group-item a {
  display: block;
  width: 100%;
  color: #797a95;
  padding: .75rem 1.25rem;
}


.linked-list .list-group-item a:hover {
  color: #766df4;
}


.img-container {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
  background-color: white !important;
  border: 1px solid rgba(0,0,0,0.085);
  border-radius: .625rem .625rem 0 0 !important;
  padding-bottom: 56.25%;
}

.dark .img-container {
  background-color: #111111 !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(0, 0, 0, .9) 100%);
}

.img-card img {
  display: block;
  width: auto;
  max-height: 100%;
  margin: 0 auto;
}

.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 {
  -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);
}

.store-categories .img-container .img-card .card-img-top {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: filter 0s, transform .4s ease;
  transition: filter 0s, transform .4s ease;
}

.store-categories .img-container:hover .img-card .card-img-top {
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}

.card-img-top {
  height: 100%;
  border-radius: .625rem .625rem 0 0;
}

/*NAV-TABS*/
.nav-tabs {
  margin-bottom: 0;
}
.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;
  border-color: rgba(152, 166, 173, .2);
}

.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-link.active {
  border: 0;
  border-bottom: 2px solid #5e72e4;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #5e72e4;
  border-color: #5e72e4;
}

@media (min-width: 992px) {
  .home-slider .tns-carousel-wrapper,
  .home-slider .tns-carousel-inner {
    height: 400px;
    overflow: hidden;
  }
  .home-slider .tns-carousel-inner img {
    height: 400px;
    object-fit: cover;
    overflow: hidden;
  }
}

.cookie-modal {
  display: none;
  position: fixed;
  left: 1.5rem !important;
  right: 1.5rem !important;
  bottom: 1.5rem !important;
  z-index: 1050;
}

.cookie-modal-dialog {
  position: relative;
  width: auto;
}

.cookie-modal.fade .cookie-modal-dialog {
  transform: translate(0px, -50px);
  transition: transform 0.3s ease-out 0s;
}

.cookie-modal.show .cookie-modal-dialog {
  transform: none;
}

.cookie-modal.cookie-modal-static .cookie-modal-dialog {
  transform: scale(1.02);
}

.cookie-modal-content {
  color: #ffffff !important;
  background-color: #090c16 !important;
  padding: 1.5rem;
  border-radius: 0.7rem;
  box-shadow: rgba(31, 45, 61, 0.3) 0px 0.25rem 0.5rem;
}

@media (min-width: 576px) {
  .cookie-modal {
    right: auto !important;
  }

  .cookie-modal-dialog {
    max-width: 500px;
  }

  .cookie-modal-content {
    box-shadow: rgba(31, 45, 61, 0.3) 0px 0.5rem 1rem;
  }
}

@font-face {
  font-family: "minecraft";
  src: url("/assets/blaze/fonts/minecraft/minecraft.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* PLAY */
.play-section {
  color: #fff;
  font-family: "minecraft";
  background-image: url(/assets/blaze/img/extras/dirt.png);
  padding: 5rem 1rem;
}

.play-section ol li span {
  color: #ffb15c;
}

.play-iptitle {
  color: rgba(255, 255, 255, 0.7);
}
.play-ipbox {
  background-color: #000;
  border: 3px solid rgba(255, 255, 255, 0.7);
  padding: 8px 8px;
  margin-bottom: 8px;
}
.play-ip {
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.9);
}
.play-btn {
  color: rgba(255, 255, 255, 0.9);
  background: url(/assets/blaze/img/extras/play-mc-button.png) no-repeat center center #6F6F6F;
  padding: 8px 8px;
  border: 3px solid #000;
}
.play-btn:hover {
  color: #fffa94;
  background: url(/assets/blaze/img/extras/play-mc-button-hover.png) no-repeat center center #838EC3;
}

.section {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.signin-form .signin-form-wrapper {
  position: relative;
  max-width: 390px;
  margin: 0 auto;
  z-index: 5;
}
.signin-form .signin-form-card {
  padding: 40px 30px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.085);
  border-radius: 1rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* SWEETALERT */
.swal2-popup {
  border-radius: 1rem;
}

.swal2-actions {
  margin-bottom: .75rem;
}

.swal2-popup .swal2-styled {
  padding: .5rem 1.5rem;
  border-radius: .75rem;
}

.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: 500;
  color: #777777;
}

/* SEARCH */
.search-cancel {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  padding: .375rem .75rem;
  font-weight: 500;
  color: #6c757d;
  background-color: #ffffff;
  border: 0;
  outline: none;
  transition: .3s all;
}

.search-cancel:hover,
.search-cancel:focus,
.search-cancel:active {
  color: #f5365c;
}

/* 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(/assets/core/images/loaders/iframe.gif) center center no-repeat;
  background-size: 64px;
  background-color: #ffffff;
}


/* SELECT2 */
.select2-container--bootstrap4 .select2-selection--single {
  display: flex;
  align-items: center;
  height: 44px !important;
}

.select2-container--bootstrap4 .select2-selection {
  color: #495057;
  border: 1px solid #cad1d7;
  border-radius: 0.75rem;
}

.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: .5625rem 1.125rem;
}

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
  border-bottom: 1px solid #a7adb1;
}

.select2-results__options li {
  margin-bottom: 0;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: 1.125rem;
}


/* Buttons */
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.428571429;
  border-radius: 15px;
}

/*ALERT*/
.alert {
  width: 100%;
  color: #ffffff;
  border: 0;
}

.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;
}

/* TITLE */
.title {
  font-size: 1rem;
  font-weight: 700;
  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;
}

/*----------------------- 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;
}

/* Breadcrumb */
.breadcrumb {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.925rem;
}

/* TABLE */
.table th,
.table td {
  vertical-align: middle;
}
.table tbody tr.active {
  background-color: #ececec;
}
.card .table {
  margin-bottom: 0;
}

/* Cards */
.card {
  margin-bottom: 1.5rem !important;
}

/*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;
}

.fw-500 {
  font-weight: 500 !important;
}

.store-nav .nav-link {
  padding: 1rem 1.25rem;
  color: #fff !important;
}
.store-nav .nav-link.active, .store-nav .nav-link:hover {
  background-color: #ff9400 !important;
}
.nav-link:not(.dropdown-toggle).active {
  pointer-events: initial;
}

/* WIDTH */
@media (min-width: 992px) {
  .w-md-auto {
    width: auto !important;
  }
}

/*PHONE NUMBER*/
.iti {
  width: 100%
}

.iti__selected-flag {
  padding: 0 12px 0 20px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
  padding-right: 20px;
  padding-left: 68px
}

.iti__country {
  padding: 10px 20px
}

.iti__flag-box {
  margin-right: 10px
}

.iti__flag {
  border-radius: 2px
}

.iti__arrow {
  margin-left: 8px
}

/* Article */
.article-content img {
  width: auto !important;
}

/* VIP Table */
.vip-table {
  background-color: #fff;
  border-radius: 1rem;
}
.vip-table th, .vip-table td {
  text-align: center;
}
.vip-table .shi-help-circle {
  margin-top: -4px;
}
.vip-table .shi-check,
.vip-table .shi-x {
  font-size: 1.5rem;
}
.vip-table .shi-check {
  color: #16c995;
}
.vip-table .shi-x {
  color: #f74f78;
}
.vip-table .table>:not(caption)>*>* {
  padding: 1rem 1.75rem;
}
.vip-table td {
  font-size: 0.925rem;
}
.vip-table .sep {
  background-color: rgba(118,109,244,0.08);
}
.vip-table .sep td {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #766df4;
}
.vip-table .old-price {
  font-size: 80%;
  font-weight: 700;
  color: #f5365c;
  text-decoration: line-through;
}

.badge-rank {
  padding: 4px 8px;
  font-weight: 600;
  border-radius: 5px;
}

.bg-dark {
	background-color: #171a21!important;
}

.bg-dark-2 {
	background-color: #1e2639!important;
}

.widget-light .widget-title {
	color: #ffb15c !important;
}

.widget-light .widget-link,
.widget-light .widget-text {
	color: rgba(255, 255, 255, 0.85);
}

.header-banner-content {
	padding: 2rem 1.5rem;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-item.active>.nav-link:not(.disabled),
	.navbar-expand-lg .navbar-nav .nav-item:hover>.nav-link:not(.disabled),
	.navbar-expand-lg .navbar-nav .nav-item:focus>.nav-link:not(.disabled),
	.navbar-light .navbar-nav .nav-link:hover,
	.navbar-light .navbar-nav .nav-link:focus {
		background-color: #FFF3E7;
    color: #ff9400 !important;
  }
	.navbar-expand-lg .navbar-nav .nav-link {
	  padding: .625rem 1.5rem;
	  border-radius: 70px;
	}
}

@media (max-width: 991.98px) {
	.offcanvas-collapse .offcanvas-body .navbar-nav .show>.nav-link,
  .offcanvas-collapse .offcanvas-body .navbar-nav .active>.nav-link,
  .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link:hover,
  .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link:focus {
    color: #ff9400;
	}
}

.btn-play {
	border-radius: 70px;
	margin: 0 auto;
  width: 170px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  color: #fff;
  display: block;
  z-index: 2;
  overflow: hidden;
  padding: 3px;
}

.btn-play:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	background: linear-gradient(115deg,#4fcf70,#fad648,#a767e5,#12bcfe,#44ce7b);
	background-size: 50% 100%;
	animation: btn-play-animation .75s linear infinite;
}

.btn-play span {
	position: relative;
  z-index: 2;
  padding: .5rem 0;
  font-size: 1.1rem;
  align-items: center;
	color: #ffb15c;
	background-color: #fff;
  display: block;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 70px;
  height: 100%;
}

@keyframes btn-play-animation {
	to{
		transform: translateX(-50%);
	}
}


.list-group-item.active {
	background-color: rgba(255,177,92,0.15);
	border-color: rgba(255,177,92,0.15);
}
.list-group-item.active a, .linked-list .list-group-item a:hover {
	color: #ff9400 !important;
}

.btn-primary {
	color: #fff;
	background-color: #ff9400;
	border-color: #ff9400;
}
.btn-primary.active,
.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background-color: #ff7100;
	border-color: #ff7100;
}

.bg-primary {
	background-color: #ff9400 !important;
}

.text-primary {
	color: #ff9400 !important;
}

.form-check-input:checked {
	background-color: #ff9400;
	border-color: #ff9400;
}

a:hover,
.breadcrumb-item>a:hover,
.nav-link-style:hover {
	color: #ff9400;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #ff9400;
  background-color: #FFF3E7;
}

.signin-form::before,
.signin-form::after {
	display: none;
}

.card-title.last-storebuyers:after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-image: url(/assets/blaze/img/extras/last-storebuyers-icon.png);
  height: 57px;
  width: 64px;
  background-size: contain;
  background-repeat: no-repeat;
}
.card-title.last-donators:after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: -10px;
  background-image: url(/assets/blaze/img/extras/last-donators-icon.png);
  height: 56px;
  width: 62px;
  background-size: contain;
  background-repeat: no-repeat;
}

.card-title.online-staff:after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: -10px;
  background-image: url(/assets/blaze/img/extras/online-staff-icon.png);
  height: 62px;
  width: 54px;
  background-size: contain;
  background-repeat: no-repeat;
}

.card-title.games:after {
  content: '';
  position: absolute;
  top: -8px;
  bottom: 0px;
  right: -10px;
  background-image: url(/assets/blaze/img/extras/games-icon.png);
  height: 50px;
  width: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}

.card-title.leaderboards:after {
  content: '';
  position: absolute;
  top: -8px;
  bottom: 0px;
  right: -10px;
  background-image: url(/assets/blaze/img/extras/leaderboards-icon.png);
  height: 50px;
  width: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}

.badge-indirim {
  background: #ff0068;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .01em;
  padding: 4px 0;
  position: absolute;
  left: -16px;
  top: -20px;
  width: 90px;
  text-transform: uppercase;
  text-align: center;
}

.blink {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: .7s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
	from {
		opacity: 1;
	} to {
		opacity: 0;
	}
}

.discord-widget {
	color: #fff;
	background-color: #7289da;
}

.discord-widget > a {
	color: #fff !important;
}

.discord-widget .discord-logo {
  width: 124px;
  height: 34px;
}

@media all and (min-width: 992px) {
  .col-news {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-sidebar {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.card-img-right {
  border-radius: .625rem .625rem 0 0;
  object-fit: cover;
  object-position: center;
}

@media all and (min-width: 768px) {
	.card-img-right {
	  border-radius: .625rem 0 0 .625rem;
	}
}

.news-card-body {
  padding: 2.125rem;
}

.modal-header {
	font-weight: 600;
}

/* BROADCAST */
.broadcast {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 44px;
  background-color: #232f3c;
  margin: 0;
  margin-bottom: -1px;
  overflow: hidden;
}
.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;
}

.sidebar-store-card {
  background: rgb(36,216,255);
  background: linear-gradient(43deg, rgba(36,216,255,1) 0%, rgba(25,163,192,1) 100%);
  border-radius: 1rem;
  cursor: pointer;
}

.sidebar-store-card-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background-image: url(/assets/blaze/img/extras/sidebar-store-card.png);
  background-size: cover;
  background-position: center;
  object-fit: cover;
  border-radius: 1rem;
}

.sidebar-store-card-title {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0,0.1);
  width: 100%;
  padding: 6px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.sidebar-store-card-product {
  margin-top: 4.5rem;
  margin-bottom: 3.5rem;
}

.sidebar-store-card-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(0,0,0,0.1);
  width: 100%;
  padding: 6px 20px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.sidebar-store-card-detail .price {
  color: #ffffff;
}

.sidebar-store-card-detail .old-price {
  font-size: 80%;
  font-weight: 700;
  color: #ff0000;
  text-decoration: line-through;
}

.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%;
}

.ck-editor__editable {
  min-height: 150px !important;
}

.dark .ck-editor .ck-content {
  background: #171a21 !important;
  border-color: #171a21 !important;
}
.dark .ck-editor .ck-toolbar {
  background: #171a21 !important;
  border-color: #171a21 !important;
}
.dark .ck-editor .ck-toolbar__items * {
  color: #FFF !important;
}
.dark .ck-editor .ck-button:hover {
  background: #111111 !important;
}
.dark .ck-editor .ck-button:focus {
  background: #111111 !important;
}
.dark .ck-editor .ck-list__item {
  background: #171a21 !important;
  border-color: #171a21 !important;
}
.ck-editor.ck-toolbar {
  border: 1px solid #efefef !important;
}

@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;
}

.ck-editor__editable {
  min-height: 150px !important;
}
.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 rgba(255, 255, 255, 0.12) !important;
}
.border-bottom-separator > *:last-child {
  border-bottom: 0 !important;
}
.dropup .dropdown-toggle::after {
  font-family: "sh-icons";
  content: "\e92e"
}

.message-content img {
  max-width: 100%;
}

/* OAUTH BUTTONS */
.dark .title.or-title span {
  background-color: #111111 !important;
}

.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;
}

.btn-secondary:hover {
  color: inherit !important;
}

.dark .progress {
  background-color: #24262f !important;
}

.superWheel .sWheel-inner {
  background-color: #d2a100;
  border-radius: 100%;
}

.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 .ck-content p:last-child,
.card-body .ck-content p:last-child {
  margin-bottom: 0;
}

.btn-link {
  color: #5a5b75;
  text-decoration: none !important;
}
.dark .btn-link {
  color: #fff;
}

body:not(.dark) .hide-theme-light{
  display: none !important;
}
body.dark .hide-theme-dark {
  display: none !important;
}

footer #powered_by_leaderos {
  color: #fff;
}

.user-data {
  display: flex;
  align-items: center;
  padding: 8px;
}

.dark .user-data {
  border-color: #24262f !important;
}

.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: #737491;
  text-decoration: none !important;
}
.dark .sidebar-profile-card .sidebar-link {
  color: #fff;
}
.sidebar-profile-card .sidebar-link:hover,
.sidebar-profile-card .sidebar-link.active {
  color: var(--primary) !important;
}
.avatar-150px {
  width: 150px;
  height: 150px;
}