html {
    height: 100%;
}

html, body {
    /* font-family: NotoSansCJKkr; */
    color: #f2f2f2;
    font-size: 14px;
    /* font-weight: 600; */
}

#root {}

a {
    color: unset;
    text-decoration: unset;
}

.main-color {
    color: #f2f2f2;
}

.main {
    width: calc(100% - 250px);
    margin-left: 250px;
    padding-top: 95px;
    height: 100%;
}

.main-center {
    padding: 0px 65px 0px 85px;
}

.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: 15px;
}

.main-center-title span {
    margin-left: 15px;
}

.main-casino-div {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0px;
}

.main-casino-img {
    width: calc(20% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

/* .main-casino-img:hover{
    background: linear-gradient(to top, rgba(97, 191, 120, 0.5) 0%, rgba(210, 215, 211, 0) 50%, rgb(112, 209, 97) 100%);
} */

.main-slot-img {
    width: calc(14.28% - 14px);
    margin-right: 14px;
    margin-bottom: 14px;
    position: relative;
}

.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 {
    position: absolute;
    opacity: 0;
    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 #b5b5b5;
}

.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: #b5b5b5;
    border: solid 1px #b5b5b5;
    background: linear-gradient(to top, #1A1028 0%, #1A1028 50%, #3A2258 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: 840px;
    /* display: none; */
}

#register {
    max-width: 750px;
    /* display: none; */
}

.login-back {
    background-image: url(../images/main/login-img.png);
    background-size: cover;
    width: 800px;
    height: 650px;
}

.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: #fff;
    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: #fff;
    /* font-size: 1rem; */
    border-radius: 5px;
}

.login-form input, .register-form input {
    border: solid 1px #f3c78d;
    margin-bottom: 10px;
    background: #453060;
}

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 #4D3570;
    box-shadow: 0px 0px 5px #2b2929;
    cursor: pointer;
    color: #FFFFFF;
}

.form-button:hover {
    filter: brightness(110%);
}

.gender_box {
    margin-left: 100px;
}

.form-button img {
    margin-right: 10px;
}

.id-dump {
    height: 34px;
    background-color: #f3c78d;
    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%);
}

@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: 15px 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: 12px;
    }
    a {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
    }
    .main {
        width: 100%;
        margin-left: 0px;
        padding-top: 67px;
    }
    .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;
        width: 33%;
    }
    #login, #register {
        max-width: unset;
    }
    .gender_box {
        margin-left: 75px;
    }
    .login-form .form-input {
        display: block;
        text-align: center;
    }
    .login-form .form-input::placeholder {
        text-align: left;
    }
    .login_box {
        margin-bottom: 30px;
    }
    .form-input-label {
        line-height: 20px!important;
        margin-bottom: 5px!important;
    }
    .form-input-label-regi {
        line-height: 60px!important;
    }
    .top-div-buttongroup {
        padding-top: 0px!important;
        padding-bottom: 0px!important;
    }
    .login-back {
        background-image: none;
    }
    .login-form-div .w-50 {
        width: 100%;
    }
    .color-danger.font-bold.m-d-block.m-w-100 {
        text-align: center;
    }
    .message_mobile {
        display: block !important;
    }
    .message_mobile .menu_history {
        justify-content: space-around !important;
    }
    #roulette {
        height: 420px !important;
    }
    .withdraw_password {
        width: 70%;
    }
    .main_sports_mobile {
        padding: 0px !important;
    }
}

@media (max-width: 390px) {
    .deposit-money-btn {
        width: calc(23% - 1px) !important;
    }
}

@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% - 7px);
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .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;
    }
}

@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;
    }
}

@media (max-width: 991px) {
    footer {
        position: fixed;
        width: 100vw;
        height: 20vw;
        bottom: 0px;
        z-index: 1;
        color: var(--txtColor30);
        border-radius: 12px 12px 0px 0px;
        display: flex;
        align-items: center;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        background-image: url(../images/layout/footer_mobile.png);
        font-family: "Microsoft JhengHei", sans-serif;
        transform: translate3d(0px, 0px, 0px);
    }
    footer ul li {
        width: 20vw;
    }
    footer ul li:nth-child(3) a {
        font-size: 1.2rem;
        width: 15.2vw;
        height: 15.2vw;
        border-radius: 50%;
        position: absolute;
        top: 3.6vw;
        left: 42.4vw;
        color: #ffffff;
        background: linear-gradient(to top, #54e979 0%, #117126 50%, #45eb81 100%);
    }
    footer ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #6b7492;
        font-size: 0.8rem;
    }
    footer ul li a div {
        text-align: center;
        font-family: "Microsoft JhengHei", sans-serif;
        transform: scale(0.92);
    }
    footer ul {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 8vw;
    }
}

.login_box {
    display: flex;
    width: 100%;
    border: 1px solid #f3c78d;
    border-radius: 5px;
    height: 67px;
}

.captcha_img {
    width: 100%;
}

.captcha_refresh {
    width: 65px;
    height: 100%;
    background-color: #f3c78d;
    color: #fff;
    font-size: 20px;
    /* border-radius: 3px; */
    /* box-shadow: #8d8c8c 0 0 5px; */
    cursor: pointer;
}