/*
.form-control,*/
.page-header h1 a,
.lesson-title-value {
	font-family: var(--main-font) !important;
    font-weight: var(--main-font-weight);
    font-style: var(--main-font-style);
    color: inherit;
    line-height: 135%;
}

h1 a,
h1 span {
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.02em;
    position: relative;
    margin-right: 45px;
    font-size: 24px;
    color: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
    
h1 a:hover {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #929294;
}

h1 a:after {
    content: '\2192';
    position: absolute;
    margin: 0 10px;
    color: inherit;
}

.lesson-title-value {
	font-size: 24px;
}

.breadcrumbs {
    color: inherit;
}

.breadcrumbs a,
.breadcrumb a {
    font-family: var(--main-font) !important;
    color: inherit;
}

.breadcrumb a:focus,
.breadcrumb a:hover {
    color: inherit;
}

.user-answer,
.self-answers,
.answer-form {
    display: flex;
    align-items: flex-start;
    max-width: 700px;
    margin: 30px auto;
    padding: 25px;
    background: #F4EADD;
    border-radius: 25px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    color: #ffffff;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.user-answer::before,
.self-answers::before,
.answer-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    pointer-events: none;
}

.user-answer .user-profile-image,
.answer-form .user-profile-image,
.self-answers .user-profile-image {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    margin-right: 20px;
    background: linear-gradient(135deg, #e0e0e0 0%, #bdbdbd 100%);
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.user-answer .user-profile-image:hover,
.answer-form .user-profile-image:hover,
.self-answers .user-profile-image:hover {
    transform: scale(1.1);
}

.user-answer .answer-form-inner,
.self-answers .answer-form-inner,
.answer-form .answer-form-inner {
    flex: 1;
    position: relative;
    z-index: 1;
    margin-left: 0px;
}

.emoji-wysiwyg-editor,
.user-answer textarea,
.self-answers textarea,
.answer-form textarea {
    resize: vertical !important;
    min-height: 4em !important;
    background: rgb(250, 247, 242);
    color: rgb(119, 3, 38);
    border-radius: 25px;
    border: none;
    padding: 10px;
    padding-right: 30px;
}

.answer-form .addfield .type-string {
    color: black;
}

.lesson-answer-comment,
.addfield.type-checkbox,
.addfield-type-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.15);
    padding: 15px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    transition: background 0.3s ease;
}

.lesson-answer-comment:hover,
.addfield.type-checkbox:hover,
.addfield-type-checkbox:hover {
    background: rgba(255, 255, 255, 0.25);
}

/*.lesson-answer-comment input[type="checkbox"],*/
.addfield.type-checkbox input[type="checkbox"],
.addfield-type-checkbox input[type="checkbox"] {
    margin-right: 12px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    accent-color: #0cc900;
    transition: transform 0.2s ease;
    margin-left: 0px;
}

/*.lesson-answer-comment input[type="checkbox"]:checked,*/
.addfield.type-checkbox input[type="checkbox"]:checked,
.addfield-type-checkbox input[type="checkbox"]:checked {
    transform: scale(1.2);
}

/*.lesson-answer-comment label,*/
.addfield.type-checkbox label,
.addfield-type-checkbox label {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
}

/*.lesson-answer-comment label i,*/
.addfield.type-checkbox label i,
.addfield-type-checkbox label i {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
}

label[for="user_hide_answer"] {
    display: inline;
    color: #AB264D;
}

.uploadifive-button {
    background-image: none;
    background-color: #AB264D !important;
}

.new-comment {
    width: 100%;
}

.new-comment.active .btn-send,
.new-comment .btn-send,
.answer-form .btn {
    font-family: var(--main-font);
    background: #AB264D;
    border-radius: 20px;
    padding: 20px;
    border: none;
    margin-top: 10px;
}

.answer-form .btn-link {
    background: none;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: none;
}

.answer-form .btn-link:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.5);
}

.answer-form .btn-save-draft {
    background: #F4EADD;
    color: #AB264D !important;
    border: 2px solid #AB264D;
    transition: 0.3s;
}

.answer-form .btn-save-draft:hover,
.answer-form .btn-save-draft:focus {
    text-decoration: none;
    background: #AB264D;
    color: #F4EADD !important;
}

@media (max-width: 600px) {
    .answer-form {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .user-profile-image {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .btn {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .addfield.type-checkbox,
    .addfield-type-checkbox {
        flex-direction: column;
        align-items: flex-start;
    }

    .addfield.type-checkbox input[type="checkbox"],
    .addfield-type-checkbox input[type="checkbox"] {
        margin-bottom: 10px;
    }
}

.new-comment form {
    margin-top: 10px;
}

.self-answers .user-answer {
    border-top: none;
}

.lesson-mission-wrapper {
    border: none;
}

.answer-form main,
.comment-form-wrapper .new-comment-textarea,
.comments-tree .text {
	color: #000000;
}

.title span,
.title span a,
.answer-status a {
    color: #FFFFFF;
}