/* /Pages/CrossDock/CreateCrossDock.razor.rz.scp.css */
.form-container[b-etdyj8qrvm] {
    margin: 0 auto;
    width: 50%;
    text-align: left;
}

@media (max-width: 768px) {
    .form-container[b-etdyj8qrvm] {
        width: 80%;
    }
}
/* /Pages/CrossDock/CreateKoliInbond.razor.rz.scp.css */
.form-container[b-gzn77iqg90] {
    margin: 0 auto;
    width: 50%;
    text-align: left;
}

@media (max-width: 768px) {
    .form-container[b-gzn77iqg90] {
        width: 80%;
    }
}

/* /Pages/CrossDock/CreateKoliOutbond.razor.rz.scp.css */
.form-container[b-ihj6s3fz2r] {
    margin: 0 auto;
    width: 50%;
    text-align: left;
}

@media (max-width: 768px) {
    .form-container[b-ihj6s3fz2r] {
        width: 80%;
    }
}
/* /Pages/CrossDock/CreateKoliTransitInbond.razor.rz.scp.css */
.form-container[b-adlcgn12sf] {
    margin: 0 auto;
    width: 50%;
    text-align: left;
}

@media (max-width: 768px) {
    .form-container[b-adlcgn12sf] {
        width: 80%;
    }
}
/* /Pages/CrossDock/CreateKoliTransitOutbond.razor.rz.scp.css */
.form-container[b-ovqocj41dx] {
    margin: 0 auto;
    width: 50%;
    text-align: left;
}

@media (max-width: 768px) {
    .form-container[b-ovqocj41dx] {
        width: 80%;
    }
}
/* /Pages/CrossDock/ReportInitial.razor.rz.scp.css */
body[b-x9wip6ft3f] {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

.report-container[b-x9wip6ft3f] {
    font-family: Arial, sans-serif;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1000px;
}

.header[b-x9wip6ft3f] {
    text-align: center;
    margin-bottom: 20px;
}

    .header img[b-x9wip6ft3f] {
        max-width: 200px;
    }

    .header h2[b-x9wip6ft3f] {
        margin: 10px 0;
        font-size: 1.5em;
    }

.info[b-x9wip6ft3f] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

.info-left[b-x9wip6ft3f] {
    width: 70%;
}

.info-right[b-x9wip6ft3f] {
    width: 28%;
    text-align: right;
}

.info-row[b-x9wip6ft3f] {
    display: flex;
    justify-content: flex-start;
    margin: 5px 0;
}

.label[b-x9wip6ft3f] {
    width: 30%;
    font-weight: bold;
}

.separator[b-x9wip6ft3f] {
    width: 2%;
    text-align: center;
}

.value[b-x9wip6ft3f] {
    width: 58%;
}

.content[b-x9wip6ft3f] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    table-layout: fixed;
}

    .content th[b-x9wip6ft3f], .content td[b-x9wip6ft3f] {
        border: 1px solid #000;
        padding: 10px;
        text-align: center;
        font-size: 0.9em;
    }

    .content th[b-x9wip6ft3f] {
        background-color: #f2f2f2;
    }

.note[b-x9wip6ft3f] {
    margin-top: 20px;
    font-style: italic;
    text-align: center;
    color: #555;
}

