@import '_content/BlazorCalendar/BlazorCalendar.gkat6etyn7.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/OceanWaterSports/Components/Layout/MainLayout.razor.rz.scp.css */
 .page[b-f411ufhkwt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-f411ufhkwt] {
    flex: 1;
}

.sidebar[b-f411ufhkwt] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-f411ufhkwt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-f411ufhkwt]  a, .top-row[b-f411ufhkwt]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-f411ufhkwt]  a:hover, .top-row[b-f411ufhkwt]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-f411ufhkwt]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-f411ufhkwt] {
        justify-content: space-between;
    }

    .top-row[b-f411ufhkwt]  a, .top-row[b-f411ufhkwt]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-f411ufhkwt] {
        flex-direction: row;
    }

    .sidebar[b-f411ufhkwt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-f411ufhkwt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-f411ufhkwt]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-f411ufhkwt], article[b-f411ufhkwt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-f411ufhkwt] {
    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-f411ufhkwt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



.offcanvas-backdrop[b-f411ufhkwt] {
    pointer-events: none !important;
}



@media print {

    .content-screen[b-f411ufhkwt] {
        display: none;
    }

    .content-print[b-f411ufhkwt] {
        display: block;
    }
}
/* _content/OceanWaterSports/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-s3t5ipbfo8] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-s3t5ipbfo8] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-s3t5ipbfo8] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-s3t5ipbfo8] {
    font-size: 1.1rem;
}

.bi[b-s3t5ipbfo8] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-s3t5ipbfo8] {
    font-size: 0.9rem;
    padding-bottom: 0.1px;
}

    .nav-item:first-of-type[b-s3t5ipbfo8] {
        padding-top: 0.6px;
    }

    .nav-item:last-of-type[b-s3t5ipbfo8] {
        padding-bottom: 0.6px;
    }

    .nav-item[b-s3t5ipbfo8]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-s3t5ipbfo8]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-s3t5ipbfo8]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-s3t5ipbfo8] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-s3t5ipbfo8] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-s3t5ipbfo8] {
        display: none;
    }

    .nav-scrollable[b-s3t5ipbfo8] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}




.fa-solid[b-s3t5ipbfo8] {
    margin-right: 6px;
}
/* _content/OceanWaterSports/Components/Pages/Dashboard.razor.rz.scp.css */
.grid[b-f3ui9ld605] {
   
    overflow-y: auto;
}

/* Sticky header while scrolling */
[b-f3ui9ld605] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
}

.table.no-cellpadding td[b-f3ui9ld605] {
    padding: 0;
}
/* _content/OceanWaterSports/Components/Pages/Report.razor.rz.scp.css */
.grid[b-dd62u6ll4o] {
    height: 20rem;
    overflow-y: auto;
}

/* Sticky header while scrolling */
[b-dd62u6ll4o] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
}

.table.no-cellpadding td[b-dd62u6ll4o] {
    padding: 0;
}

[b-dd62u6ll4o] tr {
    height: 2em;
}
/* _content/OceanWaterSports/Components/Pages/Settings.razor.rz.scp.css */
.grid[b-7bzknelvr2] {
    height: 16.5rem;
    overflow-y: auto;
}

/* Sticky header while scrolling */
[b-7bzknelvr2] thead {
    position: sticky;
    top: 0;
    background-color: #eee;
}

.table.no-cellpadding td[b-7bzknelvr2] {
    padding: 0;
}

/* _content/OceanWaterSports/Components/Pages/Waiver.razor.rz.scp.css */


.bg-color-hl[b-3gzwd7rx42] {
    background:yellow;
    color:black;
}


hr.new2[b-3gzwd7rx42] {
    border-top: 3px dashed red;
    padding: 20px;
}


@media print {
    .page[b-3gzwd7rx42], .page-break[b-3gzwd7rx42] {
        break-after: page;
    }
    .content-screen[b-3gzwd7rx42] {
        display: none;
    }

    .content-print[b-3gzwd7rx42] {
        display: block;
    }
}

label[b-3gzwd7rx42] {
    margin-top:4px;
    margin-bottom: 0px;
}
/* _content/OceanWaterSports/Components/Shared/CircularProgressBar.razor.rz.scp.css */
.pb-container[b-zuh05wbmm3] {
    display: flex;
    justify-content:left;
}
@property --progress-value {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}

@keyframes progress-b-zuh05wbmm3 {
    to {
        --progress-value: var(--pv);
    }
}
.progress-bar[b-zuh05wbmm3] {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(closest-side, var(--cc) 79%, transparent 80% 100%), conic-gradient(var(--dc) calc(var(--progress-value) * 1%), var(--lc) 0);
    animation: progress-b-zuh05wbmm3 2s 1 forwards;
}

    .progress-bar[b-zuh05wbmm3]::before {
        counter-reset: percentage var(--progress-value);
        content: counter(percentage) '%';
        animation: progress-b-zuh05wbmm3 2s 1 forwards;
        color: var(--dc);
    }

.progress-bar-title[b-zuh05wbmm3] {
    text-align: center;
    color: var(--dc);
    font-size:12px;
}
/* _content/OceanWaterSports/Components/Shared/DigitalTime.razor.rz.scp.css */
.digital-display[b-3uwqfsexb9] {
    border-style: solid;
    border-color: gray;
    padding: 5px;
    border-radius: 15px;
    background: rgb(255,252,0);
    background: radial-gradient(circle, rgba(255,252,0,1) 0%, rgba(255,200,45,1) 89%, rgba(255,171,0,1) 100%);
    width:135px;
    text-align:center;
}

.digital-time[b-3uwqfsexb9] {
    color:black;
    font-weight:bold;
    font-size:21px;
}
/* _content/OceanWaterSports/Components/Shared/ProgressBar.razor.rz.scp.css */
.progress[b-z2lyj90lw6] {
    font-size: 10px;
}
/* _content/OceanWaterSports/Components/Shared/RoundImage.razor.rz.scp.css */

.img-size-sm[b-hmjfycfn7h] {
    width: 30px;
    padding-top:30px;
}
.img-size-md[b-hmjfycfn7h] {
    width:60px;
    padding-top:60px;
}

.img-size-lg[b-hmjfycfn7h] {
    width: 100px;
    padding-top: 100px;
}

.round[b-hmjfycfn7h] {
   
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

img[b-hmjfycfn7h] {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    transition: 1s ease;
}

    img:hover[b-hmjfycfn7h] {
        height: 120%;
    }
/* _content/OceanWaterSports/Components/Shared/Spinner.razor.rz.scp.css */
.small[b-2rvqypyqek] {
    width: 1rem;
    height: 1rem;
}

.medium[b-2rvqypyqek] {
    width: 2rem;
    height: 2rem;
}

.large[b-2rvqypyqek] {
    width: 3rem;
    height: 3rem;
}
/* _content/OceanWaterSports/Components/Shared/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-3ohokf1vt4] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted gray;
    cursor: help;
}

span[b-3ohokf1vt4] {
    visibility: hidden;
    position: absolute;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

    span[b-3ohokf1vt4]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover span[b-3ohokf1vt4] {
    visibility: visible;
}
