@import '_content/PSC.Blazor.Components.MarkdownEditor/PSC.Blazor.Components.MarkdownEditor.bundle.scp.css';

/* _content/EduEdu/Components/Account/Pages/Login.razor.rz.scp.css */
.login-form[b-qdlro596z9] {
    width: 100%;
    max-width: 480px;
    padding: 50px;
    border-radius: 10px;
    background-color: #ffffff;
    color: #181C32;

    .login-form__title {
        font-size: 28px;
        font-weight: 700;
        line-height: 35px;
        letter-spacing: -0.02em;
        text-align: center;
        margin-bottom: 7px;
    }
    
    .login-form__helper[b-qdlro596z9] {
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
        text-align: center;
        color: #848998;
        margin-bottom: 38px;
    
        a {
            color: #1F5BDF;
        }
    }
    
    .login-form__label[b-qdlro596z9] {
        font-size: 14px;
        font-weight: 700;
        line-height: 25px;
        text-align: left;
        color: #192033;
        margin-bottom: 3px;
        padding-left: 17px;
    }
    
    /* moved to app.css 
    .login-form__control{}

    .login-form__control:focus {} */

    .login-form__recovery[b-qdlro596z9]{
        font-family: Quicksand;
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
        text-align: end;
        color: #1F5BDF;
        margin-bottom: 40px;
    }

    .login-form__buttons[b-qdlro596z9]{
        display: flex;
        justify-content: center;
    }

    .btn--login[b-qdlro596z9] {
        min-width: 160px;
        padding: 12px 24px;
    }
}

/* _content/EduEdu/Components/Commons/AiAssistant/AiAssistant.razor.rz.scp.css */
.ai-assistant[b-2twi7dtzb0] {
    padding: 12px;
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 196px;
    flex-direction: column;

    .ai-assistant__actions {
        padding: 19px 0;

        .btn-gradient--ai-assistant {
            margin-bottom: 14px;
            font-size: 14px;
            line-height: 17.5px;
            max-width: 201px;
            padding: 12px 14px;
            white-space: nowrap;
        }
    }

    .ai-assistant__tip[b-2twi7dtzb0] {
        width: 100%;
        font-size: 12px;
        font-weight: 500;
        line-height: 17px;
        align-self: center;
        margin: 0;
    }
}

.ai-assistant__content-wrapper[b-2twi7dtzb0] {
    display: flex;
    gap: 12px;
    align-items: center;
}
.ai-assistant__image--wrapper[b-2twi7dtzb0] {
    flex-shrink: 0;
    height: 172px;
    width: 132px;
    overflow: hidden;
  
    & .ai-assistant__image {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
}

.ai-assistant--flashcards[b-2twi7dtzb0] {
    gap: 7px;
}

.ai-assistant--dashboard[b-2twi7dtzb0] {
    border-radius: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #848998 0%, rgba(132, 137, 152, 0.60) 100%);

    & .ai-assistant__tip {
        color: #FFFFFF;
        display: flex;
        flex-direction: column;

        & .tip__greeting {
            font-size: 24px;
            font-weight: 700;
            line-height: 30px;
        }

        & .tip__welcome[b-2twi7dtzb0] {
            font-size: 16px;
            font-weight: 700;
            line-height: 20px;
            margin-bottom: 4px;
        }

        & .tip__message[b-2twi7dtzb0] {
            color: #f2f3f7;
        }
    }
}

.ai-assistant__name[b-2twi7dtzb0] {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #192033;
}

.ai-assistant__description[b-2twi7dtzb0] {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #192033;
}
/* _content/EduEdu/Components/Commons/Channel/Channel.razor.rz.scp.css */
.channel[b-juozafta2t] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.channel__avatar-wrapper[b-juozafta2t] {
    position: relative;
    height: 44px;
    width: 59px;
    flex-shrink: 0;
}

.channel__avatar[b-juozafta2t] {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
}

.channel__info-wrapper[b-juozafta2t] {
    overflow: hidden;
}

.channel__name[b-juozafta2t] {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #192033;
    margin-bottom: 1px;
}
.channel__info[b-juozafta2t] {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    color: #848998;
    margin: 0;
}
/* _content/EduEdu/Components/Commons/ChatComponent/ChatComponent.razor.rz.scp.css */
.chat[b-igsiz5l2a4] {
    border-radius: 12px;
    background: #fff;
    padding: 16px 16px 16px 24px;
    min-height: 305px;
    display: flex;
    flex-direction: column;

    .chat__header {
        padding-bottom: 16px;
        border-bottom: 1px dashed #D6DAE0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .chat__header--low-padding[b-igsiz5l2a4]{
        padding-bottom: 13px;
    }

    .chat__body[b-igsiz5l2a4] {
        flex: 1;
        padding: 20px 0 8px 0;
    
        .dialog {
            display: flex;
            flex-direction: column;
            gap: 20px;

            .dialog__header {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 16px;
                max-width: 270px;

                .dialog__time {
                    color: #B6BBC4;
                    font-size: 10px;
                    font-weight: 500;
                    line-height: normal;
                }
            }

            .dialog__header--right[b-igsiz5l2a4] {
                align-self: flex-end;
                display: flex;
                flex-direction: row-reverse;
            }
        }
          
        .dialog__item[b-igsiz5l2a4] {
            display: flex;
            flex-direction: column;
    
            .monolog {
                padding: 10px 0;
                display: flex;
                flex-direction: column;
                gap: 10px;
    
                .monolog__item {
                    border-radius: 12px;
                    background: #F2F3F7;
                    padding: 12px 20px;
                    width: fit-content;
                    max-width: 641px;
                    color: #484D5C;
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 25px;
                }
            }
        }
          
        .dialog__item--right[b-igsiz5l2a4] {
            .monolog {
                .monolog__item {
                    align-self: flex-end;
                    background: #DAE6FF !important;
                    max-width: min(70%, 404px);
                }
            }
        }
    }
    
    .chat__footer[b-igsiz5l2a4] {
        display: flex;
        gap: 14px;
    
        .message {
            flex-grow: 1;
            display: flex;
            border-radius: 50px;
            background: #F2F3F7;
            padding: 8px;
    
            .input {
                flex-grow: 1;
                margin-left: 10px;
                outline: none;
                border: none;
                background-color: transparent;
                color: #484D5C;
                font-size: 14px;
                font-weight: 500;
                line-height: 14px;
            }
    
            .smile[b-igsiz5l2a4] {
                max-height: 29px;
                max-width: 29px;
              }
        }
    }
}

.chat__fast-questions[b-igsiz5l2a4] {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    color: #848998;
    display: flex;
    gap: 14px;
    flex-wrap: nowrap;
    margin-bottom: 18px;
    overflow-x: auto;
    cursor: grab;
    user-select: none;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.chat__fast-question-item[b-igsiz5l2a4] {
    padding: 5px 10px;
    border-radius: 20px;
    background: #E5E8EF;
    flex-shrink: 0;
    cursor: pointer;
}

.chat__fast-questions[b-igsiz5l2a4]::-webkit-scrollbar {
    display: none;
}

.mentor[b-igsiz5l2a4] {
    
}

.mentor__direction[b-igsiz5l2a4] {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
}

.mentor__description[b-igsiz5l2a4] {
    font-size: 16px;
    font-weight: 700;
}
.chat__header-sensum-ai[b-igsiz5l2a4] {
    width: 83px;
}
/* _content/EduEdu/Components/Commons/ChatComponent/KorekChatComponent.razor.rz.scp.css */
.chat[b-d7i0iyd6xk] {
    border-radius: 12px;
    background: #fff;
    padding: 16px 16px 16px 24px;
    min-height: 305px;
    display: flex;
    flex-direction: column;

    .chat__header {
        padding-bottom: 16px;
        border-bottom: 1px dashed #D6DAE0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .chat__header--low-padding[b-d7i0iyd6xk]{
        padding-bottom: 13px;
    }

    .chat__body[b-d7i0iyd6xk] {
        flex: 1;
        padding: 20px 0 8px 0;
    
        .dialog {
            display: flex;
            flex-direction: column;
            gap: 20px;

            .dialog__header {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 16px;
                max-width: 270px;

                .dialog__time {
                    color: #B6BBC4;
                    font-size: 10px;
                    font-weight: 500;
                    line-height: normal;
                }
            }

            .dialog__header--right[b-d7i0iyd6xk] {
                align-self: flex-end;
                display: flex;
                flex-direction: row-reverse;
            }
        }
          
        .dialog__item[b-d7i0iyd6xk] {
            display: flex;
            flex-direction: column;
    
            .monolog {
                padding: 10px 0;
                display: flex;
                flex-direction: column;
                gap: 10px;
    
                .monolog__item {
                    border-radius: 12px;
                    background: #F2F3F7;
                    padding: 12px 20px;
                    width: fit-content;
                    max-width: 641px;
                    color: #484D5C;
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 25px;
                }
            }
        }
          
        .dialog__item--right[b-d7i0iyd6xk] {
            .monolog {
                .monolog__item {
                    align-self: flex-end;
                    background: #DAE6FF !important;
                    max-width: min(70%, 404px);
                }
            }
        }
    }
    
    .chat__footer[b-d7i0iyd6xk] {
        display: flex;
        gap: 14px;
    
        .message {
            flex-grow: 1;
            display: flex;
            border-radius: 50px;
            background: #F2F3F7;
            padding: 8px;
    
            .input {
                flex-grow: 1;
                margin-left: 10px;
                outline: none;
                border: none;
                background-color: transparent;
                color: #484D5C;
                font-size: 14px;
                font-weight: 500;
                line-height: 14px;
            }
    
            .smile[b-d7i0iyd6xk] {
                max-height: 29px;
                max-width: 29px;
              }
        }
    }
}

.chat__fast-questions[b-d7i0iyd6xk] {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    color: #848998;
    display: flex;
    gap: 14px;
    flex-wrap: nowrap;
    margin-bottom: 18px;
    overflow-x: auto;
    cursor: grab;
    user-select: none;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.chat__fast-question-item[b-d7i0iyd6xk] {
    padding: 5px 10px;
    border-radius: 20px;
    background: #E5E8EF;
    flex-shrink: 0;
    cursor: pointer;
}

.chat__fast-questions[b-d7i0iyd6xk]::-webkit-scrollbar {
    display: none;
}

.mentor[b-d7i0iyd6xk] {
    
}

.mentor__direction[b-d7i0iyd6xk] {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
}

.mentor__description[b-d7i0iyd6xk] {
    font-size: 16px;
    font-weight: 700;
}
.chat__header-sensum-ai[b-d7i0iyd6xk] {
    width: 83px;
}
/* _content/EduEdu/Components/Commons/DateIntelligentSlider/DateIntelligentSlider.razor.rz.scp.css */
.item[b-kwk9ki3aey]{
    position: relative;
}

.item__decoration[b-kwk9ki3aey] {
    position: absolute;
    top: 24px;
    right: 24px;
}

.input-container[b-kwk9ki3aey] {
    position: relative;
    width: 100%;
    padding: 110px 0 0;
}

.input__label[b-kwk9ki3aey] {
    width: 100%;
}

.input__range[b-kwk9ki3aey] {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.input__range[b-kwk9ki3aey]:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 22px;
    height: 20px;
    border-radius: 10px;
    width: calc(100% - 2 * 22px);
    background-color: #DADCE0;
    z-index: -1;
}

.input__range[b-kwk9ki3aey]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 70px;
    height: 118px;
    background: url('/images/slider-control.png') no-repeat center center;
    background-size: contain;
    border: none;
    margin-top: -104px;
    cursor: grab;
    z-index: 1;
}

.input__range[b-kwk9ki3aey]::-moz-range-thumb {
    width: 70px;
    height: 118px;
    background: url('/images/slider-control.png') no-repeat center center;
    background-size: contain;
    border: none;
    cursor: grab;
}

.months-labels[b-kwk9ki3aey] {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 2 * 30px);
    z-index: 1;
    pointer-events: none;
}


.content[b-kwk9ki3aey] {
    padding: 10px 20px 0;
}

.content__header[b-kwk9ki3aey] {
    padding-top: 13px;
    padding-right: 60px;
    border-top: 1px dashed #D6DAE0;
    font-weight: 700;
    font-size: 24px;
    color: #192033;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.content__header-buttons[b-kwk9ki3aey] {
    position: absolute;
    top: 20px;
    right: 0;
    display: flex;
    gap: 9px;
    align-items: center;
}
.content__header-buttons-button-active path[b-kwk9ki3aey] {
    fill: #1F5BDF;
}
.content__header-buttons-button-active rect[b-kwk9ki3aey] {
    fill: #1F5BDF;
}
    .section-wrapper[b-kwk9ki3aey] {
    height: calc(194px + 30px + 62px);
    overflow: auto;
    margin-right: -30px;
}

@media (min-width: 1200px) {
    .section-wrapper[b-kwk9ki3aey] {
        margin-right: 0;
    }
}
    

.fraction__list[b-kwk9ki3aey]{ 
    display: flex;
    gap: 20px;
    max-height: 290px;
    overflow-y: auto;
    padding-bottom: 30px;
    padding-right: 30px;
}

.fraction__list--list[b-kwk9ki3aey] {
    display: block;
    padding-bottom: 0;
    list-style: disc;
    
    .fraction__item{
        padding-left: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: auto;
        width: auto;
        background: none;
        position: relative;
        cursor: pointer;
    }

    .fraction__item[b-kwk9ki3aey]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0.75em;
        width: 4px;
        height: 4px;
        background-color: black;
        border-radius: 50%;
      }

    p[b-kwk9ki3aey] {
        padding: 0;
        margin: 0;
    }

    img[b-kwk9ki3aey] { 
        display: none;
    }
}

@media (min-width: 1200px) {
    .fraction__list[b-kwk9ki3aey] {
        flex-wrap: wrap;
        padding-right: 0;
        max-height: none;
        overflow-y: visible;
    }
}

.fraction__image-wrapper[b-kwk9ki3aey] {
    border-radius: 6px;
    overflow: hidden;
    background: #F2F3F7;
    width: 212px;
    height: 121px;
    flex-shrink: 0;
}

.fraction__item[b-kwk9ki3aey] {
    border-radius: 6px;
    overflow: hidden;
    background: #F2F3F7;
    width: 212px;
    height: 194px;
    flex-shrink: 0;
}
.fraction__item:hover[b-kwk9ki3aey]{
    cursor: pointer;
}
.fraction__item:hover .fraction__image[b-kwk9ki3aey]{
    transform: scale(1.1);

}
.fraction__item:hover .fraction__text[b-kwk9ki3aey]{
    color: #1F5BDF;
}
.fraction__image[b-kwk9ki3aey] {
    width: 100%;
    transition: transform ease 0.3s;
}

.fraction__text[b-kwk9ki3aey] {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #484d5c;
    padding: 12px 15px 5px;
    transition: color ease 0.3s;
}
.module-section[b-kwk9ki3aey] {
    padding: 10px;
}
/* _content/EduEdu/Components/Commons/Dateline/Dateline.razor.rz.scp.css */
.dateline[b-875zvcqvwj] {
    padding: 21px 28px 45px 32px;
    background-color: #FFFFFF;
    border-radius: 12px;
}

.dateline--dashboard[b-875zvcqvwj] {
    padding: 0 24px 0 20px;
    flex: 1;
    overflow-y: auto;
    max-height: 390px;
}

.timeline[b-875zvcqvwj] {
    padding: 28px 0;
}

