/* /Pages/Components/BusyIndicationComponent.razor.rz.scp.css */
.overlay[b-4249f5crtx] {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
}

.SpinContainer[b-4249f5crtx] {
    width: 160px;
    height: 150px;
    background: #D3CCE3; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #E9E4F0, #D3CCE3); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #E9E4F0, #D3CCE3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */




    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    border-radius: 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.mainSpinner[b-4249f5crtx] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.MessageText[b-4249f5crtx] {
    color: black;
    font-size: 18px;
    position: absolute;
    bottom: 5px;
}
/* /Pages/Components/DriverComponent.razor.rz.scp.css */
.card[b-7s2gz5a1qa] {
    width: 400px;
    height: 550px;
    background-color: #1d2e44;
    border-radius: 30px;
    overflow: hidden;
}
.banner[b-7s2gz5a1qa]
{
    position : relative;
}

.banner img[b-7s2gz5a1qa] {
    width: 400px;
}

#imgDriver[b-7s2gz5a1qa] {
    position: absolute;
    width: 150px;
    height: 150px;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%,0%);
    overflow: hidden;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 75px;
    border: 2px solid #1d2e44;
}

#imgDriver img[b-7s2gz5a1qa]
{
    width : 170px;       
}

.content[b-7s2gz5a1qa] {
    background-color: whitesmoke;
    height: 100%;
    padding: 30px 10px 10px 10px;
    color: #222c3f;
}

     h1[b-7s2gz5a1qa],h4[b-7s2gz5a1qa],h5[b-7s2gz5a1qa] {
        align-content: center;       
        text-align: center;
    }




.clr[b-7s2gz5a1qa]
{
    width : 30px;
    height : 30px;
    border-radius : 15px;
}



/* /Pages/Components/JobComponent.razor.rz.scp.css */
.jobContainer[b-wjk45yy9ct] {
    /*    position: absolute;
*/

    height: 100%; /*750px*/
    /* top: calc((100vh - 650px) / 2);*/
    /*top : 55px;
    right: 5px;*/
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    overflow: scroll;
    transition-duration: .5s;
    width: 150vw;
}

.jobOpenState[b-wjk45yy9ct] {
    width: 130%;
    
}

.jobCloseState[b-wjk45yy9ct] {
    width: 0px;    
}

.TitleBar[b-wjk45yy9ct] {
    height: 30px;
    width: 100%;
    position: relative;
    background: #03173d; /* fallback for old browsers */


    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding: 0px 5px;
}

.wbtn[b-wjk45yy9ct] {
    height : 15px;
    width : 15px;
    border-radius : 7.5px;
    margin-left : 5px;  
    cursor : pointer;
}

.btnClose[b-wjk45yy9ct] {
    background-color : red;
}
.btnHide[b-wjk45yy9ct]{
    background-color : darkgreen;
}


.btnFdests[b-wjk45yy9ct] {
    color: #243B55;
    font-size: 24px;
    padding: 3px 5px;
    margin: auto auto;
    border: 1px solid White;
    border-radius: 5px;
}

    .btnFdests:hover[b-wjk45yy9ct] {
        color: #243B55;
        border-radius: 5px;
        cursor: pointer;
        border: 1px solid LightGray;
    }

.bi-geo-alt-fill[b-wjk45yy9ct], .bi-geo-fill[b-wjk45yy9ct] {
    font-size: 26px;       
}
/* /Pages/Components/JobsComponent.razor.rz.scp.css */

.PanelContainer[b-jnme7gj5it] {
    position: absolute;
    width: 96vw;
    height: 600px;
    bottom: 0px;
    left: 2vw;
    background-color: white;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 10px 10px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transform: translateY(120vh);
    transition-duration: 0.5s;
}

.JobsCotainer[b-jnme7gj5it] {
   
    height : 570px;
    width : 100%;

    overflow-x : hidden;
    overflow-y : scroll;
   
}

thead[b-jnme7gj5it]
{
    position : sticky;
    top : 0px;
     background-color : whitesmoke;
}

.TitleBar[b-jnme7gj5it] {
    height: 30px;
    width: 100%;
    position: relative;
    background: #03173d; /* fallback for old browsers */
  


    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding: 0px 5px;
}

.wbtn[b-jnme7gj5it] {
    height: 15px;
    width: 15px;
    border-radius: 7.5px;
    margin-left: 5px;
    cursor: pointer;
}

.btnClose[b-jnme7gj5it] {
    background-color: red;
}

