.auto-complete-list-container {
  position: absolute;
  width: auto;
  /* 97.5% */
  -webkit-transform-origin: left top 0;
  transform-origin: left top 0;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: 10000;
  box-shadow: 0 2px 11px -2px rgba(0, 0, 0, .19);
}

body {
  overflow-x: hidden;
}

.auto-complete-list-container .list-group-item {
  cursor: pointer;
  padding: 10px 14px;
  transition: .3s cubic-bezier(.25, .8, .5, 1);
}

.required-sign {
  color: #dc3545;
}

.form-group.required .col-form-label:after {
  content: "*";
  color: red;
}

.vuecal--view-with-time .vuecal__event:not(.vuecal__event--all-day) {
  border: 1px solid #000;
}

.has-schedule {
  color: #28a745;
}

.not-has-schedule {
  color: #dc3545;
}

pre.json-wrapper {
  overflow: auto;
  max-height: 250px;
  max-width: 750px;
}

.form-group pre.json-wrapper {
  max-width: 100%;
}

.table-responsive {
  overflow: hidden;
  display: inline-table;
}

.vuecal__event.source {
  background-color: rgba(255, 193, 7, 0.9);
  border: 1px solid rgb(255, 193, 7);
  color: #333;
}

.vuecal__event.overlap {
  background-color: rgba(220, 53, 69, 0.9);
  border: 1px solid rgb(220, 53, 69);
  color: #fff;
}

table td {
  word-break: break-word;
}

.hide-default-cal-time>.vuecal__event-time {
  display: none;
}

.song-accordion .card {
  border: none
}

.song-accordion .card-header {
  padding-left: 0;
  border-bottom: none;
  background-color: #fff
}

.song-accordion .card {
  border-radius: 0em;
}

.song-accordion-header {
  width: 100%;
  font-weight: bold;
  position: relative;
  top: -4px;
}

.song-accordion-header:hover {
  cursor: pointer;
  /* text-decoration: underline; */
}

.song-accordion .card-body {
  padding: 0
}

.song-accordion-header>.ready-to-collapse {
  display: block;
}

.alias-info-header,
.alias-fix-header {
  margin-left: 23px;
  margin-top: -21px;
}

div.alias-info-header,
div.alias-fix-header {
  margin-left: 23px;
  margin-top: 0px;
  transition: all .5s linear;

}

div.collapsed .alias-info-header {
  /* display: block; */
  transform: translateY(-15px);
}

div.collapsed .alias-fix-header {
  /* display: none; */
  transform: translateY(2px);
}

.alias-info-header {
  /* display: none; */
  transform: translateY(-36px);
}

.alias-fix-header {
  /* display: block; */
  transform: translateY(-54px);
}

.alias.song-accordion-header {
  height: 24px;
  overflow: hidden;

}

.ready-to-collapse,
.ready-to-expand {
  position: relative;
  top: 20px;
}

.alias .ready-to-collapse,
.alias .ready-to-expand {

  top: 4px;
}

.p0 {
  padding: 0 !important;
}

.pl {
  padding-left: 10px !important;
}

.pr {
  padding-right: 10px !important;
}

.pb {
  padding-bottom: 10px !important;
}

.pt {
  padding-top: 10px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.p {
  padding: 10px !important;
}

.m {
  margin: 10px !important;
}

.m0 {
  margin: 0 !important;
}

.ml {
  margin-left: 10px !important;
}

.mr {
  margin-right: 10px !important;
}

.mb {
  margin-bottom: 10px !important;
}

.mt {
  margin-top: 10px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.song-accordion-header .ready-to-collapse {
  display: block;
}

.song-accordion-header.collapsed .ready-to-collapse {
  display: none;
}

.song-accordion-header.collapsed .ready-to-expand {
  display: block;
}

.song-accordion-header .ready-to-expand {
  display: none;
}


.auto-complete-list-container .list-group {
  max-height: 500px;
  overflow-x: auto;
}

i[data-toggle="tooltip"] {
  cursor: pointer;
}

.required-field {
  color: #3c763d;
}

.non-required-field {
  color: #fff3cd;
}

.required-field-border {
  border-color: #3c763d !important;
}

.non-required-field-border {
  border-color: #fff3cd !important;
}

.navbar.navbar-expand-lg.navbar-dark {
  z-index: 999 !important;
  position: fixed;
  width: 100%;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1) !important;
}

main {
  padding-top: 52px
}


.card-default>.card-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.card-default>.card-heading a {
  display: block;
  padding: 10px 15px;
}

.card-default>.card-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.card-default>.card-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.card-default>.card-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.card-default>.card-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}



