/* /Components/Bcode-usedPop .razor.rz.scp.css */
.backdrop[b-eljd4m850i] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 10000;
}
.main[b-eljd4m850i] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    left: 50%;
    top: 40%;
    background: var(--bg);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 25px 70px black;
    z-index: 10001;
    width: min(680px, calc(100vw - 24px));
    transform: translate(-50%, -50%);
    color: var(--fg);
}
.title[b-eljd4m850i] {
    font-size: 40px;
    font-weight: bold;
}
.desc[b-eljd4m850i] {
    font-size: 20px;
    font-weight: normal;
}
.btn1[b-eljd4m850i]{
    position: fixed;
    background: none;
    border: none;
    outline: none;
    top: 5px;
    right: 5px;
    width: 30px;
    fill: var(--fg);
}

    .btn1:hover[b-eljd4m850i] {
        fill: red;
    }
.btn[b-eljd4m850i] {
    background: var(--primary);
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 5px;
    font-size: 20px;
    color: var(--fg);
    margin-top: 20px;
    box-shadow: 0 4px 12px black;
}

    .btn:hover[b-eljd4m850i] {
        box-shadow: none;
        filter: brightness(0.7);
    }
/* /Components/BcodePop.razor.rz.scp.css */
.backdrop[b-2mkmst6qr0] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 10000;
}
.main[b-2mkmst6qr0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    left: 50%;
    top: 40%;
    background: var(--bg);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 25px 70px black;
    z-index: 10001;
    width: min(680px, calc(100vw - 24px));
    transform: translate(-50%, -50%);
    color: var(--fg);
}
.title[b-2mkmst6qr0] {
    font-size: 40px;
    font-weight: bold;
}
.desc[b-2mkmst6qr0] {
    font-size: 20px;
    font-weight: normal;
}
.btn1[b-2mkmst6qr0]{
    position: fixed;
    background: none;
    border: none;
    outline: none;
    top: 5px;
    right: 5px;
    width: 30px;
    fill: var(--fg);
}

    .btn1:hover[b-2mkmst6qr0] {
        fill: red;
    }
.btn[b-2mkmst6qr0] {
    background: var(--primary);
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 5px;
    font-size: 20px;
    color: var(--fg);
    margin-top: 20px;
    box-shadow: 0 4px 12px black;
}

    .btn:hover[b-2mkmst6qr0] {
        box-shadow: none;
        filter: brightness(0.7);
    }
/* /Components/DeletallPop.razor.rz.scp.css */
.backdrop[b-pcammx1d81] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 10000;
}
.main[b-pcammx1d81] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    left: 50%;
    top: 40%;
    background: var(--bg);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 25px 70px black;
    z-index: 10001;
    width: min(680px, calc(100vw - 24px));
    transform: translate(-50%, -50%);
    color: var(--fg);
}
.title[b-pcammx1d81] {
    font-size: 40px;
    font-weight: bold;
}
.desc[b-pcammx1d81] {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}
.btn1[b-pcammx1d81]{
    position: fixed;
    background: none;
    border: none;
    outline: none;
    top: 5px;
    right: 5px;
    width: 30px;
    fill: var(--fg);
}

    .btn1:hover[b-pcammx1d81] {
        fill: red;
    }
.btn[b-pcammx1d81] {
    background: var(--primary);
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 5px;
    font-size: 20px;
    color: var(--fg);
    margin-top: 20px;
    box-shadow: 0 4px 12px black;
}

    .btn:hover[b-pcammx1d81] {
        box-shadow: none;
        filter: brightness(0.7);
    }
/* /Components/ExportPop.razor.rz.scp.css */
.backdrop[b-czpc4k0sx0] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 10000;
}
.main[b-czpc4k0sx0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    left: 50%;
    top: 40%;
    background: var(--bg);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 25px 70px black;
    z-index: 10001;
    width: min(680px, calc(100vw - 24px));
    transform: translate(-50%, -50%);
    color: var(--fg);
}
.title[b-czpc4k0sx0]{
    font-size: 40px;
    font-weight: bold;
}
.btn2[b-czpc4k0sx0]{
    position: fixed;
    background: none;
    border: none;
    outline: none;
    top: 5px;
    right: 5px;
    width: 30px;
    fill: var(--fg);
}
.btn2:hover[b-czpc4k0sx0]{
    fill: red;
}
.div-inp[b-czpc4k0sx0]{
    flex: 1;
    display: flex;
    flex-direction: row;
    padding: 5px;
    background: var(--inp);
    border-radius: 10px;
    margin-top: 5px;
    width: 80%;
    gap: 10px;
}
.div-inp.error[b-czpc4k0sx0]{
    border: 2px solid red;
}
.inp[b-czpc4k0sx0]{
    background: none;
    outline: none;
    border: none;
    color: var(--fg);
    flex: 1;
}
.svg[b-czpc4k0sx0]{
    width: 30px;
    fill: var(--fg);
}
.btn[b-czpc4k0sx0]{
    background: none;
    width: 50px;
    outline: none;
    border: none;
    fill: var(--fg);
}
.desc[b-czpc4k0sx0]{
    font-size: 20px;
}
.warning[b-czpc4k0sx0]{
    font-size: 18px;
    color: red;
    margin-top: 20px;
}
.btn1[b-czpc4k0sx0]{
    background: var(--primary);
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 5px;
    font-size: 20px;
    color: var(--fg);
    margin-top: 20px;
    box-shadow: 0 4px 12px black;
}
    .btn1:hover[b-czpc4k0sx0] {
        box-shadow: none;
        filter: brightness(0.7);
    }
/* /Components/ImportPop.razor.rz.scp.css */
.backdrop[b-bg8p4tv5vi] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 10000;
}
.page[b-bg8p4tv5vi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    left: 50%;
    top: 40%;
    background: var(--bg);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 25px 70px black;
    z-index: 10001;
    width: min(680px, calc(100vw - 24px));
    transform: translate(-50%, -50%);
}
.btn1[b-bg8p4tv5vi]{
    background: none;
    fill: var(--fg);
    width: 35px;
    border: none;
    position: fixed;
    align-self: end;
}
.title[b-bg8p4tv5vi]{
    color: var(--fg);
    font-size: 30px;
}
[b-bg8p4tv5vi] .file-input {
    position: absolute;
    opacity: 0;
    width: 400px;
    height: 200px;
    cursor: pointer;
    border-radius: 10px;
}
.btn-upload[b-bg8p4tv5vi]{
    border-radius: 10px;
    border: none;
    outline: none;
    padding: 5px;
    color: var(--fg);
    background: var(--main);
    font-size: 18px;
    margin-top: 10px;
    cursor: pointer;
}
    .btn-upload:hover[b-bg8p4tv5vi] {
        filter: brightness(0.7);
    }
.Dropzone[b-bg8p4tv5vi] {
    display: flex;
    border-radius: 10px;
    border: 3px dashed var(--border);
    width: 400px;
    height: 200px;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
    .Dropzone.drag-over[b-bg8p4tv5vi] {
        border-color: var(--primary);
    }
    .svg[b-bg8p4tv5vi] {
        width: 60px;
        fill: var(--fg);
        pointer-events: none;
    }
.btn[b-bg8p4tv5vi] {
    border-radius: 10px;
    background: var(--primary);
    margin-top: 20px;
    color: var(--fg);
    font-size: 20px;
    box-shadow: 0 4px 12px black;
}
        .btn:hover[b-bg8p4tv5vi] {
            filter: brightness(0.7);
        }
        .btn1:hover[b-bg8p4tv5vi]{
            fill: red;
        }
.combo[b-bg8p4tv5vi] {
    padding: 5px;
    font-size: 18px;
    border-radius: 9px;
    background: var(--main);
    color: var(--fg);
    border: 2px solid var(--main);
    outline: none;
}
.panel[b-bg8p4tv5vi]{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}
.Dropzone.hover[b-bg8p4tv5vi] {
    border-color: var(--primary);
}
.desc[b-bg8p4tv5vi]{
    color: var(--fg);
    font-size: 20px;
}
.spinner[b-bg8p4tv5vi] {
    margin-top: 10px;
    display: flex;
    align-self: center;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: 5px solid var(--bg);
    border-top-color: var(--primary);
    animation: authspin 0.8s linear infinite;
}
/* /Components/PWGenPop.razor.rz.scp.css */
.backdrop[b-ntblkxj8zl] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 10000;
}
.page[b-ntblkxj8zl] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(680px, calc(100vw - 24px));
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--bg);
    border: 3px solid var(--border);
    border-radius: 14px;
    box-shadow: 0 25px 70px black;
    padding: 20px;
    gap: 10px;
    z-index: 10001;
}
.btn1[b-ntblkxj8zl]{
    width: 35px;
    background: none;
    border: none;
    fill: var(--fg);
    margin-left: auto;
    justify-self: end;
}
.btn1:hover[b-ntblkxj8zl]{
    fill: red;
}
.title[b-ntblkxj8zl]{
    color: var(--fg);
    font-size: 30px;
    font-weight: bold;
}
.div-title[b-ntblkxj8zl]{
    display: flex;
}
.top[b-ntblkxj8zl] {
    background: var(--inp);
    border-radius: 10px;
    border: 3px solid var(--main);
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}
.inp[b-ntblkxj8zl]{

    background: none;
    outline: none;
    border: none;
    color: var(--fg);
    font-size: 18px;
    width: 100%;
}
.btn2[b-ntblkxj8zl]{
    background: var(--main);
    fill: var(--fg);
    width: 40px;
    border: none;
    height: 40px;
    border-radius: 10px 0 0px 10px;
    border-right: 2px solid var(--fg);
    padding: 4px;
}
.btn3[b-ntblkxj8zl] {
    background: var(--main);
    fill: var(--fg);
    width: 40px;
    border: none;
    height: 40px;
    border-radius: 0px 0px 0 0;
    padding: 4px;
}
.slieder-div[b-ntblkxj8zl]{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.slieder-txt[b-ntblkxj8zl]{
    color: var(--fg);
    font-size: 20px;
}
.slider[b-ntblkxj8zl] {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 10px;
    height: 10px;
    align-self: center;
}
.options[b-ntblkxj8zl]{
    display: flex;
    flex-direction: column;
    color: var(--fg);
    gap: 5px;
    font-size: 18px;
    justify-items: center;
}
.btn-ok[b-ntblkxj8zl] {
    border-radius: 10px;
    background: var(--primary);
    border: none;
    outline: none;
    color: var(--fg);
    font-size: 20px;
    padding: 5px;
    box-shadow: 0px 5px 8px black;
    margin-top: 10px;
}
    .btn-ok:hover[b-ntblkxj8zl] {
        box-shadow: none;
        filter: brightness(0.7);
    }
.slider[b-ntblkxj8zl]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: red;
    border: 2px solid #3b82f6;
    cursor: pointer;
    margin-top: -6px;
}
.slider[b-ntblkxj8zl]::-moz-range-track {
    height: 10px;
    border-radius: 10px;
    background: var(--main);
}
.slider[b-ntblkxj8zl]::-moz-range-progress {
    height: 10px;
    border-radius: 10px;
    background: var(--primary);
}

