* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}

body {
    font-family: "WorkSans",Graphik,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    background-color: #eff2f7;
}

.wrapper {
    display: flex;
    flex-direction: row;
}

.wrapper--clip {
    overflow: hidden;
}

.sidebar {
    background-color: #2a2835;
    color: #fff;
    flex: 1;
    padding: 15px;
    min-width: 27rem;
}

@media only screen and (max-width: 1024px) {
    .sidebar {
        flex: none;
        min-width: auto;
        max-width: 69px;
        padding: 1vw;
    }
}

.main {
    flex: 6;
}

/* ------------------------------
    LOGO / SYGNET
-------------------------------*/
#Vulcan_logo {
    display: block;
}

#Vulcan_logo .cls-1{
    fill:#e23f4a;
}

#Vulcan_logo .cls-2{
    fill:#fff;
}

#Vulcan_sygnet {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .logo-app {
        margin: 10px auto;
        padding-bottom: 1vw;
        border-bottom: 1px solid hsla(0,0%,100%,.1);
    }

    #Vulcan_logo {
        display: none;
    }

    #Vulcan_sygnet {
        display: block;
        height: 48px;
        width: 48px;
        margin: 10px auto;
    }
}

/* ------------------------------
    MENU
-------------------------------*/

.nav__list {
    margin-left: -15px;
    max-width: 24rem;
}

@media only screen and (max-width: 1024px) {
    .nav__list {
        margin-left: -1vw;
        margin-right: -1vw;
        max-width: unset;
    }
}

.nav__item {
    padding: .2rem 0;
}

@media only screen and (max-width: 1024px) {
    .nav__item {
        padding-top: 16px;
        padding-bottom: 6px;
    }
}

.nav-wrapper {
    flex: 0 0 auto;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
}

.nav__content {
    width: 100%;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
}

@media only screen and (max-width: 1024px) {
    .nav__content {
        padding-left: 5px;
        padding-top: 6px;
        padding-bottom: 3px;
        order: 2;
        justify-content: flex-start;
    }
}

.btn {
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    vertical-align: center;
}

.nav__button {
    font-size: 1.6rem;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    .nav__button {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

.nav__button::before {
    content: "";
    font-size: 1.6rem;
    padding: .9rem 1.5rem .9rem 2.3rem;
    margin-right: -6rem;
    height: 32px;
    width: 32px;
    transition: all .2s;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .nav__button::before {
        margin-right: 0;
        padding: 3px 6px;
    }
}

.nav__button:hover::before {
    background-color: #e12d39;
    border-radius: 0 25px 25px 0;
}

.nav__button--class::before {
    content: url('Icons/sala-Icon.svg');
}

.nav__button--departments::before {
    content: url('Icons/oddzial-Icon.svg');
}

.nav__button--teacher::before {
    content: url('Icons/nauczyciel-Icon.svg');
}

.nav__link {
    font-size: 1.6rem;
    color: #fff;
    padding: 1.5rem 0 1.5rem 7rem;
}

@media only screen and (max-width: 1024px) {
    .nav__link {
        padding: 0;
        font-size: .9rem;
        word-break: break-word;
    }
}

.nav__link:hover, .submenu__link:hover {
    text-decoration: underline;
}

.nav__arrow {
    font-size: 3rem;
    color: #fff;
    fill: currentColor;
    margin-left: .5rem;
    width: 27px;
    height: 27px;
}

@media only screen and (max-width: 1024px) {
    .nav__arrow {
        order: 1;
        flex: 1;
        margin-left: -2px;
        min-width: 27px;
        min-height: 27px;
    }
}

.collapse {
    display: flex;
}

.submenu {
    display: none;
}

.submenu-show {
    display: block;
}

.submenu__item {
    padding: 8px 16px;
}

.submenu__item--desktop {
    display: block;
}

.submenu__item--mobile{
    display: none;
    padding-right: 0;
}

.submenu__item--mobile .submenu__link{
    font-size: 1.2rem;
    padding-left: 0;
}

@media only screen and (max-width: 1024px) {
    .submenu__item--desktop {
        display: none;
    }

    .submenu__item--mobile{
        display: block;
    }
}

.submenu__link {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    color: #fff;
    padding-left: calc(7rem - 16px);
    padding-right: 0px;
}

/* ------------------------------
    Nagłówek strony
-------------------------------*/

.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 2px solid #e5e7e9;
    font-size: 1.5rem;
    font-weight: 500;
    color: #3d4455;
    min-height: 66px;
}

.header__icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
}

