/*
Theme Name: Ammehjelpen
Author: Increo
*/
.daexthefu-button-text, .daexthefu-comment-submit, .daexthefu-comment-cancel {
    font-family: 'Inter', sans-serif;
}

.daexthefu-button-text {
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    color: #4e3b65;
}

.daexthefu-comment-submit, .daexthefu-comment-cancel {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}

.daexthefu-comment-buttons-container{
    justify-content: center;
}

.daexthefu-comment-submit {
    background: #4e3b65;
    border-color: #2B2D30;
    color: #ffffff;
}

.daexthefu-comment-cancel {
    background: #ffffff;
    border-color: #4e3b65;
    color: #4e3b65;
}

.daexthefu-comment-label,
.daexthefu-comment-character-counter-number, .daexthefu-comment-character-counter-text,
.daexthefu-successful-submission-text {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.daexthefu-comment-label {
    color: #2E2E2F;
}

.daexthefu-successful-submission-text {
    color: #2E2E2F;
}

.daexthefu-comment-character-counter-number, .daexthefu-comment-character-counter-text {
    color: #898A8C;
}

.daexthefu-comment-textarea:focus {
    border-color: #063F85;
}

.daexthefu-comment-textarea {
    font-family: 'Inter', sans-serif;
}

.daexthefu-comment-textarea {
    font-size: 13px;
}

.daexthefu-comment-textarea {
    font-style: normal;
}

.daexthefu-comment-textarea {
    font-weight: 400;
}

.daexthefu-comment-textarea {
    line-height: 24px;
}

.daexthefu-comment-textarea {
    color: #1E1E1F;
}

.daexthefu-comment-textarea {
    background: #ffffff;
}

.daexthefu-comment-textarea {
    border-color: #E7E7E8;
}

.daexthefu-container {
    border-width: 1px 0;
}

.daexthefu-container {
    border-color: #E7E7E8;
}

.daexthefu-container {
    padding: 32px 0px;
}

.daexthefu-container {
    margin: 64px 0px;
}

.daexthefu-title {
    font-family: 'Inter', sans-serif;
}

.daexthefu-title {
    font-size: 24px;
}

.daexthefu-title {
    font-style: normal;
}

.daexthefu-title {
    font-weight: 600;
}

.daexthefu-title {
    line-height: 48px;
}

.daexthefu-title {
    color: #424447;
}

.happy-face-cls-1, .sad-face-cls-1, .thumb-up-cls-1, .thumb-down-cls-1 {
    fill: #c8c8c8;
}

.happy-face-cls-3, .sad-face-cls-4, .thumb-up-cls-3, .thumb-down-cls-3 {
    fill: #666666;
}

.daexthefu-yes:hover .daexthefu-icon-primary-color,
.daexthefu-yes-selected .daexthefu-icon-primary-color {
    fill: #7db340
}

.daexthefu-yes:hover .daexthefu-icon-secondary-color, .daexthefu-yes-selected .daexthefu-icon-secondary-color {
    fill: #397038
}

.daexthefu-no:hover .daexthefu-icon-primary-color,
.daexthefu-no-selected .daexthefu-icon-primary-color {
    fill: #e89795
}

.daexthefu-no:hover .daexthefu-icon-secondary-color, .daexthefu-no-selected .daexthefu-icon-secondary-color {
    fill: #94322c
}

.daexthefu-button-type-icon-and-text.daexthefu-button.daexthefu-yes,
.daexthefu-button-type-text.daexthefu-button.daexthefu-yes,
.daexthefu-button-type-icon-and-text.daexthefu-button.daexthefu-no,
.daexthefu-button-type-text.daexthefu-button.daexthefu-no {
    background: #E7E7E8;
    border: 1px solid #E7E7E8;
}
.daexthefu-button-type-text.daexthefu-button.daexthefu-yes-selected,
.daexthefu-button-type-text.daexthefu-button.daexthefu-no-selected{
    background: #f4f4f4;
    border-color: #999;
}

.daexthefu-icon-circle {
    fill: #dddddd;
}

.daexthefu-button,
.daexthefu-comment-textarea {
    border-radius: 4px;
}