@charset "utf-8";
::-ms-reveal {
    display: none;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #000;
	-webkit-text-size-adjust: none;
	line-height: 1.5em;
	word-break: break-word;
	overflow-x:hidden;
	overflow-y:auto;
}

body {
	font-size: 100%;
}

:lang(en) {
	font-family: Arial, Verdana, sans-serif,'DFLiHeiHK', '微軟正黑體', '細明體_HKSCS';
}

:lang(tc) {
	font-family: 'DFLiHeiHK', '微軟正黑體', '細明體_HKSCS', Arial, Verdana, sans-serif;
}

:lang(sc) {
	font-family: '微軟正黑體', '細明體_HKSCS', Arial, Verdana, sans-serif, 'DFLiHeiHK';
}

header, section, footer, aside, nav, main, article, figure {
	display: block;
}

img {
	border: none;
}

a {
	text-decoration: underline;
	cursor: pointer;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	text-align: justify;
	margin: 1em 0;
	line-height: 1.5em;
}

ol {
	margin-left: 40px;
}

.alignCenter {
	text-align: center !important;
}

.alignLeft {
	text-align: left !important;
}

.noShow {
	display: none;
}

.bold {
	font-weight: bold !important;
}

.fontNormal a, .fontNormal span {
	font-weight: normal !important;
}

.displayBlock, .displayBlock p {
	display: block !important;
}

/*TopBar*/
#top {
	display: none;
}

nav#menu {
	z-index: 100;
	font-family: "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial,
		sans-serif;
	top: -3px;
}

nav#menu a {
	font-weight: bold;
	font-size: 120%;
}

#mobile-top {
	display: block;
	margin-top: 0;
	position: relative;
	height: 42px;
	background: white;
}

#mobile-top .title {
	display: inline;
}

#mobile-top ul {
	margin: 0;
	white-space: nowrap;
}

#mobile-top .title a {
	text-decoration: none;
	color: #000;
}

#mobile-top .title a img {
	z-index: 10;
	height: 43px;
}

#mobile-top .title a span {
	display: inline-block;
	margin-top: 24px;
	font-family: 'Poppins';
}

#mobile-top #menuBtn {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	padding-bottom: 6px;
	text-align: right;
}

.navbar-toggler {
	padding: 0px 0px;
}

#mobile-top .lang {
	display: inline-block;
	width: calc(100vw - 200px);
	text-align: right;
	margin-right: 8px;
	vertical-align: middle;
	padding-bottom: 5px;
}

#mobile-top .lang a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	padding: 0 1px;
}

.mm-menu_offcanvas {
	margin-top: 45px;
}

.show {
	display: block;
}

.bar1, .bar2, .bar3 {
	width: 20px;
	height: 3px;
	background-color: #333;
	margin: 4px 0;
	transition: 0.4s;
}

.change:not(.collapsed) .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 6px);
	transform: rotate(-45deg) translate(-5px, 6px);
}

.change:not(.collapsed) .bar2 {
	opacity: 0;
}

.change:not(.collapsed) .bar3 {
	-webkit-transform: rotate(45deg) translate(-4px, -5px);
	transform: rotate(45deg) translate(-4px, -5px);
}

.skiplink {
	display: none;
}

#desktop-top {
	display: none;
}

/*Landing Banner*/
.arrow-down {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	display: none;
}

.arrow-down:before, .arrow-down:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 100%;
	width: 0;
	height: 0;
	z-index: 1;
}

.arrow-down:before {
	border: 21px solid transparent;
	border-top-color: rgb(58, 245, 119);
	top: 36px;
	left: calc(85%/ 2);
}

.arrow-down:after {
	border: 21px solid transparent;
	border-top-color: #eaecee;
	top: 35px;
	left: calc(85%/ 2);
}

#footer>div {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

#footer a {
	text-decoration: none;
}

.displayTable {
	width: 100%;
}

.displayTable tr td:first-child {
	padding: 5px 20px 5px 0px;
	width: 50%;
}

.displayTable tr td:nth-child(2) {
	padding: 5px 0px 5px 0px;
	width: 50%;
}

