.seperate-menu{border-bottom:1px solid #4E4E4E;}
.list-link, .list-link:hover, .list-link:focus{color:#ffffff;font-weight:bold;font-size:15px;text-decoration:underline;font-style:oblique;}
.error-text{float:left;width:100%;margin-top:5px;color:red;}

/*Live Stream URL CSS*/
.url-text{width:85%;float:left;}
.copy-button{float:right;padding-bottom:2px;padding-top:2px;margin-top:11px !important;}

.d-none{display:none !important;}
.d-block{display:block !important;}
.bg-white{background:#ffffff !important;}

/*New CSS starts*/
.main-head > h1{font-weight:500;}
.main-head > h1 > span{color:#4ea5e0;}
.main-head > p{margin-right:20%;margin-left:20%;width:60%;font-size:15px;/*line-height:25px;*/}
.sec-description{font-size:16px;padding:10px;line-height:23px;min-height:150px !important;}
.sec-heading{padding:20px;}
.sec-heading > span{font-size:20px;font-weight:700;line-height:30px;}
.sec-btn{padding:15px;}
.sec-btn .btn{width:170px;border-radius:7px;color:#ffffff;background-color:#4c4a49;}
.sec-btn .btn:hover{color:#ffffff;background-color:#4ea5e0;}
.video-publisher > .select2-container{width:100% !important;}
.breadcrumb > li.crumb-active > a{color:#ffffff !important;}
.cdn-radio{float:left;width:auto;margin-right:20px;margin-bottom:0 !important;}
.cdn-radio:last-child{margin-right:0;}
.cdn-types .section-divider{margin-top:15px !important;margin-bottom:20px !important;}
.preferred_cdn > img{border:1px solid #bdbdbd;border-radius:5px;cursor:pointer;}
.preferred_cdn.active > img{border:1px solid var(--primary);box-shadow:0 0 10px var(--primary);}
.cdn-subhead{margin-bottom:0;margin-top:0;font-size:25px;font-size:18px;line-height:26px;font-weight:bold;color:var(--primary);}
.cdn-error{margin-bottom:0;margin-top:6px;font-size:12px;color:red;line-height:18px;display:none;}
.page-title-text {
    font-size: 20px;
    font-weight: 700 !important;
    line-height: 25px;
}
.notify-text-block{padding-right:10px;padding-left:10px;}
.sub-color-field, .sub-color-field-3, .sub-color-field-4{float:left;}
.sub-color-field{width:48% !important;margin-right:4% !important;}
.sub-color-field-3{width:30% !important;margin-right:5% !important;}
.sub-color-field-4{width:19% !important;margin-right:8% !important;}
.sub-color-field:last-child, .sub-color-field-3:last-child, .sub-color-field-4:last-child{margin-right:0 !important;}
.sub-color-label{float:left;width:100%;margin-bottom:5px;font-size:11px;line-height:18px;font-weight:bold;}
.sp-replacer{max-height:42px;}
.img-preview-sec{float:left;width:49%;}
.app-img-preview{height:60px;}
.app-img-file{float:left;width:49% !important;margin-right:2% !important;margin-top:10px !important;}
.conf-subhead, .conf-subhead > p{float:left;width:100%;}
.conf-subhead > p{text-align:left;font-size:14px;line-height:20px;font-weight:bold;color:#333333;}
.adv-colors-head{font-size:16px !important;line-height:23px;font-weight:bold;color:#000000 !important;}
.mand{color:red;font-size:14px;line-height:20px;margin-left:3px;}
.table-heading{margin-top:10px !important;font-size:18px;line-height:26px;margin-bottom:10px !important;font-weight:bold;text-align:left !important;}
.mb-20{margin-bottom:20px !important;}
.ick-radio{cursor:pointer;}
.no-border{border:none !important;}
.oflw-hidden{overflow:hidden !important;}
.epg-add-btn{padding:7px 20px;}
.back-btn{padding:7px 25px !important;color:#626262;}
.preview-btn{padding:3.5px 10px;margin-left:5px !important;}

/*Pathmanathan Platform New UI Update*/
.w35{width: 35px !important;}
.w45{width: 45px !important;}
.admin-form{font-size: 15px;}
.top_bg{
    background-image: url("/images/top_bg.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    height: 200px;
    margin: -25px -20px 0 -20px;
    position: relative;
}
.top_bg .welcom_content{
    margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px;
}
.welcom_content h1 span{
    color: #4A89DC;
    font-weight: 600;
}

.welcom_content h1{
   font-weight: 400;
   font-size: 30px;
}
.panel-body .items{
   background-color: #E9EDF6;
   border-radius: 5px;
}

.panel-body.welcom_wrap {
    padding: 60px 17% 30px 17% !important;
    margin-bottom: 50px;
}

.panel-body.welcom_wrap .items {
   padding: 30px;
   margin-bottom: 30px;
   border: 3px solid #E9EDF6;
}

.panel-body.welcom_wrap .items a{
   text-decoration: none;
   color: #626262;
}

.panel-body.welcom_wrap .items:hover {
   border: 3px solid #3078D7;
}

.panel-body.welcom_wrap .items .sec-heading{
    padding: 0;
    position: relative;
}
.panel-body.welcom_wrap .items .sec-heading span{
    color: var(--primary);
    font-size: 24px;
    font-weight: 600;
    position: relative;
    top: 3px;
    margin-left: 5px;
}
.panel-body.welcom_wrap .items .sec-description{
   text-align: left;
   min-height: unset !important;
   padding: 10px 0;
}
.panel-body.welcom_wrap .items .sec-description p{
  margin: 0;
}
.btn-custom{
    padding: 8px 20px;
    color: #ffffff !important;
    background-color: #484D61 !important;
    border-radius: 5px !important;
}
.btn-custom:hover{
    background-color: var(--primary) !important;
}
.panel-body.welcom_wrap .items .sec-heading ul{
    padding: 0;
    margin: 0;
    text-align: left;
}
.panel-body.welcom_wrap .items .sec-heading li{
    list-style-type: none;
    display: inline-block;
}
.panel-body.welcom_wrap .items .sec-heading li img{
    width: 100%;
}
.admin-form .bg-primary, .admin-form .panel-primary .heading-border:before, .admin-form .panel-primary.heading-border:before, .admin-form .panel-primary>.panel-heading:before {
    background-color: var(--primary) !important;
}
.admin-form .btn-primary:active {
    background-color: var(--primary) !important;
}
.admin-form .btn-primary:focus, .admin-form .btn-primary:hover {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.admin-form .btn-primary {
    background-color: var(--primary) !important;
}
.navbar-branding .navbar-brand img{
    padding: 10px !important;

}/*login screen*/


body.external-page #content #login1{
    margin-top: 12%;
}
.admin-form .section.form{
    margin-bottom: 20px;
}

.admin-form .section.form input{
    border-radius: 8px;
    background-color: #E9EDF6;
} 

body.external-page #main {
  overflow: hidden;
  background: url(../images/login-page-bg.png) no-repeat top center #2d494d !important;
}

.login .panel-body{
    border-bottom-left-radius: 50px 20px;
    border-bottom-right-radius: 50px 20px;
}

body.external-page .login-links a{
    font-size: 16px;
}

.login .gui-input{
    height: 50px;
}
.login .input_error{
    background-color: #F6E9E9 !important;
}
.login .validationerror{
    color: #C84D4D !important;
    text-align: right;
    display: flow-root;
}
.login img.icon,.register_page img.icon{
    width: 30px;
    height: 30px;
    margin: 10px 15px;
}

.login .logo_right h1{
    font-size: 42px;
    text-align: right;
    margin: 0;
    color: #484D61;
}

.login .panel.panel-info{
    border-radius: 8px;
}

.login #login{
    border-top: solid 8px #484D61;
    font-weight: 600;
}

.checkbox-round {
    width: 1.5em;                      
    height:1.5em;                        
    clip-path: circle(42% at 50% 50%);   
    vertical-align: middle;
    border: 1px solid #ddd;
}

.login_btn{
    margin-top: 20px;
}
.login_btn .custom_btn{
    height: 60px;
    font-size: 28px !important;
}
.login .border,.register_page .border{
    border-right: 1px solid;
    border-color: #484D61;
    position: absolute;
    top: 0;
    left: 60px;
    height: 40px;
    margin: 5px 0;
}
.custom_btn{
    border: 0;
    height: 42px;
    line-height: unset;
    font-size: 15px;
    cursor: pointer;
    padding: 0 18px;
    text-align: center;
    vertical-align: top;
    background: #484D61;
    color: #ffffff !important;
    font-size: 16px !important;
    display: inline-block;
    -webkit-user-drag: none;
    text-shadow: 0 1px rgb(255 255 255 / 20%);
    -webkit-border-radius: 3px;
    border-radius: 8px;
    width: 100%;
}

.login .admin-form .prepend-icon > input, .admin-form .prepend-icon > textarea,.register_page .admin-form .prepend-icon > input, .admin-form .prepend-icon > textarea{
    padding-left: 75px;
    font-size: 18px;
}

.login .admin-form .append-icon .field-icon i, .admin-form .prepend-icon .field-icon i{
    font-size: 18px;
    color: #484D61;
}

.admin-form.theme-info .gui-input:focus, .admin-form.theme-info .gui-textarea:focus, .admin-form.theme-info .select > select:focus, .admin-form.theme-info .select-multiple select:focus{
    color: var(--primary) !important;
}
.login .divider{
    margin: 0 10px;
    background-color: #FAFAFA;
    height: 20px;
    border-right: 1px solid #000;
}

.login_remember {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #3f5a61 !important;
  font-family: 'Roboto', sans-serif;
}

/* Hide the browser's default checkbox */
.login_remember input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #E9EDF6;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.login_remember:hover input ~ .checkmark {
  background-color: #E9EDF6;
  border-radius: 50%;
}

/* When the checkbox is checked, add a blue background */
.login_remember input:checked ~ .checkmark {
  background-color: #005EA6;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.login_remember input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.login_remember .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.login .section input{
    font-family: 'Roboto', sans-serif;
    color: #484D61;
}
.login .section input::-webkit-input-placeholder {
   font-family: 'Roboto', sans-serif;
}

.login .section input:-ms-input-placeholder {
   font-family: 'Roboto', sans-serif;
}

.login .section input:-moz-placeholder {
   font-family: 'Roboto', sans-serif;
}

.login .section input::-moz-placeholder {
   font-family: 'Roboto', sans-serif;
}

/*Register Page Css*/

.register_page #main{
    background: url(../images/register-page-bg.png) no-repeat top center !important;
}

.register_page .features-list h2{
    font-size: 45px !important;
    margin-bottom: 30px;
}

.register_page .features-list li{
    list-style: none;
    display: table-cell;
    padding-right: 15px;
    padding-bottom: 25px;
    font-family: 'Outfit', sans-serif;
    line-height: 40px;
}


.register_page .features-list {
    font-size: 27px !important;
}

.register_page .features-list span{
    font-size: 28px;
    color: #FF9B00;
    font-weight: bold;
}

.register_page .logo_right h1{
    font-size: 40px;
    text-align: right;
    margin: 0;
    color: #484D61;
    padding: 0;
    line-height: 40px;
    font-weight: bold;
}

.register_page .section.form input{
    height: 50px;
    font-family: 'Roboto', sans-serif;
}


.register_page .section.form input::-webkit-input-placeholder {
   font-family: 'Roboto', sans-serif;
}

.register_page .section.form input:-ms-input-placeholder {
   font-family: 'Roboto', sans-serif;
}

.register_page .section.form input:-moz-placeholder {
   font-family: 'Roboto', sans-serif;
}

.register_page .section.form input::-moz-placeholder {
   font-family: 'Roboto', sans-serif;
}

.register_page .button_wrap{
    background: #ffff;
    padding: 0 30px 30px 30px;
}

.register_page .button_wrap .btn{
   height: 50px;
   font-size: 23px !important;
   line-height: 40px;
}
.register_page .custom_btn.btn_border{
    margin-top: 15px;
}
.custom_btn.btn_border{
    background-color: #ffffff;
    border: 3px solid #3B3F4F;
    color:  #3B3F4F !important;
}
.rc-anchor-light{
    background-color: #E9EDF6 !important;
}
.form_error{
    text-align: right;
    color: #C84D4D;
    font-weight: 300;
}

/*Email Trigger*/

.top_bg.email_trigger{
    background-image: url("../images/top_bg.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    height: 150px;
    margin: -25px -20px 0 -20px;
    position: relative;
}

#email_trigger_placeholder{
    margin-top: 20px;
    background-color: #F5B025;
    border-radius: 5px;
    color: #484D61;
    font-family: 'Outfit', sans-serif;
    padding: 7px;
}

#email_trigger_placeholder i{
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
    margin-top: 3px;
}

.email_trigger_form label{
    color: #484D61;
    margin-bottom: 8px;
    font-weight: 500;
}


.email_triger_list{
   border-bottom: 1px solid #4A89DC;
}

.email_triger_list .border{
   border-left: 5px solid #4A89DC;
   padding: 0;
}

.email_trigger_name {
    display: flex;
    align-items: center;
    justify-content: center;
}

.email_triger_list ul.email_triger_items{
   margin: 0;
   padding: 0;
}

.email_triger_list ul.email_triger_items li{
   list-style-type: none;
   display: inline-block;
   width: 33%;
   text-align: center;
   padding: 15px 0px;
   border-bottom: 1px solid #CBD5E1;
}

.email_triger_list ul.email_triger_items li.email_type{
    text-align: left;
    padding-left: 10% !important;
}

.email_triger_list ul.email_triger_items li a{
    text-decoration: none;
}

.email_triger_list ul.email_triger_items li.dot.red::before{
   content: '';
   display: inline-block;
   width: 10px;
   height: 10px;
   -moz-border-radius: 7.5px;
   -webkit-border-radius: 7.5px;
   border-radius: 7.5px;
   background-color: #69b6d5;
}


.email_triger_list ul.email_triger_items li.dot span.green::before{
   content: '';
   display: inline-block;
   width: 10px;
   height: 10px;
   -moz-border-radius: 7.5px;
   -webkit-border-radius: 7.5px;
   border-radius: 7.5px;
   background-color: #5BC24C;
   color: #5BC24C;
}

.email_triger_list ul.email_triger_items li.dot span.red::before{
   content: '';
   display: inline-block;
   width: 10px;
   height: 10px;
   -moz-border-radius: 7.5px;
   -webkit-border-radius: 7.5px;
   border-radius: 7.5px;
   background-color: #E63F24;
   color: #E63F24;
}

.email_triger_list ul:last-child li{
    border-bottom: unset;
}   

.email_triger_list .parent{
    width: 100%;
    text-align: center;
    display: table;
}

.email_triger_list .left{
    display: table-cell;
    vertical-align: middle;
    width: 30%;
}
.email_triger_list .right{
    display: table-cell;
    width: 69%;
}

.email_triger_list .left h2{
    color: #4A89DC;
    margin: 0;
    font-size: 21px;
}

.email_triger_list .left h2 img{
    width: 20px;
    margin-top: -5px;
}

.submit_button button.btn{
    margin-left: 10px !important;
    background: #fff;
}

.submit_button button.btn-primary{
    margin-left: 10px;
    background-color: #3078D7;
    border-radius: 3px;
}

/*API Token*/
.api_token_container{ width: 100%;}
.api_token_container .api_token_wrap{ padding-top:100px;width: 45%;margin: auto;}
.api_token_wrap h2{font-size: 21px; color: var(--primary)}
.api_token_wrap p{ color:#484D61;font-size: 16px}
.api_token_wrap table{box-shadow: 0px 4px 30px rgb(203, 213, 225);border-radius: 10px;}
.api_token_wrap table tr td{padding: 12px 0;color: #484D61;border-color:#CBD5E1;font-weight: 600;vertical-align: middle;}
.api_token_wrap table tr td:first-child{
     padding: 12px 40px;
}
.api_token_wrap table tr td:last-child {
    padding: 12px 40px 12px 20px;
}
.api_token_wrap table tr td.right{font-family: 'Roboto', sans-serif;font-weight: 400;color: #484D61;font-size: 15px}
.api_token_wrap table tr td a{text-decoration: none;}
.api_token_wrap table tr td.red a{color: #CA3636;}
.api_token_wrap table tr td.blue a{color: #4A89DC;}
.api_token_wrap table tr td.activee p{background: #BCF1D6;color: #4AA829;padding: 7px 10px;width: 110px;border-radius: 5px;}
.toggle-password i{color: #3B3F4F;font-size: 18px;vertical-align: middle;}
.api_token_wrap table tr td.inactive p{background: #F1BCBC;color: #CA3636;padding: 7px 10px;width: 110px;border-radius: 5px;}
.api_token_wrap table tr td.regenerate .btn-custom{background-color: #3078D7 !important;border-radius: 8px !important;}
.api_token_wrap table tr td.regenerate i{margin-left:6px }
.api_token_wrap table tr td .secrect_key{display: inline-block;
word-break: break-word;font-size: 14px;margin: 0;text-align: left;}

.bottom_wrap{ margin-bottom: 100px;margin-top: 150px;background-color: #E9EDF6;}
.bottom_wrap .cta{position: relative;padding:15px 30px 50px 30px;}
.bottom_wrap .cta h2{font-size: 20px;color: #4A89DC}
.bottom_wrap .cta p{font-size: 16px}
.bottom_wrap .image_wrap {position: absolute;top: -50px;right: 20%} 
.ml0{margin-left: 0 !important;}

.bottom_wrap{ margin-bottom: 100px;margin-top: 150px;background-color: #E9EDF6;}
.bottom_wrap .cta{position: relative;padding:15px 30px 50px 30px;}
.bottom_wrap .cta h2{font-size: 20px;color: #4A89DC}
.bottom_wrap .cta p{font-size: 16px}
.bottom_wrap .image_wrap {position: absolute;top: -50px;right: 20%} 
.ml0{margin-left: 0 !important;}

/*Responsive css*/

@media (min-width: 991px) and (max-width: 1366px) {

    .panel-body.welcom_wrap{
        padding: 60px 20px 30px 20px !important;
    }

    .panel-body.welcom_wrap .items .sec-heading span {
        font-size: 15px;
        margin-left: 0;
        padding: 5px 0;
        top: 0px;
    }

    .panel-body.welcom_wrap .items .sec-heading li img {
        width: 25px;
    }
    .panel-body.welcom_wrap .items .sec-description {
        padding: 0;
    }

    .panel-body.welcom_wrap .items .sec-description p{
        font-size: 13px;
        line-height: 20px;
    }

    .btn-custom{
        font-size: 12px;
        padding: 5px;
    }

    .api_token_container .api_token_wrap{width: 75%;}
}



@media (min-width: 1368px) and (max-width: 1600px) {

    .panel-body.welcom_wrap{
        padding: 60px 60px 30px 60px !important;
    }

    .panel-body.welcom_wrap .items .sec-description {
        padding: 0;
    }

    .panel-body.welcom_wrap .items .sec-heading span {
        font-size: 19px;
        margin-left: 0;
        padding: 5px 0;
        top: 2px;
    }

    .panel-body.welcom_wrap .items .sec-heading li img {
        width: 28px;
    }
  
    .panel-body.welcom_wrap .items .sec-description p{
        font-size: 14px;
        line-height: 20px;
    }

    .btn-custom{
        font-size: 13px;
        padding: 5px;
    }

     .api_token_container .api_token_wrap{width: 66%;}

}

@media only screen and (max-width: 990px) {
  .panel-body.welcom_wrap{
        padding: 60px 0 30px 0 !important;
    }

    .api_token_container .api_token_wrap{width: 94%;}
}