.swal2-popup.swal2-toast {
	flex-direction: row;
	align-items: center;
	width: auto;
	padding: .625em;
	overflow-y: hidden;
	background: #fff;
	box-shadow: 0 0 .625em #d9d9d9
}

.swal2-popup.swal2-toast .swal2-header {
	flex-direction: row
}

.swal2-popup.swal2-toast .swal2-title {
	flex-grow: 1;
	justify-content: flex-start;
	margin: 0 .6em;
	font-size: 1em
}

.swal2-popup.swal2-toast .swal2-footer {
	margin: .5em 0 0;
	padding: .5em 0 0;
	font-size: .8em
}

.swal2-popup.swal2-toast .swal2-close {
	position: static;
	width: .8em;
	height: .8em;
	line-height: .8
}

.swal2-popup.swal2-toast .swal2-content {
	justify-content: flex-start;
	font-size: 1em
}

.swal2-popup.swal2-toast .swal2-icon {
	width: 2em;
	min-width: 2em;
	height: 2em;
	margin: 0
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
	display: flex;
	align-items: center;
	font-size: 1.8em;
	font-weight: 700
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
		font-size: .25em
	}
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
	width: 2em;
	height: 2em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	top: .875em;
	width: 1.375em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
	left: .3125em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
	right: .3125em
}

.swal2-popup.swal2-toast .swal2-actions {
	flex-basis: auto!important;
	width: auto;
	height: auto;
	margin: 0 .3125em
}

.swal2-popup.swal2-toast .swal2-styled {
	margin: 0 .3125em;
	padding: .3125em .625em;
	font-size: 1em
}

.swal2-popup.swal2-toast .swal2-styled:focus {
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, .4)
}

.swal2-popup.swal2-toast .swal2-success {
	border-color: #a5dc86
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
	position: absolute;
	width: 1.6em;
	height: 3em;
	transform: rotate(45deg);
	border-radius: 50%
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
	top: -.8em;
	left: -.5em;
	transform: rotate(-45deg);
	transform-origin: 2em 2em;
	border-radius: 4em 0 0 4em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
	top: -.25em;
	left: .9375em;
	transform-origin: 0 1.5em;
	border-radius: 0 4em 4em 0
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
	width: 2em;
	height: 2em
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
	top: 0;
	left: .4375em;
	width: .4375em;
	height: 2.6875em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
	height: .3125em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
	top: 1.125em;
	left: .1875em;
	width: .75em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
	top: .9375em;
	right: .1875em;
	width: 1.375em
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
	-webkit-animation: swal2-toast-animate-success-line-tip .75s;
	animation: swal2-toast-animate-success-line-tip .75s
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
	-webkit-animation: swal2-toast-animate-success-line-long .75s;
	animation: swal2-toast-animate-success-line-long .75s
}

.swal2-popup.swal2-toast.swal2-show {
	-webkit-animation: swal2-toast-show .5s;
	animation: swal2-toast-show .5s
}

.swal2-popup.swal2-toast.swal2-hide {
	-webkit-animation: swal2-toast-hide .1s forwards;
	animation: swal2-toast-hide .1s forwards
}

.swal2-container {
	display: flex;
	position: fixed;
	z-index: 1060;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: .625em;
	overflow-x: hidden;
	transition: background-color .1s;
	-webkit-overflow-scrolling: touch
}

.swal2-container.swal2-backdrop-show {
	background: rgba(0, 0, 0, .4)
}

.swal2-container.swal2-backdrop-hide {
	background: 0 0!important
}

.swal2-container.swal2-top {
	align-items: flex-start
}

.swal2-container.swal2-top-left,
.swal2-container.swal2-top-start {
	align-items: flex-start;
	justify-content: flex-start
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
	align-items: flex-start;
	justify-content: flex-end
}

.swal2-container.swal2-center {
	align-items: center
}

.swal2-container.swal2-center-left,
.swal2-container.swal2-center-start {
	align-items: center;
	justify-content: flex-start
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
	align-items: center;
	justify-content: flex-end
}

.swal2-container.swal2-bottom {
	align-items: flex-end
}

.swal2-container.swal2-bottom-left,
.swal2-container.swal2-bottom-start {
	align-items: flex-end;
	justify-content: flex-start
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
	align-items: flex-end;
	justify-content: flex-end
}

.swal2-container.swal2-bottom-end>:first-child,
.swal2-container.swal2-bottom-left>:first-child,
.swal2-container.swal2-bottom-right>:first-child,
.swal2-container.swal2-bottom-start>:first-child,
.swal2-container.swal2-bottom>:first-child {
	margin-top: auto
}

.swal2-container.swal2-grow-fullscreen>.swal2-modal {
	display: flex!important;
	flex: 1;
	align-self: stretch;
	justify-content: center
}

.swal2-container.swal2-grow-row>.swal2-modal {
	display: flex!important;
	flex: 1;
	align-content: center;
	justify-content: center
}

.swal2-container.swal2-grow-column {
	flex: 1;
	flex-direction: column
}

.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
	align-items: center
}

.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-top-start {
	align-items: flex-start
}

.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-top-right {
	align-items: flex-end
}

.swal2-container.swal2-grow-column>.swal2-modal {
	display: flex!important;
	flex: 1;
	align-content: center;
	justify-content: center
}

.swal2-container.swal2-no-transition {
	transition: none!important
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal {
	margin: auto
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.swal2-container .swal2-modal {
		margin: 0!important
	}
}

.swal2-popup {
	display: none;
	position: relative;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	width: 32em;
	max-width: 100%;
	padding: 1.25em;
	border: none;
	border-radius: .3125em;
	background: #fff;
	font-family: inherit;
	font-size: 1rem
}

.swal2-popup:focus {
	outline: 0
}

.swal2-popup.swal2-loading {
	overflow-y: hidden
}

.swal2-header {
	display: flex;
	flex-direction: column;
	align-items: center
}

.swal2-title {
	position: relative;
	max-width: 100%;
	margin: 0 0 .4em;
	padding: 0;
	color: #595959;
	font-size: 1.875em;
	font-weight: 600;
	text-align: center;
	text-transform: none;
	word-wrap: break-word
}

.swal2-actions {
	display: flex;
	z-index: 1;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 1.25em auto 0
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
	opacity: .4
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
	background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
	background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
	box-sizing: border-box;
	width: 2.5em;
	height: 2.5em;
	margin: .46875em;
	padding: 0;
	-webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
	animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
	border: .25em solid transparent;
	border-radius: 100%;
	border-color: transparent;
	background-color: transparent!important;
	color: transparent;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
	margin-right: 30px;
	margin-left: 30px
}

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	-webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
	animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
	border: 3px solid #999;
	border-radius: 50%;
	border-right-color: transparent;
	box-shadow: 1px 1px 1px #fff
}

.swal2-styled {
	margin: .3125em;
	padding: .625em 2em;
	box-shadow: none;
	font-weight: 500
}

.swal2-styled:not([disabled]) {
	cursor: pointer
}

.swal2-styled.swal2-confirm {
	border: 0;
	border-radius: .25em;
	background: initial;
	background-color: #3085d6;
	color: #fff;
	font-size: 1.0625em
}

.swal2-styled.swal2-cancel {
	border: 0;
	border-radius: .25em;
	background: initial;
	background-color: #aaa;
	color: #fff;
	font-size: 1.0625em
}

.swal2-styled:focus {
	outline: 0;
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, .4)
}

.swal2-styled::-moz-focus-inner {
	border: 0
}

.swal2-footer {
	justify-content: center;
	margin: 1.25em 0 0;
	padding: 1em 0 0;
	border-top: 1px solid #eee;
	color: #545454;
	font-size: 1em
}

.swal2-timer-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: .25em;
	background: rgba(0, 0, 0, .2)
}

.swal2-image {
	max-width: 100%;
	margin: 1.25em auto
}

.swal2-close {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	justify-content: center;
	width: 1.2em;
	height: 1.2em;
	padding: 0;
	overflow: hidden;
	transition: color .1s ease-out;
	border: none;
	border-radius: 0;
	outline: initial;
	background: 0 0;
	color: #ccc;
	font-family: serif;
	font-size: 2.5em;
	line-height: 1.2;
	cursor: pointer
}

.swal2-close:hover {
	transform: none;
	background: 0 0;
	color: #f27474
}

.swal2-close::-moz-focus-inner {
	border: 0
}

.swal2-content {
	z-index: 1;
	justify-content: center;
	margin: 0;
	padding: 0;
	color: #545454;
	font-size: 1.125em;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	word-wrap: break-word
}

.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
	margin: 1em auto
}

.swal2-file,
.swal2-input,
.swal2-textarea {
	box-sizing: border-box;
	width: 100%;
	transition: border-color .3s, box-shadow .3s;
	border: 1px solid #d9d9d9;
	border-radius: .1875em;
	background: inherit;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
	color: inherit;
	font-size: 1.125em
}

.swal2-file.swal2-inputerror,
.swal2-input.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
	border-color: #f27474!important;
	box-shadow: 0 0 2px #f27474!important
}

.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
	border: 1px solid #b4dbed;
	outline: 0;
	box-shadow: 0 0 3px #c4e6f5
}

.swal2-file::-webkit-input-placeholder,
.swal2-input::-webkit-input-placeholder,
.swal2-textarea::-webkit-input-placeholder {
	color: #ccc
}

.swal2-file::-moz-placeholder,
.swal2-input::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
	color: #ccc
}

.swal2-file:-ms-input-placeholder,
.swal2-input:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
	color: #ccc
}

.swal2-file::-ms-input-placeholder,
.swal2-input::-ms-input-placeholder,
.swal2-textarea::-ms-input-placeholder {
	color: #ccc
}

.swal2-file::placeholder,
.swal2-input::placeholder,
.swal2-textarea::placeholder {
	color: #ccc
}

.swal2-range {
	margin: 1em auto;
	background: #fff
}

.swal2-range input {
	width: 80%
}

.swal2-range output {
	width: 20%;
	color: inherit;
	font-weight: 600;
	text-align: center
}

.swal2-range input,
.swal2-range output {
	height: 2.625em;
	padding: 0;
	font-size: 1.125em;
	line-height: 2.625em
}

.swal2-input {
	height: 2.625em;
	padding: 0 .75em
}

.swal2-input[type=number] {
	max-width: 10em
}

.swal2-file {
	background: inherit;
	font-size: 1.125em
}

.swal2-textarea {
	height: 6.75em;
	padding: .75em
}

.swal2-select {
	min-width: 50%;
	max-width: 100%;
	padding: .375em .625em;
	background: inherit;
	color: inherit;
	font-size: 1.125em
}