.footer[b-x9wip6ft3f] {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

    .footer div[b-x9wip6ft3f] {
        text-align: center;
        width: 45%;
    }

    .footer p[b-x9wip6ft3f] {
        margin: 0;
    }

@media print {
    body[b-x9wip6ft3f] {
        margin: 0;
        padding: 0;
        width: 100%;
        overflow-x: hidden;
    }

    .header img[b-x9wip6ft3f] {
        max-width: 185px;
    }

    .report-container[b-x9wip6ft3f] {
        padding: 0;
        margin: 0 auto;
        max-width: 100%;
        page-break-inside: avoid;
    }

    .content[b-x9wip6ft3f] {
        width: 100%;
        border-collapse: collapse;
        margin-top: 20px;
        table-layout: auto; /* Adjust table layout as needed */
    }

        .content th[b-x9wip6ft3f], .content td[b-x9wip6ft3f] {
            font-size: 0.8em; /* Adjust font size for print */
            padding: 8px; /* Adjust padding for cells */
        }

        .content th[b-x9wip6ft3f], .content td[b-x9wip6ft3f] {
            border: 1px solid #000;
            /*        padding: 10px;*/
            text-align: center;
        }

    .footer[b-x9wip6ft3f] {
        flex-direction: row;
        justify-content: space-between;
    }

        .footer div[b-x9wip6ft3f] {
            width: 45%;
        }

        .footer p[b-x9wip6ft3f] {
            margin: 0;
        }
}
/* /Pages/CrossDock/ReportKoli.razor.rz.scp.css */
.card[b-gh4ohaf9gm] {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 10px;
}

    .card:hover[b-gh4ohaf9gm] {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.card-header[b-gh4ohaf9gm] {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-body .row[b-gh4ohaf9gm] {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

    .card-body .row:last-child[b-gh4ohaf9gm] {
        border-bottom: none;
    }

.card-body strong[b-gh4ohaf9gm] {
    display: inline-block;
    min-width: 120px;
}

@media print {
    .card-container[b-gh4ohaf9gm] {
        page-break-before: always;
    }

    .card[b-gh4ohaf9gm] {
        page-break-inside: avoid;
    }
}
/* /Pages/CrossDock/ReportResi.razor.rz.scp.css */
body[b-ajmag3gifi] {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

.report-container[b-ajmag3gifi] {
    font-family: Arial, sans-serif;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1000px;
}

.header[b-ajmag3gifi] {
    text-align: center;
    margin-bottom: 20px;
}

    .header img[b-ajmag3gifi] {
        max-width: 200px;
    }

    .header h2[b-ajmag3gifi] {
        margin: 10px 0;
        font-size: 1.5em;
    }

.info[b-ajmag3gifi] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

.info-left[b-ajmag3gifi] {
    width: 70%;
}

.info-right[b-ajmag3gifi] {
    width: 28%;
    text-align: right;
}

.info-row[b-ajmag3gifi] {
    display: flex;
    justify-content: flex-start;
    margin: 5px 0;
}

.label[b-ajmag3gifi] {
    width: 30%;
    font-weight: bold;
}

.separator[b-ajmag3gifi] {
    width: 2%;
    text-align: center;
}

.value[b-ajmag3gifi] {
    width: 58%;
}

.content[b-ajmag3gifi] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    table-layout: fixed;
}

    .content th[b-ajmag3gifi], .content td[b-ajmag3gifi] {
        border: 1px solid #000;
        padding: 10px;
        text-align: center;
        font-size: 0.9em;
    }

    .content th[b-ajmag3gifi] {
        background-color: #f2f2f2;
    }

.note[b-ajmag3gifi] {
    margin-top: 20px;
    font-style: italic;
    text-align: center;
    color: #555;
}

.footer[b-ajmag3gifi] {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

    .footer div[b-ajmag3gifi] {
        text-align: center;
        width: 45%;
    }

    .footer p[b-ajmag3gifi] {
        margin: 0;
    }

@media print {
    body[b-ajmag3gifi] {
        margin: 0;
        padding: 0;
        width: 100%;
        overflow-x: hidden;
    }

    .header img[b-ajmag3gifi] {
        max-width: 185px; 
    }

    .report-container[b-ajmag3gifi] {
        padding: 0;
        margin: 0 auto;
        max-width: 100%;
        page-break-inside: avoid;
    }

    .content[b-ajmag3gifi] {
        width: 100%;
        border-collapse: collapse;
        margin-top: 20px;
        table-layout: auto; /* Adjust table layout as needed */
    }

    .content th[b-ajmag3gifi], .content td[b-ajmag3gifi] {
        font-size: 0.8em; /* Adjust font size for print */
        padding: 8px; /* Adjust padding for cells */
    }

    .content th[b-ajmag3gifi], .content td[b-ajmag3gifi] {
        border: 1px solid #000;
/*        padding: 10px;*/
        text-align: center;
    }

    .footer[b-ajmag3gifi] {
        flex-direction: row;
        justify-content: space-between;
    }

        .footer div[b-ajmag3gifi] {
            width: 45%;
        }

        .footer p[b-ajmag3gifi] {
            margin: 0;
        }
}
/* /Pages/CrossDock/ReportSuratJalan.razor.rz.scp.css */
body[b-zjmygsn5y8] {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

.report-container[b-zjmygsn5y8] {
    font-family: Arial, sans-serif;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1000px;
}

.header[b-zjmygsn5y8] {
    text-align: center;
    margin-bottom: 20px;
}

    .header img[b-zjmygsn5y8] {
        max-width: 200px;
    }

    .header h2[b-zjmygsn5y8] {
        margin: 10px 0;
        font-size: 1.5em;
    }

.info[b-zjmygsn5y8] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

.info-left[b-zjmygsn5y8] {
    width: 70%;
}

.info-right[b-zjmygsn5y8] {
    width: 28%;
    text-align: right;
}

.info-row[b-zjmygsn5y8] {
    display: flex;
    justify-content: flex-start;
    margin: 5px 0;
}

.label[b-zjmygsn5y8] {
    width: 30%;
    font-weight: bold;
}

.separator[b-zjmygsn5y8] {
    width: 2%;
    text-align: center;
}

.value[b-zjmygsn5y8] {
    width: 58%;
}

.content[b-zjmygsn5y8] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    table-layout: fixed;
}

    .content th[b-zjmygsn5y8], .content td[b-zjmygsn5y8] {
        border: 1px solid #000;
        padding: 10px;
        text-align: center;
        font-size: 0.9em;
    }

    .content th[b-zjmygsn5y8] {
        background-color: #f2f2f2;
    }

.note[b-zjmygsn5y8] {
    margin-top: 20px;
    font-style: italic;
    text-align: center;
    color: #555;
}

.footer[b-zjmygsn5y8] {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

    .footer div[b-zjmygsn5y8] {
        text-align: center;
        width: 45%;
    }

    .footer p[b-zjmygsn5y8] {
        margin: 0;
    }

@media print {
    body[b-zjmygsn5y8] {
        margin: 0;
        padding: 0;
        width: 100%;
        overflow-x: hidden;
    }

    .header img[b-zjmygsn5y8] {
        max-width: 185px;
    }

    .report-container[b-zjmygsn5y8] {
        padding: 0;
        margin: 0 auto;
        max-width: 100%;
        page-break-inside: avoid;
    }

    .content[b-zjmygsn5y8] {
        width: 100%;
        border-collapse: collapse;
        margin-top: 20px;
        table-layout: auto; /* Adjust table layout as needed */
    }

        .content th[b-zjmygsn5y8], .content td[b-zjmygsn5y8] {
            font-size: 0.8em; /* Adjust font size for print */
            padding: 8px; /* Adjust padding for cells */
        }

        .content th[b-zjmygsn5y8], .content td[b-zjmygsn5y8] {
            border: 1px solid #000;
            /*        padding: 10px;*/
            text-align: center;
        }

    .footer[b-zjmygsn5y8] {
        flex-direction: row;
        justify-content: space-between;
    }

        .footer div[b-zjmygsn5y8] {
            width: 45%;
        }

        .footer p[b-zjmygsn5y8] {
            margin: 0;
        }
}
/* /Pages/ELogBook/CreateLogBookPages.razor.rz.scp.css */
.form-container[b-s33se832jf] {
    margin: 0 auto; 
    width: 50%; 
    text-align: left; 
}

@media (max-width: 768px) {
    .form-container[b-s33se832jf] {
        width: 80%; 
    }
}
/* /Pages/ImportTrackingV2/ReportSuggestPOImport.razor.rz.scp.css */
/*.row {
    margin-bottom: 5px !important;
}

.mb-4 {
    margin-bottom: 5px !important;
}

.mb-2 {
    margin-bottom: 3px !important;
}

table {
    border-collapse: collapse;
}

th, td {
    padding: 5px !important;
    margin: 0 !important;*/ /* Pastikan tidak ada margin pada sel */
/*}

@media print {
    .row {
        margin-bottom: 5px !important;
    }

    .mb-4 {
        margin-bottom: 5px !important;
    }

    .mb-2 {
        margin-bottom: 3px !important;
    }

    table {
        border-collapse: collapse;
        width: 100%;*/ /* Pastikan tabel menggunakan lebar penuh halaman cetak */
    /*}

    th, td {
        padding: 5px !important;
        margin: 0 !important;
        font-size: 12px;*/ /* Sesuaikan ukuran font jika diperlukan */
    /*}

    body {
        margin: 0;*/ /* Hapus margin default browser */
        /*padding: 0;
    }*/

    /* Hapus elemen yang tidak ingin dicetak */
    /*.no-print {
        display: none !important;
    }
}*/
/* /Pages/ImportTrackingV2/UploadSuggest.razor.rz.scp.css */
body[b-amg5i3kyo4] {
}
/* /Pages/LoginPages/Login.razor.rz.scp.css */
.form-bg[b-zb0ve9y0c8] {
    background-image: url('../../img/bg-login.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.center[b-zb0ve9y0c8] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
}

.form-container[b-zb0ve9y0c8] {
    background: #063970;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 30px 20px 50px;
}

.title[b-zb0ve9y0c8] {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 2px;
    /*font-weight: bold;*/
}

    .form-container .title[b-zb0ve9y0c8]  {
        color: #fff;
        font-size: 23px;
        text-transform: capitalize;
        letter-spacing: 1px;
        margin: 0 0 20px;
    }

    .form-container .form-horizontal[b-zb0ve9y0c8] {
        background-color: #fff;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 0 20px rgba(0,0,0,0.4);
    }

.form-horizontal .form-icon[b-zb0ve9y0c8] {
    color: #fff;
    background-color: #1B394D;
    font-size: 75px;
    line-height: 92px;
    height: 90px;
    width: 90px;
    margin: -65px auto 10px;
    border-radius: 50%;
}

.form-horizontal .form-group[b-zb0ve9y0c8] {
    margin: 0 0 10px;
    position: relative;
}

    .form-horizontal .form-group:nth-child(3)[b-zb0ve9y0c8] {
        margin-bottom: 30px;
    }

    .form-horizontal .form-group .input-icon[b-zb0ve9y0c8] {
        color: #e7e7e7;
        font-size: 23px;
        position: absolute;
        left: 0;
        top: 10px;
    }

.form-horizontal .form-select[b-zb0ve9y0c8] {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    padding: 10px 10px 10px 40px;
    margin: 0 0 5px;
    border: none;
    border-bottom: 2px solid #e7e7e7;
    border-radius: 0px;
    box-shadow: none;
}

.form-horizontal .form-control[b-zb0ve9y0c8] {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    /*padding: 10px 10px 10px 40px;*/
    margin: 0 0 5px;
    border: none;
    border-bottom: 2px solid #e7e7e7;
    border-radius: 0px;
    box-shadow: none;
}

    .form-horizontal .form-control:focus[b-zb0ve9y0c8] {
        box-shadow: none;
        border-bottom-color: #EC5F20;
    }

    .form-horizontal .form-control[b-zb0ve9y0c8]::placeholder {
        color: #000;
        font-size: 16px;
        font-weight: 600;
    }

.form-horizontal .forgot[b-zb0ve9y0c8] {
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    display: block;
}

    .form-horizontal .forgot a[b-zb0ve9y0c8] {
        color: #777;
        transition: all 0.3s ease 0s;
    }

        .form-horizontal .forgot a:hover[b-zb0ve9y0c8] {
            color: #777;
            text-decoration: underline;
        }

.form-horizontal .signin[b-zb0ve9y0c8] {
    color: #fff;
    background-color: #EC5F20;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 2px;
    width: 100%;
    padding: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    transition: all 0.4s ease 0s;
}

    .form-horizontal .signin:hover[b-zb0ve9y0c8],
    .form-horizontal .signin:focus[b-zb0ve9y0c8] {
        font-weight: 600;
        letter-spacing: 5px;
        box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
    }

.form-horizontal .form-group:nth-child(3)[b-zb0ve9y0c8] {
    margin-bottom: 10px; /* Adjust this value as needed */
}

/* Adjust the padding for the select element */
.form-horizontal .form-group select[b-zb0ve9y0c8] {
    padding: 5px 10px; /* Adjust this value as needed */
}



/* Add some spacing between the select element and the button */
.form-horizontal .signin[b-zb0ve9y0c8] {
    margin-top: 10px; /* You can adjust this value as needed */
}

.footer[b-zb0ve9y0c8] {
    text-align: center;
    margin-top: 20px; /* Add some spacing from the form */
}
/* /Pages/ProjectPlanning/CreateProject.razor.rz.scp.css */
.form-container[b-gx2q7e73ay] {
    margin: 0 auto;
    width: 50%;
    text-align: left;
}

@media (max-width: 768px) {
    .form-container[b-gx2q7e73ay] {
        width: 80%;
    }
}
/* /Pages/ProjectPlanning/ProjectDashboardPages.razor.rz.scp.css */
.custom-header[b-qc5jkl5z2x] {
    background-color: #0012ad; /* Blue */
    color: #ffffff; /* Text color for better contrast */
}

.custom-header2[b-qc5jkl5z2x] {
    background-color: #008718; /* greed */
    color: #ffffff; /* Text color for better contrast */
}

.custom-header3[b-qc5jkl5z2x] {
    background-color: #efcb00; /* yellow */
    color: #ffffff; /* Text color for better contrast */
}

.custom-header4[b-qc5jkl5z2x] {
    background-color: #ff0000; /* Red */
    color: #ffffff; /* Text color for better contrast */
}
/* /Pages/ProjectPlanning/ProjectDashboardV2Pages.razor.rz.scp.css */
.custom-header[b-fzzpduc55u] {
    background-color: #0012ad; /* Blue */
    color: #ffffff; /* Text color for better contrast */
}

.custom-header2[b-fzzpduc55u] {
    background-color: #008718; /* greed */
    color: #ffffff; /* Text color for better contrast */
}

.custom-header3[b-fzzpduc55u] {
    background-color: #efcb00; /* yellow */
    color: #ffffff; /* Text color for better contrast */
}

.custom-header4[b-fzzpduc55u] {
    background-color: #ff0000; /* Red */
    color: #ffffff; /* Text color for better contrast */
}
/* /Pages/ProjectPlanning/ProjectTaskPages.razor.rz.scp.css */
/*.wrapperTaskDetail {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    height: inherit;
    margin: 0;
    padding: 0;
}

@media (min-width: 1000px) {
    .leftTaskIdSetHeight {
        text-align: left;
        vertical-align: middle;
        height: 30px;
    }

    .centerTaskIdSetHeight {
        text-align: center;
        vertical-align: middle;
        height: 30px;
    }
}

@media (min-width: 700px) {
    .leftTaskIdSetHeight {
        text-align: left;
        vertical-align: middle;
        height: 30px;
    }

    .centerTaskIdSetHeight {
        text-align: center;
        vertical-align: middle;
        height: 30px;
    }
}

@media (min-width: 350px) {
    .leftTaskIdSetHeight {
        text-align: left;
        vertical-align: middle;
        height: 37px;
    }

    .centerTaskIdSetHeight {
        text-align: center;
        vertical-align: middle;
        height: 37px;
    }
}

@media (min-width: 0px) {
    .leftTaskIdSetHeight {
        text-align: left;
        vertical-align: middle;
        height: 42px;
    }

    .centerTaskIdSetHeight {
        text-align: center;
        vertical-align: middle;
        height: 42px;
    }
}

.stickyCustomOne {
    position: sticky;
    top: 0;
}

.stickyCustomTwo {
    position: sticky;
    top: 75px;
}*/
/* /Pages/PurchaseImportPages/InventoryControl/OTSTask.razor.rz.scp.css */
.paging-style[b-7vbjbeklt9] {
    user-select: none;
    cursor: pointer;
}

.dis-paging-style[b-7vbjbeklt9] {
    user-select: none;
}
/* /Pages/PurchaseImportPages/Merchandise/OTSTaskMerchandise.razor.rz.scp.css */
.paging-style[b-bg52jp1ilw] {
    user-select: none;
    cursor: pointer;
}

.dis-paging-style[b-bg52jp1ilw] {
    user-select: none;
}
/* /Pages/ReportDC/InvoiceDOValue.razor.rz.scp.css */
.form-container[b-8yhozunqkn] {
    margin: 0 auto;
    width: 50%;
    text-align: left;
}

@media (max-width: 768px) {
    .form-container[b-8yhozunqkn] {
        width: 80%;
    }
}
/* /Pages/ReportDC/ReportInvoiceDOValue.razor.rz.scp.css */
body[b-661e9d6jnk] {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

.table-outer[b-661e9d6jnk] {
    border-collapse: collapse;
    border: none;
    width:100%;
}

    .table-outer td[b-661e9d6jnk] {
        border: none;
    }

.table-inner[b-661e9d6jnk] {
    border-collapse: collapse;
    border: 1px solid black; 

    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

    .table-inner td[b-661e9d6jnk] {
        border: 1px solid black; 
        padding: 5px;
    }

    .table-inner th[b-661e9d6jnk] {
        border: 1px solid black; 
    }

.report-container[b-661e9d6jnk] {
    font-family: Arial, sans-serif;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1000px;
}

.header[b-661e9d6jnk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.divider[b-661e9d6jnk] {
    border-bottom: 1px solid black;
    margin: 0px;
    padding:0px;
}

.logo-container img[b-661e9d6jnk] {
    max-width: 250px;
    margin-bottom: 50px;
}

.company-info[b-661e9d6jnk] {
    text-align: right;
    flex: 2;
}

.invoice-number[b-661e9d6jnk] {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.2em;
}


.info[b-661e9d6jnk] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

.info-left[b-661e9d6jnk] {
    width: 60%;
    text-align: left;
}

.info-right[b-661e9d6jnk] {
    width: 40%;
    text-align: left;
}

.info-row[b-661e9d6jnk] {
    display: flex;
    justify-content: flex-start;
    margin: 5px 0;
}

.label[b-661e9d6jnk] {
    width: 30%;
    font-weight: bold;
}

.separator[b-661e9d6jnk] {
    width: 2%;
    text-align: center;
}

.value[b-661e9d6jnk] {
    width: 58%;
}

.content[b-661e9d6jnk] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    table-layout: fixed;
}

.note[b-661e9d6jnk] {
    margin-top: 20px;
    font-style: italic;
    text-align: center;
    color: #555;
}

.footer[b-661e9d6jnk] {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

    .footer div[b-661e9d6jnk] {
        text-align: center;
        width: 45%;
    }

    .footer p[b-661e9d6jnk] {
        margin: 0;
    }

@media print {

    body[b-661e9d6jnk] {
        margin: 0;
        padding: 0;
        width: 100%;
        overflow-x: hidden;
    }

    .header img[b-661e9d6jnk] {
        max-width: 185px;
    }

    .report-container[b-661e9d6jnk] {
        padding: 0;
        margin: 0 auto;
        max-width: 100%;
        page-break-inside: avoid;
    }
    .footer[b-661e9d6jnk] {
        flex-direction: row;
        justify-content: space-between;
    }

        .footer div[b-661e9d6jnk] {
            width: 45%;
        }

        .footer p[b-661e9d6jnk] {
            margin: 0;
        }

}


/* /Pages/StockBalancing/StockBalancingUploadStock.razor.rz.scp.css */
.form-container[b-9rkm1orjyi] {
    margin: 0 auto;
    width: 50%;
    text-align: left;
}

@media (max-width: 768px) {
    .form-container[b-9rkm1orjyi] {
        width: 80%;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-hc8uh1f3k7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hc8uh1f3k7] {
    flex: 1;
}

.sidebar[b-hc8uh1f3k7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #063970 70%);
}


.top-row[b-hc8uh1f3k7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hc8uh1f3k7]  a, .top-row[b-hc8uh1f3k7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-hc8uh1f3k7]  a:hover, .top-row[b-hc8uh1f3k7]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-hc8uh1f3k7]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-hc8uh1f3k7] {
        display: none;
    }

    .top-row.auth[b-hc8uh1f3k7] {
        justify-content: space-between;
    }

    .top-row[b-hc8uh1f3k7]  a, .top-row[b-hc8uh1f3k7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hc8uh1f3k7] {
        flex-direction: row;
    }

    .sidebar[b-hc8uh1f3k7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hc8uh1f3k7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-hc8uh1f3k7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-hc8uh1f3k7], article[b-hc8uh1f3k7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
hr[b-4ugajo1c03] {
    margin: 0px;
    padding: 0px;
    border-top: 2px solid white;
}

.version-number[b-4ugajo1c03] {
    color: white;
    font-size: 11px;
}

.trigger-button[b-4ugajo1c03] {
    cursor: pointer;
}

.logoutlink[b-4ugajo1c03] {
    padding-top: 0.5rem;
}

.sidebarContentWrap[b-4ugajo1c03] {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.navbar-toggler[b-4ugajo1c03] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-4ugajo1c03] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4ugajo1c03] {
    font-size: 1.1rem;
    user-select: none;
}

.oi[b-4ugajo1c03] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

#OtherMenu[b-4ugajo1c03] {
    font-size: 0.9rem;
    padding-bottom: 0.3rem;
    user-select: none;
}

    #OtherMenu:first-of-type[b-4ugajo1c03] {
        padding-top: 0.5rem;
    }

    #OtherMenu:last-of-type[b-4ugajo1c03] {
        padding-bottom: 0.5rem;
    }

    #OtherMenu[b-4ugajo1c03]  a {
        color: #ffffff;
        border-radius: 2px;
        height: 2.8rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        #OtherMenu[b-4ugajo1c03]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        #OtherMenu[b-4ugajo1c03]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

#MainModuleMenu[b-4ugajo1c03] {
    font-size: 0.9rem;
    padding-bottom: 0.3rem;
    user-select: none;
    background-color: rgba(0,0,0,0.1);
}

    #MainModuleMenu:first-of-type[b-4ugajo1c03] {
        padding-top: 0.5rem;
    }

    #MainModuleMenu:last-of-type[b-4ugajo1c03] {
        padding-bottom: 0.5rem;
    }

    #MainModuleMenu[b-4ugajo1c03]  a {
        color: #ffffff;
        border-radius: 2px;
        height: 2.8rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        #MainModuleMenu[b-4ugajo1c03]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        #MainModuleMenu[b-4ugajo1c03]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

#CategoryModuleMenu[b-4ugajo1c03] {
    font-size: 0.8rem;
    padding-bottom: 0.1rem;
    user-select: none;
    background-color: rgba(0,0,0,0.25);
}

    #CategoryModuleMenu:first-of-type[b-4ugajo1c03] {
        padding-top: 0.5rem;
    }

    #CategoryModuleMenu:last-of-type[b-4ugajo1c03] {
        padding-bottom: 0.5rem;
    }

    #CategoryModuleMenu[b-4ugajo1c03]  a {
        color: #ffffff;
        border-radius: 2px;
        height: 2.5rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        #CategoryModuleMenu[b-4ugajo1c03]  a.active {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

        #CategoryModuleMenu[b-4ugajo1c03]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

