/* prettier-ignore */
/*# sourceMappingURL=user.css.map */
:root {
    --font-titles: 'Work Sans', serif;
    --font-body: 'Work Sans', sans-serif;
}

.accordion-icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

span.accordion-icon::before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f054";
}

span[aria-expanded='true'] > span.accordion-icon::before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f078";
}

.top-yellow-bar {
    height: 180px;
    margin-bottom: -50px;
}

.top-yellow-bar span {
    text-align: center;
    font-weight: 700;
    font-family: var(--font-titles);
    display: block;
    width: 100%;
    padding-top: 50px;
    font-size: 1.8rem;
    color: #fff;
}

.dash-card {
    box-shadow: 0 2px 8px 0 #c2c2c2;
    border-left-width: 8px;
    border-left-style: solid;
}

.dash-card.approved,
.dash-card.complete,
.dash-card.invoiced,
.dash-card.leased {
    border-left-color: var(--phoenix-green);
}

.dash-card.started {
    border-left-color: var(--phoenix-yellow);
}

.dash-card.processing,
.dash-card.pending-review {
    border-left-color: gray;
}

.dash-card.declined {
    border-left-color: red;
}

.card-header {
    padding: .5rem;
    background: unset;
    border-bottom: 0;
}

.card-body {
    padding: 1rem;
}

.login::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f007";
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--font-titles);
    font-weight: 600;
    margin-bottom: 0;
}

.btn {
    border-radius: 0;
}

.stat-value {
    display: block;
    font-family: var(--font-titles);
    font-weight: 600;
    font-size: 1.25rem;
}

.stat-label {
    display: block;

}

#shield-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999999999;
    background: rgba(0,0,0,0.4);
}

#shield-loader::before {
    content: unset;
}

@media (min-width: 1540px) {
    .auth-card .auth-form-box {
        max-width: 25rem;
    }
}

@media (min-width: 992px) {
    .auth-card .auth-form-box {
        max-width: 35rem;
    }
}