@media all and (min-width:375px) {
	#mobile-top {
	display: block;
	margin-top: 0;
	position: relative;
	height: 52px;
	background: white;
}

#mobile-top .title a img {
	z-index: 10;
	height: 52px;
}

#mobile-top .lang {
	display: inline-block;
	width: calc(100vw - 220px);
	text-align: right;
	margin-right: 5px;
	vertical-align: middle;
	padding-bottom: 5px;
}
}

@media all and (min-width:375px) {
.mm-menu_offcanvas {
	margin-top: 55px;
}
}
@media all and (min-width:450px) {
	#mobile-top .lang {
		width: calc(100vw - 252px);
	}
	#mobile-top {
		height: 62px;
	}
	#mobile-top .title a img {
		height: 62px;
	}
	.mm-menu_offcanvas {
		margin-top: 65px;
	}
	#mobile-top .lang a {
		padding: 0 3px;
	}
	#mobile-top .colorSelection {
		margin-top: 29px !important;
	}
	body:lang(sc) #mobile-top .colorSelection, body:lang(tc) #mobile-top .colorSelection
		{
		margin-top: 26px !important;
	}
}

@media all and (min-width:550px) {
	#mobile-top .lang {
		width: calc(100vw - 315px);
		margin-right: 5px;
	}
	#mobile-top {
		height: 80px;
	}
	#mobile-top .lang {
		
	}
	#mobile-top .lang a {
		padding: 0 5px;
	}
	#mobile-top .title a img {
		height: 80px;
	}
	nav#menu {
		top: 15px;
	}
	#mobile-top .colorSelection {
		margin-top: 36px !important;
	}
	body:lang(sc) #mobile-top .colorSelection, body:lang(tc) #mobile-top .colorSelection
		{
		margin-top: 33px !important;
	}
}

@media all and (min-width:1024px) {
	#mobile-top .lang {
		
	}
}

@media all and (min-width:1200px) {
	#desktop-top {
		width: 100%;
		background-color: #eaecee;
		display: block;
	}
	#desktop-top ul:first-child {
		padding: 0px 20px;
	}
	#desktop-top ul {
		text-align: center;
		margin: 0;
		display: table-row;
	}
	#desktop-top ul li {
		display: table-cell;
		width: calc(100vw/ 6);
		vertical-align: top;
		cursor: pointer;
	}
	.desktop-top-newline {
		height: 5px;
		padding: 0px !important;
	}
	#desktop-top ul li i.relative {
		position: relative !important;
		margin: 0 !important;
	}
	#desktop-top ul li div:not(.subMenuItem) {
		text-decoration: none;
		font-weight: bold;
		padding: 10px 10px 10px 10px;
		vertical-align: center;
		cursor: pointer;
		line-height: 30px;
	}
	.subMenuItem {
		vertical-align: middle;
	}
	#desktop-top ul li:first-child div {
		border: 0;
	}
	#desktop-top ul.dropdown-content {
		width: 100%;
		left: 0;
		z-index: 80;
		border-top: 4px solid #ff9900;
		position: relative;
		list-style: none;
		box-sizing: border-box;
		display: none;
		text-align: left;
	}
	#desktop-top ul.dropdown-content li {
		width: 32%;
		padding: 8px 50px;
		text-align: left;
		line-height: 1.2em;
	}
	#desktop-top ul.dropdown-content li a {
		text-decoration: none;
		color: #888;
		font-weight: normal;
		border-right: 0;
		height: 100%;
	}
	#desktop-top  ul.dropdown-content li a .dropdown-content-link {
		border: 0;
	}
	#desktop-top ul.dropdown-content.displayFlex {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: center;
	}
	#desktop-top ul.dropdown-content.displayFlex li {
		flex: 1 1 30%; /*grow | shrink | basis */
	}
	#mobile-top {
		display: none;
	}
	#mobile-top-2 {
		display: none;
	}
	#top {
		display: block;
		z-index: 100;
		width: 100%;
		background-color: #fff;
	}
	#top .title {
		display: inline-block;
	}
	#top .title img {
		margin-right: 0px;
	}
	#top .title a {
		text-decoration: none;
		color: #000;
	}
	#top .toolBar {
		display: inline-block;
		width: calc(100% - 580px);
		text-align: right;
		z-index: 10;
		font-family: "Poppins", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS,
			Arial, ans-serif;
		vertical-align: middle;
	}
	#top .container>ul {
		margin: 0;
	}
	#top .toolBar ul {
		z-index: 10;
		margin: 0;
		font-size: 115%;
	}
	#top .toolBar ul li {
		display: inline-block;
		padding: 2px 5px 5px 0;
		vertical-align: middle;
	}
	#top .toolBar ul li a, #top .toolBar div.search a.fas {
		color: #333;
		text-decoration: none;
		font-weight: bold;
	}
	#top .toolBar ul li.textsize a {
		font-size: 0.75em;
		font-weight: normal;
	}
	#top .toolBar ul li.lang {
		font-size: 100%;
	}
	#top .toolBar ul li.lang a {
		font-size: 0.75em;
		font-weight: normal;
	}
	#top .toolBar ul li.lang a:first-child {
		margin-right: 12px;
	}
	nav#menu {
		display: none;
	}
}
/*Desktop*/
@media all and (min-width:1024px) {
	.container {
		max-width: 100%;
		padding: 0;
	}
	body {
		overflow: initial !important;
	}
	.skiplink {
		display: block;
	}
	.displayTable tr td:first-child {
		padding: 5px 20px 5px 0px;
		width: 45%;
	}
}

