/* _content/RazorComponents/Card.razor.rz.scp.css */
.card[b-n30zzzqsuo] {
    width: 100%;
    height: 100%;
    border: grey 1px solid;
    border-radius: 10px;
}

.card-header[b-n30zzzqsuo] {
    height: 80px;
    font-size: larger;
    background-color: yellow;
}

.card-body[b-n30zzzqsuo] {
    color: grey;
    background-color: #FCFCFC;
}

.card-footer[b-n30zzzqsuo] {
    background-color: silver;
}*/[b-n30zzzqsuo]
/* _content/RazorComponents/Header.razor.rz.scp.css */
.header-base[b-01elps4t5r] {
    /*position: -webkit-sticky;*/
    display: flex;
    flex-flow: row wrap;
    position: sticky;
    min-width: 100%;
    /*
        background-color: cyan;
    */
    /*
        padding: 18px 18px;
    */
    border-bottom: lightgrey 1px solid;
    min-height: 70px;
    align-items: center;
    margin-top: 0;
}

    .header-base ul[b-01elps4t5r] {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        display: flex;
    }

.header-version[b-01elps4t5r] {
    font-size: xx-small;
    width: 100%;
    padding-right: 0.3rem;
    display: inline-block;
    align-self: flex-end;
    text-align: right;
}


/* Medium screens */
@media all and (max-width: 800px) {
    .navigation[b-01elps4t5r] {
        /* When on medium sized screens, we center it by evenly distributing empty space around items */
        justify-content: space-around;
    }
}

/* Small screens */
@media all and (max-width: 500px) {
    .navigation[b-01elps4t5r] {
        /* On small screens, we are no longer using row direction but column */
        flex-direction: column;
    }
}
/* _content/RazorComponents/HeaderItem.razor.rz.scp.css */
.header-item[b-wghg3unpc7] {
    display: inline;
    text-decoration: none;
    list-style-type: none;
    height: 100%;
    align-items: center;
    margin: 0 1rem;
}

.align-right[b-wghg3unpc7] {
    background-color: pink;
    justify-self: flex-end;
}

.spacer[b-wghg3unpc7] {
    flex: 1;
}
/* _content/RazorComponents/LoginComponent.razor.rz.scp.css */
.gradient-custom[b-0ryxvojxm6] {
    /*background: rgb(131,58,180);*/
    background: linear-gradient(45deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 85%, rgba(252,232,69,1) 100%);
}
/* _content/RazorComponents/NavBar.razor.rz.scp.css */
.sidebar[b-8qrpvbvnqb] {
    min-width: 300px;
    background-color: var(--main-bg-color);
    /*padding: 18px 18px;*/
    display: flex;
    flex-direction: column;
    height: 100vh;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 5px;
    border-right: lightgrey 1px solid;
}

.sidebar-inner[b-8qrpvbvnqb] {
    /*
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;    
        border-radius: 10px;
        background-color: var(--main-bg-color-light);
    */
    height: 100%;
    width: 100%;
}

.sidebar-header[b-8qrpvbvnqb] {
    position: relative;
    display: flex;
    height: 70px;
    background-color: var(--bs-primary);
    padding-left: 20px;
    /*border-radius: 10px 10px 0px 0px;*/

    border-bottom: lightgrey 1px solid;
    color: var(--bs-white);
    align-items: center;
}

.header-title[b-8qrpvbvnqb] {
    font-size:x-large;
    font-weight: bold;
}

.header-version[b-8qrpvbvnqb] {
    font-size: smaller;
    width: 100%;
    padding-right: 0.3rem;
    display: inline-block;
    align-self: flex-end;
    text-align: right;
}

.fade-in[b-8qrpvbvnqb] {
    opacity: 1;
    animation-name: fadeInOpacity-b-8qrpvbvnqb;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 2s;
}

@keyframes fadeInOpacity-b-8qrpvbvnqb {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* _content/RazorComponents/NavBarItem.razor.rz.scp.css */
div > summary[b-oj5c8gz7kw] {
    padding-top: 16px;
    padding-left: 20px;
    border: none;
    cursor: pointer;
    list-style: none;
    font-size: small;
    text-transform: uppercase;
}

div > ul[b-oj5c8gz7kw] {
    padding-top: 0px;
    padding-bottom: 20px;
    margin: 0;
}




/* _content/RazorComponents/NavBarSubmenu.razor.rz.scp.css */
.submenu[b-6poa1njnya] {
    padding: 0px 10px;
    margin-top: 0px;
    margin-left: 30px;
    font-size: small;
    color: #6c757d;
    height: 1.8rem;
    line-height: 2.2rem;
    list-style: none;
}

.submenu:hover[b-6poa1njnya] {
    color: #c60000;
    cursor: pointer;
}

.selected[b-6poa1njnya] {
    color: #c60000;
    border: none;
    padding-left: -40px;
    /*background-color: #c60000;
    border-radius: 3px 0px 0px 3px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
    font-weight: bold;
    list-style: none;
    border-bottom: 2px solid #c60000;
}

    .selected:hover[b-6poa1njnya] {
        cursor: pointer;
    }
/* _content/RazorComponents/Spacer.razor.rz.scp.css */
/* _content/RazorComponents/Spinner.razor.rz.scp.css */
.lds-ellipsis[b-im29n89f3c] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 40px;
}

.lds-ellipsis div[b-im29n89f3c] {
    position: absolute;
    top: 16px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #000;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1)[b-im29n89f3c] {
    left: 8px;
    animation: lds-ellipsis1-b-im29n89f3c 0.6s infinite;
}

.lds-ellipsis div:nth-child(2)[b-im29n89f3c] {
    left: 8px;
    animation: lds-ellipsis2-b-im29n89f3c 0.6s infinite;
}

.lds-ellipsis div:nth-child(3)[b-im29n89f3c] {
    left: 32px;
    animation: lds-ellipsis2-b-im29n89f3c 0.6s infinite;
}

.lds-ellipsis div:nth-child(4)[b-im29n89f3c] {
    left: 56px;
    animation: lds-ellipsis3-b-im29n89f3c 0.6s infinite;
}

@keyframes lds-ellipsis1-b-im29n89f3c {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3-b-im29n89f3c {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2-b-im29n89f3c {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/* _content/RazorComponents/TabControl.razor.rz.scp.css */
.text-white[b-2xi7y7pacx] {
    color: white;
}

.text-dark[b-2xi7y7pacx] {
    color: var(--dark);
}

.tab-content[b-2xi7y7pacx] {
    padding: 1rem;
    background-color: var(--light);
    border-top: 1px solid lightgrey;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 5px;
}

.tab-page[b-2xi7y7pacx] {
    border: 1px solid lightgrey;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    margin-left: 5px;
    margin-right: 5px;
}

.selected[b-2xi7y7pacx] {
    background-color: var(--color-primary-light);
    color: white;
}


/* _content/RazorComponents/Toast.razor.rz.scp.css */
.cs-toast[b-i5jlc009qf] {
    display: none;
    padding: 1.5rem;
    color: #fff;
    z-index: 999;
    position: absolute;
    width: 25rem;
    top: 2rem;
    border-radius: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    opacity:0.95;
}

.cs-toast-icon[b-i5jlc009qf] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
    opacity: 1;
}

.cs-toast-body[b-i5jlc009qf] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

    .cs-toast-body p[b-i5jlc009qf] {
        margin-bottom: 0;
    }

.cs-toast-visible[b-i5jlc009qf] {
    display: flex;
    flex-direction: row;
    animation: fadein ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeIn-b-i5jlc009qf {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
