@import url("/css/font-css/css2_Nunito.css");
@import url("css/font-css/css2_Montserrat.css");
@import url("css/font-css/font-awesome.min.css");
@import url("css/font-css/css2_Material_Symbols_Outlined.css");
@import url("css/font-css/css2_Material_Symbols_Rounded.css");

.mediumheading {
    font-size: 18px;
    letter-spacing: 0.13px;
    color: #000 !important;
    text-transform: capitalize;
    position:relative;
    padding-left:32px;
    padding-bottom:12px;
}
    .mediumheading::before{
position:absolute;
content:"";
background-image:url("images/sideicon.svg");
background-repeat:no-repeat;
background-size:contain;
width:20px;
height:20px;
left:0px;
top:2px;
    }
    .logpin-pagewrapper {
        height: 100vh;
        background-image: url(./images/login_topleft.svg), url(./images/login_leftarrow.svg), url(./images/login_leftbottom.svg), url(./images/login_topright.svg), url(./images/login_rightcenter.svg), url(./images/login_rightbottom.svg);
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
        background-position: 40px 40px, 0px 30%, left bottom, right 40px, 54% center, right bottom;
        width: 100%;
        background-size: 30%, 35%, 46%, 30%, 7%, 5%;
        align-items: center;
        justify-content: center;
        display: grid;
    }
.logpin-pagewrapper-new .login-leftside img {
    width: 100%;
    object-fit: cover;
    height:100vh;
}
.logpin-pagewrapper-new{
    background-color:#fff;
}

.login-rightwrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-typos {
    max-width: 500px;
    width: 100%;
    padding: 10px;
}

.bconlogo {
    width: 200px;
    margin-bottom: 20px;
}

.login-typos h1 {
    font-size: 34px;
    font-weight: 800;
    color: #2F3134;
    opacity: 0.92;
}

.login-typos h4 {
    font-size: 16px;
    font-weight: 400;
    color: #2F3134;
    opacity: 1;
    line-height: 24px;
}

.loginbanner {
    width: 100%;
    max-width: 650px;
}

.clientlogo {
    height: 50px;
    margin-bottom: 20px;
}

.login-wrap {
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
    background: #FFFFFF 0% 0% no-repeat padding-box;
/*    box-shadow: 10px 13px 40px rgba(0, 0, 0, 0.0705882353);*/
/*    border-radius: 6px;*/
/*    padding: 30px;*/
}

    .login-wrap h2 {
        font-size: 26px;
        letter-spacing: 0px;
        font-weight: 500;
        color: #000000;
    }

    .login-wrap h6 {
        text-align: left;
        font-size: 14px;
        letter-spacing: 0px;
        color: #2E384D;
        margin-bottom: 30px;
    }

.loginfooter {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.14px;
    color: rgba(0, 0, 0, 0.6);
    bottom: 10px;
    margin: 0 auto;
    width: 100%;
    left: 0;
    text-align: center;
}

.stepperleftcontainer {
    position: relative;
/*    padding-left: 2.1rem;*/
}

    .stepperleftcontainer::before {
        content: " ";
        width: 2px;
        background: #1c1c1c;
        display: inline-block;
        position: absolute;
        height: 81%;
        left: 0px;
        top: 24px;
        display:none;
    }

.steppericons {
    background: #5A5A5A;
    padding: 0px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    /* left: -8px; */
    color: #fff;
    text-align: center;
    display: inline-block;
    left: -10px;
    top: 5px;
    position: absolute;
    outline: 2px solid #fff;
    display:none;
}

    .steppericons .material-symbols-rounded {
        font-size: 20px;
        top: -3px;
        position: relative;
    }

.loginbuttoncontainer {
    position: relative;
}

    .loginbuttoncontainer .steppericons {
        left: -2.8rem;
    }

        .loginbuttoncontainer .steppericons .material-symbols-rounded {
            top: 3px;
        }

.progressdot {
    position: relative;
}

    .progressdot::before {
        content: "";
        width: 15px;
        height: 15px;
        display: inline-block;
        background: #5a5a5a;
        position: absolute;
        top: 38px;
        left: -2.5rem;
        border-radius: 50%;
        outline: 2px solid #fff;
        display:none;
    }

/**************************************** Login Screen Css End */
/* ===== Sidebar ===== */
ul.menu-links {
    padding: 0px !important;
}

.navmenuscroll {
    height: calc(100% - 50px);
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

body.dark {
    --body-color: #18191a;
    --sidebar-color: #242526;
    --primary-color: #3a3b3c;
    --primary-color-light: #3a3b3c;
    --toggle-color: #fff;
    --text-color: #ccc;
}

    body.dark .sidebar .toggle {
        color: var(--text-color);
    }

    body.dark .sidebar li a:hover .icon {
        color: var(--text-color);
    }

    body.dark .sidebar li a:hover .text {
        color: var(--text-color);
    }

    body.dark .mode .sun-moon i.sun {
        opacity: 1;
    }

    body.dark .mode .sun-moon i.moon {
        opacity: 0;
    }

    body.dark .switch::before {
        left: 20px;
    }

    body.dark .home .text {
        color: var(--text-color);
    }

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 260px;
    padding: 10px 0px 0px;
    background: var(--sidebar-color);
    transition: var(--tran-05);
    z-index: 10;
}

    .sidebar li.has-submenu {
        position: relative;
        transform: rotate(0deg) !important;
    }

        .sidebar li.has-submenu .dropdown-menu {
            position: relative !important;
            top: 0 !important;
            left: 0 !important;
            box-shadow: none !important;
            transform: none !important;
            background: rgba(0, 0, 0, 0.0901960784);
            width: 100%;
            padding: 10px;
        }

        .sidebar li.has-submenu li {
            margin-top: 0px;
        }

            .sidebar li.has-submenu li a {
                padding: 6px 8px;
                color: #fff;
                font-size: 14px;
            }

        .sidebar li.has-submenu::after {
            content: "";
            display: inline-block;
            width: 7px;
            height: 7px;
            border-right: 2px solid #fff;
            border-top: 2px solid #fff;
            transform: rotate(134deg) !important;
            position: absolute;
            right: 20px;
            top: 18px;
        }

    .sidebar.close li.has-submenu::after {
        display: none;
    }

    .sidebar.close .sidemenusubitems li a {
        justify-content: left;
    }

    .sidebar.close li a {
        justify-content: center;
        padding: 10px 0px !important
    }

        .sidebar.close li a span {
            margin-right: 0px
        }

    .sidebar li.has-submenu.show::after {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
        transform: rotate(312deg) !important;
        position: absolute;
        right: 6px;
        top: 15px;
    }

    .sidebar li {
        list-style: none;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 10px;
        padding: 0px;
    }

        .sidebar li a {
            list-style: none;
            height: 100%;
            background-color: transparent;
            display: flex;
            align-items: center;
            height: 100%;
            width: 100%;
            border-radius: 4px;
            text-decoration: none;
            padding: 10px 10px;
            transition: var(--tran-03);
        }

            .sidebar li a:hover {
                background-color: rgba(255, 255, 255, 0.1882352941);
            }

            .sidebar li a span {
                color: #fff;
                font-size: 20px;
                font-weight: 300;
                margin-right: 10px;
            }

    .sidebar .image {
        min-width: 40px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        /*        justify-content: center;*/
        margin: 0px auto 20px 14px;
    }

        .sidebar .image img {
            border-radius: 0px !important
        }

    .sidebar .icon {
        min-width: 40px;
        border-radius: 6px;
        min-width: 40px;
        border-radius: 6px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: var(--text-color);
        transition: var(--tran-03);
    }

    .sidebar .text {
        color: var(--text-color);
        transition: var(--tran-03);
        font-size: 14px;
        margin: 0px;
    }

    .sidebar .menu-bar .mode {
        border-radius: 6px;
        position: relative;
        transition: var(--tran-05);
    }

.toggle {
    position: absolute;
    top: 8px;
    /* transform: translateY(-50%) rotate(180deg); */
    height: 70px;
    width: 30px;
    /*    background: url(./images/tooglemenushapes.svg);*/
    color: var(--sidebar-color);
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    /* cursor: pointer; */
    /* transition: var(--tran-05); */
    background-repeat: no-repeat;
    left: 100%;
    background-position: -10px center;
    cursor: pointer;
}

    .toggle span {
        position: relative;
        top: 0px;
        left: 0px;
        color: #fff;
        transform: rotate(180deg);
    }

.sidebar .minilogo {
    display: none;
}

