* { box-sizing:border-box; -webkit-box-sizing:border-box;}

@font-face {
  font-family: 'quicksand-regular';
  src: url('https://envoi-common-resources.imgix.net/screening/fonts/Quicksand-reg/QuicksandRegular.eot');
  src: url('https://envoi-common-resources.imgix.net/screening/fonts/Quicksand-reg/QuicksandRegular.eot?#iefix') format('embedded-opentype'),
      url('https://envoi-common-resources.imgix.net/screening/fonts/Quicksand-reg/QuicksandRegular.woff2') format('woff2'),
      url('https://envoi-common-resources.imgix.net/screening/fonts/Quicksand-reg/QuicksandRegular.woff') format('woff'),
      url('https://envoi-common-resources.imgix.net/screening/fonts/Quicksand-reg/QuicksandRegular.ttf') format('truetype');
}

@font-face {
  font-family: 'quicksand-bold';
  src: url('https://envoi-common-resources.imgix.net/screening/fonts/Quicksand-bold/QuicksandBold.eot');
  src: url('https://envoi-common-resources.imgix.net/screening/fonts/Quicksand-bold/QuicksandBold.eot?#iefix') format('embedded-opentype'),
      url('https://envoi-common-resources.imgix.net/screening/fonts/Quicksand-bold/QuicksandBold.woff2') format('woff2'),
      url('https://envoi-common-resources.imgix.net/screening/fonts/Quicksand-bold/QuicksandBold.woff') format('woff'),
      url('https://envoi-common-resources.imgix.net/screening/fonts/Quicksand-bold/QuicksandBold.ttf') format('truetype');
}

@font-face {
  font-family: 'quicksand-light';
  src: url('https://envoi-common-resources.imgix.net/screening/fonts/Quicksand-light/QuicksandLight.eot');
  src: url('https://envoi-common-resources.imgix.net/screening/fonts/Quicksand-light/QuicksandLight.eot?#iefix') format('embedded-opentype'),
      url('https://envoi-common-resources.imgix.net/screening/fonts/Quicksand-light/QuicksandLight.woff2') format('woff2'),
      url('https://envoi-common-resources.imgix.net/screening/fonts/fonts/Quicksand-light/QuicksandLight.woff') format('woff'),
      url('https://envoi-common-resources.imgix.net/screening/fonts/fonts/Quicksand-light/QuicksandLight.ttf') format('truetype');
}