/* ---- font size ----- */
.titleFont, .subTitleFont {
	font-weight: bold;
}

input[type='text'], input[type='password'] {
	background: transparent;
	color: white;
	border: 1px #bbbbbb solid;
	border-radius: 5px;
	padding: 10px 20px;
	width: 98%;
}

textarea {
	background: transparent;
	color: white;
	border: 1px #bbbbbb solid;
	border-radius: 5px;
	padding: 10px 10px;
	width: 100%;
	height: 150px;
}

.fieldDiv {
	width: 408px;
	margin: auto;
	max-width: 93%;
}

.errMsg {
	color: red;
	padding: 5px 10px;
	width: 400px;
	max-width: 90%;
	text-align: left;
	margin: auto;
	background-color: #dedede;
	border-radius: 5px;
	margin-top: 2px;
}

.errMsg ul {
	padding: revert;
	list-style-type: disc;
}

.langBtn {
	font-weight: normal;
}

#mobile-top .langBtn {
	font-size: 120%;
}

.content-body {
	overflow-y: auto;
	height: 100vh;
	position: relative;
}

.background {
	z-index: 0;
	width: 100vw;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	min-width: 320px;
}

#header {
	flex-shrink: 0;
}

#content {
	max-width: 1000px;
	width: 100%;
	margin: auto;
}

.fieldTitle {
	max-width: 90%;
	width: 400px;
	margin: auto;
	text-align: left;
	padding: 5px 0px;
}

button {
	border: 0px;
	border-radius: 5px;
	padding: 10px 25px;
}

button.fullWidth {
	border: 0px;
	border-radius: 5px;
	padding: 10px 15px;
	max-width: 90%;
	width: 400px;
}

.displayTable button.fullWidth {
	max-width: 400px;
	width: 100%;
}

button.twoButton {
	border: 0px;
	border-radius: 5px;
	padding: 10px 15px;
	margin: 5px 10px;
	max-width: 200px;
	width: 40%;
}

div.fullWidth {
	max-width: 90%;
	width: 400px;
	margin: auto;
}

.hide {
	display: none !important;
}

.nonClickable {
	pointer-events: none;
}

.contentLogo {
	max-width: 130px;
	width: 30vw;
	min-width: 90px;
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link,
	.mm-menu a:visited {
	color: #888;
}

/*  mobile menu 2 */
#mobile-top-2 {
	text-align: center;
	background-color: #eaecee;
}

#mobile-top-2 ul:not(.dropdown-content) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#mobile-top-2  ul:not(.dropdown-content) li {
	flex: 1 1 24%;
}

