.initial-hidden {
    display: none;
}




.pac-item-selected {
    background-color: #16BBF5;
}

.pac-item:hover {
    background-color: #16BBF5;
}

.dynamic-styles-main-background-color {
    background-color: #16BBF5;
}

.dynamic-styles-main-border-color {
    border-color: #16BBF5 !important;
}

.dynamic-styles-main-triangle-border-color {
    border-color: transparent transparent #16BBF5 transparent;
}

.dynamic-styles-main-color {
    color: #16BBF5;
}



@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 350ms !important;
    animation-duration: 350ms !important
}

img.emoji {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0 0 3px
}

.gone, .hidden {
    visibility: hidden
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

.popup {
    background-color: rgba(0, 0, 0, .75);
    display: block;
    position: relative;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    text-align: center
}

.popup .popup-inner {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    min-width: 300px;
    max-width: 400px;
    min-height: 100px;
    max-height: 600px;
    margin-top: 11vh;
    background-color: #fff;
    border-radius: 8px
}

@media (max-width: 450px) {
    .popup .popup-inner {
        margin-top: 10vh;
        min-width: 250px;
        max-width: 350px;
        min-height: 75px;
        max-height: 500px
    }
}

.popup .popup-inner .title {
    font-family: "Open Sans Condensed", Arial, sans-serif;
    margin: 15px;
    font-size: 1.125em;
    font-weight: 600
}

@media (max-width: 450px) {
    .popup .popup-inner .title {
        margin: 25px 5px 5px;
        font-size: 1.025em
    }
}

@media (max-width: 320px) {
    .popup .popup-inner {
        margin-top: 5vh;
        min-width: 250px;
        max-width: 300px;
        min-height: 75px;
        max-height: 400px
    }

    .popup .popup-inner .title {
        margin: 15px 5px 5px;
        font-size: .925em
    }
}

.popup .popup-inner .text {
    margin: 15px;
    font-size: .875em
}

@media (max-width: 450px) {
    .popup .popup-inner .text {
        margin: 5px;
        font-size: .85em
    }
}

.popup .popup-inner .image {
    text-align: center;
    margin: 15px auto 13px;
    display: block
}

@media (max-width: 450px) {
    .popup .popup-inner .image {
        margin: 15px auto
    }

    .popup .popup-inner .image img {
        max-width: 250px;
        max-height: 200px;
        width: auto;
        height: auto
    }
}

.popup .popup-inner .buttons-container {
    display: block;
    margin: 35px 15px 15px
}

@media (max-width: 450px) {
    .popup .popup-inner .buttons-container {
        margin: 15px 5px
    }
}

.popup .popup-inner .buttons-container button {
    display: inline-block;
    outline: 0;
    margin: 0 10px;
    color: #fff;
    font-weight: 700;
    border-radius: 17px;
    text-align: center;
    font-size: .875em;
    padding: 5px 30px;
    background-color: #fff;
    border: 1px solid
}

@media (max-width: 450px) {
    .popup .popup-inner .buttons-container button {
        font-size: 1.225em;
        margin: 0 5px;
        padding: 5px 15px
    }
}

.popup .popup-inner .buttons-container .type-default {
    border-color: #16bbf5;
    background-color: #16bbf5;
    color: #fff
}

.popup .popup-inner .buttons-container .type-discreet {
    border-color: #9aa5b5;
    color: #9aa5b5
}

.popup .popup-inner .buttons-container .type-danger, .popup .popup-inner .buttons-container .type-warning {
    border-color: #16bbf5;
    background-color: #16bbf5;
    color: #fff
}

.popup .close-button {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 5px;
    right: 15px;
    padding: 5px;
    z-index: 10
}

.popup popup-inner-generic {
    display: block
}

.popover {
    display: block;
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    text-align: left
}

.popover .popover-inner, .popover .with-shadow, .popover help-tooltip .tooltip-content, help-tooltip .popover .tooltip-content {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2)
}

.popover .popover-inner {
    display: block;
    position: relative;
    width: 320px;
    z-index: 12;
    height: auto;
    min-height: 40px;
    max-height: 600px;
    padding: 13px 15px;
    background-color: #fff;
    border-radius: 8px
}

@media (max-width: 450px) {
    .popover .popover-inner {
        width: 300px
    }
}

