*{
    transition: all ease 0.5s;
}
*::foucs  {
    outline: none;
}
*:foucs-visible{
    outline: none ;
}
.video-icon .btn i {
    color: #fa4125;
}
.video-icon .btn {
    box-shadow: 0 0 0 3px #fa4125;
    background-color: transparent;
    color: #fa4125;
}
/* .form-landing {
    box-shadow: 0 0 23px 0 rgb(255 255 255 / 42%);
} */
.form-landing label.form-label {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.form-landing span.input-group-text {
    right: 0;
    top: 0;
    z-index: 1;
    background-color: transparent;
    bottom: 0;
    color: #fa4125;
}
.form-landing input.form-control, .form-landing select {
    font-weight: 500;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fa4125;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
    padding: 0 0 8px;
    width: 100%;
}
label.form-check-label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 1 !important;
    letter-spacing: 0.3px;
}
.choose-post{
    background-color: #010101 !important;
    box-shadow: 0 0 8px 0 rgb(250 65 37 / 38%);
    transition: all ease 0.5s;
}
.channel-x h6 {
    color: #717171;
}
body.overflow-body {
    overflow: hidden;
}
video.video-section {
    background-size: cover;
    display: flex;
    vertical-align: middle;
    width: 100%;
    /* box-shadow: 0 0 0 15px #111, 0 0 60px 0 #fa412540, inset 0 0 24px 0 #000; */
    border-radius: 0;
    position: relative;
    top: 0;
}
.text-red:hover {
    color: #4f4f4f;
}
.btn.b-primary:hover {
    box-shadow: 0 0 1px 6px rgb(255 255 255 / 26%);
    color:#fff
}
.btn.b-primary {
    border-radius: 50px;
    font-size: 18px;
    font-weight: 300;
    box-shadow: 0 0 0 5px rgb(255 255 255 / 26%);
}  
.form-video{
    box-shadow: 0 0 23px 0 rgb(255 255 255 / 42%);
    background-color: #111;
}
a.logo img {
    max-width: 380px;
}
.pulse-a img {
    transform: scale(1);
    box-shadow: 0 0 0px #ffffff29;
}
.pulse-a:hover img {
    transform: scale(1.03);
        box-shadow: 0 0 30px #ffffff29;
}

.pulse-icon {
    transform: scale(1);    
    box-shadow: 0 0 0px #ffffff29;
    animation: 3s infinite alternate pulse;
    border-radius: 50%;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0px #ffffff29;
    }  
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 40px #ffffff29;
    }
    100%{
        transform: scale(1);
        box-shadow: 0 0 0px #ffffff29;
      }
  }
.choose-post:hover{
    box-shadow: 0 0 30px 0 rgb(250 65 37 / 38%)
}
.pulse-icon-btm {
    transform: scale(1);   
    animation: 3s infinite alternate pulse-btn;
}
@keyframes pulse-btn {
    0% {
        transform: scale(1);
    }  
    50% {
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
      }
  }
.choose-post:hover{
    box-shadow: 0 0 30px 0 rgb(250 65 37 / 38%)
}
.select-form input {
    font-weight: 500;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fa4125;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
    padding: 0 0 8px;
    width: 100%;
}
.form-landing input::placeholder{
    color: #969aa0;
}
input::target,
input::active,
input::focus-within,
input::focus-visible
{
    border-bottom-width: 0 ;
    border-right-width: 0 ;
    border-left-width: 0 ;
    outline: none;
    background-color: transparent;
    outline: -webkit-focus-ring-color auto 0px;
}
button.text-red.term-conditions {
    background-color: transparent;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
}
.modal-header h5 {
    color: #fa4125;
}
.modal-body p {
    color: #6b6b6b;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #111111 inset !important;    
    box-shadow: 0 0 0 30px #111111 inset !important;
    -webkit-text-fill-color: rgb(255, 255, 255) !important;
}
body.overflow {
    overflow: hidden;
}
.landing-form{
    position: relative;
}
.landing-form .alert {
    position: absolute;
    bottom: -13px;
    background-color: transparent;
    border: 0;
    padding: 0;
    font-weight: 700;
    font-size: 15px;
    left: 0;
    right: 0;
}
div#header-section {
    border-bottom: 1px solid #333;
    background: #000 !important;
    padding: 5px 10px;
}
.toggle-icon {
    margin-top: 3px;
    height: 24px;
    padding-right: 7px;
    color: #333;
    min-width: 24px;
}

