.login-bg {
    background: url('/assets/login-background') no-repeat center center fixed;
    background-size: cover;
}

.fragen {
    position: relative;
}

.waiting {
    cursor: wait !important;
}

.waiting input, .waiting label {
    opacity: 0.33;
    cursor: wait !important;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
}

.overlay p {
    max-width: 50%;
}

.waiting .overlay {
    visibility: visible;
}

#brand-icon {
	padding-left: 1rem;
    max-height: 4rem;
}

.hidden {
    display: none !important;
}

.chart {
	padding: 0px 16px;
}

.chart-modal {
    max-width: 100%;
}

.chart-header {
    align-self: end;
    margin-right: 1rem;
}

.chart-filter-text {
    margin-top: 8px;
}


.grid-title {
	font-size: 1.5rem;
	font-weight: 600;
}

.logo-box img {
    max-width: 100%;
}

.logo-box {
    padding: 0px !important;
}
