@font-face {
    font-family: 'DIN Pro Regular';
    src: url("");
}

.sherlock-chat .editor-sent {
    margin: 0 auto;
    display: block;
    width: inherit;
    height: inherit;
}

.sherlock-chat .attach__icon {
    width: inherit;
    height: inherit;
}

.emoji-mart,
.emoji-mart * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.15;
}

.emoji-mart {
    font-family: 'DIN Pro Regular';
    font-size: 16px;
    display: inline-block;
    color: #222427;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    background: #fff;
}

.emoji-mart .emoji-mart-emoji {
    padding: 6px;
}

.emoji-mart-bar {
    border: 0 solid #d9d9d9;
}

.emoji-mart-bar:first-child {
    border-bottom-width: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.emoji-mart-bar:last-child {
    border-top-width: 1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.emoji-mart-anchors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 6px;
    color: #858585;
    line-height: 0;
}

.emoji-mart-anchor {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 12px 4px;
    overflow: hidden;
    -webkit-transition: color .1s ease-out;
    -o-transition: color .1s ease-out;
    transition: color .1s ease-out;
}

.emoji-mart-anchor:hover,
.emoji-mart-anchor-selected {
    color: #464646;
}

.emoji-mart-anchor-selected .emoji-mart-anchor-bar {
    bottom: 0;
}

.emoji-mart-anchor-bar {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #464646;
}

.emoji-mart-anchors i {
    display: inline-block;
    width: 100%;
    max-width: 22px;
}

.emoji-mart-anchors svg {
    fill: currentColor;
    max-height: 18px;
}

.emoji-mart-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 270px;
    padding: 0 6px 6px 6px;
}

.emoji-mart-search {
    margin-top: 6px;
    padding: 0 6px;
}

.emoji-mart-search input {
    font-size: 16px;
    display: block;
    width: 100%;
    padding: .2em .6em;
    border-radius: 25px;
    border: 1px solid #d9d9d9;
    outline: 0;
}

.emoji-mart-category .emoji-mart-emoji span {
    z-index: 1;
    position: relative;
    text-align: center;
    cursor: default;
}

.emoji-mart-category .emoji-mart-emoji:hover:before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    border-radius: 100%;
}

.emoji-mart-category-label {
    z-index: 2;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.emoji-mart-category-label span {
    display: block;
    width: 100%;
    font-weight: 500;
    padding: 5px 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .95);
}

.emoji-mart-emoji {
    position: relative;
    display: inline-block;
    font-size: 0;
}

.emoji-mart-no-results {
    font-size: 14px;
    text-align: center;
    padding-top: 70px;
    color: #858585;
}

.emoji-mart-no-results .emoji-mart-category-label {
    display: none;
}

.emoji-mart-no-results .emoji-mart-no-results-label {
    margin-top: .2em;
}

.emoji-mart-no-results .emoji-mart-emoji:hover:before {
    content: none;
}

.emoji-mart-preview {
    position: relative;
    height: 70px;
}

