.page-template:has(.mood-container) header.banner:after {
    height: 220px;
}

.mood-container {
    margin-bottom: 40px;
}

.mood-header__container, .mood-actions__container {
    position: fixed;
    z-index: 10;
    background-color: #faf8f5;
}

.container-fluid.mood-header__container {
    max-width: unset;
}

.mood-actions__container {
    position: sticky;
    bottom: 0;
    background-color: #faf8f5;
    padding: 20px;
    z-index: 10;
}

.mood-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto 20px;
}

.mood-header__back__btn {
    border: none;
    background-color: transparent;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #212529;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
}

.mood-header__buttons {
    display: flex;
    background-color: #fff;
    border-radius: 50px;
}

.mood-header__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 10px 28px;
    background-color: #fff;
    border-radius: 50px;
    border: none;
    color: #1A1918;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
}

.mood-header__button:focus-visible {
    outline: none;
}

.mood-header__button:first-child.active {
    background-color: #95AB58;
}

.mood-header__button:last-child.active {
    background-color: #E9AF54;
}

.mood-title__block {
    padding-top: 85px;
    padding-bottom: 15px;
    background: #FFF;
}

.mood-title {
    margin: 0;
    color: #635D44;
    text-align: center;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;

    @media screen and (max-width: 768px) {
        font-size: 20px;
        letter-spacing: -0.4px;
    }
}

.mood-subtitle {
    margin: 0;
    color: #635D44;
    font-family: "Playfair Display", serif;
    text-align: center;
    font-weight: 400;
    line-height: normal;
    font-size: 16px;
    text-transform: lowercase;

    @media screen and (max-width: 768px) {
        letter-spacing: -0.32px;
    }
}

.mood-form__block {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 26px;
    padding-bottom: 26px;
    position: relative;
}

.mood-form__block:after {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(250, 248, 245, 0.55);
    z-index: 1;
}

.mood-form__block.loading:after {
    display: block;
}

.mood-form__input {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mood-form__input:not(:last-child) {
    margin-bottom: 40px;
}

.mood-form__input label {
    color: #635D44;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
}

.mood-form__input label span {
    color: #B8B299;
}

.mood-form__input__textarea {
    padding: 10px 9px 10px 15px;
    background: #F2EEE8;
}

.mood-form__input textarea {
    display: block;
    width: 100%;
    padding-right: 17px;
    color: #212529;
    min-height: 120px;
    border: none;
    border-radius: 4px;
    background: #F2EEE8;
    resize: none;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;

    @media screen and (max-width: 576px) {
        min-height: 195px;
    }
}

.mood-form__input textarea:focus-visible {
    outline: none;
}

.mood-form__input textarea::placeholder {
    color: #B8B299;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
}

.mood-form__input textarea::-webkit-scrollbar {
    display: block;
    width: 3px;
}

.mood-form__input textarea::-webkit-scrollbar-button {
    background-color: transparent;
    height: 0;
}

.mood-form__input textarea::-webkit-scrollbar-track {
    background-color: #CCC8C4;
    border-radius: 2px;
}

.mood-form__input textarea::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #A2A09A;
    cursor: pointer;
}

.mood-actions {
    display: flex;
    gap: 4px;
    justify-content: center;
}

.btn.btn-light.mood-actions__btn {
    min-width: 150px;
    border-radius: 25px;
    border: 1px solid #635D44 !important;
    padding: 10px 28px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #635D44 !important;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: normal !important;
    letter-spacing: -0.32px;
    background-color: transparent !important;
}

.btn.btn-light.mood-actions__btn.mood-actions__btn__solid svg {
    margin-left: 4px !important;
    display: none;
}

.btn.btn-light.mood-actions__btn.mood-actions__btn__solid {
    background-color: #635D44 !important;
    color: #F2EEE8 !important;
}

.save-mood:disabled, .cancel-mood:disabled {
    background-color: rgba(99, 93, 68, 0.40);
    border-color: rgba(99, 93, 68, 0.40);
}

.mood-notification {
    display: none;
    max-width: 1000px;
    margin: 20px auto 0;
    color: #C72A48;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}
