

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap" rel="stylesheet">



/*Внутрянка урока*/

.games_visual_lessonl .files-table tbody {   
    display: flex!important;
    justify-content: left; 
}

.games_visual_lessonl {
    background-image: linear-gradient(to left, #faf5ff, #eff6ff);
}

.games_visual_lessonl p {
	font-family: 'Stolzl', Arial, sans-serif !important;
}

.games_visual_lessonl .lesson-header-block {
    border: 2px solid #dfe5ff!important;
    border-radius: 30px !important;
    background: linear-gradient(135deg, #ede9fe, #fce7f3)!important;
    color: #000;
    font-family: 'Stolzl-bold', 'Stolzl', Arial, sans-serif !important;
    font-weight: 700;
    padding-bottom: 10px!important;
}

.games_visual_lessonl .answer-comment .btn {
    background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%);
    border:none;
    border-radius: 8px;
}

.games_visual_lessonl .lesson-title-value {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Stolzl-bold', 'Stolzl', Arial, sans-serif !important;
    text-transform: uppercase;
    color: #000;
}

.games_visual_lessonl .lesson-description-value {
    font-size: 18px;
    font-family: 'Stolzl-bold', 'Stolzl', Arial, sans-serif !important;
    color: #000;
    margin-top: 10px !important;
    display: block;
}


.games_visual_lessonl .text-center.hidden-xs {
    color: #000000;
    font-family: 'Stolzl-bold', 'Stolzl', Arial, sans-serif !important;
}

.games_visual_lessonl .row a   {
    color: #ffffff;
    text-transform: none;
    background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%);
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
}

.games_visual_lessonl div.hidden-xs {
    display: none;
}

.games_visual_lessonl .text-right a {
    color: #ffffff;
    text-transform: none;
    background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%);
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
}

.games_visual_lessonl .text-right .hidden-xs {
    display: none;
}

.games_visual_lessonl a {
    color: #000000 ;
    text-transform: uppercase;
}

.games_visual_lessonl a:hover {
    color: #0A332D;
}

.games_visual_lessonl div.hidden-xs {
    color: #0A332D;
    font-family: 'Stolzl-bold', 'Stolzl', Arial, sans-serif !important;
}

.games_visual_lessonl .user-answer {
    border: 2px solid #dfe5ff  !important;
    border-radius: 20px !important;
    background: linear-gradient(135deg, #ede9fe, #fce7f3)!important;
    color: #000;
    font-family: 'Stolzl-bold', 'Stolzl', Arial, sans-serif !important;
}

.games_visual_lessonl .answer-form {
    background: rgba(255,255,255,0.92)!important;
    border: 2px solid #dfe5ff!important;
    border-radius: 10px !important;
    font-family: 'Stolzl-bold', 'Stolzl', Arial, sans-serif !important;
}

.games_visual_lessonl .btn-send-answer {
    border-radius: 10px !important;
    color: #fff;
    background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%);
    border: 2px solid #fff !important;
}

.games_visual_lessonl .btn-send-answer:hover {
    color: #000000;
    background-color: #fff!important;
    border: 2px solid #dfe5ff !important;
}

.games_visual_lessonl .btn-save-draft {
    color: #000!important;
}

/*блок текста в уроке*/

.games_visual_lessonl .lt-lesson-header .lt-block-wrapper {
    padding: 30px!important;
    background: #eff6ff!important;    
    border-radius: 30px;
    border: 2px solid #dfe5ff!important;
    font-family: 'Stolzl', Arial, sans-serif !important;

}

/*Скрытие заголовка "Задание"*/
.games_visual_lessonl .lt-lesson-mission-block .lt-block-wrapper h3{
    
    display: none;
}

/*Блок с текстом задания*/
.games_visual_lessonl .lesson-mission-text {
    font-family: 'Stolzl-bold', 'Stolzl', Arial, sans-serif !important;
    background-color: #fff;
    color: #000000;
    padding-bottom: 20px!important;
    border: 2px solid #dfe5ff;
    border-radius: 20px;
}

.games_visual_lessonl .self-answers {
    padding-top: 30px;
}

/*Скрытие границы у блока с заданием*/
.games_visual_lessonl .lesson-mission-wrapper {
    border: none;
}

/*Внутрянка урока*/

