/* CSS Document */
body {
  font-family: 'UniSans', sans-serif;
  font-style: normal;
  font-size: 21px;
  color: #2c2c2c;
  background-color:#ffffff;
  line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
  color:#004B87;
  font-family: 'UniSans', sans-serif;
  font-style: normal;
}

.bold-sub-heading {
	font-family: 'UniSans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: -0.25px;
	color: rgba(0, 0, 0, 0.80);
}

.column {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.error-box {
	background-color: #FAE6E8;
	padding: 8px 8px 10px;

	margin-left: -8px;
	margin-right: -8px;
	
	margin-bottom: 9px !important;
}

.check-box-error {
	background-color: #FAE6E8;
}
	

@font-face {
    font-family: 'UniSans';
    src: url("../fonts/UniSansSemiBold.ttf") format('TrueType');
}

.large-heading {
	color: #333338;
	text-align: center;
	font-family: 'UniSans', sans-serif;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.25px;
}

.bottom-text {
	color: #737373;
	font-family: 'UniSans', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	margin-left: 16px;
	margin-bottom: 16px;
}

.shake {
	/* Start the shake animation and make the animation last for 0.5 seconds */
	animation: shake 0.1s;
	color: #AC0015 !important;
	/* When the animation is finished, start again */
	animation-iteration-count: infinite;
}

.loader {
	border: 2px solid #f3f3f3; /* Light grey */
	border-top: 2px solid #004B87; /* Blue */
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-right: 8px;
/*	background-color: transparent;*/
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@keyframes shake {
	0% { transform: translate(2px, 0px) }
	33% { transform: translate(-2px, 0px) }
	66% { transform: translate(2px, 0px) }
	100% { transform: translate(2px, 0px)}
}

.main-header {
	margin-top: 18px; 
	padding-bottom: 10px;
	display: flex;
	width: 100%;
}

.success-box {
	background-color: rgba(8, 136, 52, 0.12);
	padding: 12px 8px;
	border-radius: 4px;
	margin-bottom: 16px;
	flex-direction: row;
	
	
	font-family: 'UniSans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.input-label-error {
	font-family: 'UniSans', sans-serif;
 	font-style: normal;
	font-size: 12px;
	line-height: 16px;
	color: #AC0015;
	padding-left: 16px;
}

.wt-room-heading {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -0.25px;
	color: #004B87;
	text-align: center;
	padding-bottom: 16px;
}
.inline-information {
	margin-bottom: 16px; 
	display: inline-flex; 
	align-items: center;
}
.sub-heading{
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	color: #737373;
	margin-bottom: 4px;
}
.wt-room-sub-heading {
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	color: #737373;
	margin-bottom: 0;
	padding-right: 5px;
}

.summary-information {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.25px;
	color: #333338;
}
.wt-room-information-thin {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333338;
}
.card-expiry {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.5);
}

.light-content-box {
	background-color: #F6F8F8;
	margin-top: 16px;
	border-radius: 4px;
	padding: 12px;
	display: inline-flex;
	text-align: left;
	width: 100%;
}

.dark-content-box {
	background-color: #F0F0EC;
	border-radius: 4px;
	padding: 16px; 
	display: inline-flex;
	text-align: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 36px;
}

.light-content-text {
	font-family: 'UniSans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #737373;
}

.bold-ct {
	font-weight: 600;
	line-height: 24px;
	color: rgba(0,0,0,0.8);
}

.content-box {
	background-color: #F0F0EC;
	border-radius: 4px;
	padding: 16px;
}

.small-modal-padding {
	padding: 30px 20px 32px 20px !important;
}

.radio-indent {
	display:flex; 
	margin-bottom: 24px;
	margin-left: 8px;
}

.blue-content-box-extra-padding {
	display: flex;
	width: 100%;
	padding: 20px 12px 20px 12px;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 8px;
	background: rgba(0, 75, 135, 0.10);
	gap: 16px;
}

.blue-content-box {
	background-color: rgba(39, 95, 238, 0.1);
	border-radius: 4px;
	padding: 12px 8px;
	align-items: center;
	display: inline-flex;
}
.warning-box {
	background-color: rgba(39, 95, 238, 0.12);
	border-radius: 4px;
	color: rgba(0, 0, 0, 0.8);
	padding: 12px 8px 12px 11px;
	margin-top: 24px;
	align-items: center;
}
.description {
	font-family: 'UniSans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #737373;
	margin-left: 30px;
}

.subtext{
	font-family: 'UniSans', sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #737373;
	margin-left: 16px;
	margin-top: 0;
	padding-bottom: 18px;
}
.link-text {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-decoration-line: underline;
	color: #004B87;
}

.cs-form-progress-indicator {
	display: flex;
	flex-direction: row;
	height: 0.4rem; 
	width: 100%;
}

.cs-form-progress-indicator-bar {
	height: inherit; 
	width: 8.5%;
	background-color: rgba(107, 206, 245, 0.24);
}

.cs-form-progress-indicator-bar.active {
	background-color: #6BCEF5;
}

/* Check box */
/* The container */
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 7px;
  left: 3px;
  height: 18px;
  width: 18px;
	border: 2px solid #737373;
	background-color: transparent;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  height: 18px;
  width: 18px;
  border: none;
  background-color: #004B87;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 6.5px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* End checkbox */


.content {
  width: 100%;
}

.form-heading {
	font-family: 'UniSans', sans-serif;;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: #333338;
}

.body-text {
	font-family: 'UniSans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.center-text {
	font-family: 'UniSans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.body-text-off-black {
	font-family: 'UniSans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0,0,0,0.80);
}


.container-checkedin, .cs-chkin-form-progress-indicator:first-child:after, .cs-chkin-form-cancel, .cncl-active, .cs-chkin-form-cancelled, .cs-chkin-form-cancel-wt-rm, .cs-chkin-form-thankyou, .cs-chkin-form-closed{
  display: none;
}


.custom-modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	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 */
}

