/* _content/FA.Components/Shared/Auth/FALoginForm.razor.rz.scp.css */
[b-iggeudbwaz] .mud-input.mud-input-underline:before {
    border-bottom: 1px solid white;
}

[b-iggeudbwaz] .mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol {
    color: white;
}

[b-iggeudbwaz] .mud-input.mud-input-underline:hover:not(.mud-disabled):before {
    border-bottom: 1px solid #00aeef;
}

[b-iggeudbwaz] .mud-input-helper-text {
    color: #00aeef;
}

[b-iggeudbwaz] .mud-input {
    color: white;
}

[b-iggeudbwaz] .mud-checkbox {
    color: white;
    margin-top: -12px;
}
/* _content/FA.Components/Shared/FAAccoridanMenu.razor.rz.scp.css */
[b-xun9ziupx2] .fa-card-title {
    background-color: #003f72;
    color: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 28px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

[b-xun9ziupx2] .mud-card {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

[b-xun9ziupx2] .no-content-padding .mud-card-content {
    padding: 0;
}

[b-xun9ziupx2] .mud-button-root {
    color: rgb(60,60,60);
    background-color: var(--mud-palette-action-default-hover);
}

[b-xun9ziupx2] .mud-button-root:not(:hover) {
    background-color: white;
}

[b-xun9ziupx2] .mud-button-icon-start .mud-icon-root {
    font-size: 12px;
    margin-bottom: 1px;
}
/* _content/FA.Components/Shared/FAButton.razor.rz.scp.css */
[b-hb9iuc1bhe] .text-transform-none {
    text-transform: none;
}

[b-hb9iuc1bhe] .active .mud-button-label::after {
    content: "";
    position: absolute;
    top: 0%;
    right: -38px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: solid 19px transparent;
    border-left: solid 19px #00aeef;
    border-right: solid 19px transparent;
    border-bottom: solid 19px transparent;
}

[b-hb9iuc1bhe] .active {
    overflow: visible;
    cursor: default;
    pointer-events: none;
}

@media (max-width: 959px) {
    [b-hb9iuc1bhe] .active .mud-button-label::after {
        content: none;
    }
}
/* _content/FA.Components/Shared/FACard.razor.rz.scp.css */
[b-f4p4lyc5nz] .fa-card-title {
    background-color: #003f72;
    color: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 28px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

[b-f4p4lyc5nz] .mud-card {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

[b-f4p4lyc5nz] .no-content-padding .mud-card-content {
    padding: 0;
}
/* _content/FA.Components/Shared/FACookiePrompt.razor.rz.scp.css */
[b-5ury99xe87] .mud-alert-cookie-prompt {
    background: linear-gradient(to right,#005283,#0069a8);
    position: fixed;
    bottom: 0;
}

[b-5ury99xe87] .mud-alert-position {
    display: inline;
}
/* _content/FA.Components/Shared/FADialog.razor.rz.scp.css */
[b-7e78uwc6a6] .mud-dialog-content {
    padding: 24px;
}
/* _content/FA.Components/Shared/FAHeaderSearchableDropdown.razor.rz.scp.css */
[b-hi5bgqjdi1] .mud-input-control.mud-select {
    position: absolute;
    width: 100%;
    background-color: white
}
/* _content/FA.Components/Shared/FAIcon.razor.rz.scp.css */
[b-6fg3jli03g] .mud-input-control {
    min-height: 70.9062px;
}

[b-6fg3jli03g] .mud-input.mud-input-underline:after {
    border-bottom-color: #00aeef;
}

[b-6fg3jli03g] .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol {
    color: #00aeef;
}
/* _content/FA.Components/Shared/FALayout.razor.rz.scp.css */
.page[b-jvj9x7cg2t] {
    position: relative;
    display: flex;
    flex-direction: column;
}

[b-jvj9x7cg2t] .mud-dialog .mud-dialog-content {
    max-height: 78vh;
    overflow-y: auto;
}

/* Nav dropdown*/
[b-jvj9x7cg2t] .no-padding-list .mud-list.mud-list-padding
{
    padding: 0 !important;
}

[b-jvj9x7cg2t] .no-padding-list .mud-list.mud-list-padding .mud-list-item-text {
    margin: 0 !important;
}

[b-jvj9x7cg2t] .no-padding-list .mud-list.mud-list-padding .mud-list-item-text a {
    display: block;
}
/* Nav dropdown end*/

main[b-jvj9x7cg2t] {
    flex: 1;
}

.sidebar[b-jvj9x7cg2t] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

/* StyleVariants */
/*Primary*/
[b-jvj9x7cg2t] .primary-style .mud-input-slot, [b-jvj9x7cg2t] .primary-style .mud-input-adornment svg {
    color: #003f72 !important;
}

[b-jvj9x7cg2t] .primary-style .mud-input:hover .mud-input-adornment svg, [b-jvj9x7cg2t] .primary-style .mud-input .mud-input-slot:focus ~ .mud-input-adornment svg {
    color: #00aeef !important;
}

[b-jvj9x7cg2t] .primary-style .mud-input-label {
    color: #000000 !important;
}

[b-jvj9x7cg2t] .primary-style .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol {
    color: #00aeef !important;
}

/*Secondary*/
[b-jvj9x7cg2t] .secondary-style .mud-input-slot, [b-jvj9x7cg2t] .secondary-style .mud-input-label, [b-jvj9x7cg2t] .secondary-style .mud-input-adornment svg {
    color: white !important;
}

[b-jvj9x7cg2t] .secondary-style .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol {
    color: #00aeef !important;
}

/*Tertiary*/
[b-jvj9x7cg2t] .tertiary-style{
    margin-top: 0;
}
[b-jvj9x7cg2t] .tertiary-style .mud-shrink~label.mud-input-label.mud-input-label-inputcontrol {
    transform: none;
}

[b-jvj9x7cg2t] .tertiary-style .mud-input:focus-within~label.mud-input-label.mud-input-label-inputcontrol  {
    transform: none;
}

[b-jvj9x7cg2t] .tertiary-style .mud-input-label {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.43;
}

[b-jvj9x7cg2t] .tertiary-style .mud-input .mud-input-slot {
    margin-top: 6px;
}

[b-jvj9x7cg2t] .tertiary-style .mud-input-slot, [b-jvj9x7cg2t] .tertiary-style .mud-input-adornment svg {
    color: #003f72 !important;
}

[b-jvj9x7cg2t] .tertiary-style .mud-input:hover .mud-input-adornment svg, [b-jvj9x7cg2t] .tertiary-style .mud-input .mud-input-slot:focus ~ .mud-input-adornment svg {
    color: #00aeef !important;
}

[b-jvj9x7cg2t] .tertiary-style .mud-input-label {
    color: #000000 !important;
}

/*Placeholder color*/
[b-jvj9x7cg2t] .mud-input-control.no-placeholder .mud-input-label {
    color: #a1b8cb !important;
}


.top-row[b-jvj9x7cg2t] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jvj9x7cg2t]  a, .top-row[b-jvj9x7cg2t]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-jvj9x7cg2t]  a:hover, .top-row[b-jvj9x7cg2t]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-jvj9x7cg2t]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-jvj9x7cg2t] {
        display: none;
    }

    .top-row.auth[b-jvj9x7cg2t] {
        justify-content: space-between;
    }

    .top-row[b-jvj9x7cg2t]  a, .top-row[b-jvj9x7cg2t]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jvj9x7cg2t] {
        flex-direction: row;
    }

    .sidebar[b-jvj9x7cg2t] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jvj9x7cg2t] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jvj9x7cg2t]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jvj9x7cg2t], article[b-jvj9x7cg2t] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

