body
{
    margin: 0px;
    color: black;
    background-color: white;
    font-family: "Avenir Lt Std Medium", Arial, sans-serif;
    overflow:auto;
}

#ChatInput {
    resize: none;
    border: 0 none;
    outline: none;
    box-shadow: none;
}

.activity-indicator-wrapper {
    margin-top: -10px;
    height: 28px;
}

.typing-indicator {
    display: none;
    height: 28px;
    position: relative;
    top: -2px;
}
.form_row
{
    width: 100%;
    padding: 2px;
    font-size: 80%;
    clear: both;
}

.form_label
{
    width: 45%;
    float: left;
    text-align: right;
    padding: 4px 10px 4px 0px;
}


.form_control
{
    text-align: left;
}

.popup_body
{
   padding: 10px;

}

.button
{
    min-width: 100px;
    color: white;
    background-color: #63A70A;
    border: none;
    border-radius: 5px;
    font-family: "Avenir Lt Std Heavy", Arial, sans-serif;
    font-size: 11px;
    height: 20px;    
}

.nav-right-padding
{
    margin-right: 8px;
}

.nav-right-padding
{
    margin-right: 8px;
}

.hideOverFlow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 145px;
    height: auto;
    color:#fff;
}

.timeStamp
{
    color: #D0CFCF;
    font-size: 75%;
}

.lead {
   padding-top: 55px;
}

#navbarBrandLogo {
   padding-left: 4px;
   padding-top: 4px;
   padding-right: 0px;
}


#navbarBrandLogo_image {
   height: 39px;
   padding: 8px;
}

.navbarBrandCopy {
   text-overflow: ellipsis;
}

/* Row alignment for Bootstrap grid layout */

/* columns of same height styles */
.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}

/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

/* End of row alignment for Bootstrap grid layout */

.add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: none;
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
  box-shadow:none;
  -webkit-box-shadow:none; 
  border-color:#cccccc; 
}

#overlay {
  position: fixed;
  top: inherit;
  left: inherit;
  bottom: 1px;
  right: 10px;
  width: 420px;
  max-width: 95%;
  height: 435px;
  max-height: 95%;
  background-color: #000;
  border: .25px solid #777;
  box-shadow: 1px 1px 4px black;
  /*border-radius: 2px;*/
  filter:alpha(opacity=94);
  -moz-opacity:0.94;
  -khtml-opacity: 0.94;
  opacity: 0.94;
  z-index: 2000;
}

.agent-is-typing {
    bottom: 0;
    /* position: absolute; */
    background: #fff;
    border: 1px solid #DCE0E8;
    border-radius: 5px;
    margin: 10px;
    margin-bottom:0;
}

.typing-animation {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}

@media (prefers-reduced-motion: reduce) {
  .typing-animation {
      display: none;
  }
}

.typing-text {
    display: inline-block;
    vertical-align: top;
    font-family: Arial, Helvatica, sans-serif;
    font-size: 13px;
    color: #555;
    position: relative;
    top: 8px;
    width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* .chat {
  background: url("https://assets.codepen.io/2183415/chat-typing-web-chat-demo.png")
  no-repeat;
  width: 530px;
  height: 830px;
} */

.chatbox-top {
    position: fixed;
    display: flex;
    padding: 10px 0;
    border-radius: 5px 5px 0 0;
    background: #C91281;
    align-items: center;
    margin: 0;
    padding-right: 15px;
    padding-right: 4px;
    border: 0 none;
}

.chat-partner-name {
    flex: 1;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight:700;
}



.chatbox-icons .close {
    margin-left: 20px;
}
.chat-start {
    padding: 20px;
    padding-top:60px;
}
    .chat-start p {
        font-size: 16px;
        font-family: 'Inter', sans-serif;
        color: #4A4A4A;
        margin-bottom: 16px;
        line-height: 20px;
        font-weight:500;
    }

.chat-form[type='text'] {
    border-radius: 10px;
    border: 2px solid #DCE0E8;
    height: 40px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight:500;
}
.chat-start .chat-btn {
    background-color: #C91281;
    border-radius: 25px;
    padding: 16px 0 17px 0;
    font-size: 14px;
    color: #fff;
    width: 100%;
    font-weight: 700;
    margin-top: 15px;
    font-family: 'Inter', sans-serif;
    line-height: 16px;
    border: 0 none;
    outline: none;
}
.btn:focus, .btn:active:focus {
    outline: 0 none;
    outline-offset: 0px;
    box-shadow:none;
}
.chatdownarrow {
    background: url(../Images/chat_downarrow.svg) no-repeat center;
    width: 15px;
    outline: none;
    border: 0 none;
    box-shadow:none;

}
    .chatdownarrow:active, .chatdownarrow.active {
        background: url(../Images/chat_downarrow.svg) no-repeat center;
        box-shadow: none;
    }
.chatuparrow {
    transform: rotate(180deg);
}
.chat_close {
    margin-left: 20px;
    background: transparent;
    border: 0;
    font-size: 0;
    padding: 0;
}
.m-0{
    margin:0 !important;
}
.add-on .input-group-btn > .btn {
    background: url(../Images/chat_send.svg) no-repeat center;
    box-shadow:none;
}
.message-send {
    -webkit-appearance: none;
    background: url(../Images/chat_send.svg) no-repeat center;
    color: white;
    font-size: 0;
    padding: 0 15px;
    border: none;
    border: none;
    width: 21px;
    height: 20px;
    display: inline-block;
}