@font-face {

    font-family: 'Krasar-regular';

    font-style: normal;

    font-weight: 400;

    src: url(/file/Krasar-regular.TTF) format('woff');

}

html,body{
    background-color: #1b191a;
    font-family: 'Krasar-regular';
    color: white;
}

.logo-show{
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.section{
    min-height: 100vh !important;
    background: radial-gradient(100% 100% at 50% 0, #383116 0, #d7c66914 44%, #383116 100%) !important;
    padding: 10px;
    border: solid 1px #d7be69;
    border-radius: 12px;

}
.text-red{
    color: #f34141;
}
.text-blue{
    color: #1e81f1;
}
/* lang */

    a{

        text-decoration: none;

    }

    .lang-wrapper {

        color: #fff;

        width: auto;

        font-size: 15px;

        border-radius: 20px;

    }

    .lang-nav {

        display: inline;

    }

    

    .lang-nav ul {

        margin: 0;

        padding: 0;

        list-style: none;

        position: relative;

        display: inline-block;

    }

    

    .lang-nav li {

        cursor: pointer;

    }

    .lang-nav li ul {

        display: none;

    }

    .language.show .lang-nav li ul {

        position: absolute;

        top: 38px;

        right: 0px;

        display: block;

        background-color: #1b191a;

        width: 14rem;

        padding-top: 0px;

        z-index: 2;

        border-radius: 5px;

        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);

    }

    .lang-nav .list{
        margin-top: -10px;
        padding: .25rem;

    }

    .lang-nav .list li:hover {

        background-color:#d7be69;

        border-radius: .375rem;

    }

    

    .lang-nav li ul li {

        position: relative;

        text-align: left;

        background: transparent;

        padding: 8px;

        z-index: 2;

        font-size: 14px;

        color: #999;

    }

    

    .lang-nav li ul li span {

        padding: 0 5px 0 0;

    }

    

    .lang-nav li ul li span:hover,

    .lang-nav li ul li span.active {

        color: #fff;

    }

    

    .lang-nav a span {

        color: #fff !important;

    }

    

    .sl-flag {

        display: inline-block;

    }

    .btn-login {

        /* width: 100px; */
        width: 45px;

    }

    .btn-lang {

        width: 50px;

        

    }

    .h-5 {

        height: 1.25rem;

    }

/* end lang */




/* header */

  .header-block.sticky{
        position: fixed;
        z-index: 99;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        height: 60px;
        left: 0;
        right: 0;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        transition: all .3s;
        background: #1b191a;
        box-shadow: 0px 0px 15px #d7be69;
    }


    .navbarstk {

        position: fixed;

        z-index: 99;

        width: 100%;

        max-width: 1300px;

        margin: 0 auto;

        /* height: 60px; */
        height: 70px;

        left: 0;

        right: 0;

        border-bottom-right-radius: 15px;

        border-bottom-left-radius: 15px;

        transition: all .3s;

    }

/* header */

    .content{

        padding-top: 70px;

    }

    html[lang|="kh"] .game-title {
        font-size: 24px;
        z-index: 10;
    }
    html[lang|="en"] .game-title {
        font-size: 24px;
        font-weight: bold !important;
        z-index: 10;

    }

    .game-title img{

        width: 40px;

        margin-right: 5px;
        border-radius: 50%;

    }

    /* model footer */

    #account-actions-mobile {

        position: fixed;

        left: 0;

        bottom: 0;

        z-index: 11;

        width: 100%;

        display: none;

    }



    #account-actions-mobile .-outer-wrapper {

        display: flex;

        align-items: flex-end;

    }



    #account-actions-mobile .-left-wrapper {

        border-top-left-radius: 10px;

        border-top-right-radius: 22px;

    }



    #account-actions-mobile .-center-wrapper {

        position: relative;

        display: flex;

        flex-direction: column;

        justify-content: flex-end;

        align-items: center;

        z-index: 2;

        width: 74px;

        height: 74px;

        margin: 0 8px 16px;

        padding-bottom: 8px;

        color: #fff;

        /* background: linear-gradient(182deg, #0d0c0d, #3a4460), center center; */

        background: #3a4460;

        border-radius: 50%;

    }



    #account-actions-mobile .-center-wrapper .-selected {

        transition: all .4s;

        background-size: 450px;

        background-repeat: no-repeat;

        height: 100%;

        width: 100%;

        background-position: 0 0;

        border-radius: 50%;

    }



    #account-actions-mobile .-center-wrapper .-selected,

    #account-actions-mobile .-center-wrapper .-selecting {

        display: flex;

        flex-direction: column;

        justify-content: flex-end;

        align-items: center;

        text-align: center;

    }



    .-selected h2 {

        position: absolute;

        font-size: 13px;

        bottom: -4px;

        font-weight: 300;

    }





    .-selected img {

        width: 74px !important;

        max-width: 74px !important;

        height: auto;

        position: absolute;

        top: 50%;

        left: 50%;

        transform: translate(-50%, -50%);

        border-radius: 50%;

        box-shadow: 0 0 10px #c3752a;

        border: solid 1px #c3752a;

    }

    .-selected img:hover {

        box-shadow: 0 0 10px #c3752a;

        border: solid 1px #c3752a;

    }



    #account-actions-mobile .-fake-center-bg-wrapper {

        position: absolute;

        left: 0;

        bottom: 0;

        z-index: 1;

        width: 100%;

        height: 50px;

        overflow: hidden;

    }



    #account-actions-mobile .-fake-center-bg-wrapper svg {

        position: absolute;

        left: 50%;

        bottom: 0;

        height: 108px;

        transform: translateX(-50%);

    }



    #account-actions-mobile .-fake-center-bg-wrapper svg path {

        fill: url(#rectangleGradient);

    }



    #account-actions-mobile .-right-wrapper {

        border-top-right-radius: 10px;

        border-top-left-radius: 22px;

    }



    #account-actions-mobile .-left-wrapper,

    #account-actions-mobile .-right-wrapper {

        /* display: inline-grid; */
        display: flex;

        align-items: end;

        flex: 1;

        z-index: 2;

        height: 70px;

        padding-bottom: 6px;

        background: #3a4460;

        /* background: linear-gradient(182deg, #3a4460, #0d0c0d), center center; */

        border-top: 3px solid #c3752a;

        cursor: pointer;

    }

    #account-actions-mobile .-item-wrapper {

        width: 100%;

        display: flex;

        flex-direction: column;

        align-items: center;

        justify-content: flex-end;

        color: #fff;

        position: relative;

    }

    #account-actions-mobile .-item-wrapper .-textfooter {

        font-size: .875rem;

        color: #ffffff;

        transition: color .2s;

        position: absolute;

        bottom: 0;

        left: 50%;

        transform: translateX(-50%);

        white-space: nowrap;

        margin: 0 auto;

        margin-top: .25rem;

    }



    html[lang|="en"] .-textfooter a{
        color: white;
        font-family: 'Krasar-regular';
        font-weight: bold !important;
    }
    html[lang|="kh"] .-textfooter a{
        color: white;
        font-family: 'Krasar-regular';
    }

    #account-actions-mobile .-left-wrapper:hover .-textfooter a,

    #account-actions-mobile .-right-wrapper:hover .-textfooter a{

        color: #c3752a;

    }
