/* /Components/Toast.razor.rz.scp.css */
/*Toast*/
.cs-toast[b-hvff1v0kac]
{
    display: none;
    padding: 1.5rem;
    color: #fff;
    z-index: 999;
    width: 25rem;
    top: 1rem;
    border-radius: 1rem;
    right: 1rem;
    /* MLV Changed */
    /* position: absolute; */
    position: fixed;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.5);
}

.cs-toast-icon[b-hvff1v0kac]
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
    background-color: transparent;
}

.cs-toast-close[b-hvff1v0kac]
{
    color: white;
    background: none;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    cursor: pointer;
}

.cs-toast-body[b-hvff1v0kac]
{
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

.cs-toast-body p[b-hvff1v0kac]
{
    margin-bottom: 0;
}

.cs-toast-visible[b-hvff1v0kac]
{
    display: flex;
    flex-direction: row;
    animation: fadein-b-hvff1v0kac 1.5s;
}

@keyframes fadein-b-hvff1v0kac
{
    from
    {
        opacity: 0;
    }

    to
    {
        opacity: 1;
    }
}

@media (max-width: 992px)
{
    .cs-toast[b-hvff1v0kac]
    {
        width: 90%; /* 70% of the window width */
        left: 50%; /* Center the toast horizontally */
        top: 50%; /* Center the toast vertically */
        transform: translate(-50%, -50%); /* Offset both horizontally and vertically */
        position: absolute; /* Ensure the element is positioned relative to the viewport */
        right: initial; /* Remove the right positioning */
    }

    .cs-toast-icon[b-hvff1v0kac]
    {
        font-size: 1.5rem; /* Smaller icon size */
    }

    .cs-toast-body[b-hvff1v0kac]
    {
        font-size: 0.9rem; /* Smaller font size for the toast body */
    }
}
/* /Pages/DataDemurrage/DemurrageCalculation.razor.rz.scp.css */
body #VoyageEdit[b-3xm0q3h0p2],
html #VoyageEdit[b-3xm0q3h0p2],
body #VoyageEdit .form-control[b-3xm0q3h0p2],
vsi-input[b-3xm0q3h0p2],
input[b-3xm0q3h0p2]
{
    /*font-size: 12px !important;*/
}


/* /Pages/DataDemurrage/DemurrageInProcessCalculation.razor.rz.scp.css */
body #VoyageEdit[b-176yrbpsme],
html #VoyageEdit[b-176yrbpsme],
body #VoyageEdit .form-control[b-176yrbpsme],
vsi-input[b-176yrbpsme],
input[b-176yrbpsme]
{
    /*font-size: 12px !important;*/
}


/* /Pages/DataEquipmentControl/ContainerLoadSheet.razor.rz.scp.css */
body #VoyageEdit[b-gcq1mdd5gc],
html #VoyageEdit[b-gcq1mdd5gc],
body #VoyageEdit .form-control[b-gcq1mdd5gc],
vsi-input[b-gcq1mdd5gc],
input[b-gcq1mdd5gc]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportAkteVanInklaring.razor.rz.scp.css */
body #VoyageEdit[b-zghgph1e1m],
html #VoyageEdit[b-zghgph1e1m],
body #VoyageEdit .form-control[b-zghgph1e1m],
vsi-input[b-zghgph1e1m],
input[b-zghgph1e1m]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportAPCommissionList.razor.rz.scp.css */
body #VoyageEdit[b-wggvatozaa],
html #VoyageEdit[b-wggvatozaa],
body #VoyageEdit .form-control[b-wggvatozaa],
vsi-input[b-wggvatozaa],
input[b-wggvatozaa]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportAPDemurragePaid.razor.rz.scp.css */
body #VoyageEdit[b-5lztwegv76],
html #VoyageEdit[b-5lztwegv76],
body #VoyageEdit .form-control[b-5lztwegv76],
vsi-input[b-5lztwegv76],
input[b-5lztwegv76]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportAPLinerIncassoOverview.razor.rz.scp.css */
body #VoyageEdit[b-3rwwhi77bj],
html #VoyageEdit[b-3rwwhi77bj],
body #VoyageEdit .form-control[b-3rwwhi77bj],
vsi-input[b-3rwwhi77bj],
input[b-3rwwhi77bj]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportARAging.razor.rz.scp.css */
body #VoyageEdit[b-b3yfr1g543],
html #VoyageEdit[b-b3yfr1g543],
body #VoyageEdit .form-control[b-b3yfr1g543],
vsi-input[b-b3yfr1g543],
input[b-b3yfr1g543]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportARBankDeposit.razor.rz.scp.css */
body #VoyageEdit[b-4trv2ktbu5],
html #VoyageEdit[b-4trv2ktbu5],
body #VoyageEdit .form-control[b-4trv2ktbu5],
vsi-input[b-4trv2ktbu5],
input[b-4trv2ktbu5]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportARCashReceipt.razor.rz.scp.css */
body #VoyageEdit[b-frl2f4c2aw],
html #VoyageEdit[b-frl2f4c2aw],
body #VoyageEdit .form-control[b-frl2f4c2aw],
vsi-input[b-frl2f4c2aw],
input[b-frl2f4c2aw]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportARCreditInvoice.razor.rz.scp.css */
body #VoyageEdit[b-1shlwwgf03],
html #VoyageEdit[b-1shlwwgf03],
body #VoyageEdit .form-control[b-1shlwwgf03],
vsi-input[b-1shlwwgf03],
input[b-1shlwwgf03]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportARDemurrageInvoice.razor.rz.scp.css */
body #VoyageEdit[b-821zwzrwqu],
html #VoyageEdit[b-821zwzrwqu],
body #VoyageEdit .form-control[b-821zwzrwqu],
vsi-input[b-821zwzrwqu],
input[b-821zwzrwqu]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportARFreightInvoice.razor.rz.scp.css */
body #VoyageEdit[b-4qjyz4inuw],
html #VoyageEdit[b-4qjyz4inuw],
body #VoyageEdit .form-control[b-4qjyz4inuw],
vsi-input[b-4qjyz4inuw],
input[b-4qjyz4inuw]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportARIncassoOverview.razor.rz.scp.css */
body #VoyageEdit[b-cyha2k7w1q],
html #VoyageEdit[b-cyha2k7w1q],
body #VoyageEdit .form-control[b-cyha2k7w1q],
vsi-input[b-cyha2k7w1q],
input[b-cyha2k7w1q]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportARPaymentDistribution.razor.rz.scp.css */
body #VoyageEdit[b-7uvp88qcqz],
html #VoyageEdit[b-7uvp88qcqz],
body #VoyageEdit .form-control[b-7uvp88qcqz],
vsi-input[b-7uvp88qcqz],
input[b-7uvp88qcqz]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportBalieCheckList.razor.rz.scp.css */
body #VoyageEdit[b-961qg6re32],
html #VoyageEdit[b-961qg6re32],
body #VoyageEdit .form-control[b-961qg6re32],
vsi-input[b-961qg6re32],
input[b-961qg6re32]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportBonaireShippingInstructions.razor.rz.scp.css */
body #VoyageEdit[b-3mat7ivka6],
html #VoyageEdit[b-3mat7ivka6],
body #VoyageEdit .form-control[b-3mat7ivka6],
vsi-input[b-3mat7ivka6],
input[b-3mat7ivka6]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportContainerInventoryList.razor.rz.scp.css */
body #VoyageEdit[b-n26ybi13yg],
html #VoyageEdit[b-n26ybi13yg],
body #VoyageEdit .form-control[b-n26ybi13yg],
vsi-input[b-n26ybi13yg],
input[b-n26ybi13yg]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportContainerMovesContainer.razor.rz.scp.css */
body #VoyageEdit[b-7ag8kdnye0],
html #VoyageEdit[b-7ag8kdnye0],
body #VoyageEdit .form-control[b-7ag8kdnye0],
vsi-input[b-7ag8kdnye0],
input[b-7ag8kdnye0]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportContainerMovesRange.razor.rz.scp.css */
body #VoyageEdit[b-9y6igmz9bl],
html #VoyageEdit[b-9y6igmz9bl],
body #VoyageEdit .form-control[b-9y6igmz9bl],
vsi-input[b-9y6igmz9bl],
input[b-9y6igmz9bl]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportContainerMovesVoyage.razor.rz.scp.css */
body #VoyageEdit[b-j113n4x5l7],
html #VoyageEdit[b-j113n4x5l7],
body #VoyageEdit .form-control[b-j113n4x5l7],
vsi-input[b-j113n4x5l7],
input[b-j113n4x5l7]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportCustomerDemurrageSpecialCharges.razor.rz.scp.css */
body #VoyageEdit[b-i5s4uoork0],
html #VoyageEdit[b-i5s4uoork0],
body #VoyageEdit .form-control[b-i5s4uoork0],
vsi-input[b-i5s4uoork0],
input[b-i5s4uoork0]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportDemurrageSales.razor.rz.scp.css */
body #VoyageEdit[b-kdwr9rebt4],
html #VoyageEdit[b-kdwr9rebt4],
body #VoyageEdit .form-control[b-kdwr9rebt4],
vsi-input[b-kdwr9rebt4],
input[b-kdwr9rebt4]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportDischargeList.razor.rz.scp.css */
body #VoyageEdit[b-ti2y3vh93n],
html #VoyageEdit[b-ti2y3vh93n],
body #VoyageEdit .form-control[b-ti2y3vh93n],
vsi-input[b-ti2y3vh93n],
input[b-ti2y3vh93n]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportEquipmentInterchangeReceipt.razor.rz.scp.css */
body #VoyageEdit[b-rzelweipe5],
html #VoyageEdit[b-rzelweipe5],
body #VoyageEdit .form-control[b-rzelweipe5],
vsi-input[b-rzelweipe5],
input[b-rzelweipe5]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportHazardousCargoList.razor.rz.scp.css */
body #VoyageEdit[b-1pfi2okyou],
html #VoyageEdit[b-1pfi2okyou],
body #VoyageEdit .form-control[b-1pfi2okyou],
vsi-input[b-1pfi2okyou],
input[b-1pfi2okyou]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportInvoiceLineItem.razor.rz.scp.css */
body #VoyageEdit[b-9v0s6xoywe],
html #VoyageEdit[b-9v0s6xoywe],
body #VoyageEdit .form-control[b-9v0s6xoywe],
vsi-input[b-9v0s6xoywe],
input[b-9v0s6xoywe]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportInvoiceTransfer.razor.rz.scp.css */
body #VoyageEdit[b-07e5e9u12i],
html #VoyageEdit[b-07e5e9u12i],
body #VoyageEdit .form-control[b-07e5e9u12i],
vsi-input[b-07e5e9u12i],
input[b-07e5e9u12i]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportLoadingCheckList.razor.rz.scp.css */
body #VoyageEdit[b-651wqb6fy4],
html #VoyageEdit[b-651wqb6fy4],
body #VoyageEdit .form-control[b-651wqb6fy4],
vsi-input[b-651wqb6fy4],
input[b-651wqb6fy4]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportLoadSheet.razor.rz.scp.css */
body #VoyageEdit[b-q64ip1ao5v],
html #VoyageEdit[b-q64ip1ao5v],
body #VoyageEdit .form-control[b-q64ip1ao5v],
vsi-input[b-q64ip1ao5v],
input[b-q64ip1ao5v]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportSalesAnalysis.razor.rz.scp.css */
body #VoyageEdit[b-x5h7hndz1e],
html #VoyageEdit[b-x5h7hndz1e],
body #VoyageEdit .form-control[b-x5h7hndz1e],
vsi-input[b-x5h7hndz1e],
input[b-x5h7hndz1e]
{
    /*font-size: 12px !important;*/
}


/* /Reports/ReportUserRights.razor.rz.scp.css */
body #VoyageEdit[b-b0ptkteast],
html #VoyageEdit[b-b0ptkteast],
body #VoyageEdit .form-control[b-b0ptkteast],
vsi-input[b-b0ptkteast],
input[b-b0ptkteast]
{
    /*font-size: 12px !important;*/
}


/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-m6ebq9emxk] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-m6ebq9emxk] {
    flex: 1;
}

