@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/L3OnlineServerApp/Shared/Accordion.razor.rz.scp.css */
.collapsable-panel[b-5zgryz5ai3] {
    padding: 25px;
    overflow: hidden;
}

.collapsable .title[b-5zgryz5ai3] {
    display: table-cell
}

.collapsable .value[b-5zgryz5ai3] {
    display: table-cell;
    text-align: right;
}
/* _content/L3OnlineServerApp/Shared/AccordionItem.razor.rz.scp.css */
.collapsable-panel[b-yx7qpv2h8h] {
    padding: 25px;
    overflow: hidden;
}

.collapsable .title[b-yx7qpv2h8h] {
    display: table-cell
}

.collapsable .value[b-yx7qpv2h8h] {
    display: table-cell;
    text-align: right;
}
/* _content/L3OnlineServerApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-hs78zpwoo2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hs78zpwoo2] {
    flex: 1;
}

.sidebar[b-hs78zpwoo2] {
    background-image: linear-gradient(0deg, var(--iccLightTeal), var(--iccTeal));
}

.top-row[b-hs78zpwoo2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hs78zpwoo2]  a, .top-row .btn-link[b-hs78zpwoo2] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-hs78zpwoo2] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 770px) {
    .top-row:not(.auth)[b-hs78zpwoo2] {
        display: none;
    }

    .top-row.auth[b-hs78zpwoo2] {
        justify-content: space-between;
    }

    .top-row a[b-hs78zpwoo2], .top-row .btn-link[b-hs78zpwoo2] {
        margin-left: 0;
    }
}

@media (min-width: 770px) {
    .page[b-hs78zpwoo2] {
        flex-direction: row;
    }

    .sidebar[b-hs78zpwoo2] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hs78zpwoo2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-hs78zpwoo2], article[b-hs78zpwoo2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/L3OnlineServerApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9m6qe62atq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-9m6qe62atq] {
    height: 6rem;
    background-color: var(--iccDarkTeal);
}

.iccLogo[b-9m6qe62atq] {
    width: 100px;
    height: 66px;
}

.navbar-brand[b-9m6qe62atq] {
    font-size: 1.1rem;
}

.oi[b-9m6qe62atq] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-9m6qe62atq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9m6qe62atq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9m6qe62atq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9m6qe62atq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-9m6qe62atq]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-9m6qe62atq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 770px) {
    .navbar-toggler[b-9m6qe62atq] {
        display: none;
    }

    .top-row[b-9m6qe62atq] {
        height: 11rem;
    }

    .iccLogo[b-9m6qe62atq] {
        width: 148px;
        height: 98px;
    }

    .collapse[b-9m6qe62atq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .bottom-right[b-9m6qe62atq] {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

.toggle-checkbox[b-9m6qe62atq] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.toggle-slot[b-9m6qe62atq] {
    position: relative;
    height: 30px;
    width: 30px;
    border: 1.25px solid #e4e7ec;
    border-radius: 10em;
    background-color: #374151;
    transition: background-color 250ms;
}

.toggle-checkbox:checked ~ .toggle-slot[b-9m6qe62atq] {
    background-color: white;
}


.sun-icon[b-9m6qe62atq] {
    position: absolute;
    height: 20px;
    width: 20px;
    color: #ffbb52;
}

.sun-icon-wrapper[b-9m6qe62atq] {
    position: absolute;
    height: 20px;
    width: 20px;
    opacity: 0;
    transform: rotate(15deg);
    transform-origin: 50% 50%;
    /*transition: opacity 150ms, transform 500ms cubic-bezier(.26,2,.46,.71);*/
    margin: 4px;
}

.toggle-checkbox:checked ~ .toggle-slot .sun-icon-wrapper[b-9m6qe62atq] {
    opacity: 1;
    transform: rotate(0deg);
}

.moon-icon[b-9m6qe62atq] {
    position: absolute;
    height: 20px;
    width: 20px;
    color: white;
}

.moon-icon-wrapper[b-9m6qe62atq] {
    position: absolute;
    height: 20px;
    width: 20px;
    opacity: 1;
    transform: rotate(15deg);
    transform-origin: 50% 50%;
    /*transition: opacity 150ms, transform 500ms cubic-bezier(.26,2,.46,.71);*/
    margin: 4px;
}

.toggle-checkbox:checked ~ .toggle-slot .moon-icon-wrapper[b-9m6qe62atq] {
    opacity: 0;
    transform: rotate(-15deg);
}


/* _content/L3OnlineServerApp/Shared/SuiteButtonComponent.razor.rz.scp.css */
/*This is modifying the btn-outline-primary colors but you could create your own .btn-something class as well*/
.btn-outline-primary[b-jms14vlwp0] {
    color: var(--iccLightTeal);
    background-color: white;
    border-color: var(--iccLightTeal); /*set the color you want here*/
}

    .btn-outline-primary:hover[b-jms14vlwp0], .btn-outline-primary:focus[b-jms14vlwp0], .btn-outline-primary:active[b-jms14vlwp0], .btn-outline-primary.active[b-jms14vlwp0], .open > .dropdown-toggle.btn-primary[b-jms14vlwp0] {
        color: var(--iccGold);
        background-color: var(--iccLightTeal);
        border-color: var(--iccDarkTeal); /*set the color you want here*/
    }

#waffle[b-jms14vlwp0] {
    color: lightgrey !important;
    background-color: var(--iccLightTeal);
    border-color: var(--iccDarkTeal);
    /*set the color you want here*/
}

@media screen and (min-width: 550px) {
    .btn-outline-primary[b-jms14vlwp0] { min-width: 310px; width: 310px;}
}
/* _content/L3OnlineServerApp/Shared/TabControl.razor.rz.scp.css */
@media (max-width: 600px) {
    .desktop-layout[b-sczn4nyy9h] {
        display: none !important
    }
    .mobile-layout[b-sczn4nyy9h] {
        display: block !important
    }
}

@media (min-width: 601px) {
    .desktop-layout[b-sczn4nyy9h] {
        display: block !important
    }

    .mobile-layout[b-sczn4nyy9h] {
        display: none !important
    }
}
/* _content/L3OnlineServerApp/Shared/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-5rc5mx4rh0] {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

span[b-5rc5mx4rh0] {
    visibility: hidden;
    position: absolute;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    margin-bottom: 2px;
    background-color: #f0f0f0;
    color: #606060;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: #b0b0b0;
    z-index: 1;
}

span[b-5rc5mx4rh0]::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #bbb transparent transparent transparent;
}

.tooltip-wrapper:hover span[b-5rc5mx4rh0] {
    visibility: visible;
}