#mobile-top-2  ul.dropdown-content li {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

#mobile-top-2 ul li div {
	text-decoration: none;
	font-weight: bold;
	margin: 8px 0;
	vertical-align: center;
	cursor: pointer;
	padding: 0px 5px;
}

@media ( max-width :680px) {
	#mobile-top-2 ul:not(.dropdown-content) li {
		flex: 1 1 49%;
	}
}

#mobile-top-2 ul li:last-child div {
	border: 0;
}

#mobile-top-2  div.iconNewLine {
	height: 5px;
	line-height: 5px !important;
	padding: 0px !important;
	margin: 0px !important;
}

#mobile-top-2 ul {
	margin-bottom: 0px;
}

.moblile-menu a, .desktop-menu a, .moblile-menu a:hover, .desktop-menu a:hover
	{
	text-decoration: none;
	color: #888 !important;
}

a.mm-navbar__title {
	color: #bbb !important;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	z-index: 999;
	background: rgba(0, 0, 0, 0.4);
}
#loading{
	z-index:10000;
}
.loadingDiv {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	text-align: center;
}
.loadingDiv-inline{
	position:absolute;
	display:inline-block;
	margin-top:12px;
}
.subTitle {
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
}

.centerButtonDiv {
	margin: auto;
	width: 100%;
	text-align: center;
}

.displayTable tr td.noRightPadding {
	padding: 5px 0px;
}

.textBox {
	cursor: pointer;
	padding: 0px 5px;
	color: #666;
	display: inline-block;
}

.textBox.small {
	font-size: 18px;
}

.textBox.medium {
	font-size: 22px;
}

.textBox.large {
	font-size: 26px;
}

.larger{
	font-size: larger;
}

.textSelectionPrompt {
	position: absolute;
	padding: 5px 10px;
	border-radius: 5px;
	margin-left: -25px;
	margin-top: 10px;
	border: 2px solid #ff9900;
	z-index: 500;
}

.textSelectionPrompt:after {
	content: " ";
	position: absolute;
	margin-left: -52px;
	top: -11px;
	border-top: none;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #ff9900;
}

.textBox.selected {
	display: inline-block;
	margin: 0px 5px;
}

.colorBox {
	cursor: pointer;
	width: 75px;
	height: 75px;
	border: 1px solid #999;
	border-radius: 5px;
}

.colorBoxSelectionPrompt {
	position: absolute;
	background-color: rgb(221, 252, 220);
	padding: 5px 10px;
	border-radius: 5px;
	margin-left: -25px;
	margin-top: 10px;
	border: 2px solid #ff9900;
	z-index: 500;
}

.colorBoxSelectionPrompt:after {
	content: " ";
	position: absolute;
	margin-left: -32px;
	top: -11px;
	border-top: none;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #ff9900;
}

.colorBoxSelect {
	display: inline-block;
	margin: 0px 5px;
}

body:lang(sc) .currentColorBox, body:lang(tc) .currentColorBox {
	margin-top: 2px;
}

body:lang(en) .currentColorBox {
	margin-top: -2px;
}

#mobile-top .colorSelection {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

#mobile-top .colorSelection {
	margin-top: 22px;
}

body:lang(sc) #mobile-top .colorSelection, body:lang(tc) #mobile-top .colorSelection
	{
	margin-top: 18px;
}
/* hide change color frame for now*/
.colorSelection {
	display: none !important;
}

#mobile-top-2 ul.dropdown-content {
	width: 100%;
	left: 0;
	z-index: 100;
	border-top: 4px solid #ff9900;
	position: relative;
	list-style: none;
	box-sizing: border-box;
	display: none;
	z-index: 1;
}

#mobile-top-2 ul.dropdown-content li {
	width: 45%;
	padding: 5px 5px;
}

#mobile-top-2 ul.dropdown-content li div.dropdown-content-link {
	text-align: center;
	width: 100%;
	line-height:125%;
	padding:0px 8px;
}

#mobile-top-2 ul.dropdown-content li a {
	text-decoration: none;
	color: #888;
}

