:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
.select-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #B6B7BB;
  transition: transform 0.2s ease;
}

.select-icon.rotate {
  color: #013F3F;
}

.star {
  color: #F93F2E;
}

.form-group {
  position: relative;
}

.drop-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  overflow-y: auto;
  width: 100%;
  max-height: 228px;
}

.select-dropdown {
  z-index: 1000;
  display: none;
  border-radius: 8px;
  padding: 4px 2px;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 125%;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0px 0.5px 4px 0px rgba(177, 212, 212, 0.3098039216);
}

.formGroup {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 8px;
  flex: 1;
  position: relative;
}

.select-dropdown.show {
  display: block;
}

.select-option {
  padding: 8px 12px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.15s ease;
  font-family: "HostGrotesk_regular";
  font-size: 18px;
  line-height: 143%;
  font-weight: 500 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  color: rgb(46, 45, 56);
}

.select-option:hover {
  background-color: #F7F7F9;
}

.select-option.selected {
  background-color: #F4F4F7;
}

.select-option.hidden {
  display: none;
}

.no-results {
  padding: 16px;
  text-align: center;
  color: #B6B7BB;
  font-family: "HostGrotesk_regular";
  font-size: 16px;
  line-height: 100%;
  font-weight: 500 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
}

.drop-container::-webkit-scrollbar {
  width: 4px;
}

.drop-container::-webkit-scrollbar-track {
  background: white;
  border-bottom-right-radius: 4px;
}

.drop-container::-webkit-scrollbar-thumb {
  background: #DEDEE2;
  width: 4px;
  border-radius: 4px;
}

.drop-container::-webkit-scrollbar-button {
  display: none;
}

.drop-container::-webkit-scrollbar-thumb:hover {
  background: #FBFBFD;
}

.custom-select-wrapper {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .formGroup {
    width: 100%;
  }
}
.formGroup .error-message {
  position: absolute;
  bottom: -16px;
  left: 0;
}