html {
    height: 100%;
}

html, body {
    /* font-family: NotoSansCJKkr; */
    /* color: #444758; */
    color: rgb(176, 176, 176);
    font-size: 14px;
    /* font-weight: 600; */
}

#root {
    width: 100%;
    overflow-x: hidden;
    display: flex;
    /* background: url(../images/main/bg.jpg) left top / cover no-repeat rgb(45, 39, 29); */
}

a {
    color: unset;
    text-decoration: unset;
}

.main-color {
    color: #8F959A;
}

.main {
    width: calc(100% - 250px);
    margin-left: 250px;
    margin-top: 95px;
    height: 100%;
}

.main-center {
    margin-top: 30px;
    padding: 0px 50px;
}

.main-center-title {
    display: flex;
    align-items: center;
    /* margin: 25px 10px; */
    font-size: 1.6rem;
    white-space: nowrap;
    font-weight: bold;
}

.main-center-title img {
    margin-right: 5px;
}

.main-center-title span {
    margin-left: 15px;
}

.main-casino-div {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    /* padding-bottom: 50px;
    border-bottom: 1px solid rgb(50, 50, 50); */
}

.main_best_slot_list {
    float: left;
    width: 100%;
    margin: 20px 0px 0px;
    display: flex;
    align-items: center
}

.main_best_slot_list_l {
    margin: 0px 70px 0px 0px;
}

.main_best_slot_list_l img {
    filter: drop-shadow(rgba(0, 0, 0, 0.7) 5px 0px 5px);
}

.main_best_slot_list_r {
    width: 100%;
}

.main_best_slot_title {
    float: left;
    width: 100%;
    font-family: EsaManru;
    font-weight: 700;
    font-size: 40px;
    color: rgb(255, 255, 255);
}

.main_best_slot_text {
    float: left;
    width: 50%;
    margin: 20px 0px 0px;
    font-family: EsaManru;
    font-weight: 300;
    font-size: 16px;
    color: rgb(186, 186, 186);
    line-height: 28px;
}

