html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

:root {
    --zoom: 1;
}

.row {
    --bs-gutter-x: 20px;
}

::webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-button {
    height: 0;
    width: 0
}

::-moz-scrollbar-button, ::-webkit-scrollbar-button {
    width: 0px;
}

    ::-moz-scrollbar-button:decrement,
    ::-moz-scrollbar-button:increment,
    ::-webkit-scrollbar-button:decrement,
    ::-webkit-scrollbar-button:increment {
        width: 0px;
    }
/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}

*::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: transparent;
}

    *::-webkit-scrollbar-track:hover {
        background-color: transparent;
    }

    *::-webkit-scrollbar-track:active {
        background-color: transparent;
    }

*::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: rgba(190, 202, 216,0.6);
}

    *::-webkit-scrollbar-thumb:hover {
        background-color: #BECAD8;
    }

    *::-webkit-scrollbar-thumb:active {
        background-color: #BECAD8;
    }



.btn-primary {
    color: #fff;
    background-color: #0D4261;
    border-color: #0D4261;
}


input[type="radio"] {
    accent-color: #0D4261;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}



.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

#home-page .e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header,
#home-page .e-accordion .e-acrdn-item.e-selected.e-select.e-active,
#home-page .e-accordion .e-acrdn-item .e-acrdn-header:focus,
#home-page .e-accordion .e-acrdn-item .e-acrdn-header:hover,
#home-page .e-accordion .e-acrdn-item .e-acrdn-header,
#home-page .e-accordion {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

#home-page .e-toggle-icon:hover,
#home-page .e-toggle-icon {
    right: auto !important;
    left: 0 !important;
    color: #000 !important;
    height: 30px !important;
    font-size: 16px !important;
    min-height: 30px !important;
}

#home-page .e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-icons {
    color: #000 !important;
}

#home-page .e-acrdn-content {
    padding-left: 5px !important;
    padding-right: 0px !important;
}

#home-page .e-acrdn-header-content {
    padding-left: 32px !important;
}

#home-page .header {
    display: flex;
    width: 100%;
    flex-flow: row;
}

#home-page .e-accordion .e-acrdn-item.e-select {
    border: none !important;
    margin-bottom: 20px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: none !important;
}

#home-page .header h2 {
    color: #000;
    font-size: 17px !important;
    font-weight: 700;
    width: 80%;
    float: left;
    display: block;
    margin: 0;
    flex: 1;
    line-height: 30px;
}

#home-page .e-accordion .e-acrdn-header-content {
    width: 100%;
    color: #000 !important;
}

.form-group-card,
.e-upload {
    background: #F7F9FB;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.1) !important;
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
    display: inline-block;
}

button.e-css.e-btn.e-upload-browse-btn {
    font-size: 12px;
}

.e-upload-browse-btn {
    float: right;
    height: 38px;
    width: 150px;
    background: #FFF !important;
    color: #000 !important;
    box-shadow: none !important;
    border: 1px solid rgba(0,0,0,0.1) !important;
}


.e-file-select-wrap {
    height: 38px;
    padding: 0px !important;
}


.pr {
    position: relative;
}

.main-drop-area-wrap {
    position: absolute;
    left: 20px;
    top: 15px;
    width: calc(100% - 200px);
}

    .main-drop-area-wrap img {
        float: left;
        margin-right: 20px;
    }

.text.incvoice-text {
    font-size: 14px;
    font-weight: 700;
}

.small-text.incvoice-small-text {
    font-size: 14px;
    font-weight: normal;
}

.e-upload .e-upload-files,
.e-upload .e-upload-files .e-upload-file-list {
    border: none !important;
}

.project-name h1 {
    font-size: 18px;
    font-weight: 700;
}

.project-name {
    display: flex;
    margin-bottom: 20px;
}

    .project-name .title {
        flex: 1;
    }

button.btn.btn-white {
    border: 1px solid rgba(0,0,0,0.1);
}

.ctn a, .ctn button {
    font-size: 14px;
    padding: 4px 10px;
    min-width: 110px;
    float: left;
    margin-left: 10px;
}

a.btn.btn-secondary {
    background: #0D4261;
}

.form-group-header h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.radio-group span,
.form-group-body label {
    font-size: 14px;
    line-height: 34px;
}

