@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --cv-primary-color: #003C7A;
    --cv-primary-input-color: #275A98;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

:root {
    --alert-background-color: #7B85AE;
    --light-blue-001: #7B85AE;
    --light-blue-002: #515E91;
    --dark-blue-001: #275a98;
    --dark-blue-002: #214C81;
    --light-grey-001: #f7f7f7;
    --required-input-color: #fbf1f1;
    --required-focus-color: #fca5a5;
    --shared-project-icon-color: #0676ff;
}

.default-master-content {
    flex: 1;
    background-color: white;
    overflow-y: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 7vw;
    overflow-y: auto;
}

.wide-master-content {
    flex: 1;
    background-color: white;
    overflow-y: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
}

.masterClass-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
    min-height: 97vh;
}

.masterContent-container {
    flex: 1;
    height: 100%;
    display: flex;
    position: relative;
}

.content-container {
    width: 100%;
    height: 100%;
}

.payment-redirect-wrapper {
    width: 100%;
    height: 100%;
}

.payment-redirect-container {
    margin: 0 auto;
    margin-top: 10em;
    width: 25em;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.e-btn.e-primary, .e-css.e-btn.e-primary {
    background-color: var(--dark-blue-001);
    border-color: var(--dark-blue-001);
    color: #fff;
    box-shadow: none;
}

    .e-btn.e-primary:hover, .e-css.e-btn.e-primary:hover {
        background-color: var(--dark-blue-001);
        border-color: var(--dark-blue-001);
        color: #fff;
        box-shadow: none;
    }

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.validation-error-message {
    color: #B40000;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
    padding: 0 4px;
    vertical-align: top;
}


.property-container {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: larger;
    font-family: 'Inter';
    margin-top: 1em;
}

.project-attachment-step-uploader-container {
    display: flex;
    justify-content: center;
    margin-top: 1em;
}

.project-attachment-uploader {
    width: 58em;
    margin-top: 3em;
}

.project-attachment-list-container {
    display: flex;
    justify-content: center;
    margin-bottom: 5em;
}

.newproject-attachment-list {
    margin-top: 1em;
    margin-bottom: 3em;
    width: 58em;
}

.newproject-attachment {
    display: flex;
    gap: 1em;
    align-items: flex-start;
    margin-top: 1em;
    flex-wrap: wrap;
    width: 100%;
    height: 4em;
}

.cf-multiselect-item-container {
    width: 100%;
    display: flex;
    justify-content: left;
}

.cf-multiselect-item {
    width: 50%;
    margin-left: 3em;
}

.project-cf-jurisdiction-msg-container {
    display: flex;
    width: 32em;
    margin: 0 auto;
    margin-top: 5em;
}

.newproject-attachment-filename {
    margin: auto 0;
    width: 15em;
    font-family: 'Inter';
}

.newproject-attachment-description {
    width: 38em;
}

.newproject-attachment-btn {
    margin: auto 0;
}

.newproject-attachment-container {
    display: flex;
    justify-content: center;
}

.newprojectattachmentremovebtn {
    margin: 0px 0px;
}

    .newprojectattachmentremovebtn .newprojectattachmentremovebtn-text {
        margin: 0px 0px;
    }

.newproject-attachment-list > .newproject-attachment:not(:last-child) {
    margin-bottom: 2rem;
}


.e-stepper.e-linear .e-previous:not(.e-step-disabled), .e-stepper.e-linear .e-next:not(.e-step-disabled), .e-stepper.e-linear .e-step-selected:not(.e-step-disabled), .e-stepper.e-linear .e-previous:not(.e-step-disabled) + li {
    pointer-events: none;
    cursor: default;
}

.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check, .e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check {
    background-color: var(--dark-blue-001);
    border-color: var(--dark-blue-001);
    color: #fff;
}

.e-popup .e-checkbox-wrapper .e-frame.e-check, .e-popup .e-checkbox-wrapper:hover .e-frame.e-check {
    background-color: var(--dark-blue-001);
    border-color: var(--dark-blue-001);
    color: #fff;
}

.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check, .e-checkbox-wrapper .e-checkbox:active + .e-frame.e-check, .e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check, .e-css.e-checkbox-wrapper .e-checkbox:active + .e-frame.e-check {
    background-color: var(--dark-blue-001);
    border-color: var(--dark-blue-001);
    color: #fff;
    box-shadow: none;
}

.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 {
    background-color: #fff;
    border-color: #d1d5db;
    box-shadow: none;
}

.e-icons.e-frame.e-check:hover {
    background-color: var(--dark-blue-001);
    border-color: var(--dark-blue-001);
    color: #fff;
    box-shadow: none;
}

.e-multiselect .e-selectall .e-checkbox-label {
    color: red;
    font-weight: bold;
}


.e-stepper .e-step-error .e-text, .e-stepper .e-step-error .e-label {
    color: #B40000;
}

.e-stepper .e-step-error .e-indicator {
    background: #B40000;
}

.permit-application-master-container {
    height: 100%;
}


.attachment-guideline-container, attachment-jurisdiction-config-desc-container {
    width: 100%;
}

.attachment-guideline {
    width: 60em;
    margin: 2em auto;
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-family: "Inter";
}

.attachment-jurisdiction-config-desc {
    width: 62em;
    margin: 0 auto;
    font-family: "Inter";
}

.h1-wrapper {
    font-family: "Inter";
    padding-top: 1em;
    font-weight: 600;
    font-size: 18px;
}

.newproject-property-container {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.step3-container {
    padding-bottom: 2em;
}

.cf-common-mstext-accordian-wrapper {
    padding-top: 1em;
    padding-bottom: 0.5em;
    font-family: 'Inter';
}

.cf-common-mstext-wrapper {
    padding: 0.5em;
}

.cf-common-mstextbox {
    margin-top: -10px;
}

.e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check {
    background-color: var(--dark-blue-001);
    border-color: var(--dark-blue-001);
    color: #fff;
    box-shadow: none;
}

.cf-common-mstext-accordian-header {
    font-family: 'Inter';
    color: #374151;
    font-size: 1em;
    font-weight: 500;
}

.cf-common-mstext-accordian-header-template .e-acrdn-header {
    background-color: #fff;
}

.cf-mstext-required-header::after {
    color: #B40000;
    content: " *";
    font-weight: 500;
}

#cf-common-mstext-accordian {
    border-radius: 5px;
}

.required-background-color .e-acrdn-header {
    background-color: var(--required-input-color);
    transition: background-color 0.2s ease;
}

.required-background-color .e-accordion.e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header,
.required-background-color .e-accordion.e-acrdn-item.e-select.e-expand-state > .e-acrdn-header,
.required-background-color .e-accordion.e-acrdn-item.e-selected.e-select > .e-acrdn-header,
.required-background-color .e-accordion.e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus {
    background-color: var(--required-input-color);
}

.permit-cf-title {
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    height: 30px;
    width: 70%;
    text-align: center;
    display: flex;
    background-color: #124c8e;
    color: white;
    font-size: 15px;
    align-items: center;
    text-indent: 15px;
}


.permit-cf-list-items {
    border: none;
    padding: 25px;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.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."
    }

.e-input:focus:not(.e-success):not(.e-warning):not(.e-error), .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus, .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus, .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus, .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus, .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input, .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input {
    border-color: var(--dark-blue-001);
    box-shadow: 0 0 0 1px var(--dark-blue-001)
}

.e-primary {
    color: var(--dark-blue-001);
}

.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
    border-color: var(--dark-blue-001);
    border-color: var(--dark-blue-001);
    box-shadow: 0 0 0 1px var(--dark-blue-001)
}

