/*
 * ВГУ Расписание | Version 2.2.1
 * Build: 26w18c2
 * Developer: @whoennrl
 * 
 * Site: https://whoennrl.ru
 */

.screen[screen-id='unsupported'] {

    flex: 1;

    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;

    text-align: center;
    user-select: none;
    -webkit-user-select: none;
}
.screen[screen-id='unsupported'] .iconN {
    width: 50px;
    background: var(--theme-color);
    height: 50px;
}
.screen[screen-id='unsupported'] .title {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.screen[screen-id='unsupported'] .message {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 16px;
}