@font-face{
    font-family:regularfont;
    src: url(../../Fonts/FontsFree-Net-SFProDisplay-Regular-1.ttf);
    font-weight: normal;
}
@font-face {
    font-family: myFirstFont_bold;
    src: url(../../Fonts/FontsFree-Net-SFProDisplay-Bold.ttf);
    font-weight: normal;
}
* {
  margin: 0;
  padding: 0;
}
html {
  font-family: regularfont !important;
}
html,body{
    height: 100%;
}
body{
    position:relative;
}
p, a, div, span, li input{
    font-family:regularfont !important;
}
a:hover, a:focus, a:focus-visible{
    text-decoration: none;
    color: #292b2c;
}
/*a:focus {
    color: #fff;
}*/
a:hover, a:focus, a:focus-visible{
    outline: none;
}
.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 125, 0, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 125, 0, 0.5);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: myFirstFont_bold!important;
    margin-bottom: 0.5rem !important;
}
header{
    background-color: #fff;
    padding-top:20px;
    padding-bottom: 20px;
}
button:focus {
    outline: none !important;
}
a{
    color: #292b2c;
}

/*
 * SCROLLBAR CUSTOMIZATION
 */

html {
    --scrollbarBG: #D9E3F7;
    --thumbBG: #99A9C6;
}

.sidebar__dilog_list, .messages, .modal {
/*    scrollbar-color: var(--thumbBG) var(--scrollbarBG) ;*/
    scrollbar-width: thin !important;
}

.group_chat__user_list, .update_chat__user_list {
/*    scrollbar-color: var(--thumbBG) var(--scrollbarBG) ;*/
    scrollbar-width: thin !important;
}

::-webkit-scrollbar {
    width: 2.3px;
    border: 1px solid #D9E3F7;
}

.group_chat__user_list::-webkit-scrollbar, .update_chat__user_list::-webkit-scrollbar {
    width: 2.5px;
    border: 1px solid #D9E3F7;
}

::-webkit-scrollbar-thumb {
    background-color: #99A9C6;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #99A9C6;
    cursor: pointer;
}

.close{
    top: 0;
    -webkit-filter: none;
    filter: none;
}
/*  chat-left content window css */
.chat-head .chat-header {
    /* top: auto !important; */
    /* position: absolute !important; */
    background: #ff7d00 !important;
    z-index: 1;
    position: relative;
}
/* .chat-header-mtop{
    margin-top: 3px;
} */
/* end */
.header_black{
    background-color: #000;
    padding-top:20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
label.videolineup-label.uploadFile {
    margin-bottom: 10px;
}
.addMedia
{
    
}
.chat-header
{
    margin-top:15px;
}
.body_black{
    background-color: #000;
}
header .headerrow .headeruserpic img{
border-radius: 50%;
}
.headernav{
    text-align: center;
}
.headernavuser{
    text-align: right;
    margin-right: 18px;
}
.header-last-item{
    margin-right: 0 !important;
}
.headerrow .dropdown-menu{
    right:  0;
    padding: 0.5rem !important;
    /*max-width: 100px;*/
    left: auto;
    background: #ff7d00;
    margin-top: 10px;
    z-index: 9999;
}
.headerrow .dropdown-menu li{
    text-align: right;
}
.headerrow .dropdown-menu li a{
    color: #fff;
}
.headernavstar{
    text-align: right;
}
.headernav span{
    font-size: 18px;
    font-family:regularfont;
    padding-right: 15px;
}
img.site-logo {
    width: 100%;
    max-width: 185px;
}
.app-icons{
    width: 120px;
    margin-right: 5px;
}
.banner{
    /*background-image: url("../../images/car.jpg");*/
    background-repeat: no-repeat;
    padding: 15px;
    background-position: center 45%;
    background-size: cover;
    position: relative;
}
.profile_layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.75);
}
.banner .clips h1{
    color:#fff;
    padding-left: 78px;
    /*font-family: regularfont;*/
    /*font-size: 40px;
    font-weight: bold;*/
}
.banner .bannerbackground .banneruser{
    padding-top:40px;
}
.banner .bannerbackground .banneruser .banneruserpic{
    text-align:center;
}

.banner .bannerbackground .banneruserpic img{
    border-radius:50%;
    width:100px;
    height: 100px;
    margin-bottom:10px;
    text-align: right;
}
.banner .clips  h3{
    color:#fff;
    text-align: left;
    padding-top: 10px;
    font-family: regularfont;
    font-size: 24px;
}
.banner2{
    background-color:#000;
    padding-top:10px;
    text-align: center;
}
.banner2 p{
    color:#fff;
    text-align: center;
    font-family: regularfont;
    font-size: 16px;
}

.banner2 .banner2row  .bannner2image{
    
    text-align: center;
}
.maincontent{
    padding-top:25px !important;
    padding-bottom: 50px;
}
.maincontent  .card{
    border: none;
}
.maincontent .card img{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.lineup_profile_user img{
    border-radius: 50%;
    width: 50px !important;
    height: 50px;
    object-fit: cover;
}
.lineup_profile_user{
    padding-left: 15px;
}
.maincontentpic2{
    margin-top: -30px;
}
.maincontent  .card-body{
    /*margin-left:-110px;*/
}
.maincontent .card-body h5{
    font-size: 16px;
    margin-bottom: 5px;
}
.maincontent  .card-body p.card-text{
    color:#FF7D00;
    font-family: regularfont;
    font-size: 12px !important;
    line-height:0.3;
    padding-top:5px;
}
.maincontent .maincontentbox .maincontentinnerbox .maincontentpic img.lineup_thumbnail, #allPlanLineup_wrapper .lineup_thumbnail{
    width:100%;
    border-radius: 5px;
    height: 230px;
    object-fit: contain;
    max-height: 230px;
    background: #000;
}
.lineupclip_title{
    width: 56%;
    float: left;
}
.oc_lineup .lineupclip_title{
    width: 36%;
}
.mt-15{
    margin-top: 15px;
}

.maincontent .maincontentbox .maincontentinnerbox p  {
    font-family:regularfont;
    font-size: 15px !important;
    font-weight:400;
    margin-bottom: 0;
}

.maincontent .maincontentbox .maincontentinnerbox .maincontentpic h1, #allPlanLineup_wrapper .lineupclip_title{
    font-family:regularfont;
    font-size: 18px;
    font-weight:700;
    margin-top:20px;
   
}

.maincontent .maincontentbox .maincontentinnerbox .maincontentpic p{
    font-family:regularfont;
    font-size: 16px;
    font-weight:400;
    margin-top:-10px;
}
.mt-2 {
    margin-top: 5px!important;
}
.mt-10 {
    margin-top: 10px!important;
}
.mt-5 {
    margin-top: 5px!important;
}
.maincontentinnerbox p {
    color: #888;
}


@media only screen and (max-width: 600px) {
    a.navbar-brand {
        text-align: center;
        margin: auto;
        display: block;
    }
    .new-align {
        text-align: center !important;
    }
    .sm-mar-right-8 {
        margin-right: 8px;
    }
    .lineup-btn a, .lineup-btn span {
        font-size: 12px !important;
    }
        .mar-right-5 {
        margin-right: 5px !important;
    }
    .maincontent .maincontentbox .maincontentinnerbox .maincontentpic img {
        width:100% !important;
    }
    .maincontent .maincontentbox .maincontentinnerbox .maincontentpic img.remove-icon {
        width:25px !important;
    }

    .headernav{
        text-align: center;
        margin-top: 10px;
    }
    .headernavuser{
        text-align: right;
        margin-right: 0px;
        margin-top: 4px;
    }

    .headernavstar{
        text-align: right;
        margin-top: 4px;
    }

    .headeruserpic{
        margin-top: 4px;
    }
    .maincontent  .card-body{
        /*margin-left:-80px;*/
    }

}


@media only screen and (max-width: 991px) and (min-width: 768px){
    .mar-right-5 {
    margin-right: 5px !important;
}
.mt-2 {
    margin-top: 0rem!important;
}
.banner .clips h1 {
    /*font-size: 35px;*/
}
}
@media only screen and (max-width: 767px) and (min-width: 576px){
.mar-right-5 {
    font-size: 12px !important;
    margin-right: 3px !important;
}
.banner .clips h1 {
    /*font-size: 35px;*/
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .headernavuser{
        /*margin-right: 0px !important;*/
    
}
/*.banner .bannerbackground .banneruserpic img {
    width: 15%;
}*/

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .banner2container{
    width:600px;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .banner2container{
    width:600px;
}
}

.navbar_search {
    width: 75%;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    font-size: 16px;
    background-color: #2c2c2c;
    background-image: url(../../images/new/searchicon.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 8px 20px 8px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    color: #fff!important;
    float: right;
}

.navbar_search:focus {
    outline: none;
}

.nav_search_box {
    width: 100%;
    margin-right: 70px;
}

.navbar_search::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.navbar_search1 {
    width: 250px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    font-size: 16px;
    background-color: #fff;
    background-image: url(../../images/searchicon.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 8px 20px 8px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    /*color: #fff!important;*/
    float: left;
    /*margin-left: 20px;*/
}

.navbar_search1:focus {
    outline: none!important;
}

.lineup-btn a, .lineup-btn span {
    font-size: 17px;
    color: #000;
    text-decoration: none;
}
.lineup-btn a:hover, .lineup-btn span:hover{
    color: #ff7d00;
}

.lineup-btn i {
    font-style: normal;
    display: inline-block;
    width: 23px;
    height: 23px;
    background: #ff7d00;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    line-height: 21px;
}
.profile_pic{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.lineup_counter{
    color: #fff;
}
.profile_counter{
    color: #fff;
    font-size: 18px;
}
.counter_btn_wrapper{
    margin-top: 10px;
}
@media (max-width: 750px){
    .clips .mb_center{
        text-align: center !important;
    }
    .bannerbackground .banneruserpic{
        text-align: center;
    }
    .social.mb_center{
        margin-bottom: 10px;
    }
    #user_conn_rel{
        text-align: center;
    }
    #user_conn_rel .con_btn{
        margin: auto;
        float: none;
    }
}
@media (max-width: 576px){
    .banneruserpic{
        text-align: center;
    }
    /*.banner .bannerbackground .banneruserpic img{
        width: 15%;
    }*/
    .mb_center{
        text-align: center !important;
    }
}
.lnup_title{
    font-size: 18px;
    margin-bottom: 0;
}
.ln_detail_wrap{
    padding: 5px;
}
.maincontentinnerbox{
    margin-top: 25px;
}
.banner .clips h3 {
    padding-top: 0px;
    margin-bottom: 3px;
}

.hd_profile_icons img{
    width: 30px;
}


/*old css*/
.btn-cover {
    display: block;
    white-space: nowrap;
    overflow-x: scroll !important;
    padding: 0px 1px 5px 0 !important;
}
a.follow_btn_home {
    color: #fff !important;
    cursor: default;
    background: #ff7d00 !important;
    padding: 4px 13px;
    border-radius: 1em;
    margin: 5px 0;
    font-size: 12px;
    position: absolute;
    cursor: pointer;
}
.owner_details .starset{
    position: relative !important; display: inline-block;
}
.owner_details .starset::after{display:block; top:-17px; right:5px;}

.owner_details .starset{
    position: relative !important;
}

.starset{
    position: relative !important; display: inline-block;
}
/*.starset::after{display:block; top:-17px; right:5px;}*/

i.starset{
    background: none !important;
    position: relative !important;
    right: 7px;
    top: 10px;
}
.starset::after {
    position: absolute;
    right: 0px;
    top: 0px;
    background: url('../../images/new/starset.png') no-repeat 0 0;
    width: 13px !important;
    height: 13px !important;
    background-size: cover;
    content: "";
}

.video_name .domain_text{
    margin-bottom: 0 !important;
}
.onwer_detail_lineup{
    margin-bottom: 0;
    padding: 0 !important;
}
.onwer_detail_lineup h2{
    float: left;
    padding-top: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.onwer_detail_lineup p{
    float: left;
    padding-left: 3px;
    color: #ff7d00;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 2rem !important;
}
.onwer_detail_lineup .owner_details{
    padding: 0 !important;
}

/*signup form css*/
.form-container.off-canvas {
    text-align: center;
    padding: 5% 0px;
    max-width: 400px;
    margin: auto;
}
#videolineup_modal .form-container.off-canvas, #createlineup_modal .form-container.off-canvas, #editlineup_modal .form-container.off-canvas, 
.clipkick_modal .form-container.off-canvas, #videolineup_details_modal .form-container.off-canvas {
    width: 800px;
    max-width: 800px;
    border-radius: 20px;
    padding: 0 0 55px 0px;
    background: #F7F7F7;
}
#videolineup_modal .modal-form .form-group input, #videoLineup_name_val, #createlineup_modal .modal-form .form-group input, 
#editlineup_modal .modal-form .form-group input, .clipkick_modal .modal-form .form-group input, #videolineup_details_modal .modal-form .form-group input{
    background-color: #F7F7F7;
    border-radius: 0 !important;
    border: none;
    border-bottom: 2px solid #D9D9D9;
}
#videolineup_modal .form-control, #createlineup_modal .form-control, #editlineup_modal .form-control, .clipkick_modal .form-control,
#videolineup_details_modal .form-control{
    background-color: #EDEDED;
    border-radius: 0 !important;
    border: none;
}
.videolineup-label{
    float: left;
    color: #ff7d00;
    font-size: 16px !important;
}
.videoLineupImage{
    width: 100%;
    margin-top: 40px;
    border-radius: 20px;
    border: 2px solid #ff7d00;
    margin-bottom: 10px;
}
#videolineup_modal, #createlineup_modal, #forgotpassword_modal, #editlineup_modal, .clipkick_modal, #videolineup_details_modal{
    overflow: auto;
    background: rgba(51,51,51,.8) !important;
    height: 100%;
}
#videolineup_modal .img-fluid, #createlineup_modal .img-fluid, #editlineup_modal .img-fluid, .clipkick_modal .img-fluid, #videolineup_details_modal .img-fluid{
    margin-right: 10px;
}
.lineup_private_ic{
    float: right;
    width: 15px;
    margin-top: 3px;
}

