* {
    font-family: "Montserrat", sans-serif;
    /*user-select: none;*/
    /*-moz-user-select: none;*/
    /*-webkit-user-select: none;*/
    /*-ms-user-select: none;*/
}

:root {
    --darkBlue-bg: #152265;
    --blue-bg: #20307c;
    --light-bg: #f7f7f7;
    --white-bg: #ffffff;
    --blue-text: #1326be;
    --black-text: #000000;
    --green-btn: #1bd083;
}

.icon_with_label {
    width: 15px;
    cursor: pointer;
    display: inline-block;
}

    .icon_with_label img {
        width: 100%;
    }

.custom_tooltip .tooltip-inner {
    font-size: 0.65rem;
    background: #697081;
}

.custom_tooltip.bs-tooltip-auto[data-popper-placement^="right"]
.tooltip-arrow::before,
.custom_tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #697081;
}

.bgWhite {
    background: var(--white-bg);
}

.bgLight {
    background: var(--light-bg);
}

.min100 {
    min-height: 100%;
}

.btn {
    display: inline-flex;
    align-items: center;
}

.btn-primary {
    color: #fff;
    background-color: #1684f2;
    border-color: #1684f2;
}

    .btn-primary.arrowBtn svg {
        fill: #ffffff;
        margin-left: 5px;
    }

.btn-outline-primary.arrowBtn svg {
    fill: #0F3BB4;
    margin-left: 5px;
}

.btn-outline-primary.skipBtn {
    color: orange;
    border: 1px solid orange;
}

    .btn-outline-primary.skipBtn svg {
        fill: orange;
        margin-left: 5px;
    }

.btn.disable {
    color: #9a9cb1;
    background-color: #caccd9;
    cursor: not-allowed;
    border-color: #caccd9;
}

    .btn.disable svg {
        fill: #9a9cb1;
    }

/* ---------------------------------------------------- */
/*--------------------START :: Login CSS--------------- */
/* ---------------------------------------------------- */
.info_icon {
    background: url(../images/icon_info.png) no-repeat;
    width: 1rem;
    height: 1rem;
    background-size: 100%;
    background-position: center;
    top: 3px;
    position: relative;
}

    .info_icon:hover {
        background: url(../images/ionc_info_active.svg) no-repeat center 100%;
    }

.login-page {
    padding-top: 0;
}

.login-body {
    width: 100%;
    min-height: 100vh;
    background: url(../images/login-bg.png) no-repeat left center;
    background-size: cover;
    overflow: auto;
}

.logo h1 {
    font-size: 2rem;
    font-weight: 500;
    color: var(--blue-text);
}

    .logo h1 strong {
        font-weight: 700;
    }

.right-container h2 {
    font-weight: normal;
    font-size: 1.8rem;
}

.right-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 520px; /*520px;*/
    height: 100vh;
    background-color: #ffffff;
    float: right;
    margin: 0 100px 0 0; /*0 100px 0 0;*/
    position: relative;
    min-height: 550px;
}

.login-from {
    width: 70%;
}

.toggle-password {
    width: 20px;
    height: 15px;
    position: absolute;
    top: 44px;
    right: 10px;
    cursor: pointer;
    background: url(../images/icon_showPw.png) no-repeat center;
    background-size: 100%;
}

    .toggle-password.hide_pw {
        background: url(../images/icon_hidePw.png) no-repeat center;
        background-size: 100%;
    }

.Login-button {
    width: 100%;
    background: var(--green-btn);
    color: #fff;
    border: none;
    padding: 5px;
    box-shadow: 0px 3px 12px #0000003e;
    border-radius: 8px;
    height: 43px;
    font-weight: 500;
}

.login-from a {
    color: #0266d6;
    font-size: 0.9rem;
    text-decoration: none;
}

.login_fields label,
.login_fields .form-control {
    font-size: 0.9rem;
}

footer.login_footer {
    position: relative;
    font-size: 0.7rem;
    color: #848484;
    margin-top: 100px;
    position: absolute;
    bottom: 10px;
}

/* ---------------------------------------------------- */
/*--------------------END :: Login CSS--------------- */
/* ---------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------------- */

header {
    box-shadow: 0px 3px 12px #0000000d;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.brand h1 {
    font-size: 1.2rem;
    margin: 0;
    padding: 8px 17px;
    color: var(--blue-text);
}

    .brand h1 small {
        color: #787c9f;
        display: block;
        font-size: 0.5em;
        text-align: right;
    }

.right_nav {
    list-style: none;
    display: flex;
    margin: 0;
}

    .right_nav li a {
        padding: 10px 5px;
        display: flex;
        align-items: center;
    }

.icon_nav a {
    position: relative;
}

.icon_nav i {
    width: 34px;
    height: 34px;
    background: #f7f7f7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon_nav i img {
        width: 16px;
    }

.user_name a {
    color: #000;
    text-decoration: none;
}

    .user_name a span {
        width: 100px;
        display: inline-block;
        text-align: right;
        color: #707070;
        font-size: 0.7rem;
        line-height: 1rem;
    }

.user_name i {
    width: 34px;
    display: inline-block;
    margin: 0 5px;
}

    .user_name i img {
        width: 100%;
    }

.user_name a {
    display: flex;
    align-items: center;
}

.drop-down-notification {
    width: 280px;
    min-height: 100px;
    background: #ffffff;
    position: absolute;
    transform: translateX(-50%);
    top: 60px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

    .drop-down-notification:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        left: 56%;
        top: -9px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid rgb(255, 255, 255);
    }

    .drop-down-notification:before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        left: 56%;
        top: -10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #ccc;
    }

.notification_header {
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;
    color: var(--blue-text);
}

.notification_list {
    list-style: none;
    padding: 0;
}

    .notification_list li {
        display: flex;
        padding: 5px;
        font-size: 0.7rem;
        line-height: 1rem;
        border-bottom: 1px solid #ccc;
    }

        .notification_list li:last-child {
            border: none;
        }

        .notification_list li span {
            padding: 5px;
        }

            .notification_list li span.user_img {
                width: 70px;
            }

                .notification_list li span.user_img img {
                    width: 100%;
                }

.right_nav .notification_footer a {
    font-size: 1rem;
    text-align: center;
    display: block;
    background: #fbfbfb;
    text-decoration: none;
    border-radius: 0 0 10px 10px;
}

.notification_icon.active a i {
    position: relative;
}

    .notification_icon.active a i:after {
        content: "";
        width: 8px;
        height: 8px;
        background: var(--blue-bg);
        border-radius: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

/* Sidebar */
.sidebar {
    width: 75px;
    height: calc(100vh - 53px);
    background: var(--blue-bg);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
}

    .sidebar ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

ul.sidebar-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
}

    ul.sidebar-top > li > a,
    ul.sidebar-bottom > li > a {
        width: 35px;
        margin: 20px 5px;
        padding: 5px;
        border-radius: 5px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0.8;
    }

        ul.sidebar-top li > a > svg,
        ul.sidebar-bottom > li > a > svg {
            fill: rgb(255, 255, 255);
            opacity: 0.5;
        }

        ul.sidebar-top li > a.lineIcon > svg,
        ul.sidebar-bottom > li > a.lineIcon > svg {
            stroke: rgb(255, 255, 255);
        }

    ul.sidebar-top > li a:hover,
    ul.sidebar-bottom > li a:hover {
        background: rgba(255, 255, 255, 0.2);
        opacity: 1;
    }

    ul.sidebar-top li > a:hover.lineIcon > svg,
    ul.sidebar-bottom > li > a:hover.lineIcon > svg,
    ul.sidebar-top li > a:hover > svg,
    ul.sidebar-bottom > li > a:hover > svg {
        opacity: 1;
    }

    ul.sidebar-top > li.active a,
    ul.sidebar-bottom > li.active a {
        background: var(--darkBlue-bg);
        opacity: 1;
    }

        ul.sidebar-top > li.active a.lineIcon svg,
        ul.sidebar-bottom > li.active a.lineIcon svg {
            stroke: #05e4e5;
            opacity: 1;
        }

        ul.sidebar-top > li.active a svg,
        ul.sidebar-bottom > li.active a svg {
            fill: #05e4e5;
            opacity: 1;
        }

/* ------------------ ---------------------------------- */
/*--------------------START :: DASHBOARD CSS--------------- */
/* ---------------------------------------------------- */

/* Design Diagram CSS */

.textarea_style {
    width: 100%;
    box-shadow: inset 0px 0px 12px #00000029;
    border: 1px solid #d1d1d1;
    font-size: 0.9rem;
}

.diagram_and_code_area {
    overflow: auto;
    width: 100%;
}

.code_editor {
    width: 450px;
}

.graph_container {
    width: 100%;
    position: relative;
}

/* CSS for mermaid graph and textarea */
/* .mermaid  svg {height: 0; width: 0; opacity: 0;} */
.error-icon,
.error-text {
    display: none;
}

/* new style */
.editor {
    display: inline-flex;
    gap: 10px;
    font-family: monospace;
    line-height: 21px;
    background: #efefef;
    border-radius: 2px;
    padding: 0;
    box-shadow: inset 0px 0px 12px #00000029;
    border: 1px solid #d1d1d1;
    border-radius: 7px 0px 0px 7px;
    min-height: 460px;
    width: 100%;
}

.line-numbers {
    width: 20px;
    text-align: right;
}

    .line-numbers span {
        counter-increment: linenumber;
    }

        .line-numbers span::before {
            content: counter(linenumber);
            display: block;
            color: #888888;
        }

.editor textarea {
    line-height: 21px;
    overflow-y: hidden;
    padding: 0;
    border: 0;
    background: #fff;
    color: #282a3a;
    outline: none;
    resize: none;
    width: 100%;
    padding: 0 5px 0 0;
}

.grid {
    height: 460px;
    overflow: auto;
}

