:root {
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

body {
    font-family: "Nunito Sans", serif;
    transition: 0.3s;
}

.container-fluid {
    display: flex;
    height: 100vh;
}

/*  21-12-2024 Purna Sri styles start */
.left-panel {
    background-color: #FEFAEE;
    padding: 18px;
    width: 18%;
    min-width: 270px;
    height: 100vh;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 5px;
    overflow-y: hidden;
}

.right-panel {
    width: calc(100% - 270px);
    height: 50px;
    position: fixed;
    top: 0;
    right: 0;
    background: #C52F33;
    color: #ffffff;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.right-panel-bottom {
    flex-grow: 1;
    /* width: calc(100% - 270px); */
    height: 100vh;
    position: fixed;
    top: 50px;
    right: 0;
    background: #F6F7F8;
}

.left-panel:hover .left-sub-panel {
    overflow-y: auto;
}

.left-panel ul {
    position: relative;
    left: -26px;
}

.left-panel a {
    text-decoration: none;
}

.left-panel ul li {
    list-style-type: none;
    padding: 10px 15px 10px 15px;
    color: #ffffff;
}

.search-bar.for-chng::placeholder {
    position: relative;
    top: 2px;
}

.navbar-branded {
    display: flex;
    align-items: center;
}

.hamburger-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.bckofc.nav-items {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.bckofc.nav-items li {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
}

.bckofc.nav-items li a {
    color: #ffffff;
    text-decoration: none;
}

.bckofc.nav-items li a span {
    display: flex;
}

.bckofc.nav-items .nav-txt {

    font-size: 11px;
    font-weight: 500;
}

.bckofc.nav-items .nav-headng {

    font-size: 13px;
    font-weight: 700;
}

.row.footer-panel {
    --bs-gutter-x: 0rem !important;
}

.footer-panel-bdy {
    color: #455a64;
    font-size: 12px;
    font-weight: 400;
}

.bckofc-detailsblk {
    max-width: calc(100% - 310px);
    height: calc(100% - 140px);
    background: #ffffff;
    border-radius: 10px;
    position: fixed;
    /* top: 110px; */
    top: 100px;
    right: 15px;
    overflow-y: auto;
    overflow-x: hidden;
}

.BackOffice-container {
    width: 100%;
    max-height: 300px;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 10px;
}

.BackOffice-leads-container {
    box-sizing: content-box;
    max-height: 400px;
    overflow: auto;
    padding: 0 10px 10px 0;
}

.table-wrapper {
    overflow-x: auto;
    width: 100%;
}

.BackOffice {
    margin-top: 10px;
    border-collapse: collapse;
    min-width: 100%;
}

.BackOffice td .Gren {
    color: #008349;
}

.BackOffice td .Reed {
    color: #C52F33;
}

.BackOffice .BackgrndClr {
    background: #ECEFF1;
    border-radius: 10px;
    padding: 10px;
}

.BackOffice td,
.BackOffice th {
    border-right: 1px solid #ECEFF1;
    border: 1px solid #ECEFF1;
    /* height: 50px; */
}

.p-10 {
    padding: 10px !important;
}

.BackOffice tbody,
.BackOffice td,
.BackOffice tfoot,
.BackOffice th,
.BackOffice thead,
.BackOffice tr {
    border-top: none !important;
    border-left: none !important;
}

.BackOffice tr:nth-child(even) {
    background-color: #ffffff;
}

.BackOffice tr:hover {
    background-color: #f2f2f2;
}

.BackOffice th {
    text-align: left;
    background-color: #008349;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700 !important;
    border-bottom: 1px solid#DCEDC8 !important;
    border-right: 1px solid#DCEDC8 !important;
}

.BackOffice td {
    text-align: left;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
}

.BackOffice.Rmrght-bdr td,
.BackOffice.Rmrght-bdr th {
    border-right: none !important
}

.menu-collapsed .left-panel {
    display: none;
}

.menu-collapsed .right-panel,
.menu-collapsed .footer-panel,
.menu-collapsed .right-panel-bottom {
    width: calc(100% - 0px);
}

.menu-collapsed .bckofc-detailsblk {
    max-width: calc(100% - 35px) !important;
}

.menu-collapsed .visa-detailsbocf {
    max-width: calc(100% - 40px) !important;
}

.menu-collapsed .positn {
    left: 0px;
}

@media only screen and (max-width: 1000px) {
    .left-panel {
        display: none;
    }

    .right-panel {
        width: calc(100% - 0px);
    }

    .bckofc-detailsblk {
        max-width: calc(100% - 35px) !important;
    }

    .positn {
        left: 0 !important;
    }
}

.bckofc-docment {
    position: relative;
    margin-left: -10px;
}

/* 31-12-2024 dpvasantati new styles added */

.custom-nav-item {
    border-radius: 50px;
    display: flex;
    gap: 8px;
}

.custom-nav-item.active {
    background-color: #008349;
}

.custom-nav-item:hover {
    background-color: #008349;
}

.custom-nav-item.active .panel-txt-dark,
.custom-nav-item.active .fltrstrt {
    filter: none;
    color: #FFFFFF;
}

.fltrstrt {
    filter: brightness(0.2) saturate(100%);
}

.panel-txt-dark {
    font-weight: 800;
    font-size: 13px;
    color: #212529;
}

.custom-nav-item:hover .panel-txt-dark,
.custom-nav-item:hover .fltrstrt {
    color: #FFFFFF;
    filter: none;
}

.bg-sidebar-red {
    background-color: #C52F33;
}

.txt-sidebar-text {
    font-weight: 800;
    font-size: 13px;
    color: #FFFFFF;
}

.horizontal-line {
    border: 0;
    height: 1px;
    background-color: #FFFFFF;
    margin: 10px 0;
}

.search-bar {
    background-image: url('../Images/person_search_bar.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px;
    border-radius: 50px;
    padding: 5px 10px 5px 30px;
    border: none;
    outline: none;
    width: 100%;
    font-size: 11px;
    font-weight: 600;
    color: #607D8B;
}

.search-container {
    display: flex;
    align-items: center;
    padding: 5px;
}

.nav-status-box {
    border-radius: 50px;
    padding: 5px;
    background-color: #9E2629;
    color: #FFFFFF;
    font-family: 'Nunito Sans';
    font-weight: 800;
    font-size: 11px;
}

.custom-dropdown-menu {
    background-color: #FFFFFF !important;
    border-radius: 10px !important;
    padding: 10px !important;
    width: fit-content !important;
}

.txt-nav-dropdown {
    font-family: 'Nunito Sans';
    font-weight: 700;
    font-size: 11px;
    color: #263238;
}


.modal-dialog {
    max-width: 85%;
}

.custom-welcome-modal {
    border-radius: 20px;
    padding: 30px 20px 30px 20px;
}

.custom-modal-grid {
    padding: 20px !important;
    border-radius: 10px !important;
}

.bg-C52F33 {
    background-color: #C52F33 !important;
}

.bg-008349 {
    background-color: #008349 !important;
}

#welcomeModal {
    --bs-modal-width: 85% !important;
}

.txt-modal-body {
    font-family: 'Nunito Sans';
    font-size: 13px;
    font-weight: 700;
    color: #FFFFFF;
}

.btn-model-proceed {
    border: none;
    border-radius: 50px;
    background-color: #008349;
    padding: 15px 30px 15px 30px;
    color: #FFFFFF;
}

.txt-modal-head {
    font-family: 'Nunito Sans';
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    color: #263238;
}

.font-size-13 {
    font-size: 13px !important;
}

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

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

::-webkit-scrollbar-track {
    background: rgba(30, 83, 143, 0.05);
}

::-webkit-scrollbar-thumb {
    background: #607D8B;
    border-radius: 10px;
    cursor: grabbing;
}

.txt-sidebar-footer {
    font-size: 11px;
    font-weight: 600;
    color: #90A4AE;
}

.custom-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    margin-top: 0.125rem;
}

.dropdown-menu-end {
    right: 0;
    left: auto;
}

.nav-items li {
    position: relative;
}

.nav-link {
    display: flex;
    align-items: center;
    padding: 0.3rem 1rem;
}

.sidebar-notification {
    background-color: #008349;
    border-radius: 10px;
    padding: 5px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.search-bar {
    background-image: url('../Images/person_search_bar.svg');
}

/* 31-12-2024 Durga Prasad CH styles regarding flow 2-1 */
.common-model-pop-style .modal-dialog {
    display: flex;
    align-items: center;
    min-height: 100vh;
    margin: 0 auto;
}

.common-model-pop-style .modal-content {
    padding: 30px 20px;
    border-radius: 20px;
}

.common-model-pop-style .modal-header {
    font-weight: 800;
    font-size: 20px;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #CFD8DC;
}

.common-model-pop-style .modal-body {
    padding: 20px 0;
    font-weight: 700;
    font-size: 12px;
    color: #0D47A1;
}

.common-model-pop-style .modal-body .mb-0,
.common-model-pop-style .modal-body .ms-2 {
    color: #444444 !important;
}

.common-model-pop-style .modal-body-SideHeadTxt {
    font-weight: 800;
    font-size: 16px;
    padding-bottom: 20px;
    color: #263238;
}

.form-control,
.form-select {
    border-radius: 5px;
    padding: 15px;
    font-weight: 600;
    font-size: 13px;
    margin-top: 10px;
    box-shadow: none;
    border-color: #B0BEC5;
}

select[multiple] {
    height: auto;
    min-height: 120px;
    /* or however tall you'd like */
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
    border: 1px solid #B0BEC5;
    box-shadow: none;
}

.common-model-pop-style .form-control::placeholder {
    /* color: #78909C; */
    color: #000000;
}

.common-model-pop-style .form-select,
.form-select {
    /* color: #455A64; */
    color: #000000;
}

.common-model-pop-style .calender {
    position: absolute;
    display: flex;
    top: 15px;
    left: 15px;
}

.common-model-pop-style .form-control.input-with-image {
    padding-left: 42px;
}

.common-model-pop-style button,
#btnFullDetails {
    color: #FFFFFF;
    border-radius: 30px;
    height: 40px;
    padding: 0 30px;
    column-gap: 5px;
    font-weight: 800;
    font-size: 13px;
    margin: 0;
    border: none;
    box-sizing: border-box;
}

.common-model-pop-style .highlight {
    background-color: #ECEFF1;
    border: 1px solid #B0BEC5;
    position: static;
}

.common-model-pop-style .highlight.leadinfo {
    background-color: #F3F4FB;
}

.common-model-pop-style .form-control.highlight::placeholder {
    /* color: #455A64; */
    color: #000000;
}

/* 01-01-2025 Durga Prasad Ch style regarding flow 2-17 */
.common-model-pop-style .modal-body-sub-card-head {
    font-size: 15px;
    margin-bottom: 15px;
}

/* 01-01-2025 Durga Prasad Ch style regarding flow 2-5 */
.common-model-pop-style .modal-body-sub-card {
    padding: 15px;
    border-bottom: 1px solid #ECEFF1;
}

.common-model-pop-style .modal-body-sub-card-body-txt,
.modal-body-sub-card-body-txt {
    font-size: 13px;
    color: #000000;
}

/* 02-01-2025 Durga Prasad Ch styles regarding flow 2-5 */
.common-model-pop-style .highlight.modal-body-sub-card {
    border-radius: 10px;
}

.common-model-pop-style .tempId {
    color: #008349;
}

.common-model-pop-style .fullDetailsBtn,
.common-model-pop-style .editBtn,
.common-model-pop-style .notesBtn,
.fullDetailsBtn {
    padding: 0 20px;
}

.common-model-pop-style .saveBtn {
    background-color: #90A4AE;
}

.common-model-pop-style .cancelBtn {
    color: #455A64;
    border: 1px solid #455A64;
    background-color: #FFFFFF;
}

.common-model-pop-style .successBtn {
    background-color: #008349;
}

.leadDetailsTab.profileDetailsPage .successBtn {
    background-color: #2E7D32;
}

.common-model-pop-style .fullDetailsBtn,
.fullDetailsBtn {
    background-color: #5E35B1;
}

.common-model-pop-style .editBtn,
.leadDetailsTab.profileDetailsPage .editBtn {
    background-color: #0D47A1;
}

.common-model-pop-style .notesBtn {
    background-color: #D84315;
}

#qickProfilePopUpView .modal-content {
    padding: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #455A64;
}

#qickProfilePopUpView .quickActionBtns {
    color: #263238;
}

#stopExpressPopUp .modal-body-sub-card-head,
#holdProfilePopUp .modal-body-sub-card-head,
#inActiveProfilePopUp .modal-body-sub-card-head,
#settleProfilePopUp .modal-body-sub-card-head,
#remindRMPopUp .modal-body-sub-card-head,
#remindInchargePopUp .modal-body-sub-card-head,
#counsellingPopUp .modal-body-sub-card-head,
#rmAcceptPopUp .modal-body-sub-card-head {
    margin-bottom: 0;
    color: #263238;
}

