.email-verification_container {
    width: auto!important;
}

.portlet-toggle-switch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
}

.kt-portlet .kt-portlet__head .kt-portlet__head-toolbar {
    z-index: 91;
}

.kt-portlet-switcher {
    z-index: 1001;
}

.datatable__column-1 .dataTable {
    th:nth-child(1) {
        width: 100% !important;
    }

    td:nth-child(1) {
        width: 100% !important;
    }

    td:nth-child(1) span {
        width: 100% !important;
    }
}

.datatable__column-2 .dataTable {
    .m-datatable__table th:nth-child(2) {
        width: 100% !important;
    }

    td:nth-child(2) {
        width: 100% !important;
    }

    td:nth-child(2) span {
        width: 100% !important;
    }
}

.datatable__column-3 .dataTable {
    th:nth-child(3) {
        width: 100% !important;
    }

    td:nth-child(3) {
        width: 100% !important;
    }

    td:nth-child(3) span {
        width: 100% !important;
    }
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: flex-start;
}

.dataTables_processing.card {
    background-color: transparent!important;
    background-clip: initial!important;
    border: 0!important;
    .processing-wrapper {
        display: flex;
        width: 100%;
        justify-content: center;
    }
}

.kt-portlet__head-tools {
    z-index: 95;
}

@media (min-width: 1025px) {
    body.kt-header--fixed.modal-open {
        padding-top: 70px!important;
    }
}

@media (max-width: 1024px) {
    body.kt-header--fixed.modal-open {
        padding-top: 60px!important;
    }
}
////////
.users-name-date {
    display: flex;
    width: 100%;
    max-width: 600px;
    justify-content: space-between;
}