form.modal-form h2 {
    color: #000;
    font-size: 30px;
    padding-top: 0px;
}

form.modal-form h3 {
    color: #000;
    padding-bottom: 15px;
    font-size: 18px;
}
.modal-form input.invalid {
    background-color: #ffdddd !important;
}
.modal_error_span{
    margin: auto;
    float: none !important;
}
/* Hide all steps by default: */
.tab, .tab_loggedin {
  display: none;
}

.modal-form #prevBtn, .modal-form #prevBtn_loggedin {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.modal-form .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.modal-form .step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.modal-form .step.finish {
  background-color: #04AA6D;
}
.modal-form .form-group input {
/*  display: block;*/
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.circlesec {
    display: none;
}
.menu button.btn.btn-primary {
    background: #ff7d00;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    padding: 8px 35px;
    float: right;
    margin-top: 24px;
}
.custom_modal .modal-content img.modal_logo {
    max-width: 80px;
    height: auto;
    margin-bottom: 10px;
}

button.close {
    width: 40px;
    position: absolute;
    right: 0;
    color: #000;
    font-size: 35px;
    float: right;
    text-align: right;
    padding-right: 10px;
    z-index: 9;
}
form.modal-form {
    padding: 0px 60px;
}
.custom_modal .modal-content p {
    color: #000;
    margin: 0;
    line-height: 27px;
    font-size: 14px;
    max-width: 100%;
}
#player_inner_wrapper .custom_modal .modal-content p{
    line-height: 22px;
}
.custom_modal form.modal-form{
    padding: 0px 20px;
}
.dropdown a.headernavuser
{
    display: flex;
    align-items: center;
}
.custom_modal .modal-content p a {
    color: #ff7d00;
    font-weight: 600;
}

.custom_modal .modal-content button.btn{
    background: #ff7d00;
    border: #ff7d00;
    color: #fff;
    margin-bottom: 10px;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
}
.custom_modal .modal-content button.btn:hover {
  background: #ff7d00;
}
.custom_modal .modal-content button.btn:focus {
    box-shadow: none !important;
}
.custom_modal .form-wizard .wizard-fieldset {
  display: none;
}
.custom_modal .form-wizard .wizard-fieldset.show {
  display: block;
}
.custom_modal .form-wizard .wizard-form-error {
  display: none;
  background-color: #d70b0b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.custom_modal .form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.circlesec{
  display: :none;
}
.modal-form input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}
.modal-form button:focus-visible {
    outline: 0;
}
.modal-form .error-message {
    color: red;
    float: left;
    padding: 5px 0px 8px 0;
}
.custom_modal .modal-content{
    justify-content: center;
    box-sizing: border-box;
    flex-direction: column;
    display: flex;
    height: fit-content;
    margin: auto;
    border: none;
}
#for_mobile_modal{
    margin: 0 !important;
    background: #F7F7F7;
}
#for_mobile_modal .modal-content{
    /*height: 100%;*/
}
.custom_modal{
    justify-content: center;
    box-sizing: border-box;
    flex-direction: row;
    width: 100%;
    background: #fff;
    overflow: auto;
}
.modal .modal-content {
   -webkit-transform: translate(0);
   -moz-transform: translate(0);
   transform: translate(0);
}

.btn-theme-orange{
    background: #ff7d00;
    color: #fff !important;
    font-size: 20px !important;
    width: 100px;
    padding: 4px 0;
    text-align: center;
    border-radius: 50px;
    margin-top: 15px;
    margin-right: .5rem;
    margin-left: .5rem;
}
.btn-theme-orange:hover{
    background: #ff7d00;
    color: #000 !important;
}
.logout-btn{
    padding: 4px 12px;
    margin-right: 1.5rem;
}
#logout-btn li, #login-pu li, .submenu_option li{
    text-align: center !important;
    color: #fff;
    padding: 5px;
}
li.border-bt-1.d-menu {
    padding: 9px;
}
/* For add Icon */
a.add_icon {
    position: absolute;
    right: 105px;
    top: 50%;
    margin: auto;
    width: auto;
    max-width: 20px;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.chat-modal {
    width: 500px !important ;
    border-radius: 20px !important;
    height: 600px !important;
}

.update_chat__user_list{
    max-height: 100% !important;
}
h1.group_chat__title {
    font-size: 30px;
    margin: 27px 36px 7px 34px;
    width:100%;
}

.j-create_dialog, .j-forward_dialog, .j-update_dialog, .j-delete_dialog {
     
    flex: 1 0 92px !important;
     
}
.j-create_dialog h5 {
    margin-left: 35px !important;
}
#selectedUserIds,#selectedDialogIds  {
    margin-top: 11px !important;
}
.group_chat__user_list{
    background-color: #F7F7F7 !important;
/*    margin-bottom: 10px;*/
    padding-bottom: 15px;
}
.j-create_dialog h3 ,.j-delete_dialog_btn,.j-update_dialog h3 {
    
    color: #ff7d00;
    
}
.j-delete_dialog h5,.j-update_dialog h5  {
    margin-left: 34px;
}
/*  End */
/* .add_icon::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 100px;
    width: 17px;
    height: 3px;
    background-color: #fff;
}
.add_icon::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 100px;
    width: 16px;
    height: 3px;
    background-color: #fff;
    transform: rotate(90deg);
} */
.border-bt-1{
    border-bottom: 1px solid;
}
#logout-btn:hover, #login-pu: hover{
    color: #fff;
}

/*signup form related cs end*/

#preloader{
    display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #000;
    opacity: 0.8;
}
#preloader img{
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}

/*image gallery*/
.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*border: 3px solid transparent;*/
    margin-bottom: 0;
    outline: 0;
}
.image-checkbox input[type="checkbox"] {
    display: none;
}

.img_hidden{
    display: none !important;
}
.image-checkbox-checked {
    /*border-color: #ff7d00;
    border-radius: 5px;*/
}
.image-checkbox-checked img{
    border: 3px solid #ff7d00;
    border-radius: 5px;
    padding: 2px;
}
.category_wrapper .col-md-6{
    padding-right: 5px;
    padding-left: 5px;
}
.image-checkbox .fa {
    position: absolute;
    color: #000;
    background-color: #ff7d00;
    padding: 5px;
    top: 0;
    right: 8px;
}
/*.custom_modal .modal-content img.category_img{
    width: 100%;
    height: 220px;
    object-fit: contain;
    border-radius: 3px;
}*/
.custom_modal .modal-content .category_img{
    width: 100%;
    /*object-fit: contain;*/
    border-radius: 3px;
}
.custom_modal .modal-content .category_img img{
    width: 100%;
    object-fit: fill;
    border-radius: 3px;
}
.image-checkbox-checked .fa {
    display: block !important;
}

#completeProfileForm .profile-pic {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    vertical-align: middle;
    text-align: center;
    color: transparent;
    transition: all .3s ease;
    text-decoration: none;
    cursor: pointer;
}

#completeProfileForm .profile-pic:hover {
    background-color: rgba(0,0,0,.5);
    z-index: 10000;
    color: #fff;
    transition: all .3s ease;
    text-decoration: none;
}

#completeProfileForm .profile-pic span {
    display: inline-block;
    /*padding-top: 4.5em;
    padding-bottom: 4.5em;*/
}

form#completeProfileForm input[type="file"] {
    display: none;
    cursor: pointer;
}
#profile_image_upload{
    border-radius: 50%;
    height: 150px;
    width: 150px;
}

.videolineupForm .profile-pic {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    vertical-align: middle;
    text-align: center;
    color: transparent;
    transition: all .3s ease;
    text-decoration: none;
    cursor: pointer;
}
#editlineupForm .profile-pic, #editthumbnail_wrapper .profile-pic{
    cursor: pointer;   
}

/*.videolineupForm .profile-pic:hover {
    background-color: rgba(0,0,0,.5);
    z-index: 10000;
    color: #fff;
    transition: all .3s ease;
    text-decoration: none;
}*/

.edit_lineuptitle{
    cursor: pointer;
    margin-left: 5px;
}
.videolineupForm .profile-pic span {
    display: inline-block;
    /*padding-top: 4.5em;
    padding-bottom: 4.5em;*/
}

form.videolineupForm input[type="file"], form#editlineupForm input[type="file"], form#saveDeletedMediaForm input[type="file"]
form#editProfileForm input[type="file"], form#aboutvideoForm input[type="file"], form#editAboutVideoThumbnailForm input[type="file"] {
    display: none;
    cursor: pointer;
}
#lineup_image_upload, #editlineup_image_upload{
    width: 80%;
    border: none;
}
#saveDeletedMedia_image_upload{
    width: 100%;
    height: 200px;
    border: none;
}
#editlineup_image_upload{
    border: none;   
}

#videolineup_modal form.modal-form, #createlineup_modal form.modal-form, #editlineup_modal form.modal-form, .clipkick_modal form.modal-form,
#videolineup_details_modal form.modal-form{
    padding: 0px 0px;
}
#videoLineup_name, #editvideoLineup_name{
    text-align: left;
    font-size: 30px;
}
#videoLineup_link{
    text-align: left;
    color: #ff7d00;
    font-size: 25px;
    margin-bottom: 20px;
}
#videolineup_modal .form-check-label, #createlineup_modal .form-check-label, #editlineup_modal .form-check-label, .clipkick_modal .form-check-label,
#saveDeletedMedia_modal .form-check-label, #videolineup_details_modal .form-check-label{
    padding-left: 3px;
    margin-right: 15px;
}
#videolineup_modal .modal-form .form-group input[type="radio"], #saveDeletedMedia_modal .modal-form .form-group input[type="radio"],
#videolineup_details_modal .modal-form .form-group input[type="radio"]{
    width: auto !important;
}
#lineupList_wrapper, #deleted_lineupList_wrapper, #connections_wrapper{
    height: 230px;
    background: #EDEDED;
    border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
}
#lineupList_wrapper [type="radio"]:checked + label, #deleted_lineupList_wrapper [type="radio"]:checked + label, #connections_wrapper [type="checkbox"]:checked + label{
    background: #D9D9D9;
}
#lineupList_wrapper .form-check-input, #deleted_lineupList_wrapper .form-check-input, #connections_wrapper .form-check-input{
    display: none;
}
#lineupList_wrapper .form-check, #deleted_lineupList_wrapper .form-check, #connections_wrapper .form-check{
    text-align: left;
}
#videolineup_modal .modal-content button.btn, #createlineup_modal .modal-content button.btn, #editlineup_modal .modal-content button.btn, .clipkick_modal .modal-content button.btn,
#videolineup_details_modal .modal-content button.btn{
    margin-top: 20px;
    width: 150px;
    margin: auto;
    margin-top: 20px;
}
#videolineup_modal button.close, #createlineup_modal button.close, #editlineup_modal button.close, .clipkick_modal button.close,
#videolineup_details_modal button.close{
    padding-right: 15px;
    padding-top: 10px;
}
#lineupList_wrapper [type="radio"] + label, #deleted_lineupList_wrapper [type="radio"] + label, #connections_wrapper [type="checkbox"] + label{
    padding: 5px 10px;
    width: 100%;
    font-size: 16px !important;
}
#videolineup_modal form.modal-form .createlineupmodal_header, #createlineup_modal form.modal-form .createlineupmodal_header, #editlineup_modal form.modal-form .createlineupmodal_header, .clipkick_modal form.modal-form .createlineupmodal_header
,#tipingModal .createlineupmodal_header,#connectStripeModal .createlineupmodal_header,#updateAboutTextModal .createlineupmodal_header,#aboutVideo_modal .createlineupmodal_header,#allPlanLineupModal .createlineupmodal_header,
#videolineup_details_modal form.modal-form .createlineupmodal_header, #aboutVideo_detail_modal .createlineupmodal_header, #editAboutVideoThumbnail_modal .createlineupmodal_header{
    font-size: 40px;
    text-align: left;
    padding: 30px 15px 15px;
    -webkit-box-shadow: 0 8px 6px -6px #1e1e1e0f;
    -moz-box-shadow: 0 8px 6px -6px #1e1e1e0f;
    box-shadow: 0 8px 6px -1px #1e1e1e0f;
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#videolineup_modal .modal-content, #createlineup_modal .modal-content, #forgotpassword_modal .modal-content, #editlineup_modal .modal-content, .clipkick_modal .modal-content,
#videolineup_details_modal .modal-content{
    border-radius: 20px !important;
}
#videolineup_modal .modal-form .error-message, #createlineup_modal .modal-form .error-message, #editlineup_modal .modal-form .error-message, .clipkick_modal .modal-form .error-message,
#videolineup_details_modal .modal-form .error-message{
    text-align: left;
    width: 100%;
}
.clipkick-label-color{
    color: #ff7d00 !important;
    font-size: 16px !important;
}
.clipkick_link{
    color: #ff7d00 !important;
    font-size: 16px !important;   
}

.header_lineup_btn{
    width: 100%;
    padding: 0 15px;
}

@media only screen and (max-width: 768px) {
    #videolineup_modal .form-container.off-canvas, #createlineup_modal .form-container.off-canvas, #editlineup_modal .form-container.off-canvas, .clipkick_modal .form-container.off-canvas,
    #videolineup_details_modal .form-container.off-canvas{
        width: 500px;
    }
    .header_lineup_btn{
        display: none;
    }
}
@media only screen and (max-width: 500px) {
    #videolineup_modal .form-container.off-canvas, #createlineup_modal .form-container.off-canvas, #editlineup_modal .form-container.off-canvas, .clipkick_modal .form-container.off-canvas,
    #videolineup_details_modal .form-container.off-canvas{
        width: 360px;
    }

    .chat-modal {
        width: 90% !important;
         
    }
    h1.group_chat__title {
        font-size: 24px;
         
    }
    .j-create_dialog h3  {
    
        font-size: 12px;
        
    }
    .user__name {
        
        font-size: 14px;
         
    }
    .dialog__avatar i  {
         
        transform: translate(-49%, -40%);
    }
    img.group-icon {
        width: 43px;
        height: 43px;
    }
    .chat-header
{
    margin-top:0px;
}
a.add_icon {
    
    right: 17px;
     
}
}

