.active_liked {

}

.disabled_liked {
    color: #ccc !important;
}

#head {
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    overflow: hidden;
    background: #f9f9f9 !important;

}

#head.fixed {
    position: fixed;
}

.liked-box-view {

}

.flag-report {
    color: #333d53;
    text-decoration: none !important;
}

.dark-mode-icon {
    color: white;
}


#videoBoxAds {


    position: absolute;

    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    color: white;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#videoBoxAdsContentV {
    width: 70%;
    height: 80%;
}

#videoBoxAdsContent {
    height: 70%;
    background: rgba(10, 14, 20, 0.8);
    border-radius: 5px;
}

.videoBoxAdsContentTitle {
    padding-left: 20px;
    padding-top: 5px;
}

.videoBoxAdsContentView {
    height: 100%;
}

.videoBoxAdsContentClose {
    color: white !important;
    font-size: 18px;
}

#videoBoxAdsContentPV {
    text-align: center;
    margin-top: 30px;
}

#videoBoxAdsContentPV a {
    color: white !important;
    text-decoration: none !important;
    background: #2b2b2b;
    border-radius: 10px;
    padding: 10px;
}


#hottestBurn {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
}

#hottestBurn a {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #f46b45; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #eea849, #f46b45); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #eea849, #f46b45); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    line-height: 50px;
    text-align: center;
    border-radius: 7px;
    color: white;
    text-decoration: none;
    font-size: 22px;
}

#hottestBurn a i {
    margin-right: 20px;
    font-size: 24px;
}

.HottestBtnDisabled {
    background: #cccccc !important;
    pointer-events: none;
}