.graph_container {
    width: 100%;
    background: url(../images/graph_bg.png);
    box-shadow: inset 0px 0px 12px #00000029;
    border: 1px solid #d1d1d1;
    border-radius: 0px 7px 7px 0px;
    margin: 0 0 0 15px;
    background-size: 400px;
    max-height: 460px;
    overflow: auto;
}

.gray-btn {
    background: #454545 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000005c;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    padding: 8px 15px;
}

    .gray-btn i {
        width: 22px;
        display: inline-block;
    }

        .gray-btn i img {
            width: 100%;
        }

.pos-TR-corner {
}
/*  Steps wizard CSS */

.wizard-content .wizard > .steps > ul > li:after,
.wizard-content .wizard > .steps > ul > li:before {
    content: "";
    z-index: 9;
    display: block;
    position: absolute;
}

.wizard-content .wizard {
    width: 100%;
    overflow: hidden;
}

    .wizard-content .wizard .content {
        margin-left: 0 !important;
    }

    .wizard-content .wizard > .steps {
        position: relative;
        display: block;
        width: 100%;
    }

        .wizard-content .wizard > .steps .current-info {
            position: absolute;
            left: -99999px;
        }

        .wizard-content .wizard > .steps > ul {
            display: table;
            width: 100%;
            table-layout: fixed;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .wizard-content .wizard > .steps > ul > li {
                display: table-cell;
                width: auto;
                vertical-align: top;
                text-align: center;
                position: relative;
            }

                .wizard-content .wizard > .steps > ul > li a {
                    position: relative;
                    padding-bottom: 40px;
                    margin-top: 20px;
                    margin-bottom: 20px;
                    display: block;
                    text-decoration: none;
                    font-size: 13px;
                }

                .wizard-content .wizard > .steps > ul > li:before {
                    left: -23px;
                }

                .wizard-content .wizard > .steps > ul > li:after {
                    right: -6px;
                }

                .wizard-content .wizard > .steps > ul > li:first-child:before,
                .wizard-content .wizard > .steps > ul > li:last-child:after {
                    content: none;
                }

                .wizard-content .wizard > .steps > ul > li.current > a {
                    color: #0f3bb4;
                    cursor: default;
                    font-weight: 600;
                }

                .wizard-content .wizard > .steps > ul > li.current .step {
                    border-color: #20307c;
                    background-color: #fff;
                    color: #20307c;
                }

                .wizard-content .wizard > .steps > ul > li.disabled a,
                .wizard-content .wizard > .steps > ul > li.disabled a:focus,
                .wizard-content .wizard > .steps > ul > li.disabled a:hover {
                    color: #a7b0c4;
                    cursor: default;
                    font-weight: 500;
                }

                .wizard-content .wizard > .steps > ul > li.done a,
                .wizard-content .wizard > .steps > ul > li.done a:focus,
                .wizard-content .wizard > .steps > ul > li.done a:hover {
                    color: #0f3bb4;
                    font-weight: 600;
                }

                .wizard-content .wizard > .steps > ul > li.done .step {
                    background-color: #00b727;
                    border-color: #00b727;
                    color: #fff;
                }

                    .wizard-content .wizard > .steps > ul > li.done .step:after {
                        content: "";
                        left: 0;
                        position: absolute;
                        top: 0;
                        color: #fff;
                        width: 15px;
                        height: 15px;
                        background-image: url(../images/tick.jpg);
                        background-size: 13px;
                        background-repeat: no-repeat;
                        background-position: center;
                    }

                .wizard-content .wizard > .steps > ul > li.error .step {
                    border-color: #f62d51;
                    color: #f62d51;
                }

        .wizard-content .wizard > .steps .step {
            background-color: #fff;
            display: inline-block;
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -19px;
            z-index: 10;
            text-align: center;
        }

    .wizard-content .wizard > .content {
        overflow: hidden;
        position: relative;
        width: auto;
        padding: 0 20px 20px;
        margin: 0;
    }

        .wizard-content .wizard > .content > .title {
            position: absolute;
            left: -99999px;
        }

        .wizard-content .wizard > .content > .body {
            padding: 0 20px;
        }

        .wizard-content .wizard > .content > iframe {
            border: 0;
            width: 100%;
            height: 100%;
        }

    .wizard-content .wizard > .actions {
        position: relative;
        display: block;
        text-align: right;
        padding: 0 20px 20px;
    }

        .wizard-content .wizard > .actions > ul {
            float: right;
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .wizard-content .wizard > .actions > ul:after {
                content: "";
                display: table;
                clear: both;
            }

            .wizard-content .wizard > .actions > ul > li {
                float: left;
            }

                .wizard-content .wizard > .actions > ul > li + li {
                    margin-left: 10px;
                }

                .wizard-content .wizard > .actions > ul > li > a {
                    background: #1684f2;
                    color: #fff;
                    display: block;
                    padding: 7px 25px;
                    border-radius: 20px;
                    border: 1px solid transparent;
                    text-decoration: none;
                    font-size: 15px;
                    box-shadow: 0 3px 7px #165ea7a0;
                }

                    .wizard-content .wizard > .actions > ul > li > a:focus,
                    .wizard-content .wizard > .actions > ul > li > a:hover {
                        -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
                        box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
                    }

                    .wizard-content .wizard > .actions > ul > li > a:active {
                        -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
                        box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
                    }

                    .wizard-content .wizard > .actions > ul > li > a[href="#previous"] {
                        background-color: #fff;
                        color: #54667a;
                        border: 1px solid #d9d9d9;
                        box-shadow: 0 3px 7px #b1b1b1a0;
                    }

                    .wizard-content .wizard > .actions > ul > li > a[href="#next"] {
                        padding: 7px 55px 5px 25px;
                    }

                        .wizard-content .wizard > .actions > ul > li > a[href="#next"]:after {
                            content: "";
                            background-image: url(../images/right-arrow.svg);
                            width: 40px;
                            position: absolute;
                            height: 22px;
                            background-repeat: no-repeat;
                            background-position: center;
                        }

                    .wizard-content .wizard > .actions > ul > li > a[href="#previous"]:focus,
                    .wizard-content .wizard > .actions > ul > li > a[href="#previous"]:hover {
                        -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
                        box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
                    }

                    .wizard-content .wizard > .actions > ul > li > a[href="#previous"]:active {
                        -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
                        box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
                    }

                .wizard-content .wizard > .actions > ul > li.disabled > a,
                .wizard-content .wizard > .actions > ul > li.disabled > a:focus,
                .wizard-content .wizard > .actions > ul > li.disabled > a:hover {
                    color: #a7b0c4;
                }

                    .wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"],
                    .wizard-content
                    .wizard > .actions > ul > li.disabled > a[href="#previous"]:focus,
                    .wizard-content
                    .wizard > .actions > ul > li.disabled > a[href="#previous"]:hover {
                        -webkit-box-shadow: none;
                        box-shadow: none;
                    }

    .wizard-content .wizard.wizard-circle > .steps > ul > li:after,
    .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
        top: 54px;
        width: 50%;
        height: 3px;
        background-color: #00b727;
    }

    .wizard-content .wizard.wizard-circle > .steps > ul > li.current:before {
        top: 54px;
        width: 89%;
        height: 3px;
        background-color: #20307c;
        background-image: url(../images/dash.jpg);
        background-size: 10px;
        z-index: 9;
        left: -48%;
    }

    .wizard-content .wizard.wizard-circle > .steps > ul > li.current.done:before {
        top: 54px;
        width: 86%;
        height: 3px;
        background-color: #00b727;
        background-image: none;
        left: -45%;
    }

    .wizard-content .wizard.wizard-circle > .steps > ul > li.current:after,
    .wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after,
    .wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before {
        background-color: #f3f3f3;
    }

    .wizard-content .wizard.wizard-circle > .steps .step {
        width: 20px;
        height: 20px;
        line-height: 15px;
        border: 3px solid #f3f3f3;
        font-size: 0.7rem;
        border-radius: 50%;
        top: 25px;
        text-indent: 80px;
        overflow: hidden;
    }

    .wizard-content .wizard.wizard-notification > .steps > ul > li:after,
    .wizard-content .wizard.wizard-notification > .steps > ul > li:before {
        top: 39px;
        width: 50%;
        height: 2px;
        background-color: #20307c;
    }

    .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
        border: 2px solid #20307c;
        color: #20307c;
        line-height: 36px;
    }

        .wizard-content
        .wizard.wizard-notification > .steps > ul > li.current
        .step:after,
        .wizard-content
        .wizard.wizard-notification > .steps > ul > li.done
        .step:after {
            border-top-color: #20307c;
        }

    .wizard-content .wizard.wizard-notification > .steps > ul > li.current:after,
    .wizard-content
    .wizard.wizard-notification > .steps > ul > li.current ~ li:after,
    .wizard-content
    .wizard.wizard-notification > .steps > ul > li.current ~ li:before {
        background-color: #f3f3f3;
    }

    .wizard-content .wizard.wizard-notification > .steps > ul > li.done .step {
        color: #fff;
    }

    .wizard-content .wizard.wizard-notification > .steps .step {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 1.3rem;
        border-radius: 15%;
        background-color: #f3f3f3;
    }

        .wizard-content .wizard.wizard-notification > .steps .step:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -8px;
            margin-bottom: -8px;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 8px solid #f3f3f3;
        }

    .wizard-content .wizard.vertical > .steps {
        display: inline;
        float: left;
        width: 20%;
    }

        .wizard-content .wizard.vertical > .steps > ul > li {
            display: block;
            width: 100%;
        }

            .wizard-content .wizard.vertical > .steps > ul > li.current:after,
            .wizard-content .wizard.vertical > .steps > ul > li.current:before,
            .wizard-content .wizard.vertical > .steps > ul > li.current ~ li:after,
            .wizard-content .wizard.vertical > .steps > ul > li.current ~ li:before,
            .wizard-content .wizard.vertical > .steps > ul > li:after,
            .wizard-content .wizard.vertical > .steps > ul > li:before {
                background-color: transparent;
            }

    .wizard-content .wizard > .actions > ul > li > a.btnDone {
        background: url(../images/icon_done.svg) no-repeat 15px center #1684f2;
        min-width: auto;
        padding-left: 35px;
        text-align: center;
    }