.timeline--dashboard[b-875zvcqvwj] {
    padding: 0;
}

.dateline__header[b-875zvcqvwj] {
    font-size: 18px;
    font-weight: 700;
    line-height: 22.5px;
    color: #848998;
    text-transform: capitalize;
    padding-bottom: 21px;
    border-bottom: 1px dashed #D6DAE0;
}

.moment[b-875zvcqvwj] {}

.moment__header[b-875zvcqvwj] {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.5px;
    color: #192033;
    margin-bottom: 3px;
}

.moment__time[b-875zvcqvwj] {
    font-size: 10px;
    font-weight: 500;
    line-height: 12.5px;
    color: #B6BBC4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 52px;
}

.moment__time--dashboard[b-875zvcqvwj] {
    min-width: 52px;
}

.moment__time[b-875zvcqvwj]::after {
    display: block;
    content: "";
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 3px solid;
}

.moment__time--concept[b-875zvcqvwj]::after,
.moment__time--document[b-875zvcqvwj]::after,
.moment__time--photo[b-875zvcqvwj]::after {
    border-color: #50CD89;
}

.moment__time--message[b-875zvcqvwj]::after {
    border-color: #50CD89;
}

.moment__time--meeting[b-875zvcqvwj]::after {
    border-color: #E73455;
}

.moment__time--comment[b-875zvcqvwj]::after {
    border-color: #1F5BDF;
}
.moment__time--grade[b-875zvcqvwj]::after {
    border-color: #FFBA00;
}

.moment__information[b-875zvcqvwj] {}

.moment__object[b-875zvcqvwj] {
    color: #1F5BDF;
}

.update[b-875zvcqvwj] {
    margin-bottom: 0;
    margin-left: calc(52px - 13px/2 - 3px/2);
    /* moment__time width    moment__time::after width  current element border-left */
    padding-left: calc(13px/2 + 3px/2 + 15px);
    /* moment__time::after width  current element border-left  moment__time gap*/
    border-left: 3px solid #E5E8EF;
}

.moment:last-of-type .update[b-875zvcqvwj] {
    border-color: transparent;
}

.update__description[b-875zvcqvwj] {
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin: 0;
    padding-bottom: 18px;
}

.update__type[b-875zvcqvwj] {
    color: #848998;
}

.update__author[b-875zvcqvwj] {
    font-weight: 700;
    line-height: 20px;
    color: #1F5BDF;
}

.file__list-wrapper[b-875zvcqvwj] {
    padding-bottom: 41px;
}

.file__list[b-875zvcqvwj] {
    border-radius: 6px;
    border: 1px dashed #D6DAE0;
    padding: 17px 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.file__list--preview[b-875zvcqvwj] {
    padding: 30px;
    gap: 30px;
    width: fit-content;

    & .file__item {
        max-width: none;
        width: auto;
    }
}

.file__item[b-875zvcqvwj] {
    max-width: 175px;
    width: 100%;
}

.file[b-875zvcqvwj] {
    display: flex;
    align-items: center;
    gap: 13px;
}

.file__image[b-875zvcqvwj] {
    position: relative;
}

.file__type[b-875zvcqvwj] {
    position: absolute;
    left: 0;
    bottom: 5px;
    background-color: #576D7E;
    color: #fff;
    width: 23px;
    border-radius: 2px;
    font-size: 8px;
    font-weight: 700;
    line-height: 8px;
    padding: 3px 0;
    text-align: center;
    text-transform: uppercase;
}

.file__type--pdf[b-875zvcqvwj] {
    background-color: #F15642;
}

.file__type--doc[b-875zvcqvwj] {
    background-color: #50BEE8;
}

.file__type--css[b-875zvcqvwj] {
    background-color: #576D7E;
}

.file__name[b-875zvcqvwj] {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #192033;
    margin: 0;
}

.file__size[b-875zvcqvwj] {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #848998;
    margin: 0;
}

.preview__image-wrapper[b-875zvcqvwj] {
    width: 200px;
    height: 180px;
    overflow: hidden;
}

.preview__image[b-875zvcqvwj] {
    height: 100%;
    width: 100%;
    background-color: #eeeeee;
    object-fit: cover;
    border-radius: 6px;
    overflow: hidden;
}
/* _content/EduEdu/Components/Commons/DirectionCard/DirectionCard.razor.rz.scp.css */
.direction[b-ixhvpm8vmr] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 50px;
    background-color: #fff;
    color: #192033;
    cursor: pointer;
    width: 100%;
    height: 200px;
    position: relative;
    padding: 13px 20px 20px;
    overflow: hidden;
    max-width: 353px;
    height: 100%;
}

@media (min-width: calc(768px)) {
    .direction[b-ixhvpm8vmr]{
        max-width: 737px;
    }
}

.direction__image-wrapper[b-ixhvpm8vmr]{
    position: absolute;
    top: 0;
    left: 0;
    width: 144px;
}

.direction__image-wrapper--page[b-ixhvpm8vmr] {
    width: 258px;
}

@media (min-width: 1200px) {
    .direction__image-wrapper[b-ixhvpm8vmr]{
        width: 258px;
    }
}

@media (max-width: calc(768px - 1px)) {
    .direction__image-wrapper--page[b-ixhvpm8vmr] {
        width: 144px;
    }
}

.direction__content-wrapper[b-ixhvpm8vmr] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.direction__content-wrapper--page[b-ixhvpm8vmr]{
    padding-left: 258px;

    & .direction__content {
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .direction__content-wrapper[b-ixhvpm8vmr]{
        padding-left: 258px;
    }
}

@media (max-width: calc(768px - 1px)) {
    .direction__content-wrapper--page[b-ixhvpm8vmr]{
        padding-left: 0;
    
        & .direction__content {
            padding-left: 137px;
        }
    }
    .direction__content[b-ixhvpm8vmr]{
        margin-bottom: 39px;
    }
}

.direction__content[b-ixhvpm8vmr] {
    padding-left: 137px;
}

@media (min-width: 1200px) {
    .direction__content[b-ixhvpm8vmr]{
        padding-left: 0;
    }
}

.direction__title[b-ixhvpm8vmr] {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 3px;

    /* max 2 lines */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.direction__subtitle[b-ixhvpm8vmr] {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.5px;
    margin-bottom: 5px;
}

.btn-gradient[b-ixhvpm8vmr] {
    padding: 12px 19.5px;
    margin-bottom: 10px; 
    font-size: 14px;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .btn-gradient[b-ixhvpm8vmr]{
        width: auto;
        margin-bottom: 3px;
    }
}

.direction__label[b-ixhvpm8vmr] {
    display: flex;
    gap: 6px;
    margin-bottom: 47px;
}

.direction__label-text[b-ixhvpm8vmr] {
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 700;
    line-height: 19px;
    border-radius: 3px;
    color: #FFFFFF;
    background-color: #E63455;
}

.direction__progress[b-ixhvpm8vmr] {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    color: #484D5C;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.direction__progress-label[b-ixhvpm8vmr] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: relative;
}

.direction__progress-label[b-ixhvpm8vmr]::after {
    content: '';
    width: 40px;
    height: 40px;
    background: url('images/progress.png') no-repeat center;
    background-size: contain;
}

@media (max-width: calc(1200px - 1px)) {
    .direction__progress-label[b-ixhvpm8vmr]::after {
        width: 22px;
        height: 22px;
    }
}
/* _content/EduEdu/Components/Commons/ElementHeader/ElementHeader.razor.rz.scp.css */
.item__header-wrapper[b-a7mcaodjw4] {
    padding: 16px 24px 0 20px;
}

.item__header[b-a7mcaodjw4] {
    position: relative;
    border-bottom: 1px dashed #D6DAE0;
    padding-bottom: 9px;
    margin-bottom: 13px;
}

.item__title[b-a7mcaodjw4] {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 2px;
    padding-right: 25px;
}

.item__information[b-a7mcaodjw4] {
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
    margin: 0;
    color: #B6BBC4;
}

.item__decoration[b-a7mcaodjw4] {
    position: absolute;
    top: 5px;
    right: 0;
}
/* _content/EduEdu/Components/Commons/FilesGallery/FilesGallery.razor.rz.scp.css */

.gallery[b-hwgkzyftnw] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .gallery[b-hwgkzyftnw] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .gallery[b-hwgkzyftnw] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .gallery[b-hwgkzyftnw] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.gallery--dashboard[b-hwgkzyftnw] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 390px;
    height: 100%;
    overflow-y: auto;
    padding: 7px 30px 0;
}

.gallery__item[b-hwgkzyftnw] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 275px;
    width: 257px;
    margin: 0 auto;
}

.gallery__item--dashboard[b-hwgkzyftnw] {
    align-items: start;
    height: 52px;
}

.file[b-hwgkzyftnw] {
    position: relative;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 12px;
    display: inline-block;
    height: 100%;
    max-width: 257px;
}

.file--dashboard[b-hwgkzyftnw] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 0;
    max-width: unset;
}

.file__image-wrapper[b-hwgkzyftnw] {
    width: 210px;
    height: 150px;
    margin: auto;
    margin-bottom: 17px;
    position: relative;
}

