body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer,
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    margin-left: 0;
    transition: none;
}

main {
    display: inline-block;
    width: 100%;
}

.bg-f1 {
    background-color: #f1f1f1 !important;
}

.block {
    display: block;
}

/* Copied from app.css */
.hidden {
    display: none;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.rounded-full {
    border-radius: 9999px;
}

.inputField {
    min-width: 33%;
}

.h-5 {
    height: 1.25rem;
}

.h-16 {
    height: 4rem;
}

.h-12 {
    height: 3rem;
}

.h-6 {
    height: 1.5rem;
}

.h-8 {
    height: 2rem;
}

.h-4 {
    height: 1rem;
}

.h-9 {
    height: 2.25rem;
}

.h-10 {
    height: 2.5rem;
}

.h-20 {
    height: 5rem;
}

.w-5 {
    width: 1.25rem;
}

.w-16 {
    width: 4rem;
}

.w-full {
    width: 100%;
}

.w-0 {
    width: 0px;
}

.w-12 {
    width: 3rem;
}

.w-6 {
    width: 1.5rem;
}

.w-3\/4 {
    width: 75%;
}

.w-48 {
    width: 12rem;
}

.w-auto {
    width: auto;
}

.w-8 {
    width: 2rem;
}

.w-4 {
    width: 1rem;
}

.w-60 {
    width: 15rem;
}

.w-10 {
    width: 2.5rem;
}

.w-20 {
    width: 5rem;
}

.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.login-prompt {
    width: 28rem;
    padding: .75rem;
    background-color: #e1e1e1;
    display: inline-block;
    text-align: left;
    border: 1px solid #ccc;
    margin: .75rem -24px 0;
}

/* On screens that are 991px */
@media screen and (max-width: 991px) {
    .content h1 {
        font-size: 1.5rem;
    }
}
