*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
*::-webkit-scrollbar-thumb {
    background: #a80009;
    border-radius: 12px;;
}
*::-webkit-scrollbar-track {
    background: #cacaca;
}
body::-webkit-scrollbar-thumb {
    /* background: #262b32; */
}
body::-webkit-scrollbar-track {
    /* background: #141921; */
}

/* @font-face{
    font-family: Pretendard;
    src: url();
} */

@font-face{
    font-family: Noto Sans KR;
    src: url(./font/NotoSansKR/NotoSansKR-Medium.ttf);
}

@font-face{
    font-family: sans-serif;
    src: url(./font/sans-serif.ttf);
}

@media screen and (max-width:991px){
    * {
        cursor: unset!important;
    }
}

body{
    margin: 0;
    /* font-family: sans-serif; */
    font-family: Noto Sans KR;;
}

div{
    position: relative;
}

ul, li{
    list-style: none;
}

table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1rem;
    background-color: #FFF;
    border-color: rgba(255, 255, 255, 0.1);
}

/* table tbody tr:nth-child(4n+1){
    background-color: #f1f1f1;
}

table tbody tr:nth-child(4n+3){
    background-color: #ffffff;
} */

th, td{
    padding: 1px;
}

input, select, textarea{
    font-size: 16px;
    border-radius: 5px;
    border: solid 1px #a80009;
}

input::placeholder, select::placeholder, textarea::placeholder {
    font-size: 1rem;
}

a, abbr, acronym, address, applet, 
article, aside, audio, b, big, 
blockquote, button, canvas, 
caption, center, cite, code, 
dd, del, details, dfn, 
div, dl, dt, em, embed, 
fieldset, figcaption, figure, 
footer, form, h1, h2, h3, h4, h5, h6, 
header, hgroup, i, iframe, img, ins, 
kbd, label, legend, li, mark, menu, 
nav, object, ol, output, p, pre, q, 
ruby, s, samp, section, small, span, 
strike, strong, sub, summary, sup, 
table, tbody, td, tfoot, th, thead, 
time, tr, tt, u, ul, var, video, 
input, textarea {
    /* margin: 0;
    padding: 0; */
    /* border: 0; */
    /* font-size: 1.3rem; */
    box-sizing: border-box;
    list-style: none;
    font-style: normal;
    font-family: Noto Sans KR, sans-serif;
}

.w-100{
    width: 100%;
}

.w-75{
    width: 75%;
}

.w-60{
    width: 60%;
}

.w-50{
    width: 50%;
}

.w-40{
    width: 40%;
}

.w-33{
    width: 33.33%
}

.w-25{
    width: 25%;
}

.h-100{
    height: 100%;
}

.margin-auto{
    margin: auto;
}

.margin-0{
    margin: 0!important;
}

.m-l-20{
    margin-left: 20px;
}

.m-t-20{
    margin-top: 20px;
}

.m-r-20{
    margin-right: 20px;
}

.m-b-20{
    margin-bottom: 20px;
}

.m-l-15{
    margin-left: 15px;
}

.m-t-15{
    margin-top: 15px;
}

.m-r-15{
    margin-right: 15px;
}

.m-b-15{
    margin-bottom: 15px;
}

.m-l-10{
    margin-left: 10px;
}

.m-t-10{
    margin-top: 10px;
}

.m-r-10{
    margin-right: 10px;
}

.m-b-10{
    margin-bottom: 10px;
}

.m-l-5{
    margin-left: 5px;
}

.m-t-5{
    margin-top: 5px;
}

.m-r-5{
    margin-right: 5px;
}

.m-b-5{
    margin-bottom: 5px;
}

.m-l-0{
    margin-left: 0px;
}

.m-t-0{
    margin-top: 0px;
}

.m-r-0{
    margin-right: 0px;
}

.m-b-0{
    margin-bottom: 0px;
}

.padding-0{
    padding: 0;
}

.padding-l-0{
    padding-left: 0;
}

.padding-r-0{
    padding-right: 0;
}

.padding-t-0{
    padding-top: 0;
}

.padding-b-0{
    padding-bottom: 0;
}
.padding-l-2 {
    padding-left: 2px;
}

.padding-r-2{
    padding-right: 2px;
}

.padding-5{
    padding: 5px;
}

.padding-l-5{
    padding-left: 5px;
}

.padding-r-5{
    padding-right: 5px;
}

.padding-t-5{
    padding-top: 5px;
}

