﻿.rz-dropdown:focus,
.rz-dropdown.rz-state-focused {
    border: 1px solid white !important;
    outline: 3px solid #598cf3 !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 1px rgb(155, 186, 248) !important;
    font-family: inherit !important;
}

.rz-dropdown {
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    font-size: 14px !important;
}

.rz-placeholder {
    color: rgb(189, 189, 189) !important;
}

.rz-state-highlight {
    background-color: #598cf3 !important;
    color: white !important;
    border-radius: 0.25rem !important;
    font-size: 14px !important;
}

.rz-multiselect-item, .rz-helper-clearfix {
    font-size: 14px !important;
    padding: 8px !important;
    padding-left: 16px !important;
}

.rz-chkbox-box.rz-state-active {
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.rz-chkbox-box {
    border-color: #007bff !important;
}

.rz-chkbox-icon.rzi-check {
    color: white !important;
}

.rz-dropdown-item:hover {
    background-color: rgba(0, 123, 255, 0.1) !important;
}

