@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #ffffffd6 url(loader.gif) 50% 50% no-repeat;
    background-size: 80px auto;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #00000080;
}

::-webkit-scrollbar-thumb:hover {
    background: #000000cc;
}

.dataTables_scrollBody::-webkit-scrollbar {
    height: 4px;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    background: transparent;
}

.dataTables_scrollBody:-webkit-scrollbar-thumb:hover {
    background: #43c3f4;
}

.custContPd {
    padding: 72px 11px;
}




.navbar {
    /* margin: 10px;
    border-radius: 5px; */
    padding: 5px 8px 5px 10px;
    box-shadow: 0px 1px 5px 0px rgb(81 70 174 / 35%);
    position: fixed;
    z-index: 999;
    min-width: 78%;
    max-width: 100%;
    width: -webkit-fill-available;

}


.navabrHdr {
    padding: 1px;
    margin: 5px 8px;
    background: #25568b;
    border-radius: 5px;

}

.menu_height {
    height: 90vh;
    overflow-y: scroll;
}

.navabrHdr ul li a {
    display: flex;
}

.sidebar-hr {
    margin: 5px;
}


.sidebar-link,
a.sidebar-link {
    background: #25568b;
    color: #fff;
    font-size: 1rem;
}

.sidebar-link,
a.sidebar-link svg,
.sidebar-link {
    color: #fff;
}

.sidebar-link {
    padding: .525rem 0.3rem !important;
}

.list-inline,
.list-unstyled {
    /* padding-left: 21px; */
    font-size: 1rem;
}


.sidebar-link,
a.sidebar-link .sidebar-dropdown {
    background: #25568b !important;
    color: #fff;
}

.sidebar-brand {
    padding: 0.5rem 0.5rem;
}

.sidebar-dropdown .sidebar-link {
    color: #eaeaea;
}

.sidebar-dropdown .sidebar-link.active,
.sidebar-dropdown .sidebar-link.active:hover {
    font-weight: 600;
    color: #fff;
    background: #ffffff1f !important;
}


.sidebar-brand-text {
    padding: 10px;
    background: #25568b;
    border-radius: 5px;
}

.breadcrumbs {
    font-weight: 600;
    color: #4071A5;
}





.form-control:focus,
form-select:focus {
    background-color: #fff;
    border-color: #9dbeee;
    box-shadow: 0 0 0 0.2rem rgb(59 125 221 / 0%);
}

.card-body {
    padding: 15px 15px;
}



