.responsive-table{
    max-width: 100%;
    overflow-x: auto;
}

table.table-bordered.dataTable th{
    white-space: nowrap;
}

.table-with-actions tbody tr td:last-child{
    white-space: nowrap;
}

.preloader img.animation__shake {
    height: 60px;
    width: auto;
}

.height-500px {
    height: 500px !important;
}

.edit-user-sub .custom-switch .custom-control-label::before {
    width: 2.25rem;
    height: 1.25rem;
    border-radius: 100rem;
    cursor: pointer;
}

.edit-user-sub .custom-switch .custom-control-label::after {
    width: 1rem;
    height: 1rem;
    left: -33px;
    cursor: pointer;
}

.edit-user-sub .custom-switch .custom-control-input:checked+.custom-control-label::after {
    left: -30px;
}