.file__image-wrapper--dashboard[b-hwgkzyftnw] {
    min-width: 70px;
    min-height: 52px;
    max-width: 70px;
    max-height: 52px;
    height: 52px;
    width: 70px;
    margin-bottom: 0;
}
.file__image-border[b-hwgkzyftnw] {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.file__image[b-hwgkzyftnw] {
    height: 100%;
    width: 100%;
    background-color: #eeeeee;
    object-fit: cover;
}

.file__type[b-hwgkzyftnw] {
    position: absolute;
    top: 0;
    right: 0;
    height: 21px;
    width: 40px;
    display: flex;
    text-align: center;
    justify-content: center;
    color: #fff;
    background-color: #576D7E;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.5px;
    border-radius: 2px;
}

.file__type--dashboard[b-hwgkzyftnw] {
    height: 9px;
    width: 18px;
    font-size: 6px;
    line-height: 7px;
}

.file__type--pdf[b-hwgkzyftnw] {
    background-color: #F15642;
}

.file__type--doc[b-hwgkzyftnw] {
    background-color: #50BEE8;
}

.file__type--css[b-hwgkzyftnw] {
    background-color: #576D7E;
}

.file__type--ai[b-hwgkzyftnw] {
    background-color: #F7B84E;
}

.file__type--tif[b-hwgkzyftnw] {
    background-color: #A066AA;
}

.file__text-wrapper[b-hwgkzyftnw] {
    padding-left: 4px;
    min-width: 0;
    width: 213px;
}
.file__name[b-hwgkzyftnw] {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #192033;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file__name--standard[b-hwgkzyftnw] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
}
.file__name--compact[b-hwgkzyftnw] {
    max-height: 20px;
    white-space: nowrap;
}
    .file__author[b-hwgkzyftnw] {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        color: #848998;
        padding: 0;
        margin: 0;
    }

.file__author-name[b-hwgkzyftnw] {
    font-weight: 700;
    line-height: 20px;
    color: #1F5BDF;
    padding: 0;
    margin: 0;
    text-overflow: ellipsis;
}

.file__uploaded-date[b-hwgkzyftnw] {
    font-size: 10px;
    font-weight: 500;
    line-height: 17px;
    color: #B6BBC4;
    padding: 0;
    margin: 0;
}
.file__delete-button[b-hwgkzyftnw] {
    position: absolute;
    right: 5px;
    top: 5px;
}
.file__delete-button:hover path[b-hwgkzyftnw] {
    fill: #1F5BDF;
}
/* _content/EduEdu/Components/Commons/MainNavigation/MainNavigation.razor.rz.scp.css */
.container[b-skvxvzisz5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-navigation[b-skvxvzisz5]{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    min-height: 68px;
}

@media screen and (min-width: 1200px) {
    .main-navigation[b-skvxvzisz5] {
        display: block;
    }
}

.main-navigation__header[b-skvxvzisz5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
}

.links[b-skvxvzisz5]{
    padding: 12px 2px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;

    .links__item{
        display: none;
        padding: 11px 27px;
        border-radius: 6px;
        border: 1px solid transparent;
    }

    @media screen and (min-width: 1200px) {
        .links__item[b-skvxvzisz5] {
            display: block;
        }
    }

    .links__item:hover[b-skvxvzisz5]{
        background: #F2F3F7;
        border: 1px dashed #848998;
    }

    .links__item--active:hover[b-skvxvzisz5]{
        background: #F2F3F7;
        border: 1px dashed #848998;
    }

    .links__item--active:hover[b-skvxvzisz5]{
        background: #F2F3F7;
        border: 1px dashed #848998;
    }

    .links__item--active[b-skvxvzisz5]{
        display: block;
        border: 1px dashed #848998;
        background: #F2F3F7;
    }
}

@media (min-width: 1200px) {
    .links[b-skvxvzisz5]{
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        width: 100%;
    }
}

.main-navigation--open[b-skvxvzisz5] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: block;
    
    .container {
        display: flex;
        flex-direction: column-reverse;
        align-items: start;
    }

    .main-navigation__header[b-skvxvzisz5] {
        padding: 20px 20px 8px 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
    }

    .links[b-skvxvzisz5] {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        flex-direction: column;
        align-items: flex-start;
    
        .links__item {
            display: block;
        }
    }
}

.hidden-lg[b-skvxvzisz5]{
    display: block;
}

@media (min-width: 1200px) {
    .hidden-lg[b-skvxvzisz5]{
        display: none
    }
}

.coins[b-skvxvzisz5] {
    width: 134px;
    padding: 5px 13px 5px 6px;
    border-radius: 100px;
    background: #848998;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    color: #e5e8ef;
    gap: 7px;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    transition: width 0.3s ease, padding 0.3s ease;
    white-space: nowrap;
}

.coins img[b-skvxvzisz5] {
    flex-shrink: 0;
}

.coins__quantity[b-skvxvzisz5] {
    margin-left: 3px;
    font-weight: 700;
    font-size: 20px;
}
/* _content/EduEdu/Components/Commons/MathAnswerInput/KorekMathAnswerInput.razor.rz.scp.css */
.test__answer-input[b-dezf2uvsjq] {
    background: #FEFCE6;
    min-height: 1rem;

    font-family: "Roboto Serif", serif;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 0 calc(10px + 47px) 18px;
    margin-bottom: 13px;
    border-radius: 6px;
    overflow: hidden;

    position: relative;

    .btn--submit {
        right: 10px;
        bottom: 12px;
        width: 74px;
        font-family: Quicksand;
        font-weight: 700;
        font-size: 12px;
        padding: unset;
        padding-top: 6px;
        padding-bottom: 6px;
        min-width: unset;
    }

    math-field[b-dezf2uvsjq]::part(container) {
        display: block;
        outline: none !important;
        box-shadow: none !important;
    }

    math-field[b-dezf2uvsjq]::part(virtual-keyboard-toggle){
        display: inline-flex;
        position: absolute;
        background: red;
        bottom: 6px;
        z-index: 1;
        left: calc(80px + 16px);
        width: 106px;
        opacity: 0;
    }

    math-field[b-dezf2uvsjq]::part(menu-toggle) {
        display: inline-flex;
        position: absolute;
        background: red;
        bottom: 6px;
        z-index: 1;
        left: calc(80px + 16px + 106px + 16px);
        width: 100px;
        opacity: 0;
    }

    .math-field[b-dezf2uvsjq]::part(virtual-keyboard-toggle) {
        /*svg:before {*/
        /*    content: "";*/
        /*    position: absolute;*/
        /*    top: 0;*/
        /*    left: 0;*/
        /*    width: 100%;*/
        /*    height: 100%;*/
        /*  */
        /*}*/
    }

    math-field:focus[b-dezf2uvsjq] {
        outline: none;
        box-shadow: none;
    }
    
    .math-input[b-dezf2uvsjq] {
        display: block;
        background: #FEFCE6;
        border-radius: 6px;
        border: none;

        * {
            font-family: "Roboto Serif", serif !important;
            font-weight: 400;
            font-size: 18px;
        }
    }

    .test__controls[b-dezf2uvsjq] {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 12px 10px 16px;
        border-top: 1px dashed #D6DAE0;

        .actions{
            display: inline-flex;
            justify-content: space-between;
            align-items: center;
            gap: 16px;

            .action__button {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 6px;
                font-family: Quicksand;
                font-weight: 500;
                font-size: 11px;
                line-height: 140%;
                user-select: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                color: #192033;
            }
        }
    }
}

.btn--submit-text[b-dezf2uvsjq] {
    margin: 0px;
}
/* _content/EduEdu/Components/Commons/MathAnswerInput/MathAnswerInput.razor.rz.scp.css */
.test__answer-input[b-yflyrp7bl6] {
    background: #FEFCE6;
    min-height: 1rem;

    font-family: "Roboto Serif", serif;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 0 calc(10px + 47px) 18px;
    margin-bottom: 13px;
    border-radius: 6px;
    overflow: hidden;

    position: relative;

    .btn--submit {
        right: 10px;
        bottom: 12px;
        width: 74px;
        font-family: Quicksand;
        font-weight: 700;
        font-size: 12px;
        padding: unset;
        padding-top: 6px;
        padding-bottom: 6px;
        min-width: unset;
    }

    math-field[b-yflyrp7bl6]::part(container) {
        display: block;
        outline: none !important;
        box-shadow: none !important;
    }

    math-field[b-yflyrp7bl6]::part(virtual-keyboard-toggle){
        display: inline-flex;
        position: absolute;
        background: red;
        bottom: 6px;
        z-index: 1;
        left: calc(80px + 16px);
        width: 106px;
        opacity: 0;
    }

    math-field[b-yflyrp7bl6]::part(menu-toggle) {
        display: inline-flex;
        position: absolute;
        background: red;
        bottom: 6px;
        z-index: 1;
        left: calc(80px + 16px + 106px + 16px);
        width: 100px;
        opacity: 0;
    }

    .math-field[b-yflyrp7bl6]::part(virtual-keyboard-toggle) {
        /*svg:before {*/
        /*    content: "";*/
        /*    position: absolute;*/
        /*    top: 0;*/
        /*    left: 0;*/
        /*    width: 100%;*/
        /*    height: 100%;*/
        /*  */
        /*}*/
    }

    math-field:focus[b-yflyrp7bl6] {
        outline: none;
        box-shadow: none;
    }
    
    .math-input[b-yflyrp7bl6] {
        display: block;
        background: #FEFCE6;
        border-radius: 6px;
        border: none;

        * {
            font-family: "Roboto Serif", serif !important;
            font-weight: 400;
            font-size: 18px;
        }
    }

    .test__controls[b-yflyrp7bl6] {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 12px 10px 16px;
        border-top: 1px dashed #D6DAE0;

        .actions{
            display: inline-flex;
            justify-content: space-between;
            align-items: center;
            gap: 16px;

            .action__button {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 6px;
                font-family: Quicksand;
                font-weight: 500;
                font-size: 11px;
                line-height: 140%;
                user-select: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                color: #192033;
            }
        }
    }
}

.btn--submit-text[b-yflyrp7bl6] {
    margin: 0px;
}
/* _content/EduEdu/Components/Commons/MeetingForm/MeetingForm.razor.rz.scp.css */
.form[b-0m8btd1vim] {
    padding: 21px 30px 34px 32px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    position: relative;
}

.form__title[b-0m8btd1vim] {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #192033;
    padding-bottom: 21px;
    border-bottom: 1px dashed #D6DAE0;
}

.form__control[b-0m8btd1vim] {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    color: #192033;
}

.input__control--inline[b-0m8btd1vim] {
    background-image: url('./images/icons/arrow-up.svg');
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 50%;
}

.form__label[b-0m8btd1vim] {
    display: block;
    padding-left: 17px;
}

.informer-wrapper[b-0m8btd1vim] {
    display: flex;
    gap: 25px;
}
.control-wrapper[b-0m8btd1vim] {
    max-width: 472px;
    width: 100%;
}

.informer[b-0m8btd1vim] {
    padding: 15px 18px;
    border: 1px dashed #D6DAE0;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #484D5C;
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 24px;
}

.form__buttons[b-0m8btd1vim] {
    margin-top: 28px;;
    display: flex;
    justify-content: end;
    gap: 20px;
}

.btn[b-0m8btd1vim] {
    min-width: 123px;
}

.btn--grey[b-0m8btd1vim] {
    background-color: #848998;
}

.btn--grey:hover[b-0m8btd1vim],
.btn--grey:focus[b-0m8btd1vim],
.btn--grey:active[b-0m8btd1vim] {
    background: #535660;
    transition: all 0.3s ease;
}

.btn--cancel[b-0m8btd1vim] {
    position: absolute;
    top: 21px;
    right: 30px;
    min-width: auto;
}

.form__checkbox[b-0m8btd1vim] {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.form__checkbox input[b-0m8btd1vim] {
    display: none;
}

.custom-checkbox[b-0m8btd1vim] {
    content: "";
    display: block;
    position: relative;
    width: 23.85px;
    height: 25px;
    border-radius: 6px;
    background: #E5E8EF;
    transition: background 0.3s ease;
}

input:checked + .custom-checkbox[b-0m8btd1vim] {
    background: #1F5BDF;
}

input:checked + .custom-checkbox[b-0m8btd1vim]::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    background-image: url('/images/icons/checked.svg');
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}

input:disabled + .custom-checkbox[b-0m8btd1vim] {
    background: #848998;
    cursor: not-allowed;
}
/* _content/EduEdu/Components/Commons/MeetingList/MeetingList.razor.rz.scp.css */
.day__list[b-lyda141dmd] {
    padding: 25px 24px 25px 33px;
    background-color: #FFFFFF;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.day__header[b-lyda141dmd] {
    font-size: 18px;
    font-weight: 700;
    line-height: 22.5px;
    color: #848998;
    text-transform: capitalize;
    padding-bottom: 10px;
    border-bottom: 1px dashed #D6DAE0;
    margin: 0;
}

.meeting__item[b-lyda141dmd] {
    padding: 20px 0 12px;
    border-bottom: 1px dashed #D6DAE0;
    display: flex;
    gap: 37px;
    position: relative;
}

.meeting__date[b-lyda141dmd],
.meeting__title[b-lyda141dmd] {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #192033;
    margin: 0 0 5px;
}

.meeting__author[b-lyda141dmd] {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #848998;
    margin: 0;
}

.meeting__author-name[b-lyda141dmd] {
    font-weight: 700;
    color: #1F5BDF;
}

.meeting__author-name--grey[b-lyda141dmd] {
    color: #848998;
}

.meeting__buttons[b-lyda141dmd] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 10px;
}

.btn--secondary[b-lyda141dmd] {
    min-width: auto;
}
/* _content/EduEdu/Components/Commons/Member/Member.razor.rz.scp.css */
.member[b-bce6ktjj1b] {
    display: flex;
    align-items: stretch;
    gap: 15px;
}

.member--rotated[b-bce6ktjj1b] {
    flex-direction: row-reverse;
}

.member__avatar-wrapper[b-bce6ktjj1b] {
    position: relative;
    flex-shrink: 0;
}

.member__avatar-wrapper--default[b-bce6ktjj1b] {
    height: 36px;
    width: 36px;
}

.member__avatar-wrapper--tiny[b-bce6ktjj1b] {
    height: 26px;
    width: 26px;
}

.member__avatar-wrapper--small[b-bce6ktjj1b] {
    height: 44px;
    width: 44px;
}

.member__avatar-wrapper--medium[b-bce6ktjj1b] {
    height: 58px;
    width: 58px;
}

.member__avatar-wrapper--large[b-bce6ktjj1b] {
    height: 100px;
    width: 100px;
}

.member__online[b-bce6ktjj1b]::after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #50CD89;
}

.member__online--medium[b-bce6ktjj1b]::after {
    bottom: 4px;
    right: 4px;
    width: 10px;
    height: 10px;
}

.member__online--large[b-bce6ktjj1b]::after {
    bottom: 9px;
    right: 4px;
    width: 13px;
    height: 13px;
}

.member__avatar[b-bce6ktjj1b] {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}

.member__info-wrapper[b-bce6ktjj1b] {
    overflow: hidden;
    flex: 1;
}

.member__info-wrapper--rotated[b-bce6ktjj1b] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.member__info-wrapper--top[b-bce6ktjj1b] {
    position: relative;
}

.member__info-wrapper--centered[b-bce6ktjj1b] {
    align-self: center;
}

.member__name[b-bce6ktjj1b] {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #192033;
    margin-bottom: 1px;
}

.member__name--large[b-bce6ktjj1b] {
    margin-bottom: 3px;
}

.member__info[b-bce6ktjj1b] {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    color: #848998;
    margin: 0;
}

.member__info--staff[b-bce6ktjj1b] {
    color: #192033;
}

.btn--supervisor[b-bce6ktjj1b] {
    position: absolute;
    bottom: 0;
}