.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 32px;
	border: 1px solid #888;
	width: 480px;
}

.modal-heading {
	font-family: 'UniSans', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.01em;
	color: #333338;
}

.modal-text {
	font-family: 'UniSans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #333338;
}

.modal-btn-solid {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 24px;
	border-radius: 80px;
	
	font-family: 'UniSans', sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	letter-spacing: -0.25px;
	color: #FFFFFF;
}

.modal-btn-outline {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 24px;
	border: 1px solid #004B87;
	background: transparent;
	border-radius: 80px;
	
	font-family: 'UniSans', sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	letter-spacing: -0.25px;
	color: #004B87;
}

.modal-btn-thin-outline {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 24px;
	border: 1px solid #004B87;
	background: transparent;
	border-radius: 80px;
	
	font-family: 'UniSans', sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	letter-spacing: -0.25px;
	color: #004B87;
}

.btn-thin {
	padding: 8px 12px;
}


.cs-chkin-form-progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  margin-top:10px;
}

/*
.cs-chkin-form-step-heading {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.8);
	font-weight: 500;
	margin-bottom:16px;
	margin-top: 0;
  	padding-top: 0;
}
*/

.cs-chkin-form-step-heading {
    text-align: center;
    font-size: 46px;
    font-weight: normal;
    margin-bottom: 40px;
}

.cs-chkin-form-step-heading.bold {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
}

.container {
	width: 100%; 
	padding: 0;
	max-width: 100%;
}

.cs-chkin-form-progress-indicator {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(0, 0, 0, 0);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
}
@media (min-width: 500px) {
  .cs-chkin-form-progress-indicator {
    text-indent: 0;
  }
}
.cs-chkin-form-progress-indicator:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid transparent;
  border-radius: 50%;
  background-color: #7FADCB;
  box-sizing: border-box;
  z-index: 3;
}
.cs-chkin-form-progress-indicator:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: transparent;
  z-index: 1;
}