.swal2-checkbox,
.swal2-radio {
	align-items: center;
	justify-content: center;
	background: #fff;
	color: inherit
}

.swal2-checkbox label,
.swal2-radio label {
	margin: 0 .6em;
	font-size: 1.125em
}

.swal2-checkbox input,
.swal2-radio input {
	margin: 0 .4em
}

.swal2-validation-message {
	display: none;
	align-items: center;
	justify-content: center;
	padding: .625em;
	overflow: hidden;
	background: #f0f0f0;
	color: #666;
	font-size: 1em;
	font-weight: 300
}

.swal2-validation-message::before {
	content: "!";
	display: inline-block;
	width: 1.5em;
	min-width: 1.5em;
	height: 1.5em;
	margin: 0 .625em;
	border-radius: 50%;
	background-color: #f27474;
	color: #fff;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center
}

.swal2-icon {
	position: relative;
	box-sizing: content-box;
	justify-content: center;
	width: 5em;
	height: 5em;
	margin: 1.25em auto 1.875em;
	border: .25em solid transparent;
	border-radius: 50%;
	font-family: inherit;
	line-height: 5em;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.swal2-icon .swal2-icon-content {
	display: flex;
	align-items: center;
	font-size: 3.75em
}

.swal2-icon.swal2-error {
	border-color: #f27474;
	color: #f27474
}

.swal2-icon.swal2-error .swal2-x-mark {
	position: relative;
	flex-grow: 1
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	display: block;
	position: absolute;
	top: 2.3125em;
	width: 2.9375em;
	height: .3125em;
	border-radius: .125em;
	background-color: #f27474
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
	left: 1.0625em;
	transform: rotate(45deg)
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
	right: 1em;
	transform: rotate(-45deg)
}

.swal2-icon.swal2-error.swal2-icon-show {
	-webkit-animation: swal2-animate-error-icon .5s;
	animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
	-webkit-animation: swal2-animate-error-x-mark .5s;
	animation: swal2-animate-error-x-mark .5s
}

.swal2-icon.swal2-warning {
	border-color: #facea8;
	color: #f8bb86
}

.swal2-icon.swal2-info {
	border-color: #9de0f6;
	color: #3fc3ee
}

.swal2-icon.swal2-question {
	border-color: #c9dae1;
	color: #87adbd
}

.swal2-icon.swal2-success {
	border-color: #a5dc86;
	color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
	position: absolute;
	width: 3.75em;
	height: 7.5em;
	transform: rotate(45deg);
	border-radius: 50%
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
	top: -.4375em;
	left: -2.0635em;
	transform: rotate(-45deg);
	transform-origin: 3.75em 3.75em;
	border-radius: 7.5em 0 0 7.5em
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
	top: -.6875em;
	left: 1.875em;
	transform: rotate(-45deg);
	transform-origin: 0 3.75em;
	border-radius: 0 7.5em 7.5em 0
}

.swal2-icon.swal2-success .swal2-success-ring {
	position: absolute;
	z-index: 2;
	top: -.25em;
	left: -.25em;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	border: .25em solid rgba(165, 220, 134, .3);
	border-radius: 50%
}

.swal2-icon.swal2-success .swal2-success-fix {
	position: absolute;
	z-index: 1;
	top: .5em;
	left: 1.625em;
	width: .4375em;
	height: 5.625em;
	transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
	display: block;
	position: absolute;
	z-index: 2;
	height: .3125em;
	border-radius: .125em;
	background-color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
	top: 2.875em;
	left: .8125em;
	width: 1.5625em;
	transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
	top: 2.375em;
	right: .5em;
	width: 2.9375em;
	transform: rotate(-45deg)
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
	-webkit-animation: swal2-animate-success-line-tip .75s;
	animation: swal2-animate-success-line-tip .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
	-webkit-animation: swal2-animate-success-line-long .75s;
	animation: swal2-animate-success-line-long .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
	-webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
	animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.swal2-progress-steps {
	align-items: center;
	margin: 0 0 1.25em;
	padding: 0;
	background: inherit;
	font-weight: 600
}

.swal2-progress-steps li {
	display: inline-block;
	position: relative
}

.swal2-progress-steps .swal2-progress-step {
	z-index: 20;
	width: 2em;
	height: 2em;
	border-radius: 2em;
	background: #3085d6;
	color: #fff;
	line-height: 2em;
	text-align: center
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
	background: #3085d6
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step {
	background: #add8e6;
	color: #fff
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
	background: #add8e6
}

.swal2-progress-steps .swal2-progress-step-line {
	z-index: 10;
	width: 2.5em;
	height: .4em;
	margin: 0 -1px;
	background: #3085d6
}

[class^=swal2] {
	-webkit-tap-highlight-color: transparent
}

.swal2-show {
	-webkit-animation: swal2-show .3s;
	animation: swal2-show .3s
}

.swal2-hide {
	-webkit-animation: swal2-hide .15s forwards;
	animation: swal2-hide .15s forwards
}

.swal2-noanimation {
	transition: none
}

.swal2-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

.swal2-rtl .swal2-close {
	right: auto;
	left: 0
}

.swal2-rtl .swal2-timer-progress-bar {
	right: 0;
	left: auto
}

@supports (-ms-accelerator:true) {
	.swal2-range input {
		width: 100%!important
	}
	.swal2-range output {
		display: none
	}
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.swal2-range input {
		width: 100%!important
	}
	.swal2-range output {
		display: none
	}
}

@-moz-document url-prefix() {
	.swal2-close:focus {
		outline: 2px solid rgba(50, 100, 150, .4)
	}
}

@-webkit-keyframes swal2-toast-show {
	0% {
		transform: translateY(-.625em) rotateZ(2deg)
	}
	33% {
		transform: translateY(0) rotateZ(-2deg)
	}
	66% {
		transform: translateY(.3125em) rotateZ(2deg)
	}
	100% {
		transform: translateY(0) rotateZ(0)
	}
}

@keyframes swal2-toast-show {
	0% {
		transform: translateY(-.625em) rotateZ(2deg)
	}
	33% {
		transform: translateY(0) rotateZ(-2deg)
	}
	66% {
		transform: translateY(.3125em) rotateZ(2deg)
	}
	100% {
		transform: translateY(0) rotateZ(0)
	}
}

@-webkit-keyframes swal2-toast-hide {
	100% {
		transform: rotateZ(1deg);
		opacity: 0
	}
}

@keyframes swal2-toast-hide {
	100% {
		transform: rotateZ(1deg);
		opacity: 0
	}
}

@-webkit-keyframes swal2-toast-animate-success-line-tip {
	0% {
		top: .5625em;
		left: .0625em;
		width: 0
	}
	54% {
		top: .125em;
		left: .125em;
		width: 0
	}
	70% {
		top: .625em;
		left: -.25em;
		width: 1.625em
	}
	84% {
		top: 1.0625em;
		left: .75em;
		width: .5em
	}
	100% {
		top: 1.125em;
		left: .1875em;
		width: .75em
	}
}

@keyframes swal2-toast-animate-success-line-tip {
	0% {
		top: .5625em;
		left: .0625em;
		width: 0
	}
	54% {
		top: .125em;
		left: .125em;
		width: 0
	}
	70% {
		top: .625em;
		left: -.25em;
		width: 1.625em
	}
	84% {
		top: 1.0625em;
		left: .75em;
		width: .5em
	}
	100% {
		top: 1.125em;
		left: .1875em;
		width: .75em
	}
}

@-webkit-keyframes swal2-toast-animate-success-line-long {
	0% {
		top: 1.625em;
		right: 1.375em;
		width: 0
	}
	65% {
		top: 1.25em;
		right: .9375em;
		width: 0
	}
	84% {
		top: .9375em;
		right: 0;
		width: 1.125em
	}
	100% {
		top: .9375em;
		right: .1875em;
		width: 1.375em
	}
}

@keyframes swal2-toast-animate-success-line-long {
	0% {
		top: 1.625em;
		right: 1.375em;
		width: 0
	}
	65% {
		top: 1.25em;
		right: .9375em;
		width: 0
	}
	84% {
		top: .9375em;
		right: 0;
		width: 1.125em
	}
	100% {
		top: .9375em;
		right: .1875em;
		width: 1.375em
	}
}

@-webkit-keyframes swal2-show {
	0% {
		transform: scale(.7)
	}
	45% {
		transform: scale(1.05)
	}
	80% {
		transform: scale(.95)
	}
	100% {
		transform: scale(1)
	}
}

@keyframes swal2-show {
	0% {
		transform: scale(.7)
	}
	45% {
		transform: scale(1.05)
	}
	80% {
		transform: scale(.95)
	}
	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes swal2-hide {
	0% {
		transform: scale(1);
		opacity: 1
	}
	100% {
		transform: scale(.5);
		opacity: 0
	}
}

@keyframes swal2-hide {
	0% {
		transform: scale(1);
		opacity: 1
	}
	100% {
		transform: scale(.5);
		opacity: 0
	}
}

@-webkit-keyframes swal2-animate-success-line-tip {
	0% {
		top: 1.1875em;
		left: .0625em;
		width: 0
	}
	54% {
		top: 1.0625em;
		left: .125em;
		width: 0
	}
	70% {
		top: 2.1875em;
		left: -.375em;
		width: 3.125em
	}
	84% {
		top: 3em;
		left: 1.3125em;
		width: 1.0625em
	}
	100% {
		top: 2.8125em;
		left: .8125em;
		width: 1.5625em
	}
}

@keyframes swal2-animate-success-line-tip {
	0% {
		top: 1.1875em;
		left: .0625em;
		width: 0
	}
	54% {
		top: 1.0625em;
		left: .125em;
		width: 0
	}
	70% {
		top: 2.1875em;
		left: -.375em;
		width: 3.125em
	}
	84% {
		top: 3em;
		left: 1.3125em;
		width: 1.0625em
	}
	100% {
		top: 2.8125em;
		left: .8125em;
		width: 1.5625em
	}
}

@-webkit-keyframes swal2-animate-success-line-long {
	0% {
		top: 3.375em;
		right: 2.875em;
		width: 0
	}
	65% {
		top: 3.375em;
		right: 2.875em;
		width: 0
	}
	84% {
		top: 2.1875em;
		right: 0;
		width: 3.4375em
	}
	100% {
		top: 2.375em;
		right: .5em;
		width: 2.9375em
	}
}

@keyframes swal2-animate-success-line-long {
	0% {
		top: 3.375em;
		right: 2.875em;
		width: 0
	}
	65% {
		top: 3.375em;
		right: 2.875em;
		width: 0
	}
	84% {
		top: 2.1875em;
		right: 0;
		width: 3.4375em
	}
	100% {
		top: 2.375em;
		right: .5em;
		width: 2.9375em
	}
}

@-webkit-keyframes swal2-rotate-success-circular-line {
	0% {
		transform: rotate(-45deg)
	}
	5% {
		transform: rotate(-45deg)
	}
	12% {
		transform: rotate(-405deg)
	}
	100% {
		transform: rotate(-405deg)
	}
}

@keyframes swal2-rotate-success-circular-line {
	0% {
		transform: rotate(-45deg)
	}
	5% {
		transform: rotate(-45deg)
	}
	12% {
		transform: rotate(-405deg)
	}
	100% {
		transform: rotate(-405deg)
	}
}

@-webkit-keyframes swal2-animate-error-x-mark {
	0% {
		margin-top: 1.625em;
		transform: scale(.4);
		opacity: 0
	}
	50% {
		margin-top: 1.625em;
		transform: scale(.4);
		opacity: 0
	}
	80% {
		margin-top: -.375em;
		transform: scale(1.15)
	}
	100% {
		margin-top: 0;
		transform: scale(1);
		opacity: 1
	}
}

@keyframes swal2-animate-error-x-mark {
	0% {
		margin-top: 1.625em;
		transform: scale(.4);
		opacity: 0
	}
	50% {
		margin-top: 1.625em;
		transform: scale(.4);
		opacity: 0
	}
	80% {
		margin-top: -.375em;
		transform: scale(1.15)
	}
	100% {
		margin-top: 0;
		transform: scale(1);
		opacity: 1
	}
}

@-webkit-keyframes swal2-animate-error-icon {
	0% {
		transform: rotateX(100deg);
		opacity: 0
	}
	100% {
		transform: rotateX(0);
		opacity: 1
	}
}

@keyframes swal2-animate-error-icon {
	0% {
		transform: rotateX(100deg);
		opacity: 0
	}
	100% {
		transform: rotateX(0);
		opacity: 1
	}
}

@-webkit-keyframes swal2-rotate-loading {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

@keyframes swal2-rotate-loading {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
	overflow: hidden
}

body.swal2-height-auto {
	height: auto!important
}

body.swal2-no-backdrop .swal2-container {
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	max-width: calc(100% - .625em * 2);
	background-color: transparent!important
}

body.swal2-no-backdrop .swal2-container>.swal2-modal {
	box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

body.swal2-no-backdrop .swal2-container.swal2-top {
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-top-left,
body.swal2-no-backdrop .swal2-container.swal2-top-start {
	top: 0;
	left: 0
}

body.swal2-no-backdrop .swal2-container.swal2-top-end,
body.swal2-no-backdrop .swal2-container.swal2-top-right {
	top: 0;
	right: 0
}

body.swal2-no-backdrop .swal2-container.swal2-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

body.swal2-no-backdrop .swal2-container.swal2-center-left,
body.swal2-no-backdrop .swal2-container.swal2-center-start {
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-center-end,
body.swal2-no-backdrop .swal2-container.swal2-center-right {
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-bottom {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-left,
body.swal2-no-backdrop .swal2-container.swal2-bottom-start {
	bottom: 0;
	left: 0
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-end,
body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
	right: 0;
	bottom: 0
}

@media print {
	body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
		overflow-y: scroll!important
	}
	body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true] {
		display: none
	}
	body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
		position: static!important
	}
}

body.swal2-toast-shown .swal2-container {
	background-color: transparent
}

body.swal2-toast-shown .swal2-container.swal2-top {
	top: 0;
	right: auto;
	bottom: auto;
	left: 50%;
	transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
	top: 0;
	right: 0;
	bottom: auto;
	left: auto
}

body.swal2-toast-shown .swal2-container.swal2-top-left,
body.swal2-toast-shown .swal2-container.swal2-top-start {
	top: 0;
	right: auto;
	bottom: auto;
	left: 0
}

body.swal2-toast-shown .swal2-container.swal2-center-left,
body.swal2-toast-shown .swal2-container.swal2-center-start {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 0;
	transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-center {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	transform: translate(-50%, -50%)
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
	top: 50%;
	right: 0;
	bottom: auto;
	left: auto;
	transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-left,
body.swal2-toast-shown .swal2-container.swal2-bottom-start {
	top: auto;
	right: auto;
	bottom: 0;
	left: 0
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
	top: auto;
	right: auto;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
	top: auto;
	right: 0;
	bottom: 0;
	left: auto
}

body.swal2-toast-column .swal2-toast {
	flex-direction: column;
	align-items: stretch
}

body.swal2-toast-column .swal2-toast .swal2-actions {
	flex: 1;
	align-self: stretch;
	height: 2.2em;
	margin-top: .3125em
}

body.swal2-toast-column .swal2-toast .swal2-loading {
	justify-content: center
}

body.swal2-toast-column .swal2-toast .swal2-input {
	height: 2em;
	margin: .3125em auto;
	font-size: 1em
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
	font-size: 1em
}

.loadingImage[_ngcontent-gau-c1] {
	display: block;
	text-align: center
}

.loadingImage[_ngcontent-gau-c1] img[_ngcontent-gau-c1] {
	width: 10rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto
}

@media (max-width:685px),
(max-height:688px) {
	.background-image[_ngcontent-gau-c2] {
		display: none
	}
}

.container[_ngcontent-gau-c2] {
	padding-left: 50px;
	padding-right: 50px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center
}

.tenantLists[_ngcontent-gau-c2] {
	text-align: center;
	margin-top: 20px
}

.tenantLists[_ngcontent-gau-c2] h4[_ngcontent-gau-c2] {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px
}

.building-logo[_ngcontent-gau-c2] {
	max-height: 3rem;
	margin-left: auto;
	margin-right: auto
}

.safe-entry-logo[_ngcontent-gau-c2] {
	margin-top: 20px;
	width: 7rem;
	max-height: none
}

.tenant-logo[_ngcontent-gau-c2] {
	height: 70%;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.center-text[_ngcontent-gau-c2] {
	-webkit-box-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: flex;
	color: #000;
	font-family: Poppins
}

.card[_ngcontent-gau-c2] {
	width: auto;
	background: #fbf9f9;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .35);
	-webkit-transition: .3s;
	transition: .3s;
	padding: 16px
}

.content[_ngcontent-gau-c2] {
	margin: 0;
	top: 0;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}

.why-use-api-desktop[_ngcontent-gau-c2] {
	max-width: 350px;
	padding-bottom: 50px
}

.tenant-name[_ngcontent-gau-c2] {
	margin-top: 5px
}

@media (min-width:320px) {
	.tenantLists[_ngcontent-gau-c2] h4[_ngcontent-gau-c2] {
		font-size: 14px;
		line-height: 21px
	}
	.center-text[_ngcontent-gau-c2] {
		font-size: 16px;
		line-height: 24px;
		font-weight: 500
	}
}

@media (min-width:375px) {
	.safe-entry-logo[_ngcontent-gau-c2] {
		width: 10rem
	}
	.tenantLists[_ngcontent-gau-c2] h4[_ngcontent-gau-c2] {
		font-size: 16px;
		line-height: 24px
	}
	.center-text[_ngcontent-gau-c2] {
		font-size: 18px;
		line-height: 27px;
		font-weight: 500
	}
}

@media (min-width:1024px) {
	.tenantLists[_ngcontent-gau-c2] h4[_ngcontent-gau-c2] {
		font-size: 20px;
		line-height: 30px
	}
	.center-text[_ngcontent-gau-c2] {
		font-size: 20px;
		line-height: 30px;
		font-weight: 500
	}
}

@media (max-width:685px),
(max-height:688px) {
	.background-image[_ngcontent-gau-c5] {
		display: none
	}
}

a[_ngcontent-gau-c5] {
	border: none;
	outline: 0;
	text-decoration: none;
	color: #000
}

h2[_ngcontent-gau-c5] {
	font-size: 1.5rem
}

.container[_ngcontent-gau-c5] {
	max-width: 513px
}

.form[_ngcontent-gau-c5] {
	padding-top: 1rem
}

.manual-form[_ngcontent-gau-c5] {
	padding-top: 12rem
}

.manual-form[_ngcontent-gau-c5] a[_ngcontent-gau-c5] {
	text-decoration: underline;
	color: #007bff
}

.building-logo[_ngcontent-gau-c5] {
	max-height: 3rem;
	margin-left: auto;
	margin-right: auto
}

.safe-entry-logo[_ngcontent-gau-c5] {
	margin-top: 20px;
	width: 7rem;
	max-height: none
}

.content-main[_ngcontent-gau-c5] {
	text-align: center
}

.safe-entry[_ngcontent-gau-c5] .loader[_ngcontent-gau-c5],
img.singpass-qr[_ngcontent-gau-c5] {
	width: 10rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.content[_ngcontent-gau-c5] {
	margin: 0;
	top: 0;
	text-align: left;
	width: 100%;
	position: relative
}

.spinner[_ngcontent-gau-c5] {
	text-align: center
}

.selection-button[_ngcontent-gau-c5] {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center
}

#location-text-icon[_ngcontent-gau-c5] {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin-bottom: 15px
}

@media (max-width:768px) {
	.manual-form[_ngcontent-gau-c5] {
		padding-top: 3rem
	}
}

@media (max-width:832px) and (max-height:411px) {
	img.singpass-qr[_ngcontent-gau-c5] {
		width: 15rem
	}
	.manual-form[_ngcontent-gau-c5] {
		padding-top: 5rem
	}
}

@media (max-width:812px) and (max-height:375px) {
	img.singpass-qr[_ngcontent-gau-c5] {
		width: 13rem
	}
	.manual-form[_ngcontent-gau-c5] {
		padding-top: 5rem
	}
}

@media (max-width:736px) and (max-height:414px) {
	img.singpass-qr[_ngcontent-gau-c5] {
		width: 13rem
	}
	.manual-form[_ngcontent-gau-c5] {
		padding-top: 7rem
	}
}

@media (max-width:667px) and (max-height:375px) {
	img.singpass-qr[_ngcontent-gau-c5] {
		width: 11rem
	}
	.manual-form[_ngcontent-gau-c5] {
		padding-top: 3rem
	}
}

.building-name[_ngcontent-gau-c5] {
	margin-top: 20px
}

.safeentry-check-btn[_ngcontent-gau-c5] {
	width: 100%;
	padding: 9px;
	margin-top: 20px;
	font-size: 20px;
	max-width: 250px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .65);
	border-radius: 30px
}

.safe-entry[_ngcontent-gau-c5] img[_ngcontent-gau-c5] {
	width: 2rem;
	height: auto
}

.manualModeToggle[_ngcontent-gau-c5] {
	margin-top: 20px
}

@media (max-width:320px) {
	.safeentry-check-btn[_ngcontent-gau-c5] {
		font-size: 16px
	}
	.safe-entry[_ngcontent-gau-c5] img[_ngcontent-gau-c5] {
		width: 1.2rem
	}
}

.location-info[_ngcontent-gau-c5] {
	background-color: #fbf9f9;
	padding: 30px 0;
	margin-top: 35px;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .35)
}

#location-icon[_ngcontent-gau-c5] {
	height: 5vw;
	max-height: 20px;
	width: auto;
	padding-right: 5px
}

#welcome-text[_ngcontent-gau-c5] {
	font-weight: 400;
	margin-top: auto;
	margin-bottom: auto
}

#location-text[_ngcontent-gau-c5] {
	font-weight: 600;
	font-size: 16px;
	padding: 0 10px
}

.checkin-btn[_ngcontent-gau-c5] {
	margin-top: 35px;
	padding-left: 20px;
	background: #1eaf71;
	color: #fff
}

.checkout-btn[_ngcontent-gau-c5] {
	box-shadow: 0 1px 4px rgba(0, 0, 0, .25)!important;
	border: 1.5px solid #0070e0;
	color: #0070e0;
	margin-bottom: 25px
}

.checkin-btn[_ngcontent-gau-c5] img[_ngcontent-gau-c5] {
	margin-left: 14px
}

.checkout-btn[_ngcontent-gau-c5] img[_ngcontent-gau-c5] {
	margin-left: 10px
}

@media (min-width:321px) {
	#location-text[_ngcontent-gau-c5] {
		padding: 0 40px
	}
}

@media (min-width:375px) {
	.safe-entry-logo[_ngcontent-gau-c5] {
		width: 10rem
	}
	#welcome-text[_ngcontent-gau-c5] {
		font-size: 16px
	}
	#location-text[_ngcontent-gau-c5] {
		font-size: 18px
	}
}

@media (min-width:1024px) {
	#location-icon[_ngcontent-gau-c5] {
		max-height: 25px;
		padding-right: 10px
	}
	#welcome-text[_ngcontent-gau-c5] {
		font-size: 18px
	}
	#location-text[_ngcontent-gau-c5] {
		font-size: 22px
	}
}

