@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/* font-family: 'Roboto', sans-serif; */


body {
    background: #f4f4f4;
}

html,
body {
    height: 100%;
    margin: 0;
}

.full-height {
    height: 100%;
    background: yellow;
}

img {
    width: 100%;
}

.left-right-pad-offset {
    padding-left: 0px;
    padding-right: 0px;
}

.top-bottom-pad-offset {
    padding-left: 0px;
    padding-right: 0px;
}


/* BUTTONS STYLE */


.maincta-btn {
    padding: 8px 12px;
    background: #f65151;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    min-width: 150px;
}

.defaultcta-btn{
    background-color: #a8a8a8;
    padding: 8px 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    min-width: 150px;
}

.maincta-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #333;
}


/* ======================================== 
            HEADER CSS STARTS 
======================================== */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

/* .sticky + .content {
 padding-top: 102px;
} */

#tiv-header {
    background: #fff;
    padding: 10px 20px;
    z-index: 5;
    box-shadow: 4px 1px 4px #ccc;
}

.headerdetails {
    font-family: 'Roboto', sans-serif;
    float: right;
}

.headerdetails p {
    color: #eee;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 28px;
    margin: 0px;
    padding: 9px 0px 0px;
    font-weight: 400;
    float: left;
}

.headerdetails span {
    color: #fff;
    display: inline-block;
    text-align: right;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
}

.headerdetails span b {
    color: yellow;
    margin-right: 5px;
}

img.tivid-logo {
    /* width: 155px;
    margin: 0px 0px 0px 20px; */
    width: 135px;
    padding: 4px 4px;
    /* margin: 0 10px; */
}

.userdetails {
    padding: 0px 0px 3px 30px;
    float: right;
    margin-left: 0;
}

.userdetails p {
    color: #eee;
    text-align: right;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 18px;
    margin: 0px;
    font-weight: 600;
    float: left;
    padding: 5px 0px 0px;
}

.userdetails span {
    color: #fff;
    display: block;
    text-align: right;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.username {
    float: left;
}

.userProfile {

    /* overflow: hidden; */
    float: left;
    margin: 4px 0px 0px 0px;
    width: 37px;
    height: 37px;    /* border-radius: 50%;
        border: 1px solid #fff; */
}

.userProfile img {
    width: 100%;
    border-radius: 50%;
}

/* DROPDOWN STYLE */
.userImg {
    margin: 0;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 0px;
}

.userImg:after {
    font-family: 'FontAwesome';
    line-height: 16px;
    color: #000;
    content: "\f0d7";
    position: absolute;
    top: 21px;
    right: -7px;
    background: #f0f0f0;
    padding: 0px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    font-size: 13px;
    border: none;
}

.dropdown-menu {
    position: absolute;
    top: 120%;
    right: 0px;
    left: auto;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu::after {
    content: '';
    position: absolute;
    top: 0;
    right: 7px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
    margin-top: -7px;
}

.dropdown-menu li a:focus,
.dropdown-menu li a:hover {
    color: #333;
    text-decoration: none;
    background-color: #eee;
    outline: none;
}

.dropdown.show:focus,
button#dropdownMenu1:focus {
    outline: none;
}

.dropdown-menu li.mob-userdetails {
    display: none;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

/* ======================================== 
            SEARCH BAR CSS STARTS 
======================================== */
.searchbar {
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
}

.searchinput {
    padding: 17px 30px;
    width: 100% !important;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 60px 0px 0px 60px;
    box-shadow: none;
}

.searchbar .form-group {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 88%;
}

input.searchinput:focus {
    outline: none;
    border: 1px solid #ccc;
}

.btn-search {
    padding: 6px 12px;
    width: 12%;
    background: #f0f0f0;
    border-radius: 0px 60px 60px 0px;
    border: 1px solid #ccc;
}

/* .notifys {
    display: inline-block;
    font-size: 25px;
    margin: 8px 60px 0px;
    float: left;
}
.notifys span {
    color: #fff;
    background: #ed1c24;
    padding: 2px 6px;
    position: absolute;
    min-width: 10px;
    height: 20px;
    border-radius: 25px;
    font-weight: 400;
    font-size: 13px;
    top: 4px;
} */

/* UPLOAD BTN */
.uploadCta {
    float: left;
    margin-right: 40px;
}

.btn-upload {
    font-family: 'Roboto', sans-serif;
    float: left;
    padding: 0px;
    margin: 2px 0 0px;
    width: 150px;
    background: #f65151;
    line-height: 35px;
    color: #fff;
    border-radius: 50px;
    border: none;
    cursor: pointer;
}

.btn-upload span {
    font-size: 15px;
    color: #fff;
    text-align: center;
    position: relative;
    top: 3px;
    left: -5px;
}

.btn-upload .fa-arrow-alt-circle-up {
    color: #fff;
    background: #0000001f;
    padding: 10px 12px;
    float: left;
    border-radius: 50px 0px 0px 50px;
    font-size: 20px;
}

.btn-upload:hover {
    color: #fff;
    background: #333;
    text-decoration: none;
}

.btn-upload:focus {
    outline: none;
}

.fa-upload:hover {
    color: #fff;
    padding: 10px 15px;
    float: left;
    border-radius: 4px 0px 0px 4px;
}

.uploadBtn input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 50px;
}

.uploadCta input[type=file] {
    font-size: 100px;
    position: absolute;
    right: 92px;
    top: 0;
    opacity: 0;
    width: 33%;
    height: 44px;
}

/* ======================================== 
            MENU CSS STARTS 
======================================== */
#tiv-header .top {
    position: absolute;
    left: 13px;
    top: 10px;
}

