/* /Pages/Authentication/Login.razor.rz.scp.css */
.loginBox[b-3vyl7l8asy] {
    position: fixed;
    top: 20%;
    border-radius: 10px;
    width: 500px;
    padding:20px;
}
/* /Pages/Dashboards/OperatorDashboard/CompanyOperations/OfficeManagement/OfficeOrderItemComponent.razor.rz.scp.css */
.orderHistoryItem[b-am8v8mvvj4] {
    margin-block: 10px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 15%), 0 10px 10px 0 rgb(0 0 0 / 10%);
    padding: 10px;
}
/* /Pages/Dashboards/OperatorDashboard/CustomerRequests/CustomerRequestsComponent.razor.rz.scp.css */

.customerRequestsContainerPanel[b-amyoh0kwrc] {


    border: 1px solid grey;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 2px 2px 4px;
}
/* /Pages/Dashboards/OperatorDashboard/DrawerMenu/OperatorDrawerMenuItemComponent.razor.rz.scp.css */
.operatorDrawerMenuItem[b-kn6e5bz9y7] {
    background-color: white;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 2px 2px 0 rgb(0 0 0 /3%);
    margin-inline: 9px;
    margin-block: 8px;
    font-size: 20px;
    border-radius: 7px;
    padding: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.operatorDrawerMenuItem :hover[b-kn6e5bz9y7] {
    cursor: pointer;
}
/* /Pages/Dashboards/OperatorDashboard/DriverWorkingStatus/DriverWorkingStatusComponent.razor.rz.scp.css */
/* /Pages/Dashboards/OperatorDashboard/OperatorDashboard.razor.rz.scp.css */
#map[b-klada10fpl] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.operatorDashboardLeftControlBtnPannel[b-klada10fpl] {
    position: fixed;
    z-index: 0;
    top: 10px;
    left: 20px;
}

.operatorDashboardCreditBalanceComponent[b-klada10fpl] {
    position: fixed;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
    padding-inline: 12px;
    padding-block: 4px;
    background-color: white;
    z-index: 0;
    top: 15px;
    left: 80px;
    border-radius: 4px;
}

.operatorWalletBalanceComponent[b-klada10fpl] {
    
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
    padding-inline: 12px;
    padding-block: 4px;
    background-color: white;
    z-index: 0;
    border-radius: 4px;
}

.lastOrdersButton[b-klada10fpl] {
    position: fixed;
    z-index: 0;
    top: 20px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    right: 20px;
}

.serverConnectionSpace[b-klada10fpl] {
    position: fixed;
    z-index: 0;
    bottom: 5px;
    right: 50%;
}

.operatorNavMenu[b-klada10fpl] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: white;
    width: 250px;
    z-index: 1;
    animation: openOperatorDrawer-b-klada10fpl 0.5s;
    direction: ltr;
}

.operatorColapsedNavMenu[b-klada10fpl] {
    position: fixed;
    top: 0;
    left: -250px;
    height: 100%;
    background-color: white;
    width: 250px;
    z-index: 1;
    animation: closeOperatorDrawer-b-klada10fpl 0.5s;
    direction: ltr;
}

.lastOrdersSection[b-klada10fpl] {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    width: 30%;
    overflow-y: scroll;
    direction: ltr;
    z-index: 1;
    animation: openLastOrdersDrawer-b-klada10fpl 0.5s;
}

.lastOrdersSectionColapsed[b-klada10fpl] {
    position: fixed;
    top: 0;
    right: -30%;
    height: 100%;
    width: 30%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    animation: closeLastOrdersDrawer-b-klada10fpl 0.5s;
}

.customerRequestsSection[b-klada10fpl] {
    position: fixed;
    bottom: 0;
    left: 100px;
    background-color: white;
    width: 350px;
    z-index: 5;
    direction: ltr;
}

@keyframes openOperatorDrawer-b-klada10fpl {
    from {
        left: -250px;
    }

    to {
        left: 0px;
    }
}

@keyframes closeOperatorDrawer-b-klada10fpl {
    from {
        left: 0px;
    }

    to {
        left: -250px;
    }
}

@keyframes openLastOrdersDrawer-b-klada10fpl {
    from {
        right: -30%;
    }

    to {
        right: 0;
    }
}

@keyframes closeLastOrdersDrawer-b-klada10fpl {
    from {
        right: 0;
    }

    to {
        right: -30%;
    }
}
/* /Pages/Dashboards/OperatorDashboard/OrderOperations/CustomerSearchBoxComponent.razor.rz.scp.css */
.CustomerSearchBoxCard[b-eo132cl0f1] {
    position: inherit;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    top: 10px;
    padding : 10px;
    background-color: rgba(255, 255, 255);
    width: 35%;
    z-index: 2;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius:4px;
}