.announcement-bar[_ngcontent-gau-c6] {
	background-color: #323232;
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	width: 100%;
	padding: 20px;
	display: -webkit-box;
	display: flex;
	font-family: Roboto, "Helvetica Neue", sans-serif
}

.dismiss-button[_ngcontent-gau-c6] {
	padding-left: 15px;
	margin: auto;
	color: #ffd740;
	font-weight: 500
}

@media (max-height:590px) {
	.announcement-bar[_ngcontent-gau-c6] {
		padding: 15px;
		font-size: 11px
	}
}

.masthead[_ngcontent-gau-c3] {
	font-size: 22px;
	padding: 40px;
	font-family: Roboto;
	font-style: bold;
	font-weight: 500;
	line-height: 14px;
	background: #f0f0f0;
	text-align: center;
}

.masthead[_ngcontent-gau-c3] img[_ngcontent-gau-c3] {
	width: auto;
	height: 18px;
}

@media (min-width:414px) {
	.masthead[_ngcontent-gau-c3] {
		font-size: 22px;
		height: 80px
	}
}

@media (min-width:1024px) {
	.masthead[_ngcontent-gau-c3] {
		height: 40px
	}
}

.spm-icon[_ngcontent-gau-c7] {
	width: auto;
	height: 48px;
	margin-right: 8px
}