.top button.menu_icon {
    background: none;
    border: none;
}

.top button.menu_icon i {
    color: #333;
    font-size: 24px;
    padding-top: 2px;
    transition: .2s ease;
}

.top button.menu_icon,
.top button.menu_icon:hover i {
    color: #999;
    outline: none;
}

nav.menu {
    font-family: 'Roboto', sans-serif;
    width: 300px;
    /* height: 92vh; */
    /* height: 100vh; */
    /* min-height: calc(100vh - 121px); */
    background-color: #ffffff;
    /* position: absolute; */
    position: fixed;
    left: -300px;
    transition: .3s all;
    z-index: 9;
    overflow: hidden;
    overflow-y: auto;
    /* top: 65px; */
    top: 0px;
    bottom: 0px;
}

nav.menu > a {
    display: block;
    padding: 12px 38px;
    margin: 0;
    color: #666666;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

nav.menu > a:hover {
    background: #f4f4f4;
    text-decoration: none;
}

nav.menu h4 {
    font-size: 15px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 0px 0px 40px;
}

.menu_show {
    left: 0 !important;
}

.menu .fa {
    width: 21px;
    color: #666;
    text-align: center;
    margin: 0px 20px 0px 0px;
    font-size: 15px;
    position: relative;
    top: 2px;
}

@media screen and (max-width:425px) {
    header h1 {
        font-size: 16px;
    }

}

@media screen and (max-width:360px) {
    nav.menu {
        width: 100%;
        left: -100%;
    }

}

/* MENU-ICONS */

/* #tiv-header .top {
position: absolute;
    left: 13px;
    top: 10px;
}
.top button.menu_icon {
    background: none;
    border:none;
}
.top button.menu_icon i {
    color: #333;
    font-size: 20px;
    padding-top: 5px;
    transition: .2s ease;
}
.top button.menu_icon, .top button.menu_icon:hover i {
    color: #999;
    outline: none;
} */
nav.menu-ico {
    font-family: 'Roboto', sans-serif;
    width: 135px;
    height: 92vh;
    min-height: calc(100vh - 121px);
    background-color: #ffffff;
    position: absolute;
    left: -300px;
    transition: .3s all;
    z-index: 9;
    overflow: hidden;
    overflow-y: scroll;
    top: 65px;
}

nav.menu-ico > a {
    display: block;
    padding: 12px 10px;
    margin: 0px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    width: 115px;
}

nav.menu-ico > a:hover {
    background: #f4f4f4;
    text-decoration: none;
}

nav.menu-ico > a span {
    display: block;
    font-size: 12px;
}

/* ======================================== 
            LOGIN CSS STARTS 
======================================== */
.login_register_wrap {
    font-size: 14px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 670px;
    margin: 30px 30px 0px;
    padding: 0px;
    box-shadow: 0px 5px 30px -4px rgb(213 213 228 / 60%);
}

.login_register_wrap .form-group {
    margin-bottom: 0px;
}

.login_register_wrap .margupdown {
    margin: 24px 0px;
}

.login_register_wrap .margup {
    margin: 20px 0px 0px;
}

.login_register_wrap .margdown {
    margin: 0px 0px 20px;
}

.offsetLeft {
    padding-left: 0px;
}

.offsetRight {
    padding-right: 0px;
}

.offsetZero {
    padding: 0px;
}

.login_left {
    padding: 30px;
    background: url(../images/login_bg.png) no-repeat 0% 60%;
    height: 630px;
    width: 100%;
    border-radius: 10px 0px 0px 10px;
    background-size: cover;
}

/* .register_left {
    padding: 30px;
    background: url(../images/sign_up_bg.png) no-repeat 0% 60%;
    height: 630px;
    width: 100%;
    border-radius: 10px 0px 0px 10px;
    background-size: cover; 
} */
.password_reset_left {
    padding: 30px;
    background: url(../images/password_reset_bg.png) no-repeat 0% 60%;
    height: 630px;
    width: 100%;
    border-radius: 10px 0px 0px 10px;
    background-size: cover;
}

.login_register {
    padding: 9% 10% 0px;
    height: 630px;
}

.only_register {
    padding: 5% 10%;
    height: auto;
}

.only_register .donthavacc {
    text-align: center;
    border-top: 1px solid #e8e8e8;
    margin-top: 40px;
    padding: 20px 0px 0px;
    position: absolute;
    width: 75%;
    bottom: -75px;
}

.only_register img.login_register_logo {
    width: 40%;
    margin: 0px auto 10px;
    text-align: center;
    display: block;
}

img.login_register_logo {
    width: 55%;
    margin: 0px auto 10px;
    text-align: center;
    display: block;
}

.donthavacc {
    text-align: center;
    border-top: 1px solid #e8e8e8;
    margin-top: 40px;
    padding: 20px 0px 0px;
    position: absolute;
    width: 75%;
    bottom: 35px;
}

.donthavacc p {
    color: #666;
    font-size: 15px;
}

.donthavacc a {
    margin-left: 5px;
    color: #ed1c24;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.donthavacc a:hover,
.donthavacc a:focus {
    color: #222;
    text-decoration: none;
}

.login_register_form {
    /* padding: 20px 0px; */
}

/* .pass_rest_form {
    margin-top: 100px;
} */

/* .login_register_form .form-control{

} */
.login_register_form h1 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin: 20px 0px 7px;
}

.login_register_form h3 {
    color: #666;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 15px 0px 15px;
}

.socialacct,
.backtologin {
    text-align: center;
    border-top: 1px solid #e8e8e8;
    margin-top: 40px;
    padding: 30px 0px 0px;
    position: absolute;
    width: 75%;
    bottom: 35px;
}

.backtologin,
.backtologin a {
    color: #333;
    font-weight: 600;
}

.backtologin:before {
    font-family: 'FontAwesome';
    content: "\f0a8";
    width: 15px;
    height: 16px;
    position: relative;
    font-weight: 400;
    margin: 0px 5px 0px 0px;
}

.fbacct {
    content: "";
    width: 22px;
    height: 22px;
    background: #fff url(../images/coupons-sprite.png) no-repeat -2px -48px;
    margin: -11px 12px;
    padding: 15px 15px;
    border-radius: 50%;
    border: 1px solid #e4e4ed;
    display: inline-block;
    float: none;
}

.gacct {
    content: "";
    width: 22px;
    height: 22px;
    background: #fff url(../images/coupons-sprite.png) no-repeat -43px -48px;
    margin: -11px 2px;
    padding: 15px 15px;
    border-radius: 50%;
    border: 1px solid #e4e4ed;
    display: inline-block;
    float: none;
}

.fbacct:hover {
    background: #e4e4ed url(../images/coupons-sprite.png) no-repeat -2px -48px;
    box-shadow: 0px 5px 7px #d5d5e4;
    border: 1px solid #e4e4ed;
}

.gacct:hover {
    background: #e4e4ed url(../images/coupons-sprite.png) no-repeat -43px -48px;
    box-shadow: 0px 5px 7px #d5d5e4;
    border: 1px solid #e4e4ed;
}

.btnSubmit {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background: #ed1c24;
    padding: 10px 12px 8px;
    margin-top: 0px;
    border-radius: 5px;
    width: 100%;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btnSubmit:hover {
    color: #fff;
    text-decoration: none;
    background: #333;
}

p.forgotPss {
    margin: 20px 0px 20px;
    color: #000;
    font-size: 13px;
    text-align: end;
    font-weight: 600;
}

p.forgotPss a {
    color: #333;
}

p.forgotPss:hover {
    color: #ed1c24;
    text-decoration: underline;
}

.login_register_form .country_code {

    /* border-right: none;
    border-radius: 4px 0px 0px 4px !important; */
    border-radius: 4px !important;
}

select.form-control.country_code {
    width: 80px;
    padding: 0px 7px;
    margin-right: 5px;
}

.login_register_form input.phnfield {
    width: 100%;
    border-radius: 4px !important;
}

.input-group-addon {
    padding: 0;
    border: none;
    background: none;
    border-radius: 5px 0px 0px 5px;
}

/* ======================================== 
        FORM ANIMATON CSS STARTS 
======================================== */
.form-group .form-control:focus {
    border-color: #222;
    outline: 1px;
    box-shadow: none;
}

.form-group label {
    /* position: relative;
    color: #999;
    top: 37px;
    left: 8px;
    font-size: 14px;
    padding: 0px 5px;
    -webkit-transition: top .2s ease-in-out, font-size .2s ease-in-out;
    transition: top .2s ease-in-out, font-size .2s ease-in-out;
    font-weight: 400; */
    position: relative;
    top: 18px;
    font-size: 13px;
    font-weight: 800!important;
    text-transform: uppercase;
    background: #fff;
    color: #999;
    left: 8px;
    padding: 0px 3px;
}

.form-group .active {
    top: 18px;
    color: #222;
    font-size: 13px;
    font-weight: 800!important;
    text-transform: uppercase;
    background: #fff;
}

.form-group input[type=text],
.form-group input[type=text] {

    /* width: 100%;
    padding: 20px;
    border: 2px solid white;
    font-size: 20px;
    font-weight: 800;
    background-color: #f05855;
    color: white; */
}

.form-group input[type=text]:focus {
    outline: none;
}

.form-group {
    margin-bottom: 0px;;
}

textarea.form-control {
    height: 107px;
    resize: none;
    display:block;
}

a.backbtn {
    float: left !important;
    padding: 0px 15px 0px 0px !important;
    color: #f65151 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-right: 1px solid #f65151 !important;
    margin: 0px 15px 0px 0px !important;
}
.sectionheading a:hover {
    border: 1px solid #f65151;
    padding: 0px 8px !important;
    border-radius: 5px;
    text-decoration: none;
}




/* ======================================== 
            MAIN BODY CSS STARTS 
======================================== */
#mainwrap {
    font-family: 'Roboto', sans-serif;
    background: #f1f1f1;
    padding: 30px 2%;
    margin-top: 0px;
    clear: both;
    display: inline-block;
    width: 100%;
    min-height: 100vh;
}

.sectionheading {
    background: #fff;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    margin: 0px 0px 30px;
    border-radius: 7px;
    box-shadow: 0px 4px 10px #e0e0e0;
}

.sectionheading h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #000;
    margin: 0px;
    padding: 2px 0px 0px;
    float: left;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 28px;
}

