/*  STOP BET */
.StopBet_font1 {
    font-size: 18px;
}

#StopBet_div{
    width: 100%;
    height: 100%;
    background-color: #00000087;
    z-index: 999;
    position: absolute;
}
#StopBet_content{
    width: 70%;
    position: absolute;
    background: linear-gradient(8deg, #040604 11%, #629362 100%);
    border-radius: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 10px;
}
#StopBet_top_container{
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
#StopBet_top_label_fightNumber{
    float: left;
    width: 48%;
    text-align: right;
    color: #d5f08d;
}
#StopBet_top_value_fightNumber{
    float: left;
    width: 48%;
    margin-left: 2%;
}
#StopBet_top_label_currentStatus{
    float: left;
    width: 48%;
    text-align: right;
    color: #d5f08d;
}
#StopBet_top_value_currentStatus{
    float: left;
    width: 48%;
    margin-left: 2%;
}
#StopBet_top_label_dateStarted{
    float: left;
    width: 48%;
    text-align: right;
    color: #d5f08d;
}
#StopBet_top_value_dateStarted{
    float: left;
    width: 48%;
    margin-left: 2%;
}
#StopBet_middle_container{
    float: left;
    width: 92%;
    transform: translate(2%,0%);
    background-color: white;
    outline: 3px solid black;
    color: black;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
}
#StopBet_bottom_container{
    width: 96%;
    float: left;
    margin-top: 10px;
    margin-left: 2%;
    background-color: #001900;
    padding-top: 10px;
    padding-bottom: 10px;
}
#StopBet_bottom_password_container{
    float: left;
    width: 50%;
}
#StopBet_bottom_btn_container{
    float: left;
    width: 50%;
}
#StopBet_bottom_label_password{
    float: left;
    width: 100%;
    text-align: center;
}
#StopBet_bottom_value_password{
    float: left;
    transform: translate(50%,0%);
    width: 50%;
}
#StopBet_bottom_btn_stopBet{
    text-align: center;
    cursor: pointer;
    border: 2px solid #ff9900;
    border-radius: 8px;
    line-height: 45px;
    user-select: none;
    /* background: linear-gradient(8deg, rgba(106,175,106,1) 11%, rgba(186,250,186,1) 100%); */
    background-color: #ffff99;
    width: 120px;
    height: 45px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.58), 0 4px 2px 0 rgba(0, 0, 0, 0.19);
    font-size: 20px;
    color: #010101;
    float: left;
    margin-left: 10px;
}
#StopBet_bottom_btn_close{
    text-align: center;
    cursor: pointer;
    border: 2px solid #666666;
    border-radius: 8px;
    line-height: 45px;
    user-select: none;
    /* background: linear-gradient(8deg, rgba(106,175,106,1) 11%, rgba(186,250,186,1) 100%); */
    width: 120px;
    height: 45px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.58), 0 4px 2px 0 rgba(0, 0, 0, 0.19);
    /* transform: translate(0%, -1%); */
    /* top: 50%; */
    margin-left: 10px;
    font-size: 20px;
    color: #010101;
    float: left;
    background-color: #999999;
}

