@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/*Layout*/
.page {
    background-color: #FCFCFD;
}

html, body {
    font-family: Open Sans
}

.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
    background: #fcfcfd;
    width: calc(100% - 250px);
}



.content {
    padding-top: 1.5rem;
}

.reviewNoteDate {
    color: grey;
    margin-bottom: 5px;
}

.alert-danger {
    color: #ff292a;
    border-color: #ff292a;
    background: #fefaf4;
    padding: 12px;
    font-size: 14px;
    font-weight: bold;
}

.bordered-section {
    border: 1px solid;
    border-color: var(--rz-primary);
    border-radius: 15px;
}

.patient.bordered-section .border-primary {
    border-color: var(--rz-primary) !important;
}

.patient.bordered-section {
    position: relative;
    margin-bottom: 15px;
}

    .patient.bordered-section .rz-stack .rz-button {
        position: absolute;
        right: 8px;
        top: 8px;
        background: none;
        border: none;
    }

.atlwdg-trigger.atlwdg-TOP {
    z-index: 99;
}

.rule-form .add .row > div {
    margin-top: auto;
}

    .rule-form .add .row > div:first-of-type {
        padding-left: 0;
    }

    .rule-form .add .row > div:last-of-type {
        padding-right: 0;
    }

.rule-form .rule-p {
    margin-left: -15px;
}

.rule-form .advice .row {
    margin-bottom: 15px;
}

.special-rule-form p {
    min-height: 50px;
}
/* Global */
*::-webkit-scrollbar {
    width: 15px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
    scroll-behavior: smooth;
}

*::-webkit-scrollbar-thumb {
    background-color: #075a47;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.loading-spinner {
    color: #0BA684;
    margin: auto;
    color: #0BA684;
    margin: auto;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.flex-start {
    align-content: flex-start;
    justify-content: flex-start;
}

.flex-end {
    align-content: flex-end;
    justify-content: flex-end;
}

.alert-success {
    color: #075a47;
    background-color: #E7F6F3;
    border-color: #C2E9E0;
}

.small-subtitle {
    color: #c6c6c6;
    font-size: 0.6em;
}

.required {
    color: #075a47;
    font-weight: bold;
}

.greyed-out {
    color: #a6a6a6;
}

.error-message {
    color: red;
    padding-top: 10px;
    margin-bottom: -10px
}

.error-border {
    border-color: red;
}

.error-color {
    color: red;
}

.arrow-back {
    width: 15px;
    margin-right: 5px;
}

.rz-datatable-emptymessage {
    padding: 10px !important;
}
/*Typography*/
h1 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px
}

    h1:focus {
        outline: none;
    }

a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    color: #0BA684;
}

    a:hover {
        color: #000;
    }

/*Forms*/
.form-control:focus {
    /*box-shadow: 0 0 0 0.25rem #075a47;*/
}

.disabled-input {
    pointer-events: none;
    background: whitesmoke;
    color: grey;
}

form textarea[disabled],
form input[disabled],
form select[disabled],
form .rz-state-disabled,
form .rz-state-disabled > span:not(.rzi-check) {
    background-color: #e9ecef !important;
}

.slidePanel h2 {
    margin-bottom: 32px;
    font-size: 30px;
    font-weight: 600;
}

.form-group-two {
    display: flex;
    gap: 10px;
}

    .form-group-two .form-group {
        width: 50%;
    }

.form-group {
    margin-bottom: 21px;
}

    .form-group label {
        margin-bottom: 5px;
        font-size: 14px;
        color: #384250;
    }

        .form-group label span {
            color: #075a47;
        }

.form-group-page {
    max-width: 400px;
}

.slidePanel .button-group {
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
}

.slidePanel .button-group-relative {
    position: relative;
    padding: 0;
    margin-bottom: 35px;
    width: calc(100% + 3px);
}

.slidePanel .button-group .btn-secondary {
    width: 21%;
}

.slidePanel .button-group .btn-primary {
    width: 78%;
}

.new-rule-criteria .rz-button-md .rzi,
.new-rule-criteria .rz-button-md:hover .rzi,
.new-rule-block .rz-button-md .rzi,
.new-rule-block .rz-button-md:hover .rzi {
    color: white;
}

input[type='checkbox'] {
    vertical-align: middle;
    margin-top: -1px;
}

.rz-accordion .rz-accordion-header {
    padding: 15px;
}

    .rz-accordion .rz-accordion-header i {
        color: #0BA684;
    }

    .rz-accordion .rz-accordion-header a {
        align-items: center;
        display: flex;
        gap: 20px;
        font-size: 17px;
        font-weight: 900;
    }

.skillsSelect {
    height: 325px;
    overflow-x: hidden;
    overflow-y: auto;
}

.form-input {
    display: inline-block;
    width: 15%;
    margin-top: 20px;
    margin-right: 10px;
}
/*Helpers*/
.pad-x-10 {
    padding: 0 10px;
}

.pad-y-10 {
    padding: 10px 0;
}