.radio-group span {
    line-height: 14px;
    margin-left: 10px;
}

textarea.form-control {
    min-height: 150px;
}

input, textarea {
    font-size: 14px !important;
    line-height: 20px !important;
}

.qc-card-content {
    background: #FFF;
    height: 130px;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 15px;
}

.qc-card-header h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: CENTER;
}

    .qc-card-header h3 img {
        margin-right: 10px;
        height: 16px;
        float: left;
    }

img.img-eligible {
    float: right !important;
    margin: 0px !important;
    margin-left: auto !important;
    !importan;
    !importa;
    !import;
    !impor;
    !impo;
    !imp;
    !im;
    !i;
    !;
}

.qc-card-header {
    margin-bottom: 10px;
}

.qc-card-body {
    font-size: 12px;
}

.qc-card-content.h340 {
    height: 340px;
}

.qc-card-content.h110 {
    height: 110px;
}

ul.point-guid-line li {
    font-size: 12px;
    color: #ABABAB;
}

    ul.point-guid-line li.done {
        color: #129B82;
    }

ul.point-guid-line {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 15px;
}

.qc-card-content.h340 .qc-card-body {
    height: 270px;
    overflow-y: hidden;
}

span.steps {
    float: right;
    margin-top: 3px;
    margin-left: auto;
}

    span.steps i {
        display: block;
        width: 15px;
        height: 3px;
        background: #C0C0C0;
        float: right;
        margin-left: 5px;
        border-radius: 3px;
    }

i.done {
    background: #129B82 !important;
}

.qc-card-body button {
    background: #0d4261;
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 12px;
}

.e-tooltip-wrap.e-popup {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    transition: height 0.25s ease-out !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1) !important;
    border-radius: 4px !important;
    background: #FFF !important;
    width: 1200px !important;
}

.e-tooltip-wrap .e-arrow-tip-inner.e-tip-right, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-left, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-bottom, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-top {
    color: #FFF !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1) !important;
}

.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top {
    border-color: rgba(0,0,0,0.1) !important;
}

.e-tip-content {
    padding: 20px !important;
    color: #000 !important;
}

    .e-tip-content
    label.form-label {
        line-height: 35px;
    }




table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

th, td {
    border: 1px solid #FFF;
    padding: 10px;
    text-align: left;
}

th {
    background-color: #FFF;
    font-weight: bold;
}

td img.img-eligible {
    float: none !important;
    margin: 0 auto !important;
    display: block;
}

tr:nth-child(even) {
    background-color: #FFF;
}

tr:hover {
    background-color: #FFF;
}

.highlight {
    font-weight: bold;
    color: #007BFF;
}

.checkmark {
    color: green;
    font-weight: bold;
}

.cp {
    cursor: pointer;
}

.cd {
    cursor: default;
}

a.btn {
    padding: 5px 15px;
    height: 30px;
    line-height: 16px;
    font-size: 14px;
}

.tab-content tbody tr {
    border: 1px solid rgba(0,0,0,0.1) !important;
    margin-bottom: 5px;
}

.table-row,
.table-header {
    display: flex;
}



    .table-row div,
    .table-header div {
        float: left;
        font-size: 12px;
        font-weight: 700;
        min-width: 75px;
        text-align: center;
        flex: 1;
    }

        .table-row div:first-child,
        .table-header div:first-child {
            min-width: 300px;
            text-align: left;
            padding-left: 20px;
        }

.auto-width .table-row div,
.auto-width .table-header div {
    flex: none;
    min-width: 100px;
    max-width: 100px;
}

    .auto-width .table-row div:first-child,
    .auto-width .table-header div:first-child {
        min-width: 300px;
        max-width: 300px;
    }


.table-row div {
    font-weight: 400;
    border: 1px solid rgba(0,0,0,0.1);
    border-right: 0;
    border-left: 0;
}

.table-row {
    height: 35px;
    margin-bottom: 5px;
    line-height: 35px;
}

    .table-row div:first-child {
        border-left: 1px solid rgba(0,0,0,0.1);
        font-weight: 700;
        color: #0D4261;
        text-decoration: underline;
        border-radius: 4px 0 0 4px;
        overflow: hidden;
    }

    .table-row div:last-child {
        border-right: 1px solid rgba(0,0,0,0.1);
        border-radius: 0 4px 4px 0;
    }

