@charset "utf-8";
.inter-regular {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.inter-medium {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.inter-bold {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

.inter-black {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
}
/*General style*/
html {
  scroll-behavior: smooth;
	filter:expression(document.execCommand("BackgroundImageCache", false, true));height:100%
}
body{
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -0.1px;
	font-size:17px;
	line-height:1.45em;
	color:#1b2935;
	background-color:#1b2935;
}

.btn{
	border:1px solid #999;
	color:#1b2935;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	/*height: 38px;*/
	min-height: 38px;
}
input.btn{
	height: 44px;
}
.btn:hover{
	border-color:#444;
}
.btn-primary{
	border-color:#1b2935;
	color:#fff;
	background-color:#1b2935;
}
.btn-primary:hover{
	border-color:#1b2935;
	color:#16FFFB;
	background-color:#1b2935;
}
.btn-border{
	padding:.375rem .75rem;
	color:#405057;
	background-color:#fff;
	border:1px solid #ced4da;
	text-align: left;
}
h1,h2,h3,h4,h5,strong{
	font-weight: 700;
}
a{
	color:#1D6B70;
	transition: .3s;
}
a:hover{
	color:#309299;
	text-decoration: none;
}
.table .thead-dark th{
	background-color:#1b2935;
	font-weight: 700;
}


/*login layout*/
.Aligner {
	display: flex;
	align-items: center;
	justify-content: center;
	height:100vh
}

.Aligner-item {
	width: 600px;
	max-width:94%;
}

.meeting-brand{
	margin:-4em 0 1.5em;
}
.meeting-brand img{
	width:180px;
	height:70px;
}
.meeting-lan{
	line-height:30px;
	padding-top:20px;
	text-align: right;
	font-size: 14px;
	color:#fff;
	font-weight: 700;
	margin-right:-.75em;
}
.meeting-lan span{
	display:inline-block;
	padding:0 .25em;
	width:10px;
}
.meeting-lan a{
	color:#16FFFB;
	font-weight: 400;
	display:inline-block;
	padding:0 .75em;
}
.meeting-lan a:hover{
	color:#fff;
}
.meeting-lan a.active,.meeting-lan a.active:hover{
	font-weight: 700;
	background-color:#fff;
	color:#1b2935;
	border-radius: 3px;
	cursor: not-allowed;
}
.meeting-lan a:hover{
	color:#fff;
}
.meeting-footer{
	line-height:30px;
	text-align: center;
	padding:1.2em 0 0;
	font-size:.80em;
	color:rgba(255,255,255,.5);
	font-weight: 700;
}
.meeting-footer a{
	color:#fff;
	font-weight: 400;
}
.meeting-footer a.active,.meeting-footer a.active:hover{
	font-weight: 700;
	border-radius: 3px;
}
.Aligner-item .btn-primary{
	width:100%;
}

.Aligner-item .foot-note{
	padding:1.5em 0 0;
	font-size:.75em;
	color:rgba(255,255,255,.5);
	text-align: center;
}


/*footer*/
.footer{
	background-color:#1b2935;
	padding:40px 0;
	color:rgba(255,255,255,.75)l;
}
.footer .top-row{
	padding-bottom:20px;
}
.footer .top-row .caption{
	font-weight: 700;
	font-size:16px;
	color:#fff;
	margin-bottom:10px;
}
.footer .top-row ul{
	font-size:15px;
	list-style: none;
	padding:0;
	margin:0;
}
.footer .top-row ul li a{
	color:#16FFFB;
}
.footer .top-row ul li a:hover{
	color:#fff;
}

@media (max-width: 768px){
	.footer .top-row{
		padding-bottom: 0;
	}
	.footer .top-row ul{
		margin-bottom:40px;
	}
	.footer .top-row ul li,.footer .top-row .caption{
		padding-bottom:10px;
		margin-bottom:10px;
		border-bottom: 1px solid rgba(255,255,255,.15);
	}
}
.footer hr{
	height:1px;
	border-width:0;
	color:gray;
	background-color:rgba(255,255,255,.15)
}

.footer .bottom-row{
	padding-top:20px;
	font-size:14px;
	color:#97a5ae;
}
.footer .bottom-row .logo{
	text-align: left;
}
.footer .bottom-row .blink,.footer .bottom-row .social-sidebar{
	text-align: right;
}
.footer .bottom-row img{
	height:64px;
}
.footer .bottom-row .navigation{
	padding:21px 0 0;
	list-style:none;
	text-align: center;
}
.footer .bottom-row .navigation li{
	display:inline-block;
}
.footer .bottom-row .navigation a{
	padding-left:10px;
	color:rgba(255,255,255,.75);
}
.footer .bottom-row .navigation a:hover{
	color:#fff;
}

.footer .bottom-row .social-sidebar ul{
	padding:21px 0 0;
	list-style:none;
	text-align:right;
}
.footer .bottom-row .social-sidebar li{
	display:inline-block;
}
.footer .bottom-row .social-sidebar a{
	margin-left:0;
	color:#1b2935;
	display:inline-block;
	width:32px;
	height:32px;
	border-radius: 2px;
	text-align:center;
	line-height:32px;
	background-color:rgba(255,255,255,.45);
}
.footer .bottom-row .social-sidebar a:hover{
	color:#1b2935;
	background-color:#fff;
}
.footer .bottom-row .social-sidebar a span{
	font-size:22px;
	line-height:30px;
}

.footer .bottom-row .legal{
	font-size:12px;
	line-height:1.5em;
	padding-top:1em;
}

@media (max-width: 768px){
	.footer hr{
		display: none;
	}
	.footer .bottom-row{
		padding-top: 0;
	}
	.footer .bottom-row .logo,.footer .bottom-row .social-sidebar{
		text-align: center;
	}
	.footer .bottom-row .social-sidebar ul{
		text-align: center;
		padding:10px 0 0;
	}
	.footer .bottom-row .blink{
		text-align: left;
	}
	.footer .bottom-row .navigation{
		text-align: left;
		padding:30px 0 0;
	}
	.footer .bottom-row .navigation li{
		display:block;
		padding-bottom:10px;
		margin-bottom:10px;
		border-bottom: 1px solid rgba(255,255,255,.15);
	}
	.footer .bottom-row .navigation li a{
		padding:0;
	}
}


/*QA*/
.accordion .card.qa-card .card-header{
	padding:1.25rem!important;
	background-color:#64CCC9;
	font-weight: 700;
}
.accordion .card.qa-card .card-header span{
	font-size:2em;
	width:40px;
	height:40px;
	border-radius: 20px;
	display:block;
	border:1px solid #1b2935;
	line-height:40px;
	margin-bottom:.25em;
}
.accordion .card.qa-card .card-header small{
	display:block;
	margin-top:-.5em;
	font-weight: 400;
}
/* login header */
.card-title a,
.login-terms-checkbox a {
	font-size: 14px;
	text-decoration: underline;
	line-height: 2.25em;
}

.login-terms-checkbox a {
	font-weight: 700;
}

.login-terms-warning-msg {
	display: none;
}

/* logout btn */
a.btn.logout-btn {
	width: 200px;
}
