HEX
Server: Apache
System: Linux gains.arrowcloudlinux.com 4.18.0-553.69.1.lve.el8.x86_64 #1 SMP Wed Aug 13 19:53:59 UTC 2025 x86_64
User: mbkashyap (2642)
PHP: 8.1.33
Disabled: allow_url_include, show_source, symlink, system, passthru, exec, popen, pclose, proc_open, proc_terminate,proc_get_status, proc_close, proc_nice, allow_url_fopen, shell-exec, shell_exec, fpassthru, base64_encodem, escapeshellcmd, escapeshellarg, crack_check,crack_closedict, crack_getlastmessage, crack_opendict, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, dl, escap, phpinfo
Upload Files
File: /home/mbkashyap/public_html/wp-content/plugins/astrology-booking/assets/css/style.css
body {
    font-family: 'Arial', sans-serif;
}

.astro-booking-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: linear-gradient(135deg, #6B7280, #4B5563);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.astro-booking-container h2 {
    text-align: center;
    color: #FFD700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#astro-booking-form {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    color: #333;
}

#astro-booking-form input,
#astro-booking-form select {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #F9FAFB;
}

#astro-booking-form button {
    background: #8B5CF6;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

#astro-booking-form button:hover {
    background: #7C3AED;
}

.fc-daygrid-day-number {
    color: #fff !important;
}

.fc-day-available {
    background: #4CAF50 !important;
}

.fc-day-booked {
    background: #EF4444 !important;
}

.fc-day-past {
    background: #D1D5DB !important;
}