.input-date{
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.dataTables_wrapper .dataTables_length label, .dataTables_wrapper .dataTables_filter label {
    position: relative !important;
    font-family: "Public Sans", sans-serif !important;
    font-size: 1rem !important;
    font-weight: none !important;
    font-weight: 400;
    color: gray !important;


}