.sidebar .fulllogo {
    display: block;
}

.sidebar.close {
    width: 70px;
    padding: 10px 0px 0px;
    text-align: center;
}

    .sidebar.close .minilogo {
        display: block;
    }

    .sidebar.close .toggle {
        left: 100%;
    }

        .sidebar.close .toggle span {
            transform: rotate(0deg);
        }

    .sidebar.close .fulllogo {
        display: none;
    }

    .sidebar.close .text {
        opacity: 0;
        display: none;
    }

    .sidebar.close .user-details {
        padding: 10px 5px;
        display: flex;
        justify-content: center;
    }

    .sidebar.close .userdetails {
        padding-left: 0px;
    }

    .sidebar.close .user-details span {
        opacity: 0;
        display: none;
    }

    .sidebar.close .menu-bar .bottom-content .toggle-switch {
        justify-content: left
    }

    .sidebar.close .menu-bar {
        max-width: 40px;
        margin: auto;
    }

    .sidebar.close ~ .home {
        margin-left: 70px;
        height: 100vh;
        width: calc(100% - 70px);
    }

.bottom-content {
    border-top: 1px solid #ffffff2b;
}

    .bottom-content a {
        padding-left: 2px !important
    }

.user-details {
    background: rgba(255, 255, 255, 0.2117647059) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    text-align: center;
    padding: 8px;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
}

.userdetails {
    text-align: left;
    padding-left: 6px;
}

.user-details img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: block;
}

.user-details .name {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0px 0px;
    display: inline-block;
}

.user-details .emailuser {
    font-size: 12px;
}

.user-details .profession {
    font-size: 13px;
    margin: 6px 0px;
}

.menu-bar::-webkit-scrollbar {
    display: none;
}

.menu-bar .bottom-content .toggle-switch {
    right: 0;
    height: 100%;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
}

.mode .sun-moon i {
    position: absolute;
}

    .mode .sun-moon i.sun {
        opacity: 0;
    }

.toggle-switch .switch {
    position: relative;
    height: 22px;
    width: 40px;
    border-radius: 25px;
    background-color: var(--toggle-color);
    transition: var(--tran-05);
}

.switch::before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    background-color: #787878;
    transition: var(--tran-04);
}

li.mode {
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

.rightmain-section {
    width: calc(100% - 70px);
    margin-left: 70px;
    transition: var(--tran-05);
}

.menu_opened .rightmain-section {
    width: calc(100% - 260px);
    margin-left: 260px;
    transition: var(--tran-05);
}

.menu_opened .topheadersubmenu {
    width: calc(100% - 260px);
    left: 260px;
    left: 260px;
    transition: var(--tran-05);
}

.fixedleftnavbar .sidenav {
    width: 260px;
    position: fixed;
    height: calc(100vh - 100px);
}

.tooltip-inner {
    background-color: #333 !important;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #333 !important;
}

/**************************************** Top Header css start */
.clienttop-logo {
    height: 36px;
}

.mainheader-top {
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0px;
    background: #fff;
    box-shadow: 4px 1px 16px 0px rgb(0 0 0 / 6%);
    padding-left: 30px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
}

.headerbutton {
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 8px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 30px;
    border: 0px;
    line-height: 100%;
    transition: 0.3s;
    color: #2F3134;
}

    .headerbutton:hover {
        /* background: #f4feff 0% 0% no-repeat padding-box; */
    }

.headermain-rightsection {
    display: flex;
    gap: 12px;
    align-items: center;
}

.profiledropdown .btn {
    background: #f1f6f8 0% 0% no-repeat padding-box;
    border-radius: 30px;
    padding: 4px;
    width: 60px;
    text-align: left;
    min-width: auto;
    box-shadow: none;
}

    .profiledropdown .btn:hover {
        background: #ddefff 0% 0% no-repeat padding-box;
    }

    .profiledropdown .btn img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

.profiledropdown .dropdown-menu {
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.1294117647);
    padding: 0px;
    border-radius: 10px;
    min-width: 300px;
    max-width: 400px;
}

.profileicon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: #cdcdcd;
    border-radius: 50%;
    margin-bottom: 0px;
    color: #333333;
    font-size: 20px;
    font-weight: 500;
}

.innerprofilemenu hr {
    margin: 0px;
    background: #7a7a7a;
}

.innerprofilemenu h5 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 0px;
}

.innerprofilemenu h6 {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #727E8C;
    margin-bottom: 0px;
}

.innerprofilemenu p {
    font-size: 12px;
    letter-spacing: 0px;
    color: #727E8C;
    margin-bottom: 0px;
}

.innerprofilemenu a {
    font-size: 14px;
    margin-bottom: 4px;
    padding: 6px 16px;
}

    .innerprofilemenu a:last-child {
        color: rgba(255, 0, 0, 0.6);
    }

.profiledropdown .dropdown-toggle::after {
    vertical-align: 0.155em;
}

.rightmenuprogiledetails {
    display: grid;
    grid-template-columns: auto 1fr;
    text-align: left;
    grid-gap: 10px;
    padding: 16px;
    align-items: center;
    justify-content: center;
}

.topheadersubmenu {
    display: grid;
    padding-bottom: 12px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /*    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1607843137);*/
    /*    padding: 5px 20px;*/
    /*    position: fixed;*/
    right: 0;
    left: 70px;
    z-index: 4;
    width: 100%;
    transition: var(--tran-05);
}

    .topheadersubmenu .leftbreadcontainer {
        display: flex;
        gap: 8px;
    }

    .topheadersubmenu .submenuheading h3 {
        font-size: 16px;
        font-weight: 500;
        color: #1B1C1D;
        margin: 0px;
    }

    .topheadersubmenu .submenuheading.withburgeymenu p {
        font-size: 12px;
        color: #6c757d;
        margin: 0px;
        margin-bottom: 3px;
    }

    .topheadersubmenu .submenuheading.withburgeymenu i {
        color: #6c757d;
    }

    .topheadersubmenu .submenuheading.withburgeymenu p a {
        font-size: 12px;
        color: #6c757d;
        cursor: pointer;
    }

        .topheadersubmenu .submenuheading.withburgeymenu p a:hover {
            text-decoration: underline;
        }

/**************************************** Top Header css End */
.topheadersubmenu-thirdlevel {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    display: flex;
    /*  grid-template-columns: 1fr 1fr 1fr;*/
    align-items: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1607843137);
    padding: 5px 20px;
    z-index: 3;
}

.pagepad {
    padding: 1rem 1.2rem;
}

.settingspagetopmenu {
    margin-top: 3rem;
}

:root {
    --bs-primary: #1DA4FF;
    --body-color: #FCFCFC;
    --sidebar-color: transparent linear-gradient(0deg, #003AD3 0%, #002995 100%) 0% 0% no-repeat padding-box;
    --primary-color: #695CFE;
    --primary-color-light: #F6F5FF;
    --toggle-color: #DDD;
    --text-color: #ffffff;
    --tran-03: all 0.2s ease;
    --tran-03: all 0.3s ease;
    --tran-04: all 0.3s ease;
    --tran-05: all 0.3s ease;
}

.mb-20 {
    margin-bottom: 20px;
}

.text-right {
    text-align: right;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: var(--body-color);
    overflow-x: hidden;
}

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

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

::-webkit-scrollbar-track {
    /* background: #e7fafb; */
    background: #f2f2f2;
    border-radius: 29px;
    position: absolute;
}

::-webkit-scrollbar-thumb {
    background: #eeefef;
    border-radius: 34px;
}

/**************************************** Common css */
.iconbutton {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-block;
    font-weight: 500;
    color: #333;
    padding: 6px;
    transition: 0.2s;
    cursor: pointer;
}

    .iconbutton:hover {
        color: #333;
        background: #DDD;
    }

.modal-header {
    border-bottom: 0px;
}

.modal-footer {
    border-top: 0px;
}

.cardsview {
    /*  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1019607843);*/
    border-radius: 4px;
    opacity: 1;
    /*  padding: 1rem;*/
}

.dashcard {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1019607843);
    border-radius: 6px;
    padding: 1rem;
}

