body {
    background-color: #F1F5F8;
    padding-bottom: 0;
    /* background-image: url('img/blueEffect.png'); */
    /* background-position: top left; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
}

.m-w-100 {
    min-width: 100%;
}

.emailCell {
    width: 200px !important;
    display: block;
    word-break: break-all;
    word-wrap: break-word;
}
.wrapCell {
    width: 500px !important;
  
    word-break: break-all;
    word-wrap: break-word;
}


.multi-email-input:invalid {
    border-color: #dc3545; /* Bootstrap “danger” color red */
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.25);
}

.multi-email-input:valid {
    border-color: #28a745; /* Bootstrap “success” green (optional) */
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
}
.required::after {
    content: "*";
    font-weight: bold;
    color: red;
    margin-left: 2px;
}

.emptyLabel {
    height: 24px;
    display: block;
}

.table td {
    white-space: normal;
    max-width: 200px;
}

.table thead {
    background-color: #5484a9;
    color: white;
}

    .table thead th {
        vertical-align: middle;
        border-color: #436f91;
    }

.modal-header {
    background-color: #0072c5;
}

.modal-title {
    color: #fff !IMPORTANT;
}

.siteSelect:hover .dropdown-menu {
    display: block;
}

.siteSelect .dropdown-menu {
    min-width: inherit;
    padding: 3px 10px;
    top: 48px;
}

.siteSelect .dropdown-item {
    font-size: 13px;
    font-family: arial;
    letter-spacing: 1px;
}

.navbar {
    background-color: white;
    /* box-shadow: 0 2px 10px rgb(0 0 0 / 5%); */
    backdrop-filter: blur(172px);
    z-index: 99;
    border-bottom: 1px solid #e2e8f0 !important;
}

    .navbar .container {
    }

.mvc-grid tr {
    background-color: rgb(255 255 255 / 65%);
    backdrop-filter: blur(66px);
}

h4, h5 {
    color: #0172c5;
}

.jqte {
    margin-top: 0;
}

ul.nav.nav-pills .nav-link {
    border: 1px solid #cecece;
    border-radius: 5px 5px 0 0;
}

.body-content {
    /* margin-top: 10px; */
    min-height: 79vh;
}

.headerLogo {
    width: 50px;
    height: auto;
}

.control-label {
    font-weight: bold;
}

.row input, .row select {
    max-width: 100%;
}

.margin-top-negetive {
    margin-top: -50px;
}

a {
    color: #0172c5;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0172c5;
    border-color: #0463ab;
}

.sideNav {
    border-radius: 5px;
    min-height: 80vh;
    /*overflow: hidden;*/
    border: 0px;
}

    .sideNav .fa {
        color: #0060aa;
        background-color: #e3eef7;
        padding: 8px;
        width: 25px;
        height: 25px;
        border-radius: 4px;
        text-align: center;
        padding: 4px;
        margin-right: 14px !important;
        !i;
        !;
    }

.input-group-append .input-group-text, .btn-primary {
    background-color: #0072C5;
    color: #fff;
    border: 0;
    transition: all 0.3s ease;
}

.contentArea {
    border-radius: 5px;
    min-height: 80vh;
    border: 0px;
    margin-top: -8px;
    background-color: rgb(255 255 255 / 61%);
    /* box-shadow: 0 4px 11px rgb(0 0 0 / 11%); */
    backdrop-filter: blur(172px);
    margin-left: 0 !important;
}

h3 {
    color: #0072C5;
}

.bg-llblue {
    background-color: #f3f7fb;
    margin-left: -8px;
    margin-top: -8px;
    margin-right: -23px;
}

.custom-control-label::before {
    display: none;
}

