/*Colores que usaremos:
Main: #645AFF
Segundo: #01FEFF
Tercero: #FFA5FC
Blanco: #FFFFFF
Negro: #161216
Naranja: #F97316
Gradients: mezclar  main y negro*/
.smaller {
  font-size: 0.7rem;
}

.o-hidden {
  overflow: hidden !important;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}
.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

@font-face {
  font-family: "Paralucent";
  src: url(/fonts/Paralucent-Bold.woff2?4ed97199c704d5f0681ea1c248708285) format("woff2"), url(/fonts/Paralucent-Bold.woff?a14c33cbdd52a652c8edd01f56db2a7f) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paralucent";
  src: url(/fonts/Paralucent-Light.woff2?e65856ad7b5c8eeb3881192f4a8390b0) format("woff2"), url(/fonts/Paralucent-Light.woff?8145e5bea7ff2a6f7a0c626b134330cb) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paralucent";
  src: url(/fonts/Paralucent-Light.woff2?e65856ad7b5c8eeb3881192f4a8390b0) format("woff2"), url(/fonts/Paralucent-Light.woff?8145e5bea7ff2a6f7a0c626b134330cb) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Paralucent";
  src: url(/fonts/Paralucent-Thin.woff2?1710d494e86b0ed803b7e308f34e7f12) format("woff2"), url(/fonts/Paralucent-Thin.woff?2476a95bf714d9dd4defc5f85e9d824c) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paralucent";
  src: url(/fonts/Paralucent-Medium.woff2?88b97b8d1d6e4055c966606837bd84db) format("woff2"), url(/fonts/Paralucent-Medium.woff?34129fd268674d00d6ccfdc7d90baf2e) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*@font-face
    font-family: 'TblFont';
    src: url('../fonts/charlie_text_regular.woff2') format('woff2'),
    url('../fonts/charlie_text_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TblFont';
    src: url('../fonts/charlie_text_bold.woff2') format('woff2'),
    url('../fonts/charlie_text_bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TblFont';
    src: url('../fonts/charlie_display_semibold.woff2') format('woff2'),
    url('../fonts/charlie_display_semibold.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'TblFontHeaders';
    src: url('../fonts/charlie_display_regular.woff2') format('woff2'),
    url('../fonts/charlie_display_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TblFontHeaders';
    src: url('../fonts/charlie_display_black.woff2') format('woff2'),
    url('../fonts/charlie_display_black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}*/
html {
  overflow-x: hidden;
}

body {
  font-family: "Paralucent", sans-serif !important;
  overflow-x: hidden;
  width: 100%;
  background-color: white;
  color: black;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #283593 #1A1B1D;
}

*::-webkit-scrollbar {
  width: 11px;
}

*::-webkit-scrollbar-track {
  background: #1A1B1D;
}

*::-webkit-scrollbar-thumb {
  background-color: #283593;
  border-radius: 18px;
  border: 3px solid #1A1B1D;
}

@media (max-width: 767.98px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 767.99px) {
  .hide-desktop {
    display: none !important;
  }
}

a:hover {
  text-decoration: none !important;
}

.link {
  color: #01FEFF;
  cursor: pointer;
  text-decoration: none;
}
.link:hover {
  text-decoration: underline !important;
  color: #01FEFF;
}

.link-white {
  color: black;
  cursor: pointer;
  text-decoration: none;
}
.link-white:hover {
  text-decoration: underline !important;
  color: black;
}

.alert-primary {
  background-color: transparent;
  border: 1px solid #283593 !important;
  font-size: 16px;
  color: white;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.alert-primary .span-white {
  color: white;
  font-size: 16px;
}
.alert-primary span {
  font-weight: bold;
  color: #283593;
  font-size: 18px;
}

#page-content-wrapper {
  width: 100%;
}

.border-bottom {
  border-color: #283593 !important;
}

.border-end {
  border-color: #283593 !important;
}

#sidebarToggle {
  display: none;
}
@media (max-width: 767.98px) {
  #sidebarToggle {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .sb-sidenav-toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}

#sidebar-wrapper {
  height: 100%;
  min-height: 100vh;
  transition: margin 0.25s ease-out;
  background-color: #f3f3f3;
  color: #161216;
}
#sidebar-wrapper .list-group {
  width: 15rem;
  padding: 20px;
}
#sidebar-wrapper .list-group .list-group-item {
  background-color: transparent;
  color: #161216;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  vertical-align: center;
  margin-bottom: 15px;
}
#sidebar-wrapper .list-group .list-group-item .icon {
  width: 20px;
  margin-right: 10px;
}
#sidebar-wrapper .list-group .list-group-item.selected {
  /*background: linear-gradient(140deg, $main -31.23%, rgba(29, 24, 42, 0.94) 39.71%, #161216 83.19%);
  border: 1px solid $main;
  border-radius: 5px*/
}
#sidebar-wrapper .sidebar-heading {
  height: 66px;
  text-align: center;
}
#sidebar-wrapper .sidebar-heading .logo {
  height: 50px;
}
#sidebar-wrapper .btn {
  font-weight: bold;
  font-size: 17px;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  margin-top: 50px;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar .nav-item .nav-link {
  color: black;
  cursor: pointer;
}