#ModuleItem[b-4ugajo1c03] {
    font-size: 0.8rem;
    padding-bottom: 0.1rem;
    user-select: none;
    background-color: rgba(0,0,0,0.50);
}

    #ModuleItem:first-of-type[b-4ugajo1c03] {
        padding-top: 0.5rem;
    }

    #ModuleItem:last-of-type[b-4ugajo1c03] {
        padding-bottom: 0.5rem;
    }

    #ModuleItem[b-4ugajo1c03]  a {
        color: #ffffff;
        border-radius: 2px;
        height: 2.5rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        #ModuleItem[b-4ugajo1c03]  a.active {
            /*background-color: rgba(255,255,255,0.25);*/
            color: white;
        }

        #ModuleItem[b-4ugajo1c03]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-4ugajo1c03] {
        display: none;
    }

    .collapse[b-4ugajo1c03] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}



/*hr {
    margin: 0px;
    padding: 0px;
    border-top: 2px solid white;
}

.version-number {
    color: white;
    font-size: 11px;
}

.trigger-button {
    cursor: pointer;
}

.logoutlink {
    padding-top: 0.5rem;
}

.sidebarContentWrap {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
    user-select: none;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

#OtherMenu {
    font-size: 0.9rem;
    padding-bottom: 0.3rem;
    user-select: none;
}

    #OtherMenu:first-of-type {
        padding-top: 0.5rem;
    }

    #OtherMenu:last-of-type {
        padding-bottom: 0.5rem;
    }

    #OtherMenu ::deep a {
        color: #ffffff;
        border-radius: 2px;
        height: 2.8rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        #OtherMenu ::deep a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        #OtherMenu ::deep a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

#MainModuleMenu {
    font-size: 0.9rem;
    padding-bottom: 0.3rem;
    user-select: none;
    background-color: rgba(0,0,0,0.1);
}

    #MainModuleMenu:first-of-type {
        padding-top: 0.5rem;
    }

    #MainModuleMenu:last-of-type {
        padding-bottom: 0.5rem;
    }

    #MainModuleMenu ::deep a {
        color: #ffffff;
        border-radius: 2px;
        height: 2.8rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        #MainModuleMenu ::deep a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        #MainModuleMenu ::deep a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

#CategoryModuleMenu {
    font-size: 0.8rem;
    padding-bottom: 0.1rem;
    user-select: none;
    background-color: rgba(0,0,0,0.25);
}

    #CategoryModuleMenu:first-of-type {
        padding-top: 0.5rem;
    }

    #CategoryModuleMenu:last-of-type {
        padding-bottom: 0.5rem;
    }

    #CategoryModuleMenu ::deep a {
        color: #ffffff;
        border-radius: 2px;
        height: 2.5rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        #CategoryModuleMenu ::deep a.active {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

        #CategoryModuleMenu ::deep a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

#ModuleItem {
    font-size: 0.8rem;
    padding-bottom: 0.1rem;
    user-select: none;
    background-color: rgba(0,0,0,0.50);
}

    #ModuleItem:first-of-type {
        padding-top: 0.5rem;
    }

    #ModuleItem:last-of-type {
        padding-bottom: 0.5rem;
    }

    #ModuleItem ::deep a {
        color: #ffffff;
        border-radius: 2px;
        height: 2.5rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        #ModuleItem ::deep a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        #ModuleItem ::deep a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {
         Never collapse the sidebar for wide screens 
        display: block;
    }
}*/


/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.bottom-row {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    text-align: right;
    width: 100%;
    padding-right: 28px;
}

.icon-menu-arrow {
    text-align: right;
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item ::deep a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item ::deep a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
}

@media (max-width: 640px) {
    .bottom-row {
        display: block;
    }
}*/
/* /Shared/SplashScreen.razor.rz.scp.css */
.center[b-62w0yqsros] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Ini akan membuat div pusat mengisi seluruh tinggi viewport */
}

.loader[b-62w0yqsros] {
    width: 64px;
    height: 64px;
    position: relative;
    background-image: linear-gradient(#FFF 16px, transparent 0), linear-gradient(#FF3D00 16px, transparent 0), linear-gradient(#FF3D00 16px, transparent 0), linear-gradient(#FFF 16px, transparent 0);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left top, left bottom, right top, right bottom;
    animation: rotate-b-62w0yqsros 1s linear infinite;
}

@keyframes rotate-b-62w0yqsros {
    0% {
        width: 64px;
        height: 64px;
        transform: rotate(0deg)
    }

    50% {
        width: 30px;
        height: 30px;
        transform: rotate(180deg)
    }

    100% {
        width: 64px;
        height: 64px;
        transform: rotate(360deg)
    }
}
    
    
