@font-face {
    font-family: "Segoe UI Black";
    src: url("../fonts/SegoeUIBlack.woff2") format("woff2"), url("../fonts/SegoeUIBlack.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Segoe UI Bold";
    src: url("../fonts/SegoeUI-Bold.woff2") format("woff2"), url("../fonts/SegoeUI-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Segoe UI Light";
    src: url("../fonts/SegoeUI-Light.woff2") format("woff2"), url("../fonts/SegoeUI-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Segoe UI Semibold";
    src: url("../fonts/SegoeUI-Semibold.woff2") format("woff2"), url("../fonts/SegoeUI-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Segoe UI Semilight";
    src: url("../fonts/SegoeUI-Semilight.woff2") format("woff2"), url("../fonts/SegoeUI-Semilight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Segoe UI Regular";
    src: url("../fonts/SegoeUI.woff2") format("woff2"), url("../fonts/SegoeUI.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*....................Common CSS.............................*/

:root {
    --blueBg: #1a76ff;
    --color-background-default: #ffffff;
    --bg-light: #f6faff;
    --text-blue: #1a76ff;
    --text-grey: #a5a5a5;
    --Lightgrey: #e2e2e2;
    --text-black: #000000;
    --color-darkGreen: #008b2e;
    --color-green: #07bb43;
    --color-red: #ff2424;
    --color-amber: #f1aa06;
    --color-darkBlue: #00255d;
    --color-lightBlue: #1a76ff;
    --font-bold: "Segoe UI Bold";
    --font-semibold: "Segoe UI Semibold";
    --font-regular: "Segoe UI Regular";
    --font-light: "Segoe UI Light";
}

.sm-bold {
    font-family: "Segoe UI Semibold";
}

.text-danger {
    color: #e52b00 !important;
}

.text-primary {
    color: var(--blueBg);
}

.btn-primary,
.btn-primary:hover {
    border-color: var(--blueBg);
    background: var(--blueBg);
}

.fs-2 {
    font-size: 1.875rem !important;
}

.fs-7 {
    font-size: 0.875rem !important;
}

.fs-8 {
    font-size: 0.75rem !important;
}

.fs-9 {
    font-size: 0.625rem !important;
}

.font_semi_bold {
    font-family: "Segoe UI Semibold" !important;
}

.font_bold {
    font-family: "Segoe UI Bold" !important;
}

.font_regular {
    font-family: "Segoe UI Regular";
}

.font_light {
    font-family: "Segoe UI Light";
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.centerJustifyBetween {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bgBlue {
    background: var(--blueBg);
}

.bgGrey {
    background: var(--Lightgrey);
}

strong {
    font-family: "Segoe UI Bold";
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1a76ff;
    --bs-btn-border-color: #1a76ff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1a76ff;
    --bs-btn-disabled-border-color: #1a76ff;
}

.btn-outline-success {
    --bs-btn-color: #008b2e;
    --bs-btn-border-color: #008b2e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #008b2e;
    --bs-btn-hover-border-color: #008b2e;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #008b2e;
    --bs-btn-active-border-color: #008b2e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #008b2e;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #008b2e;
    --bs-gradient: none;
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00255d;
    --bs-btn-border-color: #00255d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #021a3e;
    --bs-btn-hover-border-color: #021a3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #021a3e;
    --bs-btn-active-border-color: #021a3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00255d;
    --bs-btn-disabled-border-color: #00255d;
}

.btn-outline-dark {
    --bs-btn-color: #00255d;
    --bs-btn-border-color: #00255d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00255d;
    --bs-btn-hover-border-color: #00255d;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00255d;
    --bs-btn-active-border-color: #00255d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #00255d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #00255d;
    --bs-gradient: none;
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #959595;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffffff;
    --bs-btn-disabled-border-color: #959595;
}

.btn-warning {
    --bs-btn-color: #ce9206;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #ffba1a;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #ce9206;
    --bs-btn-hover-border-color: #ffba1a;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #ce9206;
    --bs-btn-active-border-color: #ffba1a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #ce9206;
    --bs-btn-disabled-border-color: #ce9206;
}

.btn {
    --bs-btn-font-family:;
    --bs-btn-font-size: 0.75rem;
}

.btn-outline-primary svg {
    fill: #1a76ff;
}

.btn-outline-primary:hover svg {
    fill: #ffffff;
}

.btn:hover {
    color: var(--bs-btn-hover-color) !important;
    background-color: var(--bs-btn-hover-bg) !important;
    border-color: var(--bs-btn-hover-border-color) !important;
}

.btn-group > .btn {
    border-radius: 50rem;
}

    .btn-group > .btn.blackTextBtn {
        position: relative;
    }

        .btn-group > .btn.blackTextBtn:before {
            content: "";
            position: absolute;
            height: 70%;
            width: 1px;
            background-color: #cbcccd;
            left: -1px;
            top: 15%;
        }

        .btn-group > .btn.blackTextBtn span {
            /* color: #000000;*/
        }

        .btn-group > .btn.blackTextBtn:hover span {
            color: #ffffff;
        }

.headingBlackSmall {
    font-size: 1rem;
    color: var(--text-black);
    font-family: var(--font-bold);
}

.headingBlack14 {
    font-size: 0.875rem;
    color: var(--text-black);
    font-family: var(--font-regular);
}

.gap1 {
    gap: 0.8rem;
}

/* scrollbar */
::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
    background: #ddd;
}

::-webkit-scrollbar-thumb {
    background: #747474;
    -webkit-border-radius: 1ex;
}

::-webkit-scrollbar-corner {
    background: #747474;
}

body {
    margin: 0;
    padding: 0;
    background: #000a31;
    /* font-family: "Segoe UI Regular"; */
    font-family: "Segoe UI Regular","Segoe UI Semibold", "Segoe UI", Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 1.25rem;
}
/*....................Common CSS Ends.............................*/

/*....................Login CSS.............................*/

.loginPage,
.loginPage body {
    height: 100%;
    overflow-x: hidden;
}

.otherField a,
.otherField label {
    color: #1f1f1f;
}

.loginFormWrap {
    width: 420px;
    padding-bottom: 40px;
}

.smallText {
    color: #707070;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}

.loginBg {
    background: url("../images/loginBg.png") no-repeat left center;
    background-size: cover;
    text-align: center;
    padding-top: 3rem;
}

.loginPgSection .form-label {
    font-family: "Segoe UI Semilight";
}

.loginPgSection input {
    border: 1px solid #8a8a8a;
    border-radius: 6px;
}

    .loginPgSection input[type="email"] {
        background: url("../images/userIcon.svg") no-repeat 97% center;
    }

    .loginPgSection input[type="password"] {
        background: url("../images/lockIcon.svg") no-repeat 97% center;
    }

.loginLogo {
    margin-left: 0;
    max-width: 100%;
}

.coldeInstruction {
    color: #707070;
    font-size: 0.938rem;
}

.smInputRow .form-control {
    font-size: 2.5rem;
    font-family: "Segoe UI Bold";
    text-align: center;
}
/*....................Login CSS Ends.............................*/

/* inner page Css */
.main {
    display: flex;
}

/* sidebar */
.sidebar {
    height: 100vh;
    background-color: #003380;
    transition: width 0.3s ease;
    background: transparent linear-gradient(180deg, #003380 0%, #000a31 100%) 0% 0% no-repeat padding-box;
    width: 15rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-right: 0.938rem;
    position: fixed;
    left: 0;
}

    .sidebar.collapsed {
        width: 4.5rem;
        overflow: hidden;
    }

        .sidebar.collapsed .logo a {
            margin-left: -0.21rem;
            width: 40px;
            display: inline-block;
        }

        .sidebar.collapsed .nav-text {
            display: none;
        }

        .sidebar.collapsed .logoutText {
            display: none !important;
        }

    .sidebar .logo {
        padding: 1rem 0 1rem 1rem;
    }

        .sidebar .logo img {
            max-width: 100%;
        }

    .sidebar.collapsed .logo img {
        max-width: 91px;
    }

    .sidebar .main-menu {
        display: flex;
        flex-flow: column;
        list-style-type: none;
        margin: 0;
        padding: 0;
        flex: 1;
    }

ul.main-menu.menuScroll li {
    margin: 0.25rem 0;
}

.sidebar .main-menu a {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    position: relative;
    padding-left: 1rem;
    border-left: 5px solid transparent;
    text-transform: uppercase;
    min-height: 2.6rem;
}

    .sidebar .main-menu a svg {
        margin-right: 14px;
    }

    .sidebar .main-menu a img {
        opacity: 0.5;
        margin-right: 0.3rem;
        max-width: 100%;
    }

    .sidebar .main-menu a:hover img {
        opacity: 1;
    }

    .sidebar .main-menu a:hover,
    .sidebar .main-menu a.active {
        background: rgba(0, 10, 49, 0.27);
        border-left: 5px solid #1a76ff;
        color: #ffffff;
    }

ul.main-menu.menuScroll {
    height: calc(100vh - 10rem);
    overflow: auto;
    padding-top: 0rem;
    position: relative;
}

    ul.main-menu.menuScroll li {
        z-index: 1;
        position: relative;
    }

    ul.main-menu.menuScroll:after {
        content: "";
        position: fixed;
        background-image: url(../images/gpt4.png);
        background-repeat: no-repeat;
        background-position: left bottom;
        height: 200px;
        bottom: 14vh;
        left: 0;
        mix-blend-mode: color-burn;
        width: 14rem;
        background-size: 160%;
    }

    ul.main-menu.menuScroll li.nav-item .collapse {
        background: rgba(0, 10, 49, 0.27);
    }

.sidebar .main-menu .collapse a:hover,
.sidebar .main-menu .collapse a.active {
    background: #1a76ff;
    border-left: 5px solid transparent;
    color: #ffffff;
}

.user-logout {
    font-size: 0.75rem;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 1rem;
    justify-content: space-between;
}

.userPhoto {
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #a1a1a1;
    margin-right: 0.5rem;
}

.sidebarToggleBtn {
    position: fixed;
    left: 13rem;
    top: 2rem;
    padding: 0rem 0.6rem;
    background: #1a2d6e;
    border-radius: 0 0 0.25rem 0.25rem;
    color: #ffffff !important;
    border: 0px;
    margin: 0 !important;
    transform: rotate(-90deg);
    z-index: 9;
    font-size: 8px;
}

.SidebarClosed .sidebarToggleBtn {
    left: 2.4rem;
}

.bgLight {
    background: var(--bg-light);
}

.content {
    padding: 1rem 1.5rem;
    flex: 1;
    position: relative;
    padding-left: calc(1.5rem - 0.938rem);
    max-width: calc(100% - 15rem);
    margin-left: 15rem;
    min-height: 100vh;
}

    .content:before {
        content: "";
        position: fixed;
        height: 100%;
        width: 0.938rem;
        background: var(--bg-light);
        box-shadow: -6px 3px 6px #00000029;
        border-radius: 0.838rem 0px 0 0.838rem;
        left: 14.1rem;
        top: 0;
    }

.SidebarClosed .content:before {
    left: 3.5rem;
}

.SidebarClosed .content {
    max-width: calc(100% - 4.5rem);
    margin-left: 4.3rem;
}

.pageHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: sticky;
    top: 0;
    background: var(--bg-light);
    z-index: 99;
    padding-top: 0.5rem;
    gap: 0.75rem;
}

    .pageHeader .center {
        flex-wrap: wrap;
        justify-content: start;
        margin-bottom: 1rem;
    }

.tableOuterStyle {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 0.5px solid #cbcccd;
    border-radius: 9px;
}

.EntityDetailsTable {
    width: 100%;
    margin: 0;
}

    .EntityDetailsTable th,
    .EntityDetailsTable td {
        width: 14.16%;
        vertical-align: middle;
        min-width: fit-content;
        white-space: nowrap;
    }

        .EntityDetailsTable th:first-child,
        .EntityDetailsTable td:first-child {
            width: 10%;
            padding-left: 1rem;
        }

        .EntityDetailsTable th:last-child,
        .EntityDetailsTable td:last-child {
            width: 5%;
        }

    .EntityDetailsTable td {
        border-top: 1px solid #cccccc !important;
        border-bottom-width: 0px;
    }

    .EntityDetailsTable .NoTdBorder td {
        border-top: 1px solid #ffffff !important;
        border-bottom-width: 0px;
    }

.urlLink {
    color: var(--text-blue);
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 130px;
    overflow: hidden;
}

.table th {
    color: #7f92af;
    font-family: var(--font-semibold);
    position: relative;
}

    .table th:first-child:before {
        content: "";
        position: absolute;
        background: #1a76ff;
        width: 5px;
        border-radius: 5px;
        height: 60%;
        left: 0;
        top: 20%;
    }

.table th,
.table td {
    background: #ffffff;
    font-size: 0.75rem;
    font-family: var(--font-regular);
}

.collapse-toggle-icon {
    transition: transform 0.2s ease;
    font-size: 1.2rem;
    color: #000000;
    padding: 0;
}

.collapsed-icon {
    transform: rotate(180deg);
}

.tableOuterStyle .btn:focus,
.tableOuterStyle .btn:active {
    border: 0;
}

.form-control[readonly] {
    color: #a5a5a5;
    cursor: not-allowed;
}

.selectedValue {
    border-radius: 1rem;
    padding: 0 0.5rem;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    position: relative;
    z-index: 9;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}

    .selectedValue [data-role="remove"] {
        position: relative;
        margin-left: 1rem;
        cursor: pointer;
    }

        .selectedValue [data-role="remove"]:after {
            border: none;
            content: "\00d7";
            font-weight: 100;
            font-size: 17px;
            opacity: 1;
        }

        .selectedValue [data-role="remove"]:hover:after {
            opacity: 1;
        }

.redBtn {
    border: 1px solid var(--color-red);
    background: #fff3f3;
    color: var(--color-red);
}

    .redBtn [data-role="remove"]:after {
        color: var(--color-red);
    }

.greenBtn {
    border: 1px solid var(--color-green);
    background: #f1fff5;
    color: var(--color-green);
}

.amberBtn {
    border: 1px solid var(--color-amber);
    background: #fffcf3;
    color: var(--color-amber);
}

.EntityDetailsTable .form-control,
.EntityDetailsTable .form-select {
    font-size: 0.75rem;
    min-width: 120px;
}

.deleteBtn {
    display: inline-block;
    position: relative;
    top: -2px;
}

.actionBtnBottom {
    position: fixed;
    width: calc(100% - 14.2rem);
    left: 14.2rem;
    bottom: 0;
    background: #ffffff;
    padding: 0.5rem 1rem;
    box-shadow: 0px -1px 4px #00000017;
    z-index: 1;
    border-radius: 0 0px 0 0.838rem;
}

.SidebarClosed .actionBtnBottom {
    width: calc(100% - 3.5rem);
    left: 3.5rem;
}

/*------------------------file Upload----------------------------*/

.fileUploadWrapper {
    background: #fff;
}

    .fileUploadWrapper .drop-zone {
        height: 232px;
        display: flex;
        margin-bottom: 2rem;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-radius: 12px;
        border: 1px dashed #c4c4c4;
        transition: all 0.3s ease;
        background: #f9f9f9;
    }

        .fileUploadWrapper .drop-zone.active {
            background-color: rgba(255, 99, 71, 0.1);
        }

        .fileUploadWrapper .drop-zone i,
        .fileUploadWrapper .drop-zone p {
            color: #000a31;
        }

.drop-zone i {
    font-size: 50px;
}

.drop-zone p {
    margin-top: 15px;
    font-size: 16px;
    margin: 10px 0 0;
}

.fileUploadWrapper .row > * {
    width: inherit;
    max-width: inherit;
    padding: 0;
}

.fileUploadWrapper section .row {
    margin-bottom: 10px;
    list-style: none;
    padding: 28px 20px 26px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    background: url(../images/excelIcon.png) no-repeat 16px center;
    background-color: #e4efff;
}

    .fileUploadWrapper section .row i {
        color: #6990f2;
        font-size: 30px;
    }

.fileUploadWrapper section .details span {
    color: #000;
}

.fileUploadWrapper .progress-area .row .uploadContent {
    width: 100%;
    margin-left: 15px;
    padding-right: 1rem;
}

.fileUploadWrapper .progress-area .details {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    justify-content: space-between;
}

.fileUploadWrapper .progress-area .uploadContent .progress-bar {
    height: 6px;
    width: 100%;
    margin-bottom: 4px;
    background: #fff;
    border-radius: 30px;
}

.fileUploadWrapper .uploadContent .progress-bar .progress {
    height: 100%;
    width: 0%;
    background: #6990f2;
    border-radius: inherit;
}
/*
.fileUploadWrapper .uploaded-area {
  max-height: 232px;
  overflow-y: auto;
}
*/
.fileUploadWrapper .uploaded-area.onprogress {
    max-height: 150px;
}

.fileUploadWrapper .uploaded-area::-webkit-scrollbar {
    width: 0px;
}

.fileUploadWrapper .uploaded-area .row .uploadContent {
    display: flex;
    align-items: center;
}

.fileUploadWrapper .uploaded-area .row .details {
    display: flex;
    flex-direction: column;
}

    .fileUploadWrapper .uploaded-area .row .details .size {
        color: #000a31;
    }

/*------------------------file Upload----------------------------*/

.uploadTabs.nav-pills .nav-link {
    color: #00255d;
    padding-top: 6px;
    padding-bottom: 6px;
}

    .uploadTabs.nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #1a76ff;
        background-color: #ffffff;
        font-family: "Segoe UI Bold";
    }

.uploadTabs > li {
    background: #f1f5f8;
    padding: 5px;
}

    .uploadTabs > li:first-child {
        border-radius: 8px 0 0 8px;
    }

    .uploadTabs > li:last-child {
        border-radius: 0 8px 8px 0px;
    }

.offcanvas .actionBtnBottom {
    left: 0;
    width: 100%;
    position: absolute;
}

.btn:hover svg path {
    fill: #fff;
}

.tabsAndBtn {
    position: absolute;
    top: 16px;
    width: calc(100% - 95px);
    padding-bottom: 1rem;
    background: #ffffff;
}

.offcanvas-header .btn-close {
    background: url("../images/CloseIcon.svg") no-repeat 97% center;
}

.offcanvas-body {
    padding-left: 2rem;
    padding-right: 2rem;
}

.offcanvas-header .btn-close {
    opacity: 1;
    padding: 0;
    position: static;
    margin-right: 16px;
    font-size: 0.75rem;
    margin-top: 10px;
}

.rightCanvasWithTitle .offcanvas-header .btn-close {
    margin-top: -7px;
    margin-right: 0;
}

.rightCanvas {
    border-radius: 16px 0px 0px 16px;
    padding-bottom: 40px;
}

.singleUpload label,
.singleUpload .form-control,
.singleUpload .form-select {
    font-size: 0.75rem;
}

.fieldheading {
    position: relative;
}

    .fieldheading:before {
        content: "";
        position: absolute;
        width: calc(100% - 30px);
        height: 1px;
        background: #cbcccd;
        top: 50%;
        margin-top: -1px;
    }

    .fieldheading span {
        position: relative;
        background: #fff;
        padding-right: 10px;
    }

.uploaded-area .fa-check:before {
    display: none;
}

.rightCanvasWithTitle .offcanvas-header {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem !important;
}

.docName {
    background: url("../images/pdfIcon.png") no-repeat 10px center;
    font-family: "Segoe UI Semibold";
    padding-left: 60px;
}

.docList li + li {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #ddd;
}

.upFile {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
}

.table th,
.table td {
    white-space: nowrap;
}

/*..............datatable css..................*/
.customizedTable .dt-container > .float-right {
    float: left !important;
}

.customizedTable .table th:first-child:before {
    display: none;
}

.customizedTable input[type="search"] {
    background: url("../images/searchIcon.svg") no-repeat 95% center;
    border: 1px solid #cbcccd;
    border-radius: 6px;
    font-size: 0.75rem;
    margin: 0 0 20px !important;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 228px !important;
    padding-right: 2rem !important;
}

.customizedTable table th,
.customizedTable table td {
    border: none;
}

    .customizedTable table th:first-child,
    .customizedTable table td:first-child {
        padding-left: 12px;
    }

    .customizedTable table th:last-child,
    .customizedTable table td:last-child {
        padding-right: 12px;
    }

.customizedTable table th {
    background: #ffffff !important;
}

    .customizedTable table th:hover {
        outline: none !important;
    }

.dt-scroll-headInner table {
    border-radius: 6px 6px 0 0;
}

.dt-scroll-body table {
    border-radius: 0 0 6px 6px;
}

.customizedTable table {
    border: 1px solid #cbcccd;
    border-collapse: separate;
}

    .customizedTable
    table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n + 1) > *,
    .customizedTable
    table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n + 1) > *
    .dtfc-fixed-end {
        background: #f0f5fe;
        box-shadow: none;
    }

.page-link,
.page-link:hover {
    color: #00255d;
    font-size: 0.75rem;
}

    .active > .page-link,
    .page-link.active {
        background-color: #00255d;
        border-color: #00255d;
        color: #ffffff;
    }

.dt-length label,
.dt-length select {
    font-size: 0.75rem;
}

.left-controls {
    align-items: center;
}

    .left-controls .dt-info {
        font-size: 0.75rem;
    }

.customizedTable table.table-striped tr:last-child td {
    background-color: #ffffff;
}

.customizedTable div.dt-scroll-body,
.customizedTable .dt-scroll-footInner table {
    border: none !important;
}
/*..............datatable css..................*/

#actionLogTable {
    width: 100%; /* Or larger, depending on your columns */
}

.pageHeader.sticky {
    background: #ffffff;
    left: -0.938rem;
    top: 0rem;
    position: sticky;
    width: calc(100% + 2.9rem);
    box-shadow: -6px 3px 6px #00000029;
    z-index: 9;
    padding: 1rem 1.5rem !important;
    margin-top: -1rem;
    margin-left: -1.4rem;
    border-radius: 0.838rem 0px 0 0;
}

.headerFormField .form-select-sm {
    width: 100px;
}

.headerFormField #dateRange {
    width: 175px;
}

.headerFormField .SearchinputGroup {
    width: 200px;
}

    .headerFormField .SearchinputGroup.customizedTable input[type="search"] {
        margin: 0 !important;
        width: 100% !important;
    }

.maxW {
    max-width: 250px;
}

.boxDesign {
    border-radius: 1rem;
    width: 24%;
    height: 82px;
    position: relative;
    color: #ffffff;
    padding-left: 9%;
    display: flex;
    align-items: center;
    border: 1px solid #00000000;
    gap: 1rem;
}

    .boxDesign:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
    }

.boxDesignNew {
    border-radius: 1rem;
    width: 40%;
    height: 82px;
    position: relative;
    color: #ffffff;
    padding-left: 9%;
    display: flex;
    align-items: center;
    border: 1px solid #00000000;
    gap: 1rem;
}

    .boxDesignNew:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
    }



.assignedBox {
    background: transparent linear-gradient(248deg, #000a31 0%, #00255d 100%) 0% 0% no-repeat padding-box;
}

    .assignedBox:after {
        background-image: url(../images/boxP1.png);
    }

.pendinBox {
    background: transparent linear-gradient(292deg, #ffab1a 0%, #6a3c00 100%) 0% 0% no-repeat padding-box;
}

    .pendinBox:after {
        background-image: url(../images/boxP2.png);
    }

.AuditedBox {
    background: transparent linear-gradient(248deg, #3542c6 0%, #1a76ff 100%) 0% 0% no-repeat padding-box;
}

    .AuditedBox:after {
        background-image: url(../images/boxP3.png);
    }

.whitedBox {
    background: #ffffff;
    border: 1px solid #d5d5d5;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #000000;
}

    .whitedBox:after {
        display: none;
    }

.box-Num {
    font-size: 2.25rem;
}

.box-Text {
    font-size: 0.875rem;
    line-height: 1rem;
}

.pageHeader.addLeadHeader {
    display: block;
}

.dataBar {
    width: 100%;
    height: 7px;
    border-radius: 1rem;
}

.Dot {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 1rem;
    display: inline-block;
    margin-right: 5px;
}

.QualifiedData p {
    margin: 0;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
}

.QualifiedData .boxWidth5 {
    width: 50%;
}

.SelectedFilterData {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.FilterDataLabel {
    min-width: 60px;
    font-size: 0.75rem;
}

.SelectedSearch {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    flex-wrap: wrap;
}

.SelectedFilterData .selectedValue {
    border-radius: 0.5rem;
    padding: 0 0.5rem;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    position: relative;
    z-index: 9;
    border: 1px solid #dfecff;
    background: rgba(223, 236, 255, 0.67);
    color: #00255d;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .SelectedFilterData .selectedValue [data-role="remove"] {
        position: relative;
        margin-left: 1rem;
        cursor: pointer;
    }

        .SelectedFilterData .selectedValue [data-role="remove"]:after {
            border: none;
            content: "\00d7";
            font-weight: 100;
            color: #00255d;
            font-size: 17px;
            opacity: 0.9;
        }

        .SelectedFilterData .selectedValue [data-role="remove"]:hover:after {
            opacity: 1;
        }

.fillterOptions {
    display: flex;
    gap: 0.25rem;
    align-items: center;
}

.Min84 {
    min-width: 84px;
}

.Min184 {
    min-width: 180px;
}

.GraphBox {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 0.5px solid #d5d5d5;
    border-radius: 0.75rem;
    padding: 1rem;
    min-height: 100%;
}

    .GraphBox h3 {
        font-size: 0.875rem;
        font-family: var(--font-bold);
        color: #000000;
        text-transform: uppercase;
    }

/* Dashboard Graph css */
.icon {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.qualified-icon {
    background-image: url("https://cdn-icons-png.flaticon.com/128/3002/3002389.png");
}

.disqualified-icon {
    background-image: url("https://cdn-icons-png.flaticon.com/128/2877/2877968.png");
}

p.bg-light {
    background: #eee;
    padding: 1rem;
    border-radius: 0.5rem;
    font-size: 16px;
}

    p.bg-light span {
        font-size: 36px;
    }

#DISQUALIFICATION {
    width: 100%;
    aspect-ratio: 1 / 1; /* Maintain square shape */
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    height: 300px;
}

.popup-box {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    z-index: 1;
}

    .popup-box div {
        margin-bottom: 4px;
    }

    .popup-box span {
        font-weight: bold;
    }

@media (max-width: 768px) {
    .popup-box {
        font-size: 12px;
        padding: 8px 10px;
    }
}

@media (max-width: 480px) {
    .popup-box {
        font-size: 11px;
        padding: 6px 8px;
    }
}

/* Graph 4 */
.chart-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-top: 10px;
    width: 100%;
    box-sizing: border-box;
}

.chart-box {
    flex: 1;
    min-width: 0;
}

.chart-title {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
}

.totals-box {
    width: 70px;
    flex-shrink: 0;
}

.total-title {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 13px;
}

.total-row {
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    font-size: 13px;
    margin-top: 6.2px;
}

.highcharts-text-outline {
    stroke: none;
}

#truck-chart .highcharts-data-label text,
#business-chart .highcharts-data-label text,
#entertainment-chart .highcharts-data-label text {
    fill: #000000 !important;
}

@media (max-width: 768px) {
    .total-row {
        height: 32px;
        font-size: 12px;
    }

    .totals-box {
        width: 60px;
    }

    .chart-title,
    .total-title {
        font-size: 12px;
    }
}

.form-control-sm,
.form-select-sm {
    font-size: 0.75rem;
}

.fillterOptions .form-select-sm {
    min-width: 100px;
    width: 110px;
}

.fillterOptions .date_range_picker {
    min-width: 100px;
    width: 190px;
}

.lineChartContainer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.highcharts-figure {
    max-width: 100%;
}

.path.highcharts-axis-line {
    stroke: #d3d7dd;
}

/* Map graph */
.w_100px {
    width: 100px;
}

#USmap,
#CanadaMap {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    height: 400px;
}

.legend {
    text-align: left;
    font-size: 14px;
}

    .legend span {
        display: inline-flex;
        align-items: center;
        margin-right: 20px;
    }

    .legend .color-box {
        width: 20px;
        height: 8px;
        margin-right: 6px;
        border-radius: 0;
    }

#USmap .highcharts-legend,
#CanadaMap .highcharts-legend {
    display: none !important;
}

@media (max-width: 768px) {
    #USmap,
    #CanadaMap {
        height: 200px;
    }
}

.GraphBox .tabsAndBtn {
    position: static;
    right: 0;
    width: auto;
    padding-bottom: 0;
    background: #ffffff;
    top: 0;
}

#Name-chart g.highcharts-axis.highcharts-xaxis,
#Name-chart .highcharts-data-labels {
    display: none;
}

