body {
    box-sizing: border-box;
    padding: 0;
    font-family: "Roboto", sans-serif !important;
}

.loginpage-class {
    background: #dadbdb !important;
}

.login-class {
    height: 100vh;
    align-items: center;
}

.login-class .card {
    backdrop-filter: blur(29.399999618530273px) !important;
    border-radius: 10px;
    box-shadow: unset !important;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.login-class .card-header {
    border-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 0px;
}

.login-class .card-header h2 {
    font-family: "Roboto", sans-serif !important;
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
}

.login-class .card .card-body {
    padding-top: 13px;
    padding-bottom: 30px;
}

.login-class form label {
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 22.4px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #6c7278;
}

.login-class form a.btn.btn-link {
    display: block;
    text-align: left;
    padding: 15px 0px 0px;
    font-size: 14px;
    color: #4d81e7;
    font-weight: 500;
    text-decoration: underline !important;
}

.login-class form button.btn.btn-primary {
    font-family: "Roboto", sans-serif !important;
    background: linear-gradient(0deg, #75a1bc, #75a1bc),
        linear-gradient(180deg,
            rgba(255, 255, 255, 0.12) 0%,
            rgba(255, 255, 255, 0) 100%);
    border: none;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: center;
    color: #000 !important;
    padding: 12px 32px !important;
    margin-top: 15px;
}

.login-class .form-check-input {
    position: absolute;
    margin-top: 0.4rem;
    margin-left: -1.25rem;
}

.login-class .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    margin-top: 6px;
}

.login-class input.form-control {
    background: #fff;
    outline: unset !important;
    box-shadow: unset !important;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    border-radius: 10px;
    height: 42px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000 !important;
    background-color: #75a1bc !important;
}

[class*="sidebar-dark-"] .sidebar a {
    color: #000000 !important;
}

.btn-primary {
    color: #000 !important;
    background-color: #75a1bc !important;
    border-color: #75a1bc !important;
    box-shadow: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 8px 25px !important;
}

.sidebar .info img {
    height: 56px !important;
}

.loginlogo-class img {
    width: 100%;
    max-width: 35%;
    margin: 0 auto 25px;
    display: block;
}

.registerclass .register-box {
    width: 400px !important;
    margin: 0 auto;
    margin-top: 0;
}

.registerclass .registerform-class {
    height: calc(100vh - 60px);
}

.registerclass .login-logo h3 {
    font-size: 24px;
    color: #000;
    padding-bottom: 15px;
    font-weight: 500;
}

.register-box .card-body.register-card-body {
    background: #fff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    padding: 25px;
    border-radius: 10px;
}

#profileForm input {
    height: 48px !important;
    border-radius: 10px 0px 0px 10px !important;
    font-size: 14px !important;
}

#profileForm .input-group .input-group-text {
    background-color: transparent;
    border-bottom-right-radius: 10px;
    border-left: 0;
    border-top-right-radius: 10px;
    color: #777;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#profileForm button.btn.btn-primary {
    margin-top: 10px;
}

.changepass-class .register-box {
    margin-top: 0px;
}

.changepass-class .registerform-class {
    height: calc(100vh - 60px);
}

.changepass-class .login-logo h3 {
    font-size: 24px;
    color: #000;
    padding-bottom: 15px;
    font-weight: 500;
}

.changepass-class button.btn.btn-primary {
    background: #1b7ed9;
    border: none !important;
    padding: 11px 32px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    box-shadow: unset;
}

#PasswordForm input {
    height: 48px !important;
    border-radius: 10px 0px 0px 10px !important;
    font-size: 14px !important;
}

#PasswordForm .input-group .input-group-text {
    background-color: transparent;
    border-bottom-right-radius: 10px;
    border-left: 0;
    border-top-right-radius: 10px;
    color: #777;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#Book_datatable_filter label {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}

#Book_datatable th {
    font-size: 14px;
    font-weight: 500;
}

#Book_datatable td {
    font-size: 12px;
}

div#Book_datatable_info {
    font-size: 13px;
}

thead {
    background-color: #dadbdb !important;
    color: #000000;
}

#Book_datatable_wrapper .table-bordered {
    border: 1px solid #ccc !important;
}

.Book_datatable .table-bordered td,
.table-bordered th {
    border: 0px solid #dee2e6 !important;
    border-left: 1px solid #ddd !important;
}

#Book_datatable_wrapper .table-bordered td {
    border: 0px solid #dee2e6 !important;
    border-left: 1px solid #ddd !important;
}

.Book_datatable tr.even {
    background: #75a1bc6e !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #000000 !important;
    background-color: #dadbdb !important;
    border-color: #dadbdb !important;
}

#BookForm input {
    font-size: 12px;
}

#Users_datatable_filter label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 13px;
}

#Users_datatable th {
    font-size: 14px;
    font-weight: 300;
}

#Users_datatable td {
    font-size: 12px;
}

div#Users_datatable_info {
    font-size: 13px;
}

#Users_datatable .table-bordered {
    border: 1px solid #ccc !important;
}

.Users_datatable .table-bordered td,
.table-bordered th {
    border: 0px solid #dee2e6 !important;
    border-left: 1px solid #ddd !important;
}

#Users_datatable_wrapper .table-bordered {
    border: 1px solid #ccc !important;
}

#Users_datatable.table-bordered td {
    border-left: 1px solid #ddd !important;
}

#Genre_datatable_filter label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 13px;
}

#Genre_datatable th {
    font-size: 14px;
    font-weight: 300;
}

#Genre_datatable td {
    font-size: 12px;
}

div#Genre_datatable_info {
    font-size: 13px;
}

#Genre_datatable .table-bordered {
    border: 1px solid #ccc !important;
}

.Genre_datatable .table-bordered td,
.table-bordered th {
    border: 0px solid #dee2e6 !important;
    border-left: 1px solid #ddd !important;
}

#Genre_datatable_wrapper .table-bordered {
    border: 1px solid #ccc !important;
}

#Genre_datatable.table-bordered td {
    border-left: 1px solid #ddd !important;
}

#GenreForm input {
    font-size: 12px;
}

#Quote_datatable_filter label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 13px;
}

#Quote_datatable th {
    font-size: 14px;
    font-weight: 300;
}

#Quote_datatable td {
    font-size: 12px;
}

div#Quote_datatable_info {
    font-size: 13px;
}

#Quote_datatable .table-bordered {
    border: 1px solid #ccc !important;
}

.Quote_datatable .table-bordered td,
.table-bordered th {
    border: 0px solid #dee2e6 !important;
    border-left: 1px solid #ddd !important;
}

#Quote_datatable_wrapper .table-bordered {
    border: 1px solid #ccc !important;
}

#Quote_datatable.table-bordered td {
    border-left: 1px solid #ddd !important;
}

#QuoteForm input {
    font-size: 12px;
}

.nav-sidebar li.nav-item p {
    font-size: 15px;
}

.block a.nav-link p {
    font-size: 13px !important;
    margin-bottom: 0px;
}

#Book_datatable_wrapper table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: revert-layer !important;
}

#Book_datatable th {
    vertical-align: middle;
}

.dashboardheading-class h1.m-0 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
    color: #000;
}

.evaluation-form h2 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.dataTables_length label {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 13px;
    font-weight: 400 !important;
}

h2.card-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

li#PrevEmp_datatable_previous {
    font-size: 13px;
}

li.paginate_button.page-item {
    font-size: 13px;
}

li#PrevEmp_datatable_next {
    font-size: 13px;
}

.table-action-btn {
    font-size: 14px;
    line-height: 14px;
    display: flex;
}

.addborder .fa {
    font-size: 12px;
    line-height: 12px;
    padding: 2px;
}

i.fa.fa-trash {
    font-size: 12px;
    line-height: 12px;
    padding: 2px;
}

#Book_datatable .table-action-btn img {
    height: 56px;
    object-fit: contain;
}

.profile_menu a#dropdownMenuLink {
    outline: unset !important;
    box-shadow: unset !important;
    font-size: 14px;
    font-weight: 500;
    margin-right: 30px;
}

.filterinquiry-class select {
    font-size: 12px;
}

button#dateFilter {
    font-size: 14px !important;
}

h3.card-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

#Discount_datatable_wrapper .table-bordered {
    border: 1px solid #ccc !important;
}

#Discount_datatable.table-bordered td {
    border: 0px solid #dee2e6 !important;
    border-left: 1px solid #ddd !important;
}

#Discount_datatable_filter label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500 !important;
    font-size: 13px;
}

div#Discount_datatable_info {
    font-size: 12px;
}

#Payment_datatable_filter label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500 !important;
    font-size: 13px;
}

#Payment_datatable_wrapper .table-bordered {
    border: 1px solid #ccc !important;
}

div#Payment_datatable_info {
    font-size: 13px;
}

.filterbook-class {
    margin-left: -12px;
}

#Payment_datatable.table-bordered td {
    border: 0px solid #dee2e6 !important;
    border-left: 1px solid #ddd !important;
}

.dualtop-class {
    position: relative;
    top: 4px;
}

.paymentsearch-class button#PaymentFilter {
    font-size: 13px !important;
}

a#clearPayment {
    font-size: 13px;
}

.paymentsearch-class {
    padding-left: 18px !important;
}

.dualbtn_class {
    margin-left: -145px;
}

.Criteria-class textarea {
    padding: 5px;
}

.Criteria-class .add_button3 {
    margin-top: 15px;
}

#Global .form-group {
    margin-bottom: 0.5rem;
}

li.select2-selection__choice {
    font-size: 14px;
}

.FilePreview a.view {
    font-size: 14px;
}

