
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/opensans-extrabold-webfont.woff2') format('woff2'), url('../fonts/opensans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'), url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'), url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'roboto_monosemibold';
    src: url('../fonts/robotomono-semibold-webfont.woff2') format('woff2'), url('../fonts/robotomono-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "Montserrat";
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

:root {
    --blue-bg: #20307c;
    --blue-text: #1326be;
    --green-btn: #1bd083;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}

.landing-page {
    overflow-x: hidden;
    background: url("../images/bg_image.png") no-repeat 0 0;
    height: 100vh;
    width: 100vw;
    background-size: cover;
}

.landing-page-wrap {
    max-width: 90%;
    justify-content: center;
    display: flex;
    height: 100%;
    margin: auto;
    align-items: center;
}

.heading {
    font-size: 2.25rem;
    color: #fff;
    text-align: center;
    font-family: 'roboto_monosemibold';
}

    .heading small {
        display: block;
        font-size: 1.5rem;
        font-weight: normal;
        font-family: 'open_sanslight';
    }

.landing-page-inner p {
    margin: 2rem 0;
    padding: 0 2rem;
    text-align: center;
    color: rgba(155, 207, 251,0.7);
}

.form-group label {
    color: #fff;
    font-size: 0.75rem;
    text-indent: 2rem;
    margin-bottom: 5px;
    font-weight: 600;
}

.form-group .form-control, .form-group .form-select {
    border-radius: 2rem;
    font-size: 0.75rem;
    height: 3rem;
    padding: 0 2rem;
    box-shadow: 0px 3px 12px #00000017;
    color: #575758;
}

.landing-page-inner a {
    height: 3rem;
    line-height: 3rem;
    border-radius: 2rem;
    font-size: 0.75rem;
    padding: 0 3rem;
}

.landing-page-inner input.btn {
    height: 3rem;
    line-height: 3rem;
    border-radius: 2rem;
    font-size: 0.75rem;
    padding: 0 3rem;
}

.landing-row {
    display: flex;
    justify-content: space-between;
    margin: 0 -0.5rem;
}

.landing-row-large {
    width: 38%;
}

.landing-row-small {
    width: 24%;
    text-align: right;
}

.landing-row > div {
    padding: 0 0.5rem;
}

.left_blue_bg {
    position: fixed;
    left: 0;
    top: 0;
    background: #000841;
    height: 100vh;
    width: 20%;
    z-index: -1;
}

.transection_steps {
    padding: 4rem 3.25rem;
    background: #fff;
    width: 75%;
    margin-left: 15%;
    border-radius: 1rem;
    box-shadow: 0px 3px 12px #00000017;
    position: relative;
}

    .transection_steps .form-group label {
        color: #000000;
    }

    .transection_steps .landing-row {
        justify-content: flex-start;
    }

    .transection_steps .textareawrap label {
        text-indent: 0.5rem;
        color: #707070;
    }

    .transection_steps textarea.form-control {
        border-radius: 1rem;
        padding: 1rem;
        height: auto;
        resize: none;
    }


::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
    background: #ddd;
}

::-webkit-scrollbar-thumb {
    background: #747474;
    -webkit-border-radius: 1ex;
}

::-webkit-scrollbar-corner {
    background: #747474;
}

.transection_steps_list ul {
    padding: 0;
    margin: 0;
}

    .transection_steps_list ul li {
        list-style: none;
    }

.transection_steps_list {
    position: absolute;
    left: -12.62rem;
    margin-top: -88px;
    top: 50%;
}

    .transection_steps_list ul li {
        list-style: none;
        display: flex;
        padding: 1rem 0 1rem 4rem;
        align-items: center;
        color: rgba(255,255,255,0.4);
        font-weight: 500;
        line-height: normal;
    }

        .transection_steps_list ul li span {
            display: inline-block;
            border: 10px solid #EDF0F2;
            width: 3.5rem;
            height: 3.5rem;
            border-radius: 50%;
            background: #E5F4FE;
            text-align: center;
            line-height: 36px;
            vertical-align: middle;
            font-size: 14px;
            font-weight: bold;
            color: #ADBCD2;
        }

        .transection_steps_list ul li em {
            font-style: normal;
            margin-right: 15px;
            display: inline-block;
            max-width: 6rem;
            text-align: right;
            font-size: 14px;
        }

        .transection_steps_list ul li.active {
            color: #fff;
            font-family: 'open_sansbold';
            background: transparent linear-gradient(270deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
            font-weight: bold;
        }

            .transection_steps_list ul li.active span {
                background: #0E2588;
                color: #fff;
            }


/*.....common button......*/

.btn {
    height: 34px;
    text-decoration: none;
    border-radius: 2rem;
    padding: 0 1.2rem;
    font-weight: 600;
    line-height: 32px;
    font-size: .75rem;
}

    .btn + .btn {
        margin-left: 10px;
    }

.btn-outline-primary {
    color: #0F3BB4;
    min-width: 100px;
    text-align: center;
    border-color: #0F3BB4;
}

    .btn-outline-primary:hover {
        color: #fff;
        background: #0F3BB4;
        border-color: #0F3BB4;
    }

.btn-sm {
    height: 26px;
    line-height: 25px;
    padding: 0 0.8rem;
}

/*.....common button......*/


.btn.nxt {
    background: #1684f2;
    color: #fff;
    display: block;
    padding-right: 55px;
    border-radius: 20px;
    border: 1px solid transparent;
    text-decoration: none;
    position: relative;
    box-shadow: 0 3px 7px #165ea7a0;
}

    .btn.nxt:after {
        content: "";
        background-image: url(../images/right-arrow.svg);
        width: 40px;
        position: absolute;
        height: 22px;
        background-repeat: no-repeat;
        background-position: center;
        top: 6px;
    }

.btn.regenerate {
    background: url(../images/refresh-arrow.svg) no-repeat 20px center;
    padding: 0 20px 0 40px;
}

    .btn.regenerate:hover {
        color: #0F3BB4;
        background: url(../images/refresh-arrow2.svg) no-repeat 20px center;
    }


.transection_steps_list ul li.completed span {
    background: url(../images/checking-mark.svg) no-repeat center center;
    background-color: #71F4BE;
    font-size: 0;
}

.viewonly strong {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
}

.viewonly span {
    font-size: 0.75rem;
    color: #575758;
}

.icon_list {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    line-height: normal;
}

    .icon_list li {
        list-style: none;
    }

        .icon_list li + li {
            margin-left: 1.5rem;
        }

.back-text-link {
    color: #1684f2;
    border: none;
    background: transparent;
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: none;
    line-height: 34px;
}

.steps_accordion_wrap .accordion-button {
    font-size: 0.75rem;
    font-weight: bold;
    color: #707070;
    display: inline-flex;
    width: auto;
    flex-direction: row-reverse;
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 0.25rem 0;
}

.steps_accordion_wrap .accordion-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(185, 182, 182,0.3);
}

.steps_accordion_wrap .accordion-body {
    padding: 0.7rem 0 0;
}

.steps_accordion_wrap .accordion-item {
    border-radius: 0;
    border: none;
}

.steps_accordion_wrap textarea.form-control {
    font-size: 0.75rem;
    border: none;
    color: #000000;
    background: #EBF7FF;
}


.steps_accordion_wrap .accordion-button[aria-expanded="true"] {
    color: #000841;
    font-weight: bold;
}

.steps_accordion_wrap .accordion-button::after {
    transform: rotate(-90deg) scale(0.7);
    margin-left: -5px;
}

.steps_accordion_wrap .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg) scale(0.7);
}

