@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&display=swap');
body {
    background: url(../../assets/img/bg.jpeg) no-repeat center center fixed, rgb(0, 0, 0);
    background-attachment: fixed;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: Kanit, sans-serif;
    opacity: 1;
    width: 100%;
    height: 100%;
    color: #daa520;
    /* filter: gray saturate(0%) brightness(70%) contrast(1000%); */
    background-color: #2a2a2a;
    /* background-color: rgba(254, 245, 212); */
    font-family: 'Kanit';
    font-weight: 300;
    color: #000000;
}

body:after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: -1;
    background: url("../../assets/img/bg.jpeg") center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #daa520;
}

.top_bar {
    display: block;
    width: 700px;
    height: 60px;
    background: #000000;
    top: 0;
    padding-top: 20px;
    position: fixed;
    z-index: 999;
}

@media (max-width:1000px) {
    .top_bar {
        display: block;
        width: 100%;
        height: 60px;
        background: #000000;
        top: 0;
        padding-top: 20px;
        position: fixed;
        z-index: 999;
    }
}

.container_head {
    display: block;
    margin: auto;
    text-align: center;
    width: 700px;
    /* width: 576px; */
    background: #2a2a2a;
    padding: 0;
}

@media (max-width:1000px) {
    .container_head {
        display: block;
        width: 100%;
        background: #2a2a2a;
        margin: auto;
        left: 0;
        top: 0;
    }
}

.container {
    display: block;
    margin: auto;
    text-align: center;
    width: 700px;
    /* width: 576px; */
    background: #2a2a2a;
    padding: 15px;
}

@media (max-width:1000px) {
    .container {
        display: block;
        width: 100%;
        background: #2a2a2a;
        margin: auto;
        left: 0;
        top: 0;
    }
}

.card_match_play {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 10px 0px 20px 0px;
    background: #ffffff;
    border-radius: 0px 0px 10px 10px;
    margin-top: -5px;
    margin-bottom: 10px;
}


.card_match {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 12px 0px 12px 0px;
    background: #ffffff;
    border-radius: 10px 10px 10px 10px;
    color: #000000;
}

.card_match .star_icon {
    right: 0;
    text-align: right;
    margin-right: -10px;
    margin-top: -15px;
}


.card_match:active {
    background: #c9c9c9;
}

a:link {
    text-decoration: none;
    color: #000000;
}

a:visited {
    color: #414141;
}

.label_live {
    display: inline-block;
    width: 55px;
    height: 25px;
    background: rgb(188, 160, 113);
    background: linear-gradient(0deg, rgba(188, 160, 113, 1) 0%, rgba(224, 208, 159, 1) 100%);
    color: #2a2a2a;
    border-radius: 5px;
    padding-top: 1px;
}


/* jw player */
.jw-flag-fullscreen .jw-logo {
    background-image: url('https://www.ufa77.fun/logo_player/logo-ufa77-tv.png') !important;
    background-size: 250px;
    background-position: cover;
    width: 250px !important;
    height: 140px !important;
    margin-top: 10px;
    margin-right: 10px;
}

.jw-flag-live .jw-logo {
    background-image: url('https://www.ufa77.fun/logo_player/logo-ufa77-tv.png') !important;
    background-size: 80px;
    background-position: cover;
    width: 80px !important;
    height: 35px !important;
    margin-top: 3px;
    margin-right: 3px;
}

@media (max-width:1000px) {
    .jw-flag-fullscreen .jw-logo {
        background-image: url('https://www.ufa77.fun/logo_player/logo-ufa77-tv.png') !important;
        background-size: 250px;
        background-position: cover;
        width: 80px !important;
        height: 35px !important;
    }
    /* small player */
    .jw-flag-live .jw-logo {
        background-image: url('https://www.ufa77.fun/logo_player/logo-ufa77-tv.png') !important;
        background-size: 80px;
        background-position: cover;
        width: 80px !important;
        height: 35px !important;
    }
}

.icon_right {
    display: inline-block;
    float: right;
    margin-top: -3px;
    margin-right: 8px;
}

.label_live_top {
    display: inline-block;
    width: 55px;
    height: 25px;
    background: rgb(188, 160, 113);
    background: linear-gradient(0deg, rgba(188, 160, 113, 1) 0%, rgba(224, 208, 159, 1) 100%);
    color: #0e0e0e;
    font-size: 13px;
    border-radius: 3px;
    font-family: 'Kanit', sans-serif;
    margin-top: -20px;
    text-align: center;
    padding-top: 3px;
    margin-right: 2px;
    cursor: pointer;
    text-decoration: none;
}

.label_live_top_b {
    display: inline-block;
    width: 68px;
    height: 25px;
    background: rgb(188, 160, 113);
    background: linear-gradient(0deg, rgba(188, 160, 113, 1) 0%, rgba(224, 208, 159, 1) 100%);
    color: #0e0e0e;
    font-size: 13px;
    border-radius: 3px;
    font-family: 'Kanit', sans-serif;
    margin-top: -20px;
    text-align: center;
    padding-top: 3px;
    margin-left: 2px;
    cursor: pointer;
    text-decoration: none;
}

.cicle_ {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    background: #ffffff;
    position: absolute;
    margin-top: 11px;
}



.ch_active:active {
    width: 97%;
    margin: auto;
    text-align: center;
}