.table-header {
    align-items: end;
    margin-bottom: 5px;
}


.table-row.h50 {
    height: 50px;
    line-height: 50px;
}




.twoline-description {
    text-align: left !important;
    line-height: 18px;
    height: 50px;
    padding-top: 0;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

    .twoline-description span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: normal;
        -webkit-line-clamp: 2;
    }

.entity-label span {
    background: rgba(0, 0, 0, 0.05);
    padding: 2px 5px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 12px;
    line-height: 22px;
}

.type-label span {
    background: rgba(0, 0, 0, 0.05);
    padding: 2px 5px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 12px;
    line-height: 22px;
}

.type-label.Discovery span {
    background: rgba(18,155,130,0.05);
    border-color: #129B82;
    color: #129B82;
}

.form-group-card.white {
    background: transparent;
    border: none !important;
    padding-left: 0;
    padding-right: 0;
}

.e-checkbox-wrapper.e-wrapper.task-checkbox {
    border: none;
    width: 40px;
    min-width: 40px !important;
    line-height: 50px;
    padding: 0;
}

.e-dlg-header-content .e-checkbox-wrapper.e-wrapper.task-checkbox {
    line-height: 20px;
}

span.e-icons.e-frame {
    width: 20px;
    height: 20px;
}

    span.e-icons.e-frame::before {
        line-height: 20px;
    }

.form-group-body p, .form-group-body li, .form-group-body b {
    font-size: 12px;
}

.action-dialog select,
.action-dialog textarea,
.action-dialog input {
    background: #E8E8E8;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
}

.action-dialog textarea {
    width: 100%;
    min-height: 110px;
}

.action-dialog .form-group {
    margin-bottom: 10px;
    font-size: 12px;
    color: #000;
}

.e-checkbox-wrapper:hover .e-frame.e-check, .e-css.e-checkbox-wrapper:hover .e-frame.e-check,
.e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check {
    background-color: #FFF !important;
    border-color: #ced4da !important;
    color: #0E7C68 !important;
    outline: none !important;
}

.e-checkbox-wrapper .e-checkbox:focus + .e-frame, .e-checkbox-wrapper .e-checkbox:active + .e-frame, .e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame, .e-css.e-checkbox-wrapper .e-checkbox:active + .e-frame {
    box-shadow: none !important;
}

.sub-title {
    font-size: 12px;
}

.due-date {
    position: relative;
    padding-left: 15px;
}

    .due-date.orange::before,
    .due-date.Red::before {
        content: '';
        width: 8px;
        height: 8px;
        background: #8A1538;
        border-radius: 5px;
        position: absolute;
        left: 0px;
        top: 21px
    }

    .due-date.orange::before {
        background: orange !important;
    }

.e-dialog .e-dlg-header-content {
    border: none !important;
    padding-bottom: 0 !important;
}

.e-dlg-header, .e-dlg-header * {
    margin-bottom: 0;
}

.stackholder-card {
    height: 75px;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    margin-bottom: 10px;
    max-width: 338px;
    display: flex;
    flex-direction: column;
}

    .stackholder-card .entity-label span {
        padding: 2px 6px;
        font-size: 12px;
    }

    .stackholder-card label {
        font-size: 14px;
        font-weight: 700;
        min-width: auto;
    }

span.fr {
    float: right;
}

.stackholder-card.cp.selected {
    background: rgba(0,147,233,0.1);
    border-color: #000;
}

.stackholder-main-card {
    border: 1px solid rgba(0,0,0,0.1);
    height: auto;
    border-radius: 4px;
}

.sh-header {
    margin: 50px 50px 0px 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 24px;
}

    .sh-header label {
        font-size: 16px;
        font-weight: 700;
        margin-top: 10px;
    }

.sh-basic {
    margin: 25px 50px 0px 50px;
    display: flex;
}

.info-row {
    margin-bottom: 10px;
    width: 100%;
    display: block;
    height: 16px;
}

span.label-with-icon {
    width: 100px;
    display: block;
    float: left;
    font-size: 12px;
}

span.label-value {
    width: calc(100% - 140px);
    display: block;
    float: right;
    font-size: 12px;
}

span.label-with-icon img {
    width: 15px;
    margin-right: 10px;
}

.sh-header label img {
    margin-left: 10px;
    height: 15px;
}