td .row .col-md-4,
td .row .col-md-3 {
  display: inline-block;
  float: none
}


table.facility-show th,
table.facility-show tr,
table.facility-show td {
  border: none !important;
}

.item-detail-show table th,
.item-detail-show table tr,
.item-detail-show table td {
  border: none !important;
}

.table-link-btn {
  padding: 8px;
  font-size: 12px;
  margin-top: 6px;
  width: 75px;
}

.pull-right {
  float: right;
}


a.toggle-sign:after {
  content: "\002b";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

a.toggle-sign[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

a.toggle-sign[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


a.addcontact {
  position: absolute;
  right: -27px;
  top: -3px;
  color: #6c757d;
  font-size: 24px;
}

.modal {
  z-index: 2050 !important;
}

.navbar.navbar-expand-lg.navbar-dark.bg-dark {
  z-index: 10;
}

.edit {
  color: #212529;
}

.delete {
  color: #FF0000;
}


div.dropdown-menu.show {
  max-height: calc(100vh - 9vw);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .modal-dialog.increase-diglog-width {
    max-width: 95%;

  }
}


.modal-dialog.increase-diglog-width .modal-body {
  max-height: calc(100vh - 200px);
  overflow: auto;
}

.modal-dialog.modal-full-height .modal-body {

  max-height: 100% !important;
}


.sticky {
  position: sticky;
  top: 0;
}

.sticky td,
.sticky th {
  position: sticky;
  top: 0;
}

mark.highlight {
  background-color: #EEF43B;
}

.highlight {
  background-color: lightyellow;
}

.alised-background {
  background-color: #FFEFD5;
}

/* .table-fixed-width-td td{width:15%;} */

.load-content-body {
  max-height: calc(100vh - 304px);
  overflow: auto;
  min-height: 50px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 80%;

  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 87%;
  }
}

.disabled {
  pointer-events: none;
  opacity: 0.3 !important;
}

.inner-card-wrapper .card,
.inner-card-wrapper .card-header {
  border: 0px;
}

/* -------------------------------------------------------------------------- */
.treegrid-indent {
  width: 0px;
  height: 16px;
  display: inline-block;
  position: relative;
  color: transparent;
}

.treegrid-row-action {
  width: 0px;
  height: 16px;
  display: inline-block;
  position: relative;
  left: -12px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;

}

.treegrid-expander {
  transform: rotate(0deg);
}

.treegrid-collapse {
  transform: rotate(90deg);
}

.far-signal-stream {
  width: 20px;

}

form.form-m0-controls .form-group,
.table-sm .form-group {
  margin: 0 !important;
}



/* tr td  {
  max-height: 0;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  transition: max-height 0.3s, padding 0.3s;
}
tr.active td {
  max-height: auto;
  padding: 10px 10px;
  transition: max-height 0.6s, padding 0.6s;
} */

.overlay-panel {
  margin-left: -24px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  transition: all 1s ease 0s;
  background-color: white;
  opacity: 1;
}

.overlay-panel-hide {
  top: -100%;
  opacity: 0;
}

.overlay-panel-container {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.dropdown-toggle-hide-caret::after {
  color: transparent;
}

.dropdown-menu-arrow {
  top: -25px;
  left: 50%;
  width: 0;
  height: 0;
  position: relative;
}

.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 7px 8px;
  border-style: solid;
  border-color: transparent;
  z-index: 1001;
}

.dropdown-menu-arrow:after {
  bottom: -18px;
  right: -8px;
  border-bottom-color: #fff;
}

.dropdown-menu-arrow:before {
  bottom: -17px;
  right: -8px;
  border-bottom-color: rgba(0, 0, 0, .15);
}

.added-in-cart {
  color: #00FFFF !important;
}

.cart:hover,
.cart {
  color: #fff;
  font-size: 20px;
}

.cart-count {
  position: absolute;
  left: 11px;
  top: -8px;
  background-color: red;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  text-decoration: none;
  min-width: 22px;
  text-align: center;
  padding: 2px;
}

.dropleft .cart.dropdown-toggle::before {
  display: none;
}

.dropdown-item-table-row {
  display: revert;
}

.table-sticky-header {
  max-height: calc(100vh - 13vw);
  overflow-y: auto;
}

.table-sticky-header th {
  position: sticky;


}


tr.dropdown-item.active,
tr.dropdown-item:active {
  background-color: transparent;
  color: #000;
}

.market-tree_table {
  position: relative;
}

.vidvita-dashboard-link-container .list-group-item {
  padding: 6px;
}

.col-sm-8 label.custom-file-label {
  width: 93%;
  left: 14px;
}


@media (min-width: 1200px) {
  .container-wide {
    max-width: 94% !important;
  }
}

.form-control.invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25);
}