.emoji-mart-preview-emoji,
.emoji-mart-preview-data,
.emoji-mart-preview-skins {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.emoji-mart-preview-emoji {
    left: 12px;
}

.emoji-mart-preview-data {
    left: 68px;
    right: 12px;
    word-break: break-all;
}

.emoji-mart-preview-skins {
    right: 30px;
    text-align: right;
}

.emoji-mart-preview-name {
    font-size: 14px;
}

.emoji-mart-preview-shortname {
    font-size: 12px;
    color: #888;
}

.emoji-mart-preview-shortname + .emoji-mart-preview-shortname,
.emoji-mart-preview-shortname + .emoji-mart-preview-emoticon,
.emoji-mart-preview-emoticon + .emoji-mart-preview-emoticon {
    margin-left: .5em;
}

.emoji-mart-preview-emoticon {
    font-size: 11px;
    color: #bbb;
}

.emoji-mart-title span {
    display: inline-block;
    vertical-align: middle;
}

.emoji-mart-title .emoji-mart-emoji {
    padding: 0;
}

.emoji-mart-title-label {
    color: #999A9C;
    font-size: 26px;
    font-weight: 300;
}

.emoji-mart-skin-swatches {
    font-size: 0;
    padding: 2px 0;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    background-color: #fff;
}

.emoji-mart-skin-swatches-opened .emoji-mart-skin-swatch {
    width: 16px;
    padding: 0 2px;
}

.emoji-mart-skin-swatches-opened .emoji-mart-skin-swatch-selected:after {
    opacity: .75;
}

.emoji-mart-skin-swatch {
    display: inline-block;
    width: 0;
    vertical-align: middle;
    -webkit-transition-property: width, padding;
    -o-transition-property: width, padding;
    transition-property: width, padding;
    -webkit-transition-duration: .125s;
    -o-transition-duration: .125s;
    transition-duration: .125s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.emoji-mart-skin-swatch:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.emoji-mart-skin-swatch:nth-child(2) {
    -webkit-transition-delay: .03s;
    -o-transition-delay: .03s;
    transition-delay: .03s
}

.emoji-mart-skin-swatch:nth-child(3) {
    -webkit-transition-delay: .06s;
    -o-transition-delay: .06s;
    transition-delay: .06s
}

.emoji-mart-skin-swatch:nth-child(4) {
    -webkit-transition-delay: .09s;
    -o-transition-delay: .09s;
    transition-delay: .09s
}

.emoji-mart-skin-swatch:nth-child(5) {
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s
}

.emoji-mart-skin-swatch:nth-child(6) {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

.emoji-mart-skin-swatch-selected {
    position: relative;
    width: 16px;
    padding: 0 2px;
}

.emoji-mart-skin-swatch-selected:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    margin: -2px 0 0 -2px;
    background-color: #fff;
    border-radius: 100%;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

.emoji-mart-skin {
    display: inline-block;
    width: 100%;
    padding-top: 100%;
    max-width: 12px;
    border-radius: 100%;
}

.emoji-mart-skin-tone-1 {
    background-color: #ffc93a
}

.emoji-mart-skin-tone-2 {
    background-color: #fadcbc
}

.emoji-mart-skin-tone-3 {
    background-color: #e0bb95
}

.emoji-mart-skin-tone-4 {
    background-color: #bf8f68
}

.emoji-mart-skin-tone-5 {
    background-color: #9b643d
}

.emoji-mart-skin-tone-6 {
    background-color: #594539
}

.emoji {
    position: absolute;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*bottom: 140px;*/
    top: -160px;
    right: 7px;

    padding-left: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 31px;
}

.emoji:before {
    position: absolute;
    margin: auto;
    left: 32px;
    width: 11px;
    height: 11px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    content: "\A";
    bottom: -7px;
    background-image: url("");
    background-size: 19px 75px;

}

.emoji-smiles {

    padding-left: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 31px;
}

.emojiSmile {
    width: 41px;
    height: 33px;
    display: inline-block;
    cursor: pointer;
}

.emojiSmile:not(:first-child) {
    margin-left: 10px;
}

.emoji-smiles__row:not(:first-child) {
    margin-top: 5px;
}

/* start rewrite emojimartlib */

.emoji-mart-preview, .emoji-mart-anchors, .emoji-mart-search, .emoji-mart-category-label {
    display: none;
    border: none;
}

.emoji-mart-bar {
    border: none;
}

.emoji-mart-scroll {

    height: 163px !important;
}

.emoji-mart {

    border: none;
    width: 250px !important;
    border-radius: 0px;
    background-color: transparent;
}


.emoji-mart-category .emoji-mart-emoji span {
    cursor: pointer;
}

.emoji-mart-category .emoji-mart-emoji:hover:before {
    background-color: transparent;
}

/* end rewrite emojimartlib */
.sherlock-chat .smile__icon {
    width: inherit;
    height: inherit;
}

.sherlock-chat .editor-microphone {
    margin: 0 auto;
    display: block;
    width: inherit;
    height: inherit;
}

.sherlock-chat .chat-close__icon {
    width: inherit;
    height: inherit;
}

.sherlock-chat .audio-recorder-cancel {
    width: 15px;
    height: 15px;
    float: left;
    margin-top: 8px;
}

.sherlock-chat .wave-stream {
    float: left;
    width: 77%;
    padding: 0 0 0 10px;
}

.sherlock-chat #visualizer {
    height: 30px !important;
    position: relative !important;
    border-radius: 15px;
}

.sherlock-chat .editor {
    height: 130px;
    position: relative;
}

.sherlock-chat .editor-content {
    outline-style: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 14px;
    font-size: 15px;
    font-family: 'DIN Pro Regular';
    color: #272727;
    cursor: text;
}

.sherlock-chat .editor-content-ie {
    width: 96%;
    height: 95%;
}

.sherlock-chat .editor-buttons {
    white-space: pre-line;
    line-height: 0;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    width: inherit;
    display: block;
}

.sherlock-chat .editor-buttons__smile {
    cursor: pointer;
    display: inline-block;
    width: 23px;
    height: 23px;
}

.sherlock-chat .editor-buttons__smile img,
.sherlock-chat .editor-buttons__attach img {
    max-width: 100%;
    max-height: 100%;
}

.sherlock-chat .editor-buttons__attach {
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
    width: 23px;
    height: 23px;
}

.sherlock-chat .editor-buttons__attach input[type=file] {
    display: none;
}

.sherlock-chat .editor-buttons__sent {
    display: block;
    text-align: right;
    cursor: pointer;
    height: 19px;
    width: 25px;
    float: right;
}

.sherlock-chat .editor-buttons__sent button {
    width: 150px;
    height: 32px;
    border-radius: 4px;
    border-style: none;
    background-color: #004b75;
    color: #fff;
    font-family: 'DIN Pro Regular';
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
}

.sherlock-chat .editor-buttons__sent button:disabled,
.sherlock-chat .editor-buttons__sent button:disabled:hover {
    background-color: #DFDFDF;
    cursor: not-allowed;
}

.sherlock-chat .editor-buttons__sent button:hover {
    background-color: #1485c7;
}

.sherlock-chat .editor-buttons__sent button:active {
    background-color: #1485c7;
}

.sherlock-chat .editor-buttons__sent button:focus {
    outline: none;
}

.sherlock-chat .editorScrollBar {
    padding-right: 22px;
    width: inherit !important;
    height: 80px !important;
    border: 1px solid #004b75;
    border-radius: 10px;
    margin: 0 20px 10px 20px;
}

.sherlock-chat .editorScrollBar__thumb-vertical {
    height: 21px;
    width: 6px !important;
    background-color: #ddd;
    right: 5px;
    border-radius: 3px;
}

.sherlock-chat .editor-audio-recorder {
    margin-top: 20px;
    margin-left: -15px;
}

.sherlock-chat .editor-2 {
    height: auto;
    min-height: 43px;
    overflow: hidden;
    padding-left: 10px;
}

.sherlock-chat .editor-content-2 {
    min-height: 14px;
    max-height: 200px;
    width: 67%;
    margin-left: 10px;
    float: left;
    padding: 7px 5px;
    font-size: 13px;
    outline-style: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 12px;
    cursor: text;
}

.sherlock-chat .editor-buttons-2__attach {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 6px;
}

.sherlock-chat .editor-buttons-2__attach input[type=file] {
    display: none;
}

.sherlock-chat .editor-buttons-2__sent {
    cursor: pointer;
    height: 19px;
    width: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    display: inline-block;
    margin-top: 5px;
    margin-right: 8px;
}

.sherlock-chat .editor-buttons-2__microphone {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 5px;
    margin-right: 4px;
}

.sherlock-chat [contenteditable=true]:empty:before {
    content: attr(placeholder);
    display: block;
    color: #AAAAAA;
}

.sherlock-chat .messages {
    overflow: auto;
}

.sherlock-chat .messageScrollBar {
    margin-top: 10px;
}

.sherlock-chat .messageScrollBar__thumb-vertical {
    width: 6px !important;
    right: 4px;
    height: 57px;
    background-color: #004b75;
    bottom: 2px;
    border-radius: 3px;
}

.sherlock-chat .message-border {
    padding-top: 17px;
    padding-left: 17px;
    padding-right: 10px;
    padding-bottom: 17px;
    border-radius: 10px;
}

.sherlock-chat .message-border__author {
    display: none;
    font-weight: bold;
    font-size: 13px;
}

.sherlock-chat .message-border__text {
    word-wrap: break-word;
    font-size: 15px;
    color: #272727;
    font-family: 'DIN Pro Regular';
}

.sherlock-chat .message-date {
    font-family: 'DIN Pro Regular';
    font-size: 13px;
    padding-top: 10px;
}

.sherlock-chat .message-in .message-date {
    color: #6d6e71;
}

.sherlock-chat .message-out .message-date {
    color: #A0A2A3;
}

/* start .message-in  */

.sherlock-chat .message-in {
    padding-left: 20px;
    padding-right: 50px;
    padding-bottom: 20px;
}

.sherlock-chat .message-in > .message-border {
    background-color: #d6d7d7;
}

.sherlock-chat .message-in > .message-triangle {
    display: block;
    float: left;
    border: 0 solid transparent;
    border-left-width: 0px;
    border-right-width: 23px;
    border-top: 11px solid #d6d7d7;
    margin-left: 25px;
}

.sherlock-chat .message-in > .message-border > .message-border__text {
    padding-top: 2px;
}

.sherlock-chat .message-in > .message-border > .message-border__author {
    color: #0a9644;
}

/* end .message-in  */

/* start .message-out  */

.sherlock-chat .message-out {
    padding-left: 50px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.sherlock-chat .message-out > .message-border {
    background-color: #EFF3F4;
}

.sherlock-chat .message-out > .message-date {
    text-align: right;
}

.sherlock-chat .message-out > .message-triangle {
    display: block;
    float: right;
    margin-right: 25px;
    border: 0 solid transparent;
    border-left-width: 23px;
    border-right-width: 0px;
    border-top: 11px solid #EFF3F4;
}

/* end message-out */

.sherlock-chat .message-attachment {
    word-wrap: break-word;
    padding-top: 15px;
    position: relative;
}

.sherlock-chat .message-attachment__image {
    width: 100%;
    height: 100%;
}

.sherlock-chat .attachment-icon {
    position: absolute;
    top: 38%;
    left: 40%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sherlock-chat .attachment-icon__circle {
    opacity: 0.3;
    position: inherit;
    background: url("");
    width: 44px;
    height: 44px;
}

.sherlock-chat .attachment-icon__arrow {
    position: absolute;
    margin-top: 7px;
    margin-left: 10px;
    background: url("");
    background-size: contain;
    z-index: 3;
    width: 26px;
    height: 30px;
}

/* start message state */
.sherlock-chat .message-state {
    font-size: 11px;
    color: #8e8e8e;
    padding-top: 8px;
    text-align: right;
}

.sherlock-chat .message-state__icon {
    width: 18px;
    height: 14px;
    display: block;
    float: right;
}

.sherlock-chat .message-state_error {
    color: #ee444a;
}

.sherlock-chat .message-state_cursor {
    cursor: pointer;
}

/* end message state */

.sherlock-chat .message-in .botButton {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    min-width: 76px;
    max-width: 100%;
}

.sherlock-chat .message-in .botButton:only-of-type {
    width: 100%;
}

.sherlock-chat .message-in .bot-buttons-container.row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.sherlock-chat .botButton {
    height: 32px;
    margin: 5px;
    border-radius: 4px;
    outline: none;
    border: none;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #ffffff;
    background-color: #004b75;
    font-size: 13px;
    font-family: 'DIN Pro Regular';
    cursor: pointer;
    /*text-transform: uppercase;*/
}

.sherlock-chat .botButton:hover {
    background-color: #1485c7;


}

.sherlock-chat .botButton:active {
    background-color: #ED1C24;
}

.sherlock-chat .botButton:disabled,
.sherlock-chat .botButton:disabled:hover {
    background-color: #DFDFDF;
    cursor: not-allowed;
}

.sherlock-chat .botButton:focus {
    outline: none;
}

.sherlock-chat .bot-buttons-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sherlock-chat .bot-buttons-container.col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    float: none;
}

.sherlock-chat .bot-buttons-container.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.sherlock-chat .message-loader {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: block;
    padding-bottom: 15px;
}

.sherlock-chat .operator {
    height: 53px;
    background-color: #004b75;
    cursor: move;
}

.sherlock-chat .operatorPhoto {
    margin-left: 10px;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 8px;
    width: 37px;
    height: 37px;
}

.sherlock-chat .operatorInfo {
    width: 80%;
    float: left;
    padding-left: 0;
    padding-top: 13px;
    word-wrap: break-word;
}

.sherlock-chat .operatorPhoto__increasedPhoto {
    width: 40px;
    border-radius: 50%;
    height: 40px;
    position: absolute;
    left: 14px;
    top: 7px;
    opacity: 0;
    border: 1px solid #949494;
}

.sherlock-chat .operatorPhoto__normalPhoto {
    max-width: 100%;
    max-height: 100%;
}

.sherlock-chat .operatorInfo__name {
    font-size: 18px;
    color: #fff;
    font-family: 'DIN Pro Regular';
    font-weight: bold;
}

.sherlock-chat .operatorInfo__position {
    color: #8e8e8e;
    font-size: 12px;
}

.sherlock-chat .channels {
    border-top: 1px solid #EAEAEA;
    padding-right: 26px;
    padding-left: 26px;
    color: white;
}

.sherlock-chat .channels__title {
    text-align: center;
    padding-top: 13px;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.sherlock-chat .channels__title__warning {
    text-align: center;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.sherlock-chat .channels__icons {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding-left: 0px;
}

.sherlock-chat .channels__icons > li {
    display: inline-block;
}

.sherlock-chat .channels__icons > li:not(:first-child) {
    padding-left: 10px;
}

.sherlock-chat .channel__icon {
    width: 37px;
    height: 37px;
}

.sherlock-chat .channel__icon:hover {
    -webkit-animation-name: channel__icon_animate;
    animation-name: channel__icon_animate;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

/* start  animate */

@-webkit-keyframes channel__icon_animate {
    0% {
        -webkit-transform: rotate(10deg) scale(1.6);
        transform: rotate(10deg) scale(1.6)
    }

    25% {
        -webkit-transform: rotate(-90deg) scale(1.5);
        transform: rotate(-90deg) scale(1.5)
    }

    75% {
        -webkit-transform: rotate(10deg) scale(1.6);
        transform: rotate(10deg) scale(1.6)
    }

    100% {
        -webkit-transform: rotate(-90deg) scale(1.5);
        transform: rotate(-90deg) scale(1.5)
    }
}

@keyframes channel__icon_animate {
    0% {
        -webkit-transform: rotate(10deg) scale(1.6);
        transform: rotate(10deg) scale(1.6)
    }

    25% {
        -webkit-transform: rotate(-90deg) scale(1.5);
        transform: rotate(-90deg) scale(1.5)
    }

    75% {
        -webkit-transform: rotate(10deg) scale(1.6);
        transform: rotate(10deg) scale(1.6)
    }

    100% {
        -webkit-transform: rotate(-90deg) scale(1.5);
        transform: rotate(-90deg) scale(1.5)
    }
}

/* end animate  */
.sherlock-chat .operatorTyping {
    padding: 10px 25px;
    min-height: 15px;
}

.sherlock-chat .operatorTyping__text {
    font-size: 13px;
    color: #0a9644;
    font-weight: bold;
}

.sherlock-chat .operatorTyping__left {
    float: left;
    padding-right: 5px;
}

.sherlock-chat .operatorTyping_horizontalLoader {
    width: 25px;
    height: 8px;
    margin-left: 10px;
}

.sherlock-chat .sherlock-form {
    padding: 12px 25px;
    height: 100%;
    width: 85%;
}

.sherlock-chat .sherlock-form form {
}

.sherlock-chat .sherlock-form .text-field {
    height: 38px;
    padding: 0 14px;
    border: 1px solid #c0d8f0;
    border-radius: 4px;
    font-family: 'DIN Pro Regular';
    font-size: 15px;
    color: #272727;
    width: 85%;
}

.sherlock-chat .sherlock-form .text-field::-webkit-input-placeholder {
    color: #a7a7a7;
}

.sherlock-chat .sherlock-form .text-field:-ms-input-placeholder {
    color: #a7a7a7;
}

.sherlock-chat .sherlock-form .text-field::placeholder {
    color: #a7a7a7;
}

.sherlock-chat .sherlock-form .text-field:focus {
    outline: none;
    border: 1px #004b75 solid;
}

.sherlock-chat .sherlock-form .text-field.error {
    border: 1px solid #ED1C24;
    color: #ED1C24 !important;
}

.sherlock-chat .sherlock-form .checkbox-container {
    margin-left: 1px;
    font-family: 'DIN Pro Regular';
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px;
    line-height: 14px;
    color: #272727;
}

.sherlock-chat .sherlock-form .checkbox-field {
    margin: 3px 12px 3px 2px;
    font-family: 'DIN Pro Regular';
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.sherlock-chat .sherlock-form .checkbox-field + label {
    position: relative;
    padding: 0 0 0 40px;
    cursor: pointer;
}

.sherlock-chat .sherlock-form .checkbox-field + label:before {
    content: '';
    position: absolute;
    left: 0;
    width: 26px;
    height: 26px;
    border-radius: 4px;
    border: 1px solid #c0d8f0;
}

.sherlock-chat .sherlock-form .checkbox-field + label:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 3px;
    border-radius: 10px;
    font-family: 'DIN Pro Regular';
    color: #004b75;
    font-size: 24px;
    font-weight: bolder;
}

.sherlock-chat .sherlock-form .checkbox-field:checked + label:after {
    content: '\2713';
}

.sherlock-chat .sherlock-form .checkbox-container a {
    color: #004b75
}

.sherlock-chat .sherlock-form .submit-button {
    height: 32px;
    width: 150px;
    border-radius: 4px;
    outline: none;
    border: none;
    color: white;
    background-color: #004b75;
    font-size: 16px;
    font-family: 'DIN Pro Regular';
    cursor: pointer;
    text-transform: uppercase;
    padding: 0px 10px 0px 10px;
}

.sherlock-chat .sherlock-form .submit-button:hover {
    background-color: #1485c7;
}

.sherlock-chat .sherlock-form .submit-button:active {
    background-color: #1485c7;
}

.sherlock-chat .sherlock-form .submit-button:disabled {
    background-color: #DFDFDF;
    cursor: not-allowed;
}

.sherlock-chat .sherlock-form .submit-button:focus {
    outline: none;
}

.sherlock-chat .sherlock-form .submit-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
}

.sherlock-chat .sherlock-form .info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    width: 100%;
}

.sherlock-chat .sherlock-form .info-triangle {
    border: 0 solid transparent;
    border-left-width: 10px;
    border-right-width: 0px;
    border-bottom: 16px solid #EFF3F4;
}

.sherlock-chat .sherlock-form .info-text {
    word-wrap: break-word;
    font-size: 15px;
    color: #272727;
    font-family: 'DIN Pro Regular';
    background-color: #EFF3F4;
    border-radius: 10px;
    padding: 10px 15px 10px 13px;
    line-height: 18px;
}

.sherlock-chat .sherlock-form .input-required-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sherlock-chat .sherlock-form .error-text {
    font-family: 'DIN Pro Regular';
    font-size: 12px;
    color: #ED1C24;
    height: 24px;
}

.sherlock-chat#sherlockChat {
    margin: 0px;
    font-size: 12px;
    font-family: 'DIN Pro Regular';
    position: fixed;
    border: none;
    right: 0;
    bottom: 0;
    z-index: 2147483610;
    display: flex;
    flex-direction: column;
    height: 80%;
}

.sherlock-chat .chat {
    background-color: #004b75 !important;
    border: 5px solid #004b75;
    border-radius: 12px;
    cursor: nw-resize;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sherlock-chat .chat-close {
    position: absolute;
    z-index: 2147483620;
    cursor: pointer;
    right: 13px;
    top: 19.5px;
    height: 18px;
    width: 18px;
}

.sherlock-chat .chat-close img {
    max-width: 100%;
    max-height: 100%;
}

.sherlock-chat .sherlock-app {
    cursor: default;
    background-color: #ffffff;
    height: 100%;
    width: 320px;
    display: flex;
    flex-direction: column;
}

.sherlock-chat a {
    color: #004b75;
    cursor: pointer;
}

.sherlock-chat .widget-cross {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 30px;
    top: 10px;
}

.sherlock-chat .keyboard-buttons {
    padding: 0 20px 10px 20px;
    overflow: visible;
}

.sherlock-chat audio {
    width: 220px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}

.sherlock-chat .gradient {
    height: 0px;
}

.sherlock-chat .sherlock-widget {
    width: 72px;
    height: 72px;
    position: fixed;
    right: 6px;
    bottom: 86px;
    z-index: 2147483600;
}

.sherlock-chat .externalChatIcon {
    position: absolute;
    vertical-align: middle;
    margin-left: 20px;
    display: block;
    border-radius: 50%;
    border: 1px solid transparent;
    background: #004b75 center center no-repeat;
    background-image: url("../images/chat_button.png");
    background-size: 50%;
    width: 44px;
    height: 44px;
    cursor: pointer;
}

.sherlock-chat .externalChatIcon-no-icon {
    background-image: none;
}

.sherlock-chat .widget_channels {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 175px;
    right: 5px;
    z-index: 2147483646;
    display: none;
}

.sherlock-chat .widget_channels__icons {
    padding-top: 5px;
}

@-webkit-keyframes animationContent {
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
        border: 1px #37a64f solid;
    }

    100% {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0;
        border: 1px #37a64f solid;
    }
}

@keyframes animationContent {
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
        border: 1px #37a64f solid;
    }

    100% {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0;
        border: 1px #37a64f solid;
    }
}

.sherlock-chat .animationContent {
    display: none;
    position: absolute;
    margin-left: 20px;
    width: 70px;
    height: 70px;
    background-color: transparent;
    -webkit-animation-name: animationContent;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-animation-name: animationContent;
    -moz-animation-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    animation-name: animationContent;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    border-radius: 100%;
    border: 1px #37a64f solid;
    cursor: pointer;
}

/* Spinner */
.sk-fading-circle {
    margin: 5px 0 0 25px;
    width: 40px;
    height: 40px;
    position: absolute;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    /*background-color: #004b75;*/
    background-color: #004b75;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

.sherlock-chat .message-input-container {
    margin-top: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sherlock-chat .message-input {
    padding: 7px 5px;
    margin-right: 2px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    width: 70%;
    font-size: 1em;
}

.sherlock-chat .message-input:focus {
    border-color: #1485c7;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(186, 213, 50, 0.25);
    box-shadow: 0 0 0 2px rgba(186, 213, 50, 0.25);
}

.sherlock-chat .message-sent-button {
    padding: 7px 5px;
    color: #fff;
    background-color: #004b75;
    border-color: #004b75;
    border-radius: 5px;

    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    cursor: pointer;
    width: 30%;
    font-size: 0.9em;
}

.sherlock-chat .message-sent-button:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(186, 213, 50, 1);
    box-shadow: 0 0 0 2px rgba(186, 213, 50, 1);
}

.sherlock-chat .message-sent-button:active,
.sherlock-chat .message-sent-button:hover {
    background-color: #788e1e;
    border-color: #788e1e;
}

.sherlock-chat .message-sent-button:disabled {
    background-color: #004b75;
    border-color: #004b75;
    cursor: auto;
}

.sherlock-chat .welcome-message-header {
    text-align: end;
    z-index: 2147483620;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sherlock-chat .welcome-message {
    width: 300px;
    min-height: 60px;
    position: fixed;
    bottom: 155px;
    right: 60px;
    z-index: 2147483646;
    border: 1px solid #cecece;
    padding: 15px;
    border-radius: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.36);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.36);
    font-family: 'DIN Pro Regular';
}


.sherlock-chat .welcome-message-close-icon {
    width: 16px;
    height: 16px;
}

.sherlock-chat .welcome-message-text {
    line-height: 1.5em;
}

.sherlock-chat .welcome-message-operator {
    font-weight: bold;
}

.sherlock-chat .welcome-message-typing {
    margin-top: 10px;
    font-size: 0.8em;
    color: #c1c1c1;
}

.sherlock-chat .c-pointer {
    cursor: pointer;
}

.sherlock-chat .empty {
    display: none;
}

.sherlock-chat .welcome-message::before {
    display: block;
    position: absolute;
    float: left;
    border: 0 solid transparent;
    border-left-width: 10px;
    border-right-width: 10px;
    border-top: 10px solid #464547;
    content: '';
    bottom: -10px;
    right: 15px;
}

.sherlock-chat .welcome-message hr {
    width: 100%;
    border-style: solid;
    border-width: 0.5px;
    color: #cacaca;
}

.width40percent {
    width: 40%;
}

.sherlock-chat .sherlock-feedback-form {
    /* border-top: 1px solid #EAEAEA; */
    padding: 20px 10px;
    height: 100%;
}

.sherlock-chat .sherlock-feedback-form button {
    width: 100%;
    color: white;
    background-color: #004b75;
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    font-family: CoTextCorpReg;
    cursor: pointer;

    outline-style: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-color: #004b75;
    flex-grow: 1;
    height: 32px;
    margin: 5px;
}

.sherlock-chat .sherlock-feedback-form div {
    font-family: ProximaNovaCondReg;
    padding-bottom: 8px;
    font-size: 16px;
}

.sherlock-chat .sherlock-feedback-form button:hover {
    cursor: pointer;
    color: #fff;
    background-color: #1485c7;
}

.sherlock-chat .sherlock-feedback-form button:active {
    cursor: pointer;
    color: #fff;
    background-color: #1485c7;
}

.sherlock-chat .sherlock-feedback-form .button-back {
    margin-top: 25px;
    background-color: #004b75;
    border-color: #004b75;
    display: none;
}

.sherlock-chat .sherlock-feedback-form .button-back:hover {
    margin-top: 25px;
    background-color: #1485c7;
}

.sherlock-chat .sherlock-feedback-form .button-back:active {
    margin-top: 25px;
    background-color: #1485c7;
}

.sherlock-chat .feedbackPanel {
    border-bottom: 1px solid #004b75;
    height: 22px;
    padding-top: 10px;
    text-align: center;
    font-family: CoTextCorpReg;
}

@media (max-width: 768px) {
    .sherlock-chat#sherlockChat {
        height: 100%;
        width: 100%;
    }

    .sherlock-chat .sherlock-form .submit-button {
        height: 40px;
        width: 100%;
    }

    .sherlock-chat .sherlock-app {
        width: 100%;
    }
}


.sherlock-chat .editor-buttons__keyboard {
    cursor: pointer;
    height: 19px;
    width: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 15px;
}

.sherlock-chat .editor-buttons__keyboard:hover {
    cursor: pointer;
}

.sherlock-chat .editor-buttons__keyboard button {
    width: 150px;
    height: 32px;
    border-radius: 4px;
    border-style: none;
    background-color: #005AAB;
    color: #FFFFFF;
    font-family: 'SourceSansPro', sans-serif;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
}

.sherlock-chat .editor-buttons__keyboard button:disabled:hover {
    background-color: #DFDFDF;
    cursor: not-allowed;
}

.sherlock-chat .editor-buttons__keyboard button:hover {
    background-color: #0b6bc9;
}

.sherlock-chat .editor-buttons__keyboard button:active {
    background-color: #ed1c24;
}

.sherlock-chat .editor-buttons__keyboard button:focus {
    outline: none;
}

.sherlock-chat .editor-buttons-2__keyboard {
    cursor: pointer;
    height: 19px;
    width: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    display: inline-block;
    margin-top: 5px;
    margin-right: 8px;
}

.sherlock-chat .editor-keyboard {
    margin: 0 auto;
    display: block;
    width: inherit;
    height: inherit;
}

.emoji-2 {
    top: -220px;
}

.sherlock-chat .editor-buttons-2__smile {
    width: 23px;
    height: 23px;
    display: inline-block;
    float: left;
    margin-top: 4px;
}
