@import '_content/BlazorCalendar/BlazorCalendar.bundle.scp.css';

/* _content/BHPScreeningQuestionnaire/Pages/Administration/AdminComponents/AppointmentDetailsComponent/AppointmentDetailsComponent.razor.rz.scp.css */
/* _content/BHPScreeningQuestionnaire/Pages/Administration/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-v1ej9f26t7] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-v1ej9f26t7] {
    height: 3.5rem;
    background-color: #f7f7f7;

}

.navbar-brand[b-v1ej9f26t7] {
    font-size: 1.1rem;
    color: black;
}

.oi[b-v1ej9f26t7] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-v1ej9f26t7] {
    font-size: 0.9rem;
    padding-bottom: 0rem;
}

.nav-item:first-of-type[b-v1ej9f26t7] {
    padding-top: 0.5rem;
}

.nav-item:last-of-type[b-v1ej9f26t7] {
    padding-bottom: 0.5rem;
}

.nav-item[b-v1ej9f26t7]  a {
    color: #808080;
    border-radius: 4px;
    height: 2rem;
    display: flex;
    align-items: center;
    line-height: 2rem;
}

.active[b-v1ej9f26t7] {
    background-color: rgba(255,255,255,0.9);
    color: black;
}

.nav-item[b-v1ej9f26t7]  a.active {
    background-color: rgba(255,255,255,0.9);
    color: black;
}

.nav-item[b-v1ej9f26t7]  a:hover {
    background-color: rgba(255,255,255,0.9);
    color: black;
}

@media (min-width: 641px) {
    .navbar-toggler[b-v1ej9f26t7] {
        display: none;
    }

    .collapse[b-v1ej9f26t7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/BHPScreeningQuestionnaire/Pages/Administration/Shared/SidebarComponent.razor.rz.scp.css */
.collapse[b-a76jqam52h] {
    position: absolute;
    width: 0!important;
    height: 0!important;
}
.right-sidebar[b-a76jqam52h] {
    position: absolute;
    z-index: 4;
    width: 600px;
    height: 100%;
    right: 0%;
    top: 0%;
    position: absolute;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    overflow: hidden;
    transition-property: transform,opacity;
    transition: transform 200ms cubic-bezier(.165,.84,.44,1),opacity 100ms cubic-bezier(.215,.61,.355,1);
    box-shadow: 0 25.6px 57.6px var(--panel-shadow-color,rgba(0, 0, 0, .22)),0 4.8px 14.4px var(--panel-shadow-secondary-color,rgba(0, 0, 0, .18));
}
.absolute-fill[b-a76jqam52h] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,.2);
}

.e-custom[b-a76jqam52h] {
    border-radius: 50%;
    height: 20px !important;
    line-height: 1;
    padding: 0;
    margin: 5px;
    width: 20px !important;
}

.e-custom span[b-a76jqam52h] {
    font-size: 10px;
}

.sidebar-header[b-a76jqam52h] {
    font-size:1.1rem;
    text-align:center;
    padding:10px;
}
.sidebar-header h2[b-a76jqam52h] {
    font-size: 1.4rem;
    display: inline-block;
    margin-top:5px;
}
 

/* _content/BHPScreeningQuestionnaire/Pages/Components/ImportantNotice/ImportantNotice.razor.rz.scp.css */
.notice-container[b-6opckffbln] {
	width: 100%;
	max-width: 100%;
	margin: 24px auto;
	background: #F1F8F7;
	border: 2px solid #3F9E96;
	border-radius: 21px;
	overflow: hidden;
}

.notice-header[b-6opckffbln] {
	position: relative;
	background: #3c3763;
	color: #ffffff;
	text-align: center;
	padding: 18px 20px;
}

.notice-header__title[b-6opckffbln] {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.notice-dismiss[b-6opckffbln] {
	position: absolute;
	right: 10px;
	top: 8px;
	border: none;
	background: transparent;
	color: #ffffff;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.notice-section[b-6opckffbln] {
	padding: 28px 24px 8px;
	text-align: center;
}

.notice-title[b-6opckffbln] {
	font-size: 26px;
	font-weight: 800;
	margin: 0 0 18px;
	color: #3c3763;
}

.notice-copy[b-6opckffbln] {
	font-size: 18px;
	line-height: 1.6;
	margin: 0 0 18px;
	color: #111;
}

	.notice-copy strong[b-6opckffbln] {
		display: block;
		margin-bottom: 12px;
	}

.notice-cta[b-6opckffbln] {
	text-align: center;
	padding: 24px 24px 36px;
}

	.notice-cta a[b-6opckffbln] {
		background: #3F9E96;
		color: #fff !important;
		text-decoration: none;
		padding: 14px 28px;
		border-radius: 6px;
		font-weight: 700;
		display: inline-block;
		font-size: 16px;
	}

.notice-footer[b-6opckffbln] {
	background: #3c3763;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 16px 20px;
}

@media (max-width: 620px) {
	.notice-title[b-6opckffbln] {
		font-size: 22px;
	}

	.notice-copy[b-6opckffbln] {
		font-size: 16px;
	}
}
/* _content/BHPScreeningQuestionnaire/Shared/AdminMasterFlowComponent.razor.rz.scp.css */
.page[b-qix0x6xmzr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qix0x6xmzr] {
    flex: 1;
}

.sidebar[b-qix0x6xmzr] {
    background-color: #f7f7f7;
    /*border-right: 1px solid #bfbfbf;*/
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-qix0x6xmzr] {
    background-color: #f7f7f7;
    justify-content: flex-end;
    height: 2rem;
    display: flex;
    align-items: center;
}

.top-row[b-qix0x6xmzr]  a, .top-row .btn-link[b-qix0x6xmzr] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-qix0x6xmzr] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-qix0x6xmzr] {
        display: none;
    }

    .top-row.auth[b-qix0x6xmzr] {
        justify-content: space-between;
    }

    .top-row a[b-qix0x6xmzr], .top-row .btn-link[b-qix0x6xmzr] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qix0x6xmzr] {
        flex-direction: row;
    }

    .sidebar[b-qix0x6xmzr] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qix0x6xmzr] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-qix0x6xmzr], article[b-qix0x6xmzr] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/BHPScreeningQuestionnaire/Shared/MainLayout.razor.rz.scp.css */
.page[b-bru912cp2t] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bru912cp2t] {
    flex: 1;
}

.sidebar[b-bru912cp2t] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bru912cp2t] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bru912cp2t]  a, .top-row .btn-link[b-bru912cp2t] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-bru912cp2t] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bru912cp2t] {
        display: none;
    }

    .top-row.auth[b-bru912cp2t] {
        justify-content: space-between;
    }

    .top-row a[b-bru912cp2t], .top-row .btn-link[b-bru912cp2t] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bru912cp2t] {
        flex-direction: row;
    }

    .sidebar[b-bru912cp2t] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bru912cp2t] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-bru912cp2t], article[b-bru912cp2t] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
