@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/NeoSNC.SoberBusman.WebServer/App.razor.rz.scp.css */
.fa-solid[b-jst3qasn2m] {
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: auto;
    z-index: 100;
}
/* _content/NeoSNC.SoberBusman.WebServer/Pages/Info/Info_User_Detail.razor.rz.scp.css */
* + .row[b-j6kokbbkda],
.detail_title + *[b-j6kokbbkda] {
    margin-top: 24px;
}

@media(max-width:768px) {
    .detail_info_wrap + .detail_info_wrap[b-j6kokbbkda] {
        margin-top: 24px;
    }
}
/* _content/NeoSNC.SoberBusman.WebServer/Pages/Kiosk/Apk_Repository.razor.rz.scp.css */
.icon-button[b-md5xqevj37] {
}

    .icon-button:hover[b-md5xqevj37] {
        background-color: lightblue;
    }

    .icon-button .fa-solid[b-md5xqevj37] {
        color: black;
    }

.icon-button-wrapper[b-md5xqevj37] {
    display: flex;
}
/* _content/NeoSNC.SoberBusman.WebServer/Pages/Kiosk/Kiosk_Current_Detail.razor.rz.scp.css */
* + .key_value_list[b-zh24bfwmaq] {
    margin-top: 24px;
}

* + .detail_title[b-zh24bfwmaq] {
    margin-top: 24px;
}

.side_button_flex[b-zh24bfwmaq] {
    display: flex;
    gap: 4px;
}

    .side_button_flex button[b-zh24bfwmaq] {
        margin-left: 0;
    }

    .side_button_flex a[b-zh24bfwmaq] {
        width: 100%;
        color: white;
        font-size: 16px;
        border: none;
        padding: 10px 20px;
        border-radius: 3px;
        transition-property: background-color, background, color, opacity;
        transition-duration: 0.1s;
        text-align: center;
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        text-decoration: none;
    }

@media(max-width: 768px) {
    * + .detail_info_wrap[b-zh24bfwmaq] {
        margin-top: 24px;
    }
}
/* _content/NeoSNC.SoberBusman.WebServer/Pages/Login.razor.rz.scp.css */
.btn_login[b-xs1fn2z8ie] {
    width: 200px;
}

.checkbox_login[b-xs1fn2z8ie] {
    font-size: 16px;
    font-weight: 400;
}

.login_body[b-xs1fn2z8ie] {
    background: linear-gradient(140deg, rgba(0, 78, 170, 1) 0%, rgba(0, 55, 123, 1) 100%);
}

.login_background[b-xs1fn2z8ie] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("/images/login_background.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.login_container[b-xs1fn2z8ie] {
    width: 1000px;
    height: 590px;
}

.login_content_wrap[b-xs1fn2z8ie] {
    width: 1000px;
    height: 540px;
    flex-direction: row;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15));
}

.login_image[b-xs1fn2z8ie] {
    width: 500px;
    height: 540px;
    background-color: #BAD7FF;
    border-radius: 10px 0 0 10px;
    background-image: url("/images/login_image.png");
    background-position: center bottom;
    background-size: cover;
    justify-content: flex-start;
}

.login_content[b-xs1fn2z8ie] {
    width: 500px;
    height: 540px;
    background-color: white;
    border-radius: 0 10px 10px 0;
    padding: 50px;
    justify-content: flex-start;
}

.login_logo[b-xs1fn2z8ie] {
    width: 100%;
    height: 40px;
    min-height: 40px;
    background-image: url("/images/logo_smartsims.svg");
    background-size: contain;
    background-position: left center;
}

.login_content h3[b-xs1fn2z8ie] {
    font-size: 18px;
    font-weight: 300;
    color: black;
    width: 100%;
    margin-top: 20px;
}