.mb-0 {
    margin-bottom: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.bold {
    font-weight: bold;
}

.color-primary {
    color: #075a47;
}

.color-danger {
    color: #f0021a;
}

.background-danger {
    border-color: #f0021a !important;
    background: #FBF3F2;
}

.background-success {
    border: 1px solid #C2E9E0;
    background: #E7F6F3;
}

.background-warning {
    border: 1px solid #C2E9E0;
    background: #E7F6F3;
}

.flex {
    display: flex;
}

    .flex.rows {
        flex-direction: row;
    }

    .flex .flex-item {
    }

.inline-block {
    display: inline-block;
}

.align-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.circle-dot {
    width: 10px;
    height: 10px;
    background: #05664b;
    border-radius: 50px;
    display: inline-block;
    margin: auto 0 auto 10px;
}

.square-dot {
    width: 10px;
    height: 10px;
    background: #05664b;
    border-radius: 1px;
    display: inline-block;
    margin: auto 10px auto 0;
}

.circle-dot-warning {
    width: 10px;
    height: 10px;
    background: #e8f002;
    border-radius: 50px;
    display: inline-block;
    margin: auto 0 auto 10px;
}

.circle-dot-danger {
    width: 10px;
    height: 10px;
    background: #f0021a;
    border-radius: 50px;
    display: inline-block;
    margin: auto 0 auto 10px;
}

.square-dot-danger {
    background: #f0021a;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    display: inline-block;
    margin: auto 10px auto 0;
}

.square-dot-warning {
    background: #f0021a;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    display: inline-block;
    margin: auto 10px auto 0;
}

.infoIcon {
    margin-left: 20px;
    width: 24px;
    height: 24px;
    float: right;
    margin-top: 1px;
}
/*Buttons*/
.btn-primary {
    color: #fff;
    background-color: #075a47;
    border: 2px solid #075a47;
    border-radius: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        color: #075a47;
        background-color: #fff;
        border: 2px solid #075a47;
    }

    .btn-primary svg {
        margin-right: 10px;
    }

    .btn-primary:focus svg path,
    .btn-primary:active svg path,
    .btn-primary:hover svg path {
        stroke: #075a47;
        transition: 0.5s;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #075a47;
        border-color: #075a47;
        cursor: not-allowed;
    }

        .btn-primary.disabled:hover, .btn-primary:disabled:hover {
            cursor: not-allowed;
        }

.btn-secondary {
    background: #fff;
    border: 2px solid #D2D6DB;
    color: #384250;
    border-radius: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active {
        color: #000;
        background-color: #D2D6DB;
        border: 2px solid #D2D6DB;
    }

    .btn-secondary svg {
        margin-right: 10px;
    }

    .btn-secondary:focus svg path,
    .btn-secondary:active svg path,
    .btn-secondary:hover svg path {
        stroke: #fff;
        transition: 0.5s;
    }

.btn-small {
    font-size: 13px;
    padding: 0px 7px;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    display: none;
    background: rgba(0,0,0,0.4);
    border: 1px solid #26b050;
    border-radius: 10px;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 2);
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    right: 0;
    margin: auto;
}

    #blazor-error-ui .error-content {
        background: white;
        bottom: 0;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

#components-reconnect-modal {
    display: none !important;
}

    #components-reconnect-modal::before {
        content: '';
        width: 600px;
        height: 65px;
        background: #ffffff;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
    }

    #components-reconnect-modal h5 {
        margin-top: 50px !important;
        padding: .75rem 1.25rem;
        width: 600px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1050;
        color: #6C737F;
        background-color: #ffffff;
        box-shadow: 0px 10px 10px 0px hsl(0deg 0% 0% / 20%);
    }

    #components-reconnect-modal div {
        border-color: #075a47 #E7F6F3 #075a47 !important;
        margin: auto;
        z-index: 1050;
    }

    #components-reconnect-modal h5 a {
        color: #075a47 !important;
    }

    #components-reconnect-modal button {
        width: 100px;
        height: 40px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -30px);
        color: #fff;
        background-color: #075a47;
        border: 2px solid #075a47;
        border-radius: 8px;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

.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."
    }


.nav-link {
    color: #1F2A37;
}

/*Components*/
.dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #1F2A37;
    border: none;
    cursor: pointer;
    font-size: 14px;
    justify-content: flex-end;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    z-index: 1;
    top: 55px;
    width: 250px;
    border: 1px solid #F3F4F6;
    border-top: none;
    padding: 0;
    right: 24px;
}

.show {
    display: block;
}

.dropdown-content--item {
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid whitesmoke;
}

    .dropdown-content--item:first-of-type {
        padding-top: 5px;
    }

    .dropdown-content--item:last-of-type {
        border-bottom: none;
    }

    .dropdown-content--item a {
        margin: 0 !important;
    }

    .dropdown-content--item label {
        font-size: 9px;
        color: #afafaf;
        width: 100%;
    }

    .dropdown-content--item select {
        width: 100%;
        border: none;
        padding: 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin-left: -4px;
        outline: none;
        cursor: pointer;
    }