/* 
    .-item-wrapper.active a img{
        box-shadow: 0 0 15px #c3752a;
        border: solid 1px #c3752a;
    } */
    .-item-wrapper.active .-ic-img{
        padding-left: 0.1px;
    box-shadow: 0 0 10px #c3752a;
    border: solid 1px #c3752a;
    border-radius: 50%;
    }
    .-ic-img{
        margin-bottom: 6px;
    }
    .-ic-img img {

        width: 40px;
        height: 40px;
 
        border-radius: 50%;

    }
    .x-button-actions .active a{
        color: #c3752a;
    }

    /* end mobile footer */

    .elementor img {

        height: auto;

        max-width: 100%;

        border: none;

        border-radius: 0;

        box-shadow: none;

    }

    .container-lg{

        max-width: 100%;

    }

    /* coin  animation*/
    .game-show.last-4{
        display: none;
    }
    .card-page-block{
        /* background-color: #1b191a; */
        border-radius: 10px;
    }
    .text-sb24{
        padding-left: 5px;
        font-size: 24px;
        font-weight: bold !important;
        padding-bottom: 10px;
        color: white;
    }
    .block-slip{
        margin-top: 15px;
        border: 1px solid #d7be69;
    }

    .bet-time{
        font-size: 0.8rem;
    }
    .border-tv{
        border-top: 1px solid #d7be69;
        border-bottom: 1px solid #d7be69;
    }
    .border-tv:hover{
        box-shadow: 0px 0px 15px #d7be69;
    }
    .row-number{
        border-top: 1px solid #d7be69;
        border-bottom: 1px solid #d7be69;
    }
    .odds-text{
        font-size: 1.7rem;
        font-weight: bold !important;
    }
    .bet-info{
        font-size: 1.7rem;
    }
    .bet-report{
        border: 1px solid #d7be69;
    }
    .block-slip{
        background: #1b191a;
    }
    .header-slip{
        font-size: 1.8rem;
    }

