.custom-select-wrapper-phone select,
.custom-select-wrapper-phone select#countryCode {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.custom-select-button-phone {
  width: 64px;
  text-align: center;
  background-color: #E6ECF7;
  border: none;
  outline: none;
  color: #051F3F;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  padding-right: 20px;
  cursor: pointer;
  position: relative;
  border-radius: 9999px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23051F3F' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-select-dropdown-phone {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
  display: none;
  padding: 8px 0;
  min-width: 280px;
}

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

.custom-select-dropdown-item-phone {
  padding: 10px 16px;
  color: #2b2e4a;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
  transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
}

.custom-select-dropdown-item-phone:hover,
.custom-select-dropdown-item-phone.selected {
  background-color: #dcffe6;
  color: #2b2e4a;
}

.custom-select-dropdown-phone::-webkit-scrollbar {
  width: 8px;
}

.custom-select-dropdown-phone::-webkit-scrollbar-track {
  background: #E6ECF7;
  border-radius: 4px;
}

.custom-select-dropdown-phone::-webkit-scrollbar-thumb {
  background: #8C96A9;
  border-radius: 4px;
}

.custom-select-dropdown-phone::-webkit-scrollbar-thumb:hover {
  background: #6B7A99;
}

.custom-select-dropdown-phone {
  scrollbar-width: thin;
  scrollbar-color: #8C96A9 #E6ECF7;
}