.searchBtn {
    /* background: linear-gradient(249.98deg, rgba(40, 182, 198, 0.88) 1.62%, rgba(1, 130, 170, 0.88) 21.42%, rgba(0, 96, 169, 0.88) 50.54%, rgba(0, 96, 169, 0.88) 82.86%); */
    font-weight: 500;
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
    transition: all 0.2s ease;
}

    .searchBtn:hover {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

.list-box.tri-state {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.table {
    background-color: #ffffff80;
    backdrop-filter: blur(64px);
}

.tabButtons a {
    border-radius: 10px 10px 0 0;
    box-shadow: inset 1px -3px 7px 0px #00000033;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.tabButtons .btn-primary {
    background-color: #3ab5c8 !important;
    border-color: #3ab5c8 !important;
}

.tabButtons .btn-primary {
    background-color: #3ab5c8 !important;
    border-color: #3ab5c8 !important;
}

    .tabButtons .btn-primary:hover {
        background-color: #2990a0 !important;
        border-color: #2990a0 !important;
    }

.tabButtons .btn-warning {
    background-color: #08c;
    border-color: #08c;
    color: white;
}

    .tabButtons .btn-warning:hover, .tabButtons .btn-warning:active {
        color: #ffffff !important;
        background-color: #0470a7 !important;
        border-color: #08c !important;
    }

footer {
    background-color: #0072c5;
    color: white;
    padding: 10px;
}

    footer p {
        margin: auto;
    }

.sideNav {
    border: 0px !important;
    padding: 5px;
    background-color: white;
    /* box-shadow: 0 9px 11px rgb(0 0 0 / 11%); */
    /* backdrop-filter: blur(172px); */
    border-radius: 0;
    border-right: 1px solid #e2e8f0 !important;
    height: 100%;
}

    .sideNav .list-group-item {
        /*border: 0px;*/
        transition: all 0.3s ease;
    }

    .sideNav .list-group.collapse {
        /*background-color: #edf2f6;*/
        margin-top: 9px;
    }

    .sideNav .sidenavDropDownIcon {
        background-color: transparent;
        color: gray;
        margin-right: 0 !important;
    }

    .sideNav .list-group-item:hover {
        background-color: #e3eef7;
        text-decoration: none;
        padding-left: 15px;
    }

    .sideNav .list-group-item a {
        transition: all 0.3s ease;
    }

        .sideNav .list-group-item a:hover {
            text-decoration: none;
        }

a.fa {
    font-family: FontAwesome,Arial;
}

.tabButtonsActive {
    position: relative;
}

    .tabButtonsActive:before {
        content: "";
        border: 10px solid transparent;
        border-bottom: 10px solid #f7f7f7;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -2px;
        z-index: 999;
    }

.leftNavScndList {
    margin-top: 2px !important;
    margin-left: 12px !IMPORTANT;
    font-size: 13px;
}

.sideNav .list-group-item {
    border: 0 !important;
    background-color: transparent;
}

    .sideNav .list-group-item .leftNavScndList:hover li {
        background-color: white !important;
    }

        .sideNav .list-group-item .leftNavScndList:hover li:hover {
            background-color: #f1f8ff !important;
        }

.sideNav ul > .list-group-item {
    padding: 7px 10px;
    /* color: red; */
    /* border-bottom: 1px solid red !important; */

    !i;
    !;
}

    .sideNav ul > .list-group-item a {
        display: block;
        color: #5b5e5d;
        font-weight: 500;
        font-family: system-ui;
    }

.pagination-container {
    text-align: center;
}

.pagination li a {
    border-radius: 100px !important;
    margin: 5px;
}

.bg_lightBlue {
    background-color: #D4EBFF;
}

.logsModal h4 {
    color: #7794A7;
}

.attachment-preview {
    width: 95%;
    margin: auto;
}

.workflowContainer .form-group {
    margin-bottom: 1.25rem;
}

.workflowContainer .required::after {
    content: " *";
    color: #e74c3c;
    font-weight: bold;
}

.workflowContainer .form-check-label {
    font-weight: 500;
    padding-left: 0.5rem;
}

.workflowContainer .form-check-input {
    margin-top: 0.2rem;
}

.workflowContainer .workflow-step {
    background: #f8f9fa;
    border-left: 4px solid #0060aa;
    border-radius: 0.375rem;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
}

    .workflowContainer .workflow-step:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        transform: translateY(-2px);
    }

    .workflowContainer .workflow-step h5 {
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 0;
        padding-bottom: 0.5rem;
        display: flex;
        align-items: center;
        font-size: 1.1rem;
    }

        .workflowContainer .workflow-step h5 i {
            margin-right: 0.5rem;
            color: #007bff;
        }

.workflowContainer .btn-submit-group .btn {
    min-width: 120px;
}

.workflowContainer .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}

.workflowContainer select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

.page-title {
    font-weight: 600;
    color: #2c3e50;
    display: flex;
    align-items: center;
    margin-left: 13px;
    margin-top: 10px;
}