@media (max-width: 992px) {
    .wizard-content .wizard.wizard-circle > .steps .step {
        top: 45px;
    }

    .wizard-content .wizard.wizard-circle > .steps > ul > li:after,
    .wizard-content .wizard.wizard-circle > .steps > ul > li:before,
    .wizard-content .wizard.wizard-circle > .steps > ul > li.current:before,
    .wizard-content .wizard.wizard-circle > .steps > ul > li.current.done:before {
        top: 74px;
    }
}

@media (max-width: 768px) {
    .wizard-content .wizard > .steps > ul {
        margin-bottom: 20px;
    }
        /* .wizard-content .wizard>.steps>ul>li {
        display: block;
        float: left;
        width: 50%
    } */
        .wizard-content .wizard > .steps > ul > li > a {
            margin-bottom: 0;
            font-size: 12px;
        }

        .wizard-content .wizard > .steps > ul > li:first-child:before {
            content: "";
        }

        .wizard-content .wizard > .steps > ul > li:last-child:after {
            content: "";
            background-color: #20307c;
        }

    .wizard-content .wizard.vertical > .steps {
        width: 15%;
    }
}

@media (max-width: 480px) {
    .wizard-content .wizard > .steps > ul > li > a {
        margin-bottom: 0;
        font-size: 9.5px;
    }

    .wizard-content .wizard > .steps > ul > li {
        width: 100%;
    }

        .wizard-content .wizard > .steps > ul > li.current:after {
            background-color: #20307c;
        }

    .wizard-content .wizard.vertical > .steps > ul > li {
        display: block;
        float: left;
        width: 50%;
    }

    .wizard-content .wizard.vertical > .steps {
        width: 100%;
        float: none;
    }
}

.wizard-content .wizard {
    display: flex;
    flex-direction: column;
}

    .wizard-content .wizard > .steps {
        order: 1;
    }

    .wizard-content .wizard > .content {
        order: 3;
    }

    .wizard-content .wizard > .actions {
        order: 2;
    }

/*.......praveen css....*/
body {
    background: #fff;
    padding-top: 3.3rem;
    font-size: 0.8rem;
}

.main {
    background: #f7f7f7;
    padding: 0 1.25rem 0;
}

.sidebar {
    position: fixed;
}

header {
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
}

.brand h1 a {
    color: var(--blue-text);
    text-decoration: none;
}

.box_section {
    background: #f7f7f7;
    padding: 1rem 0.75rem 1rem 2rem;
}

.table_wrap {
    padding: 1rem 0.75rem 1rem 2rem;
}

.create_project span {
    display: block;
    line-height: normal;
}

    .create_project span strong {
        display: block;
    }

.create_project img {
    margin-bottom: 10px;
}

.create_project {
    background: url(../images/createproject_bg.svg) no-repeat center 88%;
    text-decoration: none;
    min-height: 22.5rem;
    display: block;
    color: var(--blue-text);
    text-transform: uppercase;
    padding: 1.6rem;
    border: 1px dashed #c3c3c3;
    border-radius: 0.75rem;
    background-size: 80%;
    background-color: #fff;
    font-size: 1rem;
}

    .create_project:hover {
        border-color: #8ec4fa;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

.box_section .nav-pills .nav-link {
    border-radius: 0;
    padding-top: 0;
    text-align: left;
    line-height: normal;
    font-size: 0.75rem;
    color: #707070;
    padding-left: 0;
    padding-right: 0;
}

    .box_section .nav-pills .nav-link strong {
        display: block;
    }

    .box_section .nav-pills .nav-link.active,
    .box_section .nav-pills .show > .nav-link {
        background-color: transparent;
        position: relative;
        color: var(--blue-text);
    }

        .box_section .nav-pills .nav-link.active:after,
        .box_section .nav-pills .show > .nav-link:after {
            position: absolute;
            content: "";
            border-bottom: 0.25rem solid var(--blue-text);
            width: 100%;
            height: 0.25rem;
            left: 0;
            bottom: 0;
            border-radius: 0.62rem;
        }

.box_section .nav-pills li + li {
    margin-left: 2.5rem;
}

.tab_col {
    padding: 0 0.75rem;
}

.tab_row {
    margin: 0 -0.75rem;
    display: flex;
    overflow: auto;
    padding-bottom: 0.25rem;
}

::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
    background: #ddd;
}

::-webkit-scrollbar-thumb {
    background: #747474;
    -webkit-border-radius: 1ex;
}

::-webkit-scrollbar-corner {
    background: #747474;
}

.scrollable {
    max-width: 12.5rem;
    max-height: 100%;
    height: 28.12rem;
    overflow: scroll;
}

.tab_col_inner h5 {
    color: #000000;
    font-weight: bold;
    font-size: 0.9rem;
    min-height: 34px;
    padding-right: 1rem;
    max-height: 34px;
}

.mobile-icon {
    background: url(../images/mobile-icon.svg) no-repeat right top;
}

.comp-mob-icon {
    background: url(../images/comp-mob-icon.svg) no-repeat right top;
}

.computer-icon {
    background: url(../images/computer-icon.svg) no-repeat right top;
}

.verticle_timeline li {
    color: #707070;
    font-size: 0.72rem;
    list-style: none;
    position: relative;
    line-height: 1.05rem;
    padding: 4px 0px;
    display: flex;
    text-indent: 8px;
}

    .verticle_timeline li:before {
        content: "";
        height: 1rem;
        width: 1px;
        background: #c3c3c3;
        position: absolute;
        left: 0.75rem;
        z-index: 1;
        top: 0;
    }

    .verticle_timeline li:after {
        content: "";
        height: 1rem;
        width: 1px;
        background: #c3c3c3;
        position: absolute;
        left: 0.75rem;
        z-index: 1;
        bottom: 0;
    }

.verticle_timeline {
    padding: 0;
    margin: 0;
}

.tab_col_inner {
    border: 0.62rem solid #e6e6e6;
    border-radius: 1rem;
    background: #fff;
    padding: 1.25rem;
}

    .tab_col_inner:hover {
        border-color: #e3f2ff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        border-radius: 1rem;
    }

        .tab_col_inner:hover h5 {
            color: var(--blue-text);
        }

.verticle_timeline li span {
    display: inline-block;
    text-align: center;
    width: 21px;
    line-height: 21px;
    height: 21px;
    position: relative;
    z-index: 2;
}

    .verticle_timeline li span.tick-icon {
        background: url(../images/tick-icon.svg) no-repeat 2px 0;
    }

    .verticle_timeline li span.code-icon {
        background: url(../images/code-icon.svg) no-repeat 2px 0;
    }

    .verticle_timeline li span.grey_circle {
        background: url(../images/grey_circle.svg) no-repeat 5px 0;
    }

.tab_col_bottom {
    display: flex;
    justify-content: space-around;
    padding: 0.62rem 0 0;
    border-top: 1px solid #c3c3c3;
    align-items: center;
}

.view_project {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    text-decoration: none;
    color: #707070;
    line-height: normal;
    text-transform: uppercase;
    width: 7rem;
    padding: 0.62rem;
    background: #f5f5f5;
    border-radius: 7px;
}

    .view_project:hover {
        background: #eff6fc;
        color: var(--blue-text);
    }

    .view_project img {
        margin-right: 10px;
    }

.circle_list li {
    list-style: none;
    font-size: 0.62rem;
    display: inline-block;
}

.circle_list {
    padding: 0;
    display: flex;
    margin: 0 1.5rem;
}

    .circle_list li a {
        text-decoration: none;
        height: 1.5rem;
        width: 1.5rem;
        box-shadow: -3px 0px 3px #00000029;
        line-height: 1.5rem;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
    }

.bullet_dropdown button {
    background: transparent;
    width: auto;
    border: none;
    padding: 0;
}

    .bullet_dropdown button:after {
        display: none;
    }

.ba {
    background: #d6eff7;
    color: #1da9d6;
}

.sm {
    color: #0f3ab2;
    background: #d6e0f7;
}

.plus,
.plus:hover {
    background: #6683c3;
    color: #fff;
}

.circle_list li + li {
    margin-left: -0.3rem;
}

