.container-single-chat {
  transition: 0.1s ease;
  -webkit-transition: 0.1s ease;
  -moz-transition: 0.1s ease;
  -ms-transition: 0.1s ease;
  -o-transition: 0.1s ease;
}

.single-chat-hover:hover {
  background-color: #d5f0db;
}

.bg-whatsapp-notification {
  background-color: #0da821
}

.text-base {
  color: #161616
}

#single-chat-row:hover #notification-whatsapp {
  background-color: #11d42a !important
}

.w-85 {
  width: 85%
}

.w-15 {
  width: 15%
}

.spinner-green {
  color: #40c351 !important
}

.font-large {
  font-size: large !important;
}

.share-message-icon{
  display: none;
}

.share-message-icon-container:hover .share-message-icon{
  display: flex;
}

.chat-bubble {
  min-width: 100px;
  max-width: 490px;
  background: #eee;
  margin: 2px 10px 2px 10px;
  padding: 2px;
  position: relative;
  animation: fadeIn 0.2s ease-in;
  box-shadow: 2px 2px 2px #b8b8b8;
}

.chat-bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 0;
  margin-top: -10px;
  border-radius: 3px;
}

.chat-bubble--right {
  background: #d9fdd3;
  color: black;
}

.chat-bubble--left::after {
  left: 0;
  top: 10px;
  border-right-color: #eee;
  border-left: 0;
  margin-left: -10px;
}

.chat-bubble--right::after {
  right: 0;
  top: 10px;
  border-left-color: #d9fdd3;
  border-right: 0;
  margin-right: -10px;
}


.wb-chat-shadow-right{
  border-radius: 9px 0 9px 9px;
}

.wb-chat-shadow-left{
  border-radius: 0 9px 9px 9px;
}

.bg-chat {
  background-image: url("../../images/waba-bg.jpg");
}

.waba_templates {
    background-color: #f1f6f1;
    box-shadow: 0 0 2px #888888;
    border-radius: 0.4rem;
}

.bg-template-approved {
    background-color: #eff6ee;
}

.bg-template-pending {
    background-color: #f9f5e8;
}

.bg-template-denied {
    background-color: #f6eeee;
}

.bg-template-unsubmitted {
    background-color: #f5f5f5;
}

.vertical-center {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#buttonHide {
  display: none !important;
}

.buttonBack:hover {
  background-color: rgba(0, 0, 0, 0.205);
}

.bg-chat div:nth-child(2) .loading-clock-spinner {
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .responsive-stick-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}


@media screen and (max-width: 1024px) {
  .container__single__chat div {
    margin-right: 10px;
  }
}

@media screen and (max-width: 992px) {
  .mobile__wp__chat {
    display: none !important;
  }

  .display__none {
    display: none !important;
  }

  #buttonHide {
    display: flex !important;
  }

  .buttonBack {
    transition: 0.1s ease;
    -webkit-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    -ms-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    border-radius: 50%;
    border: none;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 0;
  }

  .display__view {
    display: block !important;
  }

  .display__chat {
    display: flex !important;
  }

  .listChatWp {
    flex-basis: 0 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
    max-width: 100% !important;
    height: var(--cont-height)
  }

  .listChatWp hr {
    width: 80% !important;
  }
}

.wbSendBtn {
  font-size: 30px !important;
  color: #189d29;
}

.wbSendBtn:hover {
  color: #1fdc38 !important;
}

.background-whatsapp {
    height: 250px;
    background-color: #00a884;
    width: 100%;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.background__whatsapp div div div h2 {
  color: #fff;
}

/*#25d366*/

.my-whatsapp-card {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 2px #888888;
  border-top: #00a884 4px solid;
}

.whatsapp-btn{
  color: white !important;
  background-color: #00a884 !important;
}

.whatsapp-btn:hover{
  background-color: #25d366 !important;
}

.whatsapp-selected {
  background-color: #eeeeee !important;
}

.template-selected {
  background-color: #c6ffbc !important;
  border: 1px solid #198754;
}

.button-whatsapp-submit{
  background-color: #00a884;
  color: #fff !important;
  border: 1px solid #00a884 !important;
  width: 165px;
}
.text-whatsapp {
   color: #00a884 !important;
}
.border-whatsapp {
  border: 2px solid #00a884;
}

.btn-default-model{
  background-color: #00a884;
  color: #fff;
  border: 1px solid #00a884 !important;
}

.btn-default-model-active{
  background-color: #25d366 !important;
  color: #fff !important;
  border: 1px solid #00a884 !important;
}

.btn-default-model:hover{
  background-color: #25d366 !important;
  color: #fff !important;
  border: 1px solid #00a884 !important;
}

.button-whatsapp-submit:not(:disabled):not(.disabled):hover {
  background-color: #25d366 !important;
}

.wb-input-box {
  border: none !important;
  box-shadow: 2px 2px 4px #888888;
}

.wb-text:hover{
  color: #00a884 !important;
}

#div-attachment:hover #attachment-text {
  color: #0a58ca !important;
}

#div-attachment:hover #document-icon {
  color: #0a58ca !important;
}

.underline-hover-whatsapp:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #00a884;
  content: "";
  transition: width 0.1s;
}

.underline-hover-whatsapp:hover {
  color: #00a884;
}

.underline-hover-whatsapp:hover:after {
  width: 100%;
}

