/*
.alerte-mail__ville {
    border-width: 0 0 1px 0 !important;
    border-color: black !important;
    border-style: solid !important;
    border-radius: 0 !important;
    padding: .375rem 2.25rem 0.15rem 0 !important;
}*/

.form-select.alerte-mail__ville {
    background-color: #333;
    padding: .8rem;
    border-radius: 15px;
    color: #fff !important;
    border: none;

    .selectize-dropdown-content {
        .option {
            color: white;

            .highlight {
                color:white;
                background-color: transparent;
                font-weight: bold;
            }
        }

        .option.active {
            background-color: rgba(0,0,0,0.1);
        }
    }

    .selectize-input {
        .item {
            background: transparent;
            color:white;
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 0.5rem;

            .remove {
                border:none;
            }
        }
    }
}

.form-select.alerte-mail__ville input::placeholder {
    color: #94A3B8;
    font-size: 1.2em;
}

.alerte-mail__ville .selectize-input{
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    background: none !important;

    input {
        width: 100% !important;
    }
}

