  .custom-control  {
    border: none !important;
    outline: none;
    font-weight: normal !important;
    border-radius: 0 !important;
}
.custom-dropdown {
    border: none;
    font-weight: normal !important;
    border-radius: 0 !important;
}

.custom-dropdown .spinner{
    height: 100%;
    aspect-ratio: 1;
}

.custom-control input::placeholder {
    font-size: 1rem;
    font-style: italic;
    color: #c0c0c0;
}

.custom-dropdown input::placeholder {
    font-style: italic;
    color: #c0c0c0;
}
.custom-dropdown input {
    font-size: 1rem;
    color: #ff6600;
    border: none !important;
}
.custom-dropdown .dropdown-input-wrap {
    border: 2px solid #ff6600;
    padding: 5px 10px;
}

.custom-dropdown .no-results {
    color: #c0c0c0;
    padding: 10px 5px;
}
.custom-dropdown .not-loading {
    color: #c0c0c0;
    padding: 10px 5px;
}
.custom-dropdown-content .option.active {
    color: #fffdff;
    background-color: #ff6600;
}