﻿/* ========= extras.css ========= */
.whatsapp-btn {
    background: linear-gradient(45deg, #25d366, #128c7e);
    border: none;
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.whatsapp-btn:hover {
    background: linear-gradient(45deg, #128c7e, #075e54);
    color: #fff;
}
        .whatsapp-btn {
            padding: 4px 8px;
            font-size: 10px;
        }
.select2-container .select2-selection--single {
    height: 38px !important;
    padding: 5px 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}