.sectionheading a {
    border: 1px solid #fff;
    padding: 0px 8px;
    font-size: 15px;
    text-align: right;
    float: right;
    line-height: 28px;
    color: #f65151;
    font-weight: 500;
}

.sectionheading a:hover {
    border: 1px solid #f65151;
    padding: 0px 8px;
    border-radius: 5px;
    text-decoration: none;
}

.videothumbs {
    padding: 0px 10px;
    padding-bottom: 20px;
}

.thmbsimg {
    position: relative;
    height: 200px;
    background: #101010 url(../images/video-loader.gif) no-repeat;
    background-position: center;
    overflow: hidden;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}


/* thumbs-hover */

.videothumbs .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.videothumbs .middle a:hover{
    text-decoration: none;
}

.videothumbs .thmbsimg:hover img{
  opacity: 0.5;
}

.videothumbs .thmbsimg:hover .thmbsimg {
    background-image: none;
}

.videothumbs .thmbsimg:hover .middle {
  opacity: 1;
}

.videothumbs .text {
    text-align: center;
    background-color: #fff;
    color: #f65151;
    border-radius: 35px;
    z-index: 10!important;
    min-width: 45px;
    height: 45px;
    display: block;
    padding: 13px 13px;
}

.videothumbs .text i{
    z-index: 1!important;
}

