@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-d9id989vd7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-d9id989vd7] {
    flex: 1;
}

.sidebar[b-d9id989vd7] {
    background-color: rgb(49 53 65)
}

.top-row[b-d9id989vd7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-d9id989vd7]  a, .top-row[b-d9id989vd7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-d9id989vd7]  a:hover, .top-row[b-d9id989vd7]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-d9id989vd7]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.content[b-d9id989vd7] {
    height: calc(100vh - 5em);
    width: calc(100vw - 250px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

@media (max-width: 640.98px) {
    .top-row[b-d9id989vd7] {
        justify-content: space-between;
    }

        .top-row[b-d9id989vd7]  a, .top-row[b-d9id989vd7]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-d9id989vd7] {
        flex-direction: row;
    }

    .sidebar[b-d9id989vd7] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-d9id989vd7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-d9id989vd7]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }
}

#blazor-error-ui[b-d9id989vd7] {
    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-d9id989vd7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/Widgets/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6e5vczep03] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-6e5vczep03] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-6e5vczep03] {
    height: 5rem;
    background-color: rgb(46 49 60);
}

.navbar-brand[b-6e5vczep03] {
    font-size: 1.1rem;
}

.bi[b-6e5vczep03] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-6e5vczep03] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6e5vczep03] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6e5vczep03] {
        padding-bottom: 1rem;
    }

    .nav-item .nav-link[b-6e5vczep03] {
        padding-left: 1.5em;
    }

    .nav-item[b-6e5vczep03]  .nav-link {
        color: rgb(126 137 165);
        background: none;
        border: none;
        height: var(--menu-height);
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        font-size: 1.2em;
        padding-left: 1em;
    }

    .nav-item[b-6e5vczep03]  a.active {
        color: #c7cbcf;
        background: #ffffff0d;
    }

    .nav-item[b-6e5vczep03]  .nav-link:hover {
        color: #007be9;
    }

    .nav-item[b-6e5vczep03]  .nav-link.nav-parrent {
        color: #fff;
        position: relative;
    }

        .nav-item[b-6e5vczep03]  .nav-link.nav-parrent.x:after {
            content: "";
            position: absolute;
            right: 1em;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 5px 0 5px;
            border-color: #595959 transparent transparent transparent;
        }

    .nav-item .nav-childs[b-6e5vczep03]  .nav-link {
        padding-left: 2.75em;
        position: relative;
    }

        .nav-item .nav-childs[b-6e5vczep03]  .nav-link:before,
        .nav-item .nav-childs[b-6e5vczep03]  .nav-link:after {
            background: rgb(126 137 165 / 25%);
        }

        .nav-item .nav-childs[b-6e5vczep03]  .nav-link:before {
            content: '';
            display: block;
            position: absolute;
            height: var(--menu-height);
            top: 0;
            width: 2px;
            left: 1.5em;
        }

        .nav-item .nav-childs[b-6e5vczep03]  .nav-link:last-child:before {
            content: '';
            display: block;
            position: absolute;
            height: calc(var(--menu-height) / 2);
        }

        .nav-item .nav-childs[b-6e5vczep03]  .nav-link:after {
            content: '';
            display: block;
            position: absolute;
            height: 2px;
            top: calc(var(--menu-height) / 2);
            width: 0.5em;
            left: 1.5em;
        }



.nav-scrollable[b-6e5vczep03] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-6e5vczep03] {
    display: block;
}

.shop-image[b-6e5vczep03] {
    height: 26px;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6e5vczep03] {
        display: none;
    }

    .nav-scrollable[b-6e5vczep03] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/Widgets/SidePanelWidget.razor.rz.scp.css */
/* /Components/Layout/Widgets/TopBarWidget.razor.rz.scp.css */
.topbar[b-n1yp2yxtxh] {
    background: var(--topbar-bg-color);
}

