.selectize-control.single .selectize-input {
    box-shadow: none;
    background-color: white;
    background-image: none;
}

/*pdading 10px 15px*/

.selectize-dropdown .selected {
    background-color: #213b52;
    text-decoration: none;
    color: white;
}

.selectize-input {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: .25rem;
}

.selectize-input input, .selectize-input .item {
    position: relative;
    top: 2px;
}

.selectize-control.single .selectize-input, .selectize-dropdown.single {
    border-color: rgb(206, 212, 218);
}

.selectize-dropdown-content {
    max-height: 500px;
}

.selectize-dropdown-content::-webkit-scrollbar {
    width: 10px;
}

.selectize-dropdown-content::-webkit-scrollbar-track {
    border: 1px solid rgb(241,241,241);
    padding: 2px 0;
    background-color: rgb(241,241,241);
}

.selectize-dropdown-content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(193,193,193);
}

.selectize-dropdown-content::-webkit-scrollbar-thumb:hover {
    background-color: rgb(168,168,168);
}

.selectize-control .single.selectize-dropdown {
    z-index: 999;
}