

html .heading-dark, html .lnk-dark, html .text-color-dark {
    color: rgb(20, 60, 110) !important;
}

.livehtml a.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}


.yellowbtn {
    background-color: #F7961D;
    border-color: #F7961D;
    margin-top: 10px !important;
    padding: 12px 25px !important;
    color: #ffffff !important;
}

.bluebtn {
    background-color: #143c6e;
    border-color: #143c6e;
    margin-top: 10px !important;
    padding: 12px 25px !important;
    color: #ffffff !important;
}

a.bluebtn:hover, a.bluebtn:active {
    border-radius: 10px;
    background-color: #727272;
    transition: 0.3;
}

#max {
    width: 1100px;
    height: 300px;
    align-items: center;
    margin: 5% auto;
    margin-top: 0%;
}

.re {
    position: relative;
    height: 250px;
}

    .re ul {
        list-style-type: none;
    }

        .re ul > li {
            width: 1100px;
            height: 300px;
            position: absolute;
            transition: 1s;
            opacity: 0;
        }


#max ol {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,14px);
    grid-template-rows: auto;
    grid-gap: 1em;
    gap: 1em;
    float: right;
    margin-top: 210px;
    list-style: none;
    top: 0;
    left: -500px;
}

    #max ol li {
        width: 10px;
        height: 10px;
        font-size: 15px;
        line-height: 20px;
        float: left;
        text-align: center;
        border-radius: 2em;
        
        background-color:#d6d6d6
    }

:root .popup{
    background-color: rgba(0,0,0,.5);
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1005;
}

    .popup video {
        z-index: 1006;
        margin: 0 auto;
        float: none;
        width: 900px;
        border-radius: 0;
        position: fixed;
        left: 50%;
        margin-left: -450px;
        top: 50%;
        margin-top: -253px;
        position: relative;
        z-index: 2;
        text-align: left;
        background-color: #ebeff0;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
    }


.close {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 460px;
    margin-top: -260px;
}

    .close img {
        width: 100%;
        height: auto;
        display: block;
        border: none;
    }