.workflowContainer .page-title i {
    color: #007bff;
    margin-right: 0.5rem;
}

.section-divider {
    border-top: 1px solid #e9ecef;
    margin: 1.5rem 0;
}

.jqte_linkform {
    display: none !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    height: auto !important;
    padding: .300rem .75rem;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100%;
    }

.select2-search__field {
    max-width: inherit;
}

@@media (max-width: 768px) {
    .workflow-step {
        padding: 1rem;
    }

    .btn-submit-group .btn {
        min-width: auto;
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

#workflowStepsContainer .alert {
    padding: 1rem;
    border-radius: 0.375rem;
    background-color: #e7f4ff;
    border: 1px solid #bee5eb;
    color: #31708f;
}

@media (min-width: 900px) {
    .logsModal .modal-dialog {
        max-width: 800px;
    }
}

.p_master_date_header {
    width: 300px;
    background-color: #146DBB;
    border-radius: 0 0 9px 9px;
    margin: auto;
}


.linkedList {
    padding: 0;
    margin: 0;
    margin-left: 20px;
    margin-top: 10px;
}

    .linkedList li {
        position: relative;
        color: #7794A7;
        text-indent: 0px;
        list-style-type: none;
        padding-bottom: 20px;
        font-size: 16px;
        line-height: 1.3;
    }

    .linkedList b {
        font-size: 14px;
        display: block;
    }

    .linkedList li:before {
        content: "";
        border: 4px solid #7794A7;
        border-radius: 65px;
        height: 0;
        width: 0;
        position: absolute;
        left: -19px;
        top: 7px;
        z-index: 1;
    }

    .linkedList li:after {
        content: "";
        border: 1px solid #BCE0FF;
        background-color: #b9b7b7;
        position: absolute;
        left: -16px;
        top: 15px;
        height: 100%;
        z-index: 0;
    }

    .linkedList li:last-child:after {
        border: 1px solid #fff;
        height: 0;
    }

.approvedText {
    color: #00A89D;
    margin-bottom: 10px;
    display: inline-block;
}

.whiteSpaceNormal td {
    white-space: normal !important;
}

@media(min-width: 1600px) {

    
    .container-fluid.body-content {
        max-width: 1500px;
    }

    .container-fluid.body-content.adminContent {
        max-width: 100%;
    }
}

@media(max-width: 1600px) {
    .container {
        max-width: 1400px;
    }
}

@media(min-width: 768px) {
    .navbar-nav a {
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0.5px;
        border-radius: 3px;
        padding: 6px 6px;
    }

    .navbar-brand span {
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 1px;
        /* text-transform: uppercase; */
        margin-top: 18px;
        display: inline-block;
        color: #40403f;
    }
}

.reminderIcon {
    transition: all 0.3s ease;
    animation: ringBell 1.4s ease-in-out alternate infinite;
    transform-origin: center top;
    margin: 0 5px;
}

@keyframes ringBell {
    from {
        transform: rotate(30deg);
    }

    to {
        transform: rotate(-30deg);
    }
}

.card-footer {
    background-color: #f9fbfc;
    border: 0;
}

.card-title {
    font-size: 16px;
    color: #363535;
}

.mobileToggle {
    display: none;
}

.postmasterCards {
    margin-top: 15px;
}

    .postmasterCards .card {
        opacity: 0;
        transform: translateY(10px);
        /*        backdrop-filter: blur(200px);
*/
        background-color: #f9fcfb;
    }

.showCards {
    background-color: #fcfeff;
    transition: all 0.3s ease;
    animation: fadeUp 0.5s ease-in-out forwards;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.showCards img {
    max-height: 170px;
    object-fit: cover;
    image-rendering: -webkit-optomize-contrast;
}

.postmaster-card.col-md-4 img {
    max-height: 250px;
}

.pm_bodyImg {
    max-width: 80%;
    margin: auto;
    display: block;
}
/* Custom styles for grid/list views */
.grid-view .product {
    display: inline-block;
    width: calc(33.33% - 10px);
    margin-bottom: 15px;
}

.list-view .product {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.list-view .card .badge {
    margin-left: 10px;
}

.product {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

    .product:hover {
        transform: scale(1.05);
    }

.toggle-btn {
    margin: 20px 0;
    cursor: pointer;
}
/* Default grid view */
.list-view {
    width: 800px;
    margin: auto;
}

.grid-view .postmaster-card {
    display: inline-block;
    /*width: 23%;*/ /* 4 cards per row */
    margin-bottom: 20px;
}

.w-300px {
    width: 300px !important;
}

.w-30px {
    width: 30px !important;
}

/* List view */
.list-view .postmaster-card {
    display: block !important;
    width: 100%; /* Full width for list view */
    margin-bottom: 20px;
    min-width: 100% !important;
}

.list-view .card {
    display: flex !important;
    flex-direction: row;
}

    .list-view .card img {
        width: 200px;
    }

.postmaster-card {
    transition: transform 0.3s ease;
}

    .postmaster-card:hover {
        // transform: scale(1.05);
    }

.toggle-btn {
    margin: 20px 0;
    cursor: pointer;
}

/* end */
.postmasterCards .showCards:hover {
    /* transform: translateY(-5px) !important; */
    box-shadow: 3px 13px 28px 1px #ccd3d93d !important;
}

.postmasterCards .card a:hover {
    text-decoration: none;
}

.sideNav li.list-group-item.active {
    background-color: #c7e1f4;
    border-radius: 5px;
}

.pagination {
    margin: 10px 0;
}

.card .badge {
    border-radius: 100px;
    padding: 5px 12px;
}

.card .badgeAbsolutw {
    position: absolute;
    top: 10px;
    right: 10px;
}

.list-view .card .badgeAbsolutw {
    position: relative;
    top: auto;
}

@media(max-width: 768px) {
    .headerLogo {
        width: 44px;
        height: auto;
    }

    .sideNav {
        height: auto;
        width: 100%;
    }

    .pagination {
        margin: 5px 0;
    }

    .navbar-brand {
        margin-top: 11px;
        /*margin-bottom: 28px;*/
    }

    .mobileToggle {
        display: block;
        padding: 10px;
    }

    a.mobileToggle.activeMenu {
        background-color: #cae7eb;
        border-radius: 5px 5px 0 0;
    }

    .sideNav .mobileToggle + .list-group {
        display: none;
    }

    .margin-top-negetive {
        margin-top: -32px;
    }

    .navbar {
        height: auto;
        margin-bottom: 0;
        padding: 10px;
        padding-bottom: 15px;
    }

    .list-view {
        width: 100%;
    }

        .list-view .card img {
            width: 20%;
        }

        .list-view .card-footer p {
            font-size: 11px;
            text-align: right;
            float: right;
        }

        .list-view .card .badge {
            float: right !important;
        }

    .column-btns {
        display: none;
    }

    .form-inline {
        /* width: 100%; */
        display: block;
    }

    .searchBtn {
        margin: auto !important;
    }

    .tabButtons a {
        width: auto;
        font-size: 12px;
    }

    .contentArea, .sideNav {
        border-radius: 3px;
        min-height: auto;
        width: 95%;
        margin: auto;
        margin-bottom: 5px;
    }

    .contentArea {
        min-height: 70vh;
    }

    .sideNav .list-group-item {
        padding: 5px 16px;
    }

    .leftNavScndList {
        margin-top: 1px !important;
        font-size: 13px;
        margin-left: 10px !important;
    }

    .navbar-brand {
        margin-top: 11px;
    }
}

@media(max-width: 414px) {
    a.navbar-brand.text-white span {
        display: block;
        text-align: center;
    }

    .navbar-brand {
        margin: auto;
        text-align: center;
    }
}

.jqte_tool.jqte_tool_1 .jqte_tool_label {
    height: 20px;
}


.max-width100Per {
    max-width: 100% !important;
}

.captcha-box {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f2f2f2;
    border: 2px dashed #aaa;
    font-family: 'Courier New', Courier, monospace;
    font-size: 28px;
    letter-spacing: 8px;
    font-weight: bold;
    color: #333;
    user-select: none;
    transform: rotate(-1deg);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.captcha-refresh-btn {
    margin-top: 10px;
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 4px 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

    .captcha-refresh-btn:hover {
        background-color: #0056b3;
    }
.dragbleTable tr.dragging {
    opacity: 0.5;
}

.dragbleTable tr.dragging-over {
    background-color: #f0f0f0;
}

.dragbleTable td {
    cursor: pointer;
}

    /* Prevent dragging on the first td */
    .dragbleTable td:first-child {
        cursor: not-allowed;
    }