.nxwhats_content{
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.nxwhats_content img{
    width: 70px;
    height: 70px;
}

.nxwhats_popupall{
    content: ' ';
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 20px rgba(0,0,0,0.8);
    cursor: pointer;
    z-index: 1000;
}

.nxwhats_model{
    display: none;
    min-width: 300px;
    max-width: 350px;
    position: absolute;
    bottom: 35px;
    right: 25px;
    background: #ebe5de;
    border-radius: 9px;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 40%);
    z-index: 100000;
    
}

.nxwhats_model .contain_mult_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nxwhats_model .contain_mult_header img{
    width: 40px;
    height: auto;
    margin-right: 10px;
}

.nxwhats_model .contain_mult_header .containText h4{
    margin:0px;
    font-size: 20px;
    font-weight: bold;
}

.nxwhats_model .contain_mult_header .containText p{
    margin:0px;
}

.nxwhats_model .contain_mult_header .containText{
    width: 80%;
}
.imgchat{
    width: 20%;
}

.nxwhats_model .nxwhats_header{
    background: rgba(38,92,84,1);
    color:#fff;
    padding: 15px;
    display: flex;
    font-size: 14px;
    border-radius: 9px 9px 0 0;
}

.nxwhats_model .nxwhats_header a{
    color:#fff;
    font-weight: bold;
    width: 10%;
    font-size: 16px;
    text-decoration: none;
}

.nxwhats_model .nxwhats_body.noheady{
    border-radius: 10px 10px 0 0;
}

.nxwhats_model .nxwhats_body{

    padding: 15px;
    background: #ebe5de;
    flex-direction: column;
    align-items: center;
    display: flex;

}

.nxwhats_model .nxwhats_body input{
    width: 100%;
    margin: 5px 0;
    height: 30px;
    border: 1px solid #bbb;
    padding: 3px 4px;
    background: #fff !important;

}

.nxwhats_model .nxwhats_footer{
    display: block;
    padding: 0 10px 10px 10px;
    border-radius: 0 0 9px 9px;
    background: #ebe5de;
}

.nxwhats_model .nxwhats_footer a{
    width: 100%;
    background: #53a451;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 3px 0;
    border-radius: 10px;
    margin: 0 0 10px 0;
}

.nxwhats_model .nxwhats_error{
    font-size: 14px;
    color:rgb(143, 19, 19);
}


.whatstremor{
    animation: whatstremor 1s ease 1s infinite normal forwards;
}



@keyframes whatstremor {
    0% {
      animation-timing-function: ease-out;
      transform: scale(1);
      transform-origin: center center;
    }
  
    10% {
      animation-timing-function: ease-in;
      transform: scale(0.91);
    }
  
    17% {
      animation-timing-function: ease-out;
      transform: scale(0.98);
    }
  
    33% {
      animation-timing-function: ease-in;
      transform: scale(0.87);
    }
  
    45% {
      animation-timing-function: ease-out;
      transform: scale(1);
    }
  }
  