
.message-block {
    margin-bottom: 10px;
}

#scroll_down_button {
    height: auto;
    position: fixed;
    width: 100%;
}


#scroll_down_button .icon-button {
    width: 20px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
}

#scroll_down_button svg {
    width: 20px;
    height: auto;
}

#main {
    margin-right: 0px;
}

html, body {
    overflow: hidden;
}



#send_button:hover{
    background-color:rgba(79,70,229,.2) !important;
}



.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: auto;
    margin: 10px;
    margin-bottom: 20px;
}
.lds-ellipsis div {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e5e7eb;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
    }
    @keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}




body {
    overflow: hidden;
}

#full-screen {
    width: 100%;
    height: 100%;
    background: #f9fafc;
    position: absolute;
    z-index: 9999;
}

#full-screen #pre-loader {
    width: 150px;
    height: 150px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.lds-dual-ring {
    display: inline-block;
    width: auto;
    height: auto;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 8px solid #e8f2f9;
    border-color: #e8f2f9 transparent #e8f2f9 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



.chat-double-tick {
    fill: #56CA00;
    width: 12px;
    height: auto;
    width: 12px;
    display: inline-block;
    margin-right: 3px;
}


.chat-double-tick {
    fill: #808080;
    width: 12px;
    height: auto;
    width: 12px;
    display: inline-block;
    margin-right: 3px;
}

.chat-double-tick-green {
    fill: #56CA00 !important;
}


.side-menu {
    display: block;
    position: fixed;
    width: 300px;
    height: calc(100% - 110px);
    margin-top: 62px;
    background: #ffffff;
    right: -350px;
    top: 0;
    z-index: 9999;
    border-left: solid 1px #e3e8ef;
}

.side-menu .close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: -18px;
    margin-top: 5px;
    margin-left: 5px;
}


.side-menu .close svg {
    width: 24px;
    height: 24px;
}
.side-menu .content {
    height: 100%;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 25px;
}


.side-menu .content .inner-content {
    overflow: hidden;
    overflow-y: auto;
    height: 300px;
    margin-top: 10px;
}






.cursor-default-important {
    cursor: default !important;
}

.text-black {
    color: #000000;
}

.side-menu .content .bottom-gap {
    width: 100%;
    height: 50px;
}


.audio-button {
    display: inline-block;
    width: 20px;
    height: auto;
    fill: #677489;
}

.audio-pause {
    display: none;
}

.below-response-icon {
    display: inline-block;
    width: 18px;
    height: auto;
    fill: #677489;
    margin-left: 5px;
}

.cursor-default {
    cursor: default;
}





.special-button {
    display: block;
    border: solid 1px #e3e8ef;
    padding: 5px;
    border-radius: 10px;
    word-break: break-word;
    margin-top: 7px !important;
    width: auto;
}

.special-button:hover {
    background: #ececec;
}


.main-button {
    background: #f9fafc;
}

.special-button svg {
    display: inline-block;
    width: auto;
    height: 15px;
    fill: #677489;
}


.chat-header .active {
    background-color: rgba(203, 213, 225, .2);
}

.chat-header button:focus {
    background-color: rgba(203, 213, 225, .2);
}

.chat-header a svg {
    fill: #677489;
}

.text-menu-heading {
    fill: #677489;
    font-weight: 500;
}

.text-menu-sub-heading {
    fill: #677489;
}

.side-menu .close svg {
    fill: #677489; 
}

#voice-to-text svg {
    fill: #677489;   
}


.tarot {
    border: solid 1px #000;
    border-radius: 10px;
    margin-top: 10px;
}



#model-view {
    display: none;
    width: 300px;
    height: auto;
    min-height: 65px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: solid 1px #000;
    border-radius: 10px;
    z-index: 99999;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-top: 10px;
}

#model-view .close {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 5px;
    margin-right: 5px;
}

#model-view .close svg {
    width: 20px;
    height: auto;
}

.hide {
    display: none !important;
}

.dimmed {
    opacity: 0.2;
}


.special-li {
    max-width: 200px;
    cursor: pointer;
    background: #f1f4f8;
    border-radius: 10px;
    padding: 15px;
    display: table;
    word-break: break-word;
}

.special-li:hover {
    background: #dee3e9;
}

.lucia-image {
    margin-top: 0px;
    max-width: 350px;
}

.special-li .question-icon {
    width: 18px;
    height: 18px;
    margin-bottom: 10px;
    fill: #677489;
}




@media only screen and (max-width: 767px) {
    .lucia-image img {
        height: 60px;
        width: auto;
    }
}


#scroll_area {
    width: 100%;
    height: calc(100% - 185px);
    overflow: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    overflow-y: scroll;
}



.chat-header {
    position: fixed;
    top: 0;
}

.chat-footer {
    position: fixed;
    bottom: 0;
}

