:root {
    --mdc-theme-primary: #1151A2;
    --mdc-theme-secondary: #1a73e8;
    --mdc-theme-background: #fff;
    --mdc-theme-surface: #fff;
    --mdc-theme-error: #b00020;
    --mdc-theme-on-primary: #fff;
    --mdc-theme-on-secondary: #fff;
    --mdc-theme-on-surface: #000;
    --mdc-theme-on-error: #fff;
    --mdc-typography-font-family: Open Sans, sans-serif;
}

body {
    font-family: Open Sans, sans-serif;
}

a {
    color: var(--mdc-theme-primary);
}

.mdc-notched-outline--notched .mdc-notched-outline__notch {
    border-left-style: none !important;
    border-right-style: none !important;
}

.mdc-tab__icon {
    height: auto !important;
}

.mdc-top-app-bar {
    background-color: #ffffff;
}

.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded {
    color: #000000;
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: var(--mdc-theme-primary);
}

.blue-outline.mdc-button--outlined:not(:disabled) {
    border-color: var(--mdc-theme-primary);
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
    color: var(--mdc-theme-primary);
}

.mdc-checkbox__ripple {
    display: none;
}

.mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background {
    border-color: var(--mdc-theme-primary);
    background-color: var(--mdc-theme-primary);
}

.pdf-viewer-wrapper {
    position: relative;
}

.pdf-viewer-wrapper .pdfViewerContainer {
    position: absolute;
    top: 41px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 78vh
}

.pdf-viewer-wrapper .pdfViewer .page {
    margin: 10px auto;
    border: none;
}


.menu-button {
    padding-bottom: 20px;
    border-bottom: 3px solid transparent;
    position: relative;
}

.menu-button-hover:hover {
    color: var(--mdc-theme-primary) !important;
    padding-bottom: 20px;
    border-bottom: 3px solid var(--mdc-theme-primary);
}

.mdc-button {
    text-transform: none;
}

button:disabled,
button[disabled]{
    background: var(--mdc-theme-primary) !important;
    opacity: 0.24;
    color: var(--mdc-theme-on-secondary) !important;
}

.secondary-cta-button {
    border: 2px solid var(--mdc-theme-primary) !important;
}

.h-108 {
    height: 27rem;
}

.column-width {
    column-width: 200px
}

@media (min-width: 768px) {
    .mdc-dialog__surface.optional-surface {
        min-width: 680px !important;
    }
    .md-up-h-144 {
        height: 36rem;
    }
    .md-up-width {
        column-width: 300px
    }
}

[type=radio]:checked + div.radio-image-option {
    outline: 2px solid #3498D3;
}

.drawer__content .blue-border-outline {
    border-color: var(--mdc-theme-primary, #6200ee);
    border-width: 1.5px;
}

.drawer__content .absolute-drawer-bottom {
    position: absolute;
    bottom: 0px;
    left: 7%;
    width: 86%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
}

.drawer-button-container {
    width: 86%;
}

.drawer-cta-container {
    width: 100%;
    position: absolute;
    bottom: 16px;
}

.drawer-height-container {
    height: 85%
}

.drawer-height-container-secondary {
    height: 80%;
}

.drawer-cta-button-width {
    width: 100%;
}

@media(min-width: 768px) {
    .drawer-cta-button-width {
        width: 49%;
    }
    .drawer-button-container {
        width: 175%;
    }
    .drawer-cta-container {
        bottom: 0px;
    }
    .drawer-height-container,
    .drawer-height-container-secondary {
        height: 90%
    }
}

.temp-user-mb-disclosure {
    margin-bottom: 77px;
}

@media(min-width: 768px) {
    .temp-user-mb-disclosure  {
        margin-bottom: 138px;
    }
}


.center-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.parameter-title {
    font-size: 10px;
    font-weight: 600;
}

.parameter-value {
    font-size: 14px;
    font-weight: 400;
}

.applicant-name {
    font-size: 14px;
    font-weight: 600;
}

.applicant-role {
    font-size: 12px;
    font-weight: 400;
}

.nav-menu-selected {
    font-weight: bold;
    color: #1151A2;
}

.accordion {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion.active .accordion-arrow{
    transform: rotate(180deg);
}

.page-text {
    font-size: 14px;
    font-weight: 400;
}

.page-title {
    font-size: 24px;
    font-weight: 500;
}

.page-subtitle {
    font-size: 16px;
    font-weight: 500;
}

.text-grey-75 {
    color: #757575;
}

.card-title {
    font-size: 14px;
    font-weight: 500;
}

.card-text {
    font-size: 12px;
    font-weight: 400;
}

.reg-e-icon-size {
    width: 20px;
    height: 20px;
}

@media(min-width: 768px) {
    .reg-e-icon-size {
        width: 32px;
        height: 32px;
    }
}

.color-primary {
    color: var(--mdc-theme-primary, #1151A2)
}

.staff-page-text {
    font-size: 14px;
    font-weight: 400;
    max-width: 550px;
}

.staff-card-title {
    color: #1A1A1A;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.staff-faq-title {
    color: #1A1A1A;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.unchecked-icon {
    border-radius: 100px;
    height: 32px;
    width: 32px;
    border: 1px solid var(--Gray-4, #D3D4D8);
}

.hide-on-mobile {
    display: none;
}

@media(min-width: 768px) {
    .hide-on-mobile {
        display: block;
    }
}

.hide-on-desktop {
    display: block;
}

@media(min-width: 768px) {
    .hide-on-desktop {
        display: none;
    }
}

.fdic-banner-bg {
    background: #FAFAFA;
}

.fdic-banner {
    display: flex;
    width: auto;
    height: 54px;
    padding: 8px 24px;
    gap: 12px;
    align-items: center;
    flex-shrink: 0;
}

.fdic-banner-text {
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12.8px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

@media(min-width: 768px) {
    .fdic-banner {
        height: 40px;
        width: 100%;
        padding: 8px 0;
        margin-left: 3.5rem;
        position: relative;
    }
}