form#DiscountForm {
    margin-top: 20px !important;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-results__option {
    font-size: 12px;
}

.middlesend-class {
    flex: 0 0 10% !important;
    max-width: 10% !important;
}

.firsttitle-class {
    flex: 0 0 25% !important;
    max-width: 25% !important;
}

#criteria input[type="text"] {
    font-size: 12px;
}

.table-action-btn p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    width: 300px;
    line-height: 18px;

    @supports (-webkit-line-clamp: 2) {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:before {
    opacity: 0.7 !important;
}

table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    opacity: 0.7 !important;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
    padding: 4px;
    width: 45px;
}

#Client_datatable_filter label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

#Client_datatable td {
    font-size: 12px;
}

#Client_datatable th {
    font-size: 14px;
}

.form-control:focus {
    border-color: #ced4da !important;
}

.evaluation-form select {
    font-size: 12px !important;
    font-weight: 400 !important;
    outline: none !important;
}

input#vResumeFile {
    font-size: 12px;
}

.companyDetailsAppend a.view-class {
    padding-left: 20px;
}

.companyDetailsAppend button.view-class.delClone {
    width: 140px;
}

.Service-heading {
    text-align: center;
    width: 100%;
    margin-top: 28px;
}

.imgmargin-class {
    padding-bottom: 5px !important;
}

.Company-heading.mt-8 {
    margin-top: 18px;
    margin-bottom: 18px;
}

#Company_datatable td:last-child {
    padding: 8px 0px 8px 4px;
}

#Staff_datatable td:last-child {
    padding: 8px 0px 8px 4px;
}

input.form-control {
    box-shadow: unset !important;
}

a {
    text-decoration: none !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff !important;
    opacity: 1;
}

p {
    margin-bottom: 0rem !important;
}

.nav-pills .nav-link:not(.active):hover {
    color: #000000 !important;
}

.col-md-3.paddingleft1 {
    padding-left: 109px;
}

.col-md-3.paddingleft2 {
    padding-left: 60px;
}

.sixetext {
    font-size: 14px;
}

.padd30 {
    padding: 0px 30px;
}

.padright-7 {
    padding-right: 7px !important;
}

.padleft-7 {
    padding-left: 7px !important;
}

.top-header {
    background: #fff;
}

.potentialhead-class h3.card-title {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.potentialhead-class .card {
    box-shadow: unset;
}

.potentialhead-class .card .row.align-items-center.mt-3.ml-1 {
    margin-top: 1.2rem !important;
}

.potentialhead-class .card.mt-3 {
    margin-top: 0rem !important;
}

.potentialcontent-class label {
    font-size: 14px;
    text-align: left;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #111;
    background: unset !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid transparent !important;
}

.dataTables_length label {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 13px;
}

.potentialcontent-class .dataTables_length select.custom-select.custom-select-sm.form-control.form-control-sm {
    width: 60px;
}

.potentialcontent-class select {
    font-size: 12px;
    outline: unset;
}

.potentialcontent-class input[type="search"] {
    font-size: 12px;
    outline: unset !important;
}

.potentialcontent-class .table-bordered {
    border: 1px solid #ddd !important;
}

.potentialcontent-class .table-bordered th {
    border: 0px solid #dee2e6 !important;
    border-left: 1px solid #ddd !important;
}

.potentialcontent-class .table-bordered th:first-child {
    border-left: 0px solid #ddd !important;
}

.potentialcontent-class .table-bordered td {
    border-left: 1px solid #ddd !important;
}

table#HR_datatable {
    border-top: none !important;
    border-left: none !important;
    border-bottom: none !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid;
}

.potentialcontent-class th {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.potentialcontent-class td {
    font-size: 12px;
    color: #000;
    font-weight: 400 !important;
}

.potentialcontent-class a#HR_datatable_previous {
    font-size: 14px;
}

.potentialcontent-class a#HR_datatable_next {
    font-size: 14px;
}

.potentialcontent-class div#HR_datatable_info {
    font-size: 14px;
}

.potentialcontent-class a.paginate_button.current {
    font-size: 12px;
    background: #007bff !important;
    border: none !important;
    color: #fff !important;
}

.potentialcontent-class .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}

.potentialcontent-class .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}

i#icon {
    font-size: 1.2rem;
}

ul.nav.nav-view.block {
    margin-left: 15px;
}

.block i.far.fa-circle.nav-icon {
    font-size: 11px !important;
    margin-right: 0px;
}

[class*="sidebar-dark"] .user-panel {
    border-bottom: 1px solid #0000006b !important;
}

.block .nav-link {
    display: block;
    padding: 0.2rem 1rem;
}

.nav-sidebar i.nav-icon {
    font-size: 14px !important;
}

.table-action-btn a.view.mr-1.addborder {
    margin-right: 0.3rem !important;
}

.toplink {
    display: flex;
    justify-content: end;
    gap: 15px;
}

.customption-class .col-sm-1 {
    flex: 1;
    max-width: 6%;
}

ul.navbar-nav.top-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

a#clear {
    font-size: 14px;
    position: relative;
    top: 3px;
}

.table-class .table-bordered {
    border: 1px solid #ddd !important;
}

.table-class .table-bordered td,
.table-bordered th {
    border: 0px solid #dee2e6 !important;
    border-left: 1px solid #ddd !important;
}

.profile_menu span.fas.fa-user {
    background: #ccc;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 10px;
}

tr.even {
    background: #0079f72b !important;
}

.profile_menu a.dropdown-item {
    font-size: 12px;
    font-weight: 500;
}

.profile_menu .dropdown-menu {
    left: -19px !important;
}

.dropdown-toggle::after {
    margin-left: 10px !important;
    font-size: 24px;
    position: relative;
    top: 5px;
}

.content-bottom p {
    font-size: 14px;
    margin-left: -43px;
    margin-top: -7px;
    text-align: center;
}

.toplink a {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 27px;
    text-transform: uppercase;
}

.toplink a:hover {
    color: #1b7ed9;
}

.msgerror {
    font-size: 12px;
    /* color: red !important; */
    color: red;
    position: absolute;
}

.registerform-class {
    background: #f5f3f3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-box {
    width: 400px !important;
    margin: 0 auto;
    margin-top: -35px;
}

.register-class {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

#RegisterForm input.form-control {
    background: #fff;
    outline: unset !important;
    box-shadow: unset !important;
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

#RegisterForm .fa,
.fas {
    font-weight: 900;
    font-size: 12px;
}

.register-box p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding: 0px 0px;
}

#RegisterForm button.btn.btn-primary {
    background: #1b7ed9;
    border: none !important;
    padding: 11px 32px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
    box-shadow: unset;
}

#RegisterForm .form-group {
    margin-bottom: 1.8rem;
}

.login-box {
    width: 400px !important;
    margin: 0 auto;
    margin-top: -35px;
}

.login-logo img {
    width: 40%;
}

.card.login_form {
    background: #fff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    /* padding: 10px 5px; */
}

.staffWrapper {
    display: flex;
    flex-wrap: wrap;
}

.info {
    margin: 0 auto;
}

.login-box p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    position: relative;
}

#loginForm input.form-control {
    background: #fff;
    outline: unset !important;
    box-shadow: unset !important;
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

table#StaffSide_datatable td {
    font-size: 12px;
}

table#StaffSide_datatable th {
    font-size: 14px;
}

#StaffSide_datatable_filter label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

#loginForm button.btn.btn-block.custom_btn_color {
    background: #1b7ed9;
    border: none !important;
    padding: 11px 32px;
    font-size: 14px;
    line-height: 20px;
    box-shadow: unset;
    width: auto;
    color: #fff;
}

.forgot_a a {
    color: #1b7ed9;
    font-size: 14px;
    font-weight: 500;
}

#loginForm .form-group {
    margin-bottom: 1.5rem;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-append,
.input-group-prepend {
    display: flex;
}

.input-group-text {
    background-color: transparent;
    border-bottom-right-radius: 0.25rem;
    border-left: 0;
    border-top-right-radius: 0.25rem;
    color: #777;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.forgot-class button.btn.btn-block.custom_btn_color {
    margin: 0 auto;
}

.login-logo h3 {
    font-size: 20px;
    color: #000;
    padding-bottom: 15px;
    font-weight: 500;
}

.changepass-class .card.login_form {
    padding: 0px 0px;
}

