
[data-download] a{cursor: not-allowed;}
#url.url_active{padding-left:10px;}
.video_downloader{line-height: normal;}
.video_downloader img{
	width: 380px;
    height: 188px;
}
#rating-box{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
#fvideo_link{
    border-radius: inherit;
    background: #1e70b9;
    border-color: #1e70b9;
    margin-top: 9px;
    padding: 8px;
}
#videos_preview{position:relative}
#download_status{
    position: absolute;
    top: 0;
    z-index: 55;
    width: 100%;
    height: 100%;
    background: #3120207a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #110a0a7a;
}
#download_status #down_statusbar { 
    color: white; 
    font-weight: bold;
}
#video_url_wrapper{ position: relative}
#video_url_wrapper input{padding-left:3rem}
#down_icon {
    position: absolute;
    left: 6px;
    top: 9px;
}
#slider_wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}
.downBtn-wrapper{
    background: #EBEEF2;
    padding: 6px;
    display: flex;
    align-items: center;
    list-style: none;
    color: black !important;
    box-sizing: border-box;
    height: 35px;
    min-width: 190px;
    font-weight: 700;
}
.downBtn-wrapper img{width:25px}
.active_dwnloder{border: 1px solid red}
#slider_wrapper a:hover,a:active,a:visited{text-decoration: none}
.fn_scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: transparent;
}
.fn_scrollbar::-webkit-scrollbar-thumb {
    border-radius: 11px;
    background-color: #767676;
}
.fn_scrollbar::-webkit-scrollbar-track {
    border-radius: 11px;
    background-color: #E3E7ED;
}
.actions_button{
    position: absolute;
    top: 1px;
    right: 2px;
    height: 95%;
    display: none;
    align-items: center;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.actions_button .cross_icon{
    font-size: 20px;
    cursor: pointer;
}
#dwn_btn{
    display: none;
    background-color: #1e70b9;
    color: #fff;
    font-weight: 700;
    padding: 6px 7px;
    cursor: pointer;
    margin-left: 12px;
}
.on_res.actions_button{display:flex;}

#download_method h2, #download_method h3 {
    font-size: 16px;
    margin: 0;
    line-height: 25px;
    font-weight: 600;
}
#download_method h2 {
    font-weight: 700;
}
#download_method h3 .form-check-label,
#download_method h3 .form-check-input{cursor:pointer}
#accordion_content table{max-width: 500px;}
@media only screen and (max-width:1366px){
    .downBtn-wrapper{font-size:13px}
    #video_url_wrapper input{
        padding-left:3rem;
        height:35px !important
    }
    #dwn_btn{padding:0px 7px !important}
    #down_icon{
        padding: 0px 0px !important;
        width: 30px;
        top: 5px;
    }
}
@media only screen and (max-width:767px){
    a.tool_btn {
        width: 272px;
        max-width: 100%;
        text-align: center;
        display: block !important;
        margin: 0 auto;
        line-height: normal;
        padding-top: 13px !important;
    }
    .video_downloader img{width:100% !important}
    .input_section{min-height:200px}
    .downBtn-wrapper{
        min-width:100px;
        padding:6px;
        text-align:left;
        line-height:16px;
        font-weight:600;
        padding-right:0px;
    }
}
@media only screen and (max-width:450px) {
    #down_icon{display:none !important}
    #video_url_wrapper input{
        padding-left: 10px !important;
        min-width: 100% !important
    }
    #rating_stars_widget .rating_icon{
        width: 10px;
        height: 10px;
        background-size: contain
    }
    #rating_stars_widget{font-size:12px}
    #rating-box{
        right: 5px !important;
        bottom: 5px !important
    }
    .tool_sub_heading{font-size:13px}
    .rating_no{
        min-width: 25px;
        height: 24px;
        font-size: 12px
    }
    #video_url_wrapper{
        display: block !important;
        text-align: center
    }
}