@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/AxleLoadSystem/Components/CustomComponents/ConfirmDialog.razor.rz.scp.css */
dialog[b-3x5im2obck] {
    padding: 0;
    border: 0;
}
.dark-mode dialog[b-3x5im2obck]{
    color:white;
}
    dialog[b-3x5im2obck]::backdrop {
        background-color: black;
        opacity:.5
    }
.modal-dialog[b-3x5im2obck]{
    margin:0 !important;
}
.modal-body[b-3x5im2obck]{
    padding:50px;
}
/* _content/AxleLoadSystem/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-obh0ibfu6q] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-obh0ibfu6q] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AxleLoadSystem/Components/Layout/ThemeToggleButton.razor.rz.scp.css */
*[b-pufurczk1m] {
    box-sizing: border-box;
}

.switch[b-pufurczk1m] {
    /*position: relative;*/
    /*overflow: hidden;*/
    width: 7.5rem;
    height: 4rem;
    /*Adjust size of toggle button*/
    transform: scale(0.5);
    margin-right:-2rem; /*To adjust right side gap*/
}

    .switch input[b-pufurczk1m] {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
    }

    .switch label2[b-pufurczk1m] {
        cursor: pointer;
    }

.background[b-pufurczk1m] {
    z-index: 1;
    position: absolute;
    width: 7.5rem;
    height: 4rem;
    border-radius: 2.5rem;
    border: 0.25rem solid #202020;
    background: linear-gradient(to right, #484848 0%,#202020 100%);
    transition: all 0.3s;
}

.switch input:checked ~ .fill[b-pufurczk1m] {
    background: #E9F8FD;
}

.stars1[b-pufurczk1m],
.stars2[b-pufurczk1m] {
    position: absolute;
    height: 0.4rem;
    width: 0.4rem;
    background: #FFFFFF;
    border-radius: 50%;
    transition: 0.3s all ease;
}

.stars1[b-pufurczk1m] {
    top: 6px;
    right: 23px;
}

.stars2[b-pufurczk1m] {
    top: 40px;
    right: 48px;
}

    .stars1[b-pufurczk1m]:after,
    .stars1[b-pufurczk1m]:before,
    .stars2[b-pufurczk1m]:after,
    .stars2[b-pufurczk1m]:before {
        position: absolute;
        content: "";
        display: block;
        height: 0.25rem;
        width: 0.25rem;
        background: #FFFFFF;
        border-radius: 50%;
        transition: 0.2s all ease;
    }

.stars1[b-pufurczk1m]:after {
    top: 8px;
    right: 20px;
}

.stars1[b-pufurczk1m]:before {
    top: 18px;
    right: -12px;
}

.stars2[b-pufurczk1m]:after {
    top: -8px;
    right: -16px;
}

.stars2[b-pufurczk1m]:before {
    top: 6px;
    right: -26px;
}

.sun-moon[b-pufurczk1m] {
    z-index: 2;
    position: absolute;
    left: 0;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    margin: 0.5rem;
    background: #FFFDF2;
    border-radius: 50%;
    transition: all 0.5s ease;
    /* Default to Moon */
    border: 0.25rem solid #DEE2C6;
}

    .sun-moon .dots[b-pufurczk1m] {
        position: absolute;
        top: 3px;
        left: 23px;
        height: 1rem;
        width: 1rem;
        background: #EFEEDB;
        border: 0.25rem solid #DEE2C6;
        border-radius: 50%;
        transition: 0.4s all ease;
    }

        .sun-moon .dots[b-pufurczk1m]:after,
        .sun-moon .dots[b-pufurczk1m]:before {
            position: absolute;
            content: "";
            display: block;
            height: 0.25rem;
            width: 0.25rem;
            background: #EFEEDB;
            border: 0.25rem solid #DEE2C6;
            border-radius: 50%;
            transition: 0.4s all ease;
        }

        .sun-moon .dots[b-pufurczk1m]:after {
            top: -4px;
            left: -26px;
        }

        .sun-moon .dots[b-pufurczk1m]:before {
            top: 18px;
            left: -10px;
        }

/* Transition to Sun */

.switch input:checked ~ .sun-moon[b-pufurczk1m] {
    left: calc(100% - 4rem);
    background: #F5EC59;
    border-color: #E7C65C;
    transform: rotate(-25deg);
}

    .switch input:checked ~ .sun-moon .dots[b-pufurczk1m],
    .switch input:checked ~ .sun-moon .dots[b-pufurczk1m]:after,
    .switch input:checked ~ .sun-moon .dots[b-pufurczk1m]:before {
        background: #FFFFFF;
        border-color: #FFFFFF;
    }

    .switch input:checked ~ .sun-moon .dots[b-pufurczk1m] {
        height: 1.5rem;
        width: 1.5rem;
        top: 0px;
        left: -20px;
        transform: rotate(25deg);
    }

        .switch input:checked ~ .sun-moon .dots[b-pufurczk1m]:after {
            height: 0.65rem;
            width: 0.65rem;
            top: 2px;
            left: -12px;
        }

        .switch input:checked ~ .sun-moon .dots[b-pufurczk1m]:before {
            height: 0.4rem;
            width: 0.4rem;
            top: 6px;
            left: 14px;
        }

.switch input:checked ~ .background .stars1[b-pufurczk1m],
.switch input:checked ~ .background .stars2[b-pufurczk1m] {
    opacity: 0;
    transform: translateY(2rem);
}

.switch input:checked ~ .background[b-pufurczk1m] {
    border: 0.25rem solid #78C1D5;
    background: linear-gradient(to right, #78C1D5 0%, #BBE7F5 100%);
}
/* _content/AxleLoadSystem/Components/Modules/Admin/Files/DataByFileTableComponent.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-om73wjzx35] {
    height: 25rem;
    overflow-y: auto;
}

    .grid[b-om73wjzx35]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-om73wjzx35] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-om73wjzx35] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-om73wjzx35] tbody td {
    white-space: normal; 
    overflow: visible; 
    max-width: none;
    text-overflow: clip;
}
/* _content/AxleLoadSystem/Components/Modules/Authentication/Login.razor.rz.scp.css */
.form[b-5iobyzuc7c] {
    margin: 40px;
    position: absolute;
}

label[b-5iobyzuc7c] {
    color: #c2c2c5;
    display: block;
    font-size: 14px;
    height: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
}

input[b-5iobyzuc7c] {
    background: transparent;
    border: 0;
    color: #f2f2f2;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    outline: none !important;
    width: 100%;
}

    input[b-5iobyzuc7c]::-moz-focus-inner {
        border: 0;
    }

#submit[b-5iobyzuc7c] {
    color: #707075;
    margin-top: 40px;
    transition: color 300ms;
}

    #submit:focus[b-5iobyzuc7c] {
        color: #f2f2f2;
    }

    #submit:active[b-5iobyzuc7c] {
        color: #d0d0d2;
    }
