body {
    overflow-x: hidden;
}
.authentication-wrapper.authentication-cover
    .authentication-inner
    .auth-cover-bg
    .auth-illustration {
    max-height: 95%;
    max-width: 95%;
    z-index: 1;
}
.menu-item.open > .menu-sub {
    padding-left: 0.5rem;
}
.parsley-error {
    border-color: #f44336 !important;
}
.parsley-success {
    border-color: #4caf50 !important;
}
.parsley-errors-list {
    margin-left: 0px;
    padding-left: 0px;
}
.parsley-errors-list li {
    list-style: none;
    color: #f44336;
    font-size: 13px;
    font-weight: 500;
}
.select2-container--default .select2-results > .select2-results__options {
    overflow-x: hidden;
}

/* datatable */
table.table-bordered.dataTable > :not(caption) > * > * {
    border-width: 1px;
    font-size: 14px;
}
.table tbody tr td.dtfc-fixed-right,
.table tbody tr td.dtfc-fixed-left {
    background-color: #ffffff !important;
}

div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper .dataTables_filter {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.light-style table.dataTable th,
.light-style table.dataTable td {
    border-color: #cdcdce !important;
    padding: 0.3rem 0.5rem;
}

.light-style table th,
.light-style table td {
    text-align: center !important;
    border-color: #cdcdce !important;
    white-space: nowrap;
    min-width: 50px;
    padding: 0.3rem 0.5rem;
}

.light-style table th:first-child,
.light-style table td:first-child {
    min-width: 10px;
}
