body {
	overflow: hidden;
	font-family: 'Helvetica Neue Light', 'Arial', 'sans-serif';
}
#language-select {
	background-color: #702b87;
	max-width: 250px;
}
.eg-ss-success {
	font-size: 2rem;
}
.eg-ss-brand-color {
	background-color: #702b87;
}
.eg-ss-heading {
	color: #131313;
}
.eg-ss-desc {
	font-size: 1.125rem;
}
.eg-ss-member-info-title {
	font-size: 1.857rem;
}
.eg-ss-member-info-background {
	background-color: #f9f9f9;
}
#eg-book-now:hover {
	background-color: #5c3367;
}
#eg-address {
	resize: none;
	border-radius: 1rem;
}
label,
input,
.eg-ss-label {
	font-size: 1.125rem !important;
	padding-left: 12px;
}
.invalid-feedback {
	padding-left: 12px;
	font-size: 13px;
}
#invalid-pattern {
	margin-top: 4px;
	padding-left: 12px;
	color: #dc3545;
	font-size:13px;
}
.symptoms-menu,
.conditions-menu,
.timezone-menu {
	max-height: 200px;
	background-color: #efefef;
	top: 10px !important;
	overflow: auto;
}
.eg-ss-symptoms,
.eg-ss-conditions,
.timezone-menu {
	cursor: pointer;
}
.eg-ss-symptoms:active,
.eg-ss-conditions:active {
	background-color: inherit;
	color: inherit;
}
.eg-ss-checkmark-hidden {
	visibility: hidden;
}
.eg-ss-checkmark-visible {
	visibility: visible;
}
.eg-ss-checkmark::before {
	content: '✓';
	color: #ffffff;
	font-size: 16px;
}
.datepicker-panel > ul > li.highlighted {
	background-color: #ffffff !important;
	color: #212529 !important;
}
.datepicker-panel > ul > li:hover {
	background-color: #702b87 !important;
	color: #ffffff !important;
}
.picked:not(.highlighted) {
	background-color: #702b87 !important;
	color: #ffffff !important;
}
.eg-ss-selected-item,
.datepicker-switch {
	background-color: #702b87 !important;
	color: #ffffff !important;
}
.eg-ss-selected-item:hover,
.datepicker-switch:hover {
	background-color: #702b87 !important;
	color: #ffffff !important;
}
#successToast {
	top: 0;
	right: 0;
	z-index: 999999;
	display: none;
}
.toast.hide {
	display: none;
}
.toast.show {
	display: block !important;
	opacity: 1;
}
.eg-ss-calendar {
	position: absolute;
	right: 16px;
	top: 2px;
	cursor: pointer;
}
.eg-ss-calendar-icon {
	line-height: 35px;
	z-index: 9;
}
.eg-ss-square {
	height: 20px;
	width: 20px;
}
.eg-ss-button {
	width: 175px;
	height: 55px;
}
.eg-ss-cancel-button {
	border: 1px solid #702b87;
	color: #702b87;
}
.eg-ss-cancel-button:hover {
	border: 1px solid #5c3367;
	color: #5c3367;
}
.eg-ss-custom-dropdown-button {
	width: 400px;
}
.eg-timezone-dropdown,
.timezone-menu {
	width: auto;
	min-width: 275px;
}
.eg-ss-custom-dropdown-button,
.eg-timezone-dropdown {
	font-size: 14px;
	text-align: left;
	height: auto;
	white-space: initial;
}
.eg-ss-custom-dropdown-button::after,
.eg-timezone-dropdown::after {
	display: none;
}
.eg-ss-caret-down {
	position: absolute;
	right: 20px;
	top: 12px;
}
.eg-ss-load-more-section {
	padding-bottom: 20px;
}
.eg-ss-appointment {
	width: 93%;
	border: 2px solid #702b87;
	height: 690px;
}
.eg-ss-appointment-button {
	height: 60px;
	width: 100%;
	border-radius: 0;
}
.eg-ssnext-prev-button {
	border-radius: 0;
	height: 40px;
	min-width: 40px;
}
.eg-ss-icon-color {
	color: #702b87;
	font-size: 20px;
}
.needs-validation input,
.needs-validation textarea {
	border: 1px solid #343a40;
	padding: 0.375rem 0.75rem !important;
	background-image: none !important;
}
#eg-other-symptom {
	padding-bottom: 20px;
}
#other-symptoms, #eg-member-id {
	width: 100%;
}
.datepicker-top-left:after,
.datepicker-top-left:before,
.datepicker-top-right:after,
.datepicker-top-right:before {
	visibility: hidden;
}
.datepicker-dropdown {
	border-top-color: #cccccc !important;
}
.datepicker-panel > ul:first-of-type > li {
	background-color: #702b87 !important;
	color: #ffffff;
}
.mCS-custom-scroll.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #cfd0d1;
	width: 7px;
}
.mCS-custom-scroll.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #efefef;
}
.mCS-custom-table-scroll.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #cfd0d1;
	width: 7px;
}
.mCS-custom-table-scroll.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #ffffff;
}
.mCSB_inside > .mCSB_container {
	margin-right: 18px;
}
table.tableSection thead,
table.tableSection tbody {
	width: 100%;
}
table.tableSection thead {
	overflow-y: scroll;
	display: table;
	table-layout: fixed;
}
table.tableSection tbody {
	max-height: 480px;
}
table.tableSection tr {
	width: 100%;
	display: table;
	table-layout: fixed;
}
table.tableSection td div {
	height: 50px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#eg-load-more-button {
	text-decoration: underline;
	color: #702b87;
}
.eg-ss-available {
	background-color: #702b87;
	cursor: pointer;
}
.eg-ss-not-available {
	background-color: #efefef;
	pointer-events: none;
}
.eg-ss-selected {
	background-color: #2f2f2f !important;
}
.eg-error {
	margin-top: 0.25rem;
	color: #dc3545;
}
.invalid-response,
.time-slot-already-booked {
	display: none;
	font-size: 1rem;
}
.eg-ss-time-slot-warning {
	width: 93%;
	margin: auto;
	display: none;
}
.loading-overlay {
	display: none;
	background: rgba(255, 255, 255, 0.7);
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9998;
}
.main-loading-overlay {
	display: flex;
	background: rgba(255, 255, 255, 0.7);
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9998;
}
#eg-other,
.eg-ss-language-button {
	display: none;
	font-size: 14px;
}
#other-symptoms {
	border-radius: 1rem;
	resize: none;
}
.flex_1 {
	flex: 1;
}
.eg-ss-timezone-text {
	font-size: 14px;
	min-width: 135px;
}
.custom-select.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
	border-color: #ced4da;
	background: #fff
		url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
		no-repeat right 0.75rem center/8px 10px;
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#eg-timezone {
	max-width: 270px;
	width: auto;
}
#eg-timezone option {
	font-weight: bold;
}
#eg-timezone-option .dropdown-item:focus,
.dropdown-item:hover {
	background-color: #fff;
	color: #000;
}
.eg-ss-exclamation {
	height: 5rem;
	width: 5rem;
	background-color: #17a2b8;
	top: -43px;
	line-height: 5rem;
	font-size: 2rem;
}
.eg-ss-ok-button {
	background-color: #28a745;
}
.eg-ss-cancel-confirmation-button {
	background-color: #dc3545;
}
.modal-dialog {
	max-width: 620px;
}
#eg-ok-button,
#eg-cancel-button {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.eg-ss-custom-border-radius {
	border-bottom-right-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}
