.cursor-pointer {
    cursor: pointer;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody {
    top: 0;
}
/* select2 */
.select2-container--bootstrap .select2-selection--single {
    height: 46px;
}

input[type="file"]::file-selector-button {
    margin: -18px 20px 0 -22px;
    border: none;
    background: #4b49ac50;
    padding: 16px 20px;
    /* border-radius: 10px; */
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

input[type="file"]::file-selector-button:hover {
    background: #4b49ac80;
}

.gap-1 {
    display: flex;
    gap: 2px;
}
.gap-2 {
    display: flex;
    gap: 4px;
}
.gap-3 {
    display: flex;
    gap: 6px;
}
.gap-4 {
    display: flex;
    gap: 8px;
}
.gap-5 {
    display: flex;
    gap: 10px;
}