/* Firefox Thumb */
.slider[b-ntblkxj8zl]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--main);
    border: 2px solid var(--border);
    cursor: pointer;
}
/* /Components/PWPop.razor.rz.scp.css */
.backdrop[b-bvwtp0h89j] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 10000;
}
.main[b-bvwtp0h89j] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(680px, calc(100vw - 24px));
    border-radius: 14px;
    border: 3px solid var(--border);
    background: var(--bg);
    z-index: 10001;
    box-shadow: 0 25px 70px black;
    color: var(--fg);
    padding: 20px;
    gap: 10px;
}
.btn1[b-bvwtp0h89j]{
    background: var(--primary);
    border-radius: 10px;
    color: var(--fg);
    border: none;
    font-size: 20px;
    padding: 5px;
    margin-top: 20px;
}
.div[b-bvwtp0h89j]{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    background: var(--inp);
    border-radius: 10px;
    padding: 5px;
}
.inp[b-bvwtp0h89j]{
    flex:1;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    Color: var(--fg);
    font-size: 18px;
}
.btn[b-bvwtp0h89j]{
    width: auto;
    height: auto;
    border: none;
    outline: none;
}
.svg[b-bvwtp0h89j]{
    width: 30px;
    fill: none;
    stroke: var(--fg);
}
.title[b-bvwtp0h89j]{
    font-size: 30px;
    align-self: center;
    font-weight: bold;
}
.desc[b-bvwtp0h89j] {
    font-size: 20px;
    align-self: center;
}
.btn2[b-bvwtp0h89j] {
    border: none;
    background: none;
    width: 30px;
    position: fixed;
    top: 10px;
    right: 10px;
    fill: var(--fg);
}
.error[b-bvwtp0h89j] {
    color: red;
}
.btn2:hover[b-bvwtp0h89j]{
    fill: red;
}
.spinner[b-bvwtp0h89j] {
    margin-top: 30px;
    display: flex;
    align-self: center;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: 5px solid var(--bg);
    border-top-color: var(--primary);
    animation: authspin 0.8s linear infinite;
}
/* /Components/PWPop_1.razor.rz.scp.css */
.backdrop[b-rb7fjnagzk] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 10000;
}
.main[b-rb7fjnagzk] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(680px, calc(100vw - 24px));
    border-radius: 14px;
    border: 3px solid var(--border);
    background: var(--bg);
    z-index: 10001;
    box-shadow: 0 25px 70px black;
    color: var(--fg);
    padding: 20px;
    gap: 10px;
}
.btn1[b-rb7fjnagzk]{
    background: var(--primary);
    border-radius: 10px;
    color: var(--fg);
    border: none;
    font-size: 20px;
    padding: 5px;
    margin-top: 20px;
}
.div[b-rb7fjnagzk]{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    background: var(--inp);
    border-radius: 10px;
    padding: 5px;
}
.inp[b-rb7fjnagzk]{
    flex:1;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    Color: var(--fg);
    font-size: 18px;
}
.btn[b-rb7fjnagzk]{
    width: auto;
    height: auto;
    border: none;
    outline: none;
}
.svg[b-rb7fjnagzk]{
    width: 30px;
    fill: none;
    stroke: var(--fg);
}
.title[b-rb7fjnagzk]{
    font-size: 30px;
    align-self: center;
    font-weight: bold;
}
.desc[b-rb7fjnagzk] {
    font-size: 20px;
    align-self: center;
}
.btn2[b-rb7fjnagzk] {
    border: none;
    background: none;
    width: 30px;
    position: fixed;
    top: 10px;
    right: 10px;
    fill: var(--fg);
}
.error[b-rb7fjnagzk] {
    color: red;
}
.btn2:hover[b-rb7fjnagzk]{
    fill: red;
}
.spinner[b-rb7fjnagzk] {
    margin-top: 30px;
    display: flex;
    align-self: center;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: 5px solid var(--bg);
    border-top-color: var(--primary);
    animation: authspin 0.8s linear infinite;
}
/* /Components/PWPop_2.razor.rz.scp.css */
.backdrop[b-8549pedkyh] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 10000;
}
.main[b-8549pedkyh] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(680px, calc(100vw - 24px));
    border-radius: 14px;
    border: 3px solid var(--border);
    background: var(--bg);
    z-index: 10001;
    box-shadow: 0 25px 70px black;
    color: var(--fg);
    padding: 20px;
    gap: 10px;
}
.btn1[b-8549pedkyh]{
    background: var(--primary);
    border-radius: 10px;
    color: var(--fg);
    border: none;
    font-size: 20px;
    padding: 5px;
    margin-top: 20px;
}
.div[b-8549pedkyh]{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    background: var(--inp);
    border-radius: 10px;
    padding: 5px;
}
.inp[b-8549pedkyh]{
    flex:1;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    Color: var(--fg);
    font-size: 18px;
}
.btn[b-8549pedkyh]{
    width: auto;
    height: auto;
    border: none;
    outline: none;
}
.svg[b-8549pedkyh]{
    width: 30px;
    fill: none;
    stroke: var(--fg);
}
.title[b-8549pedkyh]{
    font-size: 30px;
    align-self: center;
    font-weight: bold;
}
.desc[b-8549pedkyh] {
    font-size: 20px;
    align-self: center;
}
.btn2[b-8549pedkyh] {
    border: none;
    background: none;
    width: 30px;
    position: fixed;
    top: 10px;
    right: 10px;
    fill: var(--fg);
}
.error[b-8549pedkyh] {
    color: red;
}
.btn2:hover[b-8549pedkyh]{
    fill: red;
}
.spinner[b-8549pedkyh] {
    margin-top: 30px;
    display: flex;
    align-self: center;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: 5px solid var(--bg);
    border-top-color: var(--primary);
    animation: authspin 0.8s linear infinite;
}
/* /Components/PWreset.razor.rz.scp.css */
.backdrop[b-nxh13hm6na] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 10000;
}
.page[b-nxh13hm6na] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(680px, calc(100vw - 24px));
    border-radius: 14px;
    border: 3px solid var(--border);
    background: var(--bg);
    z-index: 10001;
    box-shadow: 0 25px 70px black;
    color: var(--fg);
    padding: 20px;
    gap: 10px;
}
.title[b-nxh13hm6na] {
    font-size: 30px;
    align-self: center;
    font-weight: bold;
    margin-left: auto;
}

.desc[b-nxh13hm6na] {
    font-size: 20px;
    text-align: center;
}
.inp[b-nxh13hm6na]{
    background: var(--inp);
    border: none;
    border-radius: 10px;
    padding: 5px;
    color: var(--fg);
    font-size: 20px;
    outline: none;
    margin-top: 20px;
}
.btn2[b-nxh13hm6na]{
    background: var(--primary);
    border: none;
    border-radius: 10px;
    padding: 5px;
    font-size: 20px;
    color: var(--fg);
    outline: none;
}
.top[b-nxh13hm6na]{
    display: flex;
    flex-direction: row;
}
.btn1[b-nxh13hm6na]{
    background: none;
    border: none;
    outline: none;
    fill: var(--fg);
    width: 30px;
    margin-left: auto;
}
.btn1:hover[b-nxh13hm6na]{
    fill: red;
}
.spinner[b-nxh13hm6na] {
    margin-top: 30px;
    display: flex;
    align-self: center;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: 5px solid var(--bg);
    border-top-color: var(--primary);
    animation: authspin 0.8s linear infinite;
}
/* /Components/Session-Pop.razor.rz.scp.css */
.backdrop[b-dw4tpyazzv] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 10000;
}
.page[b-dw4tpyazzv] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    max-height: 90vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(680px, calc(100vw - 24px));
    border-radius: 14px;
    border: 3px solid var(--border);
    background: var(--bg);
    z-index: 10001;
    box-shadow: 0 25px 70px black;
    color: var(--fg);
    padding: 20px;
    gap: 10px;
}

.title[b-dw4tpyazzv] {
    font-size: 30px;
    font-weight: bold;
    align-self: center;
}

.desc[b-dw4tpyazzv] {
    font-size: 20px;
    font-weight: normal;
    align-self: center;
    text-align: center;

}

.list[b-dw4tpyazzv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    cursor: pointer;
    gap: 20px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.list-row[b-dw4tpyazzv] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 2px solid var(--border);
    border-radius: 10px;
    padding: 20px;
    width: 100%;
}

