@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;
}

.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;
}

.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;
}