﻿/*NEW DESIGN CSS START*/

.heading-section {
    display: flex;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

    .heading-section h4 {
        color: #000;
        font-size: 20px;
        font-weight: 400;
        line-height: 29px;
        text-align: left;
        margin-bottom: 0px;
    }

.head-tab {
    border: 1px solid #EDEDED;
    padding: 8px 12px 8px 12px;
    gap: 8px;
    border-radius: 18px;border: 1px 0px 0px 0px;
    background: #fff;
    display: flex;
    align-items: center;
}

.outr-cir {
    border: 2px solid #666;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.innr-cir {
    background: #fff;
    height: 5px;
    width: 5px;
    border-radius: 50%;
}

.head-tab.active {
    background: #E8F0FF;
    border: 1px solid #1212D7 ;
    color: #1212D7 ;
}

    .head-tab.active .outr-cir {
        border: 2px solid #1212D7 ;
    }

        .head-tab.active .outr-cir .innr-cir {
            background: #1212D7 ;
        }

.dashboard-cards {
    padding: 16px 24px 16px 24px;
    border-radius: 8px 10px;
    margin: 20px 0px;
    box-shadow: 4px 4px 9px 0px #09173C0D;
}

    .dashboard-cards.selected {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
        transform: scale(1.04);
        border-width: 3px;
    }

    .dashboard-cards .data span {
        display: block;
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
        text-align: left;
        color: #000;
    }

    .dashboard-cards .data {
        font-weight: 500;
    }

.save-sub {
    background: #EAF1FD;
    /*border: 1px solid #C4C4C4;*/
}

    .save-sub .bd-right {
        border-right: 1px solid #D1DEF8;
    }

    .save-sub .data {
        color: #A6B4CF;
    }

    .save-sub h6 {
        color: #031861;
        font-weight: 600;
        font-size: 16px;
    }

.paid {
    background: #ECFED7;
    /*border: 1px solid #9BD458;*/
}

    .paid .bd-right {
        border-right: 1px solid #CFECAC;
    }

    .paid .data {
        color: #9BD458;
    }

    .paid h6 {
        color: #498533;
        font-weight: 600;
        font-size: 16px;
    }

.pwp {
    background: #EDEAFF;
    /*border: 1px solid #A69CEF;*/
}

    .pwp .data {
        color: #A69CEF;
    }

    .pwp .bd-right {
        border-right: 1px solid #CDC6FB;
    }

    .pwp h6 {
        color: #031861;
        font-weight: 600;
        font-size: 16px;
    }

.rejected {
    background: #FED7DC;
    /*border: 1px solid #EF5F5F;*/
}

    .rejected .data {
        color: #FE8F8F;
    }

    .rejected .bd-right {
        border-right: 1px solid #F6C5C5;
    }

    .rejected h6 {
        color: #B91802;
        font-weight: 600;
        font-size: 16px;
    }

.under-rev {
    background: #E7F7FE;
    /*border: 1px solid #0A85BD*/
}

    .under-rev h6 {
        color: #074765;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
    }

    .under-rev .sub-card {
        background: #F7FDFF;
    }

.sub-card {
    padding: 12px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .sub-card.selected {
        background: #fff !important;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
        transform: scale(1.04);
    }

.under-rev .sub-card {
    background: #F7FDFF;
}

.dashboard-cards h6 {
    margin-bottom: 20px;
}

.under-rev .sub-card .days {
    color: #031861;
    font-weight: 300;
}

.under-rev .sub-card .amt {
    color: #0A85BD;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px
}

.under-rev .sub-card .number {
    background: #DCF4FF;
    width: 80%;
    padding: 8px;
    border-radius: 20px;
    text-align: center;
    margin-top: 10px;
    color: #006492;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
}

.approved {
    background: #FFF5E2;
    /*border: 1px solid #EC860F*/
}

    .approved h6 {
        color: #895509;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
    }

    .approved .sub-card {
        background: #FFFAF0;
    }

        .approved .sub-card .days {
            color: #543A0B;
            font-weight: 300;
        }

        .approved .sub-card .amt {
            color: #FF9900;
            font-size: 24px;
            font-weight: 700;
            text-align: center;
            margin-top: 20px
        }

        .approved .sub-card .number {
            background: #FDEACE;
            width: 80%;
            padding: 8px;
            border-radius: 20px;
            text-align: center;
            margin-top: 10px;
            color: #FF9900;
            font-size: 16px;
            font-weight: 800;
            line-height: 20px;
        }

.inv-table {
    border-radius: 8px;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-21 {
    font-size: 24px !important;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.theme-table, .theme-table td, .theme-table th {
    border: 2px solid #E1E9F8;
}

    .theme-table th {
        border: 2px solid #ECECEC;
        color: #444746;
        font-size: 16px;
        font-weight: 700;
        padding: 12px 8px;
        line-height: 19.36px;
        text-align: center;
    }

.theme-table {
    width: 100%;
    border-collapse: separate;
}

    .theme-table .searchrow td {
        border: 2px solid #E1E9F8;
        padding: 12px 8px !important;
        background: #F6F8FC;
    }

        .theme-table .searchrow td div input, .theme-table .searchrow td div select {
            background: #EAF1FB;
            border: none;
            font-size: 12px;
            font-weight: 500;
            line-height: 14.52px;
            text-align: left;
            padding: 10px;
        }

    .theme-table tr td {
        padding: 12px 16px;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.94px;
        /*text-align: left;*/
    }

    .theme-table tr.highlight td {
        background: #EAF1FB
    }

.popup-notification {
    border: 1px solid #D7E2F9;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.52px;
    text-align: left;
}

    .popup-notification span {
        color: #1212D7 ;
        text-decoration: underline;
    }

.kt-header {
    padding: 10px 25px;
    justify-content: space-between;
}

.bell {
    border: 1px solid #D7E2F9;
    background: #F0F5FF;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

    .bell .number {
        background: #F54C4C;
        font-size: 10px;
        font-weight: 900;
        line-height: 12.1px;
        text-align: center;
        height: 20px;
        width: 20px;
        position: absolute;
        top: -2px;
        right: 0px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }


.truncate {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.filter {
    line-height: 9px !important;
    color: #D0D0D0;
    font-size: 20px;
    cursor: pointer;
}

.theme-btn {
    background: #1212D7  !important;
    padding: 8px 12px;
    gap: 12px !important;
    border-radius: 6px !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 19.36px !important;
    text-align: left !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
    width: fit-content;
    justify-content: center;
}

    .theme-btn:hover {
        color: #fff;
    }

    .theme-btn .add {
        border: none;
        border-radius: 4px;
        height: 30px;
        width: 30px;
        background: #fff;
        color: #1212D7 ;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.disable {
    opacity: 0.3;
}

.close-btn {
    background: #E85252;
    height: 36px;
    width: 36px;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: none;
}

.kt-footer__copyright {
    color: #000 !important;
    font-weight: 600 !important;
}

.img-dim-s {
    height: 12px;
    width: 12px;
}

.img-dim {
    height: 22px;
    width: 22px;
}

.logout {
    display: flex;
    align-items: center;
    border-top: 1px solid #D3E3FD;
    background: #E0EBFD;
    padding: 10px 15px;
    justify-content: space-between;
    color: #000;
}

.logout-icon {
    height: 20px;
    width: 20px;
}

.profile-pic {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin-right: 10px;
}

/*.kt-aside--minimize .details, .kt-aside--minimize .logout-icon,*/ .kt-aside--minimize .theme-btn.sidebar p span {
    display: none;
}

.kt-aside--minimize .details, .kt-aside--minimize .logout-icon, .kt-aside--minimize .theme-btn.sidebar p {
    font-size: 11px;
    line-height: 6px;
}

.kt-aside .kt-aside-menu {
    padding-top: 10px;
}

.kt-aside--minimize .theme-btn.sidebar {
    flex-flow: column-reverse;
    padding: 8px;
}

    .kt-aside--minimize .theme-btn.sidebar .add {
        background: #1212D7 ;
        color: #fff;
        height: auto;
        width: auto;
    }

.kt-aside-menu .kt-menu__nav > .kt-menu__item {
    margin-bottom: 5px;
}

.w-85 {
    width: 85% !important;
}

.form-control {
    background: #eaf6ff78 !important;
    border: 1px solid #DEE9FE;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #666 !important;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.text-black {
    color: #000;
}

.theme-outline-btn {
    border: 1px solid #C6DBFC;
    background: #fff;
    color: #1212D7 ;
    padding: 8px 12px;
    border-radius: 6px;
}

.upload-item {
    border: 1px solid #C6DBFC;
    background: #EAF1FB;
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 4px;
    color: #444746;
    font-weight: 500;
    margin-bottom: 8px;
}

.inv-scroll {
    height: 193px;
    overflow: auto;
}

.popupSide {
    display: none;
    position: fixed;
    top: 0;
    right: -300px; /* Adjust this value to change the initial position */
    width: 300px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: right 0.5s ease;
    z-index: 999;
}

.popup-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
}

.closebtn {
    cursor: pointer;
    font-size: 18px;
}



.mark-read {
    color: #000;
    font-weight: 400;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.spnTotalMessages1 {
    background-color: #F54C4C;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spnTotalMessages0 {
    background-color: #4f4fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.note-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #b8b8dd;
    gap: 8px;
}

    .note-item .img-dim {
        width: 30px;
        height: 30px;
        margin-right: 15px;
        border-radius: 50%;
    }

    .note-item h6 {
        font-weight: 600;
        color: #000;
    }

    .note-item p {
        font-weight: 400;
        color: #000;
    }

    .note-item.unread h6 {
        font-weight: 700
    }

    .note-item.unread p {
        font-weight: 500
    }

    .note-item.read {
        background: #E1E9F8;
    }

.not-scroll {
    height: calc(100vh - 54px);
    overflow: auto;
}

.kt-aside--minimize .kt-aside .kt-aside__brand {
    display: flex;
    flex-direction: column-reverse;
    margin: 15px 0px 0px 0px !important;
}

.kt-aside--minimize .kt-aside .kt-aside__brand-logo .expand-sidebar {
    display: flex;
    flex-direction: column;
    padding: 10px 0px;
    gap: 10px;
    margin: 10px 0px;
}

    .kt-aside--minimize .kt-aside .kt-aside__brand-logo .expand-sidebar h4 {
        font-size: 14px;
    }

.kt-aside__brand {
    margin: 15px 0px !important;
}

.uib-datepicker-popup.dropdown-menu {
    padding-bottom: 1rem !important;
}

.kt-footer {
    padding: 21px 0px;
}

.h-60 {
    height: 60px !important;
}

@media (max-width: 1500px) {
    .under-rev .sub-card .days, .approved .sub-card .days {
        font-size: 12px;
    }

    .under-rev .sub-card .amt, .approved .sub-card .amt {
        margin-top: 5px;
        font-size: 20px;
    }

    .dashboard-cards {
        padding: 10px;
    }

        .dashboard-cards h6 {
            font-size: 15px !important;
        }

        .dashboard-cards .data span {
            line-height: 27px;
            font-size: 22px;
        }

            .dashboard-cards .data span .fs-32 {
                font-size: 21px !important;
            }
}

@media (min-width: 1500px) and (max-width: 1700px) {
    .under-rev .sub-card .days, .approved .sub-card .days {
        font-size: 14px;
    }

    .under-rev .sub-card .amt, .approved .sub-card .amt {
        margin-top: 5px;
        font-size: 24px;
    }

    .dashboard-cards {
        padding: 15px;
    }

        .dashboard-cards .data span {
            line-height: 30px;
            font-size: 25px;
        }

            .dashboard-cards .data span .fs-32 {
                font-size: 24px !important;
            }
}

.expand-sidebar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #002E63;
}

    .expand-sidebar h4 {
        font-weight: 600;
    }

.h-60 {
    height: 60px !important;
}

.kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 5px 5px 10px;
    text-align: center;
}

.theme-tab li {
    background: #E1E9F8;
    padding: 12px;
    color: #9DA1A4;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    padding: 0px;
}

    .theme-tab li a {
        padding: 10px;
    }

        .theme-tab li a:hover {
            color: #9DA1A4;
        }

    .theme-tab li.active a:hover {
        color: #fff;
    }

    .theme-tab li.active {
        background: #1212D7 ;
        color: #fff;
        font-weight: 600;
    }

    .theme-tab li:first-child {
        border-radius: 16px 0px 0px 16px;
    }

    .theme-tab li:last-child {
        border-radius: 0px 16px 16px 0px;
    }

.line-div {
    display: flex; /* Use flexbox */
    align-items: center; /* Center-align items vertically */

    text-align: center; /* Optional: center-align content */
}

    .line-div::after {
        content: "";
        flex: 1;
        border: 1px solid #C7DAFF;
        margin-left: 10px;
    }

.message-bg {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #E2EBFE;
    overflow: hidden;
}

    .message-bg .heading {
        padding: 10px;
        border-bottom: 1px solid #E2EBFE;
    }

        .message-bg .heading h4 {
            font-size: 16px;
            line-height: 40px;
            font-weight: 600;
            color: #000000;
        }

    .message-bg .list-item .carditem {
        display: flex;
        background: #fff;
        padding: 10px;
        gap: 5px;
        border-bottom: 1px solid #E2EBFE;
        cursor: pointer;
    }


        .message-bg .list-item .carditem.active {
            background: #EAF1FB;
        }

        .message-bg .list-item .carditem:hover {
            background: #EAECF5;
        }

        .message-bg .list-item .carditem h5 {
            color: #000;
            font-weight: 600;
            font-size: 14px;
        }

        .message-bg .list-item .carditem p {
            color: #6B6B6B;
            font-weight: 400;
            font-size: 12px;
            margin-bottom: 0px;
        }

        .message-bg .list-item .carditem .nmbr {
            color: #002E62;
            font-weight: 600;
            font-size: 16px;
            width: calc(25% - 40px);
        }

.new {
    background: #D3E3FD;
    color: #1212D7 ;
    font-weight: 600;
    font-size: 10px;
    padding: 4px;
    border-radius: 4px;
}

.message-bg .right-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E2EBFE;
    padding: 10px;
    background: #fff;
}

.bd-right {
    border-right: 1px solid #E2EBFE;
    height: 100%;
}

.message-bg .innerdet {
    background: white;
    padding: 8px;
    margin-bottom: 10px;
}

.innerdet h6 {
    color: #000;
    font-size: 12px;
    font-weight: 600;
}

.bg-chat {
    background: #F8F8F9;
}

.chat-msg {
    padding: 10px 0px;
    height: 300px;
    overflow: auto;
    background: #fff;
}

.chat-area {
    background: #fff;
}

    .chat-area .det {
        border-bottom: 1px solid #E2EBFE
    }

.chat-box {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 20px;
}

    .chat-box .message-content {
        background: #F2F3F8;
        padding: 10px;
        border: 1px solid #DEE9FE;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.94px;
        text-align: left;
        max-width: 500px;
        min-width: 250px;
    }

    .chat-box .recipient {
        border: 1px solid #DEE9FE;
        color: #1212D7 ;
        background: #EAF1FB;
        padding: 5px;
        font-weight: 500;
        max-width: 200px;
    }

.chat-right-new {
    display: flex;
    align-items: center;
    justify-content: end;
}

    .chat-right-new .chat-details {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .chat-right-new .recipient {
        border-radius: 8px 8px 0px 0px;
    }

    .chat-right-new .message-content {
        border-radius: 8px 0px 8px 8px;
    }

.chat-left-new {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-flow: row-reverse;
}

    .chat-left-new .chat-details {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    .chat-left-new .recipient {
        border-radius: 8px 8px 0px 0px;
    }

    .chat-left-new .message-content {
        border-radius: 0px 8px 8px 8px;
    }

.attachment-new {
    border: 1px solid #DEE9FE;
    background: #EAF1FB;
    color: #1212D7 ;
    font-size: 12px;
    font-weight: 500;
    width: fit-content;
    padding: 5px;
    border-radius: 4px;
    margin-top: 5px;
}

.message-details {
    background: #fff;
    padding: 10px;
}


.more-rec {
    font-size: 16px;
    font-weight: 500;
    color: #1212D7 ;
}

    .more-rec:hover {
        color: #1212D7 ;
    }



.ln-ht-40 {
    line-height: 40px;
}

.note-item .msgicon {
    height: 24px !important;
}

.message-bg .card-scroll {
    height: 546px;
    overflow: auto;
}

.msg-list-card {
    padding: 14px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E2EBFE;
    align-items: center;
    cursor: pointer;
}

    .msg-list-card:first-child {
        border-top: 1px solid #E2EBFE;
    }

    .msg-list-card.active {
        background: #EAF1FB;
        transition: 1s all ease;
    }

.gap-5 {
    gap: 5px;
}

.gap-15 {
    gap: 15px;
}

.gap-10 {
    gap: 10px;
}

.form-group label {
    color: #000;
    font-weight: 600 !important;
    margin-bottom: 6px;
}

.complete {
    border-bottom: 1px solid #4BC81E !important;
}

.pending {
    border-bottom: 1px solid #FF9900 !important;
}

.theme-text {
    color: #1212D7 ;
}

.theme-btn span.selected {
    background: #C7DAFF;
    color: #1212D7 ;
    font-weight: 500;
    font-size: 10px;
    border-radius: 15px;
    padding: 2px 5px;
}


.custom-chk {
    /*   display: block;*/
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: fit-content;
}

    .custom-chk input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .custom-chk .checkmark {
        position: absolute;
        top: 0px;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #EAF1FB;
        border-radius: 4px;
        border: 1px solid #1212D7 b0;
    }

    .custom-chk input:checked ~ .checkmark {
        background-color: #1212D7 ;
    }

    .custom-chk .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }


    .custom-chk input:checked ~ .checkmark:after {
        display: block;
    }


    .custom-chk .checkmark:after {
        left: 6px;
        top: 3px;
        width: 6px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .custom-chk .partial:after {
        left: 8px;
        top: 4px;
        width: 0px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(90deg);
    }

.theme-btn-secondary {
    border: 1px solid #DEE9FE !important;
    background: #fff !important;
    color: #1212D7  !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 5px !important;
    gap: 5px !important;
    line-height: 19px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
}

.linitemsedit {
    color: #1212D7 ;
    font-weight: 500;
    font-size: 12px;
    background: #E4EEFF;
    border-radius: 6px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    cursor: pointer;
}

.bd-right-blue {
    border-right: 1px solid #E2ECFE
}

.bd-bottom-blue {
    border-bottom: 1px solid #E2ECFE
}

.bd-50 {
    border-radius: 50%;
}

.w-70 {
    width: 70%;
}

.w-60 {
    width: 60%;
}

.w-30 {
    width: 30%;
}

.scroll-horzontal {
    overflow-x: auto;
    overflow-y: hidden;
}

.disable-scrollbars::-webkit-scrollbar {
    background: transparent; /* Chrome/Safari/Webkit */
    width: 2px;
}

.disable-scrollbars {
    scrollbar-width: thin; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.img-name {
    display: flex;
    gap: 21px;
    align-items: center;
    width: fit-content;
}

    .img-name a {
        white-space: nowrap;
    }

.sender-icon {
    background: #eaf1fb;
    padding: 10px;
    margin: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid #1212D7 ;
    font-size: 20px;
    color: #0c5bf1;
    font-weight: 600;
}

.flx-gap-6 {
    justify-content: flex-start;
    display: flex;
    gap: 6px;
    align-items: center;
}

.inpDisable {
    pointer-events: none;
    opacity: 0.54 !important;
}

.top-8 {
    top: 8px !important;
}

.w-200 {
    width: 200px !important;
}

.w-80 {
    width: 80%;
}

.bdr-10 {
    border-radius: 10px;
}

.nomsg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #f8fafb;
    flex-direction: column;
}

    .nomsg img {
        height: 200px;
    }

.chat-msg-lg {
    height: 350px;
}

.head-card {
    background: #F4F7FA;
    /*border-radius: 8px 8px 0px 0px;*/
    border: 1px solid #E2EBFE;
    padding: 8px;
}

    .head-card h4 {
        font-weight: 500;
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 0px;
    }

.timestamp p {
    color: #00000078;
    font-size: 12px;
    margin-bottom: 0px;
}

.employeeTableLayout thead {
    position: sticky;
    top: 0;
    background: #fff;
}

.employeeTableLayout thead, .employeeTableLayout tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.employeeTableLayout tbody {
    display: block;
    /* height: 486px;
    overflow: auto;*/
}

    .employeeTableLayout tbody tr td {
        word-break: break-all;
        height: 64px !important;
    }

.scroll-width {
    width: calc(100% - 9px) !important;
}

.employeeTableLayout tbody tr {
    width: 100%;
}

/*.employeeTableLayout {
    height: 350px;
}*/

.upload-file-input {
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 10;
    height: 100%;
    cursor: pointer;
}

.content-card .upload {
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-items: center;
    padding: 10px;
}

.content-card {
    border: 1px solid #E2EBFE;
    /*border-radius: 0px 0px 8px 8px;*/
    padding: 10px;
    height: calc(100% - 37px);
}

.rec-det {
    background: #FFFFFF;
    border: 1px solid #DEE9FE;
    color: #1212D7 ;
    padding: 4px 8px 4px 8px;
    border-radius: 4px;
    /*margin-right: 10px;*/
    display: flex;
    /*min-width: fit-content;*/
    /*width: fit-content;*/
    align-items: center;
    gap: 5px;
}

.sign-in {
    background: #F0F4F9;
    border-top: 1px solid #B0C7EC;
    box-shadow: 4px 4px 10.5px 0px #1B35770D;
    padding: 15px;
    width: 60%;
}

.img-dim {
    height: 22px;
    width: 22px;
}

.img-dim-l {
    height: 40px;
    width: 40px;
}

.img-dim-xl {
    height: 65px;
    width: 65px;
}

.table-chk span.lab {
    color: #444746;
    font-size: 16px;
    font-weight: 600;
    padding-left: 22px;
}

.cstm-reset {
    border-radius: 8px !important;
    width: 67% !important;
}

.mainLoginChildreset {
    justify-content: center !important;
    padding-top: 0px !important;
}

.vh-100 {
    height: 100vh;
}

.h-90 {
    height: 90%;
}

.w-78-v {
    min-height: 78vh;
}

.table-chk1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .table-chk1 .custom-chk {
        padding-left: 0px;
        margin-bottom: 0px;
        height: 20px;
        width: 20px;
    }

.dropdown-menu {
    height: auto;
    max-height: 300px;
    overflow: auto;
    /* width: 94%; */
}

textarea {
    height: auto !important;
}

.top-272 ul {
    top: 272px !important;
    bottom: 0px;
}

.signuposition .custom-tooltip {
    top: 24px !important;
}

.table-chk .checkmark {
    top: auto;
    left: auto;
    position: relative;
}

.table-chk span.lab {
    color: #444746;
    font-size: 16px;
    font-weight: 600;
    padding-left: 5px;
}

.sidebar-mob-coll {
    display: none;
}

.kt-aside--minimize .sidebar-mob-coll {
    display: block;
    height: 36px;
}

.sidebar-mob-exp {
    display: block;
    height: 50px
}

.kt-aside--minimize .sidebar-mob-exp {
    display: none;
}

.kt-aside--minimize .kt-aside__brand {
    padding: 0px 7px;
}

ul.uib-datepicker-popup li button.btn-info {
    color: #0abb87 !important;
    background-color: #fff !important;
    border-color: #0abb87 !important;
}

    ul.uib-datepicker-popup li button.btn-info:hover {
        color: #fff !important;
        background-color: #0abb87 !important;
    }

ul.uib-datepicker-popup li button.btn-success {
    color: #fff !important;
    background-color: #1212D7  !important;
    border-color: #1212D7  !important;
}

    ul.uib-datepicker-popup li button.btn-success:hover {
        color: #1212D7  !important;
        background-color: #fff !important;
    }

.ht-600 {
    height: 500px;
}

.uib-datepicker-popup .pull-left .btn-danger {
    color: #db3536;
    background-color: #fff;
    border-color: #db3536;
}

.whitespc-nowrp {
    white-space: nowrap;
}

.line-ht-18 {
    line-height: 18px;
}

.modal-body {
    margin-top: 0px;
}

.pill {
    background: #C7DAFF;
    border-radius: 20px;
    padding: 5px 12px;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}

.p-r {
    position: relative;
}

.ht-560 {
    height: 560px;
}

.gotoinv {
    right: 25px;
    color: #1212D7  !important;
    font-weight: 500;
    text-decoration: underline !important;
    position: absolute;
    cursor: pointer;
    z-index: 10;
}

.input-mask {
    font-family: 'Courier New', Courier, monospace !important
}

.theme-bg {
    background-color: #1212D7  !important;
}

.line-ht-40 {
    line-height: 40px;
}

.arrow-steps .step {
    font-size: 14px;
    text-align: center;
    color: #666;
    cursor: default;
    padding: 10px 10px 10px 30px;
    min-width: 180px;
    float: left;
    position: relative;
    background: linear-gradient(270deg, #B9D1FF 0%, #E0E8F8 100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
    width: 19.5%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .arrow-steps .step:after,
    .arrow-steps .step:before {
        content: " ";
        position: absolute;
        top: 0;
        right: -34px;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-bottom: 26px solid transparent;
        border-left: 35px solid #B9D1FF;
        z-index: 2;
        transition: border-color 0.2s ease;
    }

    .arrow-steps .step:before {
        right: auto;
        left: 0;
        border-left: 17px solid #fff;
        z-index: 0;
    }

    .arrow-steps .step:first-child:before {
        border: none;
    }

    .arrow-steps .step .chkimg {
        display: none;
    }

    .arrow-steps .step span {
        position: relative;
        font-size: 16px;
        font-weight: 600;
        color: #7C8FB4;
    }

        .arrow-steps .step span:before {
            opacity: 0;
            content: "✔";
            position: absolute;
            top: -2px;
            left: -20px;
        }

    .arrow-steps .step.done span:before {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0.5s;
        -moz-transition: opacity 0.3s ease 0.5s;
        -ms-transition: opacity 0.3s ease 0.5s;
        transition: opacity 0.3s ease 0.5s;
    }

    .arrow-steps .step.current {
        background: linear-gradient(270deg, #1212D7  0%, #378DF2 100%);
    }

        .arrow-steps .step.current span {
            color: #fff;
        }

        .arrow-steps .step.current .chkimg {
            display: block;
            margin-right: 5px;
        }

        .arrow-steps .step.current:after {
            border-left: 35px solid #1212D7 ;
        }

        .arrow-steps .step.current .date {
            background: #C7DAFF36;
        }

    .arrow-steps .step .date {
        background: #96a4c136;
        font-size: 12px;
        font-weight: 400;
        line-height: 14.52px;
        text-align: left;
        padding: 5px;
        border-radius: 20px;
        margin-left: 5px;
    }

.arrow-steps.rejectedstatus .step {
    width: 16% !important;
}

    .arrow-steps.rejectedstatus .step.rejectpill.current:after {
        border-left: 35px solid #F1462F;
    }

    .arrow-steps.rejectedstatus .step.rejectpill.current {
        background: #F1462F;
    }

.linethrough {
    text-decoration: line-through 2px;
}

.ht-500 {
    height: 500px;
}

.clsLoadingMsg {
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

.textAreaFormat {
    white-space: pre-wrap;
}
.kt-header-mobile {
    background: #EAF1FB !important;
}
/* General Panel Styles */
.panel {
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: none;
    margin-bottom: 10px;
}

/* Panel Heading */
.panel-heading {
    background: #f8f9fa;
    padding: 12px 15px;
    border-radius: 5px;
    cursor: pointer;
}

/* Accordion Toggle Link */
.panel-title a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
/* Toggle Icon */
.toggle-icon {
    transition: transform 0.3s ease-in-out;
    font-size: 18px;
}

/* Rotate icon when active */
.rotate {
    transform: rotate(180deg);
}

/* Status Badge */
.panel .status {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 12px;
}

.panel .approved {
    background: #A0D660;
    color: #1F3801;
}

.panel .rejected {
    background: #F1462F;
    color: white;
}
.panel .pending {
    background: #0A85BD;
    color: white;
    border-bottom:none !important;
}
/* Panel Body */
.panel-body {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}

/* Responsive Details */
.panel .detailss {
    font-size: 14px;
    color: #555;
}

.heading-panel {
    font-size: 15px;
    color: #000;
    /* font-size: 20px; */
    font-weight: 400;
    line-height: 29px;
}

.panel-body p {
    color: #000;
}

.heading-section i.fa-caret-down {
    transition: transform 0.3s ease-in-out;
}

/* Rotate arrow when collapse is shown */
.heading-section[aria-expanded="true"] i.fa-caret-down {
    transform: rotate(180deg);
}
.toggle-container {
    display: flex;
    border: 2px solid #1212D7 ;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    user-select: none;
    font-family: Arial, sans-serif;
}

.toggle-option {
    flex: 1;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    transition: background 0.3s, color 0.3s;
}

.toggle-container .active {
    background: #1212D7 ;
    color: white;
}

.toggle-container .inactive {
    background: white;
    color: #1212D7 ;
}
.gap-10{
    gap:10px;
}
.bd-left {
    border-left: 1px solid #ddd;
}
.ht-15 {
    height: 15px;
}
.inv-tab .card-heading h4 {
    font-size: 12px;
}
.inv-tab .invoice-card .card-heading {
    height: 43px;
}
.inv-tab ul li.active .card-heading {
    background: #cfddf1;
}
.progress-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    max-width: 600px;
    min-width:320px;
    margin: 20px auto;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.step-circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ddd;
    border: 2px solid #bbb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease;
}

.step-label {
    margin-top: 10px;
    font-size: 10px;
    text-align:center;
    color: #333;
}

/* Line connecting the steps */
.progress-line {
    position: absolute;
    top: 6px; /* Align with the center of the circles */
    left: 0;
    height: 4px;
    background-color: #ddd;
    z-index: 0;
}

.progress-line-filled {
    position: absolute;
    top: 6px;
    left: 0;
    height: 4px;
    background-color: #1212D7 ; /* Blue color for filled progress */
    z-index: 0;
    transition: width 0.3s ease;
}

/* Active step styling */
.active .step-circle {
    background-color: #1212D7  !important;
    border-color: #1212D7  !important;
}

/* Completed step styling */
.completed .step-circle {
    background-color: #4BC81E; /* Green for completed */
    border-color: #4BC81E;
}

/* Rejected step styling */
.rejecteddot .step-circle {
    background-color: red; /* Red for Rejected */
    border-color: red;
}

.panel .saved {
    background: #808080c4;
    color: white;
}

.filter-container, .action-container {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
    /* Responsive Filter Section */
    .filter-container .row {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 5px;
    }

    .filter-container .col {
        min-width: 150px;
    }

.accordion-button {
    font-size: 14px;
    padding: 10px;
}
/* Filter Button */
.filter-btn {
    position: fixed;
    top: 116px;
    height: 43px;
    width: 43px;
    right: 20px;
    z-index: 1000;
    background: #1212D7  !important;
    color: white;
    border: none;
    padding: 10px 12px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

/* Sliding Filter Panel */
.filter-container, .action-container, .message-container {
    position: fixed;
    top: 0;
    left: -300px; /* Hidden by default */
    width: 280px;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 5px rgba(0,0,0,0.2);
    padding: 20px;
    transition: 0.3s ease-in-out;
    z-index: 999;
}
.message-container {
    width: 300px !important;
}

    .filter-container.show, .action-container.show, .message-container.show {
        left: 0; /* Slide in */
    }
.close-filter {
    background: none;
    border: none;
    font-size: 20px;
    float: right;
    cursor: pointer;
}
@media (max-width: 786px) {
    .chat-box .message-content {
        min-width: 122px !important;
    }
    .d-none-mob{
        display:none;
    }
    .w-auto-mob{
        width:auto !important;
    }
}
.cardinvoice {
    border-bottom: 1px solid #dee2e6;
}
.profile-table table {
    width: 100%;
    table-layout: auto; /* Allow columns to size naturally */
    border-collapse: collapse;
}

.profile-table td {
    word-break: break-word; /* Prevent overflow */
    white-space: normal; /* Allow wrapping */
    overflow-wrap: break-word; /* Safe wrap if long */
    padding: 8px;
    vertical-align: top;
    font-size:10px;
}
    .profile-table td:first-child, .profile-table th:first-child {
        width: 40%; /* Optional: gives space for labels like 'Email Address' */
    }