@import '_content/ScoreTrackingSharedWebComponents/ScoreTrackingSharedWebComponents.h59s76dfz8.bundle.scp.css';

/* /Layout/Footer.razor.rz.scp.css */
.mobile-nav-item[b-jxy815pg3a] {
    text-align: center;
    flex: 1;
    color: black;
    text-decoration: none;
    font-size: 0.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
}

    /* Reduce icon size */
    .mobile-nav-item span[b-jxy815pg3a] {
        font-size: 1rem; /* Smaller icons */
        margin-bottom: 0.5px;
    }

    .mobile-nav-item.active[b-jxy815pg3a],
    .more-menu-item.active[b-jxy815pg3a] {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 5px;
        font-weight: bold;
        color: #007bff;
    }

/* Style for the "More" button */
.more-btn[b-jxy815pg3a] {
    background: none;
    border: none;
    color: black;
    cursor: pointer;
}

/* More Menu Popup */
.more-menu-overlay[b-jxy815pg3a] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1100;
}

.more-menu[b-jxy815pg3a] {
    background: white;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    max-width: 300px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.more-menu-items[b-jxy815pg3a] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

/* Reduce icon size in the More Menu */
.more-menu-item[b-jxy815pg3a] {
    color: black;
    text-decoration: none;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%; /* Ensures more icons fit */
}

    .more-menu-item span[b-jxy815pg3a] {
        font-size: 1rem; /* Smaller icons */
    }

.close-btn[b-jxy815pg3a] {
    background: none;
    border: none;
    font-size: 1.3rem;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
}

.mobile-nav-label[b-jxy815pg3a] {
    font-size: 0.65rem;
    display: block;
}
/* /Layout/MainLayout.razor.rz.scp.css */
html[b-m3n3j36njq] {
    margin: 0;
    padding: 0;
    height: 100vh;
    overflow: hidden; /* Prevent scrolling on the body */
}

body[b-m3n3j36njq] {
    margin: 0;
    padding: 0;
    height: 100vh;
    overflow: hidden;
    overscroll-behavior: none; /* Prevents scroll chaining and rubber banding */
    -webkit-overflow-scrolling: none; /* Disables momentum scrolling on iOS */
    touch-action: none;
}

.page[b-m3n3j36njq] {
    position: relative;
    height: 100vh; /* Full viewport height */
    overflow: hidden; /* Prevent unintended scrolling */
    background-image: url('/Resources/SandValley.jpg'); /* Background image */
    background-size: cover; /* Ensure the image covers the container */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent repeating */
    background-color: rgba(255, 255, 255, 0.9); /* Add transparency to the background */
    background-blend-mode: overlay; /* Blend the background image with the transparent color */
}

main[b-m3n3j36njq] {
    display: flex;
    flex-direction: column;
    height: 100vh; /* Allows it to inherit .page's full height */
    overflow: hidden; /* Scrolling is isolated to .content */
}

.top-row[b-m3n3j36njq] {
    position: fixed; /* Keep the header at the top of the viewport */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Ensure it stays above content */
    background: background: transparent;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
}

article.content[b-m3n3j36njq] {
    flex: 1; /* Allows it to grow and take available space */
    overflow-y: auto; /* Enables scrolling */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    background: transparent;
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for better readability */
    border-radius: 8px; /* Optional: Rounded corners */
    margin: 0; /* Optional: Space around the content */
    height: 100vh;
    margin-top: 3rem; /* Add spacing below the header */
    padding-bottom: 5rem; /* Add spacing above the footer */
}

    article.content[b-m3n3j36njq]::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Edge */
    }

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

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

        .top-row[b-m3n3j36njq]  a:hover, .top-row[b-m3n3j36njq]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-m3n3j36njq]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

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

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

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

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

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

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

    .top-row[b-m3n3j36njq], article[b-m3n3j36njq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
    .background-image[b-m3n3j36njq] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('/Resources/SandValley.jpg') no-repeat center center fixed;
        background-size: cover;
        opacity: 0.09; /* Adjust the opacity to make the image translucent */
        z-index: -1; /* Ensure it stays behind the content */
    }
}

/* Logo and App Name */
.logo-container[b-m3n3j36njq] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-img[b-m3n3j36njq] {
    height: 40px; /* Adjust size to fit your design */
    width: auto;
    object-fit: contain;
}

.app-name[b-m3n3j36njq] {
    font-size: 20px;
    font-weight: bold;
    color: #333; /* Dark text color for contrast */
    font-family: Arial, sans-serif;
}