.wb-filter-left {
  background-color: transparent;
  border: none ;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #ffffff;
  padding: 0.375rem 0.75rem;
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.bg-whatsapp {
  background-color: #00a884;
  color: #fff !important;
  border: 1px solid #00a884 !important;
}

.bg-whatsapp-3 {
  background-color: rgb(0, 168, 132) !important
}



.wb-filter-right {
  background-color: white;
  border: none ;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #34383d;
  padding: 0.375rem 0.75rem;
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.send-message-div {
  background: #f3f2f0;
  min-height: 60px !important;
}



.my-whatsapp-btn {
  background-color: #05aa86 ;
  border-color: #05aa86 ;
  color: white;
}

.my-whatsapp-btn:hover {
  background-color: #25d366;
  border-color: #05aa86 ;
  color: white;
}

.my-whatsapp-btn-2 {
  background-color: #00af00 ;
  border-color: #00af00 ;
  color: white;
}

.my-whatsapp-btn-2:hover {
  background-color: #4fc11e;
  border-color: #4fc11e ;
  color: white;
}

.border-lightgrey{
  border: 1px solid lightgrey;
}

.my-form-whatsapp{
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
  border-bottom: 2px solid lightgray;
  transition: height 0.7s;
  height: 20px;
  box-shadow: none !important;
}

.my-form-whatsapp:focus{
  outline: none;
  border-bottom-color: #05aa86;
  height: 30px;
  box-shadow: none !important;
}

.my-form-text-whatsapp{
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
  border-bottom: 2px solid lightgray;
  transition: min-height 0.7s;
  min-height: 15px;
  height:15px;
  box-shadow: none !important;
  max-height: 150px;
}

.my-form-text-whatsapp:focus {
  border-bottom-color: #05aa86;
  min-height: 40px;
}

.h-600{
  height: 600px;
}

.my-border-top-whatsapp{
  border-top: 4px solid #00a884 !important;
}

.bg-tr-table-whatsapp{
  background-color: #00a884;
}

.align-placeholder-center {
  min-height: 40px;
  line-height: 25px;
}

.whatsapp-chat {
  width: 100%;
  height: 100%;
}

.whatsapp-chat::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.whatsapp-chat::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

.whatsapp-chat::-webkit-scrollbar-thumb
{
  background-color: #FFF;
  background-image: -webkit-gradient(linear,
  40% 0%,
  75% 84%,
  from(#4D9C41),
  to(#19911D),
  color-stop(.6,#54DE5D))
}

.date-panel {
  background-color: #ffffff;
  box-shadow: 1px 1px 3px #888;
}

.containerOne-min-height {
  min-height: 80vh;
}

.containerOne-min-height-mobile {
  min-height: calc(100vh - 60px);
}

.containerOne-min-height-mobile-40 {
  min-height: calc(100vh - 60px - 40px);
}

.containerOne-min-height-mobile-50 {
  min-height: calc(100vh - 60px - 50px);
}

/*.user-chat-max-height {*/
/*  max-height: calc(80vh - 120px);*/
/*}*/

/*.user-chat-max-height-mobile {*/
/*  max-height: none;*/
/*  height: calc(100vh - 180px) !important;*/
/*}*/

/*.user-chat-max-height-mobile-40 {*/
/*  max-height: none;*/
/*  height: calc(100vh - 180px - 40px) !important;*/
/*}*/

/*.user-chat-max-height-mobile-50 {*/
/*  max-height: none;*/
/*  height: calc(100vh - 180px - 50px) !important;*/
/*}*/

.nav-hambuger-btn-height {
  height: 4rem !important;
}

.down-chat-btn {
  width: 1.7rem;
  height: 1.7rem;
  background-color: white;
  border-radius: 50%;
}

.down-chat-btn-trasparent {
  background-color: transparent;
}

.down-chat-symbol-trasparent {
  color: transparent;
}

.down-chat-symbol {
  font-size: 0.8rem;
  color: #343434;
}

:root {
  --chat-mt: 0px;
  --cont-height: 0px
}

.whatsapp-chats-mt {
  margin-top: var(--chat-mt) !important;
}

.wa-chats-wrapper {
  background-color: #fff;
  height: 100%;
}

.chat-preview-options {
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 992px) {
  .wa-chats-layout {
    padding-top: 1.5rem;
    padding-bottom: 3.5rem;
  }

  .wa-chats-wrapper {
    display: flex;
    overflow: hidden;
    border-radius: 0.5rem;
  }

  .wa-chats-list {
    padding-top: 1rem;
    border-right: #d0d1d2 1px solid;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .wa-chats-details {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .wa-back-btn {
    display: none;
  }

  .wa-chat-list-placeholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    height: 100%;
    width: 100%;
  }

  .hidden-element {
    opacity: 0 !important;
    transition: ease 0.3s all;
  }

  .hidden-element-container:hover .hidden-element {
    opacity: 1 !important;
  }

  .chat-preview-options {
    right: -20px;
  }

  .whatsapp-chat-card {
    border-radius: 0.5rem;
    border: #d0d1d2 1px solid;
  }
}

@media screen and (max-width: 991px) {
  .wa-chats-wrapper {
    position: relative;
  }

  .wa-chats-list {
    position: absolute;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    padding-top: 1rem;
  }

  .wa-chats-list.is-open {
    left: 0;
  }

  .wa-chats-details {
    height: 100%;
  }

  .wa-chat-list-placeholder {
    display: none;
  }

  .chat-preview-options {
    right: 0;
  }
}

.wa-client-preview span {
  min-width: 40px;
}

.emoji-popover-wrapper {
  position: absolute;
  left: 24px;
  bottom: 24px;
}

.attachment-form {
  width: clamp(300px, 600px, 95vw);
}

.new-message {
  width: calc(100% - 80px);
}

.attachment-url {
  width: calc(100% - 48px);
}

.img-border-radius {
  border-radius: 9px;
}

.whatsapp-bg {
  background-color: #00a884 !important;
}

.hidden-element-container:hover .chat-preview-options {
  right: 0;
}

.chat-option:hover {
  background-color: #e4e2e2;
}

.listbox-checkmark {
  color: blue;

}