.logo-img {
    height: auto !important;
    vertical-align: middle;
    margin-top: 2px;
}

div#custom-search-input form#userSearch {
    width: 100%;
}


.search-input {
    position: relative;
    display: flex;
    border-collapse: separate;
    margin-right: 0px !important;
    flex-wrap: nowrap;
}

div#custom-search-input {
    width: 100%;
    max-width: 600px;
    border: 1px solid #333333;
    background: #0f0710;
    border-radius: 4px;
    padding: 4px;
    display: flex
;
    justify-content: flex-end;
    float: none;
    margin: 0 auto;
}

#custom-search-input .search-query {
    height: 36px !important;
    font-size: 14px !important;
    background: none;
    border: none;
    min-width: 400px;
    outline: none !important;
    color: #aaa;
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 0;
}

.input-group .form-control:first-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#custom-search-input .search-input .input-group-btn {
    z-index: 999;
}

#custom-search-input button {
    padding: 0px 5px;
    margin-top: 0px;
    position: relative;
    margin-bottom: 0;
    border-radius: 3px;
    color: #fff !important;
    display: flex;
    background: #fa4125 !important;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
}

.input-group-btn .btn.btn-danger {
    border: 0 !important;
    box-shadow: none !important;
}
.y-button {
    float: right;
}
a.y-signin {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #fa4125;
    font-size: 18px;
    color: #fff;
    padding: 2px 12px;
    border: 1px solid #fa4125;
    border-radius: 4px;
    margin: 7px 0px;
}
a.y-signin:hover {
    background-color: #fff;
    color: #fa4125;
}

.inner-header-section .fa-sign-in {
    position: relative;
    top: -1px;
    line-height: inherit;
}

div#header-section .row{width: 100%;}

section{width: 100%;}

div#search-section {display: none;}
.streamtube-nav .row {display: flex; align-items: center;}
.ui-autocomplete {
    max-width: 600px;
    position: absolute !important;
    z-index: 999 !important;
}   

