.form-control.ts-wrapper {
    border: 1px solid rgba(28,43,54,.1);
  }
.btn-primary#add-customer-shop{
    width: 151px !important;
}

.history-table-audit thead{
    background-color: white !important;
}
.history-table-audit thead th{
    color: black !important;
}
.history-table-audit tbody td{
    border: 1px solid #c9c8c8  !important;
}
.history-table-audit tbody{
    background-color: #e5e5e5;
}
.logologing img{
    width: 60%;
   }
.page-login .logologing img{
 width: 50%;
}


   .marker-results ul{
    border: 1px solid #dad1d1;
    border-top: none;
   }
   .mapdropdownlist{
    background-color: #c9c8c8;
   }
   .form-control{
    color: black !important;
   }

#app input{
    word-wrap: normal;
    width: -webkit-fill-available;
    height: 35px;
    border: 1px solid #e7e9ea;
    padding-left: 7px;
}


.guarantor-additional-details { 
    margin-bottom: -10px;
}
.additional-details {
    margin-bottom: -10px;
}
#instalment-header-fixed{
    position: fixed;
    top: 0px;
    display:none;
    background-color:white;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    word-wrap: normal;
    border: 0;
}


.widgetCard{
    background-color: white;
    border-radius: 20px;
    width:100%;
    box-sizing: content-box;
    overflow:hidden;
    text-align:center;
    margin: 10px auto;
}
#widgetsWrapper{    box-sizing: border-box; width:100%;}
#widgetsWrapper p{
    font-family: tahoma, geneva, sans-serif;
    text-align:center;
}
.chartDiv{
    margin: 4px auto;
    box-sizing: content-box;
    width:100%;
    height:100%;
}

.tooltipdate {
    visibility: hidden;
    width: 176px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    margin-top:-46px
  }
  tr .tooltipdate:nth-last-child(-n+12) {
    right: 1px ;
  }

  .borrower-td-address{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 152px;
  }

  .monthly-report-as-on .table>thead>tr>th {
    padding: 0.5em !important;
}

.monthly-report-as-on .table>thead>tr:first-child {
    background-color: #ffffff;
    color: #212529;
    line-height: 3;
    font-family: var(--bs-font-sans-serif);
    border: 0 solid;
    border-color: inherit;
}

.monthly-report-as-on .table>thead>tr th:first-child {
    padding-left: 20px !important;
}

.dropzone-wrapper.dz-clickable{
    width: auto !important;
    max-width: 100% !important;
    display: inline-block !important;
}

  .ellipsis-text{
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100px;
}
  .permanent-address {
    display: none;
  }

  .permanent-address + * {
    display: none;
  }

  .permanent-address ~ * {
    display: none;
  }
  .table>thead {
    background-color: white;
}
.highlightedRow{
    background-color: #c9c8c8;
}

[data-controller="filter"] .dropdown-menu.dropdown-menu-left.dropdown-menu-arrow.show {
  min-width: 350px !important;
  }

  @media screen and (max-width: 576px) {
    [data-controller="filter"] .dropdown-menu.dropdown-menu-left.dropdown-menu-arrow.show {
        min-width: 320px !important;
        }
  }

/* Define the styles in a CSS class */
@media (min-width: 768px) {
    .aisde-styles {
      max-width: 51px;
      min-width: 3em !important;
    }
  
    .aisde-styles .collapse li {
      width: 61px;
    }
  
    .aisde-styles .collapse .dropdown a {
      display: none !important;
    }
    .aisde-styles .collapse .ms-auto{
        margin-left: 0px!important;
      }
      .aisde-styles .collapse .dropdown.w-75{
        display: none;
      }
      .aisde-styles header .header-brand{
        display: none;
      }
    .aisde-styles .collapse ul a {
      display: block;
      width: fit-content !important;
    }
  
    .aisde-styles .collapse ul span, .aisde-styles .collapse ul
    small {
      display: none;
    }
  }
  [data-controller="popover"] > svg{
    border: 1px solid #10100f;
    border-radius: 4px;
}
.filterShow {
     display: block;
}
.total-dashboard-monthly-report-as-on-nd .table>tbody>tr th,.monthwise-collection-summary-as-on_report .table>tbody>tr th,.total-collection-summary-as-on_report .table>tbody>tr th, .product-category-wise-disbursment-summary-as-on_report .table>tbody>tr th{
    padding-left: 1.5% !important;
}
.monthly-report-as-on tbody tr:last-child{
    border-bottom-color: white;
}