.container_footer {
    display: block;
    margin: auto;
    text-align: center;
    width: 576px;
    padding: 0;
    bottom: 0;
}

.footer {
    display: block;
    width: 100%;
    height: 40px;
    background: #000000;
    bottom: 0;
    left: 0;
    text-align: center;
    padding-top: 8px;
    color: #ffffff;
    margin-top: 10px;
}

.btn_more {
    display: block;
    width: 100%;
    height: 40px;
    background: rgb(188, 160, 113);
    background: linear-gradient(0deg, rgba(188, 160, 113, 1) 0%, rgba(224, 208, 159, 1) 100%);
    font-family: kanit;
    color: #000000;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    padding-top: 8px;
    transition: all 0.1s ease;
    border-radius: 3px;
}

.b_up_slide {
    display: inline-block;
    float: right;
    margin-top: -73px;
    margin-right: 86px;
    background: #bbbbbb;
}

.up_slide {
    width: 85px;
    position: absolute;
}

.up_slide:active {
    width: 60px;
}

.btn_ch_0 {
    display: inline-block;
    width: 78px;
    height: 25px;
    background: #2a2a2a;
    color: #ffffff;
    font-size: 13px;
    border-radius: 3px;
    font-family: 'Kanit', sans-serif;
    margin-top: -15px;
    margin-left: 3px;
    text-align: center;
    padding-top: 3px;
    margin-right: 1px;
    cursor: pointer;
    text-decoration: none;
}

.btn_ch_0:hover {
    background: #1D2124;
    text-decoration: none;
}

.btn_reload {
    display: inline-block;
    width: 250px;
    height: 25px;
    background: red;
    color: #ffffff;
    font-size: 13px;
    border-radius: 3px;
    font-family: 'Kanit', sans-serif;
    margin-top: 0px;
    margin-bottom: 4px;
    margin-left: 3px;
    text-align: center;
    padding-top: 3px;
    margin-right: 1px;
    cursor: pointer;
    text-decoration: none;
}

.btn_reload:hover {
    background: rgb(169, 0, 0);
    text-decoration: none;
}

.label_bet {
    width: 100%;
    background: #f36f21;
    filter: brightness(116%) contrast(132%) saturate(200%);
    color: #243332;
    padding: 7px 0px 7px 0px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
}

.label_bet:hover {
    background: #df651f;
}

.label_bet:active {
    background: #c55616;
}

/* footer */
@media (max-width: 600px) {
    .b_footer_m {
        margin: auto;
        display: block;
        width: 100%;
        height: 75px;
        position: fixed;
        bottom: 0;
    }
}

@media (min-width: 600px) {
    .b_footer_m {
        margin: auto;
        display: block;
        width: 700px;
        height: 75px;
        position: fixed;
        bottom: 0;
    }
}

.footer_mm {
    width: 25%;
    height: 75px;
    background: #000000;
    border-right: 1px solid #ffffff15;
    text-align: center;
    padding-top: 6px;
    float: left;
}

.text_footer_m {
    color: #d7c384;
    font-size: 16px;
    font-weight: 500;
    margin-top: -5px;
}

.text_footer_line {
    color: #00b900;
    font-size: 16px;
    font-weight: 500;
    margin-top: -3px;
}

.icon_footer_m {
    color: #d7c384;
    font-size: 25px;
}

.icon_footer_line {
    color: #00b900;
    font-size: 25px;
}


.l_h {
    width: 100%;
    height: 65px;
    /* height: 120px; */
}


/* popup */
.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.541);

  }

.bg_popup {
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.541);
}

.modal-popup{
    background: transparent;
    border: none;
  }

.btn_close {
    left: 0;
    bottom: 20px;
    position: absolute;
    background: none;
    border: none;
    outline: none;
}

.btn_blank_regis {
    background: none;
    border: none;
    outline: none;
}

.blank_regis_top {
    position: absolute;
    width: 210px;
    height: 120px;
    background: none;
    margin-top: 5px;
}

.blank_regis_bottom {
    position: absolute;
    width: 200px;
    height:60px;
    background: none;
    margin-top: -70px;
    margin-left: 90px;
}


.more_ch {
    position: fixed;
    bottom: 0;
    width: 150px;
    margin-left: 50px;
    z-index: 999;
    float: right;
}

@media (min-width:1000px) {
    .more_ch {
        position: fixed;
        bottom: 0;
        width: 150px;
        margin-left: 200px;
        z-index: 999;
        float: right;
    }
}

.footer_m {
    display: block;
    width: 700px;
    height: 75px;
    /*background: #000000;*/
    bottom: 0;
    position: fixed;
    z-index: 999;
}

.footer_menu_m {
    width: 25%;
    height: 75px;
    float: left;
    color:#d7c384;
    border-right: 1px solid #ffffff1b;
    background-color: #000000;
}

.footer_menu_m_end {
    width: 25%;
    height: 75px;
    float: left;
    color:#d7c384;
    background-color: #000000;
}

.icon_footer_menu_m {
    margin-top: 8px;
    font-size: 25px;
}

.text_footer_menu_m {
    margin-top: -7px;
    font-size: 16px;
    font-family: 'Tahoma', sans-serif;
    font-weight: 600;
}

@media (max-width:1000px) {
    .footer_m {
        display: block;
        width: 100%;
        height: 75px;
        background: #000000;
        bottom: 0;
        position: fixed;
        z-index: 999;
    }
}