@import url('https://fonts.googleapis.com/css?family=Ubuntu');

@font-face {
	font-family: 'Loubag';
	src: url('/fonts/Loubag/Loubag-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Mokoto';
	src: url('/fonts/Mokoto/mokoto-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	background: url(../img/register-bg2.png); 
	background-attachment: fixed;
	overflow-y: auto;
}

* {
	box-sizing: border-box;
}
.left_main_panel {
	width: 50%;
	float: left;
	margin-top: 3vh;
	text-align: center;
}
	.left_main_panel img {
		width: 70%;
		height: 100vh;
	}
.main_div {
	width: 45%;
	background: #fff;
	float: left;
	margin-left: 3vw;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
	height: 94vh;
	margin-top: 3vh;
	overflow: hidden;
	position: relative;
}
.container-fluid{
	padding:0;
}
.header {
	width: 60%;
	background-color: #E8EAF1;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height:10vh;
}
.header_inner {
	width: 60%;
	background-color: #E8EAF1;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 10vh;
}
.header1 {
	width: 60%;
	background-color: #E8EAF1;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 8vh;
}
.header_inner h3 {
	font-weight: 700;
	font-size: 20px;
	margin: 0;
}
.header_inner2 {
	background-color: unset;
	height: auto !important;
	padding: 30px 24px 0px 30px;
}
.header_inner2 >div {
	flex-direction: column;
	align-items: unset !important;
}
.header_inner2 .logo{
	display: none;
}
.header_inner2 h3 {
    font-size: clamp(30px, 4vw, 56px) !important;
	color: #545454;
	text-transform: uppercase;
	font-family: 'Loubag', sans-serif;

}
.header_inner2 h4 {
	font-size: clamp(17px, 1.4vw, 24px) !important;
    color: #545454;
    margin-top: 12px;
    text-transform: uppercase;
	font-family: 'Loubag', sans-serif;
}


.header h3 {
	font-weight:700;
	font-size:16px;
	margin:0;
}
	.logo {
		width:50px;
		margin-right: 10px;
	}

.title {
	width: 80%;
}

.inner_div {
	width: 100%;
	max-height: 78vh;
	overflow-y: scroll;
	background: url(../../Content/img/main_bg.png) no-repeat;
	background-position: center center;
	background-size: 80%;
	padding: 20px 10px 40px;
	min-height: 490px;
}
.inner_div1 {
	width: 100%;
	height: 70vh;
	overflow-y: auto;
	padding: 20px 10px 40px;
}
.chat {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0;
}

	.chat li {
		padding: 8px;
		/* padding: 0.5rem; */
		padding: 0.5rem 1rem 1rem;
		font-size: 14px;
		overflow: hidden;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items:flex-start;
		color: #000000;
	}

.chatbot img {
	display: block;
	position: relative;
	width: 39px;
	border-radius: 18px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	margin-right: 5px;
	border: 1px solid #0cb1b2;
	padding: 1px;
}



.chatbot .msg {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	border-bottom-left-radius: 0px;
	min-width: 185px!important;
	margin-bottom:10px;
}

.msg {
	word-wrap: break-word;
	min-width: 50px;
	max-width: 90%;
	/* padding: 10px; */
	padding: 12px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #235c89;
	margin-top: 40px;
}
.msg1 {
	word-wrap: break-word;
	min-width: 70%;
	max-width: 90%;
	padding: 0px 10px 0 5px !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: transparent;
}
#results {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px dashed #0cb1b2;
	border-radius: 20px;
	width:100% !important;
}
#base64image {
	border-radius: 30px !important;
	border: none;
	margin-right: 0;
	padding: 15px;
	box-shadow: none !important;
}
.loading {
	position: absolute;
	z-index: 9999;
	background: white;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
	.loading img {
		width: 150px;
	}
.msg p {
	margin: 0 0 0.2rem 0;
	color:white;
}
.error .msg {
	background-color: #c10000 !important;
	color:#fff!important;
}
.visitor {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	-ms-grid-row-align: flex-start;
	align-items: flex-start;
	flex-direction: row-reverse;
}
	.visitor img {
		display: block;
		position: relative;
		width: 39px;
		border-radius: 18px;
		box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
		margin-left: 5px; 
	}

	.visitor .msg {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		border-top-right-radius: 2px;
		background-color: #DEFFE4;
		color: #000000;
		padding:12px 30px
	}

.send_div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 30px;
	position: absolute;
	left: 0;
	bottom: 0
}