@media (max-width: 320px) {
    .popup .popup-inner .text {
        font-size: .825em
    }

    .popup .popup-inner .image img {
        max-width: 220px;
        max-height: 180px;
        width: auto;
        height: auto
    }

    .popup .popup-inner .buttons-container {
        margin: 5px 5px 15px
    }

    .popup .popup-inner .buttons-container button {
        font-size: 1.125em
    }

    .popover .popover-inner {
        width: 280px
    }
}

.popover .popover-inner .popover-arrow {
    width: 11px;
    height: 11px;
    position: fixed;
    z-index: 15
}

.popover .popover-inner .text {
    margin-bottom: 8px;
    font-size: .875em;
    font-style: italic;
    font-weight: 600
}

@media (max-width: 450px) {
    .popover .popover-inner .text {
        font-size: .85em
    }
}

.popover .popover-inner .buttons-container {
    display: block;
    width: 100%
}

.popover .popover-inner .buttons-container button {
    outline: 0;
    display: block;
    font-weight: 700;
    border-radius: 17px;
    text-align: center;
    font-size: .875em;
    padding: 2px 0;
    background-color: #fff;
    border: 1px solid;
    width: 100%
}

.popover .popover-inner .buttons-container button.is-not-first {
    margin-top: 8px
}

top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #dde0e5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 15px
}

top-bar .texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 2;
    flex-shrink: 2;
    margin-left: 22px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0
}

@media (max-width: 450px) {
    top-bar {
        padding: 12px 8px
    }

    top-bar .texts {
        margin-left: 15px
    }
}

top-bar .title {
    font-family: "Open Sans Condensed", Arial, sans-serif;
    display: block;
    font-size: 1.063em;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width: 450px) {
    top-bar .title {
        font-size: .9em
    }
}

top-bar .sub-title {
    display: block;
    font-size: .875em;
    font-weight: 300;
    text-transform: uppercase;



}

#result a {
  text-decoration: underline;
  font-weight: bold;
  color:#16BBF5 !important;

}

#result a:hover,#result a:visited,#result a:active {
  text-decoration: underline;
  font-weight: bold;
  color:#16BBF5 !important;
}
top-bar .sub-title span {
  border-bottom: 2px solid #73BA24;
}
@media (max-width: 450px) {
    top-bar .sub-title {
        font-size: .8em
    }
}

top-bar .bot-image {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 36px;
    height: 36px
}

top-bar .brand-icon {
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 25px
}

@media (max-width: 450px) {
    top-bar .brand-icon {
        margin-right: 20px
    }
}

top-bar.expanded-mode .title {
    font-size: 1.25em
}


@media (max-width: 450px) {
    top-bar.expanded-mode .title {
        font-size: 1.0em;
        line-height:1.2em;
    }
}
@media (max-width: 320px) {
    .popover .popover-inner .text {
        font-size: .825em
    }

    top-bar .texts {
        margin-left: 10px
    }

    top-bar .sub-title {
        font-size: .75em
    }

    top-bar .brand-icon {
        margin-right: 15px
    }

    top-bar.expanded-mode .title {
        font-size: 1.1em
    }
}

top-bar.expanded-mode .texts {
    padding: 12px 0
}

top-bar.expanded-mode .bot-image {
    width: 78px;
    height: 78px
}

chat {
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    overflow: hidden;
    margin-left: auto;
    border: 1px solid #16BBF5;
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
margin:20px auto;
z-index:999999;
background:#fff;
}

chat notification-panel, chat top-bar {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

chat chat-contents {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 2;
    flex-shrink: 2
}

chat .close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px;
    z-index: 10
}

chat user-input {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

user-input-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 43px;
    height: 43px;
    border-radius: 21.5px;
    overflow: hidden;
    position: relative
}

user-input-button .icon {
    display: block;
    margin: auto
}

user-input-button .icon-send {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
    width: 26px;
    height: 21px
}

user-input-button .icon-microphone {
    width: 16px;
    height: 24px
}

user-input-button .background {
    position: absolute;
    width: 43px;
    height: 43px;
    top: 0;
    left: 0;
    z-index: -1
}

user-input-button .background.disabled {
    background-color: #dde0e5
}


attachment-template-generic {
    position: relative
}

attachment-template-generic .subtitle, attachment-template-generic .title {
    font-size: .875em;
    padding: 10px 15px;
    display: block;
    text-align: left
}

attachment-template-generic .title {
    font-weight: 700
}

attachment-template-generic .title-with-subtitle {
    padding-bottom: 0
}