.chartTitleLine {
    width: 50px;
    height: 1px;
    background: #cccccc;
    display: inline-block;
    position: relative;
    top: 12px;
}

/*....................................................*/
.withTwoRows {
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
}

    .withTwoRows .box-Text br {
        display: none;
    }

.lastCount {
    font-size: 12px;
    background: rgba(255, 255, 255, 0.12);
    padding: 0 20px;
    border-radius: 20px;
    line-height: 23px;
    height: 23px;
}

.date_range_picker {
    background: url(../images/calanderIcon.svg) no-repeat 10px center;
    font-size: 0.75rem;
    padding-left: 27px;
}

.pageHeader.sticky.pb-0 {
    padding-bottom: 0 !important;
}

.nav-underline .nav-link {
    color: #000000;
    border-radius: 0;
    padding: 16px 0;
}

.nav-underline .badge {
    color: #000 !important;
    background-color: rgba(196, 196, 196, 0.27) !important;
}

.nav-underline .text-bg-warning {
    color: #000 !important;
}

.nav-underline .active .text-bg-warning {
    color: #fff !important;
    background-color: #ffba1a !important;
}

.nav-underline .text-bg-secondary {
    color: #000 !important;
}

.nav-underline .active .text-bg-secondary {
    color: #fff !important;
    background-color: #1a76ff !important;
}

