.cover-container {
    max-width: 70rem;
}

.main {
    min-width: 50rem;
}

.nav-item {
    flex: 1 1 0;
    width: 0;
}

.nav-item-left {
    text-align: left;
}

.nav-masthead .nav-link {
    color: #E9E9E9;
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: #32C2FC;
}

.nav-masthead .nav-link+.nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}

.organization-header {
    position: absolute;
    top: 4rem;
    left: 0.5rem;
    text-align: left;
}

.form-signin {
    max-width: 20rem;
    padding: 1rem;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-top {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-mid {
    margin-top: -1px;
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-bottom {
    margin-bottom: 0.4rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-single {
    margin-bottom: 0.4rem;
}

.clickable {
    cursor: pointer;
}

.invite-dialog {
    border-style: solid;
    border-radius: 0.3rem;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.176);
    background-color: rgb(255, 255, 255);
    color: rgb(33, 37, 41);
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    width: 40rem;
}

.invite-box {
    background-color: rgb(33, 37, 41);
    color: rgb(255, 255, 255);
    border-radius: 4px;
    text-align: center;
    padding: 0px;
    max-height: 1.5rem;
}

.invite-box-inner {
    transform: translateY(-2px);
}

.link-like {
    text-decoration: underline;
    cursor: pointer;
}

.email-verify-button {
    max-width: 20rem;
}

.settings-divider {
    max-width: 25rem;
}

.settings-button {
    height: 2.4rem;
    width: 2.4rem;
}

.settings-input-container {
    max-width: 100%;
    padding-top: 0;
}

.settings-input-title {
    padding-left: 1.1rem;
}

.licence-agreement-body {
    white-space: pre-line;
}

.licence-agreement-note {
    color: black;
    border-radius: 6px;
    background-color: rgb(255, 193, 7);
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0.5rem;
}

.licence-container {
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translate(-50%);
    background-color: white;
    color: black;
    padding: 0.5rem;
    max-width: 70rem;
    width: 100%;
    border-radius: 0.25rem;
    z-index: 100;
}

.licence-popup {
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translate(-50%);
    background-color: rgb(255, 193, 7);
    color: black;
    padding: 0.5rem;
    max-width: 70rem;
    width: 100%;
    border-radius: 0.25rem;
}

.invoice-container {
    max-width: 50rem;
}

.invoice-month-banner-collapsed {
    background-color: #7a7e82;
    border-radius: 0.3rem;
    padding: 0.3rem;
    padding-left: 0.5rem;
    text-align: left;
    margin-bottom: 0.5rem;
}

.invoice-month-banner-expanded {
    background-color: #7a7e82;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    padding: 0.3rem;
    padding-left: 0.5rem;
    text-align: left;
}

.invoice-month-content {
    background-color: #595C5F;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    padding: 0.3rem;
    padding-left: 0.5rem;
    text-align: left;
    margin-bottom: 0.5rem;
}

.invoice-month-content-table {
    margin-bottom: 0.5rem;
}

.invoice-stat {
    padding-left: 1.25rem;
}

.invoice-stat-loading {
    color: #333;
    background-color: #333;
    background-clip: content-box;
    animation: invoice-stat-loading-pulse 1s infinite;
}

@keyframes invoice-stat-loading-pulse {
    0% {
        opacity: 100%;
    }

    50% {
        opacity: 50%;
    }

    100% {
        opacity: 100%;
    }
}

.steam-link-container {
    padding-top: 1rem;
}

.steam-link {
    color: white;
}

.steam-link:hover {
    color: lightgray;
}