.brand-link .brand-image {
    float: none !important;
}
.brand-bg {
	background: #f86f7b;
	color: #FFF !important;
}
.tag-bg {
	background: #b3b300;
	color: #FFF !important;
}
.venue-bg {
	background: #7AC943;
	color: #FFF !important;
}
.content-bg {
	background: #FF931E;
	color: #FFF !important;
}
.player-bg { 
	background: #3FA9F5;
	color: #FFF !important;	
}
.screen-bg {
	background: #6f7bf8;
	color: #FFF !important;
}
.contact-bg {
	background: #c7006b;
	color: #FFF !important;
}
.admin-bg {
	background: #FF3333;
	color: #FFF !important;
}
[class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link.brand-bg, [class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link.brand-bg {
    background-color: #faa0a8;
    color: #000;
}
[class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link.tag-bg, [class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link.tag-bg {
    background-color: #e6e600;
    color: #000;
}
[class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link.content-bg, [class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link.content-bg {
    background-color: #ffab51;
    color: #000;
}
[class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link.venue-bg, [class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link.venue-bg {
    background-color: #96d46b;
    color: #000;
}
[class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link.player-bg, [class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link.player-bg {
    background-color: #6fbff8;
    color: #000;
}
[class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link.screen-bg, [class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link.screen-bg {
    background-color: #a0a8fa;
    color: #000;
}
[class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link.contact-bg, [class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link.contact-bg {
    background-color: #ff1593;
    color: #000;
}
[class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link.admin-bg, [class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link.admin-bg {
    background-color: #ff1593;
    color: #000;
}
.venue-selection {
	border: 1px dotted #CCC;
	background: #ffffe0;
	padding: 10px 20px;
}
.preview-container {
    min-height: 150px;
    background: #ffffe0;
    padding: 20px 20px;
}
.row.playlist_item {
	padding: 10px 0px;
	border: 1px solid #CCC;
	margin: 10px 0px;
	border-radius: 4px;
}
.toasts-top-right {
    right: 10px !important;
    top: 10px !important;
}
.row.attention {
	background-color: #fafad2;
	padding: 5px;
}
/* Spinner for unlocks and other uses */
.sk-circle {
  margin: 0px 20px;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Remodal custom styling */
.link{
    color:#95a5a6
}
.link--highlighted{
    color:#ef5350
}
.notification{
    font-size:15px;
    position:absolute;
    right:3px;
    bottom:10px;
    padding:10px;
    -webkit-transition:background .2s;
    transition:background .2s;
    color:#fff;
    border-radius:5px;
    background:#EF5350;
    background:rgba(239,83,80,.8)
}
.notification:hover{
    background:rgba(239,83,80,1)
}
.remodal,[data-remodal-id]{
    display:none
}
.remodal-overlay{
    position:fixed;
    z-index:9999;
    top:-5000px;
    right:-5000px;
    bottom:-5000px;
    left:-5000px;
    display:none;
    background:#2B2E38;
    background:rgba(43,46,56,.9)
}
.remodal-wrapper{
    position:fixed;
    z-index:10000;
    top:0;
    right:0;
    bottom:0;
    left:0;
    display:none;
    overflow:auto;
    text-align:center;
    -webkit-overflow-scrolling:touch;
    padding:10px 10px 0
}
.remodal-wrapper:after{
    display:inline-block;
    height:100%;
    margin-left:-.05em;
    content:""
}
.remodal-overlay,.remodal-wrapper{
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.remodal{
  position:relative;
  outline:0;
  -moz-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  text-size-adjust:100%;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  width:100%;
  margin-bottom:10px;
  padding:35px;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
  color: #333;
  background: #EEF7FF;
  border: 4px solid #234068;
  border-radius: 4px;
}
.remodal h3, .remodal h1 {
  color: #305e9a;
}
.remodel p {
  margin-right: 0px !important;
}
.remodal-cancel,.remodal-close,.remodal-confirm{
    overflow:visible;
    margin:0;
    cursor:pointer;
    text-decoration:none;
    outline:0;
    border:0
}
.remodal-is-initialized{
    display:inline-block
}
.remodal-close,.remodal-close:before{
    display:block;
    width:35px;
    top:0;
    left:0;
    position:absolute
}
.remodal-bg.remodal-is-opened,.remodal-bg.remodal-is-opening{
    -webkit-filter:blur(3px);
    filter:blur(3px)
}
.remodal-overlay.remodal-is-opening{
    -webkit-animation:remodal-overlay-opening-keyframes .3s;
    animation:remodal-overlay-opening-keyframes .3s
}
.remodal-overlay.remodal-is-closing{
    -webkit-animation:remodal-overlay-closing-keyframes .3s;
    animation:remodal-overlay-closing-keyframes .3s
}
.remodal.remodal-is-opening{
    -webkit-animation:remodal-opening-keyframes .3s;
    animation:remodal-opening-keyframes .3s
}
.remodal.remodal-is-closing{
    -webkit-animation:remodal-closing-keyframes .3s;
    animation:remodal-closing-keyframes .3s
}
.remodal,.remodal-wrapper:after{
    vertical-align:middle
}
.remodal-close{
    height:35px;
    padding:0;
    -webkit-transition:color .2s;
    transition:color .2s;
    color:#95979c;
    background:0 0
}
.remodal-close:focus,.remodal-close:hover{
    color:#2b2e38
}
.remodal-close:before{
    font-family:Arial,"Helvetica CY","Nimbus Sans L",sans-serif!important;
    font-size:25px;
    line-height:35px;
    content:"\00d7";
    text-align:center
}
.page__centre,.page__container:after,.remodal-cancel,.remodal-confirm{
    display:inline-block;
    vertical-align:middle
}
.remodal-cancel,.remodal-confirm{
    font:inherit;
    min-width:110px;
    padding:12px 0;
    -webkit-transition:background .2s;
    transition:background .2s;
    text-align:center
}
.remodal-confirm{
  color:#fff;
  background:#000;
  border: 4px solid #234068;
}
.remodal-confirm:focus,.remodal-confirm:hover{
    background:#66bb6a
}
.remodal-cancel{
    color:#fff;
    background:#e57373
}
.remodal-cancel:focus,.remodal-cancel:hover{
    background:#ef5350
}
.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner,.remodal-confirm::-moz-focus-inner{
    padding:0;
    border:0
}
@-webkit-keyframes remodal-opening-keyframes{
    from{
        -webkit-transform:scale(1.05);
        transform:scale(1.05);
        opacity:0
    }
    to{
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
@keyframes remodal-opening-keyframes{
    from{
        -webkit-transform:scale(1.05);
        transform:scale(1.05);
        opacity:0
    }
    to{
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
@-webkit-keyframes remodal-closing-keyframes{
    from{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
    to{
        -webkit-transform:scale(.95);
        transform:scale(.95);
        opacity:0
    }
}
@keyframes remodal-closing-keyframes{
    from{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
    to{
        -webkit-transform:scale(.95);
        transform:scale(.95);
        opacity:0
    }
}
@-webkit-keyframes remodal-overlay-opening-keyframes{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
@keyframes remodal-overlay-opening-keyframes{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
@-webkit-keyframes remodal-overlay-closing-keyframes{
    from{
        opacity:1
    }
    to{
        opacity:0
    }
}
@keyframes remodal-overlay-closing-keyframes{
    from{
        opacity:1
    }
    to{
        opacity:0
    }
}
@media only screen and (min-width:641px){
    .remodal{
        max-width:700px
    }
}
.lt-ie9 .remodal-overlay{
    background:#2b2e38
}
.lt-ie9 .remodal{
    width:700px
}
#spinner-overlay{	
	position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    padding: 10px 10px 0;
	background:#2B2E38;
    background:rgba(43,46,56,.9);
}
.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
}
.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
	100% { 
		transform: rotate(360deg); 
	}
}
.is-hide{
	display:none;
}

/*Video Preview CSS*/
  #video_prev .modal-dialog, #iframe_prev .modal-dialog{
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 15px;
      height: 100%;
      display: flex;
      align-items: center;
  }
  #video_prev .modal-body {
      padding: 0;
      border-radius: 4px;
  }
  #video_prev .modal-body h2 {
      height: 580px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
      text-transform: uppercase;
      color: #37474F;
      font-size: 70px;
      font-family: 'Open Sans', sans-serif;
      line-height: 80px;
  }
  #video_prev .modal-content {
      border: 10px solid #fff;
      border-radius: 5px;
      background: #fff;
  }
  #video_prev video {
      width: 100%;
      height: 75vh;   
  }
  #video_prev button.close {
      position: absolute;
      top: 10px;
      right: 10px;
      opacity: 1;
      z-index: 9;
      outline: none;
  }
  #video_prev button.close img {
    max-width: 44px;
  }

  /*@media (max-width:1050px) {
    #video_prev .modal-body h2 {
      font-size: 50px;
    }
    #video_prev button.close img {
      max-width: 30px;
    }
  }
  @media (max-width:520px) {
    #video_prev .modal-body h2 {
      font-size: 28px;
      height: 350px;
    }
  }*/
/*END*/

/*Active/Inactive Swith Button CSS*/
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #2196F3;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }
/*End*/

/*Content Shcedule CSS*/
.custom-radio{
  display: flex;
  align-items: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  padding: 8px;
  font-size: 14px;

}
.custom-text{
  width: 100%;
}
.custom-text input{
  padding: 0px 7px;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
}
button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
    z-index: 9;
    outline: none;
}
button.close img {
    max-width: 44px;
}
/*End Scheduler*/


.brand_acc_venue_tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #343a40;
}
.brand_acc_venue_tabs .nav-tabs .nav-link{
    border: none;
    padding: 5px 1rem;
    border-radius: 0px;
    color: #fff;
    line-height: 24px;
}
.brand_acc_venue_tabs ul.nav.nav-tabs {
    border: none;
}
.brand_acc_venue_tabs .nav-tabs li.nav-item {
    margin-right: 15px;
    margin-bottom: 0;
}
table#brands_group_table.table thead th {
    border: none;
    text-align: center;
}
table#brands_group_table td {
    border-bottom: 1px solid #ddd;
    border-top: none;
    text-align: center;
}
.brand_select_box{
  height: 34px;
    background: #f5f6fa;
    border: 1px solid #333;
    width: 75px;
    margin: 0 auto;
}
.table#brands_group_table td, .table#brands_group_table th {
    vertical-align: middle;
  }

.distribution-popup .modal-dialog {
    max-width: 700px;
}
.distribution-popup .modal-body{
  padding: 35px;
}
.distribution-popup .modal-content {
    color: #333;
    background: #EEF7FF;
    border: 4px solid #234068;
    border-radius: 4px;
}
.distribution-popup .modal-body h3 {
    text-align: center;
    color: #305e9a;
    margin-bottom: 20px;
}
.distribution-popup button.close {
    position: absolute;
    color: #95979c;
    left: 0;
    top: 0;
    text-align: center;
    width: 35px;
    font-size: 25px;
}
.loader_prev:before,.loader_prevcancel:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.8;
    z-index: 99;
}
#brand_listing_tbl_wrapper .row:first-child .col-sm-12.col-md-6:first-child,
#playlist_tbl_wrapper .row:first-child .col-sm-12.col-md-6:first-child {
    max-width: 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}
#brand_listing_tbl_wrapper .row:first-child .col-sm-12.col-md-6:last-child,
#playlist_tbl_wrapper .row:first-child .col-sm-12.col-md-6:last-child
{
    max-width: 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
}
.toasts-top-right {
    z-index: 9999 !important;
}
.loader_prev.main_brand_loader .spinner-border {
    z-index: 99;
    position: absolute;
    top:10%;
}

.loader_prev .spinner-border {
    z-index: 99;
    
}
/* use on edit tag page 09-03-2023 */
.settings-container {
    background: #eee;
    padding: 20px;
    margin-bottom: 20px;
}
.sample_video_tags img.videoPreview {
    height: 130px;
    object-fit: cover;
    margin-bottom: 10px;
}
.settings-container [class*=icheck-]>label {
    font-size: 14px;
}
.settings-container .form-group:last-child {
    margin-bottom: 0;
}
.video_pre_taglist{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.video_pre_taglist label.btn {
    font-weight: normal;
    margin-left: 20px;
}
.video_pre_taglist .videoPreview {
    display: flex;
    align-items: center;
}
.video_pre_taglist .videoPreview small:last-child {
    max-width: 450px;
}
.create-dropdown .dropdown-toggle::after{
    display: none !important;
}
/**Change for venue user select 06-03-2023**/
.select2-container--default .select2-selection--single {
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}
.error{
    color:red;
}
/**Change for venue user select 06-03-2023**/
/**Change for venue user error 09-03-2023**/
.form-group.sel_box_form_group {
    position: relative;
    padding-bottom: 15px;
}
.form-group.sel_box_form_group span.error {
    position: absolute;
    left: 0;
    bottom: -8px;
}
.form-group.sel_box_form_group span#account_error_msg {
    position: relative;
    bottom: -2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    background: #9ea3a8;
    border-color: #afb5bc;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #FFF;
}
/**Change for venue user error 09-03-2023**/


/** Start Dashboard redesign css 11_09_23 **/
.dashbaord_header_wrap h1 {
    font-weight: bold;
    margin-right: 20px !important;
}
.network_dashboard_filter .form-group {
    margin-bottom: 0;
}
.network_dashboard_filter > p {
    font-weight: 500;
    font-size: 16px;
    margin-top: 20px;
}
.venue_map_Card .card-title {
    background: #343a40;
    display: block;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
}
.card.venue_map_Card {
    overflow: hidden;
}
.small-box.d-bg-box {
    background: #67717b;
    text-align: center;
    position: relative;
}
.small-box.d-bg-box>.small-box-footer {
    background: #575f67;
    font-size: 14px; 
}
.small-box.d-bg-box h3 {
    color: #fff;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 5px;
}
.small-box.d-bg-box>.inner {
    padding: 15px;
}
.small-box.d-bg-box p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.network_dashboard_filter select.form-control {
    font-size: 15px;
    min-width: 200px;
}

/* Startprogressbar css*/
.progress.player_progresbar {
    width: 48px;
    height: 48px !important;
    margin-right: 12px;
    line-height: 48px;
    background: none; 
    box-shadow: none;
    position: relative;
  }
  .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
  }
  .progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .progress .progress-left {
    left: 0;
  }
  .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 4px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #049dff;
  }
  .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    transition: all 1s;
  }
  .progress .progress-right {
    right: 0;
  }
  .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  .progress .progress-value {
      width: 90%;
      height: 90%;
      border-radius: 50%;
      background: #fff;
      font-size: 15px;
      color: #000;
      line-height: 1;
      text-align: center;
      position: absolute;
      top: 5%;
      left: 5%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
  }
  .progress .progress-value div {
    margin-top: 10px;
  }
  .progress .progress-value span {
    font-size: 12px;
    text-transform: uppercase;
  }
  
  .player_progresbar_header {
      padding: 10px 15px;
      border-bottom: 1px solid rgba(0,0,0,.125);
  }
  .player_progresbar_header p {
      margin: 0;
      font-size: 14px;
      color: #666;
  }
  .player_progresbar_header h5 {
      margin-bottom: 0;
      font-weight: bold;
      font-size: 16px;
  } 
  /* End progress bar css*/

.player_on_rate_filter select.form-control {
    height: 30px;
    padding: 0px 5px;
    font-size: 15px;
}
.player_on_rate_filter label {
    font-size: 14px;
}
.export_player_report {
    margin-top: 3px;
    display: inline-block;
    font-size: 14px;
    color: #000;
}
.network_dash_main {
    margin-top: 20px;
}
.searchbox input {
    height: 30px;
    max-width: 150px;
}
.download_all i {
    color: #fff;
}
.active_brand_table tr th, .active_brand_table tr td {
    padding: 8px;
    vertical-align: middle;
}
.active_brand_table .table-responsive{
  height: 395px;
  overflow-y: auto;
}
.active_brands_col h5 {
    font-size: 1.1rem;
}
.active_brand_table tbody td span.venue_subtitle {
    display: block;
    font-size: 13px;
    line-height: 1;
    color: #888;
}
.content_20_min {
    background: #343a40;
    border-radius: 4px;
}
.content_20_min h3 {
    margin: 0 !important;
}
ul.ad_fill_radio_uline {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.custom_radio {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    font-weight: normal !important;
}

/* Hide the browser's default radio button */
.custom_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.custom_radio .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #fff;
    margin-right: 5px;
}

/* When the radio button is checked, add a blue background */
/*.custom_radio input:checked ~ .checkmark {
  background-color: #2196F3;
}*/

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

/* Show the indicator (dot/circle) when checked */
.custom_radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom_radio .checkmark:after {
      top: 1px;
    left: 1px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
}
ul.ad_fill_radio_uline li {
    margin: 0px 8px;
}
.network_dashboard_filter label {
    font-size: 14px;
}
.active_brand_table table{
      margin: 0 !important;
}
.active_brand_table tr th {
    border-bottom: 1px solid #ddd;
}
.dashboard_tabs_ul{
    background: black;
    padding: 8px 15px; 
}
.nav-tabs.dashboard_tabs_ul .nav-item {
    margin-bottom: 0;
}
.nav-tabs.dashboard_tabs_ul .nav-item .nav-link{
    border: 0 !important; 
    color: #fff;
    border-radius: 0px !important;  
}
.network_dashboard_filter .select2-container {
    display: block;
    min-width: 215px;
}
/* Brand Start Sorting Icon Left */
table.dataTable.brands_table_sortLeft thead .sorting:before, table.dataTable.brands_table_sortLeft thead .sorting_asc:before, 
table.dataTable.brands_table_sortLeft thead .sorting_desc:before, table.dataTable.brands_table_sortLeft thead .sorting_asc_disabled:before, 
table.dataTable.brands_table_sortLeft thead .sorting_desc_disabled:before {
    right: auto;
    left: 0.5em;
    top: 6px;
}
table.dataTable.brands_table_sortLeft thead .sorting:after, table.dataTable.brands_table_sortLeft thead .sorting_asc:after, 
table.dataTable.brands_table_sortLeft thead .sorting_desc:after, table.dataTable.brands_table_sortLeft thead .sorting_asc_disabled:after, 
table.dataTable.brands_table_sortLeft thead .sorting_desc_disabled:after{
    right: auto;
    left: 1em;
    top: 6px;
}
table.brands_table_sortLeft thead th:first-child{
    padding: 8px 32px !important;
}
/* Brand End Sorting Icon Left */

table#category_tags td, table#category_tags th {
    font-size: 18px;
}
.searchbox input[type="search"]::-webkit-search-decoration,
.searchbox input[type="search"]::-webkit-search-cancel-button,
.searchbox input[type="search"]::-webkit-search-results-button,
.searchbox input[type="search"]::-webkit-search-results-decoration { display: none; }
.network_dashboard_content .player_progresbar_header {
    min-height: 75px;
}
#category_tags_info {
    padding-left: 15px;
    padding-bottom: 15px;
}
#category_tags_paginate {
    padding-right: 15px;
    padding-bottom: 15px;
}
table#category_tags tr td:not(:first-child) {
    text-align: center;
}
/* Start Sorting Icon Left */
table.dataTable#category_tags thead .sorting:before, table.dataTable#category_tags thead .sorting_asc:before, 
table.dataTable#category_tags thead .sorting_desc:before, table.dataTable#category_tags thead .sorting_asc_disabled:before, 
table.dataTable#category_tags thead .sorting_desc_disabled:before {
    right: auto;
    left: 0.5em;
    top: 6px;
}
table.dataTable#category_tags thead .sorting:after, table.dataTable#category_tags thead .sorting_asc:after, 
table.dataTable#category_tags thead .sorting_desc:after, table.dataTable#category_tags thead .sorting_asc_disabled:after, 
table.dataTable#category_tags thead .sorting_desc_disabled:after{
    right: auto;
    left: 1em;
    top: 6px;
}
table#category_tags th{
    padding: 8px 32px;
}
/* End Sorting Icon Left */