select {
	padding: 10px;
	background: transparent;
	color: white;
	border-radius: 5px;
	border-color: #bbbbbb;
	cursor: pointer;
	max-width: 400px;
	width: 100%;
}

body:lang(en) i.biTitle {
	top: -2px;
}

.content-body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

#content {
	flex: 1 0 auto;
}

/* Firefox */
@-moz-document url-prefix()  {
  @media ( max-width :500px){
  	#content {
		flex: none;
	}
  }
}

@media ( min-width :1024px) {
	input[type='text'], input[type='password'] {
		width: 500px;
	}
	.fieldDiv {
		width: 508px !important;
	}
	.question {
		width: 500px !important;
	}
	button.fullWidth, .errMsg, div.fullWidth {
		width: 580px;
	}
	.fieldTitle, .question {
		width: 500px;
	}
	.cardTable table tr td:first-child {
		width: 50% !important;
	}
	.cardTable table tr td:nth-child(2) {
		width: 50% !important;
	}
	.sqTable tr td:nth-child(2) input {
		width: 22px !important;
		height: 22px !important;
	}
	.login hr, .register hr {
		max-width: 520px;
	}
}

#contentBanner {
	position: absolute;
	top: 93px;
	right: 20px;
	background-position-y: top !important;
	background-position-x: center !important;
	background-repeat: no-repeat !important;
}

#footer {
	background-color: white;
	border-top: 1px solid #6e6e6e;
}

.footerSection {
	width: 100%;
	margin: auto;
	max-width: 1000px;
	padding: 15px 20px;
}

.versionDiv {
	display: inline-block;
	text-align: left;
	color: #666666;
	line-height: 1.5em;
	width: 30%;
	vertical-align: middle;
}

.footerMenu a, .footerMenu a:hover {
	color: #666666 !important;
}

.iconDiv {
	display: inline-block;
	width: 69%;
	text-align: right;
}

.footerIcon {
	display: inline-block;
	padding: 5px 10px;
}

@media ( max-width :700px) {
	.versionDiv {
		display: block;
		width: 100%;
	}
	.iconDiv {
		margin-top: 5px;
		display: block;
		width: 100%;
	}
}

.hrWithOr {
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	padding: 20px 0px;
	font-size: 80%;
}

.hrWithOr>span {
	position: relative;
	display: inline-block;
}

.hrWithOr>span:before, .hrWithOr>span:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 9999px;
	height: 1px;
}

.hrWithOr>span:before {
	right: 100%;
	margin-right: 15px;
}

.hrWithOr>span:after {
	left: 100%;
	margin-left: 15px;
}

.popover-header {
	display: none;
}

.closeIcon {
	position: absolute;
	top: -15px;
	right: 25px;
	cursor: pointer;
	padding: 10px;
}

.closeIcon i.bi {
	margin-top: 5px;
}

.promptMsgBox {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #eeeeee;
	color: #888;
	z-index: 1000;
	padding: 30px 20px 20px 20px;
	max-width: 70%;
	border-radius: 10px;
	text-align: center;
	min-width: 300px;
	width: max-content;
	max-height: 90%;
	overflow-y: auto;
	word-break: break-word;
}

.promptMsgBox button {
	margin: 5px;
}

.promptMsg {
	padding-bottom: 20px;
}

#iAMSmartOpenButton.dim{
	opacity:0.5;
	pointer-events:none;
	
}
@media ( max-width :1024px) {
	.promptMsgBox {
		max-width: 85%;
	}
}

.textUnderline {
	text-decoration: underline;
}
.textItalic{
	font-style: italic; 
}
.promptMsgBox a, .faqMessageBox a, .errMsg a {
	color: #004499 !important;
}

.errMsg a:hover, .faqMessageBox a:hover, .promptMsgBox a:hover {
	color: #fadd2d !important;
}

.breadcrumbBar {
	width: 100%;
	padding: 5px 20px;
}

/* jquery selectboxit */

