* {
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}
html {
    height: 100%;
}

body {
    min-height: 100%;
    background: #19191b;
    padding: 0px;
    height:auto;
}

a {
    text-decoration: none;
}
.wrap {
    height: 100%;
}
.container {
    display: flex;
    align-items: flex-start;
    height: 100%;
    align-items: stretch;
}

.flex-start {
    justify-content: flex-start!important;
}
.form-flex > div:first-child  {
    margin-right: 50px;
}
.form-flex .form-element:first-child {
    margin-top:0!important;
}
.sidebar {
    padding: 0px;
    width: 100px;
    min-width: 100px;
    background: #fdfdfe;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.switch-sidebar {
    margin-top: 30px;
    cursor: pointer;
    font-size: 28px;
    color: #19191b;
    opacity: .8;
}
.switch-sidebar:hover {
    opacity: 1;
}
.sidebar-notification {
    position: absolute;
    top: 20px;
    left: 56px;
    background: #ef0000;
    font-size: 9px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
}
nav {
    margin:100px 0 40px;
    width:100%;
}
nav a {
    display: flex;
    text-decoration: none;
    color: #a3a3a3;
    padding: 33px 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 500;
}
nav a.active, nav a:hover {
    background: #f6f7fa;
    color: #19191b;
}
nav a span {
    display: none;
    font-size:16px;
    margin-left:10px;
}
nav a:hover {
    color:#19191b;
}
nav a img {
    width:32px;
}
.sidebar-active {
    width:350px;
}
.sidebar-active nav a {
    justify-content: start;
    padding: 33px 33px;
}
.sidebar-active nav i {
    font-size: 16px;
    width: 24px;
    display: flex;
    justify-content: center;
}
.sidebar-active nav a span {
    display: inline-block;
}
.logout-link {
    color:#a3a3a3;
}
.logout-link:hover {
    color:#19191b;
}

