.custom-file-label.selected {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.date-range-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px; /* Adjust the font size as needed */
    color: #999; /* Adjust the color as needed */
}

.date-range-label.hidden {
    opacity: 0;
}

/*datatable*/

.dataTables_filter {
    margin-bottom: 15px !important;
}
.dt-buttons .dt-button {
    background-color: #00a6ff;
    color: white;
    padding: 8px;
    font-size: 20px;
    border: none;
    width: 125px;
    border-radius: 5px;
}

.dt-buttons .dt-button:hover {
    background-color: #128aca;
}

.dataTables_wrapper .row {
    display: flex;
    align-items: center;
}