.switch{
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.switch + .lable{
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 20px;
  min-height: 18px;
  min-width: 18px;
  font-weight: normal;
  cursor: pointer;
}
.switch + .lable::before{
  cursor: pointer;
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 12px;
  color: #32a3ce;
  content: "\a0";
  background-color: #FAFAFA;
  border: 1px solid #c8c8c8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  display: inline-block;
  text-align: center;
  height: 16px;
  line-height: 14px;
  min-width: 16px;
  margin-right: 1px;
  position: relative;
  top: -1px;
}
.switch:checked + .lable::before {
  display: inline-block;
  content: '\f00c';
  background-color: #F5F8FC;
  border-color: #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}
/* CSS3 on/off switches */
.switch + .lable {
  margin: 0 4px;
  min-height: 24px;
}
.switch + .lable::before {
  font-weight: normal;
  font-size: 11px;
  line-height: 17px;
  height: 20px;
  overflow: hidden;
  border-radius: 12px;
  background-color: #F5F5F5;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #CCC;
  text-align: left;
  float: left;
  padding: 0;
  width: 52px;
  text-indent: -21px;
  margin-right: 0;
  -webkit-transition: text-indent .3s ease;
  -o-transition: text-indent .3s ease;
  transition: text-indent .3s ease;
  top: auto;
}
.switch.switch-bootstrap + .lable::before {
  font-family: FontAwesome;
  content: "\f00d";
  box-shadow: none;
  border-width: 0;
  font-size: 16px;
  background-color: #a9a9a9;
  color: #F2F2F2;
  width: 52px;
  height: 22px;
  line-height: 21px;
  text-indent: 32px;
  -webkit-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease;
  margin-right: 10px;
}
.switch.switch-bootstrap + .lable::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 3px;
  border-radius: 12px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  width: 18px;
  height: 18px;
  text-align: center;
  background-color: #F2F2F2;
  border: 4px solid #F2F2F2;
  -webkit-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}
.switch.switch-bootstrap:checked + .lable::before {
  content: "\f00c";
  text-indent: 6px;
  color: #FFF;
  border-color: #b7d3e5;
  
}
.switch-primary >.switch.switch-bootstrap:checked + .lable::before {
    background-color: #ff7d00;
}
.switch-success >.switch.switch-bootstrap:checked + .lable::before {
    background-color: #5cb85c;
}
.switch-danger >.switch.switch-bootstrap:checked + .lable::before {
    background-color: #d9534f;
}
.switch-info >.switch.switch-bootstrap:checked + .lable::before {
    background-color: #5bc0de;
}
.switch-warning >.switch.switch-bootstrap:checked + .lable::before {
    background-color: #f0ad4e;
}
.switch.switch-bootstrap:checked + .lable::after {
  left: 32px;
  background-color: #FFF;
  border: 4px solid #FFF;
  text-shadow: 0 -1px 0 rgba(0, 200, 0, 0.25);
}
/* square */
.switch-square{
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.switch-square + .lable{
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 20px;
  min-height: 18px;
  min-width: 18px;
  font-weight: normal;
  cursor: pointer;
}
.switch-square + .lable::before{
  cursor: pointer;
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 12px;
  color: #32a3ce;
  content: "\a0";
  background-color: #FAFAFA;
  border: 1px solid #c8c8c8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  display: inline-block;
  text-align: center;
  height: 16px;
  line-height: 14px;
  min-width: 16px;
  margin-right: 1px;
  position: relative;
  top: -1px;
}
.switch-square:checked + .lable::before {
  display: inline-block;
  content: '\f00c';
  background-color: #F5F8FC;
  border-color: #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}
/* CSS3 on/off switches */
.switch-square + .lable {
  margin: 0 4px;
  min-height: 24px;
}
.switch-square + .lable::before {
  font-weight: normal;
  font-size: 11px;
  line-height: 17px;
  height: 20px;
  overflow: hidden;
  border-radius: 2px;
  background-color: #F5F5F5;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #CCC;
  text-align: left;
  float: left;
  padding: 0;
  width: 52px;
  text-indent: -21px;
  margin-right: 0;
  -webkit-transition: text-indent .3s ease;
  -o-transition: text-indent .3s ease;
  transition: text-indent .3s ease;
  top: auto;
}
.switch-square.switch-bootstrap + .lable::before {
  font-family: FontAwesome;
  content: "\f00d";
  box-shadow: none;
  border-width: 0;
  font-size: 16px;
  background-color: #a9a9a9;
  color: #F2F2F2;
  width: 52px;
  height: 22px;
  line-height: 21px;
  text-indent: 32px;
  -webkit-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease;
}
.switch-square.switch-bootstrap + .lable::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 3px;
  border-radius: 12px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  width: 18px;
  height: 18px;
  text-align: center;
  background-color: #F2F2F2;
  border: 4px solid #F2F2F2;
  -webkit-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}
.switch-square.switch-bootstrap:checked + .lable::before {
  content: "\f00c";
  text-indent: 6px;
  color: #FFF;
  border-color: #b7d3e5;
  
}
.switch-primary >.switch-square.switch-bootstrap:checked + .lable::before {
    background-color: #337ab7;
}
.switch-success >.switch-square.switch-bootstrap:checked + .lable::before {
    background-color: #5cb85c;
}
.switch-danger >.switch-square.switch-bootstrap:checked + .lable::before {
    background-color: #d9534f;
}
.switch-info >.switch-square.switch-bootstrap:checked + .lable::before {
    background-color: #5bc0de;
}
.switch-warning >.switch-square.switch-bootstrap:checked + .lable::before {
    background-color: #f0ad4e;
}
.switch-square.switch-bootstrap:checked + .lable::after {
  left: 32px;
  background-color: #FFF;
  border: 4px solid #FFF;
  text-shadow: 0 -1px 0 rgba(0, 200, 0, 0.25);
}
.switch-square.switch-bootstrap + .lable::after {
    border-radius: 2px;
} 

.new_menu > li.show_on_desktop{
    display: inline-block !important;
}
.show_on_mobile{
    display: none !important;
}

.video_save_btn {
    display: inline-block;
    float: right;
    min-width: 63px;
}

.video_save_btn > button {

    padding: 3px 12px;
    background-color: #ff7d00;
    border-radius:16px;
    border: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}

.video_save_btn > button > img {

    height:24px;    display: inline-block; margin-top: -3px;

}
.video_save_btn > button > span{display:inline-block; padding-top: 4px;padding-left: 4px;
    padding-bottom: 4px;}

.videolineupForm .video_save_btn > button, #saveDeletedMediaForm .video_save_btn > button {
    padding: 0px 12px;
    font-size: 12px;
}
.videolineupForm .video_save_btn > button > img, #saveDeletedMediaForm .video_save_btn > button > img {
    height: 15px;
}
/*.save_btn_hide{
    display: none;
    position: absolute;
    right: 0;
}*/
/*label.form-check-label.lineup_lable.active .save_btn_hide {
    display: inline-block;
}
.lineup_lable:hover .save_btn_hide {
    display: inline-block !important;
}*/

.nav-pills .nav-link.active, .nav-pills .nav-item.show .nav-link {
    color: #fff;
    cursor: default;
    background: #ff7d00 !important;
    padding: 10px 30px;
    border-radius: 50px;
    margin: 2px 8px;
    font-size: 16px;
}

.cvmslmop {
    background-color: transparent !important;
    margin: 2px 8px;
    padding: 0.55em;
    color: #ff7d00;
}
/*end old css*/

.icon_img_wrapper{
    padding-right: 5px;
}
.lineup_detail_wrapper{
    padding-left: 5px;
}


/*lineup_clips player page css*/
.mainwrapcontent{
    margin-bottom: 20px;
}
.mainwrapcontent .card{
    border: none;
    background-color: #000;
    margin: 10px 0;
}
.mainwrapcontent .card.active{
    background-color: #333333;
    padding: 0;
}
.mainwrapcontent .card img {
    width: 80px;
    max-height: 80px;
}
.mainwrapcontent .card-body{
    /*background-color: #000;*/
}


.mainwrapcontentpic2{
    margin-top: -20px;
}
.mainwrapcontent .card-body h5{
    font-size:20px;
    color:#fff;
    text-overflow: ellipsis;
/*    white-space: nowrap;*/
    overflow: hidden;
}
.mainwrapcontent  .card-body p{
    color:#FF7D00;
    
    line-height:16px;
    font-size:16px;
}

.mainwrapcontent .cardbody .cardbody2 h5{
    color:#fff;
    
    line-height:31px;
    font-size:22px;
    letter-spacing:0.17;
}
.mainwrapcontent .cardbody .cardbody2 p{
    color:#FF7D00;
    line-height:22px;
    font-size:16px;
    letter-spacing:-0.12;
}
.mainwrapcontent .cardbody .cardbody2 p a{
    color:#FF7D00;
}

.mainwrapcontent .cardbody .cardbody2 img{
    width:50px;
}

.mainwrapcontent .mainwrapcontentbox .mainwrapcontentplaylist h1{
    color:#fff;
    font-size:22px;
    
    letter-spacing: 0.21;
    line-height:0.3;
    padding-bottom: 20px;
}

.mainwrapcontent  video{
    width:100%;

}

.mainwrapcontent .mainwrapcontentbox .border1{
    border-right:1px solid #7a7a7a;
    padding-right: 15px;
}
.mainwrapcontent .mainwrapcontentbox .mainwrapcontentplaylist{
    padding-left: 20px;
}
.mainwrapcontentplaylist2{
    max-height: 70vh;
    overflow: auto;
}
.mainwrapcontent .mainwrapcontentbox .mainwrapcontentplaylist2 img{
    border-radius:5px;
  /*border-bottom: 2px solid #FF7D00;*/
}

.mainwrapcontent .mainwrapcontentbox .mainwrapcontentplaylist2 .mainwrapcontentplaylist3 {
}


