.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.flx {
    display: flex;
}

.flx-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flx-sm-col {
    flex-direction: column;
}

@media screen and (min-width: 64em) {
    .flx-lg-col {
        flex-direction: column;
    }
}

.tabs ul {
    display: flex;
    list-style: none;
    margin-bottom: 1rem;
}

.tabs ul li a {
    display: inline-block;
    color: #8325e5;
    padding: .5rem 1rem;
}

.tabs ul li a:hover, .tabs ul li a:focus, .tabs ul li a.is-active {
    background-color: #8325e5;
    color: #FFFFFF;
}

.links.inline {
    display: flex;
}

.links.inline a {
    padding: .5rem 1rem .5rem 0;
    display: inline-block;
}

.messages {
    padding: 1rem;
    margin: 1rem 0;
    background: #99dcb0;
}
.password-strength {
    display: none;
    width: 200px;
    max-width: 60%;
}

.text-bold {
    font-weight: 700;
}

.vertical-tabs {
    display: none;
}