body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #6c757d;
  background-color: #f8f8f8;
}

main.main {
  flex: 1;
}

hr {
  border-color: #e3ebf6;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

a label {
  cursor: pointer;
}

a:hover,
a:focus {
  text-decoration: none;
}

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

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

.breadcrumb {
  border-radius: 0.625rem;
}

.input-group-text {
  color: #8898aa;
  background-color: #e9ecef;
  border-color: #cad1d7;
}

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

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

.custom-control-input:checked ~ .custom-control-label::before {
  border-radius: 50%;
  border-color: #5e72e4;
  background-color: #5e72e4;
}

.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;
}

/* Modal arka planının başlangıç durumu */
.rank-modal {
    opacity: 0;
    visibility: hidden; /* Görünürlüğü gizler */
    transform: scale(0.95); /* Küçültme efekti */
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
}

/* Modal açıldığında uygulanacak stil */
.rank-modal.open {
    opacity: 1;
    visibility: visible; /* Görünürlüğü açar */
    transform: scale(1); /* Ölçekleme efekti */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Modal kapalı durumdayken uygulanan geçiş gecikmesi */
.rank-modal.closing {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.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: 0.75rem;
  padding-right: 0.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, 0.2);
}

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

.btn-outline {
  background-color: transparent;
}

.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-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: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.btn-tag {
  padding: 0.125rem 0.75rem;
  margin-bottom: 0.375rem;
  margin-left: 0.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: 0.25rem;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.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: 0.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: 0.0625rem solid #dee2e6;
  border-radius: 50%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover {
  color: #ffffff;
  background-color: #5e72e4;
  border-color: #5e72e4;
}

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

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

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

.modal-header {
  color: #ffffff;
  background-color: #5e72e4;
  border-top-left-radius: 0.675rem;
  border-top-right-radius: 0.675rem;
}

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

.modal-content .close {
  color: #ffffff;
  text-shadow: none;
  line-height: 0.675;
  outline: 0;
  opacity: 0.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: 0.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: 0.625rem 0.625rem 0 0;
}

.card-img-profile {
  width: 100%;
  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;
}

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

.img-card-wrapper {
  display: flex;
  margin-bottom: 1.25rem !important;
}
.img-card-wrapper .img-container {
  border-radius: 0.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, 0.9) 100%
  );
}

.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);
  transform: scale(1);
  -webkit-transition: filter 0s, transform 0.4s ease;
  transition: filter 0s, transform 0.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: 0.625rem 0.625rem 0 0;
}

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

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

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

.swal2-popup .swal2-styled {
  padding: 0.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, 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: 0.375rem 0.75rem;
  font-weight: 300;
  color: #6c757d;
  background-color: #ffffff;
  border: 0;
  outline: none;
  transition: 0.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: 0.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;
}

.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, 0.13);
}

.navbar-dark {
  background-color: #273443;
}

.navbar-light {
  background-color: #f8f9fa;
}

.navbar-dark .navbar-brand {
  color: #ffffff !important;
  transition: text-shadow 0.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: 0.2rem 0.75rem;
  color: #ffffff !important;
  border: 0.125rem solid transparent;
}

.navbar-dark .navbar-nav .nav-item {
  margin: 0.6rem 0.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: 0.5rem;
}

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

/* HEADER BANNER */
.header-banner {
  width: 100%;
  background: url(/apps/main/public/assets/img/extras/header-bg.png) no-repeat
    center center #212b38;
  background-size: cover;
  object-fit: cover;
  margin-bottom: -1px;
}
.header-banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .header-banner-content {
    width: 100%;
    justify-content: center;
  }
}
.zoom-hover {
  transition: transform 0.3s;
  transform: scale(1);
}
.zoom-hover:hover {
  transform: scale(1.1);
}
.header-banner-logo {
  max-height: 150px;
}
.text-yellow {
  color: #fff600;
}

/* BROADCAST */
.broadcast {
  width: 100%;
  height: 44px;
  overflow: hidden;
  background-color: #232f3c;
  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: 0.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, 0.2);
  transition: 0.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: -0.75rem;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0.325rem 0.625rem;
  font-size: 90%;
  color: #ffffff;
  border-radius: 0.25rem;
}
.store-card-stock.have-stock {
  background-color: #fb6340;
}
.store-card-stock.stock-out {
  background-color: #f5365c;
}

.store-card-discount {
  position: absolute;
  top: -0.75rem;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 90%;
  color: #ffffff;
  background-color: #5e72e4;
  border-radius: 50%;
}

.store-card-img {
  width: 100%;
  border-radius: 0.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: 0.75rem;
  padding-bottom: 0.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: 0.75rem 1.25rem;
  color: #777777;
}

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

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

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

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

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

.footer-top ul li a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.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 0.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, 0.55);
  color: #fff;
  font-size: 22px;
  font-family: sans-serif;
  text-decoration: none;
  text-align: center;
  opacity: 0.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: rgba(0, 0, 0, 0.55) !important;
}

#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;
}

.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%;
  height: 100%;
  background-image: url(/apps/main/public/assets/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;
}

@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: 0.3rem;
  text-align: center;
  font-size: 80%;
  font-weight: 700;
  color: #343a40;
  background-color: #f8f9fa;
}
.border-bottom-separator > * {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-separator > *:last-child {
  border-bottom: 0 !important;
}
.rounded-card {
  border-radius: 0.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;
}