.cs-chkin-form-progress-indicator.js-active, .glyphicon {
  color: #004069;
}

.cs-chkin-form-progress-indicator.js-active:before {
  -webkit-transform: translateX(-50%) scale(1.2);
          transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

.cs-chkin-form-panel {
	width: 100%;
	padding-top: 28px;
	opacity: 0;
	display: none;
	visibility: hidden;
	justify-content: center;
	align-items: center;
}

.cs-chkin-form-content {
/*	max-width: 375px;*/
	padding: 0;
}

.cs-chkin-form {
	display: flex;
    justify-content: center;
    flex-direction: column;
	height: 125% !important;
}

/*Return*/
.cs-chkin-form-panel.js-active {
	height: auto;
	opacity: 1;
	visibility: visible;
	background-color: #FBFBFB;
	align-self: center;
/*	display: flex;*/
	display: block;
	margin-bottom: 48px;
}

.sticky-header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #FFFFFF;
	z-index:5; 
}

.form-container {
	padding-top: 81px;
}

.waiting-time-desktop {
	display: flex;
	padding: 12px 16px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #02B94010;
	
	width: 100%; 
	justify-content: center;
	align-items: center;
	align-content: center;
	
	font-family: 'UniSans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: rgba(0, 0, 0, 0.8);
}

.waiting-time-mobile {
	margin-bottom: -20px;
	margin-top: -4px;
	padding: 12px 16px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #02B94010;
	display: flex;
	
	font-family: 'UniSans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: rgba(0, 0, 0, 0.8);
}

.blueBackground {
	background-color: rgba(39, 95, 238, 0.12);
}


.inner-waiting-time {
	max-width: 375px; 
	text-align: left;
	flex-direction: row;
	display: flex;
	align-items: center;
}

/* Desktop */
@media (min-width:576px) {
	
	.thank-you-logo {
		visibility: hidden;
		display: none;
	}
	
	.form-heading {
		font-family: 'UniSans', sans-serif;
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 0.25px;
		color: #333338;
	}
	
	.cs-chkin-form-panel.js-active {
		opacity: 1;
		visibility: visible;
		border-radius: 20px;
/*		width: 574px;*/
		align-self: center;
		background-color: #FFFFFF;
		padding: 48px;
/*		display: flex;*/
		display: block;
	}
	
	.checkmark {
/*	  top: 6.5px;*/
	}
	
	.form-container {
        padding-top: 97px;
    }
}