@media only screen and (max-width: 545px) {
    .additional_buttons {
        display: grid !important;
        grid-template-columns: 49% 49%;
        justify-content: space-between !important;
    }
}

/* 06-01-2025 Durga Prasad Ch styles for flow 2-12 */
.bg-8E24AA {
    background-color: #8E24AA;
}

.leadDetailsTab {
    font-weight: 700;
    font-size: 12px;
    color: #0D47A1;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    overflow-y: hidden !important;
}

.leadDetailsTab .modal-header,
.arrangedMeetingInfoBox .modal-header {
    color: #444444;
}

@media only screen and (max-width:991px) {
    .leadDetailsTab {
        overflow-y: auto !important;
    }
}


@media only screen and (min-width:1000px) and (max-width:1236px) {

    .leadDetailsTab .card-3-common-tab,
    .leadDetailsTab .card-2-tabs {
        height: calc(100vh - 566px) !important;
    }
}

@media only screen and (min-width:1200px) {
    .leadDetailsTab .matching-tab-seach-result-details {
        --bs-columns: 10;
    }

    .leadDetailsTab .card-3-common-tab,
    .leadDetailsTab .card-2-tabs {
        height: calc(100vh - 510px);
    }

    .profileDetailsPage .highlightIndicator {
        --bs-columns: 10;
    }

    .leadDetailsTab.profileDetailsPage .leadinfo {
        --bs-columns: 10;
    }

    .profileDetailsPage .profileDetailsPagecard-3-common-tab,
    .profileDetailsPage .profileDetailsPagecard-2-tabs {
        height: calc(100vh - 458px);
    }

    .profileDetailsPage .profileDetailsPagecard-3-common-tab.customheight1,
    .profileDetailsPage .profileDetailsPagecard-2-tabs.customheight1 {
        height: calc(100vh - 300px);
    }

    .profileDetailsPage .profileDetailsPagecard-3-common-tab.customheight2,
    .profileDetailsPage .profileDetailsPagecard-2-tabs.customheight2 {
        height: calc(100vh - 650px);
    }
}