.custfmbtns,
.custfmbtns:focus {
    background: linear-gradient(to left, #8981ec, #aca5f1);
    color: #fff;
    border-top: 0px solid #fff !important;
    border-bottom: 0px solid #fff !important;
    border-left: 0px solid #fff !important;
    border-right: 0px solid #fff !important;
}

.custfmbtns:hover {
    background: linear-gradient(to right, #8981ec, #aca5f1);
    color: #fff;
}

.table>tbody>tr>td,
.table>tbody>tr>th {
    padding: 6px 11px;
}



/***datatable css atrat**/
.dataTables_paginate .pagination {
    list-style-type: none;
    display: flex;
    padding-top: 0.85em;
}

.dataTables_paginate .pagination li a {
    cursor: pointer;
    padding: 2px 10px;
    border: 1px solid #e7e7e7;
    text-decoration: none;
}

.dataTables_paginate .active {
    background-color: #e5e2e2;
    color: #fff;
}

table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 0.8rem;
}

.dataTables_length select,
.dataTables_filter input {
    border-radius: 5px;
}

/**datatable css end**/


.custnavarea .nav-item .nav-link {
    padding: 5px 15px;
    font-size: 0.8rem;
    margin-right: 10px;
    background: #dedede;
    color: #000;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #219fd0;
    color: #fff;
}

.card {
    box-shadow: 0px 1px 5px 0px rgb(81 70 174 / 35%);
}

.sidebar-content {
    background: url(../images/gp2.png), linear-gradient(to left, #4071A5, #7ba6d4);
}

.custbtn {
    background: #4486ce;
    color: #fff;
    border-radius: 3px;
    border: 0px solid #000;
}

.custbtn:hover,
.custbtn:focus {
    background: #1f5289;
    color: #fff;
}

.tblHdng {
    font-weight: 600;
    font-size: 1rem;
}

/* end */
.select_multiple {
    position: relative !important;
}


.dropdown_icon {
    position: absolute;
    top: 15px !important;
    right: 13px !important;

}

/* menu Active sidebar */

.sidebar-item .sidebar-link:hover {
    color: #fff !important;
}


.sidebar-link,
a.sidebar-link svg,
.sidebar-link:hover {
    color: #fff !important;
}

.sidebar-item.active>.sidebar-link {
    background: linear-gradient(90deg, rgba(191, 208, 234, 0.18), rgba(45, 101, 181, 0.56) 50%, #0000002e) !important;
    border-left-color: #3b7ddd !important;
    color: #e9ecef !important;
    font-weight: 500 !important;
}

.sidebar-dropdown .sidebar-link:before {
    content: "→";
    display: inline-block;
    left: 9px !important;
    position: relative;
    transform: translateX(0);
    transition: all .1s ease;
    margin-right: 23px !important;
}

/* end */
.cistviewlbl label {
    font-weight: 600;
}

.circle_icon_active i {
    color: #27b927 !important;
}

.circle_icon_inactive i {
    color: #d42032 !important;
}

.inactivebtn {
    background: #ce7244;
    color: #fff;
    border-radius: 3px;
    border: 0px solid #000;
}

.inactivebtn:hover,
.inactivebtn:focus {
    background: #945130;
    color: #fff;
}

footer.footer {
    padding: 0.5rem .875rem;
}



/*the container must be positioned relative:*/
.dash-search2 {
    position: relative;
}

.dash-search2 .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 5px 17px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 17px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 17px -6px rgba(0, 0, 0, 0.75);
    text-align: left;
}

.dash-search2 .autocomplete-items div {
    padding: 5px 10px;
    cursor: pointer;
    background-color: #fff;
    /*border-bottom: 1px solid #d4d4d4; */
}

/*when hovering an item:*/
.dash-search2 .autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.dash-search2 .autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.dash-search2 .advanced-search {
    position: absolute;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-top: none;
    z-index: 999;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-shadow: 0px 5px 17px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 17px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 17px -6px rgba(0, 0, 0, 0.75);
}

.dash-search2 .advanced-search .adv-sc-bx {
    padding: 3px;
    height: 2rem;
}

.dash-search2 .sm-btn-search {
    right: 11px;
    top: 3px;
    position: absolute;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #9dbeee 1px !important;

}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}

.select2-container .select2-selection--single {
    height: 33px !important;
}

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

.back_btn {
    background-color: #9babbc;
    padding: 1px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
}



.card_details .card_data {
    font-size: 0.95rem;
    display: flex;
    font-weight: 500;
    margin-bottom: 0.8rem;
    color: #000;
}

.card_details .card_data span {
    font-weight: 400;
    width: 77%;
    margin-left: auto;
}

.heading_table h1 {
    margin-bottom: 0;
}

.card_details .card_data span::before {
    content: ":";
    margin-right: 0.35rem;
}

.status_data {
    color: green;
}

.disbled_icon {
    color: gray;
}

.box_1 {
    display: flex;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 5px;
    margin-bottom: 5px;
}

.agencyList {
    cursor: pointer;
    padding: 10px;
    margin-bottom: 15px;
    background: #f7f7f7;
    border-radius: 6px;
    box-shadow: 0px 1px 5px 0px rgb(81 70 174 / 21%);
}

.agencyList:hover {
    background: #fdfdff;
}


.agencyList .adjnm {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.agencyList i {
    color: #b4b4b4;
}

.imgdatascroll {
    height: 83vh;
    overflow-y: auto;
    overflow-x: hidden;
}


.imdFdBg {
    background: #f9f9f9;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 8px;

}

.imdFd {
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 7px;
}

.imdFd .imageUpldHdg {
    font-weight: 500;
    color: #366da8;
    /*    margin-bottom: 5px;*/
}

.imdFd .imageVal {}

.amjHfdg {
    font-size: 1rem;
    font-weight: 500;
}

.cfBck {
    background: #9babbc;
    padding: 3px 7px;
    color: #fff;
    cursor: pointer;
    margin-right: 7px;
    border-radius: 5px;
}

.viewCpData {
    margin-bottom: 15px;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 8px;
}

.viewCpData .viewCpHdr {
    font-weight: 500;
    color: #366da8;
}

.shwimginBg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 300px;
    width: 100%;
}

/* =====================================Dashboard============================================= */
.hero_sec {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard_bg {
    background-image: url('../img/photos/wave_pt.png');
    border-radius: 9px;
    height: 105px;
    width: 100%;
}

.heading_total_count {
    color: rgb(20, 20, 182);
    font-weight: 600;
    font-size: 1.1rem;
}

.card_d {
    background: linear-gradient(to right, #ffff, #e0bb2bba);
}

.card_2 {
    background: linear-gradient(to right, #ffff, #fa7f66ba);
}

.card_3 {
    background: linear-gradient(to right, #ffff, #7ce02bba);
}

.bg_img_crd {
    background: #a3a333;
}

.img_ttl_hrd {
    width: 45px;
}

.card_header {
    padding: 10px 20px;
    color: #25568b;
}


.hrd_details {
    margin: 58px 0px 30px 0px;
}

.form-label {
    font-weight: 500;
}

.rryr {
    width: 100%;
    height: 200px;
}

.rryr img {
    height: 100%;
    width: 100%;
}

.rryr img {
    object-fit: contain;
    /* or
  object-fit: cover; */
}



/* Media Queries for Dashboard Responsiveness */
@media (max-width: 986px) {
    .dashboard_bg {
        height: auto;
        padding: 10px;
    }

    .card {
        margin-bottom: 20px;
    }

    .img_ttl_hrd {
        width: 35px;
    }
}

@media (max-width: 576px) {
    .hstack {
        align-items: flex-start;
    }
}

.modal-header {
    background: linear-gradient(0deg, #cad7eb5c 0, #fff 65%) !important;
    padding: 10px 20px !important;
}

.modal-title {
    font-weight: 600;
    color: #4486ce;
    font-size: 1rem;
}

.btn-close {
    background-color: #ff9999 !important;
}

.fmFrame {
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 25px 15px 0px 15px;
    border: 1px dashed #b1b1b1;
    border-radius: 4px;
    position: relative;

}

.fmFrame .hdrfs {
    padding: 2px 8px;
    border-radius: 4px;
    background: #f8f8f8;
    position: absolute;
    top: -13px;
    font-weight: 600;
}

.tblcls {
    cursor: pointer;
    color: #dc3545;
}

.tblcls:hover {
    color: #aa1120;
}

.stepno.stepsurrent {
    background: #326caa !important;
}

.stepno.stepnoactive {
    background: #23c98d !important;
}

.stepnoHdr.stepnourrent {
    color: #326caa !important;
}

.stepnoHdr.stepnoHdractive {
    color: #23c98d !important;
}

.stepnoHdr {
    font-weight: 600;
}

.stepno {
    background: #949494;
    color: #fff;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 2;
    font-weight: 600;
}

.custpr-0 {
    padding-right: 0px;
}



.pvimg {
    width: 100px;
    height: 100px;
}

.pvimg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.date_txt {
    font-weight: 500;
    color: #366da8;
    background: linear-gradient(to left, #f2f3f5, #cde3e9);
    padding: 5px 13px;
    border-radius: 4px;
    font-size: 0.9rem;
}

.note_text span {
    font-size: 13px;
    color: #d44545;
}

/* image zoom show modal */
.toZoom {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    cursor: zoom-in;
}


.modal_image_zoom {
    display: none;
    position: absolute;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 1000px;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal_content_img {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}


.modal_content_img {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0.1)
    }

    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .modal_content_img {
        width: 100%;
    }
}

.bell_icon {
    color: gray;
    font-size: 17px !important;
}

.notification_list_main li {
    border-bottom: 1px solid #e5e1e180;
}

.notification_list_main {
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
}

/* end */

/*  */
.table-container {
    max-height: 200px;
    overflow-y: auto;
    margin-top: 20px;
    border: 1px solid #ccc;
}

.fixed-header-table {
    width: 100%;
    border-collapse: collapse;
}

.fixed-header-table thead th {
    position: sticky !important;
    top: -2px !important;
    background-color: #f9f9f9;
    z-index: 2;

}

.fixed-header-table th,
.fixed-header-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.fixed-header-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* ====================================================
CODE BY: Chandan Kumar Panigrahi 
=======================================================*/
.card_top_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.card_top_heading {
    font-weight: 600;
    font-size: 1rem;
}

/* Status */
.status {
    font-weight: 500;
}

.forwarded,
.pending {
    color: #ff9600;
}

.rejected {
    color: #c90000;
}

.inprogress {
    color: #3560dc;
}

.approved,
.completed {
    color: #16b95c;
}

.inner-card {
    border: 2px dashed #bfbfbf;
    padding: 1rem 0.75rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.add_view_table {
    border-top: 2px dashed #bfbfbf;
    margin-top: 0.75rem;
    padding-top: 0.5rem;
}

.plus-button {
    background: #4486ce;
    color: #fff;
    border-radius: 3px;
    border: 0px solid #000;
}

@media (min-width: 768px) {
    .plus-button span {
        display: none;
    }
}

@media (max-width: 768px) {
    .plus-button span {
        display: inline-block;
    }

    .plus-button i {
        display: none;
    }

    .plus-button {
        margin-left: auto;
        width: 100%;
        padding: 0.2rem;
        font-size: 1rem;
    }
}

.totalCount {
    font-size: 0.95rem;
}

.totalCount span {
    font-weight: 600;
    color: #25568b;
}

.view_request_details {
    margin-top: 10px;
    padding: 10px 12px;
    background: #f9f9f9;
    border-radius: 0.5rem;
}

.view_request_title {
    color: #1e5290;
    font-weight: 500;
}

.tab_design {
    display: flex;
    flex-direction: row;
    width: fit-content;
    /* border: 1px solid #a7a7a7; */
    border-radius: 0.35rem;
    overflow: hidden;
    background-color: #fafafa;
    padding: 0.15rem;
}

.tab_design .tabButton {
    padding: 0.25rem 0.75rem;
    font-size: 1rem;
    width: 130px;
    border: none;
    font-weight: 500;
    color: #868686;
    text-align: center;
}

.tab_design .tabButton.active {
    background-color: #3b7ddd;
    border-radius: 0.25rem;
    color: #fff;
}

.status_scroller {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.status_card {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #3869a3;
    margin-bottom: 0.5rem;
}

.status_heading {
    font-weight: 500;
    color: #ffffff;
    background: #3869a3;
    padding: 0.35rem 0.75rem;
    border-radius: 4px;
    font-size: 0.95rem;
    display: flex;
    justify-content: space-between;
}

.status_info {
    padding: 0.5rem;
    background: #fff;
    border-radius: 8px;
    margin-top: 6px;
}

.status_title {
    color: #1e5290;
    font-weight: 500;
}

.status_colon {
    color: #1e5290;
    font-weight: 500;
}

@media (max-width: 992px) {
    .status_colon {
        display: none;
    }

    .d-colon {
        display: none;
    }
}

.document_view {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.document_view i {
    font-size: 0.8rem;
    margin-left: 0.5rem;
}

/* .details_scroll {
    height: 60vh;
    overflow-y: auto;
}

.details_scroll::-webkit-scrollbar {
    width: 0px;
} */

.privacy_policy_container {

    background-image: linear-gradient(115deg, rgb(255 255 255 / 94%), rgb(255 255 255 / 90%)), url(../images/real-estate-hoarding.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.privacy_policy_container ul li {
    list-style: numeric;
    margin-bottom: 10px;
    line-height: 1.4rem;
}

.privacy_policy_container ul li h5 {
    margin: 0;
    font-size: 15px;
    display: block;
}

.heading_privacy_policy {
    background: linear-gradient(to left, #fff0, #a7e5c6);
    padding: 10px;
    border-left: 2px solid #61b189;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.heading_privacy_policy h2 {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
}

.heading_privacy_policy h3 {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}

.privacy_policy_container h4 {
    font-weight: 600;
}

.privacy_policy_container ul h5 {
    font-weight: 600;
}

.pvc_policy {
    margin: 10px 61px;
}

.pwd_data {
    position: absolute;
    bottom: 21px;
    right: 0;
    color: #fff;
    padding: 0.25rem 0.65rem;
    background-color: #555555d1;
    width: 180px;
    font-size: 11px;
    line-height: 16px;
    border-radius: 0.25rem;
    display: none;
    /* opacity: 0; */
    transition: all 0.5s ease-in-out;
    cursor: default;
}

.pwd_icon:hover .pwd_data {
    display: inline-block;
    /* opacity: 1; */
    transition: all 0.5s ease-in-out;
}

.pwd_icon {
    margin-right: 0.25rem;
    position: relative;
    margin-bottom: 0.4rem;
}

.pwd_info {
    color: #9b9b9b;
    border: 2px solid #9b9b9b;
    width: 18px;
    height: 18px;
    padding: 0.15rem;
    text-align: center;
    border-radius: 50%;
    font-size: 0.6rem;
    cursor: default;
}

.sidebar [data-bs-toggle=collapse]:after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: " ";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1rem !important;
    top: 1.2rem;
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

/*======================== Dashboard Department============================== */
.user_crm_wrapper {
    background: transparent;
}

.user_crm_wrapper .single_crm {
    background: #fff;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 5px;
    box-shadow: 0px 1px 5px 0px rgb(81 70 174 / 35%);
}

.user_crm_wrapper .single_crm .crm_head {
    background: #ecf8cd;
    padding: 8px 20px;
    border-radius: 13px;
}

.user_crm_wrapper .single_crm .crm_body {
    padding: 6px 12px;
}

.user_crm_wrapper .single_crm .crm_body h4 {
    font-size: 18px;
    font-weight: 700;
    color: #242934;
}

.user_crm_wrapper .single_crm .crm_body p {
    font-size: 14px;
    color: #9B9ABA;
    font-weight: 600;
    margin-bottom: 0;
}

.crm_bg_1 {
    background: #cce7ec !important;
}

.crm_bg_2 {
    background: #e3c6fb !important;
}

.crm_bg_3 {
    background: #F5F5FF !important;
}

.thumb img {
    width: 30px;
}

.bg-primary-1 {
    background-color: rgb(59 125 221 / 76%) !important;
}

.dashboard_bg_new {
    background-image: url('../img/photos/dot_bg.png');
    border-radius: 9px;
    height: 105px;
    width: 100%;
}

/* Media Queries for Dashboard Responsiveness */
@media (max-width: 986px) {
    .dashboard_bg_new {
        height: auto;
        padding: 10px;
    }
}

#imagePreview {
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
}

#pdfPreview {
    width: 100%;
    height: 300px;
    border: 1px solid #ccc;
}

/* .modal-body {
    max-height: 500px; 
    overflow-y: auto;  
} */
.heading_cust_text {
    font-size: 1rem;
}

/*==========================================================end=========================*/
@media (max-width: 467px) {
    .dashboard_bg_new {
        margin-top: 21px;
    }
}

.eye_btn_cust {
    position: relative;
}

.field_icon {
    position: absolute;
    right: 9px;
    top: 39px;
}

.password_hint {
    background: #e5ffe5;
    padding: 10px;
    margin-bottom: 10px;
}

.bg_form {
    background: aliceblue;
    padding: 10px;
}

.dt-buttons {
    margin-left: 11px !important;
}

.bg_cust_i {
    background: aliceblue;
    padding: 25px 10px;
    margin: 5px;
    border-radius: 12px;
    border: 1px solid #e4e4e4;
}

.bg_cust_section_bg {
    padding: 8px 11px;

}

.font_weight {
    font-weight: 600;
}

.cust_bg_channel {
    background: #e1fcff !important;
}

.cust_bg_channel span {
    font-size: 16px;
}

.cust_bg_channel i {
    color: gray;
}

.cust_bg_channel i:hover {
    color: rgb(204, 13, 13);
}

.truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 220px;
    cursor: pointer;
}

.page_outside_cust {
    font-size: 13px;
    background: #ede9e9;
    border-radius: 24px;
    padding: 5px 8px;
}

.page_outside_cust i {
    font-size: 13px;
}

.media_plan_cust a:hover {
    text-decoration: none;
    color: #135eba;
}

.btn_primary_cust {
    background: #3984c6;
    color: #fff;
    border-radius: 24px;
}

.max_height_cust {
    height: 650px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* .datepicker{
    z-index: 1030 !important;
    position: relative !important;
} */
.date_picker_index {
    position: relative;
}

.datepicker-dropdown {
    z-index: 2 !important;
}

.cust_bg_print {
    background: #eff6fc;
    padding: 16px;
    margin: 21px;
    border-radius: 12px;
    position: relative;
}

.cust_bg_print h3 {
    position: absolute;
    background: #c7efef;
    top: 0;
    left: 1%;
    padding: 14px 40px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-size: 17px;
}

.table td {
    max-width: 300px;
    white-space: normal;
    word-break: break-word;
    line-height: 1.6;
    font-size: 14px;
}


@media (max-width: 768px) {
    .table td {
        max-width: 180px;
        font-size: 13px;
    }
}

/* .nav-tabs .nav-link.active {
    color: #3087d9 !important;
    background: #e0ebff !important;
} */

.link-like {
    color: #0d6efd;
    /* bootstrap link blue */
    cursor: pointer;
    text-decoration: underline;
}

.link-like:hover {
    color: #084298;
}

.tab_list .nav_tab_link {
    position: relative;
    overflow: hidden;
    padding: 8px 16px;
    border-radius: 0;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    opacity: 0.85;
    background-size: 200% 200%;
}

.tab_list .nav_tab_link.active {
    opacity: 1;
    padding: 10px 13px;
    transform: scale(1.04);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    animation: gradientMove 3s ease infinite;
    font-weight: 600;
    font-size: 14px !important;
}

.tab_list .nav_tab_link::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.5),
            transparent);
    transition: all 0.6s ease;
}

.tab_list .nav_tab_link.active::after {
    left: 130%;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.tab_list .tab_list_item:nth-child(1) .nav_tab_link {
    color: #000;
    background: linear-gradient(90deg, #f6c343, #ffdd67);
    font-size: 0.77rem;
}

.tab_list .tab_list_item:nth-child(2) .nav_tab_link {
    color: #fff;
    background: linear-gradient(90deg, #1cb5a3, #34e7d3);
    font-size: 0.77rem;

}

.tab_list .tab_list_item:nth-child(3) .nav_tab_link {
    color: #fff;
    background: linear-gradient(90deg, #ff7a18, #ffb347);
    font-size: 0.77rem;

}

.tab_list .tab_list_item:nth-child(4) .nav_tab_link {
    color: #fff;
    background: linear-gradient(90deg, #1f8f63, #38d39f);
    font-size: 0.77rem;

}

.tab_list .tab_list_item:nth-child(5) .nav_tab_link {
    color: #fff;
    background: linear-gradient(90deg, #d84352, #ff7b86);
    font-size: 0.77rem;

}


.tab_list .tab_list_item:nth-child(6) .nav_tab_link {
    color: #fff;
    background: linear-gradient(90deg, #d40000, #ff5151);
    font-size: 0.77rem;

}


.tab_list .tab_list_item:nth-child(7) .nav_tab_link {
    color: #fff;
    background: linear-gradient(90deg, #5a6168, #9aa0a6);
    font-size: 0.77rem;

}

.tab_list .nav_tab_link:hover {
    opacity: 1;
    transform: translateY(-2px);
}


/* support icon design */
.support {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    justify-content: center;
    margin: 0 7px 3px 7px;

    background: linear-gradient(90deg, #ffffff, #8aabd6ba, #ffffff);
    background-size: 200% 100%;
    animation: moveGradient 3s linear infinite;
}

@keyframes moveGradient {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.support img {
    width: 30px;
    margin-right: 12px;
}

.support span {
    font-size: 12px;
}

.img_text {
    width: 30px;
    margin-right: 12px;
    font-size: 0.67rem;
}

.text_wrap {
    max-width: 300px;
    white-space: normal;
    word-break: break-word;
    line-height: 1.6;
    font-size: 14px;
}

/* .status-pending    { color: #b78103; font-size: small; }   warm amber */
/* .status-progress   { color: #0f6cbd; font-size: small; }   professional blue */
/* .status-completed  { color: #1f8a4c; font-size: small; }   rich green */
/* .status-rejected   { color: #c42b1c; font-size: small; }   deep red */
/* .status-forwarded  { color: #00a098; font-size: small; }   elegant purple */
/* .status-default    { color: #5f6b7a; font-size: small; }   neutral grey */


.status-badge {
    display: inline-block;
    padding: 5px 12px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 16px;
    color: #fff;
    letter-spacing: 0.4px;
    /* text-transform: uppercase; */
}


.st-pending {
    background: linear-gradient(90deg, #f6c343, #ffdd67);
    color: black;
    word-break: keep-all;
    font-size: 0.7rem;
}

.st-reverted {
    color: red;
}

.st-forwarded {
    background: linear-gradient(90deg, #1cb5a3, #34e7d3);
    color: white;
    word-break: keep-all;
    font-size: 0.7rem;

}

.st-progress {
    background: linear-gradient(90deg, #ff7a18, #ffb347);
    color: white;
    word-break: keep-all;
    font-size: 0.7rem;

}

.st-ro {
    background: linear-gradient(90deg, #1f8f63, #38d39f);
    color: white;
    word-break: keep-all;
    font-size: 0.7rem;

}

.st-complete {
    background: linear-gradient(90deg, #00653e, #037c53);
    color: white;
    word-break: keep-all;
    font-size: 0.7rem;

}

.st-reject {
    background: linear-gradient(90deg, #d84352, #ff7b86);
    color: white;
    word-break: keep-all;
    font-size: 0.7rem;

}

.st-cancel {
    background: linear-gradient(90deg, #d40000, #ff5151);
    color: white;
    word-break: keep-all;
    font-size: 0.7rem;
}

/* =========================print media dashboard design============================ */
.custom-card {
    position: relative;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: 0.3s;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    color: #333;
    border: 1px solid #eee;
    overflow: hidden;
    cursor: pointer;
}

/* .custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
} */


.pending {
    background: #ffdba9;
}


.forwarded {
    background: #d2e5ff;
}


.progress {
    background: #e5ceff;
}


.released {
    background: #c2ffe1;
}


.rejected {
    background: #ffcbcb;
}


.total {
    background: #bfdcff;
}

.card-icon-pending {
    background: #ecc895 !important;
}

.card-icon-forwarded {
    background: #abc4e7 !important;
}

.card-icon-progress {
    background: #d1b4f2 !important;
}

.card-icon-released {

    background: #a3e2c3 !important;
}

.card-icon-rejected {
    background: #e7a8a8 !important;
}

.card-icon-total {
    background: #a4c5ec !important;
}

.card-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffffff;
    border-radius: 9px;
    text-align: center;
    font-weight: 600;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.79rem;
    font-weight: bold;
}

.card_title_cust {
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    color: #5f6061;
}

.external_link {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ffffff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0 0 0;
}


.external_link::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    width: 20px;
    height: 20px;
    background: transparent;
    border-bottom-right-radius: 15px;
    box-shadow: 10px 10px 0 10px #ffffff;
    pointer-events: none;
}

.external_link::after {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 20px;
    height: 20px;
    background: transparent;
    border-bottom-right-radius: 15px;
    box-shadow: 10px 10px 0 10px #ffffff;
    pointer-events: none;
}

.external_link i {
    transform: rotate(-45deg);
    color: #333;

    transition: transform 0.3s ease-in-out;
}


.custom-card:hover .external_link i {
    transform: rotate(0deg);
}


.custom-card:hover .external_link i {
    color: #000;
}

/*  */
.section-title {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}


.ro_newspaper_list_h {
    height: 255px;
    overflow-y: hidden;
    padding-right: 5px;
    transition: all 0.3s ease;
}


.ro_newspaper_list_h:hover {
    overflow-y: auto;
}


.ro_newspaper_list_h::-webkit-scrollbar {
    width: 6px;
}

.ro_newspaper_list_h::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
    transition: 0.3s;
}

.ro_newspaper_list_h:hover::-webkit-scrollbar-thumb {
    background: #a5b4fc;
}

.ro_newspaper_list_h:hover::-webkit-scrollbar-thumb:hover {
    background: #6366f1;
}

.news-row {
    background-color: #f8fafc;
    background-image: radial-gradient(circle, #dee4fc 1px, transparent 1px);
    background-size: 14px 14px;
}

/* print media ,electronic media,hoarding,digital design dashboard */


.dashboard-grid {

    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

/* Card */
 
.media-card1 {
    position: relative;
    /* background: linear-gradient(to right, #ffff, #d6ecffba); */
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: 0.2s;
    border: 1px solid #eef2f6;
    z-index: 1;
}


 
.media-card2 {
    position: relative;
    /* background: linear-gradient(to right, #ffff, #fff5d6ba); */
    background-color: #fff;

    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: 0.2s;
    border: 1px solid #eef2f6;
    z-index: 1;
}

 

 
.media-card3 {
    position: relative;
    /* background: linear-gradient(to right, #ffff, #ccffe0); */
    background-color: #fff;

    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: 0.2s;
    border: 1px solid #eef2f6;
    z-index: 1;
}

 

 
.media-card4 {
    position: relative;
    /* background:linear-gradient(to right, #ffff, #e3ffbb); */
    background-color: #fff;

    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: 0.2s;
    border: 1px solid #eef2f6;
    z-index: 1;
}

 

.media-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: 0.2s;
    border: 1px solid #eef2f6;
}

.media-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.card-inner {
    padding: 18px 20px 20px 20px;
}

/* Smaller Header */
.card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    border-left: 3px solid #3b82f6;
    padding-left: 12px;
}

.card-header i {
    font-size: 1.2rem;
    color: #3b82f6;
    background: #eff6ff;
    padding: 6px;
    border-radius: 12px;
}

.card-header h2 {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.2px;
    color: #576375;
    margin: 0;
}


.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.stat-item {
    /* background: #fafcff; */
    border-radius: 16px;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #eef2f8;
    transition: 0.15s;
}
.stat-req{
    background:linear-gradient(to top, #ffffff, #d9efff);
}
.stat-assign{
    background: linear-gradient(to top, #ffffff, #d1f7b5);
}
.stat-rej{
    background: linear-gradient(to top, #ffffff, #ffe6ca);
}
.stat-prog{
    background: linear-gradient(to top, #ffffff, #fff5ca);
}

.stat-item:hover {
    background: #fff;
    border-color: #dce5f0;
}

.stat-info h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #505050;
    line-height: 1.2;
}

.stat-info p {
    font-size: 0.6rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #6c7a91;
    margin-top: 3px;
}

.stat-icon {
    font-size: 0.89rem;
    opacity: 0.7;
}

.stat-icon.blue {
    color: #3b82f6;
}

.stat-icon.green {
    color: #10b981;
}

.stat-icon.red {
    color: #ef4444;
}

.stat-icon.orange {
    color: #f59e0b;
}


.insight-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 4px;
}

.insight-col {
    flex: 1;
    min-width: 140px;
    background: #fafcff;
    border-radius: 18px;
    padding: 12px 12px;
    border: 1px solid #eef2fa;
}

.col-title {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #4b5565;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px dashed #e2e8f0;
    padding-bottom: 6px;
}

.col-title i {
    font-size: 0.7rem;
    color: #3b82f6;
}


.pie-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 4px 0;
}

.simple-pie {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: conic-gradient(#10b981 0% var(--assigned-pct), #ef4444 var(--assigned-pct) calc(var(--assigned-pct) + var(--rejected-pct)), #f59e0b calc(var(--assigned-pct) + var(--rejected-pct)) 100%);
    margin-bottom: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.pie-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    font-size: 0.6rem;
    font-weight: 500;
}

.legend-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    margin-right: 3px;
}

.legend-item {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    background: #f1f4f9;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 0.6rem;
}


.status-list {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
}

.status-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 8px;
    margin-bottom: 6px;
    background: #f8fafd;
    border-radius: 14px;
    font-size: 0.8rem;
    font-weight: 500;
    transition: 0.1s;
}

.status-list li:hover {
    background: #f1f5f9;
}

.status-name {
    font-size: 0.8rem;
    font-weight: 600;
    color: #1e293b;
}

.status-name1 i {
    margin-right: 8px;
    color: #3b82f6;
}

.status-name2 i {
    margin-right: 8px;
    color: #f59e0b;
}

.status-name3 i {
    margin-right: 8px;
    color: #10b981;
}

.status-count {
    font-weight: 700;
    background: #eef2ff;
    padding: 2px 8px;
    border-radius: 30px;
    font-size: 0.78rem;
    color: #375391;
}


.newspaper-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px;
    background: #ffffff;
    border-radius: 14px;
    font-weight: 500;
    border: 1px solid #eef2fc;
    transition: 0.1s;
}

.news-item:hover {
    background: #fefefe;
    border-color: #d0e0f0;
}

.news-name {
    font-size: 0.8rem;
    font-weight: 600;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 5px;
}


.news-count {
    font-weight: 700;
    background: #eef2ff;
    padding: 2px 10px;
    border-radius: 30px;
    font-size: 0.78rem;
    color: #375391;
}

.newspaper-list {
    max-height: 255px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;

}


.newspaper-list {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    transition: scrollbar-color 0.3s ease;
}

.newspaper-list:hover {
    scrollbar-color: #888 #f0f0f0;
}

.dashboard-header {
    max-width: 1400px;
    margin: 0 auto 16px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.title-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.title-section i {
    font-size: 1.2rem;
    color: #3b82f6;
    background: white;
    padding: 6px;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.title-section h1 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e2a4a;
    letter-spacing: -0.2px;
}

.date-badge {
    background: white;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 500;
    color: #2c3e66;
    border: 1px solid #e2e8f0;
}


/* Responsive */
@media (max-width: 1000px) {
    .dashboard-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .insight-row {
        flex-direction: column;
    }

    body {
        padding: 12px;
    }

    .card-inner {
        padding: 14px;
    }
}

@media (max-width: 450px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
}
.ttl_payment{
    background: #f3f3f3;
    padding: 10px;
    border-radius: 12px;
}
.status-count-total{
    border-left: 1px dotted #b7b5b5;
    padding-left: 4px;
}

.ro_newspaper_list_h {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.stats-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #eef1f6;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stats-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

.stats-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
}
 

.stats-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.stats-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
}

.total-adds-card .stats-icon {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
}

.total-size-card .stats-icon {
    background: linear-gradient(135deg, #10b981, #34d399);
}

.total-amount-card .stats-icon {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
}

.stats-label {
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    margin-bottom: 4px;
}

.stats-value {
    font-size: 19px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: end;
    line-height: 1.2;
}

.stats-value small {
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
    margin-top: 2px;
}

.stats-badge {
    background: #f3f4f6;
    color: #374151;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 30px;
}

@media (max-width: 576px) {
    .stats-card {
        padding: 16px;
    }

    .stats-value {
        font-size: 20px;
    }

    .stats-icon {
        width: 46px;
        height: 46px;
        font-size: 18px;
    }

    .stats-badge {
        font-size: 11px;
        padding: 6px 10px;
    }
}
.bg-light-patteren {
    background-color: #f8fafc;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(0,0,0,0.04),
        rgba(0,0,0,0.04) 2px,
        transparent 2px,
        transparent 12px
    );
}
                
.publication_date_pill {
    border-radius: 10px;
    padding: 1px 5px;
    background: #80808026;
    margin: 0 5px 5px 0;
}

.footer-marquee {
    /* background: linear-gradient(0deg, #f57e4c5c 0, #fbfffa 65%) !important; */
 
}

.scroll-track {
    display: flex;
    white-space: nowrap;
    will-change: transform;
}
.scroll-track  span{
    font-size: 16px;
    color: #e93737;
    font-weight: 600;
}
.scroll-item {
    padding-right: 100px;
    flex-shrink: 0;
}

.footer_cust {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    justify-content: center;
    margin: 0 7px 3px 7px;
    background: linear-gradient(90deg, #fbfffa 0%, #f57e4c5c 25%, #fbfffa 50%, #f57e4c5c 75%, #fbfffa 100%);
    background-size: 400% 100%; 
    animation: moveGradient 3s linear infinite;
}

@keyframes moveGradient {
    0% {
        background-position: 0% 0;
    }
    100% {
        background-position: 400% 0; 
    }
}

.ro_download_loader {
    position:absolute;
    top: 0px;
    right: 0px;
}