.dashboardinnercard {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 16px;
}

    .dashboardinnercard > span {
        background: #1DA4FF 0% 0% no-repeat padding-box;
        border-radius: 6px;
        padding: 10px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        width: 50px;
        justify-content: center;
    }

        .dashboardinnercard > span.greenbg {
            background: #14C63B 0% 0% no-repeat padding-box;
        }

        .dashboardinnercard > span.yellowbg {
            background: #f3f5f9 0% 0% no-repeat padding-box;
            color: #003AD3;
            border: 1px solid #003AD3;
        }

        .dashboardinnercard > span.pinkbg {
            background: #D62DF2 0% 0% no-repeat padding-box;
        }

    .dashboardinnercard label {
        font-size: 0.8rem;
        color: #707070;
        font-weight: 500;
    }

    .dashboardinnercard h2 {
        color: #000000;
        font-size: 1.6rem;
        margin: 0px;
    }

        .dashboardinnercard h2 small {
            font-size: 0.75rem;
        }

            .dashboardinnercard h2 small i {
                font-style: normal;
            }

            .dashboardinnercard h2 small span {
                font-size: 0.6rem;
            }

/**************************************** Forms and Buttons Start */
.dropdown-menu {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3137254902);
    border: 0px;
}

.my-login-form-group {
    margin-bottom: 1rem;
}

form {
    width: 100%;
}

.input-label {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0px;
    color: #585858 !important;
    /*text-transform: capitalize;*/
    margin-bottom: 2px;
    display: block;
    color: #717987;
    font-weight: 500;
}

.my-login-form-group .form-control {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #E5E7E6;
    min-height: 46px;
    border-radius: 4px;
}

