body {
  font-family: "Poppins", serif;
}

.fs-14 {
  font-size: 14px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.bgprimary {
  background-color: #9c233c;
}

.textprimary {
  color: #9c233c;
}

label {
  color: #151515;
  font-weight: 600;
}

label.error {
  color: red;
  font-size: 12px;
  font-weight: 400 !important;
}

.borderlessInput {
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  padding-left: 8px;
}

.select2.select2-container {
  width: 100% !important;
  border: 0 !important;
  border-bottom: 1px solid #ddd !important;
  border-radius: 0px !important;
}

.select2.select2-container:focus {
  border: 0 !important;
  box-shadow: none !important;
}

.select2-search__field:focus {
  border: 0 !important;
  box-shadow: none !important;
}

.select2-selection {
  height: 36px !important;
  padding-left: 8px !important;
  border: 0 !important;
  border-radius: 0px !important;
}

.select2-selection__placeholder {
  color: #a7a7a7 !important;
}

.select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.form-select option:first-child,
.form-control::placeholder {
  color: #a7a7a7;
}

.form-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none !important;
}

.programm-menu {
  width: 320px;
  right: 0;
  left: auto !important;
}

.mainsection {
  min-height: calc(100vh - 500px);
}

/* =========Responsive style ============= */

@media (max-width: 767.98px) {
  header .navbar-brand img {
    width: 120px;
  }

  header .nav-item .nav-link {
    font-size: 14px;
  }

  .header-contact {
    width: 100%;
  }

  .btn-full {
    width: 100%;
  }
  .header-contact {
    width: 100%;
  }
}

/* =========Intl Tel Input ============= */
.iti--allow-dropdown {
  width: 100% !important;
}

.iti {
  width: 100%;
  max-height: 38.98px !important;
}

.iti__selected-flag {
  background-color: transparent !important;
  border-right: 1.3px solid #ddd !important;
}

/* =========Custom Select2 ============= */
.select2-container {
  width: 100% !important; /* Override default */
  font-size: 16px;
}

.select2-container .select2-selection--single {
  height: 40px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333;
  line-height: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 10px;
}

.select2-container--default .select2-dropdown {
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.select2-container--default .select2-results__option {
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #007bff;
  color: white;
}

/* =========Login Modal ============= */
#loginModalContentBody .nav-link {
  color: #212529 !important;
}

#loginModalContentBody .nav-link.active {
  background-color: #9C233C !important;
  color: white !important;
}
