:root {
	--color-primary: 56 124 138;
	--gradient-green-1: linear-gradient(270deg, #00838e 0%, #004c55 100%);
	--gradient-green-2: linear-gradient(270deg, #00c6bf 0%, #00948b 100%);
	--gradient-green-3: linear-gradient(139.2427719120046deg, #f0fbe8 0%, #bbebe7 100%);
	--gradient-green-4: linear-gradient(180deg, #f0fbe8 0%, #e0fffc 100%);
	--gradient-green-5: linear-gradient(20.969947746806568deg, #00c6bf 0%, #00948b 100%);
	--gradient-green-6: linear-gradient(231.33621976945412deg, #00c6bf 0%, #00948b 100%);
	--gradient-green-7: linear-gradient(90deg, #004C55 0%, #00757F 100%);
	--gradient-grey-1: linear-gradient(299.6305337038102deg, rgba(220, 232, 235, 0) 0%, #ffffff 100%);
	--gradient-white-1: linear-gradient(180deg, #ffffff 0%, #eaf2f5 100%);
	--gradient-black-1: linear-gradient(199.451137387087deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 100%);
	--gradient-black-2: linear-gradient(211.55deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	--gradient-black-3: linear-gradient(180deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 100%);
	--gradient-yellow-1: linear-gradient(135deg, #FFE994 0%, #FF9E42 100%);
	--gradient-blue-1: linear-gradient(270deg, #00C6BF 0%, #00948B 100%)
}

body {
	font-size: 18px;
	background: #f0f4f5 url("../../assets/images/circle_bg.jpg") no-repeat top right;
	background-size: 100%;
}

.booking-header {
	text-align: center;
	font-size: 28px;
	margin: 50px 0 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
.booking-header a{
	text-decoration: none;
	color: inherit;
}
.header-container{
	background: #fff;
	max-width: 900px;
	margin: 0 auto;
}
.header-block{
	background: #fff;
	padding: 5px;
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.wrapper {
	padding: 50px;
	background: #fff;
	max-width: 900px;
	margin: 30px auto 100px auto;
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	border: 1px solid rgb(0 128 133 / 1);
	border-radius: 20px;
}
.no-bg-wrapper{
	padding: 20px 50px 50px;
    max-width: 900px;
    margin: 0px auto 0px auto;
}
.header {
	width: 100%;
}

.header td:nth-child(2) {
	width: 120px;
	text-align: right;
}

.lang-switch a {
	display: inline-block;
	width: 20px;
	color: inherit;
	padding: 5px;
	width: 35px;
	text-align: center;
}

.lang-switch a.active {
	color: #fff;
	background: #009097;
}

.form-group label {
	font-weight: normal;
}

.form-control {
	border-radius: 22px;
	height: 44px;
	background: #f1f1f1;
	padding-left: 15px;
	padding-right: 15px;
	box-shadow: none;
}

.form-control:focus {
	color: inherit;
	background-color: inherit;
	border-color: #009097;
	outline: 0;
	box-shadow: none;
	border-width: 2px;
}

.form-control.error {
	border: 1px solid red;
}

#remark {
	height: 100px;
}

.required {
	color: red;
	margin: 0 3px;
}

.error-message {
	color: red;
	margin: 0 3px;
}

.required-remark {
	margin-bottom: 20px;
}

.placeholder {
	border: 1px solid #ccc;
	padding: 8px 10px;
	height: 45px;
}

.radio-container {
	padding: 9px 0;
}

.radio-container input {
	position: static !important;
	margin-top: 0 !important;
}

.radio-container * {
	vertical-align: middle;
}

.red {
	color: red;
}

.form-group {
	margin-bottom: 25px;
}

.footer-remark {}

label.error {
	color: red;
}

.validation_errors {
	color: red;
}

.location-remark {
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold;
}

.lang-switch {
	width: 120px;
}

.logo {
	max-width: 100%;
}

.btn-general {
	color: #fff;
	background-color: #009097;
}

.check-radio-icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 1px solid #d5d5d5;
	position: relative;
}

.check-radio-container.radio .check-radio-icon {
	border-radius: 25px;
	margin-right: 5px;
}

.check-radio-container.checkbox.checked .check-radio-icon::after {
	display: block;
	content: "";
	transform: rotate(45deg);
	height: 18px;
	width: 10px;
	margin-left: 5px;
	border-bottom: 5px solid #00948b;
	border-right: 5px solid #00948b;
}

.check-radio-container.radio.checked .check-radio-icon::after {
	display: block;
	content: "";
	height: 16px;
	width: 16px;
	background: #00948b;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 18px;
	margin: auto;
}

.check-radio-container.radio.checked .check-radio-icon {
	border-color: #00948b;
}

.check-radio-container.radio.checked .label-text {
	color: #00948b;
}

.check-radio-container * {
	vertical-align: middle;
}

.check-radio-container.block * {
	vertical-align: baseline !important;
}

.check-radio-container input {
	display: none;
}

.check-radio-container {
	cursor: pointer;
	margin-right: 20px;
	cursor: pointer;
}

.check-radio-container.normal {
	margin-right: 5px;
}

.check-radio-container.block {
	display: inline-block;
	margin-right: 0;
}

.check-radio-container.block .check-radio-icon {
	float: left;
}

.check-radio-container.block .label-text {
	padding-left: 40px;
	display: block;
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999999;
	width: 100%;
	min-height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: none;
}

#loading::before {
	border: 16px solid #f3f3f3;
	border-top: 16px solid #3498db;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#top {
	width: 45px;
	height: 45px;
	background: rgba(0, 0, 0, .5);
	border-radius: 2px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	font-size: 25px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
	display: none;
	z-index: 9999;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.selected-box {
	border: 2px solid #009097;
	padding: 20px;
}

.selected-box-heading {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

.vaccine-restriction {
	margin: 10px 0;
}

.link {
	text-decoration: underline;
	color: #009097;
}

#num_of_days_between_second_dose {
	font-weight: bold;
}

.disabled-priority {
	display: none;
}

ol {
	counter-reset: item;
}

ol>li {
	counter-increment: item;
	margin: 15px 0;
}

ol ol>li {
	display: block;
}

ol ol>li:before {
	content: counters(item, ".") ". ";
	margin-left: -40px;
}

.point-highlight {
	font-weight: bold;
	color: red;
}

.list {
	padding-left: 20px;
}

.checkbox-with-paragraph .check-radio-container {
	margin-right: 8px;
	margin-bottom: 5px;
	float: left;
}

.checkbox-with-paragraph .label-text {
	padding-left: 40px;
	padding-top: 2px;
}

.line {
	height: 1px;
	background: #b7b7b7;
	margin: 30px 0;
}

.priority-desc {
	line-height: 1.8;
	padding-left: 35px;
}

.check-radio-container.disabled .check-radio-icon {
	border-color: grey;
}

.disabled-priority {
	background: #e8e8e8;
	padding: 30px 40px;
}

.disabled-priority .list {
	margin: 0;
}


.step {
	display: none;
}

.current {
	display: block;
}

.booking-btn {
	border: 2px solid #009097;
	display: inline-block;
	margin: auto;
	padding: 30px 60px;
	cursor: pointer;
	text-align: center;
	font-size: 30px;
	border-radius: 5px;
	background-color: #009097;
	color: #fff;
	margin-bottom: 40px;
	text-decoration: none;
	box-shadow: 2px ​2px 4px #9e9e9e;
}

.booking-btn:hover {
	text-decoration: none;
	color: #fff;
}

.booking-btn.en {
	font-size: 20px;
}

.step-heading {
	font-size: 24px;
	font-weight: bold;
	border-left: 3px solid #D06806;
	padding-left: 15px;
	margin-bottom: 25px;
	color: #D06806;
}

.result-rows .row {
	padding: 5px 0;
}

.result-rows .label {
	/* font-weight: bold; */
}

.result-heading {
	font-weight: bold;
	margin-bottom: 15px;
}

.block-radio {
	margin-bottom: 15px;
}

.timeslot {
	display: block;
	margin: 0;
	font-size: 20px;
	text-align: center;
	padding: 5px;
	cursor: pointer;
	border-radius: 3px;
	border: 2px solid #009097;
}

.timeslots input {
	display: none;
}

.timeslots {
	margin-left: -8px;
	margin-right: -8px;
}

.timeslot-col {
	margin-bottom: 15px;
	padding: 0 8px;
}

.timeslot.disabled {
	cursor: not-allowed;
	background: #cccccc;
	border-color: #cccccc;
}

.timeslot.selected {
	background: #009097;
	color: #fff;
}

.status {
	display: inline-block;
	width: 50px;
	height: 30px;
	border: 2px solid #009097;
}

/* .avaliable{
	border-radius: 3px;
	border: 2px solid #009097;
} */
/* .disabled{
	border-radius: 3px;
	background: #cccccc;
	border-color: #cccccc;
} */
.disabled.status {
	margin-left: 15px;
}

.timeslot-status-block .disabled {
	border-radius: 3px;
	background: #cccccc;
	border-color: #cccccc;
}

.timeslot-status-block .avaliable {
	border-radius: 3px;
	border: 2px solid #009097;
}

.timeslot-status-block {
	margin-bottom: 15px;
	margin-top: 15;
}

.timeslot-status-block * {
	vertical-align: middle;
}

.timeslot-status-block span {
	margin-left: 5px;
}

.field-label {
	font-weight: bold !important;
}

#timeslot-message {
	text-align: center;
}

#timeslot-date {
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #009097;
	display: none;
}

.print-bar {
	text-align: center;
	margin-top: 30px;
	color: red;
}

.reserve-btn {
	width: 100%;
	margin-top: 15px;
}


#no-avaliable-dates {
	color: red;
	margin-top: 10px;
}

.policy-update {
	margin-top: 15px;
}

#resultModal {
	padding-right: 0;
}

#cancel-btn {
	padding: 30px;
	font-size: 18px;
}

.fullbox {
	border: 2px solid #919191;
	padding: 20px;
	margin-right: 0;
	box-shadow: 1px 1px 5px 0px #cccccc;
	position: relative;
}

.fullbox.checked {
	border: 2px solid #009097;
}

.booking-row+.booking-row {
	margin-top: 30px;
}

.booking-row {
	border: 1px solid gray;
	padding: 20px;
}

.check-radio-icon-container {
	margin-bottom: 10px;
}

.btns {
	margin: 20px 0 15px;
}

.heading {
	text-align: center;
	margin-bottom: 20px;
	font-size: 30px;
}

.btns-gp {
	margin: 15px 0;
}

.modal-md {
	max-width: 600px;
}

.edit_step {
	display: none;
}

.edit_step.active {
	display: block;
}

#dose3-remark {
	font-size: 22px;
}

#dose3-remark a {
	color: red;
}

.priority-sub-gp .block-radio {
	padding-left: 15px;
}

.changing-alert {
	color: red;
	font-size: 18px;
	border: 2px solid red;
	padding: 10px;
	margin-bottom: 15px;
}

.dose-bookmark {
	color: red;
	font-size: 20px;
	display: none;
	margin-bottom: 15px;
}

.pls-fill-correctly {
	color: red;
	display: none;
}

.booking-data {
	list-style: none;
	padding: 0;
	margin-bottom: 15px;
}

.booking-data li {
	margin-bottom: 20px;
}

#priority_gp_display,
#previous_vaccine_info_display {
	display: none;
}

.centre-info {
	border: 2px solid #bdbdbd;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 15px;
}

.centre-name {
	font-size: 18px;
	font-weight: bold;
}

.centre-address {
	font-size: 16px;
}

.centre-status {
	margin-top: 10px;
}

.centre-status span {
	margin-left: 5px;
	font-size: 16px;
}

.centre-status i {
	font-size: 25px;
}

.centre-status * {
	vertical-align: middle;
}

.centres-block {
	margin-bottom: 30px;
}

.centre-input {
	border: 2px solid #bdbdbd;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	box-shadow: 0 0 0 0 grey;
	display: block;
}

.centre-input.checked {
	border-color: #009097;
}

.centre-input input {
	display: none;
}

.centre-input.avaliable:hover {
	border-color: #009097;
}

.centre-input.disabled {
	cursor: not-allowed;
}

.disabled-date.full {
	background: green;
}

.sys-name {
	margin-top: 10px;
}

.sys-intro {
	background: #47a1c3;
	color: #fff;
	padding: 25px;
	margin-bottom: 40px;
}

.notices {
	padding-left: 30px;
	margin-bottom: 0;
}

.sys-intro-heading {
	font-weight: bold;
	font-size: 18px;
}

.highlight {
	color: #009097;
	font-weight: bold;
}


.questions {
	list-style: none;
	padding: 0;
	margin: 0;
}

.questions li {
	margin-bottom: 20px;
	display: flex;
	gap: 10px;
}

.questions .question-number {
	font-size: 18px;
	background-color: #009097;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	line-height: 1;
	text-align: center;
	flex-shrink: 0;
}

.questions .question-content {
	font-size: 18px;
	margin-left: 10px;
}

.questions .question-options {
	display: flex;
	gap: 10px;
}

.label-text {
	display: inline-block;
	color: #6d6d6d;
}

.uhbtn {
	display: inline-block;
	min-width: 140px;
	border-radius: 9999px;
	background-image: var(--gradient-green-1) !important;
	padding: 0.8rem 1.8rem;
	text-align: center;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	border: none;
}
a.uhbtn:hover{
	text-decoration: none;
	color: #fff;
}
.uhbtn:focus {
	outline: none;
}

.uhbtn:hover {
	background-image: var(--gradient-green-2) !important;
}

.remark {
	margin-top: 50px;
}

.remark-title {
	font-weight: bold;
	font-size: 22px;
}

.reference {
	margin-top: 50px;
}
.reference a{
	line-break: anywhere;
	text-decoration: underline;
}

.reference-title {
	font-weight: bold;
}

.result-block {
	display: none;
}

.intro-img-container {
	display: grid;
	width: 100%;
	aspect-ratio: 16/9;
	margin-bottom: 50px;
}

.intro-img {
	width: 60%;
	border-radius: 30px;
	border: 2px solid #009097;
	padding: 5px;
}

.intro-img:first-child {
	grid-column: 1 / span 2;
	grid-row: 1 / span 2;
	align-self: start;
	z-index: 2;
}

.intro-img:last-child {
	grid-column: 1 / span 2;
	grid-row: 1 / span 2;
	align-self: end;
	justify-self: end;
}
.step-btn-container{
	margin-top: 50px;
}
.result-block{
	display: flex;
	align-items: center;
}
.result-block .fas{
	font-size: 50px;
}

.result-heading.pass,.pass .result-label{
	color: #44a544;
}
.result-heading.fail{
	color: red;
}
.result-heading.fail, .fail .result-label{
	color: #ff4747
}
.result-heading{
	font-size: 30px;
}
.result-text{
	font-size: 22px;
	margin-bottom: 15px;
}

.feature-item{
	text-align: center;
	border-radius: 10px;
	border: 1px solid #a9a9a9;
	overflow: hidden;
}
.feature-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.feature-item-heading{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
	padding: 0 10px;
}
.feature-list{
	list-style:none;
	padding: 0;
	margin: 30px 80px 0;
}
.feature-list li{
	margin-bottom: 30px;
}
.line-break{
	background:  #009097;
	height: 2px;
	margin: 30px auto 30px auto;
	/* width: 90%; */
}
.result-title{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #D06806;
}
.suggestion-title{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}
.remark-container{
	margin-top: 40px;
	margin-bottom: 15px;
	text-align: center;
	color: grey;
}
.suggestion-list{
	padding-left: 30px;
}
.suggestion-list li{
	margin-bottom: 15px;
	position: relative;
}
.icon-link img{
	margin-right: 10px;
}
.sharing-info-title{
	padding: 15px;
	text-align: center;
	margin: 0 auto;
	max-width: 500px;
}
.sharing-icons-container-wrapper{
	text-align: center;
	margin-bottom: 10px;
	z-index: 99;
	position: relative;
}
.sharing-info-img-container{
	position: relative;
	margin: 0 auto;
	max-width: 300px;
}
.sharing-info-container{
	margin-top: 30px;
}
.sharing-icons-container{
	text-align: center;
	margin: 15px 0;
	padding-bottom: 5px;
	display: inline-block;
}
.sharing-icons-inner-container{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	position: relative;
	font-weight: bold;
	font-size: 22px;
}
.sharing-icons-container:hover .sharing-icons-list{
	display: inline-flex;
}
#share-icon{
	width: 35px;
	height: 35px;
}
#copy-status{
	display: none;
	text-decoration: none;
	color: #004c55;
	position: absolute;
	bottom: -45px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap; 
	background: #fff;
	padding: 3px 8px;
	border-radius: 5px;
	font-size: 18px;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
}
#copy-link{
	position: relative;
}
#copy-link:hover{
	text-decoration: none;
}
#copy-link:hover #copy-status{
	text-decoration: none;
}
.sharing-icons-list{
	list-style: none;
	display: inline-flex;
	padding: 5px 15px;
	margin: 10px 0 0 0;
	background: #008085;
	border-radius: 8px;
	position: absolute;
	bottom: -5px;
	display: none;
	transform: translateY(100%);
}
.sharing-icons-list li a{
	padding: 5px 10px;
	display: inline-block;
}
.icon{
	width: 35px;
	height: 35px;
	color: #fff;
}
#wechat-share{
	position: relative;
}
.qr-code-container{
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	display: none;
}
.qr-code-container::before {
	content: '';
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
}
.qr-code-container img{
	width: 100%;
}
.qr-code-text{
	font-size: 14px;
	color: #000;
}
#wechat-share:hover .qr-code-container{
	display: block;
}