.mainwrapcontent .mainwrapcontentbox .mainwrapcontentplaylist .mainwrapcontentplaylist2 .card-body h5{
    font-size:16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.mainwrapcontent .mainwrapcontentbox .mainwrapcontentplaylist .mainwrapcontentplaylist2 .card-body p{
    font-size:14px;
    margin-bottom: 3px;
}

.mainwrapcontent .mainwrapcontentbox .mainwrapcontentplaylist .mainwrapcontentplaylist2 .card-body .view {
    font-size:14px;
    color:#888888;
    
    letter-spacing: 0.11;
}

.mainwrapcontent .mainwrapcontentbox .mainwrapcontentinnerbox .mainwrapcontentpic h1{
    font-size:16px;
}
.mainwrapcontent .mainwrapcontentbox .mainwrapcontentinnerbox .mainwrapcontentpic p{
    font-size:12px;
}

.mainwrapcontent .mainwrapcontentbox button{
    color:#FF7D00;
    border:1px solid #FF7D00;
    border-radius:16px;
    padding-left:18px;
    padding-right:18px;
    padding-top:3px;
    padding-bottom: 3px;
    background-color: #000;
    margin-top: 20px;
    font-size:18px;
    

}

.mainwrapcontent .mainwrapcontentbox .followbutton{
    text-align: right;
}
.mainwrapcontent .mainwrapcontentbox .followbutton2{
    text-align: right;
    /*margin-top: 10px;*/
}

.mainwrapcontent .cardbody button {
    color: #fff;
    border: 1px solid #FF7D00;
    border-radius: 20px;
    background-color: #FF7D00;
    padding: 1px 15px 1px 15px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.8;
}
.mainwrapcontent .send-btn {
    color: #000;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    background-color: #d8d8d8;
    padding: 0px 10px 0px 10px;
    font-size: 12px;
    line-height: 33px;
    margin-top: 0px;
}
img.save-btn-img {
    width: 100%;
    max-width: 10px;
    margin-right: 10px;
    margin-top: -2px;
}
img.send-btn-img {
    width: 100%;
    max-width: 12px;
    margin-right: 3px;
/*    margin-top: -3px;*/
}
.send_btn img.send-btn-img{
    margin-top: 1px;
}


@media only screen and (max-width: 991px) and (min-width: 768px){
    .mar-right-5 {
    margin-right: 5px !important;
}
/*.mt-2 {
    margin-top: 0rem!important;
}
.banner .clips h1 {
    font-size: 35px;
}*/
}

@media only screen and (max-width: 767px) and (min-width: 576px){
.mar-right-5 {
    font-size: 12px !important;
    margin-right: 3px !important;
}
.mt-2 {
    margin-top: 0px!important;
}
/*.banner .clips h1 {
    font-size: 35px;
}*/
}
@media only screen and (max-width: 600px) {
a.navbar-brand {
    text-align: center;
    margin: auto;
    display: block;
}
.new-align {
    text-align: center !important;
}
.sm-mar-right-8{
    margin-right: 8px !important;
}
    .mar-right-5 {
    margin-right: 5px !important;
}
.lineup-btn a, .lineup-btn span {
    font-size: 12px !important;
}
    .headernav{
        text-align: center;
        margin-top: 10px;
    }
    .headernavuser{
        text-align: right;
        margin-right: 0px;
        margin-top: 4px;
    }

    .headernavstar{
        text-align: right;
        margin-top: 4px;
    }

    .headeruserpic{
        margin-top: 4px;
    }

    .breadcumbarea .breadcrumb {
        margin-left: 0px;
        
    }


    .mainwrapcontent .mainwrapcontentbox .mainwrapcontentplaylist .mainwrapcontentplaylist2 .card-body {
    }
    .mainwrapcontent .cardbody .cardbody2 h5 {
        font-size:20px;
    }
    .mainwrapcontent .cardbody .cardbody2 p {
        font-size:14px;
    }
    .mainwrapcontent .mainwrapcontentbox .followbutton2 {
        margin-top:-15px;
    }
    .mainwrapcontent .mainwrapcontentbox .mainwrapcontentplaylist h1 {
        margin-top: 40px;
    }

    .mainwrapcontent ..mainwrapcontentbox video{
        width:300;
    }
    .mainwrapcontent .mainwrapcontentbox .mainwrapcontentplaylist2 .mainwrapcontentplaylist3 {
        margin-top:0px;
    }
}

.video_detail_wrap{
    padding: 10px;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .headernavuser{
        /*margin-right: 0px !important;*/
    
}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}

.navbar_search {
    width: 75%;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    font-size: 16px;
    background-color: #2c2c2c;
    background-image: url(../../images/new/searchicon.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 8px 20px 8px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    color: #fff!important;
    float: right;
}

.navbar_search:focus {
    outline: none;
}

.nav_search_box {
    width: 100%;
    margin-right: 70px;
}

.navbar_search::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important;
}


.body_black .lineup-btn a, .body_black .lineup-btn span {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.body_black .lineup-btn a:hover, .body_black .lineup-btn span:hover{
    color: #ff7d00;
}
.headerrow .dropdown-menu li a:hover{
    color: #000;
}

.lineup-btn i {
    font-style: normal;
    display: inline-block;
    width: 23px;
    height: 23px;
    background: #ff7d00;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    line-height: 21px;
}
.profile_pic{
    width: 40px;
  border-radius: 50%;
}
.lineup_counter{
    color: #fff;
}
.lineup_counter.active{
    color: #ff7d00;
}
.profile_counter{
    color: #fff;
    font-size: 18px;
}
/*.counter_btn_wrapper{
    margin-top: 45px;
}*/
.hd_profile_icons img{
    width: 30px;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    background: none !important;
}
.breadcumbarea .breadcrumb {
    margin-left: -40px;
}
.breadcumbarea .breadcrumb .breadcrumb-item a {
    color: #7a7a7a;
    font-size: 18px;
    text-decoration: none;
}
.breadcumbarea .breadcrumb .active {
    color: #FF7D00;
    font-size: 18px;
}
.body_black .mainwrapcontent, .body_black .mainwrapcontentinnerbox {
     padding-top: 0 !important; 
}
.body_black .row.mainwrapcontentbox {
/*     padding-top: 10px !important; */
}
#playList .next_vd_wrap{
    display: flex;
    align-items: center;
}
.lineup_title{
    color: #212529;
    text-decoration: none;
}
.lineup_title:hover, .lineup_title:focus{
    color: #212529;
    text-decoration: none;   
}
.mainwrapcontentplaylist2 a{
    text-decoration: none;
}
.err_msg{
    color: #fff;
    margin-top: 10%;
}
.cust_tab {
    text-align: center;
    margin: 0 5px;
}

.cust_tab a{
    text-decoration: none;
    color: #888;
    font-size: 18px;
    border-bottom: 2px solid #eee;
}
.cust_tab a.active{
    color: #ff7d00;
    font-weight: bold;
    border-bottom: 2px solid #ff7d00;
}
.tab-pane.active{
    display: block;
}
.tab-content{
    margin-top: 20px;
}
.connection_details h2 {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 0;
}
.connection_details p {
    font-size: 12px;
    margin-bottom: 5px;
}
.con_btn{
    font-size: 14px !important;
    background: #ff7d00;
    color: #fff !important;
    padding: 5px 10px;
    float: right;
    border-radius: 20px;
    font-weight: 100;
    text-decoration: none;
}
.con_btn:hover{
    color: #fff;
    text-decoration: none;
}
.edit_profile{
    font-size: 14px !important;
    background: #d8d8d8;
    color: #000 !important;
    padding: 5px 10px;
    float: right;
    border-radius: 20px;
    font-weight: 100;
    text-decoration: none;
}
.edit_profile:hover{
    color: #fff;
    text-decoration: none;
}
/*#user_conn_rel .con_btn, .edit_profile{
    margin-top: 15px;
    font-size: 17px !important;
}*/
.send_btn{
    font-size: 13px !important;
    background: #d8d8d8;
    color: #000 !important;
    padding: 2px 8px;
    float: right;
    border-radius: 20px;
    font-weight: 100;
    text-decoration: none;
    cursor: pointer;
}
.send_btn:hover{
    color: #fff;
    text-decoration: none;
}
.edit_lineup{
    font-size: 24px !important;
    color: #d8d8d8 !important;
    padding: 0px 5px;
    float: right;
    font-weight: 100;
    text-decoration: none;
    cursor: pointer;
}
.ln_options_wrapper .edit_lineup{
    font-size: 24px !important;
    padding: 0;
}
.edit_clip_css{
    font-size: 24px !important;
    color: #d8d8d8 !important;
/*    padding: 0px 5px;*/
    float: right;
    font-weight: 100;
    text-decoration: none;
    cursor: pointer;
}
.shared_with_icon{
    padding: 5px 5px;
    float: right;
    /*border-radius: 20px;*/
    font-weight: 100;
    text-decoration: none;
}
.ln_options_wrapper .shared_with_icon{
    padding: 0;
}
.plus-icon{
    width: 22px;
}
.shared_with_icon img{
    width: 24px;
    max-width: 26px;
    padding-top: 1px;
}
.finalsend_lineupclip{
    padding: 8px 10px !important;
}
.reject_btn{
    font-size: 14px !important;
    background: #888;
    color: #fff !important;
    padding: 5px 7px;
    float: right;
    border-radius: 20px;
    font-weight: 600;
    text-decoration: none;
    margin-left: 4px;
}
.reject_btn:hover{
    color: #fff;
    text-decoration: none;
}
#user_conn_rel .reject_btn{
    margin-top: 15px;
    font-size: 17px !important;
}
.loadmore_btn{
    font-size: 14px !important;
    background: #ff7d00;
    color: #fff !important;
    padding: 5px 7px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
}
.loadmore_btn:hover{
    color: #fff;
    text-decoration: none;
}
.cd-popup {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  transform: translateY(-40px);
  transition-property: transform;
  transition-duration: 0.3s;
}

.is-visible .cd-popup-container {
  transform: translateY(0);
}
.btn-center{
    margin: auto;
    cursor: pointer;
}
.confirmation-text{
    font-size: 18px;
}
.modal-dialog-centered{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
    margin: auto;
}
#confirmationModal .form-check-label{
    font-size: 18px;
    padding-left:  5px !important;
}
#confirmationModal .form-check-input{
    margin-top: 3px;
    width: 18px;
    height: 18px;
}
.btn{
    border-radius: 10px;
}
.btn-brand{
    border-radius: 10px;
    background-color: #ff7d00;
    border-color: #ff7d00;
    color: #fff !important;
}
.btn-brand:hover{
    background-color: #ff7d00;
    border-color: #ff7d00;   
}
img.close.fade.newchat-btn {
    margin: 1px -9px;
}
div#substrate img.close.fade {
    position: absolute;
    right: 32%;
    top: 15%;
    visibility: hidden;
}
button.btn.m-create_dialog_btn.j-delete_dialog_btn {
    margin: 27px 11px;
}
h3.j-create_dialog_link.disabled.active {
    /* margin-top: 5%; */
    margin-top: 0%;
}
.chat-modal button.close {
    margin: 0px 4px;
    z-index: 999;
}
h3.j-update_dialog_link.disabled.active.userGrp {
    margin: 27px 11px;
}
.j-update_dialog_btn {
    margin: 40px 11px !important;
    /* color: #ff7d00; */
    font-weight: bold;
}
.requested-btn{
    float: right;
    font-size: 18px;
    color: #888;
}
.conn_wrapper{
    margin: 15px 0;
}
.notifications {
    width: 400px;
    top: 63px;
    right: 62px;
    border-radius: 5px 0px 5px 5px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 9;
    max-height: 400px;
    overflow: auto;
    flex-direction: column !important;
    padding: 0;
}

.notifications h2 {
    font-size: 20px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #000;
    text-align: left;
}

.notifications h2 span {
    color: #f00;
}

.notifications-item {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 5px 15px;
    margin-bottom: 0px;
    cursor: pointer;
}

.notifications-item:hover {
    background-color: #eee;
}

.notifications-item img {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    margin-top: 2px;
    border-radius: 50%;
}
.notification-prof-pic{
    padding-right: 0;
}
/*.notifications-item.lineup_clip_thumbimg img{
    width: 35px;
    margin: 0 10px;
}*/

.notifications-item .text{
    width: 100%;
}

.notifications-item .text h4 {
    color: #888;
    font-size: 16px;
    margin-top: 3px;
    text-align: left;
}

.notifications-item .text h4 span{
    color: #ff7d00;
    font-weight: 600;
    border-bottom: 1.8px solid #ff7d00;
}

.notifications-item .text p {
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
}
.menu-btn, .menu-btn .dropdown{
    float: right;
}
.banner_icon_img{
    width: 30px;
    margin-bottom: 5px;
}

.send_user_list{
    margin-bottom: 10px;
}
.send_user_list .user_profil_pic{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    object-fit: cover;
}
.send_user_list .user_name{
    font-size: 18px;
    text-align: left;
}
.send_user_list .usraddress{
    color: #ff7d00;
    font-weight: 600;
}
#sendLineupClipModal .modal-content, #removeSharedconfirmationModal .modal-content, #removeCollaborationconfirmationModal .modal-content, #share_Private_modal .modal-content, #share_paywall_modal .modal-content{
    width: 100% !important;
    max-height: 600px;
    overflow: auto;
}
.send_user_list .usr_pic_wrap{
    padding-right: 0;
}
.send_user_list .usrdetail{
    padding-left: 0;
}
.send_user_list .send_lineupclip{
    margin-top: 10px;
}
.sendlineup_wrapper, .revokelineup_btn, .removeCollaboration_btn, .message_btn_txt{
    font-size: 16px;
    text-align: right;
    margin-top: 5px;
}
.revokelineup_btn, .removeCollaboration_btn, .message_btn_txt{
    cursor: pointer;
    padding: 0 10px;
    color: #000;
/*    text-align: center;*/
}
.modal-title span{
    font-family: myFirstFont_bold!important;
}
.remove_Sahredlineupclip{
    border-radius: 50% !important;
}
.remove-icon{
    float: right;
    margin-top: 17px;
    width: 25px;
    margin-left: 6px;
}
.ln_list_grid_wrapper .rm-icon{
    width: 22px;
    padding-top: 1px;
}
.save-lnp-icon{
    width: 16px !important;
    padding-top: 2px;
}
.usr_image{
    max-width: 100%;
    height: 100vh;
    object-fit: cover;
    max-height: 250px;
    width: 100%;
}
.default_img{
    /*height: 25vh;*/
    height: 230px;
    object-fit: cover;
    max-height: 230px;
    background: #000;
    border: 1px solid #7a7a7a;
    border-radius: 5px;
    display: inline-grid;
    width: 100%;
    text-align: center;
}
.default_img h6{
    color: #fff;
    align-content: center;
    align-items: center;
    display: inline-grid;
}
.social_share_icon img, .copyPayWallLink img, .qrcode_socialshare img{
    padding: 0;
    width: 50px;
}
.download_btn img, .like_unlike_btn img{
    /*width: 35px;
    margin-right: 10px;*/
}
.followbutton2 .shared_with_icon{
    float: none;
}
.followbutton2 .shared_with_icon img{
    width: 100%;
    max-width: 33px;
    margin-top: 0;
}
.mainwrapcontent .card img.video_list_thumb{
    width: 100px;
    height: 100vh;
    object-fit: contain;
    max-height: 70px;
}
.back_to_home{
    color: #444444;
    text-decoration: none;
    position: relative;
    z-index: 1;
    left: -45px;
}
.back_to_home .fa{
    font-size: 35px;
    border-radius: 50%;
    line-height: 30px;
}
.back_to_home .fa:hover{
    color: #ff7d00;
}
.toast{
    background-color: #ff7d00;
}
.toast-success{
    background-color:#51A351 !important;
}
/*.toast-error{
    background-color:#BD362F !important;
}*/
.next_prev{
    color: #444444;
    text-decoration: none;
    position: relative;
    z-index: 3;
    transform: translateY(-50%);
    display: -webkit-box;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    pointer-events: auto;
    vertical-align: middle;
    -webkit-transform: translateY(-50%);
    top: 50%;
}
.next_prev .fa{
    font-size: 55px;
/*    opacity: .5;*/
    border-radius: 50%;
    line-height: 30px;
}
.next_prev .fa:hover{
    color: #ff7d00;
    opacity: 1;
}
.plus_icon_header{
    color: #ff7d00 !important;
    font-size: 22px !important;
    background: #fff !important;
    height: auto !important;
    margin-right: 3px;
    line-height: 13px !important;
    width: auto !important;
}
.next_prev:focus, .next_prev:active{
    color: #ff7d00;
    text-decoration: none;;
}
#save_video{
    cursor: pointer;
}
input.otp{
  display:inline-block !important;
  width:40px !important;
  height:40px;
  text-align:center;
}
#otp_modal .form-container.off-canvas{
    /*max-width: 500px;*/
}
#otp_modal .modal-form .error-message{
    margin: auto;
    float: none;
}
@media only screen and (max-width: 1200px) {
    .app_store_links{
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .plus_icon_header{
        font-size: 18px !important;
    }
    .profile_pic{
        width: 27px;
        height: 27px;
    }
    #user_conn_rel{
        text-align: center;
    }
    #user_conn_rel .con_btn, #user_conn_rel .reject_btn{
        float: none;
    }
    .mb-mg-r15{
        margin-right: 25px;
    }
}

.or-seperator {
    margin: 50px 0 15px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}