.text_input {
	width: 90%;
	height: 80px;
	padding: 14px 15px;
	border: 1px solid #DDDDDD;
	border-radius: 7px;
	display: block;
	margin: 0px;
	box-shadow:0 0 8px rgba(0,0,0,0.1)
}
.langbtn {
	border-radius: 30px;
	border: 1px solid #D3D4D8;
	padding: 12px 16px;
	background: #fff;
	margin: 0px 5px 5px 0;
	font-size: 14px;
}
.langbtn_orange {
	border-radius: 30px;
	border: 1px solid #0cb1b2;
	padding: 10px 15px;
	background: #0cb1b2; 
	font-size: 14px;
	color:#fff
}
	.langbtn_orange:hover{
		color:#fff;
		text-decoration:none;
	}
	.langbtn_orange img {
		width: 12px;
		margin-right: 10px;
	}
	.retakeBtn {
		border-radius: 30px;
		border: none;
		padding: 12px 16px;
		background: transparent;
		margin: 0px 5px 5px 0;
		font-size: 14px;
		color: #0cb1b2
	}
.bg-blue {
	background: #317EF6 !important;
	color: #fff !important;
	border: 0px !important;
}
.sendmessagebutton {
	position: absolute;
	z-index: 103;
	right: 11%;
	background: none;
	border: none;
	color: grey;
	cursor: pointer;
	padding: 1px 6px;
}
.left_panel {
	width: 60%;
	position: relative;
	display: block;
	height: 84vh;
	float: left;
}
.main_left_panel {
	width: 100%;
	position: relative;
	display: block;
	height: 92vh;
	float: left;
}
.main_list{
	padding:20px;
	margin:0
}
	.main_list li {
		list-style-type: none;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		border: 1px solid #E0E0E0;
		border-radius:10px;
		padding:10px;
		margin-bottom:20px;
		position:relative;
	}