.logout-button {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    color: #044235;
    background: none;
    border: none;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.dropdown .user-profile-icon {
    background: #111927;
    color: #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.chevron-down {
    color: #6C737F;
    transition: 0.5s;
}

.chevron-up {
    color: #6C737F;
    transform: rotate(180deg);
    transition: 0.5s;
}

.breadcrumb-container {
    list-style: none;
    background-color: transparent;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .breadcrumb-container a {
        font-size: 12px;
    }

.breadcrumb-item,
.breadcrumb-item.active {
    color: #4D5761;
    font-weight: 700;
    text-decoration: none;
    margin-right: 10px;
    margin-left: 5px !important;
    font-size: 12px !important;
}

    .breadcrumb-item:first-of-type,
    .breadcrumb-item:only-of-type {
        margin-left: 0px !important;
    }

    .breadcrumb-item.active {
        color: #075a47;
        cursor: default;
    }

.breadcrumb-separator {
    margin: 0 5px;
    color: #6c757d;
}

/*Table*/
.rz-grid-table, .rz-data-grid {
    border: none !important;
    width: 100%;
    border-radius: 4px;
}

.rz-grid-table {
    border-collapse: separate;
    border-spacing: 0 4px;
}

    .rz-grid-table thead tr:last-of-type {
        position: relative;
        top: -4px;
    }

    .rz-grid-table tbody tr:first-of-type {
        position: relative;
        top: -2px;
    }

    .rz-grid-table tbody tr td,
    .rz-grid-table-fixed tr td.rz-frozen-cell {
        white-space: nowrap;
        overflow: hidden;
        display: table-cell;
        padding: 10px 10px;
        box-shadow: none !important;
        background: white !important;
        border-top: 1px solid #e7e7e7 !important;
        border-bottom: 1px solid #e7e7e7 !important;
        border-left: none !important;
        border-right: none !important;
    }

.audit_table .rz-grid-table tbody tr td,
.audit_table .rz-grid-table-fixed tr td.rz-frozen-cell {
    padding: 15px 10px;
}

.rz-grid-table tr.danger-row td {
    background: #ffe4e4 !important;
}

.rz-grid-table tr td:first-of-type,
.rz-grid-table-fixed tr td.rz-frozen-cell:first-of-type {
    border-left: 1px solid #e7e7e7 !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.rz-grid-table tr td:last-of-type,
.rz-grid-table-fixed tr td.rz-frozen-cell:last-of-type {
    border-right: 1px solid #e7e7e7 !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.rz-grid-table tr.rz-datatable-emptymessage-row td {
    border: none !important;
    padding: 10px 0;
}

.rz-grid-table thead {
    border: 1px solid #075a47 !important;
}

    .rz-grid-table thead tr {
        border-radius: 4px;
        color: #C2E9E0 !important;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        cursor: pointer;
    }

        .rz-grid-table thead tr:first-of-type th {
            border-bottom: none !important;
        }

        .rz-grid-table thead tr:last-of-type th {
            border-top: none !important;
        }

    .rz-grid-table thead th {
        padding: 5px 10px 0px 10px;
    }

    .rz-grid-table thead tr:last-of-type th {
        padding-bottom: 15px;
    }

thead th .rz-column-title-content {
    color: #075a47;
    text-transform: uppercase;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.rz-datatable-thead th > div:not(.rz-cell-filter), .rz-grid-table thead th > div:not(.rz-cell-filter) {
    padding: 5px 0 !important;
}

.rz-grid-table thead .rz-cell-filter {
    background-color: #E7F6F3;
    padding: 0;
}

    .rz-grid-table thead .rz-cell-filter .rz-spinner {
        border: none;
    }

        .rz-grid-table thead .rz-cell-filter .rz-spinner:hover {
            outline: none !important;
            border: none !important;
            box-shadow: none !important;
        }

.rz-cell-filter input[type=number], .rz-cell-filter input[type=text], .rz-dropdown {
    background-color: #fff !important;
    border: 2px solid #85C9B8;
}

    //#85C9B8

    .rz-cell-filter input[type=number]:focus, .rz-cell-filter input[type=text]:focus, .rz-dropdown:focus,
    .rz-cell-filter input[type=number]:hover, .rz-cell-filter input[type=text]:hover, .rz-dropdown:hover {
        box-shadow: none !important;
        border: 2px solid #85C9B8 !important;
    }

.rz-data-grid .rz-datatable-thead th, .rz-data-grid .rz-grid-table thead th {
    background: #E7F6F3;
    border-top: 1px solid #C2E9E0 !important;
    border-bottom: 1px solid #C2E9E0 !important;
    border-left: none !important;
    border-right: none !important;
    box-shadow: none !important;
}

    .rz-data-grid .rz-datatable-thead th, .rz-data-grid .rz-grid-table thead th:first-of-type {
        border-left: 1px solid #C2E9E0 !important;
    }

    .rz-data-grid .rz-datatable-thead th, .rz-data-grid .rz-grid-table thead th:last-of-type {
        border-right: 1px solid #C2E9E0 !important;
    }

.rz-data-grid .rz-grid-table thead tr:first-of-type th:first-of-type {
    border-top-left-radius: 4px;
}

.rz-data-grid .rz-grid-table thead tr:last-of-type th:first-of-type {
    border-bottom-left-radius: 4px;
}

.rz-data-grid .rz-grid-table thead tr:first-of-type th:last-of-type {
    border-top-right-radius: 4px;
}

.rz-data-grid .rz-grid-table thead tr:last-of-type th:last-of-type {
    border-bottom-right-radius: 4px;
}

.rz-grid-table thead th .rz-column-title {
    padding-left: 0 !important;
}

.rz-grid-table tbody .rz-data-row {
    color: #111927;
    font-size: 14px;
}

    .rz-grid-table tbody .rz-data-row:hover {
        color: #111927;
        background: #e7f6f347;
    }

.rz-paginator {
    margin-top: 25px;
}

.rz-paginator-page.rz-state-active {
    background-color: #E7F6F3;
    color: #075a47;
}

.rz-listbox-item.rz-state-highlight {
    background-color: #075a47;
    color: #fff;
    box-shadow: #075a47;
    border-radius: 0;
}

.rz-apply-filter {
    background-color: #075a47;
    color: #fff;
    box-shadow: none;
}

.rz-date-filter .rz-listbox .rz-listbox-item {
    cursor: pointer;
}

.rz-datepicker-calendar td .rz-state-active, .rz-datepicker-calendar td .rz-state-active.rz-datepicker-today {
    background-color: #075a47;
    color: #fff;
    box-shadow: none;
}

.rz-listbox:not(.rz-state-disabled) .rz-listbox-item:hover:hover {
    background-color: #075a47;
    color: #fff;
    box-shadow: none;
    border-radius: 0;
}

.rz-datepicker-calendar td .rz-state-active:hover, .rz-datepicker-calendar td .rz-state-active.rz-datepicker-today:hover {
    color: #075a47;
    background-color: #C2E9E0;
}

.rz-form-field.rz-state-focused .rz-form-field-content, .rz-spinner:focus-within:not(.rz-state-disabled), .rz-autocomplete:focus-within:not(.rz-state-disabled), .rz-colorpicker:not(:disabled):not(.rz-state-disabled):focus, .rz-lookup-search input:not(:disabled):not(.rz-state-disabled):focus, .rz-spinner:not(:disabled):not(.rz-state-disabled):focus, .rz-calendar .rz-inputtext:not(:disabled):not(.rz-state-disabled):focus, .rz-multiselect:not(:disabled):not(.rz-state-disabled):focus, .rz-dropdown:not(:disabled):not(.rz-state-disabled):focus, .mask:not(:disabled):not(.rz-state-disabled):focus, .rz-textarea:not(:disabled):not(.rz-state-disabled):focus, .rz-textbox:not(:disabled):not(.rz-state-disabled):focus {
    box-shadow: none;
    border: #075a47 2px solid;
}

.rz-date-filter-buttons .rz-button .rzi, .rz-button-md .rzi {
    color: #5b5b5b;
}

.top-button-group .rz-date-filter-buttons .rz-button .rzi, .top-button-group .rz-button-md .rzi {
    color: #fff;
}


.rz-date-filter-buttons .rz-button:hover .rzi, .rz-button-md:hover .rzi {
    color: #222;
}

.rz-button.rz-primary .rzi, .rz-button-md.rz-primary .rzi {
    color: #fff;
}

.rz-button.rz-primary:hover .rzi, .rz-button-md.rz-primary:hover .rzi {
    color: #fff;
}

.rz-button.rz-light.rz-variant-flat {
    border: 1px solid #C2E9E0;
    background: #fff;
}

.rz-sortable-column .rzi-sort {
    color: #075a47;
    padding-left: 3px;
}

.rz-tabview-nav {
}

    .rz-tabview-nav .rz-state-focused:not(.rz-tabview-selected):not(.rz-state-disabled) {
        background-color: transparent;
    }

.rz-state-highlight.rz-menuitem, .rz-state-highlight.rz-autocomplete-list-item, .rz-state-highlight.rz-multiselect-item, .rz-autocomplete-items li.rz-state-highlight, .rz-dropdown-items li.rz-state-highlight, .rz-multiselect-items li.rz-state-highlight, .rz-dropdown-item.rz-state-highlight {
    background: #E7F6F3 !important;
    color: #075a47 !important;
}

.dropdown-item.active, .dropdown-item:active {
    background: #075a47 !important;
}
/*Skills matrix table*/
.skillsmatrixTable .rz-data-grid {
    transform: rotateX(180deg);
}

.skillsmatrixTable .rz-grid-table {
    transform: rotateX(180deg);
}

.skillsmatrixTable .rz-paginator {
    transform: rotateX(180deg);
}

.skillsmatrixTable .scrollToTop {
    margin: 30px 0;
}

    .skillsmatrixTable .scrollToTop svg {
        transform: rotateX(180deg);
    }

.skillsmatrixTable .rz-chkbox,
.rv-ac .rz-chkbox {
    position: relative;
    display: inline-block;
}

.skillsmatrixTable .rz-grid-table-fixed tr td.rz-frozen-cell {
    border-right: 1px solid #e7e7e7 !important;
    background: #fbfbfb !important;
}

.skillsmatrixTable .rz-chkbox-box,
.rv-ac .rz-chkbox-box {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

    .skillsmatrixTable .rz-chkbox-box:hover,
    .rv-ac .rz-chkbox-box:hover {
        border-color: #04533d;
    }

    .skillsmatrixTable .rz-chkbox-box.rz-state-active,
    .rv-ac .rz-chkbox-box.rz-state-active {
        background-color: #04533d;
        border-color: transparent;
    }

.rz-chkbox-box.rz-state-active,
.rz-chkbox-box.rz-state-active:hover {
    background-color: #04533d !important;
    border-color: #04533d !important;
}

    .rz-chkbox-box.rz-state-active:after,
    .rz-chkbox-box.rz-state-active:hover:after {
        background-color: #bdbdbd !important;
        opacity: 0.3 !important;
    }

.rz-multiselect-items li.rz-state-highlight,
.rz-multiselect-items li.rz-state-highlight:hover {
    background: #f5f5f5 !important;
    color: black;
}

.skillsmatrixTable .rz-chkbox-icon,
.rv-ac .rz-chkbox-icon {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffffff"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>');
    opacity: 0;
}

.skillsmatrixTable .rz-chkbox-box.rz-state-active .rz-chkbox-icon,
.rv-ac .rz-chkbox-box.rz-state-active .rz-chkbox-icon {
    opacity: 1;
}

.skillsmatrixTable .rz-grid-table thead tr:last-of-type th {
    border-top: 1px solid #C2E9E0 !important;
    border-bottom: 1px solid #C2E9E0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.skillsmatrixTableRole {
    font-size: 13px;
    color: #979797;
}

.skillsmatrixTable-filters {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: -25px;
    margin-bottom: 10px;
}

.skillsmatrixTable-search {
    display: flex;
    align-items: center;
    margin-left: auto;
    position: relative;
}

    .skillsmatrixTable-search i {
        position: absolute;
        right: 7px;
        color: #b7b7b7;
        cursor: pointer;
    }

.rz-cell-filter input[type=number], .rz-cell-filter input[type=text], .rz-dropdown {
    border: 2px solid #85C9B8 !important;
}

.skillsmatrixTable-search i:hover {
    color: #0BA684;
}

.skillsmatrixTable-roles {
    display: flex;
    align-items: center;
    width: 230px;
}

.rz-multiselect-filter-icon {
    color: #b1b1b1;
}

/*Slide Panel */
.visiblePanel {
    display: block;
}

.hiddenPanel {
    display: none;
}

.slidePanel {
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
    background: #fff;
    width: 40%;
    z-index: 9;
    box-shadow: 0 0 0 100vmax rgba(0,0,0,.5), 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
    border-left: 1px solid #E5E7EB;
    padding: 32px;
}

.body-slidePanel-open {
    overflow-y: hidden;
    pointer-events: none; /* Prevents mouse events on this element */
}

    .body-slidePanel-open .visiblePanel,
    .body-slidePanel-open .rz-dropdown-panel {
        pointer-events: auto;
    }

/* Page Header */
.pageHeader {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1em;
}

    .pageHeader .btn {
        min-height: 40px;
        min-width: 100px;
        align-items: center;
        display: flex;
        justify-content: center;
    }

/*Profile*/
.nav-pills .nav-link.active {
    color: #0BA684;
    background-color: #F0FAF8;
    max-width: 250px;
    font-weight: bold;
}

.nav-link:focus, .nav-link:hover {
    color: #075a47;
}

.nav-scrollable {
    max-height: calc(100% - 170px);
    overflow-y: auto;
}

nav .nav-item .nav-link span {
    min-width: 106px !important;
}

.nav-item .nav-link svg {
    margin-right: 0;
}

nav .nav-item .nav-link svg.chevron-down,
nav .nav-item .nav-link svg.chevron-up {
    margin-right: 0 !important;
    margin-left: auto;
}

/* Modal */
.blazor-modal {
    background-color: rgba(0,0,0,0.5);
    z-index: 2000;
    animation: dialog-container-entry 0.2s;
}

.desktopDownloadLink {
    background: #F0FAF8;
    border-radius: 10px;
    padding: 15px;
    font-weight: bold;
    color: black !important;
}

.footer-non-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #F3F4F6;
    padding: 13px 24px 24px 32px;
    background-color: white;
    height: 65px;
    margin-left: 250px;
}



.footer-non-nav-flex {
    display: flex;
    padding: 13px 275px 13px 32px;
}

@media (max-width: 1300px) {
    .footer-non-nav {
        height: 105px !important;
        margin-left: 0px !important;
        padding: 13px;
    }

        .footer-non-nav .dropdown {
            margin-bottom: 5px !important;
        }

        .footer-non-nav .rv-buttons-complete {
            margin: auto;
            width: 100%;
            text-align: right;
        }
}
/* PatientReviews */
.rv-pagePreHeader {
    display: flex;
    width: 100%;
    padding-bottom: 25px;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}

    .rv-pagePreHeader .rv-actions-l {
        width: 20%;
        padding-top: 8px;
    }

        .rv-pagePreHeader .rv-actions-l a {
            color: #878787;
        }

    .rv-pagePreHeader .rv-actions-r {
        width: 80%;
        display: flex;
        gap: 10px;
        justify-content: flex-end;
    }

        .rv-pagePreHeader .rv-actions-r form {
            display: flex;
        }

            .rv-pagePreHeader .rv-actions-r form label {
                padding: 7px 7px 0 0;
                color: #878787;
            }

        .rv-pagePreHeader .rv-actions-r .form-control {
            display: inline-block;
        }

.rv-actions-r-ch select,
.rv-actions-r-ch-note button {
    border: 2px solid #C2E9E0 !important;
}

.rv-pageHeader {
    display: inline-block;
    width: 100%;
}

    .rv-pageHeader .rv-tags {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin-bottom: 30px;
    }

        .rv-pageHeader .rv-tags .rv-tag {
            margin-right: 10px;
            border: 1px solid #e7e7e7;
            background: #f5f5f5;
            border-radius: 4px;
            padding: 1px 5px;
            font-size: 13px;
        }

.rv-body h2 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
}

.rv-ac .rz-panel {
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: none;
    padding: 0;
    border: 1px solid #e7e7e7;
}

.rv-ac .rzi-plus {
    color: #5b5b5b;
}

.rv-ac .rz-panel-titlebar {
    padding: 15px 20px;
    align-items: center;
}

    .rv-ac .rz-panel-titlebar p {
        margin: 0;
    }

.rv-ac .rv-ac-header-cont {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.rv-ac .rz-panel-titlebar .rv-ac-header-cont > div {
    margin-left: 10px;
}

    .rv-ac .rz-panel-titlebar .rv-ac-header-cont > div:first-of-type {
        margin-left: 0;
    }

.rv-ac-header {
    font-weight: bold;
    font-size: 17px;
}

    .rv-ac-header .updateTitle {
        min-width: 700px;
        max-width: 700px;
        display: inline-block;
    }

.rv-ac .rz-panel-content-wrapper {
    border-top: 1px solid #e7e7e7;
}

.rv-ac-signed-off .rv-ac-header {
    color: #d1d1d1;
}

.rv-ac-tag {
    border-radius: 15px;
    padding: 3px 8px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    height: 21px;
    margin-top: 2px;
}

.rv-ac-tag-complete, .rv-ac-tag-okay {
    background: #075a47;
    color: white;
}

.rv-ac-tag-information {
    background: #D6D6D6;
}

.rv-ac-tag-warning {
    background: #FDB022;
}

.rv-ac-tag-alert {
    background: #F04438;
    color: white;
}

.rv-ac-signed {
    color: #d1d1d1;
    font-size: 15px;
    padding-top: 2px;
}

.rv-ac-signed-off .rz-chkbox {
    margin-left: auto !important;
    margin-top: 3px;
    margin-right: 3px;
}

.rv-ac .rz-chkbox-box {
    opacity: 1 !important;
    cursor: default;
}

.rv-buttons {
    display: flex;
    width: 100%;
    margin: 30px 0 60px 0;
    justify-content: flex-start;
}

.rv-buttons-adhoc button {
    margin-right: 10px;
}

.rv-buttons-complete {
    margin-left: auto;
}

    .rv-buttons-complete .btn-secondary {
        margin-right: 15px;
    }

.rv-table {
    width: 100%;
}

    .rv-table thead th,
    .rv-table tbody td {
        padding: 6px;
    }

    .rv-table thead th {
        background: #075a47;
        color: white;
        border: 1px solid white;
    }

    .rv-table tbody td {
        border-bottom: 1px solid #e7e7e7;
    }

.rv-question-block {
    border-bottom: 1px solid #e7e7e7;
}

.rv-ac-block {
    padding: 15px 25px 0;
}

.rv-ac-block-with-seperator {
    padding: 25px;
    border-bottom: 1px solid #ced4da;
}

.rv-question {
    width @100%;
    font-weight: bold;
    margin-bottom: 10px;
}

.rv-answer label,
.rv-notes label {
    color: grey;
    font-size: 14px;
}

.calcHeading {
    font-size: 14px;
}

.calcText {
    font-size: 12px;
}

.rv-patient-advice span {
    font-weight: bold;
}

.rv-question-block-checkbox {
    display: flex;
    justify-content: flex-end;
}

    .rv-question-block-checkbox label {
        cursor: pointer;
    }

.rz-card.rz-variant-filled {
    box-shadow: none;
}

.review-activity-tabs .rz-tabview-panel {
    padding-left: 0;
    padding-right: 0;
}

.advice-body {
    background: #f6f6f6;
    padding: 1em;
    font-size: 0.77em;
    font-weight: bold;
}


.build_questionBlock {
    border: 1px solid #ced4da;
}

.top-button-group {
    width: 250px;
    display: flex;
    justify-content: flex-end;
}

.top-button-save {
    color: #fff !important;
    background-color: #075a47 !important;
    border: 2px solid #075a47 !important;
    text-transform: none;
    letter-spacing: initial !important;
    margin-left: 5px;
}

    .top-button-save:hover, .top-button-save:focus, .top-button-save:active {
        color: #075a47 !important;
        background-color: #fff !important;
        border: 2px solid #075a47 !important;
    }

.build_question,
.build_logic {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #ced4da;
    box-shadow: none;
}

    .build_question h6 {
        margin-bottom: 0;
    }

.build_answer {
    background-color: #F3F4F6;
    margin-top: 1rem;
    border: 1px solid #ced4da;
    box-shadow: none;
}

.question_builder_buttons {
    display: flex;
}

    .question_builder_buttons .btn {
        min-width: 100px;
        margin-right: 5px;
        //HERE
    }

.light-table {
    margin: 1em 0 1em 0;
    color: #4D5761;
}

    .light-table .no-content {
    }

    .light-table .row {
        padding: 0.33em 0;
    }

        .light-table .row.header {
            border-bottom: 1px solid #0BA684;
            margin-bottom: 0.5em;
            font-weight: bold;
            background: rgb(240, 250, 248);
            color: #0BA684;
            padding: 0.5em 0 0.5em 0;
        }

.form {
    display: flex;
    flex-flow: column;
    height: calc(100% - 37px);
}

.form-checkList-container {
    flex-grow: 1; /* takes up the remaining space */
}

.form-checkList {
    max-height: 100%;
}

.form-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.form-flexible {
    flex-grow: 1; /* takes up the remaining space */
    overflow: auto;
    overflow-x: hidden;
}

.form-footer {
    height: 80px; /* Fixed height for the footer */
}

    .form-footer .btn {
        margin-right: 10px
    }

.first-row {
    background-color: #ccc;
}

.second-row {
    height: 10%;
    background-color: #f0f0f0;
}

.rz-datepicker-prev .rzi-chevron-left,
.rz-datepicker-next .rzi-chevron-right {
    padding-top: 20px;
}

.questionnaireQestionBlockAdded #sortable {
    padding: 15px 0;
}

.questionnaireQestionBlockAdded #sortable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

    .questionnaireQestionBlockAdded #sortable .rz-card {
        margin-top: 15px;
    }

.grabbable:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.questionnaireQestionBlockAdded #sortable .rz-card:first-of-type {
    margin-top: 0 !important;
}

.noQuestionBlocksSelected {
    margin-top: 15px;
    color: grey;
}

.questionnaireQestionBlockAdded #sortable .rz-col:first-of-type .rzi {
    color: #d1d1d1;
    float: left;
}

