#id_phone_prefix {
  font-size: 0.8rem;
}

.no-icon-form {
  background-image: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

h4,
.h4 {
  font-size: 20px;
  font-family: "Gotham Rounded Book";
}

.h-input {
  width: 100%;
  border: 1px solid #e1e2e9 !important;
  border-radius: 6px;
  padding: 0.5rem;
}

.h-form-control {
  margin-bottom: 0.3rem;
}

.div-flex>div {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
  width: 100%;
}

.h-card {
  border-radius: 8px;
  border-color: #e1e2e9;
  border-style: solid;
  border-width: 1px;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.h-icon-container {
  height: 100px;
  width: 100px;
}

.text-sm {
  font-size: 14px;
  font-family: "Gotham Rounded Book";
  color: #1f1333;
}

.text-xs {
  font-size: 12px;
  font-family: "Gotham Rounded Book";
  color: #1f1333;
}

.h-link {
  color: #0029ff;
  font-family: "Gotham Rounded Book";
  cursor: pointer;
}

.h-link:hover {
  text-decoration: underline;
  color: #0029ff;
}

.h-button {
  background: #513483;
  border: 1px solid #e1e2e9 !important;
  border-radius: 50px;
  color: white;
  font-family: "Gotham Rounded Book";
  padding: 0.5rem;
  width: 100%;
  cursor: pointer;
  min-height: 44px;
}

.h-button:hover {
  background: #684294;
}

.h-disabled-button {
  background: #e1e2e9;
  border: none;
  border-radius: 50px;
  color: #625a70;
  font-family: "Gotham Rounded Book";
  padding: 0.5rem;
  width: 100%;
}

.confirm-phone-modal {
  padding: 4rem 4rem 2rem 4rem;
}

.text-primary {
  color: #572d88 !important;
}

.font-semibold {
  font-family: "Gotham Rounded";
  font-weight: 350;
}

.menu-wrapper {
  position: relative;
}

.menu-toggle {
  padding: 10px 20px;
  border: 1px solid #e1e2e9;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
}

.menu-options {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  display: none;
  width: 100%;
}

.menu-option {
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.menu-option:hover {
  background-color: #f5f5f5;
}

.menu-wrapper.open .menu-options {
  display: block;
}

.radio-button-wrapper {
  border: 1px solid #684294;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
}

.radio-button {
  border-radius: 50%;
  background-color: #684294;
  width: 14px;
  height: 14px;
  display: none;
  margin: auto;
}

.gap-1 {
  gap: 0.8rem;
}

.radio-button-large {
  width: 30px;
  height: 30px;
}

.hour-select {
  padding: 10px 20px;
  border: 1px solid #e1e2e9;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
}

.spacer-horizontal {
  margin: 2rem 0;
}

.margin-top-large {
  margin-top: 4rem;
}

.button-sticky {
  position: sticky;
  z-index: 100;
  bottom: 1rem;
  width: 100%;
}

@media (width >=768px) {
  .button-sticky {
    position: unset;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .h-button-md {
    width: 30%;
  }

  .grid-wrapper-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2rem;
    row-gap: 1rem;
  }

  .hidden-md {
    display: none !important;
  }
}

@media (width < 768px) {
  .hidden-sm {
    display: none !important;
  }
  .card {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .h-icon-container {
    height: 59px;
    width: 59px;
  }
  .list-group-item {
    padding: 0 !important;
  }
  .widget-fields {
    padding-top: 20px;
  }
  .modal-content {
    padding: 4rem 4rem 2rem 4rem !important;
  }
  .offset-md-3 {
    margin: 0 auto;
    padding: 0;
  }
}

.custom-badge {
  background-color: #ddd5e7;
  padding: 5px 8px;
  border-radius: 20px;
}

#swal2-title {
  font-size: x-large;
}

.iti--container {
  width: 85% !important;
}

.introjs-nextbutton {
  background: var(--main) !important;
  border-color: var(--main)
}

.swal2-confirm {
  background-color: var(--main) !important;
  border-left-color: var(--main) !important;
  border-right-color: var(--main) !important;
}

.cardActionZone {
  margin-bottom: 0px !important;
}

.text-term-and-conditions {
  font-size: 15px;
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
  border-top-right-radius: none !important;
  border-top-right-radius: none !important;
}

.form-control {
  border-radius: 18px !important;
}

.iti__country-list {
  width: 40vw;
}

.custom-input-filter {
  padding: 10px !important;
  border: 1px solid #ccc;
  border-radius: 5px !important;
}

input[type="text"],
input[type="select"] {
  border-radius: 5px !important;
  border: 1px solid var(--Grey, #E1E2E9) !important;
  background: var(--White, #FFF) !important;
  font-size: 14px !important;
  height: 48px;
}

.form-control {
  border-radius: 5px !important;
  border: 1px solid var(--Grey, #E1E2E9) !important;
  background: var(--White, #FFF) !important;
  height: 48px;
  font-size: 14px !important;
}