.general-tabs {
    margin-top: 25px;
}

.e-tab .e-tab-header::before {
    width: calc(100% - 100px) !important;
    border: none !important;
}

.e-tab-header {
    padding: 0 50px;
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    width: calc(100% - 100px) !important;
}

.e-tab .e-content {
    padding: 10px 50px;
}

.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text {
    color: #0D4261 !important;
    font-weight: 700;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
    color: #0D4261 !important;
}


.nav-link {
    color: #303030 !important;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid rgba(0,0,0,0.0);
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 25px !important;
}

a.expand-menu {
    display: flex;
    text-transform: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #303030;
    margin-top: 0;
    height: 60px;
    align-items: center;
    padding-left: 50px;
}

.sub-menu-group {
    height: auto;
    opacity: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: opacity 0.55s ease-out !important;
    padding-left: 0;
}

    .sub-menu-group.hide {
        height: 0;
        opacity: 0;
    }

a.expand-menu img {
    margin-right: 20px;
}

a.expand-menu.active {
    background: #0D4261;
    color: #FFF !important;
}

article.content.px-4 {
    height: calc((100vh / var(--zoom)) - 82px);
    overflow-y: auto;
    padding: 0 50px !important;
}

.tlc {
    text-align: center;
    align-items: center;
}

    .tlc img {
        margin: 0 auto !important;
        display: block;
        float: none !important;
        margin-top: 8px !important;
        height: 16px;
    }

.empty {
    text-decoration: none !important;
}

.time-line {
    display: flex;
    position: relative;
    max-width: 550px;
}

    .time-line::before {
        content: '';
        position: absolute;
        height: 5px;
        width: 100%;
        background: #DAE1E4;
        border-radius: 4px;
        top: 7px;
    }

.time-line-item::before {
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    background: #DAE1E4;
    border-radius: 10px;
    left: calc(50% - 10px);
}


.time-line-item {
    flex: 2;
    position: relative;
}

    .time-line-item:last-child, .time-line-item:first-child {
        flex: 1;
    }

    .time-line-item label {
        padding-top: 23px;
        display: block;
        width: 100%;
        text-align: center;
    }

    .time-line-item:first-child::before {
        left: 0;
    }

    .time-line-item:last-child::before {
        left: auto;
        right: 0;
    }

    .time-line-item:first-child label {
        text-align: left;
        margin-left: -20px;
    }

    .time-line-item:last-child label {
        text-align: right;
        float: right;
        margin-right: -35px;
    }

    .time-line-item.active::before {
        background: #0D4261;
        border: 4px solid #DAE1E4;
    }

.general-tabs.home-tab {
    margin-left: -50px !important;
    margin-right: -50px !important;
}

.tab-cts {
    margin-bottom: 25px;
    text-align: right;
    float: right;
    width: 100%;
    display: inline-block;
}

.qc-card-body > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    height: 36px;
}

.e-tab .e-content > .e-item.e-active {
    padding-top: 20px;
}

.qc-card-content.h110 p {
    margin-bottom: 10px;
    height: auto;
}

a.tab-btn.btn.btn-secondary {
    float: right;
    display: flex;
    align-items: center;
}

    a.tab-btn.btn.btn-secondary img {
        margin-right: 10px;
    }

.main-select {
    height: 34px;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    outline: none !important;
    border-radius: var(--bs-border-radius);
    padding: 0 10px;
    font-size: 14px;
    color: #000;
}

select:disabled {
    background: #e9ecef;
}

.e-toolbar-item.e-active {
    position: relative !important;
    box-shadow: 1px -3px 5px rgba(13, 66, 97, 0.05);
    border-radius: 6px 6px 0 0 !important;
}

    .e-toolbar-item.e-active::before {
        content: '' !important;
        position: absolute !important;
        width: 100% !important;
        height: 5px !important;
        background: #FFF !important;
        bottom: -3px !important;
        z-index: 1 !important;
    }

.e-control.e-toolbar.e-lib.e-tab-header.e-keyboard {
    overflow: visible;
}

a, .btn-link {
    color: #0D4261;
}

.tll {
    text-align: left !important;
}