[b-jvj9x7cg2t] .mud-snackbar {
    min-width: 288px;
    max-width: 100vw;
    width: 100vw;
    margin-left: -25px;
    margin-bottom: -25px;
    height: 70px;
}

[b-jvj9x7cg2t] .footer-parent {
    display: flex;
    flex-direction: column;
}

[b-jvj9x7cg2t] .main-content {
    flex: 1 0 auto;
    min-height: calc(100vh - 307px);
}

[b-jvj9x7cg2t] .main-content-no-footer {
    flex: 1 0 auto;
    min-height: 85vh;
}

footer[b-jvj9x7cg2t] {
    flex-shrink: 0;
}

[b-jvj9x7cg2t] .fa-nav-link-mobile {
    font-size: 28px;
    margin: 10px;
}
/* _content/FA.Components/Shared/FALayoutNoAuth.razor.rz.scp.css */
.page[b-7q7ht0exnq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

[b-7q7ht0exnq] .mud-dialog .mud-dialog-content {
    max-height: 78vh;
    overflow-y: auto;
}

/* Nav dropdown*/
[b-7q7ht0exnq] .no-padding-list .mud-list.mud-list-padding {
    padding: 0 !important;
}

    [b-7q7ht0exnq] .no-padding-list .mud-list.mud-list-padding .mud-list-item-text {
        margin: 0 !important;
    }

        [b-7q7ht0exnq] .no-padding-list .mud-list.mud-list-padding .mud-list-item-text a {
            display: block;
        }
/* Nav dropdown end*/

main[b-7q7ht0exnq] {
    flex: 1;
}

.sidebar[b-7q7ht0exnq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

/* StyleVariants */
/*Primary*/
[b-7q7ht0exnq] .primary-style .mud-input-slot, [b-7q7ht0exnq] .primary-style .mud-input-adornment svg {
    color: #003f72 !important;
}

[b-7q7ht0exnq] .primary-style .mud-input:hover .mud-input-adornment svg, [b-7q7ht0exnq] .primary-style .mud-input .mud-input-slot:focus ~ .mud-input-adornment svg {
    color: #00aeef !important;
}

[b-7q7ht0exnq] .primary-style .mud-input-label {
    color: #000000 !important;
}

[b-7q7ht0exnq] .primary-style .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol {
    color: #00aeef !important;
}

/*Secondary*/
[b-7q7ht0exnq] .secondary-style .mud-input-slot, [b-7q7ht0exnq] .secondary-style .mud-input-label, [b-7q7ht0exnq] .secondary-style .mud-input-adornment svg {
    color: white !important;
}

[b-7q7ht0exnq] .secondary-style .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol {
    color: #00aeef !important;
}

/*Tertiary*/
[b-7q7ht0exnq] .tertiary-style {
    margin-top: 0;
}

    [b-7q7ht0exnq] .tertiary-style .mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol {
        transform: none;
    }

    [b-7q7ht0exnq] .tertiary-style .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol {
        transform: none;
    }

    [b-7q7ht0exnq] .tertiary-style .mud-input-label {
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 1.43;
    }

    [b-7q7ht0exnq] .tertiary-style .mud-input .mud-input-slot {
        margin-top: 6px;
    }

    [b-7q7ht0exnq] .tertiary-style .mud-input-slot, [b-7q7ht0exnq] .tertiary-style .mud-input-adornment svg {
        color: #003f72 !important;
    }

    [b-7q7ht0exnq] .tertiary-style .mud-input:hover .mud-input-adornment svg, [b-7q7ht0exnq] .tertiary-style .mud-input .mud-input-slot:focus ~ .mud-input-adornment svg {
        color: #00aeef !important;
    }

    [b-7q7ht0exnq] .tertiary-style .mud-input-label {
        color: #000000 !important;
    }

/*Placeholder color*/
[b-7q7ht0exnq] .mud-input-control.no-placeholder .mud-input-label {
    color: #a1b8cb !important;
}


.top-row[b-7q7ht0exnq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7q7ht0exnq]  a, .top-row[b-7q7ht0exnq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-7q7ht0exnq]  a:hover, .top-row[b-7q7ht0exnq]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-7q7ht0exnq]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-7q7ht0exnq] {
        display: none;
    }

    .top-row.auth[b-7q7ht0exnq] {
        justify-content: space-between;
    }

    .top-row[b-7q7ht0exnq]  a, .top-row[b-7q7ht0exnq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7q7ht0exnq] {
        flex-direction: row;
    }

    .sidebar[b-7q7ht0exnq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7q7ht0exnq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-7q7ht0exnq]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-7q7ht0exnq], article[b-7q7ht0exnq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

[b-7q7ht0exnq] .mud-snackbar {
    min-width: 288px;
    max-width: 100vw;
    width: 100vw;
    margin-left: -25px;
    margin-bottom: -25px;
    height: 70px;
}

[b-7q7ht0exnq] .footer-parent {
    display: flex;
    flex-direction: column;
}

[b-7q7ht0exnq] .main-content {
    flex: 1 0 auto;
    min-height: calc(100vh - 307px);
}

[b-7q7ht0exnq] .main-content-no-footer {
    flex: 1 0 auto;
    min-height: 85vh;
}

footer[b-7q7ht0exnq] {
    flex-shrink: 0;
}

[b-7q7ht0exnq] .fa-nav-link-mobile {
    font-size: 28px;
    margin: 10px;
}
/* _content/FA.Components/Shared/FALink.razor.rz.scp.css */
[b-08ww06uxfw] a {
    color: #003f72;
}

[b-08ww06uxfw] a:hover, a:focus[b-08ww06uxfw] {
    color: #00aeef;
    text-decoration: underline;
}
/* _content/FA.Components/Shared/FANavDropdown.razor.rz.scp.css */
[b-ngu28ymqyj] .mud-button {
    border-radius: 0;
    text-transform: none;
    max-height: 35px;
    font-weight: 400;
    font-size: 0.875rem;
    padding-left: 12px;
    padding-right: 12px;
}

    [b-ngu28ymqyj] .mud-button:hover .mud-button-label, [b-ngu28ymqyj] .mud-button:focus .mud-button-label {
        color: #0089bc;
    }

    [b-ngu28ymqyj] .mud-button:hover {
        text-decoration: underline;
    }

[b-ngu28ymqyj] .mud-nav-link {
    border-radius: 0;
    text-transform: none;
    line-height: initial;
    padding-left: 5px;
}

[b-ngu28ymqyj] .active {
    background-color: transparent;
}

[b-ngu28ymqyj].fa-nav-link .mud-button {
    height: 35px;
    color: #003f72;
}

[b-ngu28ymqyj].fa-nav-link:hover .mud-button {
    color: #0089bc;
    text-decoration: underline;
}

[b-ngu28ymqyj] .fa-nav-link.is-active:hover .mud-button:hover {
    background-color: transparent;
}

[b-ngu28ymqyj].fa-nav-link.is-active {
    position: relative;
    background-color: #00aeef;
}

    [b-ngu28ymqyj].fa-nav-link.is-active .mud-button, [b-ngu28ymqyj].fa-nav-link.is-active .mud-button .mud-button-label {
        color: white !important;
    }

    [b-ngu28ymqyj].fa-nav-link.is-active:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        width: 0;
        height: 0;
        border-top: solid 10px #00aeef;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
    }

