@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html,
body {
    font-optical-sizing: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 140%;
    color: #58595b;
    background-color: #F8F8F8;
    font-family: "Montserrat", "Poppins", sans-serif;
    box-sizing: border-box;
    text-shadow: none;
    font-weight: 400;
    font-synthesis: none;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.login-wrapper {
    min-height: 100vh;
    position: relative;
    z-index: 0;
}

    .login-wrapper:before {
        position: absolute;
        content: '';
        background-image: url(../images/login-bottom-bg.svg);
        background-repeat: no-repeat;
        bottom: 0;
        left: 0;
        right: 0;
        top: 10%;
        background-size: cover;
        z-index: -1;
    }

.login-image-wrapper {
    margin-top: 80px;
    z-index: -2;
    position: relative;
    text-align: center;
}

.login-form-wrapper {
    background-color: #fff;
    border-radius: 24px;
    padding: 24px;
    max-width: 320px;
    margin: 0 auto;
    box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.02);
    margin-top: 30px;
}

.logo-wrapper a {
    max-width: 150px;
    cursor: pointer;
}

.logo-wrapper .project-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.9px;
    color: #04559f;
    letter-spacing: -0.5px;
}

.login-form-wrapper h2 {
    font-weight: 600;
    line-height: 140%;
    color: #04559f;
    position: relative;
    display: inline-flex;
    margin-bottom: 20px;
}

    .login-form-wrapper h2:before {
        position: absolute;
        content: '';
        bottom: -5px;
        left: 0;
        width: 50%;
        z-index: 5;
        background-color: #e31f2b;
        height: 5px;
        border-radius: 4px 0 0 4px;
        display: inline-flex;
    }

    .login-form-wrapper h2:after {
        position: absolute;
        content: '';
        bottom: -5px;
        right: 0;
        width: 50%;
        z-index: 5;
        background-color: #fec553;
        height: 5px;
        border-radius: 0px 4px 4px 0px;
        display: inline-flex;
    }

.login-content {
    position: relative;
    padding-bottom: 20px;
}

    .login-content:before {
        position: absolute;
        content: '';
        bottom: 0;
        width: 50%;
        height: 2px;
        border-radius: 6px;
        background: linear-gradient(90deg, #ABC9E4 0%, #0168C7 100%);
    }

    .login-content h2 {
        margin-top: 25px;
        margin-bottom: 8px;
        color: #d8e9f9;
        font-size: 24px;
        font-weight: 600;
    }

    .login-content .desc {
        margin-bottom: 10px;
        color: #d8e9f9;
        font-size: 12px;
        font-weight: 300;
    }

.login-footer ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

    .login-footer ul li {
        display: inline-flex;
        color: #d8e9f9;
        font-size: 10px;
        padding: 0 10px;
        border-left: 1px solid #3a7ab4;
    }

        .login-footer ul li:first-child {
            border-left: none;
            padding-left: 0;
        }

        .login-footer ul li a {
            text-decoration: none;
            cursor: pointer;
            color: #d8e9f9;
            transition: all 0.3ms ease-out;
        }

            .login-footer ul li a:hover {
                color: #fff;
            }



.attachment-wrapper {
    text-decoration: none;
    cursor: pointer;
    color: #013f79;
}

.form-label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 20px;
    color: #4d4d4d;
}

.form-value {
    font-size: 12px;
    font-weight: 500;
    color: #58595b;
}

::-webkit-input-placeholder {
    /* Chrome */
    color: #adadad !important;
    transition: opacity 250ms ease-in-out;
}

:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #adadad !important;
    ;
    transition: opacity 250ms ease-in-out;
}

:focus:-ms-input-placeholder {
    opacity: 0.5;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #adadad !important;
    ;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}

:focus::-moz-placeholder {
    opacity: 0.5;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #adadad !important;
    ;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}

:focus:-moz-placeholder {
    opacity: 0.5;
}

.link-button {
    color: #013f79;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2ms ease-out;
}

    .link-button:hover {
        color: #023566;
    }

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 2px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}



.btn {
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 25px;
}

    .btn + .btn {
        margin-left: 10px;
    }

    .btn span {
        width: 20px;
        height: 20px;
        display: inline-flex;
        background: #fec553;
        border-radius: 20px;
        margin-left: 6px;
        position: relative;
        right: -13px;
    }


        .btn span:before {
            position: absolute;
            content: '';
            width: 10px;
            height: 10px;
            border: 2px solid transparent;
            border-right-color: #04559f;
            border-top-color: #04559f;
            transform: rotate(45deg);
            top: 5px;
            left: 2px;
        }