.svg[b-dw4tpyazzv] {
    width: 30px;
    fill: var(--fg);
}
.div1[b-dw4tpyazzv]{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.div2[b-dw4tpyazzv] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.active-session[b-dw4tpyazzv] {
    display: none;
}

.list-row.is-current .active-session[b-dw4tpyazzv] {
    display: flex;
    background: var(--main);
    width: auto;
    border-radius: 10px;
    padding: 3px;
    color: var(--primary);
    font-weight: bold;
    font-size: 18px;
    align-self: start;
}

.list-row.is-current[b-dw4tpyazzv] {
    border: 3px solid var(--primary);
    box-shadow: 0px 0px 12px var(--primary);
}

    .list-row.is-current .btn-delete[b-dw4tpyazzv] {
        display: none;
    }

.btn-delete[b-dw4tpyazzv] {
    color: var(--fg);
    align-self: center;
    background: var(--main);
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 5px;
    margin-top: 10px;
}

    .btn-delete:hover[b-dw4tpyazzv] {
        filter: brightness(0.7);
    }

.btn-danger[b-dw4tpyazzv] {
    background: var(--primary);
    border: none;
    border-radius: 10px;
    padding: 5px;
    outline: none;
    color: var(--fg);
    font-size: 20px;
    align-self: center;
}
    .btn-danger:hover[b-dw4tpyazzv] {
        filter: brightness(0.7);
    }
.btn-close[b-dw4tpyazzv] {
    background: none;
    border: none;
    outline: none;
    z-index: 10001;
    position: fixed;
    fill: var(--fg);
    right: 5px;
    top: 5px;
    width: 25px;
}
    .btn-close:hover[b-dw4tpyazzv] {
        fill: red;
    }
/* /Layout/EmptyLayout.razor.rz.scp.css */
.empty-layout[b-au0592u3w3]{
    background: var(--bg);
    color: var(--fg);
}
.error[b-au0592u3w3] {
    padding: 20px;
    z-index: 99999;
    position: fixed;
    right: 0px;
    top: 10px;
    background: rgba(255, 0, 0, 0.5);
    box-shadow: 0 0 12px black;
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    max-width: 400px;
}

.btn-error[b-au0592u3w3] {
    position: fixed;
    right: 0px;
    top: 10px;
    background: none;
    border: none;
    fill: var(--fg);
    width: 30px;
}

.svg-error[b-au0592u3w3] {
    width: 50px;
    fill: var(--fg);
}

.div1-error[b-au0592u3w3] {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.error-title[b-au0592u3w3] {
    color: var(--fg);
    font-size: 20px;
    font-weight: bold;
}

.error-desc[b-au0592u3w3] {
    color: var(--fg);
    font-size: 18px;
}
/* /Layout/EmptyLayout1.razor.rz.scp.css */
.empty-layout[b-lropxk92rd]{
    background: var(--bg);
    color: var(--fg);
}
.error[b-lropxk92rd] {
    padding: 20px;
    z-index: 99999;
    position: fixed;
    right: 0px;
    top: 10px;
    background: rgba(255, 0, 0, 0.5);
    box-shadow: 0 0 12px black;
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    max-width: 400px;
}

.btn-error[b-lropxk92rd] {
    position: fixed;
    right: 0px;
    top: 10px;
    background: none;
    border: none;
    fill: var(--fg);
    width: 30px;
}

.svg-error[b-lropxk92rd] {
    width: 50px;
    fill: var(--fg);
}

.div1-error[b-lropxk92rd] {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.error-title[b-lropxk92rd] {
    color: var(--fg);
    font-size: 20px;
    font-weight: bold;
}

.error-desc[b-lropxk92rd] {
    color: var(--fg);
    font-size: 18px;
}
/* /Layout/MainLayoutWIP.razor.rz.scp.css */
.page[b-6ncg1sbsnf] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: var(--bg);
    justify-content: stretch;
    min-height: 100vh;
}
.top[b-6ncg1sbsnf] {
    background: var(--main);
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 5px 14px rgb(0, 0, 0);
    position: relative;
    z-index: 5;
}
.main[b-6ncg1sbsnf]{
    display: flex;
    align-self: stretch;
    width: 100%;
}
.Logo[b-6ncg1sbsnf] {
    display: flex;
    flex-direction: row;
}
.img[b-6ncg1sbsnf] {
    width: 100px;
}
.btn[b-6ncg1sbsnf] {
    color: var(--fg);
    font-size: 18px;
}

    .btn:hover[b-6ncg1sbsnf] {
        background: var(--primary);
        outline: none;
    }

.div-btn[b-6ncg1sbsnf] {
    display: flex;
    gap: 10px;
    justify-self: stretch;
    margin-left: auto;
    margin-right: 20px;
}
.title[b-6ncg1sbsnf] {
    margin-left: 10px;
    font-size: 40px;
    font-weight: bold;
    color: var(--fg);
    align-self: center;
}
.div[b-6ncg1sbsnf] {
    display: flex;
    flex-direction: row;
    flex: 1;
}
.btn1[b-6ncg1sbsnf]{
    font-size: 18px;
    width: auto;
    background: none;
    border: none;
    color: var(--fg);
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
}
.btn1:hover[b-6ncg1sbsnf] {
    background: var(--primary);
    outline: none;
}
.svg[b-6ncg1sbsnf] {
    width: 20px;
    fill: var(--fg);
    transform: rotate(90deg);
}
.error[b-6ncg1sbsnf] {
    padding: 20px;
    z-index: 99999;
    position: fixed;
    right: 0px;
    top: 10px;
    background: rgba(255, 0, 0, 0.5);
    box-shadow: 0 0 12px black;
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    max-width: 400px;
}
.btn-error[b-6ncg1sbsnf] {
    position: fixed;
    right: 0px;
    top: 10px;
    background: none;
    border: none;
    fill: var(--fg);
    width: 30px;
}
.svg-error[b-6ncg1sbsnf] {
    width: 50px;
    fill: var(--fg);
}
.div1-error[b-6ncg1sbsnf]{
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    padding: 5px;
}
.error-title[b-6ncg1sbsnf]{
    color: var(--fg);
    font-size: 20px;
    font-weight: bold;
}
.error-desc[b-6ncg1sbsnf] {
    color: var(--fg);
    font-size: 18px;
}
.mobile[b-6ncg1sbsnf]{
    display: none;
}
.logout[b-6ncg1sbsnf]{
    display: none;
}
    .logout.open[b-6ncg1sbsnf] {
        z-index: 10001;
        position: fixed;
        padding: 10px;
        display: flex;
        background: var(--main);
        border-radius: 10px;
        box-shadow: 0 4px 12px black;
        right: 10px;
        top: 70px;
        color: var(--fg);
        cursor: pointer;
    }
.logout:hover[b-6ncg1sbsnf]{
    background: var(--primary);
}
.backdrop[b-6ncg1sbsnf]{
    display: none;
}
    .backdrop.open[b-6ncg1sbsnf] {
        display: flex;
        position: fixed;
        inset: 0;
        background: none;
        z-index: 10000;
    }
@media (max-width: 768px) {
    .div-btn[b-6ncg1sbsnf]{
        display: none;
    }
    .title[b-6ncg1sbsnf]{
        font-size: 30px;
    }
    .img[b-6ncg1sbsnf]{
        width: 70px;
        height: 70px;
    }
    .mobile[b-6ncg1sbsnf] {
        position: fixed;
        padding: 10px;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        background: var(--main);
        border-radius: 10px 10px 0 0;
        box-shadow: 0 0 12px black;
    }
    .btn-mobile[b-6ncg1sbsnf] {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        width: 80px;
        stroke-width: 1.2px;
        color: var(--fg);
        font-size: 15px;
        align-items: center;
        background: none;
        border: none;
        outline: none;
        fill: var(--fg);
    }
    .svg-mobile[b-6ncg1sbsnf]{
        width: 40px;
    }
    .svg1-mobile[b-6ncg1sbsnf] {
        width: 40px;
    }
    .btn-mobile.Selected[b-6ncg1sbsnf]{
        fill: var(--primary);
        color: var(--primary);
        font-weight: bold;
    }
    .div[b-6ncg1sbsnf] {
        padding-bottom: 85px;
    }
}
/* /Pages/Login_WIP.razor.rz.scp.css */
.page[b-csey037if0] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    outline: none;
    padding: 10px;
}
.img1[b-csey037if0] {
    margin-top: 50px;
    width: 200px;
    height: 200px;
}
.title[b-csey037if0]{
    font-size: 40px;
    font-weight: bold;
}
.desc[b-csey037if0] {
    font-size: 20px;
    font-weight: normal;
}
.ipt[b-csey037if0] {
    padding: 5px;
    gap: 10px;
    background-color: var(--inp);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
}
.ipt1[b-csey037if0] {
    padding: 5px;
    gap: 10px;
    background-color: var(--inp);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
}
    .ipt.error[b-csey037if0] {
        border: 2px solid red;
    }
.ipt1.error[b-csey037if0] {
    border: 2px solid red;
}
.error1[b-csey037if0]{
    margin-top: -10px;
    font-size: 18px;
    color: red;
}
.img3[b-csey037if0] {
    width: 40px;
    height: 40px;
    fill: var(--fg);
}
.img2[b-csey037if0]{
    width: 40px;
    height: 40px;
    fill: var(--fg);
}
.ipt-pw[b-csey037if0] {
    background: none;
    outline: none;
    border: none;
    color: var(--fg);
    font-size: 20px;
}
.ipt-user[b-csey037if0] {
    background: none;
    outline: none;
    border: none;
    color: var(--fg);
    font-size: 20px;
}
.lostpw[b-csey037if0]{
    color: var(--primary);
    text-align: center;
    background: none;
    border: none;
}
.btn2[b-csey037if0] {
    margin-top: 10px;
    background: var(--primary);
    border-radius: 10px;
    align-self: stretch;
    border: none;
    color: var(--fg);
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    padding: 5px;
    box-shadow: -0px -0px 20px var(--primary),0px 0px 20px var(--bg);
}
    .btn2:hover[b-csey037if0] {
        background: color-mix(in srgb, var(--primary) 80%, black 20%);
        box-shadow: none;
        transition: background .25s ease, box-shadow .25s ease, transform .18s ease;
    }
.btn1[b-csey037if0] {
    background: none;
    border: none;
    width: 40px;
    fill: var(--fg);
}
.pannel[b-csey037if0]{
    display: flex;
    flex-direction:column;
    gap: 15px;
    margin-top: 30px;
}
.spinner[b-csey037if0] {
    margin-top: 10px;
    display: flex;
    align-self: center;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: 5px solid var(--bg);
    border-top-color: var(--primary);
    animation: authspin 0.8s linear infinite;
}
.login-remember-div[b-csey037if0] {
    padding-top: 5px;
    padding-bottom: 5px;
}
.error-div[b-csey037if0] {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    background: var(--inp);
    border-radius: 10px;
    align-items: center;
    padding: 5px;
}
.error-svg[b-csey037if0] {
    width: 52px;
    height: 52px;
    fill: darkred;
}
.error-divtxt[b-csey037if0]{
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}
.error-txt[b-csey037if0]{
    font-size: 20px;
    font-weight: bold;
    color: var(--fg);
    padding: 0px;
    outline: none;
}
.error-desc[b-csey037if0] {
    font-size: 18px;
    color: var(--fg);
    outline: none;
}
/* /Pages/MainWIP.razor.rz.scp.css */
.page[b-p3rs31pf5i] {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 100%;
}
.div1[b-p3rs31pf5i]{
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}
.title[b-p3rs31pf5i] {
    display: flex;
    font-size: 40px;
    font-weight: bold;
    color: var(--fg);
}
.noData[b-p3rs31pf5i]{
    fill: var(--main);
    width: 30%;
    height: 30%;
    align-self: center;
}
.noData-txt[b-p3rs31pf5i] {
    font-size: 25px;
    color: var(--main);
    font-weight: bold;
    align-self: center;
}
.btn[b-p3rs31pf5i] {
    align-self: end;
    align-items: center;
    display: flex;
    height: 50px;
    margin-left: auto;
    margin-right: 7px;
    justify-items: end;
    background: var(--primary);
    border-radius: 10px;
    color: var(--fg);
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 5px 12px black;
}
.btn10[b-p3rs31pf5i] {
    align-self: end;
    align-items: center;
    display: flex;
    height: 50px;
    margin-left: auto;
    margin-right: 7px;
    justify-items: end;
    background: var(--primary);
    border-radius: 10px;
    color: var(--fg);
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 0 10px var(--primary);
}
.svg1[b-p3rs31pf5i]{
    width: 35px;
    fill: var(--fg);
}
.div2[b-p3rs31pf5i]{
    margin-top: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    background: var(--main);
    border-radius: 10px;
    padding: 5px;
    gap: 10px;
    border: 2px solid var(--primary);
    box-shadow: 0px 0px 0px var(--main);
}
.inp[b-p3rs31pf5i]{
    width: 100%;
    background: none;
    border: none;
    outline: none;
    color: var(--fg);
    font-size: 20px;
}
.svg2[b-p3rs31pf5i] {
    width: 40px;
    stroke: var(--fg);
    fill: none;
    stroke-width: 2px;
}
.div3[b-p3rs31pf5i] {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    flex: 1;
    min-height: 0;
    overflow: hidden;
    height: 100dvh;
}
.div4-mobile[b-p3rs31pf5i] {
    padding-top: 0px;
    gap: 3px;
    color: var(--fg);
    display: none;
    flex-direction: column;
    background: var(--bg);
    width: 50%;
    border: 2px solid var(--border);
    border-radius: 10px;
    flex: 1;
    overflow: hidden;

}
.div4[b-p3rs31pf5i] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: var(--fg);
    background: var(--bg);
    border-radius: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}
