

/* Start:/local/templates/ava_lk/template_styles.css?170187208214338*/
.home .main {
    padding: 15px 40px;
    color: #707070;
}

.form .my-3 > div {
    display: none;
    margin-bottom: 20px;
}

.form .loading {
    display: none;
    background: #fff;
    text-align: left;
}

.form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.form input {
    padding: 10px 15px;
}

.form input, .form textarea {
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form button[type=submit] {
    cursor: pointer;
    background: #e03a3c;
    border: 0;
    padding: 10px 32px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.form button[type=submit]:hover {
    background: #e35052;
}

.form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.form .form-block {
    padding: 20px 0;
}

.form .form-block .form-input {
    margin-bottom: 10px;
}

.form .form-block .form-input:last-child {
    margin-bottom: 0;
}

.login {
    width: 500px;
    max-width: 100%;
}

.dop-link {
    text-decoration: none;
    font-size: 12px;
    color: #e35052;
}

.dop-link:hover {
    text-decoration: underline;
}

.radio-input {
    display: flex;
    flex-direction: column;
}

.radio-input label {
    cursor: pointer;
    padding: 5px 0;
}

.school-code {
    color: #e03a3c;
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0;
}

.hidden-form {
    display: none;
}

.hidden-form.active {
    display: block;
}

.color-input {
    width: 100px;
    padding: 5px !important;
    height: 43px;
}

.class-list {
    display: flex;
    flex-wrap: wrap;
}

.class-item {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 1%;
    padding: 10px;
    border: 1px solid #e35052;
    border-radius: 5px;
    text-decoration: none;
    color: #1a1e21;
}

.class-item:hover {
    background-color: #e2e3e5;
}

.class-item .class-name {
    padding: 5px;
    color: white;
    margin-bottom: 10px;
}

.class-item .class-code span {
    font-weight: bold;
    color: #e35052;
}

.student {
    display: flex;
}

.student > div {
    width: 20%;
    padding: 5px;
    border: 1px solid #e35052;
}

.hide {
    display: none;
}

.vocabs {
    display: flex;
    overflow-y: auto;
}

.vocab {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.vocab-name {
    font-weight: bold;
}

.vocab > div {
    padding: 5px 20px 5px 5px;
    border: 1px solid #e35052;
    width: 270px;
    height: 50px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.question {
    margin-bottom: 20px;
}

.question .text {
    margin-bottom: 10px;
    padding: 5px;
    font-weight: bold;
}

h1 {
    margin: 20px 0;
    color: rgba(227, 80, 82, 0.79);
}

.tab-content h1 {
    padding: 20px 0;
    margin: 0;
}

.tab > input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px -1px rgb(224 58 60);
}

.tab {
    width: 100%;
    color: white;
    overflow: hidden;
}

.tab-header {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    color: white;
}

.tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #e35052;
    font-weight: bold;
    cursor: pointer;
}

.tab-label:hover {
    background: #e03a3c;
}

.tab-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}

.tab-content {
    max-height: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.85);
    background: white;
    transition: all 0.35s;
}

input:checked + .tab-label {
    background: #e03a3c;
}

input:checked + .tab-label::after {
    transform: rotate(90deg);
}

input:checked ~ .tab-content {
    max-height: 100%;
    padding: 1em;
}

.matching {
    display: flex;
    justify-content: space-between;
    width: max-content;
    min-width: 50%;
    max-width: 100%;
}

.img-list, .answer-list {
    display: flex;
    flex-direction: column;
}

.img-list div {
    display: flex;
    align-items: center;
}

.img-list img {
    max-width: 150px;
    margin-right: 10px;
    margin-bottom: 20px;
}

label.draggable {
    border: 1px solid #e35052;
    padding: 10px;
    margin: 10px;
    cursor: grab;
}

label.draggable:active {
    cursor: grabbing;
    background: #e35052;
    color: white;
    transition: all 0.35s;
}

.wrong-answer {
    background-color: #e35052 !important;
    color: white;
}

.good-answer {
    background-color: green !important;
    color: white;
}

.matching .word {
    margin: 10px;
    padding: 10px;
    border: 1px solid #e35052;
}

.matching.line {
    flex-direction: column;
}

.matching.line .dropzone {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    min-height: 50px;
    padding: 10px 0;
    background-color: rgb(227 80 82 / 24%);
}

.matching.line .answer-list {
    flex-direction: row;
}

.matching.line .answer-list.list {
    flex-direction: column;
}

.matching.line .dropzone.in-sentence {
    display: inline-block;
    padding: 10px;
    border: 1px solid #e35052;
    margin: 5px;
    min-height: 30px;
    min-width: 30px;
    width: min-content;
}

.about-task {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e35052;
}

.task-content .error-message, .task-content .sent-message {
    margin: 20px 0;
}

