.header[data-v-031fda52] {
    height: 40px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin: 10px 10px 0px;
    background-color: rgb(39, 43, 72);
    border-bottom: 2px solid rgb(58, 99, 153);
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.casino[data-v-031fda52] {
    padding: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}

.casino[data-v-031fda52], .casino>div[data-v-031fda52] {
    width: 100%;
}

.casino>div .game[data-v-031fda52] {
    cursor: pointer;
}

.casino>div .game img[data-v-031fda52] {
    transition: all 0.2s ease 0s;
}

@media (hover: hover) {
    .casino>div .game:hover img[data-v-031fda52] {
        transform: scale(1.02);
    }
}

.right-out-back[data-v-2fe6782b] {
    background: linear-gradient(rgb(24, 29, 48), rgb(19, 23, 38));
    border-radius: 15px;
}

.right-out[data-v-2fe6782b] {
    height: 100%;
    padding: 0px 20px 0px 15px;
}

.right-out .promopage[data-v-2fe6782b] .tabs-header .tabs-header-item-active {
    font-size: 14px;
    font-weight: 700;
    /* background-image: linear-gradient(90deg, rgb(113, 211, 241), rgb(73, 176, 231)); */
    background-size: 100%;
    background-repeat: repeat;
    background-clip: text;
    color: #6badde;
    /* -webkit-text-fill-color: transparent; */
}

.right-out .slideout>div[data-v-2fe6782b] {
    padding: 10px;
}

.right-out .login-wrap>div[data-v-2fe6782b]>div {
    width: 100%;
}

.right-out .login-btn[data-v-2fe6782b] {
    background: rgb(10, 112, 249);
    color: rgb(255, 255, 255);
}

@media (hover: hover) {
    .right-out .login-btn[data-v-2fe6782b]:hover {
        background-color: rgb(10, 112, 249);
    }
}

.right-out .signUp-btn[data-v-2fe6782b] {
    color: rgb(246, 195, 58);
    transition: all 0.2s ease 0s;
}

@media (hover: hover) {
    .right-out .signUp-btn[data-v-2fe6782b]:hover {
        color: rgb(255, 224, 0);
    }
}

.right-out .outlogin-language[data-v-2fe6782b] {
    margin-bottom: 10px;
    justify-content: center;
    flex-shrink: 0;
}

.right-out .outlogin-language[data-v-2fe6782b] .v-select .vs__dropdown-toggle {
    border-radius: 4px;
    background-color: rgb(48, 53, 84);
}

.right-out .user[data-v-2fe6782b] .v-select {
    height: unset !important;
}

.right-out .user[data-v-2fe6782b] .v-select .vs__dropdown-toggle {
    background-color: rgb(39, 43, 71);
}

.right-out .user .wallet[data-v-2fe6782b] {
    flex-shrink: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    height: unset !important;
}

.right-out .user .wallet .title[data-v-2fe6782b] {
    height: 40px;
    background-color: rgb(48, 53, 84);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    flex-shrink: 0;
    padding: 0px 10px;
}

.right-out .user .wallet .wallet-info[data-v-2fe6782b] {
    flex-shrink: 0;
    width: 100%;
    height: 45px;
    background-color: rgb(48, 53, 84);
}

.right-out .user .wallet .wallet-info>div[data-v-2fe6782b] {
    width: 100%;
    align-items: center;
    justify-content: center;
}

.right-out .user .wallet .wallet-info a[data-v-2fe6782b] {
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.right-out .user>div[data-v-2fe6782b] {
    height: 35px;
    align-items: center;
}

.right-out .user>div[data-v-2fe6782b]:first-child {
    padding-top: 0px;
}

.right-out .user .level[data-v-2fe6782b] {
    align-items: center;
}

.right-out .menu>div[data-v-2fe6782b] {
    height: 70px;
    flex-shrink: 0;
}

.right-out .menu>div>a[data-v-2fe6782b] {
    justify-content: flex-start;
    height: 100%;
    opacity: 0.7;
    background-color: rgb(47, 52, 83);
    border: 1px solid rgb(47, 52, 83);
    border-radius: 15px;
    margin-top: 10px;
}

.right-out .menu>div>a .fa-yellow[data-v-2fe6782b] {
    color: rgb(246, 195, 58);
}

.right-out .menu>div>a>div[data-v-2fe6782b]:first-child {
    flex-shrink: 0;
    margin-left: 10px;
    width: 20px;
}

.right-out .menu>div>a>div[data-v-2fe6782b]:last-child {
    align-items: flex-start;
    justify-content: center;
    margin-left: 20px;
}

.right-out .menu>div>a>div:last-child>span[data-v-2fe6782b]:last-child {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    overflow-wrap: normal;
    display: block !important;
}

.right-out .menu>div>a.router-link-active[data-v-2fe6782b], .right-out .menu>div>a.router-link-exact-active[data-v-2fe6782b] {
    border: 1px solid rgb(255, 191, 0);
    opacity: 1;
}

.right-out .menu>div>a.router-link-active .head-text[data-v-2fe6782b], .right-out .menu>div>a.router-link-exact-active .head-text[data-v-2fe6782b] {
    color: rgb(255, 255, 255);
}

.right-out .menu>div>a.router-link-active>div:first-child span[data-v-2fe6782b], .right-out .menu>div>a.router-link-exact-active>div:first-child span[data-v-2fe6782b] {
    color: rgb(246, 195, 58);
}

.right-out .menu>div div[data-v-2fe6782b] {
    height: 100%;
    align-items: center;
}

.right-out .level-1[data-v-2fe6782b] {
    /* background: url("/assets/img/bronze.4a349c3.svg") 0px 0px / 100% 100% no-repeat; */
    width: 15px;
    height: 15px;
}

.right-out .level-2[data-v-2fe6782b] {
    /* background: url("/assets/img/silver.42c1b3c.svg") 0px 0px / 100% 100% no-repeat; */
    width: 15px;
    height: 15px;
}

.right-out .level-3[data-v-2fe6782b] {
    /* background: url("/assets/img/gold.f995559.svg") 0px 0px / 100% 100% no-repeat; */
    width: 15px;
    height: 15px;
}

.right-out .level-4[data-v-2fe6782b] {
    /* background: url("/assets/img/platinum-1.b45b4aa.svg") 0px 0px / 100% 100% no-repeat; */
    width: 15px;
    height: 15px;
}

.right-out .level-5[data-v-2fe6782b] {
    /* background: url("/assets/img/platinum-2.1a61fd0.svg") 0px 0px / 100% 100% no-repeat; */
    width: 15px;
    height: 15px;
}

.right-out .level-6[data-v-2fe6782b] {
    /* background: url("/assets/img/platinum-3.b908d7b.svg") 0px 0px / 100% 100% no-repeat; */
    width: 15px;
    height: 15px;
}

.right-out .level-7[data-v-2fe6782b] {
    /* background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDI4MC4xMjQgMjgwLjEyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjgwLjEyNCAyODAuMTI0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggc3R5bGU9ImZpbGw6I0VEOUQ1RDsiIGQ9Ik0yODAuMTI0LDEwNi45MTRsLTkyLjA1OS02LjU5OEwxNDAuMDU3LDQuNDQxbC00OC41NSw5NS44NzRMMCwxMDYuOTE0bDYxLjI4Miw3NC4wMTUKCQlsLTE3LjUxOSw5NC43NTRsOTYuMjk0LTQzLjYxNGw5Ni4yOTQsNDMuNjA2bC0xNy43OTktOTQuNzU0QzIxOC41NTMsMTgwLjkxOSwyODAuMTI0LDEwNi45MTQsMjgwLjEyNCwxMDYuOTE0eiIvPgoJPHBvbHlnb24gc3R5bGU9ImZpbGw6I0Q1OEQ1NDsiIHBvaW50cz0iMjM2LjM1MiwyNzUuNjgzIDIxOC41NTMsMTgwLjkyIDI4MC4wNzEsMTA2Ljk3NSAyODAuMDcxLDEwNi45MDUgMTg4LjA2NSwxMDAuMzE1IAoJCTE0MC4wNTcsNC40NDEgMTQwLjA1NywyMzIuMDY4IAkiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K") 0px 0px / 100% 100% no-repeat; */
    width: 15px;
    height: 15px;
}

.right-out .level-8[data-v-2fe6782b] {
    /* background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDI4MC4xMjQgMjgwLjEyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjgwLjEyNCAyODAuMTI0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggc3R5bGU9ImZpbGw6I0U0RTdFNzsiIGQ9Ik0yODAuMTI0LDEwNi45MTRsLTkyLjA1OS02LjU5OEwxNDAuMDU3LDQuNDQxbC00OC41NSw5NS44NzRMMCwxMDYuOTE0bDYxLjI4Miw3NC4wMTUKCQlsLTE3LjUxOSw5NC43NTRsOTYuMjk0LTQzLjYxNGw5Ni4yOTQsNDMuNjA2bC0xNy43OTktOTQuNzU0QzIxOC41NTMsMTgwLjkxOSwyODAuMTI0LDEwNi45MTQsMjgwLjEyNCwxMDYuOTE0eiIvPgoJPHBvbHlnb24gc3R5bGU9ImZpbGw6I0NEQ0ZDRjsiIHBvaW50cz0iMjM2LjM1MiwyNzUuNjgzIDIxOC41NTMsMTgwLjkyIDI4MC4wNzEsMTA2Ljk3NSAyODAuMDcxLDEwNi45MDUgMTg4LjA2NSwxMDAuMzE1IAoJCTE0MC4wNTcsNC40NDEgMTQwLjA1NywyMzIuMDY4IAkiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K") 0px 0px / 100% 100% no-repeat; */
    width: 15px;
    height: 15px;
}

.right-out .level-9[data-v-2fe6782b] {
    /* background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDI4MC4xMjQgMjgwLjEyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjgwLjEyNCAyODAuMTI0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggc3R5bGU9ImZpbGw6I0VGQzc1RTsiIGQ9Ik0yODAuMTI0LDEwNi45MTRsLTkyLjA1OS02LjU5OEwxNDAuMDU3LDQuNDQxbC00OC41NSw5NS44NzRMMCwxMDYuOTE0bDYxLjI4Miw3NC4wMTUKCQlsLTE3LjUxOSw5NC43NTRsOTYuMjk0LTQzLjYxNGw5Ni4yOTQsNDMuNjA2bC0xNy43OTktOTQuNzU0QzIxOC41NTMsMTgwLjkxOSwyODAuMTI0LDEwNi45MTQsMjgwLjEyNCwxMDYuOTE0eiIvPgoJPHBvbHlnb24gc3R5bGU9ImZpbGw6I0Q3QjM1NDsiIHBvaW50cz0iMjM2LjM1MiwyNzUuNjgzIDIxOC41NTMsMTgwLjkyIDI4MC4wNzEsMTA2Ljk3NSAyODAuMDcxLDEwNi45MDUgMTg4LjA2NSwxMDAuMzE1IAoJCTE0MC4wNTcsNC40NDEgMTQwLjA1NywyMzIuMDY4IAkiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K") 0px 0px / 100% 100% no-repeat; */
    width: 15px;
    height: 15px;
}

.right-out .level-10[data-v-2fe6782b] {
    /* background: url("/assets/img/diamond.2588837.svg") 0px 0px / 100% 100% no-repeat; */
    width: 15px;
    height: 15px;
}

.promo-list .promo[data-v-b5a26816] {
    cursor: pointer;
    width: 100%;
}

.promo-list .promo[data-v-b5a26816] a {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.promo-list .promo[data-v-b5a26816] a>img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px 3px;
}

.promo-list .promo[data-v-b5a26816]:first-child {
    border-top: 0px;
}

.promo-list .more-btn[data-v-b5a26816] {
    color: rgb(255, 255, 255);
    height: 40px;
    background: rgb(54, 59, 96);
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px 3px;
    font-size: 14px;
}

.promo-list .more-btn[data-v-b5a26816]:hover {
    color: rgb(255, 255, 255);
}

/*----------------------------------------------------------------*/



.slot_container{
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px;
}

/* .slot_list{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
  overflow: auto;
} */

.slot_div{
  /* max-width: 320px; */
  padding: 20px;
  display: block!important;
}

.slot_img_div{
  position: relative;
}

.slot_img_div:hover .slot_list_over_img{
  z-index: 1;
  opacity: 1;
}

.slot_list_img{
  border-radius: 0;
  z-index: 0;
  width: 100%;
  aspect-ratio: 28/20;
}

.slot_list_over_img{
  border-radius: 0;
  width: 100%;
  position: absolute;
  border: none;
  z-index: -1;
  left: 0;
  opacity: 0;
  transition: 0.4s;
}

.align-items-center {
  align-items: center;
}

.justify-content-center{
  display: flex;
  justify-content: center;
}
.slot-modal-back {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.867);
  display: flex;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  justify-content: center;
  align-items: center;

}

.slot-modal {
  width: 80%;
  height: auto;
  max-height: 80%;
  background-color: #0f1621;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* border: 1px solid rgb(255, 255, 255); */
  overflow: auto;
  position: relative;
}

.modal_div{
  padding: 10px;
  display: block!important;
}

.slot-modal::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.slot-modal::-webkit-scrollbar-thumb {
  background: #727272;
}
.slot-modal::-webkit-scrollbar-track {
  background: #141921;
}

.modal_close[data-v-57fde08a] {
  position: absolute;
  right: 25px;
  top: 30px;
}

.btn_close{
  position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: radial-gradient(#111111, #222222);
    border: 1px solid #313742;
    color: #a8a8a8;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    cursor: pointer;
    z-index: 100;
    border-radius: 15px;
}

.btn_close:hover {
  color: #ef7c00;
  border: 1px solid #29324b;
  box-shadow: 0 0 10px #fff0c8, 0 0 20px #ffc383;
  transition: all 300ms;
  animation: beat .25s infinite alternate;
}

.text-center{
  text-align: center;
}


.slot_list[data-v-3348b8aa] {
    display: flex;
    flex-wrap: wrap;
  }

  .slot_li_div{
    height: 100%;
    overflow: auto;
    width: 100%;
  }
  
  .slot_list li[data-v-3348b8aa] {
    flex-direction: column;
    /* padding: 20px; */
    /* width: 12.5%; */
    height: fit-content;
  }
  
  .slot_list li[data-v-3348b8aa], .slot_list li div[data-v-3348b8aa] {
    display: flex;
    justify-content: center;
  }
  
  .slot_list li div[data-v-3348b8aa] {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* height: 100%; */
    background-color: #070a0f;
    /* border-radius: 10%; */
  }
  
  .slot_list li div>img[data-v-3348b8aa] {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    transition: all 0.3s ease 0s;
  }
  
  .slot_list li div:hover>img[data-v-3348b8aa] {
    width: 100%;
    /* object-fit: cover; */
    /* transform: scale(1.1); */
  }
  
  .slot_list li p span[data-v-3348b8aa] {
    color: rgb(154, 154, 167);
  }
  
  @media (max-width: 767px) {
    .sub_visual_slot[data-v-3348b8aa] {
      position: relative;
    }
    .sub_visual_slot img[data-v-3348b8aa] {
      width: 100%;
      object-fit: fill;
    }
    .sub_visual_slot div>span[data-v-3348b8aa]:first-of-type {
      font-size: 3rem;
      font-weight: 400;
    }
    .sub_visual_slot div>span:first-of-type b[data-v-3348b8aa] {
      font-size: 3rem;
    }
    .sub_visual_slot div>span[data-v-3348b8aa]:nth-of-type(2) {
      font-size: 1.3rem;
      font-weight: 500;
      padding-left: 0px;
    }
    .slot_list li[data-v-3348b8aa] {
      width: 50%;
      /* padding: 10px; */
    }
    .slot_list li div>img[data-v-3348b8aa] {
      height: 100%;
      object-fit: fill;
    }
    .slot_list li p[data-v-3348b8aa] {
      font-size: 1.3rem;
    }
    .modal_move[data-v-3348b8aa] {
      width: 100%;
      padding: 0px 15px;
    }
    .modal_move .modal-container[data-v-3348b8aa] {
      width: 100%;
    }
    .wheel_right[data-v-3348b8aa] {
      overflow: auto;
    }
  }
  
  
  
  .slot-modal-back {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.867);
    display: flex;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
  }
  
  .slot-modal {
    width: 80%;
    /* height: auto;
    max-height: 80%; */
    height: 80%;
    background-color: #0f1621;
    padding: 80px 0px 20px;
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid rgb(255, 255, 255); */
    overflow: auto;
    position: relative;
  }
  
  .slot-modal::-webkit-scrollbar {
    height: 5px;
    width: 5px;
  }
  .slot-modal::-webkit-scrollbar-thumb {
    background: #727272;
  }
  .slot-modal::-webkit-scrollbar-track {
    background: #141921;
  }
  
  .modal_close[data-v-57fde08a] {
    position: absolute;
    right: 25px;
    top: 30px;
  }
  
  .slot-default-img[data-v-3348b8aa] {
      /* border-radius: 10%; */
      z-index: 0;
  }
  
  .slot-img[data-v-3348b8aa] {
      /* border-radius: 10%; */
      position: absolute;
      border: none;
      z-index: 0;
      left: 0;
      /* width: 300px;
      height: 300px; */
  }
  
  .align-items-center {
    align-items: center;
    /* font-family: EsaManru; */
    font-weight: 700;
    font-size: 14px;
    color: rgb(186, 186, 186);
  }
  
  .justify-content-center{
    display: flex;
    justify-content: center;
  }
  
  .btn_close{
    position: absolute;
      right: 10px;
      top: 10px;
      /* position: fixed;
      right: calc(10% + 15px);
      top: calc(10% + 15px); */
      width: 30px;
      height: 30px;
      background: radial-gradient(#111111, #222222);
      border: 1px solid #313742;
      color: #a8a8a8;
      text-align: center;
      line-height: 28px;
      font-size: 16px;
      cursor: pointer;
      z-index: 100;
      border-radius: 15px;
  }
  
  .btn_close:hover {
    color: #ef7c00;
    border: 1px solid #29324b;
    box-shadow: 0 0 10px #fff0c8, 0 0 20px #ffc383;
    transition: all 300ms;
    animation: beat .25s infinite alternate;
  }
  
  .text-center{
    text-align: center;
  }

  .slot_list li div:hover:after {
    top: 50%;
    opacity: 1;
    margin-top: -20px
  }

  .slot_list li p {
    display: block;
    font-size: 1rem;
    /* padding: 0px; */
    margin: 0;
    padding: 0px 10px;
    color: #fff;
    /* line-height: 1.5; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin-top: 10px;
  }

  .slot_list li p span {
    color: #9a9aa7
  }
  
  .slot_list li {
    width: 12.5%;
  }

  .loading-back{
    position: fixed;
    background-color: #00000088;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999999999;
}

.slot-modal-padding{ 
  padding: 20px; 
}


  @media (max-width:1920px) {
    .slot_list li {
      width: 14.28571428571429%
    }
  }

  @media (max-width:1600px) {
    .slot_list li {
      width: 20%
    }
  }

  @media (max-width:1439px) {
    .sub_visual_slot div {
      zoom: .7
    }

    .slot_list li {
      width: 25%
    }
  }

  @media (max-width:991px) {
    .slot_list li {
      width: 33.333333333%;
      /* padding: 10px!important; */
    }

    .slot_list li p[data-v-3348b8aa]{
      font-size: 1rem;
      padding: 0;
      margin: 0;
    }

    .slot_list li div:after {
      width: 50%;
      height: 40px;
      margin: -20px 0 0 -25%
    }
  }

  @media (max-width:767px) {
    .sub_visual_slot {
      position: relative
    }

    .sub_visual_slot img {
      width: 100%;
      -o-object-fit: fill;
      object-fit: fill
    }

    .sub_visual_slot div>span:first-of-type {
      font-size: 3rem;
      font-weight: 400
    }

    .sub_visual_slot div>span:first-of-type b {
      font-size: 3rem
    }

    .sub_visual_slot div>span:nth-of-type(2) {
      font-size: 1.3rem;
      font-weight: 500;
      padding-left: 0
    }

    /* .slot_list li {
      width: 50%
    } */

    .slot_list li div>img {
      height: 100%;
      -o-object-fit: fill;
      object-fit: fill
    }

    .slot_list li p {
      font-size: 1.3rem
    }

    .modal_move {
      width: 100%;
      padding: 0 15px
    }

    .modal_move .modal-container {
      width: 100%
    }

    .wheel_right {
      overflow: auto;
      overflow-x: auto 
    }
  }
  
i {
    font-style: normal;
}
@media (max-width:767px) {
  .slot_list li  {
    width: 50%;
    /* padding: 10px; */
  }

  .slot_list li p{
    font-size: 1rem;
    padding: 0;
    margin: 0;
  }

  .slot-modal {
    width: 90%;
    height: 90%;
    max-height: 90%;
    /* padding: 50px 10px 10px; */
  }

  .slot-modal-padding {
    /* padding: 0; */
  }
}

/* @media (max-width:425px) {
  .slot_list li  {
    width: 100%
  }
} */


.lobby-list-ratio {
  aspect-ratio: 270 / 192;
}

.slot_list_img.lobby-list-ratio:hover {
  filter: brightness(0.5);
}