#filterNameExistsModal {
    z-index:999999;
    top: -307px;
    left: -101px;
}

.sidebar.sidebar-open {
    transform: translateX(0%);
}

/* .grid-column-checkbox {
    cursor: pointer;
} */

#campaign-type-list .campaign-type-list-item.selected {
    background: #d0e4e7;
}

/* #campaign-type-list li,
#campaign-type-list li a {
  pointer-events: none;
  color: gray !important;
  cursor: default;
} */

.search-category-selector {
    background-color: #fe3602;
}

.search-category-selector:hover  {
    background-color: #f17b5e;
}

.search-term-selector {
    background-color: #fe3602;
}

.search-term-selector:hover {
    background-color: #f17b5e;
}

.option-negative-select {
    color: #fff;
    /* background-color: #0d6efd; */
     background-color: #fe3602;
    justify-content: space-between;
}

.orange-btn{
    background-color: #fe3602 !important;
    border-color: #fe3602 !important;
    color:#fff;
}

.orange-btn:hover{
    background-color: #e63206 !important;
    border-color: #e63206 !important;
    color:#fff;
}


.vr {
  flex-shrink: 0;
  width: 1px;
  height: 100%;
  background-color: currentColor;
  opacity: .25;
}

.divider {
    height: 20px;
    margin: 0 10px;
    background: #000;
    width: 1px;
}

.linePreloader{
    width:100%;
    height: 3px;
    background:linear-gradient(to right,#e63206,#e63206);
    background-color:#ccc;
    /* position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0; */
    /* margin:auto; */
    border-radius:4px;
    background-size:20%;
    background-repeat:repeat-y;
    background-position:-25% 0;
    animation:scroll 1.7s ease-in-out infinite;
  }

  @keyframes scroll{
    50%{background-size:20%}
    100%{background-position:125% 0;}
  }

/* Table Compaigns ko fixed layout dene ke liye CSS update */
#CompaignsResizableTable {
    width: 100%;
    table-layout: fixed;
}

#CompaignsResizableTable th {
    position: relative;
    width: 150px;
    overflow: hidden;
    padding:8px 10px !important;
}

table#CompaignsResizableTable thead tr th{
    align-content: center;
}

table#CompaignsResizableTable thead tr th.sorting:nth-of-type(n+6):nth-of-type(-n+31) {
    width: 15ch;
}

table#CompaignsResizableTable thead tr th.sorting:nth-of-type(2) {
    width:  35ch;
}

table#CompaignsResizableTable thead tr th.sorting:nth-of-type(3) {
    width:  15ch;
}

table#CompaignsResizableTable thead tr th.sorting:nth-of-type(4) {
    width:  15ch;
}

table#CompaignsResizableTable thead tr th.sorting:nth-of-type(5) {
    width:  20ch;
}

/* table#CompaignsResizableTable thead tr th.sorting:nth-of-type(16) {
    width: 19ch;
} */

/* table#CompaignsResizableTable thead tr th.sorting:nth-of-type(20) {
    width: 23ch !important;
} */

/* table#CompaignsResizableTable thead tr th.sorting:nth-of-type(24) {
    width: 28ch !important;
} */


/* popup */
@media (min-width: 576px){
#missingFieldsModal .modal-dialog{
    max-width: 570px !important;
}
}

.tooltip-text {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 5px 10px;
    background: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;
}


.checkbox-container:hover .tooltip-text{
    display: block !important;
}