.main_slot_line {
    float: left;
    width: 100%;
    margin: 20px 0px 0px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.main_slot_btn {
    float: left;
    width: 100%;
    margin: 30px 0px 0px;
}

.main_slot_btn a {
    display: block;
    min-width: 300px;
    width: 300px;
    padding: 0px 10px;
    text-align: center;
    height: 61px;
    line-height: 61px;
    border-radius: 61px;
    font-family: EsaManru;
    font-weight: 500;
    font-size: 17px;
    color: rgb(255, 255, 255);
    background: linear-gradient(rgb(82, 82, 82) 0%, rgb(47, 47, 47) 100%);
    box-shadow: rgb(202 161 94 / 60%) 2px 3px 4px 0px;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform, -webkit-transform;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.main_board_box {
    float: left;
    width: 100%;
    margin: 50px 0px 0px;
    display: flex;
}

.board {
    float: left;
    width: 48%;
    height: 365px;
    border: 1px solid #1f222e;
    background-color: #0f1010;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 70%) 5px 0px 5px;
    margin: 0px 2% 0px 0px;
    padding: 30px 20px;
}
.board_box td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-family: EsaManru;
    color: rgb(186, 186, 186);
    font-size: 15px;
    /* line-height: 42px; */
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
    text-align: left;
}

.board_title {
    font-family: EsaManru;
    font-weight: 700;
    font-size: 20px;
    color: rgb(186, 186, 186);
}

.board_box {
    padding: 15px 0px 0px;
}
.board_box table{
    background: none;
    text-align: unset;
}

.board_title span {
    color: #e91c23;
}

.footer_wrap {
    float: left;
    width: 100%;
    background: rgb(35, 31, 25);
    margin: 40px 0px 0px;
    padding: 50px 0px;
}

.footer_box {
    float: left;
    width: 100%;
    padding: 0px 70px;
}

.footer_wrap {
    float: left;
    width: 100%;
    background: rgb(35, 31, 25);
    margin: 40px 0px 0px;
    padding: 50px 0px;
}

.footer_box {
    float: left;
    width: 100%;
    padding: 0px 70px;
}

.footer_box_top {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.f_text {
    margin: 20px 0px 0px;
    font-family: "cursive";
    font-weight: 500;
    font-size: 13px;
    color: rgb(138, 128, 111);
    line-height: 1.5;
}

.f_title {
    font-family: EsaManru;
    font-weight: 700;
    font-size: 20px;
    color: rgb(136, 136, 136);
}

.f_title span {
    color: rgb(255, 255, 255);
}

.f_quick {
    margin: 30px 0px 0px;
}

.f_quick li {
    float: left;
    margin: 0px 10px 0px 0px;
    width: 110px;
    height: 130px;
    border-radius: 10px;
    background: rgb(68, 62, 51);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: all 1s ease 0s;
}

.f_quick li:last-child {
    margin: 0px;
}

.f_quick li a {
    display: block;
    text-align: center;
}

.f_quick li a img {
    filter: grayscale(100%) brightness(0.7);
    transition: all 1s ease 0s;
}

.f_quick li:hover {
    box-shadow: rgb(0, 0, 0) 4px 0px 4px 0px;
}

.f_quick li:hover a img {
    filter: grayscale(0%);
}

.quick_txt {
    margin: 10px 0px 0px;
    font-family: EsaManru;
    font-weight: 300;
    font-size: 13px;
    color: rgb(197, 197, 197);
    transition: all 1s ease 0s;
}

.f_quick li:hover .quick_txt {
    color: rgb(255, 255, 255);
}

.footer_box_bottom {
    float: left;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 40px 0px 0px;
    padding: 30px 0px 0px;
}

.f_partners {
    float: left;
    width: 100%;
    overflow: hidden;
}

.f_partners img {
    width: 100%;
}
.fbt_l{
    width: 42vw;
}

.main-casino-img {
    float: left;
    width: calc(20% - 16px);
    margin: 0px 16px 20px 0px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 50%) 5px 0px 5px 0px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

.main-casino-img img {
    display: block;
}

.main-casino-img:hover > div {
    animation: 0.3s ease-in-out 0s 1 normal both running rotate-center;
}

.casino-box {
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 20px 0px 0px;
    padding: 0px 0px 50px;
    border-bottom: 1px solid rgb(50, 50, 50);
}

.main-slot-img {
    width: calc(14.28% - 14px);
    margin-right: 14px;
    margin-bottom: 14px;
}

.center-sports {
    display: flex;
    flex-wrap: nowrap;
}

.max-w-800 {
    max-width: 800px;
}

.max-w-600 {
    max-width: 600px;
}

.sports-btn-group {
    height: 100%;
    width: 20%;
    min-width: 250px;
    max-width: 600px;
    margin-left: auto;
}

.sports-btn {
    /* height: 20%; */
    width: 100%;
}

.sports-btn img {
    max-height: 100%;
    width: 100%;
}

/* -------sports--------- */
#carousel-sports {
    position: relative;
    height: 100%;
}

#carousel-sports img {
    left: 0px;
    width: 100%;
}


.carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px;
    perspective: 500px;
    transform-style: preserve-3d;
    transform-origin: 0% 50%;
}

.carousel.carousel-slider {
    top: 0px;
    left: 0px;
}

.carousel.carousel-slider .carousel-fixed-item {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 20px;
    z-index: 1;
}

.carousel.carousel-slider .carousel-fixed-item.with-indicators {
    bottom: 68px;
}

.carousel.carousel-slider .carousel-item {
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.carousel.carousel-slider .carousel-item h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.carousel.carousel-slider .carousel-item p {
    font-size: 15px;
}

.carousel .carousel-item {
    visibility: hidden;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.carousel .carousel-item>img {
    width: 100%;
}

.carousel .indicators {
    position: absolute;
    text-align: center;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
}

.carousel .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 24px 4px;
    background-color: rgba(255, 255, 255, 0.5);
    transition: background-color 0.3s ease 0s;
    border-radius: 50%;
}

.carousel .indicators .indicator-item.active {
    background-color: rgb(255, 255, 255);
}

.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
    pointer-events: none;
}


.carousel {
    position: absolute;
    opacity: 1;
    /* left: 20px;
    top: 50%;
    transform: translate(0, -50%); */
    transition: 0.5s;
    /* height: 100%; */
}

.carousel.active {
    opacity: 1;
}

#carousel-sports-title {
    position: relative;
}

#national_title .carousel {
    left: 0px;
    top: 0%;
    transform: translate(0, 0%);
}

.sports-btn-border {
    border-radius: 6px;
    border: solid 1px #D7DAF1;
}

.sports-icon {
    height: 50px;
    display: flex;
    align-items: center;
}