.e-tooltip-wrap .e-tooltip-close {
    right: 20px !important;
    top: 20px !important;
    line-height: 10px !important;
    border: 2px solid #bfbfbf !important;
    border-radius: 0 !important;
    background: #FFF !important;
    box-shadow: none !important;
}

    .e-tooltip-wrap .e-tooltip-close::before {
        color: #bfbfbf !important;
        font-weight: 700 !important;
        left: 1px !important;
        top: 1px !important;
        cursor: pointer !important;
    }

.e-tooltip-css .e-checkbox-wrapper.e-wrapper.task-checkbox {
    line-height: 35px !important;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
    border-color: transparent !important;
    height: 32px;
}

    .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text {
        font-weight: 700;
    }

.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
    min-width: 140px;
    text-align: center;
}

.sub-title.Negative {
    color: #8A1538;
}

.sub-title.Neutral {
    color: #FBBA20;
}

.sub-title.Positive {
    color: #129B82;
}

.content.tab-content {
    padding-top: 0;
}



.expand-menu img, a.nav-link img {
    width: 15px;
    margin-right: 12px;
    float: left;
    height: auto;
}

.expand-menu span, .nav-link span {
    height: 20px;
    line-height: 20px;
    float: left;
}

.nav-link.active {
    background: #0D4261;
    color: #FFF !important;
}

.nav-item.px-3 {
    margin: 0;
    padding: 0 !important;
}

.expand-menu img.selected,
.nav-link img.selected {
    display: none;
}

.expand-menu.active img.selected,
.nav-link.active img.selected {
    display: flex;
}

.expand-menu.active img.normal,
.nav-link.active img.normal {
    display: none;
}

.right-img {
    float: right !important;
    margin: 0;
    margin-left: auto;
    height: 10px !important;
    margin-right: 0 !important;
}

.menu-top {
    height: 56px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 0;
    position: relative;
}

    .menu-top h1 {
        line-height: 56px;
        font-size: 18px;
        font-weight: 700;
        padding: 0 25px;
    }

    .menu-top img {
        position: absolute;
        right: 22px;
        top: 19px;
        width: 20px;
    }