/* @ MEDIA*/
@media screen and (max-width: 1200px) {
    /*#StopBet_bottom_btn_stopBet{
        width: 90px;
        line-height: 18px;
        padding-top: 10px;
    }
    #StopBet_bottom_btn_close{
        width: 90px;
        height: 55px;
        line-height: 55px;
    }
    #StopBet_content{
        height: 50%;
    }*/
}
@media screen and (max-width: 1100px) {
    #StopBet_middle_container{
        font-size: 18px;
    }
    #StopBet_bottom_btn_stopBet{
        width: 90px;
        line-height: 18px;
        padding-top: 4px;
        height: 42px;
    }
    #StopBet_bottom_btn_close{
        width: 90px;
        height: 45px;
        line-height: 45px;
    }
}
@media screen and (max-width: 750px) {
    /*#StopBet_bottom_label_password{
        margin-top: 8%;
    }*/
    #StopBet_middle_container{
        font-size: 18px;
    }
    #StopBet_content{
        width: 90%;
    }
}
@media screen and (max-width: 600px) {
    #StopBet_bottom_btn_stopBet{
        width: 70px;
        font-size: 15px;
    }
    #StopBet_bottom_btn_close{
        width: 70px;
        font-size: 15px;
    }
}
@media screen and (max-width: 500px) {
    /*#StopBet_content{
        height: 37%;
    }*/
    #StopBet_top_container{
        height: 16%;
    }
    #StopBet_middle_container{
        /*padding-top: 7%;*/
        font-size: 13px;
    }
    #StopBet_bottom_btn_stopBet{
        width: 60px;
        height: 33px;
        line-height: 14px;
        font-size: 13px;
    }
    #StopBet_bottom_btn_close{
        width: 60px;
        font-size: 13px;
        height: 33px;
        line-height: 29px;
        padding-top: 3px;
        transform: translate(10%, 0%);
    }
    .StopBet_font1 {
        font-size: 13px;
    }
    #StopBet_top_container{
        float: left;
        width: 100%;
        height: 13%;
        padding-top: 2%;
    }
    #StopBet_bottom_value_password{
        transform: translate(19%,0%);
        width: 70%;
    }
    #StopBet_bottom_label_password{
        /*margin-top: 4%;*/
        font-size: 13px;
    }
}

@media screen and (max-width: 360px) {
    #StopBet_bottom_value_password{
        height: 9px;
    }
    #StopBet_bottom_btn_close{
        width: 45px;
        height: 25px;
        font-size: 10px;
        line-height: 21px;
    }
    #StopBet_bottom_btn_stopBet{
        width: 45px;
        height: 25px;
        font-size: 10px;
        line-height: 11px;
    }
}

/*HEIGHT*/
@media screen and (max-height: 500px) {
    #StopBet_top_container{
        height: 16%;
    }
    #StopBet_middle_container{
        /*padding-top: 7%;*/
        font-size: 16px;
    }
    #StopBet_bottom_btn_stopBet{
        width: 60px;
        font-size: 14px;
        height: 32px;
        line-height: 15px;
        padding-top: 3px;
    }
    #StopBet_bottom_btn_close{
        width: 60px;
        font-size: 14px;
        height: 32px;
        line-height: 28px;
        padding-top: 3px;
        transform: translate(10%, 0%);
    }
    .StopBet_font1 {
        font-size: 16px;
    }
    #StopBet_top_container{
        float: left;
        width: 100%;
        height: 13%;
        padding-top: 2%;
    }
    #StopBet_bottom_value_password{
        transform: translate(35%,0%);
        width: 60%;
    }
    #StopBet_bottom_label_password{
        /*margin-top: 4%;*/
        font-size: 16px;
    }
    #StopBet_bottom_value_password{
        transform: translate(32%,0%);
    }
}
@media screen and (max-height: 370px) {
    #StopBet_middle_container{
        font-size: 12px;
    }
    .StopBet_font1 {
        font-size: 12px;
    }
    #StopBet_bottom_label_password{
        font-size: 12px;
    }
    #StopBet_bottom_btn_close{
        font-size: 13px;
    }
    #StopBet_bottom_btn_stopBet{
        font-size: 13px;
    }
    #StopBet_bottom_value_password{
        height: 12px;
    }
}

@media screen and (max-width: 380px) and (orientation: portrait) {
    #StopBet_bottom_password_container{
        position: absolute;
        width: 250px;
    }
    #StopBet_bottom_label_password{
        width: 45%;
        text-align: right;
        margin-right: 1%;
        margin-top: 2px;
    }
    #StopBet_bottom_value_password{
        width: 130px;
        transform: translate(0%,0%);
        height: 12px;
    }
    #StopBet_bottom_btn_container{
        float: right;
        padding-top: 25px;
        margin-right: 10px;
    }
    #StopBet_bottom_btn_close{
        float: right;
        margin-left: 0px;
    }
    #StopBet_bottom_btn_stopBet{
        float: right;
    }
}

@media screen and (max-width: 380px) and (max-height: 500px) and (orientation: portrait) {
    #StopBet_bottom_label_password {
        font-size: 11px;
    }
}