.burger-btn[b-n1yp2yxtxh] {
    font-size: 2rem;
    color: var(--topbar-color);
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.3rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toggle-line[b-n1yp2yxtxh],
.toggle-line[b-n1yp2yxtxh]::before,
.toggle-line[b-n1yp2yxtxh]::after {
    content: '';
    display: block;
    background: var(--topbar-color);
    width: 20px;
    height: 2px;
    transition: 0.6s;
}

.toggle-line[b-n1yp2yxtxh] {
    margin-top: -12px;
}

    .toggle-line[b-n1yp2yxtxh]::before {
        margin-top: 6px;
    }

    .toggle-line[b-n1yp2yxtxh]::after {
        margin-top: 4px;
    }

    .toggle-line.collapsed[b-n1yp2yxtxh] {
        width: 15px;
    }

        .toggle-line.collapsed[b-n1yp2yxtxh]::before {
            width: 10px;
        }

        .toggle-line.collapsed[b-n1yp2yxtxh]::after {
            width: 15px;
        }

.topbar-action-button[b-n1yp2yxtxh] {
    font-size: 1.2rem;
    color: var(--topbar-color);
    width: 2rem;
    height: 2rem;
    padding: 0.3rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /Components/Pages/Auth/LoginPage.razor.rz.scp.css */
.divider-text-center[b-kggueqh42l] {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    color: #aaa;
}

    .divider-text-center[b-kggueqh42l]::before, .divider-text-center[b-kggueqh42l]::after {
        content: "";
        width: 45%;
        border-top: #ddd 1px solid;
        display: block;
        margin-top: 12px;
    }



.login-page[b-kggueqh42l] {
}

    .login-page[b-kggueqh42l]:after {
    }

.login-panel[b-kggueqh42l] {
    width: 100%;
}

    .login-panel .login-title[b-kggueqh42l] {
        background: var(--bs-danger);
    }


.gsi-material-button[b-kggueqh42l] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: #f2f2f2;
    background-image: none;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
}

    .gsi-material-button .gsi-material-button-icon[b-kggueqh42l] {
        height: 20px;
        margin-right: 12px;
        min-width: 20px;
        width: 20px;
    }

    .gsi-material-button .gsi-material-button-content-wrapper[b-kggueqh42l] {
        -webkit-align-items: center;
        align-items: center;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }

    .gsi-material-button .gsi-material-button-contents[b-kggueqh42l] {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        font-family: 'Roboto', arial, sans-serif;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }

    .gsi-material-button .gsi-material-button-state[b-kggueqh42l] {
        -webkit-transition: opacity .218s;
        transition: opacity .218s;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .gsi-material-button:disabled[b-kggueqh42l] {
        cursor: default;
        background-color: #ffffff61;
    }

        .gsi-material-button:disabled .gsi-material-button-state[b-kggueqh42l] {
            background-color: #1f1f1f1f;
        }

        .gsi-material-button:disabled .gsi-material-button-contents[b-kggueqh42l] {
            opacity: 38%;
        }

        .gsi-material-button:disabled .gsi-material-button-icon[b-kggueqh42l] {
            opacity: 38%;
        }

    .gsi-material-button:not(:disabled):active .gsi-material-button-state[b-kggueqh42l],
    .gsi-material-button:not(:disabled):focus .gsi-material-button-state[b-kggueqh42l] {
        background-color: #001d35;
        opacity: 12%;
    }

    .gsi-material-button:not(:disabled):hover[b-kggueqh42l] {
        -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    }

        .gsi-material-button:not(:disabled):hover .gsi-material-button-state[b-kggueqh42l] {
            background-color: #001d35;
            opacity: 8%;
        }
@media (min-width: 576px) {
    .login-panel[b-kggueqh42l] {
        width: 400px;
    }
}
/* /Components/Pages/CRM/CustomerDetailPage.razor.rz.scp.css */
.customer-container[b-7ed17ljl7y] {
 
}

    .customer-container > .customer-detail[b-7ed17ljl7y] {
  
    }

        .customer-container > .customer-detail label[b-7ed17ljl7y] {
            
        }

    .customer-container > .customer-devices[b-7ed17ljl7y] {
     
    }
/* /Components/Pages/Reportings/IncidentPage.razor.rz.scp.css */
.route[b-9p03tu1hvc] {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
}

    .route[b-9p03tu1hvc], .route *[b-9p03tu1hvc] {
        cursor: pointer;
    }


        .route.active[b-9p03tu1hvc] {
            background: #f1f1f1;
            border: 1px solid red;
        }

        .route:hover[b-9p03tu1hvc] {
            background: #e1e1e1;
        }

.vehicle[b-9p03tu1hvc] {
}

.status-icon[b-9p03tu1hvc] {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
}
/* /Components/Widgets/CodeBlockWidget.razor.rz.scp.css */
.code-container[b-b1tw85a5z6] {
    position: relative;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 5px;
    font-family: monospace;
}

pre[b-b1tw85a5z6] {
    margin: 0;
}

button[b-b1tw85a5z6] {
    position: absolute;
    top: 4px;
    right: 4px;
    background-color: #a9a9a9;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    button:hover[b-b1tw85a5z6] {
        background-color: #0056b3;
    }
/* /Components/Widgets/DataTables/DataTableWidget.razor.rz.scp.css */
thead th[b-0d6nnv3s74] {
    background-color: #dc3545;
    color: white;
}
/* /Components/Widgets/IndeterminateProgressBar.razor.rz.scp.css */
.progress-bar[b-qx8chieaxl] {
    height: 4px;
    background-color: rgb(206 5 5 / 20%);
    width: 100%;
    overflow: hidden;
}

.progress-bar-value[b-qx8chieaxl] {
    width: 100%;
    height: 100%;
    background-color: rgb(206 5 5);
    animation: indeterminateAnimation-b-qx8chieaxl 1s infinite linear;
    transform-origin: 0% 50%;
}

@keyframes indeterminateAnimation-b-qx8chieaxl {
    0% {
        transform: translateX(0) scaleX(0);
    }

    40% {
        transform: translateX(0) scaleX(0.4);
    }

    100% {
        transform: translateX(100%) scaleX(0.5);
    }
}
/* /Components/Widgets/LoadingBarWidget.razor.rz.scp.css */
.loader[b-gwf7i0rzgv] {
    transform: rotateZ(45deg) translateX(-50%) translateY(-50%);
    perspective: 1000px;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    color: #5a90f7;
}

    .loader[b-gwf7i0rzgv]:before,
    .loader[b-gwf7i0rzgv]:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: inherit;
        height: inherit;
        border-radius: 50%;
        transform: rotateX(70deg);
        animation: 1s spin-b-gwf7i0rzgv linear infinite;
    }

    .loader[b-gwf7i0rzgv]:after {
        color: #FF3D00;
        transform: rotateY(70deg);
        animation-delay: .4s;
    }

@keyframes rotate-b-gwf7i0rzgv {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw-b-gwf7i0rzgv {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spin-b-gwf7i0rzgv {
    0%, 100% {
        box-shadow: .2em 0px 0 0px currentcolor;
    }

    12% {
        box-shadow: .2em .2em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 .2em 0 0px currentcolor;
    }

    37% {
        box-shadow: -.2em .2em 0 0 currentcolor;
    }

    50% {
        box-shadow: -.2em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -.2em -.2em 0 0 currentcolor;
    }

    75% {
        box-shadow: 0px -.2em 0 0 currentcolor;
    }

    87% {
        box-shadow: .2em -.2em 0 0 currentcolor;
    }
}
/* /Components/Widgets/LoadingIndicatorWithText.razor.rz.scp.css */
.loading-widget[b-igf9xbxa1j] {
    display: flex;
    align-items: center;
}

    .loading-widget > span[b-igf9xbxa1j] {
        display: inline-block;
    }

.loader[b-igf9xbxa1j] {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    background: #ff8100;
    box-sizing: border-box;
    animation: flipX-b-4yx5o6t8we 1s linear infinite;
}

@keyframes flipX-b-igf9xbxa1j {
    0% {
        transform: perspective(200px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
    }

    100% {
        transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
    }
}
/* /Components/Widgets/Maps/LocationSelectionWidget.razor.rz.scp.css */
#map[b-3drtzo0vc8] {
    height: 100%;
    flex-grow: 1;
    min-height: 200px;
}
/* /Components/Widgets/Maps/MapWidget.razor.rz.scp.css */

#map[b-a8y7hdf3ub] {
    height: 100%;
    flex-grow: 1;
}
/* /Components/Widgets/SearchBarWidget.razor.rz.scp.css */
.search-bar[b-luffitbt08] {
    display: inline-block;
    position: relative;
}

    .search-bar > input[type=text][b-luffitbt08] {
        border: #aaa 1px solid;
        border-radius: 26px;
        padding-left: 26px;
        padding-right: 32px;
        display: inline-block;
        height: 32px;
        outline: none;
        transition: 0.5s;
        color: #999;
        width: 200px;
    }

    .search-bar > a[b-luffitbt08] {
        position: absolute;
        right: 10px;
        top: 0px;
        height: 32px;
        width: 32px;
        justify-content: center;
        align-items: center;
        color: #aaa;
        display: flex;
    }

    .search-bar > input[type=text]:focus[b-luffitbt08] {
        border: #666 1px solid;
        color: #333;
        width: 400px;
        padding-right: 26px;
    }

        .search-bar > input[type=text]:focus + a[b-luffitbt08] {
            display: none;
        }

    .search-bar > a:hover[b-luffitbt08] {
        cursor: pointer;
    }
/* /Components/Widgets/SwitchButtonWidget.razor.rz.scp.css */
/* Basic styles for the switch */
.switch[b-sr9ywewanr] {
    position: relative;
    display: inline-block;
    width: 50px; /* Adjusted width proportionally */
    height: 28px; /* Adjusted height */
}

    .switch input[b-sr9ywewanr] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* Slider styles */
.slider[b-sr9ywewanr] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 28px; /* Adjusted border-radius */
}

    .slider[b-sr9ywewanr]:before {
        position: absolute;
        content: "";
        height: 20px; /* Adjusted height */
        width: 20px; /* Adjusted width */
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

    /* Checked state */
    input:checked + .slider[b-sr9ywewanr], .slider.active[b-sr9ywewanr] {
        background-color: var(--bs-primary);
    }

        input:checked + .slider[b-sr9ywewanr]:before, .slider.active[b-sr9ywewanr]:before {
            transform: translateX(22px); /* Adjusted transform value */
        }

    /* Adding a box shadow */
    .slider[b-sr9ywewanr]:before {
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    }

/* Adding a focus outline */
input:focus + .slider[b-sr9ywewanr] {
    box-shadow: 0 0 1px var(--bs-primary);
}
/* /Components/Widgets/Templetes/PageTemplete.razor.rz.scp.css */
.side-panel[b-oo1uzccysg] {
    -webkit-transition: width 0.35s ease, opacity 0.5s ease;
    -moz-transition: width 0.35s ease, opacity 0.5s ease;
    transition: width 0.35s ease, opacity 0.5s ease;
    /* Initially hidden */
    width: 0;
    opacity: 0;
    overflow: hidden; /* Hides the content when width is 0 */
    margin-left: 0;
    padding: 0;
    display: flex; /* Set display to flex */
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
}
    .side-panel .title[b-oo1uzccysg] {
        -webkit-transition: width 0.35s ease, opacity 0.5s ease;
        -moz-transition: width 0.35s ease, opacity 0.5s ease;
        transition: width 0.35s ease, opacity 0.5s ease;
        transition-delay: 0.3s;
        opacity: 0;
    }

    .side-panel.showing[b-oo1uzccysg] {
        width: 400px; /* Transition to this width */
        opacity: 1;
        margin-left: 1.3rem;
        padding: 12px 12px;
    }

        .side-panel.showing .title[b-oo1uzccysg] {
            transition-delay: 0.3s;
            opacity: 1;
        }

@media (max-width: 576px) {
    .side-panel.showing[b-oo1uzccysg] {
        width: 100%;
        margin-left: 0;
    }
}