.videothumbs i.fa.fa-play {
    font-size: 20px;
    margin: 0px;
}

/* thumbs-hover */

.thmbsimg img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.creatorname {
    display: block;
}

.sortdetails {
    background: #fff;
    padding: 8px 15px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 3px 7px #e0e0e0;
}

.sortdetails .channeldp {
    background: #f1f1f1;
    float: left;
    height: 32px;
    width: 32px;
    overflow: hidden;
    border-radius: 50%;
    margin: 5px 10px 0px 0px;
}

.sortdetails h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    font-weight: 600;
    height: 40px;
    margin: 0px 0px 5px;
    overflow: hidden;
}

.sortdetails p {
    line-height: 17px;
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #666;
    padding: 0px 0px 3px;
    font-size: 12px;
    margin: 0px;
    font-weight: 500;
}

span.seprater {
    margin: 0px 6px;
    font-size: 4px;
    position: relative;
    top: -3px;
    color: #999;
}

#trending_lists,
#top_lists,
#latest_lists {
    margin-bottom: 30px;
}

.owl-nav {
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
}

.owl-prev {
    position: absolute;
    left: 0px
}

.owl-next {
    position: absolute;
    right: 0px;
}

button.owl-prev {
    background: rgb(255 255 255 / 60%);
    border: none;
    border-radius: 5px;
    padding: 20px 15px;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(10px);
    font-size: 40px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 24%);
}