@font-face {
  font-family: 'raleway';
  src: url('https://envoi-common-resources.imgix.net/screening/fonts/raleway/Raleway.eot');
  src: url('https://envoi-common-resources.imgix.net/screening/fonts/raleway/Raleway.eot?#iefix') format('embedded-opentype'), url('https://envoi-common-resources.imgix.net/screening/fonts/raleway/Raleway.woff') format('woff'), url('https://envoi-common-resources.imgix.net/screening/fonts/raleway/Raleway.ttf') format('truetype'), url('https://envoi-common-resources.imgix.net/screening/fonts/raleway/Raleway.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'raleway_med';
  src: url('https://envoi-common-resources.imgix.net/screening/fonts/raleway_medium/Raleway_medium.eot');
  src: url('https://envoi-common-resources.imgix.net/screening/fonts/raleway_medium/Raleway_medium.eot?#iefix') format('embedded-opentype'), url('https://envoi-common-resources.imgix.net/screening/fonts/raleway_medium/Raleway_medium.woff') format('woff'), url('https://envoi-common-resources.imgix.net/screening/fonts/raleway_medium/Raleway_medium.ttf') format('truetype'), url('https://envoi-common-resources.imgix.net/screening/fonts/raleway_medium/Raleway_medium.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

:root {
  --bgColor: #15171B;
  --secbgColor:#1E222B;
  --borderColor:#798AAC;
  --highlight:#e9c548 !important;
  --boldfont:'raleway', sans-serif;
  --bodyfont:'raleway_med', sans-serif;
  --btnbg:#1E222A;
  --sectxtColor:#C9D8F4;
  --quicksandboldfont:'quicksand-bold', sans-serif;
  --quicksandregularfont:'quicksand-regular', sans-serif;
}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 16
}



body{ margin:0; padding:0; font-family:var(--bodyfont)!important; background-color: var(--bgColor) !important; height: 100%; color:#c9c9c9 !important;     font-size: 14px !important; line-height: 1.428571429;}


/*COMMON*/
h1, h2, h3, h4, h5, h6{ font-family:var(--boldfont)!important; font-weight:bold; line-height: 1;}
p{ font-family:var(--bodyfont)!important; font-weight:normal; line-height: 1;}

.signup_btns a, .signup_btns button { font-family:var(--bodyfont)!important; }
.create_section {background-color: #121212; font-family:var(--bodyfont)!important; }
.create_section .bc_header { padding: 15px 0; position: fixed;  z-index: 999999;   top: 0px;  background-color: #000;}
.create_section .header_det {float: left; width: 100%; padding: 15px 0 !important; position: fixed; z-index: 999999; top: 0px; background-color: #000;}
.create_section .wrapper { width: 95%; margin: 0 auto; position: relative; max-width: 1600px;}
.create_section .header_det .logo {float: left; width: auto !important;}
.create_section .header_det .logo img { height: auto !important; max-height: 35px; max-width: 175px;}
.create_section .header_det .cls { width: 22px; height: 22px; background-color: transparent !important; background-image: url(https://envoi-common-resources.imgix.net/screening/images/dark/close_ico.png?auto=compress,enhance,format&w=34) !important;
  background-size: 22px; position: absolute; right: 0px !important; top: 5px !important; background-position: center;
  background-repeat: no-repeat; cursor: pointer;}
.create_section .bc_contant { margin-top: 120px; width: 100%; display: inline-block; min-height: calc(100vh - 120px);}
.create_section h2 { margin-bottom: 20px; font-family: 'Raleway', sans-serif !important; font-weight: bold; font-size: 28px; color: #fff; text-align: center; text-transform: uppercase;}
.create_section .form_box { margin-bottom: 25px;}
.create_section h3 { font-size: 22px; margin-bottom: 35px !important; font-weight: 500; font-family: 'Raleway', sans-serif !important; text-align: center; color: #cccccc;}
.create_section label { text-transform: uppercase;}
.create_section .form-group { margin-bottom: 15px;}
.create_section input { width: 100%; background-color:transparent; border: solid 1px #7d7d7d; border-radius: 2px; font-size: 14px; height:40px !important; color: #fff;}
.create_section input::-webkit-input-placeholder { color: #969696 !important;}
.create_section input:-ms-input-placeholder {  color: #969696 !important;}
.create_section input::placeholder { color: #969696 !important;}
.bc_form_wrp .edit-channel {     background-color:transparent;}
.edit-channel {     background-color: #15171b;}
.edit-channel input::-webkit-input-placeholder { color: #999999 !important;}
.edit-channel input:-ms-input-placeholder {  color: #9999 !important;}
.edit-channel input::placeholder { color: #9999 !important;}
.add-channel input::-webkit-input-placeholder { color: #aeaeae !important;}
.add-channel input:-ms-input-placeholder {  color: #aeaeae !important;}
.add-channel input::placeholder { color: #aeaeae !important;}
.add-channel .channel_description::-webkit-input-placeholder { color: #aeaeae !important;}
.add-channel .channel_description:-ms-input-placeholder {  color: #aeaeae !important;}
.add-channel .channel_description::placeholder { color: #aeaeae !important;}
.edit-channel .phone { display: flex; align-items: center;}
.edit-channel .phone .phone_Country { width: 100px; margin-right: 30px;}
.edit-channel select { color: #9999 !important;}
.edit-channel .upload .img_block { position: relative; width: 100%; background-color: #383e4b; height: 110px; display: flex; align-items: center; justify-content: center;}
.edit-channel .upload .img_block img {     width: auto; height: auto; max-width: 100%; max-height: 100%;}
.edit-channel .upload_btns { display: flex; align-items: center; position: absolute; bottom: 0px; left: 0px; width: 100%; background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); padding: 5px 5px;}
.edit-channel .upload_btns .btn { height: 20px;font-size: 11px; font-weight: 600;line-height: 12px;margin-right: 5px;padding: 3px 5px; border-radius: 1px; background-color: #e9c548;}
.edit-channel .upload_btns .uprog-delt {     display: flex;}
.edit-channel .upload_btns .material-icons { font-size: 18px !important; color: #fff;   line-height: 18px;}
.edit-channel .up-logo img { width: 80% !important;}
.pt-15 { padding-top: 15px;}
.sweet-alert{ border-radius: 3px !important; background-color: #252b3c !important;     padding: 20px !important;}
.sweet-alert h2 { color: #fff; margin-bottom: 0px !important; font-size: 18px !important; font-weight: normal !important;}
.sweet-alert .btn {  background-color: #1e222a !important; border: solid 1px #39404e !important; padding: 7px 25px; font-size: 14px; color: #a4b4d6 !important;   margin-right: 0; border-radius: 30PX; box-shadow: inherit !important; display: inline-flex; line-height: 16px; height: 30px;  font-size: 14px; font-family:var(--bodyfont)!important; }
.sweet-alert .btn:hover {opacity: 0.8;}
.sweet-alert  .btn-danger {  background-color: #fff !important; color: #000 !important; }
.ReactModal__Overlay { z-index: inherit !important; background-color: rgba(0, 0, 0, 0.7) !important; }
.material-symbols-outlined { font-family: 'Material Symbols Outlined'!important; }
.custom_modal.u-conf-popup { background-color: transparent !important; border: 0px !important; }
.custom_modal { width: 100%; max-width: 700px; }
.custom_modal { position: absolute; padding: 20px; border-radius: 3px; }
.custom_modal.u-conf-popup p { font-weight: normal !important; }
.create_section .bc_form_wrp select { width: 100%; height:20px; background-color:transparent; background-image: url(https://envoi-common-resources.imgix.net/screening/images/dark/select_bg.png); background-repeat: no-repeat; background-size: 12px;background-position: 94% 50%; border: solid 0px #7d7d7d;  -webkit-appearance: inherit !important;
  -moz-appearance: inherit !important;  text-indent:  inherit !important; color: #fff;}
  .create_section option { background-color: #121212; color: #fff; padding: 0 10px !important;}
.create_section .btn { display: inline-block; background-color: #ffffff !important; height: 40px !important; border: solid 1px #ffffff !important; width: 95px; color: #000 !important; font-size: 14px; font-weight: bold; text-transform: uppercase; display: inline-flex; align-items: center; justify-content: center; border-radius: 2px;}
.create_section .btn:hover {  background-color: #e9e9e9 !important; }
.create_section .terms {margin: 0px 0 20px 0;font-size: 13px; line-height: 20px; text-align: left; color: #777;}
.create_section .terms a { color: #ffffff; font-size: 13px; font-weight: normal;  font-family:var(--bodyfont)!important; text-decoration: underline;}
.create_section .terms a:hover { color: #ffffff; text-decoration: none;}
.create_section .btn {  font-family:var(--bodyfont)!important;}
.create_section input::-webkit-input-placeholder {   color:#939393; font-weight: 500;  }
.create_section input:-ms-input-placeholder { color: #939393; font-weight: 500;  }
.create_section input::placeholder {    color: #939393; font-weight: 500;  }
.create_section .destination { background-color: #262626; padding: 15px; border: solid 1px #777777; border-radius: 6px; margin-bottom: 6px;}
.create_section .destination_head { width: 100%; display: flex; justify-content: space-between; align-items: center;}
.create_section .icon { display: flex; color: #939393; font-size: 14px; font-weight: 600;}
.create_section .icon .fa { color: #a7a7a7; font-size: 20px; display: block; margin-right: 10px;}
.create_section .radio .switch {position: relative; display: block;width: 45px;height: 20px; margin-bottom: 0px;}
.create_section .radio .switch input { opacity: 0;width: 0; height: 0; }
.create_section .radio .slider { position: absolute;cursor: pointer; top: 0; left: 0;right: 0;bottom: 0; background-color: #393939; -webkit-transition: .4s;
    transition: .4s; }
.create_section .radio .slider:before {position: absolute;  content: ""; height: 20px; width: 20px; left: 0px; bottom: 0px; background-color: white; -webkit-transition: .4s;  transition: .4s; }
.create_section .radio input:checked + .slider {background-color: #000;}
.create_section .radio input:focus + .slider { box-shadow: 0 0 1px #000; }
.create_section .radio input:checked + .slider:before { -webkit-transform: translateX(26px);  -ms-transform: translateX(26px); transform: translateX(26px); }
.create_section .radio .slider.round { border-radius: 34px;  }
.create_section .radio .slider.round:before {border-radius: 50%; }
.create_section .destination_con { padding: 15px 10px 0 20px;}
.create_section .destination_con .form-control { color: #fff; padding: 5px 10px; height: 38px !important; border-radius: 5px; background-color: #0a0a0a; border: none;}
.create_section .destination_con .form-control {color: #fff !important; background-color: #0a0a0a !important;}
.create_section .inputgroup .label{ font-size: 11px; color:#d3d3d3;  font-weight: bold;}
.create_section input, .create_section textarea { color: #ffffff !important;}
.destination_block { font-family:var(--bodyfont)!important;}
.align-center { text-align: center;}
.mt-30 { margin-top: 30px;}
.mb-30 { margin-bottom: 30px !important;}
.streaming_block { width: 100%; font-family:var(--bodyfont)!important;}
.streaming_block .streaming_buttons { position: absolute; bottom: 25px; width: 100%; padding: 0 25px; display: flex; justify-content: space-between; align-items: center;}
.streaming_block .streaming_error { position: absolute;top: 10%;}
.streaming_block .live_streaming { position: relative; overflow: hidden;  width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; background-color: rgb(27, 27, 27);}
.streaming_block .live_streaming #preview { width: 100%; margin-bottom: 0px; background: rgb(0, 0, 0);}
.streaming_block .streaming_buttons .start_button { margin: 0px 10px; width: 75px; height: 75px; display: flex; justify-content: center; align-items: center; border: solid 4px #fff; padding: 3px; background: none; border-radius: 100%;}
.streaming_block .streaming_buttons .start_button .material-icons {     font-size: 80px; color: #ea3727; line-height: 59px; width: 80px;  height: 58px;}
.streaming_block .streaming_buttons .start_button .material-icons:hover {  color: #b92214;}
.streaming_block .streaming_buttons .stop_button {  margin: 0px 10px; width: 75px; height: 75px;  display: flex; justify-content: center; align-items: center; border: solid 4px #fff; padding: 3px; background: none; border-radius: 100%;}
.streaming_block .streaming_buttons .stop_button .material-icons { font-size: 55px; color: #ea3727; line-height: 59px;width: 55px; height: 60px;}
.streaming_block .streaming_buttons .sub_button { width: 50px; height: 50px; border: solid 2px #90908fbd; background-color: #07070675; border-radius: 100%; display: flex; justify-content: center; align-items: center; margin: 0 10px;}
.streaming_block .streaming_buttons .sub_button:hover {  background-color: #070706a6; border: solid 2px #90908fee;}
.streaming_block .streaming_buttons .sub_button .material-icons:hover { color: #ffffffc7;}
.streaming_block .streaming_buttons .sub_button .material-icons { font-size: 24px;color: #919190; line-height: 30px; width: 40px; height: 30px;}
.streaming_block .streaming_close {width: 30px; height: 30px; position: absolute; right: 20px; top: 15px; background: none; border: none;}
.streaming_block .streaming_close .material-icons {font-size: 32px; color: #ffffff78;  line-height: 32px;}
.streaming_block .streaming_close .material-icons:hover {  color: #ffffffd5;}
.streaming_block .stream_options {  display: flex; justify-content: space-between; align-items: center;}
.streaming_block .stream_options .dropdown-menu { color: #eaeaea !important;  background-color: #1e1e1e !important;}
.streaming_block .stream_options .dropdown-menu .dropdown-item { color: #fff !important;}
.streaming_block .stream_options .dropdown-divider { border-top: 1px solid #707070 !important;}
.streaming_block .stream_duration { color: #dddddd; font-size: 16px;  font-family:var(--quicksandregularfont)!important;}
.streaming_block .stream_settings { display: flex;}
.streaming_block .stream_settings .icon { width: 20px; height: 20px; margin: 0 5px;  color: #8d8d89;}
.streaming_block .stream_settings .icon:hover { color: rgb(230, 230, 230);}
.streaming_block .stream_settings .icon .material-icons {font-size: 24px;  line-height: 32px;}
.streaming_block .came_off { background-color: #ea3727 !important; border: solid 2px #ffffff !important;}
.streaming_block .came_off .material-icons {  color: #fff !important;}
.streaming_block .mic_off { background-color: #ea3727 !important; border: solid 2px #ffffff !important;}
.streaming_block .mic_off .material-icons {  color: #fff !important;}
.streaming_block .top_options { position: absolute; top: 25px; left: 25px; display: flex;}
.streaming_block .top_options .live {display: flex; font-size: 16px; color: #fff; align-items: center;  font-family:var(--quicksandboldfont)!important;}
.streaming_block .top_options .live .dot { width: 8px; height: 8px; border-radius: 100%; margin-right: 10px; background-color: #e94034;}
.streaming_block .top_options .views { color: #efefef;  font-family:var(--quicksandregularfont)!important; display: flex; align-items: center; margin-left: 30px;}
.streaming_block .top_options .views .material-icons  { font-size: 20px; margin-right: 10px;  color: #efefef;}
/* .chat_block { width: 650px; height: 100vh; background-color: #313131;} */
.broadcast_play { width: 25px; height: 25px; position: absolute; right: 5px; top: 5px;  background-color: #fff; display: flex; justify-content: center;
  align-items: center; border-radius: 100%; color: #fff; box-shadow: 0 1px 2px 0 rgb(0 0 0 / 80%);}
  .broadcast_play:hover {  color: rgb(209, 209, 209); text-decoration: none;}
  .broadcast_play .material-icons {  font-size: 18px;  color: #15aed0; }
  .asset_play { width: 25px; height: 25px; cursor: pointer; position: absolute; right: 7px; top: 7px;  background-color: #ffffff; display: flex; justify-content: center;
    align-items: center; border-radius: 100%; color: #fff;  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 80%);}
  .asset_play:hover {  color: rgb(209, 209, 209);  text-decoration: none;}
  .asset_play .material-icons {  font-size:18px; color: #15aed0;  }
.mobile-controls { display: none;}
.broadcast .navbar-brand { margin-top: 0px !important;}
.broadcast .dropdown {margin-right: 0px !important;}
.actions-dd .dropdown-menu li a {  font-family:var(--bodyfont)!important;}
.dropdown-menu a {  font-family:var(--bodyfont)!important;}
.alert {padding: 20px; background-color: #f44336; color: white; }
.novideo-alert{ background-color:rgba(0,0,0,0.8); position: fixed;top:0; left:0; bottom:0; right:0; z-index:9999;}
.novideo-alert .alert{width:95%; max-width: 500px; margin:2rem auto; position: fixed; transform: translate(-50%, 0px); top: 5%; left: 50%; z-index: 99999; }
.novideo-alert .alert .closebtn { width: 15px; height: 15px; background-image: url(https://envoi-common-resources.imgix.net/screening/images/dark/close_ico.png) !important; background-size: 15px; background-color: transparent; background-repeat: no-repeat;
padding: 10px; top: 34%; position: fixed; right: 10px; font-size: 0px; cursor: pointer; z-index: 9999999; }
.novideo-alert .alert-u { text-align: center; width: 95%; max-width: 300px;  margin: 2rem auto;  position: fixed;  transform: translate(-50%, 0px);
  top: 20%;  left: 50%;  z-index: 99999;  background-color: #212121; padding: 30px 0px 20px 0px; border: solid 1px #555; color: #ccc; border-radius: 5px;}
.alert_wrapper img{ width:150px!important;}
.alert_block{ position: absolute; top:0; bottom:0; left:0; right:0; background-color: #0e0e0ed6; z-index: 999;}
.alert_block .alert_wrapper{ width:96%; max-width: 350px; text-align: center; position: absolute; top:43%; left:50%; transform: translate(-50%, -50%);}
.alert_block .alert_wrapper h5{ text-align: center; text-transform: uppercase; color:#fff; font-weight: bold; font-family: 'Avenir', sans-serif; font-size: 22px;}
.alert_block .alert_wrapper p{ text-align: center; color:#c4c4c4; font-family: 'Avenir', sans-serif; font-size: 18px; line-height: 2;}
.alert_wrapper img{ width: 180px;margin: 10px auto 20px auto; display: block;}
.alert_wrapper .error_img{ width: 110px}
.alert_box{ width: 90%; margin: 0 auto; position: relative; }
.alert_box .Alert_head{ padding: 15px; background-color:#484848;}
.alert_box .Alert_body{background-color:#303030; padding: 15px; }
.alert_box .Alert_body p:first-child{ color:#fff; font-size: 20px; margin-bottom:10px;}
.alert_box .Alert_body p:nth-child(2){ color: #c4c4c4; font-size: 15px; line-height: 24px!important;}
.popup-close { width: 25px;  height: 25px;  background-image: url(https://envoi-common-resources.imgix.net/screening/images/dark/close_ico.png) !important;
  background-size: 25px; background-color: transparent;  background-repeat: no-repeat;  padding: 15px;  top: 15px;  position: absolute;  right: 15px;
  font-size: 0px;  cursor: pointer;  z-index: 9999999;}
.alert_box .Alert_head .alert_icon { font-size: 70px; padding: 12px;border: solid 5px #363636; border-radius: 100%; color: #363636;}
.alert_box .Alert_body .sub_title {     color: #fff;  font-size: 20px;  margin-bottom: 10px;  text-transform: uppercase;}
.alert_box .alert_btns { width: 100%; display: flex; justify-content: center; margin-bottom: 10px;}
.alert_box .btn {     padding: 3px 15px; margin: 0 5px; border-radius: 2px; background-color: #0f0f0f; color: #fff;}
.alert_box .btn:hover {opacity: 0.8;}
.alert_box .cancel_btn { background-color: #1d1d1d !important;}
.alert_box .alert_text1 { font-size: 18px !important;}
.bmpui-ui-watermark { display: none;}
.recording_play { width: 100%; height: calc(100vh - 95px); display: flex; justify-content: center; align-items: center;     position: relative;}
.recording_play .video-player { height: 100%; margin-bottom: 10px;}
.recording_play .popup-close { top: 15px !important;}
.mobile { display: none !important;}
.page-heading .perpage { width: 100% !important; margin: 0px 0!important; justify-content: space-between; align-items: center; font-size: 15px;}
.page-heading .perpage select { padding: 0px 10px; width: 50px; height: 35px; line-height: 35px; background-image: url(https://envoi-common-resources.imgix.net/screening/images/dark/select_bg.png); background-repeat: no-repeat; background-size: 9px;background-position: 85% 50%; }
.btn_load { padding: 5px 20px; color: #000 !important; text-decoration: none !important;  font-weight: bold;  border: 1px solid #ddd;  background-color: #ddd; margin: 20px auto;  display: inline-block;  text-transform: uppercase;  cursor: pointer;  font-family: var(--quicksandregularfont) !important; font-weight: bold;  border-radius: 3px;}
.btn_load:hover { background-color: rgb(255, 255, 255);}

.broadcast_home .page-heading .perpage {    width: 350px !important; display: flex; align-items: center; justify-content: end;}
.broadcast_home .page-heading { justify-content: space-between;}
.broadcast_home .pull-left { font-weight: bold;}
.top_options .stream_duration { margin-left: 20px; color: #ffffff;font-size: 14px;background-color: #00000082;padding: 3px 10px;line-height: 18px;border-radius: 30px;}
.asset_duration { background-color: #00000094; padding: 3px 5px; color: #fff; position: absolute; border-radius: 3px; left: 7px; bottom: 7px; font-size: 12px; line-height: 13px;}
.bc_activation .active_wrp { width: 500px;  margin: 30px auto;}
.bc_activation .active_logo { width: 100% !important;  display: flex;  justify-content: center;  margin-top: 13% !important; margin-bottom: 5% !important;}
.bc_activation .active_logo img { width: auto !important;  height: 45px !important;}
.bc_activation .active_block { padding: 30px 50px 30px 50px; background-color: #1e222a !important;  border-radius: 6px; margin-top: 10px;
  text-align: center; display: inline-block; width: 100%;}
  .bc_activation .active_block h2 { font-size: 20px;   color: #fff; font-weight: 600;  text-transform: uppercase; margin-bottom: 15px;}
.act_page .active_block p { font-size: 13px; color: #d9d9d9; line-height: 16px;}
.bc_activation .atv_btn {padding: 10px 9px; border: solid 1px #535353; background-repeat: no-repeat; background-position: 10px center; border-radius: 3px;
  background-color: #464646; color: #fff !important; /* background-size: 30px; */  font-size: 14px; font-family: 'raleway_med', sans-serif;}
.bc_activation .submit_code {   width: 100%; display: block; margin-bottom: 20px !important; border: solid 1px #39404e !important;  background-color: #3b4352 !important;}
.bc_activation .active_block input.u-black-input { font-size: 16px; font-family:var(--boldfont)!important; background-color: transparent; color: #fff !important; margin: 15px 0; border: 1px solid #747a87; width: 100%; text-align: center;}
.bc_activation .resend { display: flex; justify-content: space-between;}

.payment_section .plans_list{display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; }
.payment_section .plan_box { display: block; position: relative; margin-bottom: 12px; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin-right:1.3333333333333333%; }
.payment_section .plan_box:last-child{ margin-right: 0;}
.payment_section .plan_box input { position: absolute; opacity: 0; cursor: pointer; }
.payment_section .plan_box .checkmark_plan { position: relative; border: 1px solid #323a49; opacity: 1; transition: all 0.3s ease-out; box-shadow: inset 0px 0px 1px rgb(0 0 0); background-color: #10151e; }
.payment_section .plan_box .checkmark_plan:last-child{ margin-right: 0;}
.payment_section .plan_box .ruler{ width: 100%;height: 1px;border-top: 1px solid #323a49}
.payment_section .plan_box input:checked ~  .checkmark_plan { border: 1px solid #323a49;  background-color: #10151e;}
.payment_section .plan_box input:checked ~  .checkmark_plan .ruler{ border-top: 1px solid #323a49}
.payment_section .plan_box .checkmark_plan p{ color:#d6d6d6; margin-bottom: 0; }
.payment_section .payment_section .plan_box .checkmark_plan .left_cut{ width:30px; height: 30px; display: block; border-radius: 100%; background-color: #000; border:1px solid #fff; top:50%; left:15px; position: absolute;}
.payment_section .plan_box .checkmark_plan .plan_price{ font-weight:bold; font-size: 0.7em; margin: 4px; padding: 5px 3px; background-color: #434b5a; font-family: 'Avenir', sans-serif; text-align: center; }
.payment_section .plan_box .checkmark_plan .plan_price sub{  font-size: 0.66em; margin-left: 2px; margin-right: 2px; bottom: -.15em!important;}
.payment_section .plan_type{text-align: center; text-transform: uppercase; font-size: 0.5em; height: 36px; margin: 8px 9px 15px!important; }
.payment_section .col3 { width: 24%;}
.payment_section .payment_account { margin: 20px 0; font-size: 16px; text-align: center; color: #fff;}
.payment_section .pmt_blk { width: 100%;}
.payment_section .pmt_blk input[type=radio] {zoom: 1.8; margin: 0px; float: left; margin-right: 5px;}
.payment_section input[type='radio'] { -webkit-appearance:none;  width:12px; height:12px;  border:1px solid #fff !important; border-radius:50%;outline:none !important;}
.payment_section input[type='radio']:before { content:''; display:block; width:60%; height:60%; margin: 2px;  border-radius:50%; outline:none !important; }
.payment_section input[type='radio']:checked:before {  background:#fff; outline:none !important;}
.sbp_radio { display: block; position: relative;  padding-left: 35px; margin-bottom: 0; cursor: pointer;
  font-size: 14px; width: 50%; line-height: 24px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;  user-select: none;
}
.sbp_radio input { position: absolute;  opacity: 0;  cursor: pointer;}
.sb_check { position: absolute; top: 0;  left: 0;  height: 22px;  width: 22px;  background-color: #eee;  border-radius: 50%;}
.sbp_radio:hover input ~ .sb_check {  background-color: #ccc;}
.sbp_radio input:checked ~ .sb_check {  background-color: #2196F3;}
.sb_check:after { content: ""; position: absolute; display: none;}
.sbp_radio input:checked ~ .sb_check:after { display: block;}
.sbp_radio .sb_check:after { top: 4px; left: 4px; width: 14px; height: 14px; border-radius: 50%; background: white;}
.payment_section .pmt_blk label { color: #cccccc; font-weight: 500; margin-bottom: 0px;}
.payment_section .pmt_blk .sbp_radio { width: 100%;}
.payment_section .pmt_blk h4 { font-size: 18px; color: #fff;}
.payment_section .pmt_blk .form-group { margin-bottom: 5px;}
.payment_section .cc_det { width: 100%; margin-top: 10px;}
.payment_section .cc_det h3 { color: #fff; font-size: 20px; margin: 25px 0 10px 0 !important;}
.payment_section .hosted-field { height: 24px;}
.payment_section .expiration { display: flex; justify-content: space-between;}
.payment_section .cc_det select { background-color: transparent !important; height: inherit;  width: 100%; color: #fff; appearance: none; -webkit-appearance: none;}
.payment_section .free_trl {font-size: 13px; line-height: 16px;  margin: 10px 0px 15px 0;}
.payment_section .btn { text-transform: uppercase; background-color: #434b5a !important; text-decoration: none; height: 36px !important; font-family: var(--quicksandregularfont) !important; padding: 5px 20px; font-size: 14px; font-weight: bold; color: #c2d0ec; border: 1px solid transparent !important;}
.payment_section .btn:hover {  background-color: #545d6e;}
.payment_section input::placeholder {  color: red !important; opacity: 1; }
.payment_section input:-ms-input-placeholder { color: red !important;}
.payment_section input::-ms-input-placeholder {  color: red !important;}
.play_list_block .inputgroup .label { color: #b9c7e5;}
.play_list_block .inputgroup { border: 1px solid #4f5a70;}
.playlist_popup { background-color: #1a1d22 !important; border: solid 1px #6a7385 !important;}
.playlist_popup .closeBtn { right: 20px; top: 20px; width: 15px;}
.playlist_popup .title { font-size: 18px; color: #c2d0ec; font-weight: 500; margin-bottom: 25px;}
.playlist_popup .playlist-pp .btn { width: auto; float: right; margin: 20px 0 0 0; border-radius: 30px !important; background-color: #1e222a !important; border: solid 1px #39404e !important; padding: 15px 8px;}
.checkbox { display: block;  position: absolute; padding-left: 0; right: 40px; top: 37px; margin-bottom: 0; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.checkbox input { position: absolute;  opacity: 0;  cursor: pointer;  height: 0;  width: 0;}
.check { position: absolute; top: 0;  left: 0;  height: 20px;  width: 20px;  background-color: #1c1f25;}
.checkbox:hover input ~ .check { background-color: #404958;}
.checkbox input:checked ~ .check { background-color: transparent;}
.check:after { content: "";  position: absolute;  display: none;}
.checkbox input:checked ~ .check:after { display: block;}
.checkbox .check:after { left: 9px; top: 0px; width: 7px; height: 15px; border: solid #c2d0ec; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg); transform: rotate(45deg);}
.playlist_page .pl_submenu .material-icons { width: 18px !important;}
.pl_submenu .dropdown-menu { right:0px;}
.alert_popup { background-color: #1a1d22 !important; border: solid 1px #6a7385 !important; text-align: center; max-width: 400px !important;}
.alert_popup .alert_icon { display: flex; justify-content: center; width: 100%;}
.alert_popup .alert_icon .material-icons {     font-size: 80px; color: #7b9dc05c; background-color: #17171778;  border-radius: 100%;  padding: 10px;}
.alert_popup p { font-size: 16px !important; margin-bottom: 15px; font-weight: normal !important; margin-top: 20px; color: #a4b4d6 !important;}
.alert_popup .btn { width: auto; margin: 10px 0 0 10px; border-radius: 30px !important; font-family: var(--quicksandregularfont) !important;
  background-color: #1e222a !important; border: solid 1px #39404e !important; padding: 7px 25px; font-size: 14px; color: #a4b4d6 !important; line-height: 18px;  height: auto;}
  .alert_popup .btn.cancelbtn { background-color: #181b22 !important;}
  .alert_popup .btn:hover {opacity: 0.8;}
.sweet-alert {  background-color: #1a1d22 !important; border: solid 1px #6a7385 !important; text-align: center; max-width: 400px !important;}
.hidediv { display: none;}
.sec-header a { color: #fff;}
.sec-header a .material-symbols-outlined { font-size: 26px; display: block; line-height: 22px;}
.dashboard_panel { display: flex; width: 100%;}
.dashboard_panel .panel_menu { width: 85px; height: calc(100vh - 156px); background-color: #1e222b; overflow: auto;}
/* width */
.dashboard_panel .panel_menu::-webkit-scrollbar { width: 5px;}
.dashboard_panel .panel_menu::-webkit-scrollbar-track {background: #303846;}
.dashboard_panel .panel_menu ::-webkit-scrollbar-thumb { background: #333b47;}
.dashboard_panel .panel_menu::-webkit-scrollbar-thumb:hover { background: #383f4d;}
.dashboard_panel .panel_menu ul { margin: 0px; padding: 0px;}
.dashboard_panel .panel_menu ul li { list-style: none;}
.dashboard_panel .panel_menu ul li a {text-decoration: none; padding: 20px 0px; display: flex; justify-content: center; font-size: 28px; color: #7585a6; border-bottom: solid 1px #3b475f;}
.dashboard_panel .panel_menu ul li a:hover {background-color: #363e4e; color: #dddddd; border-bottom: solid 1px #e9c548;}
.dashboard_panel .panel_menu ul li a.active {background-color: #363e4e; color: #dddddd; border-bottom: solid 1px #e9c548;}
.dashboard_panel .panel_content {width: calc(100% - 85px); padding: 4px;}
.dashboard_panel .panel_content .form_section { background-color: #1e222a;  max-height: calc(100vh - 208px); overflow: auto; padding: 20px; margin-bottom: 10px; color: #fff; border-radius: 0px; box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;}
.dashboard_panel .panel_content .form_section input::placeholder { color: #6c7485 !important; opacity: 1; font-size: 14px;  }
.dashboard_panel .panel_content .form_section input:-ms-input-placeholder { color: #6c7485 !important; font-size: 14px; }
.dashboard_panel .panel_content .form_section input::-ms-input-placeholder {   color: #6c7485 !important; font-size: 14px; }
.dashboard_panel .panel_content .form_section textarea::placeholder { color: #6c7485 !important; opacity: 1; font-size: 14px; }
.dashboard_panel .panel_content .form_section textarea:-ms-input-placeholder { color: #6c7485 !important; font-size: 14px; }
.dashboard_panel .panel_content .form_section textarea::-ms-input-placeholder {   color: #6c7485 !important; font-size: 14px; }
.dashboard_panel .panel_content .form_section h4 { color: #c2d0ec; font-weight: normal; font-size: 16px;  font-family: 'raleway_med' !important; margin-bottom: 15px !important;}
.dashboard_panel .panel_content .form_section::-webkit-scrollbar { width: 5px; padding-right: 20px;}
.dashboard_panel .panel_content .form_section::-webkit-scrollbar-track { background: #1d1d1d; }
.dashboard_panel .panel_content .form_section::-webkit-scrollbar-thumb {  background: rgb(57, 57, 57); border-radius: 30px; }
.dashboard_panel .panel_content .form_section::-webkit-scrollbar-thumb:hover {  background: rgb(46, 46, 46); }
.dashboard_panel .panel_content .form_section h5 {color: #c2d0ec;font-weight: normal;font-size: 14px;font-family: 'raleway_med' !important;
  margin-bottom: 5px !important;}
.dashboard_panel .panel_content .video_preview .video { width: 100%; position: relative;}
.dashboard_panel .panel_content .video_preview .video img { width: 100%;}
.dashboard_panel .panel_content .video_info { width: 100%; display: flex; justify-content: space-between; align-items: center; background-color: #0e0e0e; padding: 5px;}
.inputgroup .form-control { background-color:transparent; border: none; color: #c2d0ec !important;  font-size: 14px; font-family: var(--quicksandregularfont) !important;}
.inputgroup .rbt-token-remove-button { top: 0px !important; height: auto;}
.inputgroup .rbt-close { margin-top: 5px; margin-right: 10px;}
.inputgroup .rbt-aux .rbt-close { margin-top: 1px; margin-right: 10px; pointer-events: auto; color: #fff;}
.date { font-size: 14px; font-weight: 600; color: #c2d0ec;}
.drs { padding: 3px 6px; background-color: #212121; color: #c2d0ec; border-radius: 2px; font-size: 11px; line-height: 11px; }
.video_play { position: absolute; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.218);}
.video_play .material-icons  { font-size: 45px; color: #fff; font-size: 60px;}
.video_play:hover .material-icons { color: rgb(225, 225, 225);}
a:hover { text-decoration: none !important;}
.custom-checkbox { display: flex; align-items: center; position: relative;}
.custom-checkbox .custom-control-label { padding: 0 0 0 15px; margin-top: -2px;}
.form_tab .nav-tabs .nav-link { padding: 10px; border: none; font-size: 14px; font-weight: bold; cursor: pointer; background-color: #2c3240; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;  -moz-border-radius-topright: 10px;  border-top-left-radius: 10px;  border-top-right-radius: 10px; border: solid 1px #424d65;}
.form_tab .nav-tabs .nav-link.active { color: #fff; background-color: #171a20 !important;     border: solid 1px #3a414f; border-bottom: none !important;}
.form_tab .nav-tabs .nav-link:hover { border: solid 1px #596680; }
.form_tab .card-body {     background-color: #222630;color: #fff;}
/* .form_tab .tabinput {padding: 5px 10px; width: 100%; background: none; height: 30px;  border: solid 1px #2c3240 !important;  background-color: #101010;  border-radius: 2px;} */
  .form_tab table { width: 100%;}
  .form_tab table th {font-size: 14px; padding: 3px;}
  .form_tab table td {font-size: 14px; padding: 3px;}
  .form_tab .custom-control-label::after { width: 16px; height: 16px;}
  .form_tab .custom-control-label::before { width: 16px; height: 16px;}
.subscribe_details { display: flex;width: 100%;}
/* .sbp_radio {display: flex; align-items: center; width: 50%;}
.sbp_radio label { margin-left: 10px;margin-bottom: 0px;  font-size: 14px;} */
.subscribe_details p { margin-bottom: 0; font-weight: bold;  font-family: var(--quicksandregularfont) !important;}
.content_page { color: rgb(246, 246, 246);}
.content_page p { font-size: 14px; line-height: 18px;}
.content_page li { font-size: 14px; line-height: 18px; margin-bottom: 15px;}
.subscribe_details .plan { width: 50%; font-size: 14px; font-weight: bold; margin-bottom: 0px;}
.form_section .social-block { margin-bottom: 20px !important;}
.form_section .block_scroll { display: flex; align-items: center;}
.form_section .block_scroll .custom-checkbox { width: 100px;}
.mb-20 { margin-bottom: 20px;}
.mb-10 { margin-bottom: 10px;}
.mt-10 { margin-top: 10px;}
.form_section .block_scroll .inputgroup { margin-bottom: 0px;}
.form_section .dsp_flex { display: flex; align-items: center;}
.start_at { font-weight: bold; margin-top: -10px;}
.add-channel .form_section .u-availbility .block_scroll {margin-bottom: 10px;}

/* chimiweb */
.main-stage { display: flex !important; flex-direction: column; }
.main-stage .controls .btn { border-radius: 100% !important;}
.main-stage .controls .btn--share_content {     background: var(--color-bg-button); border-radius: 100%;  font-weight: 500;}
.main-stage #video-player { height: calc(100vh - 215px);} 
.main-stage .recording_play {  height: calc(100vh - 216px);}
.main-stage .iframePlayer {  height: calc(100vh - 216px);}
.brd_view p { font-size: 14px; margin: 0px; line-height: 24px; text-transform: uppercase;}
.brd_view p strong { font-size: 16px;}
.meeting_card .publish-btn.selected { box-shadow: 0 1px 2px 0 rgb(0 0 0 / 80%); padding: 0px 10px !important; background-color: #ffffffac !important;}
.meeting_card .publish-btn .unpubtxt {   font-family: 'quicksand-bold' !important; font-size: 12px; line-height: 12px; color: #1291ae !important; text-transform: uppercase;}
.channel-playlist { width: 100%; padding: 10px; background-color: #14181e; margin-top: 0px;}
.channel-playlist .card-heading { font-size: 16px; margin-bottom: 10px;}
.channel-playlist .playlist_search { display: flex;  align-items: center; justify-content: space-between;}
.channel-playlist .form-control {padding: 10px 15px;color: #ffffff; height: auto !important; background-color: #222835; border: 0px solid #ced4da; border-radius: 0px;}
.channel-playlist .channel-assets-button { margin-left: -1px;}
.channel-playlist .channel-assets-button .btn-primary { width: 80px; color: #fff; background-color: #3a4253 !important; border-color: #3a4253 !important; padding: 3px 13px !important; margin-top: 0 !important; font-size: 13px; height: 40px; border-radius: 0px; text-transform: uppercase;}
.rbt-token .rbt-token-remove-button { height: inherit;top: 0px !important; margin-top: 0px !important; margin-right: 0px !important; }
.channel-playlist .form-group { margin-bottom: 0;}
.channel-playlist .close { color: #fff;height: inherit;top: 16px;right: 10px;}
.channel-playlist .open>.dropdown-menu { background-color: #14181e !important; border: solid 1px #141414 !important; border-radius: 1px !important;}
.spin{ animation: animName 2s linear infinite; width:10px; height:10px;}
@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
.sharing-block .listIcon {  display: flex;flex-direction: column;align-items: center; margin-right: 15px; justify-content: center;background-color: #303643;
  padding: 7px;font-size: 14px;border-radius: 3px; width: 100px;}
.sharing-block .share_wrp .u-sh-img { background: none;display: flex; width: 100%;justify-content: center;}
.sharing-block .share_wrp { justify-content: flex-start;}
.sharing-block p { margin-bottom: 0px; font-size: 13px; text-transform: uppercase;}
.sharing-block .share_wrp img { width: 30px !important;}
.btn-primary:focus { box-shadow: inherit !important;}
.sharing-block textarea.form-control { border: 1px solid #2e3441; background-color: #181c23;}
.sharing-block textarea { line-height: 14px !important; padding-right: 70px !important; color: #a9a9a9;}
.sharing-block .u-copy-cont {     color: #ffffff !important;background-color: transparent; font-size: 11px;
  text-transform: uppercase; height: 22px; right: 11px;}
.sharing-block textarea.form-control::-webkit-scrollbar { width: 5px;}
.sharing-block textarea.form-control::-webkit-scrollbar-track { background: #232323;}
.sharing-block textarea.form-control::-webkit-scrollbar-thumb {  background: rgb(68, 68, 68);}
.sharing-block textarea.form-control::-webkit-scrollbar-thumb:hover { background: rgb(49, 49, 49);}
.up_items { width: 100%; margin-top: 10px; height: calc(100vh - 345px);}
.up_items .u-playlist-sec { width: 49%; display: flex; margin-bottom: 5px; float: left; margin-right: 1%;}
.up_items .u-img-blk { width: 70px;}
.up_items .card-img { width: 100%;}
.up_items .u-cont-blk { background: #333c4e; padding: 10px; width: calc(100% - 70px); display: flex; align-items: center;}
.up_items .u-cont-blk h3 { margin: 0px; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.up_items .u-cont-blk h3 a { color: #fff;}
.playlist-search .pagenation { display: flex; width: 100%; justify-content: space-between; align-items: center;  margin-top: 10px;     font-size: 13px;}
.playlist-search .btn { font-weight: 500; background: #3a4253; color: #fff; font-size: 13px; padding: 5px 15px; height: 30px;}
.playlist-search .pagenation_page { display: flex; width: 135px; align-items: center;}
.playlist-search .form-control { width: 50px; margin: 0 5px; background-color: #2f3746; border: solid 1px #404a5d;}
.playlist-search { margin-bottom: 0px !important;}
.playlist-search label { margin-bottom: 0px;}
.playlist-search .pagenation_perpage { display: flex; align-items: center;}
.controls__btn {     width: 45px !important; height: 45px !important;     margin: 0 8px; border: solid 2px #90908fbd !important; background-color: #07070675 !important; border-radius: 100%;display: flex !important;
  justify-content: center;align-items: center; margin: 0 10px !important;}
.controls__btn  .material-icons { font-size: 20px; color: #919190; line-height: 30px; width: 40px; height: 30px;}
.controls .controls__btn--cam_on, .controls .controls__btn--mic_on { background-color: #ea3727 !important; border: solid 2px #ffffff !important
}
.controls .btn--share_content { background: #07070675 !important;}
.controls .btn--leave{ background-color: #ea3727 !important; border: solid 2px #ffffff !important}
.controls .controls__btn--cam_on .material-icons { color: #fff !important;}
.controls .controls__btn--mic_on .material-icons { color: #fff !important;}
.controls .btn--leave .material-icons { color: #fff !important;}
.mt_sidepanel { background: #303030d6;   font-family: var(--quicksandregularfont) !important; height: 70vh;}
.mt_sidepanel .wp_close .material-icons { font-size: 26px; width: 15px; display: flex; justify-content: center; align-items: center;}
.mt_sidepanel .chat_section { position: relative; height: 100%;}
/* .chat { display: none !important;} */
.mt_sidepanel { display: block;}
.mt_sidepanel_block { position: absolute; right: 0; top: 10vh; width: 300px; }
.about-channel .col-md-5 { height: calc(100vh - 164px); border-left: 4px #15171b solid;}
.about-channel .col-md-5 .form_section { height: 100%; max-height: 100%;}
.about-channel .col-md-7 .form_section { height: 100%; max-height: 100%;}
.mob-display{ display: none;}
.desk-display{ display: block;}
.no-max-width{ max-width: inherit !important;}
.envlive-container{ max-width: 1600px; width: 100%; padding:0 15px; margin: 0 auto;}
.minbody-ht{ min-height: calc(100vh - 97px);}
.edit-channel .minbody-ht{ min-height: calc(100vh - 156px);}
.grad-btn{ appearance: none; -webkit-appearance: none; padding: 7px 15px; border-radius: 100px; color: #fff; font-size: 14px; background-color: var(--btnbg); line-height: 1; display: flex; align-items: center; border:none; position: relative; }
.grad-btn:after{content: ""; position: absolute; top: -1px; bottom: -1px; left: -1px; right: -1px; background: linear-gradient(#e9c548, #FF2AAC); content: ''; z-index: -1; border-radius: 100px;}
.grad-btn span{ border-radius: 100%; background-color: var(--bgColor); margin-right: 10px; margin-left: -10px;}

.roundbtns{ width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius:100%; border: 1px solid var(--borderColor); background-color:#1E222Ab8; text-decoration: none; cursor: pointer;}
.roundbtns span{ color:var(--sectxtColor); font-size: 16px;}

.publish-btn{ display: inline-flex; align-items: center; text-decoration: none; color:#fff; font-size: 12px; border-radius: 50px; border:1px solid var(--borderColor); background-color: var(--btnbg); padding:5px 15px; cursor: pointer; position: relative;}
.publish-btn span.material-symbols-outlined{ margin-right: 5px; font-size: 22px; color: var(--borderColor);  }

.publish-btn:hover{ color:#fff; cursor: pointer;}
.channel-thumb .publish-btn.selected { width: 25px;height: 25px; box-shadow: 0 1px 2px 0 rgb(0 0 0 / 80%);    background-color: #fff; padding: 0px; display: flex; justify-content: center; align-items: center; margin-left: 10px;}
.channel-thumb .publish-btn.selected:after { display: none;}
.channel-thumb .publish-btn span.material-symbols-outlined { margin-right: 0 !important; font-size: 18px !important; color: #242424;}
.channel-thumb .publish-btn.unpublish .material-symbols-outlined { color: #139dbc !important;}
.publish span.material-symbols-outlined {  color: #999999 !important;}
.publish-btn.selected{ color:#fff;  background-color: var(--bgColor);border:none;  font-family: var(--quicksandregularfont) !important;}
.publish-btn.selected:after{ content: ""; position: absolute; top: -1px; bottom: -1px; left: -1px; right: -1px; background: linear-gradient(45deg, #e9c548, #FF2AAC); content: ''; z-index: -1; border-radius: 50px; box-shadow: 0px 0px 4px #e9c548}
.publish-btn.selected span{ color: var(--highlight);}
.publish-btn .unpubtxt { font-size: 14px; color: #fff !important;}
.publish-btn .pubtxt::after{ content: "Publish "; font-size: 14px; color: var(--borderColor);}
.publish-btn.selected .pubtxt::after{ content: "Publish "; font-size: 14px; color:white}
.publish-btn::before{ content: attr(publish);}
.actions-dd .dropdown-menu{   left: inherit !important; padding:0px!important; border-radius: 3px; }
.actions-dd .dropdown-menu:after{content: ""; position: absolute; top: -1px; bottom: -1px; left: -1px; right: -1px; 
  background: linear-gradient(131deg,#e9c548 2%, #e9c54800 30%); content: ''; z-index: -1; border-radius: 3px; transition: all 0.5s ease-out; }
  .actions-dd .dropdown-menu:hover{ transition: all 0.5s ease-out;}
  .actions-dd .dropdown-menu:hover:after{content: ""; position: absolute; top: -1px; bottom: -1px; left: -1px; right: -1px; 
    background: linear-gradient(80deg,#e9c548 2%, #e9c54800 30%); content: ''; z-index: -1; border-radius: 3px; }
.actions-dd .dropdown-menu{ background-color: var(--secbgColor); background: var(--secbgColor);}
.actions-dd .dropdown-menu li{ background-color: var(--secbgColor); border-top: 1px solid var(--bgColor);}
.actions-dd .dropdown-menu li:first-child{ border-radius: 3px 3px 0 0;}
.actions-dd .dropdown-menu li:last-child{ border-radius: 0 0 3px 3px ;}
.actions-dd .dropdown-menu li .dropdown-item{ color:#fff; display: flex; align-items: center; font-size: 13px; padding: 0.5rem 1rem!important; cursor: pointer; font-family: var(--quicksandregularfont) !important;}
.actions-dd .dropdown-menu li .dropdown-item span{ margin-right: 10px; color: var(--highlight)!important; font-size: 18px!important;}
.actions-dd .dropdown-menu li .dropdown-item:hover{ color:#fff ; background-color: var(--bgColor);}
.profile-block .dropdown-item{ color:#fff; display: flex; align-items: center; font-size: 13px; padding: 0.5rem 1rem!important; cursor: pointer; font-family: var(--quicksandregularfont) !important;}
.profile-block .dropdown-item span{ margin-right: 10px; color: var(--highlight)!important; font-size: 20px!important;}
.profile-block .dropdown-item:hover{ color:#fff ; background-color: var(--bgColor);}


/*HEADER*/
.live-header{ position: inherit !important; background-color: var(--secbgColor); display: flex; align-items: center; justify-content: space-between;}
.header-wrapper{ display: flex; align-items: center; justify-content: space-between;}
.live-brand{ display: flex; align-items: center;}
.live-brand button{ padding:5px 15px 5px 0!important;}
.live-brand button span{ font-size: 32px; color: #fff;}
.navbar-toggler:focus { text-decoration: none; outline: 0; box-shadow: none!important; }
.live-header .navbar{ padding: 8px 0px;} 


/*NAV*/
.live-navlist li a{ color:#7c8cae; font-family: var(--quicksandboldfont) !important; position: relative;}
.live-navlist li a:after{ width: 0px; content: ''; position: absolute; width: 0; height: 3px; bottom: -3px; left: 50%; transform: translate(-50%, -3px); border-radius: 3px; background-color: var(--highlight); transition: all 0.2s ease-out; }
.live-navlist li a:hover, .live-navlist li a:focus{ color:#fff;  }
.live-navlist li a:hover:after{  width: 40px;}
.live-navlist li a.active:after{  width: 40px;  }
.live-navlist li a.active{font-family: var(--quicksandboldfont)!important; color:#fff;}
.profile-btn{ width: 40px; height: 40px; border-radius: 100%; position: relative; }
.profile-btn::before{content: ""; position: absolute; top: -4px; bottom: -4px; left: -4px; right: -4px; background: linear-gradient(#e9c548, #FF2AAC); content: ''; z-index: -1; border-radius: 100%; }
.profile-dd .dropdown-menu{ right:0; left: inherit !important; padding:0px!important; border-radius: 3px; }
.profile-dd .dropdown-menu:after{content: ""; position: absolute; top: -1px; bottom: -1px; left: -1px; right: -1px; 
  background: linear-gradient(131deg,#e9c548 2%, #e9c54800 30%); content: ''; z-index: -1; border-radius: 3px; transition: all 0.5s ease-out; }
  .profile-dd .dropdown-menu:hover{ transition: all 0.5s ease-out;}
  .profile-dd .dropdown-menu:hover:after{content: ""; position: absolute; top: -1px; bottom: -1px; left: -1px; right: -1px; 
    background: linear-gradient(80deg,#e9c548 2%, #e9c54800 30%); content: ''; z-index: -1; border-radius: 3px; }
.profile-btn img{ position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); max-width: 48px;border-radius: 100px; }
.profile-dd .dropdown-menu{ background-color: var(--secbgColor); background: var(--secbgColor);}
.profile-dd .dropdown-menu li{ background-color: var(--secbgColor);}
.profile-dd .dropdown-menu li:first-child{ border-radius: 3px 3px 0 0;}
.profile-dd .dropdown-menu li:last-child{ border-radius: 0 0 3px 3px ;}
.profile-dd .dropdown-menu li a{ color:#fff; display: flex; align-items: center; font-size: 13px; padding: 0.5rem 1rem!important;}
.profile-dd .dropdown-menu li a span{ margin-right: 10px; color: var(--highlight)!important; font-size: 20px!important;}
.profile-dd .dropdown-menu li a:hover{ color:#fff ; background-color: var(--bgColor);}
.profile-dd .dropdown-menu li:last-child{ border-top: 1px solid var(--bgColor);}


/*CARD*/
.channel-card{ width: 100%; margin-bottom: 30px;}
.channel-card .channel-thumb{ height: 200px; display: flex; align-items: center; justify-content: center; background-color: #000; position: relative; border-radius: 5px; border: 1px solid var(--borderColor); box-shadow: 2px 3px 3px 0px rgb(0 0 0 / 50%); }
.channel-card .channel-thumb img{ width: auto; height: auto; max-width: 100%; max-height: 100%; border-radius: 5px;}
.channel-card .channel-footer h5{ color: var(--sectxtColor); font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.channel-footer{ padding-top: 10px; display: flex; justify-content: space-between; align-items: center;}
.thumb-footer{ position: absolute; left: 0; right: 0; bottom:0; padding:7px; display: flex; align-items: center;  flex-direction: row-reverse; z-index: 1;}
.channel-footer .btn {     display: inline-flex; justify-content: center; align-items: center; padding: 0px; height: 20px; background: none;
  color: #fff;}

/*BODY*/
.envlive_wrapper{ margin-top: 56px; width: 100%; font-family: var(--quicksandregularfont) !important; background-color: #15171b; display: inline-block; }
.envlive_wrapper p {font-family: var(--quicksandregularfont) !important; }
.envlive_wrapper h1, .envlive_wrapper h2, .envlive_wrapper h3, .envlive_wrapper h4, .envlive_wrapper h5 { font-family: var(--quicksandboldfont) !important;}
.block-group{ display: flex; align-items: center;}
.page-heading{ display: flex; align-items: center; margin-bottom: 15px;}
.page-heading h2{ margin-bottom: 0; font-family: var(--quicksandboldfont) !important; font-size: 20px; margin-right: 15px; color: #fff;}
.navbar-brand img{ max-width: 135px; max-height: 35px;}
.me-3 {  margin-right: 1rem!important;}

/*footer*/
.footer{ padding: 15px; border-top:1px solid #3a3a3a; background-color: #111215;}
.footer p { font-family: var(--quicksandregularfont) !important; }
.footer-para{ margin-bottom: 0; text-align: center; color: #64666a; font-size: 13px;}
.preloader {     position: absolute; left: 48%;  top: 45%; z-index: 9999999 !important;}

.mt-20 { margin-top: 20px;}
.material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; }
  .auth0-lock .auth0-lock-center {padding: 0px !important;}
  .auth0-lock .auth0-lock-widget-container {width: 100%;}
  .auth0-lock .auth0-lock-widget-container .auth0-lock-cred-pane{height: inherit !important;min-height: inherit !important; margin: 0 auto !important; padding-bottom: 30px !important; padding-top: 0px !important;
    margin-bottom: 45px !important; margin-top: 4% !important;}
  .auth0-lock .auth0-lock-widget-container .auth0-lock-cred-pane .auth0-lock-header{height: 50px !important;}
  .auth0-lock .auth0-lock-widget-container .auth0-lock-cred-pane .auth0-lock-header .auth0-lock-name{line-height: 20px !important; font-family: var(--quicksandregularfont) !important;}
  .auth0-lock .auth0-lock-widget-container .auth0-lock-cred-pane .auth0-lock-social-button .auth0-lock-social-button-text{font-family: var(--quicksandregularfont) !important;}
  .auth0-lock .auth0-lock-widget-container .auth0-lock-cred-pane .auth0-lock-input{font-family: var(--quicksandregularfont) !important;}
  .auth0-lock .auth0-lock-widget-container .auth0-lock-cred-pane .auth0-lock-form p{font-family: var(--quicksandboldfont) !important;}
  .auth0-lock .auth0-lock-widget-container .auth0-lock-cred-pane .auth0-lock-form .auth0-lock-alternative .auth0-lock-alternative-link{font-family: var(--quicksandregularfont) !important;}
  .auth0-lock .auth0-lock-widget-container .auth0-lock-cred-pane .auth0-label-submit{font-family: var(--quicksandregularfont) !important;}
  .auth0-lock .auth0-lock-widget-container .auth0-lock-cred-pane .auth0-lock-form .auth0-lock-icon-box{display: none;}
  .auth0-lock .auth0-lock-widget-container .auth0-lock-cred-pane .auth0-lock-form {padding: 20px !important;}



/* Edit Channel */
.sec-header{ display: flex; align-items: center; justify-content: space-between; padding: 12px 0;}
.sec-header h3 { font-weight: 700;     margin: 5px 0; color: #fff;}
.sec-header .anchor_btn { color: #fff;}
.sec-header .anchor_btn:hover { color: rgb(211, 211, 211)}
.inputgroup{ display: block; border: 1px solid #39404e; border-radius: 3px; padding: 10px; box-sizing: border-box; margin-bottom: 10px; }
.inputgroup .label{ font-size: 10px; color:#9eacca; margin-bottom: 5px; line-height: 1;font-weight: bold;}
.inputgroup input{height: inherit!important;}
.inputgroup input, .inputgroup textarea{font-family: var(--quicksandregularfont) !important; font-size: 14px; appearance: none; -webkit-appearance: none; background-color: transparent; outline: transparent; border:none; border:transparent; width: 100%; padding: 0; color:#e9e9e9;}
.inputgroup input:focus, .inputgroup textarea:focus{ border:transparent;}
.inputgroup select{ font-family: var(--quicksandregularfont) !important; height: 20px;  -webkit-appearance: none; background-color: transparent; outline: transparent; border:none; border:transparent; width: 100%; padding: 0; color:#e9e9e9 !important; font-size: 14px;}
.inputgroupselect:focus{ border:transparent;}
input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(1);}
.social-block{ padding: 10px; border-radius: 3px; border:1px solid #39404e;}
.social-block .social-group{ width: 100%; height: 38px; position: relative; border:1px solid #39404e; background-color: #121417; margin-bottom: 10px;}
.social-block .social-group input{ position:relative; width:100%; appearance: none; -webkit-appearance: none; background-color: transparent; height: 100%; padding:0 30px; border-radius: 3px;}
.social-block .social-group input:focus{ border:transparent;}
.social-block .social-group img{ width:24px; position: absolute; left:3px; top:50%; transform: translate(3px, -50%);}
.social-block .social-group .paste-btn{ position: absolute; right: 3px; width: 30px; top: 3px; height: 30px; align-items: center; justify-content: center; display: flex; border-radius: 100%; background-color: #1d2025; line-height: 1;}
.social-block .social-group .paste-btn span{ font-size: 16px!important; color: #6f7685;}

.playlist-block{ border-radius: 3px; border:1px solid #39404e; }
.playlist-block .playlist-header{ padding: 10px;}
.add-btn{ width: 100%; padding: 4px 10px; display: block; background-color: #1e222a; border:1px solid #39404e; display: flex; align-items: center; justify-content: space-between; border-radius: 3px;}
.add-btn p{ margin-bottom: 0; line-height: 1; font-size: 12px;}

.playlist-block .playlist-body ul{ padding: 0; margin: 0 0 15px 0; }
.playlist-block .playlist-body ul li{ list-style: none; padding:5px 10px; border-bottom: 1px solid #39404e;}
.playlist-block .playlist-body ul li:first-child{  border-top: 1px solid #39404e;}
.playlist-block .playlist-body ul li .play-list{ display: flex; align-items: center;}
.playlist-body ul li .play-list .play-list-thumb{ width: 80px; padding-top: 11%; position: relative; border:1px solid #39404e;}
.playlist-body ul li .play-list .play-list-thumb img{ position: absolute; top:0; left:0; right: 0; bottom: 0; z-index: 1; }
.playlist-body ul li .play-list .play-list-thumb .overlay{position: absolute; top:0; left:0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.3); z-index: 2;}
.playlist-body ul li .play-list .play-list-description{ display: flex; align-items: center; justify-content: space-between; padding: 10px; width: calc(100% - 80px);}
.play-list .play-list-thumb span{ position: absolute; left:50%; top:50%; transform: translate(-50%, -50%);}
 .play-list-title p{ font-size: 14px; margin-bottom: 7px; color: #6f7685;}
 .play-list-title p.duration{ font-size: 10px; font-style: italic;}
 .play-list-actions a span{ font-size: 20px;}
.uploadPics { display: flex; justify-content: space-between; width: 100%;}
.uploadPics .upload { width: 40%;}
.uploadPics .upload.portrait { width: 40%; padding: 0 5px;}
.uploadPics .upload.up-logo { width: 20% !important;}
.uploadPics input[type="file"] { width: 52px; height: 20px; opacity: 0; overflow: hidden; position: absolute;  top: 8px;  left: 6px; cursor: pointer;}
.uploadPics .custom-file-upload { background-color: #383e4b;  width: 100%; display: flex;  align-items: center;  justify-content: center; cursor: pointer; height: 120px;}
.uploadPics .size { color: #6f7685; font-size: 12px; font-weight: 600; line-height: 16px; margin-top: 3px;}
.edit-channel .form_footer { width: 100%; display: flex; justify-content: space-between; align-items: center; background-color: #0f1114; padding: 10px 20px;}
.edit-channel .form_footer p { font-size: 14px; margin-bottom: 0px;}
.edit-channel .form_footer .form_buttons { display: flex; justify-content: end;}
.form_footer .btn {  text-transform: uppercase; background: none !important; text-decoration: none; height: 36px;  font-family: var(--quicksandregularfont) !important; padding:5px 20px !important; font-size: 14px !important; font-weight: bold; color: #c2d0ec !important; border: 1px solid transparent !important;}
.form_footer .btn.btn-primary { background-color: #1e222a !important; border: solid 1px #39404e; margin-left: 10px; }
.form_footer .btn.btn-primary:hover { background-color: #181b22 !important;  border: solid 1px #39404e;}
.form_footer .btn.btn-link:hover { background-color: #181b2275 !important; text-decoration: none;}

.bc_plans .plan_section {background-color: #292929;  border-radius: 6px;}
.bc_plans .plan_data {     background-color: #434343;  padding: 25px; }
.bc_plans .plan_hed { padding: 25px;}
.bc_plans h3 { margin-bottom: 0px !important;}
.bc_plans h2 { font-size: 24px; margin-bottom: 10px;}
.bc_plans ul { margin: 0 0 20px 15px; padding: 0px;  min-height: 240px;}
.bc_plans li { font-size: 13px; color: #e4e4e4; line-height: 16px;  font-family:var(--bodyfont)!important; font-weight: normal; margin-bottom: 5px; list-style-type: disc;}
.plan_btn { width: 100%; background-color: #fff; color: #000; padding: 10px 15px; display: block; text-align: center;  border-radius: 3px;  font-family:var(--bodyfont)!important; color: #000 !important; font-weight: bold;}
.plan_btn:hover {  background-color: rgb(233, 233, 233);}

/* Edit Channel end */

/* Landing Page start */
.jp_landing{ position: absolute; top:0; left:0; right:0; bottom:0; background-size: cover; background-position: 50% 50%; z-index: 99; overflow: hidden;}
.jp_landing .overlay{ position: absolute; top:0; left:0; right:0; bottom:0; background-color:rgba(0,0,0,0.8); z-index: 9;}
.jp_signinWrapper{width: 90%; max-width: 400px; }
.logo_white{ width: auto; height: auto; max-height: 130px; max-width: 370px; display: block; text-align: center; margin: 0 auto;}
.jp_descBlock { border-top: 1px solid #eee; border-bottom: 1px solid #eee; margin-top: 15px; margin-bottom: 15px; padding-top: 10px; padding-bottom: 10px; }
.store-icons { padding: 0; margin: 10px 0; display: flex; align-items: center; justify-content: center; }
.poa_btns { display: flex; align-items: center; justify-content: center; margin: 10px 0; }
.poa_btns a { background-color: transparent; padding: 10px 15px; color: #fff; border: 1px solid #cecece; border-radius: 2px; margin: 3px; }
.filled { background-color: #ffffffc4!important; color: #000!important; }
.jp_signinWrapper .store-icons img { height: 40px; margin-left: 5px; margin-right: 5px; border-radius: 2px; border: 1px solid #c4c4c4; overflow: hidden; }
.join_row{ width: 100%; display: flex; align-items: center; max-width: 1200px; padding:0 15px; position: relative; flex-direction: row; z-index: -1;}
.float_center{ position: absolute; left:50%; top:50%; transform:translate(-50%, -50%);}
.signup_btns{display: flex; align-items: center; justify-content: center; margin: 10px 0;}
.signup_btns a, .signup_btns button{height: initial; background: transparent; line-height:1; padding:10px 20px; font-weight: bold; font-size:16px; color:#fefefe; appearance:none ; -webkit-appearance:none; border-radius:2px; margin:2px;} 
.signup_btns a:hover { text-decoration: none; color: #fff; background-color: rgb(50, 170, 154)!important;}
.green_filled {border:1px solid #46B9AA; background-color: #46B9AA!important;  border:1px solid #46B9AA;}
.stroke{ border:1px solid #FDFDFD; }
.stroke:hover{ color:#fff;}
.jp_descBlock .land_title{ font-size:24px; font-weight: bold; margin-top:15px; margin-bottom:15px; color: #fff;}
.jp_descBlock .land_subtitle{font-size:16px;   margin-top:15px; margin-bottom:15px; text-align: center; color: #fff; }
.jp_signinWrapper .store-icons img{ border:1px solid #888888;}
.wp_logo{ max-width: 300px; max-height: 50px; display: block; text-align: center; margin:0 auto;}
.cols{ width:50%;}
.retina_img{  max-width: 550px;}
.jp_descBlock h1, .jp_descBlock p{ text-align: center;}
.auth0-lock.auth0-lock .auth0-lock-widget {  background-color:rgba(0, 0, 0, 0.904); z-index: 999999;}
.jp_landing .closebtn {  cursor: pointer;   position: absolute;font-size: 20px; color: rgb(209, 209, 209); right: 0;  top: 0;}
.jp_landing .closebtn:hover { color: rgb(235, 235, 235);  }
.jp_landing .closebtn .material-icons { font-size: 32px;}
.jp_landing .u-logo-img {     position: absolute; z-index: 99999999;}

/* Landing Page end */


#overlay { z-index: 99999999 !important;}
.edit_destinations .fa { font-size: 18px; margin-right: 5px;}
.edit_destinations .icon { margin-bottom: 5px;}
.edit_destinations .social-group input { padding: 0 10px !important; font-size: 12px; height: 28px !important; color: #fff;}
.settings-block .social-group{ width: 100%;height: 30px;position: relative;border: 1px solid #39404e;background-color: #121417;
  margin-bottom: 10px;}
.settings-block .social-group select { padding: 0 10px !important; font-size: 12px; height: 28px !important; color: #fff; background-color: transparent;}
.edit_destinations .social-group { margin-bottom: 7px;   height: 30px; border-radius: 3px;}
.edit_destinations .social-block { padding: 10px 10px 6px 10px; margin-bottom: 5px;}
.edit_profile option { background-color: #15171b; color: #fff; padding: 0 10px !important;}
.edit_profile select { height: 20px;}
.edit_profile select:focus { border: none;}
.edit_profile input:focus { border: 0 !important;}
.edit_profile input { border: transparent !important;}
.stream_options .dropdown-menu {    transform: translate3d(-10px, -110px, 0px) !important;}
.stream_options .dropdown-menu a { font-size: 13px;}
.stream_options .dropdown-menu a:hover {background-color: #007bff !important;}
.stream_options .dropup .dropdown-toggle::after { display: none;}
.edit_profile .inputgroup { position: relative; margin-bottom: 25px;}
.inputgroup .errormsg { position: absolute; bottom: -25px; right: 0; font-size: 11px !important;  color: #ff4d4d;}
.anchor_btn {background: none; padding: 0px;  border: none;  height: auto; display: flex;}
body a {font-family:var(--quicksandregularfont)!important; color: #e9c548;}
.broadcast_home .minbody-ht { min-height: calc(100vh - 97px);}
.recording_page {     background-color: #15171b;}
.addplaylist { width: 100%; display: flex; align-items: center; justify-content: center; margin-top: 15%;}
.addplaylist .publish-btn::before {     content: ""; background-color: #000; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;
  border-radius: 50px; z-index: -1;}
.addplaylist .publish-btn.selected:after {  z-index: -2;}
.addplaylist .publish-btn { z-index: 1;}
.playlist-pp .modalHead {  position: relative;}
.playlist-pp .modalHead h2 {width: 100%;padding: 15px 20px;font-size: 20px !important; font-weight: normal; background-color: #1b1b1b !important;
  color: #eee; margin-bottom: 0; position: relative; margin: 0px 0 0px 0; display: flex; justify-content: space-between; align-items: center;}
.playlist-pp .modalHead .closeBtn {     position: initial;}
.playlist-pp .modalHead .closeBtn img { width: 13px; cursor: pointer; margin-right: 0px !important;}
.playlist-pp .btn {width: 150px; margin-left: auto; margin-right: auto; display: flex; justify-content: center; align-items: center; text-transform: uppercase; background: none !important; text-decoration: none; height: 32px; font-family: var(--quicksandregularfont) !important;
  padding: 5px 20px !important; font-size: 14px !important; color: #eff4ff !important;   border: 1px solid transparent !important;
    background-color: #434851 !important;}
.playlist-pp .btn .material-icons { margin-right: 5px;}
.playlist-pp .modalBody { padding-bottom: 25px !important; padding: 20px !important;}
input:focus { background: none !important; outline: none !important; border: none; box-shadow:inset 0 0 5px 5px rgba(136, 136, 136, 0) !important;}
select:focus { background: none !important; outline: none !important; border: none !important; box-shadow:inset 0 0 5px 5px rgba(136, 136, 136, 0) !important;}
.playlist-pp input, .playlist-pp select { font-size: 13px; color: #fff !important;}
.playlist-pp .inputgroup .errormsg { position: absolute; bottom: -25px; right: 0; font-size: 11px !important; color: #ff4d4d; font-family: var(--quicksandregularfont) !important;}
.playlist-pp .inputgroup { position: relative; margin-bottom: 25px;}
.playlist-pp .playlist-ul { margin: 0; padding: 0; margin-bottom: 15px;}
.playlist-ul li { margin: 0px 0 20px 0;position: relative;}
.playlist-pp .check-cont { font-family: var(--quicksandregularfont) !important; line-height: 20px !important; font-size: 14px !important;  margin-bottom: 0px !important;  display: block; position: relative;  padding-left: 35px; margin-bottom: 12px; cursor: pointer; line-height: 109%; font-size: 18px; -webkit-user-select: none; -moz-user-select: none;  -ms-user-select: none;  user-select: none;}
.playlist-pp .check-cont input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; border-radius: 0!important;}
.playlist-pp .tick-mark { position: absolute; top: 0; left: 0; height: 20px; width: 20px; border: 0.1em solid #3e3e3e; background-color: #1d1d1d;}
.playlist-pp .check-cont:hover input ~ .tick-mark {  background-color: #252525;}
.playlist-pp .check-cont input:checked ~ .tick-mark {  background-color: #131313;}
.playlist-pp .tick-mark:after {  content: "";  position: absolute;  display: none;}
.playlist-pp .check-cont input:checked ~ .tick-mark:after {  display: block;}
.playlist-pp .check-cont .tick-mark:after { left: 7px; top: -3px; width: 6px; height: 16px; border: solid #cecece; border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.playlist-pp .playlist-ul li i { position: absolute; right: 0; top: 0; color: rgb(112, 112, 112); font-size: 18px;}
#PlaylistBody { padding-bottom: 0 !important; margin-bottom: -20px;}
option { background-color: #000 !important;}
.pl_search .input {     border: solid 1px #303032; border-radius: 1px; background: none; width: 100%; color: #fff; padding: 8px 10px;}
.pl_search .input::placeholder { color: #6c7485 !important; opacity: 1; font-size: 14px;  }
.pl_search .input:-ms-input-placeholder { color: #6c7485 !important; font-size: 14px; }
.pl_search .input::-ms-input-placeholder {   color: #6c7485 !important; font-size: 14px; }
.play_list_block { width: 500px; margin: 0 auto; margin-top: 30px;}
.play_list_block .form_section { background-color: #1e222a; padding: 25px; margin-bottom: 10px; color: #fff; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;}
.play_list_block .form_section input::placeholder { color: #6c7485 !important; opacity: 1; font-size: 14px;  }
.play_list_block .form_section input:-ms-input-placeholder { color: #6c7485 !important; font-size: 14px; }
.play_list_block .form_section input::-ms-input-placeholder {   color: #6c7485 !important; font-size: 14px; }
.play_list_block .form_section textarea::placeholder { color: #6c7485 !important; opacity: 1; font-size: 14px; }
.play_list_block .form_section textarea:-ms-input-placeholder { color: #6c7485 !important; font-size: 14px; }
.play_list_block .form_section textarea::-ms-input-placeholder {   color: #6c7485 !important; font-size: 14px; }
.play_list_block .form_section h4 { color: #c2d0ec; font-weight: normal; font-size: 16px;  font-family: 'raleway_med' !important; margin-bottom: 15px !important;}
.play_list_block .playlist_thumbs { width: 100%; display: flex; justify-content: space-between;}
.play_list_block .playlist_thumbs .playlist_thumb { width: 42%; padding-right: 15px;}
.play_list_block .playlist_thumbs .playlist_options { width: 58%;}
.play_list_block .landscape_img { width: 175px; height:100px; display: flex; justify-content: center; align-items: center;  background-color: #383e4b;}
.play_list_block .landscape_img img { width: 100%;}
.play_list_block .potrait_img { width: 115px; height: 150px; display: flex; justify-content: center; align-items: center; background-color: #383e4b;}
.play_list_block .potrait_img img { width: 100%;}
.play_list_block .playlist_thumb .material-icons { color: #c2d0ec; text-decoration: none; font-size: 32px}
.play_list_block .playlist_options h5 { font-size: 16px; color: #6f7685;   }
.play_list_block .playlist_options h5 span { font-weight: normal !important;  font-family:var(--quicksandregularfont) ;}
.play_list_block .playlist_options .btn { position: relative; background-color: #e9c548; color: #0f1114; font-size: 12px; font-weight: bold;  padding: 4px 15px; margin-top: 10px;  font-family:var(--quicksandboldfont) !important; border-radius: 30px;    display: inline-block; height: auto; text-transform: uppercase;}
.play_list_block .border_bottom { border-bottom: solid 1px #101317 !important; padding-bottom: 15px; margin-bottom: 15px;}
.play_list_block .manage_playlist { width: 100%; display: flex; justify-content: space-between;}
.play_list_block .uploadPics input[type="file"] { width: 80px; height: 30px; top: 0px; left: 0px;}
.play_list_block .inputgroup select::after {content: "e313"; position: absolute; right: 0px;}
.manage_playlist_section .manage_playlist .playlist_left {padding: 15px;   width: 60%;}
.manage_playlist_section .manage_playlist .playlist_right { border-left: solid 4px #101317; width: calc(100% - 54%); height: calc(100vh - 163px); overflow: auto; padding: 15px 5px 5px 15px; }
.manage_playlist_section .manage_playlist .playlist_left .playlist_thumb { width: 280px; height:158px; display: flex; justify-content: center;  align-items: center; background-color: #383e4b;}
.manage_playlist_section .manage_playlist .playlist_left .playlist_thumb img { width: auto; height: auto; max-width: 100%; max-height: 100%;}
.manage_playlist_section .manage_playlist .playlist_left .playlist_thumb .material-icons { color: #c2d0ec; text-decoration: none;  font-size: 50px;}
.manage_playlist_section { width: 100%;}
.manage_playlist_section .manage_playlist .playlist_left h2  { font-size: 18px; color: #c2d0ec; margin: 15px 0 0 0;}
.manage_playlist_section .manage_playlist { display: flex;}
.manage_playlist_section {   background-color: #1e222a;  height: 100%;  }
.pl_search {   width: 100%; position: relative; margin-bottom: 5px; margin-top: 10px; background: #181c23; }
.add_item { font-size: 30px !important; color: #9caccf; background: none; line-height: 38px !important; position: absolute; right: 5px;}
.playlist_left .playlist_items { width: 100%; margin: 0px 0px 10px 0 !important; padding: 0px;     height: calc(100vh - 260px);}
.playlist_left .playlist_items li { align-items: center; list-style: none; position: relative; background-color: #232831 !important; padding: 10px; margin-bottom: 2px; width: 100%; display: flex;}
.pl_item_con { display: flex; align-items: center; position: relative; width: 100%; margin-bottom: 7px; padding: 5px;     background-color: #272c35;}
.pl_item_con .img { width: 100px; height: 58px; position: relative; margin-right: 15px; margin-left: 5px;  display: flex; justify-content: center;
  align-items: center; background-color: #383e4b;}
.pl_item_con .img img {  width: auto; height: auto; max-width: 100%; max-height: 100%;}
.pl_item_con .img .over { width: 100%; height: 100%; display: flex; align-items: center; text-decoration: none; background-color: rgba(0, 0, 0, 0.40);     position: absolute; top: 0;  left: 0;  justify-content: center;}
.pl_item_con .img .over:hover { background-color: rgba(0, 0, 0, 0.555);}
.pl_item_con .img .over .material-icons { color: #99add9; font-size: 38px; }
.pl_item_con .title h4 { font-size: 14px; color: #c2d0ec; margin: 0 0 10px 0; background-color: transparent; font-family:var(--quicksandregularfont) !important ; word-break: break-all; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.pl_item_con .title p { margin: 0px; font-size: 13px; color: #b8b8b8;}
.pl_item_con .more { cursor: pointer;}
.pl_item_con .material-icons { color: #7485aa; font-size: 20px;}
.pl_menu .dropdown-menu { background-color: #232831; border-radius: 0px; border: solid 1px #4d576a; color: #fff;}
.dropdown-item { color: #c2d0ec !important; font-size: 14px; line-height: 20px; padding: 10px 15px !important; background-color: transparent;}
.dropdown-item:focus, .dropdown-item:hover{  background-color: transparent !important;  color: #ffffff !important;}
.manage_playlist_section .manage_playlist .playlist_right::-webkit-scrollbar {  width: 5px;}
.manage_playlist_section .manage_playlist .playlist_right::-webkit-scrollbar-track { background: #15171b;}
.manage_playlist_section .manage_playlist .playlist_right::-webkit-scrollbar-thumb { background: #424650;}
.manage_playlist_section .manage_playlist .playlist_right::-webkit-scrollbar-thumb:hover { background: #424650;}
.manage_playlist_wrp { width: 1000px; margin: 0 auto;}
.manage_playlist_wrp .sec-header { padding: 20px 0;}
.playlist_popup .playlist_items {overflow: auto; height: calc(100vh - 200px);}
.playlist_popup .playlist_items::-webkit-scrollbar {  width: 5px;}
.playlist_popup .playlist_items::-webkit-scrollbar-track { background: #15171b;}
.playlist_popup .playlist_items::-webkit-scrollbar-thumb { background: #424650;}
.playlist_popup .playlist_items::-webkit-scrollbar-thumb:hover { background: #424650;}
.pl_delete {position: absolute; right: 10px; height: 23px; color: #616e89;}
.playlist_page .channel-card .channel-footer .pl_submenu {cursor: pointer;}
.manage_playlist .playlist_right .playlist_items li .title h4 { width: 85% !important;}
.streaming_block .stream_options .dropdown-menu .dropdown-item{padding: 5px 12px !important;}
.streaming_block .stream_options .dropdown-menu .dropdown-item.active {background-color: #2d2d2d;}
.streaming_block .stream_options .dropdown-menu .dropdown-item:hover {background-color: #2d2d2d !important;}
.subscription_section {max-width: 400px; width: 100%;background-color: #1a1d22 !important; border: solid 1px #6a7385 !important; text-align: center; inset: 50% auto auto 50%; margin-right: -50%; transform: translate(-50%, -50%); position: absolute; padding: 20px;}
.subscription_section .subscrib_wrp .subscrib_logo img {display: inherit; width: 170px; margin-bottom: 17px;}
.subscription_section .subscrib_wrp .subscrib_block h2 {color: #a4b4d6 !important; font-weight: 600; font-size: 22px;margin-bottom: 15px;}
.subscription_section .subscrib_wrp .subscrib_block p {font-size: 16px !important; margin-bottom: 15px; font-weight: normal !important; color: #a4b4d6 !important;}
.subscription_section .subscrib_wrp .subscrib_block .submit {width: auto; margin: 10px 0 0 10px; border-radius: 30px !important; background-color: #1e222a !important; border: solid 1px #39404e !important;
  padding: 7px 25px; font-size: 14px; color: #a4b4d6 !important; line-height: 18px; height: auto; font-family: var(--quicksandregularfont) !important;}
.subscription_section .subscrib_wrp .subscrib_block .submit:hover {opacity: 0.8;}
.subscription_section .subscrib_wrp .subscrib_block .submit:focus {box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);}
.error-text p { text-align: center;}
.u-availbility .inputgroup { margin-bottom: 20px;  position: relative;}
.__react_component_tooltip { font-family:var(--bodyfont)!important;}
.edit_destinations .social-group select { padding: 0 10px !important; font-size: 12px; height: 28px !important; color: #fff;}
.inputgroup .hosted-field { background-color: transparent !important; border: 0px solid #4a4a4a!important;padding: 0!important;}
#cardContainer { margin-top: 10px;}
#cardContainer .sq-card-message { margin-bottom: 0px !important; margin-top: 5px !important;}
.recording_page .envlive_wrapper .container-fluid .channel-card .roundbtns {position: absolute; bottom: 19px; right: 6px;}
.recording_page .envlive_wrapper .container-fluid .channel-card .channel-footer h5 {width: 85%;}
.edit-channel .envlive_wrapper .dashboard_panel .panel_content .u-availbility .form_section .form_tab .custom-control-input:disabled~.custom-control-label {color: #ffffff;}
.brd_view table {background-color: #15181d; font-size: 14px; line-height: 16px; width: 100%;}
/* .brd_view table tbody, td, tfoot, th, thead, tr{padding: 15px 10px !important;} */
.brd_view table thead th{padding: 15px 10px !important;}
.brd_view table tbody tr:nth-of-type(odd) {background-color: #181b22;}
.brd_view table tbody tr td{    padding: 15px 10px !important; word-break: break-all;}
.brd_view .imgpop {width: 80% !important;}
.brd_view .form-check-input[type=radio] { position: inherit; margin-top:0;  margin-left:0;}
.rd_edit {     position: absolute; right: 7px; bottom: 7px;}
.disable1 .custom-control-label::before { opacity: 0.2;}
.video_preview .video_wrp { position: relative;}
.channel_description { height: 60px;}
.pl_item_con .title { position: relative; width: calc(100% - 205px); overflow: hidden; display: grid;}
.pl_item_con .checkbox {     position: relative; width: 30px; height: 30px; top: inherit; right: inherit;}
.pl_item_con .video_play {     background-color: rgb(0 0 0 / 42%);}
.pl_item_con .video_play .material-icons {     font-size: 38px;     color: #ffffff !important;}
.playlist-pp .title {color: #fff; margin-bottom: 5px;}
.video_preview #player { height: inherit !important;}
.playlist_right .video_preview .video { height: 150px; display: flex; justify-content: center; align-items: center;}
.playlist_right .video_preview .video img { width: auto !important; height: auto; max-width: 100%; max-height: 100%;}
h1, h2, h3, h4, h5, h6, ul {   font-family: 'quicksand-bold' !important;}
.playlist_left .preview_btn { text-transform: uppercase;background: none !important; text-decoration: none; height: 27px;
  font-family: var(--quicksandregularfont) !important;     padding: 5px 11px !important; font-size: 12px !important; font-weight: bold;
  color: #c2d0ec !important; border: 1px solid transparent !important; background-color: #3f4754 !important; margin-bottom: 10px; border-radius: 3px;}
.playlist_right .error-text {     margin-top: 25px;}
.playlist_hed { display: flex; width: 100%; justify-content: space-between;}
.playlist_hed h3 { margin: 0px; color: #fff; font-size: 18px;}
.about_playlist .uploadPics .upload { width: 70%;}
.about_playlist .uploadPics .upload.portrait { width: 34%; padding: 0 5px;}
.sec-header a { cursor: pointer;     color: #fff;}
.sec-header a:hover {  color: rgb(221, 221, 221);}
.playlist_right .video_preview {background-color: #000;  width: 266px;  margin: 0 auto;}
.playlist_right .pl_item_con .title { width: calc(100% - 170px);}
.demo-app-calendar .fc-content-col .fc-event { font-size: 11px; padding: 4px 5px !important; word-break: break-all; border: solid 1px #5a5a5a;}
/* .demo-app-calendar .fc-timeGridDay-view .fc-event {  display: inline-table; left: 0px !important; } */
.demo-app-calendar .fc-timeGridDay-view .fc-event .fc-content { padding: 3px;}
.demo-app-calendar .fc-timeGridWeek-view .fc-event {   width: auto; min-height:28px ;}
/* .demo-app-calendar .fc-timeGridWeek-view .fc-event .fc-content { padding: 3px;} */
.demo-app-calendar .fc-content-col .fc-time-grid-event-inset { box-shadow: none; }
.demo-app-calendar .fc-timeGridDay-view .fc-time-grid-event-inset { left: 20% !important; }
.demo-app-calendar .fc-time-grid-event .fc-time { color: #fff; margin-right: 5px; }
.demo-app-calendar .fc-event { border-left: solid 2px #e9c548 !important;}
.demo-app-calendar .fc-event-container { margin: 0px !important;}
.demo-app-calendar .fc-time-grid-event.fc-short .fc-time span { display: block !important;}
.demo-app-calendar .fc-time-grid-event.fc-short .fc-time:before { display: none;}
.demo-app-calendar .fc-time-grid-event.fc-short .fc-time:after {  display: none; }
.demo-app-calendar .fc-event-container .fc-event { margin-bottom: 0 !important; padding: 5px 5px !important; }
.demo-app-calendar .fc-timeGridWeek-view .fc-content-col .fc-event { border-radius: 6px !important; background-color: #2c323c !important; border: solid 1px #171a1e; }
.demo-app-calendar .fc-timeGridWeek-view .fc-time-grid .fc-slats td {     height:100px;}
.demo-app-calendar .fc-timeGridDay-view .fc-time-grid .fc-slats td {     height:100px;}
.demo-app-calendar .fc-timeGridDay-view .fc-content-col .fc-event { border-radius: 6px !important; background-color: #2c323c !important; border: solid 1px #171a1e; width: 35%; min-height: 20px; }
.swal2-popup {   font-family: var(--quicksandregularfont) !important;     display: none; width: 350px !important; color: #fff; background: #1e222a !important; }
.swal2-popup .table td { font-weight: bold; color: #fff; text-align: left; }
.swal2-actions button { font-size: 13px !important; background-color: #3f4756 !important; padding: 6px 15px !important; height: 30px;}
.swal2-styled.swal2-cancel { background: #394150 !important;}
.swal2-container.swal2-shown { background-color: rgb(0 0 0 / 79%) !important; }
.swal2-title { color: #ffffff !important; font-size: 16px !important; }
.swal2-title { display: none !important;}
.calender_event { color: #fff;}
.calender_event .event_img { margin-bottom: 10px; width: 100%;}
.calender_event .event_img img { width: 100%;}
.calender_event h3 {    font-size: 16px; line-height: 20px; text-align: left;}
.calender_event p {    font-size: 11px; margin-bottom: 0; line-height: 14px; margin-top: 7px; text-align: left; color: #bdcbe7;}
.swal2-styled:focus { outline: 0; box-shadow:inherit !important; }
.recordings-block .btn { background: #2b313b; padding: 5px 13px; border-radius: 3px; font-size: 13px; display: inline; color: #fff;}
.recordings-block .btn:hover { color: #fff;  background: #3a424f;}
.recordings-block .brd_view table tbody tr td { padding: 10px 10px !important; }
.fc_col #external-events { padding: 0px !important; height: auto !important;}
#external-events .card-header { padding: 0px;}
#external-events .nav-link.active { font-weight: bold; background-color: transparent !important; border: none; color: #fff; border-bottom: solid 2px #e9c548 !important;}
#external-events .nav-link { font-size: 14px; padding: 10px 1rem; color: #fff; border: solid 1px #1f2228 !important; cursor: pointer;  }
#external-events .nav-item { border-bottom: solid 1px #6f7a90 !important;}
#external-events .lf_search {    border: solid 1px #535353; padding: 0 5px; height: 45px;}
#external-events .lf_search .input { border-radius: 0;   background: none; border: none; padding: 7px 5px; width: calc(100% - 37px); height: 45px; }
#external-events .lf_search .icon {  float: right;   padding: 0 6px 0 10px !important; background: none; border-left: solid 1px #535353; margin-top: 0 !important; display: flex; align-items: center; height: 45px;  }
#external-events .lf_search .icon .material-icons {     color: #fff; font-size: 18px;}
#external-events .fc-event .channel_title { color: #ffffff !important; font-size: 13px; font-weight: normal !important; max-width: 100% !important; width: calc(100% - 70px); }
#external-events .fc-event {  width: 100%;}
.drag_item { display: inline-block; width: 100%;     padding: 8px 10px !important; background-color: #2e3239; }
.drag_item .img { width: 50px; margin-right: 10px; float: left;}
.drag_item .channel_title { color: #ffffff !important; font-size: 13px; font-weight: normal !important; max-width: 100% !important; width: calc(100% - 70px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; float: left; font-family: var(--quicksandregularfont) !important; }
.scheduling .demo-app-calendar { position: relative;}
.scheduling .demo-app-calendar .rs-picker-cleanable { position: absolute;  left: 226px; }
.scheduling .demo-app-calendar .rs-picker-default .rs-picker-toggle.rs-btn {     border: solid 1px #364759 !important;    background-color: transparent !important; border-radius: 2px;    padding-top: 5px; padding-bottom: 5px;}
.scheduling .demo-app-calendar .rs-picker-default .rs-picker-toggle-textbox { background-color: transparent;}
.scheduling .demo-app-calendar .rs-picker-default .rs-picker-toggle-caret { top: 5px !important; }
#root { padding: 0 !important; }
.rs-picker-menu { color: #fff; background-color: #3a3f48 !important; font-family: var(--quicksandregularfont) !important;}
.rs-picker-daterange-menu .rs-calendar:first-child { border-right: 1px solid #626976 !important; }
.rs-picker-daterange-header { border-bottom: 1px solid #626976 !important; }
.rs-picker-toolbar { padding: 12px; border-top: 1px solid #626976 !important; }
.rs-calendar-table-header-row .rs-calendar-table-cell-content { color: #d7d7d7 !important;}
  .rs-btn-subtle { color: #fdfdfd !important; }
  .rs-btn-subtle:hover { background-color: transparent !important;     color: #e2e2e2 !important;}
  .rs-calendar-month-dropdown { background-color: #25282d !important; }
  .rs-calendar-btn-close { background: #25282d !important; }
  .rs-calendar-table-cell-content:hover { background-color: #2e333b !important; color: #fff !important; }
  .rs-btn-link { color: #ffffff !important; }
  .rs-btn-primary:disabled, .rs-btn-primary.rs-btn-disabled { color: #fff !important; background-color: #141414 !important; }
  .rs-picker-daterange .rs-picker-toggle.rs-btn .rs-picker-toggle-clean {     top: 5px !important;}
  .rs-picker-toggle-textbox { font-family: var(--quicksandregularfont) !important;}
  .rs-picker-toggle .rs-picker-toggle-placeholder { font-family: var(--quicksandregularfont) !important;}
  .rs-picker-has-value .rs-btn .rs-picker-toggle-value, .rs-picker-has-value .rs-picker-toggle .rs-picker-toggle-value { font-family: var(--quicksandregularfont) !important;  font-size: 13px;   color: #ffffff !important;}
  .rs-btn-primary { background-color: #151515 !important; padding: 5px 15px !important; }
  .rs-stack-item input:focus { border: none !important;}
/* .scheduling .fc-center { margin-left: 20%;} */
.metadata { width: 750px; height: 450px; background-color:#181b21; padding: 10px; display: flex; }
.metadata .meta_left { width: 260px; background-color:#1e222a; height: 100%; overflow: auto;}
.metadata .meta_left::-webkit-scrollbar { width: 5px; }
.metadata .meta_left::-webkit-scrollbar-track { background: #2e333d; }
.metadata .meta_left::-webkit-scrollbar-thumb { background: #5a606d; }
.metadata .meta_left::-webkit-scrollbar-thumb:hover { background: #454852; }
.metadata .meta_left .section { padding: 10px; border-bottom: solid 1px #2f343c;}
.metadata .meta_left .title { font-size: 15px; color: #fff; word-break: break-word; margin-bottom: 15px;}
.metadata .meta_left p { font-size: 12px !important; line-height: 15px; font-family: var(--quicksandregularfont) !important;}
.metadata .meta_left h4 { margin-top: -0px !important; margin-left: 0 !important; padding: 0 !important; margin-right: 0 !important; background-color: transparent !important; font-size: 13px; color: #ccc; margin-bottom: 10px; font-weight: bold;  width: 90%; font-family: var(--quicksandregularfont) !important;}
.metadata .meta_left h4 span {  color: #fff; margin-left: 20px; font-weight: 500; float: right;}
.metadata .meta_left .form-control { background-color: transparent;     font-family: var(--quicksandregularfont) !important; margin-bottom: 10px; padding: 5px 12px; border: solid 1px #515151 !important; height: 40px !important; font-size: 13px; color: #cbcbcb !important; border-radius: 2px;}
.border_n { border: none !important;}
.metadata .meta_right {     padding: 0px 0 10px 10px; width: calc(100% - 260px);}
.metadata .meta_right .nav-tabs {     border-bottom: 1px solid rgb(255 255 255 / 13%) !important;}
.metadata .meta_right .nav-tabs .nav-link {     padding: 5px 18px; color: #fff; cursor: pointer; border: solid 1px #181b2100 !important; }
.metadata .meta_right .nav-tabs .nav-link.active { font-weight: bold; background-color: transparent !important; border: none; color: #fff; border-bottom: solid 2px #e9c548 !important; }
.metadata .meta_right .tab-pane { padding: 15px 0;}
.metadata .custom_modal h4 { color: #d2d2d2 !important;  }
.form_section .user_search { display: flex; align-items: center; background-color: transparent; font-size: 16px; width: auto; justify-content: center; border-radius: 3px; padding: 12px 0px; height: 56px; color: #cfdcf6; }
.form_section .user_search .material-icons {margin-right: 8px;}
.form_section .inputgroup .rbt-input { padding: 0px; height: 19px;}
.form_section .inputgroup .open>.dropdown-menu { background-color: #38404f !important; border: solid 1px #5d687e !important; border-radius: 5px !important; padding: 0; }
.form_section .inputgroup .open>.dropdown-menu .dropdown-item { font-size: 13px !important; line-height: 16px !important; padding: 6px 10px !important; }
.user_search2 { position: absolute; right: 15px; top: 15px; color: #cfdcf6;}
.user_search2:hover { color: #fff;}
.users_list .inputgroup { margin-bottom: 20px; position: relative;}
.users_list .user_list { background: #282e39; padding: 1px;}
  .users_list .user_list .add_list { font-size: 14px; width: 100%;   display: flex; justify-content: space-between; background: #191d24; padding: 10px;}
  .users_list .user_list .add_list:nth-child(2n) { background: #1e222a; }
.user_list .delete_btn {     display: flex; background: none; border: none; height: 24px;}
.user_list .delete_btn .material-icons{ display: flex; align-items: center; color: #cfdcf6;}
.user_list .add_litm.email { width: 40%;}
.users_list .add_list { display: flex; width: 100%; justify-content: space-between;}
.users_list .add_list .email { width: 35%;}
.users_list .add_list .type { width: 25%;}
.users_list .add_list .role { width: 25%;}
.users_list .add_list .attendee { width: 43%;}
.users_list .add_list .attendee .inputgroup { margin-bottom: 0px;}
.attendee_btn { width: 10%;}
.users_list .form_section { max-height: calc(100vh - 168px) !important; margin-bottom: 3px !important;}
.level_blk { padding: 10px; background-color:#1b1f27; margin-top: 10px; border: solid 1px #242832; }
.level_blk .user_search { height: 41px; }
.level_blk .inputgroup { margin-bottom: 10px; position: relative; }
.level_blk .list_btns { display: flex; align-items: center;}
.level_blk .list_btns .material-icons{ font-size: 20px; margin: 0 10px;}
.level_blk .user_list .add_list { padding: 0; }
.level_blk .user_list .add_litm { padding: 10px;}
.dashboard_panel .page_height2 .form_section  {     height: calc(100vh - 164px) !important; margin-bottom: 0; max-height: inherit; }
.u-availbility .custom-checkbox { padding-left: 0px;}
.u-availbility .custom-checkbox .custom-control-label { font-size: 14px;padding-left: 22px; }
.u-availbility .custom-control-label::before { width: 16px; height: 16px;}
.u-availbility .custom-control-label::after { width: 16px; height: 16px; }
.u-availbility .rbt-input-multi.form-control[disabled] { background-color: transparent; opacity: 1; }
.u-availbility .rc-time-picker-input[disabled] { background-color: transparent; }
.u-availbility select.form-control:not([size]):not([multiple]) { height: auto; }
.mb-20 { margin-bottom: 20px !important;}
.mt-10 { margin-top: 10px;}
.security_items {margin-top: 20px;}
.security_items .add_list { margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; margin-right: 4%;   float: left; width: 48%; background-color: #2b313d; padding: 10px; font-size: 13px; border-radius: 3px; min-height: 59px;}
.security_items .add_list:nth-child(2n) { margin-right: 0px; }
.security_items .btn { padding: 0px; color: #fff;}
.security_items .add_litm { margin-right: 5px;}
.security_items .add_list .btn { height: 24px; background: none; border: none;}
.security_items .add_list .btn:focus { border: none;}
.security_items .add_list .btn:hover { color: #ccc;}
.security_items .sec_cn { width: 80%;  word-break: break-all;}
.security .inputgroup { margin-bottom: 20px; position: relative;}
.color_icon {     color: #139dbc !important;}
.inputgroup[disabled] { opacity: 0.8; }
.u-availbility .sub_form2 .list_btns { display: flex; align-items: center; justify-content: center;}
.u-availbility .icon-btn .material-icons { margin-right: 0px !important; margin-left: 0px;}
.u-availbility .list_btns .user_search  { margin-left: 5px; padding: 12px 5px;}
.u-availbility .rbt-token-disabled { background-color: transparent; }
.u-availbility .custom-control-label::before { left: 0rem;}
.u-availbility .custom-control-label::after {left: 0rem;}
.u-availbility .cat-list .user_search { background-color: #262b35; padding: 12px 15px}
.u-availbility .delete-btn {  display: flex; justify-content: center;}
.level_blk .delete_btn.icon .user_search {     background-color: #343a47; padding: 12px 13px; font-weight: bold;}
.inputgroup.sa .errormsg { position: absolute; bottom: -23px; right: 0; font-size: 9px !important; color: #ff4d4d; line-height: 8px; }
.rc-time-picker-panel-inner { background-color: #15171b !important;}
li.rc-time-picker-panel-select-option-selected { background: #0f1114 !important; }
.rc-time-picker-panel-select li:hover { background: #1e222a !important; }
.rc-time-picker-panel-input-wrap { border-bottom: 1px solid #000000 !important; }
.rc-time-picker-panel-select::-webkit-scrollbar { width: 5px; }
.rc-time-picker-panel-select::-webkit-scrollbar-track { background:#2e2e2e; }
.rc-time-picker-panel-select::-webkit-scrollbar-thumb { background: #525252; }
.rc-time-picker-panel-select::-webkit-scrollbar-thumb:hover { background: #2e2e2e; }
.rc-time-picker-panel-inner { box-shadow: 0 1px 5px #050505 !important; border: 1px solid #000 !important; }
.rc-time-picker-panel-select { border: 1px solid #000000 !important;}
#cashpay-container { text-align: center;}
#cashpay-container label.text-center { text-align: center; width: 100%; font-size: 14px; margin-top: 5px; }
#cashpay-container .form-group { text-align: left;}
#cashAppPay { margin-bottom: 10px;}
.gpay-card-info-container { background-color: #000000 !important; border: 1px solid #333333 !important; border-radius: 6px !important;}
.gpay-card-info-container.new_style {     width: 100% !important;}
.envoi-scheduler .scheduling { font-family: var(--quicksandregularfont)!important;}
.envoi-scheduler .live-header { background-color: #000000;}
.envoi-scheduler .scheduling .fc-dayGridMonth-view .fc-scroller { height: calc(100vh - 290px) !important; }
.scheduling #external-events .tab-content { height: calc(100vh - 201px); overflow: auto;}
.scheduling #external-events .tab-content::-webkit-scrollbar { width: 5px; }
.scheduling #external-events .tab-content::-webkit-scrollbar-track { background: #2e333d; }
.scheduling #external-events .tab-content::-webkit-scrollbar-thumb { background: #5a606d; }
.scheduling #external-events .tab-content::-webkit-scrollbar-thumb:hover { background: #454852; }
.top_bar { padding: 8px 15px;}
.top_bar .caleder_select { border-radius: 1px; border: none; height: 38px; padding-right: 10px; background-color: #2c2f35 !important; width: 218px;}
.top_bar .add { padding: 5px 10px 5px 5px; font-weight: 600; margin-right: 10px; background-color: #3b404a; color: #b6b6b6; display: flex; align-items: center; height: 38px;}
.top_bar .add .material-symbols-outlined { font-size: 18px; margin-right: 5px;}
.top_bar .top_bar_wrp { display: flex; justify-content: space-between;}
.top_bar .top_bar_wrp .btn-primary {     padding: 3px 15px; background-color: #e9c548; font-size: 13px; line-height: 16px; border-radius: 2px; color: #000; border: none; height: 38px; font-weight: bold; text-transform: uppercase;     display: flex; align-items: center; justify-content: center;}
.top_bar .top_bar_wrp .btn-primary span{     font-size: 19px; margin-right: 3px}
.add-channel .footer_btn .add:hover { opacity: 0.8;}
.add-channel .switch_btn { margin-top: -15px;}
.dsp_flex { display: flex;}
.popup { background-color: #202329;}
.popup .popup_hed {background-color: #2e3239; width: 100%; position: relative; padding: 15px;}
.popup .popup_hed h2 { color: #ffffff; font-size: 14px; text-transform: uppercase; margin: 0; line-height: 17px;}
.popup .popup_hed .close { padding: 10px; background-color: #3f444e; position: absolute; right: 0px; width: 47px; top: 0; opacity: 1; color: #fff;font-size: 24px; line-height: 27px; text-shadow: none;}
.popup .popup_hed .close:hover { color: #fff;  background-color: #3f444e;}
.popup .popup_content { padding: 15px;     overflow: auto; height: calc(100vh - 70px);}
.popup .popup_content::-webkit-scrollbar { width: 5px;}
.popup .popup_content::-webkit-scrollbar-track {background: #313131;}
.popup .popup_content::-webkit-scrollbar-thumb { background: #626262;}
.popup .popup_content::-webkit-scrollbar-thumb:hover { background:#626262;}
.popup .popup_content .u-availbility { margin-top: 15px;}
.popup .popup_content .u-availbility .errormsg { line-height: 10px; bottom: -28px;}
.popup .popup_content .block_scroll .inputgroup { margin-bottom: 0px; width: 95px; }
.popup .add_calender .input { border-radius: 1px; height: 42px; padding-right: 10px; background-color: #242424 !important; width: 100%; font-family: var(--quicksandregularfont)!important; }
.popup .add_calender .add { padding: 5px 10px 5px 5px; font-weight: 600; background-color: #616161; color: #ffffff; display: flex; align-items: center; height: 42px; font-family: var(--quicksandregularfont)!important; }
.popup .add_calender { position: relative;}
.popup .add_calender .errormsg { font-family: var(--quicksandregularfont)!important; font-size: 10px !important; font-style: italic; margin-bottom: 5px !important; margin-top: 0; position: absolute; bottom: -21px; color: #ff7070; }
.popup .add_calender .rc-time-picker { width: 100%; }
.popup .add_calender .inputgroup .rc-time-picker-clear { right: 0px; top: 0px; }
.popup .add_calender .inputgroup .rc-time-picker-clear-icon:after { content: "x"; font-size: 15px; font-style: normal; color: #fff; display: flex; line-height: 1; height: 20px; width: 20px; transition: color 0.3s ease; background-color: #737070; border-radius: 100%; justify-content: center; align-items: center; font-family: arial; }
.scheduling .sdl_duration { font-size: 9px; font-weight: 600; bottom: 5px; right: 5px; margin-top: 3px;}
.scheduling .created_date {position: absolute; bottom: 5px; right: 6px; margin-bottom: 0px; text-transform: capitalize; font-size: 10.7px;}
.scheduling .fc-event .img { width: 70px !important; min-height: 37px; }
.side_popup {     background-color: #404040; position: fixed; right: 0px; top: 0px; height: 100vh; width: 475px; z-index: 99999;}
.side_popup .popup_hed { background-color: #4e4e4e; width: 100%; position: relative; padding: 15px; }
.side_popup .popup_hed h2 { color: #ffffff; font-size: 14px; text-transform: uppercase; margin: 0; line-height: 18px;}
.side_popup .popup_hed .close { padding: 10px; background-color: #686868; position: absolute; right: 0px; width: 47px; top: 0; opacity: 1; color: #fff;font-size: 24px; line-height: 27px; text-shadow: none;}
.side_popup .popup_hed .close:hover { color: #fff;  background-color: #686868;}
.side_popup .popup_content { padding: 5px 15px 2px 15px;}
.side_popup .popup_content .field { margin-bottom:15px;}
.side_popup .popup_content .field label { color: #cecece; font-size: 14px; font-weight: 600; font-family: var(--quicksandregularfont) !important; margin-bottom: 6px;}
.side_popup .popup_content .field p { color: #cecece; font-size: 14px; margin: 0px; font-family: var(--quicksandregularfont) !important;}
.side_popup .popup_content .field .note {font-size: 12px; margin-top: 15px; }
.side_popup .preview_block { background-color: #4e4e4e; height: 213px; padding: 2px; border-radius: 3px; box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;  width: 335px;  }
.side_popup .preview_block label {    margin-left: 10px; margin-bottom: 5px !important; margin-top: 4px; text-transform: uppercase; color: #fff !important;}
.side_popup .preview_block .video {  height: 180px !important;}
.side_popup .time { margin-right: 20px; width: 175px; position: relative;}
.side_popup .time .time_ico {     position: absolute; right: -25px; bottom: 1px; font-size: 16px; color: #fff; background-color: #4b5e72; display: flex; padding: 4px; border-radius: 20px; align-items: center; justify-content: center;}
.side_popup .time .time_ico .material-icons {     font-size: 12px; color: #ffffff;}
.side_popup .time .time_ico.active {     background-color: #96ff8366;}
.side_popup .time .time_ico.active .material-icons{ color:#5fee59;}
.side_popup .input {    -webkit-appearance: none;}
.side_popup .input[type="datetime-local"]::-webkit-inner-spin-button,
.side_popup .input[type="datetime-local"]::-webkit-calendar-picker-indicator { filter: invert(1);  }
.side_popup .pd_block .time_btn { display: flex; justify-content: space-between; margin-top: 20px;}
.side_popup .field .cl_buttons .form_buttons .btn { background: #e9c548; padding: 5px 8px !important; border-radius: 2px !important; height: 25px !important; font-weight: 600 !important; text-transform: uppercase;}
.side_popup .input { background-color: transparent;  font-size: 13px;   height: 20px !important; font-family: var(--quicksandregularfont) !important; border-radius: 0px; padding: 0px; border: none; color: #fff; border-bottom: solid 1px #6c6c6c; width: 100%;}
.side_popup .input:focus { padding: 0px; border: none; border-bottom: solid 1px #6c6c6c; outline: none;}
.side_popup .input_value { color: #fff !important;}
.side_popup .hours { font-size: 13px !important; margin-top: 5px !important;}
.side_popup .field a { color: #85cafa; font-weight: bold;}
.side_popup .pop_footer { padding: 10px 15px; position: absolute; bottom: 0; left: 0px; width: 100%; display: flex; justify-content: space-between; align-items: center; background-color: #4e4e4e;}
.side_popup .pop_footer .note { font-size: 13px; font-weight: 500; margin-bottom: 0px; color: #cecece; }
.side_popup .pop_footer .btns { display: flex; align-items: center;}
.side_popup .pop_footer .btns .btn { padding: 8px 17px; height: inherit; background-color: transparent; border-radius: 2px; text-transform: uppercase; font-family: var(--quicksandregularfont) !important; color: #fff; border: none !important; font-size: 13px !important; font-weight: 600 !important;}
.side_popup .pop_footer .btns .btn:hover { opacity: 0.8;}
.side_popup .pop_footer .btns .submit { background-color: #e9c548 !important; color: #000;}
/* .side_popup .popup_content::-webkit-scrollbar { width: 5px; }
.side_popup .popup_content::-webkit-scrollbar-track { background: #2e333d; }
.side_popup .popup_content::-webkit-scrollbar-thumb { background: #5a606d; }
.side_popup .popup_content::-webkit-scrollbar-thumb:hover { background: #454852; } */
.top_bar .select_chnl { position: relative; margin-right: 10px;}
.top_bar .select_chnl .arrow { position: absolute; right: 5px; top: 6px; pointer-events: none; cursor: pointer;}
.scheduling .demo-app-calendar .cl_buttons { display: flex; justify-content: right;}
.scheduling .demo-app-calendar .cl_buttons .btn {   margin-left: 8px;  padding: 3px 12px; background-color: #e9c548; font-size: 13px; line-height: 16px; border-radius: 2px; color: #000; border: none; height: 27px; font-weight: bold; text-transform: uppercase; margin-top: 10px;}
.radio_btn { display: block; position: relative; padding-left: 25px; margin-bottom: 0px !important; font-weight: normal !important; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin-right: 20px; }
.radio_btn input { position: absolute; opacity: 0; cursor: pointer; }
.radio_btn .check_mark {position: absolute;top: 0;left: 0;height: 20px;width: 20px;background-color: transparent;border-radius: 50%;border: solid 1px #d6d6d6;}
.radio_btn:hover input ~ .check_mark {     background-color: #cccccc29; }
.radio_btn input:checked ~ .check_mark { background-color: #ffffff; }
.radio_btn .check_mark:after { content: ""; position: absolute; display: none; }
.radio_btn input:checked ~ .check_mark:after { display: block; }
.radio_btn .check_mark:after {top: 3px;left: 3px;width: 12px;height: 12px;border-radius: 50%;background: #152db9;}
.scheduling .pl_item .icon {    width:18px !important; min-height: 32px; display: flex; align-items: center; justify-content: center; margin-right: 7px;}
.scheduling .pl_item .icon .material-icons { font-size: 17px; color: #c7c7c7;}
.scheduling .pl_sub { padding: 5px 15px; background-color: #2e3239; margin-top: -10px; margin-bottom: 5px;}
.scheduling .pl_sub .fc-event .icon { display: none;}
.scheduling .pl_sub .pl_item .img { width: 60px !important;}
.scheduling .pl_sub .pl_item .channel_title { font-size: 12px !important; width: calc(100% - 70px) !important; }
.scheduling .pl_sub .pl_item .img { min-height: 30px; }
.scheduling .pl_item .img { min-height: 32px; }
.add-channel { font-family: var(--quicksandregularfont) !important;}
.add-channel .inputgroup { border: 1px solid #585e6a; position: relative; margin-bottom: 20px; }
.add-channel .inputgroup .label { color: #bcbcbc; }
.add-channel .inputgroup input { color: #fff !important;     -webkit-text-stroke: 0.1px #fff;}
.add-channel .inputgroup textarea { color: #fff !important;     -webkit-text-stroke: 0.1px #fff;}
.add-channel .inputgroup select { color: #fff !important;     -webkit-text-stroke: 0.1px #fff;}
.add-channel h3.sub_title { font-size: 16px; color: #fff; margin: 10px 0 10px 0; line-height: 18px;}
.add-channel .uploadPics .upload { width: 25%; }
.add-channel .upload .img_block { position: relative; width: 100%; background-color: #181818; height: 110px; display: flex; align-items: center; justify-content: center; }
.add-channel .upload .img_block img { width: auto; height: auto; max-width: 100%; max-height: 100%; }
.add-channel .upload_btns { display: flex; align-items: center; position: absolute; bottom: 0px; left: 0px; width: 100%; background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); padding: 5px 5px; }
.add-channel .upload_btns .btn { height: 20px; font-size: 11px; font-weight: 600; line-height: 12px; margin-right: 5px; padding: 3px 5px; border-radius: 1px; background-color: #e9c548; }
.add-channel .uprog-delt { color: #fff; text-decoration: none;}
.add-channel .uprog-delt .material-icons{font-size: 16px; display: flex;}
.add-channel .uploadPics { justify-content: start;}
.add-channel .uploadPics .size {     color: #c1c1c1; }
.add-channel .uploadPics .upload.portrait { padding: 0 10px; }
.add-channel .up-logo img { width: 80% !important; }
.add-channel .footer_btn { width: 100%; display: flex; justify-content: end;}
.add-channel .footer_btn .add {    padding: 5px 15px 5px 10px; background-color: #454a54; border-radius: 2px;     height: 40px; }
.add-channel .footer_btn .material-symbols-outlined { margin-right: 3px;}
.add-channel .channel_description { height: 40px; }
.scheduling .pl_item { display: flex; margin-bottom: 5px; padding: 8px 8px !important; background-color: #2e3239; color: #c7c7c7; border: none; border-radius: 0; }
.scheduling .pl_item .img { width: 70px; margin-right: 10px; min-height: 37px; }
.scheduling .pl_item .img img { width: 100%; }
#external-events .pl_item .channel_title { color: #ffffff !important; font-size: 13px; font-weight: normal !important; max-width: 100% !important; width: calc(100% - 100px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.side_popup .metadata_sub { width: 100%; height: auto; background-color: transparent; padding: 0; }
.side_popup .metadata_sub .meta_right { padding: 0; width: 100%; }
.side_popup .metadata_sub .field label  { font-size: 12px;}
.side_popup .metadata_sub .field p { font-size: 11px; margin-bottom: 5px; }
.side_popup .inputgroup { border: 1px solid #666666; border-radius: 3px; padding: 10px; }
.side_popup .inputgroup .label { color: #dbdbdb !important; font-weight: normal; }
.side_popup .marker_list .input-group.stylish-input-group { margin-bottom: 5px; }
.side_popup .marker_list .u-show.bhoechie-tab .form-control { font-size: 12px !important; }
.side_popup .marker_list .stylish-input-group .form-control { border-right: 0; box-shadow: 0 0 0; border-color: #ccc;  background-color: #363636; border: 0px; color: #fff;}
.side_popup .marker_list .form-control { background-color: #262626 !important; border: 1px solid #505050 !important; color: #ccc !important; font-size: 14px !important; }
.side_popup .stylish-input-group .input-group-addon { background: #4b4b4b !important; }
.side_popup .stylish-input-group .input-group-addon { border: 0px; color: #fff; }
.side_popup .u-search .input-group.stylish-input-group span.input-group-addon span { padding: 10px !important; }
.side_popup #accordion .panel { border: 0px none; box-shadow: none; margin-bottom: 5px; }
.side_popup #accordion .panel-heading { padding: 0; background: #212121; position: relative; }
.side_popup .u-blk-ht-max div#accordion h4.panel-title { margin-bottom: 0px; }
.side_popup #accordion .panel {  border: 0px none; box-shadow: none;}
.side_popup #accordion .panel-heading { padding: 0; background: #212121; }
.side_popup #accordion .panel-title a { color: #fff; display: block; position: relative; background: transparent;     padding: 8px 20px 8px 30px !important; border: solid 1px #141518; font-size: 12px;text-transform: capitalize; transition: all 0.10s linear 0s; text-align: left; }
.side_popup #accordion .panel-title a.collapsed { margin: 0; }
.side_popup #accordion .panel-title a i { color: #de4d4e; position: absolute; top: 12px; left: 10px; }
.side_popup #accordion .panel-title a.collapsed:before { content: ""; border: 0px none; }
.side_popup #accordion .panel-title a.collapsed:hover { color: #f1f1f1; }
.side_popup #accordion .panel-title a:after, #accordion .panel-title a.collapsed:after { content: "\f0d7"; font-family: FontAwesome; font-size: 16px; line-height: 20px; position: absolute; top: 5px; left: 10px; }
.side_popup .side_tab .nav-tabs { border-bottom: 1px solid #525252; }
.side_popup .side_tab .nav-tabs .nav-link { background: none; border: none;}
.side_popup .side_tab .nav-tabs .nav-link.active { font-weight: bold; background-color: transparent !important; border: none; color: #fff; border-bottom: solid 2px #e9c548 !important; }
.side_popup .side_tab .nav-tabs .nav-link { font-size: 14px; padding-top: 0px; padding: 10px 1rem; color: #fff; border: solid 1px #404040 !important; cursor: pointer; }
.side_popup .side_tab .tab-content { padding-top: 10px;}
.side_popup .side_tab .nav-tabs .nav-item { margin-bottom: 0px;}
.side_popup .u-marker-tab ul  {margin: 0px; padding: 0px; display: flex; align-items: center; background-color: #333333;}
.side_popup .u-marker-tab ul li  { list-style: none;  }
.side_popup .u-marker-tab ul li a {  padding: 7px 22px; text-transform: uppercase; text-decoration: none; color: #fff; width: 100%; display: flex; font-weight: 600; font-size: 12px;}
.side_popup .u-blk-ht-max .u-marker-tab ul li.active a { color: #fff; border-top: solid 2px #e9c548 !important;     background-color: #505050;}
.side_popup .add_marker { padding-top: 8px;}
.side_popup .markers_list { padding-top: 15px;}
.side_popup .markers_list .input-group.stylish-input-group { margin-bottom: 5px; }
.side_popup .markers_list .u-search .form-control { font-size: 12px !important; background-color: #141518 !important; border: 1px solid #393c45 !important; color: #ccc !important; }
.side_popup .markers_list .u-search .input-group-addon { background: #363636 !important; border: 0px; color: #fff; }
.side_popup .markers_list .u-search .input-group.stylish-input-group span.input-group-addon span { padding: 10px !important; }
.side_popup .markers_list #accordion .panel { border: 0px none; box-shadow: none; }
.side_popup .markers_list #accordion .panel-heading { padding: 0; background: #212121; position: relative; }
.side_popup .markers_list .u-blk-ht-max div#accordion h4.panel-title { margin-bottom: 0px; }
.side_popup .markers_list .u-blk-ht-max #accordion .panel-title a { padding: 8px 20px 8px 30px !important; border: solid 1px #141518; font-size: 12px; color: #fff; display: block; position: relative; background: transparent; text-transform: capitalize; transition: all 0.10s linear 0s; text-align: left; height: 30px; }
.side_popup .markers_list .panel-title a .accordion-title { width: 80%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
.side_popup .markers_list .bhoechie-tab-content .panel-title a:after { top: 5px !important; font-size: 16px !important; content: "\f0d7"; font-family: FontAwesome; line-height: 20px; position: absolute; left: 10px; }
.side_popup .markers_list  .marker_actions {     top: 4px; display: flex; position: absolute; right: 3px; align-items: center; justify-content: space-evenly;}
.side_popup .markers_list .marker_actions .greylink { padding: 0px 6px !important; background-color: transparent !important; border: 1px solid #565656 !important; margin-right: 3px; color: #fff !important; border-radius: 5px; line-height: 14px; display: flex; align-items: center; height: 23px; }
.side_popup .markers_list .marker_actions i { font-size: 12px; }
.side_popup .markers_list .panel-body { border-top: 0 none; color: #808080; background-color: #191919; padding: 15px; }
.side_popup .markers_list .panel-body .marker_txt { color: #a4a4a4 !important; border-bottom: 1px solid #212121; padding-bottom: 2px; margin-bottom: 2px; position: relative; font-size: 12px; }
.side_popup .markers_list .margrt10 { margin-right: 5px; }
.side_popup .markers_list .marker_txt~.time_block { display: flex; }
.side_popup .markers_list .panel-body .marker_txt { color: #a4a4a4 !important; border-bottom: 1px solid #212121; padding-bottom: 2px; margin-bottom: 2px; position: relative; font-size: 12px; }
.side_popup .markers_list .marker_txt~.time_block p { flex: 1; }
.side_popup .markers_list .panel-body .marker_txt { color: #a4a4a4 !important; border-bottom: 1px solid #212121; padding-bottom: 2px; margin-bottom: 2px; position: relative; font-size: 12px; }
.side_popup .u-export { font-size: 12px !important; text-transform: uppercase; color: #fff !important; }
.side_popup .u-checkmark { margin-bottom: 15px;}
.side_popup .u-ok-btn .btn-orng1 { background-color: #6c6c6c; border-color: #868686 !important; font-size: 13px !important; font-family: "Raleway_med", sans-serif; color: #ffffff !important; padding: 3px 15px !important; border-radius: 1px; margin-left: 0px !important; margin-right: 10px; line-height: 21px; height: 30px;}
.side_popup .u-ok-btn .reset {  background-color: #535353; border: solid 1px #535353 !important; color: #fff !important;}
.side_popup input::-webkit-input-placeholder { color: #ccc !important;}
.side_popup input:-ms-input-placeholder {  color: #ccc !important; }
.side_popup input::placeholder {  color: #ccc !important; }
.side_popup textarea::-webkit-input-placeholder { color: #ccc !important;}
.side_popup textarea:-ms-input-placeholder {  color: #ccc !important; }
.side_popup textarea::placeholder {  color: #ccc !important; }
.side_popup .add_marker .font-white { color: #fff;}
.side_popup .u-export_block  {    margin-top: 8px; text-align: right;}
.side_popup .frm_hed {color: #fff; margin-top: 15px; font-weight: bold; margin-bottom: 5px; font-size: 13px;}
.side_popup .u-checkmark .compact-picker  { width: 99% !important;}
.mrk_block .mrk_short { width: 100%; display: flex; justify-content: right; color: #c7c7c7; font-size: 12px; font-weight: bold;}
.mrk_block .mrk_short span { color: #a4a4a4; margin-left: 10px; font-weight: normal;}
.mrk_block .mrk_short_hed { background-color: #2c2c2c; padding: 4px 10px; border-radius: 3px; font-size: 12px; font-weight: bold; margin-top: 8px; width: 100%; display: inline-flex; justify-content: space-between;}
.mrk_block .mrk_short_hed .left { display: flex; justify-content: space-between; align-items: center;}
.mrk_block .mrk_short_hed .right span { color: #a4a4a4; margin-left: 10px; font-weight: normal;}
.mrk_block .mrk_short_hed .dot { width: 5px; height: 5px; border-radius: 100%; background-color: #808080; margin: 0 15px;}
.mrk_block .sd_item {width: 100%; border-radius: 3px; margin-bottom: 5px; padding: 10px 10px !important; background-color: #373737; color: #c7c7c7; border: solid 1px #515151;}
.mrk_block .sd_item .sd_item_wrp { display: flex; align-items: start;}
.mrk_block .sd_item .icon {  min-height: 18px; display: flex; align-items: center; justify-content: center; }
.mrk_block .sd_item .icon .material-icons { font-size: 18px; width: 20px; margin-right: 5px; color: #c7c7c7; }
.mrk_block .sd_item .item_title { color: #ffffff !important;     display: flex; justify-content: space-between; align-items: start; font-size: 12px; font-weight: normal !important; max-width: 100% !important; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mrk_block .sd_items { margin-top: 5px; display: inline-block; width: 100%;}
.mrk_block .sd_item .item_title .left { width: 75%; display: flex; align-items: center;}
.mrk_block .right { font-size: 11px; font-weight: normal; color: #cbcbcb; display: flex;}
.mrk_block .sd_item .item_title .icon { width: 38px !important; height: 38px; align-items: start;}
.mrk_block .sd_item .item_title .icon .material-symbols-outlined { width: 38px; height: 38px; align-items: center; display: flex; justify-content: center; font-size: 48px; color: #656565; }
.mrk_block .sd_item .item_title .content {  position: relative; height: 38px;  width: calc(100% - 45px); display: flex; flex-direction: column; justify-content: space-between;}
.mrk_block .sd_item .item_title .content .title { font-size: 12px;}
.mrk_block .sd_item .item_title .content .delete { position: absolute; right: 0; top: 0px; color: #fff;font-size: 15px;}
.mrk_block .content .blk { margin-right: 10px;}
.mrk_block .main_sub .content { position: relative;}
.mrk_block .main_sub .content .delete { position: absolute; right: 0; top: 0px; color: #acacac; font-size: 14px; }

.mrk_block .main_item { display: flex; justify-content: space-between; background-color:#343434; padding: 10px; width: 100%; border-left: solid 2px #e9c548; border-radius: 3px; margin: 5px 0;}
.mrk_block .main_item .icon { width: 40px; margin-right: 10px; display: flex;}
.mrk_block .main_item .icon .material-symbols-outlined { width: 40px; height: 40px; align-items: center; display: flex; justify-content: center; font-size: 50px; color: #777777;}
.mrk_block .main_item .content { width: calc(100% - 50px);  display: flex; flex-direction: column; justify-content: space-between;}
.mrk_block .main_item .content .title { color: #c6c6c6; font-size: 12px; margin-bottom: 3px; line-height: 18px; margin-top: 0;}
.mrk_block .main_item .content .sub_title { color: #a5a5a5; font-size: 12px; margin-bottom: 0px; line-height: 18px; margin-top: 0;}
.mrk_block .time_block { display: flex; width: 100%; justify-content: space-between;}
.mrk_block .time_block .add { color: #e9c548; text-decoration: none; font-size: 11px; display: flex; align-items: center;}
.mrk_block .time_block .add .material-icons { font-size: 12px; margin-right: 3px;}
.mrk_block .right span { color: #fff; font-weight: normal; }
.mrk_block .sd_item .item_title .assets { color: #b8b8b8;}
.mrk_block .main_sub { padding: 10px 10px 5px 10px; background-color: #2e2e2e; margin-top: 10px; }
.mrk_block .main_sub .main_item { margin: 0px 0 5px 0; border-left: solid 2px #9c9c9c;     background-color: #414141;}
.demo-app-calendar .fc-time-grid-event .fc-content .fc-title {     display: inline-block; vertical-align: top;     white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.demo-app-calendar .fc-time-grid-event .fc-content .fc-time {     display: inline-block; vertical-align: top;}
.scheduling .pl_sub .fc-event { background-color: #25282f; border: none; border-radius: 0; color: #c7c7c7; display: flex; margin-bottom: 5px; padding: 6px 6px!important; }
.demo-app-calendar .fc-day-grid-event .fc-content { white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.side_popup .bmpui-ui-hugeplaybacktogglebutton .bmpui-image {     background-size: 4.5em;}
.side_popup.pd { width: 800px;}
.side_popup.pd .popup_content { display: flex; padding-top: 15px;}
.side_popup.pd .pd_block { padding: 10px; background-color: #313131; width: 300px; margin-right: 15px; overflow: auto;}
.side_popup.pd .pd_block::-webkit-scrollbar { width: 5px;}
.side_popup.pd .pd_block::-webkit-scrollbar-track {background: #313131;}
.side_popup.pd .pd_block::-webkit-scrollbar-thumb { background: #626262;}
.side_popup.pd .pd_block::-webkit-scrollbar-thumb:hover { background:#626262;}
.side_popup.pd .side_tab { width: calc(100% - 340px); height: auto; overflow: auto; padding-right: 10px; height: calc(100vh - 228px);}
.side_popup.pd .pd_block .field p { font-size: 11px; margin-bottom: 5px; }
.side_popup.pd .pd_block .field label { font-size: 12px; }
.side_popup.pd .pd_block .field .dsp_flx { display: flex; align-items: center;}
.side_popup.pd .pd_block .field .dsp_flx .material-icons { display: flex; align-items: center; margin-left: 5px; color: #c4ccca; font-size: 13px;}
.side_popup.pd .pd_block .icon_flx { display: flex; align-items: center; font-weight: 600; font-size: 12px; margin-bottom: 5px;}
.side_popup.pd .pd_block .icon_flx .material-icons { display: flex; align-items: center; margin-right: 8px; color: #ececec; font-size: 14px;}
.side_popup.pd .pd_block .icon_flx2 { display: flex; align-items: center;  font-size: 12px; margin-bottom: 5px;}
.side_popup.pd .pd_block .icon_flx2 .material-icons { display: flex; align-items: center; margin-right: 8px; color: #ececec; font-size: 14px;}
.side_popup.pd .pd_block .edit { display: flex; align-items: center;}
.side_popup.pd .pd_block .edit .material-icons  { margin-right: 0px; margin-left: 8px;  font-size: 14px; color: #fff;}
.side_popup .column { display: flex; justify-content: space-between; align-items: center;}
.side_popup .column div { width: 50%;}
.side_popup .column.pdd label{ color: #fff;}
.side_popup .column.pdd p{ color: #fff;}
.side_popup .tags { display: inline-block;}
.side_popup .tags .tag { font-size: 10px; display: inline-block; padding: 3px 8px; margin-bottom: 6px; background-color: #505050; line-height: 12px; border-radius: 3px; color: #e0e0e0; margin-right: 6px;}
.side_popup .tags .add { font-weight: 600; font-size: 11px; margin-left: 5px; text-decoration: none; text-transform: uppercase;}
.side_popup .preview_block {    height: 175px; width: 100%; }
.side_popup .preview_block .bitmovinplayer-container { min-width: 100%; min-height: 138px;}
.side_popup.pd .pd_block .preview_block .video { height: 144px !important; }
.side_popup.pd .metadata .mrk_block .sd_item .item_title .left { width: 100%;}
.side_popup.pd .metadata .mrk_block .sd_item .icon .material-icons { color: #fff; }
.side_popup.pd .metadata .mrk_block .sd_item .icon { width: 20px !important; min-height: 20px; display: flex; align-items: center; justify-content: center; margin-right: 6px; }
.side_popup.pd .pd_block .prv_next { display: flex; align-items: center; width: 100%; justify-content: space-between;}
.side_popup.pd .pd_block .prv_next .item {padding: 5px; background-color: #424242; color: #e0e0e0; width: 49%; overflow: hidden;}
.side_popup.pd .pd_block .prv_next .item .arrow {     font-size: 10px; color: #d3d3d3; display: flex; align-items: center;}
.side_popup.pd .pd_block .prv_next .item .arrow .material-icons {    font-size: 14px; margin-right: 3px;}
.side_popup.pd .pd_block .prv_next .item .arrow.next { justify-content: end;}
.side_popup.pd .pd_block .prv_next .item .arrow.next .material-icons {    font-size: 14px; margin-left: 3px; margin-right: 0px;}
.side_popup.pd .pd_block .prv_next .item .title {     font-size: 12px; color: #fff; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.side_popup.pd .pd_block .prv_next .item .time { font-size: 9px;  width: 100%;}
.side_popup.pd .pd_block .prv_next .item .time span { color: #fff;}
.side_popup.pd .add_segment {  text-decoration: none;   background: #e9c548; padding: 3px 8px !important; border-radius: 2px !important; font-weight: bold !important; color: #000; font-size: 11px; line-height: 13px; float: right; display: flex;
  align-items: center;}
  .side_popup.pd .add_segment:hover {  background: #d8b641;  text-decoration: none;}
  .side_popup.pd .add_segment .material-icons {  line-height: 12px;   font-size: 14px; margin-right: 5px;}
.add-Segment .popup_content { height: auto;}
.side_popup .popup_content .side_tab::-webkit-scrollbar { width: 5px; }
.side_popup .popup_content .side_tab::-webkit-scrollbar-track { background: #2e333d; }
.side_popup .popup_content .side_tab::-webkit-scrollbar-thumb { background: #5a606d; }
.side_popup .popup_content .side_tab::-webkit-scrollbar-thumb:hover { background: #454852; }
.side_popup .no_segment {     width: 100%; height: 250px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.side_popup .no_segment .material-symbols-outlined {     font-size: 50px; color: #929292; background-color: #555555; border-radius: 100%; padding: 30px;}
.side_popup .no_segment p {     margin: 20px 0 0 0; font-size: 16px; color: #b7b7b7;}
.rc-time-picker-panel { z-index: 99999 !important; }
.rc-time-picker-panel-input { padding: 0 5px !important; background-color: #3b3b3b;}
.scheduling .fc-dayGrid-view .fc-body .fc-row { min-height: 110px; }
.switch_btn { display: flex; align-items: center; font-size: 14px; font-weight: 600; color: #fff;}
.switch_btn .switch { position: relative; display: inline-block; width: 53px; height: 27px; margin-left: 10px; margin-bottom: 0px; }
.switch_btn .switch input { opacity: 0; width: 0; height: 0; }
.switch_btn .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #4b4b4b; -webkit-transition: .4s; transition: .4s; border-radius: 30px; }
.switch_btn .slider:before { position: absolute; content: ""; height: 21px; width: 21px; left: 3px; bottom: 3px; background-color: white; -webkit-transition: .4s; transition: .4s; border-radius: 100%; }
.switch_btn input:checked + .slider { background-color: #005599; }
.switch_btn input:focus + .slider { box-shadow: 0 0 1px #005599; }
.switch_btn input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); }
.switch_btn .slider.round { border-radius: 34px; }
.switch_btn .slider.round:before { border-radius: 50%; }


@media(min-width:300px) and (max-width:480px){
  .main-stage #video-player { min-height: 300px; height: inherit;} 
.main-stage .recording_play {  height: calc(100vh - 575px);}
.main-stage .iframePlayer {  height: calc(100vh - 575px); width: 100%;}
  .profile-block{  position: absolute; right:0px; top:0.8rem;}
  /* .live-menu{position: absolute; top: 80px; left: 0; right: 0; background-color: #1E222B;} */
  .create_section .btn { width: 100%;}
  .auth0-lock .auth0-lock-center .auth0-lock-widget{overflow-y: scroll; max-height: 480px;}
  .streaming_block .streaming_buttons .sub_button {   width: 35px !important;    height: 35px !important; margin: 0 6px;}
  .streaming_block .streaming_buttons .sub_button .material-icons { font-size: 18px;}
  .streaming_block .stream_options { width: 375px;}

  .manage_playlist .playlist_right .playlist_items li { padding: 6px 0px !important; }
  .pl_item_con .material-icons {font-size: 21px;}
  .pl_item_con .img { width: 75px !important; height: 55px !important;}
  .manage_playlist .playlist_right .playlist_items li .pl_item_con .title h4 {width: 190px !important; font-size: 16px !important;}
  .pl_item_con .title p {font-size: 12px !important;}
  .pl_delete {right: 4px !important;}
  .playlist-pp .playlist_items li .pl_item_con .title h4 {width: 208px !important; font-size: 16px !important; margin-bottom: 5px !important;}
  .playlist-pp .playlist_items li .check {height: 16px; width: 16px;}
  .playlist-pp .playlist_items li .pl_item_con .title {margin-bottom: 15px;}

  .subscription_section {width: 95% !important;}
  .dashboard_panel .panel_menu {width: 60px; height: auto;}
  .dashboard_panel .panel_content {padding: 4px 4px; width: calc(100% - 60px);}
  .dashboard_panel .panel_content .form_section {padding: 13px;}
  .uploadPics .upload {width: 36% !important;}
  .uploadPics .upload.portrait {width: 36% !important;}
  .form_section .uploadPics .upload.up-logo {width: 28% !important;}
  .dashboard_panel .panel_menu ul li a {padding: 15px 0px; font-size: 24px;}
  .form_section .dsp_flex {margin-top: 5px;}

}

@media (min-width: 320px) and (max-width: 1080px) {
  .top_bar .caleder_select { width: 100%; }
  .top_bar .select_chnl { width: 100%; }
  .top_bar .dsp_flex { width: 100%; justify-content: space-between; }
  .side_popup { width: 100% !important; }
  .playlist_hed { padding: 5px; }
  .playlist_hed h3 { font-size: 18px; }
  .playlist_left .preview_btn {   height: 32px;}
  .live-header .navbar {  display: flex;  }
  .auth0-lock.auth0-lock .auth0-lock-widget { height: 100vh !important;}
  .bc_plans .plan_section { margin-bottom: 30px; }
  .bc_plans h2 { padding: 0px;}
  .manage_playlist_section .manage_playlist .playlist_left { width: 100% !important; padding: 0 !important; }
    .manage_playlist_section .manage_playlist .playlist_right {  width: 100% !important; height: auto !important; }
    .playlist_left { width: 100%; padding: 0; }
    .manage_playlist_section .manage_playlist {  display: flex !important; flex-direction: column-reverse; }
    .manage_playlist_section .manage_playlist .playlist_right {  border-left: 0px !important;  padding: 10px !important;
    margin-top: 0; height: auto; border-bottom: solid 10px #15171b; }
    .manage_playlist_section {  padding: 0px !important;  }
    .pl_item_con .title h4 { font-size: 14px !important;width: 190px !important; white-space: nowrap; word-break: break-all;
    text-overflow: ellipsis; overflow: hidden; }
    /* .dashboard_panel { height: calc(100vh - 154px);} */
    .pl_item_con { width: 100%;}
    .side_popup.pd .pd_block { margin-right: 0px; width: 100%;}
    .side_popup.pd .popup_content { display: block;     overflow: auto; height: calc(100vh - 120px);}
    .side_popup.pd .side_tab { width: 100%; padding-right: 0px; height: auto; }
    .live-brand button { padding: 5px 15px 10px 10px !important; }
    .scheduling .fc-toolbar h2 { line-height: inherit;}
}  

@media(min-width:280px) and (max-width:420px){ 
  .asset_thumbnail{ display: none;}
  .asset_blurbg{filter: blur(9px)!important; background-position: 50% 35%!important;}
  .join_row{ flex-direction: column; flex-direction: column-reverse;}
  .cols{ width:100%;}
  .retina_img{  width: 80%; margin:0 auto 10px auto;}
  .jp_signinWrapper{ margin:20px auto;}
  .jp_descBlock{ margin-top: 10px; margin-bottom: 10px;}
  .jp_descBlock .land_title{ font-size: 20px; margin-top: 10px; margin-bottom: 10px;}
  .jp_descBlock .land_subtitle{font-size: 14px; margin-top: 10px; margin-bottom: 10px;}
  .jp_signinWrapper .store-icons img{height: 30px; }
  .wp_logo{max-height: 40px;}
  .auth0-lock.auth0-lock {  z-index: 9999999!important;}
}

@media(min-width:421px) and (max-width:800px){
  .asset_thumbnail{ display: none;}
  .join_row{ flex-direction: column; flex-direction: column-reverse;}
  .cols{ width:100%;}
  .retina_img{  width: 80%; margin:0 auto 10px auto;}
  .jp_signinWrapper{ margin:20px auto;}
  .jp_descBlock{ margin-top: 10px; margin-bottom: 10px;}
  .jp_descBlock .land_title{ font-size: 20px; margin-top: 10px; margin-bottom: 10px;}
  .jp_descBlock .land_subtitle{font-size: 14px; margin-top: 10px; margin-bottom: 10px;}
  .jp_signinWrapper .store-icons img{height: 30px; }
  .wp_logo{max-height: 40px;}
}

@media(min-width:721px) and (max-width:1000px){
  .envlive_wrapper .col-md-3 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
  .envlive_wrapper {   margin-top: 51px;}
  .live-header .navbar-nav {  background-color: transparent;}
  .live-header .navbar-brand {  margin-left: 0 !important;}
  .asset_thumbnail{ display: none;}
  .jp_landing .auth0-lock.auth0-lock .auth0-lock-cred-pane {    margin: 150px auto 0 auto!important; height: inherit !important;}
  .jp_landing .auth0-lock.auth0-lock .auth0-lock-header {    height: 50px !important;}
}
@media (min-height:730px) {
  .auth0-lock .auth0-lock-center .auth0-lock-widget{overflow-y: unset; max-height: unset;}
  
}

@media (min-width: 300px) and (max-width: 650px) {
  .meta_right { width: 100%; }
.metadata .meta_left { width: 100%; height: 100%; }
.metadata { width: 100%; height: auto; flex-direction: column; }
  .alert_popup { max-width: 95% !important; width: 95% !important;}
  .live-header .navbar-brand {  margin-left: 0px !important;}
  .live-header .navbar-toggler { left: 13px !important;  top: 6px !important;}
  .live-header .profile-block { right: 15px; top: 10px;}
  .live-navlist li a:after { bottom: 0px;left: 0px !important; transform: inherit;}
  .live-header .navbar-nav { background-color: #000000; width: 100% !important; padding: 10px 15px !important; margin-top: 9px;}
  .live-header .navbar { padding:10px 0px !important;}
  .live-header .container-fluid {     padding-right: 0px !important; padding-left: 0px !important;}
  .jp_landing .auth0-lock.auth0-lock .auth0-lock-cred-pane { margin-top: 80px !important}
  .jp_landing .auth0-lock.auth0-lock .auth0-lock-content-body-wrapper {    margin-top: 0px !important;}
  #signupcontainer { display: none;}
  .jp_landing #authlogindiv .auth0-lock-content {    margin-top: 0px !important;}
  .edit_profile .col-md-4 { margin-bottom: 20px;}
  .edit-channel {     background-color: #15171b;}
  .live-header .nav-link {padding: 8px 1rem;}
  .scheduling .fc-toolbar { align-items: start !important; flex-direction: column; }
  .scheduling .fc-button { font-size: 10px !important; padding: 5px 10px !important; }
  .scheduling .fc-toolbar h2 { font-size: 14px !important; margin: 0 !important; }
  .scheduling .fc-toolbar.fc-header-toolbar { margin-top: 45px; }
  .scheduling .fc-right {     position: absolute; right: 10px; top: 55px;}
  .scheduling .fc-center {     margin-left: 0%; margin: 10px 0 0 0; width: 100%;} 
  .scheduling .demo-app-calendar .rs-picker-cleanable { left: inherit !important;}
  #external-events .lf_search { margin-bottom: 10px; }
  .side_popup .time { width: 75%; }
}

@media (min-width:1200px) and (max-width:1280px) {
  .channel-card .channel-thumb {  height: 127px !important;}
  
}

@media (min-width:1281px) and (max-width:1366px) {
  .channel-card .channel-thumb {  height: 174px !important;}
  .side_popup .time_end {margin-top: 11px !important;}
  .side_popup .preview_block { height: 174px !important;}
  .side_popup.pd .popup_content .pd_block .preview_block .video { height: 143px !important;}
}

@media (min-width:1400px) and (max-width:1450px) {
  .channel-card .channel-thumb {  height: 186px !important;}
}

@media (min-width:1590x) and (max-width:1600px) {
  .channel-card .channel-thumb {  height: 208px !important;}
}

@media (min-width:1700x) and (max-width:2000px) {
  .channel-card .channel-thumb {  height: 254px !important;}
}



@media (min-width: 1000px) {
    .create_section .bc_form_wrp {width:600px !important; margin: 0 auto !important; }
}

@media (min-width: 1290px) {
  .live-menu {     justify-content: center;}
  .live-menu ul li { margin: 0 6px;}
  .live-menu ul li a { font-size: 17px;}
}

@media (max-width: 1200px) {
  .streaming_block .streaming_buttons .start_button { width: 60px;height: 60px; border: solid 3px #fff;}
  .streaming_block .streaming_buttons .start_button .material-icons { font-size: 63px; line-height: 60px; width: 63px; height: 60px;}
  .mobile { display: flex !important;}
  .stream_options .dropup { display: none;}
 
}
@media (max-width: 900px) {
  .scheduling .fc_col { flex-direction: column;}
  .scheduling .fc_col #external-events { width: 100% !important;     background: #0b0e14; }
  .scheduling .fc_col .demo-app-calendar { width: 100%; }
  .dsk_icon { display: none !important;}
  .mob_settings .mob_playercontrols .controls__btn { width: 28px !important; height: 28px !important; margin: 0 5px !important; color: #919190;}
  .mob_settings .mob_playercontrols .controls__btn .material-icons { font-size: 14px !important; line-height: 28px;}
  .channel-card .channel-thumb {   height: auto !important;}
  .mt_sidepanel_block { position: relative;   width: 100%;   top: inherit;}
  .mt_sidepanel { background: #303030; height: 450px !important;}
  .chat { display: block !important;}
  .active_wrp { width: 95%;}
  .envlive_wrapper {   margin-top: 51px;}
  .recording_play { height: auto;}
  .create_section .bc_form_wrp {width:90% !important; margin: 0 auto !important; }
  .create_section h3 {  margin-bottom: 20px !important; font-size: 20px;}
  .create_section .destination_con {  padding: 15px 0px 0 0px;}
  .create_section h2 { font-size: 26px; padding: 15px;}
  .profile-btn { width: 35px !important;  height: 35px !important;}
  .navbar-toggler {  top: 5px !important;}
  .live-header .navbar { padding-right: 0px !important;}
  .streaming_block .live_streaming #preview { width: auto !important;    height: calc(100vh - 50px);}
  .streaming_block .streaming_buttons .sub_button .material-icons {font-size: 20px; line-height: 28px; width: 22px;height: 28px;}
  .streaming_block .streaming_buttons .sub_button { width: 40px; height: 40px;}
  .streaming_buttons .stream_settings { display: none;}
  .streaming_buttons .stream_duration { display: none;}
  .streaming_block .stream_options {   width: auto;}
  .mobile-controls { display: block; height: 50px; padding: 13px 10px; background-color: #000;}
  .top_options { display: none !important;}
  .mobile-controls .top_options  { display: flex !important;justify-content: space-between; width: 100%; position: static; align-items: center;}
  .top_options .stream_settings { display: flex;}
  .mobile-controls .top_options .views { margin-left: 0 !important;}
  .mobile-controls .icon .material-icons {  line-height: 24px !important;}
  .streaming_close { display: none;}
  .mobile-controls .streaming_close { display: block; position: static; width: 25px;  height: 25px;}
  .mobile-controls .streaming_close .material-icons { font-size: 28px;color: #ffffff78;line-height: 25px; }
  .mobile-controls .stream_settings .icon {  height: 24px;     margin: 0 8px !important;}
 .mobile-controls .top_options .views .material-icons { margin-right: 7px; }
 .mobile-controls .stream_duration { margin-left: 0px; font-size: 16px;background-color: transparent;padding: 0;}
 .streaming_block .live_streaming { height: calc(100vh - 50px);}
 .streaming_block .streaming_buttons {  justify-content: center;}
 .broadcast_home .page-heading .perpage { width: inherit !important; font-size: 12px;}
 .page-heading h2 { font-size: 18px;}
 .page-heading .grad-btn { padding: 5px 15px; height: 34px;}
 .manage_playlist_wrp { width: 95% !important;}
 .play_list_block { width: 95% !important;}
 .play_list_block .form_section { padding: 15px;}
 .play_list_block .playlist_thumbs .playlist_thumb { width: auto !important; padding-right: 10px !important;}
 .play_list_block .landscape_img { width: 120px !important;  height: 70px !important;}
 .play_list_block .playlist_options h5 { font-size: 14px !important; color: #6f7685 !important;}
 .edit-channel .form_footer { padding: 10px 0 !important;}
 .edit-channel .live-header .container-fluid {     padding-right: 15px !important; padding-left: 15px !important;}
 .edit-channel .form_footer1 { padding: 10px 10px !important;}
  /* .manage_playlist_section .manage_playlist { display: block !important;} */
  .manage_playlist_section {   width: 100% !important;  }
 /* .manage_playlist_section .manage_playlist .playlist_right { border-left: 0px !important; padding-left: 0 !important; padding-right: 0px !important;margin-top: 25px;} */
 .manage_playlist_section .manage_playlist .playlist_left { padding-right: 0 !important;}
.manage_playlist_section .manage_playlist .playlist_left .playlist_thumb { width: 100% !important; height: inherit;}
.manage_playlist_section .manage_playlist .playlist_left h2 { margin: 10px 0 0 0 !important;}
.playlist_items li { padding: 6px !important;}
.pl_item_con .img { width: 100px !important; margin-right: 10px !important; margin-left: 0px !important;}
.playlist_popup { width: 95% !important; padding: 15px !important;}
.pl_item_con .checkbox { right: 30px; top: 30px;}
.manage_playlist_wrp .sec-header { padding: 15px 0 !important;}
}

@media(min-width:300px) and (max-width:380px){ 
  .streaming_block .streaming_buttons .stream_options .sub_button { width: 30px !important; height: 30px !important;margin: 0 4px;}
  .streaming_block .streaming_buttons {  padding: 0 10px; }
  .streaming_block .stream_options {  width: 300px !important;}
  .streaming_block .streaming_buttons .start_button { width: 50px;  height: 50px; margin: 0px 6px;}
  .streaming_block .streaming_buttons .start_button .material-icons { font-size: 55px;  width: 55px;}
  .streaming_block .streaming_buttons .sub_button .material-icons {  font-size: 16px !important; line-height: 30px;
}

}
@media screen and (min-device-width: 300px) and (max-device-width: 1000px) and (orientation : portrait){
  .streaming_block .streaming_buttons { bottom: 130px !important;}
}
@media screen and (min-device-width: 300px) and (max-device-width: 1000px) and (orientation : landscape){
  .streaming_block .live_streaming #preview { width: auto !important;       height: auto !important;}
  .streaming_block .streaming_buttons { bottom: 55px !important;}
}

@media (min-width:1080px) and (max-width:1420px) {
  .side_popup.pd .pd_block {width: 280px;}
  .side_popup.pd .side_tab {width: calc(100% - 280px);}
.side_popup .preview_block {height: 191px;}
.side_popup.pd .pd_block .preview_block .video { height: 144px !important;}
.side_popup .popup_content .field { margin-bottom: 8px;}
.side_popup .popup_content .field label { margin-bottom: 2px;}
.side_popup .field .cl_buttons .form_buttons .btn {margin-top: 14px !important;}
}

.add-channel .add_calender .inputgroup .label {color: #ffffff; font-weight: 500 !important; margin-bottom: 3px; font-size: 13px;}
.add-channel .add_calender .inputgroup input, .add-channel .add_calender .inputgroup select, .add-channel .add_calender .inputgroup textarea {color: #9eacca !important; font-size: 11px;}
.side_popup .popup_content .pd_block  .field.preview_block {margin-bottom: 5px;}
.add-channel .add_calender .inputgroup .form-control:disabled {background-color: transparent;}

.envoi-scheduler .pagination {display: flex; justify-content: right;}
.envoi-scheduler .pagination li{margin: 0 1.5px; padding: 3px 10px; color: #b6b6b6; display: flex; align-items: center; justify-content: center;}
.envoi-scheduler .pagination li.active, .envoi-scheduler .pagination li:hover{background-color: #3b404a; color: #fff;}
.envoi-scheduler .pagination li:hover:not(.active), .envoi-scheduler .pagination li:hover:not(.disabled) {background-color: #3b404a; color: #b6b6b6;}
.envoi-scheduler .pagination li.active a, .envoi-scheduler .pagination li:hover a{color: #fff;}
.envoi-scheduler .pagination li a{font-size: 10px; font-weight: bold;}
.envoi-scheduler .pagination li.disabled {background-color: #3b404a; opacity: 0.5; color: #b6b6b6;}
.envoi-scheduler .pagination li.disabled a{color: #b6b6b6;}
.u-conf-popup .popup-close {background-color: #3b404a; display: flex; align-items: center; justify-content: center; background-position: center center; border-radius: 100%; right: -57px; top: 62px; background-size: 13px; width: 13px; height: 13px;}



#okta-sign-in.main-container { background-color: #0d0d0d !important; border: solid 1px #212121 !important; }
.auth-content { padding: 0 !important; }
.o-form-button-bar { width: 100%; }
#okta-sign-in .button-primary { background: #ffffff !important; color: #111 !important; }
.o-form-button-bar { padding: 0 0 7px !important; }
.o-form-theme { width: 100% !important; }
.no-beacon .auth-content { padding-top: 0 !important; }
#okta-sign-in h2 { color: #ececec !important; font-size: 20px !important; margin: 0px 0 15px 0 !important; text-transform: uppercase; }
.auth-content .custom-checkbox label, .auth-content .custom-radio label { padding: 7px 10px 7px 24px !important; }
.o-form-explain.o-form-input-error { padding-left: 0 !important; }
.edit-form .infobox, .read-only-form .infobox, .ajax-form-editor .infobox, .form-content-wrap .infobox, .o-form .infobox, .m-form .infobox, .v-form .infobox_ { font-weight: normal !important; background-color: rgb(18 18 18) !important; border: none !important; padding: 10px !important; }
.o-form-fieldset { margin-bottom: 10px !important; }
.auth-content .help-links li { margin-top: 0 !important; margin-bottom: 10px !important; }
#okta-sign-in .button-primary { height: inherit; font-size: 16px !important; padding: 5px 20px !important; border: none; color: #111 !important; line-height: 30px !important; font-weight: 600; }
.auth-footer .js-back { border: none !important; padding: 0 !important; color: #bfbfbf !important; border-radius: 0; margin: 0 auto !important; }
#okta-sign-in .okta-form-input-field input:focus { background: #272727 !important; }
.auth-content .custom-checkbox label { padding: 0px 0 0 20px !important; }
#authlogindiv:before, #authsignupdiv:before { background-color: #000000f2 !important; }
@media(min-width:300px) and (max-width:850px){
  .stepdesign .closebtn { top: 0px !important; }
}

body .material-icons {font-family: 'Material Icons' !important;}
.envoi-scheduler .edit-channel .fixed-top {position: fixed !important; height: 56px;}
.envoi-scheduler .live-header .sec-header {justify-content: center;}
.envoi-scheduler .live-header .sec-header a{position: absolute; left: 10px;}

.about-channel .form_section .inputgroup .form-control:disabled {background-color: transparent;}
.about-channel .form_section .inputgroup {position: relative;}
.about-channel .form_section .inputgroup .errormsg{position: absolute; bottom: -19px; left: -2px; font-size: 11px !important; color: #ff4d4d;}

.download_pop {max-width: 32em; padding: 0;}
.download_pop .add-channel{border-radius: 3px;}
.download_pop .popup_hed {border-radius: 3px;}
.download_pop .popup_content {padding: 25px 15px; border-radius: 3px;}
.download_pop .popup_hed .close {border-radius: 0 3px 3px 0;}
.download_pop .popup_content .btn{background-color: #1e222a !important; border: solid 1px #39404e !important; padding: 10px 25px; color: #a4b4d6 !important; border-radius: 30px; box-shadow: inherit !important; display: inline-flex; line-height: 16px; height: 30px; font-size: 12px; font-family: var(--bodyfont)!important; margin: 0 8px; align-items: center;}
.download_pop .popup_content .fill_btn {background-color: #fff !important; color: #000 !important;}
.scheduling .pl_item .channel_pvbtn {background-color: transparent; width: 0 !important; margin-right: 3px !important; height: 51px;}
.preview_play {inset: 50% auto auto 50%; margin-right: -50%; transform: translate(-44%, -50%); max-width: 775px;}
.preview_play .modal-header{border: none;}
.preview_play .modal-body{width: 750px; height: 450px; background-color: #181b21; padding: 10px; display: flex;}
.preview_play .modal-body #player{height: 100%;}
.preview_play .player_block{padding: 0;}
.preview_play .popup-close { right: 15px; top: 52px;}
.custom_modal.u-conf-popup {position: relative;}

.player_url_popup {position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); display: flex; align-items: center; justify-content: center; top: 0; left: 0;}
.url_content {height: 100px; display: flex; align-items: center; justify-content: center; background-color: #1a1d22 !important; border: solid 1px #6a7385; max-width: 400px !important; border-radius: 3px !important; padding: 20px !important; width: 32em; flex-direction: column; position: relative;}
.url_content h2 { color: #fff; margin-bottom: 0px !important; font-size: 18px !important; font-weight: normal !important; line-height: 30px;}
.url_content p {display: flex; z-index: 1; flex-wrap: wrap; align-items: center; justify-content: center; width: 100%; margin: 1.25em auto 0px;}
.url_content .btn-danger {background-color: #fff !important; color: #000 !important;     border: solid 1px #39404e !important; padding: 7px 25px; border-radius: 30PX; box-shadow: inherit !important; display: inline-flex; line-height: 16px; height: 30px; font-size: 14px; font-family: var(--bodyfont)!important;}
.download_pop .url_content .btn{background-color: #1e222a !important; border: solid 1px #39404e !important; padding: 10px 25px; color: #a4b4d6 !important; border-radius: 30px; box-shadow: inherit !important; display: inline-flex; line-height: 16px; height: 30px; font-size: 12px; font-family: var(--bodyfont)!important; margin: 0 8px; align-items: center;}
.download_pop .url_content .fill_btn {background-color: #fff !important; color: #000 !important;}
.download_pop .url_content {height: auto; width: 32em; padding: 25px 20px !important;}
.download_pop .close {background-color: #3b404a; color: #b6b6b6; position: absolute; right: 5px; top: 5px; padding: 4px; border-radius: 100%; font-size: 13px; display: flex;justify-content: center; align-items: center;}

.preview_play .player_block .bmpui-ui-titlebar {bottom: inherit !important; top: -15px !important; padding: 0.5em 0em 0em !important;}

.side_popup .popup_content .field:last-child {margin-bottom: 6px;}
.assets_list {padding: 9px 15px; background-color: #313131; width: 100%; padding-top: 3px;}
.assets_list .assets_thumbnail{width: 100%; margin: 0 auto;}
.assets_list .assets_thumbnail h6{color: #fff; font-size: 13.5px; text-transform: capitalize; font-weight: 600; line-height: inherit; margin-bottom: 2px; margin-left: 16px;}
.assets_list .thumbnail_block{display: flex; align-items: center; position: relative; }
.assets_thumbnail .thumbnail_block .thumbnail-item {width: 86.4px !important; margin: 0px 3px; display: inline-flex !important; align-items: center; justify-content: center; background-color: #404040; border-radius: 3px; cursor: pointer; padding: 5px; flex-direction: column;}
.assets_thumbnail .thumbnail_block .slick-slide {width: 86.4px !important; margin: 0px 3px; display: block; background-color: #404040; border-radius: 3px; cursor: pointer; padding: 5px;}
.assets_thumbnail .slick-slide .slick-item {display: block !important;}
.assets_thumbnail .thumbnail_block .slick-slide img {width: auto; height: auto; max-height: 100%; max-width: 100%;}
.assets_thumbnail .thumbnail_block .slick-slide p {color: #fff; font-size: 10px; white-space: nowrap; word-break: break-all; text-overflow: ellipsis; margin-top: 3px; width: 100%; overflow: hidden; margin-bottom: 1px;}
.thumbnail_block .thumbnail-item img {width: auto; height: auto; max-height: 100%; max-width: 100%;}
.thumbnail_block .thumbnail-item p {color: #fff; font-size: 10px; white-space: nowrap; word-break: break-all; text-overflow: ellipsis; margin-top: 3px; width: 100%; overflow: hidden; margin-bottom: 1px;}
.assets_list .thumbnail_block .left{position: absolute; left: -8px; top: 50%; transform: translate(-50%, -50%);}
.assets_list .thumbnail_block .right{position: absolute; right: -17px; top: 50%; transform: translate(-50%, -50%);}
.Play_overlay {width: 100%; height: 72%; background-color: #00000066; top: 0px; left: 0; position: absolute; display: flex; justify-content: center; align-items: center;}
.Play_overlay .play{font-size: 18px; color: #fff;}
.fc-event.drag_item.pl_item .img {position: relative;}
.scheduling .fc-event.drag_item .channels_pvbtn {background-color: transparent; width: 17px !important; margin-right: 3px !important; height: 37px;}
.scheduling .fc-event.drag_item .channels_pvbtn .material-icons{font-size: 18px; color: #c7c7c7;}
.start_time {max-width: 28em;}
.start_time .url_content { width: 28em; padding: 25px 20px !important; display: block !important; padding: 25px 25px !important;}
.start_time .url_content h2 { color: #b6b6b6; font-size: 13.5px !important; font-weight: normal !important; text-align: left; margin-bottom: 2px !important; line-height: inherit;}
.start_time .url_content input {width: 100%; color: #e9e9e9; border: 1px solid #39404e; background-color: transparent; margin-bottom: 15px;}
.start_time .url_content .btn {padding: 18px 15px; border-radius: 5px; margin: 0;}
.start_time .url_content p {justify-content: right; margin-top: 3px !important;}
.start_time .url_content h1 {text-align: center; font-size: 16px; color: #fff; margin-bottom: 13px; line-height: inherit;}

.assets_thumbnail .slick_thumbs { width:96%; margin: 0 auto;}
.assets_thumbnail .slick_thumbs .slick-slide {width: 86.5px !important; margin: 0px 3px; display: block; background-color: #404040; border-radius: 3px; cursor: pointer; padding: 5px; }
.assets_thumbnail .slick_thumbs .slick-slide  img { width: auto; height: auto; max-height: 100%; max-width: 100%; }
.assets_thumbnail .slick_thumbs .slick-slide  p { color: #fff; font-size: 10px; white-space: nowrap; word-break: break-all; text-overflow: ellipsis; margin-top: 5px; width: 100%; overflow: hidden; margin-bottom: 1px; }
.assets_thumbnail .slick_thumbs .slick-prev,    .assets_thumbnail .slick_thumbs .slick-next { font-size: 0; line-height: 0; position: absolute; top: 30px; display: block; width: 20px; height: 20px; background-color: transparent;}
.assets_thumbnail .slick_thumbs .slick-prev { left: -20px; }
.assets_thumbnail .slick_thumbs .slick-next { right: -20px;  }
.assets_thumbnail .slick_thumbs .slick-prev:before { content: "\e900" !important;     font-family: 'fcicons' !important;}
.assets_thumbnail .slick_thumbs .slick-next:before { content: "\e901" !important;     font-family: 'fcicons' !important;}

.assetadv_srh .add-channel .footer_btn .add {padding: 5px 15px 5px 15px;}
.assetadv_srh .add-channel .no_label {height: 58.6px; display: flex; align-items: center;}
.search_block {display: flex; align-items: center; margin-bottom: 15px;}
.search_block .advsrh_btn{padding: 6px 12px !important; background: none; border: solid 1px #535353; margin-top: 0 !important; display: flex; align-items: center; height: 45px; border-left: none;}
.search_block .advsrh_btn span {color: #fff; font-size: 18px;}
.assetadv_srh .add-channel .u-calendar {margin-top: 7.5px;}
.assetadv_srh .add-channel .no_label .u-calendar{margin-top: 0px;}
.assetadv_srh .add-channel .rbt-input-multi { color: #9eacca !important; font-size: 11px; -webkit-text-stroke: 0.1px #fff; padding: 4.5px 0 0px 0;}
.assetadv_srh .add-channel .rbt-input-multi.focus { box-shadow: none; border-color: unset;}
.assetadv_srh .add-channel .dropdown-menu.show {background-color: #2e3239;color: #c7c7c7; text-transform: capitalize; padding: 3px 0;}
.assetadv_srh .add-channel .dropdown-menu .dropdown-item {background-color: #2e3239; color: #c7c7c7 !important; text-transform: capitalize !important; font-size: 9.5px; padding: 3px 9px !important; font-weight: 500 !important;}
.assetadv_srh .add-channel .rbt-token{ background-color: #3b404a; color: #b6b6b6; font-size: 9px; padding: 5px 7px; padding-right: 21px;}
.assetadv_srh .add-channel .close:focus, .assetadv_srh .add-channel .close:hover {opacity: 1;}
.assetadv_srh .add-channel select.form-control:not([size]):not([multiple]) {height: inherit; line-height: initial;}
.assetadv_srh .add-channel .rbt-input-main { color: #9eacca !important; font-size: 11px; -webkit-text-stroke: 0.1px #fff; padding: 4.5px 0 0px 0;}
.assetadv_srh .add-channel .channel_code {margin-top: 7.5px;}

.envoi-scheduler .empty-result {display: flex; justify-content: center; align-items: center; height: calc(100vh - 286px);}
 
.assetadv_srh .add-channel .dropdown-menu.show::-webkit-scrollbar { width: 5px; }
.assetadv_srh .add-channel .dropdown-menu.showt::-webkit-scrollbar-track { background: #45474a; }
.assetadv_srh .add-channel .dropdown-menu.show::-webkit-scrollbar-thumb { background: #5a606d; }
.assetadv_srh .add-channel .dropdown-menu.show::-webkit-scrollbar-thumb:hover { background: #454852; }
.scheduling .drag_item {position: relative;}
.scheduling .drag_item .publish-btn.selected{position: absolute; top: 10px; right: 4px; display: flex; align-items: center; justify-content: center; left: unset; bottom: unset; background-color: unset; padding: 0;}
.scheduling .drag_item .publish-btn span.material-symbols-outlined {font-size: 15px;}
.dashboard_panel .panel_content .manage_playlist_section .manage_playlist .playlist_right .playlist-pp .pl_search {display: flex;}
.dashboard_panel .panel_content .manage_playlist_section .manage_playlist .playlist_right .playlist-pp .pl_search .input{height: 42px;}
.dashboard_panel .panel_content .manage_playlist_section .manage_playlist .playlist_right .playlist-pp .pl_search button{ border: solid 1px #303032; background: #181c23; height: 42px; display: flex; align-items: center; justify-content: center; width: 56px;}
.dashboard_panel .panel_content .manage_playlist_section .manage_playlist .playlist_right .playlist-pp .pl_search button i {font-size: 17px;}
.dashboard_panel .panel_content .manage_playlist_section .manage_playlist .playlist_right .playlist-pp .playlist_items .empty-result { height: calc(100vh - 432px);}
.dashboard_panel .panel_content .manage_playlist_section .manage_playlist .playlist_right .playlist-pp .playlist_items .empty-result .error-text{ margin-top: 0;}
.dashboard_panel .panel_content .manage_playlist_section .manage_playlist .playlist_right .playlist-pp .playlist_items .empty-result .error-text p{ margin-bottom: 0;}
.dashboard_panel .panel_content .manage_playlist_section .manage_playlist .playlist_left .playlist_items.done {height: calc(100vh - 240px); overflow: auto;}
.dashboard_panel .panel_content .manage_playlist_section .manage_playlist .playlist_left .playlist_items.done::-webkit-scrollbar { width: 5px; }
.dashboard_panel .panel_content .manage_playlist_section .manage_playlist .playlist_left .playlist_items.done::-webkit-scrollbar-track { background: #2e333d; }
.dashboard_panel .panel_content .manage_playlist_section .manage_playlist .playlist_left .playlist_items.done::-webkit-scrollbar-thumb { background: #5a606d; }
.dashboard_panel .panel_content .manage_playlist_section .manage_playlist .playlist_left .playlist_items.done::-webkit-scrollbar-thumb:hover { background: #454852; }
.dashboard_panel .panel_content .manage_playlist_section .manage_playlist .playlist_right .playlist-pp .playlist_items {height: calc(100vh - 432px); overflow: auto;}
.dashboard_panel .panel_content .manage_playlist_section .manage_playlist .playlist_right .playlist-pp .playlist_items::-webkit-scrollbar { width: 5px; }
.dashboard_panel .panel_content .manage_playlist_section .manage_playlist .playlist_right .playlist-pp .playlist_items::-webkit-scrollbar-track { background: #2e333d; }
.dashboard_panel .panel_content .manage_playlist_section .manage_playlist .playlist_right .playlist-pp .playlist_items::-webkit-scrollbar-thumb { background: #5a606d; }
.dashboard_panel .panel_content .manage_playlist_section .manage_playlist .playlist_right .playlist-pp .playlist_items::-webkit-scrollbar-thumb:hover { background: #454852; }
.dashboard_panel .panel_content .manage_playlist_section .manage_playlist .playlist_right .playlist-pp .btn  {margin-top: 5px;}
.dashboard_panel .panel_content .manage_playlist_section .manage_playlist .playlist_right {height: auto; overflow: unset;}
.assetadv_srh .add-channel .rbt .rbt-input-multi .rbt-input-wrapper {overflow: auto; display: flex; margin-right: 10px;}
.assetadv_srh .add-channel .rbt .rbt-input-multi .rbt-input-wrapper::-webkit-scrollbar { width: 5px; height: 8px;}
.assetadv_srh .add-channel .rbt .rbt-input-multi .rbt-input-wrapper::-webkit-scrollbar-track { background: #2e333d; }
.assetadv_srh .add-channel .rbt .rbt-input-multi .rbt-input-wrapper::-webkit-scrollbar-thumb { background: #5a606d; }
.assetadv_srh .add-channel .rbt .rbt-input-multi .rbt-input-wrapper::-webkit-scrollbar-thumb:hover { background: #454852; }
.assetadv_srh .add-channel .rbt .rbt-input-multi .rbt-input-wrapper .rbt-token {white-space: nowrap;}
.assetadv_srh .add-channel .rbt-aux {right: -21px; top: -4px;}
/*12:38 pm 28-06-2024 */