.table_actions {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.table_actions_start {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}

.table_wrap table td:last-child,
.table_wrap table th:last-child {
    text-align: right !important;
}

.table_wrap table td.dataTables_empty {
    text-align: center !important;
}

.table_actions li {
    list-style: none;
    padding: 0 0.75rem;
    margin: 0px !important;
}

.table_title {
    font-size: 1rem;
    line-height: normal;
}

    .table_title strong {
        display: block;
    }

/*
.table_wrap {
       background: #fff;
    margin-left: 3.25rem;
    padding-left: 2rem;
    position: relative;
    padding-top: 3.12rem;    margin-right: -1.25rem;
    padding-right: 20px;
}
*/
.table_title {
    position: absolute;
}

.table_wrap table th,
.table_wrap table td {
    font-size: 0.75rem;
}

    .table_wrap table td,
    .table_wrap table td a {
        color: #707070;
        text-decoration: none;
    }

.bullet_btn {
    border: 1px solid #dddddd;
    border-radius: 1rem;
    position: relative;
    display: inline-block;
    height: 1.62rem;
    line-height: 1.62rem;
    padding: 0 1.25rem 0 1.5rem;
    color: #707070;
    text-decoration: none;
}

.orange span {
    height: 0.75rem;
    width: 0.75rem;
    background: #f47f0b;
    position: absolute;
    border-radius: 50%;
    content: "";
    left: 0.5rem;
    top: 0.37rem;
}

.green span {
    height: 0.75rem;
    width: 0.75rem;
    background: #3abf3f;
    position: absolute;
    border-radius: 50%;
    content: "";
    left: 0.5rem;
    top: 0.37rem;
}

.file_name_td {
    display: flex;
    line-height: normal;
    align-items: center;
}

.inactive {
    opacity: 0.4;
    pointer-events: none;
}

.file_name_td img {
    margin-right: 5px;
}

.dataTables_filter label {
    font-size: 0;
}

.dataTables_filter input,
.dataTables_filter input:focus {
    width: 340px !important;
    border: 1px solid #c7c7c7;
    border-radius: 14px;
    background: url(../images/search_icon.svg) no-repeat 10px center;
    box-shadow: none;
    padding-left: 30px;
    font-size: 0.75rem;
}

.table_wrap table {
    border-collapse: separate !important;
    border-spacing: 0 4px;
}

    .table_wrap table td {
        border: 1px solid #a7b0c4;
        border-right: 0;
        position: relative;
        color: #707070;
        border-left: 0;
    }

        .table_wrap table td:first-child {
            border-radius: 4px 0 0 4px;
            border-left: 1px solid #a7b0c4;
        }

        .table_wrap table td:last-child {
            border-radius: 0 4px 4px 0;
            border-right: 1px solid #a7b0c4;
        }

    .table_wrap table tbody tr:first-child {
        border-top: 1px solid #a7b0c4;
    }

    .table_wrap table th {
        border: none;
    }

.table_wrap .table > tbody tr:first-child td:before {
    content: "";
    width: 100%;
    border-top: 1px solid #a7b0c4;
    height: 1px;
    position: absolute;
    top: 0px;
    border-radius: 4px;
    left: 0;
}

.popover-body,
.dropdown-item {
    font-size: 0.75rem;
}

.tooltip {
    font-size: 0.6rem;
}

footer {
    font-size: 10px;
    padding: 1rem 0;
    color: #848484;
}

.title_section {
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    padding: 0.7rem 2rem;
    align-items: center;
}

.title_section_left strong {
    display: block;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.title_section_right ul {
    padding: 0;
    margin: 0;
    display: flex;
    text-align: right;
}

    .title_section_right ul li {
        list-style: none;
        color: #707070;
    }

        .title_section_right ul li strong {
            display: block;
            color: #000000;
        }

        .title_section_right ul li + li {
            margin-left: 2rem;
        }

.build_invite_section {
    padding: 0 2rem 0;
    color: #707070;
    background: #fff;
}

.md_blue_btn {
    font-size: 0.75rem;
    color: #fff;
    text-decoration: none;
    background: #1684f2;
    height: 3.38rem;
    line-height: 3.38rem;
    display: inline-block;
    border-radius: 2rem;
    padding: 0 2rem;
    margin: 1rem 0;
}

    .md_blue_btn:hover {
        color: #fff;
        background: var(--blue-bg);
    }

.md_blue_txt_btn {
    color: #0f3bb4;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
}

.md_blue_btn img {
    margin-left: 1rem;
}

/*...............bootstrap typehead...............*/

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    height: 28px;
    display: inline-block;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 7px;
    color: #0f3bb4;
    background: #e3f2ff;
}

.bootstrap-tagsinput {
    margin: 2rem 0;
    font-size: 0.75rem;
    min-height: 2.5rem;
    width: 100%;
    line-height: 2rem;
    text-align: left;
    border-radius: 0.75rem;
    border-color: #707070;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 12px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

    .tt-suggestion:hover,
    .tt-suggestion:focus {
        text-decoration: none;
        outline: 0;
        color: #0f3bb4;
        background: #e3f2ff;
    }

/*...............bootstrap typehead...............*/
/* New css on 11-4-2023 */
.page_area {
    padding-left: 68px;
}

.LoaderBackground {
    z-index: 1065 !important;
    padding: 15px !important;
    background: rgba(9, 17, 78, 0.49);
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.top_link_section {
    background: #f7f7f7;
}

.steps_container {
    background: #fff;
}

.outline-button-blue {
    color: #0f3bb4;
    border: 1px solid #0f3bb4;
    background: #fff;
    border-radius: 31px;
    padding: 7px 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.wizard-content .wizard > .steps {
    z-index: 1;
}

/*.....common button......*/

.btn {
    height: 34px;
    line-height: normal;
    border-radius: 2rem;
    padding: 0 1.2rem;
    font-weight: 600;
    font-size: 0.75rem;
}

    .btn + .btn {
        margin-left: 10px;
    }

.btn-primary {
    background: #011E97 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
}

    .btn-primary:hover {
        background-color: #001673;
    }

.btn-outline-primary {
    color: #0F3BB4;
    text-align: center;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #011E97;
    border-radius: 5px;
    background-color: #FFFFFF;
}

    .btn-outline-primary:hover {
        background: #fff;
        border-color: #0F3BB4;
        color: #0F3BB4;
    }

.btn-sm {
    height: 26px;
    line-height: 25px;
    padding: 0 0.8rem;
}

/*.....common button......*/

.title_section_right ul.circle_list li + li {
    margin: 0 -5px 0 0;
}

.uploadWrap {
    position: relative;
    padding-right: 120px;
}

.uploadrght {
    position: absolute;
    right: 0;
    top: 0;
}

.uploadlft {
    position: relative;
    z-index: 2;
}

.file-border {
    border: 1px solid #ccc;
    width: 100%;
    padding: 0 5px;
    height: 34px;
    text-overflow: clip;
    opacity: 0;
    cursor: pointer;
}

.upload-btn {
    display: block;
    cursor: pointer;
    border-radius: 6px;
    width: 100%;
    height: 34px;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    z-index: -1;
    padding-left: 10px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
}

    .upload-btn::before {
        position: absolute;
        content: "Browse";
        background: #707070;
        color: #fff;
        height: 28px;
        width: 75px;
        line-height: 20px;
        padding: 5px;
        text-transform: uppercase;
        top: 2px;
        right: 2px;
        border-radius: 4px;
        text-align: center;
    }

.dwnloadTemplate {
    position: absolute;
    right: 120px;
    top: -24px;
    text-decoration: none;
    color: #0079e2;
    font-size: 0.7rem;
}

.uploadrght input {
    background: url(../images/upload.svg) no-repeat 20px center;
    font-weight: 600;
    border-radius: 6px;
    padding: 0 20px 0 40px;
    min-width: inherit;
}

    .uploadrght input:hover {
        background-image: url(../images/upload2.svg);
        background-repeat: no-repeat;
        background-position: 20px center;
    }

.title_section_left .btn {
    background: url(../images/view_project_logs.svg) no-repeat 20px center;
    padding: 0 20px 0 40px;
    margin-left: 10px;
}

    .title_section_left .btn:hover {
        background: url(../images/view_project_logs2.svg) no-repeat 20px center;
        background-color: #0f3bb4;
        border-color: #0f3bb4;
    }

.accordion .btn-sm {
    background: url(../images/excel_icon.svg) no-repeat 20px center;
    padding: 0 20px 0 40px;
    margin-left: 10px;
}

    .accordion .btn-sm:hover {
        background: url(../images/excel_icon2.svg) no-repeat 20px center;
        background-color: #707070;
        border-color: #707070;
    }

.bullet_dropdown .dropdown-toggle::after {
    display: none;
}

.bullet_dropdown .dropdown-item {
    width: 80%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    display: inline-block;
}

.bullet_dropdown li {
    display: block;
    white-space: nowrap;
}

/* 00000000000000000000000000000000000000000 */

.wizard-content .wizard > .actions {
    order: 2;
    position: fixed;
    bottom: 0;
    width: calc(100% - 68px);
    left: 68px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px -3px 12px #0000000d;
    padding: 15px;
}
/* .wizard-content .wizard > .actions ul li:first-child{display: none;} */
.panel-body.wizard-content {
    padding: 0 0 5rem;
}

#listSave {
    position: absolute;
    left: calc(2rem + 10px);
}

.wizard-content .wizard > .actions > ul > li > a.btnSave.btn {
    color: #0f3bb4;
    text-align: center;
    border-color: #0f3bb4;
    background: #fff;
    box-shadow: none;
    font-weight: 500;
    min-width: auto;
}

    .wizard-content .wizard > .actions > ul > li > a.btnSave.btn:hover {
        color: #fff;
        background: #0f3bb4;
        border-color: #0f3bb4;
    }

.form-label {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: #000000;
}

.icon_with_label {
    margin-left: 5px;
}

.code_container_dark {
    max-height: 500px;
}

.btn_containers {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: flex-end;
}

    .btn_containers li {
        display: inline-block;
        margin: 5px;
    }

        .btn_containers li a {
            color: #939393;
            font-weight: 600;
            text-decoration: none;
            font-size: 0.7rem;
            padding: 5px;
        }

.form-select.blue-text {
    color: var(--blue-text);
    font-weight: 600;
    font-size: 0.9rem;
}

/*............multiselect with checkbox with dropdown............*/
.selectpicker button.multiselect {
    text-align: right;
    font-size: 0.75rem;
    background-color: transparent;
}

.selectpicker .form-label {
    position: absolute;
    top: 8px;
    left: 25px;
}

.selectpicker {
    position: relative;
}

    .selectpicker button.multiselect:after {
        display: none;
    }

    .selectpicker .multiselect-selected-text {
        background: #707070;
        color: #fff;
        height: 22px;
        display: inline-block;
        line-height: 22px;
        padding: 0 10px;
        border-radius: 5px;
    }

    .selectpicker .multiselect-selected-text {
        background: #707070;
        color: #fff;
        height: 22px;
        display: inline-block;
        line-height: 22px;
        padding: 0 10px;
        border-radius: 5px;
    }

    .selectpicker li,
    .selectpicker li a,
    .selectpicker li a label {
        display: block;
        font-size: 0.75rem;
    }

    .selectpicker.multiselect-item.multiselect-filter {
    }

    .selectpicker li.multiselect-filter {
        display: none;
    }

    .selectpicker .dropdown-menu {
        width: 100%;
    }

    .selectpicker li + li {
        border-top: 1px solid #efefef;
    }

    .selectpicker li a label {
        padding: 8px 10px;
        position: relative;
        padding-left: 30px;
    }

    .selectpicker .multiselect-all {
        display: none;
    }

    .selectpicker li a label input[type="checkbox"] {
        position: absolute;
        left: 10px;
        top: 10px;
    }
/*............multiselect with checkbox with dropdown............*/

/*............multiselect with checkbox without dropdown............*/

.select_user_story {
    box-shadow: inset 0px 0px 12px #00000029;
    padding: 15px;
    border-radius: 7px;
    overflow: auto;
    height: 99%;
    border: 1px solid #d1d1d1;
}

.user_story_list {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0;
}

    .user_story_list li {
        background: #fff;
        box-shadow: 0px 3px 6px #0000000d;
        border: 1px solid #c3c3c3;
        border-radius: 6px;
        padding: 10px;
        margin: 10px 0;
        display: flex;
        font-size: 0.75rem;
    }

        .user_story_list li:first-child,
        .user_story_list li:last-child {
            margin-top: 0;
            margin-bottom: 0;
        }

        .user_story_list li.selected {
            background: #e3f2ff 0% 0% no-repeat padding-box;
            box-shadow: 0px 3px 6px #0000000d;
            border: 1px solid #0f3bb4;
        }

        .user_story_list li div {
            margin: 0 5px 0 0;
        }

        .user_story_list li .form-check-input[type="checkbox"] {
            border-radius: 50%;
        }

        .user_story_list li label {
            width: 100%;
            cursor: pointer;
        }
/*............multiselect with checkbox without dropdown............*/

.uploadWrap.inlineUploadWrap {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .uploadWrap.inlineUploadWrap a,
    .uploadWrap.inlineUploadWrap .uploadrght {
        position: static;
        margin-left: 5px;
    }

    .uploadWrap.inlineUploadWrap a {
        margin: 0 5px 0 0;
    }

.inlineUploadWrap input.btn,
.inlineUploadWrap .upload-btn {
    border-radius: 2rem;
}

.nowrap {
    white-space: nowrap;
}

.selectpicker input[type="radio"] {
    position: absolute;
    left: 10px;
    top: 10px;
}

.inlineUploadWrap .upload-btn:before {
    border-radius: 30px;
}

.form-control.pw.is-invalid,
.was-validated .form-control.pw:invalid,
.form-control.pw.is-valid,
.was-validated .form-control.pw:valid {
    background-position: right calc(0.375em + 2rem) center;
}

.inner_wrap {
    padding: 0 0.75rem 1rem 2rem;
}

.itm_wrap {
    position: relative;
}

    .itm_wrap .inactive.accordion-item {
        pointer-events: none;
        opacity: 0.5;
    }

.table_in_accordion table {
    border-collapse: separate !important;
    border-spacing: 0 8px;
    margin-bottom: 0;
}

    .table_in_accordion table td {
        border: 1px solid rgba(167, 176, 196, 0.4);
        border-right: 0;
        position: relative;
        border-left: 0;
        font-size: 0.75rem;
        text-align: left;
        color: #697081;
        background: #fff;
        vertical-align: middle;
    }

        .table_in_accordion table td:first-child {
            border-radius: 6px 0 0 6px;
            border-left: 1px solid rgba(167, 176, 196, 0.4);
            position: relative;
        }

            .table_in_accordion table td:first-child:before {
                content: "";
                position: absolute;
                left: -28px;
                width: 26px;
                height: 1px;
                border-bottom: 1px dashed rgba(112, 112, 112, 0.4);
                top: 16px;
            }

        .table_in_accordion table td:last-child {
            border-radius: 0 4px 4px 0;
            border-right: 1px solid rgba(167, 176, 196, 0.4);
            background: #f4f4f4;
        }

    .table_in_accordion table .active td:first-child {
        border-left: 1px solid rgba(167, 176, 196, 1);
    }

    .table_in_accordion table .active td:last-child {
        border-right: 1px solid rgba(167, 176, 196, 1);
        position: relative;
    }

        .table_in_accordion table .active td:last-child:after {
            background: url(../images/icn_pointer.png) no-repeat center center;
            position: absolute;
            content: "";
            height: 24px;
            width: 12px;
            right: -26px;
            bottom: 4px;
        }

    .table_in_accordion table .active td {
        color: #080808;
        border: 1px solid rgba(167, 176, 196, 1);
        border-right: 0;
        border-left: 0;
        font-weight: 500;
    }

.smll_tble_action img {
    max-width: 15px;
}

.smll_tble_action {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}

    .smll_tble_action li {
        list-style: none;
    }

.table_in_accordion th {
    border: none;
}

.accord_itm_image {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #0f3bb4;
    border-radius: 6px;
    line-height: 30px;
    text-align: center;
}

.user_story_image {
    background: #0f3bb4;
}

.diagram_image {
    background: #42a4fa;
}

.generated_codes_image {
    background: #1fd4f5;
}

.generated_test_cases_image {
    background: #90cc1f;
}

.generated_test_codes_image {
    background: #9488f0;
}

.accordion_wrapper .accordion-item {
    border-radius: 0;
    border: none;
    position: relative;
    border-bottom: 1px solid rgba(112, 112, 112, 0.25);
}

.accordion_wrapper .accordion-header {
    margin: 5px 0;
}

.itm_wrap .accord_itm_image {
    position: absolute;
    left: 0;
    top: 10px;
}

.accordion_wrapper button.accordion-button {
    width: auto;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    display: inline-flex;
    flex-direction: row-reverse;
    font-weight: 600;
}

.accordion_wrapper .accordion-button::after {
    transform: rotate(-90deg) scale(0.7);
    margin-left: -5px;
}

.accordion_wrapper .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg) scale(0.7);
}

.accordion_wrapper .accordion-body {
    padding: 0;
}

.accordion_wrapper .accordion {
    padding-left: 50px;
    position: relative;
}

    .accordion_wrapper .accordion:before {
        position: absolute;
        left: 0;
        height: calc(100% - 20px);
        border-left: 1px solid rgba(112, 112, 112, 0.4);
        content: "";
    }

.itm_wrap .accord_itm_image:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 10px;
    background: rgba(112, 112, 112, 0.4);
    left: -10px;
    top: 14px;
}

.itm_wrap .accord_itm_image {
    position: absolute;
    left: -40px;
    top: 10px;
}

.accordion_wrapper .accordion-collapse:before {
    content: "";
    position: absolute;
    left: -28px;
    height: calc(100% - 70px);
    border-left: 1px dashed rgba(112, 112, 112, 0.4);
}

.itm_wrap .lcs_wrap {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 5px;
}

.itm_wrap .lcs_cursor {
    background: url(../images/unlock.svg) #fff no-repeat center center;
    top: 3px;
    width: 20px;
    height: 20px;
}

.itm_wrap .lcs_switch {
    width: 88px;
}

.itm_wrap .lcs_label {
    font-family: "Montserrat";
    width: 46px;
    font-weight: normal;
}

    .itm_wrap .lcs_label.lcs_label_off {
        color: #707070;
    }

.itm_wrap .lcs_switch.lcs_off .lcs_cursor {
    left: 4px;
}

.itm_wrap .lcs_switch.lcs_on .lcs_cursor {
    left: 63px;
}

.itm_wrap .lcs_switch.lcs_on {
    background: #84ad27;
    box-shadow: inset 0px 0px 6px #00000029;
    border: 1px solid #527413;
}

.itm_wrap .lcs_switch.lcs_off {
    background: #e5e5e5;
    box-shadow: inset 0px 0px 6px #00000029;
    border: 1px solid #c3c3c3;
}

.preview_container .grid {
    height: 190px;
}

.preview_container {
    padding: 10px;
    background: #ffffff;
    box-shadow: -4px 4px 12px #00000015;
    border: 1px solid #c3c3c3;
}

    .preview_container .graph_container {
        height: 400px;
        margin: 0 0 10px 0;
    }

.table_in_accordion table td,
.table_in_accordion table th {
    cursor: default;
}

.confirmPopup {
    max-width: 300px;
    background: #fff;
    position: relative;
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    text-align: center;
    margin-left: -150px;
    left: 50%;
    padding: 1rem;
    margin-top: -51px;
    top: 50%;
}

.confirmPopupBackdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 22222;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.time_lineWrap ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

    .time_lineWrap ul li {
        list-style: none;
        position: relative;
        width: 20%;
        text-align: center;
    }

        .time_lineWrap ul li a {
            text-decoration: none;
            color: #a7b0c4;
            cursor: default;
            font-weight: 500;
            font-size: 0.75rem;
        }

.time_lineWrap {
    padding: 30px 0;
}

    .time_lineWrap ul li:before {
        content: "";
        position: absolute;
        border: 2px solid #f3f3f3;
        width: 50%;
        bottom: -16px;
        left: 0;
    }

    .time_lineWrap ul li:after {
        content: "";
        position: absolute;
        border: 2px solid #f3f3f3;
        width: 50%;
        bottom: -16px;
        right: 0;
    }

    .time_lineWrap ul li:first-child:before,
    .time_lineWrap ul li:last-child:after {
        display: none;
    }

    .time_lineWrap ul li span {
        width: 20px;
        height: 20px;
        line-height: 15px;
        border: 3px solid #f3f3f3;
        font-size: 0.7rem;
        border-radius: 50%;
        bottom: -24px;
        text-indent: 80px;
        overflow: hidden;
        background: #fff;
        position: absolute;
        left: 50%;
        margin-left: -12px;
        z-index: 1;
        outline: 5px solid #fff;
    }

    .time_lineWrap ul li.active span {
        border-color: #20307c;
    }

    .time_lineWrap ul li.active.completed span {
        background-color: #00b727;
        border-color: #00b727;
    }

        .time_lineWrap ul li.active.completed span:after {
            content: "";
            left: 0;
            position: absolute;
            top: 0;
            color: #fff;
            width: 15px;
            height: 15px;
            background-image: url(../images/tick.jpg);
            background-size: 11px;
            background-repeat: no-repeat;
            background-position: center;
        }

    .time_lineWrap ul li.active.completed a {
        cursor: pointer;
    }

    .time_lineWrap ul li.active.completed:before,
    .time_lineWrap ul li.active.completed:after {
        border-color: #00b727;
    }

    .time_lineWrap ul li.active.completed.inprogressbefore:after {
        border: 2px dashed #0f3bb4;
    }

    .time_lineWrap ul li.current:before {
        border: 2px dashed #0f3bb4;
        left: 2px;
    }

    .time_lineWrap ul li.current span {
        border-color: #0f3bb4;
    }

/*..............28 apr 2022..................*/

.circle_list li.edit_user_popup a {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    text-decoration: underline;
}

.title_section_right ul.circle_list li.edit_user_popup {
    margin-left: 10px !important;
}

.md_blue_btn {
    border: none;
}

.preview_container .graph_container {
    height: 340px;
}

.itm_wrap .lcs_on .lcs_cursor {
    background: url(../images/lock_icon2.svg) #fff no-repeat center center;
}

/* //-----------------2523 */
.others {
    display: none;
}

.logo a {
    margin-bottom: 60px;
    display: inline-block;
}

.title_section_left .form-control {
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 0.3rem;
    min-width: 270px;
}

.WelcomeSection {
    max-width: 21rem;
    text-align: center;
    margin: 0px auto;
    padding-top: 2.5rem;
}

    .WelcomeSection strong {
        display: block;
        color: #2d2d34;
        font-size: 1.15rem;
    }

    .WelcomeSection img {
        mix-blend-mode: luminosity;
        margin: 0.5rem 0;
    }

    .WelcomeSection p {
        font-size: 0.9rem;
    }

    .WelcomeSection span {
        color: var(--blue-text);
        font-weight: 700;
    }

.search_section {
    max-width: 600px;
    margin: auto;
    background: #f7f7f7;
    padding: 1rem;
    border-radius: 4px;
}

.project_name_wrap textarea.form-control {
    border: 1px solid #c1c3d5;
    font-size: 0.7rem;
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2) inset;
    min-height: 60px;
}