.text[_ngcontent-gau-c7] {
	font-size: 14px;
	font-weight: 600;
	color: #fff
}

.description[_ngcontent-gau-c7] {
	font-size: 10px;
	font-weight: 400;
	line-height: 15px
}

.close[_ngcontent-gau-c7] {
	top: 0;
	height: 100%;
	color: #fff;
	font-weight: 100;
	opacity: 100;
	outline: 0
}

.background[_ngcontent-gau-c7] {
	background-color: #585858;
	padding: 16px;
	background: linear-gradient(102.53deg, #c94c4c 7.44%, #f99170 119.79%)
}

.stars-img[_ngcontent-gau-c7] {
	height: auto;
	width: 35%;
	padding-left: 9px
}

.main[_ngcontent-gau-c7] {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}

.button[_ngcontent-gau-c7] {
	width: 100%;
	padding: 7px;
	margin-top: 16px;
	font-size: 14px;
	font-weight: 500;
	max-width: 240px;
	background-color: #fff;
	border-radius: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

a[_ngcontent-gau-c7] {
	color: #000;
	text-decoration: none
}

a[_ngcontent-gau-c7]:hover {
	color: initial;
	text-decoration: none
}

@media (min-width:280px) and (max-width:319px) {
	.text[_ngcontent-gau-c7] {
		font-size: 10px
	}
	.description[_ngcontent-gau-c7] {
		font-size: 9px
	}
}

@media (min-width:320px) and (max-width:359px) {
	.text[_ngcontent-gau-c7] {
		font-size: 13px
	}
	.description[_ngcontent-gau-c7] {
		font-size: 9px
	}
}

@media (min-width:385px) {
	.spm-icon[_ngcontent-gau-c7] {
		height: 58px
	}
	.text[_ngcontent-gau-c7] {
		font-size: 15px
	}
	.description[_ngcontent-gau-c7] {
		font-size: 12px
	}
	.background[_ngcontent-gau-c7] {
		padding: 16px
	}
}

@media (min-width:414px) {
	.spm-icon[_ngcontent-gau-c7] {
		margin-right: 16px
	}
	.button[_ngcontent-gau-c7] {
		font-size: 16px
	}
}

@media (max-width:685px),
(max-height:688px) {
	.background-image {
		display: none
	}
	.host-name-mobile {
		margin-top: 10px
	}
}

hr {
	margin-bottom: .1rem
}

p {
	padding-top: 0
}

input {
	background-color: rgba(252, 66, 66, .03);
	border: 1px solid #b7b7b7!important
}

.buttons {
	position: sticky;
	position: -webkit-sticky;
	bottom: 0;
	background-color: #fff;
	padding-bottom: 1.1rem;
	padding-top: 1.1rem;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	z-index: 1
}

.buttons .row {
	margin-left: 0;
	margin-right: 0
}

.submit-button {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center
}

.disclosure p {
	padding-top: 15px
}

.mobile-number-row {
	margin-top: 10px
}

.declarationForm {
	background-color: #fbf9f9;
	padding: 20px;
	margin-top: 10px;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .35)
}

.subHeader {
	margin-top: 30px
}

.disclosure {
	margin-bottom: 10px;
	margin-top: 10px
}

.form-group {
	margin: auto;
	width: 80%;
	padding: 10px
}

.form-group-mobile {
	width: 100%;
	max-width: 513px
}

.form-control {
	color: #444;
	width: 100%;
	font-family: sans-serif;
	font-size: .75rem;
	line-height: normal;
	box-sizing: border-box;
	border-radius: 7px
}

.form-control:focus {
	color: #444;
	background-color: #fff!important;
	border: 1.5px solid #0070e0!important;
	outline: 0;
	box-shadow: none
}

h5 {
	white-space: normal;
	font-size: .9rem;
	font-weight: 500
}

.content {
	margin: 0;
	top: 0;
	width: 100%
}

p.declaration {
	opacity: 1;
	font-size: .875rem;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	margin: 0;
	text-align: left;
	padding-top: 1%;
	padding-bottom: 1%
}

input.field-element {
	width: 100%;
	padding: .75rem;
	margin: 6px 0 4px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	font-family: sans-serif;
	font-size: .75rem;
	line-height: normal;
	box-sizing: border-box;
	border-radius: 2px
}

.building-logo {
	max-height: 3rem;
	margin-left: auto;
	margin-right: auto
}

.safe-entry-logo {
	margin-top: 20px;
	width: 7rem;
	max-height: none
}

.divider {
	margin-bottom: 10px
}

.pin-button {
	width: 100%;
	max-width: 250px
}

.declaration-checkbox {
	margin-right: .5rem;
	margin-top: .5rem;
	-webkit-transform: scale(1.5);
	transform: scale(1.5)
}

ul {
	font-size: 14px;
	list-style-type: none;
	-webkit-padding-start: 20px!important;
	padding-inline-start: 20px!important
}

ul li:before {
	content: '\2014';
	position: absolute;
	margin-left: -20px
}

.building-name {
	text-align: center;
	position: relative
}

.loader {
	padding-top: 70px;
	text-align: center
}

.loader img {
	width: 10rem;
	position: absolute;
	top: 170px;
	left: 0;
	right: 0;
	margin: auto
}

.auto-singpass-notice {
	font-style: italic;
	font-size: 3vw;
	text-align: center;
	margin-top: 10px
}

.se-declaration-list {
	font-size: .7rem;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	margin: 0;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 1%
}

@media (max-width:320px) {
	label.input-label {
		font-size: .9rem
	}
}

.dropdown-identity {
	margin-bottom: 10px
}

mat-select {
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 2px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 6px 12px
}

mat-select.minimal {
	width: 100%;
	font-family: sans-serif;
	font-size: .75rem
}

#non-resident-btn,
#resident-btn {
	font-size: 14px;
	padding-left: 20px;
	padding-right: 25px;
	text-align: center;
	width: 110px
}

#non-resident-btn button,
#resident-btn button {
	border: none;
	outline: 0;
	background: 0 0;
	color: #b7b7b7
}

#non-resident-btn .active,
#resident-btn .active {
	color: #026da2;
	border-bottom: 3px solid #026da2
}

#non-resident-btn {
	padding-left: 0;
	padding-right: 20px;
	text-align: center
}

.identity-row {
	padding-bottom: 20px
}

.pin-button img {
	width: auto;
	height: 25px;
	padding-left: 10px
}

.submit-button button {
	box-shadow: 0 1px 4px rgba(0, 0, 0, .65);
	border-radius: 30px;
	font-size: 16px;
	padding: 9px;
	max-width: 250px
}

.mat-button-wrapper {
	color: #fff
}

.checkin-btn .pin-button {
	background-color: #1eaf71
}

.checkout-btn .pin-button {
	background-color: #fe6665
}

.checkin-btn .mat-flat-button[disabled][disabled] {
	background-color: #1eaf71;
	opacity: .35
}

.checkout-btn .mat-flat-button[disabled][disabled] {
	background-color: #fe6665;
	opacity: .35
}

.mat-form-field-infix {
	border-top: none
}