.padding-b-5{
    padding-bottom: 5px;
}

.padding-10{
    padding: 10px;
}

.padding-l-10{
    padding-left: 10px;
}

.padding-r-10{
    padding-right: 10px;
}

.padding-t-10{
    padding-top: 10px;
}

.padding-b-10{
    padding-bottom: 10px;
}

.padding-15{
    padding: 15px;
}

.padding-l-15{
    padding-left: 15px;
}

.padding-r-15{
    padding-right: 15px;
}

.padding-t-15{
    padding-top: 15px;
}

.padding-b-15{
    padding-bottom: 15px;
}

.padding-20{
    padding: 20px;
}

.padding-l-20{
    padding-left: 20px;
}

.padding-r-20{
    padding-right: 20px;
}

.padding-t-20{
    padding-top: 20px;
}

.padding-b-20{
    padding-bottom: 20px;
}

.padding-40{
    padding: 40px;
}

.padding-b-15vw{
    padding-bottom: 15vw;
}

.white-space-nowrap{
    white-space: nowrap;
}

.border-gold{
    border: 1px solid #DACDB3;
}

.border-bottom-gold{
    border-bottom: 1px solid #DACDB3;
}

.gold-color{
    color: #a80009;
}

.gray-color{
    color: #B5B5B5;
}

.text-center{
    text-align: center;
}

.text-left{
    text-align: left;
}

.d-flex{
    display: flex;
}

.d-block{
    display: block;
}

.d-none{
    display: none;
}

.justify-center{
    justify-content: center;
}

.justify-end{
    justify-content: end;
}

.justify-between{
    justify-content: space-between;
}

.justify-around{
    justify-content: space-around;
}

.align-items-center{
    align-items: center;
}

.align-items-end{
    align-items: flex-end;
}

.text-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-image{
    width: 100%;
    transition: all 0.5s ease 0s;
}

.flex-wrap{
    flex-wrap: wrap;
}

.hover-image{
    position: absolute;
    left: 0%;
    top: 0%;
    /* transform: translate(-50%, -50%); */
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
}

.hover-image:hover{
    opacity: 1;
}
.sideMunuclass{
    float: left;
    width: 100%;
    line-height: 42px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.layout > div > div > div > a > div > div > img.main-image{
    height: 22px;
    filter: grayscale(100%);
    transition: all 0.3s ease 0s;
}

.color-danger{
    color:crimson;
}

.font-bold{
    font-weight: bold;
}

.none-betting{
    background-color: #545A6A;
    color: #FFFFFF;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.active-color{
    color: rgb(255, 198, 0);
}

.overflow-hidden{
    overflow: hidden;
}

.overflow-auto{
    overflow: auto;
}

.h-0{
    height: 0;
}

.h-40{
    height: 40px;
}

.z-index-10{
    z-index: 10;
}

.z-index-99{
    z-index: 99;
}

.z-index-100{
    z-index: 100;
}

.font-score{
    font-size: 1.4rem;
    width: 50px;
    white-space: nowrap;
}

.score-team{
    width: calc(100% - 25px);
}

.font-vs-score{
    font-size: 2rem;
    padding: 0 10px;
    text-align: center;
}

.border-radius-20{
    border-radius: 20px;
}

.border-radius-10{
    border-radius: 10px;
}

.border-radius-5{
    border-radius: 5px;
}


.cursor-pointer{
    cursor: pointer;
}

.content-back-color{
    /* background-color: #f4f4f4!important; */
}

.main-back-color{
    /* background-color: #f4f4f4!important; */
}


.back-white{
    /* background-color: white!important; */
}

.position-relative{
    position: relative;
}

.opacity-0{
    opacity: 0;
}




.carousel {
    position: relative;
    height: unset;
  }
  
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
  }
  
  .carousel .carousel-item.none-carousel{
    position: relative;
  }
  
  .carousel .carousel-item {
    position: absolute;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    opacity: 0;
    transition: all 1s ease-in-out;
  }
  
  .carousel-item-next,.carousel-item-prev,.carousel-item.active {
    opacity: 1;
    /* transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease; */
    visibility: inherit;
  }
  
  @media screen and (prefers-reduced-motion:reduce) {
    .carousel-item-next,.carousel-item-prev,.carousel-item.active {
        transition: none
    }
  }
  
  .carousel-item-next,.carousel-item-prev {
    position: absolute;
    top: 0
  }
  
  .carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
        -webkit-transform:translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
  }
  
  .active.carousel-item-right,.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
  
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right,.carousel-item-next {
        -webkit-transform:translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
  }
  
  .active.carousel-item-left,.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
  
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left,.carousel-item-prev {
        -webkit-transform:translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
  }
  
  .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
  }
  
  .carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active {
    opacity: 1
  }
  
  .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    opacity: 0
  }
  
  .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active {
        -webkit-transform:translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
  }
  
  .carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
  }
  
  .carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
  }
  
  .carousel-control-prev {
    left: 0
  }
  
  .carousel-control-next {
    right: 0
  }
  
  .carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
  }
  
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
  }
  
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
  }
  
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
  }
  
  .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,.5)
  }
  
  .carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
  }
  
  .carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
  }
  
  .carousel-indicators .active {
    background-color: #fff
  }
  
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
  }
  
  .carousel-indicators li {
    width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0px;
      outline: none;
      background-color: rgb(255, 255, 255);
      border-radius: 50%;
      box-shadow: rgb(167 181 204 / 35%) 0px 0px 7px -1px;
      transition: all 0.3s ease-out 0s;
      position: relative;
      opacity: 1;
  }
  
  .carousel-indicators li::before {
    content: "";
      width: 5px;
      height: 5px;
      background-color: var(--txtColor_05);
      border-radius: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all 0.3s ease-out 0s;
  }
  
  .carousel-indicators li:hover, .carousel-indicators li.active{
    box-shadow: rgb(232 227 227) 0px 0px 0px 1px;
    background-color: #740f0f;
  }
  
  .carousel-indicators li:hover::before, .carousel-indicators li.active::before{
    width: 12px;
    height: 12px;
  }