.changepass-class .form-control {
    background: #fff;
    outline: unset !important;
    box-shadow: unset !important;
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.resetpassword-class .card.login_form {
    padding: 0px 0px;
}

.resetpassword-class .form-control {
    background: #fff;
    outline: unset !important;
    box-shadow: unset !important;
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.resetpassword-class button.btn.btn-primary {
    background: #1b7ed9;
    border: none !important;
    padding: 11px 32px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
    box-shadow: unset;
}

img.dashicon-class {
    width: 25px;
}

img.dashicon2-class {
    width: 28px;
}

img.dashicon3-class {
    width: 29px;
}

img.dashicon4-class {
    width: 20px;
}

.top-heading {
    margin-left: 15px;
}

.evaluation-form {
    background: #fff;
    padding: 20px 0px;
}

.content-wrapper>.content {
    padding: 0 0rem !important;
}

.content-wrapper {
    background-color: #6c757d29 !important;
}

ul.nav.nav-treeview {
    margin-left: 25px;
}

.evaluation-form form {
    margin-top: 40px;
    padding: 0px 15px;
}

.customrow {
    display: flex;
}

.remarks-class .col-md-9 {
    flex: 0 0 74%;
    max-width: 74%;
}

.customrow input.form-control {
    border-left: 0px;
    border-radius: 0px;
    outline: unset !important;
    box-shadow: unset !important;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.customrow .input-group-append {
    margin-right: -1px;
}

.customrow .input-group-text {
    border-radius: 0px;
    background: transparent;
    border-right: 0px;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    position: relative;
}

.evaluation-form .form-control:focus {
    border-color: #cfd4da;
}

.evaluation-form label {
    font-weight: 400 !important;
    font-size: 13px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 15px;
}

.table-action-btn .action-btn {
    font-size: 12px;
}

.is-invalid .input-group-text {
    border: 1px solid #dc3545;
    border-radius: 4px 0px 0px 4px !important;
    border-right: 0px;
}

.customrow .input-group-text:before {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    background: #cfd4da;
    right: 0;
}

.evaluation-form input.form-control {
    font-size: 12px;
}

.evaluation-form .form-group {
    margin-bottom: 1.5rem;
}

.doubleinput {
    display: flex;
    gap: 20px;
}

body:not(.layout-fixed) .main-sidebar {
    height: inherit;
    min-height: 100%;
    position: absolute;
    top: 0;
    position: fixed !important;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px !important;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 2px !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 0px solid #cccccc !important;
    background: transparent !important;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png") !important;
    background-color: transparent !important;
    border: none !important;
}

.radio-class label.form-check-label {
    padding-bottom: 0px;
    margin-left: 0px;
}

.radio-class label.col-form-label {
    margin-right: 15px;
    padding-bottom: 0px;
}

.form-group.margin0-class {
    margin-bottom: 0rem !important;
}

.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;
    font-weight: bold;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
}

#checkboxes1 {
    display: none;
    border: 1px #dadada solid;
}

#checkboxes2 {
    display: none;
    border: 1px #dadada solid;
}

#checkboxes3 {
    display: none;
    border: 1px #dadada solid;
}

#checkboxes4 {
    display: none;
    border: 1px #dadada solid;
}

#checkboxes label {
    display: block;
}

#checkboxes label:hover {
    background-color: #1e90ff;
}

.multiselect .selectBox select {
    width: 100%;
    font-weight: bold;
    background: #ebebeb;
    padding: 10px 8px;
    font-size: 13px;
    font-weight: 500;
    border: none;
    border-radius: 4px;
}

div#checkboxes,
div#checkboxes1,
div#checkboxes2,
div#checkboxes3,
div#checkboxes4 {
    background: #ebebeb;
    border-radius: 4px;
    margin-top: -5px;
    padding: 10px 0px;
}

#checkboxes label {
    font-weight: 500 !important;
    font-size: 12px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    margin-left: 15px;
    display: block;
}

#checkboxes span {
    margin-left: 8px;
}

#checkboxes label:hover {
    background-color: transparent;
}

#checkboxes1 label {
    font-weight: 500 !important;
    font-size: 12px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    margin-left: 15px;
    display: block;
}

#checkboxes1 span {
    margin-left: 8px;
}

#checkboxes1 label:hover {
    background-color: transparent;
}

#checkboxes2 label {
    font-weight: 500 !important;
    font-size: 12px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    margin-left: 15px;
    display: block;
}

#checkboxes2 span {
    margin-left: 8px;
}

#checkboxes2 label:hover {
    background-color: transparent;
}

#checkboxes3 label {
    font-weight: 500 !important;
    font-size: 12px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    margin-left: 15px;
    display: block;
}

#checkboxes3 span {
    margin-left: 8px;
}

#checkboxes3 label:hover {
    background-color: transparent;
}

#checkboxes4 label {
    font-weight: 500 !important;
    font-size: 12px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    margin-left: 15px;
    display: block;
}

#checkboxes4 span {
    margin-left: 8px;
}

#checkboxes4 label:hover {
    background-color: transparent;
}

.customption-class {
    margin-left: 0px !important;
}

.details h4 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 25px;
    color: #000;
}

.details label {
    font-weight: 500 !important;
    font-size: 14px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    margin-left: 0px;
    display: flex;
    align-items: center;
}

.details .col-auto {
    padding: 0px 15px !important;
}

.details input.form-control {
    font-size: 12px;
    width: 180px;
    margin-left: 10px;
}

.widthsize input.form-control {
    width: 230px;
}

.datesize input.form-control {
    font-size: 12px;
    width: 125px;
    background: transparent;
    margin-left: 0px;
}

.reason-class {
    margin-left: 15px;
}

.col-sm-12.customrow.joining-class {
    padding-right: 7px;
}

.score-class input.form-control {
    height: 20px;
}

.percent-class.score-class {
    font-size: 12px;
}

.joining-class input.form-control {
    margin-left: 0px !important;
}

a.view-class {
    position: relative;
    top: 15px;
    color: #000;
    font-size: 14px;
    text-decoration: underline !important;
    padding-left: 60px;
}

.joining-class .input-group-append {
    margin-left: 15px;
}

.dropdown-class {
    margin-top: 20px;
}

legend.w-auto {
    font-size: 14px;
    font-weight: 500 !important;
    color: #000;
    margin-left: 25px;
}

.dropdown-class label {
    font-weight: 400 !important;
    font-size: 14px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.dropdown-class input.form-control {
    font-size: 12px;
    width: 100%;
}

fieldset.border.p-2 {
    width: 100%;
}

.dropdown-class .col-sm-8,
.col-sm-6,
.col-auto {
    padding: 0px !important;
}

.dropdown-class .col-auto {
    padding: 0px 0px !important;
}

.padd-class {
    padding: 30px 0px 0px;
}

.dropdown-class .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 80%;
    max-width: 80%;
}

.intview-class {
    padding: 0px 0px 10px;
}

.intview-class h4 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 25px;
    color: #000;
}

.row.align-items-center.intviewmargin-class {
    margin-left: 7px;
}

.table-class h4 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 25px;
    color: #000;
}

table.table.table-striped.table-bordered {
    width: auto;
}

th.table1-class {
    width: 350px;
}

th.table2-class {
    width: 100px;
}

th.table3-class {
    width: 510px;
}

table#Task_datatable {
    font-size: 12px;
}

table#Staff_datatable {
    font-size: 12px;
}

table#Company_datatable td {
    font-size: 12px;
}

table#Company_datatable th {
    font-size: 14px;
}

#Company_datatable_filter label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.services-heading-font {
    font-size: 22px;
}

.services-subheading-font {
    font-size: 16px;
}

button.view.mr-1.addborder.assignstaff {
    font-size: 5px;
    padding: 2px 3px 2px 3px;
}

.services-font label {
    font-size: 11px;
}

#Staff_datatable_filter label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

#Task_datatable_filter label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.table-bordered {
    border: 2px solid #000 !important;
}

.table input[type="text"] {
    width: 28px;
    background: transparent;
    border: none;
    border-bottom: 1px dashed #000;
    outline: unset;
}

tr.odd {
    background-color: transparent !important;
}

.table-bordered td,
.table-bordered th {
    border: 0px solid #dee2e6 !important;
    border-left: 2px solid #ddd !important;
}

.table-class .table textarea#exampleFormControlTextarea1 {
    background: transparent;
    border: none;
    outline: unset !important;
    box-shadow: unset !important;
    resize: unset;
    height: 55px;
    overflow: hidden;
}

textarea {
    font-size: 12px !important;
}

th.table1-class {
    font-size: 14px;
    font-weight: 500;
}

th.table2-class {
    font-size: 14px;
    font-weight: 500;
}

th.table3-class {
    font-size: 14px;
    font-weight: 500;
}

.table-class table th {
    font-size: 12px;
    font-weight: 500;
}

.table-class table td {
    font-size: 12px;
}

button.btn.btn-primary.mb-2.save-class {
    background: #1b7ed9;
    border: none;
    font-size: 14px;
    padding: 8px 25px;
    font-weight: 500;
    margin-left: 15px;
    outline: unset;
    box-shadow: unset !important;
}

button.btn.btn-primary.detail-btn {
    margin-top: 25px;
    background: #1b7ed9;
    border: none;
    font-size: 12px;
    padding: 8px 15px;
    outline: unset;
    box-shadow: unset;
}

.project_header {
    padding: 14px 20px;
    position: sticky;
    width: 100%;
    margin: 0 auto;
    top: 0;
    z-index: 9;
    background: #188af2;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

.project_header ul {
    padding: 0px;
    font-size: 14px;
    display: flex;
    justify-content: start;
    text-transform: capitalize;
    list-style: none;
    font-weight: 500;
    margin-bottom: 0px;
}

.project_header ul li {
    margin: 0 50px 0px 0px;
}

.project_header ul li a {
    color: #000;
    font-weight: 500;
}

.project_header .active>a {
    color: #fff;
    font-weight: 500;
}

.personhead-class h2 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0px 5px;
}

.personhead-class {
    margin-top: 25px;
}

.mainpage form {
    padding: 0px 30px;
}

.mainpage {
    background: #fff;
    height: 100vh;
}

.project_header {
    padding: 14px 20px;
    position: sticky;
    width: 100%;
    margin: 0 auto;
    top: 0;
    z-index: 9;
    background: #188af2;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

.col-md-4.widthsize {
    flex: 1;
    max-width: 33%;
}

.simplebtn {
    margin-right: 20px;
    font-size: 15px !important;
    font-weight: 500 !important;
    position: relative;
    top: 5px;
    color: #000;
}

#LeaveForm select {
    font-size: 12px !important;
}

i.fa.fa-chevron-left {
    margin-right: 5px;
}

