html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: NanumGothic, '나눔고딕', ng, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#app, .shell-layout, .login-layout {
    width: 100%;
    height: 100%;
}

.shell-root {
    width: 100%;
    height: 100%;
}

.shell-status {
    position: fixed;
    left: 12px;
    bottom: 36px;
    z-index: 2000;
    background: #fff3cd;
    border: 1px solid #ffecb5;
    color: #664d03;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 13px;
    max-width: 480px;
}

.shell-footer {
    display: none;
}

.page-host {
    padding: 24px;
    overflow: auto;
    height: 100%;
    box-sizing: border-box;
}

.page-host .legacy-placeholder {
    margin-top: 12px;
    color: #666;
}

.formReadBgColor .dhxform_select,
.formReadBgColor .dhxform_textarea {
    background-color: #efefef !important;
}

.formEditBgColor .dhxform_select,
.formEditBgColor .dhxform_textarea {
    background-color: white !important;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.loading-progress {
    position: absolute;
    display: block;
    width: 8rem;
    height: 8rem;
    inset: 20vh 0 auto 0;
    margin: 0 auto 0 auto;
}

.loading-progress circle {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 0.6rem;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
}

.loading-progress circle:last-child {
    stroke: #1b6ec2;
    stroke-dasharray: calc(3.1415 * 80%), 20rem;
    transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
    content: "%";
}