#refresh-indicator[b-m3n3j36njq] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0; /* Dynamically adjusted */
    background: linear-gradient(135deg, rgba(173, 216, 230, 0.7), rgba(135, 206, 235, 0.5)); /* Light transparent gradient */
    color: rgba(0, 0, 0, 0.8); /* Darker text for contrast */
    text-align: center;
    line-height: 50px; /* Center text vertically */
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    z-index: 9999;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    transition: height 0.3s ease, background 0.3s ease; /* Smooth transitions */
    overflow: hidden;
}

    /* Add a spinning icon for visual appeal */
    #refresh-indicator[b-m3n3j36njq]::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 3px solid rgba(0, 0, 0, 0.3); /* Softer spinner */
        border-top: 3px solid transparent;
        border-radius: 50%;
        margin-right: 10px;
        animation: spin-b-m3n3j36njq 1s linear infinite; /* Spinning animation */
        vertical-align: middle;
    }

/* Keyframes for the spinning animation */
@keyframes spin-b-m3n3j36njq {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#refresh-indicator .progress-bar[b-m3n3j36njq] {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: white;
    animation: progress-b-m3n3j36njq 1s linear forwards;
}

@keyframes progress-b-m3n3j36njq {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.impersonation-banner[b-m3n3j36njq] {
    position: fixed; /* Makes it float */
    left: 0;
    right: 0;
    bottom: 60px; /* Space above the footer (adjust based on footer height) */
    background-color: rgba(255, 0, 0, 0.9); /* Semi-transparent red for emphasis */
    color: white;
    padding: 10px 15px;
    text-align: center;
    z-index: 1000; /* Ensure it floats above other content */
    font-size: 0.9rem; /* Adjust size for small screens */
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2); /* Slight shadow for depth */
    border-radius: 10px 10px 0 0; /* Rounded corners for a more modern look */
}

    .impersonation-banner a[b-m3n3j36njq] {
        color: yellow; /* Contrast for the "End Impersonation Session" link */
        font-weight: bold;
        text-decoration: underline;
        margin-left: 10px;
    }

@media (max-width: 600px) {
    .impersonation-banner[b-m3n3j36njq] {
        font-size: 0.8rem; /* Slightly smaller font for small screens */
        padding: 8px 10px;
    }
}

.right[b-m3n3j36njq] {
    position: absolute;
    right: 5px;
}

.breadcrumb-mobile-container[b-m3n3j36njq] {
    padding: 8px 0;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 14px;
}

.breadcrumb-mobile[b-m3n3j36njq] {
    display: flex;
    list-style: none;
    padding: 0;
    align-items: center;
}

.breadcrumb-item[b-m3n3j36njq] {
    margin-right: 8px;
}

    .breadcrumb-item a[b-m3n3j36njq] {
        text-decoration: none;
        color: #007bff;
        font-weight: 500;
    }

        .breadcrumb-item a:hover[b-m3n3j36njq] {
            text-decoration: underline;
        }

    .breadcrumb-item.active[b-m3n3j36njq] {
        font-weight: bold;
        color: #333;
    }
/* /Layout/Toast.razor.rz.scp.css */
.cs-toast[b-tuelw7hwjr] {
    display: none;
    padding: 1.5rem;
    color: #fff;
    z-index: 999;
    position: absolute;
    width: 25rem;
    top: 2rem;
    border-radius: 1rem;
    right: 2rem;
}

.cs-toast-icon[b-tuelw7hwjr] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
}

.cs-toast-body[b-tuelw7hwjr] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

    .cs-toast-body p[b-tuelw7hwjr] {
        margin-bottom: 0;
    }

.cs-toast-visible[b-tuelw7hwjr] {
    display: flex;
    flex-direction: row;
    animation: fadein-b-tuelw7hwjr 1.5s;
}