.div5[b-p3rs31pf5i] {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 50%;
    background: var(--bg);
    border-radius: 10px;
    border: none;
    color: var(--fg);
    font-size: 20px;
}
.div5-mobile[b-p3rs31pf5i] {
    padding: 15px;
    display: none;
    flex-direction: column;
    align-items: start;
    width: 100%;
    flex: 1;
    background: var(--bg);
    border-radius: 10px;
    border: none;
    color: var(--fg);
    font-size: 20px;
}
.title1[b-p3rs31pf5i] {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    max-width: 90%;
}
.div6[b-p3rs31pf5i]{
    display: flex;
    align-self: stretch;
}
.btnclose[b-p3rs31pf5i]{
    margin-left: auto;
    margin-right: 0px;
    align-self: start;
    background: none;
    border: none;
    width: auto;
}
.svgclose:hover[b-p3rs31pf5i]{
    fill: red;
}
.svgclose[b-p3rs31pf5i]{
    width: 25px;
    fill: var(--fg);
}
.div7[b-p3rs31pf5i] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 98%;
}
.title2[b-p3rs31pf5i]{
    margin-top: 10px;
    color: var(--fg);
}
.title3[b-p3rs31pf5i] {
    display: flex;
    align-self: start;
    margin-right: auto;
    margin-top: 10px;
    color: var(--fg);
}
.inp1[b-p3rs31pf5i]{
    color: var(--fg);
    font-size: 18px;
    padding: 5px;
    width: 100%;
    background: var(--inp);
    border: 2px solid var(--main);
    border-radius: 10px;
    outline: none;
}
.div8[b-p3rs31pf5i] {
    display: flex;
    flex-direction: row;
    justify-self: stretch;
    width: 100%;
    gap: 10px;
    margin-top: 20px;
    margin-right: 20px;
}
.btn1[b-p3rs31pf5i] {
    border-radius: 10px;
    padding: 5px;
    color: var(--fg);
    background: var(--main);
    border: none;
    fill: var(--fg);
    width: 150px;
}
.btn2[b-p3rs31pf5i] {
    color: var(--fg);
    border-radius: 10px;
    background: red;
    border: none;
    fill: var(--fg);
    width: 150px;
}
.svg_edit[b-p3rs31pf5i]{
    width: 30px;
}
.div11[b-p3rs31pf5i] {
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    background: var(--inp);
    border: 2px solid var(--main);
}
.div17[b-p3rs31pf5i] {
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    background: var(--inp);
    border: 2px solid var(--main);
}
.btn10[b-p3rs31pf5i]{
    display: none;
}
.inp_pw[b-p3rs31pf5i] {
    flex: 1;
    color: var(--fg);
    background: none;
    border: none;
    outline: none;
    padding: 5px;
}
.btn_show[b-p3rs31pf5i]{
    border-radius: 0 10px 10px 0;
    background: var(--main);
    width: 50px;
    border: none;
    border-left: 2px solid var(--border);
}
.btn_show1[b-p3rs31pf5i] {
    background: var(--main);
    border: none;
    border-radius: 10px 0 0 10px;
}
.btn_show2[b-p3rs31pf5i] {
    background: var(--main);
    border: none;
    border-left: 2px solid var(--border);
    border-radius:0 10px 10px 0;
}
    .btn_show2:hover[b-p3rs31pf5i] {
        filter: brightness(0.8);
    }
    .btn_show1:hover[b-p3rs31pf5i] {
        filter: brightness(0.8);
    }
.div12[b-p3rs31pf5i] {
    display: flex;
    padding-left: 5px;
    border-radius: 10px;
    background: none;
}
.svg_show[b-p3rs31pf5i] {
    width: 35px;
    fill: var(--fg);
}
.btn_show:hover[b-p3rs31pf5i] {
    filter: brightness(0.8);
}
.btn1:hover[b-p3rs31pf5i] {
    filter: brightness(0.7);
}
.btn2:hover[b-p3rs31pf5i] {
    filter: brightness(0.7);
}
.btn:hover[b-p3rs31pf5i] {
    filter: brightness(0.7);
}
.btn6[b-p3rs31pf5i]{
    background: none;
    border: none;
    width: 35px;
    fill: var(--fg);
}
.btn6:hover[b-p3rs31pf5i]{
    fill:red;
}
.svg3[b-p3rs31pf5i] {
    width: 28px;
    align-self: start;
    fill: var(--fg);
    margin-left: 0px;
    margin-top: 0px;
}
.btn7[b-p3rs31pf5i] {
    width: 50px;
    background: var(--main);
    border: none;
    border-radius: 10px;
    fill: none;
    padding-left: 5px;
    padding-right: 5px;
    stroke: var(--border);
    stroke-width: 1.5px;
}
.svg4[b-p3rs31pf5i] {
    margin: 0;
    width: 30px;
}
    .svg4.is-fav[b-p3rs31pf5i] {
        fill: var(--primary);
    }