.or-seperator b {
    padding: 0 10px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    position: relative;
    top: -21px;
    z-index: 1;
}
.social-btn .btn {
    color: #fff;
    margin: 10px 0 0 0px;
    font-size: 15px;
    border-radius: 50px;
    font-weight: normal;
    border: none;
    transition: all 0.4s;
    line-height: 26px;
    padding: 10px 15px;
}   
.social-btn .btn:first-child {
    margin-left: 0;
}
.social-btn .btn:hover {
    opacity: 0.8;
}
.social-btn .btn-primary {
    background: #507cc0;
}
.social-btn .btn-info {
    background: #64ccf1;
}
.social-btn .btn-danger {
    background: #df4930;
}
.social-btn .btn-apple {
    background: #222;
}
.social-btn .btn i {
    float: left;
    margin: 3px 5px;
    font-size: 20px;
}
#signup_modal .form-container.off-canvas, #login_modal .form-container.off-canvas, #link_already_used .form-container.off-canvas{
    padding: 5% 0px;
}
.description_info{
    color: #fff;
    font-size: 16px;
    font-family: myFirstFont_bold!important;
}
.bannerusertitle{
    padding-left: 0 !important;
}
.bannerusertitle .social a {
    display: inline-block;
    width: 40px;
    padding-right: 3px;
}
.bannerusertitle .social a img {
    max-width: 100%;
}

#load {
  position:absolute;
  width:600px;
  height:36px;
  left:50%;
  top:35%;
  margin-left:-300px;
  overflow:visible;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  cursor:default;
  z-index: 1;
}

#load div {
  position:absolute;
  width:20px;
  height:36px;
  opacity:0;
  font-family:Helvetica, Arial, sans-serif;
  animation:move 2s linear infinite;
  -o-animation:move 2s linear infinite;
  -moz-animation:move 2s linear infinite;
  -webkit-animation:move 2s linear infinite;
  transform:rotate(180deg);
  -o-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  color:#FF7D00;
}

#load div:nth-child(2) {
  animation-delay:0.2s;
  -o-animation-delay:0.2s;
  -moz-animation-delay:0.2s;
  -webkit-animation-delay:0.2s;
}
#load div:nth-child(3) {
  animation-delay:0.4s;
  -o-animation-delay:0.4s;
  -webkit-animation-delay:0.4s;
  -webkit-animation-delay:0.4s;
}
#load div:nth-child(4) {
  animation-delay:0.6s;
  -o-animation-delay:0.6s;
  -moz-animation-delay:0.6s;
  -webkit-animation-delay:0.6s;
}
#load div:nth-child(5) {
  animation-delay:0.8s;
  -o-animation-delay:0.8s;
  -moz-animation-delay:0.8s;
  -webkit-animation-delay:0.8s;
}
#load div:nth-child(6) {
  animation-delay:1s;
  -o-animation-delay:1s;
  -moz-animation-delay:1s;
  -webkit-animation-delay:1s;
}
#load div:nth-child(7) {
  animation-delay:1.2s;
  -o-animation-delay:1.2s;
  -moz-animation-delay:1.2s;
  -webkit-animation-delay:1.2s;
}
#load div:nth-child(8) {
  animation-delay:1.4s;
  -o-animation-delay:1.4s;
  -moz-animation-delay:1.4s;
  -webkit-animation-delay:1.4s;
}

@keyframes move {
  0% {
    left:0;
    opacity:0;
  }
    35% {
        left: 41%; 
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);
        opacity:1;
    }
    65% {
        left:59%; 
        -moz-transform:rotate(0deg); 
        -webkit-transform:rotate(0deg); 
        -o-transform:rotate(0deg);
        transform:rotate(0deg); 
        opacity:1;
    }
    100% {
        left:100%; 
        -moz-transform:rotate(-180deg); 
        -webkit-transform:rotate(-180deg); 
        -o-transform:rotate(-180deg); 
        transform:rotate(-180deg);
        opacity:0;
    }
}

@-moz-keyframes move {
    0% {
        left:0; 
        opacity:0;
    }
    35% {
        left:41%; 
        -moz-transform:rotate(0deg); 
        transform:rotate(0deg);
        opacity:1;
    }
    65% {
        left:59%; 
        -moz-transform:rotate(0deg); 
        transform:rotate(0deg);
        opacity:1;
    }
    100% {
        left:100%; 
        -moz-transform:rotate(-180deg); 
        transform:rotate(-180deg);
        opacity:0;
    }
}

@-webkit-keyframes move {
    0% {
        left:0; 
        opacity:0;
    }
    35% {
        left:41%; 
        -webkit-transform:rotate(0deg); 
        transform:rotate(0deg); 
        opacity:1;
    }
    65% {
        left:59%; 
        -webkit-transform:rotate(0deg); 
        transform:rotate(0deg); 
        opacity:1;
    }
    100% {
        left:100%;
        -webkit-transform:rotate(-180deg); 
        transform:rotate(-180deg); 
        opacity:0;
    }
}

@-o-keyframes move {
    0% {
        left:0; 
        opacity:0;
    }
    35% {
        left:41%; 
        -o-transform:rotate(0deg); 
        transform:rotate(0deg); 
        opacity:1;
    }
    65% {
        left:59%; 
        -o-transform:rotate(0deg); 
        transform:rotate(0deg); 
        opacity:1;
    }
    100% {
        left:100%; 
        -o-transform:rotate(-180deg); 
        transform:rotate(-180deg); 
        opacity:0;
    }
}

.separator {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top:  50px;
    position: relative;
}
.separator span {
    display:block;
    width: 100%;
    /*height: 1px;*/
    /*background: #ddd;*/
    margin: 1.5rem;
}  
#pickfiles, #pickAboutVideofile, #pickotherfiles, #pickaudiofiles{
    background-color: #ff7d00 !important;
    color: #fff;
    margin-bottom: 10px;
    border: none !important;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
}
#upload_inprogressModal .form-container.off-canvas, #uploadconfirmationModal .form-container.off-canvas, #aboutupload_inprogressModal .form-container.off-canvas,
#otheruploadconfirmationModal .form-container.off-canvas, #otherupload_inprogressModal .form-container.off-canvas{
    width: 500px;
    max-width: 800px;
    border-radius: 20px;
    padding: 0 15px 55px 15px;
}
#upload_inprogressModal, #uploadconfirmationModal, #aboutupload_inprogressModal, #otheruploadconfirmationModal, #otherupload_inprogressModal{
    overflow: auto;
    background: rgba(51,51,51,.8) !important;
}
#upload_inprogressModal #load, #aboutupload_inprogressModal #load, #otherupload_inprogressModal #load{
    margin-top: 50px;
    position: relative;
}
#cancel_upload, #cancel_otherupload{
    width: 200px;
    margin: auto;
}
#fileprogress, #otherfileprogress{
    margin-bottom: 10px;
}

/* HIDE RADIO */
#uploaded_video_thumbnails [type=radio], #uploaded_aboutvideo_thumbnails [type=radio],#edit_uploaded_video_thumbnails [type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
#uploaded_video_thumbnails [type=radio] + label>img, #uploaded_aboutvideo_thumbnails [type=radio] + label>img, #edit_uploaded_video_thumbnails [type=radio] + label>img {
    cursor: pointer;
    border-radius: 20px;
}
#uploaded_aboutvideo_thumbnails [type=radio] + label>img {
    width: 100%;
}

/* CHECKED STYLES */
#uploaded_video_thumbnails [type=radio]:checked + label>img, #uploaded_aboutvideo_thumbnails [type=radio]:checked + label>img,
#edit_uploaded_video_thumbnails [type=radio]:checked + label>img {
    border: 2px solid #ff7d00;
    border-radius: 20px;
}
#uploaded_video_thumbnails, #uploaded_aboutvideo_thumbnails, #edit_uploaded_video_thumbnails{
    max-height: 500px;
    overflow-x: auto;
    margin-top: 20px;
}
.share_with_tabs{
    font-size: 18px;
    color: #0000007a;
}
.share_with_tabs.active{
    color: #000;
    border-bottom: 1px solid;
}
.share_with_tabs:hover{
    color: #000;
}
.shared_wrapper{
    padding: 10px 0 25px 0;
}
.tab_content_sharedwith{
    display: none;
}
.tab_content_sharedwith.active{
    display: block;
}
.subheading_modal{
    font-size: 15px;
}
.createlineupmodal_header p{
    line-height: 15px !important;
    font-size: 12px !important;
}
@media only screen and (max-width: 600px) {
    #pickfiles, .separator, #pickotherfiles, #pickaudiofiles{
        top: 0 !important;
    }
    .mb-con-fluid{
        padding: 0 !important;
    }
}
.login-btn{
    font-size: 14px !important;
    background: #ff7d00;
    color: #fff !important;
    padding: 5px 10px;
    float: right;
    border-radius: 20px;
    font-weight: 100;
    text-decoration: none;
    width: 100px;
    margin: auto;
    float: none;
}
#share_Private_modal .form-check-inline, #sendLineupClipModal .form-check-inline{
    margin-right: 15px;
    margin-bottom: 0;
}
#share_Private_modal .form-check-inline .form-check-label, #sendLineupClipModal .form-check-inline .form-check-label{
    padding-left: 0;
}
.iti{
    display: block !important;
}
.toast.toast-error{
    background-color: #BD362F;
}
.btn-delete{
    background-color: #EDEDED !important;
    color: #000 !important;
}
.btn-delete:hover{
    background-color: #ff7d00 !important;
    color: #fff !important;
}
#edit_profile_image{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    text-align: right;
    cursor: pointer;
}
.btn-clipkick{
    background: #ff7d00;
    border: #ff7d00;
    color: #fff;
    margin-bottom: 10px;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
}
.btn-clipkick:hover{
    color: #fff;
}
.error-message {
    color: red;
    float: left;
    padding: 2px 0px 8px 0;
    width: 100%;
}
.error-msg, .color-red{
    color: red;
}
.invite_phone.error, .direct_invite_phone.error{
    border: 1px solid red;
}
.connection_txt{
    text-align: center;
    font-size: 17px;
}
.edit-lineup-order, .edit-lineup-image{
    font-size: 17px;
    cursor: pointer;
    display: block;
}
.edit-lineup-order i, .edit-lineup-image i{
    font-size: 17px;
    background: #ff7d00;
    padding: 6px 8px;
    border-radius: 50%;
    color: #fff;
    margin-right: 6px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #a9a9a9 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #a9a9a9 !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #a9a9a9 !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #a9a9a9 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #a9a9a9 !important;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #a9a9a9 !important;
}
.edit_clip_options{
    margin-top: 10px;
}
.edit-dropdown-menu {
  display: none;
  position: absolute;
  background-color: #d8d8d8;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9;
  border-radius: 10px;
  margin-top: 5px;
  right: 10px;
  bottom: 86%;
}

.edit-dropdown-menu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 0.2px solid #3e3e3e3e;
  font-size: 16px;
  text-align: center;
}

.edit-dropdown-menu a:hover {
    background-color: #ddd;
    border-radius: 10px;
}
.edit_clip_dropdown .dropdown-toggle::after{
    display: none;
}
.edit_clip_dropdown li {
    list-style: none;
}
.edit_clip_dropdown li .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    margin-top: 3px;
    text-align: left;
}

.edit_clip_dropdown li .dropdown-menu.active {
    display: block;
}

.edit_clip_dropdown li .dropdown-menu a {
    width: 150px;
}
.clipkick_select{
    font-size: 16px;
    padding: 5px 5px;
}

.clipkick-checkbox input[type=checkbox] + label {
  display: block;
/*  margin: 0.2em;*/
  cursor: pointer;
/*  padding: 0.2em;*/
/*  font-family: 'Arial';*/
  font-size: 16px;
}

.clipkick-checkbox input[type=checkbox] {
  display: none;
}

.clipkick-checkbox input[type=checkbox] + label:before {
    content: "\2714";
    border: 0.1em solid #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    padding-left: 0em;
    padding-bottom: 0.3em;
    margin-right: 5px;
    color: transparent;
    transition: .2s;
    font-size: 12px;
}
#test_lineup_sendconfirmationModal .clipkick-checkbox input[type=checkbox] + label:before{
    margin-right: 8px;
}

.clipkick-checkbox input[type=checkbox] + label:active:before {
  transform: scale(0);
}

.clipkick-checkbox input[type=checkbox]:checked + label:before {
  background-color: #ED820A;
  border-color: #ED820A;
  color: #fff;
  text-align: center;
}

.clipkick-checkbox input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.clipkick-checkbox input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #F7C28F;
  border-color: #F7C28F;
}
@media only screen and (min-width: 760px) and (max-width: 999px){
    .responsive_div{
        flex: 100%;
        max-width: 100%;
        text-align: center;
    }
    .mb_center{
        text-align: center !important;
    }
}
@media only screen and (min-width: 760px){
    /*.back_arrow_player{
        position: absolute;
        left: -67px;
        top: 10px;
    }*/
}
.clipkick-btn{
    margin-right: 15px;
    font-size: 15px !important;
    background: #ff7d00;
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 100;
    text-decoration: none;
    text-align: center;
    border: none;
    cursor: pointer;
}
.pl-15{
    padding-left: 15px;
}
#feeds .maincontentinnerbox .maincontentpic img.lineup_thumbnail{
    max-height: none !important;
    height: auto !important;
    max-height: 450px !important;
}
.head_options{
    width: 20%;
    float: left;
}
@media only screen and (max-width: 750px){
    .head_options{
        width: 50%;
    }
}
#creator_subscriptions .feed_box{
    margin: auto;
    margin-bottom: 40px;
}
#creator_subscriptions .lineupclip_title{
    margin-top: 5px;
    margin-bottom: 5px !important;
}
.feed_box{
/*    margin: auto;*/
    margin-bottom: 40px;
}
.info_clipkick{
    font-size: 17px;
    color: #888;
}
.head_block_row1{
    margin: auto;
}
.head_block_profile{
    float: left;
}
.head_inner_block{
    float: left;
    margin-left: 5px;
}
.user_options{
    width: 33%;
    float: left;
}
@media only screen and (max-width: 999px){
    .head_block_profile{
        margin: auto;
        float: none;
        text-align: center;
    }
    .head_inner_block{
        margin: auto;
        float: none;
        margin-top: 10px;
        text-align: center;
    }
    .head_inner_block .description_info, .head_inner_block .social, .mb_center, .banneruserpic{
        text-align: center !important;
    }
}
@media only screen and (max-width: 1499px){
    .banner .bannerbackground .banneruserpic img{
        width: 75px;
    }
    .head_block_wrapper .bannerusertitle{
        width: 67%;
    }
}
.share_img img{
    width: 22px;
}
.connection_feed_tabs li{
    text-align: center;
}
.connection_feed_tabs li a{
    font-size: 18px;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    color: #000;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    color: #ff7d00;
}
.get_openedby_icon img{
    width: 30px;
}