attachment-template-generic .subtitle {
    padding-top: 0;
    color: #a2a2a2
}

attachment-template-generic .text {
    width: 255px;
    border-radius: 8px 8px 0 0
}

attachment-template-generic .carousel {
    width: 100%;
    border-radius: 4px 4px 0 0;
    overflow: hidden
}

attachment-template-generic .arrow, attachment-template-generic .arrow-next, attachment-template-generic .arrow-previous {
    position: absolute;
    top: 50px;
    z-index: 10;
    width: 38px;
    height: 34px
}

attachment-template-generic .arrow-previous {
    left: 0
}

attachment-template-generic .arrow-next {
    right: 0
}

attachment-template-generic attachment-template-generic-item {
    display: block;
    overflow-y: hidden;
    max-width: 400px
}

attachment-template-generic attachment-template-generic-item img {
    width: 100%
}

attachment-template-generic attachment-template-generic-item p {
    text-align: center;
    font-size: .75em;
    font-weight: 700;
    padding: 5px 15px 0
}

attachment-template-generic attachment-template-generic-item .button {
    margin-top: 0 !important;
    margin-bottom: 10px
}

attachment-template-generic attachment-template-generic-item .button.last-button {
    margin-bottom: 0
}

attachment-template-generic attachment-template-generic-item .buttons {
    width: 100%;
    border-radius: 4px 4px 8px 8px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 0 15px 12px;
    margin: 0
}

.buttons {
    width: 300px;
    display: block;
    border-radius: 4px 8px 8px
}

.buttons .button {
    border-radius: 17px;
    width: 100%;
    text-align: center;
    font-size: .875em;
    font-weight: 700;
    padding: 6px;
    display: block;
    background-color: #fff;
    border: 1px solid;
    margin-top: 8px
}

.buttons .confirm-button {
    color: #fff;
    text-transform: uppercase;
    font-size: .85em
}

.buttons.confirm-button {
    background-color: #77c509
}

.last-message .buttons .button-left {
    border-bottom-left-radius: 0
}

attachment-template-generic, message {
    display: block;
    width: auto;
    word-wrap: break-word
}

attachment-template-generic .message-container, message .message-container {
    position: relative;
    padding: 8px 15px;
    margin: 3px 0;
    display: inline-block
}

attachment-template-generic .bubble-less-message-container, message .bubble-less-message-container {
    padding: 0
}

attachment-template-generic .text, message .text {
    padding: 0;
    margin: 0;
    display: block;
    font-size: .875em;
    word-wrap: break-word
}

attachment-template-generic .bubble-arrow, message .bubble-arrow {
    position: absolute;
    bottom: 0;
    left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 25px 25px;
    z-index: -1;
    visibility: hidden
}

.sent-by-main-user attachment-template-generic .bubble-arrow, .sent-by-main-user message .bubble-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 0;
    right: -8px;
    left: auto
}

.sent-by-other attachment-template-generic .bubble-arrow, .sent-by-other message .bubble-arrow {
    border-color: transparent transparent #eef0f5 !important
}

.sent-by-main-user attachment-template-generic .attachment, .sent-by-main-user attachment-template-generic .message-container, .sent-by-main-user message .attachment, .sent-by-main-user message .message-container {
    border-radius: 8px 4px 4px 8px
}

.sent-by-other attachment-template-generic .attachment, .sent-by-other attachment-template-generic .message-container, .sent-by-other message .attachment, .sent-by-other message .message-container {
    border-radius: 4px 8px 8px 4px
}

.sent-by-main-user attachment-template-generic.first-message .attachment, .sent-by-main-user attachment-template-generic.first-message .message-container, .sent-by-main-user message.first-message .attachment, .sent-by-main-user message.first-message .message-container {
    border-top-right-radius: 8px
}

.sent-by-main-user attachment-template-generic.last-message .attachment, .sent-by-main-user attachment-template-generic.last-message .message-container, .sent-by-main-user message.last-message .attachment, .sent-by-main-user message.last-message .message-container {
    border-bottom-right-radius: 8px
}

.sent-by-other attachment-template-generic.first-message .attachment, .sent-by-other attachment-template-generic.first-message .message-container, .sent-by-other message.first-message .attachment, .sent-by-other message.first-message .message-container {
    border-top-left-radius: 8px
}