.underline-tab-inner {
    border: 1px solid #cbcccd;
    box-shadow: 0px 3px 6px #00000017;
}

    .underline-tab-inner + .underline-tab-inner {
        margin-top: 16px;
    }

.nav-underline-content h3 {
    padding: 12px 20px;
    position: relative;
    margin: 0;
}

.nav-underline-content button {
    margin-right: 20px;
}

.nav-underline-content table th:first-child,
.nav-underline-content table td:first-child {
    padding-left: 20px;
}

.nav-underline-content table th:last-child,
.nav-underline-content table td:last-child {
    padding-right: 20px;
}

.nav-underline-content h3:before {
    content: "";
    position: absolute;
    background: #ff2424;
    width: 5px;
    border-radius: 5px;
    height: 60%;
    left: 0;
    top: 20%;
}

.nav-underline-content h3 .text-bg-danger {
    background-color: rgba(255, 36, 36, 0.07) !important;
    color: #ff2424 !important;
}

.primaryText .text-bg-primary {
    background-color: rgba(26, 118, 255, 0.07) !important;
    color: #1a76ff !important;
}

.lightText .text-bg-light {
    background-color: rgba(239, 239, 239, 0.07) !important;
    color: #959595 !important;
}

.nav-underline-content .primaryText h3:before {
    background: #1a76ff;
}