button.owl-next {
    background: rgb(255 255 255 / 60%);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(10px);
    border: none;
    border-radius: 5px;
    padding: 20px 15px;
    font-size: 40px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 24%);
}

button.owl-prev:focus,
button.owl-next:focus {
    outline: none;
}

/* ======================================== 
          VIDEO DETAILS CSS STARTS 
======================================== */
#videoplayerpage {
    padding: 25px 5%;
}

.vidplayer {
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    height: auto;
    margin-bottom: -7px;
}

.videotitle {
    display: flex;
}

.videotitle .channeldp {
    background: #f1f1f1;
    display: table;
    float: left;
    height: 41px;
    width: 41px;
    overflow: hidden;
    border-radius: 50%;
    margin: 10px 15px 10px 0px;
}

.videotitle h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    margin: 5px 0;
    min-height: 52px;
    line-height: 30px;
}

.ti-innerdetails {
    background: #fff;
    padding: 20px 20px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 3px 7px #e0e0e0;
}

.views-upload {
    float: left;
    display: inline-block;
}

.videoOptions {
    clear: both;
    width: 100%;
    display: initial;
    float: left;
    padding: 15px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 10px 0px 20px;
}

.vidoption {
    float: right;
}

.vidoption ul {
    float: right;
    margin: 0;
}

.vidoption li {
    list-style: none;
    float: left;
    text-align: right;
}

.vidoption a.likes {
    background: #ffffff;
    padding: 8px 20px;
    border-radius: 6px;
    color: #666;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-left: 5px;
    border: 1px solid #ccc;
}

.vidoption a.subscribe {
    border: 1px solid #f65151;
    background: #f65151;
    padding: 8px 20px;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-left: 5px;
}

.vidoption a.subscribe:hover,
.vidoption a.likes:hover {
    background: #333;
    text-decoration: none;
    color: #fff;
    border: 1px solid #333;
}

.video-details h4 {
    font-size: 16px;
    font-weight: 600;
}

.video-details {
    font-size: 14px;
    color: #666;
}

.views-upload {
    font-family: 'Roboto', sans-serif;
    color: #666;
    padding: 0px 0px 3px;
    font-size: 14px;
    margin: 0px;
}

/* SIDE PANNEL */
.suggestionvid {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #f4f4f4;
}

.suggestionvid p {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    float: left;
}

.checkbox {
    font-size: 14px;
    color: #666;
    float: right;
}

.videosugg-thumbs {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px 15px;
    border-radius: 10px;
    box-shadow: 0px 3px 7px #e0e0e0;
}

.videosugg-thumbs .videothumbs {
    padding: 0px 0px 10px 0px;
    margin-bottom: 15px;
    float: left;
    box-shadow: 0px 1px 0px #f4f4f4;
    width: 100%;
}

.videosugg-thumbs .videothumbs img {
    width: 100%;
}