.sent-by-other attachment-template-generic.last-message .attachment, .sent-by-other attachment-template-generic.last-message .message-container, .sent-by-other message.last-message .attachment, .sent-by-other message.last-message .message-container {
    border-bottom-left-radius: 8px
}

.sent-by-other .last-message.message-with-attachment .attachment, .sent-by-other .last-message.message-with-attachment .message-container {
    border-bottom-left-radius: 4px
}

.attachment {
    display: block
}

attachment-image {
    display: block
}

attachment-image .attachment {
    display: block;
    border-radius: 8px;
    overflow: hidden
}

attachment-image .attachment img {
    overflow: hidden;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 500px
}

@media (max-width: 600px) {
    attachment-image .attachment img {
        max-width: 390px
    }
}

@media (max-width: 450px) {
    .buttons {
        width: 230px
    }

    attachment-image .attachment img {
        max-width: 260px
    }
}

attachment-template-generic message-button, message message-button {
    display: block;
    background-color: #fff;
    border-radius: 9px;
    height: 18px;
    width: auto;
    position: absolute;
    padding: 2px 7px;
    bottom: -10px;
    right: 10px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2)
}

attachment-template-generic message-button .emoji, message message-button .emoji {
    margin-top: -9px;
    height: 16px
}

attachment-template-generic.message-with-button .message-container, message.message-with-button .message-container {
    margin-bottom: 11px !important
}

attachment-template-generic.last-message .bubble-arrow, message.last-message .bubble-arrow {
    visibility: visible
}

message-metadata {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 11px;
    background-color: #f5f7fc;
    border-radius: 8px;
    padding: 15px;
    word-wrap: break-word
}

message-metadata .metadata-category {
    display: block;
    margin-bottom: 6px
}

message-metadata .category-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #7a4fbd
}

message-metadata .output-context {
    display: inline-block;
    height: 16px;
    border-radius: 8px;
    background-color: #dee0e5;
    color: #524fa3;
    margin-right: 10px;
    margin-bottom: 6px;
    padding-right: 9px;
    padding-left: 9px
}

system-message {
    display: block;
    text-align: center;
    width: 100%
}

system-message .text {
    display: inline-block;
    text-align: center;
    font-size: .61em;
    font-weight: 700;
    color: #515151;
    background-color: #faf7cf;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 6px 9px;
    border: 2px solid #515151;
    width: auto
}

.system-message.message-position-right {
    text-align: right;
    padding-right: 15px
}

.system-message.message-position-left {
    text-align: left;
    padding-left: 15px
}

user-input {
    display: block;
    position: relative;
    overflow: hidden
}

user-input .input-container {
    border-top: 1px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    padding: 12px 15px;
    min-height: 67px;
    display: none
}

@media (max-width: 450px) {
    user-input .input-container {
        padding: 12px 8px
    }
}

@media (max-height: 600px) {
    user-input .input-container {
        padding: 10px 8px
    }
}

@media (max-height: 500px) {
    user-input .input-container {
        padding: 5px 8px
    }
}

user-input .input-container .input-button {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0 7px;
    position: relative;
    width: 30px;
    height: 30px
}

user-input .input-container .input-div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

user-input .input:focus {
    outline: 0 !important
}

user-input .input {
    background-color: transparent;
    border: none;
    color: #464648;
    font-size: 1em;
    padding: 0 10px 0 0;
    width: 100%
}

user-input .input::-webkit-input-placeholder {
    font-style: italic
}

user-input .input:-ms-input-placeholder {
    font-style: italic
}

user-input .input::-ms-input-placeholder {
    font-style: italic
}

user-input .input::placeholder {
    font-style: italic
}

user-input button {
    display: block;
    background-color: #fff;
    width: 43px;
    height: 43px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-height: none;
    padding: 0;
    border: none
}

user-input button img {
    display: block;
    width: 43px;
    height: 43px
}


user-input-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 43px;
    height: 43px;
    border-radius: 21.5px;
    overflow: hidden;
    position: relative
}

chat-contents {
    padding: 0;
    max-height: 100%;


}

.typing-indicator {
    width: 50px;
    height: 30px;
    margin: 10px 10px 10px 66px
}

welcome-panel {
    text-align: center;
    font-weight: 300;
    margin-bottom: 25px;
    position: relative;
    display: block;
    font-size: 1em
}

@media (max-height: 600px) {
    help-tooltip .help-tooltip-arrow {
        bottom: -8px
    }

    help-tooltip .correct, help-tooltip .correctness-indicator, help-tooltip .incorrect {
        margin-top: 8px
    }

    welcome-panel {
        margin-bottom: 20px
    }
}

