#monfort-chatbox {
  position: fixed;
  bottom: 5px;
  right: 50px;
  width: 450px;
  display: none;
  z-index: 1050; /* Bootstrap modals are 1050+ */
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#monfort-launcher {
    position: fixed;
    bottom: 0;
    right: 30px;
    z-index: 1050;
    width: 130px;
    height: 183px;
    font-size: 2rem;
    padding: 0.5rem;
    color: #005027;
    outline: none;
}
#monfort-launcher:focus {
  border: none;
}

#monfort-messages {
  height: 375px;
  overflow-y: auto;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  font-size: 0.9rem;
  line-height: 25px;
}
.chat-msg {
  display: block;
  padding: 10px 15px;
  border-radius: 0px 10px 10px 10px;
  box-shadow: 0 0.2rem .2rem rgba(0, 0, 0, 0.10);
  margin-right: 50px;
  background: rgb(255, 255, 255);
}

#monfort-messages .text-dark {
  background: #398e12;
  margin-left: 50px;
  margin-right: 0;
  border-radius: 10px 0 10px 10px;
  color: #fff !important;
  word-break: break-word;
}

@media (max-width: 480px) {
  #monfort-chatbox {
    width: 90%;
    right: 5%;
    bottom: 80px;
  }
}

#monfort-close {
  font-size: 2rem;
  line-height: 1;
}
.monfort-popup .close-modal {
  top: 12px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: none;
}
.monfort-popup .close-modal:hover {
  background: #9ec825;
  border-radius: 25px;
}
.list-group li:hover {
  cursor: pointer;
  background: beige;
  color: #398e12;
}
#lead-form {
  margin-bottom: 20px;
}
#lead-form .form-control {
  font-size: .8rem;
}

#lead-form button{
  font-size: .8rem !important;
    padding: 10px !important;
    line-height: 16px !important;
}



.left-icon{
  display: flex;
  align-items: flex-start;
  max-width: 34px;
  padding-right: 12px;
}
.msg-icon {
  display: inline-flex;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgb(21, 28, 76);
  color: rgba(255, 255, 255, 0.95);
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  line-height: 0;
  font-weight: 600;
  width: 26px;
  height: 26px;
  font-size: 0.875rem;
  flex: 0 0 26px;
}
.mcf-logo {
  width: 100%;
  height: auto;
}

#monfort-messages .mb-3 span:first-child{
 color: #398e12;
 font-weight: bold;
}
#monfort-messages .mb-3.text-dark span {
  color: #fff;
}

#monfort-messages .mb-3  a{
    padding: 0;
    display: inline-block;
    font-weight: bold;
    
}
#monfort-messages .mb-3  a:hover {
  color: #333;
}
.chat-header {
  background: #9ec825;
  border-radius: 20px 20px 0 0;
  font-size: 1.225rem;
  padding: 10px 10px 10px 15px;
  color: #fff;
}
.chat-header>.mfs-logo {
  max-width: 40px;
  margin-right: 5px;
  border-radius: 20px;
  background: #fff;
}
#monfort-input.form-control  {
  width: 100%;
  border-radius: 25px;
  font-size: .9rem;
  padding: 10px 45px 10px 10px;
}

  #monfort-input.form-control:focus {
  border-color: #9ec825;
}
.chat-bot-send {
position: absolute;
  color: #999;
  right: 30px;
  bottom: 16px;
  background: none;
  border: none;
  z-index: 1000;
}
.chat-footer:hover .chat-bot-send{
  color: #005027;
}
@media (max-width: 768px) {
  #monfort-launcher {
    right: -1px;
  }
  body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 900px) and (orientation: landscape) {
#monfort-chatbox {
  max-height: 80%;
  top: 40px;
  overflow: auto;
}
  body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}

@media only screen
and (min-device-width : 396px)
and (max-device-width : 996px) and (orientation: landscape) {
#monfort-chatbox {
  max-height: 80%;
  top: 40px;
  overflow: auto;
  right: 25%;
}
  body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}


