: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_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;
  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;
}

.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;
}

.caseDetail .form-group {
  margin: 0;
  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;
  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;
}

/* / 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;
}

/* 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);
}

.success-bar::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - 160px);
  height: 4px;
  background-color: #ccc;
  transform: translateY(-50%);
  z-index: -1;
}

.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);
}