.videosugg-thumbs .thmbsimg img,
.videosugg-thumbs .thmbsimg {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.videosugg-thumbs .sortdetails {
    background: #fff;
    padding: 0px;
    border-radius: 0;
    box-shadow: none;
}

.video-wraps {
    width: 100%;
    float: left;
    padding: 0px;
}

.video-details-wraps {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 10px;
}

.video-wraps .vid-thmbs {
    position: relative;
    width: 100%;
    height: 75px;
    background: #101010 url(../images/video-loader.gif) no-repeat;
    background-position: center;
    border-radius: 5px;
    overflow: hidden;
    background-size: 30%;
    margin: 3px 0px 0px;
}

a.load-more {
    background: #ececec;
    color: #666;
    padding: 4px 12px;
    border-radius: 4px;
    margin: auto;
    font-size: 13px;
}

a.load-more:hover {
    background: #3a3a3c;
    color: #fff;
    box-shadow: 0px 3px 5px -2px #828282;
    text-decoration: none;
}

/* thumbs-hover */

.video-wraps .vid-thmbs .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.video-wraps .vid-thmbs .middle a:hover{
    text-decoration: none;
}

.video-wraps .vid-thmbs:hover img{
  opacity: 0.5;
}

.video-wraps .vid-thmbs:hover .thmbsimg {
    background-image: none;
}

.video-wraps .vid-thmbs:hover .middle {
  opacity: 1;
}

.video-wraps .vid-thmbs .text {
text-align: center;
    background-color: #fff;
    color: #f65151;
    font-size: 14px;
    border-radius: 4px;
    padding: 13px;
    border-radius: 50%;
}

.video-wraps .vid-thmbs i.fa.fa-play {
    font-size: 18px;
    margin: 0px;
}

/* thumbs-hover */



/* ======================================== 
          OTHER PAGE CSS STARTS 
======================================== */
#otherpage-wrap {
    font-family: 'Roboto', sans-serif;
    padding: 30px 10%;
    min-height: 80vh;
}

.inner-wraps {
    background: #fff;
    box-shadow: 0px 3px 7px #e0e0e0;
}

.nav-tabs .nav-item, .left-tabs .nav-link {
    font-family: 'Roboto', sans-serif;
    margin-bottom: -1px;
    font-size: 15px;
    font-weight: 400;
    color: #666;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 600;
    color: #f65151;
}

.left-tabs .nav-link.active {
    font-weight: 600;
    color: #333;
}

.left-tabs .nav-link.active {
    border-radius: 5px 0px 0px 5px;
}



/* CHANNEL STYLE */


/* TABING */
.tabbing-wrap{

}

.tabbing-wrap .nav-tabs {
    border-bottom: none;
    margin-bottom: 0px;
}

.tabbing-wrap .tab-content {
    background: #ffff;
    padding: 40px 10px 30px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 3px 7px #e0e0e0;
    min-height: 30vh;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus {
    border: 1px solid #fff;
    background: #fff;
}

 .nav-tabs .nav-link:hover {
    border-color: transparent;
    background: #e0e0e0;
}
.nav-tabs .nav-link.disabled {
    color: #afafaf;
    background-color: transparent;
}

/* .opentabs {
    min-height: 70vh;
    border-radius: 0px 5px 5px 0px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-left: none;
}
 */
.channel-thumbs {
    padding: 0px 10px;
    padding-bottom: 20px;
}

.channel-thumbs .thmbsimg {
    position: relative;
    height: 185px;
    background: #101010;
    background-position: center;
    overflow: hidden;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.channel-thumbs .sortdetails {
    background: #ffffff;
    padding: 8px 15px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 4px 7px -4px #e0e0e0;
    border: 1px solid #f4f4f4;
}

.channel-thumbs .sortdetails h4 {
    height: auto;
    margin: 0px 0px 5px;
    overflow: hidden;
}
.channel-thumbs .sortdetails p {
    font-size: 12px;
    text-transform: uppercase;
}
.chvideocount {
    font-size: 15px;
    position: absolute; 
    top: 0;
    right: 0;
    color: #fff;
    float: left;
    width: 40%;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    padding: 24% 0px;
    background: rgb(0 0 0 / 70%);
}
.chvideocount .fa, .chvideocount .fas, .text .fa, .text .fas {
    font-size: 13px;
    margin-right: 5px;
}


/* HOVER STYLE */
.channel-thumbs {
  position: relative;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.middle a:hover{
    text-decoration: none;
}

.thmbsimg:hover img{
  opacity: 0.5;
}

.thmbsimg:hover .thmbsimg {
    background-image: none;
}

.thmbsimg:hover .middle {
  opacity: 1;
}

.text {
    background-color: #f65151;
    color: white;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 20px;
    min-width: 90px;
}




/* HISTORY */

.history-videothumbs {
    padding: 0px 0px 10px 0px;
    margin-bottom: 15px;
    float: left;
    box-shadow: 0px 1px 0px #f4f4f4;
    width: 100%;
}

.videosugg-thumbs .history-videothumbs img {
    width: 100%;
}

.history-thmbsimg img, .history-thmbsimg {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.history-sortdetails {
    background: #fff;
    padding: 0px;
    border-radius: 0;
    box-shadow: none;
}

.history-video-wraps {
    width: 100%;
    float: left;
    padding: 0px;
}

.history-video-details-wraps {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 40px;
}

.history-vid-thmbs {
    position: relative;
    width: 100%;
    height: 208px;
    background: #101010;
    background-position: center;
    border-radius: 5px;
    overflow: hidden;
    background-size: 30%;
    margin: 3px 0px 0px;
}

.history-sortdetails h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    padding: 0;
    font-weight: 600;
    height: 40px;
    margin: 0px 0px 10px;
    overflow: hidden;
}

.history-sortdetails p {
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #666;
    padding: 0px 0px 10px;
    font-size: 14px;
    margin: 0px;
    font-weight: 400;
}


/* ======================================== 
          SCROLL BASS STYLE 
======================================== */

/* width */::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* ======================================== 
            FOOTER CSS STARTS 
======================================== */
#ti_footer {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    padding: 25px 0px;
}

#ti_footer p {
    padding: 5px 0px;
    margin: 0px;
    text-align: left;
    font-size: 14px;
    color: #666666;
}

#ti_footer ul {
    float: right;
    padding: 0px;
    margin: 0px;
}

