.sherlock-chat .operatorPhoto{
    margin-top: 0px;
    margin-right: 0px;
    width: 100%;
    height: auto;
    margin: 20px auto 12px auto;
    display: block;
    position: relative;
    text-align: center;
}

.sherlock-chat .sherlock-form .input-required-container{
    width:100%;
}

.sherlock-chat .chat{
    border-radius: 0;
    background: #fff;
    border: none;
}
.logoImage {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.logoImage img{
    width: 200px;
}
.sherlock-chat .operatorPhoto__normalPhoto{
        min-height: 40px;
    height: 40px;
}

.sherlock-chat#sherlockChat{
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
}

.sherlock-chat .operator{
    background-color: #fff;
    border-bottom: 1px solid #E3E8F1;
    height: 72px;
}

.sherlock-chat .chat-close {
    height: 32px;
    width: 32px;
}

.sherlock-chat .sherlock-form .text-field{
    border-color: #b00228;
    color: #414042;
    border-radius: 0;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);

}

.sherlock-chat .sherlock-form .text-field::-webkit-input-placeholder {
  color: #414042;
}

.sherlock-chat .sherlock-form .text-field:-ms-input-placeholder {
  color: #414042;
}

.sherlock-chat .sherlock-form .text-field::placeholder {
  color: #414042;
}

.sherlock-chat .sherlock-form .text-field:focus{
  border-color:#b00228
}

.sherlock-chat .sherlock-form .submit-button{
        background-color: #0099A5;
    border: 1px solid #0099A5;
    color: #fff;
    border-radius: 0;
    margin: auto;
    transition: 0.5s easy-in-out;
}

.sherlock-chat .sherlock-form .submit-button:hover{
box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
background-color: #0099A5;
}

.sherlock-chat .message-in .message-border{
    background-color: #E5E5E5;
    border-radius: 2px 15px 15px 15px;
    
}

.sherlock-chat .message-border{
    font-size: 14px;
    line-height: 16px;
    color: #414042;
}

.sherlock-chat .botButton{
    background-color: #0099A5;
    border: 1px solid #0099A5;
    color: #fff;
    font-size: 15px;
    border-radius: 0px;
    transition:0.5s;
}

.sherlock-chat .botButton:hover{
   box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
background-color: #0099A5; 
}

.sherlock-chat .operatorInfo{
        display: none;
}

#sherlockMain .sherlock-chat .message-triangle{
    display:none;
}

#sherlockMain .sherlock-chat .message-date{
    font-size: 12px;
    line-height: 14px;
    color: #414042;
    opacity: 0.3;
}

#sherlockMain .sherlock-chat .editor-external{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        padding: 3.5px 0px;
}

#sherlockMain .sherlock-chat .editor-2{
    padding-left: 0;
        left: -18px;
}

#sherlockMain .sherlock-chat .editor-buttons-2__attach{
    background: #FFFFFF;
    border: 1px solid #E3E8F1;
    box-sizing: border-box;
    border-radius: 29px;
    width: 36px;
    height: 36px;
    left: 7px;
    z-index: 1;
    margin-top: 3px;
    position: relative;
}
#sherlockMain .sherlock-chat .editor-buttons-2__attach img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

#sherlockMain .sherlock-chat .editor-content-2{
    margin-bottom: 6px;
    margin-top: 7px;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    opacity: 0.6;
    margin-left: 0;
    padding-left: 10px;
    border: none;
    margin-left: 5px;
}

#sherlockMain .sherlock-chat .editor-buttons-2__sent{
    margin-top: 12px;
    margin-right: 10px;
}

#sherlockMain .sherlock-chat .editor-buttons-2__microphone{
    display:none;
}

.sherlock-chat .message-out .message-border{
    border-radius: 15px 2px 15px 15px;
    background: #b00228;
}

.sherlock-chat .message-out .message-border .message-border__text{
     color: #fff;   
}

.sherlock-chat .messageScrollBar__thumb-vertical{
    background-color: #b00228;
}

#sherlockMain .sherlock-chat .externalChatIcon{
background-color: #b00228;
}

.sk-fading-circle .sk-circle:before{
   background-color: #b00228; 
}

    .sherlock-chat .chat-close{
    /* display:none!important; */
    }
#sherlockMain .sherlock-chat .editor-2{
    left: 0px;
}

#sherlockMain .sherlock-chat#sherlockChat{
        width: 100%;
}

#sherlockMain .sherlock-chat .sherlock-app{
width: 100%!important;
}


.sherlock-chat .message-attachment{
  padding:0px
}

.sherlock-chat .message-attachment img{
width:100%;
height:auto
}

#sherlockMain .sherlock-chat .externalChatIcon.externalChatIcon-no-icon{
   background-color: transparent;  
   background-image: none;
}

.sherlock-chat .externalChatIcon{
    background-image: url(/img/chat_img.png);
        background-size: 60%;
}

.sherlock-chat .sherlock-welcome-form {
    padding: 12px 25px 25px;
  width: 270px;
}
.sherlock-welcome-form .bot-buttons-container:first-child{
    margin-top: 10px;
}

.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 #0058AF solid;
}

@media (max-width:500px){
  .sherlock-welcome-form .bot-buttons-container.row{
        width: 100%!important;
  display: block!important;
}
}

.sherlock-welcome-form .bot-buttons-container.col{
    display:block!important;
}

.sherlock-welcome-form .bot-buttons-container.row:last-child{
   position: relative;
  width: 100%!important;
  text-align: center;
}

.sherlock-welcome-form .botButton{
padding: 0px;
display: block;
font-size: 11px; 
width: 95%;
}

.ya-chat-widget_theme_dark.ya-chat-widget_desktop.ya-chat-widget_theme_light, .ya-chat-widget_theme_light.ya-chat-widget_desktop.ya-chat-widget_theme_light{
    display: none!important;
}



.ya-chat-button_mobile{
    display:none!important;
}

.ya-chat-button_theme_dark.ya-chat-button_collapsed_always .ya-chat-button__container, .ya-chat-button_theme_light.ya-chat-button_collapsed_always .ya-chat-button__container {
    padding-left: 6px!important;
    padding-right: 6px!important;
    display: none!important;
}

.sherlock-chat .externalChatIcon{
    width: 50px!important;
    height: 50px!important;
}

.text_on_page{
display: block;
    position: relative;
    text-align: center;
    padding: 0px 0px 10px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #2E3F7F;
    margin-top: 3%;
	font-family: "Open Sans",sans-serif;
}
.footerImage img {
    width: 70%;
    bottom: 0;
}
.footerImage p {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.container_channel{
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.channel__icon{
    width: 50%;
}
.logoImage p {
    margin: 0px;
}

.channel_link{
display: inline-block;
    text-decoration: none;
    margin:0px 5px;
}

.channel_link span{
        display: block;
    text-decoration: none;
    color: #2E3F7F;
    border: none;
    margin-top: 5px;
	font-family: "Open Sans",sans-serif;
}
 .interactive{
	 font-size: 16px;
    display: block;
    position: relative;
    text-align: center;
    padding: 0px 10px 15px 10px;
    font-weight: bold;
    color: #2E3F7F;
    font-family: "Open Sans",sans-serif;
 }