.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-content {
    color: var(--dark-blue-001);
}

.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-icons {
    color: var(--dark-blue-001);
}

.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-icon .e-icons {
    color: var(--dark-blue-001);
}

.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary, .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary, .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary, .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
    border-color: var(--dark-blue-001);
}

.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), .e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), .e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), .e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), .e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]), .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) {
    border-color: var(--dark-blue-001);
}

.e-float-text.e-label-top {
    color: var(--dark-blue-001);
}

.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: var(--dark-blue-001);
}

.e-grid .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
    box-shadow: 0 0 0 1px var(--dark-blue-001) inset;
}

.e-radio:checked + label::before {
    background-color: var(--dark-blue-001);
    border-color: var(--dark-blue-001);
}

.e-btn.e-flat.e-primary, .e-css.e-btn.e-flat.e-primary {
    color: var(--dark-blue-001);
    box-shadow: none !important;
}

    .e-btn.e-flat.e-primary:hover,
    .e-css.e-btn.e-flat.e-primary:hover {
        background-color: var(--dark-blue-001) !important;
        border-color: var(--dark-blue-001) !important;
        color: white !important;
        box-shadow: none !important;
    }

    .e-btn.e-flat.e-primary:disabled {
        background-color: #a5b4fc !important;
    }

.e-footer-content .e-btn.e-primary.e-flat:not([DISABLED]):not(.e-success):not(.e-danger):not(.e-warning):not(.e-info) {
    background-color: #124a8e;
    color: #f9fafb;
    border: none;
    box-shadow: none !important;
}

    .e-footer-content .e-btn.e-primary.e-flat:not([DISABLED]):not(.e-success):not(.e-danger):not(.e-warning):not(.e-info):hover {
        background: #f7f7f7;
        color: black;
    }