#ti_footer ul li {
    float: left;
    list-style: none;
}

#ti_footer ul li a {
    display: inline-block;
    padding: 5px 10px;
    margin-left: 22px;
    color: #666;
    font-size: 14px;
}

#ti_footer ul li a:hover {
    border-radius: 5px;
    text-decoration: none;
    color: #f65151;
    background: #f1f1f1;
}

.text-red{
    color: #f65151;
}

.btn-red{
    background-color: #f65151;
    color: #fff;
}

.btn-grey{
    background-color:#f1f1f1;
    color: #f65151;
}

.btn-hover-red:hover{
    background-color: #f65151;
    color: #fff;
}

.btn-hover-red{
    border: 1px solid#f6515163;
    color: #f65151;
}

.btn-hover-grey{
    border: 1px solid #f1f1f1;
    color: #f65151;
}

.btn-hover-grey:hover{
    background-color: #f1f1f1;
    color: #f65151;
}



#ti_footer ul li span {
    border-right: 1px solid #999;
    height: 20px;
    display: block;
    padding-left: 22px;
    margin-top: 5px;
}

.language span {
    border-right: none !important;
}

.language {
    position: relative;
    display: inline-block;
    color: #666;
    font-size: 14px;
}

.language-content {
    display: none;
    position: absolute;
    min-width: 130px;
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 10%);
    padding: 12px 16px;
    z-index: 1;
    top: -235px;
    right: 0;
    text-align: end;
    border-radius: 5px 5px;
    background: rgb(255 255 255 / 60%);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(10px);
}

.language:hover .language-content {
    display: block;
}

/* .form-control{
    border-radius: 0px!important;
} */

.left-arrow{
    content: 'f0a8';
}

.right-arrow{

}

.arrow-circle-left::before {
    font-family: "Font Awesome 5 Brands"; 
	font-weight: 400;
	content: "\f0a8";
}


/* video player*/

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .stream-player {
        height: 230px!important;
    }
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
}

@media only screen and (min-width: 600px) {
    /* For tablets: */
}

/*  */

.overlay {
    position: fixed; /* Sit on top of the page content */
    display: block !important; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8); /* Black background with opacity */
    z-index: 6!important; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
  }

.overlay span {
    position: absolute;
    /* right: 10px; */
    left: 300px;
    font-size: 24px;
    color: #fff;
    border: 1px solid #ccc;
    padding: 5px 15px;
    border-radius: 50%;
    margin: 15px;
    cursor: pointer;
    transform: rotate(-90deg);
    transition-duration: 1s;
}

.overlay span:hover{
    transform: rotate(90deg);
    transition-duration: 1s;
}
  /* search bar */

  .search-suggestions {
    margin-top: 2px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    z-index: 6;
    box-shadow: 2px 2px 5px #888888;
    display: none;
  }

  .search-suggestions ul {
      padding: 0;
      margin: 0;
      max-height: 300px;
      overflow-y: scroll;
  }

  .search-suggestions ul li{
    list-style: none;
    padding: 10px 15px;
    border-bottom: 1px solid #ececec;
    transition: all 0.1s ease-in-out 0.1s;
    color: #000;
}

.search-suggestions ul li:hover{
    list-style: none;
    padding: 10px 15px;
    cursor: pointer;
    background-color: #f1f1f1;
    color: #f65151;
}

.search-suggestions ul li a{
    text-decoration: none;
    color: inherit;
}