/* ______________________________ */
.searchcontainer {
    position: relative;
    display:flex;
}
    .searchcontainer .form-control {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .searchcontainer .searchicon {
        /*        position: absolute;*/
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important
    }

.searchinput {
    padding-left: 40px;
    font-size: 14px;
}

.checkbox-wrap {
    cursor: pointer;
}

.my-form-group {
    margin-bottom: 16px;
}

    .my-form-group .form-control {
        border: 1px solid #E5E7E6;
        border-radius: 4px;
    }

.form-wrapper {
    /* gap: 16px; */
    /* margin: 0px; */
}

.formcol {
    /* padding: 0px; */
    padding-right: 10px;
    padding-left: 10px;
}

.errormsg {
    color: red;
    font-size: 14px;
    margin: 0;
}

    .errormsg * {
        color: red;
        font-size: 14px;
        margin: 0;
    }

select.form-control {
    min-height: 38px;
    -webkit-appearance: revert;
    -moz-appearance: revert;
    appearance: revert;
}

.checkradiocont {
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
}

    .checkradiocont input {
        cursor: pointer;
    }

.submitbtn {
    background: #003AD3;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    width: 100%;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 12px 20px;
    transition: 0.2s;
}

.rz-button.btn-primary.submitbtn, .btn-primary.rz-paginator-element {
    background: #003AD3;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    width: 100%;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 12px 20px;
    transition: 0.2s;
}

.submitbtn:hover {
    color: #FFFFFF;
    background: #046fab;
}

.filterbutton {
    width: 40px;
    height: 40px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 3px 6px #00000029; */
    border-radius: 30px;
    border: 0px;
    line-height: 100%;
    transition: 0.3s;
    color: #2F3134;
}

    .filterbutton:hover {
        background: #f3f3f3;
    }

.morebtnmenu .morebtn {
    width: 36px;
    height: 36px;
    display: inline-block;
    padding: 5px;
    text-align: center;
    border-radius: 50%;
    background: transparent;
    min-width: auto;
}

.morebtnmenu .dropdown-menu {
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    border: 0px;
    font-size: 14px;
    padding: 8px;
}

.morebtnmenu .dropdown-item {
    padding: 8px 10px;
    border-radius: 6px;
    transition: 0.3s;
}

.form-button {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn {
    min-width: 100px;
}

/**************************************** Forms and Buttons Start */
/**************************************** Date Picker css */
.datepicker-dropdown.dropdown-menu {
    font-size: 14px;
}

.datepicker td,
.datepicker th {
    width: 30px !important;
    height: 30px !important;
    border-radius: 0 !important;
    font-size: 14px !important;
}

.datepicker th {
    font-weight: 500;
    background: #f3f3f3;
}

.calendarbutton {
    position: absolute;
    right: 0;
    top: 1px;
    background: #dddddd;
    padding: 6px 7px;
    border: 0px;
    line-height: 0;
    z-index: 4;
}

.datepicker {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    border: 0px;
}

/**************************************** Auto Complete Css */
.search-container {
    position: relative;
    width: 100%;
}

    .search-container .suggestions {
        position: absolute;
        top: 100%;
        z-index: 99;
        background: white;
        width: 100%;
    }

    .search-container ul {
        display: none;
        list-style-type: none;
        padding: 0;
        margin: 0;
        box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3137254902);
        max-height: 200px;
        overflow-y: auto;
    }

        .search-container ul.has-suggestions {
            display: block;
        }

        .search-container ul li {
            padding: 10px;
            cursor: pointer;
            background: rgba(255, 255, 255, 0.2);
        }

            .search-container ul li:hover {
                background-color: #cccccc;
            }

    .search-container input {
        padding-right: 40px;
    }

.rightsearch {
    position: absolute;
    right: 10px;
    top: 8px;
}

.button-primary-two {
    border-radius: 0.2rem;
    background: #0076D4;
    color: #fff;
    font-size: 0.75rem;
    border: none;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0.5rem 1rem;
    font-weight: 500;
    transition: all ease 300ms;
}

    .button-primary-two:hover {
        color: #fff;
        background: #0063b4;
    }

    .button-primary-two:disabled {
        box-shadow: none;
        opacity: 0.6;
        cursor: default;
        pointer-events: none;
        background: #74788d;
        color: #2F3134;
    }

.table-sm > :not(caption) > * > * {
    padding: 0.5rem 0.25rem;
}

.table > :not(:first-child) {
    border-top: none !important;
}

.table {
    font-size: 14px;
}

tr:nth-child(even) {
    background-color: #FFF
}

thead {
    background-color: #E2F3FF;
}

tr, td, th {
    /*  border-bottom: none !important;*/
    font-weight: normal;
}

.componentlists-wrapper {
    border: 2px solid #bbbbbb;
    padding: 0.5rem;
    border-radius: 6px;
    margin-bottom: 2rem;
}

    .componentlists-wrapper.activecomponents .componentlists-items {
        background: url(./images/checkicon.svg);
        background-color: #E2F3FF;
        background-size: 20px;
        background-position: 10px center;
        padding-left: 40px;
        background-repeat: no-repeat;
    }

        .componentlists-wrapper.activecomponents .componentlists-items span {
            vertical-align: bottom;
            margin-left: 4px;
        }

    .componentlists-wrapper .componentlists-items {
        display: inline-block;
        border-radius: 6px;
        padding: 6px 16px;
        border: 1px solid !important;
        /*  background: url(./images/listicon.svg);
  background-size: 20px;
  background-position: 10px center;*/
        padding-left: 20px;
        background-repeat: no-repeat;
        border-radius: 6px;
        background-color: #5dbf741f;
        /*  border: 2px solid #1DA4FF;*/
        /*  color: #1DA4FF;*/
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        margin: 4px;
        transition: 0.2s;
    }

        .componentlists-wrapper .componentlists-items:hover {
            background-color: #e0f3ff;
        }

.componentlists-items {
    border-radius: 6px !important
}

.formulacard-view {
    background: #E2F3FF;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

    .formulacard-view p {
        font-size: 16px;
        margin: 0;
    }

    .formulacard-view span {
        background: #1DA4FF;
        color: #ffffff;
        padding: 4px 6px;
        display: inline-block;
        border-radius: 4px;
        margin: 0px 2px;
    }

.formulainncard {
    background: #ffffff;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.availaleinputscard {
    max-height: 155px;
    overflow-y: auto;
}

    .availaleinputscard span {
        display: inline-block;
        padding: 4px 8px;
        background: #E2F3FF;
        color: #2F3134;
        border-radius: 4px;
        margin-right: 4px;
        margin-bottom: 4px;
        cursor: pointer;
        font-size: 14px;
        transition: 0.2s;
    }

        .availaleinputscard span:hover {
            background: #cce9fd;
        }

.formulacalculator {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
    margin-bottom: 16px;
}

    .formulacalculator .input-label {
        margin-bottom: 10px;
    }

    .formulacalculator .operatorcard {
        display: grid;
        grid-template-columns: repeat(4, 40px);
        grid-gap: 10px;
    }

        .formulacalculator .operatorcard span {
            cursor: pointer;
            padding: 4px;
            background: #E2F3FF;
            display: inline-block;
            border-radius: 4px;
            text-align: center;
            font-size: 16px;
            font-weight: 600;
            transition: 0.2s;
        }

            .formulacalculator .operatorcard span:hover {
                background: #cce9fd;
            }

a.active {
    background-color: #E2F3FF;
}

.my-form-sub-group {
    word-wrap: break-word;
    width: 202px;
    margin-bottom: 16px;
}

    .my-form-sub-group span {
        font-weight: 500;
    }

.btn-light {
    border: 1px solid #0076D4;
    color: #0076D4;
    background-color: #FFFFFF;
}

.tablenav {
    overflow: hidden;
}

    .tablenav a {
        float: left;
        display: block;
        color: #717987;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 16px;
        border-bottom: 3px solid transparent;
    }

        .tablenav a:hover {
            color: #0076D4;
        }

        .tablenav a.active {
            border-bottom: 3px solid #0076D4;
            background-color: #FFFFFF;
            color: #0076D4;
        }

.browse {
    border-radius: 0px 4px 4px 0px;
    position: relative;
    overflow: hidden;
}

.capture {
    border-radius: 4px 0px 0px 4px;
}

.upload-btns {
    margin: 0px 10px 0px 10px;
}

input#formFile {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}

.dash-inbox-wrapper {
    /* margin: 20px 0px;*/
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /*    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);*/
    border-radius: 6px;
    display: grid;
    grid-template-columns: 300px auto;
    /*    padding-top: 8px;*/
}

.inbox-leftside {
    border-right: 1px solid #e5e5e5;
    padding-right:6px;
}

    .inbox-leftside .inboxleft-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /*        padding: 10px;*/
    }

    .inbox-leftside .inboxlist {
        display: inline-block;
        padding: 10px;
        text-decoration: none;
        line-height: 20px;
        border: 1px solid #dbdcff;
        cursor: pointer;
        transition: 0.2s;
        border-radius: 10px;
        margin-bottom: 8px;
    }

        .inbox-leftside .inboxlist:hover {
            background: #dff2ff;
        }

        .inbox-leftside .inboxlist * {
            margin: 0px;
            text-decoration: none;
            color: #343434;
            cursor: pointer;
            font-weight: 500;
        }

        .inbox-leftside .inboxlist h4 {
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
        }

        .inbox-leftside .inboxlist h6 {
            font-size: 13px;
            font-weight: 400;
            margin: 8px 0px;
        }

    .inbox-leftside .dropdown-toggle {
        background-color: #fff;
        border-radius: 6px;
        display: flex;
        border: 1px solid #dbdbdb;
        align-items: center;
        padding: 4px 10px;
        text-decoration: none;
    }

.actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .actions a {
        border: 1px solid rgba(0, 0, 0, 0.1019607843);
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        border-radius: 6px;
        margin-right: 3px;
    }

.inbox-leftside .material-symbols-outlined {
    font-size: 20px;
}

.countinbox {
    background-color: #4800ff;
    border-radius: 50%;
    padding: 3px;
    width: 24px;
    height: 24px;
    display: flex;
    font-size: 11px;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    color: #fff;
}

.inbox-leftside .inboxlist small {
    font-size: 12px;
    letter-spacing: 0px;
    /* display: block; */
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: normal;
    /* overflow: hidden; */
    /* -webkit-line-clamp: 2; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.inbox-leftside .inboxlist span {
    display: inline-block;
    font-size: 10px;
    padding: 1px 8px;
    background: #fff;
    border-radius: 20px;
}

.inbox-leftside .inboxlist .btn {
    width: auto;
    flex: none;
    min-width: min-content;
    font-size: 12px !important;
}

.inbox-leftside .inboxlist i {
    font-size: 11px;
    font-style: normal;
    color: #545454;
}

.inbox-leftside .inboxleft-body {
    max-height: calc(100vh - 260px);
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 600px !important;
}

.inbox-right-header {
    display: grid;
    grid-template-columns: auto auto;
    /*    padding: 5px 20px;*/
    background: #f5f5f5;
    padding: 6px 12px;
    border-radius: 6px;
    /*    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1019607843);*/
    cursor: pointer;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .inbox-right-header .inbox-right-headerinformation {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-gap: 10px;
        align-items: center;
        justify-content: center;
    }

        .inbox-right-header .inbox-right-headerinformation * {
            margin: 0px;
        }

        .inbox-right-header .inbox-right-headerinformation span {
            font-size: 16px;
            font-weight: 600;
            background: 0% 0% no-repeat padding-box padding-box rgb(13, 110, 253);
            color: rgb(255, 255, 255);
            display: inline-flex;
            width: 48px;
            height: 48px;
            border-radius: 10px;
            text-align: center;
            align-items: center;
            justify-content: center;
        }

        .inbox-right-header .inbox-right-headerinformation h6 {
            font-size: 14px;
            font-weight: 600;
            color: #000000;
        }

        .inbox-right-header .inbox-right-headerinformation p {
            font-size: 14px;
            color: #2F3134;
        }

.inbox-right-headerinformationrightside {
    text-align: right;
}

    .inbox-right-headerinformationrightside i {
        font-size: 12px;
        font-style: normal;
        display: block;
        margin-top: 5px;
    }

.greenbg {
    background: #14C63B 0% 0% no-repeat padding-box;
}

.verifybg {
    background: #26c91e 0% 0% no-repeat padding-box;
}

.yellowbg {
    background: #f3f5f9 0% 0% no-repeat padding-box;
    color: #003AD3;
    border: 1px solid #003AD3;
    width: auto !important
}

.pinkbg {
    background: #D62DF2 0% 0% no-repeat padding-box;
}

.inbox-right-body {
    padding: 1rem;
    max-width: 100%;
    margin: auto;
    max-height: calc(100vh - 272px);
    overflow-y: auto;
    min-height: 200px;
    background-color: #fbfbfb;
    border-top: 1px solid #f5f5f5;
}

.loantype {
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 20px;
}

.loanstatus {
    display: inline-block;
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 6px;
}

.redcolor {
    color: #F20000;
}

.greencolor {
    color: #009A1F;
}

:root {
    --circle-size: clamp(.5rem, 5vw, 1.2rem);
    --spacing: clamp(0.25rem, 2vw, 0.5rem);
}

.vertical-stepper {
    padding: 0px;
    padding-top: 14px;
    padding-left: 8px;
}

.vertical_stepper_wrapper {
    max-width: 100%;
}

.started_date {
    font-size: 14px;
    background: #f1f1f1;
    padding: 8px 18px;
    border-radius: 24px;
    margin: 0px;
    line-height: 100%;
    height: auto;
    position: relative;
    top: -12px;
}

.vertical-stepper__item {
    position: relative;
    display: flex;
    gap: 1rem;
    padding-bottom: 1rem;
}

    .vertical-stepper__item:before {
        content: "";
        flex: 0 0 var(--circle-size);
        height: var(--circle-size);
        border-radius: 50%;
        background-color: lightgrey;
        position: relative;
    }

    .vertical-stepper__item:not(:last-child):after {
        content: "";
        position: absolute;
        left: 0;
        top: calc(var(--circle-size) + var(--spacing));
        bottom: var(--spacing);
        z-index: 0;
        transform: translateX(calc(var(--circle-size) / 2));
        width: 2px;
        background-color: transparent;
        border: dashed 1px #ccc;
    }

    .vertical-stepper__item.timestartitem::before {
        width: 10px !important;
        height: 10px !important;
        /* flex: 10px !important; */
        display: inline-block;
        flex-basis: 10px;
        position: relative;
        margin-left: 6px;
        background: #009A1F;
        outline: 6px solid rgba(0, 154, 31, 0.5);
    }

    .vertical-stepper__item.timestartitem:not(:last-child)::after {
        top: 30px;
        bottom: 10px;
    }

.vertical-stepper__content {
    display: grid;
    grid-template-columns: 160px 1fr;
    grid-gap: 20px;
    align-items: flex-start;
    width: 100%;
}

    .vertical-stepper__content .leftstagetexts label {
        font-size: 12px;
        text-transform: uppercase;
    }

    .vertical-stepper__content .leftstagetexts .vertical-stepper__title {
        font-weight: 500;
        font-size: 12px;
        color: #5A5A5A;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

    .vertical-stepper__content .leftstagetexts span {
        font-size: 12px;
    }

        .vertical-stepper__content .leftstagetexts span i {
            vertical-align: text-top;
            font-size: 15px;
        }

.stagecompleted:not(:last-child):after {
    border: dashed 1px #cfcfcf;
}

.stagecompleted .stagestatustxt {
    color: #009A1F;
    font-weight: 600;
    font-size: 13px;
}

.stageinprogress .stagestatustxt {
    color: #0076D4;
}

.steppercar-container {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #f1ecec;
    border-radius: 6px;
    display: block !important;
    transition: 0.2s;
    overflow: hidden;
    text-overflow: ellipsis !important;
    box-shadow: 4px 1px 16px 0px rgb(0 0 0 / 6%);
}

    .steppercar-container:hover {
        border: 1px solid #00000008;
        box-shadow: 0px 11px 12px -12px rgba(0, 0, 0, 0.1098039216);
    }

    .steppercar-container .stagecolapsecard-header {
        position: relative;
        background: #F6FAFF 0% 0% no-repeat padding-box;
        display: inline-block;
        padding: 16px;
        text-decoration: none;
        padding-right: 2rem;
        border-radius: 6px;
        width: 100%;
    }

        .steppercar-container .stagecolapsecard-header small {
            font-size: 14px;
            letter-spacing: 0px;
            color: #2F3134;
        }

        .steppercar-container .stagecolapsecard-header p {
            font-size: 13px;
            margin-top: 0px;
            margin-bottom: 0px;
            color: #000;
            font-weight: 600;
            text-overflow: ellipsis;
            word-break: break-word;
            white-space: normal;
            /* overflow: hidden; */
            /* -webkit-line-clamp: 2; */
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .steppercar-container .stagecolapsecard-header.collapsed {
            background: #FFFFFF 0% 0% no-repeat padding-box;
            width: 100%
        }

            .steppercar-container .stagecolapsecard-header.collapsed::after {
                transform: rotate(0deg);
            }

        .steppercar-container .stagecolapsecard-header::after {
            flex-shrink: 0;
            width: 1.25rem;
            height: 1.25rem;
            margin-left: auto;
            content: "";
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-size: 1.25rem;
            transition: transform 0.2s ease-in-out;
            position: absolute;
            right: 16px;
            top: 14%;
            transform: rotate(180deg);
        }

    .steppercar-container .colapsecontent {
        padding: 16px;
    }

    .steppercar-container .stagetag {
        padding: 4px 12px;
        display: inline-block;
        border-radius: 20px;
        background: #ccc;
        color: #333;
        font-size: 14px;
        margin-right: 10px;
    }

.stage_one_list::before, .stage_one_list .stagetag {
    background: #008bd80f;
    color: #008BD8;
    border: 1px solid #008BD8;
}

.stage_one_list::before {
    outline: 4px solid rgba(0, 139, 216, 0.5);
}

.stage_two_list::before, .stage_two_list .stagetag {
    background: #ff1d620d;
    color: #FF1D62;
    border: 1px solid #FF1D62;
}

.stage_two_list::before {
    outline: 4px solid rgba(255, 29, 98, 0.5);
}

.stage_three_list::before, .stage_three_list .stagetag {
    background: #c41dff1f;
    color: #C41DFF;
    border: 1px solid #C41DFF;
}

.stage_three_list::before {
    outline: 4px solid rgba(196, 29, 255, 0.5);
}

.stage_four_list::before, .stage_four_list .stagetag {
    background: #00cc1b1f;
    color: #00CC1B;
    border: 1px solid #00CC1B;
}

.stage_four_list::before {
    outline: 4px solid rgba(0, 204, 27, 0.5);
}

.stage_five_list::before, .stage_five_list .stagetag {
    background: #ffca1d24;
    color: #FFCA1D;
    border: 1px solid #FFCA1D;
}

.stage_five_list::before {
    outline: 4px solid rgba(255, 202, 29, 0.5);
}

.stage_six_list::before, .stage_six_list .stagetag {
    background: #ff8e1d14;
    color: #FF8E1D;
    border: 1px solid #FF8E1D;
}

.stage_six_list::before {
    outline: 4px solid rgba(255, 142, 29, 0.5);
}

.stage_seven_list::before, .stage_seven_list .stagetag {
    background: #00d1d81a;
    color: #00D1D8;
    border: 1px solid #00D1D8;
}

.stage_seven_list::before {
    outline: 4px solid rgba(0, 209, 216, 0.5);
}

.stage_eight_list::before, .stage_eight_list .stagetag {
    background: #a51dff1a;
    color: #A51DFF;
    border: 1px solid #A51DFF;
}

.stage_eight_list::before {
    outline: 4px solid rgba(165, 29, 255, 0.5);
}

.stage_nine_list::before, .stage_nine_list .stagetag {
    background: #1dff7714;
    color: #1DFF77;
    border: 1px solid #1DFF77;
}

.stage_nine_list::before {
    outline: 4px solid rgba(29, 255, 119, 0.5);
}

.stage_ten_list::before, .stage_ten_list .stagetag {
    background: #00cc1b14;
    color: #00CC1B;
    border: 1px solid #00CC1B;
}

.stage_ten_list::before {
    outline: 4px solid rgba(0, 204, 27, 0.5);
}

/* Timeline */
.timeline,
.timeline-horizontal {
    list-style: none;
    padding: 0px;
    position: relative;
    margin: 0%;
}

    .timeline:before {
        top: 40px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline .timeline-item {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline .timeline-item:before {
            content: "";
            display: table;
        }

        .timeline .timeline-item:after {
            content: "";
            display: table;
            clear: both;
        }

        .timeline .timeline-item .timeline-badge {
            color: #fff;
            width: 30px;
            height: 30px;
            text-align: center;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: 500;
            position: relative;
            top: -4px !important;
            cursor: pointer;
        }

            .timeline .timeline-item .timeline-badge i,
            .timeline .timeline-item .timeline-badge .fa,
            .timeline .timeline-item .timeline-badge .glyphicon {
                top: 2px;
                left: 0px;
            }

            .timeline .timeline-item .timeline-badge.primary {
                background-color: #1f9eba;
            }

            .timeline .timeline-item .timeline-badge.info {
                background-color: #5bc0de;
            }

            .timeline .timeline-item .timeline-badge.success {
                background-color: #59ba1f;
            }

            .timeline .timeline-item .timeline-badge.warning {
                background-color: #d1bd10;
            }

            .timeline .timeline-item .timeline-badge.danger {
                background-color: #ba1f1f;
            }

        .timeline .timeline-item:last-child:nth-child(even) {
            float: right;
        }

        .timeline .timeline-item:last-child .timeline-badge::after {
            display: none;
        }

.topstepper {
    height: 65px;
    position: relative;
    max-width: 100%;
    margin: auto;
    width: 100%;
}
#mySidenav .arrow {
    top:4px !important;
    width: 26px;
    height: 26px;
}

.arrow {
    position: absolute;
    left: 0;
    /* right: 0; */
    top: 12px;
    z-index: 1;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    background: #f1f6f8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
}

    .arrow:hover {
        background: #f3f3f3;
    }

#right-arrow.arrow {
    right: 0px;
    left: initial !important;
}

#left-arrow {
    left: 10px;
}

.btnclick-icon {
    display: flex;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: 0.2s;
}

    .btnclick-icon:hover {
        background: #0d6efd;
    }

.horitileminmain {
    display: inline-block;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    line-height: 0px;
    padding: 6px 40px;
}

.timeline-horizontal {
    list-style: none;
    position: relative;
    padding: 0px;
    display: inline-block;
}

    .timeline-horizontal .timeline-item {
        display: table-cell;
        height: 40px;
        width: 60px;
        min-width: 60px;
        float: none !important;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0 auto;
        vertical-align: bottom;
        opacity: 0.5;
    }

        .timeline-horizontal .timeline-item .timeline-panel {
            top: auto;
            bottom: 64px;
            display: inline-block;
            float: none !important;
            left: 0 !important;
            right: 0 !important;
            width: 100%;
            margin-bottom: 20px;
        }

            .timeline-horizontal .timeline-item .timeline-panel:before {
                top: auto;
                bottom: -16px;
                left: 28px !important;
                right: auto;
                border-right: 16px solid transparent !important;
                border-top: 16px solid #c0c0c0 !important;
                border-bottom: 0 solid #c0c0c0 !important;
                border-left: 16px solid transparent !important;
            }

        .timeline-horizontal .timeline-item:before, .timeline-horizontal .timeline-item:after {
            display: none;
        }

        .timeline-horizontal .timeline-item .timeline-badge::after {
            content: " ";
            left: 100%;
            position: absolute;
            width: 100%;
            height: 2px;
            border-top: 1.5px dashed #ccc;
            left: 100%;
        }

        .timeline-horizontal .timeline-item .timeline-panel {
            margin-bottom: 20px;
            border-radius: 5%;
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
        }

        .timeline-horizontal .timeline-item.stagecompleted .timeline-badge::after {
            border-top: 1.5px dashed #178300;
        }

        .timeline-horizontal .timeline-item.activestage {
            opacity: 1;
        }

.hor_stage_one_list .timeline-badge {
    background: #008BD8;
    color: #fff;
    outline: 4px solid rgba(0, 139, 216, 0.5);
}

.hor_stage_two_list .timeline-badge {
    background: #FF1D62;
    color: #fff;
    outline: 4px solid rgba(255, 29, 98, 0.5);
}

.hor_stage_three_list .timeline-badge {
    background: #C41DFF;
    color: #fff;
    outline: 4px solid rgba(196, 29, 255, 0.5);
}

.hor_stage_four_list .timeline-badge {
    background: #00CC1B;
    color: #fff;
    outline: 4px solid rgba(0, 204, 27, 0.5);
}

.hor_stage_five_list .timeline-badge {
    background: #FFCA1D;
    color: #fff;
    outline: 4px solid rgba(255, 202, 29, 0.5);
}

.hor_stage_six_list .timeline-badge {
    background: #FF8E1D;
    color: #fff;
    outline: 4px solid rgba(255, 142, 29, 0.5);
}

.hor_stage_seven_list .timeline-badge {
    background: #00D1D8;
    color: #fff;
    outline: 4px solid rgba(0, 209, 216, 0.5);
}

.hor_stage_eight_list .timeline-badge {
    background: #A51DFF;
    color: #fff;
    outline: 4px solid rgba(165, 29, 255, 0.5);
}

.hor_stage_nine_list .timeline-badge {
    background: #1DFF77;
    color: #fff;
    outline: 4px solid rgba(29, 255, 119, 0.5);
}

.hor_stage_ten_list .timeline-badge {
    background: #00CC1B;
    color: #fff;
    outline: 4px solid rgba(0, 204, 27, 0.5);
}

.detail_vertical_steppercontainer {
    padding: 20px;
}

.uploadedlistdoc a {
    display: block;
    border: 1px solid #000000;
    padding: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #272727;
    margin-bottom: 6px;
    border-radius: 4px;
    padding-right: 10px;
    position: relative;
    cursor: pointer;
}

    .uploadedlistdoc a span {
        position: absolute;
        right: 10px;
        top: 26%;
        font-size: 18px;
    }

.detailverttimelineview-page {
    padding-top: 50px;
}

.detailvertiacalpagewith-menu {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
    background-color: #f1f1f1;
    padding: 10px;
    position: relative;
}

.detailform-wrapper {
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    border-radius: 6px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
    border-radius: 6px;
}

    .sidenav a {
        padding: 8px 16px;
        text-decoration: none;
        font-size: 16px;
        color: #333333;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            background: #eef0ff;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 14px;
        font-size: 36px;
        /* margin-left: 50px; */
        padding: 0px;
        margin: 0;
    }

#main {
    transition: margin-left 0.5s;
    padding: 16px;
}

.name-dropdown {
    width: 100%;
    height: 38px;
    color: blue;
    border: 1px solid blue;
    border-radius: 4px;
    text-align: left;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .name-dropdown:hover {
        list-style: none;
    }

    .name-dropdown::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        position: absolute;
        right: 10px;
        top: 45%;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}
/*# sourceMappingURL=style.css.map */

.rz-tabview-nav {
    overflow: hidden;
    background-color: #F8F8F8;
    border: none;
    border-radius: 6px;
    padding: 6px;
    border: 1px solid #E5E7E6;
}

rz-tabview-panels {
    border: none !important;
}

.rz-tabview-nav li a {
    background-color: #F8F8F8;
    border: none;
}

.rz-tabview-top > .rz-tabview-nav li {
    border: none;
    background-color: #F8F8F8;
}

.rz-tabview-title {
    white-space: nowrap;
    color: #000;
    font-weight:500;
}

.rz-tabview-top > .rz-tabview-nav .rz-tabview-selected a {
    background-color: #fff !important;
    border-radius: 6px;
    color: #1C1A27;
    font-weight: 500;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1607843137)
}

    .rz-tabview-top > .rz-tabview-nav .rz-tabview-selected a span {
        color: #1C1A27;
        font-weight: 500;
    }

::-webkit-scrollbar {
    height: 7px;
    width: 7px;
}


label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rz-datepicker-trigger .rzi-calendar {
    background-color: white !IMPORTANT;
    padding-left: 5px !IMPORTANT;
}

.alert-danger {
    background-color: transparent !important;
    border: transparent !important;
    text-align: left !IMPORTANT;
    display: inline-block !important;
    color: #f9777f !important;
    font-size: 0.75rem !important;
    padding: 0 !important;
}

.rz-fileupload-choose {
    padding: 0px 15px;
    margin-top: 2px !important;
}

.rz-fileupload-buttonbar {
    background-color: transparent !important;
}

.rz-fileupload-buttonbar {
    padding: 0 !important;
}

.onboard {
    font-weight: 600;
    font-size: 13px;
    color: #000;
}

.formcol .form-group {
    font-size: 14px;
    color: #7a7a7a;
}

.statusdate {
    display: flex !important;
    justify-content: end;
    margin-right: 20%;
}

.formcol p {
    font-weight: 600;
    font-size: 13px;
    color: #000;
    margin-bottom: 0px;
}

.action {
    width: 100%;
    background-color: #ECF0FC;
    padding: 6px 12px !important;
    border-radius: 6px;
    color: #003AD3;
}

.deviation {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #f1ecec;
    border-radius: 6px;
    display: block !important;
    transition: 0.2s;
    text-overflow: ellipsis !important;
    box-shadow: 4px 1px 16px 0px rgb(0 0 0 / 6%);
    height: 200px;
    overflow: hidden;
    padding: 16px;
}

.policy-check {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #f1ecec;
    border-radius: 6px;
    display: block !important;
    transition: 0.2s;
    text-overflow: ellipsis !important;
    box-shadow: 4px 1px 16px 0px rgb(0 0 0 / 6%);
    height: 200px;
    overflow: hidden;
    padding: 16px;
}

.carditem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}

