: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: 13px 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: 32%;
}

.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: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}

/* 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 */
}

/* 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;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

/* 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%);
}
/* General tab button styles */
.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 {
  padding: 5px 5px;
  margin: 5px;
  border: 2px solid var(--primary-color);
  background-color: #f1f1f1;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
} */


/* Hover effect */
.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);
}

.formfilldesign .form-group {
  background: #32438e;
  padding: 13px 20px;
  color: white;
  margin: 0 4px 10px;
}
.formemail_top {
  width: auto;
  margin: 0;
}
.MuiFormControl-fullWidth {
  height: 53px;
}

.wrapsign--back1 {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden; /* ensures pseudo-element doesn't spill out */
  }
  
  .wrapsign--back1::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url(../images/loginimage2.png) no-repeat center/cover;
    filter: brightness(30%);
    transition: filter 0.3s ease;
    z-index: -1;
  }


.camnote-details {
    width: 100%;
    height: 30px;
}
  