/*     
@media  screen and (max-width: 1200px) {
    .category-title {
        font-size: 1.2rem !important;
    }
    .team-name{
        font-size: 1rem !important;
    }
    .row-number{
        font-size: 1rem !important;
    }
    .game-title {
        font-size: 20px !important;
    }
    .team-logo {
        width: 50px !important;
    }
    .match-time {
        font-size: 1.2rem !important;
    }
    .logo-category {
        width: 45px !important;
        height: 45px !important;
    }
    .grid-main-page h2 {
        font-size: 1.5rem !important;
    }
    .input-group-text, .input-amount {
        font-size: 0.8rem !important;
    }
    .btn-place-bet {
        font-size: 0.8rem !important;
    }
    .match-list {
        margin-top: 10px !important;
    }
}

@media  screen and (max-width: 900px) {
    .bet-time{
        font-size: 7px;
    }
    .list-slip{
        margin-top: 15px;
    }
    .team {
        padding: 2px !important;
    }
    .category-title {
        font-size: 1rem !important;
    }
    .team-name{
        font-size: 0.8rem !important;
    }
    .row-number{
        font-size: 0.6rem !important;
    }
    .game-title {
        font-size: 20px !important;
    }
    .team-logo {
        width: 40px !important;
    }
    .match-time {
        font-size: 0.8rem !important;
    }
    .logo-category {
        width: 35px !important;
        height: 35px !important;
    }
    .logo-category svg{
        width: 15px !important;
        height: 15px !important;
    }
    .grid-main-page h2 {
        font-size: 1.5rem !important;
    }
    .input-group-text, .input-amount {
        font-size: 0.8rem !important;
    }
    .btn-place-bet {
        font-size: 0.8rem !important;
    }
    .match-list {
        margin-top: 5px !important;
    }
    .grid-main-page {
        gap: 5px !important;
    }
    .block-match-start{
        margin-top: 15px !important;
        border-radius: 12px !important;;    
    }

}

@media  screen and (max-width: 768px) {
    .block-match-start {
        padding: 5px !important;
    }
    .section {
        padding: 5px !important;
        border-radius: 5px !important;
    }
    .match-item {
        grid-template-columns: 25px 1fr 0.5fr 1fr 40px !important;
    }
   
    .list-slip{
        margin-top: 10px !important;
    }
    .block-match-start{
        margin-top: 10px !important;
        border-radius: 10px !important;;    
    }
   
    .category-title {
        font-size: 1rem !important;
    }
    .team-name{
        font-size: 0.7rem !important;
    }
    .row-number{
        font-size: 0.5rem !important;
    }
    .game-title {
        font-size: 15px !important;
    }
    .team-logo {
        width: 35px !important;
    }
   
    .match-time {
        font-size: 0.7rem !important;
    }
    .logo-category {
        width: 30px !important;
        height: 30px !important;
    }
    .logo-category svg{
        width: 15px !important;
        height: 15px !important;
    }
    .grid-main-page h2 {
        font-size: 1.2rem !important;
    }
    .input-group-text, .input-amount {
        font-size: 0.6rem !important;
    }
    .btn-place-bet {
        font-size: 0.6rem !important;
    }
    .grid-main-page {
        gap: 5px !important;
    }
    .match-card{
        padding: 10px !important;
        border-radius:10px !important;
    }
    .team {
        gap: 5px !important;
    }
}

@media  screen and (max-width: 500px) {
    .team {
        gap: 2px !important;
    }
    .list-slip {
        margin-top: -2px !important;
    }
    .block-match-start{
        margin-top: 5px !important;
        border-radius: 8px !important;;    
    }
   
    .category-title {
        font-size: 0.8rem !important;
    }
    .team-name{
        font-size: 0.4rem !important;
    }
    .row-number{
        font-size: 0.4rem !important;
    }
    .game-title {
        font-size: 15px !important;
    }
    .team-logo {
        width: 25px !important;
    }
    .match-time {
        font-size: 0.5rem !important;
    }
    .logo-category {
        width: 25px !important;
        height: 25px !important;
    }
    .logo-category svg{
        width: 15px !important;
        height: 15px !important;
    }
    .grid-main-page h2 {
        font-size: 1rem !important;
    }
    .input-group-text, .input-amount {
        font-size: 0.4rem !important;
    }
    .btn-place-bet {
        font-size: 0.5rem !important;
    }
    .grid-main-page {
        gap: 5px !important;
    }
    .match-card{
        padding: 5px !important;
        border-radius: 8px !important;
    }
}

@media screen and (max-width: 403px) {
    .logo-category {
        width: 20px !important;
        height: 20px !important;
    }
    .team-logo {
        width: 20px !important;
    }
    .row-number {
        font-size: 0.6rem !important;
    }
    .team-name {
        font-size: 0.4rem !important;
    }
   .team {
        gap: 1px !important;
    }
    .grid-main-page h2 {
        font-size: 0.7rem !important;
    }
    .category-title {
        font-size: 0.5rem !important;
    }
} */