.cardsview h4 {
    font-size: 18px !important
}

.activestages {
    display: flex;
    align-items: center;
}

.withburgeymenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.activestages label {
    color: #727E8C;
    margin-right: 12px;
}

.activestages span {
    color: #000;
    font-weight: 500;
}

.submenusidebar {
    position: absolute;
    width: 100px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -65px;
    top: 40px;
    background: rgb(13, 110, 253);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    color: rgb(255, 255, 255);
    transform: rotate(-90deg);
}



.detailform-wrapper {
    padding: 20px 20px 20px 20px !important;
}

.test {
    border: solid 1px;
}

.rz-datatable-thead th .rz-column-title, .rz-grid-table thead th .rz-column-title {
    padding: 0px 0px 0px 8px !important;
    color: #585858 !important
}

.rz-datatable {
    padding: 0px !important
}

.rz-datatable-thead th {
    background-color: #F8F8F8 !important
}

.rz-grid-table td {
    background-color: #fff !important;
    padding: 8px 16px !important;
    border-right: 0px !important;
    border-bottom: 1px solid #e9ebec !important;
    text-align: left !important;
}

.rz-grid-table thead th .rz-column-title {
    color: #585858 !important;
    text-transform: capitalize;
    font-size: 14px;
}

.rz-datatable-thead th, .rz-grid-table thead th {
    background-color: #f3f6f9bf !important;
    padding: 8px;
    color: #212529;
    font-weight: 600 !important;
    border-bottom: 1px solid #E5E7E6;
}