.heading.innerheading {
    font-size: 1.5rem;
}

    .heading.innerheading small {
        font-size: 0.75rem;
    }

footer {
    text-align: center;
    color: #fff;
    font-size: 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 1rem;
}

.tooltip {
    font-size: 0.6rem;
}

.dropdown.header_dropdown {
    position: absolute;
    right: 3%;
    line-height: normal;
}

    .dropdown.header_dropdown .btn {
        background: transparent;
        padding: 0;
        height: auto;
        border: none;
        display: flex;
        align-items: center;
    }

    .dropdown.header_dropdown span {
        display: inline-block;
        /*max-width: 6rem;*/
        font-weight: normal;
        font-size: 0.75rem;
        word-wrap: break-word;
        white-space: normal;
        margin-right: 0.5rem;
        text-align: right;
        letter-spacing: 1.2px;
        color: #FFFFFF;
        text-shadow: 0px 0px 5px #00000026;
    }

    .dropdown.header_dropdown .dropdown-toggle:after {
        display: none;
    }

    .dropdown.header_dropdown .btn:focus {
        outline: 0;
        box-shadow: none;
    }

    .dropdown.header_dropdown .dropdown-menu.show {
        font-size: 0.75rem;
        padding: 0;
    }


 /*   extra added 15/5/23--- vj*/