.nav-underline-content .lightText h3:before {
    background: #959595;
}
/*....................................................*/

.icon {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.qualified-icon {
    background-image: url("../images/qualified_Icon.svg");
}

.disqualified-icon {
    background-image: url("../images/disqualified_Icon.svg");
}

/* campaigns dashboard css */

.campaigns-dashboard input {
    outline: 0;
}

.bg-light-blue {
    background-color: #bad6f7;
}

.bg-light-grey {
    background-color: #f5f5f5;
}

.bg-dark-blue {
    background-color: #2d3581;
}

.campaigns-dashboard #campaignAccordion2 .col-6 {
    width: 48%;
    margin-right: 10px;
}

.campaigns-dashboard .customizedTable input[type="search"] {
    width: 100% !important;
}

.line-height {
    line-height: 25px;
}

.sale-img-container {
    position: absolute;
    top: -110px;
    width: 100%;
}

.sale-img {
    padding-top: 265px;
}

.blue-container {
    padding-top: 40px;
    padding-bottom: 110px;
}

#campaignsTab.nav-tabs {
    --bs-nav-tabs-border-width: 0;
}

    #campaignsTab.nav-tabs .nav-link.active {
        border-bottom: 2px solid #1a76ff;
    }

.campaigns-dashboard .form-check-input {
    background-color: #737373;
    border: 0;
    outline: 0;
    height: 20px;
}

    .campaigns-dashboard .form-check-input:focus {
        box-shadow: none;
    }

