.wpbox-sic-card {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px;
  background: #ffe8cc;
  border-radius: 24px;
}

.title-skin {
  color: #334155;
}

.sub-skin-title {
  color: #64748b;
}

.leftt {
  color: #64748b;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}
.tbox {
  width: 45% !important;
}
.frms {
  border: 0px solid #ddd;
  border-radius: 0.3em;
  color: #333;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
}
.frms input[type="text"],
[type="password"],
[type="file"],
textarea,
select {
  border-radius: var(--radius-xl, 12px);
  border: 1px solid var(--uiStroke-tone-02, #cbd5e1);
  background: var(--uiBg-screen-00, #fff);
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 10px var(--spacing-4, 16px);
  width: 99%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.new {
  padding: 16px;
}

.group_con {
  position: relative;
  margin: 20px 0;
}

.leftt {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #334155;
}

.custom-select-wrapper {
  position: relative;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  width: 100%;
  padding: 10px 16px;
  padding-right: 50px; /* Space for the calendar icon */
  font-size: 16px;
  color: #64748b;
  line-height: 1.5;
  cursor: pointer;
}

.custom-select:focus {
  outline: none;
  border-color: #ed8910;
  box-shadow: 0 0 4px rgba(237, 137, 16, 0.5);
}

.custom-select-wrapper::after {
  content: "";
  position: absolute;
  top: 43%;
  right: 16px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../../../../../themes/morulaivf-24/assets/images/icons/main-calender.svg")
    no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

.orange-button {
  border-radius: var(--radius-xl, 12px);
  padding: 10px 50px 10px 16px;
  background: url("../../../../../themes/morulaivf-24/assets/images/icons/right-arrow.svg")
    no-repeat right 10px center #ed8910;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  line-height: 24px;
  cursor: pointer;
}

.button-bottom {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 20px;
}

.reset-button {
  border-radius: var(--radius-xl, 12px);
  border: 1px solid var(--uiStroke-tone-01, #e2e8f0);
  background: var(--uiBg-screen-00, #fff);
  display: flex;
  height: 48px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: var(--uiInk-tone-04, #334155);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .frms {
    width: 90% !important;
  }
  .tbox {
    width: 95% !important;
  }
  .frms input[type="text"],
  [type="password"],
  [type="file"],
  textarea,
  select {
    width: 95% !important;
  }
}
