#app #logo-crowdm {
    position: fixed;
    z-index: 135;
    top: 5px;
    left: 5px;
    width: 37px;
    height: 37px;
    display: block;
}
@media only screen and (min-width: 1050px)and (orientation: portrait) {
    #app #logo-crowdm {
    top: 9px;
    left: 9px;
    width: 77px;
    height: 77px;
}
}@media only screen and (min-width: 1024px)and (orientation: landscape) {
    #app #logo-crowdm {
    top: 27px;
    left: calc(50% - 400px);
    width: 57px;
    height: 57px;
}
}#app #logo-crowdm a {
    display: block;
    overflow: hidden;
    position: relative;
}
#app #logo-crowdm a:before {
    content: "";
    padding-top: 100%;
    display: block;
}
#app #logo-crowdm a img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}
#app #header {
    background-size: 100% 100%;
    background-position: 0px 0px;
    background-image: conic-gradient(from 180deg at 50% 50%, #FFFFFF6B 0%, #549B8A6B 41%, #17122A99 55%, #FFFFFF99 99%);

    box-shadow: 0px 0px 20px 15px #fff;
    z-index: 134;
    position: relative; 
    padding-bottom: 15px;
}
#app #header .header {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    height: 25px;
    padding: 0px;
}
#app #header #counter {
    display: none;
}
#app #header #video-avatar .video-container {
    margin-bottom: -25px;
}
@media only screen and (min-width: 1050px)and (orientation: portrait) {
    #app #header #video-avatar .video-container {
        width: calc(100% - 50px);
        max-width: 710px;
    }
}
#app #header #video-avatar #status {
    top: calc(50% - 0px);
    left: calc(50% - 0px);
    transform: translate(-50%,  -50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #b1b1b1;
}
#app #header #video-avatar #status.off-line {
    box-shadow: 0px 0px 6px 0px #b1b1b1;
}
#app #header #video-avatar #status.on-line {
    box-shadow: 0px 0px 6px 0px #009c7c;
}
#app #header #video-avatar #status.on-line.thinking {
    animation: thinking 1.3s infinite ease-in;
}
@keyframes thinking {
    0% {
    box-shadow: 0px 0px 6px 0px #009c7c;
}
50% {
    box-shadow: 0px 0px 16px 6px #009c7c;
}
100% {
    box-shadow: 0px 0px 6px 0px #009c7c;
}
}@media only screen and (min-width: 1050px)and (orientation: portrait) {
    #app #intro h4 {
    font-size: 2rem;
}
}@media only screen and (min-width: 1050px)and (orientation: portrait) {
    #app #intro p {
    font-size: 24px;
}
}#app #intro button {
    background-color: #009c7c;
    color: #fff;
}
@media only screen and (min-width: 1050px)and (orientation: portrait) {
    #app #intro button {
    font-size: 1.2rem;
}
}@media only screen and (min-width: 1050px)and (orientation: portrait) {
    #app .typingContainer {
    margin-top: 15px;
    transform: scale(1.5);
}
}#app .typingDot {
    background-color: #009c7c !important;
}
@media only screen and (min-width: 1050px)and (orientation: portrait) {
    #app .message {
    font-size: 24px;
}
}#app .incoming-message {
    background-color: #009c7c;
}
#app .incoming-message::after {
    border-top-color: #009c7c;
    border-left-color: #009c7c;
}
#app .speechToText .start {
    background-image: url(/assets/ico_microphone_slash.svg);
}
@media only screen and (min-width: 1050px)and (orientation: portrait) {
    #app .speechToText .start {
    background-size: 30px;
    margin-top: 5px;
}
}#app .speechToText .stop {
    background-image: url(/assets/ico_microphone.svg);
}
@media only screen and (min-width: 1050px)and (orientation: portrait) {
    #app .speechToText .stop {
    background-size: 20px;
    margin-top: 5px;
}
}
#app #footer {
    background-color: #009c7c;
    border-color: #009c7c;
}
@media only screen and (min-width: 1050px)and (orientation: portrait) {
    #app #footer {
    height: 86px;
}
}#app #footer .attachment {
    display: none;
}
#app #footer .mainContainer.isSpeechToTextAvailable input {
    width: calc(100% - 90px);
}
@media only screen and (min-width: 1050px)and (orientation: portrait) {
    #app #footer .mainContainer.isSpeechToTextAvailable input {
    width: calc(100% - 102px);
}
}@media only screen and (min-width: 1050px)and (orientation: portrait) {
    #app #footer .mainContainer input {
    height: 52px;
    font-size: 25px;
}
}#app #footer .mainContainer input {
    width: calc(100% - 56px);
}
#app #footer form {
    width: calc(100% - 10px);
}
#app #footer button {
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url(/assets/ico_send.svg);
}
@media only screen and (min-width: 1050px)and (orientation: portrait) {
    #app #footer button {
    height: 51px;
    width: 51px;
}
}#app #messageContainer::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, .1);
    border-radius: 5px;
}
#app #messageContainer::-webkit-scrollbar-track:hover {
    background: #bcbcbc;
}
#app #messageContainer::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    transition: 2s ease;
    border-radius: 5px;
}
/*# sourceMappingURL=override.css.map */