.sidebar[b-m6ebq9emxk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-m6ebq9emxk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-m6ebq9emxk]  a, .top-row[b-m6ebq9emxk]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-m6ebq9emxk]  a:hover, .top-row[b-m6ebq9emxk]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-m6ebq9emxk]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer[b-m6ebq9emxk]
{
    color: #FFFFFF;
    height: 2rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    line-height: 2rem; /* Ensure the text is vertically centered */
}

.watermark[b-m6ebq9emxk]
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none; /* Ensures that the watermark doesn't interfere with other elements */
    z-index: -1; /* Ensure the watermark is behind other content */
}

.watermark-image[b-m6ebq9emxk]
{
    height: 50vh; /* Half the height of the viewport */
    opacity: 0.1; /* Adjust opacity for better blending */
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-m6ebq9emxk] {
        display: none;
    }

    .top-row.auth[b-m6ebq9emxk] {
        justify-content: space-between;
    }

    .top-row[b-m6ebq9emxk]  a, .top-row[b-m6ebq9emxk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-m6ebq9emxk] {
        flex-direction: column;
    }

    .sidebar[b-m6ebq9emxk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-m6ebq9emxk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-m6ebq9emxk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-m6ebq9emxk] {
        padding-left: 0.2rem !important;
        padding-right: 0.2rem !important;
    }

    article[b-m6ebq9emxk]
    {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-dark .navbar-nav .nav-link[b-70o9xtfprx]
{
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover[b-70o9xtfprx]
{
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.active[b-70o9xtfprx]
{
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-collapse[b-70o9xtfprx]
{
    z-index: 100;
}

@media (max-width: 992px)
{
    .navbar[b-70o9xtfprx]
    {
        width: 80%;
    }

    .navbar-dark .navbar-toggler-icon[b-70o9xtfprx]
    {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu[b-70o9xtfprx]
    {
        position: absolute;
        z-index: 1000;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item[b-70o9xtfprx]
    {
        color: rgba(255, 255, 255, 0.5);
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover[b-70o9xtfprx]
    {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item.active[b-70o9xtfprx],
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:active[b-70o9xtfprx]
    {
        color: white;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse[b-70o9xtfprx]
    {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        background-color: red;
    }

    .nav-item[b-70o9xtfprx]
    {
        padding-left: 10px;
    }
}
/* /Shared/NavMenuEmpty.razor.rz.scp.css */
.navbar-dark .navbar-nav .nav-link[b-cj33y1hby0]
{
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover[b-cj33y1hby0]
{
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.active[b-cj33y1hby0]
{
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-collapse[b-cj33y1hby0]
{
    z-index: 100;
}

@media (max-width: 992px)
{
    .navbar[b-cj33y1hby0]
    {
        width: 80%;
    }

    .navbar-dark .navbar-toggler-icon[b-cj33y1hby0]
    {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu[b-cj33y1hby0]
    {
        position: absolute;
        z-index: 1000;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item[b-cj33y1hby0]
    {
        color: rgba(255, 255, 255, 0.5);
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover[b-cj33y1hby0]
    {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item.active[b-cj33y1hby0],
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:active[b-cj33y1hby0]
    {
        color: white;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse[b-cj33y1hby0]
    {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        background-color: red;
    }

    .nav-item[b-cj33y1hby0]
    {
        padding-left: 10px;
    }
}