.radio-btn {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

.radio-btn input {
    opacity: 0;
}

.radio-btn label {
    display: inline-block;
    cursor: pointer;
    padding: 5px 15px;
    border: 1px solid #e35052;
    border-radius: 5px;
    user-select: none;
    margin-left: -10px;
}

.radio-btn input:checked + label {
    background: yellow;
    color: black;
    transition: all 0.35s;
}

.radio-btn label:hover {
    background: #e35052;
    color: white;
    transition: all 0.35s;
}

hr {
    margin-bottom: 20px;
    background: #e35052;
}

.answer-list {
    margin-bottom: 20px;
}

.sentence {
    margin-bottom: 10px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-items: center;
}

.sentence select {
    font-size: 16px;
    margin: 0 5px;
    border: 2px solid #e35052;
    border-radius: 5px;
}

.sentence select option:checked {
    background: #e35052;
    color: white;
}

.matching .dropzone label.draggable {
    background-color: yellow;
    color: black;
    transition: all 0.35s;
    height: min-content;
}

.matching.line .dropzone.in-sentence label.draggable {
    margin: 0;
    padding: 5px;
    background-color: red;
    color: white;
    transition: all 0.35s;
}

.sentence input {
    height: auto;
    padding: 3px;
    margin: 0 5px;
    font-size: 15px;
    min-width: 50px;
    width: 100px;
    border: 2px solid #e35052;
}

.image-list img {
    display: block;
    max-width: 200px;
    margin-bottom: 20px;
}

.image-list input {
    height: auto;
    padding: 3px;
    font-size: 15px;
    min-width: 50px;
    border: 2px solid #e35052;
    margin-bottom: 20px;
}

.matching.line .dropzone.multi label.draggable {
    padding: 5px;
    background-color: red;
    color: white;
    transition: all 0.35s;
    margin-left: 10px;
    margin-bottom: 10px;
}

.order-list {
    display: flex;
    flex-wrap: wrap;
}

.order-list > div {
    margin-right: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e35052;
}

.order-list > div::after {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 5px;
    position: relative;
    top: 0;
    vertical-align: top;
    width: 5px;
    left: 3px;
    transform: rotate(45deg);
    color: #e35052;
}

.order-list > div:last-child::after {
    display: none;
}

.match-vocab select {
    height: 25px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #e35052;
}

.match-vocab div {
    height: 25px;
    margin-bottom: 5px;
}

.img-matching {
    flex-direction: column;
}

.img-matching .img-list, .img-matching .answer-list {
    flex-wrap: wrap;
    flex-direction: row;
}

.img-matching .img-list {
    justify-content: space-between;
    justify-items: center;
    align-items: flex-start;
}

.img-matching .img-list div {
    flex-direction: column;
}

.students-list .student > div {
    width: 25%;
}

.student-header {
    background-color: #e35052;
    color: white;
}

.students-result .student > div {
    width: 33%;
}

.students-result .student > div a {
    color: white;
    font-weight: bold;
}

.student-row {
    background-color: #d27a7b;
    color: white;
}

.study-settings .form-block {
    padding: 0;
}

.study-settings input {
    max-width: 100%;
}

.study-plan-settings .student > div {
    width: 15%;
}

.study-plan-settings .student > div:first-child {
    width: 35%;
}

.study-plan-settings .student > div:nth-child(4), .study-plan-settings .student > div:nth-child(5) {
    width: 5%;
}

.study-plan-settings .student > div:nth-child(6) {
    width: 10%;
}

.study-plan-settings .student > div {
    width: 20%;
}

.study-plan-settings .student.homework > div:first-child {
    width: 25%;
}

.study-plan-settings .student.homework > div:nth-child(4) {
    width: 10%;
}

.study-plan-settings .student.homework > div:last-child {
    width: 25%;
}

.homework select {
    max-width: 100%;
    padding: 10px 15px;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.study-plan-settings .student.homeworktask > div:first-child {
    width: 100%;
}

.study-plan-settings .student.homeworktask > div:last-child {
    width: min-content;
}

.checkbox-changer {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;
    margin-bottom: 10px;
}

.checkbox-changer .checkbox-changer-switch {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 56px;
    height: 28px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 25%/50%;
    vertical-align: top;
    background: #eee;
    transition: .2s;
}

.checkbox-changer .checkbox-changer-switch:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    transition: .15s;
}

.checkbox-changer input[type=checkbox] {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox-changer input[type=checkbox]:not(:disabled):active + .checkbox-changer-switch:before {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}

.checkbox-changer input[type=checkbox]:checked + .checkbox-changer-switch {
    background: #e35052;
}

.checkbox-changer input[type=checkbox]:checked + .checkbox-changer-switch:before {
    transform: translateX(28px);
}

.checkbox-changer input[type="checkbox"]:not(:disabled) + .checkbox-changer-switch {
    cursor: pointer;
    border-color: rgba(0, 0, 0, .3);
}

.game-block {
    display: flex;
}

.game-block > div:first-child {
    width: 320px;
}

.game-block > div:last-child {
    width: 400px;
    margin-left: auto;
}

.game-block canvas {
    background-color: #d5d5d5;
    max-width: 320px;
    max-height: 640px;
    width: 320px;
    height: 640px;
}

.btn {
    display: inline-block;
    cursor: pointer;
    padding: 5px 15px;
    border: 1px solid #e35052;
    border-radius: 5px;
    user-select: none;
    background: #e35052;
    color: white;
    margin: 5px;
}

.btn:hover {
    background: #e03a3c;
    transition: all 0.35s;
}

.disabled {
    pointer-events: none;
    display: none;
}

.tetris-stat-row {
    display: flex;
}

.tetris-stat-row > div {
    padding: 10px;
    border: 1px solid #e35052;
    width: 33%;
}

.tetris-stat-row.hide {
    display: none;
}

.shoot-stat-row {
    display: flex;
}

.shoot-stat-row > div {
    padding: 10px;
    border: 1px solid #e35052;
    width: 33%;
}

.shoot-stat-row.hide {
    display: none;
}

.shoot-block {
    display: flex;
}

.shoot-block > div:first-child {
    width: 100%;
}

.shoot-block > div:last-child {
    width: 450px;
    min-width: 450px;
    margin-left: auto;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* End */
/* /local/templates/ava_lk/template_styles.css?170187208214338 */
