.nxwhats_content{
    position: fixed;
    bottom: 20px !important;
    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: 15px;
    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: #25D366; /* WhatsApp green */
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
    border-radius: 25px;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.nxwhats_model .nxwhats_footer a:hover {
    background: #1EBE5B; /* Slightly darker green for hover effect */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

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


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

/*Ajuste css whats fields TEXT*/

.nextwhats_field.nxt_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.nextwhats_field.nxt_text label {
    font-size: 14px;
    color: #555;
    margin-bottom: 0px;
}

.nextwhats_field.nxt_text input[type="text"],
.nextwhats_field.nxt_text input[type="email"] {
    padding-left: 5px;
    width: 96%;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    outline: none;
    transition: border-color 0.3s ease;
    height: 30px;
}

.nextwhats_field.nxt_text input[type="text"]:focus,
.nextwhats_field.nxt_text input[type="email"]:focus {
    border-color: #53a451;
    background-color: #fff;
}

/* END Ajuste css whats fields TEXT*/

/*Ajuste css whats fields select*/
.nextwhats_field.nxt_select {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.nextwhats_field.nxt_select label {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

.nextwhats_field.nxt_select select {
    width: 99% !important;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px !important;
    background-color: #f9f9f9 !important;
    padding: 5px;
    outline: none;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23999' d='M2 5L0 3h4z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px top 2px !important;
    background-size: 16px !important;
    height: 35px;
}

.nextwhats_field.nxt_select select:focus {
    border-color: #53a451;
    background-color: #fff;
}
/* end Ajuste css whats fields select */

/* start ajuste css whats fields radio */
.nextwhats_field.nxt_radio {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 100%;
}

.nextwhats_field.nxt_radio label {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
    display: block;
    width: 100%;
}

.nextwhats_field.nxt_radio .nextwhats_group_radio {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.nextwhats_field.nxt_radio .nxt_radio_option {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
    width: 100%;
}

.nextwhats_field.nxt_radio .nxt_radio_option:hover {
    border-color: #53a451;
    background-color: #e8f5e9;
}

.nextwhats_field.nxt_radio .nxt_radio_option input[type="radio"] {
    margin-right: 10px;
    accent-color: #53a451;
    cursor: pointer;
}

.nextwhats_field.nxt_radio .nxt_radio_option label {
    font-size: 14px;
    color: #555;
    cursor: pointer;
    width: 100%;
}

/* end  ajuste css whats fields radio */

/*start ajuste input checkbox*/
.nextwhats_field.nxt_checkbox {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 100%;
}

.nextwhats_field.nxt_checkbox label {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
    display: block;
    width: 100%;
}

.nextwhats_field.nxt_checkbox .nextwhats_group_checkbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.nextwhats_field.nxt_checkbox .nxt_checkbox_option {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
    margin-right: 1px;
}

.nextwhats_field.nxt_checkbox .nxt_checkbox_option:hover {
    border-color: #53a451;
    background-color: #e8f5e9;
}

.nextwhats_field.nxt_checkbox .nxt_checkbox_option input[type="checkbox"] {
    margin-right: 10px;
    accent-color: #53a451;
    cursor: pointer;
}

.nextwhats_field.nxt_checkbox .nxt_checkbox_option label {
    font-size: 14px;
    color: #555;
    cursor: pointer;
    width: 100%;
}
/*end ajuste input checkbox*/

/*start ajuste textarea*/
.nextwhats_field.nxt_textarea {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.nextwhats_field.nxt_textarea label {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

.nextwhats_field.nxt_textarea textarea {
    width: 96%;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    padding: 5px;
    outline: none;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    min-height: 60px;
    resize: vertical;
}

.nextwhats_field.nxt_textarea textarea:focus {
    border-color: #53a451;
    background-color: #fff;
}
/*end ajuste textarea*/

@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);
    }
  }
  