.btn--ai[b-bce6ktjj1b] {
    min-width: auto;
    padding: 6px 11.5px;
    background: linear-gradient(92.9deg, #F600CE 3.02%, #0700FF 99.64%);
}
/* _content/EduEdu/Components/Commons/ModalDialog/ModalDialog.razor.rz.scp.css */
.dialog-modal[b-wrk4yfzsu0] {
    background-color: #fff;
    width: 100%;
    max-width: 353px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px 30px;
    border-radius: 12px;
    border: none;
}

@media (min-width: 768px) {
    .dialog-modal[b-wrk4yfzsu0] {
        max-width: 550px;
    }
}

.dialog-modal[b-wrk4yfzsu0]::backdrop {
    background-color: #000000;
    opacity: 0.65;
}
.modal-content[b-wrk4yfzsu0]{
    position: relative;
}

.modal-content__header[b-wrk4yfzsu0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #D6DAE0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.modal-content__title[b-wrk4yfzsu0] {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #192033;
    margin: 0;
}

.modal-content__body[b-wrk4yfzsu0] {
}

.modal-content__controls[b-wrk4yfzsu0] {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .modal-content__controls[b-wrk4yfzsu0] {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
    }
}
/* _content/EduEdu/Components/Commons/Notification/Notification.razor.rz.scp.css */
.notification[b-jy9b267cqw] {
    width: 28px;
    height: 25px;
    position: relative;
}

.notification__image[b-jy9b267cqw] {
    position: absolute;
    bottom: 2px;
    left: 0;
}

.notification__quantity[b-jy9b267cqw] {
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification__quantity[b-jy9b267cqw]::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    background-color: #E63455;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    z-index: -1;
}
/* _content/EduEdu/Components/Commons/PageTitleComponent/PageTitleComponent.razor.rz.scp.css */


.title[b-1tsm76fznb] {
    --width-dropdown-title: 230px;
    --width-search-title: 300px;

    position: relative;
    padding: 0 0 22px;
    border-bottom: 1px dashed #B6BBC4;
}

@media screen and (min-width: 1200px) {
    .title[b-1tsm76fznb] {
        padding-top: 31px;
    }
}


.title--dropdown[b-1tsm76fznb] {
    display: none;
}

@media screen and (min-width: 1200px) {
    .title--dropdown[b-1tsm76fznb] {
        display: block;
        padding-right: calc(var(--width-dropdown-title) + 12px);
    }
}




.title--search[b-1tsm76fznb] {
    padding-right: calc(var(--width-search-title) + 12px);
}

.title__text[b-1tsm76fznb] {
    font-weight: 700;
    color: #192033;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 4px;
}

.title__description[b-1tsm76fznb] {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
    color: #192033;
}

.absolute--centered-right[b-1tsm76fznb] {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.title__dropdown[b-1tsm76fznb] {

}

.title__search[b-1tsm76fznb] {
    width: var(--width-search-title);
}


.title__dropdown-btn[b-1tsm76fznb] {
    padding: 10px 14px;
    width: var(--width-dropdown-title);
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;

    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    color: #192033;
    background: #FFFFFF;
}

.title__dropdown-icon[b-1tsm76fznb] {
    transform: rotateX(180deg);
    transition: transform 300ms ease-in-out;
}

.title__dropdown-icon--rotated[b-1tsm76fznb] {
    transform: rotateX(0);
}

.title__dropdown-menu[b-1tsm76fznb] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 !important;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 16px 0;
    z-index: 1;
    opacity: 0.8;
}

.title__dropdown-item[b-1tsm76fznb] {
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #192033;
    background: #FFFFFF;
}
/* _content/EduEdu/Components/Commons/Participants/Participants.razor.rz.scp.css */
.participant__list[b-bmfj469h06] {
    display: flex;
    flex-direction: row-reverse;
}

.participant__item:not(:first-child)[b-bmfj469h06] {
    margin-right: -8px;
}

.participant__avatar-wrapper[b-bmfj469h06] {
    height: 26px;
    width: 26px;
}

.participant__avatar[b-bmfj469h06] {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}
/* _content/EduEdu/Components/Commons/ProgressBar/ProgressBar.razor.rz.scp.css */
.progress-bar[b-r7ga5y18rq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 0;
    background: inherit;
    width: 100%;

    .progress-bar__label {
        color: #000000;
        font-size: 17px;
        font-weight: 700;
        line-height: 22px;
        text-align: end;
    }

    .progress-bar__label--small[b-r7ga5y18rq] {
        color: #192033;
        font-size: 13px;
        font-weight: 600;
        line-height: 16.25px;
    }

    .progress-bar__scale[b-r7ga5y18rq] {
        width: 100%;
        height: 4px;
        border-radius: 4px;
        overflow: hidden;
    }

    .progress-bar__scale[b-r7ga5y18rq]::-webkit-progress-bar {
        background-color: #B5B6B9;
    }

    .progress-bar__scale[b-r7ga5y18rq]::-webkit-progress-value {
        background-color: #1f5bdf;
        border-radius: 4px;
        overflow: hidden;
        min-width: 4px;
    }

    .progress-bar__scale[b-r7ga5y18rq]::-moz-progress-bar {
        background-color: #1f5bdf;
        border-radius: 4px;
        overflow: hidden;
        min-width: 4px;
    }

    .progress-bar__scale[b-r7ga5y18rq]::-ms-fill {
        background-color: #1f5bdf;
        border-radius: 4px;
        overflow: hidden;
        min-width: 4px;
    }

    .progress-bar__scale--single[b-r7ga5y18rq] {
        width: 100%;
        height: 5px;
        border-radius: 5px;
        overflow: hidden;
    }
    
    .progress-bar__scale--single[b-r7ga5y18rq]::-webkit-progress-bar {
        background-color: #D6DAE0;
    }
    
    .progress-bar__scale--single[b-r7ga5y18rq]::-webkit-progress-value {
        background-color: #1f5bdf;
        border-radius: 5px;
        overflow: hidden;
        min-width: 5px;
    }
    
    .progress-bar__scale--single[b-r7ga5y18rq]::-moz-progress-bar {
        background-color: #1f5bdf;
        border-radius: 5px;
        overflow: hidden;
        min-width: 5px;
    }
    
    .progress-bar__scale--single[b-r7ga5y18rq]::-ms-fill {
        background-color: #1f5bdf;
        border-radius: 5px;
        overflow: hidden;
        min-width: 5px;
    }
}

.progress-bar--small[b-r7ga5y18rq] {
    padding-top: 10px;
    padding-bottom: 4px;
    align-items: start;
}

.progress-bar__label--date[b-r7ga5y18rq] {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
/* _content/EduEdu/Components/Commons/ProjectPreview/ProjectPreview.razor.rz.scp.css */
.project[b-0opz5mnwed] {
    max-width: 929px;
    margin: 0 auto;
    display: flex;
    gap: 18px;
    padding: 20px;
    border-radius: 12px;
    background-color: #FFFFFF;
    color: #848998;

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
}

.project--compact[b-0opz5mnwed] {
    padding-bottom: 35px;
    position: relative;

    &::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 20px;
        height: 1px;
        border-bottom: 1px dashed #D6DAE0;
    }
}

@media (max-width: calc(1200px - 1px)) {
    .project--compact[b-0opz5mnwed] {
        flex-direction: column;
        gap: 10px;
    }
}

.project__image-wrapper[b-0opz5mnwed] {
    width: 305px;
    height: 174px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.project__image-wrapper--compact[b-0opz5mnwed] {
    width: 162px;
    height: 93px;
    border-radius: 6px;
}

.project__image[b-0opz5mnwed] {
    display: flex;
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-color: #eeeeee;
}

.project__content-wrapper[b-0opz5mnwed] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.project__content[b-0opz5mnwed] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 18px;
}

.project__content--compact[b-0opz5mnwed] {
    max-width: 252px;
}

@media (max-width: calc(1200px - 1px)) {
    .project__content--compact[b-0opz5mnwed] {
        display: block;
    }
}

.project__title[b-0opz5mnwed] {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    color: #192033;
}

.project__title--compact[b-0opz5mnwed] {
    font-size: 16px;
    line-height: 20px;
}

.project__description[b-0opz5mnwed] {
    flex: 1;
}

.project__description--compact[b-0opz5mnwed] {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 0;
}

.progress-bar[b-0opz5mnwed] {
    width: 100%;
}

.progress-bar--absolute[b-0opz5mnwed] {
    position: absolute;
    bottom: 5px;
    left: 20px;
    right: 0;
    max-width: calc(100% - 2 * 20px);
    width: 100%;
}

.progress-bar__label[b-0opz5mnwed] {
    font-size: 12px;
    font-weight: 700;
    line-height: 19px;
    color: #484D5C;
    text-align: end;
}

.progress-bar__scale[b-0opz5mnwed] {
    width: 100%;
    height: 5px;
    border-radius: 2.5px;
    overflow: hidden;
}

.progress-bar__scale[b-0opz5mnwed]::-webkit-progress-bar {
    background-color: #E5E8EF;
}

.progress-bar__scale[b-0opz5mnwed]::-webkit-progress-value {
    background-color: #50CD89;
    border-radius: 2.5px;
    overflow: hidden;
}

.progress-bar__scale[b-0opz5mnwed]::-moz-progress-bar {
    background-color: #50CD89;
    border-radius: 2.5px;
    overflow: hidden;
}

.progress-bar__scale[b-0opz5mnwed]::-ms-fill {
    background-color: #50CD89;
    border-radius: 2.5px;
    overflow: hidden;
}

.progress-bar__scale--completed[b-0opz5mnwed]::-webkit-progress-value {
    background-color: #848998;
}

.progress-bar__scale--completed[b-0opz5mnwed]::-moz-progress-bar {
    background-color: #848998;
}

.progress-bar__scale--completed[b-0opz5mnwed]::-ms-fill {
    background-color: #848998;
}

.project__status[b-0opz5mnwed] {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    padding: 6px 11.5px;
    max-width: 88px;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

        @media (max-width: calc(1200px - 1px)) {
            .project__status[b-0opz5mnwed] {
                position: absolute;
                top: 20px;
                right: 20px;
            }
        }

.project__status--completed[b-0opz5mnwed] {
    color: #848998;
    background-color: #E5E8EF;
}

.project__status--in-progress[b-0opz5mnwed] {
    color: #50CD89;
    background-color: #E7FFF2;
}

.project__status--not-started[b-0opz5mnwed] {
    color: #1F5BDF;
    background-color: #E5EDFF;
}

.project__controls[b-0opz5mnwed] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.project__header[b-0opz5mnwed] {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 23px;
}

.project__body[b-0opz5mnwed] {
    flex: 1;
}

.project__footer[b-0opz5mnwed] {
    align-self: flex-end;
}

@media (max-width: calc(768px - 1px)) {
    .project[b-0opz5mnwed] {
        position: relative;
    }

    .project[b-0opz5mnwed]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 20px;
        height: 1px;
        border-bottom: 1px dashed #D6DAE0;
    }

    .project[b-0opz5mnwed] {
        flex-direction: column;
        gap: 10px;
    }

    .project__image-wrapper[b-0opz5mnwed] {
        width: 162px;
        height: 93px;
        border-radius: 6px;
    }
    
    .project__text[b-0opz5mnwed] {
        margin-bottom: 14px;
    }

    .project__title[b-0opz5mnwed] {
        font-size: 16px;
        line-height: 20px;
    }

    .project__description[b-0opz5mnwed] {
        font-size: 12px;
        font-weight: 500;
        line-height: 17px;
        margin-bottom: 0;
    }

    .project__content-wrapper[b-0opz5mnwed] {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .project__content[b-0opz5mnwed] {
        display: block;
    }
}
/* _content/EduEdu/Components/Commons/ProjectsList/ProjectsList.razor.rz.scp.css */
.project__list-wrapper[b-542bcgxias] {
    flex: 1;
}

.project__list-wrapper--compact[b-542bcgxias] {
    flex: 1;
    overflow-y: auto;
    margin-top: -13px;
    max-height: 430px;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .project__list-wrapper--compact[b-542bcgxias] {
        max-height: 840px;
    }
}


.project__list-wrapper:hover[b-542bcgxias] {
}

.project__list[b-542bcgxias] {
    padding: 83px 0;
}

.project__list--compact[b-542bcgxias] {
    padding: 0;
}

.project__item[b-542bcgxias] {
    cursor: pointer;
}

.project__item:not(:last-of-type)[b-542bcgxias] {
    margin-bottom: 20px;
}

.project__item--compact[b-542bcgxias] {
    margin-bottom: 0 !important;
}
/* _content/EduEdu/Components/Commons/Search/Search.razor.rz.scp.css */
.search[b-69aznn6r9p] {
    
    padding: 18px 20px 18px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.search--small[b-69aznn6r9p] {
    padding: 8px 20px;
    margin: 20px 0;
}

.search--light[b-69aznn6r9p] {
    background-color: #FFFFFF;
}

.search--dark[b-69aznn6r9p] {
    background-color: #F2F3F7;
}

.search__input[b-69aznn6r9p] {
    flex: 1;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #848998;
    background-color: transparent;
}

.search__input--small[b-69aznn6r9p]{
    font-size: 14px;
    line-height: 14px;
}

.search__input[b-69aznn6r9p]::placeholder {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #848998;
}

.search__input--small[b-69aznn6r9p]::placeholder {
    font-size: 14px;
    line-height: 14px;
}

.search__input[b-69aznn6r9p]::-moz-placeholder {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #848998;
}

.search__input--small[b-69aznn6r9p]::-moz-placeholder {
    font-size: 14px;
    line-height: 14px;
}

.search__input[b-69aznn6r9p]::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #848998;
}

.search__input--small[b-69aznn6r9p]::-webkit-input-placeholder{
    font-size: 14px;
    line-height: 14px;
}

.search__input:-ms-input-placeholder[b-69aznn6r9p] {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #848998;
}

.search__input--small:-ms-input-placeholder[b-69aznn6r9p]{
    font-size: 14px;
    line-height: 14px;
}
/* _content/EduEdu/Components/Commons/SideMenu/SideMenu.razor.rz.scp.css */
.menu[b-bjdzra30y8] {
    user-select: none;
    background: #FFFFFF;
    color: #192033;
    border-radius: 12px;
    max-width: 353px;
    width: 100%;

}

.menu--dashboard[b-bjdzra30y8] {
    max-width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;

    .main-list {
        max-height: 430px
    }
    
    .inner-item__label--active[b-bjdzra30y8] {
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 15px !important;
        color: #484D5C !important;
    }
}

.menu__title[b-bjdzra30y8] {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 2px;
    padding-right: 25px;
}

.menu__information[b-bjdzra30y8] {
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
    margin: 0;
    color: #B6BBC4;
}

.menu__decoration[b-bjdzra30y8] {
    position: absolute;
    top: 5px;
    right: 0;
}

.main-list[b-bjdzra30y8] {
    cursor: pointer;
    padding: 0 24px 0 20px;
    flex: 1;
    overflow-y: auto;

    & .sub-list {
        padding: 0;
    }
}

.main-list__item[b-bjdzra30y8] {}

.main-list__title[b-bjdzra30y8] {
    font-size: 18px;
    font-weight: 700;
    line-height: 22.5px;
    margin-bottom: 3px;
    position: relative;
}

.main-list__title[b-bjdzra30y8]:after {
    content: '';
    position: absolute;
    right: 0;
    top: 4px;
    width: 15px;
    height: 8px;
    background-image: url('/images/icons/arrow-up.svg');
    background-size: cover;
    transform: rotateX(180deg);
    transition: transform 0.3s ease;
}

.main-list__title--no-arrow[b-bjdzra30y8]:after {
    display: none;
}

.main-list__text[b-bjdzra30y8] {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: #484D5C;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #D6DAE0;
}

.main-list__item--active[b-bjdzra30y8] {
    .main-list__title:after {
        transform: rotateX(0deg);
    }
}

.sub-list[b-bjdzra30y8] {
    overflow: hidden;
    transform-origin: top;
    transition: transform 0.3s ease, opacity 0.3s ease, max-height 0.3s ease;
    transform: scaleY(1);
    opacity: 1;
    padding: 0 24px 0 20px;
    flex: 1;
    scrollbar-width: none;         /* Firefox */
    -ms-overflow-style: none;      /* IE & Edge */
}

.sub-list[b-bjdzra30y8]::-webkit-scrollbar {
    display: none;                 /* Chrome, Safari, Opera */
}

.sub-list:hover[b-bjdzra30y8] {
    overflow-y: auto;
}

.sub-list__item[b-bjdzra30y8] {
    position: relative;
}

.sub-list__item--team[b-bjdzra30y8] {
    padding-left: 14px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #D6DAE0;
}

.sub-list__item--team[b-bjdzra30y8]:after {
    content: '';
    position: absolute;
    right: 0;
    top: 4px;
    width: 15px;
    height: 8px;
    background-image: url('/images/icons/arrow-up.svg');
    background-size: cover;
    transform: rotateX(180deg);
    transition: transform 0.3s ease;
}

.sub-list__item--expanded[b-bjdzra30y8]:after {
    transform: rotateX(0deg);
}

.sub-list__item--application[b-bjdzra30y8] {
    display: flex;
    gap: 8px;
    padding: 11px 0;
    border-bottom: 1px dashed #D6DAE0;
}

.sub-list__main-title[b-bjdzra30y8] {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #B6BBC4;
    margin-bottom: 5px;
    position: relative;
    padding-right: 20px;
}

.sub-list__main-title[b-bjdzra30y8]:after {
    content: '';
    position: absolute;
    right: 0;
    top: 4px;
    width: 15px;
    height: 8px;
    background-image: url('/images/icons/arrow-up.svg');
    background-size: cover;
    transform: rotateX(180deg);
    transition: transform 0.3s ease;
}

.sub-list__title[b-bjdzra30y8] {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #192033;
    margin-bottom: 3px;
}

.sub-list__text[b-bjdzra30y8] {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    color: #848998;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #D6DAE0;
}

.sub-list__item--active[b-bjdzra30y8] {
    .sub-list__main-title:after {
        transform: rotateX(0deg);
    }
}

.sub-list--hidden[b-bjdzra30y8] {
    transform: scaleY(0);
    opacity: 0;
    max-height: 0px;
}

.inner-list[b-bjdzra30y8] {
    overflow: hidden;
    transform-origin: top;
    transition: transform 0.3s ease, opacity 0.3s ease, max-height 0.3s ease;
    transform: scaleY(1);
    opacity: 1;
    max-height: 1000px;
}

.inner-list--member[b-bjdzra30y8] {
    padding-top: 20px;
}

.inner-list--hidden[b-bjdzra30y8] {
    transform: scaleY(0);
    opacity: 0;
    max-height: 0px;
}

.inner-list--mentor[b-bjdzra30y8] {
    padding: 0 22px;
}

.inner-list__item[b-bjdzra30y8] {
    display: flex;
    align-items: center;
}

.inner-list__item.inner-list__item-button[b-bjdzra30y8] {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.inner-list__item--progress[b-bjdzra30y8] {
    flex-direction: column;
    align-items: start;
}

.inner-list__item--quantity[b-bjdzra30y8] {
    justify-content: space-between;
    align-items: start;
}

.inner-list__item--mentor[b-bjdzra30y8] {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #D6DAE0;
    font-family: Quicksand;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #484D5C;
}

.inner-item[b-bjdzra30y8] {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #D6DAE0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.inner-item-flex-start[b-bjdzra30y8] {
    align-items: flex-start !important;
}
    .inner-item--member[b-bjdzra30y8] {
        padding-left: 9px;
        padding-bottom: 0;
        margin-top: 0;
        border: none;
    }

.inner-item__checkbox[b-bjdzra30y8] {
    height: 0;
    width: 0;
    position: relative;
    margin-right: 20px;
}

.inner-item__checkbox[b-bjdzra30y8]::before {
    content: "";
    display: block;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    width: 23.85px;
    height: 25px;
    border-radius: 6px;
    background: #E5E8EF;
    transition: background 0.3s ease;
}

.inner-item__checkbox:checked[b-bjdzra30y8]::before {
    background: #1F5BDF;
}

.inner-item__checkbox:checked[b-bjdzra30y8]::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 23.85px;
    height: 25px;
    background-image: url('/images/icons/checked.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.inner-item__label[b-bjdzra30y8] {
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #484D5C;
}

.inner-item__label--default[b-bjdzra30y8] {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 2em;
}

.inner-item__label--progress[b-bjdzra30y8] {
    position: relative;
    width: 100%;
}

.inner-item__label--quantity[b-bjdzra30y8] {
    max-width: 222px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.inner-item__label--active[b-bjdzra30y8] {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    color: #1F5BDF !important;
}

.inner-item__label--done[b-bjdzra30y8]::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 26px;
    background: #1BC300;
    border-radius: 50%;
    background-image: url('/images/icons/rounded-check.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
}

.inner-item__info[b-bjdzra30y8] {
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #848998;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner-item__known[b-bjdzra30y8] {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #484D5C;
}

.inner-item__known--active[b-bjdzra30y8] {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #1F5BDF;
}

.supervisor-wrapper[b-bjdzra30y8] {
    padding: 0 24px 1px 20px;
}

.supervisor__info[b-bjdzra30y8] {
    margin-top: 19px;
    padding-top: 12px;
    border-top: 1px dashed #D6DAE0;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #484D5C;
}

.item[b-bjdzra30y8] {
    cursor: pointer;
}

.item--active[b-bjdzra30y8] {
    & * {
        color: #1F5BDF !important;
    }
}

.group-wrapper[b-bjdzra30y8],
.search-wrapper[b-bjdzra30y8] {
    padding: 0 24px 0 20px;
}

.group[b-bjdzra30y8] {
    padding-bottom: 11px;
    margin-bottom: 13px;
    border-bottom: 1px dashed #D6DAE0;
}

.application__info[b-bjdzra30y8] {
    flex: 1;
}

.application__title[b-bjdzra30y8] {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #333333;
    margin-bottom: 2px;
}

.application__title--active[b-bjdzra30y8] {
    color: #1F5BDF;
}

.application__date[b-bjdzra30y8] {
    font-size: 10px;
    font-weight: 500;
    line-height: 17px;
    color: #B6BBC4;
    margin-bottom: 0;
}

.application__activities[b-bjdzra30y8] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    color: #FFFFFF;
    z-index: 0;
    width: 100%;
    height: 100%;
    max-width: 15px;
    max-height: 15px;
    min-width: 15px;
    min-height: 15px;
}

.application__activities[b-bjdzra30y8]::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #E63455;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    z-index: -1;
}
/* _content/EduEdu/Components/Commons/SubPagesNavigation/SubPagesNavigation.razor.rz.scp.css */
.navigation[b-lcsjtamv6t]{
    background: #fff;
    height: 68px;
    position: sticky;
    top: 0;
    z-index: 1;
}

@media (width >= 1200px) {
    .navigation[b-lcsjtamv6t]{
        height: auto;
        position: relative;
    }
}

.container[b-lcsjtamv6t] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.links[b-lcsjtamv6t] {
    position: absolute;
    padding: 12px 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    display: inline-flex;
    flex-wrap: wrap;
    border-radius: 6px;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1;
    top: 0;
}

.links--hidden[b-lcsjtamv6t] {
    visibility: hidden;
}

@media (width >= 1200px) {
    .links[b-lcsjtamv6t] {
        position: relative;
        padding: 12px 2px;
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }
}

.links__item[b-lcsjtamv6t] {
    display: none;
    border-radius: 6px;
    border: 1px solid transparent;
}

.navigation--open .links__item[b-lcsjtamv6t] {
    display: block;
}

@media (width >= 1200px) {
    .links__item[b-lcsjtamv6t] {
        display: block;
    }
}

.links__item:hover[b-lcsjtamv6t]{
    background: #F2F3F7;
    border: 1px dashed #848998;
}

.links__item--active[b-lcsjtamv6t]{
    display: block;
    border: 1px dashed #848998;
    background: #F2F3F7;
}

.navigation--open[b-lcsjtamv6t] {
    .links__item--active {
        order: -1;

        .link:after {
            transform: scaleY(1);
        }
    }
    
    
}

.link[b-lcsjtamv6t] {
    padding: 11px 27px;
    display: block;
}

@media (width < 1200px) {
    .link[b-lcsjtamv6t] {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .links__item--active .link[b-lcsjtamv6t]:after {
        content: '';
        display: block;
        width: 1em;
        height: 1em;
        background-image: url('./images/icons/arrow-up.svg');
        background-repeat: no-repeat;
        background-size: 14px;
        background-position: center;
        transform: scaleY(-1);
    }
}

.side-menu-switcher[b-lcsjtamv6t] {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    padding: 12px;
    margin: 12px;
}

@media (width >= 1200px) {
    .side-menu-switcher[b-lcsjtamv6t] {
        display: none;
    }
}
/* _content/EduEdu/Components/Commons/Switcher/Switcher.razor.rz.scp.css */
.switch[b-z6g4mmdju5] {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
}

.switch input[b-z6g4mmdju5] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-z6g4mmdju5] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E5E8EF;
    transition: .4s;
    border-radius: 20px;
}

.slider[b-z6g4mmdju5]:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: #FFFFFF;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider[b-z6g4mmdju5] {
    background-color: #1F5BDF;
}