* {
   /* font-family: "Montserrat";*/
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

:root {
    --blue-bg: #20307c;
    --blue-text: #1326be;
    --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;
}

/* ---------------------------------------------------- */
/*--------------------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: 300;
    color: var(--blue-text);
    margin-bottom: 60px;
}

    .logo h1 strong {
        font-weight: 600;
    }

.right-container h2 {
    font-weight: normal;
    font-size: 1.8rem;
}
.login_logo img {
    max-height: 30px;
}

.login_logo + .login_logo img {
    max-height: 80px;
}
.right-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 520px;
    height: 100vh;
    background-color: #ffffff;
    float: right;
    margin: 0 100px 0 0;
    position: relative;
    min-height: 550px;
    padding-top: 20px;
}

.login-from {
    width: 70%;
}

.toggle-password {
    width: 20px;
    height: 15px;
    position: absolute;
    top: 40px;
    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;
}

.login_fields label,
.login_fields .form-control {
    font-size: 0.9rem;
}

footer.login_footer {
    position: relative;
    font-size: 0.8rem;
    color: #848484;
    margin-top: 100px;
    position: absolute;
    bottom: 0px;
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
a.home-menu { position:absolute; left:15%; top:20px; }
/* ---------------------------------------------------- */
/*--------------------END :: Login CSS--------------- */
/* ---------------------------------------------------- */


/*  Add below css Admin add user */

#project_activity_filter {
    display: none;
}

.btn-outline-primary.addUserButton, .btn-outline-primary.addEmailButton {
    right: 0;
    position: relative;
    top: 0;
    min-width: auto;
    padding: 0 10px;
    text-align: right;
    border: 1px solid #0F3BB4 !important;
    margin: 10px 0px;
}

.addUserButton:hover img, .addEmailButton:hover img {
    filter: brightness(0) invert(1);
}

#UserDetails_filter {
    position: relative;
    top: inherit;
    right: inherit;
}

.dataTables_wrapper {
    position: relative !important;
}

.AddUserDetails {
    background-color: #f2f2f2;
    padding: 1rem;
    display: none;
}

.iconrotate {
    transform: rotate(45deg);
}

.radioOptions .form-check {
    min-height: 1rem;
}

.sectionLabel {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.8rem;
    color: #000000;
}

.Billing_Alert_Container ul.number_list {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    max-height: 120px;
    overflow: auto;
}

    .Billing_Alert_Container ul.number_list > li {
        border-radius: 10px;
        padding: 7px 10px;
        margin-bottom: 0;
    }

.Billing_Alert_Container .view_part, .Billing_Alert_Container .addedit_part {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    gap: 1rem;
}

.AddUserDetails, .AddEmailDetails {
    background-color: #f2f2f2;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 0.5rem;
    display: none;
}

.modal .AddEmailDetails .btn, .modal .AddUserDetails .btn, .modal .EmailPanel .btn {
    border: 1px solid;
}

.EmailPanel {
    border-top: 1px dashed #cccccc;
}

    .EmailPanel ul.number_list {
        padding: 0;
        margin: 0;
        max-height: 180px;
        overflow: auto;
    }

.table.tableCustom > tbody tr td {
    border-color: rgba(167, 176, 196, 0.4) !important;
    border-radius: 0 !important;
    border: 0;
    border-bottom: 1px solid;
}

    .table.tableCustom > tbody tr td:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .table.tableCustom > tbody tr td:last-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

.table.tableCustom > tbody tr:hover td {
    border-color: rgba(167, 176, 196, 1) !important;
}

.table_wrap .table.tableCustom td:last-child, .table_wrap .table.tableCustom th:last-child {
    text-align: left !important;
}
.alert {
    z-index: 9999 !important;
}