.rz-form-field-content, .rz-colorpicker, .rz-lookup-search input, .rz-spinner, .rz-calendar .rz-inputtext, .rz-multiselect, .rz-dropdown, .mask, .rz-textarea, .rz-textbox {
    box-shadow: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #003AD3 !important;
    border-color: #7FA2FF !important;
    border-radius: 6px !important
}

.rz-datatable-emptymessage {
    background-image: url("./images/nodata.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 150px;
    background-position: center;
}

.rz-datatable-tfoot {
    border-top: 1px solid #E5E7E6;
}

.siderbar.close .bottom-content .toggle-switch {
    justify-content: left;
}

.rz-dialog-titlebar {
    background-color: #003AD3 !important
}

.rz-dialog-title {
    color: #fff !important
}

.rzi-times:before {
    color: #fff !important
}

.rz-dialog {
    border-radius: 10px;
}

.rz-dialog-content {
    padding-top: 16px !important;
}

.prod-btn {
    border: 1px solid #00000029;
    border-radius: 6px;
    box-shadow: 4px 1px 16px 0px rgb(0 0 0 / 6%);
    margin-bottom: 8px;
    height: 80px;
    display: flex;
    align-items: center;
}

    .prod-btn .input-label {
        font-size: 16px;
        color: #000 !important;
        font-weight: 500;
        padding-left: 8px;
    }

.btn-group-vertical .btn.btn-primary {
    background-color: #F9FAFE !important;
    border: 1px solid #D4E0FF !important;
    color: #1C1A27 !important;
    text-align: left;
}

.btn-group-vertical .btn-secondary {
    background-color: #003AD3 !important;
    color: #fff !important;
    border-radius: 6px !important;
    text-align: left;
}

#dvBody {
    background: #fff;
    padding: 16px;
    box-shadow: 4px 1px 16px 0px rgb(0 0 0 / 6%);
    margin-top: 16px;
    margin-right: 16px;
    margin-left: 16px;
    border-radius: 6px;
}

