.ka-form .select-custom {
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-color: #ccc;
    width: 100%;
    position: relative;
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
}

.select-custom {
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-color: #ccc;
    width: 100%;
    position: relative;
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
}



.ka-form .select-custom:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    outline: none;
}

.ka-form .select-custom option {
    background-color: #FFF;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
}


.container-select-custom {
    position: relative;
    display: flex;
    align-items: center;
}

.form-select.select-custom {
    flex-grow: 1;
}

.bs-caret {
    position: absolute;
    right: 15px;
    pointer-events: none;
    display: flex;
    align-items: center;
    height: 100%;
}