.search-suggestions ul li:last-child{
    list-style: none;
    padding: 10px 15px;
    border-bottom: none;
}
.search-bar-wrapper {
    position: relative;
    width: 100%;
}


/* file attachment */
.file-input-wrapper {
    position: relative;
    overflow: hidden;
    border:1px solid #000;
    display:inline-block;
    /* padding:5px 15px; */
    cursor: pointer;
    border-radius: 20px;
  }

  .file-input-wrapper i{
    color: #fff;
    background: #0000001f;
    padding: 10px 12px;
    float: left;
    border-radius: 50px 0px 0px 50px;
    font-size: 20px;
}

.file-input-wrapper span {
    font-size: 15px;
    color: #fff;
    text-align: center;
    position: relative;
    top: 7px;
    left: -5px;
    padding: 0 16px;
}

  input[type="file"] {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
  }
  /* end */

  .btn-circle {
    border-radius: 6px!important;
  }

  .section-heading-v2{
        background: #fff;
        padding: 10px 20px;
        display: inline-block;
        width: 100%;
        margin: 0px 0px 15px;
        border-radius: 7px;
        box-shadow: 0px 4px 10px #e0e0e0;
    }

    .section-heading-v2 .next a{
        text-decoration: none;
        border: 1px solid #f65151!important;
        padding: 5px 15px;
        border-radius: 6px;
        color: #f65151!important;
        margin-left: 5px;
        /* box-shadow: 0px 4px 10px #e0e0e0; */
        font-size: 14px;
    }

    .section-heading-v2 .next a:hover{
        text-decoration: none;
        border: 1px solid #f65151!important;
        padding: 5px 15px;
        border-radius: 6px;
        background-color: #f65151!important;
        color: #fff!important;
        box-shadow: 0px 4px 10px #e0e0e0;
    }

    .section-heading-v2 .next a i {
        margin-right: 3px;;
    }

    /* video js */

    .video-js .vjs-control-bar {
        /* height: 5em!important;
        padding: 13px 0px!important;
        font-size: 13px!important; */
    }

    .video-js .vjs-big-play-button {
        line-height: 1.8em!important;
        height: 2em!important;
        width: 2em!important;
        border-radius: 50%!important;
    }


    .home-sidebar{
        background-color: #fff;
        /* box-shadow: 0px 4px 10px #e0e0e0; */
        /* box-shadow: 0px 0px 10px #e0e0e0; */
        border-radius: 3px;
        display: inline-block;
        /* position: fixed; */
        position: absolute;
        /* top: 66px; */
        top: -30px;
        overflow-y: scroll;
        /* bottom: 0px; */
        bottom: -30px;
        /* left: 0px; */
        left: -30px;
        /* z-index: 5; */
        z-index: 4;
    }

    .home-sidebar ul{
        padding: 0;
        margin: 0;
    }

    .home-sidebar ul li{
        list-style: none;
        border-bottom:1px solid #f4f4f4;
        
    }

    /* .home-sidebar ul li:last-child{
        list-style: none;
        border-bottom:none;
    } */

    
    .home-sidebar ul li a{
        text-decoration: none;
        color: #000;
        text-transform: capitalize;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding:15px;
    }
    .home-sidebar ul li a span{
        font-size: 10pt;
    }

    .home-sidebar ul li:hover{
        background-color: #f1f1f1;
        cursor: pointer;
        color: #f65151;
    }

    .home-sidebar ul li a:hover{
        color: inherit;
    }

    .home-sidebar ul li a i{
        font-size: 20pt;
    }

    .home-sidebar ul li a span{
        text-align: center;
        padding-top: 5px;
    }


    ::-webkit-scrollbar {
        width: 5px;
        
      }

      ::-webkit-scrollbar-thumb {
        border-radius: 2px;
      }

      .file-wrapper{
        border: 1px solid #b2b2b2;
        display: inline-block;
        padding: 5px 10px;
        background: #94949445;
        color: #000;
        border-radius: 3px;
        font-size: 10pt;
        margin-bottom: 5px;
        min-width: 270px;
      }
      .file-wrapper span{
          margin-right: 2px;
      }

      .file-wrapper span:last-child{
        margin-right: 0px;
    }

    .file-wrapper .file-delete{
        float: right;
    }

      .cursor-pointer {
          cursor: pointer;
      }

.capitalize {
    text-transform:capitalize;
}

.btn-round{
    padding: 5px 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%!important;
}

.heading-label{
    font-size: 1.5rem;
    display: inline;
    padding: 0px 15px;
    font-weight: 200;
}