/* /Components/MessageBox.razor.rz.scp.css */
.background_container[b-4hce8g8i0c]{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: #000;
    opacity:0.4;
}

.msg_container[b-4hce8g8i0c] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.window_container[b-4hce8g8i0c] {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.title[b-4hce8g8i0c]{
    font-size:14pt;
    font-weight:bold;

}
.message_content[b-4hce8g8i0c]{

}
/* /Components/NavBar.razor.rz.scp.css */
.navbar_container[b-wz4kdwroaq] {
    height: 50px;
    background-color: #3D4043;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    position: fixed;
    top:0;
    left:0;
    right:0;

}
.navbar_body[b-wz4kdwroaq] {
    height: 50px;
    width:100%;
}


.nabar_brand[b-wz4kdwroaq] {
    text-decoration: none;
    color: #fff;
    font-size: 14pt;
    font-weight: bold;
}
/* /Components/SideBar.razor.rz.scp.css */
.sidebar[b-7wvp5eauji] {
    background-color: #323233;
    width: 250px;
    top: 50px;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    position: fixed;
}

.sidebar_body[b-7wvp5eauji] {
    width: 250px;
    min-width: 250px;
    height: 100%;
}

.sidebar_header[b-7wvp5eauji] {
    height: 50px;
    display: flex;
    align-items: center;
    margin: 10px 10px 5px;
}

.sidebar_user_name[b-7wvp5eauji] {
    color: #fff;
    text-decoration: none;
    font-size: 12pt;
    margin: 0 0 0 10px;
}

.sidebar_menu[b-7wvp5eauji] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.sidebar_menu_item_title[b-7wvp5eauji] {
    padding: 0 0 0px 10px;
}


@media (max-width:960px) {
    .sidebar_body[b-7wvp5eauji] {
        top: unset;
        bottom: 0;
        width: 100%;
        height: 70px;
        z-index: -10;
    }
    .sidebar_menu_item_title[b-7wvp5eauji]{
        display:none;
    }
    .sidebar[b-7wvp5eauji] {
        top: unset;
        width: 100%;
        height: 70px;
        max-height: 70px;
        align-items: center;
        margin: 0,auto;
        position: fixed;
        z-index: 10;
    }
    
    .sidebar_menu[b-7wvp5eauji] {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        padding:0;
        height:50px;
        width:100%;
        margin:0, auto;
        
    }

    .icon[b-7wvp5eauji]{
        font-size:16pt;
    }
    .sidebar_header[b-7wvp5eauji] {
        display: none;
    }

}
/* /Components/Spinner.razor.rz.scp.css */

.background_spinner[b-l0ui1notuj] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.4;
}

.container_spinner[b-l0ui1notuj] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner[b-l0ui1notuj] {
    border: 16px solid silver;
    border-top: 16px solid #F6C344;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-l0ui1notuj 700ms linear infinite;
}

@keyframes spin-b-l0ui1notuj {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* /Components/StackLayout.razor.rz.scp.css */
.horizontal_stacklayout[b-024imx6l8h] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: stretch;
    flex-direction: row;
    padding: 0;
    margin: 0;
}

.vertical_stacklayout[b-024imx6l8h] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

@media (max-width:960px) {
    .horizontal_stacklayout[b-024imx6l8h] {
        flex-direction: column;
    }
}
/* /Pages/About.razor.rz.scp.css */
.about_container[b-8swo6fykml] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    padding: 20px;
}

.about_item[b-8swo6fykml] {
    font-size: 20pt;
    color: #000;
    text-decoration: none;
    padding: 10px;
}

    .about_item:hover[b-8swo6fykml] {
        color: #F6B43A;
        transition: 0.5s;
    }

.about_header[b-8swo6fykml] {
    font-size: 20pt;
    font-weight:bold;
}

.about_footer[b-8swo6fykml]{
    color:#444;
}
/* /Pages/PassengerCardPage.razor.rz.scp.css */
.form_title[b-i367msrqrj] {
    align-content:center;
    text-align:center;
    font-size: 16pt;
    font-weight: bold;
}

.input_group[b-i367msrqrj] {
    padding: 10px;
}
.job_is_stopped_container[b-i367msrqrj]{
    display:flex;
    flex-direction:row;
    justify-content:start;
    align-items:center;
}
.red_rectangle[b-i367msrqrj] {
    height: 75px;
    width: 75px;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color: red;
    margin:10px;
}
.job_is_stopped_check[b-i367msrqrj]{
    display:flex;
    flex-direction:row;
    justify-content:center;
}
.job_is_stopped_title[b-i367msrqrj]{
    color:white;
    font-size:12pt;
    font-weight:bold;
    margin-left:10px;
}

.title[b-i367msrqrj] {
    padding: 10px;
    font-weight: bold;
}
.input_btn_group[b-i367msrqrj] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.btn[b-i367msrqrj] {
    margin: 10px;
}

.add_comp_hidden[b-i367msrqrj]{
    display: none;
}

.add_comp_visible[b-i367msrqrj] {
    display: block;
}
/* /Pages/SendingList.razor.rz.scp.css */
.form_title[b-gzzuyvx14k] {
    align-content: center;
    text-align: center;
    font-size: 16pt;
    font-weight: bold;
}
.input_group[b-gzzuyvx14k] {
    padding: 10px;
}

.title[b-gzzuyvx14k] {
    padding: 10px;
    font-weight: bold;
}
/* /Shared/MainLayout.razor.rz.scp.css */

.horizontal_stacklayout[b-m1mg070aba] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: stretch;
    flex-direction: row;
    padding: 0;
    margin: 0;
}

.vertical_stacklayout[b-m1mg070aba] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.navbar_item[b-m1mg070aba] {
    color: #F5C344;
    text-decoration: none;
}

.navbar_item:hover[b-m1mg070aba] {
    color: #A6842E;
    transition:0.5s;
}

@media (max-width:960px) {
    .horizontal_stacklayout[b-m1mg070aba] {
        flex-direction: column-reverse;
        display:flex;
    }

    
}