.fa-nav-link-mobile.is-active[b-ngu28ymqyj] {
    position: relative;
    background-color: #00aeef;
    color: white !important;
}
/* _content/FA.Components/Shared/FANavLink.razor.rz.scp.css */
[b-x4neagrkmg] .mud-button {
    border-radius: 0;
    text-transform: none;
    max-height: 35px;
}

   [b-x4neagrkmg] .mud-button:hover {
        text-decoration: underline;
    }

[b-x4neagrkmg] .mud-nav-link {
    border-radius: 0;
    text-transform: none;
    line-height: initial;
    padding-left: 5px;
}

[b-x4neagrkmg] .mud-nav-link-text{
    line-height: 19px;
}

@media (min-width: 600px) {
    [b-x4neagrkmg] .mud-nav-link {
        max-height: 35px;
    }
}

[b-x4neagrkmg] .active {
    background-color: transparent;
}

[b-x4neagrkmg] .active:hover {
    background-color: transparent;
}

.fa-nav-link[b-x4neagrkmg] {
    height: 35px;
    color: #003f72;
}

[b-x4neagrkmg] .mud-nav-item {
    height: 100%;
}

.fa-nav-link:hover[b-x4neagrkmg] {
    color: #0089bc;
    text-decoration: underline;
}

.fa-nav-link.is-active[b-x4neagrkmg] {
    position: relative;
    background-color: #00aeef;
    color: white !important;
}

     .fa-nav-link.is-active[b-x4neagrkmg]:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        width: 0;
        height: 0;
        border-top: solid 10px #00aeef;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
    }

 .fa-nav-link-mobile.is-active[b-x4neagrkmg] {
    position: relative;
    background-color: #00aeef;
    color: white !important;
}
/* _content/FA.Components/Shared/FANavLinkEventCallback.razor.rz.scp.css */
[b-5k298lu8pz] .mud-button {
    border-radius: 0;
    text-transform: none;
    max-height: 35px;
}

    [b-5k298lu8pz] .mud-button:hover {
        text-decoration: underline;
    }

