/* your styles go here */

.modal-header {
    background-color: #000000;
    color: #ffffff
}

.aria_close {
    color: #ffffff
}

.appWhatsapp {
    position: fixed;
    right: 26px;
    bottom: 25px;
    width: 60px;
    z-index: 1000;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7));
}

.appWhatsapp img {
    width: 100%;
    height: auto;
}