.sharing-icons-list::before {
	content: '';
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #008085;
}

.contact-info{
	margin: 10px 0;
}
.centre-section{
	margin-bottom: 20px;
}
.banner{
	margin-bottom: 30px;
}
.calendar-container{
	margin-top: 5px;
}
.calendar-container a img{
	margin-right: 5px;
}
.errors-message{
	color: red;
}
.step-sub-heading{
	margin-bottom: 25px;
	font-size: 20px;
	color: #01717d;
	font-weight: bold;
}
.result-image{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.suggestion-block-title{
	margin-bottom: 5px;
}
.result-content-row{
	border-radius: 10px;
	border: 4px solid #009097;
	padding: 20px 30px;
}
.service-btn-link{
	display: block;
	overflow: hidden;
	border-radius: 20px;
	background: #FBF4ED;
	padding: 20px;
	margin-bottom: 30px;
}
.service-btn-img{
	width: 100%;
}
.service-title{
	text-align: center;
	margin: 50px 0 25px;
}
.section{
	background: #fff;
	padding: 35px;
	border-radius: 25px;
	margin-bottom: 50px;
}
.section-title{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #D06806;
}
.sub-section-title{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}
.sug{
	padding: 40px 0;
}
.sug:first-child{
	padding-top: 10px;
}
.sug + .sug{
	border-top: 1px solid rgb(227, 227, 227);
}
.sug-title{
	font-size: 24px;
	color: #009097;
}
.btn-icon{
	width: 25px;
}
.left.btn-icon{
	margin-right: 5px;
}
.uhbtn *{
	vertical-align: middle;
}
.section-title.m2{
	margin: 0 0 10px 0 ;
}
.test-intro-text{
	font-size: 20px;
	text-align: center;
	color: #009097;
	font-weight: bold;
}
.remark-container.no-margin{
	margin:0;
	margin-bottom: -15px;
}
.btn-container.sm{
	text-align: center;
	display: none;
}