.cs-chkin-form-panel[data-animation="fadeIn"].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.form-control {
	border-radius: 4px 4px 0 0;
	border: none;
	display: block; 
	width: 100%; 
	border-bottom: 1px solid #C4C4C4; 
	outline: none; margin: 0;
/*	background-color: #F0F0EC;*/
	height: 52px;
	box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.vcode-control {
	border-radius: 4px 4px 0 0;
	border: none;
	display: block; 
	border-bottom: 1px solid #C4C4C4; 
	outline: none; margin: 0;
	background-color: #F0F0EC;
	height: 52px;
	max-width: 52px;
	text-align: center;
	padding-bottom: 20px !important;
}

.float-label-control { 
	position: relative; 
	margin-bottom: 16px;
	padding-left: 0;
	padding-right: 0;
}
.float-label-control ::-webkit-input-placeholder { color: transparent; }
.float-label-control :-moz-placeholder { color: transparent; }
.float-label-control ::-moz-placeholder { color: transparent; }
.float-label-control :-ms-input-placeholder { color: transparent; }
/*
.float-label-control input:-webkit-autofill,
.float-label-control textarea:-webkit-autofill { background-color: transparent !important; -webkit-box-shadow: 0 0 0 1000px white inset !important; -moz-box-shadow: 0 0 0 1000px white inset !important; box-shadow: 0 0 0 1000px white inset !important; }
*/
.float-label-control input, .float-label-control textarea, .float-label-control label, .float-lable-control select {
	-webkit-box-shadow: 
	none; box-shadow: none; 
}

.float-label-control input:focus, .float-label-control textarea:focus { 
	-webkit-box-shadow: none; 
	box-shadow: none; 
	border-bottom-width: 2px; 
	padding-bottom: 6px;
	border-bottom-color: #004B87;
	background-color: rgba(107, 206, 245, 0.12);
	color: #000000;
}

.float-label-control select:focus { 
	-webkit-box-shadow: none; 
	-webkit-appearance: none;
	box-shadow: none; 
	border-bottom-width: 2px; 
	padding-bottom: 6px;
	border-bottom-color: #004B87;
	background-color: rgba(107, 206, 245, 0.12);
	color: #000000;
}

.float-label-control select {
	line-height: 20px;
	padding-top: 25px;
	padding-bottom: 7px;
	padding-left: 16px;
	font-size: 14px;
	-webkit-appearance: none;
	
	/* Change me in release version */
	background-image: url("https://automedsystems-dev.com.au/online/includes/public/images/cs/Icon_drop_down.svg");
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: 50%;
}

.float-label-control input, .float-label-control textarea { 
	line-height: 20px;
	padding-top: 25px;
	padding-bottom: 7px;
	padding-left: 16px;
	font-size: 14px;
	z-index: 2;
}

.float-label-control label { 
	position: absolute; 
	font-weight: normal; 
	top: 9px; 
	padding-left: 16px;
	/*left: 0.08em;*/ 
	color: #737373; 
	z-index: 0;
	line-height: 14px;
	font-size: 11px; 
	-moz-animation: float-labels 100ms; 
	-webkit-animation: float-labels 100ms; 
	-o-animation: float-labels 100ms; 
	-ms-animation: float-labels 100ms; 
	-khtml-animation: float-labels 100ms; 
	animation: float-labels 100ms; 
	/* There is a bug sometimes pausing the animation. This avoids that.*/ 
	animation-play-state: running !important; 
	-webkit-animation-play-state: running !important; 
}

.float-label-control > div {
	font-weight: normal;
	float: right;
	line-height: 18px;
	font-size: 11px;
	color: #737373;
}

.float-label-control select + label {
	font-size: 14px;
	line-height: 20px;
	top: 16px;
	color: #737373; 
	animation: none; 
	-webkit-animation: none; 
}

.float-label-control.select select + label { 
	position: absolute; 
	font-weight: normal; 
	top: 9px; 
	padding-left: 16px;
	/*left: 0.08em;*/ 
	color: #737373; 
	z-index: 0;
	line-height: 14px;
	font-size: 11px; 
	-moz-animation: float-labels 100ms; 
	-webkit-animation: float-labels 100ms; 
	-o-animation: float-labels 100ms; 
	-ms-animation: float-labels 100ms; 
	-khtml-animation: float-labels 100ms; 
	animation: float-labels 100ms; 
	/* There is a bug sometimes pausing the animation. This avoids that.*/ 
	animation-play-state: running !important; 
	-webkit-animation-play-state: running !important; 
}

.float-label-control.select select {
	border-bottom-color: #737373;
}

.float-label-control input.empty:not(:focus) + label {
	font-size: 14px;
	line-height: 20px;
	top: 16px;
	color: #737373; 
	animation: none; 
	-webkit-animation: none; 
}

.float-label-control input:not(.empty):not(:focus) {
	border-bottom-color: #737373;
}

.float-label-control textarea:not(.empty):not(:focus) {
	border-bottom-color: #737373;
}

.float-label-control input:not(.empty) + label,
.float-label-control textarea:not(.empty) + label { z-index: 1; }
.float-label-control select:focus + label { color: #004B87; }
.float-label-control input:focus + label { color: #004B87; }
.float-label-control textarea:focus + label { color: #004B87; }
.float-label-control.label-bottom label { -moz-animation: float-labels-bottom 300ms none ease-out; -webkit-animation: float-labels-bottom 300ms none ease-out; -o-animation: float-labels-bottom 300ms none ease-out; -ms-animation: float-labels-bottom 300ms none ease-out; -khtml-animation: float-labels-bottom 300ms none ease-out; animation: float-labels-bottom 300ms none ease-out; }
.float-label-control.label-bottom input:not(.empty) + label,
.float-label-control .form-control[disabled], .float-label-control .form-control[readonly], fieldset[disabled] .form-control {
    background-color: rgba(0, 0, 0, 0.08);
}

@keyframes float-labels {
    0% { 
		opacity: 1; 
		color: #004B87; 
		font-size: 14px; 	
		line-height: 20px;
		top: 16px; 
	}
    20% {}
    30% {}
    50% {}
    100% { top: 9px; }
}

@-webkit-keyframes float-labels {
    0% { opacity: 1; color: #004B87; font-size: 14px; }
    20% {}
    30% {}
    50% {}
    100% { top: 9px; }
}

/* Error state for input and associated label */
.float-label-control.error input { 
	border-bottom-color: #AC0015 !important;
	background-color: rgba(240, 44, 56, 0.08) !important;
	border-bottom-width: 2px;
	color: #000000;
}

.float-label-control.error select { 
	border-bottom-color: #AC0015 !important;
	background-color: rgba(240, 44, 56, 0.08) !important;
	border-bottom-width: 2px;
	color: #000000;
}

#birth_sex_group label.label-control {
	font-weight: 600;
	font-size: 14px;
}

.cs-red {
	color: #AC0015 !important;
}

.grey {
	color: #737373 !important;
}

.dark-grey {
	color: #333338 !important;
}

.black-80 {
	color:rgba(0, 0, 0, 0.8);
}


.list-ic a {
  color: #788288;
  text-decoration: none;
}
.list-ic li {
  position: relative;
}
.list-ic li span {
  display: inline-block;
  font-weight: 800;
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 1em;
  border-radius: 0.5em;
  background: #aaa;
  color: white;
  position: relative;
}
.list-dark li span {
  background: #004069;
}
.list-light li span {
  background: #7FADCB;
}
.list-ic li::before {
  content: '';
  position: absolute;
  background: #aaa;
  z-index: -1;
}
.list-ic.vertical {
  padding: 0;
  margin: 0;
}
.list-ic.vertical li {
  list-style-type: none;
  text-align: left;
}
.list-ic.vertical li span {
  margin: 0.6em 0;
}
.list-ic.vertical li::before {
  top: -17.5px;
  left: 8.5px;
  width: 0.1em;
  height: 2em;
}
.list-ic li:first-child::before {
  display: none;
}
.btn:active, .btn:focus, .btn:active:focus, .btn.active:focus, button {
    outline: none !important;
}
.btn-lg {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
}

.btn-solid {
	display: flex;
	flex-direction: row;
	justify-content: center;
	
	background-color: rgba(196, 196, 196, 0.24);;
	color: #737373;
/*	margin-top: 32px;*/
	padding-top: 18px;
	padding-bottom: 18px;
	border-radius: 80px;
	
	font-family: 'UniSans', sans-serif;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	letter-spacing: -0.25px;
	box-shadow: none;
}

.btn-solid.active {
	background-color: #6BCEF5;
	color: #004B87;
	box-shadow: none;
}

.btn-solid.active:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-text-normal {
	color: rgba(0, 0, 0, 0.8);
	font-family: 'UniSans', sans-serif;
	font-weight: 400;
	letter-spacing: 0;
}

.btn-text {
	background-color: transparent;
	color: #004B87;
	white-space: normal !important;
	margin-top: 2px;
	border: none;
	font-family: 'UniSans', sans-serif;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	letter-spacing: -0.25px;
	opacity: 1;
}
.btn-text:hover, .btn-text:active {
	background-color: transparent;
	color: 	rgba(0,75,135,0.75);
	border: none;
	box-shadow: none;
}

.btn-text.fade:hover, .btn-text.fade:active {
	opacity: 0.75;
	border: none;
	box-shadow: none;
}

.btn-text:active {
	color: 	rgba(0,75,135,0.75);
}

.landingButtonHeading {
	font-family: 'UniSans', sans-serif;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: -0.25px;
	margin-bottom: 6px;
	color:#000000;
}

.landingButtonBody {
	font-family: 'UniSans', sans-serif;	
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0 !important;
	color:#737373;
}

/* Style for the spans when the button is focused */
.btn-selection:focus > div > .landingButtonHeading,
.btn-selection:focus > div > .landingButtonBody {
/* Add your desired text color for the spans when the button is focused */
	color: #004B87;
}

.btn-selection {
	background-color:#FFFFFF;
	color: #333338;
	padding-top: 20px;
	padding-bottom: 20px;
	white-space:normal !important;
	border-radius: 8px;
	text-align: left;
	margin-bottom: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
	align-items: center;
	display: flex;
	margin-top: 0 !important;
}
.btn-selection:not(:focus) img {
	 visibility: hidden;
}
.btn-selection:focus img {
	visibility: visible;
}
.btn-selection:focus {
	background: linear-gradient(0deg, rgba(0, 75, 135, 0.12), rgba(0, 75, 135, 0.12)), #FFFFFF;
	border: 2px solid rgba(0, 75, 135, 0.25);
	border-radius: 8px;
	color: #004B87 !important;
	padding: 19px 11px;
	white-space:normal !important;
	letter-spacing: -0.25px;
	font-weight: 600;
	text-align: left;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.btn-empty {
	background-color: transparent;
}
.btn-empty:active {
	box-shadow: 0 0 0 #FFFFFF;
	opacity: 0.5;
}

.btn-outline {
    background-color: transparent;
    border: 1px solid #004B87;
    border-radius: 80px;
	color:#004B87;
	white-space:normal !important;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	letter-spacing: -0.25px;
	padding-top: 18px;
	padding-bottom: 18px;
	display: flex;
	justify-content: center;
}
.btn-outline.selected{
	background-color:#004B87;
	color:#ffffff;
}
.btn-outline:hover {
    color: #004069;
}
.btn-close, .btn-prev, .btn-prev-checkedin {
	background-color:transparent;
	border:0;
	font-size:32px;
	color:#004069;
}
.btn-doc-fa, .btn-doc-any{
	margin-top: 10px;
	width:75px;
	margin-right:20px;
}
.btn-code{
	float:right;
	position: absolute;
	right: 14px;
	top: -23px;
}
.panel-outline {
    background-color: transparent;
    border-radius: 0 !important;
    box-shadow: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.panel-outline > .panel-heading{
	background-color: transparent;
}
.panel-outline .panel-body{
	background-color: transparent;
	border:0 !important;
	padding: 10px 15px;
}
.panel-outline .panel-title > a {
    color: #004069 !important;
}
.plus-minus{
	top:3px;
}
.panel-outline .panel-title > a.collapsed, .panel-outline .panel-title > a.collapsed .plus-minus{
	color:#aaa !important;
}
#any-doc .avatar {
    position: relative;
    line-height: 1;
	white-space: nowrap;
    font-weight: 700;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 500px;
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .15)
}
#any-doc .avatar img {
    border-radius: inherit;
    width: 100%
}
#any-doc .list, #fmbs-chkn .list {
    padding-left: 0;
    padding-right: 0
}
#any-doc .list-item, #fmbs-chkn .list-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
	cursor:pointer;
}
#any-doc .list-row .list-item, #fmbs-chkn .list-row .list-item {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem .625rem
}
#any-doc .list-row .item-excerpt {
	color:#004B87;
}
#any-doc .list-row .selected .item-excerpt{
	color:#ffffff;
}
#any-doc .list-row .selected, #fmbs-chkn .list-row .selected {
    background-color:#004B87;
	color:#ffffff;
	border-radius:6px;
}
#any-doc .list-row .list-item>*, #fmbs-chkn .list-row .list-item>* {
    padding-left: .625rem;
    padding-right: .625rem
}
#any-doc .text-gd {
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-fill-color: transparent
}
#any-doc .text-sm {
    font-size: .825rem
}
#any-doc .h-1x {
    height: 1.25rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}
