:root {
  --body-color: #e4e9f7;
  --sidebar-color: #fff;
  --primary-color: #32438e;
  --secondary-color: #ffc904;
  --primary-color-light: #f6f5ff;
  --toggle-color: #ddd;
  --text-color: #707070;

  --tran-03: all 0.2s ease;
  --tran-03: all 0.3s ease;
  --tran-04: all 0.3s ease;
  --tran-05: all 0.3s ease;
}

.clickStyle {
  color: var(--primary-color);
}

.avatar-img {
  height: 120px;
  width: 120px;
}

/* popup by disha from legal Crm 20-09-2024 */
.popup_modal {
  background: white;
  padding: 0px 30px 20px;
}

.popup_modal .btn_popup {
  height: 28px;
  align-items: center;
  display: flex;
  line-height: normal;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 13px;
  padding: 0px 7px;
  border: none;
  background: transparent;
  border-radius: 50px;
  color: white;
}

.popup_modal .btn_popup span {
  line-height: 21px;
  height: 26px;
}

.modal-content {
  margin-top: 140px !important;
}

.sc_modal .modal-body {
  text-align: center;
  padding: 30px;
}

.sc_modal h4 {
  font-size: 22px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  margin-bottom: 10px;
}

.sc_modal .modal-body ul {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.sc_modal .modal-body ul > li:first-child {
  margin-right: 13px;
}

.add_wrap {
  padding: 15px 17px;
  background: var(--primary-color);
  margin: 0 0 15px;
}

.main_heading {
  justify-content: space-between !important;
  /* width: max-content; */
  display: flex;
}

.main_heading h2 {
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  border-left: none;
  padding: unset;
  color: white;
}

.dashed_popup {
  border-bottom: 1px dashed red;
  padding: 25px 0px 0px;
}

.dashed_popup:last-child {
  border: none;
}

.form_flex .form-group {
  width: 100%;
  margin: 0px 0px 5px 0;
}

.white-bg-cd .form_flex {
  justify-content: space-between;
}

.white-bg-cd .form_flex .d-flex {
  align-items: center;
  width: 33%;
}

.white-bg-cd .form_flex .d-flex span {
  margin-left: 5px;
}

.white-bg-cd .form_flex .d-flex h4 {
  color: var(--primary-color);
}

.form_flex .col-md-6 {
  padding: 0px;
}

.form_flex {
  display: flex;
  gap: 20px;
  align-items: self-start;
  margin: 0 0 10px;
}

.form-group h4 {
  display: flex;
  gap: 20px;
  align-items: self-start;
  font-size: 14px;
}

.form-group h4 span {
  text-transform: capitalize;
  font-weight: 650;
}

/* Details Page 21-09-2024 */

.pageBody {
  padding: 15px 15px 15px 15px;
  background: #f8faff;
  flex-grow: 1;
  min-height: 100%;
  display: flex;
  overflow: hidden;
  margin-top: 34px !important;
}

.pageContent {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
}

.PageTitle {
  margin: 0 0 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.PageTitle h3 {
  font-size: x-large;
  color: var(--primary-color);
}

.PageTitle a {
  border: none;
}

.caseDetail {
  margin: 0 0 30px 0;

  gap: 10px 15px;

  display: flex;

  flex-wrap: wrap;
}

.uppercase-header button {
  background: #32438e;
  border: 1px solid #f7cf18;
  width: 20%;
  padding: 10px 24px;
  margin: 0 0 12px;
  font-size: 14px;
  color: white;
  font-weight: 200;
}

.caseDetail .form-group {
  margin: 5px;
  padding: 0 0 10px 0;
  border-bottom: 1.5px dashed #bcccf5;
  width: 31%;
}

.caseDetail .form-group h4 {
  font-weight: 500;
  line-height: 16px;
  font-size: 12px;
  color: var(--primary-color);
}

.caseDetail .form-group p {
  font-weight: 500;
  margin: 0px 0 0 0;
}

@media screen and (min-width: 1600px) {
  .caseMobile .form-group1 {
    width: 20% !important;
  }
}

@media screen and (max-width: 1599px) {
  .caseMobile .form-group1 {
    width: 23% !important;
  }
}

@media screen and (max-width: 1199px) {
  .caseMobile .form-group1 {
    width: 29% !important;
  }
}

@media screen and (max-width: 991px) {
  .caseMobile .form-group1 {
    width: 48% !important;
  }
}

.mr-20 {
  margin-right: 30px !important;
}

.legalLoader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  /* Full height */
  font-size: 24px;
}

.caseDetail .form-group1 {
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: 1.5px dashed #bcccf5;
}

.caseDetail .form-group1 h4 {
  font-weight: 500;
  line-height: 16px;
  font-size: 12px;
  color: var(--primary-color);
}

.caseDetail .form-group1 p {
  font-weight: 500;
  margin: 0px 0 0 0;
}

.docA {
  font-size: 14px;
  background-color: var(--primary-color);
  color: white;
  text-decoration-line: none;
  padding: 3px 9px;
  border-radius: 13px;
}

.authorizeDiv {
  display: flex;
  justify-content: space-evenly;
}

.filterBox {
  margin-top: 32px;
}

.mySarfaesispan {
  display: flex;
  width: 228px;
}

.star {
  font-size: 24px;
  /* Adjust size as needed */
  color: gold;
  /* Color for the filled stars */
}

.star.empty {
  color: lightgray;
  /* Color for the empty stars */
}

.otp-red {
  color: red;
  font-weight: bolder !important;
}

.myBox {
  color: rgb(0, 0, 0) !important;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.myBox.active {
  background-color: #32438e !important;
  color: rgb(255, 255, 255) !important;
}

.body-btn1 {
  display: flex;
  justify-content: center;
}

.reloadIcon {
  font-size: 34px;
  padding: 4px 16px;
}

.mypicdiv {
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: 1.5px dashed #bcccf5;
  width: 100% !important;
}

.input-mention-aadhar {
  background: #cdcdcd !important;
}

.myaccDiv {
  margin-bottom: 25px;
}

.MuiAccordionDetails-root {
  display: "block";
}

.mybuttonDiv {
  text-align: right;
  top: -70px;
  position: relative;
}

.MuiAccordionDetails-root {
  display: block !important;
}

.MuiAccordionSummary-root {
  background-color: #32438e !important;
  color: #fff !important;
}

.btn-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.subheadingDiv {
  padding: 0px 0px 12px 0px;
}

/* .pageContent1{
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  background:#e9e9e9;
  border: 1px solid black;
} */
.pageContent1 {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  background: #ffffff;
  /* New background color for all elements */
  border: 1px solid black;
}

.content1 {
  background: #ecf7ffb8;
  /* Soft coral */
  border: 1px solid #32438e;
}

.content2 {
  /* Light peach */

  background: #f5fff7b8;

  border: 1px solid #32438e;
}

.content3 {
  /* Pastel orange */

  background: #dafffa82;

  border: 1px solid #32438e;
}

.content4 {
  /* Soft lavender */

  background: #fff8e5;

  border: 1px solid #32438e;
}

.content5 {
  /* Soft sky blue */

  background: #f9eaffb8;

  border: 1px solid #32438e;
}

/* 404ErrorPage.css */
.error-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f8f9fa;
  font-family: Arial, sans-serif;
}

.error-content {
  text-align: center;
  max-width: 600px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.error-code {
  font-size: 6rem;
  font-weight: bold;
  color: #dc3545;
}

.error-message {
  font-size: 1.5rem;
  color: #343a40;
  margin-top: 10px;
}

.suggestions {
  font-size: 1.1rem;
  margin-top: 20px;
}

.suggestion-list {
  list-style-type: none;
  padding: 0;
}

.suggestion-list li {
  margin: 10px 0;
}

.suggestion-list a {
  color: #007bff;
  text-decoration: none;
}

.suggestion-list a:hover {
  text-decoration: underline;
}

.error-footer {
  margin-top: 30px;
  font-size: 1rem;
  color: #6c757d;
}

.loanTitle {
  font-weight: 500 !important;
  line-height: 16px !important;
  font-size: 14px !important;
}

.documentDetailsGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.Buuton_sepratefile {
  display: flex;
  gap: 10px;
  width: 100%;
}

.seprate_panel {
  display: block;
}

.seprate_panel .caseDetail {
  display: block;
}

.agency_upload {
  width: 63% !important;
}

.mydetaildiv {
}

/* SuccessBar.css */

.progress-container {
  width: 92%;
  margin: 32px 0;
  text-align: center;
}

.success-bar {
  display: flex;
  margin-bottom: 0px;
  position: relative;
  flex-wrap: wrap;
  gap: 24px;
}

.stage {
  width: 100px;
  padding: 10px;
  font-size: 10px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #ccc;
  margin: 0 9px;
  font-weight: bold;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  background-image: linear-gradient(
    to top left,
    rgba(255, 255, 255, 0.2),
    rgba(0, 0, 0, 0.1)
  );
}

.stage span {
  z-index: 1;
  font-size: 8px;
  font-weight: 400;
}

.completed {
  background-color: #000000;
  color: white;
  transform: translateY(-10px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.current {
  background-color: #31c137;
  color: white;
  transform: translateY(-10px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.upcoming {
  background-color: #ff1c0c;
  color: white;
  transform: translateY(-10px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Optional: Add a line connecting the stages */
.success-bar::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - 160px);
  /* Adjust line to fit between stages */
  height: 4px;
  background-color: #ccc;
  transform: translateY(-50%);
  z-index: -1;
}

/* Arrow-like effect for line between stages */
.stage:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  width: 12px;
  height: 2px;
  background-color: #ccc;
  transform: translateY(-50%);
}

.stage:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  /* background-image: linear-gradient(to top left, rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0.2)); */
}

.css-45ksju-MuiTableCell-root[data-pinned="true"]:before {
  content: "" !important;
  background-color: #384992 !important;
}

.MuiTableCell-head:before {
  content: "" !important;
  background-color: #384992 !important;
}

.document-gallery {
}

.docuploadflex {
  display: flex;
  gap: 1px;
  flex-wrap: wrap;
}

.gallery-images {
  width: 28%;
  background: #f5f5f5;
}

.gallery-images img {
  width: 100% !important;
  /* height: 340px !important; */
  object-fit: cover;
  padding: 11px;
}

.Detailsrow {
  width: 100% !important;
}

.detailsTable {
}

.formwrapdoc {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 15px;
  justify-content: space-between;
  width: 100%;
}

.history-table-container {
  margin: 20px;
}

.history-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.history-table th,
.history-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.history-table th {
  background-color: #f4f4f4;
  font-weight: bold;
}

.history-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.history-table tr:hover {
  background-color: #f1f1f1;
}

/* General Container Styles */
.birthday-section {
  /* margin: 0 auto; */
  text-align: center;
}
.birthday-section h2 {
  text-align: left;
  font-size: 20px;
  margin: 0 0 10px;
}
/* Heading Style */
.heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: #334e68;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
}

/* Birthday Slider (Carousel Container) */
.birthday-slider {
  overflow: hidden;
  position: relative;
}

.birthday-list {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.birthday-card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  flex-shrink: 0;

  cursor: pointer;
  margin: 10px 0px 28px 5px;
  border: 1px solid #d1d1d1;
}

.birthday-card:hover {
  border: 2px solid #ffc904;
}

/* Card Header */
.card-header1 {
  align-items: center;
  margin-bottom: 8px;
  padding: 0px 6px;
}

/* Name Style */
.name {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #000000;
}

/* Birthday Icon */
.birthday-icon {
  font-size: 2rem;
  margin: 0 0 20px;
  display: flex;
  justify-content: center;
}
.birthday-icon img {
  width: 60px !important;
  height: 60px !important;
  object-fit: cover;
  border-radius: 5px;
}
/* Date Style */
.date {
  font-size: 11px;
  color: #888;
  margin-bottom: 20px;
}

/* Send Wishes Button */
.wish-button {
  background-color: #ff9f00;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.wish-button:hover {
  background-color: #ff7f00;
}

/* No Birthdays Message */
.no-birthdays {
  font-size: 1.2rem;
  color: #aaa;
  margin-top: 20px;
}

/* Fade-In Animation */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Add Navigation Arrows (Optional) */
.birthday-slider::before,
.birthday-slider::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}

.birthday-slider::before {
  left: 10px;
  transform: translateY(-50%);
}

.birthday-slider::after {
  right: 10px;
  transform: translateY(-50%);
}

/* Optional: Add Smooth Scroll (for touch devices) */
.birthday-list {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.birthday-card {
  scroll-snap-align: center;
}

/* NewsSection.css */

/* Container */
.news-container {
  margin: 0 auto;
  font-family: "Arial", sans-serif;
}

.news-heading {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

/* News List */
.news-list {
  margin-top: 20px;
}

/* News Card */
.news-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.news-card-title {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
}

.news-card-description {
  font-size: 12px;
  color: #666;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-card-link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.news-card-link:hover {
  text-decoration: underline;
}

/* Image Style */
.news-card-image {
  width: 100%;
  height: 130px;
  /* Fixed height */
  /* object-fit: cover; */
  /* Ensure the image covers the space without distortion */
  border-radius: 8px;
  margin-bottom: 15px;

  /* Space between the image and the text */
}

/* Image Style */
.news-card-image1 {
  width: 100%;
  height: 430px;
  /* Fixed height */
  object-fit: cover;
  /* Ensure the image covers the space without distortion */
  border-radius: 8px;
  margin-bottom: 15px;

  /* Space between the image and the text */
}

/* Optional: If you want to add some spacing between the cards in a row */
.news-list .col-md-6 {
  padding: 15px;
}

/* Slider styles */
.slider {
  display: flex;
  align-items: center;
  width: 60px;
  height: 30px;
  background-color: #ccc;
  border-radius: 30px;
  padding: 5px;
  position: relative;
  transition: background-color 0.3s ease;
}

.slider.active {
  background-color: #4caf50; /* Green color when active */
}

.slider-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  transition: transform 0.3s ease;
}

.loan-form {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

h1 {
  text-align: center;
}

.progress-bar-container {
  background-color: #e0e0e0;
  width: 100%; /* Take full width of the parent container */
  max-width: 600px; /* Max width for the progress bar */
  height: 10px;
  margin: 0 auto; /* Center the container horizontally */
  border-radius: 5px;
  overflow: hidden;
}

.progress-bar {
  background-color: #4caf50;
  height: 100%;
  width: 0; /* Dynamic width controlled by the progressPercentage */
  transition: width 0.3s;
}

.form-section {
  margin-bottom: 20px;
}

/* .form-section label {
  display: block;
  margin-bottom: 5px;
} */

.form-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
#sameAsPresent #sameAsPresentCoApplicant {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* Custom button style for SweetAlert2 */

/* Yes, Start! button */
.btn-yes-start {
  background-color: #32438e !important; /* Apply your custom color */
  color: white !important; /* White text color */
  border: none !important; /* Remove border */
}

.btn-yes-start:hover {
  background-color: #2a336e !important; /* Darken on hover */
}

/* No, Maybe Later button - Black */
.btn-no-later {
  background-color: black !important; /* Black background */
  color: white !important; /* White text */
  border: none !important;
  margin-right: 10px;
}

.btn-no-later:hover {
  background-color: #333 !important; /* Darker black on hover */
}

/* Ensuring that the OK button after success/info is also styled like Yes, Start! */
.swal2-confirm {
  background-color: #32438e !important; /* Same color as Yes, Start! */
  color: white !important; /* White text color */
  border: none !important; /* Remove border */
}

.swal2-confirm:hover {
  background-color: #2a336e !important; /* Darken on hover */
}
.LoandetailsDiv {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.main-wrapexplore {
  width: 85%;
  padding: 0px 0px 0px 30px;
}

.main-wrapexplore h4 {
  font-size: 32px;
  line-height: 43px;
}

.main-wrapexplore strong {
  font-weight: 800;
}

.main-wrapexplore p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  overflow: hidden;
}

/* Default state: blur and darken the images */
.carousel-container .item img {
  filter: brightness(30%);
  transition: filter 0.3s ease;
}

.form-container:hover .carousel-container .item img {
  filter: brightness(30%);
}
.formemail_top {
  width: auto;
  margin: 0;
}

.wrapsign--back {
  background: url(../images/loginimage1.png);
  display: flex;
  align-items: center;
}

.myclass {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 17px;
}
.myclass .form-group {
  width: 100% !important;
}
.compensation-list {
  padding-left: 40px;
}
.compact-p {
  margin: 4px 0;
}
.tags-container {
  max-height: 120px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
/* Force chip/tag area to scroll instead of overflow */
.MuiAutocomplete-root .MuiAutocomplete-tag {
  max-width: 100%;
}

.MuiAutocomplete-root .MuiAutocomplete-tagContainer {
  max-height: 100px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.upload-swal-popup-custom {
  width: 500px;
  max-width: 90%;
}
.MuiFormControl-fullWidth {
  height: 53px;
}

.disabled-heading {
  color: #6c757d; /* Bootstrap muted color */
  opacity: 0.6;
  /* No pointer-events here! */
}
.myThankyo {
  height: 80vh;
}
.g-2 {
  margin: 20px;
}

/*-- Header --*/

.header-area {
  background-color: #011a41;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-area .left ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}

.header-area .left ul li:last-child {
  margin-right: 0;
}

.header-area .left ul li i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 4px;
  color: #e93c05;
  margin-right: 2px;
}

.header-area .left ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

.header-area .left ul li a:hover {
  color: #e93c05;
}

.header-area .right {
  text-align: right;
}

.header-area .right ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.header-area .right ul li:last-child {
  margin-right: 0;
}

.header-area .right ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
}

.header-area .right ul li a:hover {
  color: #e93c05;
}

/*-- Navbar --*/

.main-nav {
  background: #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav.menu-shrink {
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd57;
  box-shadow: 0px 0px 20px 0px #dddddd57;
}

.main-nav nav {
  padding: 0;
}

.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.main-nav nav .navbar-nav .nav-item:hover a {
  color: #e93c05;
}

.main-nav nav .navbar-nav .nav-item a {
  font-weight: 600;
  color: #011a41;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active {
  color: #e93c05;
}

.main-nav nav .navbar-nav .nav-item a i {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.navbar-brand img {
  max-width: 80%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 0 !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #e93c05;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-weight: 600;
  padding: 9px 15px;
  color: #011a41;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #f1f1f1;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #e93c05;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  border-radius: 0px 50px 50px 0px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #e93c05;
  padding-left: 18px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover:before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus:before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active:before {
  width: 3px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 15px;
  left: unset;
  right: -100%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #011a41;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #e93c05;
}

.main-nav .dropdown-toggle::after {
  display: none;
}
.justified-text {
  text-align: justify;
}
.formfilldesign .form-group {
  background: #32438e;
  padding: 13px 20px;
  color: white;
  margin: 0 4px 10px;
}
.tabs button.active {
  background-color: var(--primary-color);
  color: white;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}
.tabs button {
  padding: 8px 12px;
  margin: 5px;
  border: 2px solid var(--primary-color);
  background-color: #f1f1f1;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
}

.tabs button:hover {
  background-color: var(--primary-color);
  color: white;
  transform: scale(1.05); /* Slightly enlarge button on hover */
}

/* Active tab styles */
.tabs button.active {
  background-color: var(--primary-color);
  color: white;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}

.tabs {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  white-space: nowrap;
  max-width: 100%;
  padding-bottom: 10px; /* optional for spacing */
}
.section-heading {
  font-size: 12px; /* heading thodi chhoti */
  font-weight: bold;
  margin-top: 19px;
  margin-bottom: 5px;
  line-height: 1.6;
}

.sub-heading {
  font-size: 11px; /* subheading chhoti */
  font-weight: bold;
  margin-top: 19px;
  margin-bottom: 4px;
  padding-left: 35px; /* ✅ correct */
  line-height: 1.6;
}

.content-block {
  font-size: 10.5px;
  line-height: 1.6;
}

.content-block p {
  margin: 3px 0;
}

.bullet-list {
  list-style-type: disc; /* proper • bullets */
  margin-left: 18px; /* left padding jaisa Word doc me */
  padding-left: 45px;
}

.bullet-list li {
  margin: 2px 0;
}

.highlight {
  font-weight: bold;
  font-size: 12px;
}

.note {
  font-style: italic;
  color: #444;
  font-size: 12.5px;
}
.custom-file-upload {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid rgb(191, 186, 186);
  border-radius: 4px;
  width: 100%; /* or set fixed width */
  color: rgb(10, 10, 10);
  background-color: transparent;
  cursor: pointer;
  flex-wrap: wrap; /* allow wrapping if names get too long */
}

.custom-file-upload .choose-label {
  font-weight: 500;
  margin-right: 10px;
}

.custom-file-upload .file-names {
  font-size: 0.9rem;
  color: #424242;
  flex: 1;
}

.custom-file-upload .file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-file-upload .divider-line {
  width: 2px;
  height: 25px;
  background-color: rgb(203, 200, 200);
  margin: 0 8px;
}
.disabled-upload {
  pointer-events: none; /* prevent click */
  opacity: 0.5;        /* make it look disabled */
  background-color: #f0f0f0; /* optional: light grey shade */
}

/* 🔴 Regular input, select, textarea – native HTML fields */
.invalid-field input:not(.MuiInputBase-input),
.invalid-field select,
.invalid-field textarea {
  border: 2px solid rgb(239, 128, 128) !important;
  border-radius: 4px;
  outline: none;
}

/* 🔴 For MUI Autocomplete or MUI TextFields */
.invalid-field .MuiOutlinedInput-root {
  border: 2px solid rgb(231, 122, 122) !important;
  border-radius: 4px;
}

.invalid-field .MuiOutlinedInput-notchedOutline {
  border: none !important;
}


.cibil-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.5px;
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.cibil-title::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #0d6efd; /* blue accent line */
  border-radius: 2px;
}

/* Stylish Section Title */
.section-title {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(90deg, #448efd, #d7f58c);
  padding: 10px 24px;
  border-radius: 10px;
  display: inline-block;
  margin: 0 auto 20px auto;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: center;
  box-shadow: 0 3px 8px rgba(13, 110, 253, 0.25);
  position: relative;
  transition: all 0.3s ease-in-out;
}

/* Subtle hover effect */
.section-title:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(13, 110, 253, 0.35);
}

/* Optional glowing border animation */
.section-title::after {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: -4px;
  height: 3px;
  background: linear-gradient(90deg, #0d6efd, #00c4ff, #0d6efd);
  border-radius: 4px;
  opacity: 0.8;
  animation: glow 2s infinite linear;
}

@keyframes glow {
  0% {
    opacity: 0.5;
    transform: scaleX(0.9);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 0.5;
    transform: scaleX(0.9);
  }
}

.cibil-detail-header {
  display: flex;
  justify-content: space-between; /* Title left, button right */
  align-items: center;
  margin-bottom: 10px;
}

.cibil-title {
  font-weight: 700;
  color: #000;
  font-size: 18px;
}

/* Button styling */
.send-btn {
  background: linear-gradient(90deg, #007bff, #00c851);
  color: white;
  border: none;
  padding: 10px 18px;
  font-size: 15px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  /* display: flex; */
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.send-btn:hover {
  background: linear-gradient(90deg, #0056b3, #009245);
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.4);
  transform: translateY(-2px);
}

/* Base outline */
.product-segment-field .MuiOutlinedInput-notchedOutline {
  border-color: #50a2e6 !important; /* light blue default */
  border-width: 1.5px !important;
  transition: all 0.25s ease-in-out;
}

/* Hover effect */
.product-segment-field:hover .MuiOutlinedInput-notchedOutline {
  border-color: #1983da !important; /* brighter blue */
}

/* Focus effect */
.product-segment-field
  .MuiOutlinedInput-root.Mui-focused
  .MuiOutlinedInput-notchedOutline {
  border-color: #1976d2 !important; /* deep blue */
  box-shadow: 0 0 4px rgba(25, 118, 210, 0.4);
}

/* Label focus color */
.product-segment-field .MuiInputLabel-root.Mui-focused {
  color: #1976d2 !important;
}
/* Default subtle blue border */
.loan-amount-input {
  border: 2px solid #3998e5 !important; /* light blue */
  border-radius: 6px;
  padding: 8px 10px;
  transition: all 0.25s ease-in-out;
  outline: none;
}

/* On hover */
.loan-amount-input:hover {
  border-color: #2d94e9 !important; /* medium blue */
}

/* On focus */
.loan-amount-input:focus {
  border-color: #1d76ce !important; /* dark blue */
  box-shadow: 0 0 4px rgba(25, 118, 210, 0.4); /* glowing blue border */
}

loan-table-container {
  margin-top: 15px;
  overflow-x: auto;
}

.loan-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.loan-table th,
.loan-table td {
  border: 1px solid #ddd;
  padding: 6px 8px;
  text-align: center;
}

.loan-table th {
  background-color: #f5f7fa;
  color: #333;
  font-weight: 600;
}

.loan-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.loan-table input[type="checkbox"] {
  cursor: pointer;
}
.section-container {
  border-radius: 12px;
  padding: 28px 30px;
  margin-bottom: 30px;
  box-shadow: 0 3px 10px rgba(199, 132, 132, 0.06);
  transition: all 0.3s ease;
}

.section-container:nth-child(even) {
  background: linear-gradient(145deg, #0b2e8e0f, #ffffff);
  border-left: 5px solid #0d6efd; /* left highlight */
  border-top: 2px solid #0d6efd;
  border-right: 2px solid #0d6efd;
  border-bottom: 2px solid #0d6efd;
  border-radius: 10px;
  padding: 28px 30px;
  margin-bottom: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
}

.section-container:nth-child(odd) {
  background: linear-gradient(145deg, #ffffff, #f2f6ff);
  border-left: 5px solid #0d6efd;
  border-top: 2px solid #538de4;
  border-right: 2px solid #5e92e0;
  border-bottom: 2px solid #4c8ae8;
  border-radius: 10px;
  padding: 28px 30px;
  margin-bottom: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
}

.section-container:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(13, 110, 253, 0.12);
}

.package-btns {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  justify-content: flex-start; /* align left */
}
.loan-table-wrapper {
  position: relative;
  max-height: 400px;        /* 👈 vertical scroll ke liye */
  overflow-y: auto;         /* vertical scroll */
  overflow-x: auto;         /* horizontal scroll */
  border: 1px solid #ddd;
}

.loan-table {
  position: relative;
}

.loan-table input[type="checkbox"] {
  position: relative;
  z-index: 10;
  pointer-events: auto;
}


/* Attractive Scrollbar */
.loan-table-wrapper::-webkit-scrollbar {
  width: 8px;
}

.loan-table-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.loan-table-wrapper::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #4a90e2, #357abd);
  border-radius: 10px;
}

.loan-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #357abd, #2f65a3);
}

/* Table Styling */
.loan-table {
  width: 100%;
  border-collapse: collapse;
}

.loan-table th,
.loan-table td {
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
}

.loan-table th {
  background-color: #f7f9fc;
  font-weight: 600;
}
.payment-status-wrapper {
  width: 100%;
}

.payment-status-box {
  width: 100%;
  /* background: #f5f5f5;
  border: 1px solid #b7b7d3; */
  border-radius: 8px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  height: 45px;
}
.status-badge {
  padding: 4px 2px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.chip-success {
  background: #d9f7e7;
  color: #0f8a36;
  border: 3px solid #9be5c0;
  width: 100%;
  /* background: #f5f5f5; */
  /* border: 1px solid #b7b7d3; */
  border-radius: 5px;
  padding: 17px 33px;
  display: flex;
  align-items: center;
  height: 45px;
}
.chip-pending {
  background: #fff3d4;
  color: #b27a00;
  border: 1px solid #ffe2a0;
  border-radius: 5px;
  padding: 17px 33px;
  display: flex;
  align-items: center;
  height: 45px;
}
.chip-failed {
  background: #ffe0e0;
  color: #c62323;
  border: 1px solid #ffb1b1;
  border-radius: 5px;
  padding: 17px 33px;
  display: flex;
  align-items: center;
  height: 45px;
}
/* Wrapper: cards compact & centered */
.detail-wrapper {
  width: 100%;
  max-width: 98%; /* or 100% if you want full width */
  margin: 20px auto 0 auto; /* top margin for spacing */
  display: flex;
  flex-direction: column;
  gap: 12px;
  clear: both; /* ensures it appears below any floated content */
}

/* Compact Blue Card */
.detail-column {
  background: #ffffff;
  padding: 12px 16px; /* smaller padding */
  border-radius: 12px;
  border: 1px solid #32438e;
  border-left: 4px solid #32438e;
  box-shadow: 0px 2px 8px rgba(50, 67, 142, 0.1);
  width: 65%;
  transition: 0.2s;
}

/* Hover effect */
.detail-column:hover {
  transform: translateY(-2px);
  box-shadow: 0px 4px 12px rgba(50, 67, 142, 0.2);
}

/* Card title */
.detail-column h3 {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #32438e;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 4px;
}

/* Field items inside cards in one line only */
.detail-column .field-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px; /* compact spacing */
}

.detail-column .field-item h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #555;
}

.detail-column .field-item p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #222;
}