.contrast {
    margin: 0 10px;
}

.fonts {
    margin: 0 10px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.languges {
    margin-left: 50px;
    margin-right: 20px;
}

.languges__button {
    font-size: 2rem;
}

.contrast__button {
    border-radius: 50%;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.contrast__button:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.fonts__item {
    display: inline-block;
    padding: .2rem .3rem;
    line-height: 1.6rem;
    border-bottom: 3px solid transparent;
    transition: border-bottom-color .2s;
}

.fonts__item:hover {
    border-bottom: 3px solid #e12d39;
}

.fonts__item--default {
    font-size: 1.5rem;
    border-bottom: 3px solid transparent;
}

.fonts__item--border {
    border-color: #e12d39;
}

.fonts__item--medium {
    font-size: 2rem;
    padding-bottom: 5px;
}

.fonts__item--high {
    font-size: 2.5rem;
    padding-bottom: 7px;
}

.fonts__text {
    display: inline-block;
    position: relative;
    color: #3d4455;
    margin: 0 .1rem;
}

/* ------------------------------
   content - plan
-------------------------------*/


.content {
    flex: auto;
    padding: 10px;
}

.content__title {
    margin: 0 1.5vw;
    min-height: 5rem;
}

.content__header {
    font-size: 2.5rem;
    font-weight: 400;
}

.content__plan {
    margin: 0 2vw;
    padding: 1.5rem 2.2rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgb(148 152 160 / 20%) 0px 8px 24px;
}

@media only screen and (max-width: 1024px) {
    .content__plan {
        padding: 2vw;
    }
}

.plan {
    position: relative;
    margin: 10px;
    height: 100%;
}

.plan__area {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    z-index: 3;
    padding-left: 4rem;
}

.lesson {
    flex: 1 1 0%;
    padding: 0 0.5rem;
    width: 0;
    z-index: 2;
}

.lesson__button {
    display: none;
}

.prev-next__arrow {
    fill: #000;
}

@media only screen and (max-width: 1024px) {
        body:not([data-area="column"]) .lesson--day{
            display: none;
        }
        body:not([data-area="column"]) .lesson--day.lesson--open {
            display: block;
        }
        body:not([data-area="column"]) .lesson--day .lesson__area {
            display: flex;
            justify-content: center;
        }
        body:not([data-area="column"]) .lesson__header__wrapper {
            width: 9.5rem;
            line-height: 34px;
        }
        body:not([data-area="column"]) .lesson__button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 32px;
            width: 32px;
            height: 32px;
            margin-top: 1px;
            margin-bottom: 1px;
            border-radius: 50%;
            border: 2px solid #ccc;
        }
}

@media screen and (max-width: 520px) {
    body:not([data-area="column"]) .lesson__header__wrapper {
        width: 19vw;
    }
}

.lesson--area {
    flex: 0.5 0.5 0%;
    max-width: 32px;
    padding: 0 calc(17px - 1rem);
}

.lesson__area {
    height: 7.5rem;
    padding: 1rem 0;
    text-align: center;
}

.lesson__header {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .2rem;
    line-height: 1.5rem;
    padding: 6px 12px;
    margin-top: -6px;
}

@media screen and (max-width: 520px), (min-width: 1024px) {
    body:not([data-area="column"]) .lesson__header {
        text-overflow: -o-ellipsis-lastline;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
        word-break: break-word;
        line-height: 1.5;
    }
}

@media screen and (min-width: 1024px) {
    body:not([data-area="column"]) .lesson__header {
        max-width: max-content;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 520px) {
    body:not([data-area="column"]) .lesson__header {
        margin: 0 3%;
        padding: 6px 2px;
    }
}

.lesson--area .lesson__header {
    padding-left: 0;
    padding-right: 0;
}

.lesson__positions {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    position: relative;
    z-index: 10;
}

.lesson__position {
    display: flex;
    flex-direction: row;
    height: 101.25px;
    background-color: #fff;
    border: 2px solid #e5e7e9;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.lesson__together{
    display: flex;
    flex-direction: row;
}

.lesson__position--teacher, .lesson__position--departments, .lesson__position--class {
    background-color: #def7c0;
    border-top: 2px solid #8bad67;
    border-bottom: 2px solid #8bad67;
    border-left: none;
    border-right: none;
}

.lesson__position--together {
    flex: 1 1 0%;
    border-left: 2px solid #8bad67;
}


.lesson__position--together:first-child {
    border-left: none;
}

.lesson__position--visible{
    visibility: hidden;
}

.lesson__position--shift {
    height: 50px;
    background-color: #eff2f7;
    border-top: 2px solid #9ea5b1;
    border-bottom: 2px solid #9ea5b1;
    border-left: none;
    border-right: none;
}

.lesson__hours {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 5;
    color: #08641e;
    font-weight: 600;
}

.lesson__hours--empty{
    color: #000;
}

body:not([data-area="column"]) .lesson__hours--empty{
    writing-mode: vertical-rl;
    height: 100%;
    transform: scale(-1) translate(-50%, -50%);
    right: 50%;
    top: -50%;
    text-align: center;
}

.lesson__together {
    flex: 1 1 0%;
    position: relative;
}

.lesson__hours--together {
    position: inherit;
    text-align: right;
    margin-left: 0px;
    padding-right: 5px;
}

.possition__hours {
    white-space: pre;
}

.plan__time {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 7.5rem;
    left: 0px;
    z-index: 1;
}

.plan__hours {
    flex: 1 1 0%;
    border-bottom: 2px solid #e5e7e9;
}

.plan__hour {
    height: 135px;
    border-top: 2px solid #e5e7e9;
    position: relative;
}

.lesson__label {
    width: 100%;
    max-height: 3.95rem;
    padding-left: 4%;
    padding-right: calc(4% + 28px);
    line-height: 1.3rem;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    z-index: 2;
    text-align: left;
    color: #3d4455;
}

.lesson__item {
    display: block;
    overflow: hidden;
    max-width: 100%;
}

.lesson__item--subject {
    font-size: 1.1rem;
    font-weight: 700;
}

.lesson__item--class {
    font-size: 1rem;
    font-weight: 400;
    word-break: break-word;
}

.classroom {
    background-color: #3d4455;
    color: #fff;
    font-size: 1.5rem;
    padding: 12px;
    border-radius: 50%;
    transform: scale(0.65);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.classroom__link {
    color: #000;
    z-index: 12;
}

.class__link {
    color: #000;
}

.classroom__link:hover, .class__link:hover {
    text-decoration: underline;
}

.shift__area {
    font-size: 1.1rem;
    font-weight: 700;
    padding-left: 4%;
    position: absolute;
    bottom: 10px;
}

/* ------------------------------
    TimeLaps
-------------------------------*/

.plan__timelaps {
    position: absolute;
    top: 7.5rem;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.time {
    border-bottom: 2px solid #0a7d26;
    position: relative;
}

.time__label {
    position: absolute;
    bottom: -15px;
    left: -14px;
    background-color: #0a7d26;
    padding: 4px 12px;
    border-radius: 25px;
    font-size: 1.2rem;
    color: #fff;
}

/* ------------------------------
    Stopka strony
-------------------------------*/

.footer {
    width: 100%;
    padding: 3rem;
    background-color: #fff;
    z-index: 4;
}

.footer__link{
    color: #000;
}


/* ------------------------------
    Dni tygodnia w I kolumnie
-------------------------------*/

body[data-area="column"] .plan__time {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 170px;
    top: 0px;
    z-index: 1;
}

body[data-area="column"] .plan__hours {
    flex: 1 1 0%;
    border-right: none;
    display: flex;
    flex-direction: row;
    border-bottom: none;
}

body[data-area="column"] .plan__hour {
    width: 216px;
    height: 100%;
    border-left: 2px solid #e5e7e9;
    position: relative;
    border-top: none;
}

body[data-area="column"] .plan__area {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 3;
    padding-top: 4rem;
    padding-left: 0;
}

body[data-area="column"] .lesson {
    flex: 1 1 0%;
    padding: 2rem 0;
    width: 100%;
    display: flex;
    z-index: 3;
    align-items: center;
}

body[data-area="column"] .lesson--area {
    flex: 1 1 0%;
    padding: 0.5rem 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
}

body[data-area="column"] .lesson__area {
    width: 134px;
    height: 7.5rem;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

body[data-area="column"] .lesson__header {
    display: inline-flex;
    align-items: center;
    margin-bottom: .2rem;
    height: 40px;
}

body[data-area="column"] .lesson__positions {
    display: flex;
    flex-direction: row;
    flex: 1 1 0%;
    margin-left: 36px;
    position: relative;
    z-index: 10;
}

body[data-area="column"] .lesson__position {
    display: flex;
    flex-direction: row;
    height: 101.25px;
    width: 101.25px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

body[data-area="column"] .lesson__position--teacher, body[data-area="column"] .lesson__position--departments, body[data-area="column"] .lesson__position--class, body[data-area="column"] .lesson__position--shift, body[data-area="column"] .lesson__together {
    height: 160px;
}

body[data-area="column"] .lesson__together {
    flex-direction: column;
    flex: 0;
}

body[data-area="column"] .lesson__position--together{
    border-left: none;
}

/* ------------------------------
    TimeLaps - w kolumnie
-------------------------------*/
body[data-area="column"] .plan__timelaps {
    left: 170px;
    top: 0px;
    width: auto;
    z-index: 2;
}

body[data-area="column"] .time {
    border-left: 2px solid #0a7d26;
    height: 100%;
}

body[data-area="column"] .time__label {
    left: -32px;
    bottom: auto;
}


/* ------------------------------
    Podświetlanie aktualnego dnia
-------------------------------*/

.lesson--current-day {
    background-color: #f7f8fb;
    border-radius: 25px;
}

.lesson__header--current-day {
    background-color: #e12d39;
    color: #fff;
    border-radius: 50px;
}


/* ------------------------------
    Kolor Biały
-------------------------------*/

html[data-theme="Bialy"] .sidebar {
    background-color: #fff;
}

html[data-theme="Bialy"] .nav__link {
    color: #000;
}

html[data-theme="Bialy"] .nav__arrow {
    color: #000;
}

html[data-theme="Bialy"] .submenu__link {
    color: #000;
}

html[data-theme="Bialy"] body {
    background-color: #f2f2f2
}

/* html[data-theme="Bialy"] .logo-app__path-font {
    fill: black;
} */

html[data-theme="Bialy"] #Vulcan_logo .cls-2{
    fill: #2A2835;
}

html[data-theme="Bialy"] .nav__button--class::before {
    content: url('Icons/sala-Black-Icon.svg');
}

html[data-theme="Bialy"] .nav__button--departments::before {
    content: url('Icons/oddzial-Black-Icon.svg');
}

html[data-theme="Bialy"] .nav__button--teacher::before {
    content: url('Icons/nauczyciel-Black-Icon.svg');
}

/* ------------------------------
    Kolor Zielony
-------------------------------*/

html[data-theme="Zielony"] .sidebar {
    background-color: #5ea226;
}

html[data-theme="Zielony"] .nav__link {
    color: #000;
}

html[data-theme="Zielony"] .nav__arrow {
    color: #000;
}

html[data-theme="Zielony"] .submenu__link {
    color: #000;
}

html[data-theme="Zielony"] .header {
    border-bottom-color: #5ea226;
}

html[data-theme="Zielony"] .header, html[data-theme="Zielony"] body, html[data-theme="Zielony"] .footer {
    background-color: #def7c0;
}

/* html[data-theme="Zielony"] .logo-app__path-font {
    fill: black;
} */

html[data-theme="Zielony"] #Vulcan_logo .cls-2{
    fill: #2A2835;
}

html[data-theme="Zielony"] .nav__button--class::before {
    content: url('Icons/sala-Black-Icon.svg');
}

html[data-theme="Zielony"] .nav__button--departments::before {
    content: url('Icons/oddzial-Black-Icon.svg');
}

html[data-theme="Zielony"] .nav__button--teacher::before {
    content: url('Icons/nauczyciel-Black-Icon.svg');
}


/* ------------------------------
    Kolor Niebieski
-------------------------------*/

html[data-theme="Niebieski"] .sidebar {
    background-color: #1f497d;
}

html[data-theme="Niebieski"] .header {
    border-bottom-color: #1f497d;
}

html[data-theme="Niebieski"] .header, html[data-theme="Niebieski"] body, html[data-theme="Niebieski"] .footer{
    background-color: #b7dde8;
}

html[data-theme="Niebieski"] .lesson__position--teacher, html[data-theme="Niebieski"] .lesson__position--departments, html[data-theme="Niebieski"] .lesson__position--class {
    background-color: #b7dde8;
    border-top-color: #1f497d;
    border-bottom-color: #1f497d;
}

/* ------------------------------
    Wysoki kontrast
-------------------------------*/

html[data-contrast='High'] *:not(svg, path, polygon, li) {
    color: #ff0 !important;
    background-color: #000 !important;
    border-color: #ff0 !important;
    fill: #ff0 !important;
    box-shadow: none !important;
}

html[data-contrast='High'] .plan__timelaps {
    background-color: transparent !important;
    height: auto;
    z-index: 1;
}

html[data-contrast='High'] .time {
    background-color: transparent !important;
}


html[data-contrast='High'] .lesson__position--teacher, html[data-contrast='High'] .lesson__position--departments, html[data-contrast='High'] .lesson__position--class {
    border-left: 2px solid;
    border-right: 2px solid;
}

html[data-contrast='High'] .fonts__item--default {
    border-color: #ff0;
}

html[data-contrast='High'] .fonts__item--border {
    border-color: #ff0;
}


html[data-contrast='High'] .fonts__item:hover {
    border-bottom: 3px solid #ff0;
}

html[data-contrast='High'] .nav__button:hover::before {
    background-color: transparent !important;
    border-radius: 0;
}

html[data-contrast='High'] .nav__button {
    border: 2px solid transparent !important;
}

html[data-contrast='High'] .nav__button:hover {
    border: 2px solid yellow;
}

/* html[data-contrast='High'] .logo-app__path-font {
    fill: #fff;
} */

html[data-contrast='High'] #Vulcan_logo .cls-2{
    fill: #fff;
}

html[data-contrast='High'] .nav__button--class::before {
    content: url('Icons/sala-Icon.svg');
}

html[data-contrast='High'] .nav__button--departments::before {
    content: url('Icons/oddzial-Icon.svg');
}

html[data-contrast='High'] .nav__button--teacher::before {
    content: url('Icons/nauczyciel-Icon.svg');
}

html[data-contrast='High'] .prev-next__arrow {
    fill: yellow;
}

html[data-contrast='High'] .nav__arrow {
    color: yellow;
}

/* ------------------------------
    Style dla popapu
-------------------------------*/

.popup {
    display: flex;
    position: fixed;
    z-index: 100;
    opacity: 1;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup__modal {
    transform: none;
    transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    flex: 1 0 auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    box-shadow: 0px 8px 10px -5px rgb(0 0 0 / 20%), 0px 16px 24px 2px rgb(0 0 0 / 14%), 0px 6px 30px 5px rgb(0 0 0 / 12%);
    background-color: #fff;
    color: #000;
    min-width: 29vw;
    height: 100%;
}

@media screen and (max-width: 520px) {
    .popup__modal {
        max-width: 90%;
    }
}

.popup__header {
    min-width: calc(340px + 4vw);
    width: 100%;
    background-color: #fff;
    color: #3D4455;
    border-bottom: 2px solid #e5e7e9;
    text-align: center;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
}

@media screen and (max-width: 520px) {
    .popup__header {
        min-width: unset;
    }
}

.popup__body {
    background-color: #eff2f7;
    padding: 2vh 2vw;
    overflow-y: auto;
    height: 87%;
    width: 25vw;
    min-width: 100%;
    min-width: -moz-available;
    min-width: -webkit-fill-available;
    min-width: stretch;
    min-width: fill-available;
    max-width: 100%;
    word-break: break-word;
}

.popup__footer {
    padding: 8px;
    text-align: center;
    border-top: 2px solid #e5e7e9;
    background-color: #ffffff;
}

.popup__title {
    padding: 15px 4rem 15px 4rem;
}

.popup-title__header {
    font-weight: 400;
}

.popup__closebtn {
    min-width: 1rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    background-color: #e12d39;
    color: #fff;
    padding: 1rem;
    margin: 0.5rem 0.4rem;
    border: 1px solid transparent;
    border-radius: 50px;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    transition: all .2s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.popup__closebtn:hover {
    background-color: #ff0011;
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}

.closebtn__icon {
    display: flex;
    width: 100%;
    align-items: inherit;
    justify-content: inherit;
    color: #fff;
}

.icon__close {
    fill: white;
}

.popup__subject {
    font-size: 1.5rem;
    font-weight: bold;
}

.popup__teacher {
    font-size: 1.5rem;
    margin-top: 20px;
}

.popup__class-room, .popup__class, .popup__weeks, .popup__duration {
    font-size: 1.5rem;
    margin-top: 10px;
}

.lesson__duration, .lesson__weeks, .lesson__number-day, .subject__short, .teacher__short, shift__area--short {
    display: none;
}

.popup__body a {
    color: black;
}

.popup__body a:hover {
    text-decoration: underline;
}

.hide-element {
    visibility: hidden;
}

.visibility-element {
    visibility: visible;
}

.display-element {
    display: block;
}

.not-element {
    display: none;
}

.popup__class, .popup__class a, .popup__class span {
    visibility: visible;
}

.popup__body .teacher__name {
    display: block;
}

.popup__body .teacher__short, .content__class-short{
    display: none;
}