@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/UserManagement/UserManagement.razor.rz.scp.css */
.wrapper_switch[b-zd4w0hhi6w] {
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    margin: 50vh auto 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transform: translateY(-50%);
    min-height: auto;*/
    margin-top: 5px;
}

.switch_box[b-zd4w0hhi6w] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline;
    max-width: 46px;
    min-width: 46px;
    height: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: left;
    margin-top: 3px;
    margin-left: -5px;
}

/* Switch 1 Specific Styles Start */

.box_1[b-zd4w0hhi6w] {
}

input[type="checkbox"].switch_1[b-zd4w0hhi6w] {
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 46px;
    height: 18px;
    background: #ddd;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    box-shadow: 0px 5px 5px grey;
}

    input[type="checkbox"].switch_1:checked[b-zd4w0hhi6w] {
        background: #3076bc;
    }

    input[type="checkbox"].switch_1[b-zd4w0hhi6w]:after {
        position: absolute;
        content: "";
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        background: #fff;
        -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
        box-shadow: 0 0 .25em rgba(0,0,0,.3);
        -webkit-transform: scale(.7);
        transform: scale(.7);
        left: 0;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    input[type="checkbox"].switch_1:checked[b-zd4w0hhi6w]:after {
        left: calc(100% - 1.5em);
    }

/* Switch 1 Specific Style End */


/* Switch 2 Specific Style Start */

.box_2[b-zd4w0hhi6w] {
    background: #666;
}

input[type="checkbox"].switch_2[b-zd4w0hhi6w] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100px;
    height: 8px;
    background: #444;
    border-radius: 5px;
    position: relative;
    outline: 0;
    cursor: pointer;
}

    input[type="checkbox"].switch_2[b-zd4w0hhi6w]:before,
    input[type="checkbox"].switch_2[b-zd4w0hhi6w]:after {
        position: absolute;
        content: "";
        -webkit-transition: all .25s;
        transition: all .25s;
    }

    input[type="checkbox"].switch_2[b-zd4w0hhi6w]:before {
        width: 40px;
        height: 40px;
        background: #ccc;
        border: 5px solid #666;
        border-radius: 50%;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    input[type="checkbox"].switch_2[b-zd4w0hhi6w]:after {
        width: 30px;
        height: 30px;
        background: #666;
        border-radius: 50%;
        top: 50%;
        left: 10px;
        -webkit-transform: scale(1) translateY(-50%);
        transform: scale(1) translateY(-50%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    input[type="checkbox"].switch_2:checked[b-zd4w0hhi6w]:before {
        left: calc(100% - 35px);
    }

    input[type="checkbox"].switch_2:checked[b-zd4w0hhi6w]:after {
        left: 75px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

/* Switch 2 Specific Style End */


/* Switch 3 Specific Style Start */

.box_3[b-zd4w0hhi6w] {
    background: #19232b;
}

.toggle_switch[b-zd4w0hhi6w] {
    width: 100px;
    height: 45px;
    position: relative;
}

input[type="checkbox"].switch_3[b-zd4w0hhi6w] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: 0;
    z-index: 1;
}

svg.checkbox .outer-ring[b-zd4w0hhi6w] {
    stroke-dasharray: 375;
    stroke-dashoffset: 375;
    -webkit-animation: resetRing .35s ease-in-out forwards;
    animation: resetRing-b-zd4w0hhi6w .35s ease-in-out forwards;
}

input[type="checkbox"].switch_3:checked + svg.checkbox .outer-ring[b-zd4w0hhi6w] {
    -webkit-animation: animateRing .35s ease-in-out forwards;
    animation: animateRing-b-zd4w0hhi6w .35s ease-in-out forwards;
}

input[type="checkbox"].switch_3:checked + svg.checkbox .is_checked[b-zd4w0hhi6w] {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
}

input[type="checkbox"].switch_3:checked + svg.checkbox .is_unchecked[b-zd4w0hhi6w] {
    opacity: 0;
    -webkit-transform: translateX(-200%) rotate(180deg);
    transform: translateX(-200%) rotate(180deg);
}


svg.checkbox[b-zd4w0hhi6w] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    svg.checkbox .is_checked[b-zd4w0hhi6w] {
        opacity: 0;
        fill: yellow;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: translateX(200%) rotate(45deg);
        transform: translateX(200%) rotate(45deg);
        -webkit-transition: all .35s;
        transition: all .35s;
    }

    svg.checkbox .is_unchecked[b-zd4w0hhi6w] {
        opacity: 1;
        fill: #fff;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
        -webkit-transition: all .35s;
        transition: all .35s;
    }

@-webkit-keyframes animateRing {
    to {
        stroke-dashoffset: 0;
        stroke: #b0aa28;
    }
}

@keyframes animateRing-b-zd4w0hhi6w {
    to {
        stroke-dashoffset: 0;
        stroke: #b0aa28;
    }
}

@-webkit-keyframes resetRing {
    to {
        stroke-dashoffset: 0;
        stroke: #233043;
    }
}

@keyframes resetRing-b-zd4w0hhi6w {
    to {
        stroke-dashoffset: 0;
        stroke: #233043;
    }
}

/* Switch 3 Specific Style End */


/* Switch 4 Specific Style Start */

.box_4[b-zd4w0hhi6w] {
    background: #eee;
}

.input_wrapper[b-zd4w0hhi6w] {
    width: 80px;
    height: 40px;
    position: relative;
    cursor: pointer;
}

    .input_wrapper input[type="checkbox"][b-zd4w0hhi6w] {
        width: 80px;
        height: 40px;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #315e7f;
        border-radius: 2px;
        position: relative;
        outline: 0;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

        .input_wrapper input[type="checkbox"][b-zd4w0hhi6w]:after {
            position: absolute;
            content: "";
            top: 3px;
            left: 3px;
            width: 34px;
            height: 34px;
            background: #dfeaec;
            z-index: 2;
            border-radius: 2px;
            -webkit-transition: all .35s;
            transition: all .35s;
        }

    .input_wrapper svg[b-zd4w0hhi6w] {
        position: absolute;
        top: 50%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        fill: #fff;
        -webkit-transition: all .35s;
        transition: all .35s;
        z-index: 1;
    }

    .input_wrapper .is_checked[b-zd4w0hhi6w] {
        width: 18px;
        left: 18%;
        -webkit-transform: translateX(190%) translateY(-30%) scale(0);
        transform: translateX(190%) translateY(-30%) scale(0);
    }

    .input_wrapper .is_unchecked[b-zd4w0hhi6w] {
        width: 15px;
        right: 10%;
        -webkit-transform: translateX(0) translateY(-30%) scale(1);
        transform: translateX(0) translateY(-30%) scale(1);
    }

    /* Checked State */
    .input_wrapper input[type="checkbox"]:checked[b-zd4w0hhi6w] {
        background: #23da87;
    }

        .input_wrapper input[type="checkbox"]:checked[b-zd4w0hhi6w]:after {
            left: calc(100% - 37px);
        }

        .input_wrapper input[type="checkbox"]:checked + .is_checked[b-zd4w0hhi6w] {
            -webkit-transform: translateX(0) translateY(-30%) scale(1);
            transform: translateX(0) translateY(-30%) scale(1);
        }

        .input_wrapper input[type="checkbox"]:checked ~ .is_unchecked[b-zd4w0hhi6w] {
            -webkit-transform: translateX(-190%) translateY(-30%) scale(0);
            transform: translateX(-190%) translateY(-30%) scale(0);
        }

/* Switch 4 Specific Style End */
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-f2t631tptm] {
    position: relative;
    display: flex;
    flex-direction: row;
}

main[b-f2t631tptm] {
    flex: 1;
}

.sidebar[b-f2t631tptm] {
    background-image: linear-gradient(180deg, rgba(0,0,0,0.4));
}

.bodyContent[b-f2t631tptm] {
    background-color: #F8F8F8;
}

.logoText[b-f2t631tptm] {
    font-size: 12px;
    color: white;
    align-content: flex-start !important;
}

.login[b-f2t631tptm]{
    color : white
}

.top-row[b-f2t631tptm] {
    background-image: linear-gradient(36deg,#01011c 0%, rgb(5 60 150) 70%);
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-f2t631tptm]  a, .top-row .btn-link[b-f2t631tptm] {
        white-space: nowrap;
    }

.top-row a:first-child[b-f2t631tptm] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

ul[b-f2t631tptm] {
    display: flex;
    gap: 3px;
    list-style-type: none;
    align-items: center;
    margin-left: 60% !important;
}
/*#manage {
    margin-left: 60% !important;
}
#logoutForm {
    margin-left: 90% !important;
}
#login {
    margin-left: 90% !important;
}*/
@media (max-width: 100%) {
    .top-row:not(.auth)[b-f2t631tptm] {
        display: none;
    }

    .top-row.auth[b-f2t631tptm] {
        justify-content: space-between;
    }

    .top-row a[b-f2t631tptm], .top-row .btn-link[b-f2t631tptm] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-f2t631tptm] {
        flex-direction: row;
    }

    .sidebar[b-f2t631tptm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-f2t631tptm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

   /* .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7bd9oxt0x4] {
    background-color: red;
}

.top-row[b-7bd9oxt0x4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7bd9oxt0x4] {
    font-size: 1.1rem;
}

.oi[b-7bd9oxt0x4] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-7bd9oxt0x4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7bd9oxt0x4] {
        padding-top: 0.5rem;
    }

    .nav-item:last-of-type[b-7bd9oxt0x4] {
        padding-bottom: 0.5rem;
    }

    .nav-item[b-7bd9oxt0x4]  a {
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-7bd9oxt0x4]  a.active {
    background-color: rgba(255,255,255,0.25) !important;
    color: blue !important;
}

.nav-item[b-7bd9oxt0x4]  a:hover {
     background-color: rgba(255,255,255,0.1) !important;
     color: blue !important;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7bd9oxt0x4] {
        display: none;
    }

    .collapse[b-7bd9oxt0x4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
