/* Search Css */
.col-md-10 col-lg-10 navbar{
    width: min-content !important;
}
#search-filter{
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
        border: 1px solid #ccc !important;

    }
    .dropdown-menu .dropdown-item.active,
    .dropdown-menu .dropdown-item:active {
        background-color: #008160 !important;
        color: white !important;
    }
    .form-search{
        top:0 !important;
        /*width:350px;*/
    }
    ::after, ::before {
    box-sizing: border-box !important;
}
    .mpan-data-list{
        position: absolute !important;
        width: 88%;
        background-color: white;
        left: 10px;
        top: 45px;
        border-radius: 5px;
        border: 1px solid #d3d3d3;
        z-index: 999;
        padding: 8px 9px;
        max-height: 46vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .mpan-data-list .mpan-data{
        padding: 6px 6px;
        cursor: pointer;
    }
    .mpan-data.not-found {
        cursor: not-allowed !important;
        opacity: 0.5;
    }
    .mpan-data.not-found:hover {
        background-color: inherit !important;
    }
    .mpan-data-list .mpan-data:hover .mpan-info{
        background-color: #0081603b !important;
        position: relative;
    }
    .remove-mpan{
        position: absolute;
        right: 3px;
        border: none;
        font-size: 11px;
        background: transparent;
        border-radius: 4px;
        top: 0px;
        display: none;
        background-color: #ebebeb;
        padding: 2px 9px 4px 9px;
    }
    .mpan-data-list .mpan-data:hover .remove-mpan{
        display: unset !important;
        background-color: #ebebeb !important;
    }
    .input-groupSearch{
        display:table !important;
        position:relative !important;
         flex-wrap: wrap !important;
    
    width: 100% !important; 
    }
   .input-group {
    position: relative !important;
    display: flex !important;
    flex-wrap: wrap;
   
    width: 100%; 
    }
    .btn btn-default dropdown-toggle{
        left: 45px;
    }
    .filter-type-group btn-group btn-select input-group-btn{
        display:table-cell !important;
        text-align:right;
       
    }
    .form-control{
      display:table-cell;
      width:100%;
	font-size:14px;
	margin-left:0px;
	margin-top: 2px !important;
    }
    .input-group-btn{
        display:table-cell;
        text-align:right;
        
    }
    .liSearch {
        /*width: 50% !important;*/
        width: auto !important;
    }
 .input-groupSearch .btn {
    top: 0px;
    background-color: #fff !important;
    color: #008160 !important;
    opacity: 99%;
    border: 0px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-radius: 0;
     padding: 6px !important; 
     
  border-radius: 2px !important;
  font-family: Arial !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  
  padding: 6px 20px !important;
  width: fit-content;
  border-style: solid;
  border-width: 1.6px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  
  
}

.search-btn {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #008160;
    border: 1px solid #ccc;
}

.search-btn .fa-search {
    font-size: 16px;
    line-height: 1;
}


#reportContainer{
    width: 100%;
     height: 100%;
     flex-grow: 1; 
     display: flex; flex-direction: column; min-width: 250px; word-break: break-word;
     opacity: 99%;
}
.iframestyle{
    width: 100%; height: 100%;
}
.Favrow{
     --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap !important;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));

}
.favcard{
        margin-left: 12px;
    margin-right: 13px;
    margin-bottom: 20px;
    border-radius: 4px;

}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: nowrap !important;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
#q-header{
   width: 140%; 
}
#q-body{
        display: table-cell;
    width: 134%;
    font-size: 14px;
    margin-left: 0px;
        border: 1px solid #ccc;
}
.btn.btn-primary.search-btn {
    width: auto;
    text-align: center;
    border-top: 1px solid #ccc !important;
    border-bottom : 1px solid #ccc !important;
}
#pp-spinner {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2147483000;
}

#pp-spinner .pp-box {
  min-width: 220px;
  max-width: 80vw;
  padding: 16px 18px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  display: flex;
  gap: 12px;
  align-items: center;
}

#pp-spinner .pp-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #008160;
  animation: pp-pulse 0.9s infinite alternate ease-in-out;
}

#pp-spinner .pp-dot:nth-child(2) {
  animation-delay: 0.15s;
}

#pp-spinner .pp-dot:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes pp-pulse {
  from {
    transform: scale(0.6);
    opacity: 0.6;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

#pp-spinner .pp-text {
  font-weight: 600;
  color: #008160;
}
.search-btn:active {
    background-color: #008160;
    border-color: #008160;
}