.rz-grid-table thead th .rz-column-title-content {
    font-weight: 500 !important;
    color: #2F3134 !important
}

.wrapy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 2px;
}

.mode-label {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #111;
}

.wrapy input[type="checkbox"] {
    display: none;
}

.track {
    width: 52px;
    height: 26px;
    background: rgb(181 181 181);
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: background 0.4s;
}

.wrapy input:checked + .track {
    background: #e0e0e0;
}

.knob {
    position: absolute;
    top: 4px;
    left: 5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #999595;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1), background 0.4s;
}

.wrapy input:checked + .track .knob {
    transform: translateX(26px);
    background: #f5c518;
}

.core {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    transition: background 0.3s;
}

input:checked + .track .core {
    background: #e8a800;
}

.ray {
    position: absolute;
    background: #f5c518;
    width: 2px;
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.3s;
}

.wrapy input:checked + .track .ray {
    opacity: 1;
}

.rz-tabview-top > .rz-tabview-panels {
    border: none !important;
}

.rz-datatable-thead th, .rz-grid-table thead th {
    border-right: none !important;
}

.rz-datatable-data td .rz-cell-data, .rz-grid-table td .rz-cell-data {
    color: #161616 !important;
    font-size: 13px !important
}

.table-footerpagination {
    margin-top: 8px;
}

.rz-datatable-thead th.rz-text-align-center .rz-column-title, .rz-grid-table thead th.rz-text-align-center .rz-column-title {
    justify-content: left !important;
}
/*
.valid {
    display: block !important
}*/

