@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* /Pages/Admin/AgencyList.razor.rz.scp.css */
button[b-i40zx7pvgy] {
    margin-bottom: 15px;
}
/* /Pages/Admin/AreasOfService.razor.rz.scp.css */
.header[b-va89535n4m] {
    display: flex;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid lightgray;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.row[b-va89535n4m] {
    display: flex;
    padding: 6px;
}

.col[b-va89535n4m] {
    flex: 1;
}
/* /Pages/Admin/CampaignDivisions.razor.rz.scp.css */
.big-checkbox[b-8laxcmksjc] {
    transform: scale(2,2);
}

.header[b-8laxcmksjc] {
    display: flex;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid lightgray;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.row[b-8laxcmksjc] {
    display: flex;
    padding: 6px;
}

.col[b-8laxcmksjc] {
    flex: 1;
}

.col-visible[b-8laxcmksjc] {
    text-align: center;
}
/* /Pages/Admin/CompanyTypes.razor.rz.scp.css */
.big-checkbox[b-mv0gqjl9h8]{
    transform: scale(2,2);
}

.header[b-mv0gqjl9h8]{
    display: flex;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid lightgray;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.row[b-mv0gqjl9h8] {
    display: flex;
    padding: 6px;
}

.col[b-mv0gqjl9h8] {
    flex: 1;
}

.col-visible[b-mv0gqjl9h8] {
    text-align: center;
}
/* /Pages/Admin/SpeakerBiosList.razor.rz.scp.css */
button[b-ls2kfwlenu] {
    margin-bottom: 15px;
}
/* /Pages/AgencyEmailNotFound.razor.rz.scp.css */
.notfound[b-vd8wryt9sf] {
    font-size: x-large;
    font-weight: bold;
    color: cornflowerblue;
    text-align: center;
}

.instruction[b-vd8wryt9sf] {
    font-style: italic;
    text-align: center;
}
/* /Pages/AgencySpeakersList.razor.rz.scp.css */
button[b-yyw9e8qkjy] {
    margin-bottom: 15px;
}
/* /Pages/SpeakerBioAddUpdate.razor.rz.scp.css */
h2[b-p1s9aftpda] {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
/* /Pages/SpeakerBioConfirm.razor.rz.scp.css */
.thankyou[b-6v056fsrgo] {
    font-size:x-large;
    font-weight:bold;
    color:cornflowerblue;
    text-align:center;
}

.instruction[b-6v056fsrgo]{
    font-style:italic;
    text-align:center;
}
/* /Pages/SpeakerRequestAdd.razor.rz.scp.css */
h2[b-5q0m6b93qv] {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
/* /Pages/SpeakerRequestConfirmFinal.razor.rz.scp.css */
.label[b-pdht2pjre8] {
    font-weight: bolder;
}
/* /Pages/SpeakerRequestDetails.razor.rz.scp.css */
button[b-sn9nin0o41] {
    margin-bottom: 20px;
}

.label[b-sn9nin0o41]{
    font-weight:bolder;
}


/* /Pages/SpeakerRequestMatch.razor.rz.scp.css */
.label[b-uz4c6wfd3l] {
    font-weight: bolder;
}
/* /Shared/AboutButton.razor.rz.scp.css */
.user-button[b-wwoc7582mu] {
    margin-left: 5px;
    height: 37px;
    width: 37px;
}
/* /Shared/AdminMenu.razor.rz.scp.css */
.top-row a[b-f2dr4z41zm] {
    margin-left: 0 !important;
}

.dropdown-item:hover[b-f2dr4z41zm] {
    background-color: white;
}
/* /Shared/AgencySpeakerLayout.razor.rz.scp.css */
.page[b-qa1fxej4gy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qa1fxej4gy] {
    flex: 1;
}

.nav-menu[b-qa1fxej4gy] {
    background-image: linear-gradient(180deg, rgb(44, 62, 80) 0%, rgb(52, 73, 94) 70%);
}

.top-row[b-qa1fxej4gy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qa1fxej4gy]  a, .top-row[b-qa1fxej4gy]  .btn-link {
        white-space: nowrap;
        margin-left: .5rem;
        text-decoration: none;
    }

    .top-row[b-qa1fxej4gy]  a:hover, .top-row[b-qa1fxej4gy]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-qa1fxej4gy]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row.auth[b-qa1fxej4gy] {
        justify-content: space-between;
    }

    .top-row[b-qa1fxej4gy]  a, .top-row[b-qa1fxej4gy]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qa1fxej4gy] {
        flex-direction: row;
    }

    .top-row[b-qa1fxej4gy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-qa1fxej4gy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qa1fxej4gy], article[b-qa1fxej4gy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/AgencySpeakerNavMenu.razor.rz.scp.css */
.navbar-toggler[b-23ou15cmj7] {
    color: rgba(255, 255, 255, 0.1);
}

.top-row[b-23ou15cmj7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-23ou15cmj7] {
    font-size: 1.1rem;
}

.oi[b-23ou15cmj7] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-23ou15cmj7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
    .nav-item[b-23ou15cmj7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-23ou15cmj7]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-23ou15cmj7]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.flex-nav[b-23ou15cmj7]{
    flex-direction: column;
}

@media (min-width: 641px) {
    .navbar-toggler[b-23ou15cmj7], .navbar-toggler-wrapper[b-23ou15cmj7] {
        display: none;
    }

    .flex-nav[b-23ou15cmj7] {
        flex-direction: row;
        display: flex;
    }

    .collapse[b-23ou15cmj7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/Footer.razor.rz.scp.css */
.footer[b-4ixomlc3qk] {
    margin-top: 50px;
}
/* /Shared/Header.razor.rz.scp.css */
#headerarea[b-dplzrd2pm7] {
    background-image: url(https://www.tulsaunitedway.org/images/tauw/skin/images/headerareabg.jpg);
    background-repeat: repeat;
    height: 270px;
    position: relative;
    width: 100% !important;
}

#header_img[b-dplzrd2pm7] {
    background-image: url(https://www.tulsaunitedway.org/images/tauw/RotationImages/SmallHeaders/SmallBanner7a.jpg);
    height: 270px;
    background-position: center top;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}
/* /Shared/HomeButton.razor.rz.scp.css */
.btn-text-left[b-vv6b8k15ee] {
    text-align:left;
}
/* /Shared/SpeakerRequestList.razor.rz.scp.css */
button[b-8olueug4gq] {
    margin-bottom: 15px;
}

.grid-scroll-wrapper[b-8olueug4gq] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin-bottom: 20px;
}

.grid-scroll-wrapper[b-8olueug4gq]::-webkit-scrollbar {
    height: 8px;
}

.grid-scroll-wrapper[b-8olueug4gq]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.grid-scroll-wrapper[b-8olueug4gq]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.grid-scroll-wrapper[b-8olueug4gq]::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* /Shared/TAUWButton.razor.rz.scp.css */
body[b-2rl5jgowkw] {
}
/* /Shared/UserButton.razor.rz.scp.css */
.dropdown-menu[b-3sg4o85gqq] {
    display: none;
}

.show-menu[b-3sg4o85gqq]{
    display: block;
}

.user-button[b-3sg4o85gqq]{
    margin-left: .5em;
}

.top-row a[b-3sg4o85gqq] {
    margin-left: 0;
}

.dropdown-item:hover[b-3sg4o85gqq]{
    background-color: white;
}