#any-doc .w-48, #fmbs-chkn .w-48 {
    width: 48px !important;
    height: 48px !important
}
#any-doc .radio-doc, #fmbs-chkn .radio-doc {
	background-color:#FFFFFF;
    position: relative;
    line-height: 1;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
	border: 1px solid #004B87;
}
#any-doc .list-row .selected .radio-doc, #fmbs-chkn .list-row .selected .radio-doc{
	background-color:#FFCD00;
	color:#004B87;
}
[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before, [class*="icheck-"] > input:first-child + label::before {
    border: 2px solid #737373;
	background-color: rgba(0,0,0,0);
}
.icheck-default > input:first-child:checked + input[type="hidden"] + label::before, .icheck-default > input:first-child:checked + label::before {
	border: 2px solid #004B87;
	background-color: rgba(0,0,0,0);
}
.icheck-default > input:first-child:checked + input[type="hidden"] + label::after, .icheck-default > input:first-child:checked + label::after {
    border-bottom-color: #004B87;
    border-right-color: #004B87;
}
.icheck-round > input:first-child + input[type="hidden"] + label::before, .icheck-round > input:first-child + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #004B87;
    border-radius: 100%;
    margin-left: -29px;
}
.icheck-round > input:first-child:checked + input[type="hidden"] + label::before, .icheck-round > input:first-child:checked + label::before {
    background-color: rgba(0,0,0,0);
    border-color: #004B87;
    border-radius: 100%;
	
}
.icheck-default > input:first-child:checked + label{
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}
.icheck-default > input:first-child:not(:checked) + label{
	color: rgba(0, 0, 0, 0.65);
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

.check-bx-no-medicare {
	font-family: 'UniSans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: -0.25px;
}

.no-medicare {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.radio-consult-type {
	margin-bottom: 2px;
}
.radio-consult-type > input:first-child:checked + label{
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	padding-left: 10px;
}
.radio-consult-type > input:first-child:not(:checked) + label{
	color: rgba(0, 0, 0, 0.8);
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	padding-left: 10px;
}
.radio-consult-type > input:first-child:hover + label{
	color: #000000;
}
.radio-consult-type label{
	margin-bottom: 0;
}

.radio-default label{
	margin-bottom: 0;
}

.radio-default > input:first-child:checked + label{
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	padding-left: 10px;
}
.radio-default > input:first-child:not(:checked) + label{
	color: rgba(0, 0, 0, 0.65);
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	padding-left: 10px;
}
.radio-default > input:first-child:hover + label{
	color: #000000;
}

input[type="radio"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  min-width:20px!important;
  min-height:20px!important;
  width: 20px;
  height: 20px;
  border: 2px solid #737373;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
input[type="radio"]:hover {
  border: 2px solid #004B87;
}
input[type="radio"]:checked {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border: 2px solid #004B87;
  border-radius: 50%;
  display: grid;
  place-content: center;
}

input[type="radio"]:focus {
  outline: none;
}

input[type="radio"]::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #004B87;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

small{
	font-size:14px;
	line-height: 20px;
	font-weight: 400;
	color: #000000;
}
.cnslt {
	background-color: #004B87;
	padding: 10px;
	border-radius: 100%;
	color: #ffffff;
	font-size: 26px;
}
.cs-alert-box{
	border: 2px solid #004B87;
	padding: 25px 15px;
	text-align: center;
	border-radius: 6px;
	position: relative;
	width: 100%;
	margin-top:10px;
	margin-bottom:25px;
}
.cs-alert-box .icon {
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.notification{
	background-color: #eee;
	text-align: center;
	padding: 20px 10px;
	width: 100%;
	position: relative;
	float: left;
	border-radius: 5px;
	margin-bottom:20px;
}
.notification .icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
#error-msg-top{
	color:#EC1616; 
	font-size:14px;
	text-align: center;
	margin-bottom: 45px;
}
.verify-success{
	position: absolute;
	right: 14px;
	top: -8px;
	font-size: 45px;
	color:#4CAF50 !important;
	transition-property: all;
  	transition-duration: 0.5s;
  	transition-timing-function: linear;
  	transition-delay: 0.5s;
}
.verify-fail{
	position: absolute;
	right: 14px;
/*	top: -8px;*/
	font-size: 45px;
	color:#EC1616 !important;
	transition-property: all;
  	transition-duration: 0.5s;
  	transition-timing-function: linear;
  	transition-delay: 0.5s;
}
.inline-edit {
	height:30px;
	display:none;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.wt-room-itm-1{
	border-bottom: 1px solid #7FADCB;
	padding-bottom: 15px;
}
.wt-room-itm-1 span.icon{
	border: 2px solid #004069;
	border-radius: 100%;
	padding: 10px;
	margin-right: 10px;
}
.no-padding{
	padding:0;
}

.summinfo {
	height: 350px;
	overflow-y: scroll;
	margin-bottom: 20px;
	-webkit-overflow-scrolling: touch;
}

.summinfo::-webkit-scrollbar {
    -webkit-appearance: none;
}

.summinfo::-webkit-scrollbar:vertical {
    width: 10px;
}

.summinfo::-webkit-scrollbar:horizontal {
    height: 10px;
}

.summinfo::-webkit-scrollbar-thumb {
    border-radius: 7px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.radio-focus label::before{
	border-color: #66afe9 !important;
	border-width: 2px !important;
}


#intro-screen, #pre-screen-que-2, #pre-screen-que-1-err-msg, #pre-screen-que-2-err-msg, .card-info-img, .why-covid-card, .medicare-card-form, .dva-card-form, .hcc-card-form, .pension-card-form, .waiting-room-missed-consult, .info-covid-yes{ display: none; }
.blue-err-card { background-color: #004B87; color: #fff; padding: 10px; margin: 0 auto; position: relative; margin-bottom: 20px; font-size: 15px; border-radius: 5px; }
.blue-err-card .icon { position: absolute; top: -3px; left: 50%; transform: translate(-50%,-50%); }
.blue-err-card-alt { background-color: #004B87; color: #fff; padding: 10px; margin: 0 auto; position: relative; margin-bottom: 20px; font-size: 15px; border-radius: 5px; }
.cc-item { position: relative; margin-bottom: 10px;}
.cc-item label { background-color: transparent; }
.cc-item label.active { background-color: #004B87; color: #fff; }
.cc-item label.active .icheck-default label::before, .cc-item label.active .icheck-default label::after { border-color: #004B87; }
.cc-item label.active .icheck-default label::before { background-color: #FFCD00; }
.cc-item label.active .icheck-default label::after {  }
.btn-icon { position: absolute; right: 30px;}
.bottom-info { color: #ecf0f0; }
.top-heading-bx { padding: 10px 0; background-color: #FFCD00; color: #000; }
.wt-room-itm-1 { border-bottom: 4px solid #e2e2e2; }
.wt-room-loc-name { color:#004B87; text-decoration: underline; font-style: italic; }
.notification { background-color: #ecf0f0; }
.waiting-room-missed-consult .notification { background-color: #FFCD00; }
label[for="pcard"]::before, label[for="hcard"]::before { border-radius: 50% !important; }
.form-control:focus { border-color:#ff0300 }
.summinfo input:disabled, select:disabled { background: #f1f1f1; }
@media (max-width: 500px) {
	.inline-edit { width: 90% }
	.inline-double { margin-left: 20px; }
}
.content__inner{display: block;}