.pricing {
  margin-top: 50px;
  width: 100%;
  /*display: flex;*/
  display: inline-block;
  justify-content: center;
  align-items: center;
}

.pricing-card {
    display: inline-block;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 75px 0px 75px 0px;
    margin: 10px 0;
    border-radius: 35px 35px 35px 35px;
    box-shadow: 0px 5px 30px 0px rgb(230 230 230 / 82%);
}
.pricing-card-wrapper{
    padding: 0 5px;
    margin-bottom: 20px;
}
.pricing-card-list .first-item{
    font-size: 15px;
    margin-bottom: 10px;
}

.pricing-card-heading {
  padding: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}

.starter_price{
    background-color: #D2E6E1;
}
.basic_price{
    background-color: #FFEED0;
}
.pro_price{
    background-color: #FFDBD0;
}
.pro_plus_price{
    background-color: #FFB877;
}
.unlimited_price{
    background-color: #D0FEDF;
}
.paywall_price{
    background-color: #FAD961;
}
.price {
    color: #000;
    padding: 20px;
    text-align: center;
}
.price > span.yearly-price, .pricing-card-btn.yearly{
    display: none;
}
.price > span {
    display: inline-block;
}

.currency {
    margin-top: 7px;
    vertical-align: top;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    /*opacity: 0.6;*/
}
.value {
    font-size: 48px;
    font-weight: 300;
    line-height: 1;
}

.duration {
    margin-top: 6px;
    vertical-align: top;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin-left: 7px;
}

.pricing-card-list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  margin: 25px 0 45px 65px;
}

.pricing-card-list-item {
  position: relative;
}

.icon-yes::before {
  position: absolute;
  left: -30px;
  top: -5px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 25px;
  background: url("https://cdnjs.cloudflare.com/ajax/libs/open-iconic/1.1.1/png/check-4x.png")
    no-repeat;
  background-size: 15px;
  background-position: bottom center;
  filter: invert(75%) sepia(27%) saturate(459%) hue-rotate(76deg)
    brightness(90%) contrast(88%);
}

.icon-no::before {
  position: absolute;
  left: -27px;
  top: -5px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 25px;
  background: url("https://cdnjs.cloudflare.com/ajax/libs/open-iconic/1.1.1/png/plus-4x.png")
    no-repeat;
  background-size: 15px;
  background-position: bottom center;
  filter: invert(45%) sepia(88%) saturate(908%) hue-rotate(312deg)
    brightness(90%) contrast(86%);
  transform: rotate(45deg);
}

.icon-no {
  color: #999;
  text-decoration: line-through;
}

.pricing-card-btn {
    width: 165px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 250ms ease-in-out;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    background-color: #FFFFFF00;
    padding: 15px 25px 15px 25px;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #FF7D00;
    border-radius: 20px 20px 20px 20px;
    margin: 2px auto;
    display: block;
    /*position: absolute;
    bottom: 15px;
    left: calc(50% - 165px / 2);*/
}
#current_plan_feed .pricing-card-btn{
    width: 100%;
}
#starter_plan_wrapper{
    margin-top: 20px;
}
#starter_plan_wrapper h3{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px !important;
    font-weight: 500;
}
#starter_plan_wrapper h5{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 17px;
    font-weight: 500;
}
@media only screen and (max-width: 750px){
    #current_plan_feed .pricing-card-btn{
        width: 90%;
    }
}

.pricing-card-btn:hover, .pricing-card-btn.active {
  background-color: #FF7D00;
  color: #fff;
}
.pricing-card-btn:focus{
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #FF7D00;
    outline: none;
    color: #000;
}

.pricing-card-highlight .pricing-card-btn {
  border: none;
  color: #fff !important;
  background-color: #27264b;
  text-align: center;
  display: block;
}

.pricing-card-highlight .pricing-card-btn:hover {
  background-color: #9390db;
}

.pricing-card-price {
  text-align: center;
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}

.pricing-card-price-text {
  font-weight: 400;
  font-size: 20px;
}
.form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #ff7d00;
    outline: none;
}

#clipkick_switch .toggle, .clipkick_switch .toggle {
  cursor: pointer;
  display: inline-block;
  margin: auto;
  margin-bottom: 15px;
}

#clipkick_switch .toggle-switch, .clipkick_switch .toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 40px;
  height: 20px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
#clipkick_switch .toggle-switch:before, .toggle-switch:after, .clipkick_switch .toggle-switch:before {
  content: "";
}
#clipkick_switch .toggle-switch:before, .clipkick_switch .toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: left 0.25s;
}
#clipkick_switch .toggle:hover .toggle-switch:before, .clipkick_switch .toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
#clipkick_switch .toggle-checkbox:checked + .toggle-switch, .clipkick_switch .toggle-checkbox:checked + .toggle-switch {
  background: #ff7d00;
}
#clipkick_switch .toggle-checkbox:checked + .toggle-switch:before, .clipkick_switch .toggle-checkbox:checked + .toggle-switch:before {
  left: 21px;
}

#clipkick_switch .toggle-checkbox, .clipkick_switch .toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

#clipkick_switch .toggle-label, .clipkick_switch .toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
  font-size: 18px;
    margin-right: 5px;
}
.usage_list .pricing-card-list-item {
    list-style: disc;
}
.lineup_profile_user.card{
    margin: 0;
    background-color: transparent;
}
.text_orange{
    color: #ff7d00;
}
#tipingModal .form-container.off-canvas, #connectStripeModal .form-container.off-canvas, #updateAboutTextModal .form-container.off-canvas, 
#aboutVideo_modal .form-container.off-canvas, #aboutVideo_detail_modal .form-container.off-canvas{
    background: #fff;
}
#tipingModal .modal-form .form-group input, #connectStripeModal .modal-form .form-group input, #updateAboutTextModal .modal-form .form-group input, 
#aboutVideo_modal .modal-form .form-group input, #allPlanLineupModal .modal-form .form-group input, #aboutVideo_detail_modal .modal-form .form-group input,
#editAboutVideoThumbnail_modal .modal-form .form-group input{
    background-color: #fff;
}
#payBtn, #submitCouponPurchase, #nextCouponPurchase, #prevCouponPurchase{
    background-color: #ff7d00;
    cursor: pointer;
    border: none;
    margin-top: 25px;
}
/*.add_tip {
    display: inline-block;
    float: none;
    margin: auto;
    position: absolute;
    left: calc(50% - 100px);
    top: -45px;
    width: 200px;
    border-radius: 20px;
}*/
.add_tip, .on_tipping, .add_tip_dynamic, .btn-conn-stripe {
    display: inline-block;
    float: none;
    margin: auto;
    position: relative;
    width: 100%;
    border-radius: 20px;
    padding: 4px;
}
#card_element{
    border-bottom: 2px solid #D9D9D9;
    padding: 10px 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
}
.cancel_plan{
    margin-top: 50px;
}
.cancel_plan h3{
    font-size: 20px;
}
.cancel_plan a{
    color: #000;
    text-decoration: underline;
    display: flex;
    margin-top: 10px;
}
.stripe_connect_wrapper p{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.stripe_connect_wrapper a{
    width: 200px;
    margin: auto;
}
#upgradePlanModal .pricing-card-btn{
    width: 200px;
}
.pricing-description{
    padding: 10px 30px;
}
.btn-edit-plan, .btn-delete-plan{
    position: absolute;
    top: 23px;
    right: 25px;
    font-size: 13px;
    padding: 2px 10px;
}
.btn-delete-plan{
    right: 68px;
    background: red;
}
.pricing-description ul{
    padding-left: 15px;
}
.see_all_plans{
    display: none;
}
.clipkick-text{
    font-size: 16px;
}
.about_video_img{
    width: 100%;
}
.btn-small{
    font-size: 13px;
    padding: 5px 10px;
}
.about-btn{
    /*position: absolute;
    right: 35px;
    top: 15px;*/
}
.mg-t20{
    margin-top: 20px;
}
.about_wrapper{
    border: 1px #eee solid;
    border-radius: 5px;
    margin: 0;
}
#descp_wrapper{
    font-size: 16px;
    overflow: auto;
}
#descp_wrapper ul, #descp_wrapper ol{
    margin-left: 20px;
}
#descp_wrapper img{
    width: 100%;
}
.carg-group{    
    border-bottom: 2px solid #D9D9D9;
    padding-bottom: 7px;
}
.tox-notification.tox-notification--in.tox-notification--warning{
    display: none;
}
.plan_lineups, .plan_lineups:hover, .plan_lineups:focus, .plan_lineups:active{
    text-align: center;
    color: #ff7d00;
    margin-top: 5px;
    display: block;
}
#allPlanLineup_wrapper .lineupclip_title{
    width: 100%;
    text-align: left;
    margin-top: 10px;
    color: #fff;
}
.active_strip{
    position: absolute;
    top: 55px;
    padding: 0px;
    border-radius: 0;
    background-color: #FF7D00;
    color: #fff;
    font-size: 15px;
    width: calc(100% - 10px);
}
#allPlanLineup_wrapper .lineup_thumbnail{
    height: auto !important;
    border: none;
    max-height: 125px;
}
#allPlanLineupModal .form-container.off-canvas{
    background-color: #000;
    padding: 0;
}
#allPlanLineupModal .form-container.off-canvas .maincontentinnerbox .lineup_title {
    color: #fff;
}
.subscription_usertag{
    position: absolute;
    top: 0;
    right: 25px;
    margin-top: 9px;
}
.circle {
  display: inline-block;
  border: 3px solid white;
  border-radius: 25px;
  padding: 20px;
  height: 10px;
  width: 10px;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  cursor: pointer;
}

.circle .triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
  transform: translate(-25%, -50%);
}
.text-align-right{
    text-align: right;
}
.lineup_des_pera{
    text-align: left;
}
.subscription-icon{
    width: 100% !important;
    height: auto !important;
    margin-top: 11px;
}
.clipkick-color, .clipkick-color:active, .clipkick-color:hover, .clipkick-color:focus{
    color: #ff7d00 !important;
}
.connected-txt{
    font-size: 15px;
    text-align: right;
}
.no_hover.pricing-card-btn:hover {
    color: #212121;
    background-color: #FFFFFF00;
}
.paywall_earning_text{
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
}
.clipkick-tooltip {
/*  position:relative; /* making the .tooltip span a container for the tooltip text */*/
}
.clipkick-tooltip:before {
  content: attr(data-text); /* here's the magic */
  position:absolute;
  
  /* vertically center */
  top:50%;
  transform:translateY(-50%);
  
  /* move to right */
  left:100%;
  margin-left:15px; /* and add a small left margin */
  
  /* basic styles */
  width:200px;
  padding:10px;
  border-radius:10px;
  background:#FF7D00;
  color: #fff;
  text-align:center;

  display:none; /* hide by default */
  z-index: 99;
}
.clipkick-tooltip:hover:before, .clipkick-tooltip:hover:after {
  display:block;
}
.clipkick-tooltip:after {
  content: "";
  position:absolute;
  
  /* position tooltip correctly */
  left:100%;
  margin-left:-5px;
 
  /* vertically center */
  top:50%;
  transform:translateY(-50%);
 
  /* the arrow */
  border:10px solid #FF7D00;
  border-color: transparent #FF7D00 transparent transparent;
  
  display:none;
}
.sharePaywallToUser{
    margin-bottom: 3px;
}
.note-text{
    text-align: left;
}
.video_width{
    text-align: center;
}
.cliplick_document, .cliplick_audio{
    object-fit: contain !important;
    padding: 0 15px;
}
.postImage_document{
    object-fit: contain !important;
    max-width: 350px;
}
.postImage_audio{
    object-fit: contain !important;
    max-width: 200px;
}
.ext-text{
    font-size: 18px;
    line-height: 0;
}
.text-capitalize{
    text-transform: capitalize;
}
#followup_wrapper .followbutton2 a {
    display: inline-block;
    margin-top: 0;
}
.lineup-btn.menu-btn .dropdown.pt{
    padding-top: 0px;
}
.lineup-btn a.headernavuser, .lineup-btn span.headernavuser{
    font-size: 15px !important;
}
.lineup-btn.menu-btn i{
    margin-top: 10px;
}
.menu-item-mr{
    margin-right: 10px !important;
}
.counter_wrapper{
    margin-top: 10px;
    /*margin-bottom: 10px;*/
}
.head_options p{
    margin-bottom: 0;
}


