/* /Components/InfoBox.razor.rz.scp.css */
.info-box[b-afk6jfwp4s] {
    position: relative;
    background-color: #f5f5f5; /* Light background */
    border: 1px solid #ccc; /* Subtle border */
    border-radius: 8px; /* Rounded corners */
    padding: 16px; /* Add spacing inside the box */
    width: 100%;
    margin-bottom: 10px;
}

.info-box-shadow[b-afk6jfwp4s] {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Elevation effect */
}

.info-toggle[b-afk6jfwp4s] {
    position: absolute;
    top: 8px;
    right: 12px;
    z-index: 1; /* Ensure it stays on top */
}

.info-toggle:hover[b-afk6jfwp4s] {
    background-color: #0056b3; /* Darker shade on hover */
}

.info-title[b-afk6jfwp4s] {
    position: absolute;
    top: 8px;
    left: 12px;
    color: #333; /* Text color */
    font-size: 14px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px; /* Rounded background */
    z-index: 1; /* Ensure it stays on top */
}

.info-content[b-afk6jfwp4s] {
    margin-top: 24px; /* Space below the title */
    font-size: 16px; /* Content font size */
    color: #555; /* Subtle text color */
}
/* /Components/Loader.razor.rz.scp.css */
.loading-container[b-15ji7080hz] {
    z-index: 5000;
    width: 100vw;
    height: 100vh;
}

.loading-overlay[b-15ji7080hz] {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 4000;
    width: 100%;
    height: 100%;
}

.icon-container[b-15ji7080hz] {
    text-align: center;
    margin-top: 200px;
}

.text-container[b-15ji7080hz] {
    color: white;
    text-align: center;
    font-size: 2em;
    font-weight: 100;
    margin-top: 200px;
}

.icon[b-15ji7080hz] {
    max-width: 120px;
}
