.hidden { display: none !important; }

/* select2 */
.select2 { width: 100% !important; }
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;

    .select2-selection {
        background: #eeeeee !important;
        border: 1px solid #ced4da !important;
        box-shadow: none;
    }

    .select2-selection__arrow,
    select[readonly].select2-hidden-accessible
        + .select2-container
        .select2-selection__clear {
        display: none;
    }
}
.select2-selection__rendered {
    font-size: 14px !important;
    color:#6c757d !important;
}