.hide-card-header .card-header {
  display: none;
}


.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.width-auto {
  width: auto !important;
}

.form-control.adding_new {
  border-color: greenyellow;
  box-shadow: 0 0 0 0.2rem transparent;
}

.modal-open .select2-container {
  z-index: 9999;
}


/* //calltype.scss */
.select2-container {
  min-width: 176px !important;

}


.select2-container--default.select2-container--focus .select2-selection--multiple {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da !important
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 550px !important;
  overflow-y: auto;
}

.child-modal {
  width: 90%;
  left: 6%;
}

.child-modal .modal-content {
  box-shadow: 0px 1px 1px 1px rgb(0 0 0 / 20%);
}

.popover {
  max-width: 500px !important;
}

@media (min-width: 576px) {

  .form-inline .custom-select,
  .form-inline .input-group {
    width: 100%;
  }

  .form-inline.auto-width .custom-select {
    width: auto;
  }
}

.ellipsis {
  white-space: nowrap;
  width: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #212529;
  font-weight: 400;
  cursor: pointer;
  font-size: 1rem;
}


.inactive-item,
tr.inactive-item:hover {
  background-color: #dc3545 !important;
  color: #fff !important;
}

.inactive-item a,
.inactive-item a i,
.inactive-item span {
  color: #fff !important;
}

.inactive-item a.inactive-station {
  text-decoration: line-through !important;
}

.select2-dropdown {
  z-index: 1 !important;
}




.text-warning-fp {
  color: #ffc107 !important;
}

.text-danger-fp {
  color: #dc3545 !important;
}

.text-success-fp {
  color: #28a745 !important;
}

.text-primary-fp {
  color: #007bff !important;
}

.text-info-fp {
  color: #17a2b8 !important;
}

.text-secondary-fp {
  color: #6c757d !important;
}

.applied-filter .fa.fa-filter {
  color: #007bff !important;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}




.file-upload {
  background-color: #ffffff;
  width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  /* text-align: center; */

  text-align: center
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.audio-upload-wrap {
  margin-top: 20px;
  border: 4px dashed #1FB264;
  position: relative;
}

.audio-dropping,
.audio-upload-wrap:hover {
  background-color: #1FB264;
  border: 4px dashed #ffffff;
}

.audio-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
  margin-top: 4%;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  /* color: #15824B; */
  padding: 60px 0;
}

.file-upload-audio {
  /* max-height: 200px;
      max-width: 200px; */
  margin: auto;
  margin-top: 10%;
  /* padding: 20px; */
}

.remove-audio {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-audio:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-audio:active {
  border: 0;
  transition: all .2s ease;
}

div.adjust-label-font-size label.col-sm-4 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

div.adjust-label-font-size div.col-sm-8 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}






.timer {
  color: #212529;
  font: 1.5rem/1.1 sans-serif;
  text-align: center;
  display: block;
  margin: 1em;
}




.dragable-wrapper {
  position: relative;
  /* top: 77%;
          left: 87%;*/

  z-index: 1;

  /* top: 214px;
          right: -218px; */
  max-width: 450px;
  width: 100%;
  background: #D0D3D4;
  border-radius: 10px;
  /* transform:translate(-50%,-50%); */
  box-shadow: 10px 10px 15px rgba(0, 0, 0, .06);

}

.dragable-wrapper header {
  font-size: 23px;
  font-weight: 500;
  padding: 17px 30px;
  border-bottom: 1px solid #ccc
}

.dragable-wrapper header.active {
  cursor: move;
  user-select: none
}

.dragable-wrapper .dragable-content {
  display: flex;
  padding: 30px 30px 40px 30px;
  align-items: center;
  flex-direction: column;
  justify-content: center
}

.dragable-wrapper video {
  max-height: 232px;
}

.dragable-wrapper button:focus {
  outline: none;

}

/* .dragable-content .icon{
          height:95px;
          width:95px;
          border-radius:50%;
          border:5px solid #6f36ff;
          display:flex;
          align-items:center;
          justify-content:center
        }
        .dragable-content .icon i{
          color:#6f36ff;
          font-size:60px
        }
        .dragable-content .title{
          margin:15px 0;
          font-size:29px;
          font-weight:500
        }
        .dragable-content p{
          font-size:16px;
          text-align:center
        }
        .dragable-wrapper .dragable-content span{
          display:none
        } */
@media (max-width: 850px) {
  body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 0 10px
  }

  .dragable-wrapper {
    position: fixed;
    top: 77%;
    left: 87%;
    transform: translate(0, 0)
  }

  /* .dragable-wrapper :is(header,.dragable-content .icon,.dragable-content .title,.dragable-content p){
           display:none
         } */
  .dragable-wrapper .dragable-content {
    padding: 17px 20px
  }

  .dragable-wrapper .dragable-content span {
    display: block
  }
}