.mat-form-field-wrapper {
	padding-bottom: 0
}

.mat-form-field-label {
	margin-left: 10px;
	top: 34px
}

.mat-form-field.mat-focused .mat-form-field-label {
	color: #b7b7b7
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
	margin-top: .2rem;
	-webkit-transform: translateY(-.8rem) scale(.65);
	transform: translateY(-.8rem) scale(.65)
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label {
	color: rgba(0, 0, 0, .6)
}

.mat-form-field-invalid .mat-input-element {
	caret-color: rgba(0, 0, 0, .6)
}

body {
	margin: 0
}

.remember-me {
	display: -webkit-box;
	display: flex
}

.remember-me-text {
	vertical-align: top;
	display: inline-block;
	line-height: 24px;
	padding-right: 10px;
	font-size: 14px
}

.remember-me-not-working {
	font-size: 12px;
	color: #007bff;
	padding-bottom: 30px
}

.mat-slide-toggle-thumb {
	width: 28px!important;
	height: 28px!important;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	background-image: url(/assets/images/rememberme-disabled-icon.svg)!important;
	background-origin: content-box;
	background-size: contain;
	background-position: center center
}

.mat-slide-toggle-bar {
	background-color: #dfdfdf;
	border-radius: 15px!important;
	height: 28px!important;
	width: 58px!important
}

.mat-slide-toggle-thumb-container {
	top: 0!important
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container {
	-webkit-transform: translate3d(30px, 0, 0)!important;
	transform: translate3d(30px, 0, 0)!important
}

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
	background-color: #9ed2ec
}

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
	background-color: #fff;
	width: 28px!important;
	height: 28px!important;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	background-image: url(/assets/images/rememberme-enabled-icon.svg)!important;
	background-origin: content-box;
	background-size: contain;
	background-position: center center
}

.input-error-icon {
	position: absolute;
	bottom: 0;
	left: -30px;
	color: #ca3f3c
}

.emergencyButton {
	width: 100vw
}

.checkin-btn-emergency {
	background-color: #1eaf71;
	border-radius: 30px!important
}

.checkout-btn-emergency {
	background-color: #fff;
	border: 1.5px solid #fe6665!important;
	border-radius: 30px!important;
	color: #fe6665!important
}

.checkout-btn-emergency .mat-button-wrapper {
	color: #fe6665!important
}

@media (min-height:857px) {
	.buttons {
		position: relative;
		box-shadow: none;
		margin-bottom: 3rem
	}
}

@media (min-width:375px) {
	.safe-entry-logo {
		width: 10rem
	}
	.form-group {
		padding: 20px
	}
	h4 {
		font-size: 1.5rem
	}
	h5 {
		font-size: 1.1rem
	}
	.submit-button button {
		font-size: 20px
	}
	.remember-me-text {
		font-size: 16px
	}
	#non-resident-btn,
	#resident-btn {
		font-size: 14px
	}
	.se-declaration-list {
		font-size: .9rem
	}
	.disclosure p {
		font-size: .85rem
	}
}

@media (min-width:414px) {
	.remember-me-text {
		font-size: 18px
	}
}

.safeentry-check-btn[_ngcontent-gau-c13] {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	padding: 9px;
	margin-bottom: 32px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .65);
	border-radius: 30px;
	background: #1eaf71;
	color: #fff;
	text-align: center
}

.safeentry-check-btn[_ngcontent-gau-c13] a[_ngcontent-gau-c13] {
	font-size: 14px;
	text-decoration: none;
	color: #fff
}

.img-container[_ngcontent-gau-c13] {
	text-align: center
}

.decom-tt-logo[_ngcontent-gau-c13] {
	height: auto;
	padding-top: 25px;
	padding-bottom: 20px
}

.header[_ngcontent-gau-c13] {
	margin-top: 11px;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 11px;
	text-align: center
}

.text[_ngcontent-gau-c13] {
	font-size: 14px;
	margin-bottom: 32px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #585858
}

.url-link[_ngcontent-gau-c13] {
	font-size: 14px;
	font-weight: 700;
	color: #007bff;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline
}

.footer-notice[_ngcontent-gau-c13] {
	font-size: 12px;
	font-weight: 400;
	color: #007bff
}

@media (min-width:320px) and (max-width:359px) {
	.safeentry-check-btn[_ngcontent-gau-c13],
	.text[_ngcontent-gau-c13] {
		margin-bottom: 24px
	}
}

@media (min-width:375px) {
	.header[_ngcontent-gau-c13] {
		font-size: 22px
	}
	.decom-tt-logo[_ngcontent-gau-c13] {
		width: 14em;
		padding-bottom: 20px
	}
	.text[_ngcontent-gau-c13] {
		font-size: 16px
	}
	.safeentry-check-btn[_ngcontent-gau-c13] {
		width: 300px
	}
	.safeentry-check-btn[_ngcontent-gau-c13] a[_ngcontent-gau-c13],
	.url-link[_ngcontent-gau-c13] {
		font-size: 16px
	}
	.footer-notice[_ngcontent-gau-c13] {
		font-size: 14px
	}
}

@media (min-width:768px) {
	.container[_ngcontent-gau-c13] {
		max-width: 550px
	}
	.header[_ngcontent-gau-c13] {
		font-size: 25px
	}
	.decom-tt-logo[_ngcontent-gau-c13] {
		width: 25em
	}
	.text[_ngcontent-gau-c13] {
		font-size: 22px
	}
	.safeentry-check-btn[_ngcontent-gau-c13] {
		width: 410px
	}
	.safeentry-check-btn[_ngcontent-gau-c13] a[_ngcontent-gau-c13],
	.url-link[_ngcontent-gau-c13] {
		font-size: 22px
	}
	.footer-notice[_ngcontent-gau-c13] {
		font-size: 20px
	}
}

@media (min-width:1024px) {
	.container[_ngcontent-gau-c13] {
		max-width: 650px
	}
	.header[_ngcontent-gau-c13] {
		font-size: 28px;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto
	}
	.text[_ngcontent-gau-c13] {
		font-size: 23px;
		width: 550px
	}
	.safeentry-check-btn[_ngcontent-gau-c13] {
		width: 425px
	}
	.safeentry-check-btn[_ngcontent-gau-c13] a[_ngcontent-gau-c13],
	.url-link[_ngcontent-gau-c13] {
		font-size: 23px
	}
	.footer-notice[_ngcontent-gau-c13] {
		font-size: 21px
	}
}

.mat-form-field {
	display: inline-block;
	position: relative;
	text-align: left
}

[dir=rtl] .mat-form-field {
	text-align: right
}

.mat-form-field-wrapper {
	position: relative
}

.mat-form-field-flex {
	display: inline-flex;
	align-items: baseline;
	box-sizing: border-box;
	width: 100%
}

.mat-form-field-prefix,
.mat-form-field-suffix {
	white-space: nowrap;
	flex: none;
	position: relative
}

.mat-form-field-infix {
	display: block;
	position: relative;
	flex: auto;
	min-width: 0;
	width: 180px
}

@media (-ms-high-contrast:active) {
	.mat-form-field-infix {
		border-image: linear-gradient(transparent, transparent)
	}
}

.mat-form-field-label-wrapper {
	position: absolute;
	left: 0;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none
}

[dir=rtl] .mat-form-field-label-wrapper {
	left: auto;
	right: 0
}

.mat-form-field-label {
	position: absolute;
	left: 0;
	font: inherit;
	pointer-events: none;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transform-origin: 0 0;
	transition: transform .4s cubic-bezier(.25, .8, .25, 1), color .4s cubic-bezier(.25, .8, .25, 1), width .4s cubic-bezier(.25, .8, .25, 1);
	display: none
}

[dir=rtl] .mat-form-field-label {
	transform-origin: 100% 0;
	left: auto;
	right: 0
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-empty.mat-form-field-label {
	display: block
}

.mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label {
	display: none
}

.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label {
	display: block;
	transition: none
}

.mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,
.mat-input-server[placeholder]:not(:placeholder-shown)+.mat-form-field-label-wrapper .mat-form-field-label {
	display: none
}

.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,
.mat-form-field-can-float .mat-input-server[placeholder]:not(:placeholder-shown)+.mat-form-field-label-wrapper .mat-form-field-label {
	display: block
}

.mat-form-field-label:not(.mat-form-field-empty) {
	transition: none
}

.mat-form-field-underline {
	position: absolute;
	width: 100%;
	pointer-events: none;
	transform: scaleY(1.0001)
}

.mat-form-field-ripple {
	position: absolute;
	left: 0;
	width: 100%;
	transform-origin: 50%;
	transform: scaleX(.5);
	opacity: 0;
	transition: background-color .3s cubic-bezier(.55, 0, .55, .2)
}

.mat-form-field.mat-focused .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple {
	opacity: 1;
	transform: scaleX(1);
	transition: transform .3s cubic-bezier(.25, .8, .25, 1), opacity .1s cubic-bezier(.25, .8, .25, 1), background-color .3s cubic-bezier(.25, .8, .25, 1)
}

.mat-form-field-subscript-wrapper {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden
}

.mat-form-field-label-wrapper .mat-icon,
.mat-form-field-subscript-wrapper .mat-icon {
	width: 1em;
	height: 1em;
	font-size: inherit;
	vertical-align: baseline
}

.mat-form-field-hint-wrapper {
	display: flex
}

.mat-form-field-hint-spacer {
	flex: 1 0 1em
}

.mat-error {
	display: block
}

.mat-form-field-control-wrapper {
	position: relative
}

.mat-form-field._mat-animation-noopable .mat-form-field-label,
.mat-form-field._mat-animation-noopable .mat-form-field-ripple {
	transition: none
}

.mat-form-field-appearance-fill .mat-form-field-flex {
	border-radius: 4px 4px 0 0;
	padding: .75em .75em 0 .75em
}

@media (-ms-high-contrast:active) {
	.mat-form-field-appearance-fill .mat-form-field-flex {
		outline: solid 1px
	}
}

.mat-form-field-appearance-fill .mat-form-field-underline::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 100%
}

.mat-form-field-appearance-fill .mat-form-field-ripple {
	bottom: 0;
	height: 2px
}

@media (-ms-high-contrast:active) {
	.mat-form-field-appearance-fill .mat-form-field-ripple {
		height: 0;
		border-top: solid 2px
	}
}

.mat-form-field-appearance-fill:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple {
	opacity: 1;
	transform: none;
	transition: opacity .6s cubic-bezier(.25, .8, .25, 1)
}

.mat-form-field-appearance-fill._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple {
	transition: none
}

.mat-form-field-appearance-fill .mat-form-field-subscript-wrapper {
	padding: 0 1em
}