.componentlists-item-new {
    padding: 8px 8px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    
    width: 100%;
    margin-bottom: 8px;
    font-size: 13px;
    border: 1px solid rgb(0 0 0 / 6%);
    background-color: #fff;
    font-weight: 500;
    color: #6c757d;
}

    .componentlists-item-new p {
        width: 120px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0px;
        padding-left:6px;
    }
    .componentlists-item-new span{
        margin-left:auto;
    }

    .componentlists-item-new.active {
        background-color: #E2F3FF;
        border: 1px solid #0076D4;
        color: #003AD3;
        font-weight: 500;
       
    }
        .componentlists-item-new.active::before {
            content: "";
            background-image: url("images/loading.svg");
            background-repeat: no-repeat;
            background-size: contain;
            width: 18px;
            height: 18px;
            filter: invert(1) sepia(1) saturate(5) hue-rotate(180deg);
        }

    .componentlists-item-new.completed {
        background-color: #12b76a2b;
        border: 1px solid #12B76A;
        color: #12B76A;
        font-weight: 500;
    }

    .componentlists-item-new.locked {
        background-color: rgb(0 0 0 / 6%);
        border: 1px solid #ccc;
        color: #5A5A5A;
        font-weight: 500;
    }

    .componentlists-item-new.completed::before {
        content: "";
        background-image: url("images/tick.svg");
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
    }

    .componentlists-item-new::before {
        content: "";
        background-image: url("images/loading.svg");
        background-repeat: no-repeat;
        background-size: contain;
        width: 18px;
        height: 18px;
    }

    .componentlists-item-new:hover {
        background-color: #E2F3FF;
        color: #003AD3;
    }

    .componentlists-item-new .active-status {
        color: #003AD3;
        padding: 1px 4px;
        border-radius: 10px;
        border: 1px solid #0076D4;
        font-size: 11px;
    }

    .componentlists-item-new .completed-status {
        color: #12B76A;
        padding: 1px 4px;
        border-radius: 10px;
        border: 1px solid #12B76A;
        font-size: 11px;
    }

    .componentlists-item-new .pending-status {
        color: #727E8C;
        padding: 1px 4px;
        border-radius: 10px;
        border: 1px solid #ccc;
        font-size: 11px;
        background-color: rgb(0 0 0 / 6%);
    }

    .componentlists-item-new .blocked-status {
        color: #2F3134;
        font-size: 11px;
        font-weight: 600;
    }
    /* ── Ripple rings behind the icon ── */
    .ripple-wrap {
        position: absolute;
        width: 120px;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ripple {
        position: absolute;
        border-radius: 50%;
        border: 1.5px solid #1da4ff;
        opacity: 0;
        animation: ripple 2.4s ease-out infinite;
    }

        .ripple:nth-child(1) {
            width: 60px;
            height: 60px;
            animation-delay: 0s;
        }

        .ripple:nth-child(2) {
            width: 90px;
            height: 90px;
            animation-delay: .5s;
        }

        .ripple:nth-child(3) {
            width: 120px;
            height: 120px;
            animation-delay: 1s;
        }

    @keyframes ripple {
        0% {
            transform: scale(.4);
            opacity: .7;
        }

        100% {
            transform: scale(1);
            opacity: 0;
        }
    }
    /* ── Loader card ── */
    .beacon-stage {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 28px;
        position: relative;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1100;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
    }
    /* ── SVG icon ── */
    .icon-wrap {
        position: relative;
        width: 56px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .beacon-icon {
        width: 48px;
        height: auto;
        position: relative;
        z-index: 2;
        filter: drop-shadow(0 4px 16px rgba(29, 164, 255, .35));
        animation: iconFloat 3s ease-in-out infinite;
    }

    @keyframes iconFloat {
        0%, 100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-4px);
        }
    }
    /* Staggered triangle pulse */
    .beacon-icon #Path_1937 {
        animation: triPulse 2.4s ease-in-out infinite 0s;
    }

    .beacon-icon #Path_1939 {
        animation: triPulse 2.4s ease-in-out infinite .15s;
    }

    .beacon-icon #Path_1935 {
        animation: triPulse 2.4s ease-in-out infinite .3s;
    }

    .beacon-icon #Path_1938 {
        animation: triPulse 2.4s ease-in-out infinite .45s;
    }

    .beacon-icon #Path_1934 {
        animation: triPulse 2.4s ease-in-out infinite .6s;
    }

    .beacon-icon #Path_1936 {
        animation: triPulse 2.4s ease-in-out infinite .75s;
    }

    @keyframes triPulse {
        0%, 100% {
            opacity: 1;
            filter: brightness(1);
        }

        30% {
            opacity: .35;
            filter: brightness(1.6);
        }

        60% {
            opacity: 1;
            filter: brightness(1);
        }
    }
    /* ── Wordmark ── */
    .wordmark {
        animation: fadeSlideUp .9s cubic-bezier(.22,1,.36,1) both;
        display:none;
    }

        .wordmark svg {
            width: 108px;
            height: auto;
            /* show only the text paths */
        }

    @keyframes fadeSlideUp {
        from {
            opacity: 0;
            transform: translateY(8px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    /* ── Dots progress ── */
    .dots {
        display: flex;
        gap: 6px;
        animation: fadeSlideUp .9s cubic-bezier(.22,1,.36,1) .3s both;
    }

    .dot {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #1da4ff;
        animation: dotBounce 1.4s ease-in-out infinite;
    }

        .dot:nth-child(1) {
            animation-delay: 0s;
            background: #003bd4;
        }

        .dot:nth-child(2) {
            animation-delay: .2s;
            background: #0076d4;
        }

        .dot:nth-child(3) {
            animation-delay: .4s;
            background: #008bd8;
        }

        .dot:nth-child(4) {
            animation-delay: .6s;
            background: #1da4ff;
        }

    @keyframes dotBounce {
        0%, 80%, 100% {
            transform: scale(1);
            opacity: .4;
        }

        40% {
            transform: scale(1.5);
            opacity: 1;
        }
    }

.login-leftside{
    position:relative;
    display:flex;
    flex-direction:row;
}
.login-left-content {
    position: absolute;
    width: 300px;
    bottom: 80px;
    left: 80px;
}
.login-left-content img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
    .login-left-content h3 {
        color: #fff;
        font-size: 26px;
        font-weight: 900;
        letter-spacing: 1px;
        margin-top:16px;
    }
.login-left-content p {
    color: #fff;
    font-size: 14px;
}
.addbutton.btn.btn-primary {
    background-color: #fff !important;
    border: 1px solid #003AD3 !important;
    border-radius: 6px !important;
    color: #003AD3 !important;
}
.btn-search {
    width: 42px;
    background-color: #003ad3;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    border-radius: 6px;
}
.validation-message{
    font-size:12px;
}


.progress-track {
    display: flex;
    align-items: flex-start;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
}

  
    .step:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 17px;
        left: 50%;
        width: 100%;
        height: 1px;
        background: #d1d5db;
        z-index: 0;
    }

.bubble {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.step .label {
    margin-top:16px;
    font-size: 10.5px;
    font-weight:400;
    text-align: center;
    white-space: nowrap;
    color: #9ca3af;
}


.step-done::after {
    background: #22c55e;
}

.step-done .bubble {
    background: #22c55e;
    box-shadow: 0 0 0 4px #dcfce7;
}

.step-done .label {
    color: #16a34a;
}

.check {
    width: 14px;
    height: 14px;
    stroke: #ffffff;
    stroke-width: 2.8;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.step-active::after {
    background: linear-gradient(90deg, #4f6ef7 0%, #d1d5db 100%);
}

.step-active .bubble {
    background: #4f6ef7;
    color: #ffffff;
    box-shadow: 0 0 0 4px #e0e7ff;
    animation: pulse 2s infinite;
}

.step-active .label {
    color: #3b5bdb;
    font-weight: 600;
}

@keyframes pulse {
    0%,100% {
        box-shadow: 0 0 0 4px #e0e7ff;
    }

    50% {
        box-shadow: 0 0 0 7px #c7d2fe;
    }
}

.step-inactive .bubble {
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    color: #9ca3af;
}

.step-inactive .label {
    color: #9ca3af;
}


.step-locked {
    pointer-events: none;
}

    .step-locked .bubble {
        background: #f9fafb;
        border: 2px dotted #d1d5db;
        color: #c4c9d4;
    }

    .step-locked .label {
        color: #c4c9d4;
    }


.bubble[data-tooltip]::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom:-20px;
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    background: #1e293b;
    color: #f8fafc;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 6px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 99999;
    height:18px;
    line-height:9px;
}

/*.bubble[data-tooltip]::after {
    content: '';
    position: absolute;
    bottom:-10px;
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    border: 5px solid transparent;
    border-top-color: #1e293b;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 99999;
}*/

.step:not(.step-locked) .bubble[data-tooltip]:hover::before,
.step:not(.step-locked) .bubble[data-tooltip]:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    z-index:99999
}

.ov-wrapper {
   
    padding: 0px 0px 6px 0px;
    width: 100%;
    max-width: 380px;
}

/* top row */
.ov-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ov-heading {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
}

.ov-badge {
    font-size: 12px;
    font-weight: 500;
    color: #4f6ef7;
    background: #eef0fd;
    padding: 2px 9px;
    border-radius: 20px;
}

/* track */
.ov-bar-rail {
    width: 100%;
    height: 7px;
    background: #e2e8f0;
    border-radius: 99px;
    overflow: hidden;
    margin-bottom:5px;
}

.ov-bar-fill {
    height: 100%;
    width: 38%;
    background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
    border-radius: 99px;
    transition: width 0.6s ease;
}

/* bottom row */
.ov-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ov-pct {
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
}

.ov-count {
    font-size: 11px;
    font-weight: 400;
    color: #94a3b8;
}
.rz-inputtext{
    font-size:14px !important
}
.rz-dropdown{
    border:1px solid rgb(0 0 0 / 6%)!important;

}
.cardheaderleft h4:before {
    content: "";
    width: 3px;
    background-color: #003AD3;
    position:absolute;
    left:0;
    top:0;
    height:20px;
    border-left:2px solid #003AD3;

}
.cardheaderleft h4{
    position:relative;
    padding-left:8px;
}
.rz-grid-table thead th.rz-text-align-center .rz-column-title{
    text-align:left !important
}
.usercount {
    background-color: #fff !important;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    border: 1px solid #E5E7E6;
    height: 240px !important;
    position: relative;
    overflow: hidden;
    transition: border-color 0.2s;
}
    .usercount::before {
        content: '';
        position: absolute;
        bottom: -28px;
        right: -28px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: rgba(55, 138, 221, 0.08);
        box-shadow: 0 0 0 16px rgba(55, 138, 221, 0.06), 0 0 0 32px rgba(55, 138, 221, 0.04);
        pointer-events: none;
        z-index: 0;
    }
    .usercount p {
        font-size: 18px;
        color: #000000;
        font-weight: 500;
    }
    .usercount .count {
        display: flex;
        align-items: flex-start;
        font-size: 42px;
        color: #000;
        margin-top:30px;
        font-weight: 700;
    }
    .usercount i {
        font-size: 30px !important;
        color: #003AD3 !important;
        width: 48px;
        height: 48px;
        background: #ECF0FC;
        border: 1px solid #D4E0FF;
        border-radius: 6px;
        margin-right: 10px;
    }
.product i {
    font-size: 30px !important;
    color: #003AD3 !important;
    width: 48px;
    height: 48px;
    background: #ECF0FC;
    border: 1px solid #D4E0FF;
    border-radius: 6px;
    margin-right: 10px;
}
.stage i {
    font-size: 30px !important;
    color: #003AD3 !important;
    width: 48px;
    height: 48px;
    background: #ECF0FC;
    border: 1px solid #D4E0FF;
    border-radius: 6px;
    margin-right: 10px;
}

.product {
    background-color: #fff !important;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    border: 1px solid #E5E7E6;
    height: 240px !important;
    position: relative;
    overflow: hidden;
    transition: border-color 0.2s;
}
    .product::before {
        content: '';
        position: absolute;
        bottom: -28px;
        right: -28px;
        width: 70px;
        height:70px;
        border-radius: 50%;
        background: rgba(55, 138, 221, 0.08);
        box-shadow: 0 0 0 16px rgba(55, 138, 221, 0.06), 0 0 0 32px rgba(55, 138, 221, 0.04);
        pointer-events: none;
        z-index: 0;
    }

        .product p {
            font-size: 18px;
            color: #000000;
            font-weight: 500;
        }

    .product .count {
        display: flex;
        align-items: flex-start;
        font-size: 42px;
        color: #000;
        font-weight: 700;
    }
.stage {
    background-color: #fff !important;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    border: 1px solid #E5E7E6;
    height: 240px !important;
    position: relative;
    overflow: hidden;
    transition: border-color 0.2s;
}
    .stage::before {
        content: '';
        position: absolute;
        bottom: -28px;
        right: -28px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: rgba(55, 138, 221, 0.08);
        box-shadow: 0 0 0 16px rgba(55, 138, 221, 0.06), 0 0 0 32px rgba(55, 138, 221, 0.04);
        pointer-events: none;
        z-index: 0;
    }

    .stage p {
        font-size: 18px;
        color: #000000;
        font-weight: 500;
    }

    .stage .count {
        display: flex;
        align-items: flex-start;
        font-size: 42px;
        color: #000;
        font-weight: 700;
    }
.items {
    padding: 4px 10px 4px 0px;
    border-bottom: 1px solid #e5e7e66b;
}
/*.my-form-group .form-control{
    text-transform:capitalize !important;
}*/
@media(max-width:767px) {
    .rz-tabview-nav{
        overflow:scroll !important
    }
    .cardstyle{
        display:block !important;
    }
}
.rz-notification {
    right: 400px;
}
.rz-tabview-top > .rz-tabview-nav .rz-tabview-selected {
    background-color: #e1e2e1;
}
.table-wrapper-inner
{
    padding-top:5px !important;
}
.rz-calendar-year-dropdown 
{
    width:90px !important;
}

a {
    text-decoration: none !IMPORTANT;
}
#DocFile {
    background-color: #003AD3 !IMPORTANT;
    width: 100px;
    height: 33px;
}