.project_btn_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.8rem;
}

.project_name_wrap .btn {
    border-radius: 0;
    color: #787c9f;
    height: 24px;
    line-height: normal;
    padding: 0;
    font-weight: 500;
    font-size: 0.7rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px;
    padding-left: 22px;
}

    .project_name_wrap .btn.PromptBtn {
        background-image: url("../images/Icon_Prompt.svg");
    }

        .project_name_wrap .btn.PromptBtn:hover {
            background-image: url("../images/Icon_Prompt_blue.svg");
        }

.AttachmentSec {
    position: relative;
    margin-left: 1rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
    font-size: 0.7rem;
}
.AttachmentSecCounter {
    border-radius: 20px;
    border: solid #1684f2 1px;
    background-color: #1684f2;
    color: white;
    font-weight: bold;
    height: 20px;
    width: 20px;
    text-align: center;
    padding: 0.09rem;
}

    .AttachmentSec input[type="file"] {
        opacity: 0;
        width: 155px;
        z-index: 1;
    }

.AttachmentBtn {
    position: absolute;
    left: 0;
}

    .AttachmentBtn svg {
        stroke: #707070;
    }

.AttachmentSec:hover .AttachmentBtn {
    color: var(--blue-text);
}

    .AttachmentSec:hover .AttachmentBtn svg {
        stroke: var(--blue-text);
    }