.navbar {
    padding: 30px 40px 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-buttons {
    display: flex;
}
.navbar-buttons a {
    margin-left: 15px;
}

.main {
    background: #f6f7fa;
    min-height: calc(100vh - 40px);
    width: 100%;
    padding-bottom: 40px;
}

.button {
    display: block;
    text-decoration: none;
    padding: 14px 30px;
    background: #19191c;
    border:#19191c 1px solid;
    border-radius: 10px;
    color: #ffffff;
    font-weight:600;
    cursor: pointer;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.button:hover {
    background: #ffffff;
    color: #19191c;
}
.button-white {
    background: #fdfdfe;
    color: #bcbcbd;
    border:#fdfdfe 1px solid;
    box-shadow: none;
}

.button-big {
    font-size: 18px;
    padding:12px 16px;
}
.button-mini {
    font-size: 14px;
    padding:5px 10px;
}
.button-with-icon i {
    margin-right:5px;
}
.button-success {
    background: #22ac22;
    border: #22ac22 1px solid;
    color: #ffffff;
}
.button-danger {
    background: #c91111;
    border: #c91111 1px solid;
    color: #ffffff;
}
.button-outline {
    background: #ffffff;
    border:#050c16 1px solid;
    color: #050c16;
}
.button-disabled {
    background: #d2d2d2;
    border: #9c9c9c 1px solid;
    color: #9c9c9c;
    cursor: unset;
}
.button-disabled:hover {
    background: #d2d2d2;
    border: #9c9c9c 1px solid;
    color: #9c9c9c;
}
.content {
    padding:40px;
}

.group-button {
    display: flex;
    background: #fff;
    border-radius: 10px;
}
.group-button-active {
    background: #eaeaeb;
    color: #19191b;
    border:#eaeaeb 1px solid;
}
.sort-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top:15px;
}
.form {
    padding:20px 40px;
}
.form-control {
    margin-top:20px;
}
.form-control label {
    color:#888;
    font-size:13px;
    display: block;
    margin-bottom: 10px;
}
.form-control .button {
    margin-left: auto;
    margin-right: auto;
}
.form-control img {
    margin-top:10px;
}
.form-input {
    width:600px;
    height: 28px;
    border:#888 1px solid;
    outline: none;
    border-radius: 10px;
    padding: 5px 15px;
}
.form-select {
    position:relative;
}
.input-search {
    position:relative;
}
.input-search > div {
    position:absolute;
    z-index: 2;
    top:15px;
    left:15px;
    font-size:16px;
    color: #d1cecf;
}
.input-search > input {
    width:300px;
    border: #fdfdfe 1px solid;
    background: #fdfdfe;
    border-radius: 10px;
    padding: 14px 30px 14px 44px;
    font-weight: 600;
    outline: none;
    font-size:16px;
}
.input-search > input::-webkit-input-placeholder {
    color: #c0bdbe;
}
.button-add {
    position:fixed;
    z-index: 10;
    bottom:40px;
    right:40px;
    background: #19191b;
    color: #fdfdfe;
    font-size:48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width:72px;
    height:72px;
    text-decoration: none;
}
.select-display {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:330px;
    border: #fdfdfe 1px solid;
    background: #fdfdfe;
    border-radius: 10px;
    padding: 14px 30px;
    font-weight: 600;
}
.select-value {
    width: 100%;
    padding: 0 15px;
}
.select-placeholder {
    color: #c0bdbe;
}
.select-arrow {
    cursor: pointer;
    font-size:14px;
}
.select-options {
    display: none;
    position:absolute;
    z-index:2;
    top:calc(100% + 3px);
    left:0;
    right:0;
    background: #fdfdfe;
    border-radius: 10px;
    font-weight: 600;
}
.select-options > div {
    cursor: pointer;
    border-radius: 10px;
    padding:14px 30px;
}
.select-options > div:hover {
    background: #eaeaeb;
}
.form-textarea {
    width:600px;
    height:200px;
    outline: none;
    border-radius: 10px;
    padding: 15px;
    border: #e1e1e2 1px solid;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    font-size: 16px;
    font-weight: 600;
}
.form-file-net {
    max-width:600px;
    height: 28px;
    border:#888 1px solid;
    outline: none;
    border-radius: 10px;
    padding: 8px 15px 2px;
    margin-left:15px;
}

.courses {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin:-1.5%;
}
.course {
    width:30.3%;
    padding: 1.5%;
}
.course img {
    width:100%;
}
.course-title {
    font-size:18px;
    margin-top:5px;
    color:#111111;
    display: block;
}
.course-subtitle {
    font-size:13px;
    margin-top:3px;
    color:#888888;
}
.course-icons {
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
    font-size:14px;
}
.course-icons a {
    color:#888888;
}
.course-icons a:hover {
    color:#111111;
}
.course-info {
    background: #fff;
    margin-top: -10px;
    padding: 10px;
}

.main-lesson {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-lesson-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.main-lesson-buttons a {
    margin-left:25px;
}
.main-lesson-buttons a {
    margin-left:25px;
}
.main-lesson-rating {
    width:300px;
    height:10px;
    border-radius: 3px;
    background: #ecf2fa;
    margin-top:10px;
}
.main-lesson-rating {
    width:300px;
    height:10px;
    border-radius: 3px;
    background: #ecf2fa;
    margin-top:10px;
}
.main-lesson-rating > div {
    height: 100%;
    background: linear-gradient(to right, #ffec00, #ff7f00);
    border-radius: 3px;
}

.lesson {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    background: #f3f6fb;
    padding: 10px 15px;
    border-radius: 15px;
}
.lesson-number {
    font-size: 22px;
}
.lesson-image {
    margin-left: 15px;
    width: 70px;
}
.lesson-image img {
    width: 100%;
}
.lesson-title {
    flex: 1 1 auto;
    margin-left: 15px;
}
.lesson-subtitle {
    font-size: 12px;
    color: #888888;
}
.lesson-title a {
    display: block;
    font-size: 20px;
    color:#111111;
}
.lesson-title a:hover {
    color:#888888;
}
.lesson-icons {
    display: flex;
}
.lesson-icons a,.lesson-icons button {
    margin:0 3px;
}
.lesson-icons button {
    border: none;
    outline: none;
    background: none;
    cursor:pointer;
}
.lesson-icons img {
    width:28px;
    margin-left:5px;
}

.lesson-container {
    max-width:600px;
    margin:75px auto;
}
.lesson-word-block {
    text-align: center;
}
.lesson-word-block + .lesson-word-block {
    display: none;
}
.lesson-word-image img {
    width: 250px;
}
.lesson-word-original {
    margin-top: 28px;
    font-size: 32px;
    font-weight: 200;
}
.lesson-word-original span {
    font-size: 28px;
    color: #aaa;
}
.lesson-word-word {
    margin-top: 5px;
    font-size: 20px;
    color:#00d7fb;
    font-weight: 500;
}.
.lesson-grammar-text {
    margin-top: 25px;
    font-size: 18px;
    color:#00d7fb;
    text-align: left;
}
.lesson-button {
    margin-top: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.lesson-button button {
    margin:0 15px;
}
.flex-buttons {
    display: flex;
    padding:10px;
    align-items: center;
    justify-content: center;
}
.flex-buttons button {
    margin:0 10px;
}

.certificate-info {
    margin-bottom: 25px;
}
.certificate-status-wrap {
    position:relative;
    display: inline-block;
    margin-bottom: 10px;
}
.certificate-status {
    position: absolute;
    right:0;
    top:30px;
    padding:5px 10px;
}
.certificate-status-process {
    background:#ffec00;
}
.certificate-status-end {
    background:#4bff00;
}
.certificate-description {
    background: rgb(250 250 250);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 10%);
    padding: 6px 9px;
    font-size: 15px;
    margin: 3px 0 0;
}

.weight-600 {
    font-weight: 600;
}
.login-wrap {
    max-width:400px;
}
.schedule-day {
    text-transform: uppercase;
}
.form-logotype {
    text-align: center;
}
.form-logotype img {
    width:100px;
}
.form-type {
    font-weight: 700;
    margin:30px 0 10px;
    font-size: 28px;
    text-align: center;
}
.form-element {
    margin-top:35px;
    font-size:20px;
}
.form-element label {
    display: block;
    color: #19191c;
    font-weight: 800;
}
.form-button {
    margin-top:50px;
    display: flex;
}
.form-button .button {
    font-size:18px;
}
.form-button .button i {
    font-size:15px;
    padding-left:5px;
}
.form-text {
    margin-top:25px;
    font-size:18px;
    font-weight:600;
    color: #8f8f90;
}
.form-text a {
    font-weight: bold;
    color: #050c16;
    text-decoration: none;
}
.form-text a:hover {
    text-decoration: underline;
}

.notification-message {
    padding-bottom: 10px;
    border-bottom: #e9eff8 1px solid;
    margin-bottom: 10px;
    color:#111111;
    font-weight: 300;
}
.notification-message span {
    color: #ffffff;
    font-size:11px;
    display: inline-block;
    padding:3px 5px;
    border-radius: 3px;
    background: #b3b3b3;
    margin-right: 5px;
}
.notification-message + .notification-message {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0;
}

.rating-table {
    border-top:#e9eff8 1px solid;
    border-left:#e9eff8 1px solid;
}
.rating-table tr:nth-child(2n-1) {
    background: #ffffff;
}
.rating-table tr:nth-child(1) {
    background: #ffe600;
}
.rating-table tr:nth-child(2n) {
    background: #f3f3f3;
}
.rating-table td {
    border-bottom:#e9eff8 1px solid;
    border-right:#e9eff8 1px solid;
    padding: 5px;
}
.rating-student {
    vertical-align: center;
}
.rating-student > div {
    margin-right: 5px;
}
.rating-position {
    width:40px;
    text-align: center;
}
.rating-name {
    width:460px;
    text-align: left;
}
.flex-td-center {
    display: flex;
    align-items: center;
}
.rating-name img {
    width:32px;
    heigth:32px;
    border-radius: 50%;
    margin:1px 10px 1px 5px;
}
.rating-student .rating-score {
    padding:2px 0;
    text-align: center;
    min-width: 40px;
    border-radius: 5px;
    background: #050c16;
    color:#ffffff;
    width:100%;
}
.rating-position-1 {
    font-size:28px;
    font-weight: 500;
}
.rating-position-2 {
    font-size:24px;
    font-weight: 400;
}
.rating-position-3 {
    font-size:22px;
    font-weight: 400;
}
.rating-position-4,.rating-position-5 {
    font-size:20px;
}
.rating-position-6,.rating-position-7,.rating-position-8,.rating-position-9,.rating-position-10 {
    font-size:18px;
}

.message-missing {
    color:#999;
    font-weight: 100;
}

.table-request td, .table-request th {
    padding:5px 10px;
    border-top:#777777 1px solid;
    border-left:#777777 1px solid;
    min-width: 150px;
}
.table-request th {
    background:#f3f3f3;
}
.table-request tr:last-child td {
    border-left:none;
}
.table-request td:last-child, .table-request th:last-child {
    border-top:none;
    background: none;
    min-width: auto;
}

.lesson-steps {
    display: flex;
    max-width: 500px;
    justify-content: space-between;
    align-items: center;
    margin:-30px auto 70px;
    border-top:#e9eff8 1px solid;
}
.lesson-step {
    position: relative;
}
.lesson-circle {
    width:11px;
    height:11px;
    border-radius: 50%;
    background: #adaebd;
    transform: translateY(-50%);
    cursor: pointer;
}
.lesson-step-active .lesson-circle {
    background: #cef5ce;
}
.lesson-step-hover {
    display: none;
}
.lesson-step-hover span {
    font-weight: 400;
    display: block;
}
.lesson-step:hover .lesson-step-hover {
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    width: 120px;
    transform: translateX(-50%);
    background: #adaebd;
    border-radius: 5px;
    padding: 5px;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}
.lesson-hidden {
    display: none;
}
.lesson-test-fail {
    margin-top: 28px;
    font-size: 20px;
    font-weight: 400;
    color: #c00;
    text-decoration: line-through;
}
.lesson-test-fail-check {
    margin-top:15px;
    font-size:16px;
    font-weight: 300;
    color:#050c16;
}
.lesson-test-success {
    margin-top: 28px;
    font-size: 20px;
    font-weight: 400;
    color: #0c0;
}
.lesson-grammar-text {
    color:#666666;
}
.lesson-test-grammar-inputs {
    /*display: flex;
    flex-wrap: wrap;*/
}
.lesson-test-grammar-inputs input {
    width: auto;
    padding:5px 10px;
}
.lesson-test-grammar-invisible {
    border:none;
    outline:none;
    background: none;
}
.lesson-test-grammar-visible {
    height: 28px;
    border:#888 1px solid;
    outline: none;
    border-radius: 10px;
}
.lesson-word-sound a {
    width:50px;
    padding:20px;
    border-radius: 50%;
    background: #ddd;
    display: flex;
    margin:15px auto -15px;
}
.lesson-word-sound img {
    width:100%;
}
.support-map {
    margin:50px 0 0;
}
.support-map iframe {
    width:100%;
    max-width: 960px;
    height:360px;
}
.display-none {
    display: none!important;
}
.word-tools span {
    cursor: pointer;
    font-weight: 600;
}
.word-tools td {
    background: #ecf2fa;
}
.table-word {
    margin-top:20px;
}
.table-word td {
    height:50px!important;
    vertical-align: center;
    color: #111111;
    font-weight: 300;
    font-size:18px;
}
.table-word img {
    width:70px;
}
.table-word .lesson-word-sound a {
    width:15px;
    padding:10px;
    margin:5px auto;
}
.lesson-exercise-repeat-check a {
    font-weight:300;
    cursor: pointer;
    color: #adaebd;
    font-size:20px;
}
.lesson-exercise-repeat-check a:hover {
    text-decoration: underline;
}
.lesson-exercise-repeat-check a span {
    font-weight:700;
    transform: rotate(90deg) translate(2px, -2px);
    display: inline-block;
}
.lesson-word-teacher {
    margin-top:50px;
    margin-bottom: -25px;
    font-size:20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    font-weight: 300;
    flex-direction: column;
}
.lesson-word-teacher div {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size:16px;
    font-weight: 500;
}
.lesson-word-teacher div img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
}
.lesson-exercise-repeat {
    padding-bottom: 50px;
    border-bottom: #e9eff8 1px solid;
}

.element-input {
    width:calc(100% - 32px);
    max-width: 600px;
    height: 36px;
    border: #e1e1e2 1px solid;
    outline: none;
    border-radius: 10px;
    padding: 5px 15px;
    margin-top:10px;
    box-shadow:0 0 15px rgb(0 0 0 / 10%);
    font-size:16px;
    font-weight: 600;
}
.element-input::-webkit-input-placeholder {
    color: #9f9fa0;
}
.element-textarea {
    width:calc(100% - 32px);
    max-width: 600px;
    height: 128px;
    border:#888 1px solid;
    outline: none;
    border-radius: 10px;
    padding: 5px 15px;
    margin-top:5px;
}
.element-file {
    display: block;
    margin-top:5px;
}
.jodit-container {
    margin-top:15px;
    font-size:16px;
    font-weight:400;
}
select.element-input {
    height: 46px;
    width: 500px;
}

.setting-photo {
    margin:30px 0 0;
    border-radius: 15px;
    width:100px;
    height:100px;
}

.profile-dropdown {
    position:relative;
    cursor: pointer;
}
.profile-dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 32px;
    padding: 5px;
    border-radius: 5px;
    border: #050c16 1px solid;
    background: #050c16;
    text-align: right;
    min-width: 100px;
}
.profile-dropdown-menu a {
    font-size:13px;
    color: #fff;
    padding:3px 0;
}
.profile-dropdown:hover .profile-dropdown-menu {
    display: block;
}
.teach-info-description {
    color: #aaa;
    margin-top: 5px;
}
.mt-0 {
    margin-top:0;
}
.mt-40 {
    margin-top:40px!important;
}
.mt-60 {
    margin-top:60px!important;
}
.text-left {
    text-align: left;
}
.flex-left {
    justify-content: flex-start;
}
.footer {
    padding:30px 0 0 270px;
    text-align: center;
    color: #888888;
    font-size: 12px;
    display: none;
}

.navbar-icons {
    display: flex;
    align-items: center;
}
.navbar-icons a {
    display: block;
    margin:0 10px;
}
.navbar-icons a img {
    width:24px;
    height:24px;
}
.navbar-icons .avatar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#19191b;
    font-weight: 700;
}
.navbar-icons .avatar img {
    width:36px;
    height:36px;
    border-radius: 5px;
    margin-left:10px;
    margin-right: 5px;
}
.navbar-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-info > div {
    margin-right: 50px;
}
.row {
    display: flex;
    padding:40px 40px;
}
.main-content {
    flex: 1 1 auto;
}
.main-content h2 {
    font-weight: 100;
    font-size: 30px;
    margin-bottom: 30px;
}
.main-section {
    margin-top:50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-section + .main-section {
    margin-top: 70px;
}
.head-description {
    margin-bottom: 20px;
    font-size:18px;
    font-weight: 500;
}
.head-description span {
    font-weight: 700;
    font-size:20px;
}

.group-block-none {
    display: none!important;
}

.graph-element {
    width: calc(50% - 80px);
    background: #fdfdfe;
    padding:20px 30px 30px;
    margin-bottom: 42px;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    border-radius: 15px;
}
.graph-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.graph-title {
    font-weight:700;
    font-size:20px;
}
.graph-value {
    font-weight:700;
    font-size:44px;
}
.graph-content {
    margin-top:30px;
    height: 330px;
    background: #f6f7fa;
    position: relative;
    margin-bottom: 20px;
}
.graph-content canvas {
    height:330px!important;
}
.graph-line {
    position: absolute;
    bottom:0;
    height:2px;
    width:100%;
    background: #0b7cff;
}
.graph-circle {
    position: absolute;
    bottom:-4px;
    left:calc(50% - 5px);
    height:10px;
    width:10px;
    border-radius: 50%;
    background: #0b7cff;
}
.graph-default {
    position: absolute;
    bottom:-24px;
    left:calc(50% - 5px);
}

.map-element {
    width: 360px;
    background: #fdfdfe;
    padding:30px 30px 30px;
    margin:0 40px 40px 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    border-radius: 15px;
}
.map-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.map-icon img {
    width:60px;
    height:60px;
    border-radius: 5px;
}
.map-detail {
    font-size:32px;
    color: #e0e0e1;
    cursor:pointer;
    display: block;
    position:relative;
}
.map-detail-menu {
    position:absolute;
    top:0;
    right: 0;
    display: none;
    background: #f6f7fa;
    padding:10px;
    border-radius: 5px;
}
.map-detail:hover .map-detail-menu {
    display: flex;
    flex-direction: column;
}
.map-detail-menu a {
    font-size: 15px;
    color: #a3a3a3;
    white-space: nowrap;
    margin: 5px;
    font-weight: 500;
}
.map-detail-menu a:hover {
    color: #19191b;
}
.map-title {
    font-weight:700;
    font-size:28px;
    margin-top:15px;
}
.map-description {
    font-size:16px;
    margin-top:25px;
    font-weight:600;
    color: #909091;
}
.map-title a {
    color: #19191b;
}
.map-description a {
    color: #909091;
}
.map-progress {
    margin-top:50px;
    width: 100%;
    height:3px;
    background: #e0e0e1;
    position:relative;
}
.map-progress-value {
    width: 25%;
    height:3px;
    background: #53ff53;
    position:absolute;
    top:0;
    bottom:0;
}
.map-progress-percent {
    top: 3px;
    left: 50%;
    position: absolute;
    font-size: 14px;
    background: #e0e0e1;
    padding: 5px 10px;
    transform: translateX(-50%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 600;
}
.map-lasts {
    margin-top:30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.map-date {
    font-weight: 600;
    color: #909091;
    background: #f6f7fa;
    padding: 12px;
    border-radius: 5px;
}
.map-users img {
    width:40px;
    height:40px;
    border-radius: 5px;
}

/**/
.map-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.map-container {
    position:relative;
}
.map-moderation > a {
    pointer-events: none!important;
}
.map-line {
    display: flex;
    align-items: center;
    justify-content: center;
}
.map-line > a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 500;
    margin-left:30px;
    margin-right: 30px;
    cursor: pointer;
    position: relative;
}
.map-line + .map-line {
    margin-top:80px;
}
.map-item-big {
    width:280px;
    height:280px;
    border-radius: 15px;
    font-size:30px;
    text-transform: uppercase;
    text-align: center;
}
.map-item-with-description {
    width:195px;
    height:195px;
    padding:20px;
    border-radius: 15px;
}
.map-item-with-description > div {
    font-weight: 800;
    margin-bottom: 10px;
    font-size:22px;
    text-transform: uppercase;
}
.map-item-with-icon {
    width:200px;
    height:200px;
    padding:15px;
    border-radius: 15px;
    font-size:24px;
    text-transform: uppercase;
    text-align: center;
}
.map-item-with-icon i {
    margin-bottom: 20px;
    font-size:60px;
}
.map-item-text {
    padding:15px;
    border-radius: 10px;
    font-size:20px;
}
.map-item-red {
    background: #c63c2e;
    color:#ffffff;
}
.map-item-gray {
    background: #6e6f74;
    color:#ffffff;
}
.map-item-gray-outline {
    border: #6e6f74 3px solid;
    color:#6e6f74;
}
.map-item-blue {
    background: #41ccda;
    color:#19191b;
}
.map-item-orange {
    background: #fdae5a;
    color:#19191b;
}
.map-item-coral-outline {
    border: #fd604e 3px solid;
    color:#fd604e;
}
.map-item-yellow-outline {
    border: #ffb702 3px solid;
    color:#ffb702;
}
.map-info {
    position:absolute;
    right:-20px;
    top:5px;
    font-size:20px!important;
    font-weight:500!important;
    color:#19191b;
    display: none;
}
.map-line > div:hover .map-info {
    display: block;
}

.map-line-1-link {
    position: absolute;
    top:280px;
    left:50%;
    height:80px;
    width:5px;
    background: linear-gradient(#c63c2e, #6e6f74);
}
.map-line-2-link {
    position: absolute;
    top:601px;
    left:50%;
    height:80px;
    width:5px;
    background: linear-gradient(#6e6f74, #41ccda);
}
.map-line-3-link {
    position: absolute;
    top:911px;
    left:50%;
    height:80px;
    width:5px;
    background: linear-gradient(#41ccda, #fdae5a);
}
.map-line-4-link {
    position: absolute;
    top: 1212px;
    left: calc(50% - 74px);
    height: 97px;
    width: 5px;
    background: linear-gradient(#fdae5a, #fd604e);
    transform: rotate(31deg);
}
.map-line-5-link {
    position: absolute;
    top: 1212px;
    left: calc(50% + 74px);
    height: 97px;
    width: 5px;
    background: linear-gradient(#fdae5a, #ffb702);
    transform: rotate(-31deg);
}
/**/

.main-sidebar {
    width: 330px;
    min-width: 330px;
    padding-left: 50px;
    border-left: #e9eff8 1px solid;
    margin-top: 0px;
}
.main-sidebar h3 {
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-sidebar h3 span {
    cursor: pointer;
    font-weight: 600;
}
.main-sidebar-schedule {
    overflow: hidden;
    width:330px;
    height:85px;
}
.schedule-track {
    display: block;
    align-items: center;
    justify-content: flex-start;
}
.main-sidebar-border {
    margin-top: 30px;
    padding-top:40px;
    border-top:#e9eff8 1px solid;
}
.schedule-item {
    border-radius: 5px;
    border: #ecf2fa 1px solid;
    padding: 10px 0px 5px;
    text-align: center;
    color:#5c6a80;
    font-size:13px;
    margin-right:9px;
    width:37px;
    float: left;
}
.schedule-day {
    text-transform: uppercase;
}
.schedule-num {
    font-weight: 700;
    margin-top:15px;
    font-size:16px;
}
.schedule-month {
    font-size:11px;
    margin-top:-3px;
}
.schedule-cancel {
    opacity:.8;
}
.schedule-finish {
    opacity:.8;
}
.schedule-success {
    border-color: #fff;
    background: #fff;
    color:#182c4c;
}
.schedule-cancel .schedule-num, .schedule-success .schedule-num, .schedule-finish .schedule-num {
    margin-top:5px;
}
.schedule-cancel .schedule-label {
    width:5px;
    height:5px;
    border-radius: 50%;
    background:#ac2222;
    margin: 5px auto 0;
}
.schedule-success .schedule-label {
    width:5px;
    height:5px;
    border-radius: 50%;
    background:#22ac22;
    margin: 5px auto 0;
}
.schedule-finish .schedule-label {
    width:5px;
    height:5px;
    border-radius: 50%;
    background:#777777;
    margin: 5px auto 0;
}
.task-item {
    display: flex;
    align-items: center;
    padding: 15px;
}
.task-num {
    font-weight: 900;
    padding:13px 15px 13px 3px;
    border-right: #ebeff4 1px solid;
    color: #000823;
    font-size:24px;
}
.task-title {
    padding:10px 0 10px 12px;
    width:100%;
}
.task-title-bold {
    color: #000823;
    font-size:15px;
    font-weight: 700;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.task-title-type {
    font-weight: 300;
}
.task-title-descr {
    color:#adaebd;
    font-weight: 300;
    font-size:14px;
}
.task-black {
    background: #050c16;
    border-radius: 10px;
}
.task-black .task-num, .task-black .task-title-bold {
    color: #fff;
}
.main-sidebar-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-sidebar-rating h3 {
    font-size:20px;
    line-height: 22px;
}
.main-sidebar-rating-item {
    width:46%;
}
.main-sidebar-rating-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    padding:15px;
    line-height: 15px;
    font-size: 15px;
}
.main-sidebar-rating-black {
    color:#fff;
    background: #050c16;
}
.main-sidebar-rating-block span {
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    width:40px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table {
    width:100%;
    border-top:#ecf2fa 1px solid;
    border-left:#ecf2fa 1px solid;
    border-radius: 15px;
    background: #fdfdfe;
}
.table td {
    border-bottom:#ecf2fa 1px solid;
    border-right:#ecf2fa 1px solid;
}
.table thead td {
    background: #eaeaeb;
    text-align: center;
    padding:14px;
    font-weight:600;
    font-size:16px;
}
.table tbody td {
    padding:14px;
    text-align: center;
}
.table tfoot td {
    padding:14px;
    text-align: center;
    background: #eaeaeb;
    font-weight:600;
}
.table-edit {
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-edit a, .table-edit button {
    border:none;
    background: none;
    display: flex;
    cursor: pointer;
    background: #f1f1f1;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    margin:0 5px;
    color: #a3a3a3;
    font-size:16px;
    width:32px;
    height:32px;
}
.table-edit .remove {
    background: #ff7878;
    color: #fdfdfe;
}

.margin-0 {
    margin:0!important;
}
.calendar-disabled {
    opacity: .5;
}
.table-calendar-task {
    background: #00d7fb;
    margin: 15px 5px 0;
    border-radius: 5px;
    padding: 2px 10px;
    font-size: 14px;
    text-align: center;
}
.table-calendar-day {
    position:absolute;
    top:10px;
    right: 10px;
}
.table-calendar td {
    width: calc(100% / 7);
}

.contacts a {
    color:#223895;
    font-weight: 500;
}
.contacts a:hover {
    color:#00d7fb;
}
.color-gray {
    color:#b9bac7;
    font-size:14px;
    font-weight: 300!important;
}
.form-test-element {
    margin-top:30px;
    background:#f2f5fa;
    padding: 30px;
    border-radius: 30px;
}
.fte-button {
    margin-top: 20px;
}
.grammar-test-answer-template {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.gta {
    background: #ffffff;
    border:#888888 1px solid;
    padding:7px 10px;
    margin-right:10px;
    border-radius: 7px;
    cursor:pointer;
}
.gta-active {
    background: #77d7ff;
}
.answer-radio {
    padding:5px 0 0;
    display: flex;
}
.answer-radio label {
    display: block;
    margin-right: 20px;
}
.form-answer .form-file {
    display: none;
}
.display-none {
    display: none;
}

.navbar-info-calendar {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-info-value {
    display: flex;
    padding: 12px;
    background: #ffffff;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    margin-right:15px;
    color: #c3c3c3;
}
.navbar-info-value:hover {
    color: #19191b;
}
.navbar-info-value img {
    width:16px;
    opacity: .4;
}
.navbar-info-value span {
    margin-left: 10px;
    font-weight: 500;
    color: #223895;
}
.navbar-info-icon {
    padding: 10px;
    cursor: pointer;
}
.navbar-info-icon img {
    width: 20px;
}
.navbar-link {
    font-weight: 700;
}
.text-center {
    text-align: center;
}
.text-big {
    font-size:52px;
}
.header-h2 {
    font-weight:700;
    font-size:30px;
}
.header-h2 .fa-info-circle {
    cursor: pointer;
}

.support-info {
    position: relative;
}
.support-info div {
    display: none;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(100% - 5px);
    z-index: 99;
    background: #fff;
    padding: 10px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    width:320px;
}
.support-info:hover div {
    display: block;
}

.clients td {
    padding: 10px 10px;
    height:auto!important;
}
.clients .flex-buttons {
    padding:0;
}
.clients .button-icon {
    height: 30px;
    display: flex;
    align-items: center;
    max-height: 28px;
    width: 28px;
    justify-content: center;
    background: #3bff3b;
    border: none;
    border-radius: 3px;
    margin:0;
    cursor: pointer;
}
.clients a {
    width:30px;
    height:30px;
    margin:0 5px;
    padding:0;
    display: block;
}
.clients button {
    margin:0 5px!important;
}
.clients a img {
    width:30px;
    height:30px;
    margin:0;
    padding:0;
}
.search-user {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.search-user > div {
    display: flex;
    align-items: center;
}
.search-user input {
    margin-left:10px;
    min-width:300px;
}

.form-section {
    border: #e9eff8 1px solid;
    width: auto;
    padding: 20px 20px 25px;
    margin: 0 auto 40px;
    border-radius: 10px;
    max-width: 630px;
}
.form-section-title {
    font-size: 21px;
    padding-bottom: 10px;
    border-bottom: #e9eff8 1px solid;
    background: #fff;
    margin: -20px -20px 0;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
}
.form-checkbox {
    display: flex!important;
    align-items: center;
}
.form-checkbox input {
    margin-right:8px;
}
.lesson-exercise-repeat-show {
    background:#ff8d00;
    color: #000!important;
    background: #ff8d00;
    padding: 10px 15px;
    border-radius: 7px;
}
.lesson-exercise-repeat-show:hover {
    background: #fdae63;
    text-decoration: none!important;
}
.input-100 {
    width:100%!important;
}
.schedule-table {
    width:100%;
    text-align: center;
}
.schedule-table {
    width:100%;
    text-align: center;
}
.schedule-table td {
    padding:3px;
    background:#fff;
}
.schedule-table input[type="text"],.schedule-table input[type="time"] {
    height: 28px;
    border: #e1e1e1 1px solid;
    outline: none;
    border-radius: 5px;
    padding: 2px 3px;
    text-align: center;
    width:65px;
}

.teach-info {
    text-align: center;
    margin:-20px auto 30px;
}
.teach-info-title {
    font-weight: bold;
    color:#ff7f00;
}
.teach-info-title > div {
    display: inline-block;
    padding:1px 3px;
    width:18px;
    background: #ff7f00;
    color:#fff;
    border-radius: 50%;
    margin-left:5px;
    cursor: pointer;
    position: relative;
}
.teach-info-show {
    display: none;
}
.teach-info-title:hover .teach-info-show {
    display: block;
    position:absolute;
    top:30px;
    left:50%;
    z-index:2;
    transform: translateX(-50%);
    background: #fff;
    border:#ff7f00 2px solid;
    width:400px;
    font-weight: 400;
    text-align: left;
    padding:15px;
    color:#222;
}

.lesson-video-answer {
    text-align:left;
    font-size:21px;
    margin-top:48px;
}
.lesson-video-answer > div {
    margin:7px;
}

.text-green {
    color:#0c0;
}

.text-red {
    color:#c00;
}
.lesson-exercise-h2 {
    margin-top:25px;
    font-size: 24px;
    color: #00d7fb;
    font-weight: 600;
}

#story-word, #story-grammar {
    display: none;
}
.spoiler-wrap {
    width: calc(100% - 42px);
    padding: 10px 20px;
    border: #e9eff8 1px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    background: #e9eff8;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 700;
}
.spoiler-button {
    font-weight: 400;
    cursor: pointer;
    display: block;
    text-decoration: none;
    padding: 5px 7px;
    background: #050c16;
    border-radius: 7px;
    color: #ffffff;
    font-size: 15px;
}
.spoiler-active {
    background: #c5d2e5;
    color: #000000;
}

.exercise {
    margin:0 auto;
}
.exercise h2 {
    text-align: center;
}
.exercise-content {
    margin: 30px auto;
    max-width: 800px;
}
.exercise-content img {
    max-width: 100%;
    max-height: fit-content;
}
.exercise-content textarea {
    width:100%;
}
.exercise-content + .exercise-content {
    margin-top: 100px;
}
.exercise-question-file-image img {
    margin:10px 0;
    max-width:100%;
}
.exercise-question-file-image video {
    margin:10px 0;
    width:100%;
}
.exercise-question-description {
    margin: 30px auto;
    max-width: 800px;
}
.exercise-back {
    text-align: center;
    color:#c3c3c3;
    margin: 0 auto 30px;
    display: block;
}
.exercise-back:hover {
    color:#19191b;
}
.exercise-back i {
    font-size:12px;
    margin-right:5px;
}
.exercise-buttons {
    display: flex;
    justify-content: center;
    margin:80px 0 30px;
}

.e-snippet {
    display: flex;
    align-items: center;
    justify-content: center;
    position:absolute;
    z-index:10;
    cursor: pointer;
    user-select: none;
    text-align: center;
}
.e-snippet > div {
    padding:20px;
}
.e-snippet-icon {
    margin-bottom: 15px;
}
.e-snippet-description {
    display: none;
}
.e-snippet-moderation {
    position: absolute;
    z-index: 99;
    width: 90px;
    height: 30px;
    text-align: right;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 3px;
}
.e-snippet-moderation a {
    margin-right: 12px;
    color:#c3c3c3;
}
.e-snippet-moderation a:hover {
    color:#19191b;
}
.snippet-red {
    background: #c63c2e;
    color: #ffffff;
    border-radius: 15px;
    text-transform: uppercase;
}
.snippet-with-description {
    background: #ffffff;
    border: #6e6f74 3px solid;
    color: #6e6f74;
    border-radius: 15px;
    text-align: left;
}
.snippet-with-description .e-snippet-title {
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.snippet-with-description .e-snippet-description {
    display: block;
    font-size:16px!important;
}
.snippet-blue {
    background: #41ccda;
    color: #19191b;
    border-radius: 15px;
    text-transform: uppercase;
}
.snippet-orange {
    background: #fdae5a;
    color: #19191b;
    border-radius: 15px;
    text-transform: uppercase;
}
.snippet-navi {
    background: #0f6674;
    color: #ffffff;
    border-radius: 15px;
    text-transform: uppercase;
}
.snippet-dark {
    background: #343434;
    color: #ffffff;
    border-radius: 15px;
    text-transform: uppercase;
}
.snippet-light {
    background: #e7e7e7;
    color: #19191b;
    border-radius: 15px;
    text-transform: uppercase;
}
.snippet-red-border {
    background: #ffffff;
    border: #c63c2e 3px solid;
    color: #19191b;
    border-radius: 15px;
}
.snippet-blue-border {
    background: #ffffff;
    border: #41ccda 3px solid;
    color: #19191b;
    border-radius: 15px;
}
.snippet-disabled {
    background: #cccccc!important;
    color: #343434!important;
    border:none!important;
    cursor: default;
}
.snippet-success {
    background: #1eaf23!important;
    color: #ffffff!important;
    border:none!important;
}
.e-snippet-done {
    position: absolute;
    bottom:15px;
    right:15px;
    color:#fff;
}
.e-snippet-wait {
    position: absolute;
    bottom:15px;
    right:15px;
}
.e-snippet-time {
    position: absolute;
    top:10px;
    left:10px;
    width: 100%;
    text-align: left;
    font-size: 11px!important;
    font-weight: 600;
    text-transform: lowercase;
}

.edit-section {
    max-width: 1050px;
}

.form-exercise {
    margin-top: 40px;
    border-top:#dddddd 15px solid;
    padding-top:20px;
    font-size: 18px;
}
.form-exercise .element-input {
    max-width: 700px;
}
.form-save {
    align-items: center;
}
.form-save > label {
    margin-left:40px;
    font-weight: 600;
}
.form-create-tests {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top:50px;
    margin-bottom: 20px;
}
.form-create-tests a {
    color: #a3a3a3;
    font-weight:500;
    position: relative;
    padding:5px 10px;
    border: #f6f7fa 1px solid;
    border-radius: 5px;
    margin-right: 40px;
}
.form-create-tests a:hover {
    color: #19191b;
    background: #ffffff;
    border: #19191b 1px solid;
}
.create-test-button span {
    display: none!important;
}
.create-test-active {
    color: #19191b!important;
    background: #ffffff;
    border: #19191b 1px solid!important;
    border-radius: 5px;
}
.create-test-active span {
    display: block!important;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    color: #d00;
}
.form-test {
    display: none;
    margin-top:50px;
}
.form-test a {
    margin-top:20px;
    display: inline-block;
}
.form-test-show {
    display: block;
}
.form-list-item + .form-list-item {
    margin-top:30px;
}
.form-list-item > div {
    margin-top:20px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.form-list-item > div > div {
    width:48%;
}
.form-list-item .form-label {
    color: #a3a3a3;
    font-weight: 500;
}
.form-list-item textarea {
    margin-top:10px;
    width: calc(100% - 32px);
    max-width: 600px;
    height: 150px;
    border: #e1e1e2 1px solid;
    outline: none;
    border-radius: 10px;
    padding: 15px 15px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    font-size: 14px;
    font-weight: 600;
}
.email-message {
    margin: 5px 0 0 5px;
    font-size: 16px;
    font-style: italic;
}
.form-time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top:8px;
}
.form-time div {
    margin-right:25px;
    font-size:15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.form-time input {
    margin-right:10px;
    font-size:15px;
    width: 60px;
    height: 25px;
    border: #e1e1e2 1px solid;
    outline: none;
    border-radius: 10px;
    padding: 5px 15px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    font-size: 16px;
    font-weight: 600;
}
.col-3 > div {
    width:30% !important;
}
.col-1 > div {
    width:100% !important;
}
.video-js {
    margin-top:10px;
    max-width:100%;
    width:100%;
}
.exercise-test-file {
    margin:5px 0 0 5px;
}
.mt-30 {
    margin-top:30px!important;
}
.mt-10 {
    margin-top:10px!important;
}
.border-top {
    border-top: #d5d5d5 1px solid;
}
.form-list-answers {
    display: flex;
    flex-direction: column;
}
.form-list-answer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.form-list-answer > div {
    margin-right:15px;
}
.min-width-400 {
    min-width:400px;
}

.form-list-answers input[type='checkbox'] {
    display: none;
}
.form-list-answers input[type='radio'] {
    display: inline-block;
}
.form-list-answers-many input[type='checkbox'] {
    display: inline-block!important;
}
.form-list-answers-many input[type='radio'] {
    display: none!important;
}
.form-change-icon {
    margin-top:10px;
}
.form-list-icon {
    display: none;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 500px;
}
.form-list-icon a {
    display: block;
    margin:0 15px 15px 0;
    background: #ffffff;
    padding:20px 0;
    width:55px;
    text-align: center;
    border-radius: 8px;
    font-size:28px;
    color:#19191c;
}
.form-list-icon a:hover {
    background: #d7d7d7;
}
.display-flex-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.display-flex-start > div {
    margin-right:20px;
}
.exercise-list-add-files {
    margin:8px 0 0 10px;
    color:#a3a3a3;
}
.exercise-list-add-files label {
    cursor: pointer;
}
.exercise-list-add-files label:hover {
    color:#19191c;
}
.exercise-list-files {
    width: 100%;
    padding-bottom: 7px;
    margin:8px 0 5px 10px;
    color:#a3a3a3;
    font-size:15px;
    flex-direction: column;
    align-items: flex-start;
}
.exercise-list-files a {
    color:#19191b;
}
.exercise-list-files .remove-file, .remove-question, .remove-test, .remove-answer {
    font-size:15px;
    color:#d00;
    margin-left:5px;
}
.form-test-list + .form-test-list {
    margin-top:50px;
}
.exercise-answer-video video {
    max-width: 100%;
}
.exercise-test-answers {
    margin-top:30px!important;
}
.exercise-test-answers > div {
    margin: 5px 0;
    display: flex;
    align-items: center;
}
.exercise-test-answers > div > div {
    margin: 0 10px 0 0;
}

.popup-wrap {
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 100;
    background: rgba(0,0,0,.8);
    position:fixed;
    display: none;
}
.popup-close {
    top:20px;
    right:30px;
    z-index: 11;
    position:fixed;
    color:#eeeeee;
    font-size:40px;
    cursor: pointer;
}
.popup-container {
    width: 700px;
    margin: 100px auto 50px;
    background: #fdfdfd;
    max-height: 650px;
    overflow-y: auto;
    padding: 20px;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    border-radius: 15px;
}
.camera-bg {
    width: 480px;
    height: 360px;
    background: #dddddd;
    border: 10px solid #efefef;
    margin: 0 auto;
}
.camera-bg video {
    width:100%;
    height:100%;
}
.camera-tools {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width:500px;
    margin: 15px auto 0;
}
.camera-time {
    text-align: center;
}
.camera-time span {
    padding: 3px 0;
    border-radius: 3px;
    font-size: 18px;
}
.camera-record {
    text-align: center;
    font-size:24px;
    display: flex;
}
.camera-record a {
    margin-right: 10px;
}
.camera-start i {
    color:#6c757d;
}
.camera-stop, .camera-refresh, .camera-save, .camera-success {
    display: none;
}

.exercise-content .image.image_resized img,
.exercise-content .image_resized.img,
.exercise-content .image_resized
{
    height: auto;
}

.remove-position .remove.button-danger {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    border: 1px solid #c91111;
}

.remove-exercise .reset-exercise.button-danger {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFA81E;
    border: #FFA81E 1px solid;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
}

.form-exercise .ck.ck-editor__editable td .image-inline img, .form-exercise .ck.ck-editor__editable th .image-inline img {
    max-width: 100%;
}

.block-with-reset-button {
    position: relative;
}

.reset-course {
    position: absolute;
    right: 10px;
    top: 0;
}

.reset-course .button-danger {
    background: #FFA81E;
    border: #FFA81E 1px solid;
    padding: 10px;
    border-radius: 10px;
}

.text-danger {
    color: #ff0000;
    margin-top: 10px;
    display: block;
    font-size: 16px;
    font-weight: 700;
}