.project_header ul {
    padding: 0px;
    font-size: 14px;
    display: flex;
    justify-content: start;
    text-transform: capitalize;
    list-style: none;
    font-weight: 500;
    margin-bottom: 0px;
}

.project_header ul li {
    margin: 0 50px 0px 0px;
}

.project_header ul li a {
    color: #000;
    font-weight: 500;
}

.project_header .active>a {
    color: #fff;
    font-weight: 500;
}

button.btn.btn-primary.detail-btn {
    margin-left: -15px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.customption-class .col-auto {
    display: flex;
    gap: 15px;
}

.customption-class .count {
    display: flex;
    gap: 15px;
}

.customption-class .append {
    display: flex;
    gap: 15px;
}

.mainpage {
    background: #fff;
    height: auto;
    padding-bottom: 30px;
}

.project_header {
    padding: 14px 20px;
    position: sticky;
    width: 100%;
    margin: 0 auto;
    top: 0;
    z-index: 9;
    background: #188af2;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

.project_header ul {
    padding: 0px;
    font-size: 14px;
    display: flex;
    justify-content: start;
    text-transform: capitalize;
    list-style: none;
    font-weight: 500;
    margin-bottom: 0px;
}

.project_header ul li {
    margin: 0 50px 0px 0px;
}

.project_header ul li a {
    color: #000;
    font-weight: 500;
}

.project_header .active>a {
    color: #fff;
    font-weight: 500;
}

button.view-class.delClone {
    border: none;
    color: red;
    position: relative;
    top: 16px;
    width: 166px;
    background: transparent;
}

.customption-class select {
    font-size: 12px !important;
}

.delClone i.fa.fa-trash {
    font-size: 20px;
}

.row.doublerow {
    margin-left: 0px;
}

.customrow.doublebirth-class {
    padding: 0px;
}

.personal-detail label.col-form-label {
    font-weight: 400 !important;
    font-size: 14px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}

.personal-detail input.form-control {
    font-size: 12px;
    height: 35px;
}

.personal-detail select {
    font-size: 12px;
    height: 35px;
    width: 100%;
    padding: 0px;
}

.doublerow .col-sm-9 {
    flex: 1;
    max-width: 100%;
}

.radio2-class label.form-check-label {
    font-size: 12px;
}

.radio2-class .form-check-inline {
    padding-left: 3px;
}

.personal-detail textarea#textarea {
    resize: unset;
    font-size: 12px;
}

.employee-details .row.doublerow {
    margin-left: -7px !important;
}

.employee-details label.col-form-label {
    font-weight: 400 !important;
    font-size: 14px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}

.employee-details h4 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    color: #000;
    margin: 15px 0px;
}

.employee-details input.form-control {
    font-size: 12px;
    height: 35px;
}

.deposit-class .form-check {
    margin: 10px 0px;
}

.deposit-class label.form-check-label {
    font-weight: 500;
    font-size: 14px;
    position: relative;
    top: -2px;
}

.securitydeposit-class .form-check {
    margin: 20px 0px 10px;
}

.securitydeposit-class label.form-check-label {
    font-weight: 500;
    font-size: 14px;
    position: relative;
    top: -2px;
}

.dualbtn2_class select#designation {
    height: 35px;
    font-size: 12px;
}

.dualbtn2_class label.col-form-label {
    font-weight: 400 !important;
    font-size: 14px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}

.yearly-class .form-check {
    margin: 20px 0px 10px;
}

.yearly-class label.form-check-label {
    font-weight: 500;
    font-size: 14px;
    position: relative;
    top: -2px;
}

.dualbtn2_class {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.card-body.potentialcontent-class {
    padding: 0.5rem 0.9rem !important;
}

.btn-bottom {
    margin-top: 35px;
}

button.btn.btn-primary.detail-btn.btn2class {
    height: auto;
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 20px;
    margin-left: 0px !important;
}

.monthinput-class input.form-control {
    width: 100px;
}

label.col-form-label.label1 {
    text-align: center;
    width: 100%;
    font-weight: 400 !important;
    font-size: 12px;
}

.row.monthcount-class {
    margin: 0px;
}

.boardheading h4 {
    font-size: 16px;
    font-weight: 500;
}

form.boardingdoc-class {
    margin-top: 20px;
}

.boardingdoc-class label.col-form-label {
    font-weight: 400 !important;
    font-size: 14px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    display: block;
}

.boardingdoc-class input.form-control {
    font-size: 12px;
    height: 35px;
}

label.col-form-label.labeltop-class {
    font-size: 16px;
    font-weight: 500 !important;
}

.boardingdoc-class .form-control-file {
    margin-top: 5px;
}

.boardingdoc-class label span {
    font-size: 11px;
}

.active {
    color: #fff;
}

.block {
    display: block !important;
}

.educationfile {
    margin-top: 19px;
}

.percent-class {
    display: flex;
    font-size: 12px;
}

.percent-class input.form-control {
    border: none;
    border-bottom: 1px dashed;
    border-radius: 0px;
}

.educational-class label.col-form-label {
    font-weight: 400 !important;
    font-size: 14px;
    color: #000;
    padding: 0px;
    margin: 0px;
}

.percent-class input.form-control {
    height: 22px;
    font-size: 12px;
}

.educational-class label.col-form-label.labeltop-class {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding-bottom: 11px;
}

.educationradio-class label.form-check-label {
    font-size: 13px;
}

.educationradio-class .form-check-inline {
    padding-left: 15px;
    position: relative;
    top: 3px;
}

.educational-class select#exampleFormControlSelect1 {
    font-size: 12px;
}

.educationlabel-class label.col-form-label {
    padding-bottom: 12px;
}

.select-class {
    margin-left: 7px;
}

.employmentheading h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.employment-class label.col-form-label {
    font-weight: 400 !important;
    font-size: 14px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}

.employment-class input.form-control {
    font-size: 12px;
    height: 35px;
}

.employmentfield-class a.view-class {
    top: 12px;
    padding-left: 0px;
}

.employmentfield-class .dropdown-class label {
    margin-left: 0px;
}

.employmentfield-class .padd-class {
    padding: 20px 0px 0px;
}

.employmentfield-class .form-check-inline {
    padding-left: 0px;
    position: relative;
    top: 3px;
}

.font-12 {
    font-size: 14px !important;
}

button.btn.btn-primary.detail-btn.employmentbtn {
    margin-left: 0px;
}

.employmentfield-class textarea.form-control {
    height: auto;
    font-size: 12px;
}

.offboardingheading h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.offboardingheading label.form-check-label {
    font-size: 14px;
    padding-bottom: 5px;
}

.offboardingheading .form-check-input {
    position: relative;
    top: 2px;
}

.offboarding-class h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.offboarding-class {
    margin-top: 20px;
}

.offboardingradio-class .form-check-inline {
    padding-left: 0px;
    position: relative;
    top: 3px;
}

.offboardingradio-class label.form-check-label {
    font-size: 13px;
}

.offboarding-class label.col-form-label {
    font-weight: 400 !important;
    font-size: 14px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}

.offboarding-class input.form-control {
    font-size: 12px;
    height: 35px;
}

.offboarding-class textarea.form-control {
    height: auto;
    font-size: 12px;
}

.view {
    color: #000;
    text-decoration: underline !important;
    text-align: center !important;
}

.current_employee h3.card-title {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.headbtn {
    display: flex;
    justify-content: space-between;
    padding-right: 34px !important;
    align-items: center;
}

.headbtn a.btn.btn-primary {
    font-size: 12px;
    padding: 10px 15px;
}

.card-body.employee_content {
    padding: 0.5rem 0.9rem !important;
}

.current_employee .card.mt-3 {
    margin-top: 0rem !important;
}

.row.current_employee {
    background: #fff;
}

.current_employee .card .row.align-items-center.mt-3.ml-1 {
    margin-top: 1.2rem !important;
}

li#Leave_datatable_previous {
    font-size: 14px;
}

li.paginate_button.page-item.active {
    font-size: 14px;
}

li#Leave_datatable_next {
    font-size: 14px;
}

li#currentHolidays_datatable_previous {
    font-size: 14px;
}

li.paginate_button.page-item.active {
    font-size: 14px;
}

li#currentHolidays_datatable_next {
    font-size: 14px;
}

.page-link {
    padding: 0.2rem 0.4rem !important;
    margin-left: 0px !important;
}

.current_employee .card {
    box-shadow: unset;
}

.col-md-2.paddleft-15 {
    padding-left: 5px;
}

.topselect-class label.col-form-label {
    font-size: 14px;
    font-weight: 400 !important;
    padding-bottom: 25px;
}

.col-md-4.doublehead-class {
    margin-top: 8px;
}

.topselect-class .form-control {
    font-size: 12px;
    height: 32px;
}

.doublecol-class {
    display: flex;
    column-gap: 15px;
}

.doublecol-class label {
    font-size: 10px;
    font-weight: 400 !important;
    margin-bottom: 0;
}

.doublehead-class p {
    font-size: 14px;
    font-weight: 400 !important;
    padding-bottom: 0px;
}

button#dateFilter {
    font-size: 12px;
    padding: 7px 15px;
    background: #007bff;
    border: none;
    margin-top: 5px;
}

.employee_content label {
    font-size: 14px;
    text-align: left;
    font-weight: 400 !important;
    display: flex;
    gap: 10px;
    align-items: center;
}

.employee_content select {
    font-size: 12px;
    outline: unset;
    width: 60px;
}

.dt-buttons {
    margin-top: -10px;
}

.current_employee .mt-3,
.my-3 {
    margin-top: 0.5rem !important;
}