.eg-ss-custom-right-border-radius {
	border-bottom-right-radius: 0.3rem;
	border-bottom-left-radius: 0;
}
.eg-ss-custom-left-border-radius {
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0;
}
.eg-ss-logo {
	min-width: 240px;
	max-height: 50px;
}
.eg-ss-header {
	min-height: 90px;
	height: auto;
}
#eg-condition-button {
	min-width: 245px;
}
#eg-symmtom-button {
	min-width: 240px;
}
.invalid-form {
	border-color: #dc3545 !important;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25) !important;
}
@media all and (-ms-high-contrast:none) {
	.eg-ss-header {
		height: 90px;
	}
	.eg-ss-logo {
		height: 50px;
	}
}
@media (max-width: 576px) {
	table.tableSection tr {
		font-size: 0.5rem !important;
	}
	.eg-ssnext-prev-button {
		height: 30px;
	}
	.eg-ssnext-prev-button > i {
		position: relative;
		right: 3px;
	}
	#eg-next-button {
		padding-right: 0.2rem;
	}
	.eg-ss-header-image {
		max-height: 120px;
		bottom: 20px;
	}
	.eg-ss-custom-dropdown-button {
		width: 355px;
		font-size: 12px;
	}
	#eg-calendar {
		padding: 220px 3%;
		padding-top: 0px;
	}
	.mCSB_inside > .mCSB_container {
		margin-right: 20px;
	}
	.eg-ss-caret-down {
		right: 10px;
	}
}
@media (max-width: 768px) {
	.symptoms-section {
		padding-bottom: 2rem;
	}
	.appointment-row button {
		font-size: 12px !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	#eg-symmtom-button {
		min-width: 280px;
	}
	#eg-condition-button {
		min-width: 380px;
	}
}