input:checked+.slider[b-z6g4mmdju5]:before {
    transform: translateX(21px);
}
/* _content/EduEdu/Components/Commons/TaskGrade/TaskGrade.razor.rz.scp.css */
.task-grade[b-cfu1a09ufu] {
    position: absolute;
    top: 17px;
    left: 91%;  
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    min-width: 200px;
}

.task-grade__value[b-cfu1a09ufu] {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin: 0px;
}

.task-grade__upper-container[b-cfu1a09ufu] {
    margin: 5px;
}

.task-grade__upper-container img[b-cfu1a09ufu] {
    height: 27px;
}

.task-grade__upper-container > *[b-cfu1a09ufu] {
    display: inline-block;
    vertical-align: middle;
}

.task-grade__description-wrapper[b-cfu1a09ufu] {
    display: none;
    padding: 9px;
    background-color: #E5E8EF;
    border-radius: 6px;
    max-height: 36px;
    transition: ease 0.3s;
    z-index: 1;
}

.task-grade__description[b-cfu1a09ufu] {
    margin: 0px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.task-grade__upper-container:hover + .task-grade__description-wrapper[b-cfu1a09ufu] {
    display: block !important;
}

@media (max-width: 1100px) {
    .task-grade[b-cfu1a09ufu] {
        right: 0%;
        left: unset;
        align-items: flex-end;
        padding-right: 23px;
    }
}
/* _content/EduEdu/Components/Commons/Team/Team.razor.rz.scp.css */
.team[b-onhqy1kkfv] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.team__avatar-wrapper[b-onhqy1kkfv] {
    position: relative;
    height: 44px;
    width: 44px;
    flex-shrink: 0;
}

.team__avatar[b-onhqy1kkfv] {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

.team__info-wrapper[b-onhqy1kkfv] {
    overflow: hidden;
}

.team__name[b-onhqy1kkfv] {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #192033;
    margin-bottom: 1px;
}
.team__info[b-onhqy1kkfv] {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    color: #848998;
    margin: 0;
}
/* _content/EduEdu/Components/Commons/TextEditor/TextEditor.razor.rz.scp.css */
.text-editor[b-wa0mdbf7hb] {
    font-family: Quicksand;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    height: 100%;
    max-height: 127px;
    overflow-y: auto;
}

.editor__text[b-wa0mdbf7hb] {
    background-color: #F2F3F7;
    border-radius: 12px;
    min-height: 176px;
}

.editor__buttons[b-wa0mdbf7hb] {
    display: flex;
    justify-content: end;
    gap: 8px;
    padding: 18px 0;
}

.btn--editor[b-wa0mdbf7hb] {
    min-width: auto;
    max-width: 65px;
}
/* _content/EduEdu/Components/Commons/ToDoList/ToDoList.razor.rz.scp.css */
.list[b-rbo8hpyus7] {
    padding: 0 24px 0 20px;
    overflow-y: auto;
    flex: 1;
    max-height: 398px;
}

.list__item[b-rbo8hpyus7] {
    padding: 13px 0;
    border-bottom: 1px dashed #D6DAE0;
}

.task[b-rbo8hpyus7] {
    display: flex;
    align-items: stretch;
    gap: 10px;
    min-height: 40px;
}

.task__marker[b-rbo8hpyus7] {
    width: 4px;
    border-radius: 8px;
    flex-shrink: 0;
}

.task__marker--done[b-rbo8hpyus7] {
    background-color: #E4E6EF !important;
}

.task__marker--template[b-rbo8hpyus7] {
    background-color: #FFBA00;
}

.task__marker--test[b-rbo8hpyus7] {
    background-color: #E73455;
}

.task__marker--file[b-rbo8hpyus7] {
    background-color: #50CD89;
}

.task__marker--report[b-rbo8hpyus7] {
    background-color: #1F5BDF;
}


.task__label[b-rbo8hpyus7] {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    color: #848998;
}

.task__title[b-rbo8hpyus7] {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 3px;
    color: #192033;
}

.task__description[b-rbo8hpyus7] {
    margin-bottom: 5px;
}

.task__author-wrapper[b-rbo8hpyus7] {
    display: flex;
    align-items: center;
    gap: 2px;
}

.task__author[b-rbo8hpyus7] {
    line-height: 20px;
    color: #1F5BDF;
}

.task__author--institute[b-rbo8hpyus7] {
    color: #848998;
}

.task__checkbox[b-rbo8hpyus7] {
    opacity: 0;
    height: 0;
    width: 0;
    position: absolute;
}

.task__checkbox[b-rbo8hpyus7] {
    opacity: 0;
    height: 0;
    width: 0;
    position: absolute;
}

.task__checkbox+.task__label[b-rbo8hpyus7]::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 23.85px;
    height: 25px;
    border-radius: 6px;
    background: #E5E8EF;
    transition: background 0.3s ease;
    transform: translateY(-50%);
}

.task__checkbox:checked+.task__label[b-rbo8hpyus7]::before {
    background: #1F5BDF;
}

.task__checkbox:checked+.task__label[b-rbo8hpyus7]::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 23.85px;
    height: 25px;
    background-image: url('/images/icons/checked.svg');
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.task__checkbox+.task__label[b-rbo8hpyus7] {
    position: relative;
    padding-left: 34px;
    cursor: pointer;
}
/* _content/EduEdu/Components/Commons/UserSettingsNavigation/UserSettingsNavigation.razor.rz.scp.css */
.settings-nav[b-kgp1jv1v32] {
    max-width: 353px;
    width: 100%;
}

.item[b-kgp1jv1v32]{
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #262A38;
}

.item:not(:last-child)[b-kgp1jv1v32] {
    padding-bottom: 14px;
    margin-bottom: 11px;
    border-bottom: 1px dashed #D6DAE0;
}

.active[b-kgp1jv1v32] {
    color: #1F5BDF;
}
/* _content/EduEdu/Components/Layout/AdminLayout.razor.rz.scp.css */

/* _content/EduEdu/Components/Layout/AdminMenu.razor.rz.scp.css */
.navbar-toggler[b-0szx61g3jk] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-0szx61g3jk] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-0szx61g3jk] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0szx61g3jk] {
    font-size: 1.1rem;
}

.bi[b-0szx61g3jk] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-0szx61g3jk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-0szx61g3jk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-0szx61g3jk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-0szx61g3jk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0szx61g3jk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0szx61g3jk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0szx61g3jk]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-0szx61g3jk]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-0szx61g3jk]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-0szx61g3jk] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-0szx61g3jk] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0szx61g3jk] {
        display: none;
    }

    .nav-scrollable[b-0szx61g3jk] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/EduEdu/Components/Layout/MainLayout.razor.rz.scp.css */
.main[b-8ob3s6vtvu] {
    flex: 1;
    display: flex;
    flex-direction: column;
}
/* _content/EduEdu/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-arurikiz7o] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-arurikiz7o] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-arurikiz7o] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-arurikiz7o] {
    font-size: 1.1rem;
}

.bi[b-arurikiz7o] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-arurikiz7o] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-arurikiz7o] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-arurikiz7o] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-arurikiz7o] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-arurikiz7o] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-arurikiz7o] {
        padding-bottom: 1rem;
    }

    .nav-item[b-arurikiz7o]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-arurikiz7o]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-arurikiz7o]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-arurikiz7o] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-arurikiz7o] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-arurikiz7o] {
        display: none;
    }

    .nav-scrollable[b-arurikiz7o] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/EduEdu/Components/Layout/RegisterLayout.razor.rz.scp.css */
.main[b-xuj6ubjq5c] {
    flex: 1;
    display: flex;
    flex-direction: column;
}
/* _content/EduEdu/Components/PageFooter/PageFooter.razor.rz.scp.css */
.footer[b-jonst75xwq] {
    font-size: 12px;
    font-weight: 500;
    color: #848998;
    background-color: #E5E8EF;
    min-height: 80px;
    display: flex;
    align-items: center;
}