.employee_content th {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.employee_content td {
    font-size: 12px;
    color: #000;
    font-weight: 400 !important;
}

.employee_content input[type="search"] {
    font-size: 12px;
    outline: unset !important;
}

.current_employee .card-header {
    padding: 0.75rem 0.8rem 0rem;
}

li#Emp_datatable_previous {
    font-size: 14px;
}

li#Emp_datatable_next {
    font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #75a1bc !important;
    color: #000 !important;
}

li.select2-selection__choice {
    background-color: #75a1bc !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000 !important;
}

span.select2-selection__choice__remove {
    color: #000 !important;
}

ul.pagination {
    gap: 0px;
    margin-top: 10px;
}

.employee_content div#CurrEmp_datatable_info {
    font-size: 14px;
}

.employee_content a#CurrEmp_datatable_previous {
    font-size: 14px;
}

.employee_content a#CurrEmp_datatable_next {
    font-size: 14px;
}

.employee_content a.paginate_button.current {
    font-size: 12px;
    background: #007bff !important;
    border: none !important;
    color: #fff !important;
}

.employee_content .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}

.employee_content .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}

.current_employee .card-header {
    background: transparent;
    border: none;
}

.paddtop-class {
    padding-top: 5px;
}

.current_employee .table-bordered {
    border: 0px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
}

.current_employee .table-bordered td,
.table-bordered th {
    border: 0px solid #dee2e6 !important;
    border-left: 1px solid #ddd !important;
}

table#PrevEmp_datatable,
table#CurrEmp_datatable {
    border-top: none !important;
    border-bottom: none !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #ddd !important;
}

.employee_content div#PrevEmp_datatable_info {
    font-size: 14px;
}

.employee_content a#PrevEmp_datatable_previous {
    font-size: 14px;
}

.employee_content a#PrevEmp_datatable_next {
    font-size: 14px;
}

.dualbtn_class {
    display: flex;
    column-gap: 15px;
    align-items: center;
}

.dashboardheading-class {
    padding: 25px 20px 15px !important;
}

.dashboard-class section.content {
    padding: 0 1.2rem !important;
}

.dashboard-class .info-box {
    padding: 1rem;
    width: 90%;
}

.bg1-class {
    background: #75a1bc !important;
    color: #000;
}

.bg1-class i.fas {
    font-size: 25px;
}

.bg2-class {
    background: #343a40;
    color: #fff;
}

.bg2-class i.fas {
    font-size: 25px;
}

.potentialhead-class h2.card-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.row.potentialhead-class {
    background: #fff;
}

.dashboard-class span.info-box-text {
    font-size: 14px;
    color: #000;
}

.dashboard-class span.info-box-number {
    font-size: 14px;
    color: #000;
}

.dashboard-class .info-box-content {
    padding: 0px 20px !important;
}

.increment_width .col-md-2 {
    flex: 1;
    max-width: 8.666667%;
}

.increment_width .col-md-5 {
    flex: 0 0 45%;
    max-width: 45%;
}

button.btn.btn-danger.delete_button {
    padding: 2px 6px 1px 6px;
}

.increment_width button.btn.btn-danger.detail-btn.btn2class.remove_button {
    background: transparent;
    color: #c82333;
    border: none;
    font-size: 24px;
    margin-top: -8px;
    outline: unset !important;
    box-shadow: unset !important;
}

.col-md-6.incwidthcol-class {
    flex: 0 0 45%;
    max-width: 45%;
    align-self: start;
}

.input-group.mb-3.col-md-3.offset-md-0.paddingleft {
    padding-left: 60px;
    gap: 45px;
    font-size: 13px;
}

.save-class {
    background: #1b7ed9 !important;
}

a.view.mr-1.addborder.companyActivate.cursorPointer {
    padding: 3px 2px 3px 2px;
}

span.astric-sign {
    color: #dd0000;
    font-size: 16px !important;
    line-height: 20px;
}

.project_header .font-header .active a {
    border-bottom: 2px solid #000;
    padding-bottom: 8px;
}

.educationradio-class label.col-form-label.labeltop-class1 {
    font-weight: 500 !important;
    font-size: 16px;
}

.inputwidth-class input.form-control {
    width: 200px;
}

.hideShowComapny {
    cursor: pointer;
}

.experience-class {
    display: flex;
    gap: 20px;
}

multiselect .selectBox .is-invalid {
    border: 1px solid #dc3545 !important;
}

.breadcrumb-class {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.breadcrumb-class h2 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
}

#resource-modal button.btn-close.mr-1 {
    border: none;
    background: transparent;
    font-size: 30px;
    position: absolute;
    right: -6px;
    top: -13px;
}

#resource-modal h5.modal-title {
    font-size: 18px;
    margin: 0 auto;
}

#resource-modal form {
    margin-top: 5px;
}

#resource-modal .form-group {
    margin-bottom: 1rem;
}

.radio2-class .form-check-inline {
    position: relative;
    top: 1px;
}

.row.monthcount-class {
    width: 100%;
}

.row.monthcount-class input.form-control.trainingMonth {
    min-width: 65px;
}

.row.monthcount-class .col-md-1 {
    min-width: 107px;
}

span#checkboxGroup span#vEmpSignature-error {
    display: inline-block;
}

.table-class table.table.table-striped.table-bordered {
    width: 100%;
}

th.table1-class {
    width: 20px;
}

.modal-class h5#exampleModalCenterTitle {
    font-size: 16px;
}

.modal-class .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}

.modal-class .table th {
    font-size: 14px;
}

.modal-class .table td {
    font-size: 12px;
}

.modal-class button.btn.btn-secondary {
    background: #007bff !important;
    border: none !important;
}

.modal-class .modal-header {
    border-bottom: 0px solid #e9ecef;
    padding: 1.5rem 1rem 0rem;
}

input.form-check-input.require-one.is-invalid+label.form-check-label {
    color: inherit !important;
}

.headbtn a.btn.btn-primary {
    font-size: 12px;
    padding: 10px 15px;
}

.save-class i.fa.fa-chevron-left {
    padding-right: 8px;
    font-size: 14px;
}

.save-class i.fa.fa-chevron-left {
    padding-right: 8px;
    font-size: 14px;
}

.save-class i.fa.fa-chevron-left {
    padding-right: 8px;
    font-size: 14px;
}

.bgbtncolor {
    background-color: rgb(231, 125, 15) !important;
    border: 1px solid rgb(231, 125, 15) !important;
    margin-right: 35px;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.employee-details label.form-check-label {
    font-size: 14px;
}

.swal2-cancel {
    margin-right: 30px;
}

.mountcount-class2 {
    display: flex;
}

.mail-loading-box {
    height: 100%;
    width: 100%;
    position: fixed;
    background: #ffffffd4;
    z-index: 9999;
    bottom: 0;
    top: 0;
    display: none;
}

.mail-loading-box .mail-loading-text {
    position: absolute;
    left: calc(50% - 28px);
    text-align: center;
    top: calc(50% - 77px);
}

.mail-loading-info {
    position: absolute;
    left: calc(50% - 28px);
    top: calc(50% - 77px);
    text-align: center;
}

.nameCircle {
    top: 3px;
    line-height: 34px;
    font-size: 17px;
    padding: 2px;
    width: 12px;
    border-radius: 28px;
}

.mail-loading-msg {
    font-size: 18px;
    font-weight: 600;
}

div.mail-loader {
    display: block;
    justify-content: center;
    align-items: center;
}

.cursorPointer {
    cursor: pointer;
}

.mail-loader .loading-point {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    margin: 2px;
    background-color: #0d6dc1;
    animation: bounce 1.5s 0.5s linear infinite;
}

.mail-loader .point1 {
    animation-delay: 0s;
}

.mail-loader .point2 {
    animation-delay: 0.2s;
}

.mail-loader .point3 {
    animation-delay: 0.3s;
}

.mail-loader .point4 {
    animation-delay: 0.4s;
}

.previewImageDel {
    background: transparent;
    border: none;
    color: red;
    font-size: 17px;
}

.delPreview {
    background: transparent;
    border: none;
    color: red;
    font-size: 17px;
}

#deletePreview {
    background: transparent;
    border: none;
    color: red;
    font-size: 17px;
}

img.img-fluid.headimg-class {
    width: 22px;
    margin-right: 7px;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 22px;
    object-fit: contain;
}

.mustard {
    background-color: #eb9b09 !important;
    border: 0px !important;
}

.staleblue {
    background-color: rgb(68, 13, 131) !important;
    border: 0px !important;
}

.RoleColor {
    background-color: #b33109 !important;
    border: 0px !important;
}

.EngagementColor {
    background-color: coral !important;
    border: 0px !important;
}

.evaluation-form .joining-class input.form-control {
    margin-left: 0px !important;
}

.detailborder-class .col-sm-12.customrow.joining-class {
    padding-right: 0px;
}

span.fa.fa-inr {
    font-size: 12px;
}

.errorflex-class {
    display: flex;
    align-items: center;
    gap: 15px;
}

.refund-class {
    gap: 15px;
}

#assign_emp th.sorting {
    font-size: 14px;
    font-weight: 500 !important;
}

#assign_emp td {
    font-size: 12px;
}

table#assign_emp {
    border: 1px solid #ddd !important;
    border-left: none !important;
}

#assign_emp.table-bordered td,
.table-bordered th {
    border: 0px solid #dee2e6 !important;
    border-left: 1px solid #ddd !important;
}

#assignEmpForm input.btn.btn-primary {
    font-size: 14px;
}

a#assign_emp_previous {
    font-size: 14px;
}

a#assign_emp_next {
    font-size: 14px;
}

