.bot__button--disable:not(.bot__button--selected) {
   display: none;
}
/* .bot__button.bot__button--selected {
    background-color: #ffffff;
    color: #881944;
    border: 1px solid #c49ead;
    box-shadow: 0px 1px 3px #8888883d;
} */


.botClientOverflow {
    position: fixed;
    bottom: 50px;
    right: 15px;
    width: 100px;
    height: 39px;
    transition: .4s;
    z-index: 123127;
    background-color: white;
    border: 1px solid;
    border-bottom: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-sizing: border-box;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 10px;
}

.botClientOverflow.open {
    width: 319px;
    height: 420px;
}

.botClientOverflow:not(.open) .botClient__titleCont {
    width: 103%;
}


.botClientOverflow.open .botClient__titleCont {
    width: 101%;
}

.botClient__titleCont {
    padding: 5px 15px;
    text-align: center;
    border: 1px solid #680931;
    font-size: 18px;
    background-color: white;
    border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: -1px;
    right: 0px;
    width: 319px;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ab6b95;
    color: #680931;
    font-weight: bold;
}

.botClientOverflow.open .botClient__titleCont {
    border-top: none;
}

.botClientOverflow .bot__message p,
.botClientOverflow .bot__message div {
    margin-top: 10px;
}

.botClientOverflow:not(.open) .botClient__titleStatus {
    display: none !important;
}

.botClient__titleStatus {
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 40px;
    visibility: hidden;
    padding: 5px 15px;
    background-color: white;
}

.botClient__titleStatus.show {
    visibility: visible;
}


.botClient__textOverflow {
    display: none;
    max-height: 100%;
    min-height: 100%;
    padding: 15px;
    padding-bottom: 80px;
    padding-top: 25px;
    /* overflow-y: scroll; */
}

.botClien__textOverflowCont {
    max-height: 100%;
}




.botClientOverflow.open .botClient__textOverflow {
    display: block;
}


.bot__buttonsCont {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.bot__button {
    background-color: #881944;
    border: 1px solid transparent;
    text-decoration: none;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
    width: 45%;
    height: auto;
    margin: 5px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    padding: 10px;
}

.bot__button img {
    max-width: 95%;
    height: auto;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 15px;
}

/* .bot__button--selected {
    background-color: #ffffff;
    color: #881944;
    border: 1px solid #c49ead;
    box-shadow: 0px 1px 3px #8888883d;
} */


.bot__answerCont {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}


.bot__questionTitle img {
    max-width: 100%;
    height: auto;
}


.bot__row {
    margin-top: 15px;
}


.bot__answerCont {
    margin-top: 15px;
}

.botClient__textOverflow:after {
    content: '';
    display: block;
    height: 80px;
}

.simplebar-offset {
    /* padding-bottom: 80px; */
}

.botClientOverflow {

}


.botClient__playAgainCont {
    display: none;
    position: sticky;
    top: 10px;
    text-align: left;
    padding-right: 10px;
    width: 95%;
    margin: auto;
    padding-bottom: 5px;
}

.botClient__playAgainCont.open {
    display: block;
}


.botClient__closeButton {
    width: 25px;
    height: 23px;
    line-height: 19px;
    font-size: 12px;
    position: absolute;
    top: -7px;
    right: 11px;
    border: 1px solid #881944;
    color: #881944;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.botClient__playAgainButton {
    font-size: 12px;
    cursor: pointer;
    background-color: white;
    padding: 3px 10px;
    border-radius: 15px;
    border: 1px solid #881944;
}

.botClient__playAgainButton:hover {
    color: #881944;
    text-decoration: underline;
    user-select: none;
}


/* .bot__button:hover,
.bot__button:focus {
    background-color: inherit !important;
    color: inherit  !important;
} */


@media all and (max-width: 800px){
    .botClientOverflow:not(.open),
    .botClientOverflow:not(.open) .botClient__titleCont {
        width: 100px;
    }

    .botClientOverflow {
        /* left: 30px; */
    }


    .botClientOverflow.open {
        bottom: 0;
        width: 90vw;
        padding: 30px;
        left: 0;
        margin: auto;
        box-sizing: border-box;
    }

}


@media all and (max-height: 600px){
    .botClientOverflow.open {
        height: 80vh;
    }
}