﻿body {
}

textarea#js-script {
    font-size: 1rem;
    height: 95px !important;
    border-radius:5px;
}

.form-control {
    font-size: 1.1rem !important;
    background: #f4f7fe !important;
}

.toast-item-wrapper {
    font-size: 1.4rem !important;
    min-width: 250px;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    .toast-item-wrapper .toast-message {
        font-size: .9rem !important;
    }
    .toast-item-wrapper .toast-title {
        font-size: 1.1rem !important;
    }
.spinner-border {
    display: inline-block;
    width: 1.2rem !important;
    height: 1.2rem !important;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    margin-bottom: .4rem !important;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.btn {
    font-size: 1.12rem !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #37b201 !important;
    border-color: #37b201 !important;
}
.page-link {
    border-radius: 6px !important;
    font-size: 20px !important;
    width: 40px !important;
    border: 1px solid #80808052 !important;
    display: flex !important;
    justify-content: center !important;
    margin: 0px 2px !important;
    cursor:pointer;
}

.paginate_button.previous, .paginate_button.next {
    border: 0px solid #dadada !important;
}
.pagination .page-link:hover {
    background-color: #37b201 !important;
    border-color: #dee2e6 !important;
    color: white !important;
}
.paginate_button.previous:hover, .paginate_button.next:hover {
    background: transparent !important;
}
.text-danger {
    font-size: 1.2rem !important;
    font-weight: 500 !important;
}

.dt--top-section .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.dataTables_filter label {
    position: relative;
}

.dataTables_length label {
    font-size: 18px;
}

.dataTables_filter svg {
    position: absolute;
    left: 16px;
    top: 12px;
    width: 22px;
}

.dataTables_filter input[type="search"] {
    padding: 8px 8px 8px 30px;
    border-radius: 5px;
    font-size: 18px;
}

.dataTables_length select {
    padding: 6px;
    border-radius: 5px;
    font-size: 18px;
}

.re-top {
    display: flex;
    gap: 10px;
}


.complyfi_mid {
    min-height: calc(100vh - 182px);
    width: 100%;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    margin-top: 20px;
    flex-direction: column;
}

.complyfi_table {
    margin-top: 35px;
    width: 100%;
    max-width: 1320px;
    background: white;
    padding: 0px;
    border-radius: 30px;
}

.complyfi_table-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 20px 0px 20px;
}

.complyfi_table-con table {
    border-collapse: collapse;
    width: 100%;
    font-size: 22px;
    background: white;
    font-family: 'Poppins', sans-serif;
}

.complyfi_table-con td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 15px;
}

.complyfi_table-con th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 20px;
    font-size: 22px;
    background: #37b201;
    color: white !important;
}

.complyfi_table-con tr:nth-child(odd) {
    background-color: #f2f2f2 !important;
}

.complyfi_table-con {
    padding: 20px;
    overflow-y: auto;
}

    .complyfi_table-con table tbody tr td:nth(8) {
        white-space: nowrap;
    }

.complaint-record thead tr th:last-child {
    width: 865px;
}

.complaint-record thead tr th:first-child {
    width: 256px;
}

.complaint-record tbody tr td:nth-child(2) {
    width: 250px;
} 



.adminuser-record thead tr th:first-child {
    width: 200px;
}

.adminuser-record tbody tr td:nth-child(2) {
    width: 250px;
}
.adminuser-record tbody tr td:nth-child(3) {
    width: 100px;
}
.adminuser-record tbody tr td:nth-child(4) {
    width: 150px;
}
.adminuser-record tbody tr td:nth-child(5) {
    width: 150px;
}.adminuser-record tbody tr td:nth-child(1) {
    width: 250px;
}.adminuser-record tbody tr td:nth-child(0) {
    width: 100px;
}