a.paginate_button.current {
    font-size: 12px;
    background: #007bff !important;
    border: none !important;
    color: #fff !important;
}

#assign_role h5#exampleModalLongTitle {
    font-size: 24px;
    font-weight: 500 !important;
    text-align: center;
    width: 100%;
}

#assign_role label {
    font-size: 14px;
    font-weight: 500 !important;
}

#assign_role label.form-check-label {
    font-size: 12px;
    position: relative;
    top: -2px;
}

#assign_role button#AssignRole {
    font-size: 12px;
    padding: 9px 20px;
    background: #007bff;
    border: none;
}

#assign_role button.btn.btn-secondary {
    background: red;
    border: none;
    font-size: 12px;
    padding: 9px 20px;
}

label.popup2 {
    padding-right: 32px !important;
}

.modal-footer.margin_Class {
    border-top: 0px solid #e9ecef;
    padding-bottom: 1.5rem;
}

.delete-modal .modal-body {
    padding: 0rem 1rem 0rem !important;
}

.delete-modal .modal-header {
    border-bottom: 0px solid #e9ecef;
    padding-top: 1.5rem;
}

label.popup1 {
    margin-left: -6px;
}

#hide_email input#off_email {
    width: 266px;
}

label.popup1 {
    position: relative;
    left: 7px;
}

.dataTables_scrollBody {
    height: auto !important;
}

.refund-class .col-md-2 {
    flex: 1 !important;
    max-width: 20% !important;
}

.refund-class {
    padding-top: 10px;
}

a#AddSecurity {
    font-size: 14px;
}

.wraper {
    height: 979px;
}

.popupwidth-class {
    width: 900px;
    margin: auto;
}

.popupwidth-class h2 {
    font-size: 24px;
    font-weight: 400;
    color: #000;
}

.popupwidth-class label {
    font-weight: 400 !important;
    font-size: 14px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}

form#LeaveForm {
    padding-top: 5px;
}

#LeaveForm input.form-control.Datetime {
    font-size: 12px;
}

#LeaveForm input.form-control {
    font-size: 12px;
}

#LeaveForm button.btn.btn-primary {
    background: #1b7ed9;
    border: none;
    font-size: 14px;
    padding: 8px 25px;
    font-weight: 500;
    outline: unset;
    box-shadow: unset !important;
    margin-top: 10px;
}

p.desination-class {
    width: 122px !important;
    overflow: unset !important;
    text-overflow: unset;
    white-space: break-spaces !important;
}

.addborder:hover {
    color: #000;
}

.thankyou-class {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    width: 650px;
    margin: 0 auto;
    padding: 75px;
}

.icon-class {
    border: 3px solid green;
    width: 80px;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
}

.icon-class i.fa.fa-check {
    font-size: 35px;
    position: relative;
    top: 7px;
    color: green;
}

.thankbg-class h3 {
    margin-top: 0rem;
    font-weight: 400 !important;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    padding: 25px 0px 15px;
}

.thankyou-class h3 {
    font-size: 3rem;
    margin-top: 1.5rem;
    font-weight: 900 !important;
    text-align: center;
}

.thankyou-class p {
    font-size: 1.2rem;
}

.addborder {
    border: 1px solid #000;
    padding: 3px;
}

#Service_datatable_filter label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.table-action-btn a.view.mr-1.addborder {
    margin-right: 0.6rem !important;
}

button.view.mr-1.addborder.assignstaff {
    margin-right: 0.6rem !important;
}

#Service_datatable_wrapper td {
    font-size: 12px;
}

.addborder img.score-card-icon {
    height: 16px;
    vertical-align: middle !important;
}

.toast-top-full-width {
    width: 400px !important;
    margin-top: 50px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#Service_datatable th {
    font-size: 14px;
}

.toast-message {
    font-size: 18px;
}

.xdsoft_option {
    color: #495057;
}

.xdsoft_label span {
    color: #495057;
}

span#fTechnicalScore-error {
    position: absolute;
    margin-top: 25px;
}

p.note-sign {
    color: #5cc019;
    font-size: 12px !important;
    line-height: 12px;
    position: relative;
    top: -15px;
}

.mt {
    margin-top: -12px;
}

button.view-class.detail-btn.btn2class.Remove {
    border: none;
    color: red;
    position: relative;
    top: 10px;
    width: 10px;
    background: transparent;
}

a.addMoreAnchorBtn {
    color: #1b7ed9 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

a#employmentbtn {
    font-size: 14px;
}

.empprev-class button.view-class.delClone {
    width: 100px;
}

.form-control-file {
    font-size: 14px;
}

input#vBondFile {
    font-size: 14px;
}

a#add_more {
    font-size: 14px;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 200px !important;
}

.col-md-6.colwidth6-class {
    margin-top: 10px;
}

input#vAffidavitFile {
    font-size: 14px;
}

input#vPoshPolicyFile {
    font-size: 14px;
}

a.nav-link.openbtn.text-danger {
    font-size: 14px;
}

.modal-dialog.modal-dialog-centered.modal-dialog-delete {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.weightage-alert a.nav-link.openbtn.text-danger {
    background: red;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    margin: 0px !important;
    padding: 13px 15px;
    position: relative;
    top: 4px;
    line-height: 1;
    height: auto !important;
}

.employee_remove_role button.close {
    position: relative;
    top: -2px;
    left: -12px;
}

.employee_remove_role .modal-header .close,
.modal-header .mailbox-attachment-close {
    padding: 0rem;
    margin: -1rem -1rem -1rem auto;
}

.employee_remove_role h5.text-danger.mb-4 {
    font-size: 24px;
    font-weight: 500 !important;
    text-align: center;
    width: 100%;
    margin-bottom: 15px !important;
}

.employee_remove_role h6 {
    font-size: 14px;
}

.employee_remove_role.show .modal-footer {
    border-top: 0px solid #e9ecef;
    justify-content: center;
    margin-top: -7px !important;
    margin-bottom: 11px;
}

.employee_remove_role .modal-dialog.modal-dialog-centered.modal-dialog-delete {
    width: 500px;
}

.employee_remove_role button.btn.btn-secondary.add_member_cls {
    background: red;
    border: none;
    font-size: 12px;
    padding: 9px 20px;
}

.employee_remove_role button.btn.custom_btn_color.remove_role_yes {
    font-size: 12px;
    padding: 9px 20px;
    background: #007bff;
    border: none;
    color: #fff;
}

.CurrEmp_datatable th {
    border-right: 1px solid #dee2e6;
}

.HR_datatable th {
    border-left: 1px solid #b2b2b2;
}

.PrevEmp_datatable th {
    border-left: 1px solid #d9d9d9;
}

#slab .setradio-class input {
    font-size: 12px;
    padding: 0px 10px;
    position: relative;
    top: 3px;
}

.error {
    color: red !important;
}

.empqual-class .educationfile {
    margin-top: 0px !important;
}

#key_engagement_indicator thead {
    height: 40px;
}

button.view-class.detail-btn.btn2class.Remove {
    border: none;
    color: red;
    position: relative;
    top: -3px !important;
    width: 10px;
    background: transparent;
}

.personal-detail select {
    padding: 5px !important;
}

.topselect-class label.col-form-label {
    font-size: 14px;
    font-weight: 400 !important;
    padding-bottom: 25px;
}

button.dt-button.buttons-excel.buttons-html5 {
    padding: 0.3em 0.7em !important;
}

.col-md-4.doublehead-class {
    margin-top: 8px;
}

.card-body.potentialcontent-class {
    padding: 0.5rem 0.5rem !important;
}

div#yearly_view_wrapper {
    padding: 0px 10px;
}

.dataTables_scrollBody tr td p {
    max-width: 500px;
    white-space: break-spaces;
}

img#blah {
    border: 2px solid black;
    padding: 2px;
}

.modal-class button {
    font-size: 14px;
}

input#imgInp {
    font-size: 12px;
}

.emmprevsec-class .form-group.radio-class.educationradio-class {
    margin-bottom: 0rem;
}

.emmprevsec-class .salaryRec .form-group.radio-class.educationradio-class {
    margin-bottom: 1rem;
}

.btn-bottom button#dateFilter {
    margin-top: -2px;
}

.btn-bottom a#clear {
    top: 0px;
}

div#HR_datatable_wrapper {
    padding: 0px 5px;
}

.form-group.radio-class.radio2-class {
    margin-bottom: 0rem;
}

.totalweight-class label {
    margin-top: 9px;
}

div #leavecalendar {
    width: 90%;
    margin: 0 auto;
}

th.fc-day-header.fc-widget-header {
    padding: 10px;
}

.fc-day-header span {
    font-size: 15px;
    font-weight: 400;
}

.fc-scroller.fc-day-grid-container {
    overflow: hidden !important;
}

.fc-view.fc-month-view.fc-basic-view {
    height: auto !important;
    overflow: hidden;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 3em;
    font-size: 14px;
}

.fc-content {
    height: 26px;
}

a.fc-day-number {
    font-size: 14px;
}

span.fc-title {
    font-size: 14px;
    color: #fff;
    padding: 5px;
}

.wraper.thankbg-class {
    background: #fff;
    padding-top: 50px;
}

.thannksbox {
    width: 30%;
    margin: 0 auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-bottom: 10px;
}

.fc-basic-view table {
    border: 1px solid #dddddd;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none !important;
    margin: 7px auto !important;
    display: table !important;
}

.readonly-class .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right !important;
    margin: 20px 15px !important;
    display: table !important;
}

.thankbg-class form {
    text-align: left;
    width: 93%;
    margin: 25px auto;
}

.thankbg-class form p {
    font-size: 14px;
}