/*-------------------------Dialog--------------------------*/

.row {
    display: flex;
    flex-flow: row nowrap;
    flex-shrink: 1;
    flex-basis: auto;
}

.column {
    display: flex;
    flex-flow: column nowrap;
    flex-shrink: 1;
    flex-basis: auto;
}

input {
    text-align: left;
}

button, input {
    outline: 0px;
    box-shadow: none;
    /* border: 0px; */
    color: rgb(255, 255, 255);
    text-align: center;
}

button {
    border: 0px;
    /* color: rgb(255, 255, 255); */
}

button, input {
    border: 0px;
    overflow: visible;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity 0.3s ease-in-out 0s;
}

.fade-enter, .fade-leave-to {
    opacity: 0;
}

.dialog {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 998;
    background: rgba(0, 0, 0, 0.4);
}

.dialog>.container {
    position: relative;
    margin: auto;
    width: 95%;
    max-height: 100%;
    max-width: 500px;
    z-index: 999;
    /* background-color: #E9EAF0; */
    background: linear-gradient(rgb(58, 58, 58) 0%, rgb(52, 43, 32) 100%);
    box-shadow: #333333 0px 0px 10px;
    border-radius: 15px;
    /* color: rgb(187 128 41); */
}

.dialog>.container .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    min-width: 30px;
    height: 35px;
    background-color: #FFFFFF;
    /* border: 1px solid rgb(195 124 67);
    color: rgb(195 124 67); */
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
}

.dialog>.container .close-button:hover{
    /* background-color: #dec699;
    color: #FFFFFF; */
    filter: brightness(110%);
}

.popup-btn {
        width: 75px;
        padding: 5px;
        /* background-color: #2F3454; */
        margin: 10px;
        /* text-align: center; */
        /* border: 1px solid rgb(107 93 72); */
        cursor: pointer;
        /* border-radius: 5px; */
        box-shadow: #a29c96 0px 1px 3px 0px;
        /* color: #b18a48; */
        /* color: #b18a48; */
        background: #a80009;
        /* min-width: 100px; */
        height: 40px;
        font-size: 12px;
        /* line-height: 46px; */
        padding: 0px 0px;
        display: inline-block;
        text-align: center;
        border-radius: 16px;
        color: rgb(255, 255, 255);
        box-shadow: rgb(0 0 0) 0px 0px 1px 0px;
        margin-right: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
}