.selectboxit-container .selectboxit{
	background: transparent !important;
	color: white !important;
	border-radius: 5px !important;
	border-color: #bbbbbb !important;
	cursor: pointer !important;
	max-width: 400px !important;
	width: 45vw !important;
	font-size: inherit !important;
	padding: 10px 15px 10px 10px !important;
	height: auto !important;
}

.selectboxit-options .selectboxit-option .selectboxit-option-anchor {
	white-space: normal !important;
	height: auto !important;
	font-size: 85% !important;
}

a.selectboxit-option-anchor:hover {
	color: white !important;
}

.selectboxit-options, .selectboxit-option {
	border-color: #bbbbbb !important;
	padding: 5px 8px !important;
	text-indent: 0px !important;
}

.selectboxit-option:not(.selectboxit-option-first) {
	border-top: 1px solid #bbbbbb !important;
}

.selectboxit-btn {
	background-color: transparent !important;
	background-image: none !important;
}

.selectboxit-text, .selectboxit-options, .selectboxit-option,
	.selectboxit-container span {
	font-size: inherit !important;
}

.selectboxit-text {
	text-indent: 0px !important;
	padding: 0px 5px !important;
	max-width: 98% !important;
}

.selectboxit-default-arrow {
	border-top: 6px solid white !important;
	border-right: 6px solid transparent !important;
	border-left: 6px solid transparent !important;
}

.selectboxit-option-icon {
	display: none !important;
}
input.masked:not(:placeholder-shown) {
	font-family: text-security-disc;
}

.popover {
	/* Max Width of the popover (depending on the container!) */
	max-width: 450px;
	margin-left: 20px !important;
	padding: 8px;
}

@media ( max-width :500px) {
	.popover {
		max-width: calc(90% - 20px);
	}
}

.popover[data-popper-placement=top] .popover-arrow {
	left: 2px !important;
	margin-left: -20px !important
}

.popover[data-popper-placement=bottom] .popover-arrow {
	left: 2px !important;
	margin-left: -20px !important;
}

.popover[data-popper-placement=right] .popover-arrow {
	top: 5px !important;
}

.mm-listitem.selected {
	pointer-events: none;
	opacity: 0.5;
}

.textBox.selected {
	pointer-events: none;
}

.optionDiv {
	display: inline-block;
}

.titleFont{
	line-height:125%; 
}


.homeCard {  		 
	background-color:transparent !important;
}

button.disabled, button.iAmSmartButtonGreen.disabled{			
	background:#aaa !important;
	pointer-events:none !important;
	color:white !important;
	background-color:#aaa !important;
}

/*   home page how to register prompt */
.regImgDiv{
	min-width: 70vw;
    display: flex;
    max-width: 1100px;
}

.regPic1{
	width:65%;
	padding:10px;
}
.regPic2{
	width:35%;
	padding:10px;
}
.alignJustify{
	text-align:justify;
}
.alignCenter{
	text-align:center;
}

input[type=radio]{
	vertical-align:middle;
	height:20px;
	width:20px;
	margin-bottom:4px;
}
.radioLabelMarginLeft{
	margin-left:15px;
}
@media(max-width:800px){
	.regImgDiv{
		display:block;
	}
	.regPic1{
		width:100%;
		padding:10px 0px;
	}
	.regPic2{
		width:300px;
		padding:0px;
	}
}

/* chatbot information to use */

.chatbotInfoPic1{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 25%;
	padding:10px;
	margin-top:20px;
}
.chatbotInfoPic2{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding:10px;
	margin-top:20px;
}
.chatbotInfoPic3{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 45%;
	padding:10px;
	margin-top:20px;
}

/* iam smart button */
 	
button.iAmSmartButton {
	background-color: #FFFFFF !important;
	border: #2B7366 1px solid !important;
	color: #2B7366 !important;
	line-height: 2;
}

button.iAmSmartButtonGreen{
	background-color: #2B7366 !important;
	color: #FFFFFF !important;
}

.iAmSmartButtonGreen img, .iAmSmartButton img {
	height: 36px;
	margin-top: -4px;
	margin-right: 10px;
}

