/* _content/FastlineAdministration_Alpha/Views/Shared/_Layout.cshtml.rz.scp.css */
header[b-gcn7dx7ryh] {
    background-color: #424B54;
    padding:20px;
    display: flex;
    justify-content: space-between;
    position:sticky;
}
nav[b-gcn7dx7ryh] {
    
}


.right[b-gcn7dx7ryh]{
    display:flex;

}

.logout[b-gcn7dx7ryh]{
    padding-left:20px;
}
[b-gcn7dx7ryh] .logoutbutton {
    text-decoration: none;
    background-color:red;
    padding:10px;
    border-radius:4px;
    color:white;
    font-weight:bold;
}

.signedinas[b-gcn7dx7ryh]{
    color:white;
}
/* _content/FastlineAdministration_Alpha/Views/Shared/_ResponseModal.cshtml.rz.scp.css */
.Modal_Outer[b-4e7mn9rqqx] {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5; /* Sit on top */
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.ModalContent_Container[b-4e7mn9rqqx] {
    text-align: center;
    background-color: #f9f4f4;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    border-radius: 4px;
    max-width: 300px;
}

.Modal_Heading[b-4e7mn9rqqx] {
    color: white;
    font-size: 26px;
    font-weight: bold;
}

.Response_Text[b-4e7mn9rqqx] {
    margin-top: 20px;
}

    .Response_Text p[b-4e7mn9rqqx] {
        color: white;
    }

.ResponseSuccess_Container[b-4e7mn9rqqx], .ResponseFailed_Container[b-4e7mn9rqqx] {
}

.ResponseSuccess_Inner[b-4e7mn9rqqx] {
    background-color: #4CAF50;
    padding: 10px;
    border-radius: 4px;
}

.ResponseFailed_Inner[b-4e7mn9rqqx] {
    background-color: #af4c4c;
    padding: 10px;
    border-radius: 4px;
}
