
/* Popup Styles */
.whatsapp-popup {
    position: fixed !important;
    top: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: auto !important;
    right: auto !important;
    z-index: 100000 !important;
    display: none;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

.whatsapp-header {
    display: flex;
    align-items: center;
}

.whatsapp-icon {
    font-size: 20px;
    margin-right: 5px;
}

.whatsapp-label {
    font-size: 16px;
}

.whatsapp-close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.whatsapp-body {
    display: flex;
    flex-direction: column;
}

.gift-icon {
    font-size: 20px;
    margin-right: 5px;
    display: inline-block;
}

.whatsapp-body h3 {
    margin: 5px 0;
    display: inline-block;
    vertical-align: middle;
}

.whatsapp-body p {
    margin: 5px 0 15px 0;
    line-height: 1.4;
}

.whatsapp-button {
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: center;
}

/* Admin Panel Styles */
.wrap h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.form-table th {
    width: 200px;
    font-weight: 600;
}

.form-table td input[type="text"],
.form-table td textarea,
.form-table td select,
.form-table td input[type="number"] {
    width: 100%;
    max-width: 400px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.form-table td input[type="color"] {
    width: 100px;
    height: 40px;
    border: none;
    cursor: pointer;
}

h2 {
    margin-top: 30px;
    font-size: 18px;
    color: #333;
}

.submit {
    margin-top: 20px;
}

.submit input[type="submit"] {
    background-color: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.submit input[type="submit"]:hover {
    background-color: #005d87;
}
    