/* _content/SharpSoft.BawSie.MVP.Frontend/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-23dm4ppe1v] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-23dm4ppe1v] {
    flex: 1;
}

.sidebar[b-23dm4ppe1v] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-23dm4ppe1v] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-23dm4ppe1v]  a, .top-row[b-23dm4ppe1v]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-23dm4ppe1v]  a:hover, .top-row[b-23dm4ppe1v]  .btn-link:hover {
        text-decoration: underline;
    }
.page[b-23dm4ppe1v] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-23dm4ppe1v] {
    flex: 1;
    padding: 16px 0;
}

.content[b-23dm4ppe1v] {
    padding: 24px 0;
}



.app-header h2[b-23dm4ppe1v] {
    font-size: 28px;
    color: #333;
    margin-top: 16px;
    font-weight: 600;
    text-shadow: 1px 1px 0 var(--chalk-white);
}

#blazor-error-ui[b-23dm4ppe1v] {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 1000;
    display: none;
}

#blazor-error-ui .dismiss[b-23dm4ppe1v] {
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 4px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 16px;
}

#blazor-error-ui .reload[b-23dm4ppe1v] {
    color: #333;
    font-weight: 600;
    text-decoration: underline;
}

@media (max-width: 576px) {
    .app-header h1[b-23dm4ppe1v] {
        width: 200px;
        height: 200px;
    }

    .app-header h2[b-23dm4ppe1v] {
        font-size: 24px;
    }
}
    .top-row[b-23dm4ppe1v]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-23dm4ppe1v] {
        justify-content: space-between;
    }

    .top-row[b-23dm4ppe1v]  a, .top-row[b-23dm4ppe1v]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-23dm4ppe1v] {
        flex-direction: row;
    }

    .sidebar[b-23dm4ppe1v] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-23dm4ppe1v] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-23dm4ppe1v]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-23dm4ppe1v], article[b-23dm4ppe1v] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-23dm4ppe1v] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-23dm4ppe1v] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SharpSoft.BawSie.MVP.Frontend/Components/Pages/Home.razor.rz.scp.css */
/* Grid Layout */
.playground-grid[b-wmreyyh6og] {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 24px;
    margin-bottom: 24px;
}

/* Map Container */
.map-container[b-wmreyyh6og] {
    position: relative;
    height: 100%;
    min-height: 500px;
}

