.append-icon {
    position: absolute;
    right: 15px;
    top: 35px;
    font-size: 18px;
    cursor: pointer;
}

.input-wrapper input.is-invalid ~ .append-icon {
    display: none;
}

.toggle-password-icon{
    position: absolute;
    top: 22px;
    right: 15px;
    cursor: pointer;
}

.user-profile-img .rounded-circle {
    border: 2px solid #ececec;
}

.dataTables_length, .dataTables_info {
    display: inline-block!important;
}

.dt-buttons {
    display: inline-block!important;
    margin-left: 10px;
}

.dataTables_filter, .dataTables_paginate {
    float: right;
}

.table > tbody > tr > td {
  padding: 5px 10px;
}

.btn-link {
    text-decoration: none;
}

#studentsTable.table > tfoot > tr > th {
  padding: 5px 5px;
}

.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px;
    border: none;
}