@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;500;600;700&display=swap');

/*
@import url('/assets/landing/css/topnav.css');
@import url('/assets/landing/css/menu.css');
@import url('/assets/landing/css/footer.css');
 */

html {
}

/* hidden scrollbar on mobile device */
@media screen and (max-width: 768px){
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        display: none;
    }
    html {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

img {
    max-width: 100%;
    height: auto;
}

hr {
    color: rgb(118 118 118);
    border: 1px solid;
}

.-border-radius-10 {
    border-radius: 10px;
}
.-border-radius-15 {
    border-radius: 15px;
}
.-border-radius-20 {
    border-radius: 20px;
}

.-text-green {
    color: #0ce343 !important;
}
.-fs-12 {
    font-size: 12px !important;
}
.fa-14 {
    font-size: 14px !important;
}

/* ============= imaged =================*/

.imaged {
    height: auto;
    border-radius: 10px;
}

.imaged.w16 {
    width: 16px !important;
}

.imaged.w24 {
    width: 24px !important;
}

.imaged.w32 {
    width: 32px !important;
}

.imaged.w36 {
    width: 36px !important;
}

.imaged.w48 {
    width: 48px !important;
}

.imaged.w64 {
    width: 64px !important;
}

.imaged.w76 {
    width: 76px !important;
}

.imaged.w86 {
    width: 86px !important;
}

.imaged.w100 {
    width: 100px !important;
}

.imaged.w120 {
    width: 120px !important;
}

.imaged.w140 {
    width: 140px !important;
}

.imaged.w160 {
    width: 160px !important;
}

.imaged.w180 {
    width: 180px !important;
}

.imaged.w200 {
    width: 200px !important;
}

.imaged.img-fluid {
    width: 100%;
}

.imaged.rounded {
    border-radius: 100% !important;
}

.imaged.radius {
    border-radius: 10px !important;
}

.imaged.square {
    border-radius: 0 !important;
}

/* ============== side bar colored ============= */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #000000;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear,
    40% 0%,
    75% 84%,
    from(#4D9C41),
    to(#19911D),
    color-stop(.6,#54DE5D))
}
/* =============== side bar colored ================= */


a, a:hover, a:focus {
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}

body {
    font-family: 'Noto Sans Thai', sans-serif;
    display: block;
    position: relative;
    background: #000000;
    padding-bottom: 100px;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color:#FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body::after {
    filter: blur(2px) opacity(0.50);
    content: '';
    position: fixed;
    z-index: -3 !important;
    display: block;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    /*background-image: url("/assets/landing23/images/bodybackground.png");*/
    background-position: top center;
    background-size: 100%;
    background-repeat: repeat-x;
}

/*
@media(max-width: 768px) {
    body {
        padding-bottom: 100px;
    }
}
 */

*, :after, :before {
    box-sizing: border-box;
}
::-webkit-scrollbar {
    /*display: none;*/
}

/*================== home ====================*/
@media (min-width:768px) {
    #page-content {
        margin-left: 15%
    }
}

@media (min-width:2440px) {
    #page-content {
        margin-left: 10%
    }
}

/* ================ tab-content ================= */
.tab-content {
    width: 100% !important;
}
.menu-item {
    margin-top: 10px;
    width: 100% !important;
}
.menu-game-list {
    display: block;
}
.menu-game-list a:hover{
    color: #5cb730;
}
.menu-game-list img,
.-video-border {
    width: 100%;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    border-radius: 10px;
}
.menu-game-list img:hover {
    animation: pulse 2s ease-in-out infinite;
}
.menu-game-list video {
    width: 100%;   
}
.menu-game-list .menu-game-list-text {
    text-align: center;
}

.-content {
    font-size: 16px;
    .-content-header {
        font-size: 20px;
        font-weight: 600 !important;
    }
}

@media (max-width: 768px) {
    .-content {
        font-size: 14px;
        .-content-header {
            font-size: 18px;
        }
    }
}

.-transaction-withdraw-list {
    background: rgb(40 40 40 / 50%);
    border-radius: 10px;
    padding: 20px;
    min-height: 50px;
    height: 100%;
    .-transaction-withdraw-list-money {
        background: #000000;
        padding: 5px;
        border-radius: 5px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
        align-content: center;
        color: #adadad;
    }
    .-transaction-withdraw-list-name {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-top: 10px;
    }

}

.badget {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
}
.badget img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

.-content-gamelist {
    .-content-gamelist-block-bg {
        box-shadow: inset 0 0 48px 6px rgb(25 223 156 / 25%);
        -webkit-box-shadow: inset 0 0 48px 6px rgb(25 223 156 / 25%);
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        margin-top: 80px;
        padding: 0px 10px 5px 10px;
        height: 340px;
    }

    .content-gamelist-content {
        font-size: 14px;
        text-align: left;
    }

    .content-gamelist-image {
        margin: -80px 0 0;
    }
    .content-gamelist-header {
        font-size: 1.2em;
        text-transform: uppercase;
    }
}
@media (max-width: 768px) {
    .-content-gamelist {
        .-content-gamelist-block-bg {
            height: 280px;
        }
        .content-gamelist-content {
            font-size: 12px;
            text-align: left;
        }
    }
}

.-provider-images-slider {
    height: 50px;
    width: 100px;
}

.-qa-card {
    background: linear-gradient(0deg,rgb(10 10 10 / 50%),rgb(10 10 10 / 50%));
    border: 2px solid rgb(118 118 118 / 25%);
    border-radius: 10px;
    margin: 5px 0px;
}
.-qa-card .btn-block{
    text-align: left;
    color: rgb(150 150 150)!important;
}

.-contact-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.-contact-qr {
    width: 150px;
    height: auto;
    margin-right: 10px;
}

@media(max-width: 769px) {
    .-contact-footer {
        display: flex;
        flex-direction: column;
    }
    .-contact-qr {
        width: 200px;
        height: auto;
    }
}


.-footer-capsule {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.-footer-capsule a {
    font-size: 10px;
    font-weight: 500;
    fill: #fff;
    color: #fff;
    background-color: #303030;
    border-radius: 20px 20px 20px 20px;
    padding: 5px;
    margin: 5px;
}
.-footer-copyright {
    font-size: 15px;
    color: #7a7a7a;
    text-align: center;
}

/* =================== modal ======================== */
.-modal-modify .-modal-modify-content {
    background: linear-gradient(180deg,#27323f,#181f27);
    border: none;
}
.-modal-modify .close {
    color: #FFFFFF;
}
.-modal-modify .-modal-modify-header {
    border: 0;
}
.-modal-modify .-modal-modify-body {
    padding: 0 4rem 1.5rem;
}
.-modal-modify .-modal-input {

}

.-input-group-modify {
    border-radius: 5px;
    border: 1px solid #404d61;
    color: #ececec;
    background-color: #0d1217;
}

.-input-group-modify:focus {
    background-color: #0d1217;
    border-color: #e5c69b;
    color:#FFFFFF;
}
.-modal-btn-login {
    background: radial-gradient(100% 100% at 50% 0,#f9cf95 0,#c69a5d 100%);
    border-radius: 5px;
    width: 100%;
    padding: 0.8rem 2.5rem;
    font-weight: 300;
    transition: all 0.2s ease-in-out;
}

.-modal-modify .-btn-fix-bottom {

}

@media(max-width: 769px) {
    .-modal-dialog-modify {
        min-width: 100% !important;
        margin: 0;
    }
    .-modal-modify .-modal-modify-content {
        height: unset;
        margin-top: auto;
        width: 100%;
        padding-bottom: 60px;
    }
    .-modal-modify .-modal-modify-body {
        padding: 0 10px;
    }
    .-modal-modify .-btn-fix-bottom {
        border-radius: 0;
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
    }

}