p.formdetails-class {
    font-size: 14px !important;
    margin-bottom: 10px !important;
}

tr:first-child>td>.fc-day-grid-event {
    margin-top: 0px !important;
}

.thanksbtn {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.bgornage-class {
    background: orange !important;
    border: none !important;
    font-size: 14px;
    color: black !important;
}

.bgblue-class {
    border: none !important;
    font-size: 14px;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
    background: #fff !important;
    border-color: #dddddd !important;
}

p.messsage-class {
    font-size: 16px !important;
    font-weight: 700;
    text-align: center;
}

.fc-widget-header {
    background: #007bff !important;
    color: #fff;
}

.fc-event,
.fc-event-dot {
    background-color: red !important;
}

.fc-event {
    border: 1px solid red !important;
}

.readonly-class #calendar {
    width: 80%;
    margin: 0 auto;
}

.readonly-class .fc-toolbar,
.fc-toolbar.fc-header-toolbar {
    padding: 0rem !important;
}

.readonly-class a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
    height: 18px;
}

.readonly-class .fc-row.fc-week.fc-widget-content.fc-rigid {
    height: 100px !important;
}

.readonly-class .fc-view.fc-month-view.fc-basic-view {
    height: 646px !important;
    overflow: hidden;
}

.evaluation-form.readonly-class {
    height: 93vh;
    background: #fff !important;
    overflow-y: hidden;
    padding: 20px 0px;
}

.readonly-class .fc-day-number {
    font-size: 15px;
    font-weight: 300;
    padding-right: 10px;
}

.readonly-class .fc-center h2 {
    position: relative;
    top: 7px;
}

.readonly-class .fc-more-popover .fc-event-container {
    padding: 0px 0px 10px 0px;
}

.readonly-class .fc-unthemed .fc-popover .fc-header .fc-close {
    color: #fff;
    font-size: 0.9em;
    margin-top: 2px;
}

.leavepop-class button.btn-close {
    background: transparent;
    border: none;
    font-size: 26px;
    position: relative;
    top: 0px;
    width: 100%;
    left: 188px;
}

.leavepop-class .modal-header {
    padding: 30px 15px 5px;
    text-align: center;
    border: none;
    height: 25px;
}

.leavepop-class hr {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.leavepop-class h4.modal-title {
    text-align: left;
    margin: 0 auto;
}

.leavepop-class form {
    margin-top: 0px !important;
}

.leavepop-class .delHoliday i.fa.fa-trash {
    color: red;
}

.leavepop-class button.delHoliday {
    border: none;
    background: transparent;
    position: absolute;
    top: 3px;
    left: 2px;
}

.leavepop-class .modal-header {
    padding: 0px 15px 5px;
    text-align: center;
    border: none;
}

.leavepop-class label {
    font-weight: 400 !important;
    font-size: 14px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 0px;
}

.leavepop-class .card-body {
    padding: 0px;
}

.leavepop-class .form-check {
    position: relative;
    display: inline-block;
    gap: 24px;
    padding-right: 15px;
}

.leavepop-class form {
    margin-top: 40px;
    padding: 10px 15px 0px 7px;
}

.leavepop-class h4.modal-title {
    font-size: 24px;
    font-weight: 500;
}

.weekend-class a.btn.btn-primary {
    gap: 18px;
    font-size: 14px;
}

h6.holidayDate {
    font-size: 16px;
    padding-bottom: 10px;
}

.assign-staff button.btn-close {
    border: none;
    background: transparent;
    font-size: 38px;
    position: absolute;
    right: -3px;
    top: -13px;
}

.assign-staff h5#exampleModalLabel {
    margin: 0 auto;
    font-size: 18px;
}

.assign-staff .table th {
    font-size: 14px;
    border-bottom: 0px !important;
    border-left: 1px solid #ddd;
    border-right: 1px solid #dddddd;
}

.assign-staff .table td {
    font-size: 12px;
    border-right: 1px solid #dddddd;
}

.assign-staff .modal-header {
    border-bottom: 0px;
}

.assign-staff .modal-header {
    border-bottom: 0px;
    padding-bottom: 0rem;
}

#resource-modal .modal-header {
    border-bottom: 0px;
    padding-bottom: 0px;
}

#resource-modal .modal-footer {
    padding-top: 0rem;
    border-top: 0px;
}

#resource-modal label {
    font-weight: 400 !important;
    font-size: 14px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}

.leavepop-class .form-group {
    margin-bottom: 1rem;
}

.leavepop-class button.btn.btn-primary.eventform {
    font-size: 14px;
    padding: 7px 20px;
}

.leavepop-class .modal-body {
    padding-bottom: 40px;
}

.readonly-class .modal-dialog {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) !important;
}

.ActionButton {
    width: 94px !important;
    overflow: unset !important;
    text-overflow: unset;
    white-space: break-spaces !important;
}

div.dt-buttons {
    float: right;
    margin-right: 29px;
    margin-top: -2px;
}

.table-action-btn.ActionButton {
    gap: 7px;
    display: flex;
    flex-wrap: wrap;
}

.fc-center h2 {
    font-size: 18px;
}

.CurrEmp_datatable .dt-body-color {
    z-index: 99;
}

.PrevEmp_datatable .dt-body-color {
    z-index: 99;
}

.fc-content-skeleton td.fc-day-top.fc-today {
    background: #fcf8e3 !important;
    position: relative;
}

td.fc-day-top.fc-wed.fc-today::before {
    content: "";
    background: #fcf8e3;
    width: 100%;
    position: absolute;
    height: 21px;
    bottom: -20px;
}

.fc-day-grid-event {
    margin: 1px 0px 0 !important;
}

.fc-content-skeleton td.fc-day-top.fc-sat.fc-future {
    background: #ff9f89 !important;
}

.fc-content-skeleton td.fc-day-top.fc-sun.fc-future {
    background: #ff9f89 !important;
}

.fc-content-skeleton td.fc-day-top.fc-sat.fc-past {
    background: #ff9f89 !important;
}

.fc-content-skeleton td.fc-day-top.fc-sun.fc-past {
    background: #ff9f89 !important;
}

.fc-content-skeleton td.fc-day-top.fc-sat.fc-other-month.fc-future {
    background: #ff9f89 !important;
}

.fc-content-skeleton td.fc-day-top.fc-sun.fc-other-month.fc-future {
    background: #ff9f89 !important;
}

.fc-day-top.fc-other-month {
    opacity: 1 !important;
}

.holidayflex-class {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.marital-class .form-check-inline {
    padding-left: 0px;
}

.gender-class .form-check-inline {
    padding-left: 0px;
}

.errorpad-class .error {
    padding-left: 25px;
}

.dt-buttons::before {
    content: "Export To :";
    margin-right: 10px;
    font-size: 14px;
}

.dt-buttons {
    position: relative;
}

button.dt-button.buttons-excel.buttons-html5 {
    padding: 0.3em 0.7em !important;
}

h2.calendarHeading {
    margin-bottom: 20px;
}

.potentialhead-class .modal-footer {
    margin: 0rem 1rem;
}

table.table.table-bordered.table-striped.HR_datatable.nowrap.dataTable.no-footer {
    width: 100% !important;
}

.dataTables_scrollHeadInner {
    width: max-content !important;
}

table.table.table-bordered.table-striped.Leave_datatable.nowrap.dataTable.no-footer {
    width: 100% !important;
}

table.table.table-bordered.table-striped.UserLeave_datatable.nowrap.dataTable.no-footer {
    width: 100% !important;
}

table.table.table-bordered.table-striped.EmpContact_datatable.nowrap.dataTable.no-footer {
    width: 100% !important;
}

.employees-list.dataTable.no-footer {
    width: 100% !important;
}

#calendar {
    max-width: 80%;
    margin: 40px auto;
}

#calendar .fc-row.fc-week.fc-widget-content {
    height: 120px !important;
}

.fc-today::before {
    content: "";
    position: absolute;
    width: 100%;
    background: #fcf8e3;
    height: 41px;
    top: 42px;
}

#key_engagement_indicator thead {
    background-color: orange !important;
}

#key_engagement_indicator td {
    background: whitesmoke;
}

a.fc-more {
    position: relative;
}

td.fc-day-top.fc-sun.fc-future {
    position: relative;
}

td.fc-day-top.fc-sun.fc-future::before {
    content: "";
    background: #ff9f89;
    position: absolute;
    width: 100%;
    height: 42px;
    top: 62px;
}

td.fc-day-top.fc-sat.fc-future {
    position: relative;
}

td.fc-day-top.fc-sat.fc-future::before {
    content: "";
    background: #ff9f89;
    position: absolute;
    width: 100%;
    height: 42px;
    top: 62px;
}

td.fc-day-top.fc-sun.fc-past {
    position: relative;
}

td.fc-day-top.fc-sun.fc-past::before {
    content: "";
    background: #ff9f89;
    position: absolute;
    width: 100%;
    height: 42px;
    top: 62px;
}

td.fc-day-top.fc-sat.fc-past {
    position: relative;
}

td.fc-day-top.fc-sat.fc-past::before {
    content: "";
    background: #ff9f89;
    position: absolute;
    width: 100%;
    height: 42px;
    top: 62px;
}

#leavecalendar .fc-content-skeleton td.fc-day-top.fc-sat.fc-future::before {
    content: "";
    background: #ff9f89;
    position: absolute;
    width: 100%;
    height: 42px;
    top: 35px;
}

#leavecalendar .fc-content-skeleton td.fc-day-top.fc-sun.fc-future::before {
    content: "";
    background: #ff9f89;
    position: absolute;
    width: 100%;
    height: 42px;
    top: 35px;
}

