label.error{color: #ff5f6d;font-weight: 900;}
#loaderOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9); /* White background with slight transparency */
    z-index: 9999;
  }
  #loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.dev-mr-20{  margin-right: 10px;}
.dev-text-info{ color: #1b84ff !important;}
.dev-mobile-logo{
  background: #ff5f6d;
  margin-top: 250px;
  border-radius: 30px;
  padding: 25px;
}
.customer-loan-view{
    border: 1px solid #ccc !important;
    padding: 0 25px;
    border-radius: 18px;
    margin-bottom: 20px;
}
input.bulk-select-item-models{
    margin: 0 5px;
}
div.small-select2 span.select2 {
    width: 90% !important;
}