.mat-input-element {
	font: inherit;
	background: 0 0;
	color: currentColor;
	border: none;
	outline: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
	text-align: inherit
}

.mat-input-element:-moz-ui-invalid {
	box-shadow: none
}

.mat-input-element::-ms-clear,
.mat-input-element::-ms-reveal {
	display: none
}

.mat-input-element,
.mat-input-element::-webkit-search-cancel-button,
.mat-input-element::-webkit-search-decoration,
.mat-input-element::-webkit-search-results-button,
.mat-input-element::-webkit-search-results-decoration {
	-webkit-appearance: none
}

.mat-input-element::-webkit-caps-lock-indicator,
.mat-input-element::-webkit-contacts-auto-fill-button,
.mat-input-element::-webkit-credentials-auto-fill-button {
	visibility: hidden
}

.mat-input-element[type=date]::after,
.mat-input-element[type=datetime-local]::after,
.mat-input-element[type=datetime]::after,
.mat-input-element[type=month]::after,
.mat-input-element[type=time]::after,
.mat-input-element[type=week]::after {
	content: ' ';
	white-space: pre;
	width: 1px
}

.mat-input-element::-webkit-calendar-picker-indicator,
.mat-input-element::-webkit-clear-button,
.mat-input-element::-webkit-inner-spin-button {
	font-size: .75em
}

.mat-input-element::placeholder {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: color .4s .133s cubic-bezier(.25, .8, .25, 1)
}

.mat-input-element::placeholder:-ms-input-placeholder {
	-ms-user-select: text
}

.mat-input-element::-moz-placeholder {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: color .4s .133s cubic-bezier(.25, .8, .25, 1)
}

.mat-input-element::-moz-placeholder:-ms-input-placeholder {
	-ms-user-select: text
}

.mat-input-element::-webkit-input-placeholder {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: color .4s .133s cubic-bezier(.25, .8, .25, 1)
}

.mat-input-element::-webkit-input-placeholder:-ms-input-placeholder {
	-ms-user-select: text
}

.mat-input-element:-ms-input-placeholder {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: color .4s .133s cubic-bezier(.25, .8, .25, 1)
}

.mat-input-element:-ms-input-placeholder:-ms-input-placeholder {
	-ms-user-select: text
}

.mat-form-field-hide-placeholder .mat-input-element::placeholder {
	color: transparent!important;
	-webkit-text-fill-color: transparent;
	transition: none
}

.mat-form-field-hide-placeholder .mat-input-element::-moz-placeholder {
	color: transparent!important;
	-webkit-text-fill-color: transparent;
	transition: none
}

.mat-form-field-hide-placeholder .mat-input-element::-webkit-input-placeholder {
	color: transparent!important;
	-webkit-text-fill-color: transparent;
	transition: none
}

.mat-form-field-hide-placeholder .mat-input-element:-ms-input-placeholder {
	color: transparent!important;
	-webkit-text-fill-color: transparent;
	transition: none
}

textarea.mat-input-element {
	resize: vertical;
	overflow: auto
}

textarea.mat-input-element.cdk-textarea-autosize {
	resize: none
}

textarea.mat-input-element {
	padding: 2px 0;
	margin: -2px 0
}

select.mat-input-element {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: relative;
	background-color: transparent;
	display: inline-flex;
	box-sizing: border-box;
	padding-top: 1em;
	top: -1em;
	margin-bottom: -1em
}

select.mat-input-element::-ms-expand {
	display: none
}

select.mat-input-element::-moz-focus-inner {
	border: 0
}

select.mat-input-element:not(:disabled) {
	cursor: pointer
}

select.mat-input-element::-ms-value {
	color: inherit;
	background: 0 0
}

@media (-ms-high-contrast:active) {
	.mat-focused select.mat-input-element::-ms-value {
		color: inherit
	}
}

.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -2.5px;
	pointer-events: none
}

[dir=rtl] .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
	right: auto;
	left: 0
}

.mat-form-field-type-mat-native-select .mat-input-element {
	padding-right: 15px
}

[dir=rtl] .mat-form-field-type-mat-native-select .mat-input-element {
	padding-right: 0;
	padding-left: 15px
}

.mat-form-field-type-mat-native-select .mat-form-field-label-wrapper {
	max-width: calc(100% - 10px)
}

.mat-form-field-type-mat-native-select.mat-form-field-appearance-outline .mat-form-field-infix::after {
	margin-top: -5px
}

.mat-form-field-type-mat-native-select.mat-form-field-appearance-fill .mat-form-field-infix::after {
	margin-top: -10px
}

.mat-form-field-appearance-legacy .mat-form-field-label {
	transform: perspective(100px);
	-ms-transform: none
}

.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon,
.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon {
	width: 1em
}

.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon-button,
.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon-button {
	font: inherit;
	vertical-align: baseline
}

.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon-button .mat-icon {
	font-size: inherit
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
	height: 1px
}

@media (-ms-high-contrast:active) {
	.mat-form-field-appearance-legacy .mat-form-field-underline {
		height: 0;
		border-top: solid 1px
	}
}

.mat-form-field-appearance-legacy .mat-form-field-ripple {
	top: 0;
	height: 2px;
	overflow: hidden
}

@media (-ms-high-contrast:active) {
	.mat-form-field-appearance-legacy .mat-form-field-ripple {
		height: 0;
		border-top: solid 2px
	}
}

.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
	background-position: 0;
	background-color: transparent
}

@media (-ms-high-contrast:active) {
	.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
		border-top-style: dotted;
		border-top-width: 2px
	}
}

.mat-form-field-appearance-legacy.mat-form-field-invalid:not(.mat-focused) .mat-form-field-ripple {
	height: 1px
}

.mat-form-field-appearance-outline .mat-form-field-wrapper {
	margin: .25em 0
}

.mat-form-field-appearance-outline .mat-form-field-flex {
	padding: 0 .75em 0 .75em;
	margin-top: -.25em;
	position: relative
}

.mat-form-field-appearance-outline .mat-form-field-prefix,
.mat-form-field-appearance-outline .mat-form-field-suffix {
	top: .25em
}

.mat-form-field-appearance-outline .mat-form-field-outline {
	display: flex;
	position: absolute;
	top: .25em;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none
}

.mat-form-field-appearance-outline .mat-form-field-outline-end,
.mat-form-field-appearance-outline .mat-form-field-outline-start {
	border: 1px solid currentColor;
	min-width: 5px
}

.mat-form-field-appearance-outline .mat-form-field-outline-start {
	border-radius: 5px 0 0 5px;
	border-right-style: none
}

[dir=rtl] .mat-form-field-appearance-outline .mat-form-field-outline-start {
	border-right-style: solid;
	border-left-style: none;
	border-radius: 0 5px 5px 0
}

.mat-form-field-appearance-outline .mat-form-field-outline-end {
	border-radius: 0 5px 5px 0;
	border-left-style: none;
	flex-grow: 1
}

[dir=rtl] .mat-form-field-appearance-outline .mat-form-field-outline-end {
	border-left-style: solid;
	border-right-style: none;
	border-radius: 5px 0 0 5px
}