.btn-custom-width {
    min-width: 120px;
}

.btn-primary {
    background-color: #04559f;
    border-color: #04559f;
    background: linear-gradient(135deg, rgb(0 60 118) 0%, rgb(4, 85, 159) 100%);
}

.btn-secondary {
    background-color: #6c757d;
    background: linear-gradient(135deg, rgb(52 59 64) 0%, rgba(108 117 125) 100%);
}

.btn-grid {
    border-radius: 4px;
    padding: 4px;
}

.form-control,
.form-select {
    border: 1px solid #c9cbdd;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
    padding: .575rem .75rem;
}

.form-select {
    padding-right: 2rem;
}

    .form-control:focus,
    .form-select:focus .form-control:active,
    .form-select:active {
        outline: none;
        box-shadow: none;
        border-color: #04559f;
        box-shadow: none;
        outline: none;
    }

.link-btn {
    color: #04559f;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 11;
    background: #f8f8f8;
}

    header.shadow {
        /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); */
        box-shadow: 0 0rem 10px rgba(0, 0, 0, .10) !important;
        background-color: #fbfcff;
    }

.header-wrapper {
    padding-top: 6px;
    padding-bottom: 6px;
}

    .header-wrapper .logo-wrapper {
        max-width: 150px;
        cursor: pointer;
    }

