.imp-label {
  display: flex !important;
  align-items: end;
}

.imp-star-color {
  color: #E40808 !important;
}

.button-color {
  border: 1px solid #D4AF37
}

.button-color:hover {
  background-color: #D4AF37 !important;
  color: white;
}

.main-breadcrum {

  background-color: #f0f8ff;
  /* same as Tailwind bg-blue-50 */
}

.breadcrumb-wrapper {
  /* background-color: #f0f8ff; same as Tailwind bg-blue-50 */
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  /* same as text-sm */
  font-weight: 500;
}

.breadcrumb-text {
  display: flex;
  align-items: center;
  /* gap: 12px; */
  justify-content: space-between;
  color: #000;
  width: 100%;
  flex-wrap: wrap;

}

.breadcrumb-text span {
  white-space: nowrap;
  margin: 2px 0;
}

.breadcrumb-text span a {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #0B0B0B;
  text-decoration: none;
}

.breadcrumb-arrow {
  font-size: 14px;
}

.breadcrumb-btn {
  margin: 2px 0;
  font-size: 14px;
  font-weight: 500;
  color: #185985;
  border: 1px solid #185985;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
}

.breadcrumb-btn:hover {
  background-color: #e7f1ff;
}


.modal-title-head {
  color: #185985;
  font-size: 40px;
  font-weight: 500;
}

.modal-text-content {
  font-size: 18px;
  color: #000;
}

@media (max-width: 1197px) and (min-width: 685px) {
  .padding-box {
    padding: 20px;
  }

  .breadcrumb-wrapper {
    /* background-color: #f0f8ff; same as Tailwind bg-blue-50 */
    padding: 20px 20px;
  }
}

@media (max-width: 600px) {
  .box-position {
    flex-wrap: wrap;
  }

  .red-box {
    width: 100%;
    text-align: center;
    display: inline;
  }

  .breadcrumb-wrapper {
    /* background-color: #f0f8ff; same as Tailwind bg-blue-50 */
    padding: 20px 10px;
  }
}











.testing {
  background-color: green !important;
}





.testing {
  background-color: green !important;
}