.sidebar.active {
    .top-menu-img

{
    right: 12px;
}

.expand-menu,
a.nav-link {
    padding: 0 10px !important
}

.right-img {
    display: none !important;
}

.expand-menu,
.nav-link {
    position: relative;
}

.nav-link {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

    .expand-menu img,
    .nav-link img {
        position: absolute;
        right: 14px;
        margin: 0px;
    }

.sub-menu-group {
    padding: 0px;
}

}

.page.active article.content.px-4 {
    max-width: calc((100vw / var(--zoom) - 45px)) !important;
}

a.nav-link.has-sub.active {
    background: transparent;
    color: #303030 !important;
}

.qc-cards button {
    width: 83px;
    border-radius: 8px;
}



img.btn-icon.right {
    float: right;
}

.drop-down-option {
    display: none;
    position: absolute;
    background: rgba(0,0,0,0);
    min-height: 200px;
    width: 150px;
    right: 0px;
    top: 30px;
    padding-top: 10px;
}

.drop-down-content {
    background: #FFF;
    min-height: 10px;
    width: 150px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    border: rgba(0,0,0,0.1);
    padding: 10px 15px;
    font-size: 12px;
    color: #444;
    text-align: left;
}

.has-dropdown {
    position: relative;
}

    .has-dropdown.open > .drop-down-option {
        display: block;
    }

.group-name {
    font-weight: 700;
}

.group-actions ul {
    list-style: none;
    padding-left: 10px;
    margin-top: 0;
}

    .group-actions ul li {
        margin-top: 10px;
    }

        .group-actions ul li:hover {
            font-weight: 600;
        }

        .group-actions ul li img {
            height: 13px;
            margin-right: 5px;
        }


.radio-option {
    margin-top: 10px;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

    .radio-option span {
        padding-left: 5px;
    }

input[type="radio"] {
    accent-color: #0d4261;
}

.time-line-item.done::before {
    background: #0D4261;
    border: 3px solid #DAE1E4;
    outline: 2px solid #0D4261;
    height: 14px;
    width: 14px;
    top: 3px;
}

.radio-option label {
    padding-left: 5px;
}

.contact-data {
    display: flex;
}

.tabs-full-page {
    height: calc((100vh / var(--zoom) - 156px));
    overflow: hidden;
}

.contact-list {
    min-width: 338px;
    max-width: 338px;
    padding-right: 8px;
    height: calc((100vh / var(--zoom)) - 220px);
    overflow-y: scroll;
}

.contact-details {
    flex: 1;
    height: calc((100vh / var(--zoom)) - 220px);
    overflow-y: scroll;
}

.row1 .entity-label {
    margin-left: 10px;
}

.row1 {
    margin-bottom: 10px;
}

.row2 span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 1;
    height: 22px;
    line-height: 22px;
}

ul.actual-points {
    height: 185px;
    overflow-y: auto;
}

.top-row.px-4 {
    padding-right: 45px !important;
}

span.label-result {
    float: right;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #69081C;
    background: rgba(138,21,56,0.1);
    border-radius: 14px;
    padding: 6px 6px 6px 12px;
    color: #69081C;
    display: flex;
    align-items: center;
}

    span.label-result.qualified {
        border-color: #129B82;
        color: #129B82;
        background: rgba(18,155,130,0.15);
    }

    span.label-result img {
        padding-left: 10px;
    }

.twoline-description img {
    margin-right: 2px;
}

.menu-option-a {
    max-width: 40px !important;
    min-width: 40px !important;
}

.menu75 {
    max-width: 75px !important;
    min-width: 75px !important;
}

a.btn.btn-secondary.pr.has-dropdown:hover,
a.btn.btn-secondary.pr.has-dropdown:active,
a.btn.btn-secondary.pr.has-dropdown {
    background: none;
    border: none;
    padding: 0 5px;
}

    a.btn.btn-secondary.pr.has-dropdown > img {
        height: 16px;
        width: 16px;
        margin-top: 6px;
    }

a.btn.btn-primary.save-btn {
    float: right;
    height: 23px;
    padding: 0 20px;
    line-height: 23px;
}

.top-row.px-4 h1 {
    display: flex;
    align-items: center;
}

a.btn.btn-secondary.pr.has-dropdown.right-alignment {
    max-width: 0px;
    margin: 0;
    padding: 0;
}

    a.btn.btn-secondary.pr.has-dropdown.right-alignment .drop-down-option {
        right: -15px;
    }

    a.btn.btn-secondary.pr.has-dropdown.right-alignment > span {
        text-align: right;
        color: #000;
        line-height: 30px;
        float: right;
    }

    a.btn.btn-secondary.pr.has-dropdown.right-alignment .group-actions button {
        padding: 0 !important;
        line-height: 10px !important;
        height: 20px;
        display: contents;
        font-size: 12px;
    }

.login-menu {
    display: flex;
    align-items: center;
    flex: 1;
    margin-left: auto;
    float: right;
    flex-direction: row-reverse;
}

    .login-menu > * {
        margin-right: 10px;
        font-size: 12px;
        font-weight: 600;
    }


main.public-page {
    background: url('./bg.png');
    background-position: center;
    background-size: cover;
    height: calc(100vh / var(--zoom));
    width: calc(100vw / var(--zoom));
    overflow: hidden;
}

.logo-public {
    position: absolute;
    z-index: 1;
    left: 35px;
    top: 35px;
    display: flex;
    align-items: center;
    font-size: 42px;
    font-weight: 800;
}

    .logo-public h1 {
        font-size: 42px;
        font-weight: 800;
        margin-left: 15px;
        padding-top: 6px;
    }

.welcome h1 {
    font-size: 20px;
    font-weight: 700;
}

.normal-border {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 15px;
    height: calc((100vh / var(--zoom) - 150px));
    margin-top: 10px;
    font-size: 12px;
    overflow-y: auto;
}

    .normal-border h2 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 15px;
        height: 30px;
        display: flex;
        align-items: center;
    }

        .normal-border h2 > img {
            margin-right: 10px;
        }

.box-header p {
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-align: justify;
}

.box-body {
    overflow-y: auto;
}

.project-brief-header h3 {
    color: #0D4261;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
    margin: 0px;
}

.project-brief p {
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-align: justify;
}

.project-brief-header h3 span {
    text-decoration: none !important;
    margin-right: 10px;
}