.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
    color: var(--dark-blue-001);
}

.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-acrdn-header-content {
    color: var(--dark-blue-001);
}

.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-icons {
    color: var(--dark-blue-001);
}

.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header > .e-toggle-icon, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header > .e-toggle-icon {
    color: var(--dark-blue-001);
}

.e-dropdown-btn:focus, .e-dropdown-btn.e-btn:focus {
    box-shadow: none;
}

.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
    color: var(--dark-blue-001);
}

.e-tab .e-tab-header .e-indicator {
    background: var(--dark-blue-001);
}

.input.e-input::selection, textarea.e-input::selection, .e-input-group input.e-input::selection, .e-input-group.e-control-wrapper input.e-input::selection, .e-float-input input::selection, .e-float-input.e-control-wrapper input::selection, .e-input-group textarea.e-input::selection, .e-input-group.e-control-wrapper textarea.e-input::selection, .e-float-input textarea::selection, .e-float-input.e-control-wrapper textarea::selection, .e-float-input.e-small textarea::selection, .e-float-input textarea::selection {
    background: var(--dark-blue-001);
    color: #fff;
}

.e-input-group.e-success, .e-input-group.e-control-wrapper.e-success, .e-input-group.e-success:not(.e-float-icon-left), .e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left) {
    border-color: #d1d5db;
}

.e-message.e-warning {
    display: flex;
    align-items: center;
    height: 100%;
}

.property-search-no-result-wrapper {
    display: flex;
    width: 70em;
    margin: 0 auto;
    justify-content: center;
}

.property-search-no-result-container {
    width: 51em;
}

.e-float-input,
.e-float-input.e-control-wrapper {
    font-size: 1em;
}

    .e-checkbox-wrapper.e-focus.e-wrapper label span.e-label,
    .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
    .e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
    .e-bigger .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
    .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
    .e-small .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
    .e-float-input:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
    .e-float-input.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
    .e-bigger .e-float-input:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
    .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
    .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
    .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
    .e-float-input.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text,
    .e-small .e-float-input:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top,
    .e-float-input.e-small.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
    .e-bigger .e-float-input.e-small:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
    .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text,
    .e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top,
    .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
    .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
    .e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
    .e-float-input.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
    .e-bigger .e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
    .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
    .e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
    .e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
    .e-float-input.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text,
    .e-small .e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top,
    .e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
    .e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
    .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text,
    .e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top,
    .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
    .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
    .e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
    .e-float-input.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
    .e-bigger .e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
    .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
    .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
    .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
    .e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
    .e-small .e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
    .e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
    .e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
    .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
    .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
    .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
    .e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
    .e-float-input.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
    .e-bigger .e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
    .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
    .e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
    .e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
    .e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
    .e-small .e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
    .e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
    .e-bigger .e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
    .e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
    .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
    .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
    .e-float-input.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
    .e-bigger .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
    .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
    .e-float-input.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
    .e-bigger .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
    .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
    .e-small .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
    .e-float-input.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
    .e-bigger .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
    .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
    .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
    .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
    .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
    .e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
    .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
    .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
    .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
    .e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
    .e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
    .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
    .e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
    .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
    .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
    .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
    .e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
    .e-bigger .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
    .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
    .e-small .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
    .e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
    .e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
    .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
    .e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
    .e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
    .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
    .e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
    .e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
    .e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text {
        color: var(--dark-blue-001);
    }

.e-btn:focus, .e-css.e-btn:focus {
    box-shadow: none;
}

.project-no-share,
.project-shared-with,
.project-shared-by {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    box-shadow: none;
}

    .project-no-share:focus,
    .project-shared-with:focus,
    .project-shared-by:focus {
        outline: none;
    }

.project-shared-by {
    color: var(--shared-project-icon-color);
}

    .project-shared-by:focus {
        color: var(--shared-project-icon-color);
        border-color: none;
    }

    .project-shared-by:hover {
        outline: none;
        border-color: none;
    }



.e-dlg-container.project-share-dialog.e-dlg-center-center .e-dlg-header-content {
    background-color: var(--dark-blue-001);
}

    .e-dlg-container.project-share-dialog.e-dlg-center-center .e-dlg-header-content .e-dlg-header, .e-dlg-header * {
        color: white
    }

.e-dlg-container.project-share-dialog.e-dlg-center-center .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
    color: white;
}

.add-share-btn-wrapper {
    color: var( --dark-blue-001);
    align-items: center;
    align-self: center;
    display: flex;
    gap: 3px;
}