.popup-btn:hover{
    /* background-color: #DBC294;
    color: #FFF;
    box-shadow: rgb(105 71 36) 0px 1px 3px 0px;
    border: 1px solid rgb(222 159 59); */
    background: linear-gradient(-45deg, #a80009 0%, rgb(97, 68, 32) 100%);
}
/* .popup-btn.success {
    background-color: #51a351;
}

.popup-btn.warning {
    background-color: #f89406;
} */

/*----------------------------Login------------------------*/

.container[data-v-90635fc8] {
    padding: 10px;
    width: 100%;
}

.container .logo[data-v-90635fc8] {
    margin-top: 10px;
    justify-content: center;
}

.container .form[data-v-90635fc8], .container .logo[data-v-90635fc8] {
    margin-bottom: 20px;
}

.container .form input[data-v-90635fc8] {
    height: 40px;
    margin-bottom: 5px;
    background-color: rgb(153 153 153);
    padding: 0px 10px;
    border-radius: 10px;
    color: #FFFFFF;
}

.container .form .login-btn[data-v-90635fc8] {
    background-color: rgb(10, 112, 249);
    color: rgb(255, 255, 255);
    border-radius: 10px;
}

@media (hover: hover) {
    .container .form .login-btn[data-v-90635fc8]:hover {
        background-color: #024caf;
    }
}

/*-------------------------Register-----------------------*/

.container[data-v-51f9ee30] {
    padding: 10px;
    width: 100%;
}

.container .logo[data-v-51f9ee30] {
    margin-top: 10px;
    margin-bottom: 20px;
    justify-content: center;
}

.container .form-wrap[data-v-51f9ee30] {
    height: 600px;
}

.container .form-wrap .form-wrap-in[data-v-51f9ee30] {
    width: 100%;
    flex-wrap: wrap !important;
}

.container .form-wrap .form-half[data-v-51f9ee30] {
    width: 50%;
}

.container .form-wrap .error[data-v-51f9ee30] {
    background-color: rgb(29, 34, 44);
    height: 30px;
    color: rgb(195, 75, 75);
    align-items: center;
    padding: 0px 10px;
}

.container .form-wrap .form[data-v-51f9ee30] {
    width: 100%;
    padding: 5px;
}

.container .form-wrap .form .title[data-v-51f9ee30] {
    margin-bottom: 5px;
    justify-content: flex-start;
    flex-shrink: 0;
}

.container .form-wrap .form>div[data-v-51f9ee30] {
    margin-bottom: 15px;
    flex-shrink: 0;
}

.container .form-wrap .form>div[data-v-51f9ee30]:last-child {
    margin-bottom: 0px;
}

.container .form-wrap .form .signin-btn[data-v-51f9ee30] {
    background-color: rgb(10, 112, 249);
    color: rgb(255, 255, 255);
    height: 40px;
    border-radius: 10px;
    margin-top: 20px;
}

.container .form-wrap .form input[data-v-51f9ee30] {
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    flex-shrink: 0;
    border-radius: 10px;
    font-size: 15px;
    background-color: rgb(222 198 153);
}
.container .form-wrap .form .signin-btn[data-v-51f9ee30]:hover{
    background-color: #272d58;
}

.bankSelect {
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    flex-shrink: 0;
    background-color: #FFFFFF;
    border: solid 1px #DDC598;
    font-size: 1rem;
    color: #7c839e;
    border-radius: 5px;
}

.container .form-wrap .form .get-code[data-v-51f9ee30] {
    background-color: rgb(246, 195, 58);
    color: rgb(0, 0, 0);
}

.spacer {
    flex-grow: 1;
}

@media (hover: hover) {
    .container .form-wrap .form .get-code[data-v-51f9ee30]:hover {
        background-color: rgb(255, 224, 0);
    }
}

.container .form-wrap .form .v-select[data-v-51f9ee30] {
    width: 100%;
    height: 40px;
}

.container .form-wrap .form .v-select[data-v-51f9ee30] .vs__dropdown-toggle {
    width: 100%;
    background-color: rgb(222 198 153);
    border-radius: 10px;
}

.reg-div {
    width: 49%!important;
}

/*-----------------------------------------------------------------*/
























@media (max-width: 991px){
    .m-d-flex{
        display: flex;
    }

    .m-d-block{
        display: block;
    }

    .m-d-none{
        display: none;
    }

    .m-w-100{
        width: 100%;
    }
    
    .m-w-75{
        width: 75%;
    }
    
    .m-w-60{
        width: 60%;
    }
    
    .m-w-50{
        width: 50%;
    }
    
    .m-w-33{
        width: 33.33%
    }
    
    .m-w-25{
        width: 25%;
    }

    input {
        text-align: center;
    }

    .m-h-80{
        height: 80px;
    }

    .m-flex-wrap{
        flex-wrap: wrap;
    }
}


.pagenation_type_1 {
    text-align: center;
    margin: 20px 0
  }
  
  .pagenation_type_1 a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color : rgb(159, 161, 159);
    /* font-size: 1.5rem; */
    padding: 0 10px ;
    /* margin: 0 5px; */
    cursor: pointer;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    color: 313744;
  }
  
  .pagenation_type_1 a i {
    vertical-align: middle;
    font-size: 1.5rem 
  }
  
  .pagenation_type_1 a:hover, .pagenation_type_1 a.active {
    background-color: #a80009;
    color: #FFF;
    border: solid 1px #a80009;
    border-radius: 8px;
  }
  
  .pagenation_type_1 .btn_first,
  .pagenation_type_1 .btn_last,
  .pagenation_type_1 .btn_next,
  .pagenation_type_1 .btn_prev {
    /* color: #9a9aa7; */
    margin: auto 10px;
    border: 0 ;
    border-radius: 0;
    border: solid 1px #444758;
    background-color: rgba(255, 255, 255, 0.1);
    color: 313744;
    cursor: pointer;
  }
  
  .pagenation_type_1 .inactive {
    /* color: #bbb; */
    border-radius: 8px;
    width: 30px;
    height: 30px;
    /* display: inline-flex; */
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 23px;
    cursor: pointer;
  }
  
  .pagenation_type_1 .inactive:hover {
    background-color: #a80009;
    color: #FFF;
    border: solid 1px #a80009;
  }
 
  .slot-modal_close[data-v-57fde08a] {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  
  .slot-search{
    position: absolute;
    background-color: #43434d;
    left: 20px;
    top: 20px;
    /* transform: translate(-50%, 0); */
    color: #FFF;
    display: flex;
    align-items: center;
    border-radius: 15px;
    padding: 0 15px;
  }
  
  .slot-search-label{
    background-color: #43434d;
    border: none;
    color: #FFF;
    width: 40px;
    /* height: 40px;
    line-height: 42px; */
    margin-bottom: 0;
  }
  
  .slot-search-input{
    background-color: #43434d;
    border: none;
    color: #FFF;
    height: 40px;
    margin-bottom: 0;
    /* margin-right: 15px; */
    text-align: left;
  }
  
  .slot-search-input:focus{
    border: none;
  }

  .slot_list {
    padding: 0 10px!important;
    margin-top: 0;
  }
  
  .slot_list li {
      padding: 0 10px 20px 10px;
  }
  
  .slot_list li p {
      padding: 5px 10px 0px;
      margin-top: 0;
  }
  
  @media (max-width: 739px){
    /* .slot-search{
      top: 5px;
      left: 20px;
    } */
  
    .slot-search-input{
      width: 150px;
    }
  }


  .rate_up_effect::after{
    box-sizing: border-box;
    content: "";
    position: absolute;
    right: 0px;
    z-index: 1;
    width: 10px;
    height: 10px;
    animation: 0.9s ease-in-out 0s 5 normal none running rateUpDownEffect;
    opacity: 0;
    top: 0px;
    border-top: 10px solid #00bbff;
    border-left: 10px solid transparent;
  }
  
  
  .rate_down_effect::after{
    box-sizing: border-box;
    content: "";
    position: absolute;
    right: 0px;
    z-index: 1;
    width: 10px;
    height: 10px;
    animation: 0.9s ease-in-out 0s 5 normal none running rateUpDownEffect;
    opacity: 0;
    bottom: 0px;
    border-top: 10px solid transparent;
    border-right: 10px solid #ff1717;
  }
  
  .match-market-item .match-game-item:nth-child(3) .rate_up_effect::after, .match-market-item .match-game-item:nth-child(3).rate_up_effect::after{
    right: unset;
    left: 0;
    border-top: 10px solid #00bbff;
    border-left: unset;
    border-right: 10px solid transparent;
  }
  
  .match-market-item .match-game-item:nth-child(3) .rate_down_effect::after, .match-market-item .match-game-item:nth-child(3).rate_down_effect::after{
    right: unset;
    left: 0;
    border-bottom: 10px solid #ff1717;
    border-right: 10px solid transparent;;
    border-left: unset
  }
  
  
  @keyframes rateUpDownEffect {
    0% {
      opacity: 0;
    }
    100% {
        opacity: 1;
    }
  }

  .lobby-list-ratio {
    aspect-ratio: 270 / 192;
}