header .login-info {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    background-color: #fff;
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.02);
    padding: 8px 18px;
    border-radius: 40px;
}

    header .login-info i {
        font-size: 30px;
        margin-left: 5px;
        margin-right: 5px;
        color: #8f8f8f;
    }

    header .login-info .login-details {
    }

        header .login-info .login-details .user-name {
            font-size: 14px;
            color: #333;
            max-width: 100px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: no-wrap;
        }

        header .login-info .login-details .designation {
            font-size: 10px;
            line-height: 12px;
            color: #04559f;
            max-width: 100px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

header .header-wrapper .project-title {
    color: #04559f;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
}


/* =========== side menu ===================*/


.sidebar {
    /* position: fixed;
    top: 60px;
    left: 12px;
    width: 260px;
    background-color: #fff;
    background: linear-gradient(45deg, #fbfbff, #ffffff);
    z-index: 100;
    transition: all 0.5s ease;
    border-radius: 10px;
    height: calc(100vh - 70px);
    min-height: 400px;
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.02); */
    position: fixed;
    top: 65px;
    left: 12px;
    width: 260px;
    background-color: #fff;
    background: linear-gradient(45deg, #fbfbff, #ffffff);
    z-index: 100;
    transition: all 0.5s ease;
    border-radius: 30px;
    height: calc(100vh - 80px);
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.02);
}

    .sidebar.close {
        /* width: 78px; */
        width: 60px;
    }

    .sidebar .nav-links {
        height: calc(100% - 80px);
        padding: 10px 0 10px 0;
        overflow: auto;
        z-index: 1;
        position: relative;
    }

        .sidebar .nav-links + .nav-links {
            height: auto;
        }

    .sidebar.close .nav-links {
        overflow: visible;
    }

    .sidebar .nav-links::-webkit-scrollbar {
        display: none;
    }

    .sidebar .nav-links li {
        position: relative;
        list-style: none;
        transition: all 0.4s ease;
    }

        .sidebar .nav-links li:hover {
            background: #fecd4c;
        }

        .sidebar .nav-links li .iocn-link {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

    .sidebar.close .nav-links li .iocn-link {
        display: block
    }

    .sidebar .nav-links li i {
        height: 50px;
        /* min-width: 78px; */
        min-width: 60px;
        text-align: center;
        line-height: 50px;
        color: #04559f;
        font-size: 20px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .sidebar .nav-links li.showMenu i.arrow {
        transform: rotate(-180deg);
    }

    .sidebar.close .nav-links i.arrow {
        display: none;
    }

    .sidebar .nav-links li a {
        display: flex;
        align-items: center;
        text-decoration: none;
    }

        .sidebar .nav-links li a .link_name {
            font-size: 18px;
            font-weight: 500;
            color: #04559f;
            transition: all 0.4s ease;
        }

    .sidebar.close .nav-links li a .link_name {
        opacity: 0;
        pointer-events: none;
    }

    .sidebar .nav-links li .sub-menu {
        padding: 0px 0px 5px 0px;
        margin-top: -0px;
        background: #fff;
        display: none;
    }

    .sidebar .nav-links li.showMenu .sub-menu {
        display: block;
    }

    .sidebar .nav-links li .sub-menu a {
        color: #04559f;
        font-size: 15px;
        padding: 10px 16px 10px 80px;
        white-space: nowrap;
        opacity: 1;
        transition: all 0.3s ease;
        position: relative;
    }

        .sidebar .nav-links li .sub-menu a:before {
            content: '';
            position: absolute;
            left: 40px;
            top: 10px;
            width: 10px;
            height: 10px;
            border-radius: 10px;
            background-color: #9d9d9d;
            z-index: 1;
        }

        .sidebar .nav-links li .sub-menu a:after {
            position: absolute;
            content: '';
            top: 0;
            left: 44px;
            width: 2px;
            background-color: #9d9d9d;
            bottom: 0;
            z-index: 0;
        }

    .sidebar.close .nav-links li .sub-menu a {
        color: #04559f;
        font-size: 15px;
        padding: 8px 16px;
        white-space: nowrap;
        opacity: 1;
        transition: all 0.3s ease;
    }

        .sidebar.close .nav-links li .sub-menu a:before {
            display: none;
        }

        .sidebar.close .nav-links li .sub-menu a:after {
            display: none;
        }

    .sidebar .nav-links li .sub-menu a:hover {
        opacity: 1;
    }

    .sidebar.close .nav-links li .sub-menu {
        position: absolute;
        left: 100%;
        top: -10px;
        margin-top: 0;
        padding: 0;
        border-radius: 0 6px 6px 0;
        opacity: 0;
        display: block;
        pointer-events: none;
        transition: 0s;
    }

    .sidebar.close .nav-links li:hover .sub-menu {
        top: 0;
        opacity: 1;
        pointer-events: auto;
        transition: all 0.4s ease;
    }

    .sidebar .nav-links li .sub-menu .link_name {
        display: none;
    }

    .sidebar.close .nav-links li .sub-menu .link_name {
        font-size: 18px;
        opacity: 1;
        display: block;
        padding: 16px 16px;
        font-weight: 500;
    }

    .sidebar .nav-links li .sub-menu.blank {
        opacity: 1;
        pointer-events: auto;
        padding: 0;
        opacity: 0;
        pointer-events: none;
    }

    .sidebar .nav-links li:hover .sub-menu.blank {
        top: 50%;
        transform: translateY(-50%);
    }

    .sidebar .profile-details {
        position: fixed;
        top: calc(100% - 76px - 76px);
        width: 260px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fecd4c;
        padding: 12px 0;
        transition: all 0.5s ease;
    }

    .sidebar.close .profile-details {
        background: none;
    }

    .sidebar.close .profile-details {
        width: 78px;
    }

    .sidebar .profile-details .profile-content {
        display: flex;
        align-items: center;
    }

    .sidebar .profile-details img {
        height: 52px;
        width: 52px;
        object-fit: cover;
        border-radius: 16px;
        margin: 0 14px 0 12px;
        background: #fecd4c;
        transition: all 0.5s ease;
    }

    .sidebar.close .profile-details img {
        padding: 10px;
    }

    .sidebar .profile-details .profile_name,
    .sidebar .profile-details .job {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        white-space: nowrap;
    }

    .sidebar.close .profile-details i,
    .sidebar.close .profile-details .profile_name,
    .sidebar.close .profile-details .job {
        display: none;
    }

    .sidebar .profile-details .job {
        font-size: 12px;
    }

.bg-bottom {
    transition: all 0.5s ease;
    background-image: url('../images/bg-bottom.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    background-attachment: fixed;
}

.home-section {
    position: relative;
    padding-top: 64px;
    min-height: 100vh;
    /* width: 100%; */
    /* padding-left: 270px; */
    left: 270px;
    width: calc(100% - 270px);
}

.sidebar.close ~ .home-section {
    left: 80px;
    width: calc(100% - 80px);
}

@media (max-width: 400px) {
    .sidebar.close .nav-links li .sub-menu {
        display: none;
    }

    .sidebar {
        width: 78px;
    }

        .sidebar.close {
            width: 0;
        }

    .home-section {
        left: 90px;
        width: calc(100% - 90px);
        z-index: 100;
    }

    .sidebar.close ~ .home-section {
        width: 100%;
        left: 0;
    }
}

.bx-menu {
    position: absolute;
    right: -20px;
    top: 16px;
    background: #fff;
    padding: 6px;
    font-size: 20px;
    z-index: 0;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.sidebar.close .bx-menu .fa-angle-left {
    display: none;
}

.sidebar:not(.close) .bx-menu .fa-angle-right {
    display: none;
}

/*============ end side menu ================*/
.content-wrapper {
    padding: 0 0 0 16px;
}



/*=========== tabs ================*/

.scrolling-tabs-wrapper {
    position: relative;
}

/* Arrow styles */
.scroll-arrow {
    position: absolute;
    top: 0;
    transform: translateY(0);
    background: rgb(4 85 159);
    color: white;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    z-index: 10;
    /* display: none;  */
}

    .scroll-arrow.left {
        left: 0px;
        border-radius: 0;
    }

    .scroll-arrow.right {
        right: 0px;
        border-radius: 0;
    }

.nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    justify-content: center;
}

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-link:hover {
        border: none !important;
        background-color: transparent;
    }

    .nav-tabs .nav-link {
        border: none !important;
    }

.status-progress .nav-tabs .nav-item:not(:first-child) .nav-link {
    margin-left: 20px;
}

.status-progress .nav-tabs .nav-item .nav-link {
    border-radius: 0;
    position: relative;
    text-align: center;
    background-color: #FFC227;
    color: #fff;
    margin-bottom: 4px;
    text-align: center;
    padding: 6px 10px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
}

.status-progress .nav-tabs .nav-item:first-child .nav-link {
    border-radius: 6px 0 0 6px;
}

.status-progress .nav-tabs .nav-item:last-child .nav-link {
    border-radius: 0 6px 6px 0;
}

.status-progress .nav-tabs .nav-item:not(:first-child) .nav-link:before {
    position: absolute;
    content: '';
    left: -13px;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 89% 49%, 0% 0%);
    background: #ffc227;
    z-index: 8;
    width: 14px;
    height: 100%;
    top: 0;
}

.status-progress .nav-tabs .nav-item:not(:last-child) .nav-link:after {
    position: absolute;
    content: '';
    right: -14px;
    clip-path: polygon(43% 21%, 100% 50%, 52% 73%, 0% 100%, 0 49%, 0% 0%);
    background: #ffc227;
    z-index: 8;
    width: 14px;
    height: 100%;
    top: 0;
}

.status-progress .nav-tabs .nav-item.completed .nav-link {
    background-color: #3DA30E;
}

.status-progress .nav-tabs .nav-item.completed:not(:first-child) .nav-link:before {
    background-color: #3DA30E;
}

.status-progress .nav-tabs .nav-item.completed:not(:last-child) .nav-link:after {
    background-color: #3DA30E;
}

.status-progress .nav-tabs .nav-item .nav-link.active {
    background-color: #04559F;
}

.status-progress .nav-tabs .nav-item:not(:first-child) .nav-link.active:before {
    background-color: #04559F;
}

.status-progress .nav-tabs .nav-item:not(:last-child) .nav-link.active:after {
    background-color: #04559F;
}


/* .tab-content {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 10px;
    box-shadow: 0 0px 6px 3px rgba(0, 0, 0, 0.1);
} */
.child-nav-tabs {
    justify-content: start;
}

    .child-nav-tabs .nav-item:not(:first-child) {
        margin-left: 5px;
    }

    .child-nav-tabs .nav-item .nav-link {
        border-radius: 6px 6px 0 0;
        background-color: #e9e9e9;
        font-weight: 600;
        font-size: 14px;
        color: #58595b;
    }

        .child-nav-tabs .nav-item .nav-link.active {
            color: #fff;
            background-color: #04559F;
        }

.child-tab-content {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 16px;
    margin-bottom: 10px;
    border: 1px solid #d5d5d5;
    /* box-shadow: 0 0px 6px 3px rgba(0, 0, 0, 0.1); */
}


/* =============== end tabs =========================*/

/*============= stap wizard =====================*/
.step-wizard {
    position: relative;
}

    .step-wizard .steps-wrapper {
        position: relative;
        margin-bottom: 20px;
    }

        .step-wizard .steps-wrapper .count-text {
            position: absolute;
            left: 0;
            right: 0;
        }

        .step-wizard .steps-wrapper:before {
            position: absolute;
            content: '';
            z-index: 1;
            width: 100%;
            right: 50%;
            top: calc(50% - 2px);
            background-color: #8f8f8f;
            height: 4px;
        }

        .step-wizard .steps-wrapper:first-child:before {
            display: none;
            position: absolute;
            content: '';
            z-index: 1;
            width: 50%;
            left: 0;
            top: calc(50% - 2px);
            background-color: #8f8f8f;
            height: 4px;
        }

        .step-wizard .steps-wrapper .step-count {
            width: 30px;
            height: 30px;
            border-radius: 15px;
            background-color: #8f8f8f;
            /* color: #58595b; */
            color: #fff;
            display: inline-flex;
            font-size: 14px;
            font-weight: 600;
            align-items: center;
            justify-content: center;
            position: relative;
            z-index: 2;
        }

        .step-wizard .steps-wrapper.steps-done:before {
            background-color: #029b30;
        }

        .step-wizard .steps-wrapper.steps-done .step-count {
            background-color: #029b30;
        }

        .step-wizard .steps-wrapper.steps-pending:before {
            background-color: #f7aa04;
        }

        .step-wizard .steps-wrapper.steps-pending .step-count {
            background-color: #f7aa04;
        }

/*============= end step wizard ================*/

.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.9;
    font-size: 14px;
}

.add-more-element-wrapper {
    border: 1px solid #bdbdbd;
    padding: 15px 5px 0;
    border-radius: 12px;
    margin-bottom: 20px;
    position: relative;
}

.btn-remove-addmore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -18px;
    right: -5px;
    z-index: 9;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    padding: 0;
}

    .btn-remove-addmore .btn {
        background-color: #e31f2b;
        color: #fff;
        border-radius: 30px;
        height: 100%;
        width: 100%;
        font-size: 20px;
    }

/*========== redesign pages style====================*/
.box-shadow {
    box-shadow: 2px 3px 8px 2px rgb(54 54 54 / 5%);
}

.card {
    border-radius: 10px;
    border: 1px solid #f5f5f5;
}

.page-title h3 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.page-title span {
    font-size: 11px;
    color: #4d4d4d;
}

/* .page-title:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 5px;
    height: 50%;
    background-color: #fec553;
}
.page-title:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 5px;
    height: 50%;
    background-color: #e31f2b;
} */

.test-list-status {
    position: relative;
    padding: 4px 10px 4px 26px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}

    .test-list-status:before {
        content: '';
        position: absolute;
        top: 7px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        left: 10px;
    }

.initiate {
    background-color: rgb(4, 85, 159, 0.15);
    color: #04559f;
}

    .initiate:before {
        background-color: #04559f;
    }

.pending {
    background-color: rgb(240, 189, 69, 0.25);
    color: #E8A914;
}

    .pending:before {
        background-color: #E8A914;
    }

.rejected {
    background-color: rgb(232, 54, 97, 0.25);
    color: #E83661;
}

    .rejected:before {
        background-color: #E83661;
    }

.approved {
    background-color: rgba(65, 232, 54, 0.25);
    color: #07943d;
}

    .approved:before {
        background-color: #07943d;
    }

.clearify {
    background-color: rgba(55, 219, 173, 0.25);
    color: #07948f;
}

    .clearify:before {
        background-color: #07948f;
    }

.table {
    font-size: 13px;
    line-height: 18px;
}

.custom-table thead tr th {
    padding: 5px 10px;
    white-space: nowrap;
}

.custom-table tbody tr td {
    padding: 10px 10px;
    border-bottom: 5px solid #f8f8f8 !important;
    background-color: #fff;
}

    .custom-table tbody tr td:first-child {
        border-radius: 6px 0 0 6px;
    }

    .custom-table tbody tr td:last-child {
        border-radius: 0 6px 6px 0;
    }

/* .custom-table tbody, .custom-table td, .custom-table tfoot, .custom-table th, .custom-table thead, .custom-table tr{
    margin-bottom: 10px;
} */
/* .custom-table tbody tr{
     background-color: #023566; 
} */
.tbl-sub-text {
    font-size: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.table-hover tbody tr:hover {
    background-color: rgb(248 249 255);
}

.tbl-more {
    font-size: 20px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.table .dropdown .dropdown-menu {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.12) -4px 5px 16px 4px;
}

    .table .dropdown .dropdown-menu p {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 10px;
        line-height: 18px;
        margin-bottom: 5px;
        color: #04559f;
    }

    .table .dropdown .dropdown-menu .dropdown-item {
        position: relative;
        padding-right: 25px;
        font-weight: 500;
        font-size: 12px;
    }

.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: rgb(255 252 245);
}

.table .dropdown .dropdown-menu .dropdown-item:after {
    position: absolute;
    content: '\203A';
    right: 8px;
    font-size: 22px;
}

.table .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: rgba(253, 205, 74, 0.2);
    color: #000;
}