.div13[b-p3rs31pf5i] {
    display: flex;
    flex-direction: row;
    background: var(--inp);
    border-radius: 10px;
    justify-self: center;
    border: 2px solid var(--main);
}
.inp2[b-p3rs31pf5i] {
    color: var(--fg);
    font-size: 18px;
    padding: 5px;
    width: 100%;
    background: none;
    border: none;
    border-radius: 10px;
    outline: none;
}
.div-list[b-p3rs31pf5i] {
    cursor: pointer;
    padding: 10px;
    margin: 10px 10px 0px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: stretch;
    gap: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--inp);
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 0.2s ease;
    box-shadow: 0px 5px 12px black;
}
.div1-list[b-p3rs31pf5i] {
    display: flex;
    flex-direction: column;
}
.img-list.hide[b-p3rs31pf5i]{
    display: none;
}
.img-list.show[b-p3rs31pf5i] {
    display: block;
}
.img-list[b-p3rs31pf5i] {
    width: 100%;
    max-width 40px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 10px;
    padding:2px;
}
.inz-list[b-p3rs31pf5i]{
    font-weight: bold;
    color: var(--fg);
    font-size: 20px;
    user-select: none;
}
.img-div[b-p3rs31pf5i] {
    background: var(--main);
    width: 45px;
    height: 45px;
    border-radius: 10px;
    border: 2px solid var(--primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.list-name[b-p3rs31pf5i] {
    font-size: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-user[b-p3rs31pf5i] {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-list[b-p3rs31pf5i] {
    justify-self: end;
    margin-left: auto;
    background: none;
    border: none;
    outline: none;
}
.svg-list[b-p3rs31pf5i]{
    fill: var(--fg);
    width: 50px;
    height: 50px;
}
.div-list:hover[b-p3rs31pf5i] {
    box-shadow: none;
}
    .div-list:hover .svg-list[b-p3rs31pf5i] {
        fill: var(--primary);
    }
.div2-list[b-p3rs31pf5i] {
    padding: none;
    background: red;
}
.btn5:hover[b-p3rs31pf5i] {
    filter: brightness(0.7);
}
.btn5[b-p3rs31pf5i] {
    border-radius: 10px;
    padding: 5px;
    color: var(--fg);
    background: var(--primary);
    border: none;
    fill: var(--fg);
    width: 150px;
    margin-left: auto;
    box-shadow: 0 4px 12px black;
}
.div-list.is-selected[b-p3rs31pf5i] {
    background: var(--main);
}
.div14[b-p3rs31pf5i] {
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 10px;
}
.div15[b-p3rs31pf5i] {
    display: flex;
    flex-direction: row;
    background: none;
    gap: 10px;
}
.btn8[b-p3rs31pf5i]{
    display: flex;
    align-items: center;
    outline: none;
    background: var(--main);
    width: 55px;
    border: none;
    border-radius: 10px;
    height: 55px;
    fill: var(--fg);
}
    .btn8:hover[b-p3rs31pf5i] {
        filter: brightness(0.7);
    }
.svg5[b-p3rs31pf5i] {
    width: auto;
    align-self: end;
}
.path[b-p3rs31pf5i] {
}
.svg6[b-p3rs31pf5i] {
    width: 50px;
    align-self: start;
    fill: none;
    stroke: var(--primary);
    margin-left: 20px;
    margin-top: 0px;
}

    .svg6.is-fav[b-p3rs31pf5i] {
        fill: var(--primary);
    }
.pop-div[b-p3rs31pf5i]{
    gap: 50px;
    border: 2px solid var(--border);
    border-radius: 10px;
    margin-top: 20px;
    margin-left: auto;
    display: flex;
    padding: 10px;
    width: 350px;
    flex-direction: row;
    justify-content: center;
}
.pop-div2[b-p3rs31pf5i] {
    display: flex;
    flex-direction: column;
}
.pop-title[b-p3rs31pf5i] {
    color: var(--fg);
    font-size: 25px;
    font-weight: bold;
}
.pop-title1[b-p3rs31pf5i] {
    color: var(--fg);
    font-size: 25px;
    font-weight: bold;
}
.pop-txt1[b-p3rs31pf5i] {
    margin-top: 5px;
    color: var(--fg);
    font-size: 18px;
}
.switch[b-p3rs31pf5i] {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 24px;
}
    .switch input[b-p3rs31pf5i] {
        opacity: 0;
        width: 0;
        height: 0;
    }
.slieder[b-p3rs31pf5i]:before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--bg);
    border-radius: 50%;
    transition: transform .15s ease;
}
.switch input:checked + .slieder[b-p3rs31pf5i] {
    background: var(--primary); /* darkcyan vibe */
    border-color: var(--primary);
}
    .switch input:checked + .slieder[b-p3rs31pf5i]:before {
        transform: translate(22px, -50%);
        background: var(--bg);
    }
.slieder[b-p3rs31pf5i] {
    position: absolute;
    inset: 0;
    background: var(--main);
    border: var(--main);
    border-radius: 999px;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease;
}
.combo[b-p3rs31pf5i] {
    padding: 3px;
    border-radius: 9px;
    background: var(--main);
    color: var(--fg);
    border: 2px solid var(--main);
    outline: none;
}
.btn8.open[b-p3rs31pf5i]{
    background: var(--primary);
}
.btn8.open .svg7[b-p3rs31pf5i] {
    background: var(--primary);
    fill: var(--fg);
}
.svg7.filter[b-p3rs31pf5i]{
    fill: var(--primary);
}
.div3-list[b-p3rs31pf5i]{
    display: flex;
    flex-direction: row;
}
.svg2-list[b-p3rs31pf5i]{
    margin-left: 5px;
    width: 25px;
    fill: none;
    stroke: var(--primary);
}
    .svg2-list.is-fav[b-p3rs31pf5i] {
        fill: var(--primary);
    }
.btn_copy.copy[b-p3rs31pf5i] {
    background: var(--primary);
}
.btn_copy[b-p3rs31pf5i] {
    border-radius: 10px 0 0 10px;
    background: var(--main);
    width: 50px;
    border: none;
}
.btn_copy:hover[b-p3rs31pf5i] {
    filter: brightness(0.8);
}
.svg_copy[b-p3rs31pf5i] {
    width: 30px;
    fill: var(--fg);
}
.div16[b-p3rs31pf5i]{
    margin-right: 5px;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.btn9[b-p3rs31pf5i]{
    align-self: end;
    width:50px;
    height: 50px;
    background: var(--main);
    border: none;
    border-radius: 10px;
    fill: var(--fg);
}
    .btn9:hover[b-p3rs31pf5i] {
        filter: brightness(0.7);
    }

.error[b-p3rs31pf5i] {
    color: red;
}
.div13.error[b-p3rs31pf5i]{
    border: 2px solid red;
}
.div11.error[b-p3rs31pf5i] {
    border: 2px solid red;
}
.div17.error[b-p3rs31pf5i] {
    border: 2px solid red;
}
.btn8-mobile[b-p3rs31pf5i] {
    align-items: center;
    outline: none;
    background: var(--main);
    width: 50px;
    border: none;
    border-radius: 10px;
    height: 50px;
    fill: var(--fg);
    display: none;
    box-shadow: 0 0 8px black;
}
.content[b-p3rs31pf5i] {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    padding-bottom: 100px;
}

.pull-indicator[b-p3rs31pf5i] {
    text-align: center;
    padding: 12px;
    color: white;
    opacity: 0.8;
}
.div-selected[b-p3rs31pf5i]{
    display: none;
}
.div-selected.selected[b-p3rs31pf5i] {
    display: flex;
    padding: 10px;
    margin: 10px 10px 0px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: stretch;
    gap: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--inp);
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 0.2s ease;
    box-shadow: 0px 1px 8px black;
    border: 2px solid var(--primary);
}
.div-img-sel[b-p3rs31pf5i] {
    background: var(--main);
    width: 45px;
    height: 45px;
    border-radius: 10px;
    border: 2px solid var(--primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.div-sel-border[b-p3rs31pf5i]{
    display: none;
}
.div-sel-border.selected[b-p3rs31pf5i] {
    display: flex;
    background: var(--main);
    height: 3px;
    width: 80%;
    border-radius: 10px;
    align-self: center;
    margin-top: 25px;
    margin-bottom: 20px;
}
.div-sel-list[b-p3rs31pf5i] {
    font-weight: bold;
    color: var(--fg);
    font-size: 20px;
    user-select: none;
}
@media (max-width: 768px) {
    .page[b-p3rs31pf5i] {
        padding: 0;
        margin: 10px;
    }
    .list-name[b-p3rs31pf5i] {
        max-width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .list-user[b-p3rs31pf5i] {
        max-width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .div3-mobile[b-p3rs31pf5i] {
        display: flex;
    }

    .pop-div[b-p3rs31pf5i] {
        margin-left: auto;
        margin-right: auto;
    }

    .title[b-p3rs31pf5i] {
        font-size: 30px;
        margin-left: 10px;
    }

    .btn[b-p3rs31pf5i] {
        display: none;
    }

    .div16[b-p3rs31pf5i] {
        gap: 0px;
    }

    .btn9[b-p3rs31pf5i] {
        display: none;
    }

    .div14[b-p3rs31pf5i] {
        margin-left: 10px;
    }

    .btn10[b-p3rs31pf5i] {
        display: flex;
        border: none;
        padding: 10px;
        margin-right: 8px;
        box-shadow: 0 0 8px black;
    }

    .title3[b-p3rs31pf5i] {
        margin: 0;
        padding: 0;
        margin-right: auto;
    }

    .btn-list[b-p3rs31pf5i] {
        width: 35px;
        height: 35px;
    }

    .svg-list[b-p3rs31pf5i] {
        width: 30px;
        height: 30px;
    }

    .btn8[b-p3rs31pf5i] {
        display: none;
    }

    .btn10 .btn-txt[b-p3rs31pf5i] {
        display: none;
    }

    .div2[b-p3rs31pf5i] {
        padding: 3px;
    }

    .svg1[b-p3rs31pf5i] {
        display: flex;
    }

    .div3[b-p3rs31pf5i] {
        margin: 0px;
        padding: 0px;
    }

    .title1[b-p3rs31pf5i] {
        margin: 0;
    }

    .svg6[b-p3rs31pf5i] {
        width: 45px;
        margin: 0;
    }

    .div5-mobile[b-p3rs31pf5i] {
        display: flex;
        margin: 0px;
        padding: 0;
    }

    .div6[b-p3rs31pf5i] {
        align-self: stretch;
        justify-content: start;
        margin: 0;
        padding: 0;
    }

    .btnclose[b-p3rs31pf5i] {
        align-self: center;
        margin-left: 0;
        transform: rotate(180deg);
        width: auto;
        height: auto;
        padding: 0;
    }

    .div7[b-p3rs31pf5i] {
        margin: 0;
        padding: 0;
    }

    .svgclose[b-p3rs31pf5i] {
        width: 40px;
        height: 40px;
    }

    .div4[b-p3rs31pf5i] {
        display: none;
        border: none;
        border-radius: 0px;
        border-top: 2px solid var(--border);
        margin: 0px;
        margin-top: 20px;
        padding: 0px;
    }

    .btn2[b-p3rs31pf5i] {
        width: 50px;
        height: 50px;
        margin: 0;
        padding: 0;
        margin-right: 10px;
    }

    .btn1[b-p3rs31pf5i] {
        width: 50px;
        height: 50px;
        margin: 0;
        padding: 0;
    }

    .btn5[b-p3rs31pf5i] {
        width: 50px;
        height: 50px;
        padding: 0;
        margin: 0;
    }

    .div8[b-p3rs31pf5i] {
        margin: 0;
        padding: 0;
        margin-top: 20px;
        justify-content: end;
    }

    .div4-mobile[b-p3rs31pf5i] {
        display: flex;
        border: none;
        border-radius: 0px;
        border-top: none;
        margin: 0px;
        margin-top: 10px;
        padding: 0px;
    }

    .btn8-mobile[b-p3rs31pf5i] {
        display: flex;
    }

    .div2-list[b-p3rs31pf5i] {
        box-shadow: none;
        border: 0.5px solid var(--border);
    }

    .div-list[b-p3rs31pf5i] {
        margin: 10px 0 0 0px;
    }
}
/* /Pages/Mpw_WIP.razor.rz.scp.css */
.page[b-eu6f666fn5] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    outline: none;
}
.img1[b-eu6f666fn5] {
    margin-top: 50px;
    width: 200px;
    height: 200px;
}
.title[b-eu6f666fn5] {
    font-size: 40px;
    font-weight: bold;
}
.desc[b-eu6f666fn5] {
    font-size: 20px;
    font-weight: normal;
    width: 300px;
    text-align: center;
}
.pannel-ipt[b-eu6f666fn5] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 0px;
    border-radius: 0px 10px 10px 10px;
    background-color: var(--inp);
    padding: 5px;
}
.ipt-pw[b-eu6f666fn5] {
    width:100%;
    background: none;
    outline: none;
    border: none;
    color: var(--fg);
    font-size: 20px;
}
.img3[b-eu6f666fn5] {
    width: 40px;
    height: 40px;
    fill: var(--fg);
}
.pannel[b-eu6f666fn5] {
    padding: 10px;
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.btn2[b-eu6f666fn5] {
    margin-top: 30px;
    background: var(--primary);
    border-radius: 10px;
    align-self: stretch;
    border: none;
    color: var(--fg);
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    padding: 5px;
    box-shadow: -0px -0px 20px var(--primary),0px 0px 20px var(--bg);
}

    .btn2:hover[b-eu6f666fn5] {
        background: color-mix(in srgb, var(--primary) 80%, black 20%);
        box-shadow: none;
        transition: background .25s ease, box-shadow .25s ease, transform .18s ease;
    }
.btn3[b-eu6f666fn5] {
    margin-top: 20px;
    background: var(--main);
    border-radius: 10px;
    align-self: stretch;
    border: none;
    color: var(--fg);
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    padding: 5px;
    box-shadow: -0px -0px 20px var(--main),0px 0px 20px var(--bg);
}
.btn3:hover[b-eu6f666fn5] {
    background: color-mix(in srgb, var(--main) 80%, black 20%);
    box-shadow: none;
    transition: background .25s ease, box-shadow .25s ease, transform .18s ease;
}
.btn1[b-eu6f666fn5] {
    background: none;
    border: none;
    width: 40px;
    fill: var(--fg);
}
.error[b-eu6f666fn5]{
    text-align: center;
    color: red;
    margin-top: 5px;
}
.spinner[b-eu6f666fn5] {
    margin-top: 30px;
    display: flex;
    align-self: center;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: 5px solid var(--bg);
    border-top-color: var(--primary);
    animation: authspin 0.8s linear infinite;
}
.user[b-eu6f666fn5] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    background: none;
    border: 4px solid var(--inp);
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    width: auto;
    margin-right: auto;
    font-size: 20px;
    margin-top: 20px;
    padding: 5px;
}
.user svg[b-eu6f666fn5]{
    width: 30px;
    fill: var(--fg);
}
.user-label[b-eu6f666fn5]{
    padding: 5px;
}
.error-div[b-eu6f666fn5] {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    background: var(--inp);
    border-radius: 10px;
    align-items: center;
    padding: 5px;
}

.error-svg[b-eu6f666fn5] {
    width: 52px;
    height: 52px;
    fill: darkred;
}

.error-divtxt[b-eu6f666fn5] {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}

.error-txt[b-eu6f666fn5] {
    font-size: 20px;
    font-weight: bold;
    color: var(--fg);
    padding: 0px;
    outline: none;
}

.error-desc[b-eu6f666fn5] {
    font-size: 18px;
    color: var(--fg);
    outline: none;
}
@media (max-width: 768px) {

    .m_img4[b-eu6f666fn5] {
        width: 60px;
        height: 60px;
        fill: var(--primary);
        align-self: center;
    }
    .m_label[b-eu6f666fn5] {
        color: var(--fg);
        font-size: 20px;
        text-align: center;
        align-self: center;
        cursor: pointer;
    }
}
/* /Pages/New_WIP.razor.rz.scp.css */
.page[b-o3pw6htxj7] {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 600px;
    align-content: center;
    margin-left:auto;
    margin-right: auto;
    outline: none;
}
.rec1[b-o3pw6htxj7]{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    background: var(--main);
    border-radius: 10px;
    width: 80%;
    height: 5px;
    margin-top: 20px;
}
.img1[b-o3pw6htxj7] {
    align-self: center;
    margin-top: 50px;
    width: 200px;
    height: 200px;
}
.title[b-o3pw6htxj7] {
    align-self: center;
    display: flex;
    font-size: 40px;
    font-weight: bold;
}

.desc[b-o3pw6htxj7] {
    align-self: center;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}
.div1[b-o3pw6htxj7]{
    margin-top: 10px;
}
.div-ipt[b-o3pw6htxj7] {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 8px;
    margin-top: 20px;
    border-radius: 10px;
    background-color: var(--inp);
    padding: 5px;
}
.ipt-pw[b-o3pw6htxj7] {
    width: 100%;
    background: none;
    outline: none;
    border: none;
    color: var(--fg);
    font-size: 20px;
}
.img2[b-o3pw6htxj7] {
    width: 40px;
    height: 40px;
    fill: var(--fg);
}
.btn1[b-o3pw6htxj7] {
    background: none;
    border: none;
    width: 40px;
    fill: var(--fg);
}
.btn2[b-o3pw6htxj7] {
    margin-top: 30px;
    background: var(--primary);
    border-radius: 10px;
    align-self: stretch;
    border: none;
    color: var(--fg);
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    padding: 5px;
    box-shadow: -0px -0px 20px var(--primary),0px 0px 20px var(--bg);
}

    .btn2:hover[b-o3pw6htxj7] {
        background: color-mix(in srgb, var(--primary) 80%, black 20%);
        box-shadow: none;
        transition: background .25s ease, box-shadow .25s ease, transform .18s ease;
    }
.btn3[b-o3pw6htxj7] {
    margin-top: 20px;
    background: var(--main);
    border-radius: 10px;
    align-self: stretch;
    border: none;
    color: var(--fg);
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    padding: 5px;
    box-shadow: -0px -0px 20px var(--main),0px 0px 20px var(--bg);
}

    .btn3:hover[b-o3pw6htxj7] {
        background: color-mix(in srgb, var(--main) 80%, black 20%);
        box-shadow: none;
        transition: background .25s ease, box-shadow .25s ease, transform .18s ease;
    }
.div2[b-o3pw6htxj7]  {
    display: flex;
    align-items: center;
    justify-items: center;
    align-self: center;
    border: 3px solid var(--main);
    border-radius: 10px;
    padding: 10px;
    margin-top: 20px;
    gap: 10px;
    font-size: 20px;
}
.spinner[b-o3pw6htxj7] {
    margin-top: 30px;
    display: flex;
    align-self: center;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: 5px solid var(--bg);
    border-top-color: var(--primary);
    animation: authspin 0.8s linear infinite;
}
.error-div[b-o3pw6htxj7] {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    background: var(--inp);
    border-radius: 10px;
    align-items: center;
    padding: 5px;
}

.error-svg[b-o3pw6htxj7] {
    width: 52px;
    height: 52px;
    fill: darkred;
}

.error-divtxt[b-o3pw6htxj7] {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}

.error-txt[b-o3pw6htxj7] {
    font-size: 20px;
    font-weight: bold;
    color: var(--fg);
    padding: 0px;
    outline: none;
}

.error-desc[b-o3pw6htxj7] {
    font-size: 18px;
    color: var(--fg);
    outline: none;
}
/* /Pages/Reset_PW.razor.rz.scp.css */
.page[b-empyj2lad6] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    outline: none;
}
.title[b-empyj2lad6]{
    font-size: 40px;
    font-weight: bold;
}
.inp-div[b-empyj2lad6] {
    padding: 5px;
    margin-top: 20px;
    border-radius: 10px;
    background: var(--inp);
    display: flex;
    flex-direction: row;
    width: 80%;
    gap: 10px;
    max-width: 500px;
}
.error1[b-empyj2lad6]{

}
.svg[b-empyj2lad6]{
    width: 40px;
    fill: var(--fg);
}
.inp[b-empyj2lad6] {
    background: none;
    border: none;
    outline: none;
    color: var(--fg);
    font-size: 18px;
    padding: 5px;
    flex: 1;
}
.inp-div.error[b-empyj2lad6]{
    border: 2px solid red;
}
.btn[b-empyj2lad6] {
    width: 50px;
    background: none;
    border: none;
    fill: var(--fg);
}
.btn1[b-empyj2lad6] {
    background: var(--primary);
    border-radius: 10px;
    align-self: stretch;
    border: none;
    color: var(--fg);
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    padding: 5px;
    box-shadow: -0px -0px 20px var(--primary),0px 0px 20px var(--bg);
}
.btn1:hover[b-empyj2lad6] {
    filter: brightness(0.8);
}
.btn2[b-empyj2lad6] {
    background: var(--main);
    border-radius: 10px;
    align-self: stretch;
    border: none;
    color: var(--fg);
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    padding: 5px;
    box-shadow: -0px -0px 20px var(--main),0px 0px 20px var(--bg);
}
    .btn2:hover[b-empyj2lad6] {
        filter: brightness(0.8);
    }
.div-btn[b-empyj2lad6] {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
    max-width: 500px;
}
/* /Pages/SettingsWIP.razor.rz.scp.css */
.page[b-fmxypogsqc] {
    display: flex;
    flex-direction: column;
    padding: 10px;
    color: var(--fg);
    width: 100%;
    outline: none;
}
.title[b-fmxypogsqc] {
    display: flex;
    font-size: 40px;
    font-weight: bold;
    color: var(--fg);
}
.account[b-fmxypogsqc] {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.div1[b-fmxypogsqc] {
    display: flex;
    flex-direction: column;
    background: var(--main);
    border-radius: 10px;
    box-shadow: 0 0 12px black;
    gap: 10px;
    margin:10px;
}
.div2[b-fmxypogsqc]{
    padding: 15px;
    font-size: 20px;
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}
.txt1[b-fmxypogsqc]{
    width: 150px;
    font-weight: bold;
    text-align: end;
}
.inp1[b-fmxypogsqc] {
    display: flex;
    color: var(--fg);
    padding: 10px;
    background: var(--inp);
    border-radius: 10px;
    border: none;
    outline: none;
    flex: 1;
}
.btn1[b-fmxypogsqc] {
    background: var(--primary);
    border-radius: 10px;
    fill: var(--fg);
    padding: 5px;
    border: none;
    color: var(--fg);
}
.btn1:hover[b-fmxypogsqc] {
    filter: brightness(0.7);
}
.btn1 svg[b-fmxypogsqc]{
    width: 25px;
}
.btn2[b-fmxypogsqc] {
    display: flex;
    background: red;
    border-radius: 10px;
    border: none;
    color: var(--fg);
    fill: var(--fg);
    align-items: center;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    width: 250px;
    justify-content: center;
    box-shadow: 0 0 8px black;
}
    .btn2:hover[b-fmxypogsqc] {
        filter: brightness(0.7);
    }
.btn2 svg[b-fmxypogsqc] {
    width: 30px;
}
.div5[b-fmxypogsqc]{
    display: flex;
    flex-direction: row;
    padding: 15px;
    align-items: center;
    gap: 20px;
}
.txt2[b-fmxypogsqc]{
    font-size: 20px;
    background: var(--inp);
    border-radius: 10px;
    padding: 10px;
}
.div3[b-fmxypogsqc]{
    display: flex;
    flex-direction: row;
}
.security[b-fmxypogsqc] {
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 50%;
}
.div19[b-fmxypogsqc] {
    display: flex;
    padding: 10px;
    align-items: center;
    cursor: pointer;
}

    .div19:hover svg[b-fmxypogsqc] {
        fill: var(--primary);
    }

    .div19 label[b-fmxypogsqc] {
        font-size: 20px;
        font-weight: normal;
        font-weight: bold;
    }

    .div19 button[b-fmxypogsqc] {
        margin-left: auto;
    }
.div4[b-fmxypogsqc] {
    display: flex;
    padding: 10px;
    align-items: center;
}
.div4 label[b-fmxypogsqc]{
    font-size: 20px;
}
    .div4 button[b-fmxypogsqc] {
        margin-left: auto;
    }
.btn3[b-fmxypogsqc]{
    background: none;
    border: none;
    width: 40px;
    fill: var(--fg);
}
.div10[b-fmxypogsqc]{
    border: 1px solid var(--border);
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;
}
.bcodes[b-fmxypogsqc] {
    display: flex;
    background: none;
    color: var(--primary);
    font-size: 18px;
    border: none;
    outline: none;
    margin-right: auto;
    cursor: pointer;
}
.bcodes:hover[b-fmxypogsqc]{
    filter: brightness(0.7);
}
.div20[b-fmxypogsqc]{
    display: flex;
    flex-direction: column;
    align-self: start;
}
.combo[b-fmxypogsqc] {
    margin-left: auto;
    padding: 5px;
    font-size: 18px;
    border-radius: 9px;
    background: var(--main);
    color: var(--fg);
    border: 2px solid var(--main);
    outline: none;
    box-shadow: 0 0 8px black;
}
.switch[b-fmxypogsqc] {
    margin-left: auto;
    position: relative;
    display: inline-block;
    width: 70px;
    height: 35px;
}
    .switch input[b-fmxypogsqc] {
        opacity: 0;
        width: 0;
        height: 0;
    }
.slieder[b-fmxypogsqc] {
    position: absolute;
    inset: 0;
    background: var(--inp);
    border: var(--inp);
    border-radius: 999px;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease;
}
    .slieder[b-fmxypogsqc]:before {
        content: "";
        position: absolute;
        height: 25px;
        width: 25px;
        left: 2px;
        top: 50%;
        transform: translateY(-50%);
        background: var(--bg);
        border-radius: 50%;
        transition: transform .15s ease;
    }
.switch input:checked + .slieder[b-fmxypogsqc] {
    background: var(--primary);
    border-color: var(--primary);
}
.switch input:checked + .slieder[b-fmxypogsqc]:before {
    transform: translate(40px, -50%);
    background: var(--bg);
}
.theme[b-fmxypogsqc] {
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 50%;
}
.svg2[b-fmxypogsqc] {
    width: auto;
    background: gray;
    border-radius: 10px;
    padding: 15%;
    fill: yellow;
    box-shadow: 0 0 8px black;
    margin: 10%;
}
.div18[b-fmxypogsqc]{
    gap: 10px;
    display: flex;
    flex-direction: row;
    justify-items: stretch;
    width: 100%;
}
.svg3[b-fmxypogsqc] {
    width: auto;
    background: gray;
    border-radius: 10px;
    padding: 15%;
    fill: lightgray;
    box-shadow: 0 0 8px black;
    aspect-ratio: 1 / 1;
    margin: 10%;
}
.svg4[b-fmxypogsqc] {
    width: auto;
    background: gray;
    border-radius: 10px;
    padding: 15%;
    fill: darkslategray;
    box-shadow: 0 0 8px black;
    aspect-ratio: 1 / 1;
    margin: 10%;
}
.div6[b-fmxypogsqc] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background: var(--main);
    border-radius: 10px;
    box-shadow: 0 0 12px black;
    gap: 10px;
    margin: 10px;
    height: 100%;
    padding: 20px;
}
.div7[b-fmxypogsqc] {
    background: #A5C8C8;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    color: #0d0d0d;
    font-size: 20px;
    align-items: center;
    font-weight: bold;
    width: 50%;
    height: auto;
    justify-content: center;
    box-shadow: 0 0 8px black;
    cursor: pointer;
    aspect-ratio: 1 / 1;
    max-width: 270px;
    min-width: 0px;
}
    .div7:hover[b-fmxypogsqc] {
        filter: brightness(1.2);
        border: 8px solid var(--primary);
    }
.div8[b-fmxypogsqc] {
    background: #4A5454;
    border-radius: 10px;
    padding: 15px;
    font-size: 20px;
    align-items: center;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    width: 50%;
    height: auto;
    justify-content: center;
    cursor: pointer;
    aspect-ratio: 1 / 1;
    max-width: 270px;
    box-shadow: 0 0 8px black;
    min-width: 0px;
}
    .div8:hover[b-fmxypogsqc] {
        filter: brightness(1.2);
        border: 8px solid var(--primary);
    }
.div9[b-fmxypogsqc] {
    background: linear-gradient(230deg, #A5C8C8 50%, #4A5454 50%);
    border-radius: 10px;
    padding: 15px;
    font-size: 20px;
    align-items: center;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    max-width: 270px;
    width: 50%;
    height: auto;
    justify-content: center;
    box-shadow: 0 0 8px black;
    cursor: pointer;
    aspect-ratio: 1 / 1;
    min-width: 0px;
}
.txt4[b-fmxypogsqc] {
    cursor: pointer;
    font-weight: normal;
}
.txt5[b-fmxypogsqc] {
    cursor: pointer;
    font-weight: bold;
}
    .div9:hover[b-fmxypogsqc] {
        filter: brightness(1.2);
        border: 8px solid var(--primary);
    }
    .txt3[b-fmxypogsqc]{
        margin-top: 20px;
        background:none;
        text-align:center;
        width: 70px;
    }
.div7.Selected[b-fmxypogsqc] {
    border: 5px solid var(--primary);
}
.div8.Selected[b-fmxypogsqc] {
    border: 5px solid var(--primary);
}
.div9.Selected[b-fmxypogsqc] {
    border: 5px solid var(--primary);
}
.logout-mobile[b-fmxypogsqc]{
    display: none;
}
@media (max-width: 768px){
    .logout-mobile:hover[b-fmxypogsqc] {
        filter: brightness(0.7);
    }
    .logout-mobile[b-fmxypogsqc] {
        display: flex;
        background: var(--inp);
        border: none;
        border-radius: 10px;
        outline: none;
        color: var(--fg);
        padding:10px;
        font-size: 20px;
        box-shadow: 0 0 8px black;
        font-weight: bold;
        gap: 0px;
        margin-left: auto;
    }
    .logout-mobile svg[b-fmxypogsqc]{
        width: 30px;
        fill: var(--fg);
    }
    .btn2[b-fmxypogsqc]{
        padding: 10px;
        gap: 0px;
        width: auto;
    }
    .div3[b-fmxypogsqc] {
        flex-direction: column;
    }
    .security[b-fmxypogsqc]{
        width: 100%;
    }
    .theme[b-fmxypogsqc] {
        width: 100%;
    }
    .div2[b-fmxypogsqc]{
        flex-direction: column;
        align-items: start;
    }
    .div18[b-fmxypogsqc]{
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-self: stretch;
    }
    .txt2[b-fmxypogsqc]{
        display: none;
    }
    .txt4[b-fmxypogsqc]{
        display: none;
    }
    .btn1[b-fmxypogsqc]{
        display: flex;
        justify-content: end;
        margin-left: auto;
    }
    .txt1[b-fmxypogsqc] {
        text-align: start;
    }
}
/* /Pages/TFA_Active.razor.rz.scp.css */
.page[b-9rbl6oh50x] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    outline: none;
    justify-content: center;
}
.title[b-9rbl6oh50x] {
    font-size: 40px;
    font-weight: bold;
}
.desc[b-9rbl6oh50x] {
    font-size: 20px;
    font-weight: normal;
    max-width: 500px;
    text-align: center;
}
.desc1[b-9rbl6oh50x] {
    font-size: 15px;
    font-weight: normal;
    max-width: 500px;
    text-align: center;
    margin-top: 20px;
}
.tfa-box[b-9rbl6oh50x] {
    background: none;
    border-radius: 10px;
    font-size: 30px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    text-align: center;
    color: var(--fg);
    border: 2px solid var(--border);
    outline: none;
}
    .tfa-box:focus[b-9rbl6oh50x] {
        border: 3px solid var(--primary);
    }
.pannel-ipt[b-9rbl6oh50x] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 20px;
}
.inp[b-9rbl6oh50x]{
    color: var(--fg);
    outline: none;
    caret-color: transparent;
    border: 3px solid var(--primary);
    background: var(--main);
    border-radius: 10px;
    margin-top: 15px;
    width: 330px;
    text-align: center;
}
.btn[b-9rbl6oh50x] {
    outline: none;
    gap: 20px;
    margin-top: 30px;
    display: flex;
    flex-direction: row-reverse;
}
.btn1[b-9rbl6oh50x] {
    cursor: pointer;
    background: var(--primary);
    border-radius: 10px;
    align-self: center;
    border: none;
    color: var(--fg);
    font-size: 25px;
    font-weight: bold;
    padding: 5px;
    box-shadow: -0px -0px 20px var(--primary),0px 0px 20px var(--bg);
    outline: none;
}

    .btn1:hover[b-9rbl6oh50x] {
        background: color-mix(in srgb, var(--primary) 80%, black 20%);
        box-shadow: none;
        transition: background .25s ease, box-shadow .25s ease, transform .18s ease;
    }
.btn2[b-9rbl6oh50x] {
    text-align: center;
    justify-content: center;
    display: flex;
    background: var(--main);
    border-radius: 10px;
    border: none;
    color: var(--fg);
    font-size: 20px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    width: 230px;
    padding: 5px;
    box-shadow: -0px -0px 20px var(--main),0px 0px 20px var(--bg);
}

    .btn2:hover[b-9rbl6oh50x] {
        background: color-mix(in srgb, var(--main) 80%, black 20%);
        box-shadow: none;
        transition: background .25s ease, box-shadow .25s ease, transform .18s ease;
    }
.btn3[b-9rbl6oh50x] {
    display: flex;
    background: var(--main);
    border-radius: 10px;
    border: none;
    color: var(--fg);
    font-size: 25px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    box-shadow: -0px -0px 20px var(--main),0px 0px 20px var(--bg);
}

    .btn3:hover[b-9rbl6oh50x] {
        background: color-mix(in srgb, var(--main) 80%, black 20%);
        box-shadow: none;
        transition: background .25s ease, box-shadow .25s ease, transform .18s ease;
    }
.spinner[b-9rbl6oh50x] {
    margin-top: 30px;
    display: flex;
    align-self: center;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: 5px solid var(--bg);
    border-top-color: var(--primary);
    animation: authspin 0.8s linear infinite;
}
.tfa-activate-backup[b-9rbl6oh50x] {
    flex: 0;
    background: var(--inp);
    border-radius: 10px;
    padding: 5px;
    color: var(--fg);
    border: none;
    font-size: 20px;
    text-align: center;
    outline: none;
}
.checkbox-txt[b-9rbl6oh50x]{
    font-size: 20px;
}
.tfa-activate-backup2[b-9rbl6oh50x] {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.tfa-activate-img[b-9rbl6oh50x] {
    width: 300px;
    border-radius: 10px;
    margin-top: 20px;
    border: 5px solid var(--primary);
}
.tfa-activate-backup1[b-9rbl6oh50x] {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    align-content: end;
    gap: 10px;
}
.error-txt[b-9rbl6oh50x] {
    font-size: 20px;
    font-weight: bold;
    color: var(--fg);
    padding: 0px;
    outline: none;
}

.error-desc[b-9rbl6oh50x] {
    font-size: 18px;
    color: var(--fg);
    outline: none;
}
@media (max-width: 768px){
    .btn[b-9rbl6oh50x]{
        flex-direction: column;
    }
    .tfa-activate-backup[b-9rbl6oh50x]{
        flex: 0;
    }
    .tfa-activate-backup2[b-9rbl6oh50x] {
        flex-direction: column;
    }
    .tfa-activate-backup1[b-9rbl6oh50x] {
        flex-direction: column;
    }
}
/* /Pages/Tfa_WIP.razor.rz.scp.css */
.page[b-43pg0lh6cc] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    outline: none;
}
.img1[b-43pg0lh6cc] {
    margin-top: 50px;
    width: 200px;
    height: 200px;
}
.title[b-43pg0lh6cc] {
    font-size: 40px;
    font-weight: bold;
}

.desc[b-43pg0lh6cc] {
    font-size: 20px;
    font-weight: normal;
    width: 300px;
    text-align: center;
}
.desc1[b-43pg0lh6cc] {
    margin-top: 20px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    width: 350px;
}
.pannel[b-43pg0lh6cc]{
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.pannel-ipt-backup[b-43pg0lh6cc] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 20px;
}
.pannel-ipt[b-43pg0lh6cc] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 20px;
}
.tfa-box[b-43pg0lh6cc]{
    background: none;
    border-radius: 10px;
    font-size: 30px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    text-align: center;
    color: var(--fg);
    border: 2px solid var(--border);
    outline: none;
}
.tfa-box:focus[b-43pg0lh6cc]{
    border: 3px solid var(--primary);
}
.btn1[b-43pg0lh6cc] {
    margin-top: 10px;
    background: var(--primary);
    border-radius: 10px;
    align-self: stretch;
    border: none;
    color: var(--fg);
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    padding: 5px;
    box-shadow: -0px -0px 20px var(--primary),0px 0px 20px var(--bg);
}

    .btn1:hover[b-43pg0lh6cc] {
        background: color-mix(in srgb, var(--primary) 80%, black 20%);
        box-shadow: none;
        transition: background .25s ease, box-shadow .25s ease, transform .18s ease;
    }
.btn2[b-43pg0lh6cc]{
    margin-top: 10px;
    background: none;
    border: none;
    color: var(--primary);
}
.btn4[b-43pg0lh6cc] {
    margin-top: 0px;
    background: var(--main);
    border-radius: 10px;
    align-self: stretch;
    border: none;
    color: var(--fg);
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    padding: 5px;
    box-shadow: -0px -0px 20px var(--main),0px 0px 20px var(--bg);
}

    .btn4:hover[b-43pg0lh6cc] {
        background: color-mix(in srgb, var(--main) 80%, black 20%);
        box-shadow: none;
        transition: background .25s ease, box-shadow .25s ease, transform .18s ease;
    }
.spinner[b-43pg0lh6cc] {
    margin-top: 10px;
    display: flex;
    align-self: center;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: 5px solid var(--bg);
    border-top-color: var(--primary);
    animation: authspin 0.8s linear infinite;
}
.tfa-sep[b-43pg0lh6cc]{
    font-weight: bold;
    font-size: 30px;
}
.error-div[b-43pg0lh6cc] {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    background: var(--inp);
    border-radius: 10px;
    align-items: center;
    padding: 5px;
}

.error-svg[b-43pg0lh6cc] {
    width: 52px;
    height: 52px;
    fill: darkred;
}

.error-divtxt[b-43pg0lh6cc] {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}

.error-txt[b-43pg0lh6cc] {
    font-size: 20px;
    font-weight: bold;
    color: var(--fg);
    padding: 0px;
    outline: none;
}

.error-desc[b-43pg0lh6cc] {
    font-size: 18px;
    color: var(--fg);
    outline: none;
}
.spinner[b-43pg0lh6cc] {
    margin-top: 10px;
    display: flex;
    align-self: center;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: 5px solid var(--bg);
    border-top-color: var(--primary);
    animation: authspin 0.8s linear infinite;
}
@media (max-width: 768px){
    .img1[b-43pg0lh6cc]{
        margin-top: 10px;
    }
    .tfa-sep[b-43pg0lh6cc]{
        display: none;
    }
    .pannel-ipt-backup[b-43pg0lh6cc] {
        display: grid;
        grid-template-columns: repeat(3, auto);
        gap: 10px 12px;
    }
}
/* /Shared/RequireAuth.razor.rz.scp.css */
.auth-guard-overlay[b-2z4jp7de85] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    background: #1F1F1F;
    backdrop-filter: blur(6px);
}
.auth-guard-card[b-2z4jp7de85] {
    width: min(420px, 92vw);
    border: 2px solid var(--primary);
    border-radius: 16px;
    padding: 22px 20px;
    background: var(--bg);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 40px var(--main);
}
.auth-guard-logo[b-2z4jp7de85] {
    width: 142px;
    height: 142px;
    object-fit: contain; /* wichtig bei PNG */
}
.auth-guard-spinner[b-2z4jp7de85] {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 4px solid var(--bg);
    border-top-color: var(--primary);
    animation: authspin 0.8s linear infinite;
}
.auth-guard-title[b-2z4jp7de85] {
    color: #D3D3D3;
    outline: none;
    font-size: 18px;
    font-weight: 700;
}
.auth-guard-sub[b-2z4jp7de85] {
    color: #D3D3D3;
    font-size: 13px;
    opacity: 1;
    text-align: center;
}