@media only screen and (min-width:1400px) {
    .leadDetailsTab .leadinfo {
        --bs-columns: 14;
    }

    .leadDetailsTab .card-3-common-tab,
    .leadDetailsTab .card-2-tabs {
        height: calc(100vh - 465px);
    }

    .profileDetailsPage .profileDetailsPagecard-3-common-tab,
    .profileDetailsPage .profileDetailsPagecard-2-tabs {
        height: calc(100vh - 465px);
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {

    .profileDetailsPage .profileDetailsPagecard-3-common-tab,
    .profileDetailsPage .profileDetailsPagecard-2-tabs {
        height: calc(100vh - 560px);
    }
}

@media only screen and (max-width:480px) {
    .leadDetailsTab .matching-tab-head-text {
        flex-direction: column;
        row-gap: 10px;
    }
}

.leadDetailsTab .height-35px-btn {
    height: 35px;
    font-size: 12px;
}

.font-size-22 {
    font-size: 22px !important;
}

.leadDetailsTab .highlight.modal-body-sub-card {
    border-radius: 5px;
}

.leadDetailsTab .height-38px-btn {
    height: 38px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 11px;
    box-sizing: border-box;
    border: 1px solid #5E35B1;
    color: #5E35B1;
    background-color: #5E35B1;
    width: 100%;
}

.leadDetailsTab .card-1 {
    padding: 20px;
    column-gap: 20px;
    border-radius: 10px;
    background-color: #ffffff;
}

.leadDetailsTab .profile-sending-counter {
    padding: 15px;
    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid #ECEFF1;
}

.leadDetailsTab .profile-sent,
.leadDetailsTab .profile-seen,
.leadDetailsTab .profile-not-seen {
    height: 61px;
    max-width: 200px;
    width: 100%;
    border-radius: 10px;
    background-color: #008349;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    box-sizing: border-box;
}

.leadDetailsTab .profile-seen {
    color: #01579B;
    background-color: #E1F5FE;
}

.leadDetailsTab .profile-not-seen {
    color: #444444;
    background-color: #F5F5F5;
}

.leadDetailsTab .card-2-tabs,
.profileDetailsPage .profileDetailsPagecard-2-tabs {
    font-size: 13px;
    padding-left: 15px;
    border-right: 1px solid #ECEFF1;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 15px;
    max-width: 180px;
    width: 100%;
}

.leadDetailsTab .card-2-tab {
    width: 150px;
    box-sizing: border-box;
    padding-left: 5px;
    height: 49px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ECEFF1;
    cursor: pointer;
}

.leadDetailsTab .card-2-tab.active {
    color: #0D47A1;
    border-bottom: 1px solid black;
}

.leadDetailsTab .card-3-common-tab,
.profileDetailsPage .profileDetailsPagecard-3-common-tab {
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    overflow-y: auto;
}

.leadDetailsTab .matching-tab {
    padding: 15px;
    background-color: #F9FBE7;
    border-radius: 10px;
}

.leadDetailsTab .matching-tab-head-text {
    font-size: 16px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #DCE775;
    color: #263238;
}

.leadDetailsTab .age-height-range {
    display: grid;
    grid-template-columns: 45% 10% 45%;
    column-gap: 0;
}

.leadDetailsTab .matching-tab-seach-result {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.leadDetailsTab .matching-tab-seach-result-details {
    border: 1px solid #CFD8DC;
    border-radius: 10px;
}

.leadDetailsTab .matching-tab-seach-result .matching-tab-head-text {
    border: none;
    background-color: #F9FBE7;
    padding: 15px;
    border-radius: 10px;
    color: #263238;
}

.leadDetailsTab .matching-tab-seach-result .filterBtn {
    color: #0D47A1;
    background-color: #E1F5FE;
}

.leadDetailsTab .matching-tab-seach-result-btnContainer {
    padding: 15px;
    background-color: #F6F7F8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.padding-15 {
    padding: 15px;
}

.leadDetailsTab .matching-tab-seach-result-person-details>div {
    padding: 10px 0;
    border: none;
    border-top: 1px solid #ECEFF1;
}

.leadDetailsTab .favBtn {
    color: #D81B60 !important;
    background-color: #FCE4EC !important;
}

.bg-6D4C41 {
    background-color: #6D4C41 !important;

}

.bg-2196F3 {
    background-color: #2196F3 !important;
}

.text-01579B {
    color: #01579B;
}

.text-444444 {
    color: #444444 !important;
}

.text-B71C1C {
    color: #B71C1C;
}

.leadDetailsTab .sent-profile-tab .resendBtn {
    color: #2196F3;
    border: 1px solid #2196F3;
    background-color: #ffffff;
}

/* 07-01-2025 Durga Prasad Ch flow 2-12 */
.card-3-common-tab.edt-frms {
    padding-bottom: 280px;
}

@media only screen and (max-width:1275px) {
    .card-3-common-tab.edt-frms {
        padding-bottom: 312px;
    }
}

@media only screen and (max-width:991px) {
    .card-3-common-tab.edt-frms {
        padding-bottom: 30px;
    }
}

/* 07-01-2025 Durga Prasad flow 2-10 */
.modal-dialog-width {
    max-width: 50%;
}

@media only screen and (max-width:576px) {
    .modal-dialog-width {
        max-width: 500px !important;
        margin: 1.75rem 1.75rem;
    }
}

/* 08-01-2025 Durga Prasad Ch index.html */
.signInContainer {
    background-color: #f1f2f7;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: auto;
}

.signInContainer form {
    max-width: 400px;
    border-radius: 10px;
    width: 100%;
}

.signInContainer .formInputs {
    padding: 20px;
}

.signInContainer .logInHeadText {
    padding: 20px;
    background: linear-gradient(to left, #880E4F, #E91E63);
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 600;
    color: white;
}

.signInContainer .signInBtn {
    background-color: #33691E;
    color: white;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 0;
}

/* Purna sri start*/
.Lead-App-hd {
    color: #263238;
    font-size: 22px;
    font-weight: 800;
    padding: 10px;
}

.positn {
    position: relative;
    left: 270px;
}

.leads-ap {
    border-bottom: 2px solid #ccc;
}

.leads-ap-tab.active {
    margin-bottom: -3px;
    border-bottom: 4px solid #B71C1C;
}

.leads-ap-tab.active .cntnt {
    color: #00796B;
}

.leads-ap-tab {
    width: fit-content;
    cursor: pointer;
    /* padding: 15px 20px; */
    text-align: center;
    transition: border-color 0.3s ease;
}

.leads-ap-tab .cntnt {
    color: #607D8B;
    font-size: 14px;
    font-weight: 700;
}

.rslts-title {
    color: #263238;
    font-size: 12px;
    font-weight: 700;
}

.rslts-bg {
    border-radius: 50px;
    background: #E1F5FE;
    padding: 10px 20px;
}

.filtr-title {
    color: #0D47A1;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.qksrch-bg {
    height: 40px;
    width: 200px;
    border: 1px solid #B0BEC5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 10px;
    color: #78909C;
    font-size: 12px;
    font-weight: 600;
}

.modal-maxwidth {
    position: fixed !important;
    max-width: 300px;
    margin: auto !important;
}

@media only screen and (max-width: 1438px) {
    /* .leads-ap-tab {
    width: 18%;
    padding: 15px 10px;
  } */

    .BackOffice.table-wdt {
        min-width: 1200px;
    }
}

@media only screen and (max-width: 1194px) {
    .leads-ap-tab {
        width: 20%;
    }
}

@media only screen and (max-width: 568px) {
    .bckofc.nav-items {
        gap: 0px;

    }
}

@media only screen and (max-width: 545px) {
    .leads-ap {
        flex-direction: column;
        border-bottom: none;
    }

    .leads-ap-tab {
        width: 100%;
        border-bottom: 2px solid #ccc;
    }

    .qksrch-bg {
        width: 100%;
        margin-top: 5px;
    }

    .Nw-filter {
        width: 50%;
    }

    .search-bar::placeholder {
        visibility: hidden;
    }

    .search-bar {
        padding: 2px 0px 2px 0px;
    }

    .search-container {
        padding: 0px;
    }

    .nav-link {
        padding: 0 3px;
    }

    .overflow-block {
        overflow-y: auto !important;
    }

    .BackOffice-leads-container {
        overflow-y: hidden !important;
    }
}

@media only screen and (max-width: 380px) {
    .Available {
        display: none !important;
    }
}

.navbar-branded.hamburger-modal {
    display: none;
}

.navbar-branded.hamburger-hide {
    display: block;
}

.all-lds-bx {
    border: 1px solid#ECEFF1;
    padding: 10px;
}

.all-lds-bx .all-lds-nrm {
    display: block;
    color: #455A64;
}

.all-lds-bx .all-lds-bld {
    display: block;
}

/* purna sri end */

/* main page */
.panel-center-dashboard .search-container {
    border: 1px solid #CFD8DC;
    border-radius: 50px;
    padding: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #FFFFFF;
}

.panel-center-dashboard .search-bar::placeholder {
    visibility: visible;
}

.panel-center-dashboard .search-bar {
    background-image: url('../Images/search.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding-left: 30px;
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
}

@media (max-width: 544px) {
    .panel-center-dashboard .search-bar {
        font-size: 12px;
        padding-left: 25px;
    }
}

.dashboard-container {
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    background-color: #F6F7F8;
}

.dashboard-container .right-panel {
    width: calc(100% - 0px);
}

.panel-center-dashboard {
    width: 50%;
    margin: 0 auto;
    padding: 100px 0 0 0;
}


.dashboard-tbl {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 10px 20px 0px 20px;
    max-width: calc(100% - 60px) !important;
    margin: 0 auto;
}

.px-20 {
    padding-left: 100px;
    padding-right: 100px;
}

.panel-center-dashboard .search-container {
    border: 1px solid #CFD8DC;
    border-radius: 50px;
    padding: 10px;
    height: 40px;
}

.panel-center-dashboard .dropdown-divider {
    height: 1px;
    color: #CFD8DC;
}

.custom-create-lead {
    background-color: #C52F33;
    border-radius: 50px;
    padding: 10px 15px 10px 15px;
    height: 40px;
}

.pcdb-grid {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 90px;
    border-radius: 15px;
    padding: 15px;
    margin: 0 8px;
    padding-left: 5px;
    padding-right: 5px;
    flex: 0 0 25%;
    max-width: 22%;
}

.bg-WarmSunsetGradient {
    background: linear-gradient(to left, #D84315, #FF5722);
}

.bg-OceanDepthGradient {
    background: linear-gradient(to left, #006064, #00BCD4);
}

.bg-StormySkyGradient {
    background: linear-gradient(to left, #37474F, #78909C);
}

.bg-RoyalPurpleGradient {
    background: linear-gradient(to left, #311B92, #7E57C2);
}

.bg-ForestMeadowGradient {
    background: linear-gradient(to left, #33691E, #7CB342);
}

.bg-OceanSkyGradient {
    background: linear-gradient(to left, #01579B, #03A9F4);
}

.bg-PassionatePinkGradient {
    background: linear-gradient(to left, #880E4F, #E91E63);
}

.bg-GoldenLimeGradient {
    background: linear-gradient(to left, #827717, #CDDC39);
}

.panel-center-dashboard.row {
    margin-left: -10px;
    margin-right: -10px;
}

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

.all-lds-bx {
    margin-top: 15px;
    margin: 5px;
    border-radius: 10px;
    border: 1px solid #ECEFF1;
    padding: 0px;
    width: 100%;
}

.bg-F3F4FB {
    background-color: #F3F4FB;
}

.btn-all-lds-tbl {
    border-radius: 50px;
    padding: 10px 15px 10px 15px;
    font-weight: 800;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    border: none;
}

.bg-827717 {
    background-color: #827717;
}

.bg-0D47A1 {
    background-color: #0D47A1;
}

.bg-D84315 {
    background-color: #D84315;
}

.bg-C5E1A5 {
    background-color: #C5E1A5;
}

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

th,
td {
    padding: 10px;
    text-align: left;
    white-space: nowrap;
}

.all-lds-bld {
    font-weight: 700;
    font-size: 13px;
    color: #0D47A1;
}

.tooltip-container-box:hover .tooltip-cntnt,
.tooltip-container-box:focus-within .tooltip-cntnt {
    visibility: visible;
    opacity: 1;
}

.tooltip-container-box {
    position: relative;
    display: inline-block;
}

.tooltip-cntnt {
    visibility: hidden;
    width: 200px;
    background-color: #FFFFFF;
    color: #263238;
    border: 1px solid #CFD8DC;
    text-align: left;
    border-radius: 10px;
    padding: 15px;
    position: absolute;
    transition: opacity 0.3s;
    margin-top: 10px;
    z-index: 1;
    box-shadow: 0px 0px 20px 0px rgba(69, 90, 100, 0.2);
}

.tooltip-cntnt .tooltip-txt {
    color: #263238;
    font-size: 11px;
    font-weight: 700;
}

.tooltip-cntnt::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 8%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #FFFFFF transparent;
}

.tooltip-container-box:hover .tooltip-cntnt,
.tooltip-container-box:focus-within .tooltip-cntnt {
    left: auto;
    right: 15px;
    transform: translateX(0);
}

.tooltip-container-box:hover .tooltip-cntnt::before,
.tooltip-container-box:focus-within .tooltip-cntnt::before {
    left: auto;
    right: 8px;
    transform: translateX(0);
}

@media (max-width: 500px) {
    .col-6 {
        flex: 0 0 50%;
        max-width: 45%;
    }
}

.txt-dashboard-tbl {
    font-weight: 800;
    font-size: 18px;
    color: #263238;

}

@media only screen and (max-width: 1066px) {
    .panel-center-dashboard {
        width: 90%;
    }
}

.scrollable-content {
    height: 600px;
    overflow-y: auto;
    border: none !important;
}

.btn-all-lds-tbl {
    border-radius: 50px;
    padding: 10px 15px 10px 15px;
    font-weight: 800px;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    border: none;
}

.bg-9E9D24 {
    background-color: #9E9D24;
}

.all-lds-bld {
    font-weight: 700;
    font-size: 13px;
    color: #0D47A1;
}

.txt-backto-leads {
    font-size: 12px;
    font-weight: 600;
    color: #0D47A1;
}

.base-dtls-row {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    padding: 15px;
    gap: 20px;
    background-color: #F3F4FB;
    margin: 0px;
}

.info-catgry-grid {
    height: 48px;
    padding: 20px 15px 20px 15px;
    border-radius: 5px;
    gap: 10px;
    background-color: #F6F7F8;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.info-catgry-grid.active {
    background-color: #3949AB;
    color: #FFFFFF !important;
}

.info-catgry-grid.active .all-lds-bld {
    color: #FFFFFF !important;
}

.info-catgry-grid:hover {
    background-color: #3949AB;
    color: #FFFFFF !important;
    cursor: pointer;
}

.info-catgry-grid:hover .all-lds-bld {
    color: #FFFFFF !important;
}

.frm-info-details {
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #E8EAF6;
    padding: 20px;
    gap: 20px;
    margin-bottom: 20px;
}

.font-size-16 {
    font-size: 16px !important;
}

.edit-lead-frms .form-control {
    border-radius: 5px;
    border: 1px solid #B0BEC5;
    padding: 15px;
    gap: 10px;
    background-color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    /* color: #78909C; */
    color: #000000;
    height: 50px;
}

.edit-lead-frms label {
    margin-bottom: 5px;
}

.edit-lead-frms input:read-only {
    background-color: #ECEFF1;
    pointer-events: none;
}

.frm-info-details .file-input-container,
.file-input-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 50px;
    background-color: #FFD54F;
    color: #5D4037;
    padding: 10px 15px 10px 15px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 12px;
    color: #5D4037;
}

.frm-info-details .file-input-container input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.frm-info-details .file-input-container:hover {
    background-color: #FFD54F;
}

.frm-info-details .file-input-container:active {
    background-color: #FFD54F;
}

.bg-E8EAF6 {
    background-color: #E8EAF6 !important;
}

.frm-dtls-tabs,
.edt-frms {
    background-color: #FFFFFF;
    overflow-y: auto;
    height: calc(100vh - 250px);
}

.bckofc-detailsblk.edit-lead-page {
    overflow-y: hidden;
}

@media only screen and (max-width: 1000px) {
    .bckofc-detailsblk.edit-lead-page {
        overflow-y: auto;
    }
}

@media only screen and (max-width: 990px) {
    .btn-all-lds-tbl {
        width: 100%;
    }

    .edt-frm-btn {
        width: 100%;
    }
}

.edt-frm-btn {
    border-radius: 50px;
    padding: 15px 30px 15px 30px;
    gap: 10px;
    font-weight: 800;
    font-size: 13px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.edt-frm-btn.btn-cancl {
    background-color: #FFFFFF !important;
    border: 1px solid #455A64;
    color: #455A64;
}

.edt-frm-btn.btn-sumbit {
    background-color: #008349 !important;
    border: 1px solid #455A64;
    color: #FFFFFF;
}

/* Vasantati end */

/* 07-01-2025 dpvasantati new styles start */
.edit-lead-page .bckofc-detailsblk {
    overflow-y: hidden;
}

@media only screen and (max-width: 1000px) {
    .edit-lead-page .bckofc-detailsblk {
        overflow-y: auto;
    }
}

.msg-screen {
    padding: 10px;
}

.msg-screen .search-container {
    border: 1px solid #CFD8DC;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 11px;
}

.msg-screen .search-bar {
    background-image: url('../Images/search.svg');
}

.bg-color {
    background-color: #ECEFF1 !important;
}

.cht-sgl-per-grid {
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 10px;
    gap: 10px;
    border: 1px solid #E3F2FD;
}

.cht-sgl-per-grid.active {
    background-color: #E3F2FD;
}

.cht-sgl-per-grid:hover {
    background-color: #E3F2FD;
}

.font-size-15 {
    font-size: 15px !important;
}

.status-grid {
    border-radius: 50px;
    padding: 7px;
    gap: 10px;
    height: 22px;
    font-weight: 700;
    font-size: 11px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14%;
}

.status-grid.online {
    background-color: #43A047;
}

.status-grid.offline {
    background-color: #B0BEC5;
}

.botif-num-grid {
    background-color: #1565C0;
    border-radius: 50%;
    padding: 5px 10px;
    gap: 10px;
    font-weight: 800;
    font-size: 10px;
    color: #FFFFFF;

}

.btn-vie-dtls {
    border-radius: 50px !important;
    border: 1px solid #1565C0 !important;
    padding: 5px 15px !important;
    background-color: #FFFFFF !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    color: #1565C0 !important;
}

.cht-person-grid {
    overflow-y: auto;
    height: calc(100vh - 320px);
}

.cht-scrn-grid {
    padding: 25px;
    border-radius: 25px;
    gap: 20px;
    background-color: rgba(227, 242, 253, 0.5);
    overflow-y: auto;
    height: calc(100vh - 290px);
}

.time-stmp-user {
    color: #263238;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.time-stmp-clnt {
    color: #263238;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.txt-cht-time-stamp {
    font-weight: 500;
    font-size: 11px;
    color: #263238;
}

.msg-box-user {
    border-radius: 5px;
    padding: 5px 20px;
    gap: 10px;
    background-color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    color: #263238;
    width: fit-content;
    display: flex;
    justify-content: start;
    align-items: center;
}

.msg-box-clnt {
    border-radius: 5px;
    padding: 5px 20px;
    gap: 10px;
    background-color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    color: #263238;
    width: fit-content;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.bg-BBDEFB {
    background-color: #BBDEFB;
}

.chat-screen {
    overflow-y: auto;
    height: calc(100vh - 340px);
    border: none !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.chat-screen::-webkit-scrollbar {
    display: none;
}

.ctm-textarea {
    background-color: #FFFFFF;
    padding: 2px 10px;
    border-radius: 5px;
    border: 1px solid #263238;
    font-size: 12px;
    font-weight: 500;
    color: #263238;
    display: flex;
    justify-content: start;
    align-items: top;
    width: 100%;
    resize: none;
}

.ctm-textarea:focus {
    outline: none;
}

.btn-send-msg {
    border-radius: 50px;
    padding: 5px 30px !important;
    color: #FFFFFF;
    background-color: #008349;
    font-weight: 800;
    font-size: 13px;
    text-align: center;
    border: none;
    display: flex;
    align-items: center;
    height: fit-content !important;
}

@media only screen and (max-width: 500px) {
    .status-grid {
        width: 20%;
    }

    .cht-person-grid::-webkit-scrollbar,
    .cht-scrn-grid::-webkit-scrollbar {
        display: none;
    }
}



.profile-pht-box {
    height: 260px;
    width: 95%;
    border-radius: 10px;
    background-color: #D9D9D9;
}

.btn-prf-dtls {
    border-radius: 50px;
    padding: 10px 15px 10px 15px;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    border: none;
}

.btn-prf-dtls.btn-view-phts {
    background-color: #FFD54F;
    color: #5D4037;
}

.btn-prf-dtls.btn-prf-act {
    background-color: #FFFFFF;
    color: #558B2F;
}

.btn-prf-dtls.btn-prf-edt {
    background-color: #0D47A1;
    color: #FFFFFF;
}

.btn-prf-dtls.btn-prf-viw-mor {
    background-color: #C5E1A5;
}

.prf-dtls .leads-ap-tab {
    width: 20%;
}

@media only screen and (max-width: 810px) {
    .prf-dtls .leads-ap-tab {
        width: 50%;
    }
}

@media only screen and (max-width: 500px) {
    .prf-dtls .leads-ap-tab {
        width: 100%;
    }
}

.font-size-24 {
    font-size: 24px !important;
}

.txt-profile-dtls {
    font-weight: 700;
    font-size: 13px;
    color: #000000;
}

.txcl-0D47A1 {
    color: #0D47A1 !important;
}

.toggle-button {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.toggle-button input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    width: fit-content;
    height: 35px;
    min-width: 145px;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    color: #FFFFFF;
}

.slider:before {
    position: absolute;
    content: "Renew";
    padding: 6px;
    gap: 10px;
    height: 28px;
    width: 45%;
    background-color: white;
    transition: 0.4s;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #B71C1C;
}

input:checked+.slider {
    background-color: #B71C1C;
    padding: 10px 15px 10px 15px;
}

input:checked+.slider:before {
    transform: translateX(60px);
}

.active-icon,
.inactive-icon {
    color: white;
    font-size: 12px;
}

.active-icon {
    display: none;
}

.inactive-icon {
    display: inline;
}

input:checked+.slider .active-icon {
    display: inline;
}

input:checked+.slider .inactive-icon {
    display: none;
}


@media only screen and (max-width: 1000px) {
    .edt-frms.card-2-tabs {
        height: calc(100vh - 200px) !important;
    }
}

.searched-filter-grid {
    border-radius: 50px;
    border: 1px solid #B0BEC5;
    padding: 10px;
    gap: 5px;
    font-weight: 600;
    font-size: 12px;
    color: #455A64;
}

.hidden-important {
    display: none !important;
}

.form-select.send-pop-up {
    background-color: #ECEFF1 !important;
}

.form-control.send-pop-up {
    background-color: #ECEFF1 !important;
}

/* 07-01-2025 dpvasantati new styles end */




/* Relationship Manager Flow */

/* Left Panel */
.left-panel .member-service {
    background-color: #008349;
    border-radius: 10px;
}

.left-panel .txt-sidebar {
    font-weight: 600;
    font-size: 11px;
    color: #FFFFFF;
    padding-top: 2px;
}

.left-panel .num-sidebar {
    font-weight: 800;
    font-size: 10px;
    color: #FFFFFF;
}

.sidebar-notification.txt-sidebar-text {
    font-size: 10px;
    font-weight: 800px;
}

.meetingsPage {
    font-size: 12px;
    font-weight: 700;
}

.meetingsPage .leads-ap-tab {
    color: #0D47A1;
    font-weight: 600;
    font-size: 14px;
}

.meetingsPage .leads-ap-tab.active {
    color: #B71C1C;
    margin-bottom: -1px;
}

.meetingsPage .leads-ap {
    border-bottom: 1px solid #CFD8DC;
}

.meetingsPage .meetingProfile,
.backofc-bg.common-table-panel .meetingProfile {
    padding: 15px 0;
    gap: 10px;
    border-bottom: 1px solid #CFD8DC;
    margin-bottom: 15px;
}

.meetingsPage .meetingProfile .modal-body,
.backofc-bg.common-table-panel .meetingProfile .modal-body {
    max-width: 245px;
}

.meetingsPage .meetingProfile .form-select,
.meetingsPage .meetingProfile .form-control {
    height: 40px;
    padding: 10px;
}

.meetingsPage .arrangedMeetingTab {
    display: flex;
    flex-direction: column;
    color: #263238;
}

.meetingsPage .arrangedMeetingInfo,
.backofc-bg.common-table-panel.admin-flow-profile .arrangedMeetingInfo,
.backofc-bg.common-table-panel.admin-flow-requests .arrangedMeetingInfo {
    background-color: #F6F7F8;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
    border: 2px solid #493fda;
}

.BtnHeight35px {
    box-sizing: border-box;
    height: 25px !important;
    border-radius: 50px;
    padding: 10px !important;
    overflow: hidden;
    background-color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    font-size: 12px !important;
}

.meetingsPage .infoBtn,
.leadDetailsTab.profileDetailsPage .pendingDetailsTab .infoBtn,
.backofc-bg.common-table-panel.admin-flow-profile .infoBtn,
.backofc-bg.common-table-panel.admin-flow-requests .infoBtn {
    color: #5E35B1;
    border: 1px solid #5E35B1;
}

.meetingsPage .viewProfileBtn,
.backofc-bg.common-table-panel.admin-flow-profile .viewProfileBtn,
.backofc-bg.common-table-panel.admin-flow-requests .viewProfileBtn,
.viewProfileBtn {
    background-color: #5E35B1;
    color: #FFFFFF;
    padding: 10px 15px !important;
    font-weight: 800;
    height: 35px !important;
    border: none;
}

.meetingsPage .tempId,
.backofc-bg.common-table-panel.admin-flow-profile .tempId,
.backofc-bg.common-table-panel.admin-flow-profile .primeId,
.backofc-bg.common-table-panel.admin-flow-requests .tempId,
.backofc-bg.common-table-panel.admin-flow-requests .primeId,
.tempId {
    background-color: #008349;
    padding: 2px 4px;
    border-radius: 5px;
    color: #ffffff !important;
}

.meetingsPage .arrangedMeetingInfoDetails,
.backofc-bg.common-table-panel.admin-flow-profile .arrangedMeetingInfoDetails,
.backofc-bg.common-table-panel.admin-flow-requests .arrangedMeetingInfoDetails,
.arrangedMeetingInfoDetails {
    padding: 10px 0;
    border-top: 1px solid #CFD8DC;
}

.meetingsPage .modal-body-sub-card-body-txt.highlight,
.backofc-bg.common-table-panel.admin-flow-requests .modal-body-sub-card-body-txt.highlight {
    padding: 5px;
    background-color: #cb7bf0;
    border-radius: 5px;
    font-size: 12px;
}

.meetingsPage .arrangedMeetingInfoBox,
.backofc-bg.common-table-panel.admin-flow-profile .arrangedMeetingInfoBox,
.backofc-bg.common-table-panel.admin-flow-requests .arrangedMeetingInfoBox,
.arrangedMeetingInfoBox {
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #CFD8DC;
}

.meetingsPage .arrangedMeetingInfoContainer,
.backofc-bg.common-table-panel.admin-flow-requests .arrangedMeetingInfoContainer {
    gap: 10px;
    color: #0D47A1;
}

.meetingsPage .meetingUpdateBtn,
.profileDetailsPage .meetingUpdateBtn,
.backofc-bg.common-table-panel.admin-flow-profile .meetingUpdateBtn,
.backofc-bg.common-table-panel.admin-flow-requests .meetingUpdateBtn {
    color: #0D47A1;
    border: 1px solid #0D47A1;
}

.meetingsPage .reviseMeetingBtn {
    background-color: #2E7D32;
}

.meetingsPage .postponeMeetingBtn {
    background-color: #C62828;
}

.postponeMeetingTab.arrangedMeetingTab .meetingUpdateBtn,
.cancelMeetingTab.arrangedMeetingTab .meetingUpdateBtn {
    background-color: #9E9D24;
    border: none;
    color: #ffffff;
}

.meetingResponsesTab .visitPositiveBtn {
    border-radius: 5px;
    padding: 10px;
    height: 28px;
    background-color: #6A1B9A;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.leadDetailsTab.profileDetailsPage .card-1,
.card-1 {
    padding: 15px;
    row-gap: 15px;
}

.leadDetailsTab.profileDetailsPage .showDetailsSec {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.leadDetailsTab.profileDetailsPage .showDetailsSecHead {
    background-color: #F6F7F8;
    border-radius: 100px;
    display: flex;
    width: 100%;
    padding: 5px;
    column-gap: 10px;
    height: 50px;
}

.leadDetailsTab.profileDetailsPage .showDetailsSecTab {
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    color: #607D8B;
}

.leadDetailsTab.profileDetailsPage .showDetailsSecTab.active {
    font-weight: 700;
    color: #ffffff;
    background-color: #00796B;
    border-radius: 50px;
}

.leadDetailsTab.profileDetailsPage .showDetailsSecBody {
    padding: 10px 20px;
    gap: 0;
    column-gap: 20px;
    height: 124px;
    overflow-y: auto;
}

.leadDetailsTab.profileDetailsPage .showDetailsSecBody .showDetailsSecBodyData {
    font-size: 13px;
    color: #263238;
}

.leadDetailsTab.profileDetailsPage .showDetailsSec .showDetailsSecGrid {
    padding: 15px 0;
    gap: 0;
    border-bottom: 1px solid #E8EAF6;
}

/* RM-application-2-0-1 */
.pcdb-grid.wdth {
    max-width: 18% !important;
}

/* .bg-WarmSunGradient {
  background: linear-gradient(to top, #B71C1C, #E53935);
}
.bg-LavenderFarmGradient {
  background: linear-gradient(to top, #4A148C, #8E24AA);
}

.bg-ThickOrangeGradient {
  background: linear-gradient(to top, #E65100, #FF9800);
}
.bg-FreshGreenGradient {
  background: linear-gradient(to top, #33691E, #689F38);
} */
.bg-OrangeBlastGradient {
    background: linear-gradient(to top, #FF6F00, #FFB300);
}

.NumBg-Rgb {
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 800;
    border-radius: 10px;
    margin: 10px 10px 0 0;
}

/* 17-01-2025 Durga Prasad CH RM-Application-flow-2-2-4 */
.profileDetailsPage .viewAllPhotosBtn {
    max-width: 140px;
    background-color: #FFD54F;
    color: #5D4037;
    margin-top: 10px;
}

.leadDetailsTab.profileDetailsPage {
    background-color: inherit;
}

.leadDetailsTab.profileDetailsPage .heading {
    color: #263238;
}

.leadDetailsTab.profileDetailsPage .showDetailsDropdown,
.showDetailsDropdown,
.leadDetailsTab.profileDetailsPage .hideDetailsDropdown,
.hideDetailsDropdown {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0D47A1;
    border: 1px solid #0D47A1;
    padding: 0 15px;
    border-radius: 50px;
    cursor: pointer;
}

.profileDetailsPage .meetingUpdateBtn,
.profileDetailsPage .closeServiceBtn {
    background-color: #F8F9FC;
}

.profileDetailsPage .closeServiceBtn {
    color: #2E7D32;
    border: 1px solid #2E7D32;
}

.profileDetailsPage .quickActionBtns {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #ECEFF1;
    border-bottom: 1px solid #ECEFF1;
    font-size: 13px;
    margin-top: 10px;
}

.profileDetailsPage .highlightIndicator {
    padding: 15px 0;
    gap: 15px;
}

.profileDetailsPage .highlightedProfileId,
.profileDetailsPage .highlightedMaritalStatus,
.profileDetailsPage .highlightedProfileStatus,
.profileDetailsPage .highlightedStar,
.highlightedStar,
.profileDetailsPage .highlightedMembershipType {
    border-radius: 5px;
    padding: 6px;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 800;
}

.profileDetailsPage .highlightedProfileId {
    background-color: #008349;
    color: #FFFFFF;
}

.profileDetailsPage .highlightedMaritalStatus {
    background-color: #640f48;
    color: #ffffff;
}

.profileDetailsPage .highlightedProfileStatus {
    background-color: #0692a5d3;
    color: #ffffff;
}

.profileDetailsPage .highlightedStar,
.highlightedStar {
    background-color: #6A1B9A;
    color: #FFFFFF;
}

.profileDetailsPage .highlightedMembershipType {
    background-color: #263238;
    color: #FFFFFF;
}

.highlightedMembershipType.Premium,
.highlight-gren.Premium {
    background-color: #B71C1C !important;
}

.highlightedMembershipType.Prime,
.highlight-gren.Prime {
    background-color: #1976D2 !important;
}

.highlightedMembershipType.Gold,
.highlight-gren.Gold {
    background-color: #D88D15 !important;
}

.highlightedMembershipType.General,
.highlight-gren.Generak {
    background-color: #689F38 !important;
}


.leadDetailsTab.profileDetailsPage .showProfileDropdown,
.leadDetailsTab.profileDetailsPage .hideProfileDropdown {
    box-shadow: none;
    box-sizing: border-box;
    border: 1px solid #5E35B1;
    color: #5E35B1;
    margin-top: 0px;
    max-width: 120px;
    border-radius: 10px;
    background-color: #ffffff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    cursor: pointer;
}

.leadDetailsTab.profileDetailsPage .widgeIndicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FF0000;
    position: absolute;
    right: 0;
}

.leadDetailsTab.profileDetailsPage .card-2-tab.active {
    border-bottom: 1px solid #0D47A1;
}

.profileDetailsPage #kymTab,
.profileDetailsPage #kymEditTab {
    border-radius: 10px;
    border: 1px solid #E8EAF6;
}

.profileDetailsPage .kymDetailsTab,
.profileDetailsPage .kymEditDetailsTab {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.profileDetailsPage .kymDetailsSection {
    padding: 20px 0;
    gap: 20px;
    border-top: 1px solid #E8EAF6;
    border-bottom: 1px solid #E8EAF6;
}

.leadDetailsTab.profileDetailsPage .kymDetailsTab .modal-body-sub-card-body-txt {
    font-weight: 800;
    color: #455A64;
}

.leadDetailsTab.profileDetailsPage .card-3-common-tab,
.leadDetailsTab.profileDetailsPage .card-2-tabs {
    height: calc(100vh - 466px);
}

.leadDetailsTab.profileDetailsPage .pendingDetailsTab .card-1 {
    padding-bottom: 15px;
    border-radius: 0%;
    border-bottom: 1px solid #ECEFF1;
    margin-bottom: 15px;
}

.leadDetailsTab.profileDetailsPage .pendingDetailsTab .card-1 .form-control,
.leadDetailsTab.profileDetailsPage .pendingDetailsTab .card-1 .form-select {
    height: 40px;
}

.leadDetailsTab.profileDetailsPage .pendingDetailsTab .card-2 {
    display: flex;
    border-bottom: 1px solid #ECEFF1;
    margin-bottom: 15px;
    cursor: pointer;
}

.profileDetailsPage .pendingDetailsTab .pendingDetailsSubTabs,
.leadDetailsTab.profileDetailsPage .permissionsDetailsTab,
.leadDetailsTab.profileDetailsPage .stopExpressPermissionsDetailsTab {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 20px 5px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #607D8B;
}

.profileDetailsPage .pendingDetailsTab .pendingDetailsSubTabs.active,
.leadDetailsTab.profileDetailsPage .permissionsDetailsTab.active,
.leadDetailsTab.profileDetailsPage .stopExpressPermissionsDetailsTab.active {
    border-bottom: 4px solid #00796B;
    font-weight: 700;
    color: #00796B;
}

.profileDetailsPage .pendingDetailsTab .pendingDetailsSubTabs.active .pendingDetailsSubTabsIndicator {
    font-size: 10px;
    font-weight: 800;
}

.profileDetailsPage .pendingDetailsTab .pendingDetailsSubTabsIndicator {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #008349;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 10px;
    margin-bottom: 10px;
}

.leadDetailsTab.profileDetailsPage .pendingDetailsTab .modal-header {
    color: #263238;
}

.leadDetailsTab.profileDetailsPage .pendingDetailsTab .highlightIndicator {
    border-top: 1px solid #ECEFF1;
    border-bottom: 1px solid #ECEFF1;
    padding: 10px 0;
    margin-bottom: 10px;
}

.leadDetailsTab.profileDetailsPage .pendingDetailsTab .highlightIndicator .highlightedProfileId {
    background-color: #C52F33;
}

.leadDetailsTab.profileDetailsPage .pendingDetailsTab .lowerGrid {
    --bs-columns: 12;
}

.leadDetailsTab.profileDetailsPage .pendingDetailsTab .highlightedProfileId,
.leadDetailsTab.profileDetailsPage .pendingDetailsTab .highlightedMaritalStatus,
.leadDetailsTab.profileDetailsPage .pendingDetailsTab .highlightedProfileStatus,
.leadDetailsTab.profileDetailsPage .pendingDetailsTab .highlightedStar,
.highlightedStar,
.highlightedProfileStatus,
.leadDetailsTab.profileDetailsPage .pendingDetailsTab .highlightedMembershipType {
    font-weight: 700;
}

.leadDetailsTab.profileDetailsPage .pendingDetailsTab .rmDeclineBtn {
    background-color: #D32F2F;
}

.leadDetailsTab.profileDetailsPage .pendingDetailsTab .remindRMBtn {
    background-color: #C2185B;
}

.leadDetailsTab.profileDetailsPage .pendingDetailsTab .remindInchargeBtn {
    background-color: #3F51B5;
}

.leadDetailsTab.profileDetailsPage .pendingDetailsTab .counsellingBtn {
    background-color: #9E9D24;
}

.leadDetailsTab.profileDetailsPage .checkBtn {
    background-color: #DCEDC8;
    color: #1B5E20;
}

.leadDetailsTab.profileDetailsPage .waitBtn {
    background-color: #FF6F00;
}

.leadDetailsTab.profileDetailsPage .ignoreBtn {
    background-color: #C62828;
}

.m--5px {
    margin: -5px;
}

/* end */
.BackOffice .prfl-gnrl {
    background: #689F38;
    border-radius: 5px;
    padding: 5px;
    color: #FFFFFF;
}

.prfl-prime {
    background: #1976D2;
    border-radius: 5px;
    padding: 5px;
    color: #FFFFFF;
}

.prfl-Premium {
    background: #AD1457;
    border-radius: 5px;
    padding: 5px;
    color: #FFFFFF;
}

.BackOffice .blu-txt {
    color: #1565C0;
    text-decoration: underline;
}

.BackOffice-leads-container .sub-hdng {
    font-size: 16px;
    font-weight: 800;
    padding: 0 0 5px 5px;
}

.BackOffice .data-clor {
    color: #263238;
}

.BackOffice.pop-up tbody,
.BackOffice.pop-up td,
.BackOffice.pop-up tr {
    border-right: none !important;
    background: rgba(0, 131, 73, 0.05) !important;
    border-bottom: 1px solid rgba(0, 131, 73, 0.2) !important;
}

.BackOffice.pop-up tr:nth-child(even) {
    background-color: rgba(0, 131, 73, 0.05) !important;
}

.BackOffice.modal2 tbody,
.BackOffice.modal2 td,
.BackOffice.modal2 tr {
    border-right: none !important;
    background: rgba(197, 47, 51, 0.05) !important;
    border-bottom: 1px solid rgba(0, 131, 73, 0.2) !important;
}

.BackOffice.modal2 tr:nth-child(even) {
    background-color: rgba(197, 47, 51, 0.05);
}

.check-profile-popbg {
    background: #F6F7F8;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    padding: 5px;
}

.check-profile-popbg .profile-txt {
    font-size: 14px;
    font-weight: 600;
    color: #607D8B;
    padding: 8px 20px;
    white-space: nowrap;
    cursor: pointer;
}

.check-profile-popbg .profile-txt.Active {
    background: #00796B;
    color: #FFFFFF;
    border-radius: 50px;
}

.check-profile-popbg .profile-txt:hover {
    background: #00796B;
    color: #FFFFFF;
    border-radius: 50px;
}

.check-profile-scroll {
    max-height: 350px;
    overflow-y: auto;
}

.checkID {
    background-color: #008349;
    padding: 2px 4px;
    border-radius: 5px;
    color: #ffffff !important;
}

.checkID.Reed {
    background-color: #C52F33 !important;
}

/* RM application flow 6-1 */
.ctgry-count-bg {
    background: #FFFFFF;
    padding: 10px;
    margin-left: -10px;
    border-radius: 15px;
}

.ctgry-count-bg .count-hd {
    font-size: 20px;
    font-weight: 800;
    color: #263238;
    border-bottom: 1px solid #CFD8DC;
}

.ctgry-count-bg .country {
    color: #263238;
    font-size: 15px;
    font-weight: 700;
}

.ctgry-count-bg .kiwibg {
    background: rgba(0, 131, 73, 0.05);
    border-radius: 10px;
    padding: 15px 0 10px 15px;
    margin-top: 5px;
}

.ctgry-count-bg .amount {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 15px;
}

.ctgry-count-bg .name {
    color: #263238;
    font-size: 12px;
    font-weight: 700;
}

.ctgry-count-bg .Peachbg {
    background: rgba(197, 47, 51, 0.05);
    border-radius: 10px;
    padding: 15px 0 10px 15px;
}

.kiwibg .amount {
    color: #008349;
}

.Peachbg .amount {
    color: #C52F33;
}

.ctgry-count-bg .border-count {
    border-right: 1px solid #CFD8DC;
    margin-top: 10px;
}

.ctgry-count-bg .col-2.wdth {
    width: 14.25% !important;
}

.col-3.wdth {
    width: 20% !important;
}

/* 23-1-2025 */
.meetingsPage .send-txt {
    font-size: 15px;
    font-weight: 700;
    color: #263238;
}

.meetingsPage .cancelBtn {
    border: 1px solid #455A64;
    color: #455A64;
}

.profileDetailsPage.addtn-brdr {
    border: 1px solid #CFD8DC;
    border-radius: 10px;
}

.profileDetailsPage .highlightedProfileId.red {
    background-color: #C52F33;
    color: #FFFFFF;
}

.profileDetailsPage .highlightedProfileId.star {
    background-color: #9E9D24;
    color: #FFFFFF;
}

.flash-profile-bg {
    background: #F6F7F8;
    padding: 10px;
}

.leadDetailsTab .dns-matching {
    background: #3949AB;
    color: #FFFFFF;
}

.leadDetailsTab .filter-flash {
    background: #795548;
    color: #FFFFFF;
}

.leadDetailsTab .star-border {
    border: 1px solid #CFD8DC;
}

.leadDetailsTab .highlight-border {
    border: 1px solid #FBC02D;
}

.leadDetailsTab.rmv-overflw {
    overflow-x: hidden;
}

.modal-body-sub-card .profile-txt {
    font-size: 16px;
    font-weight: 800;
    color: #263238;
    border-bottom: 1px solid #E8EAF6;
}

.option-btn-icon:hover {
    content: url(../Images/option-btn-hvr-icon.svg);
}

/* Durga Prasad CH regarding flow 2-0-1 */
.bg-WarmSunGradient.wdth {
    background: linear-gradient(to top, #B71C1C, #E53935);
}

.bg-LavenderFarmGradient.wdth {
    background: linear-gradient(to top, #4A148C, #8E24AA);
}

.RMInchargeDashboard .bg-OrangeBlastGradient,
.bg-OrangeBlastGradient {
    background: linear-gradient(to top, #FF6F00, #FFB300) !important;
}

.bg-ThickOrangeGradient.wdth {
    background: linear-gradient(to top, #E65100, #FF9800);
}

.bg-FreshGreenGradient.wdth {
    background: linear-gradient(to top, #33691E, #689F38);
}

.bg-WarmSunsetGradient.wdth {
    background: linear-gradient(to top, #BF360C, #FF5722);
}

.bg-OceanDepthGradient.wdth {
    background: linear-gradient(to top, #006064, #009688);
}

.bg-StormySkyGradient.wdth {
    background: linear-gradient(to top, #37474F, #546E7A);
}

.bg-RoyalPurpleGradient.wdth {
    background: linear-gradient(to top, #311B92, #5E35B1);
}

.bg-ForestMeadowGradient.wdth {
    background: linear-gradient(to top, #1B5E20, #43A047);
}

.bg-OceanSkyGradient.wdth {
    background: linear-gradient(to top, #0D47A1, #039BE5);
}

.bg-PassionatePinkGradient.wdth {
    background: linear-gradient(to top, #880E4F, #D81B60);
}

.bg-GoldenLimeGradient.wdth {
    background: linear-gradient(to top, #827717, #AFB42B);
}

/* Durga Prasad Ch 27-01-2025 regarding flow 2-7-1 */
#starPermissionsPage .highlightIndicator {
    --bs-columns: 12;
    padding-top: 10px;
    border-top: 1px solid #ECEFF1;
    margin-top: 10px;
}

/* end */

/* Durga Prasad CH Bug Fix */
/* Regarding LeadApplicationFlow-9-1 */
#messageTab {
    display: flex;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #607D8B;
    border-bottom: 1px solid #CFD8DC;
    margin-bottom: 20px;
}

#messageTab .messageTabCard {
    box-sizing: border-box;
    padding: 15px 20px 25px 20px;
    cursor: pointer;
}

#messageTab .messageTabCard.active {
    font-weight: 700;
    color: #00796B;
    margin-bottom: -1px;
    border-bottom: 4px solid #00796B;
}

/* RM-application-flow-2-2-1 */
#holdProfilePopUp .ChangeColorPlaceholder::placeholder,
#dueProfilePopUp .ChangeColorPlaceholder::placeholder {
    color: #455A64;
}

/* RM-application-flow-2-2-4 */
#matchingTabCheckBtn .BackOffice.pop-up td,
#matchingTabCheckBtn .BackOffice.pop-up td.data-clor,
#matchingTabCheckBtn .BackOffice.modal2 td,
#matchingTabCheckBtn .BackOffice.modal2 td.data-clor {
    font-weight: 700;
}

#matchingTabCheckBtn .BackOffice.modal2 td.data-clor,
#matchingTabCheckBtn .BackOffice.pop-up td.data-clor {
    font-size: 13px;
}

/* .bckofc-detailsblk.leadDetailsTab.profileDetailsPage.common-model-pop-style #pendingTab .successBtn{
  background-color: #2E7D32;
} */
.meetingsPage.common-model-pop-style .arrangedMeetingInfoContainer .modal-header,
.leadDetailsTab.common-model-pop-style .card-3-common-tab .modal-header {
    color: #263238;
}

/* Profile info pop up */
.modal.fade.profileInfoPopUpClass .modal-body {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.modal.fade.profileInfoPopUpClass .modal-body-SideHeadTxt {
    border-bottom: 1px solid #E8EAF6;
}

.modal.fade.profileInfoPopUpClass .modal-body-sub-card {
    padding: 20px;
    border: 1px solid #E8EAF6;
    border-radius: 10px;
}

.modal.fade.profileInfoPopUpClass .modal-body-sub-card-body-txt {
    margin-top: 2px;
    font-weight: 800;
    color: #455A64;
}

/* styles regarding left panel for both buttons overlapping and active border fix*/
.backofc-bg .left-sub-panel> :first-child {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.backofc-bg .left-sub-panel> :first-child>li {
    padding: 0;
}

.backofc-bg .left-sub-panel> :first-child>li a {
    padding: 10px 15px;
    width: 100%;
}

.backofc-bg .left-sub-panel> :first-child> :first-child {
    padding: 10px 15px;
    cursor: pointer;
}

.backofc-bg .left-sub-panel> :first-child> :first-child .txt-sidebar {
    font-weight: 700;
    font-size: 12px;
    padding-left: 5px !important;
}

.horizontal-line {
    margin: 0;
    background-color: #455A64;
}

.container-fluid.backofc-bg .member-service .horizontal-line {
    display: none;
}

.container-fluid.backofc-bg .member-service li {
    padding: 0 10px;
}

.container-fluid.backofc-bg .member-service li a.active {
    border-bottom: 1px solid #ffffff;
}

.container-fluid.backofc-bg .member-service li a {
    border-bottom: 1px solid #388E3C;
    padding: 12px 5px;
}

.container-fluid.backofc-bg .member-service> :first-child {
    padding: 10px 15px;
}

.container-fluid.backofc-bg .member-service> :first-child a {
    padding: 0;
}

.container-fluid.backofc-bg .member-service> :first-child a,
.container-fluid.backofc-bg .member-service> :last-child a {
    border: none;
}

/* left-panel */
.left-panel .left-sub-panel {
    overflow-y: auto;
}

/* bugs correction for LeadsApplicationFlow 6-1 */
.bckofc-detailsblk.profileDetailsPageUnderProfiles div.edt-frms div.row div div {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 12px;
}

/*  */
.pcdb-grid {
    padding: 0;
}

.pcdb-grid>a,
.pcdb-grid>div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.urdu-font {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: 600 !important;
}

/* 10-02-2025 Admin Flow 1-1 */
.container-fluid.dashboard-container.common-panel> :first-child {
    display: flex;
    flex-grow: 1;
}

.container-fluid.dashboard-container.common-panel div.panel-center-dashboard {
    margin: 50px auto 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
    width: 100%;
}

.container-fluid.dashboard-container.common-panel .pcdb-grid {
    max-width: none;
}

.container-fluid.dashboard-container.common-panel .bg-gradient-magenta {
    background: linear-gradient(to left, #880E4F, #D81B60);
}

.container-fluid.dashboard-container.common-panel .bg-gradient-blue {
    background: linear-gradient(to left, #0D47A1, #039BE5);
}

.container-fluid.dashboard-container.common-panel .bg-gradient-purple {
    background: linear-gradient(to left, #4A148C, #8E24AA);
}

.container-fluid.dashboard-container.common-panel .bg-gradient-orange {
    background: linear-gradient(to left, #BF360C, #FF5722);
}

/* 11-02-2025  Admin Flow 2-1*/
.backofc-bg.common-table-panel .BackOffice-leads-container {
    overflow: unset;
    max-height: none;
}

.backofc-bg.common-table-panel .tbl-all-leads-display {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.backofc-bg.common-table-panel .BackOffice.table-wdth {
    margin: 0;
}

.backofc-bg.common-table-panel .BackOffice.table-wdth th {
    min-width: 198px;
}

.backofc-bg.common-table-panel .BackOffice.table-wdth td,
.backofc-bg.common-table-panel .BackOffice.table-wdth th {
    height: 50px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

.backofc-bg.common-table-panel .BackOffice.table-wdth tbody> :first-child> :last-child {
    min-width: 140px;
    border-right: #ffffff !important;
}

.backofc-bg.common-table-panel .BackOffice.table-wdth tbody>tr>td:last-child {
    border-right: #ffffff !important;
    padding: 0;
}

.backofc-bg.common-table-panel .BackOffice.table-wdth .leadCheckerLinks {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.backofc-bg.common-table-panel .BackOffice.table-wdth .leadCheckerLinks img {
    max-height: 20px;
    max-width: 20px;
}

.backofc-bg.common-table-panel .BackOffice.table-wdth .BackgrndClr {
    gap: 20px;
}

.backofc-bg.common-table-panel .BackgrndClr img {
    height: 15px;
    width: 15px;
}

.backofc-bg.common-table-panel .BackOffice.table-wdth .BackgrndClr>div {
    display: inline-flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    color: #1565C0;
    font-weight: 700;
    font-size: 11px;
}

.backofc-bg.common-table-panel.leadCheker .tableTwo th {
    min-width: 360px;
}

.backofc-bg.common-table-panel .BackOffice.table-wdth.tableTwo tbody> :first-child> :last-child {
    min-width: 50px;
}

.backofc-bg.common-table-panel .leads-ap-tab {
    font-weight: 600;
    font-size: 14px;
    color: #0D47A1;
}

.backofc-bg.common-table-panel .leads-ap-tab.active {
    font-weight: 700;
    margin-bottom: -1px;
    color: #B71C1C;
}

.backofc-bg.common-table-panel .Gren {
    font-weight: 700;
}

.backofc-bg.common-table-panel .leads-ap {
    border-bottom: 1px solid #CFD8DC;
    display: flex;
    gap: 10px;
}

/* Admin Flow 3-1 12-02-2025 */
.backofc-bg.common-table-panel.admin-flow-profile .tableOne th,
.backofc-bg.common-table-panel.LeadInchargeConvertedLeads .tableOne th {
    min-width: 190px;
}

.backofc-bg.common-table-panel.admin-flow-profile .tableOne th:first-child,
.backofc-bg.common-table-panel.admin-flow-profile .tableThree th:first-child,
.backofc-bg.common-table-panel.admin-flow-profile .tableFour th:first-child {
    min-width: 41px !important;
}

.backofc-bg.common-table-panel.admin-flow-profile .tableOne th:last-child,
.backofc-bg.common-table-panel.admin-flow-profile .tableThree th:last-child,
.backofc-bg.common-table-panel.admin-flow-profile .tableFour th:last-child {
    min-width: 140px !important;
    height: 51px;
}

.backofc-bg.common-table-panel.admin-flow-profile td .form-check-input,
.backofc-bg.common-table-panel.LeadInchargeAllLeads td .form-check-input {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #90A4AE;
    box-shadow: none;
}

.backofc-bg.common-table-panel.admin-flow-profile .BackOffice .statusBar,
.backofc-bg.common-table-panel.admin-flow-converted-profiles .BackOffice .statusBar,
.backofc-bg.common-table-panel.admin-flow-approvals .BackOffice .statusBar,
.backofc-bg.common-table-panel.admin-flow-requests .BackOffice .statusBar,
.backofc-bg.common-table-panel.admin-flow-balancePayments .BackOffice .statusBar,
.BackOffice .statusBar {
    display: flex;
    border-radius: 5px;
    align-items: center;
    padding: 3px 10px;
    width: fit-content;
    height: 100%;
    font-weight: 700;
    font-size: 13px;
    color: #ffffff;
    box-sizing: border-box;
}

.BackOffice .statusBar.Active {
    background-color: #00838F;
}

.backofc-bg.common-table-panel.admin-flow-profile .BackOffice.table-wdth .leadCheckerLinks,
.backofc-bg.common-table-panel.admin-flow-converted-profiles .BackOffice.table-wdth .leadCheckerLinks,
.backofc-bg.common-table-panel.admin-flow-approvals .tableEight .BackOffice.table-wdth .leadCheckerLinks,
.backofc-bg.common-table-panel.LeadIchargeFlow .BackOffice.table-wdth .leadCheckerLinks {
    justify-content: center;
    gap: 15px;
}

.BackOffice .statusBar.Hold,
.Gold {
    background-color: #D88D15;
}

.BackOffice .statusBar.Expired {
    background-color: #e5db7f;
    color: #D32F2F;
}

.BackOffice .statusBar.Due {
    background-color: #E599D6;
}

.BackOffice .statusBar.TempActive {
    background-color: #BE99E5;
}

.BackOffice .statusBar.Settled {
    background-color: #cce63d;
    color: #2E7D32;
}

.BackOffice .statusBar.approved,
.Premium {
    background-color: #B71C1C;
}

.BackOffice .statusBar.UserDeleted,
.Unpaid,
.Un-Paid {
    background-color: #FF1F3D;
}

.BackOffice .statusBar.pending {
    background-color: #C98788;
    color: #372d0e;
}

.BackOffice .statusBar.WaitingForActive {
    background-color: #EE8509;
}

.BackOffice .statusBar.ActiveEvent {
    background-color: #0FA4AF;
}

.BackOffice .statusBar.WatingCustomerApproval {
    background-color: #7CB342;
}

.BackOffice .statusBar.ApprovedByBilling {
    background-color: #3178C7;
}

.BackOffice .statusBar.AssignRM {
    background-color: #F0C238;
    color: #564614;
}

.backofc-bg.common-table-panel.admin-flow-profile .tableOne,
.backofc-bg.common-table-panel.admin-flow-profile .tableThree,
.backofc-bg.common-table-panel.admin-flow-profile .tableFour {
    height: calc(100vh - 342px);
    overflow-y: auto;
}

.backofc-bg.common-table-panel.admin-flow-profile .tableThree th,
.backofc-bg.common-table-panel.admin-flow-profile .tableFour th {
    min-width: 146px;
}

.backofc-bg.common-table-panel.admin-flow-profile .tableThree th:nth-last-child(3),
.backofc-bg.common-table-panel.admin-flow-profile .tableFour th:nth-last-child(3) {
    min-width: 216px;
}

.backofc-bg.common-table-panel.admin-flow-profile .BackOffice .statusBar.inActive,
.backofc-bg.common-table-panel.admin-flow-requests .highlightedProfileStatus,
.BackOffice .statusBar.inActive,
.Inactive {
    background-color: #ac1761;
    color: #D84315;
}

.backofc-bg.common-table-panel.admin-flow-profile .BackOffice .statusBar.Hold {
    background-color: #EFEBE9;
    color: #5D4037;
}

.backofc-bg.common-table-panel.admin-flow-profile .BackOffice .statusBar.Due {
    background-color: #FFEBEE;
    color: #C62828;
}

.expireProfileBtn,
.backofc-bg.common-table-panel.LeadInchargeAllLeads .expireProfileBtn {
    color: #B0BEC5;
    border-radius: 50px;
    border: 1px solid #B0BEC5;
    font-weight: 800;
    font-size: 13px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    text-decoration: none;
}

.expireProfileBtn.inactive,
.backofc-bg.common-table-panel.LeadInchargeAllLeads .expireProfileBtn.inactive {
    pointer-events: none;
}

.expireProfileBtn.active,
.backofc-bg.common-table-panel.LeadInchargeAllLeads .expireProfileBtn.active {
    pointer-events: auto;
    color: #1565C0;
    border-color: #1565C0;
}

.form-check-input.custom-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #90A4AE;
    border-radius: 50%;
    background-color: transparent;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: none;
}

.form-check-input.custom-radio:not(:checked) {
    background-color: transparent;
    border: 1px solid #90A4AE;
}

.form-check-input.custom-radio:checked {
    background-image: none;
    background-color: #1565C0;
    border: 1px solid #90A4AE;
    position: relative;
    outline: none;
    background-image: url('../Images/admin-flow-icon-26.svg');
    background-position: center center;
    background-size: 70%;
}

.backofc-bg.common-table-panel.admin-flow-profile .tableOne.tableSix {
    height: calc(100vh - 285px);
}

.custom-radio-container {
    display: flex;
    gap: 15px;
    height: 40px;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
    color: #455A64;
}

.backofc-bg.common-table-panel.admin-flow-profile .arrangedMeetingInfoBox,
.backofc-bg.common-table-panel.admin-flow-requests .arrangedMeetingInfoBox {
    font-weight: 700;
    font-size: 12px;
    color: #455A64;
}

.backofc-bg.common-table-panel.admin-flow-profile .arrangedMeetingInfoBox .grid {
    --bs-columns: 14;
}

.backofc-bg.common-table-panel.admin-flow-profile .arrangedMeetingInfoBox .ProfileName,
.backofc-bg.common-table-panel.admin-flow-requests .arrangedMeetingInfoBox .ProfileName {
    color: #263238;
    padding-top: 8px;
}

.backofc-bg.common-table-panel.admin-flow-profile .primeId,
.backofc-bg.common-table-panel.admin-flow-converted-profiles .primeId,
.backofc-bg.common-table-panel.admin-flow-approvals .primeId,
.backofc-bg.common-table-panel.admin-flow-requests .primeId,
.backofc-bg.common-table-panel.admin-flow-balancePayments .primeId,
.Prime {
    background-color: #1976D2;
}

.backofc-bg.common-table-panel.admin-flow-profile .arrangedMeetingTab,
.backofc-bg.common-table-panel.admin-flow-requests .arrangedMeetingTab {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.backofc-bg.common-table-panel.admin-flow-profile .tableSeven,
.backofc-bg.common-table-panel.admin-flow-profile .tableEight {
    height: calc(100vh - 282px);
    overflow-y: auto;
}

.backofc-bg.common-table-panel.admin-flow-profile .tableEight .BackOffice.table-wdth .leadCheckerLinks,
.backofc-bg.common-table-panel.admin-flow-approvals .tableEight .BackOffice.table-wdth .leadCheckerLinks {
    gap: 10px;
}

.BtnHeight35px.activeBtn {
    color: #1565C0;
    border: 1px solid #1565C0;
}

.backofc-bg.common-table-panel.admin-flow-profile .tableEight .BackOffice.table-wdth th,
.backofc-bg.common-table-panel.admin-flow-approvals .tableEight .BackOffice.table-wdth th {
    min-width: 188px;
}

.backofc-bg.common-table-panel.admin-flow-profile .tableHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Admin Flow 5-1 14-02-2025*/
.backofc-bg.common-table-panel.admin-flow-converted-profiles .BackOffice .statusBar.General,
.backofc-bg.common-table-panel.admin-flow-approvals .BackOffice .statusBar.General,
.backofc-bg.common-table-panel.admin-flow-requests .BackOffice .statusBar.General,
.backofc-bg.common-table-panel.admin-flow-balancePayments .BackOffice .statusBar.General,
.statusBar.General {
    background-color: #689F38;
}

.backofc-bg.common-table-panel.admin-flow-converted-profiles .tableOne {
    height: calc(100vh - 220px);
    overflow-y: auto;
}

.backofc-bg.common-table-panel.admin-flow-converted-profiles .tableOne th {
    min-width: 247.5px;
}

.backofc-bg.common-table-panel.admin-flow-converted-profiles .tableOne th:last-child {
    min-width: 140px;
}

.backofc-bg.common-table-panel.admin-flow-converted-profiles .tableOne img {
    cursor: pointer;
}

.backofc-bg.common-table-panel .modal-body-sub-card {
    padding: 20px 0;
    border-bottom: 1px solid #CFD8DC;
}

.backofc-bg.common-table-panel #adminEditProfilePopUp .modal-body-sub-card,
.backofc-bg.common-table-panel #reNewPopUp .modal-body-sub-card {
    padding: 0;
    border-bottom: none;
}

/* Admin-Flow-6-1 */
.backofc-bg.common-table-panel.admin-deleted-profiles .tableOne {
    height: calc(100vh - 220px);
    overflow-y: auto;
}

.backofc-bg.common-table-panel.admin-deleted-profiles .tableOne th {
    min-width: 124px;
}

.backofc-bg.common-table-panel.admin-deleted-profiles .tableOne th:last-child {
    min-width: 140px;
}

.backofc-bg.common-table-panel.admin-deleted-profiles .BtnHeight35px.deleteBtn {
    color: #D50000;
    border: 1px solid #D50000;
    gap: 5px;
    font-weight: 800;
    font-size: 13px;
}

.backofc-bg.common-table-panel.admin-deleted-profiles .BtnHeight35px.deleteBtn span:last-child {
    padding-top: 3px;
}

.backofc-bg.common-table-panel.admin-deleted-profiles .BackOffice.table-wdth .leadCheckerLinks img {
    max-width: 15px;
    max-height: 15px;
}

/* admin-flow 7-1 */
.backofc-bg.common-table-panel.admin-flow-approvals .BackOffice .statusBar.Active {
    background-color: #2E7D32;
}

.backofc-bg.common-table-panel.admin-flow-approvals .BackOffice .statusBar.Inactive {
    background-color: #78909C;
}

.backofc-bg.common-table-panel.admin-flow-approvals .tableEight {
    height: calc((100vh - 220px));
    overflow-y: auto;
}

/* admin-flow- 8-1 */
.backofc-bg.common-table-panel.admin-flow-requests .primeId.genId {
    background-color: #689F38;
}

.backofc-bg.common-table-panel.admin-flow-requests .BackOffice .statusBar.fourStar,
.backofc-bg.common-table-panel.admin-flow-requests .tableSeven .statusBar.fourStar {
    background-color: #6A1B9A;
}

.backofc-bg.common-table-panel .BackOffice tr:hover {
    background-color: inherit;
}

.backofc-bg.common-table-panel.admin-flow-requests .commonHeight {
    height: calc(100vh - 290px);
    overflow-y: auto;
}

.backofc-bg.common-table-panel.admin-flow-requests .tableThree th {
    min-width: 100px;
}

.backofc-bg.common-table-panel.admin-flow-requests .tableThree th:first-child {
    min-width: 150px;
}

.backofc-bg.common-table-panel.admin-flow-requests .tableSix th,
.backofc-bg.common-table-panel.admin-flow-requests .tableSeven th {
    min-width: 162px;
}

/* Admin-flow 11-1 */
.backofc-bg.common-table-panel.admin-flow-balancePayments .tableOne th {
    min-width: 141px;
}

.backofc-bg.common-table-panel.admin-flow-balancePayments .commonHeight {
    height: calc(100vh - 220px);
    overflow-y: auto;
}

/* Admin-flow-4-1 */
.modal-header.mdfied {
    display: flex;
    flex-direction: column !important;
    align-items: start;
}

.common-model-pop-style .modal-header .subhd,
.subhd {
    font-size: 14px;
    font-weight: 800;
    color: #455A64 !important;
}

.scrollable-model-content {
    max-height: 95vh;
    overflow-y: auto;
    background-color: #ffffff;
    margin: 15px auto !important;
    border-radius: 12px;
}

/* Admin-flow-10-1 */
.form-check-input.psitn.custom-radio:checked {
    background-image: none;
    background-color: #1565C0;
    border: 1px solid #90A4AE;
    position: relative;
    outline: none;
    background-image: url('../Images/admin-flow-icon-26.svg');
    background-position: center center;
    background-size: 70%;
}

.tb-gnrl-bg {
    background: rgba(104, 159, 56, 0.05) !important;
}

.tb-prm-bg {
    background: rgba(173, 20, 87, 0.05) !important;
}

.tb-gold-bg {
    background: rgba(253, 216, 53, 0.05) !important;
}

.tb-prime-bg {
    background: rgba(25, 118, 210, 0.05) !important;
}

.border-newset {
    border-bottom: 2px solid #CFD8DC;
}


/* LMIC Lead-Incharge-Flow-2-1 */
.backofc-bg.common-table-panel.LeadIchargeFlow .left-sub-panel img {
    width: 20px;
    height: 20px;
}

.backofc-bg.common-table-panel.LeadInchargeAllLeads .tableOne,
.backofc-bg.common-table-panel.LeadInchargeConvertedLeads .tableOne {
    height: calc(100vh - 220px);
    overflow-y: auto;
}

.backofc-bg.common-table-panel.LeadInchargeAllLeads .tableOne th {
    min-width: 170px;
}

.backofc-bg.common-table-panel.LeadInchargeAllLeads .tableOne th:first-child {
    min-width: 41px;
}

.backofc-bg.common-table-panel.LeadInchargeAllLeads .tableOne .BackOffice.table-wdth tbody th:last-child {
    min-width: 240px;
}

.backofc-bg.common-table-panel.LeadInchargeProfileHistory .tableOne th {
    margin-top: 10px;
    min-width: 340px;
}

.backofc-bg.common-table-panel.LeadInchargeProfileHistory .tableOne .BackOffice.table-wdth th:last-child {
    min-width: 100px;
}

.backofc-bg.common-table-panel.LeadInchargeMessage .cht-person-grid,
.backofc-bg.common-table-panel.LeadInchargeMessage .cht-scrn-grid {
    overflow-y: auto;
    height: calc(100vh - 308px);
}

.backofc-bg.common-table-panel.LeadInchargeMessage .cht-scrn-grid {
    height: calc(100vh - 165px);
}

.super-admin-title {
    font-size: 15px;
    font-weight: 800;
}

.super-admin-num {
    font-size: 30px;
    font-weight: 800;
}

#LineGraph1,
#LineGraph2,
#LineGraph3,
#LineGraph4 {
    width: 100% !important;
}

textarea {
    border-radius: 5px;
    border-color: #B0BEC5;
}

.container-fluid.dashboard-container.common-panel .bg-red-linear-left {
    background: linear-gradient(to left, #B71C1C, #E53935);
}

.dashboard-container.common-panel .RMInchargeDashboard img {
    width: 30px;
}

.Incharge-flow .text-gren {
    color: #008349;
    font-size: 12px;
    font-weight: 700;
}

.Incharge-flow .text-red {
    color: #C52F33;
    font-size: 12px;
    font-weight: 700;
}

.modal-body-sub-card-body-txt.highlight-deepBlu {
    padding: 5px;
    background-color: #3F51B5;
    border-radius: 5px;
    font-size: 12px;
    color: #FFFFFF;
}

.modal-body-sub-card-body-txt.highlight-gren {
    padding: 2px;
    background-color: #689F38;
    border-radius: 5px;
    font-size: 12px;
    color: #FFFFFF;
}

.modal-body-sub-card-body-txt.highlight-lightBlu {
    padding: 2px;
    background-color: #E0F7FA;
    border-radius: 5px;
    font-size: 12px;
    color: #1E88E5;
}

.modal-body-sub-card-body-txt.highlight-black {
    padding: 2px;
    background-color: #263238;
    border-radius: 5px;
    font-size: 12px;
    color: #FFFFFF;
}

.modal-body-sub-card-body-txt.highlight-lightyellow {
    padding: 2px;
    background-color: #FFEE58;
    border-radius: 5px;
    font-size: 12px;
    color: #D32F2F;
}

.col-3.Incharge-flow {
    width: 20% !important;
}

.col-2.Incharge-flow {
    width: 14% !important;
}

.modal-body-sub-card-body-txt.highlight-deepgren {
    padding: 5px;
    background-color: #2E7D32;
    border-radius: 5px;
    font-size: 12px;
    color: #FFFFFF;
}

.modal-body-sub-card-body-txt.highlight-deepred {
    padding: 5px;
    background-color: #D32F2F;
    border-radius: 5px;
    font-size: 12px;
    color: #FFFFFF;
}

.modal-body-sub-card-body-txt.highlight-seekBlu {
    padding: 5px;
    background-color: #1976D2;
    border-radius: 5px;
    font-size: 12px;
    color: #FFFFFF;
}

.modal-body-sub-card-body-txt.highlight-cherryRed {
    padding: 2px;
    background-color: #E30000;
    border-radius: 5px;
    font-size: 12px;
    color: #FFFFFF;
}

.modal-body-sub-card-body-txt.highlight-purple {
    padding: 2px;
    background-color: #6A1B9A;
    border-radius: 5px;
    font-size: 12px;
    color: #FFFFFF;
}

.modal-body-sub-card-body-txt.highlight-darkGrass {
    padding: 2px;
    background-color: #008349;
    border-radius: 5px;
    font-size: 12px;
    color: #FFFFFF;
}

.form-check-input {
    cursor: pointer;
}

.assign-text {
    transition: all 0.3s ease;
}

.expireProfileBtn.inactive {
    pointer-events: none;
}

.expireProfileBtn.active {
    pointer-events: auto;
    color: #1565C0;
    border-color: #1565C0;
}

.highlight-shuffle.Send-selected-password {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    font-size: 13px;
    font-weight: 800;
    color: #B0BEC5;
    height: 40px;
    padding: 10px;
}

.cntnt.adjst {
    white-space: nowrap;
}

.adjst.leads-ap-tab {
    width: 25%;
}

.staff-details-view-bg {
    background: #F3F4FB;
    border-radius: 10px;
}

.staff-details-view {
    border-bottom: 1px solid #C6CBEE;
    margin: 25px 0;
}

.staff-doc-design {
    color: #1565C0;
    font-weight: bolder;
    font-size: 20px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.form-control.error-border,
.form-select.error-border {
    border: 2px solid #F31313 !important;
}

label.error {
    color: #F31313;
}

.pagination-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-sliders {
    width: 31px;
    height: 31px;
    border: 1px solid #1565C0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 9px;
    cursor: pointer;
}

.pagination-numbers-grid {
    width: 31px;
    height: 31px;
    border: 1px solid #1565C0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
    margin-right: 8px;
    cursor: pointer;
}

.pagination-numbers-grid.active {
    border: 1px solid #1565C0;
    background-color: #1565C0;
    color: #FFFFFF;
}

.bottom-10 {
    bottom: 10px;
}

.pagination-sliders.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

#togglePassword {
    cursor: pointer;
    z-index: 2;
    background: transparent !important;
}

#togglePassword i {
    color: #6c757d;
    font-size: 1rem;
}

.position-relative {
    position: relative;
}

/* 08-04-2025 */
.SA-status-active {
    background: #D4EEE5;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: bold;
    color: #455A64;
    font-size: 14px;
}

.SA-status-Inactive {
    background: #E8E8E8;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: bold;
    color: #455A64;
    font-size: 14px;
}

.SA-status-Invited {
    background: #F5DE99;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: bold;
    color: #455A64;
    font-size: 14px;
}

/* 08-04-2025 */

/* 30-04-2025 */
.pagination-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.pagination-info {
    font-size: 14px;
    color: #6c757d;
}

.pagination-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pagination-sliders {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
}

.pagination-sliders:hover:not(.disabled) {
    background: #e9ecef;
}

.pagination-sliders.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-sliders img {
    width: 20px;
    height: 20px;
}

.page-input-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

#pageNumberInput {
    width: 50px;
    height: 36px;
    text-align: center;
    padding: 0 5px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

#pageNumberInput:focus {
    outline: none;
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.pagination-numbers-wrapper {
    max-width: 100%;
    overflow-x: auto;
    padding: 10px 0;
    scroll-behavior: smooth;
}

.pagination-numbers {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.btnPageNo {
    min-width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    cursor: pointer;
    background: white;
}

.btnPageNo:hover:not(.disabled, .active) {
    background: #f8f9fa;
}

.btnPageNo.active {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
}

.btnPageNo.disabled {
    cursor: default;
    border: none;
    background: transparent;
}

/* 30-04-2025 */

/* 01-04-2025 */
.ball-pulse-sync {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.ball-pulse-sync div {
    width: 15px;
    height: 15px;
    margin: 2px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    animation-fill-mode: both;
}

.ball-pulse-sync div:nth-child(1) {
    animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.ball-pulse-sync div:nth-child(2) {
    animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
}

.ball-pulse-sync div:nth-child(3) {
    animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

@keyframes ball-pulse-sync {
    33% {
        transform: translateY(10px);
    }

    66% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.leads-ap {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
    padding: 10px 0;
    -webkit-overflow-scrolling: touch;
}

.leads-ap-tab {
    flex: 0 0 auto;
    padding: 8px 12px;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
}

/* 01-04-2025 */

/* 08-05-2025 */

.employee-details-grid {
    background-color: #F3F4FB;
    border-radius: 5px;
    padding: 15px;
}

.emp-dtls-head {
    font-weight: 700;
    font-size: 13px;
    color: #0D47A1;
}

.emp-dtls-body {
    font-weight: 700;
    font-size: 13px;
    color: #263238;
}

/* 08-05-2025 */

/* 10-05-2025 */
.btnChangeStatus {
    cursor: pointer;
}

.last-seen-txt {
    font-weight: 500;
    font-size: 11px;
    color: #263238;
    white-space: nowrap;
}

/* 10-05-2025 */

/* 12-05-2025 */
.btn-refresh-chat {
    position: absolute;
    right: 3px;
    bottom: 3px;
    z-index: 1000;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    background-color: #007bff;
    color: white;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 7px !important;
}

.btn-refresh-chat:hover {
    background-color: #0056b3;
    transform: rotate(360deg);
}

.btn-refresh-chat:active {
    transform: scale(0.95) rotate(360deg);
}

.chat-screen {
    position: relative;
    height: 100%;
}

/* 12-05-2025 */

/* 23-05-2025 */
@media (max-width: 1000px) {
    .left-panel {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        z-index: 9999;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .menu-collapsed .left-panel {
        display: block;
    }

    .left-sub-panel {
        max-height: calc(100vh - 60px);
        overflow-y: auto;
    }
}

/* 23-05-2025 */

/* 27-05-2024 */
.searchProfileImg {
    border-radius: 50%;
    background-color: #CED4DA;
    height: 100px;
    width: 100px
}

/* 27-05-2024 */

/* 02-06-2024 */
.clear-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 14px;
    color: #607D8B;
    user-select: none;
}

/* 02-06-2024 */

/* 18-06-2025 */
.light-peach-bg {
    background: #FCF4F4;
}

.prf-srch-bar.light .form-control {
    background-color: #FFFFFF;
    padding: 10px 20px;
    border-color: transparent;
}

.msg-search-container {
    position: relative;
}

.msg-search-container .msg-search-icon {
    position: absolute;
    bottom: 21px;
    left: 10px;
    transform: translateY(-50%);
}

.msg-search-container .search-input {
    padding-left: 40px !important;
}

.col-4.light-peach-bg {
    position: relative;
    height: 100vh;
}

.col-4.light-peach-bg .red-hover:hover {
    background: #F1E3E6;
    width: 106%;
    margin-left: -12px;
}

.red-hover .alinmnt:hover {
    padding-left: 12px;
    padding-right: 20px;
}

.msg-side-hd {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.msg-side-para {
    color: #676767;
    font-size: 14px;
    font-weight: 500;
}

.msg-side-time {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

.top-banner {
    height: 95px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}

.msg-search-banner {
    position: relative;
}

.msg-search-banner .msg-search {
    position: absolute;
    bottom: -5px;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

.msg-search-banner .search-input {
    padding-right: 40px !important;
}

.form-control.msg-input-show {
    border-radius: 10px !important;
}

.message-container {
    display: inline-block;
    background: #e8f4fe;
    border-radius: 8px;
    padding: 6px 10px;
    position: relative;
    margin: 10px;
    z-index: 1;
}

.message-container::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -22px;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-right: 20px solid #e8f4fe;
    transform: rotate(32deg);
    z-index: 2;
}

.message-container-right {
    display: inline-block;
    background: #FCF4F4;
    border-radius: 8px;
    padding: 6px 10px;
    position: relative;
    margin: 10px;
    z-index: 1;
}

.message-container-right::before {
    content: '';
    position: absolute;
    top: -8px;
    right: -6px;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-right: 20px solid #FCF4F4;
    transform: rotate(22deg);
    z-index: 2;
}

.msg.message-container-right::before {
    display: none;
}

.message-text {
    display: inline-block;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

.message-time {
    display: inline-block;
    font-size: 12px;
    color: #666;
    margin-left: 20px;
}

.msg-date-dsply {
    color: #676767;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.bottom-banner {
    height: 48px;
    width: 100%;
}

.chat-input-container {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 999px;
    padding: 0.5rem 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #D7D9DD;
}

.chat-input-container i {
    font-size: 1.2rem;
    color: #888;
    cursor: pointer;
}

.chat-input-container input {
    border: none;
    outline: none;
    flex: 1;
    margin: 0 0.5rem;
    font-size: 1rem;
    background: transparent;
}

.chat-input-container input::placeholder {
    color: #999;
}

.messages-page-design {
    /* height: calc(100vh - 150px) !important; */
    height: calc(100vh - 290px) !important;
    overflow-y: auto !important;
}

.messages-page-design::-webkit-scrollbar {
    width: 4px;
}

.messages-page-design::-webkit-scrollbar-track {
    background: #e9ecef;
    border-radius: 4px;
}

.messages-page-design::-webkit-scrollbar-thumb {
    background: #EAEAEA;
    border-radius: 4px;
}

.messages-page-design::-webkit-scrollbar-thumb:hover {
    background: #008349;
    border-radius: 4px;
}

.msg-back-arrow {
    display: none;
}

@media (max-width: 1100px) {
    .msg-side-hd {
        font-size: 20px;
    }

    .msg-side-para {
        font-size: 14px;
    }

    .msg-side-time {
        font-size: 12px;
    }

    .message-text {
        font-size: 14px;
    }

    .message-time {
        font-size: 12px;
    }
}

@media (max-width: 1000px) {
    .msg-side-hd {
        font-size: 18px;
    }

    .msg-side-para {
        font-size: 12px;
    }

    .msg-side-time {
        font-size: 10px;
    }

    .message-text {
        font-size: 12px;
    }

    .message-time {
        font-size: 10px;
    }
}

@media (max-width: 825px) {
    .light-peach-bg {
        width: 100%;
    }

    .top-banner {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
        display: none;
    }

    .bottom-banner {
        width: 100% !important;
        z-index: 999;
        background: #fff;
    }

    .messages-page-design {
        height: calc(100vh - 95px) !important;
        overflow-y: auto !important;
    }

    .msg-back-arrow {
        display: inline-block !important;
        cursor: pointer;
    }
}

@media (max-width: 825px) and (min-width: 545) {
    .red-hover .alinmnt:hover {
        padding-right: 25px;
    }

    .col-4.light-peach-bg .red-hover:hover {
        cursor: pointer;
    }

}

/* 18-06-2025 */
.tbl-profile-pic {
    width: 78px;
    height: 78px;
    border: none;
    border-radius: 50%;
    margin-right: 15px;
}

.chat-input-container {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 999px;
    padding: 0.5rem 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #D7D9DD;
}

.chat-input-container input {
    border: none;
    outline: none;
    flex: 1;
    margin: 0 0.5rem;
    font-size: 1rem;
    background: transparent;
}

.image-properties {
    object-fit: cover;
    object-position: top center;
    image-rendering: -webkit-optimize-contrast;
    will-change: transform;
}

/* Apply to only Select2 single-selection dropdowns */
.select2-container--default .select2-selection--single {
    border-radius: 5px;
    padding: 15px;
    font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
    box-shadow: none;
    border: 1px solid #B0BEC5;
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    /* color: #455A64; */
    color: #000000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0;
    right: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.form-select.error-border+.select2-container .select2-selection {
    border: 2px solid #F31313 !important;
    border-radius: 4px;
}

/* 15-07-2025 super-admin */
.superadmin-loader {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(50%, -50%);
    box-sizing: border-box;
    animation: shadowRolling 2s linear infinite;
    display: none;
    z-index: 1000;
}

@keyframes shadowRolling {
    0% {
        box-shadow: 0px 0 rgba(0, 0, 0, 0), 0px 0 rgba(0, 0, 0, 0), 0px 0 rgba(0, 0, 0, 0), 0px 0 rgba(0, 0, 0, 0);
    }

    12% {
        box-shadow: 100px 0 black, 0px 0 rgba(0, 0, 0, 0), 0px 0 rgba(0, 0, 0, 0), 0px 0 rgba(0, 0, 0, 0);
    }

    25% {
        box-shadow: 110px 0 black, 100px 0 black, 0px 0 rgba(0, 0, 0, 0), 0px 0 rgba(0, 0, 0, 0);
    }

    36% {
        box-shadow: 120px 0 black, 110px 0 black, 100px 0 black, 0px 0 rgba(0, 0, 0, 0);
    }

    50% {
        box-shadow: 130px 0 black, 120px 0 black, 110px 0 black, 100px 0 black;
    }

    62% {
        box-shadow: 200px 0 rgba(0, 0, 0, 0), 130px 0 black, 120px 0 black, 110px 0 black;
    }

    75% {
        box-shadow: 200px 0 rgba(0, 0, 0, 0), 200px 0 rgba(0, 0, 0, 0), 130px 0 black, 120px 0 black;
    }

    87% {
        box-shadow: 200px 0 rgba(0, 0, 0, 0), 200px 0 rgba(0, 0, 0, 0), 200px 0 rgba(0, 0, 0, 0), 130px 0 black;
    }

    100% {
        box-shadow: 200px 0 rgba(0, 0, 0, 0), 200px 0 rgba(0, 0, 0, 0), 200px 0 rgba(0, 0, 0, 0), 200px 0 rgba(0, 0, 0, 0);
    }
}

/* 15-07-2025 super-admin */

/* 06-08-2025 */
.select2-container--default .select2-selection--single.custom-select2-selection,
.select2-container--default .select2-selection--multiple.custom-select2-selection {
    border-radius: 5px !important;
    background-color: #fff !important;
    border: 1px solid #B0BEC5 !important;
    margin-top: 10px !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
}

.select2-container--default .select2-selection--single.custom-select2-selection {
    padding: 15px 40px 15px 15px !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    height: auto !important;
    display: flex !important;
    align-items: center;
    position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /* color: #455A64 !important; */
    color: #000000 !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    line-height: normal !important;
    padding-left: 0 !important;
}

.select2-selection__arrow {
    display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    /* color: #999; */
    color: #000000;
    cursor: pointer;
    z-index: 10;
}

.select2-container--default .select2-selection--multiple.custom-select2-selection {
    min-height: 44px !important;
    max-height: 50px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    padding: 15px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e0e0e0 !important;
    color: #000 !important;
    border: none !important;
    border-radius: 3px !important;
    padding: 4px 10px !important;
    margin: 3px 4px 3px 0;
    font-size: 11px !important;
    font-weight: 500;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--multiple .select2-search__field {
    color: #455A64 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
}

.select2-selection__rendered::-webkit-scrollbar {
    display: none;
}

.select2-container--default.custom-error .select2-selection--multiple,
.select2-container--default.custom-error .select2-selection--single {
    border: 2px solid #F31313 !important;
}

.error-border {
    border: 2px solid #F31313 !important;
}

.custom-select2-dropdown {
    font-size: 14px;
    /* color: #37474F; */
    color: #000000;
}

/* 18-08-2025 Font size increased ->Manikanta*/
.font-size-12 {
    font-size: 15px !important;
}

.all-lds-bld {
    font-size: 14px !important;
}

.BackOffice th {
    font-size: 15px !important;
}

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