.tooltip-icon {
    position: relative;
    cursor: pointer;
}

.tooltip-icon:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
}

.select2-dropdown {
    position: absolute !important;
    z-index: 1050 !important;
}

.select2-container--default .select2-selection--single {
    height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}

.whatsapp-booking-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #25D366;
    color: #ffffff !important;
    border: none;
    border-radius: 50px;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease;
    direction: rtl;
}

.whatsapp-booking-btn i {
    font-size: 20px;
}

.whatsapp-booking-btn:hover {
    background-color: #20ba5a;
}

.whatsapp_icon {
    width: 80%;
    height: 80%;
    object-fit: cover;
}
