.custom-error-message {
  color: red;
}

.cursor-pointer {
  cursor: pointer;
}

.dropzone {
  border: 2px dashed #999999;
  border-radius: 10px;
}
.dropzone .dz-default.dz-message {
  height: 171px;
  .cursor-pointer {
    cursor: pointer;
  }

  background-size: 132px 132px;
  margin-top: -101.5px;
  background-position-x: center;
}
.dropzone .dz-default.dz-message span {
  display: block;
  margin-top: 145px;
  font-size: 20px;
  text-align: center;
}
.ui-datepicker-calendar {
  display: none;
}
.loan-app-summary {
  background-color: rgb(136, 6, 125);
  color: rgb(251, 255, 0);
  font-weight: bolder;
  border-radius: 5px;
  padding: 10px;
  height: 340px;
  font-size: 13px;
  letter-spacing: 0.1em;
}

#balance-inquiry-section {
  background-color: rgb(4, 52, 97);
  color: rgb(251, 255, 0);
  font-weight: bolder;
  border-radius: 5px;
  padding: 10px;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.balance-inquiry-div {
  padding: 2px;
}

.balance-inquiry-span {
  color: rgb(241, 13, 13);
  font-weight: bolder;
  font-size: 14px;
  margin-left: 20px;
}
.small-box {
  border-radius: 20px;
}
.small-box h3 {
  font-size: 10px;
}
.small-box-footer {
  border-radius: 20px;
}
.hr_info {
  background-color: darkblue;
  margin-top: 10px;
  color: white;
  font-weight: bold;
  padding: 5px;
  border-radius: 5px;
}
.error_on_loan_app {
  color: red;
}
.hr_span {
  background-color: white;
  padding: 2px;
  border-radius: 5px;
  color: darkblue;
}
.span-error-message {
  color: red;
  font-weight: bolder;
}

#id-dot {
  float: right;
  color: white;
  border-radius: 50%;
  padding: 5px auto;
}
#card-vendor-comm {
  background-color: darkblue;
  padding: 20px;
  border-radius: 20px;
}

#title-card {
  font-weight: bolder;
  color: white;
}
.info-box-number {
  color: white;
}
#latest-tran-rows {
  background-color: darkblue;
  color: white;
  border-radius: 5px;
  margin-top: 2px;
}
#card-info-params {
  color: darkblue;
  font-weight: bolder;
}
.login-card-body {
  background-color: darkblue;
  padding: 50px auto;
  color: white;
}
#app-name {
  text-align: center;
  margin-bottom: 50px;
  font-weight: bolder;
  font-size: 45px;
  color: white;
}
#login-footer-text {
  background-color: crimson;
  padding: 20px;
  color: white;
  font-weight: bold;
}

#epicle-text {
  color: yellow;
}

#epicle-text a {
  color: yellow;
}

/* Themed CSS */
.masked-text {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

.masked-text::after {
  content: "****";
  color: black;
  /* Set the desired masked text color */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bg-company-blue {
  background-color: #183153;
}

.bg-company-pink {
  background-color: #ea2c58;
}

.bg-company-yellow {
  background-color: #f3c41b;
}

/* Scrollable Div CSS */
.scrollable-div {
  max-height: 500px;
  overflow-y: auto;
}

.step-circle {
  width: 18px;
  height: 18px;
  font-size: 10px;
  border-radius: 50%;
}

.step-text {
  position: relative;
  top: -2px;
  margin-left: 10px;
}

.nav-item-custom {
  border-radius: 0 50px 50px 0; /* Defines the left-side rounding */
}

.nav-custom .nav-pills,
.nav-custom {
  border-radius: 0 50px 50px 0; /* Defines the left-side rounding */
}

/* Dashboards */
/* .card.card-dash {
            background-color: #fff;
            border-radius: 10px;
            border: none;
            position: relative;
            margin-bottom: 30px;
            box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
        } */

.l-bg-cherry {
  background: linear-gradient(to right, #023f19, #ffdb08) !important;
  color: #fff;
}

.l-bg-blue-dark {
  background: linear-gradient(to right, #373b44, #4286f4) !important;
  color: #fff;
}

.l-bg-green-dark {
  background: linear-gradient(to right, #0a504a, #38ef7d) !important;
  color: #fff;
}

.l-bg-orange-dark {
  background: linear-gradient(to right, #a86008, #ffba56) !important;
  color: #fff;
}

.card .card-statistic-3 .card-icon-large .fas,
.card .card-statistic-3 .card-icon-large .far,
.card .card-statistic-3 .card-icon-large .fab,
.card .card-statistic-3 .card-icon-large .fal {
  font-size: 110px;
}

.card .card-statistic-3 .card-icon {
  text-align: center;
  line-height: 50px;
  margin-left: 15px;
  color: #000;
  position: absolute;
  right: -5px;
  top: 20px;
  opacity: 0.1;
}

.gradient-border {
  position: relative;
}

.gradient-border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  /* Adjust the height to control the thickness of the border */
  background: linear-gradient(to right, #023f19, #ffbd33);
  /* Use your desired gradient colors */
}

.major-icon {
  text-align: center;
  /* line-height: 50px; */
  margin-right: 15px;
  color: var(--primary);
  /* position: absolute; */
  right: 10px;
  font-size: 40px;
  top: 20px;
  /* opacity: 0.1; */
}

.l-bg-cyan {
  background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
  color: #fff;
}

.l-bg-green {
  background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
  color: #fff;
}

.l-bg-orange {
  background: linear-gradient(to right, #f9900e, #ffba56) !important;
  color: #fff;
}

.l-bg-cyan {
  background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
  color: #fff;
}

.card.border-bottom {
  border-bottom-color: linear-gradient(
    135deg,
    #23bdb8 0%,
    #43e794 100%
  ) !important;
  border-bottom-width: 20px;
}

/* .custom-file-upload {
position: relative;
overflow: none;
margin-top: 10px;
} */

.custom-file-upload input[type="file"] {
  position: absolute;
  opacity: 0;
}

/* .custom-file-label {
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
} */

.preview-container {
  position: relative;
}

.preview-image {
  max-width: 100%;
  max-height: 150px;
  /* Adjust the height as needed */
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 5px;
}

.placeholder-image {
  max-width: 500px;
  max-height: 500px;
  margin-right: 10px;
}



/*override the css for layout update*/
.page-content {
    padding: 20px 10px;
    /*padding: 94px 18px 60px*/
}