/* tour css */
.step_active{
    position: relative;
    z-index: 1000;
    border: 2px solid rgba(255, 125, 0, 0.5); 
    background-color:#fff;
    padding: 5px !important;
    border-radius: 0 !important;
}
.step_active.dark{
    background-color: rgba(255, 125, 0, 0.5);
}
div.hopscotch-bubble {
    background-color: #000!important;    
    border:none!important;
    border-radius: 8px;
}
.hopscotch-bubble-arrow-border{
    opacity: 0!important;
}
div.hopscotch-bubble .hopscotch-nav-button{
    border-radius: 10px!important;
}
div.hopscotch-bubble  .hopscotch-title,
div.hopscotch-bubble .hopscotch-content {
    color:#fff!important;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow{
    border-width:10px!important;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow{
    border-top-color: #000!important;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow{
    border-left-color:#000!important;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right {
    right: -41px;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left{
    left:-16px!important;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up{
    top:-16px!important;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow{
    border-right-color: #000!important;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow
{
    border-bottom-color: #000!important;
}
div.hopscotch-bubble .hopscotch-nav-button.next {
    border-color: #ff7d00!important;
    background-color: #ff7d00!important;
    background-image: none!important;
    outline: none!important;
}
div.hopscotch-bubble .hopscotch-nav-button.next:hover {
    border-color: #f5b479!important;
    background-color: #f5b479!important;
    background-image: none!important;
}
div.hopscotch-bubble .hopscotch-bubble-number{
    background: #ff7d00!important;
    padding: 0!important;
    border-radius: 40px;
}

div.hopscotch-bubble .hopscotch-bubble-close{
    cursor: pointer;
}
#touroverlay{
    position: fixed; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    z-index: 10;   
    background-color: rgba(0,0,0,0.3);
    display: none;
    
}
#touroverlay.active{
    display: block;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow{
    top: -22px !important;
}
.body_black div.hopscotch-bubble{
    box-shadow: 7px 3px 10px rgba(255 125 0 / 1);
}
.dropdown-menu{
    position: absolute;
}
/*.body_black div.hopscotch-bubble {
    background-color: rgba(255, 125, 0, 0.5) !important;
}
.body_black div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
    border-left: 17px solid rgba(255, 125, 0, 0.5);
}
.body_black div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
    border-left-color: rgba(255, 125, 0, 0.5) !important;
}
.body_black div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow
{
    border-bottom-color: rgba(255, 125, 0, 0.5) !important;
}
.body_black div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
    border-top-color: rgba(255, 125, 0, 0.5) !important;
}
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
    border-right-color: rgba(255, 125, 0, 0.5) !important;
}*/

.player_error{
    width: 100%;
}

.video-custom-modal,
.create-line-modal{
    top:0;
    bottom:0;
    left:0;
    right:0;
    transform:none;
}
.chat-header {
    /* top: auto !important; */
    /* position: absolute !important; */
    background: #ff7d00 !important;
}


.left-chat-content {
    position: absolute;
    top: 128px !important;
}
.chat-bg-color{
    background: #F4F6F9!important;
}

.dashboard-left-box {
    max-width: 90% !important;
}

.dashboard-left {
    max-width: 90% !important
}

.dialog__item.bg-orange.selected,
.sidebar__dilog_list .dialog__item.bg-orange:hover {
    /* background-color: #FF9633 !important; */
    background-color: #fad961 !important;

}

.sidebar-left-box {

    flex: 1 20%;
}

.content-right-box {
    flex: 1 75% !important;
}

.header-sidebar-width {
    flex: 1 18%;
}

.content.content-right-width {
    flex: 1 70%;
}

.send_btn img {
    width: 10px;
    height: 14px;
}

.comment-attachments {
    color: #FF9633 !important;
}

.modal.modal-d-block {
    display: block;
}

.custom-checkmark {
    position: absolute;
    left: auto !important;
    right: 12px !important;
}

.list-checkbox.checkbox {
    left: auto !important;
    right: 13px !important;
}

.sidebar_height {
    height: auto !important;
    border-radius: 5px !important;
    padding-bottom: 10px;
}

.profile_icon {
    vertical-align: middle;
}

.header-top {
    padding-bottom: 0px !important;
    box-shadow: none !important;
}

.new-list {
    height: 92px;
}
/* delete chat box */
.delete_box{
    right:12px !important;
    left:auto !important;

}
.message__attachments_wtap.thumbnail-position {
    display: block;
    padding: 10px;
    background: #ffffff;
    color: #000000;
    }
.message__attachments_wtap.thumbnail-position p {
    margin-bottom: 10px;
}
.message__attachments_wtap img {

    width: auto;
    height: auto;
}
.paywall_edit_btns{
/*    float: right;*/
}
.paywall_edit_btns_wrapper{
    text-align: right;
}
.paywall_switch_wrapper{
    display: flex;
    align-items: center;
}
.paywall_switch_wrapper .paywall-form-group{
    margin-bottom: 0;
}
@media only screen and (max-width: 550px){
    .share_paywall_link{
        float: none;
        position: relative;
        left: calc(50% - 30px);
        top: 10px;
    }
    /*.paywall_edit_btns{
        float: none;
    }*/
    .paywall_edit_btns_wrapper{
        text-align: center;
    }
    .modal-dialog .form-container.off-canvas{
        width: 100%;
    }
    .paywall_switch_wrapper{
        padding-left: 20px;
    }
}
.step_active.head_options, .step_active.shared_with_icon, .step_active.get_openedby, .step_active.send_lineupclip, {
    padding: 6px;
}
/*.step_active.shared_with_icon{
    padding: 6px;
}*/
./*step_active.get_openedby{
    padding: 6px;
}*/
/*.step_active.send_lineupclip{
    padding: 6px;
}*/
.step_active.shared_with_icon img {
    /*width: 23px;*/
}
.step_active.get_sharedwith img, .step_active.get_openedby img {
    padding: 0 !important;
}
/*.step_active.on_play_sharedwith {
    padding: 6px 5px 6px 5px;
}
.step_active.on_play_openedby {
    padding: 5px 0 7px 7px;
}*/
.step_active.on_play_openedby img {
    /*width: 23px !important;*/
}
/*.step_active.on_play_download{
    padding: 6px 4px 4px 4px;
}*/
.nav-invite{
    padding: 5px 15px 6px 15px;
}
#subscriptionTable_wrapper, #subscriptionTable{
    overflow: auto;
}
.modal-body{
    overflow: auto;
    padding: 15px 16px;
}
.modal-header{
    padding: 30px 15px 15px;
    -webkit-box-shadow: 0 8px 6px -6px #1e1e1e0f;
    -moz-box-shadow: 0 8px 6px -6px #1e1e1e0f;
    box-shadow: 0 8px 6px -1px #1e1e1e0f;
    background: #fff;
}
.modal .modal-content{
    border-radius: 20px !important;
    background: #F7F7F7;
    overflow: hidden !important;
}
.modal-header h2{
    color: #000;
    font-size: 30px;
    padding-top: 0px;
}
#otherfilesViewerModal button.close{
    padding-bottom: 20px;
}
.modal-open .modal{
    margin: 20px auto;
}
#for_mobile_modal .modal-content{
    border-radius: 0 !important;
    padding: 10px;
}
.btncolor{
    color:#ff7d00 !important;
}
#complete_profile_modal .modal-content{
    background: none;
}
.media-type-text{
    font-size: 16px;
    float: right;
    position: absolute;
    margin-top: 0;
    padding: 10px;
    background: rgba(0,0,0,0.7);
    right: 0;
    color: #fff;
    border-top-right-radius:5px;
    cursor: default;
}
.media-type-text:hover{
    color: #fff;
}
.bottom-text{
    bottom: 0;
    width: 100%;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.save_deletedmedia{
    background: #ff7d00;
    color: #fff !important;
}
.ck-lineheight{
    line-height: 1.2 !important;
}
img.lineup_locked {
    display: inline-block;
    width: 100px;
    position: absolute;
    top: calc(50% - 65px);
    left: calc(50% - 48px);
    cursor: pointer;
}
@media only screen and (max-width: 600px){
    .maincontent .maincontentbox .maincontentinnerbox .maincontentpic img.lineup_locked {
        width: 50px !important;
        top: calc(50% - 35px);
        left: calc(50% - 25px);
    }
    .clipkick-xs-6{
        width: 50%;
    }
}
.overlay_wrapper{
    position: relative;
}
.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
}
#for_private_shared, #for_blank_load{
    background: #F7F7F7;
}
.personal_mc{
    font-size:22px;
    line-height: 1.2;
}
.modal-form .form-group input.otp{
    border-radius: 0;
    background: none;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 2px solid rgba(0,0,0,0.5);
    outline: none;
}
.pdr-0{
    padding-right: 0;
}
.clipkick-icon-wrapper{
    width: 50%;
}
.pdr-3{
    padding-right: 3px;
}
.pdl-3{
    padding-left: 3px;
}
.pdl-0{
    padding-left: 0;
}
.tipping-icon{
    border-radius: 0 !important;
    object-fit: contain !important;
    width: 100% !important;
}
.email-link{
    cursor: pointer;
    color: #fff !important;
    border-radius: 10px !important;
}
.notification-icon img{
    width: 23px;
}
.clipkick-angle-right{
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ff7d00;
}
.edit-profile-action{
    cursor: pointer;
    font-size: 16px;
}
.edit_paywall_affiliate, .delete_paywall_affiliate, .action_btn{
    font-size: 13px;
    padding: 2px 10px;
}
.delete_paywall_affiliate, .action_btn.red{
    background: red;
}
.text-align-left{
    text-align: left;
}
.mb-15{
    margin-bottom: 15px;
}
.pd-0{
    padding: 0;
}
.invite-label-color{
    color: #000 !important;
    font-size: 16px !important;
}
#inviteLinkSettingModal table#invite_link_data_table{
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}
#inviteLinkSettingModal table#invite_link_data_table tr{
    border-bottom: 1pt solid black;
    font-size: 16px;
    line-height: 2;
}
.inviteShareTabsWrapper{
    margin-bottom: 0;
}
.inviteShareTabsWrapper li{
    list-style: none;
}

/*header style*/
.head_block_wrapper .banneruserpic{
    max-width: 25%;
}
.head_block_wrapper .bannerusertitle{
    max-width: 70%;
}
.maincontentinnerbox.search{
    margin-top: 10px;
    margin-bottom: 25px;
}
.mng-acc-btn{
    margin-top: 0 !important;
}
#invite .select2-container--default .select2-selection--single .select2-selection__rendered{
    text-align: left;
}
#invite .select2-container--default .select2-selection--single{
    padding: 3px 0;
}
#invite .select2-container .select2-selection--single{
    height: auto !important;
}
.tox-notifications-container{
    display: none;
}
/* Hide default file input */
.file-input {
    display: none;
}

/* Style for custom file upload button */
.custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff7d00;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 17px;
    width: 100%;
    line-height: 1.25;
    margin-bottom: .5rem;
}

/* Hover effect */
.custom-file-upload:hover {
    background-color: #ff7d00;
}
#uploadTable {
    width: 100%;
    border-collapse: collapse;
}

#uploadTable th,
#uploadTable td {
    border-bottom: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

#uploadTable th {
    background-color: #f2f2f2;
}
#uploadTable .clipkick-btn{
    margin: auto;
    position: relative;
    z-index: 2;
}
#uploadTable .clipkick-disabled-btn, .clipkick-disabled-btn {
    margin: auto;
    opacity: 0.5;
    cursor: not-allowed;
}
#finish_upload{
    font-size: 20px !important;
    width: 170px;
}
.click_edit_lineup{
    color: #d8d8d8 !important;
}
.click_edit_lineup .fa{
    font-size: 16px;
}
.next-step-invite-wrapper{
    padding: 0 20px;
}
.next-step-invite-btn{
    background: #ff7d00;
    border: #ff7d00;
    color: #fff;
    margin: 10px 0px;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
    display: block;
    margin: 5px 0;
}
.next-step-invite-btn:hover{
    color: #fff;
}
.personal_mc span {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 24px;
}
.share_to_all_btn{
    margin-top: 5px !important;
    width: auto !important;
}
.clipkick-btn-yes{
    font-size: 15px !important;
    background: #ff7d00;
    color: #fff !important;
    text-transform: capitalize !important;
}
.clipkick-btn-no{
    font-size: 15px !important;
    text-transform: capitalize !important; 
}
.message-btn{
    display: inline-block !important;
    width: auto !important;
    padding: 6px 15px !important;
    border-radius: 5px;
    margin-top: 10px;
    background: transparent;
    border: 2px solid #ff7d00;
    margin-right: 2px;
}
.connection_msg_icon{
    padding: 0;
    border-radius: 20px;
    font-weight: 100;
    text-decoration: none;
    margin: 0 6px 0 0;
}
.notifications-item img{
    object-fit:cover;
}
#edit_profile_image{
    object-fit:cover;  
}
.banner .bannerbackground .banneruserpic img{
    object-fit:cover;   
}
.shared_with_icon.save_into_lineup{
    margin-top: 0;
    padding: 0 5px;
    float: none;
    color: #ff7d00;
}
#all_feed .share_img img {
    width: 18px;
}
#all_feed .shared_with_icon{
    padding-top: 3px;
    padding-right: 3px;
}
.chat_clip_icon_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#lineupRelatedDetailWrapper h1{
    line-height: 1.3;
}
#lineupList_wrapper .lineup_thumbnail_img{
    width: 50px;
}
#lineupList_wrapper .fs-12{
    font-size: 12px;
}
#videoLineup_Detail_wrapper_right #lineupList_wrapper .shared_with_icon img{
    width: 18px;
}
.ck-editor__editable_inline {
    min-height: 150px; /* Set your desired height here */
}
.lineup_tableWrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.lineup_tableLeft{
    display: flex;
    align-items: center;
    padding-right: 13px;
}
.lineup_tableLeft img{
/*    width: 30px;*/
    height: 40px;
    object-fit: cover;
    margin-top: 5px;
}
.lineup_tableWrapper .lineup_tableRight button{
    margin-bottom: 2px;
    display: block;
    padding: 1px 12px;
}
.lineup_tableWrapper .lineup_tableRight button img{
    height: 12px;
}
.lineup_tableWrapper .lineup_tableRight  .shared_with_icon{
    display: flex;
    font-size: 13px;
    align-items: center;
}
.lineup_tableWrapper .lineup_tableRight  .shared_with_icon img{
    width: 12px;
    max-width: 12px;
    margin-right: 0;
    margin-left: 3px;
}
#chat_users_list {
  background: #f7f7f7;
}

#chat_users_list .j-create_dialog_form {
  background-color: #f7f7f7;
}

