/**
Theme Name: car parking
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: car-parking
Template: astra
*/
.parking-availability-table-container {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0;
    background: linear-gradient(135deg, #e0e7ff 0%, #f8fafc 100%);
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
    font-family: 'Segoe UI', Arial, sans-serif;
}

.parking-availability-header {
    background: linear-gradient(90deg, #0078d7 0%, #00c6fb 100%);
    border-radius: 18px 18px 0 0;
    padding: 32px 0 18px 0;
    text-align: center;
}

.parking-availability-header h2 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1.5px;
}

.parking-availability-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 0 0 18px 18px;
    overflow: hidden;
    margin: 0;
}

.parking-availability-table th,
.parking-availability-table td {
    padding: 18px 12px;
    text-align: center;
    font-size: 17px;
    border-bottom: 1px solid #e5e7eb;
}

.parking-availability-table th {
    background: #f1f5fa;
    color: #222;
    font-weight: 600;
    border-bottom: 2px solid #d1e3f8;
}

.parking-availability-table tr:last-child td {
    border-bottom: none;
}

.parking-availability-table tr:nth-child(even) td {
    background: #f7fbff;
}

.parking-availability-table td.available {
    color: #1a7f37;
    font-weight: bold;
    background: #e6f9ed;
    border-radius: 6px;
}

.parking-availability-table td.occupied {
    color: #c00;
    font-weight: bold;
    background: #ffeaea;
    border-radius: 6px;
}

.gmaps-link {
    color: #0078d7;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s;
}

.gmaps-link:hover {
    color: #005fa3;
}

/* Responsive styles */
@media (max-width: 900px) {
    .parking-availability-table-container {
        padding: 0;
        max-width: 100vw;
    }

    .parking-availability-header {
        padding: 18px 0 10px 0;
    }

    .parking-availability-header h2 {
        font-size: 1.3rem;
    }

    .parking-availability-table th,
    .parking-availability-table td {
        font-size: 16px;
        padding: 8px 4px;
    }

    .spot-badge {
        font-size: 16px;
        padding: 4px 10px;
    }
}

@media (max-width: 700px) {
    .parking-availability-table-container {
        border-radius: 0;
        box-shadow: none;
        margin: 0;
    }

    .parking-availability-header {
        border-radius: 0;
    }

    .parking-availability-table {
        border-radius: 0;
    }
}

@media (max-width: 600px) {
    .parking-availability-header h2 {
        font-size: 1rem;
    }

    .parking-availability-table th,
    .parking-availability-table td {
        font-size: 14px;
        padding: 6px 2px;
    }

    .spot-badge {
        font-size: 14px;
        padding: 2px 6px;
    }

    .parking-availability-table thead {
        display: none;
    }

    .parking-availability-table,
    .parking-availability-table tbody,
    .parking-availability-table tr,
    .parking-availability-table td {
        display: block;
        width: 100%;
    }

    .parking-availability-table tr {
        margin-bottom: 18px;
        border-bottom: 2px solid #e5e7eb;
        background: #fff;
    }

    .parking-availability-table td {
        text-align: left;
        padding-left: 40%;
        position: relative;
        border: none;
        border-bottom: 1px solid #f0f0f0;
    }

    .parking-availability-table td:before {
        position: absolute;
        left: 10px;
        top: 8px;
        width: 38%;
        white-space: nowrap;
        font-weight: 600;
        color: #0078d7;
    }

    .parking-availability-table td:nth-of-type(1):before {
        content: "Parking Spot";
    }

    .parking-availability-table td:nth-of-type(2):before {
        content: "Location";
    }

    .parking-availability-table td:nth-of-type(3):before {
        content: "Capacity";
    }

    .parking-availability-table td:nth-of-type(4):before {
        content: "Occupied";
    }

    .parking-availability-table td:nth-of-type(5):before {
        content: "Available";
    }

    .parking-availability-table td:nth-of-type(6):before {
        content: "Vehicle Type";
    }
}

/* Container */
.um-login .um-form {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 14px;
    box-shadow: 0 4px 22px rgba(0, 0, 0, 0.07);
    max-width: 420px;
    margin: 30px auto;
    border: 1px solid #f1f1f1;
}

/* Labels */
.um-field-label label {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    display: block;
}

/* Inputs */
.um-form-field {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 10px !important;
    transition: 0.2s;
}

.um-form-field:focus {
    border-color: #ff6a00;
    box-shadow: 0 0 0 2px rgba(255, 106, 0, 0.15);
}

/* Checkbox */
.um-field-checkbox-option {
    font-size: 14px;
    color: #444;
}

/* Buttons */
.um-button {
    display: block;
    width: 100%;
    background: #ff6a00 !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 0;
    border-radius: 10px !important;
    text-align: center;
    transition: 0.25s;
    border: none;
}