.main_inner_div{
	display:flex;
	flex-direction:row;
	align-items:center;
	width:100%;
}
.main_inner_div img{
	padding: 25px 30px;
}
.main_logo{
	width:150px;
}
.bny_logo {
	width: 120px;
	margin-right: 30px;
}
.main_text_div {
	display: flex;
	flex-direction: column;
}
.main_text_div h2{
	font-size:16px;
	font-weight:700;

}
.main_text_div span{
	font-size:16px;
	font-weight:400;
}
.joinNow {
	background: transparent;
	border: none;
	font-size: 14px;
	font-weight: 700;
	color: #0cb1b1;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
	.joinNow:hover {
		text-decoration: none;
		color: #0cb1b1;
	}
.joinNow img {
	margin-left: 20px;
	padding:0;
}
.orange::before {
	width: 4px;
	height: 80%;
	background: #0cb1b2;
	border-radius: 0 8px 8px 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	content: "";
}
.purple::before {
	width: 4px;
	height: 80%;
	background: #833AB4;
	border-radius: 0 8px 8px 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	content: "";
}
.blue::before {
	width: 4px;
	height: 80%;
	background: #518EF8;
	border-radius: 0 8px 8px 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	content: "";
}
.right_panel {
	width: 40%;
	background: #fff8f6;
	height: 93vh;
	float: left;
	padding: 20px;
	position: absolute;
	right: 0;
	top: 0;
}
.rpt_pane {
	width: 100%;
	position: relative;
	display: block;
	height: 92vh;
	float: left;
	padding:20px;
}
.bg {
	background: url(../../Content/img/main_bg.png) #fff no-repeat;
	background-position: center center;
	background-size: 50%;
}
.sendmessagebutton:hover {
	color: #408591;
	font-size: 16px;
}
.banner__video-btn {
	position: absolute;
	bottom: 5%;
	left: 5%;
}
.rc__post-thumb{
	width:100%;

}

	.rc__post-thumb img{
		width:100%;
		border-radius:20px;
	}
	.rc__post {
		flex-direction: column;
	}
.play_icon {
	width: 14px !important;
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 4px;
	right: 0;
	margin: auto;
	border-radius: 0 !important;
}
.banner__video-icon {
	height: 32px;
	width: 32px;
	text-align: center;
	line-height: 105px;
	background: #0cb1b2;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	display: block;
	animation: tp-pulse 1.5s infinite;
}
.rc__meta span {
	font-weight: 600;
	font-size: 10px;
	color: #000000;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 5px;
	text-transform:uppercase;
}
.rc__post-title { 
	font-weight: 500;
	font-size: 14px;
	color: #141515;
	line-height: 1.5;
	font-weight:700;
	margin-top:10px;
}
.rc__post-thumb{
	position:relative;
}
.mb-20{
	margin-bottom:20px;
}
.address p {
	width: 48%;
	padding: 10px;
	background-color: #ededed;
	margin: 1% 1%;
	color: #0cb1b2;
	text-transform: uppercase;
	font-size: 12px;
}
.address {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
	.address p span {
		color: black;
		font-weight: bold;
	}
.btn-no {
	color: #fff;
	background-color: #0cb1b2;
	border-color: #0cb1b2;
}

.btn-yes {
	color: #fff;
	background-color: #20622c;
	border-color: #20622c;
}
.btn-no:hover {
	color: #fff; 
}

.btn-yes:hover {
	color: #fff; 
}
@keyframes tp-pulse {
	0% {
		box-shadow: 0 0 0 0 rgb(255, 78, 52, 0.4);
	}

	70% {
		box-shadow: 0 0 0 15px rgb(255, 78, 52, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgb(255, 78, 52, 0);
	}
}

.back_btn{
	width:100%;
	display:flex;
	flex-direction:row;
	align-items:center;
	margin-top:10px;
	cursor:pointer;
}
	.back_btn img{
		margin-right:20px;
		
	}
	.back_btn span{
		font-size:16px;
		font-weight:bold;
	}
.login_div {
	position: absolute;
	left: 0;
	right: 0; 
	padding: 20px;
	height: 100vh;
	z-index: 999;
	overflow: hidden;
	display: none;
	background: url(../../Content/img/main_bg.png) #fff no-repeat;
	background-position: center center;
	background-size: 80%;
}
.heading {
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0;
}
.heading span{
	font-weight:normal !important;
}
.login{
	padding:20px 0;

}
.ht-70{
	height:70vh;
	overflow-y:scroll;
	overflow-x:hidden;
}
.input{
	width:100%;
	margin:20px 0;
	position:relative;
}
	.input label{
		text-transform:uppercase;
		font-size:14px;
	}
	.form_input {
		width: 100%;
		border: 0;
		border-bottom: 2px solid #000;
		margin: 10px 0 0;
		padding: 10px 0;
		background:transparent;
		font-weight:bold;
	}
.form_input:focus{
	outline:none;
}
.form-textarea {
	width: 100%;
	border: 0;
	border: 1px solid #E0E0E0;
	margin: 10px 0 0;
	padding: 20px;
	height:200px;
	background: #F6F6F6;
	font-weight: bold;
	border-radius:8px;
}
.btn-submit {
	border-radius: 10px;
	border: 1px solid #0cb1b2;
	padding: 10px 15px;
	background: #0cb1b2;
	margin: 0px 5px 5px 0;
	font-size: 14px;
	color: #fff
}
.task_submit {
	border-radius: 10px;
	border: 1px solid #0cb1b2;
	padding: 15px 15px;
	background: #0cb1b2;
	margin: 20px 0;
	font-size: 14px;
	color: #fff !important;
	width:100%;
	text-align:center;
	text-transform: uppercase;
}
.content {
	margin: 30px 0 0;
}
	.content h2 {
		font-size: 14px;
		font-weight: normal;
		margin-top: 20px;
	}

	.sidemenu{
		width:60%;
		height:90vh;
		position:absolute;
		top:10vh;
		left:-100%;
		background:#fff;
		transition:0.5s ease all; 
		z-index:999;
		padding:20px;
	}
.profile_div{
	display:flex;
	flex-direction:row;
	align-items:center;
}
	.profile_div img{
		margin-right:20px;
	}
.name_div{
	display:flex;
	flex-direction:column;

}
	.name_div span {
		font-size: 14px;
	}
	.name_div h6 {
		font-size: 21px;
		font-weight: bold;
		margin: 0;
	}
#menu img{
	width:24px;
}
.title_menu {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 40px 0;
}
.menu_div {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
}
	.menu_div li {
		list-style-type: none;
		display: flex;
		flex-direction: row;
		padding: 15px 0;
		border-bottom: 1px solid #EEF1F4;
		margin-bottom: 15px;
	}
		.menu_div li:last-child {
			border-bottom: 0px solid #EEF1F4;
		}
		.menu_div li a {
			color: #283A49;
			font-weight: 400;
			font-size:18px;
			text-decoration: none;
		}
			.menu_div li a img {
				margin-right: 10px;
				width: 24px;
			}
.boxes{
	display:flex;
	align-items:center;
	margin:20px 0;
	justify-content:space-between;
}
.right_bx {
	width: 48%;
	border-radius: 5px;
	background: #E2F5FF;
	padding:20px;
	display:flex;
	align-items:center;
}
.left_bx {
	width: 48%;
	border-radius: 5px;
	background: #FFF9E2;
	padding: 20px;
	display: flex;
	align-items: center;
}
.left_bx img, .right_bx img{
	margin-right:20px;
	width:32px;
}
.rpr_list {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
}

	.rpr_list li {
		list-style-type: none;
		display: flex;
		flex-direction: row;
		padding: 15px 0; 
		border-bottom: 1px solid #EEF1F4;
		margin-bottom: 15px;
		align-items:center;
	}
.task_list {
	display: flex;
	flex-direction: column;
	padding: 10px;
	margin: 0;
}

	.task_list li {
		list-style-type: none;
		display: flex;
		background:#fff;
		flex-direction:column;  
		border: 1px solid #E0E0E0;
		margin-bottom: 15px;
		align-items: flex-start;
		border-radius:8px;
		position:relative;
		padding:20px;
	}
		.task_list li:before {
			content:"";
			position: absolute;
			width: 5px;
			height: 60px;
			background: #0cb1b2;
			border-radius:0 8px 8px 0;
			left:0;
			top:20px;
		}
.task_date {
	width: 100%;
	color: #0cb1b2;
	text-transform:uppercase;
	margin-bottom:20px;
	font-size:14px;
	font-weight:500;
}
.task_desc{
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:flex-start;
	margin-bottom:20px;
}

	.task_desc span {
		color: #211F3C;
		font-size:14px;
		text-transform:uppercase;
		margin-bottom:10px;
	}
	.task_desc h6{
		font-size:16px;
		font-weight:600;
		line-height:18px;
	}
.task_btn {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
	.task_btn a {
		text-decoration: none;
		font-size: 14px;
		font-weight: 600;
		color: #0cb1b1
	}
	.rpr_list li img {
		margin-right: 20px;
		width: 32px;
		border-radius:50%;
	}
.task_pop {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px;
	height: 90vh;
	background: #fff;
}
.taskpop_title {
	flex-direction: row;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(29, 38, 44, 0.1);
	padding-bottom: 25px;
}
.task_details{
	width:100%;
	padding:20px;

}
.taskpop_title a img {
	margin-right: 20px;
	width: 20px;
}
	.taskpop_title h6 {
		margin: 0px;
		font-size: 21px;
		font-weight: bold;
	}
	.w-60 {
		width: 60%;
	}
.w-30{
	width:30%;
}
.tab-pane{
	padding-top:20px;
}
.nav-link.active {
	border: 0;
	border-bottom: 2px solid #0cb1b1 !important;
	color: #0cb1b1 !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border: 0 !important;
	border-bottom: 2px solid #0cb1b1 !important;
	color: #0cb1b1 !important;
}
.tab-content{
	height:50vh;
	overflow-y:scroll;
}
.left_bx .name_div span, .right_bx .name_div span {
	text-transform: uppercase
}
.sidemenushow{
	left:0; 
}
.close_btn {
	position: absolute;
	top: 5%;
	right: 2%;
	font-size: 12px;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none !important;
	background: #000;
	border-radius: 50px;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
}
.image_div {
	width: 100%;
	margin: 30px 0;
	display: flex;
	align-items: center;
}
.img_profile{
	width:150px;
	height:150px;
	border-radius:50%;
}
.img_inner_div{
	width:auto;
	position:relative;
}
.upload_img {
	position: absolute;
	right: -20%;
	top: 30%;
	width: 24px;
}
.refer_p{
	font-size:14px;
	margin:10px 0;
}
.social_icons{
	width:100%;
	display:flex;
	align-items:center;
	margin:10px 0;
}
	.social_icons a img {
		width: 60px;
		margin-right: 10px;
		padding: 10px;
		filter: grayscale(1);
	}
	 
.active_share img {
	border: 2px dashed #0cb1b2;
	border-radius: 50px;
	filter: grayscale(0) !important;
}
	.refer_bg {
	width: 100%;
	border-radius: 10px;
	background: #E9E9E9;
	padding:20px; 
}
	.refer_bg p{
		font-size:13px;
	}
	.refer_cont {
		display: flex;
		align-items: center;
	}
.btn-submit_refer {
	width: 50%;
	border-radius: 8px;
	border: 1px dashed #0cb1b2;
	text-align: center;
	background: #fff;
	padding: 10px 0;
	color: #211F3C;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase
}
	.btn-submit_refer img{
		width:24px;
		margin-right:15px;
	}
.hidden {
	overflow: hidden !important
}
.note{
	font-size:12px; 
	margin-left:5px;
	text-transform:capitalize
}
.copy_icon{
	position:absolute;
	right:0;
	bottom:10%;
}
.search{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:20px 0;
}
.sort {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 20px 0;
}
.sort_btn {
	color: #000;
	text-decoration: none;
	font-size: 16px;
}
.search h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
.nav-link {
	font-size: 16px !important;
	padding: 10px 30px !important;
}
.next_btn {
	width: 100%;
	margin-top: 20px;
	border-radius: 4px;
	background: #0cb1b2;
	text-align: center;
	padding: 8px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	border: none;
	position: absolute;
	left: 0;
	bottom: -10%;
}
.next_btn:hover {
 
	color: #fff; 
	text-decoration:none;
}

.left_main_panel .slide {
	border-radius: 8px;
	overflow: hidden;
	padding: 0;
	color: #fff;
	text-align: center;
}

	.left_main_panel .slide .slide-pic {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.left_main_panel .slide .slide-text {
		font-size: clamp(15px, 1.0vw, 18px);
		line-height: 1.6;
		color: #fff;
		padding: 16px 20px;
		text-align: justify;
		background: #0cb1b2;
		font-weight: 600;
	}

	.left_main_panel .slide .persons {
		list-style: none;
		padding: 0;
		margin: 18px 0 0px 0;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		gap: 16px;
		background: #0cb1b2;
	}

		.left_main_panel .slide .persons .person {
			border-radius: 8px;
			display: flex;
			align-items: center;
			gap: 10px;
			flex: 1 1 auto;
			position: relative;
			justify-content: center;
		}

			.left_main_panel .slide .persons .person .person-pic {
				width: 25%;
				height: auto;
				border-radius: 50%;
				object-fit: cover;
				position: absolute;
				left: 50%;
				transform: translateX(-50%);
				z-index: 0;
				bottom: 70%;
			}

			.left_main_panel .slide .persons .person .person-meta {
				display: flex;
				flex-direction: column;
				z-index: 1;
				padding: 8px 0px 1px 0px;
				background: #0cb1b2;
			}

				.left_main_panel .slide .persons .person .person-meta .person-name {
					font-weight: 700;
					font-size: clamp(15px, 1.0vw, 18px);
					color: white;
					text-align: center;
				}

				.left_main_panel .slide .persons .person .person-meta .person-sub {
					font-size: clamp(18px, 1.6vw, 22px);
					color: white;
					text-align: center;
					font-weight: 700;
				}

		.left_main_panel .slide .persons.below {
			gap: 0px;
			margin: 0px;
			padding-bottom: 30px;
		}

			.left_main_panel .slide .persons.below .person {
				justify-content: unset;
			}

				.left_main_panel .slide .persons.below .person .person-pic {
					width: 27%;
					position: unset;
					transform: unset;
					border: 4px solid;
				}

				.left_main_panel .slide .persons.below .person .person-meta {
				}

					.left_main_panel .slide .persons.below .person .person-meta .person-name {
						font-size: clamp(14px, 1.0vw, 18px);
					}

					.left_main_panel .slide .persons.below .person .person-meta .person-sub {
						font-size: clamp(14px, 1.0vw, 18px);
					}


		.left_main_panel .slide .persons.below {
			gap: 0px;
			margin: 0px;
			padding-bottom: 30px;
		}

			.left_main_panel .slide .persons.below .person {
				padding-right: 8px;
				padding-left: 8px;
			}

				.left_main_panel .slide .persons.below .person .person-pic {
					width: 27%;
					position: unset;
					transform: unset;
					border: 4px solid;
				}

				.left_main_panel .slide .persons.below .person .person-meta {
				}

					.left_main_panel .slide .persons.below .person .person-meta .person-name {
						font-size: clamp(14px, 1.0vw, 18px);
					}

					.left_main_panel .slide .persons.below .person .person-meta .person-sub {
						font-size: clamp(14px, 1.0vw, 18px);
					}



		.left_main_panel .slide .persons.above {
			gap: 0px;
			margin-top: 10px;
			background: transparent;
			margin-bottom: 10px;
		}

			.left_main_panel .slide .persons.above .person {
				padding-right: 0px;
				padding-left: 0px;
			}
				.left_main_panel .slide .persons.above .person:nth-child(1) {
					padding-right: 5px; /* example padding for the first person */
					padding-left: 0; /* keep left as 0 */
				}

				.left_main_panel .slide .persons.above .person:nth-child(2) {
					padding-left: 5px; /* example padding for the second person */
					padding-right: 0; /* keep right as 0 */
				}

				.left_main_panel .slide .persons.above .person .person-pic {
					width: 45%;
				}

				.left_main_panel .slide .persons.above .person .person-meta {
					width: 100%;
					height: 100%;
				}

					.left_main_panel .slide .persons.above .person .person-meta .person-name {
						font-size: clamp(12px, 1.0vw, 13px);
					}

					.left_main_panel .slide .persons.above .person .person-meta .person-sub {
						font-size: clamp(18px, 1.4vw, 20px);
					}

@media (max-width: 768px) {

	.left_main_panel .slide .persons .person .person-meta {
		padding-top: 34%;
		z-index: unset;
	}
	.left_main_panel .slide .persons .person .person-pic {
		top: 7%;
	}
	.left_main_panel .slide .persons.below .person {
		flex-direction: column;
	}
		.left_main_panel .slide .persons.below .person .person-pic {
			width: 60%;
			
		}

	.left_main_panel .slide .persons.above {
		margin-bottom: 0px;
	}

		.left_main_panel .slide .persons.above .person {
			padding-right: 0px !important;
			padding-left: 0px !important;
		}

			.left_main_panel .slide .persons.above .person .person-meta {
				padding-top: 67%;
				z-index: unset;
			}

	.left_main_panel .slide .persons.above .person .person-pic {
		bottom: unset;
		top: 3%;
		width: 60%;
	}
}

		.left_main_panel .slide .slide-title {
			font-weight: 700;
			margin: 8px 0 4px;
			font-size: 18px;
			text-transform: uppercase;
			color: #fff;
		}

	.left_main_panel .slide .slide-subtitle {
		font-weight: 500;
		margin: 4px 0 12px;
		font-size: 14px;
		color: #90e0ef;
	}
.tricolor-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	gap: 8px;
	height: 44px;
	flex-direction: column;
	margin: 10px 0px 30px 0px;
	margin-top: 20px;
	top: 20px;
	position: relative;
}

	.tricolor-footer .band {
		flex: 1;
		height: 100%;
		width: 100%;
	}

	.tricolor-footer .saffron {
		background: #FF9933;
	}

	.tricolor-footer .white {
		background: #FFFFFF;
	}

	.tricolor-footer .green {
		background: #3fc832;
	}



.header-custom {
	width: 100%;
	padding: 1.5rem 0 1rem 0; /* py-4 */
}

@media (min-width: 768px) {
	.header-custom {
		padding: 2rem 0 1.5rem 0;
	}
}


/* Flex layout for header content */
.header-custom .header-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}
@media (max-width: 768px) {
	.header-custom .header-content {
		flex-direction: column-reverse;
	}
}

/* Left Section */
.header-custom .left-section {
	flex: 1;
}

	.header-custom .left-section h1 {
		font-weight: 500;
		color: white;
		letter-spacing: 0.09em;
		margin-bottom: 0.5rem;
		font-size: 1.5rem;
		text-align: center;
		font-family: 'Mokoto', sans-serif;
		text-shadow: 0 0 5px #0cb1b2, 0 0 10px #0cb1b2, 0 0 20px #0cb1b2, 0 0 40px #0cb1b2;
	}

@media (min-width: 768px) {
	.header-custom .left-section h1 {
		font-size: 2.35rem; /* md:text-4xl */
		margin-bottom: 0.75rem;
	}
}

.header-custom .subtitle-wrapper {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	justify-content: center;
}


@media (min-width: 768px) {
	.header-custom .subtitle-wrapper {
		gap: 1rem;
	}
}

.header-custom .subtitle-wrapper p {
	color: white; /* cyan-400 */
	font-size: 0.875rem;
	letter-spacing: 0.09em;
	margin: 0;
	text-align: center;
	font-family: 'Mokoto', sans-serif;
	text-shadow: 0 0 5px #0cb1b2, 0 0 10px #0cb1b2, 0 0 20px #0cb1b2, 0 0 40px #0cb1b2;
}

@media (min-width: 768px) {
	.header-custom .subtitle-wrapper p {
		font-size: 1.25rem;
	}
}


/* Line groups */
.lines-left, .lines-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	top: -1px;
	position: relative;
}
	.lines-left .line {
		align-self: end;
	}
/* Base line style */
.line {
	height: 5px;
	border-radius: 10px;
}

	/* Shorter and longer line sizes */
	.line.short {
		width: 2rem !important ;
		background: linear-gradient(to left, #00f6ff, transparent);
	}

	.line.long {
		width: 3rem !important;
		background: linear-gradient(to left, #00f6ff, transparent);
	}

/* Flip gradient on right side */
.lines-right .line.short {
	background: linear-gradient(to right, #00f6ff, transparent);
}

.lines-right .line.long {
	background: linear-gradient(to right, #00f6ff, transparent);
}


/* Right Section */
.header-custom .right-section {
	flex-shrink: 0;
}

.header-custom .logo-wrapper {
	width: 4rem;
	height: 4rem;
	position: relative;
}

@media (min-width: 768px) {
	.header-custom .logo-wrapper {
		width: 6rem;
		height: 6rem;
	}
}
@media only screen and (max-width:767px) {
	.left_main_panel{
		width: 100%;
		margin-bottom: 20px;
	}
/*	body {
		background: #fff !important;
	}*/
	.main_logo {
		width: 110px;
	}
	.main_inner_div img {
		padding: 5px 15px;
	}
	.main_text_div h2 {
		font-size: 16px;
	}
	.bny_logo {
		width: 90px;
		margin-right: 20px;
	}
	.help h3 {
		font-size: 15px !important;
	}
	.help h2 {
		font-size: 18px !important;
	}
		.help {
		position: relative !important;
		padding: 0px 20px;
	}
	.task_list {
		padding: 0;
	}
	.task_desc h6 {
		font-size: 12px;
	}
	.btn-submit_refer{
			width:100%;
		}
		.right_bx, .left_bx {
			width: 49%;
			padding: 20px 10px;
		}
		.left_bx img, .right_bx img {
			margin-right: 10px;
			width: 24px;
		}
	.name_div span {
		font-size: 10px;
		font-weight:bold;
	}
		.name_div h6 {
			font-size: 16px;
		}
	.ht-70 {
		height: auto;
		overflow: hidden;
	}
	.bg {
		background: transparent;
	}
	.sidemenu{
		width:100%;
		position:fixed;
	}
	.login_div {
		position: fixed;
		top: 10%;
	}
	.sendmessagebutton {
		right: 5%;
	}
		.sendmessagebutton img {
			width: 80%;
		}
		.inner_div ol {
			height: 90vh;
			padding-bottom: 10vh;
		}
	.address p {
		width: 100%;
	}

	.address {
		display: flex;
		flex-direction: column; 
	}
	.main_div {
		width: 100%;
		height:100vh;
		margin:0;
	}

	.inner_div {
		height: auto !important;
		overflow-y: unset !important;
		background: none;
		padding: 5px 10px 10vh;
		margin:0; 
	}
	.inner_div1 {
		height: auto !important;
		overflow-y: unset !important;
		background: none;
		padding: 5px 10px 10vh;
		margin: 0;
	}
	.header_inner h3 {
		font-size: 13px;
	}
	.header h3 {
		font-size: 13px;
	}
	.content {
		margin: 20px 0 0;
	}
	.input {
		margin: 10px 0;
	}
	.heading {
		margin: 30px 0 ;
	}
	.chat li {
		padding: 0.5rem 0.5rem 1rem;
	}

	#results, #base64image, #my_camera, #my_camera video {
		width: 100% !important;
	}

	.text_input {
		width: 100%;
		height: 55px;
	}

	.send_div {
		padding: 10px 15px;
		position:fixed;
		margin:0;
		background:#fff;
	}

	.msg1 {
		min-width: 90% !important;
	}

	.left_panel {
		width: 100%;
		height: 90vh;
	}

	.right_panel {
		display: none;
	}

	.mobile {
		display: block ;
		width: 100%;
		background: transparent;
		height: auto;
		padding: 20px;
		position: relative;
	}
	.header_inner {
		width: 100%;
		height: 10vh;
		position: sticky;
		top: 0;
		z-index: 999;
	}
		.header {
			width: 100%;
			height: 10vh;
			position: sticky;
			top: 0;
			z-index: 999;
		}

	body, .main_div {
		overflow-y: auto;
	}

/*	body {
		background: url(../../Content/img/main_bg.png) #fff no-repeat;
		background-position: center center;
		background-size: 90%;
	}*/

/*	.main_div {
		background: transparent;
	}*/

	.rc__post-content {
		margin-left: 10px;
	}

	.rc__post {
		flex-direction: row;
		align-items: center;
	}

	.rc__post-thumb {
		width: 70%
	}

		.rc__post-thumb img {
			border-radius: 10px;
		}

	

	.border_dash {
		width: 100%;
		height: 1px;
		/* border: 1px dashed #000 !important; */
		margin: 40px 0 10px;
		background-image: linear-gradient(to right, black 60%, rgb(0 0 0 / 0%) 0%);
		background-size: 15px 10px; 

	}
}

/*@media only screen and (min-width:768px) and (max-width:1024px) {

	.main_div {
		width: 100%;
	}
	.inner_div {*/
		/*max-height: 75vh;*/
		/*padding: 20px 0px 10px;
	}   
}*/


/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
	visibility: hidden; /* Hidden by default. Visible on click */
	min-width: 250px; /* Set a default minimum width */
	margin-left: -125px; /* Divide value of min-width by 2 */
	background-color: #333; /* Black background color */
	color: #fff; /* White text color */
	text-align: center; /* Centered text */
	border-radius: 2px; /* Rounded borders */
	padding: 16px; /* Padding */
	position: fixed; /* Sit on top of the screen */
	z-index: 9999; /* Add a z-index if needed */
	left: 50%; /* Center the snackbar */
	bottom: 30px; /* 30px from the bottom */

}

	/* Show the snackbar when clicking on a button (class added with JavaScript) */
	#snackbar.show {
		visibility: visible; /* Show the snackbar */
		/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
		-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
		animation: fadein 0.5s, fadeout 0.5s 2.5s;
	}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}

	to {
		bottom: 30px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}

	to {
		bottom: 30px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}

	to {
		bottom: 0;
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}

	to {
		bottom: 0;
		opacity: 0;
	}
}