.searchInput[b-eo132cl0f1]{
    width : 80%;
    text-align : center;
    direction : ltr;
}

.searchResultPanel[b-eo132cl0f1] {
    position: inherit;
    background-color: transparent;
    width: 35%;
    z-index: 2;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.searchResultItem[b-eo132cl0f1] {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: rgba(255, 255, 255);
    margin-top: 5px;
    border-radius: 15px;
}

.searchResultItemCallNumber[b-eo132cl0f1] {
    display: block;
    text-align: center;
    background-color: #37474f;
    color: white;
    font-size: x-large;
}

.loadingModePanel[b-eo132cl0f1] {
    border-radius: 16px;
    position: inherit;
    background-color: white;
    width: fit-content;
    z-index: 2;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    padding : 20px;
}

.FailedModePanel[b-eo132cl0f1] {
    margin-top : 20px;
    border-radius: 25px;
    position: inherit;
    background-color: white;
    width: fit-content;
    z-index: 2;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 20px;
}
/* /Pages/Dashboards/OperatorDashboard/OrderOperations/OrderDetailGetterComponent.razor.rz.scp.css */
.OrderDetailBoxCard[b-engv8oyy0u] {
    position: inherit;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    top: 10px;
    padding: 10px;
    background-color: rgba(255, 255, 255);
    width: 60%;
    z-index: 20;
    display: block;
    margin-left: 10%;
    margin-right: auto !important;
    border-radius: 15px;
    max-height: 90vh;
    overflow-x:auto;
}

input[b-engv8oyy0u]::-webkit-outer-spin-button,
input[b-engv8oyy0u]::-webkit-inner-spin-button {
    display: none;
}

.numericInput[b-engv8oyy0u]{
    direction:ltr;
    text-align:center;
    padding:0 !important;
}
/* /Pages/Dashboards/OperatorDashboard/OrdersList/OperatorDashboardLastOrdersComponent.razor.rz.scp.css */


/* /Pages/Dashboards/OperatorDashboard/UpdateOrder/OrderImages_UpdateOrderComponent.razor.rz.scp.css */
.dropArea[b-sqij35x5gk] {
    margin-top:20px;
    border: 2px dashed #263238;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #37474f;
    font-size: 1rem;
    cursor: pointer;
    position: relative;
    min-height: 60px;
}

    .dropArea:hover[b-sqij35x5gk] {
        background-color: #455a64;
        color: #333;
    }

    .dropArea input[type=file][b-sqij35x5gk] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.dropAreaDrug[b-sqij35x5gk] {
    background-color: #546e7a;
}

.image-container[b-sqij35x5gk] {
    position: relative;
    height: 100px;
}

.image[b-sqij35x5gk] {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle[b-sqij35x5gk] {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.image-container:hover .image[b-sqij35x5gk] {
    opacity: 0.3;
}

.image-container:hover .middle[b-sqij35x5gk] {
    opacity: 1;
}

.text[b-sqij35x5gk] {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}






.fas.spinning[b-sqij35x5gk] {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@@keyframes spin {
    from[b-sqij35x5gk] {
        transform: scale(1) rotate(0deg);
    }

    to[b-sqij35x5gk] {
        transform: scale(1) rotate(360deg);
    }
}

@@-webkit-keyframes spin2 {
    from[b-sqij35x5gk] {
        -webkit-transform: rotate(0deg);
    }

    to[b-sqij35x5gk] {
        -webkit-transform: rotate(360deg);
    }
}
/* /Pages/Dashboards/OperatorDashboard/UpdateOrder/UpdateOrderComponent.razor.rz.scp.css */
.UpdateOrderDetailBoxCard[b-ubospnfmqh] {
    position: inherit;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
    top: 10px;
    background-color: rgba(255, 255, 255);
    width: 60%;
    z-index: 20;
    display: block;
    margin-left: 10%;
    margin-right: auto !important;
    border-radius: 8px;
    max-height: 90vh;
    overflow-x: auto;
}
/* /Pages/Dashboards/SharedComponents/CustomerPages/CustomerOrdersHistoryComponent.razor.rz.scp.css */

.orderHistoryItem[b-n2mvkzeruw] {
    margin-block: 10px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 15%), 0 10px 10px 0 rgb(0 0 0 / 10%);
    padding: 10px;
}
/* /Pages/Dashboards/SharedComponents/DriverDocuments/DriverDocumentsComponent.razor.rz.scp.css */
.dropArea[b-8v6hqdq1e0] {
    border: 2px dashed #263238;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #37474f;
    font-size: 1rem;
    cursor: pointer;
    position: relative;
    min-height: 200px;
}

    .dropArea:hover[b-8v6hqdq1e0] {
        background-color: #455a64;
        color: #333;
    }

    .dropArea input[type=file][b-8v6hqdq1e0] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.dropAreaDrug[b-8v6hqdq1e0] {
    background-color: #546e7a;
}

.image-container[b-8v6hqdq1e0] {
    position: relative;
    height:200px;
}

.image[b-8v6hqdq1e0] {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle[b-8v6hqdq1e0] {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.image-container:hover .image[b-8v6hqdq1e0] {
    opacity: 0.3;
}

.image-container:hover .middle[b-8v6hqdq1e0] {
    opacity: 1;
}

.text[b-8v6hqdq1e0] {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}






.fas.spinning[b-8v6hqdq1e0] {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@@keyframes spin {
    from[b-8v6hqdq1e0] {
        transform: scale(1) rotate(0deg);
    }

    to[b-8v6hqdq1e0] {
        transform: scale(1) rotate(360deg);
    }
}

@@-webkit-keyframes spin2 {
    from[b-8v6hqdq1e0] {
        -webkit-transform: rotate(0deg);
    }

    to[b-8v6hqdq1e0] {
        -webkit-transform: rotate(360deg);
    }
}
/* /Pages/Dashboards/SharedComponents/SearchDriverComponent.razor.rz.scp.css */
.searchDriverItem[b-cuzxta87z2] {
    background-color: white;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 15%), 0 10px 10px 0 rgb(0 0 0 / 10%);
    margin-inline: 9px;
    margin-block: 15px;
    border-radius: 7px;
    padding: 10px;
    padding-inline : 30px;
}
/* /Pages/Dashboards/SharedComponents/VehicleDocuments/VehicleDocumentsComponent.razor.rz.scp.css */
.dropArea[b-nefhdtyxb9] {
    border: 2px dashed #263238;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #37474f;
    font-size: 1rem;
    cursor: pointer;
    position: relative;
    min-height: 200px;
}

    .dropArea:hover[b-nefhdtyxb9] {
        background-color: #455a64;
        color: #333;
    }

    .dropArea input[type=file][b-nefhdtyxb9] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.dropAreaDrug[b-nefhdtyxb9] {
    background-color: #546e7a;
}

.image-container[b-nefhdtyxb9] {
    position: relative;
    height: 200px;
}

.image[b-nefhdtyxb9] {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle[b-nefhdtyxb9] {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.image-container:hover .image[b-nefhdtyxb9] {
    opacity: 0.3;
}

.image-container:hover .middle[b-nefhdtyxb9] {
    opacity: 1;
}

.text[b-nefhdtyxb9] {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}






.fas.spinning[b-nefhdtyxb9] {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@@keyframes spin {
    from[b-nefhdtyxb9] {
        transform: scale(1) rotate(0deg);
    }

    to[b-nefhdtyxb9] {
        transform: scale(1) rotate(360deg);
    }
}

@@-webkit-keyframes spin2 {
    from[b-nefhdtyxb9] {
        -webkit-transform: rotate(0deg);
    }

    to[b-nefhdtyxb9] {
        -webkit-transform: rotate(360deg);
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-iy7bgxydb9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-iy7bgxydb9] {
    flex: 1;
}

.sidebar[b-iy7bgxydb9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-iy7bgxydb9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-iy7bgxydb9]  a, .top-row[b-iy7bgxydb9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-iy7bgxydb9]  a:hover, .top-row[b-iy7bgxydb9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-iy7bgxydb9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-iy7bgxydb9] {
        display: none;
    }

    .top-row.auth[b-iy7bgxydb9] {
        justify-content: space-between;
    }

    .top-row[b-iy7bgxydb9]  a, .top-row[b-iy7bgxydb9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-iy7bgxydb9] {
        flex-direction: row;
    }

    .sidebar[b-iy7bgxydb9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-iy7bgxydb9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-iy7bgxydb9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-iy7bgxydb9], article[b-iy7bgxydb9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-qd4imilsz2] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-qd4imilsz2] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-qd4imilsz2] {
    font-size: 1.1rem;
}

.oi[b-qd4imilsz2] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-qd4imilsz2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-qd4imilsz2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-qd4imilsz2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-qd4imilsz2]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-qd4imilsz2]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-qd4imilsz2]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-qd4imilsz2] {
        display: none;
    }

    .collapse[b-qd4imilsz2] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