.footer__content[b-jonst75xwq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__copyright[b-jonst75xwq] {
    display: flex;
    align-items: center;
    gap: .5rem;
}
/* _content/EduEdu/Components/PageHeader/PageHeader.razor.rz.scp.css */
.header[b-nluxcfi0h0] {
    background-color: #192033;
    color: #E5E8EF;
    font-size: 14px;
    font-weight: 700;
}

.header__navigation[b-nluxcfi0h0] {
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo[b-nluxcfi0h0]{
    margin: 10px 0;
}

.controls[b-nluxcfi0h0] {
    display: flex;
    align-items: center;
}

.controls__search[b-nluxcfi0h0] {
    display: flex;
    align-items: center;
}

.controls__list[b-nluxcfi0h0] {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 0 25px;
}

.search__input[b-nluxcfi0h0] {
    width: 0;
    opacity: 0;
}

.search:focus-within .search__input[b-nluxcfi0h0] {
    width: auto;
    opacity: 1;
}

.search__label[b-nluxcfi0h0] {
    cursor: pointer;
}

.user[b-nluxcfi0h0] {
    display: flex;
    align-items: center;
    gap: 19px;
}

.user__text-data[b-nluxcfi0h0] {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 2px;
}

.user__image-data[b-nluxcfi0h0] {
    display: flex;
    align-items: center;
}

.user__team-image[b-nluxcfi0h0] {
    height: 40px;
    width: 40px;
    border-radius: 12px;
    overflow: hidden;
}

.user__avatar[b-nluxcfi0h0] {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -7px;
}

.user__team-image img[b-nluxcfi0h0],
.user__avatar img[b-nluxcfi0h0] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user__team[b-nluxcfi0h0] {
    font-size: 12px;
    color: #848998;
}

.coins[b-nluxcfi0h0] {
    padding: 5px 6px;
    width: 34px;
    border-radius: 100px;
    background: #848998;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    color: #e5e8ef;
    gap: 5px;
    margin-right: 25px;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    transition: width 0.3s ease, padding 0.3s ease;
    white-space: nowrap;
}

.coins img[b-nluxcfi0h0] {
    flex-shrink: 0;
}

.coins__quantity[b-nluxcfi0h0] {
    margin-left: 3px;
    opacity: 0;
    transition: opacity 0.2s ease;
    font-weight: 700;
    font-size: 20px;
}


@media (min-width: 768px) {
    .coins:hover[b-nluxcfi0h0] {
        width: 134px;
        padding: 5px 13px 5px 6px;
    }

    .coins:hover .coins__quantity[b-nluxcfi0h0] {
        opacity: 1;
    }
}

.hidden-sm[b-nluxcfi0h0]{
    display: none;
}

@media (min-width: 768px) {
    .hidden-sm[b-nluxcfi0h0]{
        display: block;
    }
}
/* _content/EduEdu/Components/Pages/Break/PageInProgress.razor.rz.scp.css */
.content[b-90p684nzf9] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 150px;
}
/* _content/EduEdu/Components/Pages/Chat/Chat.razor.rz.scp.css */
.wrapper[b-rnduu59gpg] {
    flex-direction: row-reverse;
}

.content[b-rnduu59gpg] {
    padding: 40px 0;
}

.side[b-rnduu59gpg] {
    padding: 40px 0;
}
/* _content/EduEdu/Components/Pages/Dashboard/Dashboard.razor.rz.scp.css */
.content[b-cjx8poarvg] {
    max-width: 100%;
    padding: 34px 0 0;
}

.section[b-cjx8poarvg] {
    margin-bottom: 36px;
}

.section__title[b-cjx8poarvg] {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #848998;
    margin-bottom: 11px;
    padding-left: 28px;
}

.flex[b-cjx8poarvg] {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.flex__item[b-cjx8poarvg] {
    background-color: #fff;
    border-radius: 12px;
    height: 508px;
    width: 353px;
    padding-bottom: 20px;
    overflow: hidden;
    overflow-y: auto;
}

.flex__item--wide[b-cjx8poarvg] {
    width: 737px;
}

@media (max-width: calc(1200px - 1px)) {
    .flex__item--wide[b-cjx8poarvg] {
        width: 353px;
    }
}

.flex__item--date-slider[b-cjx8poarvg] {
    overflow: hidden;
}

.flex__item--auto-height[b-cjx8poarvg] {
    height: auto;
}

.flex__item--low[b-cjx8poarvg]{
    height: 232px;
    background: none;
    padding: 0;
}


.flex__item--medium[b-cjx8poarvg]{
    max-height: 260px;
    background: none;
    padding: 0;
}

@media ((min-width: 768px) and (max-width: calc(1200px - 1px))) {
    .flex__item--low[b-cjx8poarvg]{
        height: 260px;
    }
}

@media (min-width: calc(1200px)) {
    .flex__item--medium[b-cjx8poarvg]{
        height: 232px;
    }
}

.flex__item--tall[b-cjx8poarvg] {
    padding-bottom: 0;
}

.flex__item--ai-marker[b-cjx8poarvg] {
    position: relative;
}

    .flex__item--ai-marker[b-cjx8poarvg]:after {
        content: "";
        position: absolute;
        top: 22px;
        right: 22px;
        height: 23px;
        width: 23px;
        background-image: url("images/marker-ai.png");
        background-position: center;
        background-size: cover;
        border-radius: 50%;
    }

.item__text[b-cjx8poarvg] {
    padding: 0 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
}

.flex__item--sensum-ai[b-cjx8poarvg] {
    position: relative;
}

.flex__item--sensum-ai[b-cjx8poarvg]:after {
    content: "";
    position: absolute;
    top: 53px;
    right: 24px;
    height: 16px;
    width: 67px;
    background-image: url("images/SensumAI.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: calc(768px - 1px)) {
    .flex__item--tall[b-cjx8poarvg] {
        height: 100%;
        max-height: 917px;
    }
}
/* _content/EduEdu/Components/Pages/Directions/Directions.razor.rz.scp.css */
/* content */
.direction-list[b-hi2gts0ezv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.info__sub-title[b-hi2gts0ezv] {
    margin-top: 24px;
    margin-bottom: 3px;
    font-size: 30px;
    font-weight: 700;
    line-height: 37.5px;
    color: #192033;
}

.info__text[b-hi2gts0ezv] {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #484D5C;
    margin-bottom: 31px;
}

.pros[b-hi2gts0ezv] {
    margin-bottom: 34px;
}

.pros__title[b-hi2gts0ezv] {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #192033;
    margin-bottom: 21px;
}

.pros__list[b-hi2gts0ezv] {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #484D5C;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 33px;
    row-gap: 25px;
    padding: 0 97px;
}

.pros__list-item[b-hi2gts0ezv] {
    position: relative;
    align-self: center;
}

.pros__list-item[b-hi2gts0ezv]::before {
    content: "";
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: #1F5BDF;
    border-radius: 50%;
    background-image: url('/images/icons/checked.svg');
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.pros__info[b-hi2gts0ezv] {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #484D5C;
    margin-bottom: 25px;
}

.player[b-hi2gts0ezv] {
    padding-top: 100px;
    margin-bottom: 20px;
}

.player__title[b-hi2gts0ezv] {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #192033;
    margin-bottom: 6px;
}

.player__video-wrapper[b-hi2gts0ezv] {
    border-radius: 12px;
    overflow: hidden;
}
/* _content/EduEdu/Components/Pages/Help/Help.razor.rz.scp.css */
.content[b-97urbll53t] {
    max-width: 100%;
}

.helper[b-97urbll53t] {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 56px;
    display: flex;
    gap: 86px;
}

.menu[b-97urbll53t] {
    max-width: 300px;
    width: 100%;
    color: #192033;
}

.menu__title[b-97urbll53t] {
    margin-top: 54px;
    margin-bottom: 26px;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.categories[b-97urbll53t] {
    padding-left: 27px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.categories__item[b-97urbll53t] {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
}

.categories__item--active[b-97urbll53t] {
    color: #1F5BDF;
}


.active-category[b-97urbll53t] {
    color: #192033;
}

.active-category__title[b-97urbll53t] {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

.active-category__description[b-97urbll53t] {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #484D5C;
    margin-bottom: 20px;
}

.question-group[b-97urbll53t] {
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.question-group__title[b-97urbll53t]{
    font-size: 18px;
    font-weight: 700;
    line-height: 22.5px;
    color: #192033;
    margin-bottom: 28px;
}

.questions[b-97urbll53t] {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.questions__item[b-97urbll53t] {
    border-bottom: 1px dashed #D6DAE0;
    position: relative;
}

.question__checkbox[b-97urbll53t] {
    display: none;
}

.question__label[b-97urbll53t]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url('./images/icons/checkbox.svg');
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image 0.3s ease;
}


.question__checkbox:checked + .question__label[b-97urbll53t]::before {
    background-image: url('./images/icons/checkbox-selected.svg');
}

.question__label[b-97urbll53t] {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding-left: 38px;
    position: relative;
}

.question__checkbox + .question__label .answer[b-97urbll53t] {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: scaleY(0);
    padding-top: 0;
    transition: all 0.3s ease;
}

.question__checkbox:checked + .question__label .answer[b-97urbll53t] {
    max-height: 500px;
    opacity: 1;
    transform: scaleY(1);
    padding-top: 10px;
}

.question[b-97urbll53t] {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #192033;
}

.answer[b-97urbll53t] {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #484D5C;
}
/* _content/EduEdu/Components/Pages/Meetings/Completed/Completed.razor.rz.scp.css */
.content[b-6j9ag19th7] {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 85px;
}

/* _content/EduEdu/Components/Pages/Meetings/Recorded/Recorded.razor.rz.scp.css */
.content[b-w4iql0p6iw] {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 85px;
}

/* _content/EduEdu/Components/Pages/Meetings/Upcoming/Upcoming.razor.rz.scp.css */
.content[b-4xzhyaen6g] {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 85px;
}

.btn--new-meeting[b-4xzhyaen6g] {
    margin-bottom: 30px;
}
/* _content/EduEdu/Components/Pages/Projects/AllActivities/AllActivities.razor.rz.scp.css */
.content[b-mxkyy2zall] {
    max-width: 100%;
    padding: 66px 0 59px;
}
/* _content/EduEdu/Components/Pages/Projects/Description/Description.razor.rz.scp.css */
.project-wrapper[b-f5hi2l9skk] {}

.page-section[b-f5hi2l9skk] {
    position: relative;
}

.wrapper[b-f5hi2l9skk] {
    padding: 30px 0 56px;
    align-items: flex-start;
}

@media (max-width: calc(1200px - 1px)) {
    .wrapper[b-f5hi2l9skk] {
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

.btn--rect[b-f5hi2l9skk] {
    margin-bottom: 20px;
}

.content[b-f5hi2l9skk] {
    max-width: 738px;
}

.page-section--done[b-f5hi2l9skk] {
    position: relative;
}

.page-section--locked[b-f5hi2l9skk] {
    position: relative;
    filter: blur(5px);
    overflow: hidden;
}

.page-section--done[b-f5hi2l9skk]::after {
    content: "";
    position: absolute;
    top: 19px;
    right: 29px;
    width: 26px;
    height: 26px;
    background: #1BC300;
    border-radius: 50%;
    background-image: url('/images/icons/rounded-check.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
}

.page-section--locked[b-f5hi2l9skk]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF7F;
    border-radius: 12px;
    z-index: 1;
}

.sidebar[b-f5hi2l9skk] {
    max-width: 353px;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 12px;
}

.step__list[b-f5hi2l9skk] {
    padding: 0 24px 20px 20px;
}

.step__item[b-f5hi2l9skk] {
    cursor: pointer;
    position: relative;
    display: flex;
    gap: 10px;
}

.step__item:not(:last-child)[b-f5hi2l9skk] {
    padding-bottom: 15px;
    margin-bottom: 16px;
    border-bottom: 1px dashed #B6BBC4;
}

.step__item--active[b-f5hi2l9skk] {
    .step__title {
        color: #1F5BDF;
    }
}

.step__item--locked[b-f5hi2l9skk]::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 12px;
    height: 100%;
    background: url("images/icons/lock.svg") no-repeat center;
    z-index: 1;
}

.step__image-wrapper[b-f5hi2l9skk] {
    height: 44px;
    width: 77px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #848998;
    margin-right: 10px;
    
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.step__title[b-f5hi2l9skk] {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #192033;
    margin-bottom: 0;
}

.step__date[b-f5hi2l9skk] {
    font-size: 10px;
    line-height: 17px;
    font-weight: 500;
    color: #B6BBC4;
}

.motivation[b-f5hi2l9skk] {
    border-radius: 12px;
    background: #848998;
    padding: 30px 29px 18px 36px;
    color: #fff;
    margin-bottom: 10px;
    
    > h3 {
        font-size: 22px;
        margin-bottom: 6px;
    }
    
    > p[b-f5hi2l9skk] {
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 0 !important;
    }
}
/* _content/EduEdu/Components/Pages/Projects/Files/Files.razor.rz.scp.css */
.content[b-n2pcnunzn0] {
    max-width: 100%;
}

.uploader[b-n2pcnunzn0] {
    min-width: 160px;
    padding: 12px 40px;
    border-radius: 50px;
    margin-top: 33px;
    margin-bottom: 3px;

    font-size: 14px;
    font-weight: 700;
    line-height: 17.5px;
    text-align: center;

    color: #FFFFFF;
    background: #1F5BDF;
    transition: background-color 0.3s ease;

    &:hover,
    &:focus,
    &:active {
        color: #FFFFFF;
        background: #1748b3;
    }
}

.uploader__input[b-n2pcnunzn0] {
    height: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
}
/* _content/EduEdu/Components/Pages/Projects/Files/FileViewer.razor.rz.scp.css */
/* ImageViewer.razor.css lub site.css / app.css */

.image-viewer-container[b-werfbzrhmy] {
    position: relative; /* Niezbędne do pozycjonowania absolutnego przycisku "wstecz" */
    padding: 20px;
    padding-top: 60px; /* Dodaj więcej paddingu na górze, aby zrobić miejsce na przycisk, jeśli jest duży */
    background-color: #f4f4f4; /* Tło dla całego podglądu */
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 20px; /* Przykładowy margines dla strony */
    text-align: center; /* Wycentrowanie obrazka i podpisu, jeśli nie zajmują pełnej szerokości */
}

.back-button[b-werfbzrhmy] {
    position: absolute; /* Pozycjonowanie absolutne względem .image-viewer-container */
    top: 15px; /* Odległość od górnej krawędzi kontenera */
    left: 15px; /* Odległość od lewej krawędzi kontenera */
    z-index: 10; /* Upewnij się, że jest nad innymi elementami */

    padding: 8px 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9em;
    text-decoration: none; /* Jeśli używasz <a> zamiast <button> */
    transition: background-color 0.2s ease;
}

    .back-button:hover[b-werfbzrhmy] {
        background-color: #0056b3;
    }

    .back-button i.fas.fa-arrow-left[b-werfbzrhmy] { /* Dla ikonki Font Awesome */
        margin-right: 5px;
    }

.image-wrapper[b-werfbzrhmy] {
    margin-bottom: 15px; /* Odstęp między obrazkiem a podpisem */
    max-width: 100%;
    display: inline-block; /* Aby text-align: center działało na kontenerze obrazka */
}

.displayed-image[b-werfbzrhmy] {
    max-width: 100%; /* Obrazek będzie responsywny i nie wyjdzie poza kontener */
    max-height: 70vh; /* Ogranicz maksymalną wysokość obrazka (np. 70% wysokości okna) */
    height: auto; /* Zachowaj proporcje */
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.image-caption[b-werfbzrhmy] {
    font-size: 0.9em;
    color: #555;
    margin-top: 0;
}

.no-image-message[b-werfbzrhmy] {
    color: #777;
}
/* _content/EduEdu/Components/Pages/Projects/Projects.razor.rz.scp.css */
.content[b-x11t8n6f7b] {
    max-width: 929px;
}
/* _content/EduEdu/Components/Pages/Projects/WorkBoard/WorkBoard.razor.rz.scp.css */
.wrapper[b-8ti7hxqwhp] {
    flex-direction: row-reverse;
}

.content[b-8ti7hxqwhp] {
    padding: 98px 0 64px;
}

.application[b-8ti7hxqwhp] {
    border-radius: 12px;
    background: #fff;
    padding: 16px 20px 16px 24px;
}

.application__header[b-8ti7hxqwhp] {
    position: relative;
}

.application__date[b-8ti7hxqwhp],
.comment__date[b-8ti7hxqwhp] {
    display: block;
    font-size: 10px;
    font-weight: 500;
    line-height: 17px;
    color: #B6BBC4;
    margin-bottom: 7px;
}

.application__decoration[b-8ti7hxqwhp] {
    position: absolute;
    padding: 2px;
    top: 6px;
    right: 0;
}

.btn--new-application[b-8ti7hxqwhp] {
    margin-top: 18px;
    margin-bottom: 24px;
}

.comment__list[b-8ti7hxqwhp] {
    list-style: none;
}

.comment__text[b-8ti7hxqwhp] {
    padding: 4px 0 0 50px;
    font-family: Quicksand;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #484D5C;
}

.application__title[b-8ti7hxqwhp] {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #192033;
}

.input__label[b-8ti7hxqwhp] {
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    color: #192033;
    margin-top: 12px;
    margin-bottom: 6px;
    padding-left: 16px;
}
/* _content/EduEdu/Components/Pages/Seminars/Flashcards/Flashcards.razor.rz.scp.css */
.slider-wrapper[b-xa7bf6hqtz] {
    padding: 41px 0;
}

.slider[b-xa7bf6hqtz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;

    .slider__button {
        width: 32px;
    }

    .slider__button--next[b-xa7bf6hqtz] {
        transform: rotateY(180deg);
    }

    .flashcard-wrapper[b-xa7bf6hqtz] {
        position: relative;
        width: 100%;
        height: 200px;
        perspective: 1000px;
    }

    @media screen and (min-width: 768px) {
        .flashcard-wrapper[b-xa7bf6hqtz] {
            height: 376px;
            max-width: 546px;
        }
    }

    .flashcard[b-xa7bf6hqtz] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
        color: #ffffff;
        border-radius: 10px;
        background-color: #848998;
        transition: transform 0.6s ease-in-out;
    }

    .flashcard--avers[b-xa7bf6hqtz] {
        background-color: #848998;

        .flashcard__content {
            font-size: 38px;
            font-weight: 700;
            line-height: 42px;
        }

        @media screen and (min-width: 1024px) {
            .flashcard__content[b-xa7bf6hqtz] {
                font-size: 28px;
                line-height: 42px;
            }
        }
    }

    .flashcard--revers[b-xa7bf6hqtz] {
        background-color: #ffffff;
        color: #000000;
        transform: rotateY(180deg);

        .flashcard__content {
            font-size: 16px;
            font-weight: 600;
            line-height: 25px;
        }

        @media screen and (min-width: 1024px) {
            .flashcard__content[b-xa7bf6hqtz] {
                font-size: 14px;
                line-height: 20px;
            }
        }
    }

    .flashcard--known[b-xa7bf6hqtz]::after {
        content: "";
        position: absolute;
        right: 20px;
        top: 23px;
        width: 26px;
        height: 26px;
        background: #1BC300;
        border-radius: 50%;
        background-image: url('/images/icons/rounded-check.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 13px;
    }

    .flashcard__head[b-xa7bf6hqtz] {
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
    }

    .flashcard__footer[b-xa7bf6hqtz] {
        min-height: 18px;

        .buttons {
            display: flex;
            gap: 13px;

            .button {
                min-width: 120px;
            }
        }
    }

    .flashcard-wrapper--flipped .flashcard--avers[b-xa7bf6hqtz] {
        transform: rotateY(180deg);
    }

    .flashcard-wrapper--flipped .flashcard--revers[b-xa7bf6hqtz] {
        transform: rotateY(0deg);
    }
}

.markers[b-xa7bf6hqtz] {
    display: flex;
    justify-content: space-between;

    .marker {
        padding: 8px 16px;
        border-radius: 16px;
        background-color: #b9bdc7;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .marker--success[b-xa7bf6hqtz] {
        background-color: #1bc300;
    }
}
/* _content/EduEdu/Components/Pages/Seminars/Lecture/Lecture.razor.rz.scp.css */
.sub-information[b-c3yixrj9ah] {
  padding: 20px 33px 26px 39px;
  background: #848998;
  border-radius: 12px;
  color: #FFFFFF;
  margin: 37px 0;

  .sub-information__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 13px;
    margin-bottom: 23px;
    border-bottom: 1px dashed #D6DAE0;
  }

  .item[b-c3yixrj9ah] {
    .item__title {
      font-size: 18px;
      font-weight: 700;
      line-height: 22.5px;
      margin-bottom: 2px;
    }

    .item__text[b-c3yixrj9ah] {
      font-size: 14px;
      font-weight: 500;
      line-height: 22px;
      margin-bottom: 1rem;
    }
  }
}


.qa[b-c3yixrj9ah] {
  .qa__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #192033;
  }

  .qa__list[b-c3yixrj9ah] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }

  .qa__item[b-c3yixrj9ah] {
    padding: 21px 23px 13px 23px;
    border-radius: 12px;
    background: #FFFFFF;
    overflow: visible;
  }

  .qa__motivation[b-c3yixrj9ah] {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
  }
}

.test[b-c3yixrj9ah] {
  color: #192033;
  position: relative;
  padding-bottom: 47px;

  .test__task {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    padding-right: 23px;
    max-width: 90%;
    margin-bottom: 13px;
  }

  .test__variants[b-c3yixrj9ah] {
    list-style: disc;
    padding-left: 2rem;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    padding-right: 23px;
    margin-bottom: 16px;
    color: #484D5C;
  }
  
  .test__chat[b-c3yixrj9ah] {
    .chat, .chat__body  {
      padding: 0;
      
      .chat__fast-questions {
        width: calc(100% + 23px);
      }
    }

    .chat .chat__footer[b-c3yixrj9ah] {
      padding-bottom: 10px;
    }
    
    .messsage[b-c3yixrj9ah], .btn[b-c3yixrj9ah] {
      margin-bottom: 10px;
    }
  }
}

.math-input[b-c3yixrj9ah] {
  display: block;
  background: #FEFCE6;
  border-radius: 6px;
  border: none;

  * {
    font-family: "Roboto Serif", serif !important;
    font-weight: 400;
    font-size: 18px;
  }
}
/* _content/EduEdu/Components/Pages/Seminars/Mentor/Czajka.razor.rz.scp.css */
.wrapper[b-sil7ypvhxy] {
    flex-direction: row-reverse;
}

.content[b-sil7ypvhxy] {
    padding: 40px 0 64px;
}

.btn--new-conversation[b-sil7ypvhxy] {
    display: flex;
    gap: 9px;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 20px;
}

.hero-mentor[b-sil7ypvhxy]{
    background-color: #E5E8EF;
}
/* _content/EduEdu/Components/Pages/Seminars/Mentor/Korek.razor.rz.scp.css */
.wrapper[b-aras1av4sd] {
    flex-direction: row-reverse;
}

.content[b-aras1av4sd] {
    padding: 40px 0 64px;
}

.btn--new-conversation[b-aras1av4sd] {
    display: flex;
    gap: 9px;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 20px;
}
.hero-mentor[b-aras1av4sd] {
    background-color: #E5E8EF;
}
/* _content/EduEdu/Components/Pages/Seminars/Mentor/Olimpia.razor.rz.scp.css */
.wrapper[b-jvunqyfzws] {
    flex-direction: row-reverse;
}

.content[b-jvunqyfzws] {
    padding: 40px 0 64px;
}

.btn--new-conversation[b-jvunqyfzws] {
    display: flex;
    gap: 9px;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 20px;
}
.hero-mentor[b-jvunqyfzws] {
    background-color: #E5E8EF;
}
/* _content/EduEdu/Components/Pages/Seminars/Mentor/Qumak.razor.rz.scp.css */
.wrapper[b-dl95tjz24i] {
    flex-direction: row-reverse;
}

.content[b-dl95tjz24i] {
    padding: 40px 0 64px;
}

.btn--new-conversation[b-dl95tjz24i] {
    display: flex;
    gap: 9px;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 20px;
}
.hero-mentor[b-dl95tjz24i] {
    background-color: #E5E8EF;
}
/* _content/EduEdu/Components/Pages/Seminars/Notes/Notes.razor.rz.scp.css */
.notes[b-qm48ppttu6] {
    padding: 24px 0;
}

.notes__new[b-qm48ppttu6] {
    padding: 24px 48px;
    min-height: 263px;
}

.editor[b-qm48ppttu6] {
    padding: 12px 24px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
}

.btn--note-new[b-qm48ppttu6] {
    width: 100%;
}

.notes__list[b-qm48ppttu6] {
    padding: 17px 0;
}

.notes__item[b-qm48ppttu6] {
    margin-bottom: 40px;
}

.note[b-qm48ppttu6] {
    display: flex;
    align-items: start;
    gap: 30px;
}

.note__time[b-qm48ppttu6] {
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    background: #192033;
}

.note__content[b-qm48ppttu6] {
    flex: 1;
}

.note__title[b-qm48ppttu6] {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #848998;
    margin-bottom: 4px;
}

.note__description[b-qm48ppttu6] {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.5px;
    color: #1F5BDF;
    margin-bottom: 10px;
}

.note__body[b-qm48ppttu6] {
    padding: 11px 17px 9px 25px;
    background: #FFFFFF;
    border-radius: 12px;
}

.note__controls[b-qm48ppttu6] {
    padding-bottom: 16px;
    margin-left: 5px;
    margin-bottom: 9px;
    border-bottom: 1px dashed #D6DAE0;
    display: flex;
    justify-content: end;
    gap: 15px;
}

.note__text[b-qm48ppttu6] {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #484D5C;
    max-width: 504px;
}
/* _content/EduEdu/Components/Pages/Seminars/QuestionsAnswers/QuestionsAnswers.razor.rz.scp.css */
.section[b-zx6czxx3sy] {
    padding: 45px 0;
}

.questions-quantity[b-zx6czxx3sy] {
    padding: 0 22px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #192033;
    margin-bottom: 38px;
}

.questions__item[b-zx6czxx3sy] {
    padding: 20px 0;
}

.question[b-zx6czxx3sy] {
    padding: 18px 22px 14px;
    background-color: #FFFFFF;
    border-radius: 12px;
}

.question__header[b-zx6czxx3sy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.question__show-answers[b-zx6czxx3sy] {
    transform: rotateX(180deg);
    transition: transform 0.3s ease-in-out;
}

.question__show-answers--opened[b-zx6czxx3sy] {
    transform: rotateX(0deg);
}

.question__body[b-zx6czxx3sy] {
    padding-right: 23px;
}

.question__text[b-zx6czxx3sy]{
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #192033;
    margin: 0;
}

.question__description[b-zx6czxx3sy] {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #484D5C;
    margin: 0;
}

.question__published[b-zx6czxx3sy] {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #848998;
    padding: 11px 24px 5px;
}

.btn--more-question[b-zx6czxx3sy] {
    display: block;
    margin: 0 auto;
    margin-bottom: 23px;
}

.btn--new-question[b-zx6czxx3sy] {
    display: flex;
    gap: 9px;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 102px;
}

.question__footer[b-zx6czxx3sy] {
    border-top: 1px dashed #D6DAE0;
    margin-top: 17px;
    padding-top: 32px;
    padding-left: 2px;
    overflow: hidden;
    transform: translateY(0);
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.question__footer--hidden[b-zx6czxx3sy] {
    max-height: 0;
    transform: translateY(-10px);
    opacity: 0;
    padding-top: 0;
    margin-top: 0;
}

.reply__content[b-zx6czxx3sy] {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    padding-right: 22px;
    padding-left: 56px;
}

.editor[b-zx6czxx3sy] {
    padding-top: 21px;
    padding-right: 22px;
    padding-left: 56px;
}

.new-question[b-zx6czxx3sy] {
    padding: 18px 22px 14px;
    background-color: #FFFFFF;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    color: #192033;
}

.new-question__label[b-zx6czxx3sy] {
    width: 100%;
    margin-bottom: 11px;
}

.new-question__title[b-zx6czxx3sy] {
    padding-left: 17px;
    margin-bottom: 5px;
}

.new-question__title-input[b-zx6czxx3sy] {
    background-color: #F2F3F7;
    border-radius: 12px;
    border: none;
    outline: none;
    padding: 12px 15px;
    width: 100%;
}
/* _content/EduEdu/Components/Pages/Seminars/Quizzes/Quizzes.razor.rz.scp.css */
.quiz[b-wwz9ndd40h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 24px 0;
}

@media screen and (min-width: 1024px) {
    .quiz[b-wwz9ndd40h] {
        align-items: flex-end;
        padding: 42px 20px;
    }
}

@media screen and (min-width: 1280px) {
    .quiz[b-wwz9ndd40h] {
        padding: 114px 52px 109px 96px;
    }
}

.quiz__question-set[b-wwz9ndd40h] {
    border: none;
    border-radius: 12px;
    background: #fff;
    padding: 20px 24px;
    max-width: 545px;
    margin: 0 auto;
    width: 100%;
}

.quiz__question-set[b-wwz9ndd40h] {
    .title {
        margin-bottom: 24px;
        padding-top: 0;
        color: #192033;
        font-size: 20px;
        font-weight: 700;
        line-height: 25px;

        .additional {
            margin-top: 6px;
            display: block;
            color: #484D5C;
            font-size: 14px;
            line-height: 19px;
        }
    }

    .variants[b-wwz9ndd40h] {
        clear: both;
        margin-bottom: 12px;
    }

    .variants__item:not(:last-of-type)[b-wwz9ndd40h] {
        margin-bottom: 18px;
    }
}

.variant[b-wwz9ndd40h] {
    .variant__label {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #484D5C;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        cursor: pointer;
    }

    .variant__label--correct[b-wwz9ndd40h] {
        color: #00A825;
    }

    .variant__label--wrong[b-wwz9ndd40h] {
        color: #DB0000;
    }

    .variant__label[b-wwz9ndd40h]::before {
        content: '';
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #E5E8EF;
        cursor: pointer;
    }

    .variant__input[b-wwz9ndd40h] {
        display: none;
    }

    .variant__input--radio+.variant__label[b-wwz9ndd40h]::before {
        height: 27px;
        min-width: 27px;
        border-radius: 50%;
        background-color: #E5E8EF;
    }

    .variant__input--radio:checked+.variant__label[b-wwz9ndd40h]::before {
        background-color: #848998;
        background-image: url(images/icons/circle.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 14px 14px;
    }

    .variant__input--checkbox+.variant__label[b-wwz9ndd40h]::before {
        height: 24px;
        min-width: 24px;
        border-radius: 6px;
    }

    .variant__input--checkbox:checked+.variant__label[b-wwz9ndd40h]::before {
        background-color: #848998;
        background-image: url(images/icons/checked.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 15px 10px;
    }
}

.btn--quiz-submit[b-wwz9ndd40h] {
    align-self: flex-end;
    margin: 0 22px;
}


.results[b-wwz9ndd40h] {
    padding-top: 21px;
    margin-top: 31px;
    border-top: 1px dashed #D6DAE0;

    .justification {
        color: #192033;
        margin-bottom: 23px;

        .justification__title {
            font-size: 16px;
            font-weight: 700;
            line-height: 20px;
        }

        .justification__text[b-wwz9ndd40h] {
            font-size: 12px;
            font-weight: 500;
            line-height: 17px;
        }
    }

    .button-ai[b-wwz9ndd40h] {
        font-size: 12px;
        font-weight: 700;
        line-height: 15px;
        text-align: center;
        color: #FFFFFF;
        background: linear-gradient(92.9deg, #F600CE 3.02%, #0700FF 99.64%);
        max-width: 117px;
        width: 100%;
        padding: 6px 9.5px;
        border-radius: 50px;
    }

    .button-ai:not(:last-of-type)[b-wwz9ndd40h] {
        margin-right: 13px;
    }

    .button-ai:hover[b-wwz9ndd40h],
    .button-ai:active[b-wwz9ndd40h],
    .button-ai:focus[b-wwz9ndd40h] {
        background: linear-gradient(92.9deg, #0700FF 3.02%, #F600CE 99.64%);
    }
}
/* _content/EduEdu/Components/Pages/User/Account/Account.razor.rz.scp.css */
.wrapper[b-l62czvb56v] {
    flex-direction: column;
    padding: 20px 0;
}

@media (min-width: 1200px) {
    .wrapper[b-l62czvb56v] {
        padding: 0;
    }
}

.content[b-l62czvb56v] {
    max-width: unset;
}

.content-wrapper[b-l62czvb56v] {
    max-width: unset;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 30px;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .content-wrapper[b-l62czvb56v] {
        flex-direction: row;
    }
}

.btn--secondary[b-l62czvb56v] {
    min-width: 0;
    width: 100%;
}

.general[b-l62czvb56v] {
    margin-bottom: 20px;
}

.general__title[b-l62czvb56v] {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #192033;
}

.general__description[b-l62czvb56v] {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #484D5C;
    padding-bottom: 32px;
    border-bottom: 1px dashed #D6DAE0;
}

.profile__section[b-l62czvb56v] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

@media (min-width: 768px) {
    .profile__section[b-l62czvb56v] {
        display: grid;
        grid-template-columns: 152px 2fr auto;
        align-items: center;
        gap: 10px;
    }
}

.profile__section:not(:last-child)[b-l62czvb56v] {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #D6DAE0;
}

.profile__title[b-l62czvb56v] {
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    color: #484D5C;
    margin: 0;
}

@media (min-width: 768px) {
    .profile__title[b-l62czvb56v] {
        width: auto;
    }
}

.profile__avatar[b-l62czvb56v] {
    margin: 0;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.profile__name[b-l62czvb56v],
.profile__info[b-l62czvb56v] {
    max-width: 354px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    margin: 0;
    color: #192033;
}

@media (max-width: 768px) {
    .profile__name[b-l62czvb56v] {
        width: auto;
    }
}


.profile__actions[b-l62czvb56v] {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.assistant__title[b-l62czvb56v] {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #262A38;
}

.assistant__text[b-l62czvb56v] {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #262A38;
    margin-bottom: 0.5rem;
}

.modal-content[b-l62czvb56v] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 36px;
}

@media (min-width: 768px) {
    .modal-content[b-l62czvb56v] {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: start;
        gap: 36px;
    }
}

.avatar-section[b-l62czvb56v] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.avatar-section__image[b-l62czvb56v] {
    margin: 0;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 7px;
}

.avatar-section__status[b-l62czvb56v] {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #50CD89;
    margin-bottom: 10px;
}

.avatar-section__change[b-l62czvb56v] {
    max-width: 112px;
    padding: 6px 16px;
}

.informer[b-l62czvb56v] {
    padding: 20px 20px 15px;
    border: 1px dashed #D6DAE0;
    border-radius: 12px;
    display: flex;
    align-items: start;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #484D5C;
    max-width: 340px;
}

.input-label[b-l62czvb56v] {
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    color: #192033;
    margin-bottom: 3px;
    padding-left: 17px;
}

.marker--sensum-ai[b-l62czvb56v] {
    position: relative;
}

.marker--sensum-ai[b-l62czvb56v]:after {
    content: "";
    position: absolute;
    top: 53px;
    right: 24px;
    height: 16px;
    width: 67px;
    background-image: url("images/SensumAI.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
/* _content/EduEdu/Components/Pages/User/Data/Data.razor.rz.scp.css */
.content[b-mdhahy9fzx] {
    max-width: unset;
}

.content-wrapper[b-mdhahy9fzx] {
    max-width: unset;
    display: flex;
    align-items: start;
    gap: 30px;
}

.btn--secondary[b-mdhahy9fzx] {
    min-width: 0;
    max-width: 86px;
    padding: 6px 12px;
}

.general[b-mdhahy9fzx] {
    margin-bottom: 20px;
}

.general__title[b-mdhahy9fzx] {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #192033;
}

.general__description[b-mdhahy9fzx] {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #484D5C;
    padding-bottom: 26px;
    margin-bottom: 23px;
    border-bottom: 1px dashed #D6DAE0;
    border-top: 1px dashed #D6DAE0;
    padding-top: 25px;
    margin-top: 14px;
    display: flex;
    gap: 30px;
}

.description-wrapper[b-mdhahy9fzx] {
    max-width: 610px;
}

.description__title[b-mdhahy9fzx] {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #484d5c;
    margin-bottom: 7px;
}

.description__text[b-mdhahy9fzx] {
    font-weight: 500;
    font-size: 10px;
    line-height: 17px;
    color: #848998;
    margin-bottom: 0;
}

.profile__section[b-mdhahy9fzx] {
    display: grid;
    grid-template-columns: 152px 2fr auto;
    align-items: center;
    gap: 10px;
}

.profile__section--close[b-mdhahy9fzx] {
    grid-template-columns: 500px auto;
    padding-bottom: 10px;
}

.profile__close[b-mdhahy9fzx] {
    font-weight: 500;
    font-size: 12px;
    color: #484d5c;
}

.profile__section--coin[b-mdhahy9fzx] {
    grid-template-columns: 252px auto;
}

.profile__section:not(:last-child)[b-mdhahy9fzx] {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #D6DAE0;
}

.profile__title[b-mdhahy9fzx] {
    font-weight: 500;
    font-size: 12px;
    color: #484D5C;
    margin: 0;
}

.profile__title--coin[b-mdhahy9fzx] {
    margin-bottom: 14px;
}

.profile__avatar[b-mdhahy9fzx] {
    margin: 0;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.profile__guardian[b-mdhahy9fzx],
.profile__info[b-mdhahy9fzx] {
    max-width: 354px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    margin: 0;
    color: #192033;
}

.profile__verification[b-mdhahy9fzx] {
    font-weight: 500;
    font-size: 10px;
    line-height: 17px;
    margin: 0;
    color: #848998;
}

.profile__verification--needed[b-mdhahy9fzx] {
    color: #E73455;
}

.profile__actions[b-mdhahy9fzx] {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.profile__coins-wrapper[b-mdhahy9fzx] {
    display: flex;
    gap: 16px;
}

.profile__coins-value[b-mdhahy9fzx] {
    font-weight: 700;
    font-size: 45px;
    line-height: 100%;
    vertical-align: middle;
    color: #192033;
}

.assistant__title[b-mdhahy9fzx] {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #262A38;
}

.assistant__text[b-mdhahy9fzx] {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #262A38;
    margin-bottom: 0.5rem;
}

.modal-content[b-mdhahy9fzx] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: start;
    gap: 36px;
}

.avatar-section[b-mdhahy9fzx] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.avatar-section__image[b-mdhahy9fzx] {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 7px;
}

.avatar-section__status[b-mdhahy9fzx] {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #50CD89;
    margin-bottom: 10px;
}

.avatar-section__change[b-mdhahy9fzx] {
    max-width: 112px;
    padding: 6px 16px;
}

.informer[b-mdhahy9fzx] {
    padding: 20px 20px 15px;
    border: 1px dashed #D6DAE0;
    border-radius: 12px;
    display: flex;
    align-items: start;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #484D5C;
    max-width: 256px;
}

.informer--name[b-mdhahy9fzx] {
    max-width: 337px;
}

.informer__code[b-mdhahy9fzx] {
    margin: -10px;
}

.input-label[b-mdhahy9fzx] {
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    color: #192033;
    margin-bottom: 3px;
    padding-left: 17px;
}

.checkbox-group[b-mdhahy9fzx] {
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px dashed #D6DAE0;
}

.form__checkbox[b-mdhahy9fzx] {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.form__checkbox input[b-mdhahy9fzx] {
    display: none;
}

.custom-checkbox[b-mdhahy9fzx] {
    content: "";
    display: block;
    position: relative;
    width: 23.85px;
    height: 25px;
    border-radius: 6px;
    background: #E5E8EF;
    transition: background 0.3s ease;
}

input:checked + .custom-checkbox[b-mdhahy9fzx] {
    background: #1F5BDF;
}

input:checked + .custom-checkbox[b-mdhahy9fzx]::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    background-image: url('/images/icons/checked.svg');
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}

input:disabled + .custom-checkbox[b-mdhahy9fzx] {
    background: #848998;
    cursor: not-allowed;
}

.validator[b-mdhahy9fzx] {
    font-weight: 500;
    font-size: 10px;
    line-height: 17px;
    color: #e73455;
    padding-left: 17px;
    margin-bottom: 7px;
}

.send-sms[b-mdhahy9fzx] {
    text-transform: uppercase;
    color: #1f5bdf;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: inline;
    padding: 0;
    margin: 0;
}

.data[b-mdhahy9fzx] {
    padding: 10px 17px;
    font-weight: 500;
    font-size: 16px;
    color: #192033;
    border-radius: 12px;
    background: #F2F3F7;
}
/* _content/EduEdu/Components/Pages/User/Guardian/Guardian.razor.rz.scp.css */
.content[b-ip0s3wbhxw] {
    max-width: unset;
}

.content-wrapper[b-ip0s3wbhxw] {
    max-width: unset;
    display: flex;
    align-items: start;
    gap: 30px;
}

.btn--secondary[b-ip0s3wbhxw] {
    min-width: 0;
    max-width: 86px;
    padding: 6px 12px;
}

.general[b-ip0s3wbhxw] {
    margin-bottom: 20px;
}

.general__title[b-ip0s3wbhxw] {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #192033;
}

.general__description[b-ip0s3wbhxw] {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #484D5C;
    padding-bottom: 32px;
    border-bottom: 1px dashed #D6DAE0;
}

.profile__section[b-ip0s3wbhxw] {
    display: grid;
    grid-template-columns: 152px 2fr auto;
    align-items: center;
    gap: 10px;
}

.profile__section--coin[b-ip0s3wbhxw] {
    grid-template-columns: 252px auto;
}

.profile__section:not(:last-child)[b-ip0s3wbhxw] {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #D6DAE0;
}

.profile__title[b-ip0s3wbhxw] {
    font-weight: 500;
    font-size: 12px;
    color: #484D5C;
    margin: 0;
}

.profile__title--coin[b-ip0s3wbhxw] {
    margin-bottom: 14px;
}

.profile__avatar[b-ip0s3wbhxw] {
    margin: 0;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.profile__guardian[b-ip0s3wbhxw],
.profile__info[b-ip0s3wbhxw] {
    max-width: 354px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    margin: 0;
    color: #192033;
}

.profile__verification[b-ip0s3wbhxw] {
    font-weight: 500;
    font-size: 10px;
    line-height: 17px;
    margin: 0;
    color: #848998;
}

.profile__verification--needed[b-ip0s3wbhxw] {
    color: #E73455;
}

.profile__actions[b-ip0s3wbhxw] {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.profile__coins-wrapper[b-ip0s3wbhxw] {
    display: flex;
    gap: 16px;
}

.profile__coins-value[b-ip0s3wbhxw] {
    font-weight: 700;
    font-size: 45px;
    line-height: 100%;
    vertical-align: middle;
    color: #192033;
}

.assistant__title[b-ip0s3wbhxw] {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #262A38;
}

.assistant__text[b-ip0s3wbhxw] {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #262A38;
    margin-bottom: 0.5rem;
}

.modal-content[b-ip0s3wbhxw] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: start;
    gap: 36px;
}

.avatar-section[b-ip0s3wbhxw] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.avatar-section__image[b-ip0s3wbhxw] {
    margin: 0;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 7px;
}

.avatar-section__status[b-ip0s3wbhxw] {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #50CD89;
    margin-bottom: 10px;
}

.avatar-section__change[b-ip0s3wbhxw] {
    max-width: 112px;
    padding: 6px 16px;
}

.informer[b-ip0s3wbhxw] {
    padding: 20px 20px 15px;
    border: 1px dashed #D6DAE0;
    border-radius: 12px;
    display: flex;
    align-items: start;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #484D5C;
    max-width: 256px;
}

.informer--name[b-ip0s3wbhxw] {
    max-width: 337px;
}

.informer__code[b-ip0s3wbhxw] {
    margin: -10px;
}

.input-label[b-ip0s3wbhxw] {
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    color: #192033;
    margin-bottom: 3px;
    padding-left: 17px;
}

.coins__title[b-ip0s3wbhxw] {
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    color: #192033;
    margin-bottom: 13px;
}

.coins__list[b-ip0s3wbhxw] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #D6DAE0;
}

.coins__item[b-ip0s3wbhxw] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 9px 5px 6px;
    border-radius: 50px;
    background: #848998;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #E5E8EF;
}

.coins__item--selected[b-ip0s3wbhxw] {
    background: #1F5BDF;
}

.checkbox-group[b-ip0s3wbhxw] {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.form__checkbox[b-ip0s3wbhxw] {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.form__checkbox input[b-ip0s3wbhxw] {
    display: none;
}

.custom-checkbox[b-ip0s3wbhxw] {
    content: "";
    display: block;
    position: relative;
    width: 23.85px;
    height: 25px;
    border-radius: 6px;
    background: #E5E8EF;
    transition: background 0.3s ease;
}

input:checked + .custom-checkbox[b-ip0s3wbhxw] {
    background: #1F5BDF;
}

input:checked + .custom-checkbox[b-ip0s3wbhxw]::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    background-image: url('/images/icons/checked.svg');
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}

input:disabled + .custom-checkbox[b-ip0s3wbhxw] {
    background: #848998;
    cursor: not-allowed;
}
/* _content/EduEdu/Components/Pages/User/Login/Login.razor.rz.scp.css */
.wrapper[b-epk6ude5db] {
    flex-direction: column;
    padding: 20px 0;
}

@media (min-width: 1200px) {
    .wrapper[b-epk6ude5db] {
        padding: 0;
    }
}

.content[b-epk6ude5db] {
    max-width: unset;
}

.content-wrapper[b-epk6ude5db] {
    max-width: unset;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 30px;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .content-wrapper[b-epk6ude5db] {
        flex-direction: row;
    }
}

.btn--secondary[b-epk6ude5db] {
    min-width: 0;
    width: 100%;
}

.general[b-epk6ude5db] {
    margin-bottom: 20px;
}

.general__title[b-epk6ude5db] {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #192033;
}

.general__description[b-epk6ude5db] {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #484D5C;
    padding-bottom: 32px;
    border-bottom: 1px dashed #D6DAE0;
}

.profile__section[b-epk6ude5db] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

@media (min-width: 768px) {
    .profile__section[b-epk6ude5db] {
        display: grid;
        grid-template-columns: 152px 2fr auto;
        align-items: center;
        gap: 10px;
    }
}

.profile__section:not(:last-child)[b-epk6ude5db] {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #D6DAE0;
}

.profile__title[b-epk6ude5db] {
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    color: #484D5C;
    margin: 0;
}

@media (min-width: 768px) {
    .profile__title[b-epk6ude5db] {
        width: auto;
    }
}

.profile__avatar[b-epk6ude5db] {
    margin: 0;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.profile__name[b-epk6ude5db],
.profile__info[b-epk6ude5db] {
    max-width: 354px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    margin: 0;
    color: #192033;
}

@media (max-width: 768px) {
    .profile__name[b-epk6ude5db] {
        width: auto;
    }
}

.profile__actions[b-epk6ude5db] {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.assistant__title[b-epk6ude5db] {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #262A38;
}

.assistant__text[b-epk6ude5db] {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #262A38;
    margin-bottom: 0.5rem;
}

.modal-content[b-epk6ude5db] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: start;
    gap: 36px;
}

.avatar-section[b-epk6ude5db] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.avatar-section__image[b-epk6ude5db] {
    margin: 0;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 7px;
}

.avatar-section__status[b-epk6ude5db] {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #50CD89;
    margin-bottom: 10px;
}

.avatar-section__change[b-epk6ude5db] {
    max-width: 112px;
    padding: 6px 16px;
}

.informer[b-epk6ude5db] {
    padding: 20px 20px 15px;
    border: 1px dashed #D6DAE0;
    border-radius: 12px;
    display: flex;
    align-items: start;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #484D5C;
    max-width: 256px;
}

.informer--name[b-epk6ude5db] {
    max-width: 337px;
}

.data-table[b-epk6ude5db] {
    display: grid;
    gap: 10px;
    max-width: 800px;
    margin: auto;
}

.header[b-epk6ude5db] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-bottom: 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #848998;
    border-bottom: 1px dashed #D6DAE0;
    
}

.row[b-epk6ude5db] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border-bottom: 1px solid #ddd;
    padding: 33px 0;
    font-weight: 500;
    font-size: 12px;
    color: #484D5C;
}

.btn--session[b-epk6ude5db] {
    max-width: 110px;
    padding: 6px 13px;
}

.device[b-epk6ude5db] {
    padding: 10px 17px;
    display: flex;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #192033;
    border-radius: 12px;
    background: #F2F3F7;
}

.input-label[b-epk6ude5db] {
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    color: #192033;
    margin-bottom: 3px;
    padding-left: 17px;
}
.validation-label[b-epk6ude5db] {
    font-size: 10px;
    font-weight: 500;
    line-height: 17px;
    text-align: left;
    color: #E73455;
    margin-bottom: 3px;
    padding-left: 17px;
}
/* _content/EduEdu/Components/Pages/User/User.razor.rz.scp.css */
.container[b-8o5k1zx8ed] {
    display: flex;
    gap: 24px;
    padding-top: 24px;
}

.avatar-changer[b-8o5k1zx8ed] {
    padding: 23px 26px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 29px;
    border-radius: 50px;
    background-color: #fff;
    color: #192033;

    display: flex;
    flex-direction: column;
}

.avatar-changer__preview[b-8o5k1zx8ed] {
    padding: 0 20px;
}

.avatar-changer__controls[b-8o5k1zx8ed] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