.btnHide[b-jnme7gj5it] {
    background-color: darkgreen;
}


/* /Pages/Components/MapComponent.razor.rz.scp.css */
.map[b-ba2krp4mot] {
    min-height: 100vh;
    /* width : 90%;*/
   /* z-index: 0;*/
    /*position: absolute;
    top: 0px;
    left: 0px;*/
}
/* /Pages/Components/NavComponent.razor.rz.scp.css */
.navBar[b-h1x0x0sqsw] {
    width: 60px;
    height: 200px;
    color: white;
    left: 0px;
    top: 50%;
    transform: translate(0%,-50%);
    border-radius: 0px 10px 10px 0px;
    position: absolute;
    background: #03173d;  fallback for old browsers 
    background: -webkit-linear-gradient(to right, #03173d, #141E30);
    background: linear-gradient(to right, #03173d, #141E30);

    /*background: #283c86;*/ /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to top, #45a247, #283c86);*/ /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to top, #45a247, #283c86);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

    

    .navBar i[b-h1x0x0sqsw] {
        color: white;
        font-size: 26px;
        padding: 3px 8px;
        margin: 10px 0px;
        border: 1px solid Gray;
    }

        .navBar i:hover[b-h1x0x0sqsw] {
            border: 1px solid white;
            border-radius: 10px 10px;
            cursor: pointer;

        }
/* /Pages/Components/StatusBarComponent.razor.rz.scp.css */


.nav[b-5xwkpb0rcn] {
    height: 50px;
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px 10px;
    /* background-color: #162447;*/
    background: #03173d; /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #243B55, #141E30);*/ /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #243B55, #141E30);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */



    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}


    .nav h6[b-5xwkpb0rcn] {
        color : white;
        margin : 0px;
        padding : 0px;
    }
    .nav i[b-5xwkpb0rcn] {
        color: white;
        font-size: 24px;
        padding: 0px 5px;
        margin: 0px 10px;
        border: 1px solid #243B55;
    }

        .nav i:hover[b-5xwkpb0rcn] {
            border: 1px solid white;
            border-radius: 5px;
            cursor : pointer;
        }


.Slogan[b-5xwkpb0rcn] {
    margin-left: auto!important;
}
/* /Pages/Components/UserComponent.razor.rz.scp.css */
.UserPanel[b-wu2asvj524] {
    border: 1px solid #03173d;
    background: #C9D6FF; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #E2E2E2, #C9D6FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    color: black;
    width: 340px;
    height: 400px;
    border-radius: 20px;
    padding: 30px;
}
/* /Pages/HomePage.razor.rz.scp.css */
.HomeCotainer[b-6nn8s49gs1] {
    position: relative;
    height: 100vh;
    padding-top : 50px;
    width: 100vw;
    overflow: hidden;
    background-color: whitesmoke;
    display: flex;
}

.CustomerName[b-6nn8s49gs1]
{
    color : black;
    background-color : white;
    padding : 10px;
    border-radius : 10px;
    opacity : 0.8;
    position : absolute;
    left : 10px;
    top : 60px;
}
/* /Pages/Index.razor.rz.scp.css */
.Container[b-zoqnohtnfi] {
    background: #8E2DE2; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-2166mdjk4f] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2166mdjk4f] {
    flex: 1;
}

.sidebar[b-2166mdjk4f] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-2166mdjk4f] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2166mdjk4f]  a, .top-row[b-2166mdjk4f]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-2166mdjk4f]  a:hover, .top-row[b-2166mdjk4f]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-2166mdjk4f]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-2166mdjk4f] {
        display: none;
    }

    .top-row.auth[b-2166mdjk4f] {
        justify-content: space-between;
    }

    .top-row[b-2166mdjk4f]  a, .top-row[b-2166mdjk4f]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2166mdjk4f] {
        flex-direction: row;
    }

    .sidebar[b-2166mdjk4f] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2166mdjk4f] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-2166mdjk4f]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2166mdjk4f], article[b-2166mdjk4f] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-q821zzrd2b] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-q821zzrd2b] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-q821zzrd2b] {
    font-size: 1.1rem;
}

.oi[b-q821zzrd2b] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-q821zzrd2b] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-q821zzrd2b] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-q821zzrd2b] {
        padding-bottom: 1rem;
    }

    .nav-item[b-q821zzrd2b]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-q821zzrd2b]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-q821zzrd2b]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-q821zzrd2b] {
        display: none;
    }

    .collapse[b-q821zzrd2b] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-q821zzrd2b] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