body.font-m .iAmSmartButtonGreen img, body.font-m .iAmSmartButton img{		    	
	margin-top: -6px;
}
body.font-l .iAmSmartButtonGreen img, body.font-l .iAmSmartButton img{		    	
	margin-top: -7px;
}
@media (max-width:1200px){	
	.iAmSmartButtonGreen img, .iAmSmartButton img {
		margin-top: -3px;
	}
	body.font-m .iAmSmartButtonGreen img, body.font-m .iAmSmartButton img{		    	
		margin-top: -4px;
	}
	body.font-l .iAmSmartButtonGreen img, body.font-l .iAmSmartButton img{		    	
		margin-top: -6px;
	}
}
@media (max-width:1199px){
	.alignJustify{
		text-align:left;
	}
}
button.iAmSmartProfileBtn{
	max-width:100%;
	margin:0px;
}
@media(max-width:500px){
	:lang(en) button.iAmSmartProfileBtn{
		font-size:19px;		
		padding:10px 10px;
	}
	:lang(en) .iAmSmartProfileBtn img{
		height: 25px;
		margin-top: -2px;
		margin-right: 8px;
	}
	:lang(en) button#iAMSmartSigningButton{
		font-size:18px;
		padding:10px 10px;
	}
}
@media(max-width:414px){
	:lang(en) button.iAmSmartProfileBtn{
		font-size:16px;
	}
	:lang(en) button#iAMSmartSigningButton{
		font-size:16px;
	}
}
@media(max-width:375px){
	:lang(en) button.iAmSmartProfileBtn{
		font-size:15px;
	}
	:lang(en) button#iAMSmartSigningButton{
		font-size:15px;
	}
}
@media(max-width:350px){
	:lang(en) button.iAmSmartProfileBtn{
		font-size:13px;
	}
	:lang(en) button.iAmSmartLoginButton, :lang(en) button.iAMSmartOpenButton{
		font-size:18px;
	}
	:lang(en) button#iAMSmartSigningButton{
		font-size:13px;
	}
}


.hide-scrollbar::-webkit-scrollbar {
  display:none;
}

.hide-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.data-list {
  overflow-y:hidden;
}
.ui-datepicker th{
	padding:3px 2px !important;
}
.ui-datepicker th span{
	font-weight:bold !important;
}

.uploadFileIcon{
    width: 30px;
    margin: 0px 20px 0px 10px;
}

.uploadFileIcon i.bi{
	font-size:30px;
	color:#222 !important;
	position:relative !important;
}
.selectFileButton{
	display:flex;
	background: #ccc;
    border: 1px dotted #666;
    padding: 12px;
    color: black;
    min-width: 400px;
    max-width: 460px;
    width:100%;
    font-size: 20px;
    height: 200px;
    align-items: center;
    cursor:pointer;
    line-height:130%;
    text-align:center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.red{
	color:red;
	
}




#ratePerformance,#rateThankyou{
	position:absolute;
	background:#f0f0f0;	
	border-radius:10px;
	z-index:10000;
	top:20%;
	width:380px;
	margin:0px auto;
	left:0;
	right:0;
	color:#888888;
	box-shadow: rgb(0 0 0 / 20%) 0px 0px 20px 0px, rgb(0 0 0 / 24%) 0px 5px 5px 0px;
}


#rateHeader{
	padding:10px 30px;
	border-radius:10px 10px 0px 0px;
	text-align:left;
}
#rateBody{
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
}

#rateDesc{
	text-align:center;
	margin-bottom:20px;
	padding:0px 20px;
}
#rateThankyouDesc{
	
	text-align:center;
	margin-bottom:30px;
	padding:20px 20px;
}

#rateSubmitBtn{
	margin-bottom:20px;
	text-align:center;	
}

.unlitStar {
    fill: lightgrey;
    padding: 5px;
    cursor: pointer;
}
.unlitStar.selected {
    fill: #FFA500;
    padding: 5px;
    cursor: pointer;
}

.textCenter{
	text-align:center !important;
}

.orderedList{
	margin-left:1.3em;
}

.listItem{
	padding-left:1.3em;
}