@media (max-height: 500px) {
    help-tooltip .correct, help-tooltip .correctness-indicator, help-tooltip .incorrect {
        margin-top: 5px
    }

    welcome-panel {
        margin-bottom: 15px
    }
}

@media (max-width: 450px) {
    .typing-indicator {
        margin-left: 59px
    }

    welcome-panel .welcome-message {
        margin: 0 15px
    }
}

welcome-panel .images-container {
    display: block;
    position: relative;
    height: 102px;
    margin: 17px 0
}

@media (max-height: 600px) {
    welcome-panel .images-container {
        margin: 13px 0
    }
}

@media (max-height: 500px) {
    welcome-panel .images-container {
        margin: 9px 0
    }
}

welcome-panel .bot-image {
    width: 104px;
    height: 104px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

welcome-panel .brand-icon {
    width: 30px;
    height: 30px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-left: 40px;
    margin-top: 77px
}

welcome-panel .login {
    margin: 0
}

welcome-panel .welcome-message {
    margin: 30px 15% 0;
    font-size: 1em
}

welcome-panel .welcome-message::first-line {
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.125em
}

welcome-panel .login {
    display: block;
    left: auto;
    top: auto;
    position: relative;
    padding: 6px;
    background: 0 0;
    font-size: .71em;
    text-decoration: underline;
    font-weight: 700
}

.user-message-header {
    font-size: .688em;
    text-align: right
}

.message-welcome {
    text-align: center;
    font-size: .96em
}

@media (max-width: 450px) {
    welcome-panel .welcome-message {
      text-align: left;
        margin-left: 15px;
        margin-right: 15px
    }

    .sent-by-main-user {
        padding-left: 25px
    }

    .sent-by-other {
        padding-left: 55px;
        padding-right: 25px
    }
}

@media (max-width: 320px) {
    .sent-by-other {
        padding-left: 55px;
        padding-right: 10px
    }
}

@media (max-height: 600px) {
    welcome-panel .welcome-message {
        margin-top: 15px
    }

    chat-items-group {
        margin-top: 25px;
        margin-bottom: 25px
    }
}

@media (max-height: 500px) {
    chat-items-group {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

.sent-by-main-user {
    padding-right: 23px;
    padding-left: 20%
}

.sent-by-main-user attachment-template-generic, .sent-by-main-user message {
    text-align: right
}

@media (max-width: 450px) {
    .sent-by-main-user {
        padding-left: 25px;
        padding-right: 16px
    }
}

@media (max-width: 320px) {
    .sent-by-main-user {
        padding-left: 10px
    }
}

.sent-by-other {
    text-align: left;
    padding-left: 66px;
    padding-right: 20%;
    position: relative
}

@media (max-width: 450px) {
    .sent-by-other {
        padding-left: 59px;
        padding-right: 25px
    }
}

@media (max-width: 320px) {
    .sent-by-other {
        padding-right: 10px
    }
}

chat-items-group {
    display: block;
    margin-top: 12px;
    margin-bottom: 12px
}

.user-icon {
    width: 43px;
    height: 43px;
    border-radius: 21px
}

.user-icon-container {
    position: absolute;
    left: 15px;
    bottom: 0
}

@media (max-width: 450px) {
    .user-icon-container {
        left: 8px
    }
}

.unclickable {
    pointer-events: none
}

.buttons .button, .clickable, .popover .popover-inner .buttons-container button, .popup .close-button, .popup .popup-inner .buttons-container button, attachment-template-generic .arrow, attachment-template-generic .arrow-next, attachment-template-generic .arrow-previous, attachment-template-generic attachment-template-generic-item p, attachment-template-generic message-button, chat .close-button, message message-button, quick-replies .quick-reply, user-input .input-container .input-button, welcome-panel .login {
    cursor: pointer
}

.absolute-center, user-input .input-container .input-button img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}


app {
    color: #515151;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    overflow: hidden;
    height: 100%
}

@media (max-height: 600px) {
    chat-items-group {
        margin-top: 10px;
        margin-bottom: 10px
    }

    app {
        line-height: 1.35
    }
}

@media (max-height: 500px) {
    chat-items-group {
        margin-top: 8px;
        margin-bottom: 8px
    }

    app {
        line-height: 1.25
    }
}