.sticky-div {

  z-index: 99;
  position: relative;
  width: 100%;
  padding: 10px 0px;
}

.sticky-div.background {
  background-color: #fff;
}

.breadcrumb {
  position: fixed;
  width: 100%;
  z-index: 1;
}


nav[aria-label="breadcrumb"] {

  position: fixed;
  width: 100%;
  z-index: 1;

}

.container,
.container-fluid {
  margin-top: 2.5%;
}

/* .dropdown-submenu {
          position: relative;
        } */

.dropdown-submenu a::after {

  position: absolute;
  right: 6px;
  top: .8em;
}

/* .dropdown-submenu .dropdown-menu {
          top: 0;
          left: 100%;
          margin-left: .1rem;
          margin-right: .1rem;
        } */

.card-title {
  font-size: 20px
}

.checkbox-row {
  padding: 10px;
  position: relative;
}

.checkbox-row .form-check {
  margin: 0px 42px;
}

.checkbox-row span {
  position: absolute;
  top: -17px;
  background-color: #fff;
  font-size: 17px;
}

.p-22 {
  padding: 22px !important;
}



.wd-xxs {
  width: 60px;
}

.inline {
  display: inline-block !important;
}

.label-success {
  background-color: #27c24c;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label-danger {
  background-color: #f05050;
}

.label-warning {
  background-color: #ff902b;
}

.circle-lg {
  width: 11px;
  height: 11px;
}

.circle-warning {
  background-color: #ff902b;
}

.circle {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 500px;
  margin: 0 0.5em;
  background-color: #ddd;
  vertical-align: baseline;
  border: 2px solid transparent;
}

.circle-danger {
  background-color: #f05050;
}

.label-Open {
  background-color: #27c24c;
}

.label-Pending {
  background-color: #ff902b;
}

.label-Closed {
  background-color: #f05050;
}

.circle-High {
  background-color: #f05050;
}


.circle-Normal {
  background-color: #ff902b;
}


@media (min-width: 0) {
  .g-mr-15 {
    margin-right: 1.07143rem !important;
  }
}

@media (min-width: 0) {
  .g-mt-3 {
    margin-top: 0.21429rem !important;
  }
}

.g-height-50 {
  height: 50px;
}

.g-width-50 {
  width: 50px !important;
}

@media (min-width: 0) {
  .g-pa-30 {
    padding: 2.14286rem !important;
  }
}

.g-bg-secondary {
  background-color: #fafafa !important;
}

.u-shadow-v18 {
  box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.15);
}

.g-color-gray-dark-v4 {
  color: #777 !important;
}

.g-font-size-12 {
  font-size: 0.85714rem !important;
}

.media-comment {
  margin-top: 20px
}

.hideTextOverflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}


