#feedback {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    top: 25%;
    height: 250px;
    margin-left: -3px;
    margin-bottom: -3px;
}

#whatsapp {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    top: 45%;
    height: 250px;
    margin-left: -3px;
    margin-bottom: -3px;
}

.modal-open {
    overflow: unset !important;
    padding-right: unset !important;
}

#feedback-tab {
    float: right;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    width: 120px;
    height: 42px;
    background-color: #00babc;
    margin-top: 60px;
    margin-right: -32px;
    padding-top: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#whatsapp-tab {
    float: right;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    width: 42px;
    margin-top: 60px;
    margin-right: 9px;
    padding-top: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #25D366;
    color: white;
    border: none;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}