[b-5k298lu8pz] .mud-nav-link {
    border-radius: 0;
    text-transform: none;
    line-height: initial;
    padding-left: 5px;
}

[b-5k298lu8pz] .mud-nav-link-text {
    line-height: 19px;
}

[b-5k298lu8pz] .mud-icon-size-medium {
    font-size: 1.2rem;
    color: #f00 !important;
}

@media (min-width: 600px) {
    :: deep .mud-nav-link[b-5k298lu8pz] {
        max-height: 35px;
    }
}

[b-5k298lu8pz] .active {
    background-color: transparent;
}

    [b-5k298lu8pz] .active:hover {
        background-color: transparent;
    }

.fa-nav-link[b-5k298lu8pz] {
    height: 35px;
    color: #003f72;
}

[b-5k298lu8pz] .mud-nav-item {
    height: 100%;
}

.fa-nav-link:hover[b-5k298lu8pz] {
    color: #0089bc;
    text-decoration: underline;
}

.fa-nav-link.is-active[b-5k298lu8pz] {
    position: relative;
    background-color: #00aeef;
    color: white !important;
}

    .fa-nav-link.is-active[b-5k298lu8pz]:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        width: 0;
        height: 0;
        border-top: solid 10px #00aeef;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
    }

.fa-nav-link-mobile.is-active[b-5k298lu8pz] {
    position: relative;
    background-color: #00aeef;
    color: white !important;
}
/* _content/FA.Components/Shared/FANavLinkLogout.razor.rz.scp.css */
[b-tfe7jlo8bi] .mud-button {
    border-radius: 0;
    text-transform: none;
    max-height: 35px;
}

   [b-tfe7jlo8bi] .mud-button:hover {
        text-decoration: underline;
    }

[b-tfe7jlo8bi] .mud-nav-link {
    border-radius: 0;
    text-transform: none;
    line-height: initial;
    padding-left: 5px;
}