.mat-form-field-appearance-outline .mat-form-field-outline-gap {
	border-radius: .000001px;
	border: 1px solid currentColor;
	border-left-style: none;
	border-right-style: none
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap {
	border-top-color: transparent
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick {
	opacity: 0
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,
.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start {
	border-width: 2px;
	transition: border-color .3s cubic-bezier(.25, .8, .25, 1)
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline,
.mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline {
	opacity: 0;
	transition: opacity .1s cubic-bezier(.25, .8, .25, 1)
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick,
.mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-thick {
	opacity: 1
}

.mat-form-field-appearance-outline:not(.mat-form-field-disabled) .mat-form-field-flex:hover .mat-form-field-outline {
	opacity: 0;
	transition: opacity .6s cubic-bezier(.25, .8, .25, 1)
}

.mat-form-field-appearance-outline:not(.mat-form-field-disabled) .mat-form-field-flex:hover .mat-form-field-outline-thick {
	opacity: 1
}

.mat-form-field-appearance-outline .mat-form-field-subscript-wrapper {
	padding: 0 1em
}

.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline,
.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-end,
.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-gap,
.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-start,
.mat-form-field-appearance-outline._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-outline {
	transition: none
}

.mat-form-field-appearance-standard .mat-form-field-flex {
	padding-top: .75em
}

.mat-form-field-appearance-standard .mat-form-field-underline {
	height: 1px
}

@media (-ms-high-contrast:active) {
	.mat-form-field-appearance-standard .mat-form-field-underline {
		height: 0;
		border-top: solid 1px
	}
}

.mat-form-field-appearance-standard .mat-form-field-ripple {
	bottom: 0;
	height: 2px
}

@media (-ms-high-contrast:active) {
	.mat-form-field-appearance-standard .mat-form-field-ripple {
		height: 0;
		border-top: 2px
	}
}

.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
	background-position: 0;
	background-color: transparent
}

@media (-ms-high-contrast:active) {
	.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
		border-top-style: dotted;
		border-top-width: 2px
	}
}

.mat-form-field-appearance-standard:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple {
	opacity: 1;
	transform: none;
	transition: opacity .6s cubic-bezier(.25, .8, .25, 1)
}

.mat-form-field-appearance-standard._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple {
	transition: none
}

.mat-slide-toggle {
	display: inline-block;
	height: 24px;
	max-width: 100%;
	line-height: 24px;
	white-space: nowrap;
	outline: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container {
	transform: translate3d(16px, 0, 0)
}

[dir=rtl] .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container {
	transform: translate3d(-16px, 0, 0)
}

.mat-slide-toggle.mat-disabled {
	opacity: .38
}

.mat-slide-toggle.mat-disabled .mat-slide-toggle-label,
.mat-slide-toggle.mat-disabled .mat-slide-toggle-thumb-container {
	cursor: default
}

.mat-slide-toggle-label {
	display: flex;
	flex: 1;
	flex-direction: row;
	align-items: center;
	height: inherit;
	cursor: pointer
}

.mat-slide-toggle-content {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.mat-slide-toggle-label-before .mat-slide-toggle-label {
	order: 1
}

.mat-slide-toggle-label-before .mat-slide-toggle-bar {
	order: 2
}

.mat-slide-toggle-bar,
[dir=rtl] .mat-slide-toggle-label-before .mat-slide-toggle-bar {
	margin-right: 8px;
	margin-left: 0
}

.mat-slide-toggle-label-before .mat-slide-toggle-bar,
[dir=rtl] .mat-slide-toggle-bar {
	margin-left: 8px;
	margin-right: 0
}

.mat-slide-toggle-bar-no-side-margin {
	margin-left: 0;
	margin-right: 0
}

.mat-slide-toggle-thumb-container {
	position: absolute;
	z-index: 1;
	width: 20px;
	height: 20px;
	top: -3px;
	left: 0;
	transform: translate3d(0, 0, 0);
	transition: all 80ms linear;
	transition-property: transform;
	cursor: -webkit-grab;
	cursor: grab
}

.mat-slide-toggle-thumb-container.mat-dragging {
	transition-duration: 0s
}

.mat-slide-toggle-thumb-container:active {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

._mat-animation-noopable .mat-slide-toggle-thumb-container {
	transition: none
}

[dir=rtl] .mat-slide-toggle-thumb-container {
	left: auto;
	right: 0
}

.mat-slide-toggle-thumb {
	height: 20px;
	width: 20px;
	border-radius: 50%
}

.mat-slide-toggle-bar {
	position: relative;
	width: 36px;
	height: 14px;
	flex-shrink: 0;
	border-radius: 8px
}

.mat-slide-toggle-input {
	bottom: 0;
	left: 10px
}

[dir=rtl] .mat-slide-toggle-input {
	left: auto;
	right: 10px
}

.mat-slide-toggle-bar,
.mat-slide-toggle-thumb {
	transition: all 80ms linear;
	transition-property: background-color;
	transition-delay: 50ms
}

._mat-animation-noopable .mat-slide-toggle-bar,
._mat-animation-noopable .mat-slide-toggle-thumb {
	transition: none
}

.mat-slide-toggle .mat-slide-toggle-ripple {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	height: 40px;
	width: 40px;
	z-index: 1;
	pointer-events: none
}

.mat-slide-toggle .mat-slide-toggle-ripple .mat-ripple-element:not(.mat-slide-toggle-persistent-ripple) {
	opacity: .12
}

.mat-slide-toggle-persistent-ripple {
	width: 100%;
	height: 100%;
	transform: none
}

.mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple {
	opacity: .04
}

.mat-slide-toggle:not(.mat-disabled).cdk-keyboard-focused .mat-slide-toggle-persistent-ripple {
	opacity: .12
}

.mat-slide-toggle-persistent-ripple,
.mat-slide-toggle.mat-disabled .mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple {
	opacity: 0
}

@media (hover:none) {
	.mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple {
		display: none
	}
}

@media (-ms-high-contrast:active) {
	.mat-slide-toggle-thumb {
		background: #fff;
		border: 1px solid #000
	}
	.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
		background: #000;
		border: 1px solid #fff
	}
	.mat-slide-toggle-bar {
		background: #fff
	}
	.mat-slide-toggle.cdk-keyboard-focused .mat-slide-toggle-bar {
		outline: 1px dotted;
		outline-offset: 5px
	}
}

@media (-ms-high-contrast:black-on-white) {
	.mat-slide-toggle-bar {
		border: 1px solid #000
	}
}

.mat-button .mat-button-focus-overlay,
.mat-icon-button .mat-button-focus-overlay {
	opacity: 0
}

.mat-button:hover .mat-button-focus-overlay,
.mat-stroked-button:hover .mat-button-focus-overlay {
	opacity: .04
}

@media (hover:none) {
	.mat-button:hover .mat-button-focus-overlay,
	.mat-stroked-button:hover .mat-button-focus-overlay {
		opacity: 0
	}
}

.mat-button,
.mat-flat-button,
.mat-icon-button,
.mat-stroked-button {
	box-sizing: border-box;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	outline: 0;
	border: none;
	-webkit-tap-highlight-color: transparent;
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: baseline;
	text-align: center;
	margin: 0;
	min-width: 64px;
	line-height: 36px;
	padding: 0 16px;
	border-radius: 4px;
	overflow: visible
}

.mat-button::-moz-focus-inner,
.mat-flat-button::-moz-focus-inner,
.mat-icon-button::-moz-focus-inner,
.mat-stroked-button::-moz-focus-inner {
	border: 0
}

.mat-button[disabled],
.mat-flat-button[disabled],
.mat-icon-button[disabled],
.mat-stroked-button[disabled] {
	cursor: default
}

.mat-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-button.cdk-program-focused .mat-button-focus-overlay,
.mat-flat-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-flat-button.cdk-program-focused .mat-button-focus-overlay,
.mat-icon-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-icon-button.cdk-program-focused .mat-button-focus-overlay,
.mat-stroked-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-stroked-button.cdk-program-focused .mat-button-focus-overlay {
	opacity: .12
}

.mat-button::-moz-focus-inner,
.mat-flat-button::-moz-focus-inner,
.mat-icon-button::-moz-focus-inner,
.mat-stroked-button::-moz-focus-inner {
	border: 0
}

.mat-raised-button {
	box-sizing: border-box;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	outline: 0;
	border: none;
	-webkit-tap-highlight-color: transparent;
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: baseline;
	text-align: center;
	margin: 0;
	min-width: 64px;
	line-height: 36px;
	padding: 0 16px;
	border-radius: 4px;
	overflow: visible;
	transform: translate3d(0, 0, 0);
	transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1)
}

.mat-raised-button::-moz-focus-inner {
	border: 0
}

.mat-raised-button[disabled] {
	cursor: default
}

.mat-raised-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-raised-button.cdk-program-focused .mat-button-focus-overlay {
	opacity: .12
}

.mat-raised-button::-moz-focus-inner {
	border: 0
}

._mat-animation-noopable.mat-raised-button {
	transition: none;
	animation: none
}

.mat-stroked-button {
	border: 1px solid currentColor;
	padding: 0 15px;
	line-height: 34px
}

.mat-stroked-button .mat-button-focus-overlay,
.mat-stroked-button .mat-button-ripple.mat-ripple {
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px
}

.mat-fab {
	box-sizing: border-box;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	outline: 0;
	border: none;
	-webkit-tap-highlight-color: transparent;
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: baseline;
	text-align: center;
	margin: 0;
	min-width: 64px;
	line-height: 36px;
	padding: 0 16px;
	border-radius: 4px;
	overflow: visible;
	transform: translate3d(0, 0, 0);
	transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
	min-width: 0;
	border-radius: 50%;
	width: 56px;
	height: 56px;
	padding: 0;
	flex-shrink: 0
}

.mat-fab::-moz-focus-inner {
	border: 0
}

.mat-fab[disabled] {
	cursor: default
}

.mat-fab.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-fab.cdk-program-focused .mat-button-focus-overlay {
	opacity: .12
}

.mat-fab::-moz-focus-inner {
	border: 0
}

._mat-animation-noopable.mat-fab {
	transition: none;
	animation: none
}

.mat-fab .mat-button-wrapper {
	padding: 16px 0;
	display: inline-block;
	line-height: 24px
}

.mat-mini-fab {
	box-sizing: border-box;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	outline: 0;
	border: none;
	-webkit-tap-highlight-color: transparent;
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: baseline;
	text-align: center;
	margin: 0;
	min-width: 64px;
	line-height: 36px;
	padding: 0 16px;
	border-radius: 4px;
	overflow: visible;
	transform: translate3d(0, 0, 0);
	transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
	min-width: 0;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 0;
	flex-shrink: 0
}

.mat-mini-fab::-moz-focus-inner {
	border: 0
}

.mat-mini-fab[disabled] {
	cursor: default
}

.mat-mini-fab.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-mini-fab.cdk-program-focused .mat-button-focus-overlay {
	opacity: .12
}

.mat-mini-fab::-moz-focus-inner {
	border: 0
}

._mat-animation-noopable.mat-mini-fab {
	transition: none;
	animation: none
}

.mat-mini-fab .mat-button-wrapper {
	padding: 8px 0;
	display: inline-block;
	line-height: 24px
}

.mat-icon-button {
	padding: 0;
	min-width: 0;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	line-height: 40px;
	border-radius: 50%
}

.mat-icon-button .mat-icon,
.mat-icon-button i {
	line-height: 24px
}

.mat-button-focus-overlay,
.mat-button-ripple.mat-ripple {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	border-radius: inherit
}

.mat-button-ripple.mat-ripple:not(:empty) {
	transform: translateZ(0)
}

.mat-button-focus-overlay {
	opacity: 0;
	transition: opacity .2s cubic-bezier(.35, 0, .25, 1), background-color .2s cubic-bezier(.35, 0, .25, 1)
}

._mat-animation-noopable .mat-button-focus-overlay {
	transition: none
}

@media (-ms-high-contrast:active) {
	.mat-button-focus-overlay {
		background-color: #fff
	}
}

@media (-ms-high-contrast:black-on-white) {
	.mat-button-focus-overlay {
		background-color: #000
	}
}

.mat-button-ripple-round {
	border-radius: 50%;
	z-index: 1
}

.mat-button .mat-button-wrapper>*,
.mat-fab .mat-button-wrapper>*,
.mat-flat-button .mat-button-wrapper>*,
.mat-icon-button .mat-button-wrapper>*,
.mat-mini-fab .mat-button-wrapper>*,
.mat-raised-button .mat-button-wrapper>*,
.mat-stroked-button .mat-button-wrapper>* {
	vertical-align: middle
}

.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button,
.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button {
	display: block;
	font-size: inherit;
	width: 2.5em;
	height: 2.5em
}

@media (-ms-high-contrast:active) {
	.mat-button,
	.mat-fab,
	.mat-flat-button,
	.mat-icon-button,
	.mat-mini-fab,
	.mat-raised-button {
		outline: solid 1px
	}
}

.content[_ngcontent-gau-c14] {
	margin: 0;
	top: 0;
	text-align: left;
	width: 100%
}

.building-logo[_ngcontent-gau-c14] {
	max-height: 3rem;
	margin-left: auto;
	margin-right: auto
}

.safe-entry-logo[_ngcontent-gau-c14] {
	margin-top: 24px;
	margin-bottom: 40px;
	width: 7rem;
	max-height: none
}

.content-main[_ngcontent-gau-c14] {
	text-align: center
}

.safe-entry-card[_ngcontent-gau-c14] {
	margin-bottom: 20px
}

.safe-entry-card[_ngcontent-gau-c14] .card-1[_ngcontent-gau-c14] {
	position: relative;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #1eaf71;
	color: #fff;
	text-align: center;
	height: 98px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .35)
}

.safe-entry-card[_ngcontent-gau-c14] .card-1-out[_ngcontent-gau-c14] {
	background: #0070e0
}

.safe-entry-card[_ngcontent-gau-c14] .safe-entry-icon[_ngcontent-gau-c14] {
	width: 70vw;
	max-width: 280px;
	margin-top: 43px
}

.safe-entry-card[_ngcontent-gau-c14] .card-2[_ngcontent-gau-c14] {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #fbf9f9;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .35);
	background-image: url(../assets/tracetogether.png);
    background-size: 150px 143px;
    background-repeat: no-repeat;
    background-position: center;
}

.safe-entry-card[_ngcontent-gau-c14] .dateFormat[_ngcontent-gau-c14] {
	padding-top: 20px;
	padding-bottom: 20px
}

.safe-entry-card[_ngcontent-gau-c14] .building-name[_ngcontent-gau-c14] {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	line-height: 21px;
	color: #000;
	font-weight: 500;
	padding-bottom: 20px
}

.safe-entry-card[_ngcontent-gau-c14] .success-text[_ngcontent-gau-c14] {
	color: #585858
}

.screenshot-button[_ngcontent-gau-c14] {
	outline: 0;
	margin-top: 20px;
	margin-bottom: 40px
}

.safe-entry-card[_ngcontent-gau-c14] .date-text[_ngcontent-gau-c14] {
	color: #000;
	line-height: 30px;
	font-size: 20px;
	font-weight: 800
}

.safe-entry-card[_ngcontent-gau-c14] .time-text[_ngcontent-gau-c14] {
	margin-top: 5px;
	font-weight: 800
}

.def-text-container[_ngcontent-gau-c14] {
	margin: auto
}

.thanks-text[_ngcontent-gau-c14] {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 5px;
	vertical-align: center;
	color: #585858
}

.screenshot-help-text[_ngcontent-gau-c14] {
	font-weight: 400;
	font-size: 11px;
	line-height: 17px;
	vertical-align: center;
	color: #909090;
	margin-bottom: 20px
}

.screenshot-help-text-out[_ngcontent-gau-c14] {
	color: #909090;
	vertical-align: center;
	margin-bottom: 20px
}

.card-circle-div[_ngcontent-gau-c14] {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto
}

.safe-entry-card[_ngcontent-gau-c14] .card-circle-1-out[_ngcontent-gau-c14] {
	background: #0070e0
}

.checkout-btn[_ngcontent-gau-c14] {
	box-shadow: 0 1px 4px rgba(0, 0, 0, .25)!important;
	border: 1.5px solid #fe6665;
	color: #fe6665
}

.checkout-btn[_ngcontent-gau-c14] img[_ngcontent-gau-c14] {
	margin-left: 10px
}

.safeentry-check-btn[_ngcontent-gau-c14] {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	padding: 9px;
	margin-bottom: 24px;
	font-size: 20px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .65);
	border-radius: 30px
}

.safeentry-check-btn[_ngcontent-gau-c14] img[_ngcontent-gau-c14] {
	width: 2rem;
	height: auto
}

.container-complete[_ngcontent-gau-c14] {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.loadingImage[_ngcontent-gau-c14] {
	text-align: center
}

#govtech-logo[_ngcontent-gau-c14] {
	max-height: 25px;
	height: 6vw;
	width: auto;
	margin-bottom: 20px
}

@media (min-width:280px) {
	.card-circle-div[_ngcontent-gau-c14] {
		top: -20px;
		height: 40px;
		width: auto
	}
}

@media (min-width:320px) {
	.safe-entry-logo[_ngcontent-gau-c14] {
		width: 130px;
		height: 25px
	}
	.safe-entry-card[_ngcontent-gau-c14] {
		width: 260px;
		margin: auto auto 16px
	}
	.safe-entry-card[_ngcontent-gau-c14] .card-1[_ngcontent-gau-c14] {
		height: 84px
	}
	.safe-entry-card[_ngcontent-gau-c14] .safe-entry-icon[_ngcontent-gau-c14] {
		margin-top: 37px
	}
	.card-circle-div[_ngcontent-gau-c14] {
		top: -20px;
		height: 40px;
		width: auto
	}
	.safeentry-check-btn[_ngcontent-gau-c14] {
		font-size: 16px;
		width: 180px
	}
	.safeentry-check-btn[_ngcontent-gau-c14] img[_ngcontent-gau-c14] {
		width: 25px;
		height: 25px
	}
	.safe-entry-card[_ngcontent-gau-c14] .success-text[_ngcontent-gau-c14] {
		line-height: 16px;
		font-size: 11px;
		padding-top: 10px
	}
	.safe-entry-card[_ngcontent-gau-c14] .date-text[_ngcontent-gau-c14] {
		color: #000;
		line-height: 33px;
		font-size: 22px;
		font-weight: 600
	}
	.thanks-text[_ngcontent-gau-c14] {
		font-weight: 500;
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 5px
	}
	.screenshot-help-text[_ngcontent-gau-c14] {
		font-size: 11px;
		line-height: 16px;
		padding-right: 30px;
		padding-left: 34px;
		margin-bottom: 20px
	}
	.screenshot-help-text-out[_ngcontent-gau-c14] {
		font-size: 11px;
		line-height: 16px;
		margin-bottom: 20px
	}
}

@media (min-width:375px) {
	.safe-entry-logo[_ngcontent-gau-c14] {
		width: 260px;
		height: 47px
	}
	.safe-entry-card[_ngcontent-gau-c14] {
		width: 324px;
		margin: auto auto 32px;
		background-image: url("./assets/tracetogether.png"); 
	}
	.safe-entry-card[_ngcontent-gau-c14] .safe-entry-icon[_ngcontent-gau-c14] {
		margin-top: 45px
	}
	.card-circle-div[_ngcontent-gau-c14] {
		top: -25px;
		height: 50px;
		width: auto
	}
	.safeentry-check-btn[_ngcontent-gau-c14] {
		font-size: 18px;
		width: 400px;
		background-color: #fe6665;
		color: white;
	}
	.safeentry-check-btn[_ngcontent-gau-c14] img[_ngcontent-gau-c14] {
		width: 25px;
		height: 25px
	}
	.safe-entry-card[_ngcontent-gau-c14] .success-text[_ngcontent-gau-c14] {
		line-height: 21px;
		font-size: 14px;
		padding-top: 20px
	}
	.safe-entry-card[_ngcontent-gau-c14] .date-text[_ngcontent-gau-c14] {
		color: #000;
		line-height: 40px;
		font-size: 27px;
		font-weight: 600
	}
	.thanks-text[_ngcontent-gau-c14] {
		font-weight: 500;
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 8px
	}
	.screenshot-help-text[_ngcontent-gau-c14] {
		font-size: 14px;
		line-height: 21px;
		padding-right: 20px;
		padding-left: 18px;
		margin-bottom: 30px
	}
	.screenshot-help-text-out[_ngcontent-gau-c14] {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 30px
	}
}

@media (min-width:411px) {
	.screenshot-help-text[_ngcontent-gau-c14] {
		font-size: 14px;
		line-height: 21px;
		padding-right: 40px;
		padding-left: 40px;
		margin-bottom: 30px
	}
	.screenshot-help-text-out[_ngcontent-gau-c14] {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 30px
	}
}

@media (min-width:414px) {
	.safe-entry-card[_ngcontent-gau-c14] .safe-entry-icon[_ngcontent-gau-c14] {
		width: 80vw;
		max-width: 280px;
		margin-top: 43px
	}
	.safe-entry-card[_ngcontent-gau-c14] .dateFormat[_ngcontent-gau-c14] {
		padding-top: 24px;
		padding-bottom: 24px
	}
	.building-name[_ngcontent-gau-c14] {
		line-height: 30px!important;
		padding-bottom: 24px!important
	}
	.safe-entry-card[_ngcontent-gau-c14] .date-text[_ngcontent-gau-c14] {
		color: #000;
		line-height: 42px;
		font-size: 42px;
		font-weight: 600;
		padding-bottom: 12px;
	}
	#govtech-logo[_ngcontent-gau-c14] {
		max-height: 20px;
		height: 5vw;
		margin-bottom: 24px
	}
}

@media (min-width:768px) {
	.building-name[_ngcontent-gau-c14] {
		line-height: 40px!important
	}
	.safe-entry-card[_ngcontent-gau-c14] {
		width: 360px;
		margin: auto auto 32px
	}
	.screenshot-help-text[_ngcontent-gau-c14] {
		font-size: 14px;
		line-height: 27px;
		padding-right: 210px;
		padding-left: 200px;
		margin-bottom: 30px
	}
	.screenshot-help-text-out[_ngcontent-gau-c14] {
		font-size: 14px;
		line-height: 27px;
		margin-bottom: 30px
	}
}

@media (min-width:1024px) {
	.safe-entry-logo[_ngcontent-gau-c14] {
		width: 220px;
		height: 44px;
		margin-top: 48px;
		margin-bottom: 76px
	}
	.safe-entry-card[_ngcontent-gau-c14] {
		width: 500px;
		margin: auto auto 48px
	}
	.safe-entry-card[_ngcontent-gau-c14] .card-1[_ngcontent-gau-c14] {
		height: 133px
	}
	.safe-entry-card[_ngcontent-gau-c14] .safe-entry-icon[_ngcontent-gau-c14] {
		max-width: 440px;
		margin-top: 60px
	}
	.safe-entry-card[_ngcontent-gau-c14] .building-name[_ngcontent-gau-c14] {
		padding-bottom: 24px
	}
	.card-circle-div[_ngcontent-gau-c14] {
		height: 60px;
		width: auto
	}
	.safeentry-check-btn[_ngcontent-gau-c14] {
		font-size: 20px;
		width: 250px
	}
	.safeentry-check-btn[_ngcontent-gau-c14] img[_ngcontent-gau-c14] {
		width: 30px;
		height: 30px
	}
	.safe-entry-card[_ngcontent-gau-c14] .success-text[_ngcontent-gau-c14] {
		line-height: 27px;
		font-size: 18px;
		padding-top: 30px
	}
	.safe-entry-card[_ngcontent-gau-c14] .date-text[_ngcontent-gau-c14] {
		color: #000;
		line-height: 55px;
		font-size: 42px;
		font-weight: 600
	}
	.thanks-text[_ngcontent-gau-c14] {
		font-weight: 450;
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 8px;
		margin-top: -12px;
	}
	.screenshot-help-text[_ngcontent-gau-c14] {
		font-size: 20px;
		line-height: 30px;
		padding-right: 280px;
		padding-left: 280px;
		margin-bottom: 30px
	}
	.screenshot-help-text-out[_ngcontent-gau-c14] {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 30px
	}
	.safe-entry-card[_ngcontent-gau-c14] .dateFormat[_ngcontent-gau-c14] {
		padding-top: 32px;
		padding-bottom: 24px
	}
	#govtech-logo[_ngcontent-gau-c14] {
		margin-bottom: 24px
	}
}