/* WhatsApp Button Style */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    text-decoration: none;
}

.whatsapp-button img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.whatsapp-button img:hover {
    transform: scale(1.1);
}


/*---------------------------*/
.ui-datepicker-current-day .ui-state-active { background: #000000; }
.ui-datepicker .ui-datepicker-title select{color: #ad1e1e;}