#chat_users_list .j-create_dialog_form .dialog_name {
  background-color: inherit;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #D9D9D9;
  box-shadow: none;
  width: 100%;
}
.mg_auto{
    margin: auto;
}
.j-delete_dialog h5, .j-update_dialog h5{
    margin-left: 15px;
}
h1.group_chat__title{
    margin: 30px 15px 15px;
}
.lineup-btn a.headernavuser, .lineup-btn span.headernavuser{
    position: relative;
}
.iconBadge {
    position: absolute;
    top: -12px;
    right: -9px;
    width: 22px;
    height: 22px;
    background: #ff7d00;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 600;
    font-size: 11px;
}
.my_lineup_list_wrapper{
    max-height: 200px;
    overflow-y: auto;
}
.my_lineup_list{
    width: 100%;
}
.my_lineup_list td {
    padding: 0 5px 0 0;
    text-align: left;
}
.my_lineup_list label {
    margin: 5px 0;
    font-family: 'Arial';
    font-size: 16px;
}
.my_lineup_list tr {
    border-bottom: 1px solid #D9D9D9;
}
.my_lineup_list_wrapper .clipkick-btn{
    margin: auto;
}
.btn-plan-status, .btn-plan-review{
    position: absolute;
    top: 23px;
    font-size: 13px;
    padding: 2px 10px;
    cursor: default;
}
.btn-plan-status{
    left: 25px;
}
.btn-plan-status.review{
    background: #FAD961;
    color: #000;
}
.btn-plan-review{
    left: 95px;
}
.btn-plan-status.reject, .btn-plan-status.deactive{
    background: red;
}
.btn-plan-status.active{
    display: none;
}
.a_link{
    cursor: pointer;
}
.conn_username_txt{
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 0 !important;
}
.conn_flname {
    font-size: 18px !important;
    margin-top: 2px !important;
}
.dashboard-btn{
    cursor: pointer;
    background: #ff7d00;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
    margin-bottom: 20px !important;
}
#video_views_expired{
    min-height: 400px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.dp_none{
    display: none;
}
.notification-msg-wrapper {
    padding-left: 5px;
}
div.dataTables_processing>div:last-child>div{
    background: #ff7d00 !important;
}
.j-create_dialog_btn.btn:disabled{
    cursor: default !important;
}
.color-black{
    color: #000;
}
label.customized-radio {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
  font-size: 16px;
}
label.customized-radio input {
  position: absolute;
  left: -9999px;
}
label.customized-radio input:checked + span {
  background-color: #FAD961;
}
label.customized-radio input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #ff7d00;
}
label.customized-radio span {
  display: flex;
  align-items: center;
  padding: 0.175em 0.75em 0.195em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
}
label.customized-radio span:hover {
  background-color: #FAD961;
}
label.customized-radio span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #ff7d00;
}
.mg-auto{
    margin: auto;
}
.manage-billing{
    float: right;
    width: auto;
    background: #FF7D00;
    color: #fff;
    padding: 5px 15px;
}
.mb-20{
    margin-bottom: 20px !important;
}
.attachment-preview {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.att-preview-box {
    margin: 5px;
    position: relative;
}
.att-preview-box img {
    max-width: 100px;
    display: block;
}
.att-preview-box .remove-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    width: 20px;
}
#ext_wrapper{
    margin-right: 7px;
}
.signal-active{
    width: 15px;
    height: 15px;
    background-color: #62bd19;
    border-radius: 50%;
}
.signal-inactive{
    width: 12px;
    height: 12px;
    background-color: red;
    border-radius: 50%;
}
/*#allow_adding_media, #shareSocial_allow_adding_media, #shareToAll_allow_adding_media, #gninvite_allow_adding_media, 
#invite_allow_adding_media{
    display: none;
}*/
#edit_additional_options a{
    text-align: left;
}
.signin_clipkick{
    font-size: 22px !important;
    margin: 10px 0 !important;
}
.video_main_wrapper{
    min-height: 646px;
    margin-top: 27px;
}
.video_parent_wrapper{
    display: table-cell;
    vertical-align: middle;
}
.video_grandparent_wrapper{
    display: table;
    vertical-align: middle;
}
#appendRequestsResult .reject_btn, #appendRequestsResult .con_btn, #appendSearchResult .reject_btn, #appendSearchResult .con_btn{
    font-size: 12px !important;
    padding: 3px 7px !important;
}
.select_lp_ulowername{
    font-size: 15px;
    margin-bottom: 0 !important;
}
.select_lp_uprofileimg{
    padding-right: 0;
    padding-left: 15px;
    width: 40px;
}
.select_lp_uprofileimg img{
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 50%;
}
.select_lp_ulowername_wrapper{
    padding-left: 5px;
    display: flex;
    align-items: center;
}
.qrcode-link{
    margin-left: 15px;
}
.qrcode-info{
    margin: 10px auto;
}
.qrcode-option-img{
    width: 30px;
}
#qrcode_here{
    width: 80%;
}
.share_wrapper .qrcode-option-img{
    width: 20px;
    margin-bottom: 5px;
}
.shareIcon3dot{
    margin-right: 2px;
    margin-top: -2px;
}
#welcomeVideo_modal{
/*    max-width: 700px;*/
}
#welcomeVideo_modal .modal-dialog, #welcomeVideo_modal .modal-content, 
#subscriptionVideo_modal .modal-dialog, #subscriptionVideo_modal .modal-content{
    max-width: 700px;
    width: 700px;
}
#coupon-btns-wrapper{
    display: flex;
}
#prevCouponPurchase{
    margin-right: 0;
    background: #F7F7F7;
    color: #000;
    border: 1px solid #D9D9D9;
}
.share_invite_link_wrapper{
    align-items:center;
    justify-content:space-between;
    padding:0 15px;
}
#sendLineupClipModal .share_invite_link_wrapper{
    padding:0 20px;
}
.share_invite_link_wrapper .shareIcon3dot, .social_sharelink_wrapper .shareIcon3dot, .generate_invite_link_wrapper .shareIcon3dot{
    width:20px;
}

.share_invite_link_wrapper .qrcode-link i{
    font-size: 20px;
    margin-top: 4px;
}
#direct_invite_wrapper .share_invite_link_wrapper .qrcode-link i{
    font-size: 20px;
    margin-top: 6px;
}

@media (max-width:767px){
    .share_invite_link_wrapper{
        flex-wrap:wrap;
    }
    .share_invite_link_wrapper>div{
        width:100%;
    }
}
.share_lable_with_qr{
    display: flex;
    align-items: center;
}
.pl-0{
    padding-left: 0;
}
.ln_options{
    display: flex;
    float: right;
    margin-left: 5px;
}
.ln_list_grid_wrapper .lineupclip_title{
    margin-top: 0 !important;
    width: 100%;
    margin-bottom: 0 !important;
    line-height: 1;
    font-size: 22px !important;
}
.ln_list_grid_wrapper{
    margin-top: 10px;
}
.clipkick-chat-icon img{
    width: 26px !important;
}
.btn-red{
    background-color: red !important;
    color: #fff !important;
}
.btn-green{
    background-color: green !important;
    color: #fff !important;
}
.modal-body .send_btn {
    padding: 7px 15px;
}
.modal-body .send_btn img.send-btn-img {
    margin-top: -4px;
}
.fa-qr-wrapper i{
    font-size: 30px;
    position: absolute;
    top: 10px;
}
.text-underline{
    text-decoration: underline;
}
.linkIcon_wrapper img{
    width: 50px;
    margin-right: 7px;
}
#totalReferralTable .fa-qrcode{
    position: relative;
    top: -3px;
}
.notification-media-pic{
    padding-left: 0;
}
.notification-media-pic img{
    border-radius: 10px !important;
    border: 1px solid #ff7d00;
    margin: 0;
    float: right;
}
.invite-icon-img{
    width: 100%;
    max-width: 17px;
    margin-top: -3px;
}
.lineup-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: none;
}

#add_lineupVideo_url,
#create_lineup_popup {
  display: flex;
  align-items: center;
  line-height: 24px;
}

.nav-invite {
  padding: 3px 15px 3px 15px;
}

#add_lineupVideo_url .plus_icon_header,
#create_lineup_popup .plus_icon_header {
  font-size: 28px !important;
}

.lineup-btn.menu-btn i {
  margin-top: 2px;
}
.expand_on{
    display: none !important;
}
.expand_on_width{
    flex: 100%;
    max-width: 100%;
/*    left: 45px;*/
    margin: 0 auto;
}
.clipkick-btn.nav-invite{
    font-size: 12px !important;
    padding: 3px 10px;
}
#create_lineup_popup, #add_lineupVideo_url{
    position: relative;
    top: -1px;
}
.video_expand_height{
    height: 90vh;
}
.expand_minimize_btn{
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.expand_minimize_btn img{
    width: 35px;
    position: relative;
}
.expand_wrapper{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#player_controller_wrapper{
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    margin: 0;
/*    height: 200px;*/
}
#player_controller_outer_wrapper {
    position: absolute;
    top: 70px;
    height: 50px;
    right: 0;
    left: 0;
}
#next_video{
    float: right;
}
.hidden-icons {
/*    transform: translateX(-50%);*/
    opacity: 0; 
    transition: opacity 0.5s ease-in-out;
}
.hidden-icons-show{
    opacity: 1;
}
.expand_wrapper #player_controller_wrapper{
    top: 12px;
}
#postImage{
    max-height: 85vh;
}
.invite_lineup_thumbnail {
    width: 180px;
    border-radius: 5px;
    object-fit: cover;
    margin-top: 10px;
}
.invite_lineup_title {
    margin-top: 10px;
}
h4.personal_mc.invite_lineup_desc {
    font-size: 16px;
}
.expand_on div#player_inner_wrapper{
    position: relative;
    top: 60px;
}
.expanded_lineup_profile_user_wrapper{
    position: fixed;
    width: 50%;
    top: 24px;
    z-index: 1;
    left: 25%;
}
#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lightbox-content {
    position: relative;
/*    background: #fff;*/
    padding: 10px;
    border-radius: 10px;
}

#lightbox-img {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 5px;
}

.lightbox-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: black;
    cursor: pointer;
}
.profileImage{
    cursor: pointer;
}
.container.expand_cointainer{
    width: 100%;
}
.expand_cointainer #postImage{
    width: 100%;
}
#for_mobile_modal .invt_nxt_btn{
    margin-top: 20px;
}
#for_mobile_modal .invite_lineup_title{
    margin-top: 20px;
}
@media only screen and (max-width: 600px) {
    #player_controller_wrapper{
        top: 62px;
    }
    .header_black {
        padding-top: 10px;
        margin-left: 15px;
    }
    .expanded_lineup_profile_user_wrapper {
        width: 63%;
        top: 15px;
        left: 22%;
    }
    #player_inner_wrapper .lineup_profile_user img{
        width: 40px !important;
        height: 40px;
    }
    #player_inner_wrapper .ln_detail_wrap{
        padding: 0;
    }
    #player_inner_wrapper .card-body h5 {
        font-size: 18px;
    }
    #player_inner_wrapper .card-body p {
        font-size: 14px;
        line-height: 10px;
    }
    .mainwrapcontent .mainwrapcontentbox .border1{
        border: none;
    }
    .video_main_wrapper, .video_parent_wrapper{
        min-height: 446px;
    }
    #for_private_shared, #for_blank_load{
        padding-top: 0px;
    }
    #for_mobile_modal .modal .modal-content{
        overflow: scroll !important;
    }
    .form-container.off-canvas {
        padding: 0px;
    }
    #for_mobile_modal .modal-content img.modal_logo{
        margin-bottom: 5px;
    }
    #for_mobile_modal .invite_lineup_thumbnail{
        margin-top: 5px;
    }
    #for_mobile_modal .invt_nxt_btn{
        margin-top: 10px;
        margin-bottom: 5px;
    }
    #for_mobile_modal .invite_lineup_title{
        margin-top: 5px;
        margin-bottom: 5px !important;
    }
    #for_mobile_modal .personal_mc{
        margin-bottom: 5px !important;
    }
    .mg-b-0{
        margin-bottom: 0 !important;
    }
}
.con_link{
    font-weight: bold;
    font-size: 16px;
    color: #000;
}
div.dot {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 5px;
}
.green {
  background: green;
}
.table-dot{
    width: 15px;
    height: 15px;
    border-radius: 100px;
    display: inline-block;
}
.grid-item {
  cursor: move;
}
.password-wrapper{
    position: relative;
}
.password-toggle-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666;
}
#signupForm .error-message {
    display: contents;
}
#edit-lineup-order-modal .modal-body{
    max-height: 500px;
}
.user_paywall_icon{
    float: right;
    margin-top: 0px;
    width: 33px;
    margin-right: 5px;
}
.user_add_tip_icon{
    /*float: right;*/
    margin-top: 5px;
    width: 59px;
    /*margin-left: 2px;*/
}
.eye_icon_wrapper{
    position: absolute;
    /*top: calc(50% - 25px);
    left: calc(50% - 25px);*/
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    cursor: pointer;
}
.eye_icon{
    width: 35px;
}
.eye_icon_wrapper.lineup img {
    width: 50px;
}
.eye_icon_wrapper.lineup{
    /*top: calc(50% - 35px);
    left: calc(50% - 35px);*/
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.eye_icon_wrapper.lineup_grid{
    /*top: calc(50% - 25px);
    left: calc(50% - 25px);*/
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.eye_icon_wrapper_a{
    position: relative;
}
.eye_icon_wrapper.sub_lineup_grid{
    /*top: calc(50% - 25px);
    left: calc(50% - 25px);*/
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.fs-14{
    font-size: 14px;
}
#media-sortable-list li.list-group-item {
    padding-left: 10px;
}
img.edit_lo_thumbnail {
    width: 30px;
    margin-right: 10px;
}
#submessageModal{
    margin: 0 !important;
}
.checkbox-absolute{
    position: absolute;
    right: 5px;
    top: 10px;
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px !important;
        width: 800px !important;
    }
    .modal .modal-lg .modal-content{
        max-width: 800px !important;
        width: 800px !important;
    }
}
.head_inner_block .social{
    margin-bottom: 10px;
}
.mg-l20-p{
    margin-left: 20%;
}
.header_hide{
    display: none;
}