.issue-table td {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-10 {
  width: 10% !important;
}

.w-90 {
  width: 90% !important;
}

.v-btn-primary {
  color: #007bff;
  padding: 0 !important;

}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.center-pills {
  display: flex;
  justify-content: center;

}



.center-pills li {
  border: 1px solid #ced4da;
}

.center-pills .nav-link {
  border-radius: 0% !important
}

.blink {
  color: red;
  margin-right: 0.5rem;
  animation: blink 2s steps(5, start) infinite;
  -webkit-animation: blink 1s steps(5, start) infinite;
}

@keyframes blink {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}

.bg-danger a {
  color: #fff;
}



.SGP {
  /* Background pattern from Toptal Subtle Patterns */
  background-image: url("https://img.icons8.com/color/25/singapore-circular.png");
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
}

.USA {
  /* Background pattern from Toptal Subtle Patterns */
  background-image: url("https://img.icons8.com/color/25/usa-circular.png");
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;

}

.AU {
  /* Background pattern from Toptal Subtle Patterns */
  background-image: url("https://img.icons8.com/color/25/australia-circular.png");
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
}


.CA {
  /* Background pattern from Toptal Subtle Patterns */
  background-image: url("https://img.icons8.com/color/25/canada-circular.png");
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
}

.UK {
  /* Background pattern from Toptal Subtle Patterns */
  background-image: url("https://img.icons8.com/color/25/great-britain-circular.png");
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
}

.country-icons {
  display: flex;
  /* justify-content: flex-end; */
  gap: 5px;
}

.encode-queue-filters .form-group {
  padding: 4px !important;
}

.vlclips-border-0 .rounded-lg {
  border: 0 !important;
  margin-bottom: 0px;
}

.vlclips-border-0 .fa-plus-square {
  display: none;
}

.margin-39-top {
  margin-top: 39px;
}

.hide-control-label .col-sm-4,
.hide-control-label label {
  display: none;
}

.shadow-box {
  box-shadow: -1px 1px 5px 3px rgba(0, 0, 0, .055) !important;
}

.form-dl label {
  display: none !important;
}

.video-hover {
  max-width: 100%;
  height: 120px;
  width: 100%;
  transition: 0.1s ease;
}

.wrapper {
  width: 400px !important;
  margin: 0 auto;
}

.wrapper ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.cards li {
  margin: 0px 0px 40px 0px;
  padding: 10px;
  background-color: #fff;
  position: relative;
  width: 450px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
}

.hover-box {
  position: absolute;
  background-color: #fff;
  width: 100.5%;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  left: -1px;
  z-index: 888;
  display: block;
  padding: 0 12px;
  top: 98%;
  transition: 0.1s ease;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

li:hover {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}

li:hover .video-hover {
  transform: translateX(-60%) translatey(30%) scale(1.9);
  z-index: 1;
  position: relative;
  padding: 8px 8px 0px 8px;
  background: #fff;
  border-right: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.cards li:hover .hover-box {
  height: 30px;
  width: 113.4%;
  z-index: 999;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
  left: 3px;
  margin: 0 auto;
  transform: translateX(-57%) translatey(269%) scale(1.6);
  font-size: 10px;
  top: 100%;
  border-top: 0 !important;
}

.vlclips-lg-video {
  width: 100%;
  height: 360px;
}

.vlclips-card-sml .row:nth-child(odd) {
  background-color: #f6f6f6 !important;
}

.vlclips-card-sml .row:nth-child(even) {
  background-color: #e1e1e1;
}

.shadow-box h5 {
  font-size: 20px;
}

.form-group ul {
  margin-bottom: 0 !important;
}

.ott-request-list .dropdown .btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.ott-request-list .dropdown .dropdown-item i {
  display: none !important
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .cards li {
    margin: 0px 0px 30px 0px;
  }

  .vlclips-card-sml p,
  h6 {
    font-size: 12px !important;
  }

  .vlclips-card-2 p,
  h6 {
    font-size: 12px !important;
  }

  .vlclips-card-2 input,
  button,
  label,
  textarea,
  select {
    font-size: 12px !important;
  }

  .vlclips-card-2 .hover-box {
    font-size: 12px !important;
  }

  .spacing-wr {
    margin-top: 0px;
  }

  .vlclips-lg-video {
    width: 100%;
    height: 220px;
  }

  .video-hover {
    height: 100px;
  }

  .vlclips-card-2 label {
    margin-bottom: 0 !important;
  }

  .cards li:hover .hover-box {
    height: 26px;
    width: 109.6%;
    left: 6px;
  }

  #alert-message-container .alert {
    font-size: 12px !important;
    padding: 5px 10px !important;
    margin-bottom: 0px !important;
  }

  #alert-message-container {
    margin-top: 10px;
  }

  .vlclips-hidden-text label {
    font-size: 10px !important;
  }

  #alert-message-container .alert-dismissible .close {
    padding: 0.5rem 1.25rem !important;
  }

  .wrapper .vlclips-border-0 .p {
    padding: 0 !important;
  }

  .shadow-box h5 {
    font-size: 15px !important;
  }

  .shadow-box .text-Ap {
    font-size: 12px;
  }

  .navbar-brand {
    font-size: 16px !important;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 12px !important;
  }

  .navbar {
    padding: .1rem 1rem !important;
  }

  .breadcrumb {
    top: 36px !important;
    padding: .4rem 1rem !important;
    border-radius: 0rem !important;
  }

  .container,
  .container-fluid {
    margin-top: 0.2% !important;
    padding: 5px 10px !important;
  }

  .breadcrumb li {
    font-size: 12px !important;
  }

  ol {
    margin-bottom: 0 !important;
  }

  .pace .pace-progress {
    top: 37px !important;
  }

  #frmstatusupdate .form-group .alert {
    padding: .5rem 1rem !important;
    margin-bottom: 0 !important;
  }

  #frmstatusupdate .form-group .alert ul {
    margin-bottom: 0 !important;
    font-size: 12px !important;
    padding-left: 12px !important;
  }

  #frmstatusupdate>.form-group {
    top: 9px !important;
    position: relative !important;
    width: 97%;
    margin: 0 auto 0px !important;
  }

  .vjs-has-started .vjs-control-bar {
    top: 88% !important;
  }
}