.um-button:hover {
    background: #e45a00 !important;
}

/* Secondary Button (Register) */
.um-alt {
    background: #f5f5f5 !important;
    color: #333 !important;
}

.um-alt:hover {
    background: #eaeaea !important;
}

/* Forgot password link */
.um-link-alt {
    display: block;
    font-size: 14px;
    margin-top: 18px;
    text-align: center;
    color: #ff6a00 !important;
    font-weight: 500;
}

.um-link-alt:hover {
    text-decoration: underline;
}

/* Row spacing fixes */
.um-row {
    margin-bottom: 20px !important;
}

/* Layout fix for buttons */
/* .um-left.um-half,
.um-right.um-half {
    width: 48% !important;
} */

.um-left.um-half a,
.um-right.um-half a {
    width: 100%;
}

/* Hide spam field label */
.um_request_name {
    display: none;
}

/* MAIN FORM BOX */
.um-customized-row {
    background: #ffffff !important;
    padding: 25px !important;
    border-radius: 14px !important;
    box-shadow: 0 4px 22px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #f3f3f3 !important;
    margin-bottom: 30px !important;
}

/* LABELS */
.um-field-label label {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 6px !important;
    display: block !important;
}

/* INPUT FIELDS — TEXT, NUMBER, TEL, EMAIL */
.um-form-field {
    width: 100% !important;
    padding: 12px 14px !important;
    font-size: 15px !important;
    border: 1px solid #dddddd !important;
    border-radius: 10px !important;
    background: #fff !important;
    transition: all 0.25s ease !important;
}

.um-form-field:focus {
    border-color: #ff6a00 !important;
    box-shadow: 0 0 0 2px rgba(255, 106, 0, 0.15) !important;
}

/* TEXTAREA */
.um-field-textarea textarea.um-form-field {
    height: 110px !important;
    resize: vertical !important;
}

/* SELECT2 DROPDOWN */
.select2-selection {
    height: 46px !important;
    border-radius: 10px !important;
    border: 1px solid #ddd !important;
    display: flex !important;
    align-items: center !important;
    padding: 6px 12px !important;
}

.select2-selection__rendered {
    font-size: 15px !important;
    color: #444 !important;
}

.select2-selection__arrow {
    top: 10px !important;
}

/* SPACING BETWEEN FIELDS */
.um-field {
    margin-bottom: 22px !important;
}

/* PASSWORD FIELDS */
input[type="password"].um-form-field {
    letter-spacing: 1px !important;
}

/* SUBMIT BUTTON */
.um input.um-button {
    background: #ff6a00 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 12px 0 !important;
    border-radius: 10px !important;
    width: 100% !important;
    border: none !important;
    transition: 0.25s !important;
}

.um input.um-button:hover {
    background: #e45a00 !important;
}

/* SECONDARY BUTTON (LOGIN BUTTON) */
.um-alt {
    background: #f5f5f5 !important;
    color: #333 !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
}

.um-alt:hover {
    background: #eaeaea !important;
}

/* HONEYPOT FIELD HIDE */
.um_request_name {
    display: none !important;
}

/* BUTTON ALIGNMENT FIX */
/* .um-left.um-half,
.um-right.um-half {
    width: 48% !important;
} */

.um-right.um-half a {
    width: 100% !important;
}

#content .ast-container {
    padding: 30px 20px;
}

.parking-pagination {
    text-align: center;
    margin: 18px 0;
}

.parking-pagination ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 6px;
    margin: 0;
}

.parking-pagination li {
    display: inline-block;
}

.parking-pagination a.parking-page-number,
.parking-pagination span.parking-page-number {
    display: inline-block;
    min-width: 38px;
    padding: 8px 12px;
    text-align: center;
    border-radius: 8px;
    background: #fff;
    color: #0078d7;
    border: 1px solid #e6eef9;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.04);
    transition: transform .06s ease, box-shadow .06s ease, background .08s ease;
}

.parking-pagination a.parking-page-number:hover {
    transform: translateY(-2px);
    background: #f1f9ff;
    box-shadow: 0 6px 18px rgba(3, 102, 214, 0.06);
}

.parking-pagination span.parking-current {
    background: #0078d7;
    color: #fff;
    border-color: #0078d7;
    font-weight: 600;
}

.parking-pagination .parking-page-number.prev,
.parking-pagination .parking-page-number.next {
    min-width: auto;
    padding: 8px 10px;
}

/* small screens */
@media (max-width:480px) {

    .parking-pagination a.parking-page-number,
    .parking-pagination span.parking-page-number {
        min-width: 30px;
        padding: 6px 8px;
    }
}