div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

.dataTables_wrapper .row:first-child {
    flex-direction: row-reverse;
}

.curriculum-page-wrapper {
    flex-direction: row !important;
}

.dt-buttons {
    float: right;
    top: 5px;
    right: 120px;
    z-index: 10;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    color: #0000ff00;
    display: grid;
    width: 50%;
}

#datatableCurriculum_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    color: #0000ff00;
    display: grid;
    width: 100%;
}

#datatableCurriculum_filter input {
    margin-left: 0em;
}

.table-search-title {
    margin-bottom: -0.8rem;
    margin-left: 8px;
}

.history-table .dataTables_wrapper .row:first-child {
    display: none;
}

.licenses-link-std-table .modal-table {
    background-color: white !important;
    left: 0 !important;
    width: auto !important;
    margin-top: -39px;
}

.dataTables_length label {
    color: #979fbd;
}

.dataTables_length label select {
    color: #979fbd;
}

.custom-select {
    border-radius: 0.562rem;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    padding-top: 50px;
    padding-left: 19px;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    /* margin-top: -90px; */
}

.search-clear {
    position: absolute;
    z-index: 1;
    color: #c5cee0;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    color: #0000ff00;
    display: grid;
    width: 25%;
}

#datatable-licenses td {
    border-top: 1px solid #eff3f9 !important;
}

#datatable-licenses tbody tr:hover {
    background-color: #fff !important;
}

#datatable-licenses tbody tr td:hover {
    background-color: rgba(0, 0, 0, 0.075) !important;
}

#datatable-licenses .first-td {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border: 1px solid #eff3f9;
    border-right: 2px solid #f2f3f7 !important;
}

@media (max-width: 1500px) {
    div.dataTables_wrapper div.dataTables_filter label {
        width: 50%;
    }
    .search-clear {
        right: 2% !important;
    }
}


@media (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_filter label {
        width: 100%;
    }
    #datatableStudent_filter label {
        width: 100% !important;
    }
    .search-clear {
        top: 7.2rem !important;
    }
    .form-control-feedback-table::before {
        top: 5.2rem !important;
    }
    div.dt-buttons {
        margin-bottom: 0rem;
    }
}

@media (max-width: 500px) {}