.strikethrough span.rz-cell-data {
    text-decoration: line-through;
}

.special-rule-field-label {
    font-size: 0.8em;
    color: #666;
}

.special-rule-field::before {
    content: '';
    display: block;
    width: 100px;
    height: 20px;
    color: #000;
    position: absolute;
    margin-top: -22px;
    font-size: 0.8em;
    color: #666;
}

.criteria-delete {
    height: 25px;
    display: block;
}

.special-rule-field.range-lower::before {
    content: 'Lower';
}

.special-rule-field.range-higher::before {
    content: 'Higher';
}

.special-rule-field.criteria_code_label::before {
    content: 'Code';
}

.special-rule-field.range-multiplier::before {
    content: 'Multiplier';
}

.rv-topbar {
    justify-content: space-between;
    display: flex;
    margin-bottom: 10px;
}

    .rv-topbar form {
        display: inline;
    }

    .rv-topbar label {
        margin-left: 15px;
    }

    .rv-topbar .rz-dropdown {
        margin-left: 5px;
        padding-left: 3px;
        max-width: 250px;
    }

    .rv-topbar a {
        color: #6C737F;
    }

.updateButton {
    margin-right: 20px;
    float: right;
}

.updateRagRatingPill {
    padding: 3px 10px;
    color: #000;
    text-transform: uppercase;
    margin-left: 20px;
    border-radius: 40px;
    font-size: 12px;
    float: right;
    min-width: 95px;
    text-align: center;
}

