.whatsapp-floating-btn-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-floating-btn {
    background-color: #25D366;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.whatsapp-floating-btn:hover {
    background-color: #20c060;
}

.whatsapp-dropdown {
    display: none;
    position: absolute;
    bottom: 70px;
    right: 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 300px;
    font-family: Arial, sans-serif;
    max-height: 0 !important; /* Altura inicial zero */
    overflow: hidden; /* Esconde o conteúdo excedente */
    transition: max-height 0.3s ease-in-out; /* Transição suave */
}

.whatsapp-dropdown.active {
    display: block;
    max-height: 500px !important; /* Altura máxima suficiente para o conteúdo */
}

.dropdown-header {
    margin-bottom: 10px;
}

.inf_div_1 {
    width: 100%;
    height: auto;
    display: grid;
    padding: 15px 20px;
    grid-template-columns: minmax(0, 40px) minmax(0, 1fr);
    align-items: start;
    justify-content: stretch;
    grid-gap: 0 5px;
    background-color: #25D366;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.module_zap_div_1 {
    display: flex;
    flex-direction: column !important;
}

.zap_but_1 {
    margin-right: 20px;
}

.text1_dv_1 {
    width: 100% !important;
    height: auto;
    display: block;
    margin-bottom: 5px;
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 15.988px;
    line-height: 17.99px;
    color: #fff;
}

.text2_dv_1 {
    font-size: 11.998px;
    line-height: 14px;
    color: #fff !important;
    margin: 0;
    padding: 0;
}

.text1_div2 {
    font-size: 11.998px;
    line-height: 14px;
    color: #43474e !important;
    padding: 8px 17px;
}

.dropdown-content {
    padding: 0 17px;
    margin-bottom: 25px;
}

.dropdown-form {
    display: flex;
    flex-direction: column;
}

.dropdown-form input {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.dropdown-form button {
    padding: 8px;
    background-color: #25D366;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.dropdown-form button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.dropdown-form button:hover:not(:disabled) {
    background-color: #20c060;
}

.dropdown-items {
    display: none;
}

.dropdown-items .dropdown-item {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: minmax(0, 40px) minmax(0, 1fr);
    align-items: center;
    justify-content: stretch;
    position: relative;
    grid-gap: 0 10px;
    padding: 10px !important;
    background-color: #f5f7f9;
    margin-bottom: 10px;
    border-left: 2px solid #25D366;
    border-radius: 3px;
    transition: all 150ms ease-in-out;
    border-bottom: none !important;
    justify-content: space-between;
}

.img_item_div3 {
    width: 45px !important;
    margin-right: 5px !important;
    border-radius: 100px !important;
}

.zap_verde {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.text1_div4 {
    font-size: 11.998px !important;
    line-height: 14px;
    font-family: "OpenSans-Regular", sans-serif;
    color: #43474e !important;
    margin-bottom: 5px;
    font-weight: 400 !important;
}

.text2_div4 {
    font-size: 9.996px !important;
    line-height: 11.998px !important;
    font-family: "OpenSans-Regular", sans-serif;
    color: #989b9f !important;
    margin: 0;
    padding: 0;
}

div#whatsapp-dropdown {
    max-width: 320px;
    width: 1100%;
}

.dropdown-item:hover {
    background-color: #fff;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
}