html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/Logo.svg');
    mask: url('../images/Logo.svg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 108px;
    height: 24px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

button[title="Uygulamaya Geç"].dxbl-ribbon-item {
    display: none !important;
}

.orca-app-switcher {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 32px;
    margin-left: 8px;
}

.orca-app-switcher[hidden] {
    display: none !important;
}

.orca-app-switcher__select {
    width: 190px;
    height: 30px;
    border: 1px solid #c7d0df;
    border-radius: 4px;
    background: #fff;
    color: #1f2937;
    font-size: 13px;
}

.orca-app-switcher__button {
    height: 30px;
    padding: 0 10px;
    border: 1px solid #0f63c7;
    border-radius: 4px;
    background: #0f63c7;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.orca-app-switcher__button:disabled {
    opacity: .55;
}

.orca-password-reset-login-link {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1000;
    padding: 8px 10px;
    border: 1px solid #c7d0df;
    border-radius: 4px;
    background: #fff;
    color: #0f63c7;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(31, 41, 55, .10);
}

.orca-password-reset-login-link:hover {
    color: #084b9a;
    text-decoration: underline;
}
