.btn_helper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 25px;
}

.btn_helper_icon {
    width: 100px;
    height: 100px;
    background: url("../../images/icon/helperIconQA.svg") no-repeat center;
    background-clip: border-box;
    outline: none;
    border: none;
    transition: .5s;
}

.helper_icon_hidden {
    display: none;
}

.title_bar {
    background: #7d7d7d;
    height: 50px;
    width: 100%;
}

    .title_bar button {
        margin-left: 20px;
        color: #ffffff;
        outline: none;
        border: none;
        background: none;
        height: 50px;
    }

    .title_bar .mrs_btn img, .title_bar .kid_btn img {
        margin: 0 auto;
        width: 40px;
    }

    .title_bar .mrs_btn:hover {
        background-color: #fc6199;
    }

    .title_bar .kid_btn:hover {
        color: black;
        background-color: #b7e852;
    }

.messageContent {
    min-height: calc(100vh - 321px);
    display: flex;
    flex-direction: column;
    margin-top: 8px;
}

    .messageContent p {
        max-width: 255px;
        word-wrap: break-word;
        margin-bottom: 12px;
        line-height: 24px;
        position: relative;
        padding: 10px 20px;
        border-radius: 25px;
    }

        .messageContent p:before, .messageContent p:after {
            content: "";
            position: absolute;
            bottom: -2px;
            height: 20px;
        }

    .messageContent div {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    .messageContent .them-icon {
        margin: 3px 0 0 3px;
        width: 30px;
    }

.from-me {
    margin-right: 10px;
    color: black;
    background: #ebd220;
    align-self: flex-end;
}

    .from-me:after {
        width: 0px;
        height: 0px;
        position: absolute;
        border: 15px solid;
        border-color: transparent transparent transparent #ebd220;
        right: -20px;
        top: 7%;
    }

.from-them {
    margin-left: 10px;
    background: #efbbd0;
    color: black;
}

    .from-them:after {
        width: 0px;
        height: 0px;
        position: absolute;
        border: 15px solid;
        border-color: transparent #efbbd0 transparent transparent;
        left: -20px;
        top: 7%;
    }

.questionBox {
    background-color: #ee8385;
    margin-left: 10px;
    max-width: 200px;
    margin-bottom: 12px;
    line-height: 24px;
    position: relative;
    padding: 10px 20px;
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .questionBox span {
        color: #ffffff;
        font-size: medium;
        margin-bottom: 5px;
    }

    .questionBox .accordion {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.moreQA {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.moreQAContent {
    display: flex;
    align-items: center !important;
}

    .moreQAContent .chevron-btn {
        border: none;
        outline: none;
        background: none;
        font-size: 40px;
        color: #ffc1d7;
        padding: 1px 6px;
    }

        .moreQAContent .chevron-btn:hover {
            color: #ef4377;
        }

.accordion button {
    width: 150px;
    outline: none;
    border: none;
    margin-bottom: 3px;
    background: #efefef;
}

    .accordion button:hover {
        background-color: #fc6199;
        color: #ffffff;
    }

.moreQA-btn {
    width: 150px;
    outline: none;
    border: none;
    background: #ee8385;
    margin-top: 3px;
    font-size: medium;
    color: #ffffff;
}

    .moreQA-btn:hover {
        color: yellow;
    }

.booker {
    text-align: right;
}

.btn_helper_booker {
    text-align: right;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

.main-content-alone {
    padding: 0 0px 0px 0px;
}

@media screen and (max-width: 991px) {
    .messageContent {
        min-height: calc(100vh - 207px);
    }
}

@media screen and (max-width: 768px) {
    .btn_helper_booker {
        bottom: 12vw;
        right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .messageContent {
        min-height: calc(100vh - 225px);
    }
}

@media screen and (max-width: 600px) {
    .messageContent {
        min-height: calc(100vh - 204px);
    }
}

@media screen and (max-width: 540px) {
    .messageContent {
        min-height: calc(100vh - 198px);
    }
}

@media screen and (max-width: 465px) {
    .btn_helper_booker {
        bottom: 18vw;
    }
}

@media screen and (max-width: 414px) {
    .messageContent {
        min-height: calc(100vh - 182px);
    }
}

@media screen and (max-width: 375px) {
    .messageContent {
        min-height: calc(100vh - 177px);
    }
}

@media screen and (max-width: 360px) {
    .messageContent {
        min-height: calc(100vh - 175px);
    }
}

@media screen and (max-width: 280px) {
    .messageContent {
        min-height: calc(100vh - 165px);
    }
}