.ragGreen {
    background: #075a47;
    border: 1px solid #034335;
    color: #fff;
}

.ragYellow {
    background: #FDB022;
    border: 1px solid #c6860f;
}

.ragRed {
    background: #F04438;
    border: 1px solid #c12318;
    color: #fff;
}

.ragGrey {
    background: #E5E7EB;
    border: 1px solid #c0c1c3;
    color: #4D5761;
}

.completedState {
    color: #D2D6DB;
}

.advice-block {
    padding: 10px 25px 0;
}

    .advice-block .rz-panel-content p {
        padding: 10px;
        margin: 0;
    }

    .advice-block ul {
        margin-top: 1rem;
    }

.answer-block {
    margin: 20px 25px 0;
}

.reviewUpdateNotes {
    padding: 15px 25px;
}

    .reviewUpdateNotes .reviewUpdateNotesHeader p {
        margin-bottom: 0;
    }

    .reviewUpdateNotes textarea.form-control {
        height: 100px;
    }

.reviewTokenNotes {
    padding: 20px 15px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin-bottom: 95px;
}

.reviewTokenNotesHeader,
.reviewUpdateNotesHeader {
    justify-content: space-between;
    align-items: flex-start;
}

.reviewUpdateNotes .button-group {
    justify-content: flex-end;
    gap: 25px;
    align-items: center;
}