[b-tfe7jlo8bi] .mud-nav-link-text{
    line-height: 19px;
}

@media (min-width: 600px) {
    [b-tfe7jlo8bi] .mud-nav-link {
        max-height: 35px;
    }
}

[b-tfe7jlo8bi] .active {
    background-color: transparent;
}

[b-tfe7jlo8bi] .active:hover {
    background-color: transparent;
}

.fa-nav-link[b-tfe7jlo8bi] {
    height: 35px;
    color: #003f72;
}

[b-tfe7jlo8bi] .mud-nav-item {
    height: 100%;
}

.fa-nav-link:hover[b-tfe7jlo8bi] {
    color: #0089bc;
    text-decoration: underline;
}

.fa-nav-link.is-active[b-tfe7jlo8bi] {
    position: relative;
    background-color: #00aeef;
    color: white !important;
}

     .fa-nav-link.is-active[b-tfe7jlo8bi]:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        width: 0;
        height: 0;
        border-top: solid 10px #00aeef;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
    }

 .fa-nav-link-mobile.is-active[b-tfe7jlo8bi] {
    position: relative;
    background-color: #00aeef;
    color: white !important;
}
/* _content/FA.Components/Shared/FANavLinkOpenDialog.razor.rz.scp.css */
[b-4tlt9y2waz] .mud-button {
    border-radius: 0;
    text-transform: none;
    max-height: 35px;
}

   [b-4tlt9y2waz] .mud-button:hover {
        text-decoration: underline;
    }

[b-4tlt9y2waz] .mud-nav-link {
    border-radius: 0;
    text-transform: none;
    line-height: initial;
    padding-left: 5px;
}

[b-4tlt9y2waz] .mud-nav-link-text{
    line-height: 19px;
}

@media (min-width: 600px) {
    [b-4tlt9y2waz] .mud-nav-link {
        max-height: 35px;
    }
}

[b-4tlt9y2waz] .active {
    background-color: transparent;
}

[b-4tlt9y2waz] .active:hover {
    background-color: transparent;
}

.fa-nav-link[b-4tlt9y2waz] {
    height: 35px;
    color: #003f72;
}

[b-4tlt9y2waz] .mud-nav-item {
    height: 100%;
}

.fa-nav-link:hover[b-4tlt9y2waz] {
    color: #0089bc;
    text-decoration: underline;
}

.fa-nav-link.is-active[b-4tlt9y2waz] {
    position: relative;
    background-color: #00aeef;
    color: white !important;
}

     .fa-nav-link.is-active[b-4tlt9y2waz]:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        width: 0;
        height: 0;
        border-top: solid 10px #00aeef;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
    }

 .fa-nav-link-mobile.is-active[b-4tlt9y2waz] {
    position: relative;
    background-color: #00aeef;
    color: white !important;
}
/* _content/FA.Components/Shared/FATabs.razor.rz.scp.css */
.mud-tab:hover[b-1y6i84oqpg] {
    color: #0089bc;
    background-color: #e7e7e7;
    text-decoration: underline;
}

.mud-tab.mud-tab-active:hover[b-1y6i84oqpg] {
    background-color: #003f72;
    color: #ffffff;
    text-decoration: underline;
}

.mud-tab.mud-tab-active[b-1y6i84oqpg] {
    background-color: #003f72;
    color: #ffffff;
}

.fa-tab.mud-tab-active[b-1y6i84oqpg]::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: solid 10px #003f72;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

.mud-tab[b-1y6i84oqpg] {
    min-height: auto;
    background-color: #e7e7e7;
    border-color: #b5b5b5;
    text-transform: capitalize;
    width: fit-content;
    min-width: fit-content;
}

    .mud-tab.mud-ripple[b-1y6i84oqpg] {
        overflow: inherit;
    }

        .mud-tab.mud-ripple[b-1y6i84oqpg]:after {
            background-image: none;
            transform: inherit;
            opacity: unset;
        }

.mud-tooltip-root[b-1y6i84oqpg] {
    margin-right: 10px;
}

.mud-tabs-toolbar[b-1y6i84oqpg] {
    background-color: transparent;
}

