﻿.custom-select {
    margin: 0px !important;
    margin-top: -4.9px !important;
    font-family: inherit !important;
    width: 100% !important;
}

select {
    height: 34px !important;
    max-height: 34px !important;
    font-family: inherit !important;
    width: 100% !important;
    border: solid 2px #EBF2EA !important;
    background-color: #FFFFFF !important;
    border-radius: 6px !important;
    font-size: 14px;
}

    select:focus {
        border-color: #3B8233 !important;
        outline: none;
    }

option {
    font-family: inherit !important;
}

.cutom-option {
    font-family: inherit !important;
}

.option-disabled {
    font-family: inherit !important;
    font-size: 11px !important;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
    color: #999;
}