/* Hide default checkbox */
/* Style the container to look like a button */
.checkbox-image-button input[type="checkbox"] {
    display: none;
}

.checkbox-image-button .content {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 12px;
    background-color: #FFFFFF;
    border: 1px solid #f2f2f2;
    border-radius: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .checkbox-image-button .content .text {
        font-weight: 500;
        font-size: 14px;
    }

    .checkbox-image-button .content .total-count {
        padding-left: 20px;
        font-weight: 600;
        font-size: 16px;
    }

    .checkbox-image-button .content .img-wrapper {
        height: 30px;
        width: 30px;
        padding: 8px;
        border-radius: 50%;
        display: inline-flex;
    }

    .checkbox-image-button .content.approv .img-wrapper {
        background-color: #03B903;
    }

    .checkbox-image-button .content.pend .img-wrapper {
        background-color: #F29339;
    }

    .checkbox-image-button .content.reject .img-wrapper {
        background-color: #E83661;
    }

    .checkbox-image-button .content.actionable .img-wrapper {
        background-color: #9c27b0;
    }

    .checkbox-image-button .content .img-wrapper img {
        max-width: 100%;
        max-height: 100%;
    }

.checkbox-image-button input[type="checkbox"]:checked + .content {
    background-color: rgb(88 89 91 / 10%);
    box-shadow: inset 2px 1px 4px rgba(0, 0, 0, 0.1);
}

.checkbox-image-button .content:hover {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
}

.pagination li .page-link {
    border-radius: 6px;
    margin-right: 4px;
}

.pagination li:not(.disabled):not(.active) .page-link {
    color: #04559f;
}

.pagination li.active .page-link {
    background-color: #04559f;
    border-color: #04559f;
}

    .pagination li.active .page-link:focus {
        box-shadow: none;
        outline: none;
    }

.tiles {
    text-decoration: none;
    cursor: pointer;
    display: flex;
    border: 1px solid #FECD4C;
    border-radius: 20px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #58595b;
    transition: all 0.3s ease-out;
    animation: tileAnimation 0.6s ease-out forwards;
}

@keyframes tileAnimation {
    0% {
        transform: scale(0.95);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.tiles:hover,
.tiles:active {
    color: #58595b;
    text-decoration: none;
    background-color: #ffffff;
    /* Adding a nice background color */
    transform: scale(1.02);
    /* Slightly scaling the element */
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    /* Adding a subtle shadow */
    animation: hoverAnimation 0.3s ease-out forwards;
    /* Hover animation */
}

@keyframes hoverAnimation {
    0% {
        transform: scale(1);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(1.02);
        /* Slightly scaling */
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        /* Increasing shadow intensity */
    }
}

.tiles .icon-wrapper {
    margin-bottom: 10px;
}

    .tiles .icon-wrapper img {
        width: 40px;
        height: 40px;
    }

.tiles .total-count {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 60px;
}

.tiles .status {
    font-size: 16px;
    font-weight: 700;
}

.tiles.approved {
    border-color: #03B903;
}

    .tiles.approved .icon-wrapper img {
        filter: brightness(0) saturate(100%) invert(65%) sepia(78%) saturate(2922%) hue-rotate(78deg) brightness(95%) contrast(101%);
    }

.tiles.pending {
    border-color: #04559f;
}

    .tiles.pending .icon-wrapper img {
        filter: brightness(0) saturate(100%) invert(25%) sepia(98%) saturate(1746%) hue-rotate(186deg) brightness(95%) contrast(92%);
    }

.tiles.rejected {
    border-color: #E83661;
}

    .tiles.rejected .icon-wrapper img {
        filter: brightness(0) saturate(100%) invert(32%) sepia(86%) saturate(738%) hue-rotate(318deg) brightness(95%) contrast(88%);
    }

.tiles-total {
    background-image: url(../images/link.svg), url(../images/tiles-total-bg.svg);
    background-size: auto, 110%;
    background-position: top 20px right 20px, center;
    background-repeat: no-repeat;
    justify-content: start;
    color: #000;
    padding-top: 70px;
}

/* style for dashboard chart */
canvas {
    background: #fff;
    border-radius: 10px;
    min-width: 1200px;
    /* Enables horizontal scroll if labels exceed view */
}

.chart-container {
    overflow-x: auto;
}

/* end style for dashboard chart */

.rounded-20 {
    border-radius: 20px;
}

.status-progress {
    overflow: auto;
}

    .status-progress ul {
        /* list-style: none;
    margin-bottom: 10px;
    padding-left: 0; */
        /* display: flex; */
        list-style: none;
        margin-bottom: 10px;
        padding-left: 0;
        display: flex;
        align-items: start;
        justify-content: center;
        margin-bottom: 0;
    }

        .status-progress ul li {
            list-style: none;
            display: inline-block;
        }

            .status-progress ul li span {
                display: block;
                position: relative;
                box-sizing: border-box;
            }

            .status-progress ul li:first-child span:first-child {
                border-radius: 6px 0 0 6px;
            }

            .status-progress ul li span:nth-child(2) img {
                width: 15px;
            }

            .status-progress ul li span:nth-child(3) img {
                vertical-align: middle;
                width: 10px;
                filter: brightness(0) saturate(100%) invert(24%) sepia(88%) saturate(1486%) hue-rotate(177deg) brightness(95%) contrast(96%);
            }

            .status-progress ul li:first-child span:first-child {
                border-radius: 6px 0 0 6px;
            }

            .status-progress ul li:not(:first-child) span:first-child {
                margin-left: 20px;
            }

            .status-progress ul li:not(:last-child) span:first-child:after {
                position: absolute;
                content: '';
                right: -14px;
                clip-path: polygon(43% 21%, 100% 50%, 52% 73%, 0% 100%, 0 49%, 0% 0%);
                background: #ffc227;
                z-index: 8;
                width: 14px;
                height: 100%;
                top: 0;
            }

            .status-progress ul li.completed:not(:last-child) span:first-child:after {
                background: #3DA30E;
            }

            .status-progress ul li:not(:first-child) span:first-child:before {
                position: absolute;
                content: '';
                left: -13px;
                clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 89% 49%, 0% 0%);
                background: #ffc227;
                z-index: 8;
                width: 14px;
                height: 100%;
                top: 0;
            }

            .status-progress ul li.completed:not(:first-child) span:first-child:before {
                background: #3DA30E;
            }

            .status-progress ul li:last-child span:first-child {
                border-radius: 0px 6px 6px 0px;
            }

            .status-progress ul li span:first-child {
                background-color: #FFC227;
                color: #fff;
                margin-bottom: 4px;
                text-align: center;
                padding: 6px 10px;
                white-space: nowrap;
                font-size: 14px;
                font-weight: 700;
            }

            .status-progress ul li.completed span:first-child {
                background: #3DA30E;
            }

            .status-progress ul li span:not(:first-child) {
                color: #464646;
                font-size: 12px;
                line-height: 16px;
                text-align: center;
            }

.accordion .accordion-item {
    border-radius: 20px;
}

    .accordion .accordion-item:not(:last-child) {
        margin-bottom: .5rem;
    }

.accordion .accordion-header .accordion-button {
    outline: none;
    border-radius: 20px 20px 0 0 !important;
}

    .accordion .accordion-header .accordion-button:focus {
        outline: none;
        box-shadow: none;
    }

    .accordion .accordion-header .accordion-button.collapsed {
        border-radius: 20px !important;
    }

    .accordion .accordion-header .accordion-button:not(.collapsed) {
        background-color: #ECF2F7 !important;
        color: #58595b;
    }

.accordion .accordion-header .accordion-button {
    font-size: 18px;
    font-weight: 600;
}

    .accordion .accordion-header .accordion-button img {
        width: 20px;
        margin-right: 10px;
    }

    .accordion .accordion-header .accordion-button span {
        color: #04559f;
        font-size: 12px;
        font-weight: 600;
        padding-right: 10px;
    }

        .accordion .accordion-header .accordion-button span b {
            color: #58595b;
            font-weight: 600;
        }

.custom-fieldset {
    /*border: 1px dashed #F2F2F2;*/
    border: 1px dashed #d4d1d1;
    border-radius: 16px;
    padding: 16px;
    position: relative;
}

    .custom-fieldset .legend {
        margin-bottom: 0;
        color: #04559F;
        font-weight: 600;
        font-size: 16px;
        position: absolute;
        top: -11px;
        background: #fff;
        width: auto;
        padding: 0 10px;
    }

.modal.right .modal-dialog {
    position: fixed;
    right: 0;
    margin: 0;
    height: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
}

.modal.right.show .modal-dialog {
    transform: translateX(0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
}

    .modal.right .modal-content .modal-header .modal-title {
        color: #04559f;
        font-weight: 600;
    }

.btn-close {
    width: 12px;
    height: 12px;
    padding: 6px !important;
    border: 1px solid #000;
    border-radius: 18px;
}

    .btn-close:focus {
        outline: none;
        box-shadow: none;
    }

.modal.right .modal-header {
    border-bottom: none;
}

.modal.right .modal-content {
    border-radius: 24px 0 0 24px;
}

.modal.right .modal-sm {
    min-width: 300px;
}

.w-120 {
    width: 120px;
}

.dropdown-visible {
    display: inline-block !important;
}

.dropdown-menu-visible {
    display: block !important;
    right: 0 !important;
}




.status-progress .nav-item.future-stage a {
    background-color: #d3d3d3; /* Light grey */
    color: #333;
    cursor: not-allowed;
    pointer-events: none; /* Disable interaction */
}



.status-progress .nav-tabs .nav-item.upcoming .nav-link {
    background-color: #d3d3d3;
    pointer-events: none;
}

.status-progress .nav-tabs .nav-item:not(:first-child) .nav-link.upcoming:before {
    background-color: #d3d3d3;
}

.status-progress .nav-tabs .nav-item:not(:last-child) .nav-link.upcoming:after {
    background-color: #d3d3d3;
}



.status-progress .nav-tabs .nav-item.upcoming:not(:first-child) .nav-link:before {
    background-color: #d3d3d3;
}

.status-progress .nav-tabs .nav-item.upcoming:not(:last-child) .nav-link:after {
    background-color: #d3d3d3;
}


.status-progress ul li.upcoming:not(:last-child) span:first-child:after {
    background: #d3d3d3;
}


.status-progress ul li.upcoming:not(:first-child) span:first-child:before {
    background: #d3d3d3;
}




.status-progress ul li.upcoming span:first-child {
    background: #d3d3d3;
}




.status-progress .nav-tabs .nav-item.slaBreached .nav-link {
    background-color: #FF2C2C;
}

.status-progress .nav-tabs .nav-item:not(:first-child) .nav-link.slaBreached:before {
    background-color: #FF2C2C;
}

.status-progress .nav-tabs .nav-item:not(:last-child) .nav-link.slaBreached:after {
    background-color: #FF2C2C;
}

.nav-tabs .nav-item.slaBreached .nav-link {
    background-color: #FF2C2C;
}

.nav-tabs .nav-item:not(:first-child) .nav-link.slaBreached:before {
    background-color: #FF2C2C;
}

.nav-tabs .nav-item:not(:last-child) .nav-link.slaBreached:after {
    background-color: #FF2C2C;
}




.status-progress .nav-tabs .nav-item.slaBreached:not(:first-child) .nav-link:before {
    background-color: #FF2C2C;
}

.status-progress .nav-tabs .nav-item.slaBreached:not(:last-child) .nav-link:after {
    background-color: #FF2C2C;
}


.status-progress ul li.slaBreached:not(:last-child) span:first-child:after {
    background: #FF2C2C;
}


.status-progress ul li.slaBreached:not(:first-child) span:first-child:before {
    background: #FF2C2C;
}




.status-progress ul li.slaBreached span:first-child {
    background: #FF2C2C;
}





.break-column {
    word-break: break-word;
    overflow-wrap: break-word;
}
.trail-stage{
    font-size: 18px;
    font-weight:700;
    line-height:24px;
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
}
.trail-department {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px;
    padding-left: 24px;
    position: relative;
}
.stage-border{
    border-bottom: 1px solid #d3d3d3;
}
.approved-trail:before{
    content:'';
    left: 0;
    position: absolute;
    width:24px;
    height: 24px;
    background-image: url('../images/approved.png');
    background-position:center;
    background-repeat: no-repeat;
    background-size: 24px;
}
.pending-trail:before {
    content: '';
    left: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url('../images/Pending.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}
.reject-trail:before {
    content: '';
    left: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url('../images/rejected.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}
.delay-trail:before {
    content: '';
    left: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url('../images/delay.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}
.sendback-trail:before {
    content: '';
    left: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url('../images/sendBack.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}
.trail-department:before {
    top: 3px;
    width: 18px;
    height: 18px;
    background-size: 18px;
}
.tbl-activitilog tr th:first-child:not([colspan]), .tbl-activitilog tr td:first-child:not([colspan]) {
    padding-left: 16px;
}
.tbl-activitilog tr th:last-child:not([colspan]), .tbl-activitilog tr td:last-child:not([colspan]) {
    padding-right: 16px;
}
.tbl-activitilog thead tr th {
    position: sticky;
    top: 0px;
    z-index: 10;
    background: #04559f; /* required so it doesn’t become transparent */
}
.tbl-activitilog thead tr {
    background-color: #04559f;
    color: #fff;
}
.tbl-activitilog thead tr th:first-child {
    border-radius: 10px 0 0 0;
}
.tbl-activitilog thead tr th:last-child {
    border-radius:0 10px 0 0;
}
.tbl-activitilog tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}
.tbl-activitilog tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}
.tbl-activitilog tbody tr h3 {
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 26px;
    font-family: "Montserrat", "Poppins", sans-serif;
    font-weight: 600;
    color: #58595b;
}