.rz-text-body1 {
    width: 95%;
}

.rv-ac-header {
    width: 100%;
}

.completedBadge {
    width: 20px;
    margin-top: 3px;
    float: right;
}

.circleIncompete {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    float: right;
    border: 1px solid #075a47;
    border-radius: 10px;
    display: inline-block;
}

.patient-questionnaire-link {
    margin-right: 18px;
    font-size: 16px;
    cursor: pointer;
}

    .patient-questionnaire-link img {
        width: 17px;
        margin-right: 3px;
    }

.widgets {
    padding: 2em 0;
    display: flex;
    gap: 25px;
    flex-direction: row;
    align-items: stretch;
}

    .widgets .widget {
        width: 100%;
        margin-bottom: 20px;
    }

        .widgets .widget:first-of-type {
            flex: 4;
        }

        .widgets .widget:last-of-type {
            flex: 2;
        }

        .widgets .widget .widgetInner {
            padding: 24px;
            border: 1px solid grey;
            border: 1px solid #E5E7EB;
            border-radius: 8px;
            margin-bottom: 25px;
        }

        .widgets .widget h3 {
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: 28px;
            letter-spacing: -0.36px;
            margin-bottom: 15px;
            display: flex;
        }

        .widgets .widget .widgetInnerEmis,
        .widgets .widget .widgetInnerSystmOne {
            width: 100%;
            display: flex;
            padding: 14px;
            gap: 8px;
            align-self: stretch;
            border-radius: 4px;
            margin: 10px 0;
            border: 1px solid #C2E9E0;
            background: #E7F6F3;
        }

            .widgets .widget .widgetInnerEmis p,
            .widgets .widget .widgetInnerSystmOne p {
                padding-right: 22px;
                margin: 0;
                width: 50%;
            }

                .widgets .widget .widgetInnerEmis p:last-of-type,
                .widgets .widget .widgetInnerSystmOne p:last-of-type {
                    text-align: right;
                }

        .widgets .widget .widgetInnerEmisError,
        .widgets .widget .widgetInnerSystmOneError {
            width: 100%;
            display: flex;
            padding: 14px;
            gap: 8px;
            align-self: stretch;
            border-radius: 4px;
            margin: 10px 0;
            border: 1px solid #f0021a;
            background: #FBF3F2;
        }

            .widgets .widget .widgetInnerEmisError p,
            .widgets .widget .widgetInnerSystmOneError p {
                padding-right: 22px;
                margin: 0;
                width: 50%;
            }

                .widgets .widget .widgetInnerEmisError p:last-of-type,
                .widgets .widget .widgetInnerSystmOneError p:last-of-type {
                    text-align: right;
                }


