/* Standard Blazor CSS */
#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: 3.5rem;
        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."
    }

/* Custom CSS */

/* CSS Reset */
/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin-block-end: 0;
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Index CSS */
.infodynamics-header {
    width: 100%;
    box-shadow: grey 0px 0px 10px;
}

.infodynamics-logo-wrapper {
    width: 100%;
    height: fit-content;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.infodynamics-logo {
    height: 28px;
}

.index-button-wrapper {
    padding: 20px;
}

/* Pension Consultation CSS */
.csa-header {
    width: 100%;
    box-shadow: grey 0px 0px 10px;
}

.csa-logo-wrapper {
    width: 60%;
    height: fit-content;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.csa-logo {
    height: 72px;
}

.message-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.message {
    position: fixed;
    top: 50px;
    z-index: 100;
}

.pensionConsultationStepper {
    width: 75%;
    margin: 25px auto;
}

.pensionConsultationStepperButtonsWrapper {
    padding: 20px 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pensionConsultationWrapper {
    width: 60%;
    margin: 20px auto;
}

.pensionConsultationHeader {
    width: fit-content;
    margin: 0 auto;
}

.pensionConsultationSubHeader {
    width: fit-content;
    margin: 0 auto;
}

.is-plaid-ok-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.is-plaid-ok-wrapper-with-margin {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.is-plaid-ok-text {
    margin-top: 20px;
}

.pensionConsultationStepperButton {
    width: 125px;
}

.pensionConsultationNextButtonWrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Pension Consultation Web Form CSS */
.pensionConsultationWebFormFieldsWrapper {
    margin-bottom: 20px;
}

.pensionConsultationWebFormBoldText {
    font-weight: bold;
}

.pensionConsultationWebFormTermsAndConditionsWrapper {
    margin-bottom: 20px;
}

.pensionConsultationWebFormTermsAndConditionsHeader {
    width: fit-content;
    margin: 20px auto 0 auto;
}

.pensionConsultationWebFormVoucherProcedureWrapper {
    margin-bottom: 20px;
}

.pensionConsultationWebFormAcceptMessageWrapper {
    margin-bottom: 10px;
}

.pensionConsultationWebFormSignatureWrapper {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.pensionConsultationWebFormSignatureFieldWrapper {
    width: fit-content;
    margin-bottom: 20px;
}

.pensionConsultationWebFormSignature input {
    font-family: 'streetwearregular' !important;
}

/* Pension Consultation Receipt Upload CSS */
.pensionConsultationReceiptUploadWrapper {
    margin: 20px auto;
}

/* Pension Consultation Plaid Integration CSS */
.is-plaid-ok-text-plaid {
    margin-top: 10px;
}

.pensionConsultationPlaidIntegrationPlaidButton {
    width: 125px;
    margin-left: 20px;
}

.pensionConsultationPlaidIntegrationImage {
    width: 60px;
    margin: 0 auto;
    filter: invert(100%);
}

.pensionConsultationPlaidIntegrationButton {
    width: fit-content;
    margin-left: 20px;
}

.pension-consultation-buttons-wrapper {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

/* Pension Consultation Bank Account Options CSS */
.pension-consultation-cards-wrapper {
    margin: 20px auto;
}

.pension-consultation-card {
    width: 60%;
    height: 100%;
    margin: 0 auto 20px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-radius: 4px;
}

.pension-consultation-card-radio-wrapper {
    width: 10%;
    height: 100%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pension-consultation-card-radio-wrapper div label {
    width: 0px;
}

.pension-consultation-card-content-wrapper {
    width: 100%;
    padding: 20px;
    border-left: 1px solid #DEE2E6;
}

.pension-consultation-card-header {
    width: fit-content;
    margin: 0 auto;
}

.pension-consultation-card-content-text {
    height: 25px;
    margin: 0;
}

/* Pension Consultation Submitted CSS */
.pensionConsultationSubmittedHeader {
    width: fit-content;
    margin: 0 auto;
}

.pensionConsultationSubmittedText {
    width: fit-content;
    margin: 0 auto;
}

/* Expense Voucher Form CSS */
.eli-header {
    width: 100%;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #7ABEC5;
    box-shadow: grey 0px 0px 10px;
}

.eli-logo-wrapper {
    width: 75%;
    height: fit-content;
    margin: 0 auto;
    padding: 13.5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.eli-logo {
    height: 98px;
}

.expense-voucher-wrapper {
    width: 60%;
    margin: 20px auto;
}

.expense-voucher-header {
    width: fit-content;
    margin: 0 auto;
}

.expense-voucher-sub-header {
    width: fit-content;
    margin: 0 auto;
}

.expense-voucher-fields-wrapper {
    margin-bottom: 20px;
}

.nature-of-request-header {
    width: fit-content;
    margin: 20px auto 0px auto;
}

.nature-of-request-upload-wrapper {
    margin-top: 10px;
}

.separator {
    height: 25px;
    border-bottom: 1px solid black;
}

.buttons-wrapper {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.remove-button {
    width: 75px;
    border-radius: 16px;
}

.add-button {
    width: 75px;
    margin-left: 10px;
    border-radius: 16px;
}

.eli-signature input {
    font-family: 'streetwearregular' !important;
}

.submit-button {
    width: 125px;
}

/* Expense Voucher Submitted CSS */
.expense-voucher-submitted-message {
    width: fit-content;
    margin: 20px auto;
}

/* Expense Voucher FFS Form CSS*/
.section-header {
    width: fit-content;
    margin: 20px auto 0px auto;
}