.project-brief-header {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

    .project-brief-header > span {
        margin-left: 10px;
    }



.normal-border.br-0 {
    border: none;
    padding: 0;
}

#home-page .normal-border
.e-acrdn-content {
    padding: 0 !important;
    padding-left: 0 !important;
    padding-right: 5px !important;
}


.task-card {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
}

.tas-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .tas-header h3 {
        font-size: 12px;
        color: #0D4261;
        text-decoration: underline;
        flex: 1;
        margin-bottom: 0px;
    }

    .tas-header .e-checkbox-wrapper.e-wrapper.task-checkbox {
        max-width: 15px !important;
        min-width: 15px !important;
        margin-right: 10px;
        line-height: normal !important;
        width: 15px !important;
        margin: 0 10px 0 0 !important;
        min-height: 15px !important;
        max-height: 15px !important;
        height: 15px !important;
        line-height: 15px !important;
    }

        .tas-header .e-checkbox-wrapper.e-wrapper.task-checkbox span.e-icons.e-frame {
            width: 15px;
            height: 15px;
        }

    .tas-header .menu-option-a {
        max-width: 10px !important;
        min-width: 10px !important;
        margin-left: auto;
    }

.task-sub-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 25px;
}


    .task-sub-header .due-date {
        float: right;
        margin-left: auto;
        text-align: right;
        font-size: 12px;
    }

        .task-sub-header .due-date.orange::before, .task-sub-header .due-date.Red::before {
            top: 6px;
        }

.task-body {
    font-size: 12px;
    text-align: justify;
    padding-left: 25px;
}

.task-sub-header .entity-label span {
    margin-right: 10px;
}

.mom-header {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

    .mom-header h3 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .mom-header .entity-label {
        float: right;
        margin-left: auto;
    }

.mom-sub-header span {
    padding-left: 0;
    font-size: 12px;
}

.mom-header {
}

.mom-sub-header {
    margin-bottom: 5px;
}

.mom-body {
    font-size: 12px;
    text-align: justify;
}

img.title-icons {
    margin-left: 5px;
    cursor: pointer;
}


.box-header h2 span {
    float: right;
    margin-left: 0;
    flex: 1;
    text-align: right;
}

.sh-basic .general-info, .sh-basic .chart {
    width: 50%;
    flex: 1;
}

.general-info .e-checkbox-wrapper.e-wrapper .e-icons.e-frame {
    width: 15px !important;
    height: 15px !important;
}

.general-info span.e-icons.e-frame::before {
    line-height: 15px !important;
}
/* Define keyframes for fade-in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.animate-slideIn {
    animation: slideIn 1s ease-out;
}

.animate-fadein {
    animation: fadeIn 1s ease-in-out;
}

.animate-fadein-delay1 {
    animation-delay: 0.1s;
}

.animate-fadein-delay3 {
    animation-delay: 0.3s;
}

.animate-fadein-delay5 {
    animation-delay: 0.5s;
}


/* Styles for screens wider than 768px (tablet and desktop) */
@media (min-width: 768px) {
}

/* Styles for screens smaller than 768px (mobile) */
@media (max-width: 767px) {
    body, html, .page {
        width: 100% !important;
        height: 100% !important;
    }

    .logo-public h1 {
        color: #0D4261;
    }

    section.account-form {
        width: 100% !important;
        padding: 0 20px !important;
    }

    article.content.px-4 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 20px !important;
    }

    .top-row.px-4 {
        padding-right: 20px !important;
    }

    .nav-scrollable {
        display: block !important;
        height: calc((100vh / var(--zoom)) - 3.5rem - 124px);
        overflow-y: auto;
        margin-top: 0px;
    }

    .sidebar {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
    }

        .sidebar.active {
            left: calc(-100% + 45px);
            right: auto;
        }

    main {
        padding-left: 45px;
    }
}

.tlc.entity-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}

    .tlc.entity-label span {
        height: 20px;
        line-height: 20px;
        padding: 0 5px;
        display: flex;
        align-items: center;
        margin: 0 auto;
        vertical-align: middle;
    }

.row2 {
    display: flex;
    margin-bottom: 10px;
}

.row1 .fr {
    display: flex;
    margin-left: auto;
    width: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .row1 .fr a {
        flex: 1;
        width: 20px;
        margin-left: 5px;
    }

        .row1 .fr a img {
            width: 16px;
            margin: 0 auto;
        }

.row2 span.entity-label span {
    line-height: 20px;
    padding: 0 5px;
    height: 22px;
}