@media(max-width: 1500px){
    #category_tags_paginate .page-link { 
        font-size: 15px;
        padding: 6px 8px;
    } 
    #category_tags_info { 
        font-size: 15px;
    }   
}

@media(max-width: 1100px){
.small-box.d-bg-box .px-3 {
    padding: 0px 10px !important;
}
.small-box.d-bg-box h3 { 
    font-size: 32px; 
}
.small-box.d-bg-box p { 
    font-size: 16px;  
}
.small-box.d-bg-box>.inner {
    padding: 15px 6px;
}
}

@media(max-width: 767px){
.dashbaord_header_wrap h1 { 
    margin-right: 0px !important;
    margin-bottom: 15px !important;
}
}

@media(max-width: 520px){
.small-box.d-bg-box .px-3 {
    padding: 0px 16px !important;
}
.small-box.d-bg-box h3 {
    font-size: 36px;
}
.player_progresbar_header { 
    justify-content: center !important;
}
.player_progresbar_box {
    margin-bottom: 10px;
}
.player_on_rate_filter > div {
    justify-content: center !important;
}
.network_dashboard_filter {
    flex-wrap: wrap;
    display: block !important;
    width: 100%;
}
.network_dashboard_filter .form-group {
    margin-bottom: 1rem;
}
.network_dashboard_filter select.form-control { 
    min-width: 1px;
    width: 100%;
}
.network_dashboard_filter > p {
    font-weight: 600; 
    margin-top: 0;
    margin-bottom: 10px !important;
}
}
/** End Dashboard redesign css 11_09_23 **/
/*Start Content Brand modal popup css*/
#ContentBrandModal .modal-dialog {
    max-width: 1250px;
}
/*End Content Brand Modal POpup css*/
