.header-chatbot-container {
    -webkit-box-shadow: 2px 3px 26px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 26px -14px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 3px 26px -14px rgba(0, 0, 0, 0.75);
}

.chatbot-wrapper {
    background: white;
}

.chatbot-search-wrapper input {
    width: 95%;
    height: 6vh;
    margin: 2%;
}

.list-label {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 10px;
}

.chatbot-list-display {
    height: 100%;
    overflow-y: scroll;
}

.back-to-menu {
    color: black;
    cursor: pointer;
    font-weight: bold;
    font-size: 1rem;
    background: gainsboro;
    text-align: left;
    padding: 8px;
}

.fake-button-cover {
    position: absolute;
    height: 32px;
    width: 39px;
    right: 77px;
    bottom: 33px;
    text-align: center;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
}

.back-to-menu i {
    margin-right: 6px;
}

.back-to-menu:hover {
    color: white;
    font-weight: bold;
    font-size: 1rem;
    background: gainsboro;
    text-align: left;
    padding: 8px;
}

/*.no-results-messaging {*/
/*    background: #f5f5f5;*/
/*    font-size: 1rem;*/
/*    font-weight: bold;*/
/*    padding: 10px;*/
/*    text-align: center;*/
/*}*/


.no-results-messaging {
    background: #f5f5f5;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 78px;
    border: solid #dddddd 1px;
}

.chatbot-relative-wrapper {
    position: relative;
}

.overlay-startquestions {
    position: absolute;
    background: white;
    width: 100%;
    height: 100%;
}

.single-chat-list-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
}

.single-chat-question {
    font-weight: bold;
    cursor: pointer;
    font-size: 1rem;
    margin-top: 10px;
    background: #f5f5f5;
    border-radius: 100px;
    padding: 10px;
    width: 90%;
}

.single-chat-question:hover {
    background: gainsboro;
}

.single-chat-list-wrapper a {
    text-align: center;
    cursor: pointer;
    background: #5cb85c;
    color: white;
    font-weight: bold;
    padding: 14px;
    border-radius: 100px;;
}

.single-chat-list-wrapper i {
    margin-right: 10px;
}

.single-chat-list-wrapper a:hover {
    background: white;
    color: #5cb85c;
    border: solid 1px black;
}

.chat-item-header {
    font-weight: bold;
    font-size: .9rem;
    text-decoration: underline;
}

.chat-item-display-data {
    font-weight: bold;
    font-size: 1.12rem;
}

@media screen and (max-width: 991px) {
    .chatbot-search-container {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
    }
}