.ginput_container ul.school-suggestions {
  display: none;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  border: 1px solid #ccc !important;
  max-height: 200px !important;
  overflow-y: auto !important;
  position: absolute !important;
  z-index: 1000 !important;
  width: 100% !important;
  margin-top: 0 !important;
}

.ginput_container ul.school-suggestions li {
  padding: 10px;
  cursor: pointer;
}

.register-ncesid {
  display: none !important;
}

.school-suggestions li:hover {
  background-color: #f0f0f0;
}

#register-city-state-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1C7B7C;
  text-decoration: underline;
}

#register-city-state-toggle .arrow {
  display: inline-block;
  margin-left: 4px;
  transition: transform 0.3s ease; /* Smooth rotation */
  display: flex;
  align-items: center;
  justify-content: center;
}

#register-city-state-toggle.rotated .arrow {
  transform: rotate(180deg); /* Rotate arrow */
}

.school-search {
  position: relative !important;
}

.search-button {
  position: absolute !important;
  right: 10px !important;
  top: 50% !important;
  transform: translateY(-10%) !important;
  background: none !important;
  border: none !important;
  font-size: 18px !important;
  cursor: pointer !important;
  padding: 5px !important;
  color: #333 !important; /* Adjust color as needed */
}

.search-button:hover {
  color: #0073aa !important; /* Hover color */
}

.search-button:focus {
  outline: none;
  box-shadow: 0 0 2px 2px #0073aa !important; /* Focus outline */
}

.search-button.loader {
  background: transparent !important;
  cursor: not-allowed !important;
  color: transparent !important; /* Hide the magnifying glass text/icon */
  pointer-events: none !important; /* Prevent clicking */
  width: 24px;
  height: 24px;
  padding: 0 !important;
}

.search-button::after {
  content: url(/wp-content/plugins/gf-opendatasoft-addon/assets/img/Search.svg);
  width: 24px;
  height: 24px;
  padding: 0;
  position: relative;
  display: inline-block;
}

.search-button.loader::after {
  content: url(/wp-content/plugins/gf-opendatasoft-addon/assets/img/LoaderSmall.svg);
  animation: rotate 1s linear infinite;
  max-width: 24px;
  max-height: 24px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 5px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.yellow-checkboxes br {
  display: block !important;
}

.yellow-checkboxes .gform-field-label {
  position: relative;
}

.yellow-checkboxes .gfield-choice-input {
  margin-top: 5px!important;
}

.yellow-checkboxes .gchoice {
  margin-bottom: 5px;
  border: 1px solid rgba(104, 110, 119, 0.35);
  border-radius: 5px;
  padding: 5px 15px;
}

@media screen and (max-width: 768px) {
  .yellow-checkboxes .gchoice {
    background: #fff8ef;
  }
}