.sports-play-center {
    border-bottom: 2px solid #AFB2BC;
}

.sports-play-header {
    margin: 15px 0;
    font-size: 2.9rem;
}

.sports-play-par {
    font-size: 1.3rem;
    margin-block-start: 0.8em;
    margin-block-end: 0.8em;
}

.sports-play-group {
    width: 100%;
    height: 20%;
    justify-content: space-between;
    margin: 10px 0;
}

.sports-play-btn {
    display: flex;
    justify-content: center;
    width: 25%;
    margin: auto 0;
    padding: 20px 0px;
    font-size: 1.3rem;
    color: #7E858A;
    border: solid 1px #D8D8D8;
    background: linear-gradient(to top, #FFFFFF 0%, #DEDEDE 50%, #FFFFFF 100%);
    border-radius: 10px;
}

/* .sports-main{
    flex-grow: 1;
}

.sports-play-div{
    padding: 15px 45px;
    height: 100%;
}

.sports-icon{
    display: flex;
    height: 20%;
}

.sports-icon img{
    margin-top: auto;
    max-height: 100%;
} */

#login {
    max-width: 700px;
    /* display: none; */
}

#register {
    max-width: 750px;
    /* display: none; */
}

.login-back {
    background-image: url(../images/main/login-img.png);
    background-size: cover;
    width: 800px;
    height: 440px;
}

.login-form {
    width: 410px;
    padding: 25px;
}

.register-form {
    width: 100%;
    overflow: auto;
    padding: 25px;
}

.login-top-div {
    padding-bottom: 20px;
    border-bottom: solid 2px #ddc495;
}