@media (max-width: 769px) {
    [b-1y6i84oqpg] .mud-tabs-toolbar {
        display: none;
    }

    [b-1y6i84oqpg] .show-side-panels .mud-card {
        position: relative;
    }

    [b-1y6i84oqpg] .show-side-panels .side-panel {
        cursor: pointer;
    }

    [b-1y6i84oqpg] .mud-chip {
        padding: 0 7px;
    }

        [b-1y6i84oqpg] .mud-chip svg {
            margin: 0;
        }

    /*Side Bars opacity on hover/focus*/
    [b-1y6i84oqpg] .show-side-panels .side-panel:hover .bar, [b-1y6i84oqpg] .show-side-panels .side-panel:focus .bar, [b-1y6i84oqpg] .show-side-panels .side-panel.within-dialog:hover .bar, [b-1y6i84oqpg] .show-side-panels .side-panel.within-dialog:focus .bar {
        opacity: 1;
    }

    /*Side Bars*/
    [b-1y6i84oqpg] .show-side-panels .side-panel.right .bar {
        right: -36px;
        border-top-right-radius: 0px !important;
    }

    [b-1y6i84oqpg] .show-side-panels .side-panel.right.within-dialog .bar {
        right: -24px;
        border-top-right-radius: 0px !important;
        border-bottom-left-radius: 3px;
    }

    [b-1y6i84oqpg] .show-side-panels .side-panel.left .bar {
        left: -36px;
        border-top-left-radius: 0px !important;
    }

    [b-1y6i84oqpg] .show-side-panels .side-panel.left.within-dialog .bar {
        left: -24px;
        border-top-left-radius: 0px !important;
        border-bottom-right-radius: 3px;
    }

    [b-1y6i84oqpg] .show-side-panels .side-panel .bar, [b-1y6i84oqpg] .show-side-panels .side-panel .bar {
        top: 8px;
        content: "";
        position: absolute;
        width: 22px;
        height: calc(100% - 16px);
        background-color: white;
        border-top: 48px solid #003f72;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        opacity: 0.7;
        transition: opacity 0.3s;
    }

    [b-1y6i84oqpg] .show-side-panels .side-panel.within-dialog .bar {
        top: 45px;
        width: 15px;
        height: 87%;
        background-color: #003f72;
        opacity: 0.5;
    }
    /*End Side Bars*/

    /*Arrows*/
    [b-1y6i84oqpg] .show-side-panels .side-panel.right::after {
        top: 28px;
        right: -30px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    [b-1y6i84oqpg] .show-side-panels .side-panel.right.within-dialog::after {
        top: 51%;
        right: -19px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    [b-1y6i84oqpg] .show-side-panels .side-panel.left::after {
        top: 28px;
        left: -30px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    [b-1y6i84oqpg] .show-side-panels .side-panel.left.within-dialog::after {
        top: 51%;
        left: -19px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    [b-1y6i84oqpg] .show-side-panels .side-panel.left::after, [b-1y6i84oqpg] .show-side-panels .side-panel.right::after {
        content: "";
        position: absolute;
        border: solid white;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        z-index: 1;
    }
    /*End Arrows*/
}
/* _content/FA.Components/Shared/FATitleWithIcon.razor.rz.scp.css */
[b-tyeopjubfd] span {
    line-height: 42px;
}
/* _content/FA.Components/Shared/FATooltip.razor.rz.scp.css */
[b-7ndcupyetj] .mud-popover {
    min-height: 50px;
    max-width: 250px;
    margin-top: 10px;
}

[b-7ndcupyetj] .fa-tooltip {
    min-height: 25px;
    max-width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
}

[b-7ndcupyetj] .pointer {
    cursor: pointer;
}

[b-7ndcupyetj] .mud-tooltip-root {
    margin: 0;
}
/* _content/FA.Components/Shared/Form/FACheckBox.razor.rz.scp.css */
[b-mgrvjxlxv5] .mud-input-label::after {
    color: #c03c54;
    padding-left: 5px;
    font-weight: 700;
}
/* _content/FA.Components/Shared/Form/FACountryCodeSelect.razor.rz.scp.css */
.flagIcon[b-nwpkrgzuu2] {
    width: 20px;
    float: left;
    margin-right: 5px;
}
/* _content/FA.Components/Shared/Form/FACountrySelect.razor.rz.scp.css */
.flagIcon[b-v9c8m6jtk5] {
    width: 20px;
    float: left;
    margin-right: 5px;
}
/* _content/FA.Components/Shared/Form/FADatePicker.razor.rz.scp.css */
[b-51mg6bhrgx] .mud-input-control {
    min-height: 70.9062px;
}

[b-51mg6bhrgx] .mud-input.mud-input-underline:after {
    border-bottom-color: #00aeef;
}

[b-51mg6bhrgx] .mud-input.mud-input-underline.mud-input-error:after {
    border-bottom-color: #bf3850ff;
}

[b-51mg6bhrgx] .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol {
    color: #00aeef;
}

[b-51mg6bhrgx] .mud-input-label::after {
    color: #c03c54;
    padding-left: 5px;
    font-weight: 700;
}
/* _content/FA.Components/Shared/Form/FANumericField.razor.rz.scp.css */
[b-t24aanf38x] .mud-input-control {
    min-height: 70.9062px;
}

[b-t24aanf38x] .mud-input.mud-input-underline:after {
    border-bottom-color: #00aeef;
}

[b-t24aanf38x] .mud-input.mud-input-underline.mud-input-error:after {
    border-bottom-color: #bf3850ff;
}

[b-t24aanf38x] .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol {
    color: #00aeef;
}

[b-t24aanf38x] .mud-input-label::after {
    color: #c03c54;
    padding-left: 5px;
    font-weight: 700;
}
/* _content/FA.Components/Shared/Form/FAPickList.razor.rz.scp.css */
[b-h6o92z7gwj] .mud-input.mud-input-underline:after {
    border-bottom-color: #00aeef;
}

[b-h6o92z7gwj] .mud-input-label.mud-input-label-animated.mud-input-label-text.mud-input-label-inputcontrol {
    color: #a1b8cb;
}

[b-h6o92z7gwj] .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol{
    color: #00aeef;
}

[b-h6o92z7gwj] .mud-input.mud-input-underline.mud-input-error:after {
    border-bottom-color: #bf3850ff;
}
/* _content/FA.Components/Shared/Form/FASearchableDropdown.razor.rz.scp.css */
[b-jlukqs9frs] .mud-input-control:not(.ignore-min-height) {
    min-height: 70.9062px;
}

[b-jlukqs9frs] .mud-input:focus-within ~ label.mud-input-label.mud-input-label-animated.mud-input-label-text.mud-input-label-inputcontrol {
    color: #00aeef;
}

[b-jlukqs9frs] .mud-input.mud-input-underline:after {
    border-bottom-color: #00aeef;
}

[b-jlukqs9frs] .mud-input.mud-input-underline.mud-input-error:after {
    border-bottom-color: #bf3850ff;
}

[b-jlukqs9frs] .mud-input-label::after {
    color: #c03c54;
    padding-left: 5px;
    font-weight: 700;
}

[b-jlukqs9frs]:has(.mud-select.mud-autocomplete.mud-width-full) {
    width:100%;
}
/* _content/FA.Components/Shared/Form/FASelect.razor.rz.scp.css */
[b-yw69n976co] .mud-input-control {
    min-height: 70.9062px;
}

[b-yw69n976co] .mud-input.mud-input-underline:after {
    border-bottom-color: #00aeef;
}

[b-yw69n976co] .mud-input.mud-input-underline.mud-input-error:after {
    border-bottom-color: #bf3850ff;
}

[b-yw69n976co] .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol {
    color: #00aeef;
}

[b-yw69n976co] .mud-input input[value="0"] + div {
    color: #a1b8cb !important;
}

[b-yw69n976co] .mud-input-label::after {
    color: #c03c54;
    padding-left: 5px;
    font-weight: 700;
}

[b-yw69n976co] .mud-input.mud-disabled {
    background-color: #e1e1e1;
}

[b-yw69n976co] .mud-input.mud-disabled .mud-input-slot {
    color: #a7a7a7 !important;
}

[b-yw69n976co] .mud-input.mud-disabled .mud-input-adornment {
    display: none;
}
/* _content/FA.Components/Shared/Form/FATextField.razor.rz.scp.css */
[b-qfs35jqv2i] .mud-input-control {
    min-height: 70.9062px;
}

[b-qfs35jqv2i] .mud-input.mud-input-underline:after {
    border-bottom-color: #00aeef;
}

[b-qfs35jqv2i] .mud-input.mud-input-underline.mud-input-error:after {
    border-bottom-color: #bf3850ff;
}

[b-qfs35jqv2i] .mud-input:focus-within~label.mud-input-label.mud-input-label-inputcontrol {
    color: #00aeef;
}

[b-qfs35jqv2i] .mud-input-label::after {
    color: #c03c54;
    padding-left: 5px;
    font-weight: 700;
}

[b-qfs35jqv2i] .color-black .mud-input.mud-disabled, [b-qfs35jqv2i] .color-black.mud-input-control .mud-input-label{
    color: black !important;
}
/* _content/FA.Components/Shared/Form/FATimePicker.razor.rz.scp.css */
[b-9v79yj2yog] .mud-input-control {
    min-height: 70.9062px;
}

[b-9v79yj2yog] .mud-input.mud-input-underline:after {
    border-bottom-color: #00aeef;
}

[b-9v79yj2yog] .mud-input.mud-input-underline.mud-input-error:after {
    border-bottom-color: #bf3850ff;
}

[b-9v79yj2yog] .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol {
    color: #00aeef;
}

[b-9v79yj2yog] .mud-input-label::after {
    color: #c03c54;
    padding-left: 5px;
    font-weight: 700;
}
/* _content/FA.Components/Shared/Table/FASearch.razor.rz.scp.css */
[b-eiopsryao9] .mud-input-adornment {
    cursor: pointer;
}

[b-eiopsryao9] .mud-input.mud-input-underline:after {
    border-bottom-color: #00aeef;
}

[b-eiopsryao9] .mud-input.mud-input-underline.mud-input-error:after {
    border-bottom-color: #bf3850ff;
}

[b-eiopsryao9] .primary-style .mud-input-label {
    color: #c1d1e1;
}
/* _content/FA.Components/Shared/Table/FAServerTable.razor.rz.scp.css */
[b-bwu14d6d5q] .mud-table.not-editable .mud-table-row .mud-table-cell:last-child {
    display: none;
}

[b-bwu14d6d5q] .mud-table {
    border-radius: 4px 4px 0 0;
}

[b-bwu14d6d5q] .mud-xs-table .mud-table-cell:before {
    font-weight: 600 !important;
}

[b-bwu14d6d5q] .mud-table-head .mud-table-cell {
    font-weight: 600 !important;
    border-bottom-width: 2px;
}

[b-bwu14d6d5q] .mud-table-cell {
    color: #000000;
}

[b-bwu14d6d5q] .mud-table-sort-label, [b-bwu14d6d5q] .mud-input-slot, [b-bwu14d6d5q] .mud-table-pagination-actions button:not([disabled]) {
    color: #003f72;
}

[b-bwu14d6d5q] .button-column, [b-bwu14d6d5q] .button-column-collapse {
    width: 110px;
}

[b-bwu14d6d5q] .mud-table-smalldevices-sortselect {
    padding: 4px 0px 8px;
}

[b-bwu14d6d5q] .mud-table-cell.mobile-remove-before-tag:before {
    display: none;
}

[b-bwu14d6d5q] .editing-enabled-hide-edit + td {
    display: none !important;
}

[b-bwu14d6d5q] .icon-only-header {
    width: 39.5px;
}

[b-bwu14d6d5q] .icon-only.mud-button {
    padding: 4px !important;
    min-width: 39.5px;
    height: 39.5px;
    max-width: 39.5px;
}

[b-bwu14d6d5q] .icon-only .mud-button-icon-start {
    margin: 0;
}

[b-bwu14d6d5q] .mud-table-row td:last-of-type div.mud-tooltip-root:first-of-type svg {
    fill: var(--mud-palette-success);
}

[b-bwu14d6d5q] .mud-table-row td:last-of-type div.mud-tooltip-root:last-of-type svg {
    fill: var(--mud-palette-error);
}

@media only screen and (max-width: 600px) {
    [b-bwu14d6d5q] .mud-table-pagination-caption {
        display: none;
    }

    [b-bwu14d6d5q] .mud-table-pagination-actions {
        margin-left: 0;
    }
}

/*Smaller than 961*/
@media (max-width: 961px) {
    [b-bwu14d6d5q] .mud-table-cell::before {
        color: #000000;
    }
}

/*Smaller than 1100*/
@media (max-width: 1100px) {
    [b-bwu14d6d5q] .mud-tooltip-root.is-fullwidth {
        margin: 0;
    }
}

/*Larger than 601*/
@media(min-width: 601px) {
    [b-bwu14d6d5q] .icon-only .button-text {
        display: none;
    }
}

/*Smaller than 601*/
@media(max-width: 601px) {
    [b-bwu14d6d5q] .icon-only.mud-button {
        max-width: none;
    }
}

/*Between 601 command 1100*/
@media (min-width: 601px) and (max-width: 1100px) {

    [b-bwu14d6d5q] .button-column-collapse {
        width: 39.5px;
    }

    [b-bwu14d6d5q] .button-cell-icon-only.mud-button {
        padding: 4px !important;
        min-width: 39.5px;
        height: 39.5px;
    }

    [b-bwu14d6d5q] .button-cell-icon-only .button-text {
        display: none;
    }

    [b-bwu14d6d5q] .button-cell-icon-only .mud-button-icon-start {
        margin: 0;
    }
}
/* _content/FA.Components/Shared/Table/FASimpleTable.razor.rz.scp.css */
[b-43e4b8slgf] .mud-table {
    border-radius: 4px 4px 0 0;
}

[b-43e4b8slgf] .mud-xs-table .mud-table-cell:before {
    font-weight: 600 !important;
}

[b-43e4b8slgf] .mud-table-head .mud-table-cell {
    font-weight: 600 !important;
    border-bottom-width: 2px;
}

[b-43e4b8slgf] .mud-table-cell {
    color: #000000 !important;
}

[b-43e4b8slgf] .mud-table-sort-label, [b-43e4b8slgf] .mud-input-slot, [b-43e4b8slgf] .mud-table-pagination-actions button:not([disabled]) {
    color: #003f72 !important;
}

@media only screen and (max-width: 600px) {
    [b-43e4b8slgf] .mud-table-pagination-caption {
        display: none;
    }

    [b-43e4b8slgf] .mud-table-pagination-actions {
        margin-left: 0;
    }
}
