@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/AgencyLayout/AgencyMainLayout.razor.rz.scp.css */
.page[b-dvr8abay2c] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dvr8abay2c] {
    flex: 1;
    overflow-x: auto;
}

.sidebar[b-dvr8abay2c] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dvr8abay2c] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dvr8abay2c]  a, .top-row[b-dvr8abay2c]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-dvr8abay2c]  a:hover, .top-row[b-dvr8abay2c]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-dvr8abay2c]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-dvr8abay2c] {
        display: none;
    }

    .top-row.auth[b-dvr8abay2c] {
        justify-content: space-between;
    }

    .top-row[b-dvr8abay2c]  a, .top-row[b-dvr8abay2c]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dvr8abay2c] {
        flex-direction: row;
    }

    .sidebar[b-dvr8abay2c] {
        width: 220px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dvr8abay2c] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-dvr8abay2c]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-dvr8abay2c], article[b-dvr8abay2c] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/AgencyLayout/MainLayout.razor.rz.scp.css */
.page[b-jfpsydhfzr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jfpsydhfzr] {
    flex: 1;
    overflow-x: auto;
}

.sidebar[b-jfpsydhfzr] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-jfpsydhfzr] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jfpsydhfzr]  a, .top-row[b-jfpsydhfzr]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-jfpsydhfzr]  a:hover, .top-row[b-jfpsydhfzr]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-jfpsydhfzr]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-jfpsydhfzr] {
        display: none;
    }

    .top-row.auth[b-jfpsydhfzr] {
        justify-content: space-between;
    }

    .top-row[b-jfpsydhfzr]  a, .top-row[b-jfpsydhfzr]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jfpsydhfzr] {
        flex-direction: row;
    }

    .sidebar[b-jfpsydhfzr] {
        width: 220px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jfpsydhfzr] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-jfpsydhfzr]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-jfpsydhfzr], article[b-jfpsydhfzr] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/AgencyLayout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-u8qz8q703f] {
    background-color: rgba(255, 255, 255, 0.1);
}


.top-row[b-u8qz8q703f] {
    height: 3.5rem;
    background-color: #e8e8e8;
}

.nav-scrollable[b-u8qz8q703f] {
    background-color: #5B6770;
}

.navbar-brand[b-u8qz8q703f] {
    font-size: 1rem;
}

.oi[b-u8qz8q703f] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-u8qz8q703f] {
    font-size: 0.95rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-u8qz8q703f] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-u8qz8q703f] {
        padding-bottom: 1rem;
    }

    .nav-item[b-u8qz8q703f]  a {
        color: white;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        font-size: 0.85rem;
    }

        .nav-item[b-u8qz8q703f]  a.active {
            background-color: #0275d8;
            color: white;
        }

        .nav-item[b-u8qz8q703f]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }


.dropdown-menu[b-u8qz8q703f] {
    background-color: #3d5565;
    min-width: 11rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-u8qz8q703f] {
        display: none;
    }

    .collapse[b-u8qz8q703f] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-u8qz8q703f] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}





.bi-house-door-fill-nav-menu[b-u8qz8q703f] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5"/></svg>');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}
/* /Components/EcoLayout/MainLayout.razor.rz.scp.css */
/* /Components/EcoLayout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ojj4uda7j7] {
    background-color: rgba(255, 255, 255, 0.1);
}


.top-row[b-ojj4uda7j7] {
    height: 3.5rem;
    background-color: #e8e8e8;
}

.nav-scrollable[b-ojj4uda7j7] {
    background-color: #5B6770;
}

/*.navbar-brand {
    font-size: 1rem;
}*/

.navbar-brand[b-ojj4uda7j7] {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.10rem;
    text-decoration: none;
    white-space: nowrap;
}

.oi[b-ojj4uda7j7] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ojj4uda7j7] {
    font-size: 0.95rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ojj4uda7j7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ojj4uda7j7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ojj4uda7j7]  a {
        color: white;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        font-size: 0.85rem;
    }

        .nav-item[b-ojj4uda7j7]  a.active {
            background-color: #0275d8;
            color: white;
        }

        .nav-item[b-ojj4uda7j7]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }


.dropdown-menu[b-ojj4uda7j7] {
    background-color: #3d5565;
    min-width: 11rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ojj4uda7j7] {
        display: none;
    }

    .collapse[b-ojj4uda7j7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-ojj4uda7j7] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}





.bi-house-door-fill-nav-menu[b-ojj4uda7j7] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5"/></svg>');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}
/* /Components/Layout/AgencyMainLayout.razor.rz.scp.css */
/* /Components/Layout/AgencyNavMenu.razor.rz.scp.css */
.navbar-toggler[b-kpcbwcg8e2] {
    background-color: rgba(255, 255, 255, 0.1);
}


.top-row[b-kpcbwcg8e2] {
    height: 3.5rem;
    background-color: #e8e8e8;
}

.nav-scrollable[b-kpcbwcg8e2] {
    background-color: #5B6770;
}

/*.navbar-brand {
    font-size: 1rem;
}*/

.navbar-brand[b-kpcbwcg8e2] {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.10rem;
    text-decoration: none;
    white-space: nowrap;
}