.campaigns-dashboard .form-switch .form-check-input {
    width: 38px;
}

    .campaigns-dashboard .form-switch .form-check-input,
    .campaigns-dashboard .form-switch .form-check-input:focus {
        --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    }

.campaigns-dashboard #sliderContainer {
    width: 100%;
    height: 4px;
    background: #dedede;
    position: relative;
    border-radius: 10px;
}

.campaigns-dashboard #sliderHandle {
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    top: -6px;
    left: 0;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #1a76ff;
}

.campaigns-dashboard #percentageInput {
    font-size: 12px;
    padding: 5px;
    width: 32px;
    height: 32px;
    color: #737272;
    margin-right: 5px;
    text-align: center;
}

.campaigns-dashboard .percent-mark {
    font-size: 12px;
    color: #737272;
    margin-right: 10px;
}

.campaigns-dashboard .fs-7 {
    font-weight: 600;
    color: #373636;
}

.campaigns-dashboard .text-color-wrp {
    display: flex;
    align-items: center;
    background: #fff;
    padding-left: 10px;
}

.campaigns-dashboard #colorInput {
    width: 24px;
    height: 21px;
}

.campaigns-dashboard input[type="number"]::-webkit-inner-spin-button,
.campaigns-dashboard input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}

.img-align-wrp.bg-primary svg path,
.device-switch.bg-primary svg path {
    fill: #fff;
}

#sidebar .nav-item .nav-link:hover .tooltip {
    display: none !important;
}

.totals-header {
    position: relative;
    top: -20px;
    font-weight: bold;
}

path.highcharts-point {
    stroke-width: 0;
}

.qualifierIcon {
    width: 35px;
    height: 35px;
}
