.card-body.data-table {
    min-height: 76vh;
}

.perPage {
    border: 0;
    padding: 0;
    color: rgb(255 255 255);
    cursor: pointer;
    text-transform: uppercase;
}

select.btn.perPage {
    padding: 0 !important;
}

.page_top_text {
    font-size: 13px;
    text-transform: uppercase;
    border: 0;
    padding-left: 10px;
}

.bg-default .page_top_text {
    color: rgba(255, 255, 255, 0.8);
}

.bg-theme .page_top_text {
    color: rgba(255, 255, 255, 0.8);
}

.setting_button {
    padding: 5px 10px;
}

.btn.action {
    padding: 0 0 0 5px;
    margin-right: 2px;
}

.pointer {
    cursor: pointer;
}

input.form-control {
    padding: 5px 15px;
}

.btn {
    padding: 5px 14px;
}

.modal-header {
    text-transform: uppercase;
    padding: 7px 15px;
    /*background: #303030;*/
}

.modal-footer {
    padding: 5px;
    /*background: #303030;*/
}

#theme16 {
    background-image: url(../images/bg-themes/16.jpg);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

.bg-default .switcher-btn {
    background: #d1d2d4;
    color: #000;
}

.bg-default table thead th {
    background: #ddd;
    text-transform: uppercase;
}

.bg-default input::placeholder {
    color: #000000; /* your desired color */
    opacity: 1; /* make sure it's fully visible */
}

.bg-default textarea::placeholder {
    color: #999;
}

div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right
}

h2#swal2-title {
    color: #5c4d4d;
}

.swal2-icon {
    width: 4em !important;
    height: 4em !important;
}

.swal2-title {
    font-size: 1.40em !important;
}

.swal2-container .swal2-styled {
    padding: .425em 1em !important;
}

.modal-content {
    position: relative;
}

.bg-default .modal_loader {
    background: rgba(0, 0, 0, 0.3);
}

.bg-default .dropdown-large .msg-info,
.bg-default .dropdown-large .msg-name {
    color: #000;
}

.bg-theme .modal_loader {
    background: rgba(255, 255, 255, 0.2);
}

.modal_loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.modal_loader i {
    font-size: 2rem;
}

.page-content {
    position: relative;
    min-height: 89vh !important;
}

.bg-default .page-content {
    background: rgba(255, 255, 255, 0.2);
}

.bg-default .page_loader {
    background: rgba(0, 0, 0, 0.4);
}

.bg-theme .page_loader {
    background: rgba(255, 255, 255, 0.2);
}

.bg-theme .header-notifications-list {
    background: #000;
}

.bg-default .breadcrumb-item.active {
    color: #FFF;
}

.bg-theme .btn {
    color: var(--bs-btn-active-color);
    border-color: var(--bs-btn-active-border-color);
}

.bg-default a.btn, .bg-default button.btn {
    color: var(--bs-white);
    border-color: var(--bs-gray-600);
}

.bg-default .breadcrumb-item a {
    color: #FFF;
}

.bg-default .breadcrumb-item a {
    color: #FFF;
}

.bg-default .form-control {
    border: var(--bs-border-width) solid var(--bs-gray-800);
}

.search-control {
    color: #F3F3F3;
}

.page_loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex; /* center contents */
    align-items: center;
    justify-content: center;
    z-index: 10; /* make sure it's above modal content */
}

.page_loader i {
    font-size: 2rem; /* adjust size if needed */
}

table.data_table th:first-child,
table.data_table td:first-child {
    width: 50px;
}

table.data_table th.checkbox,
table.data_table td.checkbox {
    width: 25px;
}

table.data_table th:last-child,
table.data_table td:last-child {
    width: 180px;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: var(--bs-danger) !important;
}

.header-notifications-list {
    height: auto;
}

.drop_zone {
    height: 120px;
    width: 100%;
    background: #ddd;
}

input.file_upload {
    display: none;
}

.drop_zone.pointer {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #FFF;
    border-radius: 4px;
}

.multiplePDF {
    font-size: 12px;
    text-align: center;
    display: block;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-width: 80px;
    word-break: break-word;
    background: gray;
}

.multipleImage {
    height: 50px;
    width: 50px;
    cursor: pointer;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 4px;
}

.bg-default .page-wrapper {
    /*background: #FFF;*/
}


.bg-default .file-name strong {
    color: #000;
    max-width: 85%;
}

.bg-theme .file-name strong {
    color: #000;
    max-width: 85%;
}

a.attachment_remove {
    position: absolute;
    top: -1px;
    right: -1px;
    padding: 10px;
    cursor: pointer;
    border-radius: 2px;
}

a.attachment_remove:hover {
    background: red;
    color: #000 !important;
}

.p-2.border.rounded.text-center.uploaded-file {
    position: relative;
    min-height: 125px;
}

.logo_wrapper {
    margin: 0 auto;
}

.logo-icon {
    width: 100%;
}


@media print {
    body {
        background-color: #FFF !important;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-6,
    .col-12 {
        float: left;
    }

    .col-md-12, .col-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6, .col-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .report_header {
        display: block !important;
    }
}

@media print {
    .pageBreak {
        page-break-after: always;
    }

    table.table tr th:last-child,
    table.table tr td:last-child {
        width: auto !important;
    }
}

body.bg-default {
    background-size: cover;
    background-repeat: no-repeat;
}

select.form-control {
    cursor: pointer;
}

.card-hover {
    transition: transform 0.3s, box-shadow 0.3s;
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, .2);
}

.bg-gradient-primary {
    background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
}

.bg-gradient-success {
    background: linear-gradient(135deg, #198754 0%, #20c997 100%);
}

.bg-gradient-info {
    background: linear-gradient(135deg, #0dcaf0 0%, #0d6efd 100%);
}

.bg-gradient-danger {
    background: linear-gradient(135deg, #dc3545 0%, #fd7e14 100%);
}

.border-dashed {
    border: 1px dashed #adb5bd !important;
    border-radius: 0.375rem;
    padding: 1rem;
}

.img-thumbnail:hover {
    transform: scale(1.05);
    transition: 0.2s;
    cursor: pointer;
}

.row.card_items p {
    text-transform: uppercase;
}

.bg-default .card {
    /*background-color: rgb(0 0 0 / 20%);*/
    box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12);
    margin-bottom: 1.5rem;
    border: 0 solid transparent;
}

.bg-default .widgets-icons {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #ddd;
    font-size: 26px;
    border-radius: 10px;
}

.card_items .card {
    margin-bottom: 5px;
}

.topbar .navbar .navbar-nav .nav-item {
    margin-right: 10px;
}

.local_flag{
    height: 15px;
    margin-right: 5px;
}