/* _content/AxleLoadSystem/Components/Modules/Authentication/LoginLayout.razor.rz.scp.css */
@@import url('https://rsms.me/inter/inter-ui.css');

[b-lbibwmgwf3]::selection {
    background: #2D2F36;
}

[b-lbibwmgwf3]::-webkit-selection {
    background: #2D2F36;
}

[b-lbibwmgwf3]::-moz-selection {
    background: #2D2F36;
}

body[b-lbibwmgwf3] {
    background: white;
    font-family: 'Inter UI', sans-serif;
    margin: 0;
    padding: 20px;
}

.page[b-lbibwmgwf3] {
    background: #e2e2e5;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: absolute;
    place-content: center;
    width: 100%;
}

@media (max-width: 767px) {
    .page[b-lbibwmgwf3] {
        height: auto;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

.container[b-lbibwmgwf3] {
    display: flex;
    height: 320px;
    margin: 0 auto;
    width: 640px;
}

@media (max-width: 767px) {
    .container[b-lbibwmgwf3] {
        flex-direction: column;
        height: 630px;
        width: 320px;
    }
}

.left[b-lbibwmgwf3] {
    background: white;
    height: calc(100% - 40px);
    top: 20px;
    position: relative;
    width: 50%;
}

@media (max-width: 767px) {
    .left[b-lbibwmgwf3] {
        height: 100%;
        left: 20px;
        width: calc(100% - 40px);
        max-height: 270px;
    }
}

.login[b-lbibwmgwf3] {
    font-size: 50px;
    font-weight: 900;
    color: #c2c2c5;
    text-align: center;
    margin: 5px 40px 5px;
}
.logo[b-lbibwmgwf3]{
    text-align: center;
}
.logo img[b-lbibwmgwf3]{
    max-height:100px;
}
.eula[b-lbibwmgwf3] {
    color: #999;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin: 20px;
}

.right[b-lbibwmgwf3] {
    background: #474A59;
    box-shadow: 0px 0px 40px 16px rgba(0,0,0,0.22);
    color: #F1F1F2;
    position: relative;
    width: 50%;
}

@media (max-width: 767px) {
    .right[b-lbibwmgwf3] {
        flex-shrink: 0;
        height: 100%;
        width: 100%;
        max-height: 350px;
    }
}

svg[b-lbibwmgwf3] {
    position: absolute;
    width: 320px;
}

path[b-lbibwmgwf3] {
    fill: none;
    stroke: url(#linearGradient);
    ;
    stroke-width: 4;
    stroke-dasharray: 240 1386;
}

/* _content/AxleLoadSystem/Components/Modules/User/AxleLoadData/DailyDataTableComponent.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-pzpkqumgl5] {
    height: 25rem;
    overflow-y: auto;
}

    .grid[b-pzpkqumgl5]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-pzpkqumgl5] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-pzpkqumgl5] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-pzpkqumgl5] tbody td {
    white-space: normal; 
    overflow: visible; 
    max-width: none;
    text-overflow: clip;
}