.playground-map[b-wmreyyh6og] {
    height: 100%;
    min-height: 500px;
    width: 100%;
    border-radius: 12px;
    border: 2px solid var(--chalk-blue);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.add-icon[b-wmreyyh6og] {
    fill: currentColor;
}


/* Playground Cards */
.playground-cards[b-wmreyyh6og] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.playground-card[b-wmreyyh6og] {
    height: 100%;
}

.playground-card .card[b-wmreyyh6og] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.playground-card .card-img-top[b-wmreyyh6og] {
    height: 200px;
    object-fit: cover;
}

.card-img-placeholder[b-wmreyyh6og] {
    height: 200px;
    background-color: var(--chalk-pink);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #777;
    gap: 8px;
}

.placeholder-icon[b-wmreyyh6og] {
    width: 48px;
    height: 48px;
    fill: #aaa;
}

.playground-card .card-body[b-wmreyyh6og] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.playground-card .card-title[b-wmreyyh6og] {
    margin-bottom: 8px;
    font-size: 20px;
}

.playground-card .card-text[b-wmreyyh6og] {
    margin-bottom: 16px;
}

.age-groups[b-wmreyyh6og] {
    margin-bottom: 16px;
}

.age-groups-label[b-wmreyyh6og] {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 4px;
}

.age-groups-badges[b-wmreyyh6og] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.view-details-btn[b-wmreyyh6og] {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    font-weight: 500;
}

.details-icon[b-wmreyyh6og] {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .playground-grid[b-wmreyyh6og] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .playground-cards[b-wmreyyh6og] {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }
}

@media (max-width: 576px) {
    .playground-grid[b-wmreyyh6og] {
        grid-template-columns: 1fr;
    }

    .map-container[b-wmreyyh6og] {
        order: 2;
        min-height: 300px;
    }

    .playground-list[b-wmreyyh6og] {
        order: 1;
    }

    .playground-map[b-wmreyyh6og] {
        min-height: 300px;
    }

    .playground-cards[b-wmreyyh6og] {
        grid-template-columns: 1fr;
    }
}
/* _content/SharpSoft.BawSie.MVP.Frontend/Components/Pages/NewPlaygroud.razor.rz.scp.css */
/* Form Layout */
.container-fluid[b-7pib39xoxx] {
    margin-bottom: 24px;
}

/* Grid Layout */
.playground-grid[b-7pib39xoxx] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

/* Form Controls */
.form-group[b-7pib39xoxx] {
    margin-bottom: 16px;
}

.form-label[b-7pib39xoxx] {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.form-control[b-7pib39xoxx] {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid var(--chalk-blue);
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.2s;
}

.form-control:focus[b-7pib39xoxx] {
    outline: none;
    border-color: var(--chalk-pink);
    box-shadow: 0 0 0 2px rgba(var(--chalk-pink-rgb), 0.2);
}

.validation-message[b-7pib39xoxx] {
    color: #d9534f;
    font-size: 0.875rem;
    margin-top: 4px;
}

.validation-summary[b-7pib39xoxx] {
    color: #d9534f;
    background-color: rgba(217, 83, 79, 0.1);
    border: 1px solid rgba(217, 83, 79, 0.2);
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 24px;
}


/* Map Container */
.map-container[b-7pib39xoxx] {
    height: 400px;
    border-radius: 12px;
    border: 2px solid var(--chalk-blue);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* Checkbox Groups */
.checkbox-group[b-7pib39xoxx] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.checkbox-item[b-7pib39xoxx] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.checkbox-control[b-7pib39xoxx] {
    width: 18px;
    height: 18px;
    accent-color: var(--chalk-blue);
}

.checkbox-label[b-7pib39xoxx] {
    font-size: 0.95rem;
}

/* File Upload */
.file-upload[b-7pib39xoxx] {
    margin-bottom: 16px;
}

.upload-helper-text[b-7pib39xoxx] {
    font-size: 0.875rem;
    color: #666;
    margin-top: 4px;
}

.error-message[b-7pib39xoxx] {
    color: #d9534f;
    margin-top: 8px;
}

/* Image Preview */
.preview-container[b-7pib39xoxx] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.image-preview[b-7pib39xoxx] {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid var(--chalk-blue);
}

.preview-image[b-7pib39xoxx] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.remove-button[b-7pib39xoxx] {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
}

/* Attractions Table */
.attractions-table[b-7pib39xoxx] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
}

.attractions-table th[b-7pib39xoxx],
.attractions-table td[b-7pib39xoxx] {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.attractions-table th[b-7pib39xoxx] {
    font-weight: 600;
    color: #333;
}

.quantity-control[b-7pib39xoxx] {
    width: 80px;
    padding: 6px 8px;
    border: 1px solid var(--chalk-blue);
    border-radius: 4px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .playground-grid[b-7pib39xoxx] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .playground-grid[b-7pib39xoxx] {
        grid-template-columns: 1fr;
    }
}
/* _content/SharpSoft.BawSie.MVP.Frontend/Components/Pages/PlaygroundDetails.razor.rz.scp.css */
/* Form Layout */
.container-fluid[b-any8emidl0] {
    margin-bottom: 24px;
}

/* Grid Layout */
.playground-grid[b-any8emidl0] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

/* Playground Title */
.playground-title[b-any8emidl0] {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 16px;
    font-weight: 600;
}

/* Form Groups */
.form-group[b-any8emidl0] {
    margin-bottom: 24px;
}

.form-label[b-any8emidl0] {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
    font-size: 1.1rem;
}

/* Tags and Badges */
.tag-list[b-any8emidl0] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.tag[b-any8emidl0] {
    background-color: var(--chalk-blue);
    color: #333;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.95rem;
    font-weight: 500;
}

.age-group-tag[b-any8emidl0] {
    background-color: var(--chalk-green);
}

/* Map Container */
.map-container[b-any8emidl0] {
    height: 100%;
    min-height: 400px;
    border-radius: 12px;
    border: 2px solid var(--chalk-blue);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* Image Carousel */
.carousel-container[b-any8emidl0] {
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid var(--chalk-blue);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    margin-top: 16px;
}

.carousel[b-any8emidl0] {
    position: relative;
}

.carousel-inner[b-any8emidl0] {
    border-radius: 10px;
    overflow: hidden;
}

.carousel-image[b-any8emidl0] {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.carousel-control-prev[b-any8emidl0],
.carousel-control-next[b-any8emidl0] {
    background-color: rgba(0, 0, 0, 0.3);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 10px;
}

.no-images[b-any8emidl0] {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--chalk-pink);
    color: #555;
    border-radius: 10px;
}

/* Loading Spinner */
.loading-container[b-any8emidl0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 0;
}

.loading-spinner[b-any8emidl0] {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
}

.spinner-svg circle[b-any8emidl0] {
    stroke-dasharray: 150, 200;
    stroke-dashoffset: -10;
    animation: dash-b-any8emidl0 1.5s ease-in-out infinite;
}

@keyframes dash-b-any8emidl0 {
    0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; }
    50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35; }
    100% { stroke-dasharray: 89, 200; stroke-dashoffset: -124; }
}

.loading-text[b-any8emidl0] {
    font-size: 18px;
    color: #555;
    font-weight: 500;
}

/* Attractions Table */
.attractions-table[b-any8emidl0] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
}

.attractions-table th[b-any8emidl0],
.attractions-table td[b-any8emidl0] {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.attractions-table th[b-any8emidl0] {
    font-weight: 600;
    color: #333;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .playground-grid[b-any8emidl0] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .playground-grid[b-any8emidl0] {
        grid-template-columns: 1fr;
    }

    .carousel-image[b-any8emidl0] {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .map-container[b-any8emidl0] {
        min-height: 300px;
    }

    .carousel-image[b-any8emidl0] {
        height: 200px;
    }
}
