@import url('/assets/css/win95-authentic.css');
@import url('/assets/css/win95-icons.css');
@import url('/assets/css/win95-polish.css');
@import url('/assets/css/win95-wallpaper-avatar.css');
@import url('/assets/css/win95-feature-pack.css');

body {
    font-family: "MS Sans Serif", "Microsoft Sans Serif", Tahoma, Arial, sans-serif;
}

body.noscroll {
    overflow: hidden;
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
    transition: opacity 0.22s linear;
}

.loader {
    width: 40px;
    height: 40px;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #333;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* The single-application desktop keeps one taskbar button even when minimized. */
.single-window-os .retro-taskbar-apps .retro-task-button:not(.page-task) {
    display: none !important;
}

/* API documentation dialogs must always stay above desktop applications and menus. */
body.desktop-environment #api-modal {
    z-index: 20000 !important;
}
