@media (min-width: 1400px) {
    .container {
        max-width: calc(1400px - 145px);
    }
}

.overlay {
    position: fixed;
    z-index: 999999;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.overlay .spinner-border {
    width: 2.7rem;
    height: 2.7rem;
    border: 0.32em solid var(--primary);
    border-right-color: var(--primaryDark);
    margin-bottom: 8px;
}

.overlay .spinner-text {
    color: var(--night);
    font-size: 16px;
    font-weight: 600;
}