@keyframes fadein-b-tuelw7hwjr {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* /Pages/Dashboard/Dashboard.razor.rz.scp.css */
.index-header[b-9840ss7asy] {
    text-align: center;
    margin-bottom: 20px;
}

    .index-header h1[b-9840ss7asy] {
        font-size: 28px;
        margin-bottom: 10px;
        color: #333;
    }

.nav-container[b-9840ss7asy] {
    max-width: 300px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.nav-title[b-9840ss7asy] {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}

.nav-links[b-9840ss7asy] {
    list-style-type: none;
    padding: 0;
}

    .nav-links li[b-9840ss7asy] {
        margin-bottom: 10px;
    }

        .nav-links li a[b-9840ss7asy] {
            text-decoration: none;
            color: #007bff;
            font-size: 16px;
            transition: color 0.3s ease;
        }

            .nav-links li a:hover[b-9840ss7asy] {
                color: #0056b3;
            }

.nested-links[b-9840ss7asy] {
    list-style-type: none;
    padding-left: 20px; /* Adjust the indentation as needed */
}

    .nested-links li[b-9840ss7asy] {
        margin-bottom: 10px;
    }

        .nested-links li a[b-9840ss7asy] {
            text-decoration: none;
            color: #007bff;
            font-size: 16px;
            transition: color 0.3s ease;
        }

            .nested-links li a:hover[b-9840ss7asy] {
                color: #0056b3;
            }

/* Additional styling */
.header[b-9840ss7asy] {
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
}

    .header:hover[b-9840ss7asy] {
        background-color: #f0f0f0;
    }

    .header svg[b-9840ss7asy] {
        margin-right: 8px;
    }

.nested-links[b-9840ss7asy] {
    list-style-type: none;
    padding-left: 20px;
    display: none;
}

    .nested-links li[b-9840ss7asy] {
        margin-bottom: 10px;
    }

        .nested-links li a[b-9840ss7asy] {
            text-decoration: none;
            color: #007bff;
            font-size: 16px;
            transition: color 0.3s ease;
        }

            .nested-links li a:hover[b-9840ss7asy] {
                color: #0056b3;
            }

.footer[b-9840ss7asy] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: black; /* Change this color as per your design */
    text-align: left;
    color: #fff;
    transition: transform 0.5s ease; /* Add a smooth transition effect */
}

    .footer .container[b-9840ss7asy] {
        max-width: 100%;
    }

/* Container for the cards */
.cards-container[b-9840ss7asy] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
}

/* Card styling */
.card[b-9840ss7asy] {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .card:hover[b-9840ss7asy] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

/* Header styling */
.card-header[b-9840ss7asy] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
}

    .card-header i[b-9840ss7asy] {
        font-size: 20px;
        color: #007bff;
    }

/* Body styling */
.card-body[b-9840ss7asy] {
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #fafafa;
}

    .card-body a[b-9840ss7asy] {
        text-decoration: none;
        color: #007bff;
        transition: color 0.3s ease;
    }

        .card-body a:hover[b-9840ss7asy] {
            color: #0056b3;
        }

/* Link button styling */
.link-button[b-9840ss7asy] {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #f1f1f1;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

    .link-button a[b-9840ss7asy] {
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        color: #007bff;
        font-weight: bold;
        font-size: 16px;
        width: 100%;
    }

    .link-button:hover[b-9840ss7asy] {
        background-color: #e9f5ff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    }

        .link-button:hover a[b-9840ss7asy] {
            color: #0056b3;
        }

    .link-button i[b-9840ss7asy] {
        font-size: 20px;
        color: #007bff;
        transition: color 0.3s ease;
    }

    .link-button:hover i[b-9840ss7asy] {
        color: #0056b3;
    }


@media (max-width: 768px) {
    .nav-tabs[b-9840ss7asy] {
        display: flex;
        flex-wrap: nowrap; /* Prevents stacking */
        overflow-x: auto; /* Enables horizontal scrolling */
        -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
        white-space: nowrap;
        border-bottom: 2px solid #dee2e6;
        justify-content: flex-start; /* Align tabs from the left */
        padding-bottom: 5px;
        scroll-padding: 0 10px; /* Ensures tabs are fully visible when scrolling */
    }

        .nav-tabs[b-9840ss7asy]::-webkit-scrollbar {
            display: none; /* Hides scrollbar for a cleaner look */
        }

    .nav-item[b-9840ss7asy] {
        flex: 1 0 auto; /* Prevents tabs from shrinking too much */
        min-width: 90px; /* Ensures tabs are wide enough */
        text-align: center;
    }

    .nav-link[b-9840ss7asy] {
        font-size: 0.9rem; /* Smaller text for mobile */
        padding: 8px 10px; /* Reduce padding */
        min-width: 90px; /* Smaller buttons */
        text-align: center;
        border-radius: 8px; /* Slightly round edges */
        transition: all 0.2s ease-in-out;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        /* Active tab styling */
        .nav-link.active[b-9840ss7asy] {
            background-color: #007bff !important;
            color: white !important;
        }
}