.project_name_wrap .btn:hover {
    color: var(--blue-text);
}

.project_name_wrap .btn:focus {
    box-shadow: none;
}

.project_name_wrap .sendBtn {
    font-size: 0.75rem;
    color: #fff;
    text-decoration: none;
    background-color: #1684f2;
    height: 2rem;
    line-height: 2rem;
    display: inline-block;
    border-radius: 2rem;
    border: 0;
    padding: 0px 20px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 18px;
    padding-right: 45px;
    font-weight: 500;
    background-image: url("../images/arrow_white.svg");
}

    .project_name_wrap .sendBtn.disable {
        color: #9a9cb1;
        background-color: #caccd9;
        background-image: url("../images/arrow.svg");
        cursor: not-allowed;
    }

.EditorSection {
    display: flex;
    align-items: center;
    position: fixed;
    right: 0;
    height: calc(100vh - 129px);
    background: transparent;
    overflow: auto;
}

.ck-editor__editable {
    max-height: 75vh;
    font-size: 0.8rem;
}

.EditorSection button {
    background: #1684f2;
    color: #ffffff;
    border: 0px;
    padding: 10px 15px;
    border-radius: 10px 10px 0px 0px;
    text-transform: uppercase;
    font-size: 0.7rem;
}

.btnEditor {
    transform: rotate(-90deg);
    margin: 0;
    margin-right: -40px;
    position: relative;
}

.editor_code {
    max-width: 400px;
    overflow: hidden;
    height: 100%;
    border: 1px solid #eaeaea;
}

    .editor_code textarea {
        width: 100%;
    }

.ck.ck-editor__editable_inline {
    border: 0px !important;
    border-top: 1px solid #eaeaea !important;
}

.ck.ck-toolbar {
    border: 0px !important;
}

.modal {
    background: rgba(9, 17, 78, 0.49);
    margin-top: 3rem !important;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.PromptMain {
    display: flex;
}

.modal-header h5 {
    font-size: 1rem;
    font-weight: 600;
}

.PromptMain h3 {
    background-color: #dee2ff;
    font-size: 0.7rem;
    font-weight: 600;
    margin: 0;
    padding: 0.6rem;
    color: var(--black-text);
}

.PromptMain h4 {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--black-text);
}

.prePrompt p {
    max-height: 7rem;
    overflow: auto;
    margin: 0;
    padding-bottom: 1rem;
    font-size: 0.65rem;
}

.PromptMain ul {
    max-height: 50vh;
    overflow: auto;
    margin: 0;
}

    .PromptMain ul li {
        list-style: none;
        padding: 0.3rem 0.6rem;
    }

        .PromptMain ul li a {
            color: #707070;
            text-decoration: none;
        }

            .PromptMain ul li a:hover {
                color: #000000;
                text-decoration: underline;
            }

.prePrompt {
    max-width: 56%;
    padding: 1rem;
    position: relative;
    padding-bottom: 3rem;
    padding-top: 0.7rem;
}

.btnBottom {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
}

.submenu {
    position: fixed;
    left: 68px;
    width: 260px;
    height: calc(100vh - 53px);
    background: var(--darkBlue-bg);
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 0;
    border-left: 1px solid #47509d;
    z-index: 10;
}

.sidebarOpen .page_area {
    padding-left: 308px;
    border-left: 1px solid #3a4393;
}

.form-control,
.form-select {
    border-color: #c3cdd8;
    box-shadow: 0 0 5px #00000029 inset;
    font-size: 0.8rem;
}

.searchBar .form-control {
    box-shadow: none;
    padding: 0;
    padding-right: 0.75rem;
    font-size: 0.7rem;
    height: 28px;
}

.searchBar .btn {
    height: 28px;
}

.sideContent {
    padding: 1.5rem;
}

.BackBtn {
    padding: 1.5rem 1.5rem;
    border-bottom: 1px solid #2e388d;
}

    .BackBtn button {
        display: flex;
        align-items: center;
        font-weight: bold;
        color: #ffffff;
        border: 0;
    }

    .BackBtn svg {
        fill: #ffffff;
        transform: rotate(180deg);
        margin-right: 7px;
    }

.allToolTemplate {
    font-weight: bold;
    color: #ffffff;
    font-size: 0.7rem;
    padding: 1rem 0;
    line-height: 25px;
}

.templateResult {
}

    .templateResult li {
        padding: 0.2rem 0 0.2rem 1rem;
        position: relative;
    }

        .templateResult li::before {
            content: "\f105";
            color: #ffffff;
            font-family: "FontAwesome";
            font-size: 0.9rem;
            margin-right: 8px;
        }

        .templateResult li a {
            color: #ffffff;
            text-decoration: none;
            font-weight: 400;
        }

            .templateResult li a:hover {
                text-decoration: underline;
            }

.SidemenuList {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}

.CreateProjectForm {
    width: 85%;
    padding-top: 1.5rem;
}

.customChatBox {
    width: 400px;
    height: 90vh;
    background: #ffffff;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9;
    box-shadow: 0 0 5px 4px #e3e3e3;
    padding: 0px !important;
}

.clientFeedbackBox {
    width: 400px;
    height: 60vh;
    background: #ffffff;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9;
    box-shadow: 0 0 5px 4px #e3e3e3;
    padding: 0px !important;
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
    border-left: 1px solid #ccc;
}

    .chatbox .modal-dialog,
    .chatlist .modal-dialog {
        max-width: 100%;
        margin: 0;
    }

.msg-head {
    padding: 0.7rem;
    border-bottom: 1px solid #ccc;
}

    .msg-head h3 {
        color: #222;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .msg-head p {
        color: #343434;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.5;
        text-transform: capitalize;
        margin-bottom: 0;
    }

.moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 0;
}

    .moreoption .navbar {
        padding: 0;
    }

    .moreoption li .nav-link {
        color: #959595;
        font-size: 16px;
        padding: 0;
    }

    .moreoption .dropdown-toggle::after {
        display: none;
    }

    .moreoption .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: auto;
        right: 0;
        margin-top: 0.125rem;
    }

.clientFeedbackBox .modal-dialog-scrollable .modal-body {
    height: 35vh;
}

.clientFeedbackBox .send-box .form-control {
    display: block;
    width: 100%;
}

.modal-dialog-scrollable .modal-body {
    height: 70vh;
}

.msg-body ul {
    overflow: hidden;
    padding: 0;
}

    .msg-body ul li {
        list-style: none;
        margin: 15px 0;
    }

        .msg-body ul li.sender {
            display: block;
            width: 100%;
            position: relative;
        }

            /*.msg-body ul li.sender:before {
                display: block;
                clear: both;
                content: "";
                position: absolute;
                top: -6px;
                left: -7px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 12px 15px 12px;
                border-color: transparent transparent #f5f5f5 transparent;
                -webkit-transform: rotate(-37deg);
                -ms-transform: rotate(-37deg);
                transform: rotate(-37deg);
            }*/

            .msg-body ul li.sender p, .msg-body ul li.sender > div {
                color: #000;
                font-size: 0.8rem;
                line-height: 1.5;
                font-weight: 400;
                padding: 0.7rem;
                background: #f5f5f5;
                display: inline-block;
                border-radius: 10px;
                /*border-bottom-left-radius: 10px;
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;*/
                margin-bottom: 0;
            }

                .msg-body ul li.sender p b, .msg-body ul li.sender > div b {
                    display: block;
                    color: #180660;
                    font-size: 0.8rem;
                    line-height: 1.5;
                    font-weight: 500;
                }

        .msg-body ul li.reply {
            display: block;
            width: 100%;
            text-align: right;
            position: relative;
        }

            /*.msg-body ul li.reply:before {
                display: block;
                clear: both;
                content: "";
                position: absolute;
                bottom: 15px;
                right: -7px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 12px 15px 12px;
                border-color: transparent transparent #5e5e5e transparent;
                -webkit-transform: rotate(37deg);
                -ms-transform: rotate(37deg);
                transform: rotate(37deg);
            }*/

            .msg-body ul li.reply p {
                color: #fff;
                font-size: 0.8rem;
                line-height: 1.5;
                font-weight: 400;
                padding: 0.7rem;
                background: gray;
                display: inline-block;
                border-radius: 10px;
                /*border-top-left-radius: 10px;
                border-top-right-radius: 10px;
                border-bottom-left-radius: 10px;*/
                margin-bottom: 0;
            }

                .msg-body ul li.reply p.revert, #tblWorkflowItemFeedback tr.revert {
                    background: #fbeaec;
                    color: #900
                }

                .msg-body ul li.reply p.save, #tblWorkflowItemFeedback tr.save {
                    background: #f2fff2;
                    color: green;
                }

                .msg-body ul li.reply p b {
                    display: block;
                    color: #061061;
                    font-size: 0.8rem;
                    line-height: 1.5;
                    font-weight: 500;
                }

            .msg-body ul li.reply:after {
                display: block;
                content: "";
                clear: both;
            }

.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

li.reply .time {
    margin-right: 20px;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #ebebeb;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.send-box {
    padding: 0.7rem;
    border-top: 1px solid #ccc;
}

    .send-box form {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .send-box .form-control {
        display: block;
        width: 85%;
        padding: 0.375rem 0.75rem;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.5;
        color: #222;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ccc;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

/*.send-box button {
        border: none;
        padding: 0.375rem 5px;
        color: #fff;
        border-radius: 0.25rem;
        font-size: 0.8rem;
        font-weight: 400;
        width: 24%;
        margin-left: 1%;
    }

        .send-box button i {
            margin-right: 5px;
        }*/

.send-btns .button-wrapper {
    position: relative;
    width: 105px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #f6f7fa;
    border-radius: 3px;
    padding: 5px 8px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

    .send-btns .button-wrapper span.label {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        cursor: pointer;
        color: #343945;
        font-weight: 400;
        text-transform: capitalize;
        font-size: 0.7rem;
    }

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.send-btns .attach .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #f6f7fa;
    background-clip: padding-box;
    border: 1px solid #f6f7fa;
    border-radius: 3px;
    margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
    margin-right: 5px;
}

.button-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

button:focus {
    outline: 0;
}

.add-apoint {
    display: inline-block;
    margin-left: 5px;
}

    .add-apoint a {
        text-decoration: none;
        background: #f6f7fa;
        border-radius: 8px;
        padding: 8px 8px;
        font-size: 0.7rem;
        font-weight: 400;
        line-height: 1.2;
        color: #343945;
    }

        .add-apoint a svg {
            margin-right: 5px;
        }

.chatBoxClose {
    padding: 0 0.4rem;
    margin-left: 0.5rem;
    border-radius: 100%;
    background: #f2f2f2;
    width: 22px;
    height: 22px;
    text-align: center;
    font-size: 0.6rem;
}

    .chatBoxClose:hover {
        background: #000;
        color: #fff;
    }

.actionBtns {
    padding: 0.5rem 0 !important;
}

    .actionBtns li .fa {
        font-size: 0.9rem;
    }

    .actionBtns li button:hover {
        color: var(--blue-text);
    }

.bgblueleft-main {
    background: #EFF6FC 0% 0% no-repeat padding-box;
    border-radius: 10px;
}

.bglightleft-inner {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #D2DFEA;
    border: 1px solid #0079E2;
    border-radius: 10px;
    max-height: calc(100vh - 18rem);
    overflow: auto;
}

.bglightleft-inner1 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #D2DFEA;
    border: 1px solid #0079E2;
    border-radius: 10px;
    max-height: calc(100vh - 10rem);
    overflow: auto;
}

.bglightleft-inner2 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #D2DFEA;
    border: 1px solid #0079E2;
    border-radius: 10px;
}



.ActionLinks a {
    color: #000000;
    padding: 0;
    margin: 0 4px;
}

    .ActionLinks a:hover {
        color: #0d6efd;
    }


.dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #0073ee;
    color: #0073ee;
    box-shadow: 9999px 0 0 -5px;
    animation: dot-pulse 1.5s infinite linear;
    animation-delay: 0.25s;
}

    .dot-pulse::before, .dot-pulse::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: #0073ee;
        color: #0073ee;
    }

    .dot-pulse::before {
        box-shadow: 9984px 0 0 -5px;
        animation: dot-pulse-before 1.5s infinite linear;
        animation-delay: 0s;
    }

    .dot-pulse::after {
        box-shadow: 10014px 0 0 -5px;
        animation: dot-pulse-after 1.5s infinite linear;
        animation-delay: 0.5s;
    }

@keyframes dot-pulse-before {
    0% {
        box-shadow: 9984px 0 0 -5px;
    }

    30% {
        box-shadow: 9984px 0 0 2px;
    }

    60%, 100% {
        box-shadow: 9984px 0 0 -5px;
    }
}

@keyframes dot-pulse {
    0% {
        box-shadow: 9999px 0 0 -5px;
    }

    30% {
        box-shadow: 9999px 0 0 2px;
    }

    60%, 100% {
        box-shadow: 9999px 0 0 -5px;
    }
}

@keyframes dot-pulse-after {
    0% {
        box-shadow: 10014px 0 0 -5px;
    }

    30% {
        box-shadow: 10014px 0 0 2px;
    }

    60%, 100% {
        box-shadow: 10014px 0 0 -5px;
    }
}

.suggestionsloader.dot-pulse {
    margin: 0px 25px;
    top: 5px;
    display: inline-block
}



/*
//------//*/
#v-pills-tab {
    width: 100px;
}

.new_ui_tagsinput .target-div.full_width_inner > span {
    width: 100%;
    background: #eff6fc;
    font-size: 0.8rem;
    padding: 11px;
    border-radius: 5px;
    display: block;
    position: relative;
    padding-right: 40px;
    margin-bottom: 5px;
}

.new_ui_tagsinput .target-div > span {
    background: #eff6fc;
    font-size: 0.8rem;
    padding: 11px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    padding-right: 30px;
    margin-right: 5px;
}

.new_ui_tagsinput .target-div button.close {
    font-size: 0rem;
    right: 5px;
    position: absolute;
    top: 0px;
    padding: 0px;
    margin: 0;
    height: 100%;
    width: 20px;
}

.new_ui_tagsinput .bootstrap-tagsinput span {
    display: none !important
}

.new_ui_tagsinput button.close span {
    font-size: 1.2rem !important;
    line-height: 16px;
    margin: 0 !important;
}

.new_ui_tagsinput .bootstrap-tagsinput {
    margin: 0 !important;
    position: relative !important;
}

    .new_ui_tagsinput .bootstrap-tagsinput span + input {
        top: 3px;
    }

.new_ui_tagsinput .search_input_btn {
    top: initial !important;
    bottom: 7px !important;
    right: 7px !important;
}



.dropdown_style .dropdown.bootstrap-select.show-tick {
    width: 100%;
}

.dropdown_style button.btn.dropdown-toggle.btn-light {
    box-shadow: inset 0px 0px 6px #00000029;
    border: 1px solid #C3CDD8;
    border-radius: 5px;
    padding: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #555;
}

.dropdown_style li {
    margin-bottom: 0 !important;
    font-size: 0.8em;
}


.wizard .nav-tabs .nav-item .nav-link.visited div:after,
.wizard .nav-tabs .nav-item .nav-link div:after {
    left: -2px !important;
    top: 0 !important;
}


.wizard .nav-tabs .nav-item .nav-link.active.visited div:after {
    left: 0px !important;
    top: 0 !important;
}

.bglightleft-inner {
    height: calc(100vh - 300PX) !important;
    max-height: calc(100vh - 260PX) !important;
}

