@import url(https://fonts.googleapis.com/css2?family=Roboto);
*, :before, :after {
    box-sizing: border-box;
}
body {
    font-family: Roboto,sans-serif;
    font-size: .8125rem;
    color: #495057;
    display: flex;
    margin: 0;
    background-color: #f5f5f9;
}
.btn {
    font-size: .8125rem;
    padding: .35rem .7rem;
}
.card {
    margin-bottom: 16px;
    background-color: #fff;
    border: none;
    box-shadow: 0 0 3px 0 rgba(137, 151, 189, .3);
}
.card-header {
    background-color: #fff;
    border-bottom: 1px solid #eaeaf7;
    padding: .7rem 1rem;
}
.card-footer {
    background-color: #fff;
    border-top: 1px dashed #eaeaf7;
    border-radius: 0 0 calc(.5rem - 5px) calc(.5rem - 5px);
    padding: .5rem 1rem;
}
.card-title {
    letter-spacing: .02em;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    color: #2c3652;
    text-shadow: 0 0 1px rgba(245, 245, 249, .1);
}
.main {
    width: calc(100% - 260px);
    flex: 1 1;
}
.topbar {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dfe6ef;
    padding: 0 1rem;
    background-color: #fff;
}
.topbar-link {
    margin: 0 .5rem;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    transition: color .15s ease-in-out;
}
.topbar-link:focus, .topbar-link:hover {
    color: rgba(0, 0, 0, .9);
    text-decoration: none;
}
.topbar-nav {
    min-height: 48px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    padding: .5rem .1rem;
}
.topbar-nav:first-child {
    flex: 1 1;
    flex-wrap: nowrap;
}
.content {
    padding: 0 1rem;
}
wj-sidebar-toggler {
    margin-right: 15px;
}
.login-form {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}
.overflow-auto-x {
    overflow-x: auto;
}
.ff-help-block p {
    margin-bottom: 0;
}
.agree {
    margin-top: 1rem;
    opacity: .8;
}
.agree a {
    color: inherit;
}
.impersonation-banner {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
    margin: 0;
    padding: 0 0 0 1rem;
    border: none;
    border-bottom: 1px solid #f0d48a;
    border-radius: 0;
    background: linear-gradient(135deg, #fff8e8 0%, #ffefc7 100%);
    color: #5c4813;
}
.impersonation-banner-body {
    display: flex;
    align-items: center;
    gap: .4rem;
    min-width: 0;
    padding: .3rem 0;
}
.impersonation-banner-icon {
    flex: 0 0 auto;
    color: #b8860b;
    font-size: .75rem;
}
.impersonation-banner-text {
    min-width: 0;
    font-size: .75rem;
    line-height: 1.2;
    color: #3f3412;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.impersonation-banner-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    align-self: stretch;
    padding: 0 .9rem;
    border: none;
    border-left: 1px solid #f0d48a;
    border-radius: 0;
    background: rgba(255, 255, 255, .55);
    color: #5c4813;
    font-size: .7rem;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .15s ease, color .15s ease;
}
.impersonation-banner-btn:hover,
.impersonation-banner-btn:focus {
    background: #fff;
    color: #3f3412;
    text-decoration: none;
}
@media(min-width: 576px) {
    .agree {
        margin-left: 200px;
    }
}