input.form-control {
  border-color: #283593;
  background-color: transparent !important;
}
input.form-control.main {
  border-color: #283593;
}
input.form-control:disabled, input.form-control.form-control[readonly] {
  background-color: #2f2f2f !important;
  opacity: 1;
  color: #838383 !important;
  cursor: not-allowed !important;
}

.ui.selection.dropdown {
  border: 1px solid #283593 !important;
}

select.form-control {
  border-color: #283593;
  background-color: transparent !important;
  color: black !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position-x: right;
  background-origin: content-box;
  background-position-y: center;
  background-size: 17px;
}
select.form-control.main {
  border-color: #283593;
}

.btn {
  padding-left: 20px;
  padding-right: 20px;
}
.btn.btn-block {
  width: 100%;
}
.btn.btn-orange {
  background-color: #283593;
  padding: 7px 20px;
  font-size: 20px;
  color: white;
  text-decoration: none;
}
.btn.btn-primary {
  background-color: #283593;
  color: white;
  border-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .btn.btn-primary {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.btn.btn-primary-outline {
  border: 1px solid #283593;
  color: #283593;
  padding-left: 20px;
  padding-right: 20px;
}
.btn.btn-white-outline {
  border: 1px solid white;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.card-gray {
  border-radius: 5px;
  background-color: #fafafa;
  border: 1px solid #dcdcdc;
  padding: 20px;
}

.step-summary .title {
  font-weight: bold;
}
.step-summary .value {
  font-weight: bold;
}
.step-summary .label {
  font-weight: bold;
  color: #383838;
}
.step-summary a {
  color: #f6ad2b;
  font-weight: bold !important;
}
.transaction-detail .badge {
  text-transform: capitalize;
}
.transaction-detail .user {
  font-weight: bold;
  font-size: 25px;
}
.transaction-detail .amount.positive {
  color: #004600;
}
.transaction-detail .amount.negative {
  color: #4b0000;
}
.transaction-detail .amount .symbol {
  font-weight: normal;
  padding-left: 3px;
  font-size: 25px;
  text-transform: uppercase;
}
.transaction-detail .data-line {
  border-bottom: 1px solid darkgray;
  padding-top: 10px;
  padding-bottom: 10px;
}
.transaction-detail .data-line .label {
  color: dimgray;
  font-size: 18px;
}
.transaction-detail .data-line .value {
  font-size: 16px;
  font-weight: bold;
}

.dashboard-trxs {
  border-bottom: 1px solid darkgray;
  padding-bottom: 10px;
  padding-top: 10px;
}
.dashboard-trxs:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}
.dashboard-trxs .badge {
  border-radius: 5px !important;
  padding: 4px 6px !important;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.dashboard-trxs .badge:first-letter {
  text-transform: uppercase;
}
.dashboard-trxs .user {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dashboard-trxs .type {
  color: dimgray;
  text-transform: capitalize;
}
.dashboard-trxs .type:first-letter {
  text-transform: uppercase;
}
.dashboard-trxs .amount {
  line-height: 18px;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  text-align: right;
}
.dashboard-trxs .amount.positive {
  color: #004600;
}
.dashboard-trxs .amount.negative {
  color: #4b0000;
}
.dashboard-trxs .amount .operation {
  font-size: 15px;
  font-weight: normal;
}
.dashboard-trxs .amount .symbol {
  width: 100%;
  text-align: right;
  font-size: 15px;
  font-weight: normal;
}

.home-page .carousel__slide {
  margin-right: 25px;
}
.home-page .carousel__viewport {
  padding: 10px;
}
.home-page .carousel {
  padding-left: 0px;
}
.home-page .carousel:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  pointer-events: none;
  width: 9%;
  height: 100%;
  left: 0;
  background-image: linear-gradient(90deg, #161216, rgba(22, 22, 34, 0));
}
.home-page .carousel:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  pointer-events: none;
  width: 9%;
  height: 100%;
  right: 0;
  background-image: linear-gradient(90deg, rgba(22, 22, 34, 0), #161216);
}
.home-page .carousel__icon {
  fill: #283593;
  border: 3px solid #283593;
  border-radius: 50%;
  min-width: 50px;
  height: 50px;
}
.home-page .carousel__prev {
  margin-left: -15px;
  z-index: 10;
}
.home-page .carousel__prev .carousel__icon {
  fill: #283593;
}
.home-page .carousel__next {
  margin-right: -15px;
  z-index: 10;
}
.home-page .carousel__next .carousel__icon {
  fill: #283593;
}
.home-page .banner {
  position: relative;
  min-height: 500px;
  padding: 75px;
  background-image: url("/img/banner2-min.png ");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .home-page .banner {
    padding: 15px 20px;
    min-height: 400px;
    background-position-x: 50%;
  }
  .home-page .banner .logo {
    width: 100% !important;
    height: auto !important;
  }
  .home-page .banner .bg {
    background-position-x: 50%;
  }
  .home-page .banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(22, 18, 22, 0.6784313725);
  }
}
@media (min-width: 2000px) {
  .home-page .banner {
    min-height: 800px;
    padding: 140px;
  }
  .home-page .banner .logo {
    width: 100% !important;
    height: auto !important;
  }
}
.home-page .banner .bg {
  position: absolute;
  background-image: url("/img/bannerweb.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.home-page .banner .logo {
  z-index: 11;
  height: 100px;
}
.home-page .banner .title {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.home-page .banner .title span {
  color: #283593;
}
.home-page .banner .gradient {
  position: absolute;
  background-image: url(/img/banner_isometric_1_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.loot-table {
  max-height: 300px;
  overflow-y: scroll;
}
.loot-table .loot-item {
  padding: 10px 10px;
  border-bottom: 1px solid #393939;
}
.loot-table .loot-item .range {
  background-color: #283593;
  color: #161216;
  border-radius: 30px;
  padding: 4px 10px;
  font-size: 13px;
}

.box-page .raffle-roller {
  height: 180px;
  position: relative;
  margin: 10px auto 50px auto;
  width: 900px;
}
@media (max-width: 767.98px) {
  .box-page .raffle-roller {
    width: 100%;
  }
  .box-page .raffle-roller .raffle-roller-holder {
    height: 250px;
  }
  .box-page .raffle-roller .raffle-roller-holder .raffle-roller-container {
    height: 250px;
  }
  .box-page .raffle-roller .raffle-roller-holder .raffle-roller-container .item {
    width: 200px;
    height: 230px;
  }
}
.box-page .raffle-roller .raffle-roller-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  border: 2px solid #3c3759;
  padding: 10px;
}
.box-page .raffle-roller .raffle-roller-holder:before {
  content: "";
  position: absolute;
  border: none;
  z-index: 99;
  width: 5px;
  height: 100%;
  left: 50%;
  background: #283593;
}
.box-page .raffle-roller .raffle-roller-holder .raffle-roller-container {
  width: 10000000000000000000px;
  max-width: 1000000000000000000px;
  height: 165px;
  background: #191726;
  margin-left: 0;
  transition: all 8s cubic-bezier(0.08, 0.6, 0, 1);
}
.box-page .raffle-roller .raffle-roller-holder .raffle-roller-container .item {
  display: inline-block;
  float: left;
  margin: 7px 0px 10px 8px;
  width: 132px;
  height: 180px;
  float: left;
  border: 1px solid #70677c;
  background: #14202b;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.box-page .raffle-roller .raffle-roller-holder .raffle-roller-container .item.epic {
  border: 4px solid #F44E3D;
}
.box-page .raffle-roller .raffle-roller-holder .raffle-roller-container .item.super-rare {
  border: 4px solid #F2D649;
}
.box-page .raffle-roller .raffle-roller-holder .raffle-roller-container .item.rare {
  border: 4px solid #0AFEFF;
}
.box-page .raffle-roller .raffle-roller-holder .raffle-roller-container .item.common {
  border: 4px solid #BCB3B3;
}
.box-page .raffle-roller .raffle-roller-holder .raffle-roller-container .item img {
  border: 0;
  vertical-align: middle;
}
.box-page .raffle-roller .raffle-roller-holder .raffle-roller-container .item.winning-item {
  border: 2px solid #283593;
  position: relative;
  top: -1px;
  border-bottom: 4px solid #283593;
}
.box-page .inventory {
  margin: 0 auto;
  width: 960px;
  max-width: 953px;
  padding: 10px 15px 6px;
  height: auto;
  border: 2px solid #1c3344;
  background: #0e1a23;
}
.box-page .inventory > .item {
  float: none;
  cursor: pointer;
  margin: 4px 2px 0.5px 2px;
}
.box-page .inventory > .item:hover {
  background-size: 90%;
  background-color: #182a38;
}
.box-page .inventory > .item:active {
  height: 83px;
  width: 80px;
  position: relative;
  top: -2px;
  border: 2px solid #356d27;
  border-bottom: 4px solid #356d27;
}
.box-page #unbox-area #cardList {
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: auto;
  position: relative;
  border: 2px solid black;
  overflow: hidden;
  white-space: nowrap;
}
.box-page #unbox-area #cardList .card {
  display: inline-block;
  text-align: center;
  border-left: 1px solid black;
  border-right: 1px solid black;
  width: 200px;
  height: auto;
  margin: 5px;
}
.box-page #unbox-area #cardList .card img {
  border-radius: 8px;
  width: 200px;
  height: auto;
}
.box-page #unbox-area .arrow-down {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f00;
}
.box-page .hero {
  position: relative;
  padding-top: 20px;
  background-image: url("/img/banner-isometric-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  min-height: 500px;
}
@media (max-width: 767.98px) {
  .box-page .hero {
    padding-top: 30px;
  }
}
.box-page .hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(22, 18, 22, 0.35) -31.23%, rgba(29, 24, 42, 0.63) 39.71%, #161216 83.19%);
  z-index: 7;
}
.box-page .hero .name {
  font-size: 40px;
}
.box-page .hero .image-section {
  position: relative;
  width: 100%;
}
.box-page .hero .image-section img {
  max-width: 400px;
}
.box-page .hero .price-section {
  position: relative;
  width: 100%;
  z-index: 6;
}
.box-page .hero .price-section img {
  width: 35px;
}
.box-page .hero .price-section .price {
  font-size: 25px;
}
.box-page .hero .action-section {
  position: relative;
  width: 100%;
}

.profile-page {
  margin-top: 30px;
}
.profile-page input::file-selector-button {
  background-color: transparent !important;
  color: black;
  padding: 0.5em;
  border: 1px solid #283593;
  border-radius: 3px;
}
.profile-page .title {
  margin-bottom: 15px;
}
.profile-page .title .welcome {
  font-size: 25px;
  color: black;
  float: left;
  margin-right: 10px;
}
.profile-page .title .name {
  color: #283593;
  float: left;
  font-size: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.profile-page .user-area {
  color: white;
  background-image: url("/img/nbcbanq-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #283593;
  padding: 30px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.profile-page .user-area .avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.profile-page .user-area h2 {
  font-size: 24px;
  color: white;
}
.profile-page .user-area .column-title {
  font-size: 40px;
  color: white;
  text-align: center;
}
.profile-page .user-area .column-subtitle {
  font-size: 20px;
  color: white;
}
.profile-page .user-area .wallet {
  font-size: 17px;
}
.profile-page .user-area .wallet span {
  font-weight: normal !important;
}
.profile-page .content-area {
  padding: 20px;
  border: 1px solid #283593;
}
.profile-page .badge {
  background-color: #CFFF5E;
  color: #161216;
  border-radius: 20px;
  font-weight: bold;
  padding: 9px 13px;
}
.profile-page .badge .abbr {
  font-size: 10px;
  margin-left: 3px;
}
.profile-page .nav-pills .nav-item {
  margin-right: 40px;
}
@media (max-width: 767.98px) {
  .profile-page .nav-pills .nav-item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .profile-page .nav-pills .nav-item .nav-link {
    width: 100%;
  }
}
.profile-page .nav-pills .nav-link {
  background-color: transparent;
  border: 1px solid #283593;
  color: #283593;
}
.profile-page .nav-pills .nav-link.active {
  background-color: #283593;
  color: white;
}
.profile-page .tab-pane {
  padding-top: 30px;
}
.profile-page .empty-box {
  padding-top: 60px;
  padding-bottom: 30px;
}
.profile-page .empty-box img {
  width: 100px;
  margin-bottom: 20px;
}
.profile-page .empty-box h3 {
  font-size: 18px;
  color: #A7A7A7;
}
.profile-page .input-search {
  border: 1px solid #283593;
  border-radius: 4px;
  background-color: transparent;
  color: white;
}
.profile-page .input-search .input-group-text {
  background-color: transparent !important;
  border: none;
  color: #283593;
}
.profile-page .input-search .form-control {
  background-color: transparent !important;
  border: none;
  color: white;
}
.profile-page .dropdown-toggle {
  color: #C6C6C6;
}
.profile-page .table-row {
  margin-bottom: 20px !important;
}
.profile-page .table-row img {
  width: 50px;
}
.profile-page .table-row .name label {
  font-size: 18px;
  font-style: italic;
}
.profile-page .table-row .price img {
  width: 20px;
}
.profile-page .table-row .price label {
  font-size: 20px;
}
.profile-page .table-row .btn-primary {
  margin-right: 20px !important;
}
@media (max-width: 767.98px) {
  .profile-page .table-row img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 15px;
  }
  .profile-page .table-row .price {
    margin-top: 15px;
  }
  .profile-page .table-row .buttons {
    margin-top: 15px;
  }
}
.profile-page .table-row-box-history {
  margin-bottom: 20px !important;
}
.profile-page .table-row-box-history img {
  width: 90px;
}
.profile-page .table-row-box-history .name label {
  font-size: 18px;
  font-style: italic;
}
.profile-page .table-row-box-history .badge {
  font-size: 15px !important;
}
.profile-page .table-row-box-history .price img {
  width: 24px;
}
.profile-page .table-row-box-history .price label {
  font-size: 20px;
}
.profile-page .table-row-box-history .btn-primary {
  margin-right: 20px !important;
}
.profile-page .table-row-withdraw {
  margin-bottom: 20px !important;
}
.profile-page .table-row-withdraw .image img {
  width: 56px !important;
}
.profile-page .table-row-withdraw .name label {
  font-size: 18px;
  font-style: italic;
}
.profile-page .table-row-withdraw .badge {
  font-size: 15px !important;
}
.profile-page .table-row-withdraw .badge-gray {
  font-size: 14px !important;
  background-color: dimgrey;
  border-radius: 20px;
  font-weight: bold;
  padding: 8px 15px;
}
.profile-page .table-row-withdraw .price img {
  width: 24px;
}
.profile-page .table-row-withdraw .price label {
  font-size: 20px;
}
.profile-page .table-row-withdraw .btn-primary {
  margin-right: 20px !important;
}
.profile-page .modal-shipping .title {
  font-size: 16px;
  margin-bottom: 0px;
}
.profile-page .modal-shipping hr {
  height: 2px !important;
  margin-bottom: 510px;
}
.profile-page .modal-shipping .modal-header {
  padding-bottom: 15px;
}
.profile-page .modal-shipping .modal-body {
  padding-bottom: 15px;
}

.boxes-page .input-search {
  border: 1px solid #283593;
  border-radius: 4px;
  background-color: transparent;
  color: white;
}
.boxes-page .input-search .input-group-text {
  background-color: transparent !important;
  border: none;
  color: #283593;
}
.boxes-page .input-search .form-control {
  background-color: transparent !important;
  border: none;
  color: white;
}
.boxes-page .dropdown-toggle {
  color: #C6C6C6;
}
.boxes-page .box {
  padding-bottom: 30px !important;
}

.faq-page .cofre {
  width: 100%;
}
.faq-page .img-faq {
  width: 250px;
}
.faq-page .accordion {
  margin-top: -50px;
}
.faq-page .accordion .accordion-item {
  background-color: transparent;
  margin: 10px;
  border: 2px solid #3a3a3a;
  border-radius: 5px;
}
.faq-page .accordion .accordion-item .accordion-header {
  background-color: transparent;
}
.faq-page .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: white;
  font-weight: bold;
  font-size: 20px;
}
.faq-page .accordion .accordion-item .accordion-header .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23645AFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq-page .accordion .accordion-item .accordion-header .accordion-button.collapsed:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media (max-width: 767.98px) {
  .modal-cta-register .modal-dialog {
    min-width: 100%;
  }
}
.modal-cta-register .option {
  min-width: 130px;
  margin-left: 15px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #645AFF;
  padding: 10px 20px;
}
.modal-cta-register .option.selected {
  border: 1px solid #283593;
  background: rgba(207, 255, 94, 0.3);
}
.modal-cta-register .option h4 {
  font-size: 14px;
}
.modal-cta-register .modal-body {
  padding-top: 0px !important;
}
.modal-cta-register .modal-header {
  padding-bottom: 0px !important;
}
.modal-cta-register .modal-footer {
  display: none;
}
.modal-cta-register .modal-dialog {
  min-width: 800px;
}
@media (max-width: 767.98px) {
  .modal-cta-register .modal-dialog {
    min-width: 100px;
  }
}
.modal-cta-register .modal-content {
  background-image: url("/img/bg-modal.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  border-radius: 35px !important;
  border: 1px solid #283593 !important;
}
.modal-cta-register .title {
  font-weight: bold;
  font-size: 45px;
  color: white;
  line-height: 55px;
}
.modal-cta-register .title span {
  font-size: 45px;
  font-weight: bold;
  color: #283593;
}
.modal-cta-register .subtitle {
  font-size: 24px;
}
.modal-cta-register .subtitle span {
  font-size: 24px;
  color: #283593;
}
.modal-cta-register .btn-primary {
  font-weight: bold;
}
.modal-cta-register .img-box {
  height: 300px;
}
.modal-cta-register h3 {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 767.98px) {
  .modal-buy-cleeps .modal-dialog {
    min-width: 100%;
  }
}
.modal-buy-cleeps .option {
  min-width: 130px;
  margin-left: 15px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #645AFF;
  padding: 10px 20px;
}
.modal-buy-cleeps .option.selected {
  border: 1px solid #283593;
  background: rgba(207, 255, 94, 0.3);
}
.modal-buy-cleeps .option h4 {
  font-size: 14px;
}
.modal-buy-cleeps .modal-body {
  padding-top: 0px !important;
}
.modal-buy-cleeps .modal-header {
  padding-bottom: 0px !important;
}
.modal-buy-cleeps .modal-dialog {
  min-width: 800px;
}
@media (max-width: 767.98px) {
  .modal-buy-cleeps .modal-dialog {
    min-width: 100px;
  }
}
.modal-buy-cleeps .modal-content {
  background-image: url("/img/bg-modal.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  border-radius: 35px !important;
  border: 1px solid #283593 !important;
}
.modal-buy-cleeps .title {
  font-weight: bold;
  font-size: 70px;
  color: white;
  line-height: 55px;
}
.modal-buy-cleeps .title span {
  font-size: 70px;
  font-weight: bold;
  color: #283593;
}
.modal-buy-cleeps h3 {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.modal-buy-cleeps .pack {
  position: relative;
  background-image: url("/img/BG1.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: 1px solid #161216;
  text-align: center;
  cursor: pointer;
}
.modal-buy-cleeps .pack .pack-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.2;
}
.modal-buy-cleeps .pack.selected {
  border: 1px solid #283593;
}
.modal-buy-cleeps .pack.selected .pack-content:before {
  display: none;
  content: "";
  postion: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.2;
}
.modal-buy-cleeps .pack:hover {
  border: 1px solid #283593;
}
.modal-buy-cleeps .pack:hover .pack-content:before {
  display: none;
}
.modal-buy-cleeps .pack .img-pack {
  width: 55%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 115px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.modal-buy-cleeps .pack .cleeps {
  padding-top: 13px;
  text-align: center;
  font-size: 20px;
}
.modal-buy-cleeps .pack .price {
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #283593;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.modal-buy-cleeps .pack .price .value {
  font-size: 20px;
  color: #161216;
}

.modal-category .modal-dialog {
  min-width: 800px;
}
@media (max-width: 767.98px) {
  .modal-category .modal-dialog {
    min-width: 100%;
  }
}
.modal-category .modal-content {
  background-image: url("/img/bg-modal.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  border-radius: 35px !important;
  border: 1px solid #283593 !important;
}
.modal-category .title {
  font-weight: bold;
  font-size: 70px;
  color: white;
  line-height: 55px;
}
.modal-category .title span {
  font-size: 70px;
  font-weight: bold;
  color: #283593;
}
@media (max-width: 767.98px) {
  .modal-category .title {
    font-size: 50px;
  }
  .modal-category .title span {
    font-size: 50px;
  }
}
.modal-category h3 {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.modal-category .game {
  padding: 5px;
  cursor: pointer;
  position: relative;
}
.modal-category .game.inactive:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.7;
}
.modal-category .game.inactive:hover {
  scale: inherit;
}
.modal-category .game img {
  width: 100%;
}
.modal-category .game:hover {
  scale: 1.05;
}

.button-credits {
  border: 1px solid #283593;
  padding-right: 5px;
  background-color: #292429;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px;
}
.button-credits .left {
  float: left;
}
.button-credits .left img {
  width: 25px;
  margin-right: 5px;
  margin-left: 5px;
}
.button-credits .right {
  float: left;
  padding-left: 5px;
  padding-right: 7px;
}

.modal-auth {
  color: white;
}
.modal-auth .modal-content {
  background-color: transparent;
}
.modal-auth .modal-header {
  background-color: #161216;
  color: white;
  border-bottom: none;
}
.modal-auth .modal-header .btn-close {
  color: white;
}
.modal-auth .modal-body {
  border: 1px solid #283593;
  border-radius: 10px;
  background-color: rgba(22, 18, 22, 0.96);
  color: white;
}
.modal-auth .close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: transparent;
  background: transparent;
  z-index: 100;
  border: none;
}
.modal-auth .left-side {
  height: 280px;
  background-image: url("/img/register-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.modal-auth .left-side h3 {
  font-size: 80px;
  color: white;
  line-height: 67px;
}
.modal-auth .left-side h3 span {
  color: #283593;
}
.modal-auth .right-side {
  height: 280px;
  position: relative;
  background-image: url("/img/banner_isometric_1_2.png");
  background-size: cover;
  background-repeat: no-repeat;
  overflow-y: hidden;
}

hr {
  background-color: #283593 !important;
}

.box {
  width: 100%;
  padding: 30px 20px 10px 20px;
  border: 1px solid #283593;
  border-radius: 7px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.41);
  max-width: 330px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .box {
    max-width: inherit;
  }
}
.box.no-opacity-layer {
  background-color: transparent !important;
}
.box .layer {
  border-radius: 7px !important;
  overflow: hidden;
}
.box .img-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.box a {
  color: inherit;
  text-decoration: inherit;
}
.box .img {
  width: 100%;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  z-index: 6;
}
.box .name {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  z-index: 6;
}
.box .price-section {
  z-index: 6;
}
.box .price-section img {
  width: 30px;
}
.box .price-section .price {
  font-size: 17px;
}
.box:hover .img {
  scale: 1.01;
  rotate: 5deg;
}

.drop-table-card {
  padding: 10px 10px 5px 10px;
  border: 1px solid #283593;
  border-radius: 7px;
  text-align: center;
  background-repeat: no-repeat;
  background-image: url("/img/gradient-box.png");
  background-size: cover;
  margin-bottom: 20px;
}
.drop-table-card.epic {
  border: 1px solid #F44E3D;
}
.drop-table-card.super-rare {
  border: 1px solid #F2D649;
}
.drop-table-card.rare {
  border: 1px solid #0AFEFF;
}
.drop-table-card.common {
  border: 1px solid #BCB3B3;
}
.drop-table-card .name {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.drop-table-card .image {
  width: 100%;
  border-radius: 11px;
}
.drop-table-card .price-section {
  z-index: 6;
  margin-top: 10px;
}
.drop-table-card .price-section img {
  width: 30px;
}
.drop-table-card .price-section .price {
  font-size: 17px;
}
.drop-table-card .badge {
  background-color: #283593;
  color: #161216;
  border-radius: 10px;
  font-weight: normal;
}
.drop-table-card .badge .abbr {
  font-size: 10px;
  margin-left: 3px;
}

.badge.bg-admin {
  background-color: #283593;
  color: white;
}
.badge.bg-distributor {
  background-color: #F97316;
  color: black;
}
.badge.bg-user {
  background-color: darkgray;
  color: black;
}

.modal-generic .modal-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9998;
}
.modal-generic .close img {
  width: 18px;
}
.modal-generic .modal-content {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: auto !important;
  border: 3px solid #283593;
  border-radius: 8px;
  z-index: 9999;
  min-width: 300px;
}
.modal-generic .modal-header {
  padding: 30px 30px;
  border-bottom: none;
}
.modal-generic .modal-footer {
  padding: 30px 30px;
  border-top: none;
}
.modal-generic .modal-body {
  position: relative;
  padding: 30px 30px;
}
.modal-generic .modal-fade-enter,
.modal-generic .modal-fade-leave-to {
  opacity: 0;
}
.modal-generic .modal-fade-enter-active,
.modal-generic .modal-fade-leave-active {
  transition: opacity 0.5s ease;
}

.top-pulls .card-pull {
  padding: 10px;
}
.top-pulls .card-pull .box-pull {
  background-image: url(/img/bg-tops.png);
  border: 1px solid #283593;
  border-radius: 10px;
  text-align: center;
  padding: 5px 10px 10px 5px;
}
.top-pulls .card-pull .box-pull.alt {
  border: 1px solid #283593;
}
.top-pulls .card-pull .box-pull.alt .card-image {
  box-shadow: 10px 10px 67px 0px #283593;
}
.top-pulls .card-pull .box-pull.alt2 {
  border: 1px solid #01FEFF;
}
.top-pulls .card-pull .box-pull.alt2 .card-image {
  box-shadow: 10px 10px 67px 0px #01FEFF;
}
.top-pulls .card-pull .card-image {
  border-radius: 4px;
  width: 50%;
  max-width: 85px;
  box-shadow: 10px 10px 67px 0px #283593;
}
.top-pulls .card-pull .card-name {
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
.top-pulls .card-pull .box-name {
  font-size: 10px;
  width: 100%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-pulls .card-pull .badge {
  background-color: #352E67;
  color: white;
  height: -moz-fit-content;
  height: fit-content;
}
.top-pulls .card-pull .price {
  font-size: 15px;
}
.top-pulls .card-pull .coin {
  width: 20px;
  height: 20px;
}
.top-pulls .card-pull .user {
  font-size: 15px;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 767.98px) {
  .modal-withdraw .modal-dialog {
    min-width: 100%;
  }
}
.modal-withdraw .modal-body {
  padding-top: 0px !important;
}
.modal-withdraw .modal-header {
  padding-bottom: 0px !important;
}
.modal-withdraw .modal-dialog {
  min-width: 600px;
}
@media (max-width: 767.98px) {
  .modal-withdraw .modal-dialog {
    min-width: 100px;
  }
}
.modal-withdraw .modal-content {
  background-image: url("/img/bg-modal.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  border-radius: 35px !important;
  border: 1px solid #283593 !important;
}
.modal-withdraw .title {
  font-weight: bold;
  font-size: 70px;
  color: white;
  line-height: 55px;
}
.modal-withdraw .title span {
  font-size: 70px;
  font-weight: bold;
  color: #283593;
}
.modal-withdraw h3 {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.modal-withdraw .ship-info {
  padding: 20px;
  border: 1px solid gray;
}
.modal-withdraw .ship-info .header-title {
  font-size: 18px;
}
.modal-withdraw .ship-info .label {
  font-size: 14px;
}
.modal-withdraw .card-item {
  padding: 20px;
  border: 1px solid gray;
}
.modal-withdraw .card-item .card-name {
  font-size: 18px;
}
.modal-withdraw .card-item .card-item-img {
  width: 80px !important;
  border-radius: 7px;
}
.modal-withdraw .card-item .box-name {
  font-size: 12px;
}
.modal-withdraw .card-item .price {
  font-size: 20px;
  color: #283593;
}
.modal-withdraw .card-item .price .coin {
  width: 25px;
}
.modal-withdraw .pack {
  position: relative;
  background-image: url("/img/BG1.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: 1px solid #161216;
  text-align: center;
  cursor: pointer;
}
.modal-withdraw .pack .pack-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.2;
}
.modal-withdraw .pack.selected {
  border: 1px solid #283593;
}
.modal-withdraw .pack.selected .pack-content:before {
  display: none;
  content: "";
  postion: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.2;
}
.modal-withdraw .pack:hover {
  border: 1px solid #283593;
}
.modal-withdraw .pack:hover .pack-content:before {
  display: none;
}
.modal-withdraw .pack .img-pack {
  width: 55%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
  margin-bottom: 30px;
}
.modal-withdraw .pack .img-pack i {
  font-size: 60px;
}
.modal-withdraw .pack .cleeps {
  padding-top: 13px;
  text-align: center;
  font-size: 20px;
}
.modal-withdraw .pack .price {
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #283593;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.modal-withdraw .pack .price .value {
  font-size: 20px;
  color: #161216;
}
/*
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
*/