.login-form-div {
    margin: 5px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.login-form-div .top-div-buttongroup {
    height: auto;
}

.login-form-div .w-50 {
    width: calc(50% - 5px);
    /* margin-right: 10px; */
}

.login-form .form-input {
    /* height: 40px; */
    /* width: calc(100% - 22px); */
    width: 100%;
    line-height: 40px;
    margin-bottom: 5px;
    padding: 0px 10px;
    color: #6A7391;
    font-size: 1rem;
    border-radius: 5px;
}

.register-form .form-input {
    display: block;
    /* width: 100%; */
    text-align: center;
    height: 40px;
    /* height: 34px; */
    /* width: calc(100% - 22px); */
    width: 100%;
    /* line-height: 40px; */
    line-height: 34px;
    margin-bottom: 2px;
    padding: 0px 10px;
    color: #6A7391;
    /* font-size: 1rem; */
    border-radius: 5px;
}

.login-form input, .register-form input {
    border: solid 1px #DDC598;
    margin-bottom: 10px;
}

input::placeholder {
    color: #a8afc5;
}

.form-button {
    width: 175px;
    border-radius: 5px;
    margin: auto 5px;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #DCDEF3;
    box-shadow: 0px 0px 5px #DCDEF3;
    cursor: pointer;
    color: #FFFFFF;
}

.form-button:hover {
    filter: brightness(110%);
}

.form-button img {
    margin-right: 10px;
}

.id-dump {
    height: 34px;
    background-color: #DDC598;
    color: #FFFFFF;
    font-size: 1rem;
    position: absolute;
    right: 9px;
    top: 45px;
    border-radius: 3px;
    box-shadow: #8d8c8c 0 0 5px;
    cursor: pointer;
}

.id-dump:hover {
    filter: brightness(105%);
}

.scrollable-auto {
    overflow: auto !important;
}
.setting[data-v-1d2f513a] {
    width: 100%;
    height: 100%;
}
.setting .member-wrap[data-v-1d2f513a] {
    width: 50%;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.setting .limit-wrap[data-v-1d2f513a], .setting .member-wrap[data-v-1d2f513a] {
    height: 100%;
    padding: 10px;
}

.setting .member-wrap-in .title[data-v-1d2f513a] {
    height: 45px;
    padding: 0px 20px;
    flex-shrink: 0;
    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; */
}
.setting .member-wrap-in .member-form[data-v-1d2f513a] {
    flex-shrink: 0;
}
.setting .btn-wrap[data-v-1d2f513a] {
    margin-top: 10px;
}
.setting .btn-wrap button[data-v-1d2f513a] {
    background-color: rgb(54, 59, 96);
    width: 100%;
    margin-right: 10px;
    height: 45px;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 15%) 3px 3px 3px 3px;
}
.setting .tab-single[data-v-1d2f513a] {
    height: 50px;
    flex-shrink: 0;
}

.setting .limit-wrap[data-v-1d2f513a], .setting .member-wrap[data-v-1d2f513a] {
    height: 100%;
    padding: 10px;
}

.setting .tab-single[data-v-1d2f513a] {
    height: 50px;
    flex-shrink: 0;
}



.setting .tab-single>div[data-v-1d2f513a]:first-child {
    width: 35%;
    margin-left: 20px;
}

.setting .tab-single>div[data-v-1d2f513a]:last-child {
    width: 65%;
    margin-right: 20px;
}

.setting .tab-single input[data-v-1d2f513a] {
    width: 100%;
    height: 100%;
    border: 0px;
    background-color: transparent !important;
}

.setting .tab-single button[data-v-1d2f513a] {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    color: rgb(246, 195, 58);
    background-color: transparent;
}

.setting .tab-single[data-v-1d2f513a]:last-child {
    margin-bottom: 15px;
}

.setting .tab-double[data-v-1d2f513a] {
    height: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.setting .tab-double>div[data-v-1d2f513a] {
    width: 50%;
}

.setting .tab-double>div[data-v-1d2f513a]:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.setting .tab-double>div>div[data-v-1d2f513a] {
    width: 50%;
    justify-content: center;
}

.setting .tab-double>div>div[data-v-1d2f513a]:first-child {
    background-color: rgb(39, 43, 71);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.setting .tab-double>div>div:first-child>span[data-v-1d2f513a] {
    opacity: 0.7;
}

.setting .tab-double>div>div[data-v-1d2f513a]:last-child {
    background-color: rgb(39, 43, 73);
}

.setting .tab-triple[data-v-1d2f513a] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.setting .tab-triple>div[data-v-1d2f513a] {
    width: 100%;
}

.setting .tab-triple>div>div[data-v-1d2f513a] {
    width: 25%;
}

.setting .tab-triple>div>div[data-v-1d2f513a]:first-child {
    background-color: rgb(39, 43, 71);
    justify-content: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.setting .tab-triple>div>div:first-child>span[data-v-1d2f513a] {
    opacity: 0.7;
}

.setting .tab-triple>div>div[data-v-1d2f513a]:last-child {
    width: 75%;
    background-color: rgb(39, 43, 73);
}

.setting .tab-triple>div>div:last-child>div:last-child>div[data-v-1d2f513a]:first-child, .setting .tab-triple>div>div:last-child>div:last-child>div[data-v-1d2f513a]:last-child {
    border-bottom: 0px !important;
}

.setting .tab-triple>div>div:last-child>div>div[data-v-1d2f513a]:first-child {
    width: 33%;
    height: 45px;
    background-color: rgb(39, 43, 71);
    justify-content: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.setting .tab-triple>div>div:last-child>div>div:first-child>span[data-v-1d2f513a] {
    opacity: 0.7;
}

.setting .tab-triple>div>div:last-child>div>div[data-v-1d2f513a]:last-child {
    justify-content: center;
    width: 66.6666%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.setting .member-wrap[data-v-1d2f513a] {
    width: 50%;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.setting .limit-wrap[data-v-1d2f513a] {
    width: 50%;
    border-left: 1px solid rgba(255, 255, 255, 0.03);
}

.setting .member-wrap-in[data-v-1d2f513a] {
    flex-shrink: 0;
    /* background: linear-gradient(rgb(24, 29, 48), rgb(19, 23, 38)); */
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px 3px;
    margin-bottom: 10px;
}

.setting .member-wrap-in .title[data-v-1d2f513a] {
    height: 45px;
    padding: 0px 20px;
    flex-shrink: 0;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 700;
    background: linear-gradient(rgb(114, 78, 0) 0%, rgb(61, 37, 0) 100%);
    background-size: 100%;
    background-repeat: repeat;
    background-clip: text;
    color: #6badde;
    /* -webkit-text-fill-color: transparent;  */
}

.setting .member-wrap-in .member-form[data-v-1d2f513a] {
    flex-shrink: 0;
}

.setting .member-wrap-in .member-form .member-form-in[data-v-1d2f513a] {
    background-color: rgb(47, 52, 83);
    border-radius: 15px;
    margin: 0px 20px 10px;
    padding: 10px 20px;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px 3px;
}

.setting .member-wrap-in .member-form .member-form-in .member-form-amount[data-v-1d2f513a] {
    color: rgb(254, 206, 0);
    font-weight: 700;
}

.setting .member-wrap-in .member-form .in-blue[data-v-1d2f513a] {
    background-color: rgb(54, 59, 96) !important;
}

.setting .btn-wrap[data-v-1d2f513a] {
    margin-top: 10px;
    padding-bottom: 10px;
}

.setting .btn-wrap button[data-v-1d2f513a] {
    background-color: rgb(114, 78, 0);
    box-shadow: inset 0px 0px 10px #545b85;
    cursor: pointer;
    width: 50%;
    margin-right: 10px;
    height: 45px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px 3px;
}
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-right: 20px;
    /* width: 70px; */
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-container input:checked ~ .checkmark {
    background-color: #303554;
}
.checkmark {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    height: 24px;
    width: 24px;
    /* background-color: #eee; */
    border-radius: 50%;
    border: 1px solid #FFF;
}
.radio-container input:checked ~ .checkmark:after {
    display: block;
}
.radio-container .checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.setting .tab-single>div[data-v-1d2f513a]:last-child {
    width: 65%;
    margin-right: 20px;
}
.setting .tab-single>div[data-v-1d2f513a] {
    padding: 0px 10px;
    justify-content: center;
    margin: 5px;
    background-color: rgb(51, 51, 51);
    border: 1px solid rgb(17, 17, 17);
}
.bankSelect[data-v-51f9ee30] {
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    border: 0px;
    flex-shrink: 0;
    border-radius: 10px;
    background-color: transparent;
    /* font-size: 15px; */
    font-size: 16px;
}

img.roulette_center_cover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    z-index: 2;
}

.shadow_box, .shadow_box:hover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 526px;
    height: 526px;
    /* box-shadow: inset 5px 5px 60px 30px #000000 !important; */
    box-shadow: inset 0px 0px 40px 5px #000000c7 !important;
    border-radius: 280px;
    z-index: 1;
}

img.roulette_center_cover_ring {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 605px;
    z-index: 0;
}

.roulette_rotate_plate {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
#roulette {
    display: block;
    width: 100%;
    height: 680px;
    position: relative;
}
.roulette_wrap .titlebox .label {
    font-size: 1rem;
    color: #FFF;
}
.roulette_wrap .titlebox .label span {
    font-size: 1rem;
    color: #ffffff;
}
.roulette_wrap .titlebox {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.result_point {
    position: absolute;
    left: 50%;
    top: 0px;
    display: flex;
    transform: translate(-50%);
    white-space: nowrap;
}
.lottery-content .lottery-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    /* background-color: #000000; */
    height: 100%;
    padding: 30px;
}
.lottery-content .lottery-box {
    width: 50%;
    max-width: 500px;
    /* background-image: url(../images/common/lottery-box.png); */
    border: outset;
    border-color: rgb(114, 78, 0) ;
    background: #48453f4f;

    background-size: 100% 100%;
    
    background-position: center;
    height: 250px;
    background-repeat: no-repeat;
    position: relative;
}
.lottery-box-img{
    display: flex;
    justify-content: center;
}
.lottery-content .lottery-box .lottery-result {
    /* position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%); */
    display: flex;
    justify-content: center;
}

.lottery-content .lottery-box * {   
    font-size: 1rem;
    cursor: pointer;
}
.lottery-content .lottery-box .lottery-btn-group {
    position: absolute;
    bottom: 0%;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 20px;
}
.lottery-content .lottery-box * {
    font-size: 1rem;
    cursor: pointer;
}

.lottery-content .lottery-box .lottery-result {
    /* position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%); */
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.lottery-content .lottery-box * {
    font-size: 1rem;
    cursor: pointer;
}

.lottery-content .lottery-box .lottery-btn {
    background-color: rgb(114, 78, 0);
    box-shadow: inset 0px 0px 10px #545b85;
    width: 35%;
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}
.lottery-content .lottery-box * {
    font-size: 1rem;
    cursor: pointer;
}
.attendance[data-v-20f59104] {
    width: 100%;
    height: 100%;
    padding: 10px;
}
.lottery_result[data-v-35afea22] {
    z-index: 1;
    flex-direction: column;
    line-height: 1.6;
}
.lottery_result[data-v-35afea22] {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 500;
    font-size: 1.1rem;
    color: #fff;
}
.box_coupon[data-v-35afea22] {
     max-width: 550px; 
     width: 70%; 
    height: 200px;
    padding-top: 0px;
    /* background: #0b0c10; */
    /* border: 1px solid #d4d4d4; */
    /* box-shadow: 0 1px 3px 1px rgb(0 0 0 / 60%); */
    cursor: pointer;
    background-image: url(../images/common/coupon.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.lottery_result[data-v-35afea22] strong {
    font-weight: 400;
}
.text{
    align-items: center;
    /* display: flex; */
}
.roulette_center_cover.roulette_center_cover_ring {
        width: 600px;
        height: 600px;
        z-index: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: unset;
}
@media (max-width: 1920px) {}

@media (max-width: 1860px) {
    .main {
        width: calc(100% - 70px);
        margin-left: 70px;
    }
}

@media (max-width: 1600px) {
    .sports-play-header {
        margin: 10px 0;
        font-size: 1.9rem;
    }

    .sports-play-btn {
        padding: 10px 0;
    }

    .sports-play-par {
        font-size: 1rem;
    }

    .sports-play-btn {
        padding: 10px 0px;
        font-size: 0.8rem;
    }
}

@media (max-width: 1439px) {
    /* body{
        font-size: 12px;
    } */
}

@media (max-width: 1280px) {
    .main-casino-img {
        width: calc(33.33% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .main-slot-img {
        width: calc(16.66% - 14px);
        margin-right: 14px;
        margin-bottom: 14px;
    }

}

@media (max-width: 1024px) {}

@media (max-width: 991px) {
    html, body {
        /* font-size: 10px; */
        /* font-size: 12px; */
        font-size: 14px;
        }
        
    .box_coupon[data-v-35afea22] {
        width: 95%;
    }
   
    .setting[data-v-1d2f513a] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column !important;
    }
    .setting .member-wrap[data-v-1d2f513a] {
        width: 100%;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }
    .setting .limit-wrap[data-v-1d2f513a] {
        width: 100%;
        border-left: 1px solid rgba(255, 255, 255, 0.03);
    }
    .main {
        margin-top: 15vw;
        width: 100%;
        margin-left: 0px;
        /* padding-top: 135px; */
    }

    .main-center {
        padding: 0px 40px 0px;
    }

    /* .center-sports{
        aspect-ratio: 169/72;
    } */

    .sports-btn-group {
        height: 100%;
        width: 20%;
        min-width: 160px;
    }

    .sports-play-btn {
        padding: 5px 0;
    }

    #login, #register {
        max-width: unset;
    }

    .login-form .form-input {
        display: block;
        text-align: center;
    }

    .login-back {
        background-image: none;
    }

    .login-form-div .w-50 {
        width: 100%;
    }

    img.roulette_center_cover_ring {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 415px;
        z-index: 0;
    }
}

@media (max-width: 767px) {
    /* body{
        font-size: 9px;
    } */

    .main-center {
        padding: 0px 50px 0px;
    }

    .main-center-title {
        margin: 9px 10px;
        /* font-size: 0.8rem; */
        font-size: 1.2rem;
    }

    .main-center-title img {
        height: 25px;
        margin-right: 5px;
    }

    .main-center-title span {
        margin-left: 5px;
    }

    .main-casino-img {
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .main-slot-img {
        width: calc(25% - 7px);
        margin-right: 7px;
        margin-bottom: 7px;
    }

    .main-center {
        padding: 0px 0px 0px 10px;
    }

    .sports-play-btn {
        padding: 5px 0;
    }

    .shadow_box, .shadow_box:hover {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 360px;
        height: 360px;
        /* box-shadow: inset 5px 5px 60px 30px #000000 !important; */
        box-shadow: inset 0px 0px 40px 5px #000000c7 !important;
        border-radius: 280px;
        z-index: 1;
    }
}


@media (max-width: 575px) {
    .main-slot-img {
        width: calc(33.33% - 7px);
        margin-right: 7px;
        margin-bottom: 7px;
    }

    .form-button {
        width: 40%;
        min-width: 120px;
    }

    .sports-icon {
        display: flex;
        height: 15%;
    }

    .sports-play-div {
        padding: 0px 5px;
        height: calc(100% - 30px);
    }

    .sports-play-group {
        height: 20%;
        margin: 5px 0;
    }

    .sports-play-header {
        margin: 5px 0;
        font-size: 1.3rem;
    }
}