.login_form[b-xs1fn2z8ie] {
    width: 100%;
    margin-top: 60px;
    padding: 32px 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.login_alert[b-xs1fn2z8ie] {
    font-weight: 400;
    color: crimson;
    margin-top: 20px;
}

.login_btn_wrap[b-xs1fn2z8ie] {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}

.login_alert + .login_btn_wrap[b-xs1fn2z8ie] {
    margin-top: 20px;
}

.login_desc_wrap[b-xs1fn2z8ie] {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

    .login_desc_wrap div[b-xs1fn2z8ie] {
        width: fit-content;
        font-size: 12px;
        color: #858483;
    }

.login_company_logo[b-xs1fn2z8ie] {
    width: 100%;
    height: 15px;
    background-image: url("/images/neosnc_white.svg");
    background-size: 80px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 35px;
}

.input_group_login[b-xs1fn2z8ie] {
    width: 100%;
}

.input_group_login h4[b-xs1fn2z8ie]{
    font-size: 16px;
    font-weight: 400;
    width: 100px;
}

.input_group_login input[b-xs1fn2z8ie] {
    width: 70%;
}

@media (max-width: 768px) {
    .login_body[b-xs1fn2z8ie] {
        width: 100vw;
        height: 100vh;
        background: none;
        background-color: #BAD7FF;
    }

    .login_background[b-xs1fn2z8ie] {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url("/images/login_image.png");
        background-position: center bottom -400px;
        background-size: contain;
    }

    .login_container[b-xs1fn2z8ie] {
        width: 50%;
        height: auto;
    }

    .login_content_wrap[b-xs1fn2z8ie] {
        width: 100%;
        height: fit-content;
        flex-direction: row;
        filter: none;
        padding: 0;
    }

    .login_image[b-xs1fn2z8ie] {
        display: none;
    }

        .login_image h3[b-xs1fn2z8ie] {
            width: 100%;
            font-size: 34px;
            font-weight: 300;
            color: white;
            padding: 50px 0 0 50px;
        }

    .login_content[b-xs1fn2z8ie] {
        width: 100%;
        height: fit-content;
        background-color: transparent;
        justify-content: center;
        border-radius: 0;
        padding: 0;
    }

    .login_logo[b-xs1fn2z8ie] {
        width: 200px;
        height: 90px;
        background-image: url("/images/logo_smartsims_mobile.svg");
        background-size: contain;
        background-position: left center;
    }

    .login_content h3[b-xs1fn2z8ie] {
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        color: black;
        width: 100%;
        margin-top: 20px;
    }

    .login_form[b-xs1fn2z8ie] {
        width: 100%;
        margin-top: 0px;
        padding: 36px 0;
        border-top: none;
        border-bottom: none;
    }

    .input_group_login h4[b-xs1fn2z8ie] {
        display: none;
    }

    .input_group_login input[b-xs1fn2z8ie] {
        width: 100%;
        border-radius: 20px;
    }

    .input_login_id[b-xs1fn2z8ie] {
        background-image: url("../images/icon_id.svg");
        background-position: left 18px center;
        background-repeat: no-repeat;
        padding-left: 40px;
    }

    .input_login_pw[b-xs1fn2z8ie] {
        background-image: url("../images/icon_pw.svg");
        background-position: left 18px center;
        background-repeat: no-repeat;
        padding-left: 40px;
    }

    .login_btn_wrap[b-xs1fn2z8ie] {
        width: 100%;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 16px;
    }

        .login_btn_wrap button[b-xs1fn2z8ie] {
            width: 100%;
            margin-bottom: 16px;
        }

    .login_desc_wrap[b-xs1fn2z8ie] {
        flex-direction: column;
        justify-content: center;
        width: 100%;
        margin-top: 0px;
    }

        .login_desc_wrap div[b-xs1fn2z8ie] {
            width: fit-content;
            font-size: 12px;
            color: #365681;
        }

    .login_company_logo[b-xs1fn2z8ie] {
        width: 100%;
        height: 15px;
        background-image: url("/images/neosnc_white.svg");
        background-size: 60px;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .login_body[b-xs1fn2z8ie] {
        width: 100vw;
        height: 100vh;
        background: none;
        background-color: #BAD7FF;
    }

    .login_background[b-xs1fn2z8ie] {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url("/images/login_image.png");
        background-position: center bottom -160px;
        background-size: contain;
    }

    .login_container[b-xs1fn2z8ie] {
        width: 80%;
        height: auto;
    }

    .login_content_wrap[b-xs1fn2z8ie] {
        width: 100%;
        height: fit-content;
        flex-direction: row;
        filter: none;
        padding: 0;
    }

    .login_image[b-xs1fn2z8ie] {
        display: none;
    }

        .login_image h3[b-xs1fn2z8ie] {
            width: 100%;
            font-size: 34px;
            font-weight: 300;
            color: white;
            padding: 50px 0 0 50px;
        }

    .login_content[b-xs1fn2z8ie] {
        width: 100%;
        height: fit-content;
        background-color: transparent;
        justify-content: center;
        border-radius: 0;
        padding: 0;
    }

    .login_logo[b-xs1fn2z8ie] {
        width: 200px;
        height: 90px;
        background-image: url("/images/logo_smartsims_mobile.svg");
        background-size: contain;
        background-position: left center;
    }

    .login_content h3[b-xs1fn2z8ie] {
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        color: black;
        width: 100%;
        margin-top: 20px;
    }

    .login_form[b-xs1fn2z8ie] {
        width: 100%;
        margin-top: 0px;
        padding: 36px 0;
        border-top: none;
        border-bottom: none;
    }

    .input_group_login h4[b-xs1fn2z8ie] {
        display: none;
    }

    .input_group_login input[b-xs1fn2z8ie] {
        width: 100%;
        border-radius: 20px;
    }

    .input_login_id[b-xs1fn2z8ie] {
        background-image: url("../images/icon_id.svg");
        background-position: left 18px center;
        background-repeat: no-repeat;
        padding-left: 40px;
    }

    .input_login_pw[b-xs1fn2z8ie] {
        background-image: url("../images/icon_pw.svg");
        background-position: left 18px center;
        background-repeat: no-repeat;
        padding-left: 40px;
    }

    .login_btn_wrap[b-xs1fn2z8ie] {
        width: 100%;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 16px;
    }

        .login_btn_wrap button[b-xs1fn2z8ie] {
            width: 100%;
            margin-bottom: 16px;
        }

    .login_desc_wrap[b-xs1fn2z8ie] {
        flex-direction: column;
        justify-content: center;
        width: 100%;
        margin-top: 0px;
    }

        .login_desc_wrap div[b-xs1fn2z8ie] {
            width: fit-content;
            font-size: 12px;
            color: #365681;
        }

    .login_company_logo[b-xs1fn2z8ie] {
        width: 100%;
        height: 15px;
        background-image: url("/images/neosnc_white.svg");
        background-size: 60px;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 20px;
    }
}
/* _content/NeoSNC.SoberBusman.WebServer/Pages/Work/Work_Current.razor.rz.scp.css */
@media(max-width:768px) {
    .input_column_group + .input_column_group[b-ou7eggysff] {
        margin-top: 12px;
    }
}
/* _content/NeoSNC.SoberBusman.WebServer/Shared/QuickGridPaginator.razor.rz.scp.css */
button[b-npg0au9w0v] {
    background-color: transparent;
    border: none;
    margin: 0 1px;
    min-width: 32px;
    height: 32px;
}

    button *[b-npg0au9w0v] {
        margin: auto;
    }

    button:not(:disabled):hover[b-npg0au9w0v] {
        cursor: pointer;
    }

    button span[b-npg0au9w0v] {
        font-size: 14px;
    }

    button.active span[b-npg0au9w0v] {
        color: #3565C4;
        font-weight: bold;
    }

    button:has(i)[b-npg0au9w0v] {
        border-radius: 3px;
        background-color: #F2F2F2;
    }

    button i[b-npg0au9w0v] {
        font-size: 12px;
    }

    button:disabled i[b-npg0au9w0v] {
        color: #ccc;
    }
/* _content/NeoSNC.SoberBusman.WebServer/Shared/Spinner.razor.rz.scp.css */
@keyframes fadein-b-t8aftpkj5h {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes loading-b-t8aftpkj5h {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner_container[b-t8aftpkj5h] {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    background-color: rgba(0, 0, 0, 0.5);
    animation: fadein-b-t8aftpkj5h 1s;
}

.spinner[b-t8aftpkj5h] {
    background-image: url("/images/indicator.png");
    background-size: contain;
    width: 110px;
    height: 110px;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: loading-b-t8aftpkj5h;
}
