.input-group-addon, .input-group-btn {
    min-width: 40px;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 0.65rem 0.65rem 0;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3e515b;
    text-align: center;
}

.app-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 1rem;
    color: #151b1e;
    background: #f0f3f5;
    border-top: 1px solid #c2cfd6;
}

.footer-fixed .app-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1020;
    height: 50px;
}

.footer-fixed .app-body {
    margin-bottom: 50px;
}

.landing-nav-last {
    padding-right: 2rem !important;
}

.landing .container-fluid {
    margin: 0 !important;
    padding: 0 !important;
}

body {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 0.875rem;
}

.partner-logos img {
    max-width: 100%;
    margin-bottom: 1rem!important;
}

/* Restore the min-width for the container that was removed from the bootstrap 5. */
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