.common-streamtube {
    min-height: 700px;
    display: flex;
}
.y-home {
    padding: 0;
}
.y-home li{
	list-style-type: none;
	transition: all .25s linear;
}
.y-home li:hover{
	background-color: #e1e1e1;
}
.y-home li.active{
	background-color: transparent;
	font-weight: bold;
	
}
.y-home li.active:hover{
	background-color: #e1e1e1;
}
.y-home li.active a{
	color:#333 !important;
}
.y-home li.active{
	background-color: transparent; 
}
.y-home li.active:hover{
	background-color: #e1e1e1; 
}
.y-home a{
	display: block;
	padding: 10px 25px;
}
.y-home{
	border-bottom: 1px solid #e8e8e8;
}
.y-home li:last-child{
	margin-bottom: 10px;
}
.y-home li a .red-img{
	display: none;
}
.y-home li.active a .red-img{
	display:inline-block;
	filter: inherit !important;
}
.y-home li.active a .grey-img{
	display:none;
}
.y-home img{
	width: 22px;
	height: 22px;
	margin: 0 10px 0px 0;
	vertical-align: -32%;
	/*border-radius: 50%;*/
}
.y-home a{
	text-decoration: none;
	color: #333;
	font-size:14px!important;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.toggle-icon {
    margin-top: 3px;
    height: 24px;
    padding-right: 7px;
    color: #333;
    min-width: 24px;
}
main {
    width: 100%;
}
.common-streamtube .y-menu .nav-space a.btn {background: #fa4125; border-color: #fa4125;}
.common-streamtube .y-menu {
    min-height: 100vh;
    margin-top: 57px;
    background: #111111;
    border-right: none;
    height: 100% !important;
    position: sticky !important;
    top: 57px;
    float: none !important;
    overflow: inherit !important;
}
.common-streamtube .y-menu .y-home.menu1 li a {padding: 10px; font-size: 1.1em; display: block; color: #fff; text-decoration: none !important; transition: inherit !important;}
.menu4 button:hover, a.y-signin:hover {background-color: #fff; color: #fa4125;}
.common-streamtube .y-menu .y-home.menu1 li.active a {color: #fa4125 !important;}
.common-streamtube .y-menu .y-home.menu1 {border-bottom: none;}
.common-streamtube .y-menu .y-home.menu1 li a img {width: 30px; height: 30px; filter: brightness(0) invert(1);}
.common-streamtube .y-menu .y-home.menu1 li:hover{background:none !important;}
.y-home li a:hover .grey-img{display: none;}
.common-streamtube .y-menu .y-home.menu1 li a:hover{color: #fa4125 !important; background:none !important;}
.y-home li a:hover .red-img {display: inline-block; filter: initial !important;}
.menu4 button {display: flex; align-items: center; gap: 5px; background-color: #fa4125; font-size: 18px; padding: 2px 12px; border: 1px solid #fa4125; border-radius: 4px;
    margin: 7px 0px;}
.streamtube-nav.signup-nav {padding: 20px 0px !important; border-bottom: 1px solid #333; background: #111;}
.common-streamtube .y-menu .y-home.menu1 li ul.dropdown-menu {background: #000;}
.common-streamtube .history-content .new-history .content-head h4 {text-align: left;}
.common-streamtube .new-history1 P {color: #fff !important;}
.common-streamtube .y-content h2 {color: #fff; font-size: 18px;}
.common-streamtube .y-content h4 {color: #777; font-size: 16px;}
.common-streamtube .y-content .referrals-text {margin-left: 0px;}
.common-streamtube .y-content .page-inner h3{ font-size: 18px;}
.common-streamtube .y-content .page-inner .dataTables_info {color: #fff; font-size: 14px;}
.common-streamtube .y-content .page-inner .social-form h3 {
    color: #333;
}
.common-streamtube .y-content .page-inner form .form-group label, .common-streamtube .y-content .page-inner form .form-group input {
    font-size: 16px;
    color: #000;
}

.y-home li a:hover .red-img{
	display: inline-block;
}	
.scroll {
	/*width: 100%;*/
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	float: left;
	margin: 0px;
}
.y-menu{
	padding-left: 0;
	padding-right: 0;
}

.custom-bell-icon {margin-right: 14px !important; font-size: 22px !important; color: #FFF !important;}
.profile-image {width: 30px; height: 30px; border: 1px solid transparent; border-radius: 50%; overflow: hidden;}
.dropdown .btn.btn-default {
    background-color: transparent;
    border-color: transparent;
}
.dropdown .btn.btn-default {
    box-shadow: none !important;
}
.dropdown .btn-default.active,.dropdown .btn-default:active,.dropdown  .open>.dropdown-toggle.btn-default{ background-color: transparent !important;  border-color: transparent !important;}
.profile-button .btn-default {
    border-color: transparent !important;
}
.profile-button button {
    padding: 0 !important;
}

.y-button button {
    border-radius: 3px;
    font-size: 12px;
    padding: 3px 15px;
}

.btn {
    text-transform: capitalize;
}

div#header-section > .row {margin: 0px;}
div#header-section > .row > div{padding-left: 0px !important; padding-right: 0px !important;}
.streamtube-nav .profile-button ul.dropdown-menu .row {
    margin: 0;
    flex-wrap: wrap;
}
.menu-link i {margin-right: 5px;}
.streamtube-nav .profile-button ul.dropdown-menu {
    width: auto;
    left: inherit;
    right: 0px;
    min-width: 165px;
    top: 46px;
    font-size: 14px;
    border-radius: 3px;
    background: #111;
    border: 1px solid #444;
}

.menu-profile-left {
    padding: 10px 0 5px 0;
    width: 60px;
    float: left;
}

.menu-profile-left img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    margin: 0 10px;
}

.menu-profile-right {
    width: calc(100% - 60px);
    float: left;
    padding-right: 10px;
}

.menu-profile-right h4 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 11px;
    margin-bottom: 4px;
    color: #fff;
}

.menu-profile-right p {
    color: #777;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}

.dropdown-menu .divider {
    background: #444 !important;
}

.streamtube-nav .profile-button ul.dropdown-menu .row .col-xs-6 {
    width: 100%;
    border-top: 1px solid #606060;
    padding: 8px 10px !important;
}

.streamtube-nav .profile-button ul.dropdown-menu .row .col-xs-6 a.menu-link {
    padding: 0;
    margin: 0;
    color: #eee;
}

.menu-link {
    font-size: 1.14em;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 7px;
    color: #777;
    text-transform: capitalize;
}

.faq-sec .custom-wrapper .custom-wrapper-1 p {
    color: #fff;
    font-weight: 400;
}

/*********** responsive start here **************/

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }

    #custom-search-input {
        width: 100%;
        float: left;
        margin-top: 1px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px !important;
        width: 100% !important;
    }
}

@media only screen and (min-width: 1200px) {
    .streamtube-nav {
        padding: 10px;
        border-bottom: 1px solid #e8e8e8;
        background-color: #fff;
        position: fixed;
        z-index: 100;
        width: 100%;
        z-index: 999;
        top: 0;
    }

    .logo-img {
        max-width: 128px;
        height: auto !important;
        vertical-align: middle;
        margin-top: 4px;
    }
}

@media (min-width: 1920px) and (max-width: 2559px) {
    .toggle-icon {
        margin-top: 4px;
        height: 40px;
    }
    
    .logo-img {
        max-width: 192px;
        height: auto;
        vertical-align: middle;
        margin-top: 5px;
        margin-left: 0px;
    }
    #custom-search-input .search-query {
        font-size: 20px;
        height: 54px;
        margin-top: -1px;
    }
}



@media (max-width: 991px) {
    .logo-img {
        width: 117px;
        height: auto !important;
        vertical-align: middle;
        margin-top: 5px;
    }

    #custom-search-input .search-query{min-width:inherit !important;}
    .res-menu-right #language-section{display: none;}
}

@media (max-width: 765px) {
    section#language-section{display: none;}
    .visible-xs.d-flex {display: flex !important;}
    .visible-xs.align-items-center{align-items: center;}
    .visible-xs.justify-content-end{justify-content:flex-end !important;}
    .visible-xs.flex-direction-row-reverse{flex-direction: row-reverse;}
    .streamtube-nav .row{margin: 0px !important;}
    .streamtube-nav .row .res-menu-right{padding-right: 0px !important;}
    .res-menu-right span#search-btn {font-size: 18px !important;}
    div#header-section {position: sticky; top: 0; z-index: 999;}
    .common-streamtube .y-menu {margin-top: 0px; position: fixed !important; width: 320px !important; left: 0; z-index: 999;}

    #search-section {
        position: absolute !important;
        top: 0;
    }

    .header-search {padding: 30px 15px; background-color: #e61b1b; width: 100%;  z-index: 1000; height: 94px;}
    .header-search input {border: 1px solid #fff !important; background-color: transparent; color: white;}
    .search-query {padding-right: 45px !important;}
    .width-95 {width: 94%;}
    .header-search i {margin-top: 8px; margin-left: 3px; color: white;}
    .header-search input::placeholder{color: #fff !important;}
    a.logo img{max-width: 80%; margin: 0 auto;}

}

/** search list css start **/
html body .ui-widget-content {
    max-height: 300px;
    overflow-y: scroll;
    background: #000000;
    border-color: #333333;
    border-radius: 5px;
}

html body .ui-widget-content .ui-menu-item {
    padding-top: 8px;
    padding-bottom: 8px;
    border-color: #333333;
    color: #ffffff;
    font-size: 15px;
}

html body .ui-menu .ui-menu-item:last-child {
    border-bottom: 0;
	text-align: center;
	background-color: #fa4125;
	justify-content: center;
}

ul .search-ui-top {
	display: flex;
	align-items: center;
	font-family: 'Poppins', sans-serif !important;
	font-size: 13px !important;
}
ul .search-ui-top  img {
	width: 25px; 
	margin-right: 5px;
   flex-shrink:0;	
}
.search-ui-top.ui-menu-item:hover, 
.search-ui-top.ui-menu-item:active, 
.search-ui-top.ui-menu-item:focus {
    background-color: #cc181e7a !important;
}

/** search list scroll css start **/

@media (min-width: 1440px) and (max-width: 1679px) {
    .y-home img{
        height: 30px;
        width: 30px;
    }
}