.selectize {
    /*max-width: 400px !important;*/
    background-color: #FFFFFF;
    border: 1px solid #BFBFBF !important;
    box-sizing: border-box;
    color: #afaeae;
    font-size: 1.000rem;
    margin: 0;
    padding-top: 1px;
    font-family: 'Grapalat-regular', "Arian AMU", "Arial AMU", Sylfaen, sans-serif !important;
    font-weight: normal !important;

}

.selectize-input {
    border: unset;
}




.add_top_icon:after {
    background-position: -457px top !important;
    bottom: 0 !important;
    height: 10px !important;
    margin: auto 0 !important;
    position: absolute !important;
    right: 18px;
    top: 6px !important;
    width: 16px !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: url(/imgNew/arrow_down.png);
    background-repeat: no-repeat;
    border: none;
    transform: rotate(180deg);
}

.selectize-control {
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.05) !important;
}

.selectize-control-error {
    border-color: #F53C3C !important;
}

selectize-dropdown single selectize {
    background-color: #FFFFFF;
    border-color: #BFBFBF !important;
    color: #3c3c3c;
}

.selectize-dropdown-content {
    background: white;
    color: #3c3c3c;
    max-height: 250px !important;
}

.selectize-dropdown-content::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 6px;
    padding-right: 10px;
    background-color: #e9e9e9;
}

.selectize-dropdown-content::-webkit-scrollbar
{
    width: 6px;
    background-color: #e9e9e9;
}

.selectize-dropdown-content::-webkit-scrollbar-thumb
{
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color:#e9e9e9;
}

.option {
    padding-bottom: 12px !important;
    cursor: pointer !important;
}