.wizard .nav-tabs:after {
    width: 85% !important;
    border-bottom: solid 1px #E2E2E2 !important;
    top: 50% !important;
    /* z-index: 1; */
}

.custom-label {
    min-height: 30px !important
}

.btn-outline-primary.previous, #AcceptCampaign, #DownloadCampaign, .btn-primary.next {
    width: 120px;
    text-align: center;
    padding: 15px;
    justify-content: center;
}

    .btn-outline-primary.previous img, #AcceptCampaign img, #DownloadCampaign img {
        position: relative;
        right: 5px
    }

    .btn-primary.next img {
        position: relative;
        left: 5px
    }

.page-link {
    cursor: pointer
}




/*

*/
.page_area {
    padding-left: 110px;
}

.sidebar {
    width: 110px;
}

ul.sidebar-top > li > a, ul.sidebar-bottom > li > a {
    flex-direction: column !important;
}

ul.sidebar-top > li > a, ul.sidebar-bottom > li > a {
    width: 110px;
    margin: 0;
    padding: 5px;
    border-radius: 0;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
}

.sidebar-top li a,
.sidebar-bottom li a {
    text-decoration: none;
}

    .sidebar-top li a span,
    .sidebar-bottom li a span {
        color: #fff;
        text-decoration: none;
        font-size: 0.8rem;
        top: 2px;
        position: relative;
        text-align:center;
    }

.submenu {
    left: 110px;
    width: 300px;
}

ul.sidebar-top > li.active a, ul.sidebar-bottom > li.active a,
ul.sidebar-top > li a:hover, ul.sidebar-bottom > li a:hover {
    background: transparent linear-gradient(90deg, #1E76AD 0%, #1B528E 34%, #151F5F 100%) 0% 0% no-repeat padding-box;
}

ul.sidebar-top > li {
    position: relative;
}

    ul.sidebar-top > li.active:before {
        content: "";
        width: 5px;
        position: absolute;
        left: 0;
        top: 0;
        background: #05e4e5;
        height: 100%;
    }

.sidebar-top li.active a span, .sidebar-bottom li.active a span {
    color: #05e4e5;
}

.SidemenuList {
    overflow: auto
}

.submenu {
    border-left: none;
    overflow: auto
}

.icon_con {
    width: 30px;
    height: 25px;
    background-position: center !important;
}

    .icon_con.home_icon {
        background: url(../images/menu_icon/Dashboard1.svg) no-repeat;
    }

.sidebar-top li.active .icon_con.home_icon {
    background: url(../images/menu_icon/Dashboard.svg) no-repeat;
}

.icon_con.conversation_icon {
    background: url(../images/menu_icon/Chat1.svg) no-repeat;
}

.sidebar-top li.active .icon_con.conversation_icon {
    background: url(../images/menu_icon/Chat.svg) no-repeat;
}

.icon_con.content_icon {
    background: url(../images/menu_icon/Content2.svg) no-repeat;
}

.sidebar-top li.active .icon_con.content_icon {
    background: url(../images/menu_icon/Content.svg) no-repeat;
}

.icon_con.image_icon {
    background: url(../images/menu_icon/image2.svg) no-repeat;
}

.sidebar-top li.active .icon_con.image_icon {
    background: url(../images/menu_icon/image.svg) no-repeat;
}

.icon_con.translation_icon {
    background: url(../images/menu_icon/Translations2.svg) no-repeat;
}

.sidebar-top li.active .icon_con.translation_icon {
    background: url(../images/menu_icon/Translations.svg) no-repeat;
}

.icon_con.workflow_icon {
    background: url(../images/menu_icon/Workflow2.svg) no-repeat;
}

.sidebar-top li.active .icon_con.workflow_icon {
    background: url(../images/menu_icon/Workflow.svg) no-repeat;
}

.icon_con.automation_icon {
    background: url(../images/menu_icon/Automation2.svg) no-repeat;
}

.sidebar-top li.active .icon_con.automation_icon {
    background: url(../images/menu_icon/Automation.svg) no-repeat;
}

.icon_con.campaign_assistant_icon {
    background: url(../images/menu_icon/Campaign2.svg) no-repeat;
}

.sidebar-top li.active .icon_con.campaign_assistant_icon {
    background: url(../images/menu_icon/Campaign.svg) no-repeat;
}

.icon_con.video_icon {
    background: url(../images/menu_icon/Video2.svg) no-repeat;
}

.sidebar-top li.active .icon_con.video_icon {
    background: url(../images/menu_icon/Video.svg) no-repeat;
}

.icon_con.product_content_generation_icon {
    background: url(../images/menu_icon/Automation2.svg) no-repeat;
}

.sidebar-top li.active .icon_con.product_content_generation_icon {
    background: url(../images/menu_icon/Automation.svg) no-repeat;
}

.icon_con.help_icon {
    background: url(../images/menu_icon/Help2.svg) no-repeat;
}

.sidebar-top li.active .icon_con.help_icon {
    background: url(../images/menu_icon/Help.svg) no-repeat;
}

.icon_con.setting_icon {
    background: url('../images/menu_icon/setting2.svg') no-repeat;
}

.sidebar-top li.active .icon_con.setting_icon {
    background: url('../images/menu_icon/setting.svg') no-repeat;
}

.icon_con.reports_icon {
    background: url(../images/menu_icon/reports2.svg) no-repeat;
}

.sidebar-top li.active .icon_con.reports_icon {
    background: url(../images/menu_icon/reports.svg) no-repeat;
}



.sidebar_heading h2 {
    color: #05dee1;
    font-size: 1rem;
    padding: 15px;
    margin: 0;
}

.sidebar_heading {
    border-bottom: 1px solid #2E388D;
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
}

.close_sidebar {
    font-size: 1.5rem;
    cursor: pointer;
}

.new_submav li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

ul.new_submav li > a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    background: #152265;
    padding: 7px 0;
}

ul.new_submav li > span {
    background: #202F7C;
    padding: 3px 10px;
    border-radius: 20px;
    text-decoration: none;
}

    ul.new_submav li > span a {
        font-size: .6rem;
        text-decoration: none;
        color: #05E4E5;
        text-transform: capitalize;
    }

.new_submav li:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #202F7C;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 50%;
}

.new_submav li a, .new_submav li span {
    z-index: 9;
}

.new_submav li.has_submenu {
    align-items: flex-start;
    flex-direction: column;
}

    .new_submav li.has_submenu:before {
        top: 16px;
    }

ul.sub_nav_2 {
    width: 90%;
    margin-left: 5%;
    border-left: 1px solid #202F7C;
    padding-left: 5%;
}

.arrow_down_icon {
    position: absolute;
    right: 0px
}

span.arrow_down_icon img {
    width: 15px;
    height: 15px;
}

ul.sub_nav_2 li a {
    font-size: 0.8rem;
}

.sub_nav_2 li:before {
    display: none
}

ul.sub_nav_2 li {
    justify-content: flex-start;
}

.page-link {
    cursor: pointer
}

/* */
.customCaptcha {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .customCaptcha .inline {
        padding: 0 1rem;
        cursor: pointer;
    }

    .customCaptcha .captchaText {
        padding: 0.4rem 0.7rem;
        font-size: 1rem;
        border: 1px solid #ccc;
        box-shadow: 0 0px 8px #ccc inset;
    }

.action_list {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: end;
    margin: 0;
    margin-top: 0;
    position: absolute;
    right: 0.8rem;
}

    .action_list li {
        margin-left: 1rem;
        z-index: 9;
    }



#v-pills-tab {
    width: 100% !important;
}

/*.TabRightblockmain .nav-link, .TabRightblockmain .nav-pills .nav-link.active, .TabRightblockmain .nav-pills .show > .nav-link {
    width: 24% !important;
    margin: 0 15px 0 0;
}*/

.flex-row.nav-border .nav.nav-pills.nav-shadow {
    flex-wrap: nowrap;
}

.no-border {
    border: none !important
}

.dntCaptcha {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
}

    .dntCaptcha img {
        width: 160px;
    }

.login_alert {
    position: relative;
    top: -20px;
    color: red;
    font-size: 0.9rem;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    padding-left: 0;
}

.modal-dialog {
    margin: 4rem auto !important;
    margin-top: 10px !important;
}

@media (max-width: 1046px) {
    .tempBox {
        width: 240px;
    }
}
@media (min-width: 1047px) and (max-width: 1360px) {
    .tempBox {
        width: 290px;
    }
}
@media (min-width: 1366px) and (max-width: 1390px) {
    .tempBox {
        width: 350px;
    }
}

@media (min-width: 1390px) and (max-width: 1400px) {
    .tempBox {
        width: 330px;
    }
}

/* Styles for the collapsible rows */
.main-table {
    border-collapse: collapse;
    width: 100%;
}

    .main-table th, .main-table td {
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }

    .main-table th {
        background-color: #f2f2f2;
    }
/* Styles for the sub table */
.sub-table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 8px;
}

    .sub-table th, .sub-table td {
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }

    .sub-table th {
        background-color: #f9f9f9;
    }
/* Styles for the toggle button */
.toggle-button {
    cursor: pointer;
    font-weight: bold;
}

/* generateTemplate */
.generateTemplate .accordion-button {
    padding: 0.5rem 1rem;
    background: #f8f8f8;
    font-weight: bold;
    font-size: 0.8rem;
}

    .generateTemplate .accordion-button:after {
        background-size: 1rem;
        background-position: right;
    }

.generateTemplate .uploadedImage {
    border: 1px solid #cccccc;
    padding: 0.3rem;
    border-radius: 0.3rem;
    width: 73px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
    margin-bottom: -1px;
}

    .generateTemplate .uploadedImage img {
        max-width: 100%;
    }

.asterisk_input::after {
    content: " *";
    color: #e32;
    margin: 0px 0px 0px 0px;
    font-size: large;
}

.table-fixed td {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}