// .ac-select-box {
//   select {
//     background-color: $info-light;
//     border: 1px solid $primary-10;
//     font-size: 1rem;
//     height: 42px;
//     padding-left: 20px;

//     option {
//       box-shadow: $ac-shadow-1;
//     }

//     &:hover {
//       border: 1px solid $gray-80;
//     }

//     &:focus {
//       outline: none;
//       box-shadow: none;
//       border: 1px solid $ac-primary;
//     }
//   }

//   &.is-small {
//     select {
//       height: 36px;
//       padding-left: 15px;
//     }

//     &.select:not(.is-multiple):not(.is-loading)::after {
//       top: 50%;
//       margin-top: 0px;
//     }
//   }

//   &.select:not(.is-multiple):not(.is-loading)::after {
//     border-color: $primary-10;
//   }
// }

// .is-dark-theme {
//   .select {
//     select {
//       background-color: $gray-80;
//       color: $white-100;
//       border: 1px solid $color-border;
//     }
//   }
// }