.vjs-skip-button {
  width: 30px !important;
  height: 30px !important;
  background-size: cover;
  line-height: 30px;
  cursor: pointer;
  user-select: none;
}



.vjs-has-started .vjs-control-bar {
  position: absolute;
  top: 93%;
  width: 100%;
  transform: translateY(100%) translateY(-5px);
  color: #fff !important;
  z-index: 1;
  left: 0;
}

.video-js .vjs-big-play-button {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.tab-content .active .issue-page-loader {
  background: rgba(105, 105, 105, 0.355);
  position: fixed;
  bottom: 2%;
  left: 1%;
  right: 1%;
  top: 16%;
  z-index: 9998;
  align-items: center;
  justify-content: center;
  display: flex;
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .vlclips-border-0 .rounded-lg {
    padding: 0 !important;
  }

  .cards li {
    margin: 0px 0px 19px 0px !important;
  }

  .vlclips-card-2 .hover-box {
    top: 89% !important;
    left: -1px;
    width: 100.6%;
  }

}

.hide-spinner .spinner-border,
.hide-spinner .sr-only {
  display: none;
}


table .dropdown .btn.focus,
.btn:focus {
  box-shadow: none !important;
}

table td .dropdown .dropdown-menu.make_not_viable.show a {
  font-size: 14px;
}

div.dropdown-menu.make_not_viable.show {
  min-width: 12rem;
}

.ott-column .col-form-label {
  display: none !important;
}

.ott-column .col-sm-8 {
  flex: unset;
  max-width: 100%;
}

.ott-grid-column .form-group .col-form-label {
  display: none !important;
}

.ott-grid-column .form-group .col-sm-8 {
  flex: unset !important;
  max-width: 95% !important;
  padding-left: 3px !important;
}

.ott-grid-data-column .col-4 {
  flex: unset !important;
  max-width: 70% !important;
}

.ott-content-container .ott-content-wrapper .ott-column .form-group {
  margin-bottom: 5px !important;
}

.ott-content-component .ott-url-column {
  width: 15% !important;
}

.ott-content-component .ott-start-date {
  width: 15% !important;
}

.ott-content-component .ott-end-date {
  width: 15% !important;
}

.ott-content-component .ott-content-column {
  width: 9%;
}

.ott-content-component .ott-id-column {
  width: 7%;
}

.colo-equipment-container .colo-equipment-editor .rte-modern.rte-desktop.rte-toolbar-default {
  min-width: 100% !important;
}

.colo-equipment-container .form-fields .form-group label {
  padding-left: 0px !important;
}

.colo-equipment-container .form-fields .form-group .col-sm-4:first-child {
  padding-left: 0px !important;
}

.colo-equipment-container .form-fields .form-group .col-sm-8 .select2-container {
  width: 100% !important;
}


/* Feed-Source File CSS */
.feed-source-container .feed-source-editor .rte-modern.rte-desktop.rte-toolbar-default {
  min-width: 100%;
}


/* Networkblade File CSS */
.network-container .network-editor .rte-modern.rte-desktop.rte-toolbar-default {
  min-width: 100% !important;
}


/* Station-Set File CSS */
.station-set-container .station-set-editor .rte-modern.rte-desktop.rte-toolbar-default {
  min-width: 100% !important;
}

/* Station-Stream File CSS */
.station-stream-container .station-stream-editor .rte-modern.rte-desktop.rte-toolbar-default {
  min-width: 100% !important;
}

.status-report-container .status-report-select select {
  width: auto !important;
  margin-right: 50px;
}

.station-stream-container .colo-equipment-editor .rte-modern.rte-desktop.rte-toolbar-default {
  min-width: 100% !important;
}

.feed-source-container .colo-equipment-editor .rte-modern.rte-desktop.rte-toolbar-default {
  min-width: 100% !important;
}

/* edit-Bulk-OTT-Content Form Design CSS */
.ott-form:nth-child(1) .ott-data-form {
  background-color: #ccc;
}

.ott-form:nth-child(2) .ott-data-form {
  background-color: #ddd;
}

.ott-form:nth-child(3) .ott-data-form {
  background-color: #ddd;
}

.ott-form:nth-child(4) .ott-data-form {
  background-color: #ccc;
}

.ott-form:nth-child(4n+1) .ott-data-form {
  background-color: #ccc;
  padding: 25px 25px 12px;
  border-radius: 8px;
  border: 1px solid #b2b2b2;
  margin-bottom: 18px;
}

.ott-form:nth-child(4n+2) .ott-data-form {
  background-color: #ddd;
  padding: 25px 25px 12px;
  border-radius: 8px;
  border: 1px solid #bebebe;
  margin-bottom: 18px;
}

.ott-form:nth-child(4n+3) .ott-data-form {
  background-color: #ddd;
  padding: 25px 25px 12px;
  border-radius: 8px;
  border: 1px solid #bebebe;
  margin-bottom: 18px;
}

.ott-form:nth-child(4n+4) .ott-data-form {
  background-color: #ccc;
  padding: 25px 25px 12px;
  border-radius: 8px;
  border: 1px solid #b2b2b2;
  margin-bottom: 18px;
}

table.whatson-inner-grid tbody tr:first-child {
  background-color: rgba(0, 0, 0, .075) !important;
}

table.whatson-inner-grid thead tr {
  background-color: transparent !important;
}

.whatson-grid-row .whatson-main tbody tr:nth-child(1) {
  background-color: #b8daff;
}

.whatson-grid-row .whatson-main tbody tr:nth-child(3) {
  background-color: rgba(0, 0, 0, .075);
}

.date-row {
  text-align: center;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  column-gap: 50px;
}

.replay-buttons-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 40px;
  width: 100%;
}

.replay-buttons-row .btn-replay {
  width: 15%;
}

.replay-buttons-row .btn-replay label {
  width: 100%;
}

.replay-buttons-row .replay-input-field {
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.replay-buttons-row .replay-input-field:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.status-report-container .status-report-select .form-group .col-sm-4.col-form-label {
  display: none !important;
}

.status-report-container .status-report-select .form-group.row {
  justify-content: center !important;
}

.status-report-container .status-field-first .form-group .col-sm-8 {
  padding-right: 0px !important;
}

table.client-station-mapping-grid {
  overflow-x: auto !important;
  display: block !important;
}

table.client-station-mapping-grid thead tr th:nth-child(1) {
  min-width: 230px;
}