.oi[b-kpcbwcg8e2] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-kpcbwcg8e2] {
    font-size: 0.95rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-kpcbwcg8e2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-kpcbwcg8e2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-kpcbwcg8e2]  a {
        color: white;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        font-size: 0.85rem;
    }

        .nav-item[b-kpcbwcg8e2]  a.active {
            background-color: #0275d8;
            color: white;
        }

        .nav-item[b-kpcbwcg8e2]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }


.dropdown-menu[b-kpcbwcg8e2] {
    background-color: #3d5565;
    min-width: 11rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-kpcbwcg8e2] {
        display: none;
    }

    .collapse[b-kpcbwcg8e2] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-kpcbwcg8e2] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}





.bi-house-door-fill-nav-menu[b-kpcbwcg8e2] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5"/></svg>');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0gf9l6yny9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0gf9l6yny9] {
    flex: 1;
    overflow-x: auto;
}

.sidebar[b-0gf9l6yny9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0gf9l6yny9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0gf9l6yny9]  a, .top-row[b-0gf9l6yny9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-0gf9l6yny9]  a:hover, .top-row[b-0gf9l6yny9]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-0gf9l6yny9]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-0gf9l6yny9] {
        display: none;
    }

    .top-row.auth[b-0gf9l6yny9] {
        justify-content: space-between;
    }

    .top-row[b-0gf9l6yny9]  a, .top-row[b-0gf9l6yny9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0gf9l6yny9] {
        flex-direction: row;
    }

    .sidebar[b-0gf9l6yny9] {
        width: 220px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0gf9l6yny9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-0gf9l6yny9]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-0gf9l6yny9], article[b-0gf9l6yny9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-io5dx8pwua] {
    background-color: rgba(255, 255, 255, 0.1);
}


.top-row[b-io5dx8pwua] {
    height: 3.5rem;
    background-color: #e8e8e8;
}

.nav-scrollable[b-io5dx8pwua] {
    background-color: #5B6770;
}

.navbar-brand[b-io5dx8pwua] {
    font-size: 1rem;
}

.oi[b-io5dx8pwua] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-io5dx8pwua] {
    font-size: 0.95rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-io5dx8pwua] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-io5dx8pwua] {
        padding-bottom: 1rem;
    }

    .nav-item[b-io5dx8pwua]  a {
        color: white;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        font-size: 0.85rem;
    }

        .nav-item[b-io5dx8pwua]  a.active {
            background-color: #0275d8;
            color: white;
        }

        .nav-item[b-io5dx8pwua]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }


.dropdown-menu[b-io5dx8pwua] {
    background-color: #3d5565;
    min-width: 11rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-io5dx8pwua] {
        display: none;
    }

    .collapse[b-io5dx8pwua] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-io5dx8pwua] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}





.bi-house-door-fill-nav-menu[b-io5dx8pwua] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5"/></svg>');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}



/* /Components/Pages/AgencyPages/CapturingReports.razor.rz.scp.css */
body[b-5bddbq2v5a] {
}



/* /Components/Pages/AgencyPages/Home.razor.rz.scp.css */
body[b-lzlvzvvhhm] {
}
/*.bg1 {
    background-image: linear-gradient(-20deg,#2b5876 0%,#4e4376 100%) !important;
}
.bg2 {
    background-image: radial-gradient(circle 248px at center,#16d9e3 0%,#30c7ec 47%,#46aef7 100%) !important;
}

.bg3 {
    background-image: linear-gradient(to top,#0ba360 0%,#3cba92 100%) !important;
}*/




.card-hover:hover[b-lzlvzvvhhm] {
    box-shadow: 0 0 10px red;
    transform: scale(1.0);
}

.card-hover:hover[b-lzlvzvvhhm] {
    opacity: 0.6;
}


.card-link[b-lzlvzvvhhm] {
    text-decoration: none; /* Remove underlines from the link */
}

/* /Components/Pages/AgencyPages/Inceptions.razor.rz.scp.css */
body[b-yui2g7grhh] {
}


.header-nowrap[b-yui2g7grhh] {
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflowing content */
    text-overflow: ellipsis; /* Add an ellipsis (...) when content overflows */
}
/* /Components/Pages/AgencyPages/UserInfo.razor.rz.scp.css */
body[b-0j3vrwqilp] {

}

.form-control:focus[b-0j3vrwqilp] {
    box-shadow: none;
    border-color: #BA68C8
}

.profile-button[b-0j3vrwqilp] {
    background: rgb(99, 39, 120);
    box-shadow: none;
    border: none
}

    .profile-button:hover[b-0j3vrwqilp] {
        background: #682773
    }

    .profile-button:focus[b-0j3vrwqilp] {
        background: #682773;
        box-shadow: none
    }

    .profile-button:active[b-0j3vrwqilp] {
        background: #682773;
        box-shadow: none
    }

.back:hover[b-0j3vrwqilp] {
    color: #682773;
    cursor: pointer
}

.labels[b-0j3vrwqilp] {
    font-size: 11px
}

.add-experience:hover[b-0j3vrwqilp] {
    background: #BA68C8;
    color: #fff;
    cursor: pointer;
    border: solid 1px #BA68C8
}