#leavecalendar a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
    position: relative;
}

#leavecalendar a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end::before {
    content: "";
    background: #ff9f89;
    width: 100%;
    height: 40px;
    position: absolute;
    top: -36px;
    left: -1px;
    border-radius: 0px;
    border: 1px solid #ff9f89;
}

#leavecalendar .fc-event {
    border: 1px solid #ff9f89 !important;
    background-color: #ff9f89 !important;
}

#leavecalendar a.fc-day-number {
    position: relative;
    z-index: 99 !important;
}

#leavecalendar a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
    z-index: 0 !important;
}

.sidebar-collapse .dataTables_scrollHeadInner {
    width: 100% !important;
}

.modal-class.previous-class .table th {
    font-size: 13px;
    font-weight: 500;
}

.modal-class.previous-class .modal-dialog {
    max-width: 650px;
    margin: 1.75rem auto;
}

.previous-class .modal-dialog .modal-body {
    padding: 1rem 1rem 0rem !important;
}

.previous-class .modal-dialog table.table {
    border: 1px solid #dee2e6;
}

.previous-class .modal-dialog .modal-footer {
    border: none;
    padding: 0rem 0rem 1.2rem;
}

.previous-class .modal-dialog table th,
td {
    border-left: 1px solid #dee2e6;
}

.page-link:focus {
    box-shadow: unset !important;
}

.col-md-5 {
    flex: 1;
    max-width: 38.666667%;
}

.strikeemp {
    background-color: red !important;
    text-decoration: line-through;
    color: #fff !important;
}

tr.strikeemp.odd {
    background: radial-gradient(red, red);
}

.strikeemp td {
    color: #fff !important;
}

table#Client_datatable {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.DataTable>thead>tr>th,
table.DataTable>thead>tr>td {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

/* Style for the table */
.table {
    width: 100%;
    border-collapse: collapse;
}

/* Style for table header */
.table th {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

/* Style for table rows */
.table td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

/* Style for alternating row colors */
.table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* Style for table cell alignment */
.table td {
    text-align: left;
}

[class*="sidebar-dark-"] {
    background-color: #dadbdb !important;
}

.user-panel .info {
    display: inline-block;
    padding: 5px 0px 5px 0px !important;
}

.nav-pills .nav-item .nav-link {
    display: block;
    padding: 0.5rem 0rem;
}

.nav-sidebar>.nav-item {
    margin-bottom: 5px !important;
}

img.nav-icon {
    width: 30px !important;
    height: 20px;
    object-fit: contain;
}

.dualbtn2-class {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 15px 0px;
}

.dualbtn2-class i.fa.fa-pencil-square-o.fa-2x {
    font-size: 14px;
    line-height: 14px;
    padding: 2px;
    color: #000;
}

.dualbtn2-class i.fa.fa-trash.fa-2x {
    font-size: 14px;
    line-height: 14px;
    padding: 2px;
    color: #000;
}

i.fa.fa-trash {
    font-size: 14px;
    line-height: 14px;
    padding: 2px;
}

label.col-form-label-branch {
    font-size: 16px;
    font-weight: 500 !important;
}

.para-class {
    padding: 0px 16px 0px;
    width: 100% !important;
}

i.fa.fa-inr {
    position: absolute;
    left: 1px;
    font-size: 13px;
    border-right: 1px solid #ced4da;
    height: 36px;
    line-height: 37px;
    background-color: #eeeeeea1;
    padding: 0px 11px;
}

.saveclass-button {
    background-color: #4eabc9 !important;
}

.price-input {
    display: flex;
    align-items: center;
    position: relative;
}

.price-input input.form-control {
    padding-left: 35px;
}

.dualbtn2-class i.fa.fa-trash.fa-2x {
    font-size: 14px;
    line-height: 14px;
    padding: 2px;
    color: red;
}

.custom-font {
    font-size: 13px;
    font-weight: 600;
    width: 80%;
}

.msgerror1 {
    font-size: 12px;
    /* color: red !important; */
    color: red;
    position: absolute;
}

.sidebar .info img {
    height: 56px !important;
    width: 100% !important;
}

table.Book_datatable {
    font-size: 12px;
}

fieldset.fieldset {
    border: 0.5px solid #b8b6b6;
    margin-bottom: 25px;
    border-radius: 8px;
}

.main-login-form img,
.reset-password-frm img,
.forget-password-form img {
    object-fit: contain;
    margin-bottom: 35px;
    max-width: 250px;
}

.main-login-form .card-header,
.reset-password-frm .card-header,
.forget-password-form .card-header {
    text-align: center;
}

.card-header h2 {
    font-size: 28px;
}

.main-login-form #loginForm button.btn.btn-primary.main-login-btn,
.reset-password-frm-main form#resetPasswordForm button.btn.btn-primary.save-btn,
.forget-password-form form#resetform button.btn.btn-primary.forgt-password {
    color: #ffff !important;
}

.reset-password-frm .form-group.confirm-passwod {
    margin-top: 30px;
}

#Book_datatable td:nth-child(6),
#Book_datatable td:nth-child(12),
#Book_datatable td:nth-child(13) {
    min-width: 90px;
}

label.form-label {
    margin-bottom: 0.25rem;
}

.downloadCSVFile {
    display: inline-block;
    font-size: 0.85rem; /* smaller text */
    margin-top: 5px;     /* closer to input field */
    color: #007bff;      /* Bootstrap blue */
    text-decoration: none;
    font-weight: 500;
}

.downloadCSVFile:hover {
    text-decoration: underline;
    color: #0056b3;
}
@media screen and (max-width: 2001px) {
    .middlesend-class {
        flex: 0 0 15% !important;
        max-width: 15% !important;
    }

    .input-group.mb-3.col-md-3.offset-md-0.paddingleft {
        gap: 40px !important;
    }
}

@media screen and (min-width: 2001px) {
    .paymentcol-class .col-md-2.paddleft-15 {
        flex: 0 0 10%;
        max-width: 10%;
    }

    .filterinquiry-class .col-sm-1 {
        flex: 0 0 10%;
        max-width: 10%;
    }

    .filterlabel-class {
        width: 100%;
    }

    .filterinquiry-class .col-md-4 {
        flex: 0 0 15%;
        max-width: 15%;
        margin-left: 12px;
    }
}

@media screen and (max-width: 2500px) {
    .dualbtn_class {
        margin-left: 0px;
    }

    .filterinquiry-class .col-sm-1 {
        flex: 0 0 13%;
        max-width: 13%;
    }

    .filterlabel-class {
        width: 100%;
    }

    .filterinquiry-class .col-md-4 {
        flex: 0 0 20%;
        max-width: 20%;
        margin-left: 12px;
    }
}

@media screen and (max-width: 1700px) {
    .filterinquiry-class .col-sm-1 {
        flex: 0 0 15%;
        max-width: 15%;
    }

    .filterinquiry-class .col-md-4 {
        flex: 0 0 25%;
        max-width: 25%;
        margin-left: 12px;
    }

    .firsttitle-class {
        flex: 0 0 33% !important;
        max-width: 33% !important;
    }

    .middlesend-class {
        flex: 0 0 13% !important;
        max-width: 13% !important;
    }

    .input-group.mb-3.col-md-3.offset-md-0.paddingleft {
        gap: 28px !important;
    }

    #criteria .col-md-3 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    #Book_datatable td:first-child {
        min-width: 130px;
    }
}

@media screen and (max-width: 1600px) {
    .paymentcol-class .col-md-3.doublehead-class {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .btn-primary {
        font-size: 14px !important;
    }

    .evaluation-form label {
        font-size: 13px !important;
    }

    .table-action-btn p {
        width: 180px !important;
    }

    .middlesend-class {
        flex: 0 0 15% !important;
        max-width: 15% !important;
    }

    #Book_datatable td:first-child {
        min-width: 110px;
    }
}

@media screen and (max-width: 1400px) {
    #Book_datatable_wrapper .col-sm-12 {
        overflow-x: auto;
    }

    #DiscountForm .col-md-9 {
        flex: 1;
        max-width: 85%;
    }

    #Payment_datatable_wrapper .col-sm-12 {
        overflow-x: auto;
    }

    .paymentcol-class .col-md-3.doublehead-class {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .filterinquiry-class .col-sm-1 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .filterinquiry-class .col-md-4 {
        flex: 0 0 33%;
        max-width: 33%;
        margin-left: 12px;
    }
}

@media screen and (max-width: 1300px) {
    .paymentcol-class .col-md-3.doublehead-class {
        flex: 0 0 35%;
        max-width: 35%;
    }
}

@media screen and (max-width: 1230px) {
    #DiscountForm .col-md-9 {
        flex: 1;
        max-width: 100%;
    }
}

@media screen and (max-width: 1150px) {
    .input-group.mb-3.col-md-3.offset-md-0.paddingleft {
        gap: 12px !important;
    }

    .Criteria-class .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 35%;
        max-width: 35%;
    }
}

@media screen and (max-width: 1080px) {
    .filterinquiry-class .col-sm-1 {
        flex: 0 0 22%;
        max-width: 22%;
    }

    .filterinquiry-class .col-md-4 {
        flex: 0 0 38%;
        max-width: 38%;
        margin-left: 12px;
    }
}

@media screen and (max-width: 991px) {
    .loginlogo-class img {
        width: 100%;
        max-width: 45%;
        margin: 0 auto 25px;
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .reset-password-frm .card-header h2 {
        font-size: 25px;
    }

    .reset-password-frm img {
        margin-bottom: 25px;
        max-width: 210px;
    }
}