.reviewRow {
    width: 100%;
    display: flex;
    padding: 0;
    gap: 8px;
    align-self: stretch;
    margin: 0 0 5px 0;
}

.reviewRow-title {
    margin-top: auto;
    margin-bottom: auto;
}

.reviewRow-result {
    padding: 10px 14px;
    border-radius: 4px;
    border: 1px solid #e0e5e4;
    background: #f1f1f1;
    margin-left: auto;
    width: 48px;
    text-align: center;
    font-size: 14px;
}

.advanced-qt-pill {
    margin-left: 5px;
    padding: 0px 6px;
    text-align: center;
    background: #ced4da;
    border-radius: 10px;
    font-weight: bold;
}

.rz-dialog-confirm-message, .rz-dialog-alert-message {
    overflow-wrap: anywhere;
}

.uploaded-rules {
    width: 100%;
    margin: 1.2rem 0;
}

    .uploaded-rules tr td {
        padding: 0.5rem;
        border: 1px solid #d6d6d6;
    }

.review-status-modal-backdrop {
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

#completeReviewStatus {
    position: absolute;
    background: white;
    border: 1px solid #d6d6d6;
    box-shadow: 10px 10px 29px 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 10px 10px 29px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 10px 29px 10px rgba(0,0,0,0.15);
    width: 50%;
    height: 50%;
    z-index: 100;
    left: 25%;
    top: 25%;
    border-radius: 0.5rem;
    padding: 0rem;
}

    #completeReviewStatus h1 {
        background: #05664b;
        color: #fff;
        padding: 1rem;
        margin-bottom: 0.5rem;
    }

    #completeReviewStatus ul li {
        list-style-type: none;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

    #completeReviewStatus .close-button {
        position: absolute;
        bottom: 2rem;
    }

.advice-section {
    margin: 10px 0;
    padding: 15px;
    background: #f7f5f5;
}

.rz-dropdown .rz-dropdown-label,
[role="option"].rz-dropdown-item {
    cursor: pointer !important;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.wcag-complint-input {
    color: #075a47 !important;
    background-color: #e7f6f3 !important;
    border: 1px solid #075a47 !important
}

    .wcag-compliant-input:focus {
        outline: 2px solid #075a47 !important;
        outline-offset: 2px !important;
        box-shadow: 0 0 0 3px rgba(7, 90, 71, 0.2) !important;
    }

    .wcag-compliant-input::placeholder {
        color: #5a8a7a !important;
        opacity: 1 !important;
    }

.submenu {
    list-style-type: none;
    padding: 0;
}

.nav-menu-list {
    margin-bottom: 0px !important;
}

.form-group-mb0 {
    margin-bottom: 0px !important;
}