
@font-face{font-family:'FontAwesome';
	src:url('../fonts/fontawesome-webfont.eot?v=4.2.0');
	src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0')
	format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.2.0') 
	format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.2.0') 
	format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal}
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;900&display=swap');
.content{
	min-height: calc(54vh - 16px);
}
.content_b{
	min-height: calc(28vh - 16px);
}
html, body {
	/* overflow: inherit !important;
	min-width: 0px !important;
	font-family: 'Open Sans', sans-serif !important;
	color: #212529 !important; */
	overflow-x: hidden;
	width: 100%;
}

body{
	/* font-family: 'Montserrat', sans-serif !important; */
	font-family: 'Open Sans', sans-serif;
	/* font-weight: 600 !important; */
	margin: 0; /* If not already reset */
	font-size: inherit !important;
	padding-right: 0px !important;

	width: 100%;
	overflow-y: unset !important;
}
.block{
    overflow:hidden !important
}
.modal-open {
	overflow: hidden;
    position: relative;
    /* width: 100%; */
}
/* body.modal-open {
	overflow: hidden;
	position:absolute;
	width: 100%;
} */
.Toastify__toast{
	padding: 18px !important;
	border-radius: 4px !important;
}
.notification-screen{
	overflow-y: hidden !important;
}
.Toastify__toast-body .p{
	color:black;
}
.Toastify__progress-bar{
	background:black !important;
}
.move-to-top{
	display:block;
}
.bookingTab{
	border-color: transparent !important;
	border-top: transparent !important;
}
.agendaScroller{
	background:transparent;
	border:none !important;
	outline:none !important;
}
#agendaDisplay{
 padding:0 32px;
}
#homepageAgenda::-webkit-scrollbar {
    display: none;
}
.accountWarning{
	width: 100% !important;
	position: fixed !important;
	bottom: -19px;
	align-items: center;
	z-index:100000000000000000;
	justify-content: center;
    column-gap: 16px;
}
.accountWarning2{
	width: 100% !important;
	position: fixed !important;
	bottom: -19px;
	left: 0;
	align-items: center;
	z-index:100000000000000000;
	justify-content: center;
    column-gap: 16px;
}
.bookingLabel{
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.close_btn{
	border:1px solid var(--secondary) !important
}
.close_delete_btn{
	background-color:transparent !important;
	border:1px solid var(--secondary);
	color: var(--secondary) !important;
	border-radius: var(--border-radius)!important;
	height: 38px;
	width: 60px

}
.close_delete_btn:hover{
	/* background-color:transparent !important; */
	border:1px solid var(--secondary) !important;
	background-color:var(--secondary) !important;
	color: #fff !important;

}
.move-to-top-hidden{
	display:none;
}
.modal{
	padding-right: 0px !important;
}
.topbar-login{
	margin-top: 32px !important;
}
.topbar-nonLogin{
	margin-top: 38px;
}
/* .header-simple {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
} */
/* .fc-widget-normal{
	display: none;
} */
.content-data{
	margin-top: 115px;
 }
 .telehealth-btn2{
	 border: none !important;
 }
.mobile-menus1{
	margin-top: 512px;
} 
.user-confirmation{
	width:50px !important;
	height:50px !important;
	color:var(--secondary)
}
.password-design{
	display: flex;
	flex-direction: row;
	column-gap: 5px;
}
.password-design2{
	display: flex;
	flex-direction: row;
	column-gap: 5px;
}
.confirm_msg{
	font-weight:bold;
}
.cross-btn-user{
	width:100% !important;
	display:flex;
	justify-content:flex-end;
	align-items: center;
}
.user-cross-btn{
	width:40px;
	height:40px;
	display:flex;
	justify-content:center;
	align-items: center;
	background-color:lightgray;
	border-radius:50%;
	color:var(--secondary);
	position:absolute;
	right:2%;
	top:2%;
	cursor:pointer;

}
.naviagte-btn{
	background-color: #fff !important;
    background-image: var(--secondary) !important;
	border:2px solid var(--secondary);
    border-radius: var(--border-radius)!important;
	color:var(--secondary) !important;
	min-width:120px !important;
}
body.modal-open > .wrap {
	overflow: hidden;
	height: 100%;
  }


.bg_main{
	background-color: #20002f;
}

.bg_red{
	background-color:  #ae0202;
}
.side-booth-menu {
	position: fixed;
    top: 30%;
    right: 0;
	z-index: 999;
	transition: transform 0.4s cubic-bezier(.645,.045,.355,1);
	-webkit-transition: transform 0.4s cubic-bezier(.645,.045,.355,1);
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
	width: 260px;
	padding-left: 50px;
	-webkit-transform: translate3d(210px,0,0);
	-moz-transform: translate3d(210px,0,0);
	-o-transform: translate3d(210px,0,0);
	-ms-transform: translate3d(210px,0,0);
	transform: translate3d(210px,0,0);
}

.side-booth-menu.active {
	-webkit-transform: translate3d(0px,0,0);
	-moz-transform: translate3d(0px,0,0);
	-o-transform: translate3d(0px,0,0);
	-ms-transform: translate3d(0px,0,0);
	transform: translate3d(0px,0,0);
}

.side-booth-menu .booth-menu-inner {
	background-color: #fff;
}

.side-booth-menu .booth-menu-header span {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	float: right;
	position: relative;
	background-color: #f2f2f2;
	text-align: center;
	color: #000;
	font-size: 15px;
	line-height: 30px;
	transition: all 0.01s ease;
	-webkit-transition: all 0.01s ease;
	cursor: pointer;
}

.side-booth-menu .booth-menu-header span:hover {
	color: #f2f2f2;
	background-color: #000;
}

.side-booth-menu .booth-menu-header {
	font-weight: 600;
	font-size: 16px;
	padding: 15px 10px 15px 15px;
	border-bottom: 1px solid #efefef;
}

.side-booth-menu .hall-list {
	padding-inline-start: 0px;
	margin-bottom: 0px;
	max-height: 280px;
	min-height: 87px;
    overflow: hidden;
    overflow-y: scroll;
}

.side-booth-menu .hall-list li {
	list-style: none;
	padding: 12px 20px;
	border-bottom: 1px solid #efefef;
	font-size: 13px;
	cursor: pointer;
}

.side-booth-menu .hall-list li:hover {
	background: #f2f2f2;
}
/* .side-booth-menu .hall-list li  */
.activee{
	background: #f2f2f3;
}

.side-booth-menu .hall-list::-webkit-scrollbar {
	width:5px;
}

.side-booth-menu .hall-list::-webkit-scrollbar-thumb {
	height: 30px;
	background-color: #adacac ;
}

.side-booth-menu .booth-menu-btn {
	position: absolute;
    top: 48px;
    left: -28px;
    background: linear-gradient(180deg, #4de36d, #03a726);
    overflow: hidden;
    padding: 5px 30px;
    color: #fff;
    font-size: 14px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    cursor: pointer;
	font-family: arial;
}


.floor-maps {
	position: fixed;
    top: 30%;
    left: 0;
	z-index: 999;
}

.floor-map-btn {
	position: absolute;
    top: 47px;
    left: -48px;
    background: linear-gradient(180deg, #4de36d, #03a726);
    overflow: hidden;
    padding: 5px 5px;
    width: 125px;
    color: #fff;
    font-size: 14px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    cursor: pointer;
	text-decoration: none !important;
    z-index: 999;
	font-family: arial;
	text-align: center;
}

.side-booth-menu .booth-menu-btn:hover, 
.floor-map-btn:hover {
	background: #03a726;
	color: #fff;
}

/* .bg_main:focus{
	background-color: #20002f;
} */

/*====Top Menu Style and banner====*/

.header .fa-phone{
	-moz-transform: rotate(110deg);
	-webkit-transform: rotate(110deg);
	-o-transform: rotate(110deg);
	-ms-transform: rotate(110deg);
	transform: rotate(110deg);
}
.header .navbar .navbar-nav li {
	margin-right: 3px;
	margin-left:3px;
	padding-bottom: 8px;
}
.navbar-nav .dropdown:hover>.dropdown-menu {
	display: block;
	top: 46px;
	border: 0px !important;
	border-radius: 0px;
	min-width: 170px;
	z-index: 9999;
}
.navbar-nav .dropdown .dropdown-menu{
	top: 46px;
	border: 0px !important;
	border-radius: 0px;
}
  .navbar-nav .dropdown .dropdown-menu .dropdown-item {
	transition: all 0.2s ease;
	padding: .25rem 20px;
	position: relative;
	left:0px;
	color: #f8f9fa !important;
	word-break: break-word;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
	background-color: transparent !important;
	left: 4px;
	transition: all 0.2s ease;
}
  
.swing-in-top-fwd {
	-webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
			animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}
.navbar-nav .dropdown-submenu {
	position: relative;
}

.navbar-nav .dropdown-submenu> .dropdown-menu {
	top: -10px !important;
	left: -175px;
	/* min-width: 10.8rem !important; */
}
.dropdown .dropdown-menu-right{
	right: 0 !important;
	left: auto !important;
}
.dropdown-menu-right{
	right: 0 !important;
	left: auto !important;
}

.navbar-nav .dropdown-submenu .dropdown-toggle::after {
	/* transform: rotate(90deg);
	-webkit-transform: rotate(90deg); */
    margin-left: 8px !important;
    top: 10px;
	left:0;
	position: absolute;
	border-top: .3rem solid transparent !important;
	border-bottom: .3rem solid transparent !important;
	border-right: .3rem solid white !important;
	border-left: 0px !important;
	width: 0px !important;
	height: 0px !important;
}
@-webkit-keyframes swing-in-top-fwd {
	0% {
		-webkit-transform: rotateX(-100deg);
				transform: rotateX(-100deg);
		-webkit-transform-origin: top;
				transform-origin: top;
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateX(0deg);
				transform: rotateX(0deg);
		-webkit-transform-origin: top;
				transform-origin: top;
		opacity: 1;
	}
}
@keyframes swing-in-top-fwd {
	0% {
		-webkit-transform: rotateX(-100deg);
				transform: rotateX(-100deg);
		-webkit-transform-origin: top;
				transform-origin: top;
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateX(0deg);
				transform: rotateX(0deg);
		-webkit-transform-origin: top;
				transform-origin: top;
		opacity: 1;
	}
}
@media (max-width: 1400px) {
	.navbar-brand h4 {
		font-size: 18px;
	}
}

@media (max-width: 1200px) {
	.navbar-brand h4 {
		font-size: 14px;
	}
}

@media (max-width: 1100px) {
	.navbar-brand h4 {
		font-size: 12px;
	}
}  
@media (max-width: 992px) {
	.navbar-nav .dropdown .dropdown-menu .dropdown-item {
		text-align: center;
	}
	
	.navbar-nav .dropdown-menu {
		display: none !important;
	}
	
	.navbar-nav .dropdown-menu.show {
		display: block !important;
	}
	.navbar-brand .logo-box {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
	}
	.acc_sec_dropdown {
		position: fixed;
		width: 190px !important;
		top: 43px;
	}

	.header_dropdown .dropdown-toggle:hover {
		background-color: transparent !important;
	}
}
.main_banner{
	/* background-image :  url('../images/background/main_banner.png'); */
	background-color: var(--secondary);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 75vh;
	position: relative;
	/* margin-top: 130px; */
}
.logoImage{
	width : 170px;
	margin-top : -70px;
	margin-left : 5;
}
.profileImage{
	width : 25px;
	height: 25px;
	border-radius: 50%;
	margin-top: -4px;
	object-fit: cover;
}
.overlay{
	position: relative !important;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: 999;
	/* margin-top: 180px; */

}
@media (max-width: 767px) {
	.topbar-nonLogin{
		padding-top: 90px !important;
	}
	.accountWarning{
		flex-direction: column;
		font-size: 13px;
		row-gap: 10px;

	}
	.accountWarning2{
		flex-direction: column;
		font-size: 13px;
		row-gap: 10px;

	}
	.accountWarning .btn-warning{
		font-size: 13px;
	}

	.accountWarning2 .btn-warning{
		font-size: 13px;
	}
	.overlay{
		/* margin-top:25px; */
	}

	.mob-version{
		display: none;
	}

}
.overlay::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 22%, rgba(0,0,0,0.65) 95%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 22%,rgba(0,0,0,0.65) 95%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 22%,rgba(0,0,0,0.65) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.overlay .fa-map-marker-alt{
	    float: left;
	    font-size: 30px;
	    position: relative;
	    /* right: 10px; */
	    /* top: 10px; */
}

.overlay .fa-calendar-alt {
	    float: left;
	    font-size: 30px;
	    position: relative;
	    /* right: 10px; */
}

.nav_b li a:hover{
	background: #ae0202;
}

.Ag_hig h6{
	height: 50px;
}

.mdl_close{
	position: absolute;
    right: 15px;
    top: 15px;
    font-size: 30px;
}
@media (max-width: 992px) {
	nav.mobile-menus ul li {
		text-align: left;
		padding: 5px 0px !important;
		border-bottom: 1px solid rgb(255 255 255 / 0.15);
	}
	.mob-version{
		display:none !important;
	}
	nav.mobile-menus ul li a {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	
	nav.mobile-menus ul li .dropdown-menu li {
		border-bottom: none;
	}

	nav.mobile-menus ul.mob-btn-list li a {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
		font-size: 16px !important;
	}
}
/*====/Top Menu Style and banner====*/


/*====Section Agenda heighlite and Agenda tab====*/

.agenda_detail{
	position: relative;
}

.agenda_detail::after{
	content: '';
    /* background: #ae0202; */
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 5px;
    z-index: 999;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
}

.tab-horizontal-agenda {
	overflow-x: auto;
}
  
.aganda_tab{
	border-bottom: 2px solid var(--secondary) !important;
	/* border-bottom: 2px solid transparent !important; */
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	white-space: nowrap;
	list-style: none;
	display: -webkit-box;  
	display: -moz-box;
	flex-wrap: nowrap !important;
	position: relative;
}
/* .aganda_tab.delegate_info_modal{
	border-bottom: 1px solid var(--secondary) !important;
} */
.aganda_tab .nav-link{
	border-radius: 0px !important;
}
.tab-horizontal-agenda ul > li{
	display: inline-block;
}
.dropDown-1st:hover{
	background: transparent !important;
	color: transparent !important;
	opacity: 0.6;
}
.tab-horizontal-agenda .mCSB_container {
	margin-bottom: 6px !important;
}
.navbar-nav .dropdown-submenu .dropdown-toggle::after{
	top: 11px !important;
}
.aganda_tab li a{
	color: #20002f !important;
	/* border: 1px solid var(--secondary) !important; */
	/* padding-top: 5px; */
	/* padding-bottom: 2px; */
}
.aganda_tab li a h6 {
	margin-bottom: 3px;
	font-size: 14px;
}
.aganda_tab li a p{
	font-size: 13px;
}
.aganda_tab .nav-link.active{
 	background-color: #20002f;
 	color:  #fff !important;
 	border-color: #20002f;
 }
 
.tab-row, .tab-col{
	 position: relative;
 }
 .past_event.tab-row::before {
    background-color: #ba0000;
}
 .tab-row::before{
	content: '';
    width: 1px;
    height: 100%;
    background-color: #63bd19;
    top: 0px;
    left: 15.5%;
    position: absolute;
 }
 
 .tab-col::before{
	content: url('../images/icons/dot-circle-green.svg');
    top: 5px;
    right: 7px;
    position: absolute;
	border-radius: 100%;
	width: 13px;
    height: 13px;
 }
 .past_event .tab-col::before{
	content: url('../images/icons/dot-circle-red.svg');
    top: 5px;
    right: 7px;
    position: absolute;
	border-radius: 100%;
	width: 13px;
	height: 13px;
 }
 
 .live .tab-col::before {
	content: url('../images/icons/dot-circle-green.svg');
    top: 1px;
    right: 6px;
    position: absolute;
	border-radius: 100%;
	width: 13px;
    height: 13px;
    /* background-color: #62bd19; */
 }

 span.tab-live {
	top: 0px;
    right: 6px;
    position: relative;
	border-radius: 100%;
	width: 13px;
    height: 13px;
    background-color: #fff;
 }

 .tab-live {
	position: relative;
    font-size: 10px;
 }

 .live .tab-col::after, .tab-live::after {
	content: '';
    border: 3px solid #62bd19;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 2px;
    right: 2px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

.tab-live::after {
	top: -5px;
    right: -6px;
    border: 3px solid #fff;
    height: 20px;
    width: 22px;
}
.icon-live {
	position: absolute;
    font-size: 7px;
	top: 20px;
	left: -6px;
	color: #e31d30;
	z-index: 99;
 }

.icon-live::after {
	content: '';
    border: 2px solid #fff;
    border-radius: 100%;
    height: 17px;
    width: 17px;
    position: absolute;
    top: -5px;
    right: -5px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}
 .stream-spk h6 {
	font-size: 14px;
}

.stream-num {
   width: 23px;
   height: 23px;
   /* border-radius: 100%; */
   background: var(--secondary);
   color: #fff;
   line-height: 23px;
   float: left;
   text-align: center;
   margin-right: 10px;
   top: -17px;
   font-size: 12px;
   position: absolute;
   left: -8px;
}

.stream-spk p, .stream-spk ul li {
	font-size: 12px !important;
}

.stream-spk .stream-pra {
	font-size: 14px !important;
}

.stream-spk p.comp {
   font-weight: 600;
}

.stream-spk .adj_user {
   width: 80px;
}
.agenda_spk-list {
	margin-bottom: 15px;
	cursor: pointer;
	position: relative;
}
.agenda_spk-list .s_imgs {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #f9f9f9;
	float: left;
	text-align: center;
	overflow: hidden;
	position: absolute;
	left: 20px;
	top: -2px;
}

.agenda_spk-list .s_imgs img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.agenda_spk-list .s_name {
	float: left;
	font-size: 13px;
}

.spks_cols .col-lg-3, .spks_cols .col-lg-4, .spks_cols .col-md-6, .spks_cols .col-md-12,.spks_cols .col-12 {
	padding-right: 7px;
	padding-left: 7px;
}

.stream-spk {
	position: relative;
    padding-bottom: 45px !important;
}

.btns-row {
	position: absolute;
    bottom: 0px;
    width: 100%;
	margin-right: 0px;
    margin-left: 0px;
    left: 0;
}
.spkr-name {
	font-size: 14px;
}
@media (max-width: 992px){
	.icon-live{
		/* left: 35%; */
		font-size: 8px !important
	}

	.v-zone-mob li a i.icon-live {
		position: relative !important;
		top: 0px !important;
		left: 0px;
		font-size: 8px !important;
	}
	.mob-versio{
		display: none
	}
}
@media (max-width: 767px) {
   .stream-num {
	   float: none;
	   margin: auto;
   }
   .header_dropdown .dropdown-menu.without{
		position: fixed;
		width: 170px !important;
		/* top: 145px; */
		right: 0;
   }
}
p.agenda-title {
    position: relative;
    top: 4px;
}
.session-icon{
	height: 17px;
	width: 17px;
}
 /*====/Section Agenda heighlite and Agenda tab====*/
 
 
 /*====Section Speaker v-I nad v-II====*/
 
 .card_inner p{
	 font-size: 13px;
 }
 
 .card_inner .user_img img{
	 width:180px;
	 height: 180px;
 }
 
.speaker-1 .carousel-control-prev{
	font-size: 40px;
    color: #c7c7c7;
    opacity: 1;
    width: 0;
    left: -55px;
 }
 
.speaker-1 .carousel-control-next{
	font-size: 40px;
    color:#c7c7c7;
    opacity: 1;
    width: 0;
    right: -55px;
 }
 
.speaker-1 .carousel-control-prev:hover,
.speaker-1 .carousel-control-next:hover,
.speaker-1 .carousel-control-prev:focus,
.speaker-1 .carousel-control-next:focus{
	 color: #000;
 }
 
 .see_btn{
	 display: inline-block;
	 font-weight:bold;
	 font-size: 12px;
	 text-align: center;
	 vertical-align: middle;
	 text-decoration: underline !important;
 }
 .see_btn_all{
	cursor: pointer;
    padding: 10px 25px !important;
    font-size: 16px !important;
 }
 .see_btn:hover{
	text-decoration: none !important;
 }
 .speakerItemContent{
	 min-height: 212px;
 }
 .speakerV2Slider{
	 height: 485px;
 }
 .paymentDiscriptionArea{
	 height: 180px;
 }
 .card-sp2 img{
	position: absolute;
    top: 48.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 135px !important;
    border: 3px solid #f7f7f7;
 }
 
 .card2-caption p{
	 font-size: 14px;
 }
 
 .custom_indicator{
	position: absolute;
    right: -55px;
    top: 41%;
    left: none;
    z-index: 15;
    display: block;
    padding-left: 0;
    margin:0px;
    list-style: none;
 }
 
 .custom_indicator li{
	 background: #000 !Important;
	 width: 15px;
    height: 15px;
    border-radius: 100%;
	margin-bottom: 10px;
	border-top:0px;
	border-bottom:0px;
 }
 
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
	transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
   transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0,100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
	transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
}

.slider_inner > .carousel-item {
-webkit-transition: 1.5s ease-in-out ;
-o-transition: 1.5s ease-in-out ;
transition: 1.5s ease-in-out ;
}

 /*====/Section Speaker v-I nad v-II====*/
 
 
 
/*====Section Event count down====*/
 
.event_counter{
	 /* background-color: #ae0202; */
	 /* background-image : url('../images/background/event-in-number-bg-left.png'), url('../images/background/event-in-number-bg-right.png'); */
	 background-position: left, right;
	 background-repeat: no-repeat;
 }
 
.event_counter h1{
	 font-size: 55px;
}
 
.event_counter h3{
	 font-size: 26px;
}
 
.event-counter .count-col{
	 position:relative;
}
 
.event_counter .count-col::after{
	 content: '';
	 position: absolute;
	 background-color: #fff;
	 width:2px;
	 height:80px;
	 right: 0px;
	 top: 20%;
}

/*====/Section Event count down====*/



/*====Section Blog posts====*/

.blog .thumbnail {
    display: block;
    padding: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	position:relative;
	overflow: hidden;
}

.blog .thumbnail img{
	width: 100%;
}

.blog .thumbnail .caption {
    padding: 9px;
    color: #333;
}

.caption p{
	font-size: 13px;
	margin-bottom: 40px;
}

.blog .thumbnail .caption .readMore{
	position: absolute;
    width: 95%;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -10px;
}
/* .blog .thumbnail .caption .readMore:hover{
	border: 1px solid var(--secondary) !important;
	color: #3c3c3c !important;
} */
.container.blog-container {
	padding-left: 25px;
	padding-right: 25px;
}

.blog-card-vII.bg_secondry {
	background-color: #ae0202;
}

.blog-card-vII .blog-bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
	min-height: 350px;
}

/* .blog-card-vII#blogcard-I .blog-bg-img {
	background-image: url('../images/blog/thumbnail-3.png');
}

.blog-card-vII#blogcard-II .blog-bg-img {
	background-image: url('../images/blog/thumbnail-2.png');
} */
 
.blog-card-vII .blog-text {
	color: #fff;
}

.blog-card-vII .blog-text h4 {
	position: relative;
	margin-bottom: 50px;
}

.blog-card-vII .blog-text h4::after {
	content:'';
	position: absolute;
	height: 1px;
	width: 90%;
	left: 0;
	bottom: -20px;
	background-color: var(--secondary);
}

.blog-card-vII.bg_secondary .blog-text h4::after {
	background-color: var(--primary) !important;
}

.blog-card-vII .blog-text a {
	text-decoration: underline;
}
.blog-card-vII .blog-text p a {
	color: inherit !important;
}
.btn:hover{
	/* border: 1px solid transparent !important; */
}
/*====/Section Blog posts====*/


/*====Section Become Our Event Partner====*/

.sev_cont img{
	width: 180px;
	margin-right: 20px;
}

.sev_cont i{
	font-size: 30px;
	position: relative;
	top: 6px;
	color: #ae0202;
}

.sev_cont .fa-phone {
	moz-transform: rotate(110deg);
    -webkit-transform: rotate(110deg);
    -o-transform: rotate(110deg);
    -ms-transform: rotate(110deg);
    transform: rotate(110deg);
}

/*====Section Become Our Event Partner====*/

/*====Section PHOTO GALLERY V-1====*/

.gallery_card .img-thumbnail{
	height: 250px !important;
}

/*====Section PHOTO GALLERY V-1====*/

/*====Section Clients Comments Carousel====*/

.comment-carousel .cmt_indicators{
	margin-right:0px;
	margin-left:0px;
	width: 100%;
	bottom: -55px;
}

.cmt_indicators li {
    background: #fff !Important;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-bottom: 10px;
    border-top: 0px;
    border-bottom: 0px;
}

.comment-carousel p{
	font-size: 20px;
}

.comment-carousel{
	position: relative;
	min-height: 265px;
}

.comment-carousel::before{
	content: '';
    background-image: url(../images/icons/quote-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    left: 40px;
    top: 40px;
    width: 45px;
    height: 40px;
}

.comment-carousel::after{
	content: '';
    background-image: url(../images/icons/quote-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: 60px;
    bottom: 70px;
    width: 45px;
    height: 40px;
}

/*====/Section Clients Comments Carousel====*/


/*====Section PHOTO GALLERY V-1====*/

.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .row .card,
.tz-gallery .row .card .card-img-top {
   border-radius: 5px;
}

.tz-gallery .row .card img{
	height: 190px;
}

/*====/Section PHOTO GALLERY V-1====*/


/*====Speakers Page====*/

.speaker_detail .card_inner{
	background-color: #fff;
}

.speaker_detail .card_inner:hover
{
	/* background: #edecec !important; */
	background: var(--primary) !important;
	color: #fff !important;
}
.speaker_detail .card_inner:hover *{
	color: #fff !important;
}
.speaker_detail .card_inner:focus,
.sp_inner,.selected{
	background: #edecec !important;
}
/* .speaker_detail .card_inner:active{	
	background: var(--secondary) !important;
} */


.sp_inner p{
	font-size: 14px;
}

/* .sp_inner p{
	color: var(--secondary) !important;
    font-weight: bold;
    font-size: 15px;
} */
.sp_inner i{
    font-weight: bold;
    font-size: 15px;
}

.speaker_detail .angle-indicator{
	position: absolute;
    bottom: -10px;
    z-index: 999;
    left: 46%;
	display: none;
}

.speaker_detail .angle-down{
	width: 30px;
	height: 30px;
	border-radius: 100%;
	position:relative;
}

.stayOpen{
	display: block;
}

/*.speaker_detail .card_inner:hover .angle-down{
	display: block;
}*/

.speaker_detail .angle-down .fa-sort-down{
	font-size: 30px;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	top:30%;
}

.speaker_detail .angle-down .fa-sort-up{
	font-size: 30px;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	top:70%;
}
.angle-close .angle-close-ic{
	position: absolute;
	top: 10px;
    z-index: 999;
	right: 25px;
	display: block;
	width: 30px;
    height: 30px;
	border-radius: 100%;
	font-size: 18px;
	cursor: pointer;
	/* transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); */
}
.partnerBtn{
	margin-top: 8px !important;
}
.angle-close .angle-close-ic i {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
/*====/Speakers Page====*/


/*====Sponsors Page====*/

.sponsors_detail .btn{
	position:relative;
	/* bottom: 15px; */
	font-size: 13px;
	font-weight: 600;
}
.speaker_detail .btn{
	position:relative;
	/* bottom: 15px; */
	font-size: 13px;
	font-weight: 600;
}

.sponsors_detail .card{
    height: 100%;
    margin: auto;
	cursor: pointer;
	max-height: 230px;
}

.sponsors_detail .card img{
	width: 120px;
    display: block;
	margin: auto;
	height: auto;
}

.sponsors_detail .card span{
	position: relative;
    top: 10px;
	font-weight: 600;
}

/*====/Speakers Page====*/


/*====About & Traning Page====*/

.about-detail .first{
	font-size: 20px;
}

.about_banner{
	position: relative;
}

.traning-title{
	position: absolute;
    z-index: 999;
    bottom: 0px;
    border-top: 2px solid #fff;
}

.traning-title::after{
	content: '';
    background-color: var(--primary);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: .9;
	top:0;
	z-index: -1;
	display:block;
}

.traning-slider{
	position:relative;
	right: 0px;
}

.my_caption{
    bottom: 0px;
	background-image: url('../images/background/caption-bg.png');
	background-repeat: repeat;
	/* transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%); */
    left: 0;
    right: 0;
}

.carsl-control .carousel-control-next, 
.carsl-control .carousel-control-prev {
    top: 43%;
	font-size: 20px;
    bottom: 60px;
    width: 30px;
    height: 30px;
	opacity: 0.9 !important;
	background-color: var(--primary) !important;
    /* background-image: url('../images/background/caption-bg.png'); */
    border-radius: 100%;
}

.carsl-control .carousel-control-prev {
    left: 5px;
}

.carsl-control .carousel-control-next {
    right: 5px;
}

.traning-slider img{
	width: 100%;
	height: 250px;
}


/*====/About & Traning Page====*/


/*====Section Newsletter====*/

.news_letter{
	 background-image : url('../images/background/newsletter-bg-left.png'), url('../images/background/newsletter-bg-right.png');
	 background-position: left, right;
	 background-repeat: no-repeat;
}

.news_letter form{
	max-width: 600px;
	margin:auto;
}

.news_letter form .form-control{
	border: 2px solid #20002f;
	height: 55px;
}

.news_letter form .input-1{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.news_letter form .input-2{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: #20002f;
	cursor: pointer;
}
.news_letter form .input-2:hover{
	/* color: #cbd3da !important; */
	background-color: var(--btn_hover) !important;
	color: var(--hover_color) !important;
	border-width: 0 !important;
}
.send_button:hover{
	color: #cbd3da !important;
}

/*====/Section Newsletter====*/


/*====Footer====*/

.bottom-0{
	bottom: 0;
}
.footer-top{
	/*background-image:  url('../images/background/footer-bg.png');*/
	background: #fcfcfc;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.phone_link{
	background: black;
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    display: block;
    float: left;
    bottom: 5px;
}

.footer-top .fa-phone {
    -moz-transform: rotate(110deg);
    -webkit-transform: rotate(110deg);
    -o-transform: rotate(110deg);
    -ms-transform: rotate(110deg);
    transform: rotate(110deg);
    position: absolute;
    top: 20%;
    left: 21%;
    transform-origin: center;
    color:  #fff;
}

.social-icons{
    display: block;
    font-size: 30px;
    line-height: 1em;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #000;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    margin: auto;
    margin-bottom: 10px;
}

.social-icons i {
    font-size: 18px;
    position: relative;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
}

/* .footer-bootom a{
	font-size: 13px;
	color: #fff !important;
} */
.footer-bootom li{
	display: inline;
	list-style: none;
}

/*====/Footer====*/


/*====Contact Us page====*/

.contact-form form p{
	font-size: 13px;
}

.contact-form form label{
	font-size: 14px;
	font-weight: 600;
}

.contact-form form .form-control{
	border-radius: 0px;
	font-size: 12px;
	font-weight: 600;
}
.contact_us .email{
	color: #000;
}
/*====/Contact Us page====*/
/*====LOGIN AND SIGN UP page====*/
.login h3.heading-main {
	font-size: 23px;
    font-weight: 600 !important;
}
.login .btn-round {
	width: 50px;
    height: 50px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 6px #0000001A;
    border-radius: 100% !important;
    text-align: center;
    padding: 10px;
    position: relative;
}
.login .btn-round:hover {
	background: #FFFFFF !important;
}
.login .btn-round img {
	width: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.login .btn-round:nth-child(2) img {
	width: 15px !important;
}
.login-option-btns .btn {
	background: #fff !important;
	color: #000 !important;
	border: none !important;
	border-radius: 4px !important;
	text-align: center;
	box-shadow: 0px 3px 6px #0000000f !important;
} 

.login-option-btns .btn:hover {
	background: #fff !important;
	box-shadow: 0px 5px 10px #00000021 !important;
}

.login-option-btns img {
	width: 20px;	
	position: relative;
	top:-1px;
}

.login-option-btns img.fb-img-icon {
	width: 10px;
}
.login .btn-round:nth-child(3) img {
	width: 30px !important;
}


.login p, .signup p {
	font-size: 12px;
	margin-bottom: 0px;
}

.login form, .signup form {
	background-color: #f8f8f8;
}

.login form .form-control, .signup form .form-control {
	border-radius: 0px;
}

.signup form label span {
	position: relative;
	margin-right: 3px;
}

/* .signup form label span::after {
	content: '';
	width: 7px;
	height: 7px;
	position: absolute;
	top:30%;
	left:0;
	background-color: red;
	border-radius: 100%;
} */

.signup form .form-check-input {
	margin-top: .1rem !important;
    width: 15px;
    height: 15px;
}
.signup form .idomaConsets {
	margin-top: .1rem !important;
    width: 22px;
    height: 19px;
}
.model-form form .f_btn {
	border: 0 !important;
}

.model-form form input:focus, 
.model-form form button:focus {
	box-shadow: none !important;
	outline: 0;
}
@media(max-width: 767px) {
	.login form .form-group .btn,
	.signup form .form-group .btn {
		width: 100%;
	}
	.login form .form-group.loginForm,
	.signup form .form-group.loginForm{
		width: 100%;
	}
}
.model-form {
	background-color: #f8f8f8;
}

/*====/LOGIN AND SIGN UP page====*/

/*==== ACCOUNT SECTION STYLE====*/
.account-content{
	min-height: calc(100vh - 80px);
}
.favourite-section-before {
	position: relative;
}

.favourite-section-before::before {
	content: '';
	position: absolute;
	position: absolute;
    width: 100%;
    height: 100%;
	background: rgb(0 0 0 / 44%);
    z-index: 99;
    top: 0;
	left: 0;
}
.side-box {
    border: 1px solid #E5E5E5;
    background: #fff;
}

.side-box .side-ul ul li a {
    color: #000 !important;
    font-size: 14px;
    font-weight: 400 !important;
}

.side-box ul li a:hover, .side-box .side-ul ul li a.active {
    background-color: #F2F2F2;
}

.side-box .side-ul ul li a.active {
    font-weight: 600 !important;
    position: relative;
}

.side-box .side-ul ul li a.active::after {
    content: '';
    position: absolute;
	background-image: url('../images/icons/arrow-1-1.svg');
    right: 30px;
    top: 47%;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 10px;
	height: 7px;
	z-index: 999;
}


.inner_panel .card {
   /* min-height: 300px;*/
}

.inner_panel .card .card-header {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.inner_panel .card .card-body form .form-control {
	border-radius: 0px;
}

.inner_panel .card .card-body form .form-group input::placeholder {
 	color: #B9B9B9 !important;
 	font-size: 14px;
 }
 
 .inner_panel .card .card-body form .form-group input:focus, 
 .inner_panel .card .card-body form .form-group select:focus {
	 outline: 0 !important;
	 box-shadow: none !important;
 }
 
.inner_panel .card .card-body form .form_select{
	-webkit-appearance:  none;
	position: relative;
}

.select_appearness{
	position: relative;
}

.select_appearness::before {
	content: "";
	background-image: url('../images/icons/arrow-1-1.svg');
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	position: absolute;
	right: 25px;
	top: 75%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 7px;
	z-index: 999;
}

.inner_panel .card .card-body .table-account table td {
    border: 0px;
    font-size: 14px;
    font-weight: 500;
}

.inner_panel .card .card-body .table-account table td:nth-child(2) {
    font-weight: 800;
}

.inner_panel .card .booking_table table td {
	font-size: 14px;
	font-weight: 600;
}

.inner_panel .card .card-body #accordion .card {
	margin-bottom: 10px;
}

.inner_panel .card .card-body #accordion .card .card-header {
	cursor: pointer;
	font-weight: bold;
}

.inner_panel .card .card-body #accordion .card:nth-last-child(1) {
	margin-bottom: 0px;
}

.inner_panel .card .card-body #accordion .card .table-account table td {
	padding: .55rem !important;
}
 
/*==== /ACCOUNT SECTION STYLE====*/



/*====Ticket Steps I-II-III  Pages style====*/

.step-sec .step-row{
	position: relative;
    top: 60px;
	z-index: 99;
}

.step-row .tick-mark{
	background: #dedede;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin: auto;
    padding: 5px;
    color: white;
}

.step-row .activee{
	background: var(--secondary);
}

.step-sec .middle-line{
    width: 74%;
    height: 3px;
    background: #dedede;
    margin: auto;
    position: absolute;
    bottom: 0px;
    transform: translate(-50%, -50%);
    left: 50%;
}

.select-package p{
	font-size: 14px;
}
.select-package .card .bg-light {
    background-color: #e8e8e8 !important;
}
.radio-button {
    height: 30px;
	width: 30px;
	border-radius: 50%;
	border: 2px solid #d0d0d0;
	padding: 5px;
	background-color: #fff;
	color: #d0d0d0;
	cursor: pointer;
}

.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
    display: none;
}

.select-package .active{
	background: #20002f;
	color: #fff;
	border-color: var(--secondary);
}

.dis-p{
	font-size: 11px !important;
	font-weight: 600;
}

.dis_div{
	/* border-bottom: 1px solid #000; */
	min-height: 118px;
}

.dis_div .price-tag{
	width: 70px;
    height: 70px;
    font-size: 14px;
    line-height: 16px;
    padding: 14px;
	border-radius:100%;
	color: var(--text_color-1) !important;
	position: relative;
}
.dis_div .price-tag p {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
}
.card-form{
	height: 27px !important;
    padding: 0px 10px !important;
}

.ticket_title{
	font-size: 16px !important;
	font-weight: 700;
	color: #fff !important;
	border-top-left-radius: 0.2rem;
	border-top-right-radius: 0.2rem;
}

.order-form .fa-star-of-life{
	font-size: 7px;
}

.price_table td{
	padding: .25rem;
	font-size: 14px;
}

.price_table td.f-td{
	width: 220px;
}

.total_price td{
	font-size: 16px ;
}

.form-inline .cm_cont{
	font-size: 14px;
	font-weight: normal;
}

.delegate_link{
	font-size: 14px;
	text-decoration: underline;
}
.order-summery .text-danger {
	font-size: 12px;
	cursor: pointer;
}

.shake-horizontal {
	-webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
	0%,
	100% {
		-webkit-transform: translateX(0);
				transform: translateX(0);
	}
	10%,
	30%,
	50%,
	70% {
		-webkit-transform: translateX(-10px);
				transform: translateX(-10px);
	}
	20%,
	40%,
	60% {
		-webkit-transform: translateX(10px);
				transform: translateX(10px);
	}
	80% {
		-webkit-transform: translateX(8px);
				transform: translateX(8px);
	}
	90% {
		-webkit-transform: translateX(-8px);
				transform: translateX(-8px);
	}
}
.f-14, #delegate_modal .aganda_tab li a,
.tab_show .aganda_tab li a{
	font-size: 14px !important;
}

/*Check container*/
.check-cont {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-cont1 {
	display: block;
	position: relative;
	margin-left: 23px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }

.order-form .form-check-input, .cancelation_policy .form-check-input{
	display: none !important; 
}

/* Create a custom checkbox */
.check-cont .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #cecece;
}

/* On mouse-over, add a grey background color */
.check-cont:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-cont input:checked ~ .checkmark {
  background-color: #20002f;
  border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-cont .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-cont input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-cont .checkmark:after {
	left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.delegate-details .table-borderless{
	max-width: 750px;
	font-size: 14px;
}

.delegate-details .table-borderless tbody tr td{
	padding: 6px;
}

.payment-conatiner{
	display:'flex';
	flex-direction: column;
}

.payment-conatiner .payment-method{
	display:flex;
	flex-direction: row-reverse;
	column-gap: 5px;
	justify-content: flex-end;
}
.payment-method label{
	cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}
.payment-method input{
	top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #cecece;
}
.payment-method .active{
	background-color:black !important
}


.cm_cont {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.cm_cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.cm_cont .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #cecece;
}

/* On mouse-over, add a grey background color */
.cm_cont:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.cm_cont input:checked ~ .checkmark {
  background-color: transparent;
  border: 2px solid #20002f;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.cm_cont div {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.cm_cont input:checked ~ .checkmark div {
  display: block;
}

/* Style the indicator (dot/circle) */
.cm_cont .checkmark div {
 	top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #20002f !important;
}

/* .select-package .btn:hover,
.order-form .btn:hover{
	color: #20002f;
	border-color: #20002f !important;
} */

.form-check-label .hide_input{
	display: none !important;
}

.btn_edit .btn{
	background: #fff !important;
	/* color: #000 !important; */
}

.vip_code input{
	width: 60%;
	background-color: #e8e8e8 !important;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #000;
}

.vip_code input::placeholder {
	color: #000 !important;
}

.vip_code input:focus {
	box-shadow: none;
	outline: 0;
}

.w-75-mob {
	width: 75%;
}

/*====/Ticket Steps I-II-III  Pages style====*/


/*====privacy & policy list style====*/

.term_privacy li{
	list-style-image: url(../images/icons/list-style-image.png);
    line-height: 2;
}

/*====privacy & policy list style====*/



/*==========Application style setting==========*/
.f-600{
	font-weight: 600;
}
.f-500{
	font-weight: 600;
}

.top_10{
	top:  10px;
}

.bottom_0{
	bottom: 0px;
}

.aganda_icon{
	left: 50%;
    transform: translate(-50%, -50%);
    top: 8px;
    position: absolute;
    background-color: #34004d;
}

.text-underline{
	text-decoration: underline;
}

.text-main{
	color: #20002f;
}
.text-red{
	color: #ae0202;
}
.text-red-border{
	border-color: #ae0202 !important;
}
.phone-picker {
	border: 1px solid #ced4da !important;
}
.event-logo{
	color: #F5800E
}

.btn:focus{
	outline:0 !important;
	box-shadow: none !important;
}

.back-to-top{
	position: fixed;
    bottom: 130px;
    right: 40px;
    width: 40px;
    height: 40px;
    z-index: 999;
    cursor: pointer;
    transform: rotate(45deg);
	-webkit-transform:rotate(45deg);
}

.back-to-top i{
	position:relative;
	top: 10px;
	transform: rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	font-size: 20px;
}

.mem_hd{
	position:relative;
	margin-bottom: 20px;
	border-bottom: 1px solid #20002f;
    margin-right: auto;
    margin-left: auto;
	padding-bottom: 5px;
	min-height: 44px;
}
.active > a{
	color: #fff !important;
    font-weight: 600;
    background: var(--secondary);
}
a.active{
	border-radius: var(--border-radius);
	color: var(--text_color-1) !important;
    background: var(--secondary);
}
.account-content a.active{
	border-radius: 0 !important
}
.adj_user{
	width: 40px;
	height: 40px;
}

.adj-row p{
	font-size: 13px;	
}

.adj-row .show_more{
	position: absolute;
    right: 10px;
    top: -5px;
    font-size: 22px;
	cursor: pointer;
	z-index: 998;
}

.adj-row .show_more i{
	height: 10px;
	cursor: pointer;
}

.btn-tgl i{
	font-size: 17px;
}

.adj-row .show_more .fa-sort-up{
	position:relative;
	left: 20px;
}

.more_spk{
	display:none;
}

.btn1{
	display: none;
}
.headerImage {
	height: 430px;
}
.agendaJobTitle{
	min-width: 303.66px;
}
.btn{
	color: rgb(255, 255, 255);
	border-radius: 18px;
}
.error_btn {
	background-color: #fff;
	color: black !important;
	border-radius: 100px;
	padding: 10px 30px;
	box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);
}
.sponsorItem{
	width: 188px !important;
	margin-left: 7px !important;
}
/* .speaker_detail .event-collapse {
    position: absolute;
    z-index: 1004;
	top: 99%;
	left: 0;
} */
.sponsors_detail .event-collapse {
    position: absolute;
    z-index: 997;
	top: 96%;
	left: 0;
}
.sponsors_detail .row {
    position: relative;
}
.speaker_detail .row {
    position: relative;
}
.btn:hover, .btn:active {
	outline: none !important;
	box-shadow:none !important;
}
.eventCount{
	font-size: 70px;
}
.contactUsAlert{
	margin-top: 10px;
}
.sponsor-row{
	width: 99%;
	overflow: hidden;
	/* margin-left: 10px; */
}
/*==========//Application style setting==========*/


a{
	word-break: break-all;
}



/*==========Media Queries==========*/

@media (max-width : 700px){
	
	.header-user{
		color:black !important;
	}
	.navigation a::after{
		color:black !important;
	}
}
@media (max-width : 425px){
	.nav_b li{
		width: 50%;
		float: left;
	}
	.main_banner .btn {
		width: 100%;
	}
	.header-user{
		color:black !important;
	}
	.participants-header .participant-navbar ul li a {
		font-size: 10px !important;
	}
}
@media (max-width : 325px){
	.nav_b li{
		width: 50%;
		float: left;
	}
	.main_banner .btn {
		width: 100%;
	}
	.participants-header .participant-navbar ul li a {
		font-size: 5px !important;
	}
}
@media (min-width: 2000px){
	.traning-slider img {
		width: 100%;
		height: 300px;
	}
	
}

@media (max-width: 1300px) and (min-width: 1200px){
	.speaker-1 .carousel-control-prev{
		left: -15px;
	}
	
	.speaker-1 .carousel-control-next{
		right: -15px;
	}
	
	.custom_indicator{
		right: -20px;
	}
	
	.custom_indicator li{
	   width: 12px;
	   height: 12px;
	}
}
@media (min-width : 992px){
	.mb-lg-0{
		margin-bottom: 20px !important;
	}
}
@media (max-width: 1200px) and (min-width: 992px){
	.nav-link {
		font-size: 13px !important;
	}
	.event_counter h3{
		font-size: 22px;
	}
}


@media (max-width: 1200px) and (min-width: 768px){
	.speaker-2 .card_2-inner .card2-caption {
		height: 230px !important;
	}
}

@media (max-width: 992px) and (min-width: 768px){
	.tab-col::before {
		right: 1px;
	}
	
	.card_inner .user_img img {
		width: 100%;
	}
	
	.card-sp2 img{
		width: 75%;
		left: 55%;
	}
	
	.sponsors_detail .card a{
		bottom: -13px;
	}
	
	.order-summery p, .step-row p{
		font-size: 15px;
	}
	
	.inner-div h4{
		font-size: 17px;
	}
	
	.inner-div h6{
		font-size: 13px;
	}
	
	.traning-slider img {
		width: 100%;
		height: 200px;
	}
	
	.my_caption{
		bottom: 0px;
		font-size: 12px;
	}
	.eventCount{
		font-size: 35px;
	}
	.event_counter h1{
		font-size: 35px;
	}
	.event_counter h3{
		font-size: 20px;
	}
}

@media (max-width: 768px){
	.sponsers-footer{
		margin-top: 0vh !important;
	}
}

@media (max-width: 767px){
	/* html, body {
		overflow-x: hidden;
		width: 100%;
	} */
	.aganda_tab .nav-link p {
		font-size: 12px !important;
	}
	.headerImage {
		height: 125px;
	}
	.logoImage{
		width : 80px;
		margin-top : 0px;
		margin-left : 5px;
	}
	.agendaJobTitle{
		min-width: 124.2px ;
	}
	.agendaSpeakerName{
		min-width: 185px;
	}
	.speakerItemContent{
		min-height: auto;
	}
	.speakerV2Slider{
		height: 800px;
	}
	#speakerV1Slider{
		height: 700px;
	}
	.paymentDiscriptionArea{
		height: auto;
	}
	.speaker_detail .angle-indicator{
		display: block;
	}
	.sponsorItem{
		/* width: 140px !important; */
		margin-left: 10.3px !important;
	}
	.footer-bootom li{
		display: block;
	}
	.eventCount{
		font-size: 35px;
	}
	.event_counter h1{
		font-size: 35px;
	}
	.event_counter h3{
		font-size: 20px;
	}
	.speaker_detail .event-collapse {
		/* position: relative;
		top: 0;
		left: 0; */
		margin-bottom: 5px;
	}
	.sponsors_detail .event-collapse {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 5px;
	}
	.contact-form form .form-control {
		font-size: 16px;
	}
	.contact-form form label{
		font-size: 16px;
	}
	.sponsor-row{
		width: 103%;
		/* margin-left: 12px !important; */
	}
	.ril__navButtonNext{
		display: none;
	}
	.ril__navButtonPrev{
		display: none;
	}
	.navbar .navbar-brand h1{
		font-size: 1.2rem;
	}
	.socialIcons{
		float: right !important;
	}
	.header .btn:hover{
		/* background-color: var(--secondary) !important; */
		color: var(--text_color-1) !important;
	}
	.textColor:hover {
		color: var(--text_color-1) !important;
		background-color: var(--secondary) !important;
	}
	.welcome-container{
		width: 100% !important;
	}
	.sliderItemV1{
		height: 100% !important;
		max-height: 374px;
	}
	.side-booth-menu .booth-menu-header {
		font-size: 15px;
	}
	
	.side-booth-menu .booth-menu-header span {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	
	.side-booth-menu {
		top: 25%;
		width: 250px;
		-webkit-transform: translate3d(200px,0,0);
		-moz-transform: translate3d(200px,0,0);
		-o-transform: translate3d(200px,0,0);
		-ms-transform: translate3d(200px,0,0);
		transform: translate3d(200px,0,0);
	}
	
	.side-booth-menu .booth-menu-btn {
		top: 49px;
		left: -29px;
		font-size: 14px;
	}
	
	.floor-maps {
		top: 26%;
	}
	
	.floor-maps .floor-map-btn {
		font-size: 14px;
		left: -47px;
	}
}	


/*///======== I PAD STYLE HERE========////*/


@media (max-width: 768px) and (min-width:767px){
	.tz-gallery .row .card img {
		height: 150px;
	}
	
	.gallery_card .img-thumbnail {
		height: 170px !important;
	}
	
	.event_counter h1 {
		font-size: 50px;
	}
	
	.event_counter h3 {
		font-size: 20px;
	}
	
	.event_counter{
		background-image: none;
	}
	
	.speaker-1 .carousel-control-prev,
	.speaker-1 .carousel-control-next,
	.custom_indicator{
		display:none;
	}
	
	.comment-carousel::before{
		top: 25px;
	}
	
	.card_inner .user_img img {
		width: 130px;
	}
	
	.main_banner {
		background-image: url(../images/background/main_banner-mob.png);
	}
	
	.aganda_tab li a{
		width: 145px;
	}
	
	.vip_code input{
		width: 100%;
	}
	
	.new_tab li a{
		width: 85px;
	}
}

/*///======== I PAD STYLE HERE========////*/

@media (max-width: 767px){
	
	.main_banner {
		background-image: url(../images/background/main_banner-mob.png);
		height: 100%;
	}
	.main_banner .container-fluid{
		position: relative !important;
	}
	
	.card-sp2 img {
		position: relative;
		top: 65px;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 135px;
		border: 3px solid #f7f7f7;
	}
	
	/* .aganda_tab li a{
		width: 145px;
	} */
	
	.new_tab li a{
		width: 85px;
	}
	
	 .carousel-control-prev,.carousel-control-next{
		display:none;
	 }
	 
	 #speakerV1Slider .col-md-3{
		 margin-bottom: 10px;
		 width: 90%;
		 margin-right:auto;
		 margin-left:auto;
	 }
	 
	 .speaker-2 .col-md-6{
		 width: 90%;
		 margin: 10px auto;
	 }
	 
	 .custom_indicator{
		 display:none;
	 }
	 
	 .event_counter .count-col::after{
		 display:none;
	 }
	 
	 .comment-carousel p {
		font-size: 80%;
	}
	
	.comment-carousel::before{
		top: 10px;
		width: 30px;
		height: 25px;
		left:20px;
	}
	
	.comment-carousel::after{
		bottom: 10px;
		width: 30px;
		height: 25px;
		right: 20px;
	}
	
	.tab-col::before {
		display: none;
	}
	
	.tab-row::before{
		left: 31%;
	}
	
	.overlay .fa-map-marker-alt{
		top: 5px !important;
	}
	.gallery_card .img-thumbnail, .tz-gallery .row .card .lightbox.img-link-frame {
		height: 130px;
		overflow: hidden;
	}
	.gallery_card .img-thumbnail, .tz-gallery .row .card img{
		height: 100% !important;
		width: 100%;
	}
	
	.event_counter{
		background-image: none;
	}
	
	.news_letter{
		background-image: none;
	}
	
	.traning-title h4{
		font-size: 13px;
	}
	
	.sponsors_detail .card{
		height: 100%;
	}
	
	.sponsors_detail .card img{
		/* width: 60%; */
	}
	
	.sponsors_detail .card a{
		bottom: -13px;
	}
	
	.news_letter form .form-control{
		font-size: 14px;
		border-radius: .25rem !important; 
	}
	
	.about-detail .first{
		font-size: 16px;
	}
	
	.order-summery p{
		font-size: 12px;
	}
	
	.step-row p{
		font-size: 12px;
	}
	
	.traning-slider{
		position:relative;
		right: 0px;
	}
	
	.traning-slider img{
		width: 100%;
		height: 100%;
	}
	
	.my_caption{
		bottom: 0px;
		font-size: 10px;
	}
	
	.price_table{
		font-size: 12px;
	}
	
	.price_table td{
		font-size: 12px;
	}

	.total_price td{
		font-size: 13px ;
	}
	
	.delegate_info_modal .nav-item{
		display: block;
		text-align: center;
	}
	
	.d-none-mob{
		display: none;
	}
	
	.vip_code input{
		width: 100%;
	}
	.w-75-mob, .btn-continue {
		width: 100%;
	}
	.about_banner{
		height : 35vh !important;
	}
	.customPageBanner{
		height: auto !important;
	}
}

@media (max-width: 576px){
	.tab-row::before{
		display:none;
	}
	
	/* .adj_user{
		width: 100%;
	} */
	
	.main_banner h4{
		font-size: 18px;
	}
	
	.overlay i{
		font-size: 20px !important;
	}
	
	.main_banner h1, .step-sec h3{
		font-size: 5vw;
	}
	.main_banner h2 {
		font-size: 100%;
	}
	/*=======Google Captcha Setting=======*/

	#rc-imageselect, .g-recaptcha {
		transform:scale(0.90);
		-webkit-transform:scale(0.90);
		-moz-transform: scale(0.90);
		  -ms-transform: scale(0.90);
		   -o-transform: scale(0.90);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		 -moz-transform-origin: 0 0;
		   -ms-transform-origin: 0 0;
			-o-transform-origin: 0 0;
		} 

	/*=======/Google Captcha Setting=======*/
	
}

@media (max-width: 405px){
	.step-row p{
		font-size: 12px;
		height: 40px;
	}
	
	/*=======Google Captcha Setting for simple design=======*/

	#rc-imageselect, .g-recaptcha {
		transform:scale(0.77);
		-webkit-transform:scale(0.77);
		-moz-transform: scale(0.77);
		  -ms-transform: scale(0.77);
		   -o-transform: scale(0.77);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		 -moz-transform-origin: 0 0;
		   -ms-transform-origin: 0 0;
			-o-transform-origin: 0 0;
		} 

	/*=======/Google Captcha Setting=======*/
}


/*==========//Media Queries==========*/



/*==========OTHERS STYLES==========*/

.navbar-toggler {
    border-color: rgb(72, 72, 72);
}
.navbar-toggler-icon {
  /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32'
  					 xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(9,55,244, 1)' 
  					 stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 
					   24h24'/%3E%3C/svg%3E"); */
	background-image: url('../images/menu-icon.png') !important;
}


/*==========//OTHERS STYLES==========*/


.contact-form form .form-control.bg_primary:focus {
	background: var(--primary) !important;
	outline: none !important;
	box-shadow: none !important;
	
}
/* .modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
} */
/* .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 7px !important;
    padding-left: 7px !important;
    font-size: 14px;
    margin-right: 5px;
} */
.ril__caption, .ril__toolbar{
		background: transparent !important;
}
.ril__zoomInButton{
	display: none !important;
}
.ril__zoomOutButton{
	display: none !important;
}
.exhibitors .ril__navButtonNext{
	display: none;
}
.exhibitors .ril__navButtonPrev{
	display: none;
}

.stop-scrolling {
height: 100%;
overflow: hidden;
}
.customSlider{
	height: 160px;
	margin-left: 0px !important;
}
.customSlider.static{
	height: 147px;
}
.sliderItemV1{
	height: 363px;
}
.dropdown-toggle.nav-submenu{
	font-size: 14px;
	padding-right: 0px !important;
	padding-left: 20px !important;
	margin-right: 0px;
}
.header_dropdown .dropdown-toggle:hover {
	background: transparent !important;
	border-color: transparent !important;
}
.header_dropdown .dropdown-toggle{
	color: #fff !important;
	border-color: transparent !important;
}
.nav-submenu{
	font-size: 14px;
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-right: 5px;
}
/* .caption{
	max-width: 600px;
  	overflow: hidden;
} */
.caption p{
	position: relative;
	
  	/* white-space: nowrap; */
}
/* .caption p:last-child::after{
	content: '';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 15px;
		background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
		background-size: 100%;
		background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 80%, #ffffff 100%);
		background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 80%, #ffffff 100%);
		background-image: linear-gradient(to right, rgba(255, 255, 255, 0.04) 0%, #ffffff 80%, #ffffff 100%);
		pointer-events: none;
} */
.blogEffect::after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 17px;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 80%, #ffffff 100%);
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 80%, #ffffff 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.04) 0%, #ffffff 80%, #ffffff 100%);
	pointer-events: none;
}
.titleEffect::after{
	content: '';
	position: absolute;
	top : 11px;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 17px;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 80%, #ffffff 100%);
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 80%, #ffffff 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.04) 0%, #ffffff 80%, #ffffff 100%);
	pointer-events: none;
}
.slick-slide{
	box-shadow: transparent !important;
}
.form-control:focus {
	border-color: 1px  transparent !important; 
	box-shadow : none !important; 
}
.selector:focus{
	border: 1px solid #ced4da !important;
}
.signup form label i {
    position: relative;
    font-size: 7px;
}
.headerButtonContainer{
	margin-top: -6px !important;
}
.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
/*==accordion active de-active==*/

.inner_panel .card .card-body #accordion .card .card-header::after {
	font-family: "Font Awesome 5 Free";
	content: '\f068';
	position: absolute;
	top: 13px;
	right: 20px;
	font-size: 15px;
	font-weight: 600;
	color: #000;
}

.inner_panel .card .card-body #accordion .card .card-header.collapsed::after {
	font-family: "Font Awesome 5 Free";
	content: "\f067";
	font-size: 15px;
	top: 12px;
}

/*==account user btn css ==*/

.user_btn {
	position: relative;
	top: -1px;
}

.header_dropdown a , .header_dropdown .dropdown-menu {
	width: 100%;
}

.header_dropdown .dropdown-menu {
	box-shadow: 0 0 60px rgba(14,42,71,.25);
	border-radius: 0px !important;
}

.header_dropdown .dropdown-menu a {
	font-size: 13px;
	padding: .25rem 1rem;
}

.header_dropdown a::after {
	transform: rotate(0deg);
	margin-left: 16px;
	-webkit-transform: rotate(0deg);
	transition: transform .2s cubic-bezier(.8,.2,.5,.1), background .2s ease-in-out;
}

.header_dropdown.show a::after {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transition: transform .2s cubic-bezier(.8,.2,.5,.1), background .2s ease-in-out;
}
.header_dropdown .dropdown-toggle img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.header_dropdown a {
    background: transparent;
}
.header_dropdown a:hover {
    background: transparent;
}
.navbar-brand {
	position: relative;
}
.navbar-brand .logo-box {
	width: 250px;
    height: 90px;
    position: absolute;
    z-index: 999;
    top: -70px;
    left: 15px;
	background-size: contain;
	background-position:left;
	background-repeat: no-repeat;
}
.logo-area {
	position: relative;
	overflow: hidden;
	max-width: 250px;
	top:2px;
}

.logo-area img {
	max-height: 60px;
}
.logo-area.v-zone-event-logo {
	max-width: 100%;
}
@media (max-width: 767px){
	.user_btn {
		top: 0px;
	}
}
@media (min-width: 992px) and (max-width: 1050px) {
	.logo-area {
		max-width: 130px;
	}
}

@media (min-width: 1051px) and (max-width: 1100px) {
	.logo-area {
		max-width: 150px;
	}
}

@media (min-width: 1100px) and (max-width: 1200px) {
	.logo-area {
		max-width: 180px;
	}
}

@media (min-width: 1200px) and (max-width: 1270px) {
	.logo-area {
		max-width: 210px;
	}
}
.live_stream .logo-box {
	width: 150px;
    height: 60px;
    z-index: 999;
    left: 10px;
	background-size: contain;
	background-position:left;
	background-repeat: no-repeat;
}
.dropdown-account{
	left: auto !important;
	right: 0 !important;
}
/* .header_dropdown .dropdown-menu{
	left: auto !important;
	right: 0 !important;
} */
/*==/account user btn css ==*/
.invalid-feedback{
	display: block !important;
}
/* .active1 {
	background-color: var(--btn_hover) !important;
	color: var(--hover_color) !important;
} */
@media (max-width: 522px) {
	.mt-522 {
		margin-top: 0px;
	}
}
.order-summery a { 
	word-break: break-word !important;
}

/*Success and failer page style*/
.success-icon img {
	width: 100px;
}
.textColor {
	border: 1px solid var(--btn-border) !important;
    color: var(--btn-border) !important;
}
/* .presentation .btn:focus{
	color: var(--text_color-1) !important;
} */
.primary_c{
	background-color: transparent !important;
}
.pagination .active a {
	background-color: var(--btn_hover) !important;
	border-color: var(--btn_hover) !important;
	color: var(--secondary) !important;
	border-radius: 0px !important;
}
.welcome-container{
	width: 80% !important;
}
.dwn-btn {
	font-size: 1rem;
	font-weight: 600;
	color: #000;
	border: none !important;
}
.modal-sm .btn-primary {
	border-color: transparent !important;
}
.order-summary-new .hd-mainn, .hd-mainn {
	font-weight: 700;
	font-size: 15px;
}

.order-summary-new h6 {
	font-size: 12px;
	font-weight: 600 !important;
}

.order-summary-new .row {
	margin-bottom: 10px;
}

.order-summary-new b {
	font-weight: 700 !important;
}
.headingDynamicPage{
	padding-left: 0px !important;
}
.sticky {
	position: fixed;
	top: 0 !important;
	width: 100%;
	z-index:1005;
	left: 0px;

}
.header .sticky {
	background-color: var(--primary) !important;
}
.sticky .navbar {
	padding-top: 10px;
	padding-bottom: 10px !important;
}
.participants-header.sticky {
	padding-left: 0px;
	padding-right: 0px;
}
.participants-header.sticky .navbar {
	padding-bottom: 0px !important;
}
.participants-header.sticky .navbar .navbar-brand h1,
.participants-header.sticky .navbar .navbar-brand img {
	display: inline;
}
.sticky .navbar .navbar-brand h1,
.sticky .navbar .navbar-brand img {
	display: none;
}
.sticky .navbar .navbar-brand .logo-box {
	background-image: none !important;
}
.contact-form .form-group{
	margin-bottom: 0.5rem !important;
}
.venueImageText{
	background: var(--primary) !important;
	opacity: 0.9 !important;
}
.mynav_toggler {
    color: #fff;
    /* background: var(--secondary) !important; */
    width: 45px;
    height: 45px;
    font-size: 16px;
    border-radius: 100%;
    border: none;
    text-align: center;
}
.mynav_toggler:focus {
	outline: 0;
	box-shadow: none;
}
.mynav_toggler-b {
    width: 110px;
    height: 45px;
	background: none;
    border-radius: 0px;
    text-align: left;
    border-right: 1px solid rgb(255 255 255 / 0.15) !important;
	color: var(--hover_color)
}

.mynav_toggler-b a.bookin-btn {
	color: var(--text_color-1);
}

.container-fluid.logo-section-mob img {
	max-height: 70px;
	max-width: 100%;
}
.highlightCard{
	background-color: var(--primary) !important;
	color: #fff !important;
	border-bottom: 5px solid var(--secondary);
}
.event-logo:hover{
	color: var(--hover_color);
}
.highlightCard a{
	color: var(--text_color-1);
	text-decoration: underline;
}
.highlightCard a:hover{
	color: var(--hover_color);
	text-decoration: none;
}
.blogColor, .blogColorLink{
	color: var(--text_color-1) !important;
}
.blogColorLink:hover{
	color: var(--hover_color) !important;
}
.header .btn{
	/* border-color: var(--btn-border); */
	color: var(--btn-border);
}
/* .header .btn:hover{
	border: 1px solid var(--btn_hover) !important;
} */
.account-content .card-header .btn-back i {
	transition: .3s;
	position: relative;
	right: 2px;
}
.account-content .card-header .btn-back:hover i {
	right: 9px;
}
#websdk-iframe {
	width: 700px;
	height: 500px;
	border: 1px;
	border-color: red;
	border-style: dashed;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	margin: 0;
}
#zmmtg-root .main-content{
	height: 85.13% !important;
	width: 100% !important;
	top: 72px !important;
	background-color: black !important;
}
#zmmtg-root   {
	display: none;
	background-color: black !important;
	width: 100% !important;
	height: 85.13% !important;
	position: absolute !important;
	left: 0 !important;
	top : 72px !important;
	transform: translate(0, 0) !important;
	margin: 0;
}
.meeting-client .meeting-client-inner , .webinar-client-inner{
	width: 100% !important;
	height: 100% !important;
	top : 0px !important;
}
.meeting-client-inner {
	background-color: black !important;
	width: 100% !important;
	height: 79.78% !important;
	position: absolute !important;
	left: 0 !important;
	top : 83px !important;
	transform: translate(0, 0) !important;
	margin: 0;
}
#wc-loading , .meeting-app , #loading-layer { 
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
}

#dialog-join{
	width: 100% !important;
}
.active-avatar{
	width: 200px !important;
	top: 45% !important;
}
.more-button , .dropup{
	display: none;
}
#wc-container-right{
	width: 100% !important;
	left: 0px !important;
}
#dropdown-no-caret{
	display: none;
}
.active-main , #sv-active-video , #active-my-canvas{
	width: 100% !important;
	height: 420px !important;
	max-width: 100% !important;
	max-height: 420px !important;
}
#wc-footer{
	bottom: 6px !important;
	width: 100% !important;
}
#wc-container-left{
	height: 420px !important;
	max-height: 420px !important;
	width: 100% !important;
}
.q-a-container , #q-a-container-window{
	width:  100% !important;
	height: 100% !important;
}
#q-a-container-window{
	display: none;
	transform: translate(0px, 0px) !important;
}
#q-a-container-window .window-content{
	height: 92%;
}
.q-a-welcome{
	height: 100% !important;
}
.q-a-container{
	height: 100% !important;
}
.suspension-content1{
	display: none;
}

.chat-scrollbar,.ReactVirtualized__List{
	height: 256px !important;
	border-color: transparent !important;
}
.ReactModal__Overlay--after-open{
	/* display: none; */
}
/* .suspension-content1{
	display: none;
} */
#suspension-my-video{
	display: none !important;
}
#suspension-my-canvas{
	display: none !important;
}
.meeting-info-icon__recreate-paper{
	top: 36px !important;
	padding: 0px 0px 0px 20px !important;
}
#q-a-container-window .window-close{
	display: none;
}
.zoom-logo{
	display: none;
}
.zoomCustomQAButton , .zoomCustomChatButton {
	outline: none !important;
    border: none !important;
}
.sharing-layout .viewport {
	left: 66% !important;
	margin-left: -553.778px !important;
}
.sharing-layout .sharing-outline {
	zoom: 0.451 !important;
}
.sharing-layout .sharee-container__canvas{
	zoom: 0.451 !important;
}
/* Session Page style */

.btn.session_btn {
	background-color: var(--primary) !important;
    border-radius: var(--border-radius)!important;
	/* color: var(--hover_color) !important; */
	color: #fff !important;
	font-size: 14px;
	max-width: 165px;
	border: 0px !important;
	width: 100%;
}
.streaming-btns .btn.session_btn{
	font-size: 11px;
}

.btn.session_btn:hover {
	background-color: var(--secondary) !important;
	color: var(--text_color-1) !important;
}

.live_stream .back-btnn {
	font-size: 14px;
	color: #333;
	font-weight: 500;
	position: relative;
	left: 5px;
}

.live_stream .back-btnn:hover {
	text-decoration: underline !important;
}

.sponsers-footer{
	display : flex;
	justify-content: center;
	align-items: center;
	
}

.live_stream {
	background-color: #00083B;
}

.live_stream, .logo_section {
	background-color: #F5F5F5;
}


.session_logo {
	width: 100%;
	height: 80px;
}

.zoom_header h5 {
	font-weight: 600;
	font-size: 20px;
}

.live_stream .live_screen .video_frame {
	max-height: 355px;
	height: 100%;
}

.live_screen .session_tab {
	background-color: #1B191E;
}
.live_screen .session_tab li {
	/* border-bottom: 1px solid #FFFFFF */
}
.live_screen .tab-sides .adj_user {
	width: 58px;
	height: 58px;
}

.session_tab .nav-item .nav-link {
	font-size: 12px;
	border: none;
	background-color: transparent;
	padding: 10px 10px;
	color: #FFFFFF;
	font-weight:500;
	text-align: center;
	border-radius: 0px;
	position: relative;
}

.session_tab .nav-item .nav-link p {
	margin-bottom: 0px;
	line-height: 16px;
	position: relative;
	width: 100%;
	margin: auto;
}
.chat-badge {
	position: absolute;
	top: -5px;
    right: 10px;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    font-weight: 400;
    line-height: 14px;
    font-size: 9px;
}
/* @media (max-width: 767px) {
	.chat-badge {
		right: 10px;
	}
} */
.session_tab .nav-item .nav-link p i {
	font-size: 20px;
}

.session_tab .nav-item .nav-link:hover {
	color: #FFFFFF;
}

.session_tab .nav-item .nav-link.active {
	color: #333 !important;
	border-bottom: 2px solid  #F56A57;
}
.session_tab .nav-item .nav-link .title-show {
	position: absolute;
	background-color: #333;
	color: #fff;
	padding: 5px;
    top: 32px;
	left: 0;
    z-index: 9999;
    width: 70px;
	display: none;
}

.session_tab .nav-item .nav-link .title-show::before {
	position: absolute;
	content: '';
	top: -5px;
	left: 40%;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #333;
}

#live_stream {
	height: calc(100% - 133px);
    overflow: hidden;
}

.live_stream .tab-sides .tab-content .tab-pane-inner {
	height: 55vh;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-color: #989898 #eaeaea;
	scrollbar-width: thin;
	position: relative;
	background-color: #1B191E;
}

.live_screen .tab-sides .session-tabc {
	height: calc(100vh - 318px);
}

.live_screen .tab-sides .tab-content .tab-pane {
	position: relative;

}

.live_screen .tab-sides .tab-content .tab-pane-inner::-webkit-scrollbar {
    width: 7px;
    height: 8px;
}

.live_screen .tab-sides .tab-content .tab-pane-inner::-webkit-scrollbar-track-piece  {
    background-color: #eaeaea;
}

.live_screen .tab-sides .tab-content .tab-pane-inner::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #989898;
}

.live_screen .tab-sides .tab-content .tab-pane-inner::-webkit-scrollbar-track  {
    background-color: #C2D2E4;
}

.live_screen .tab-sides .tab-content .tab-pane-inner::-webkit-scrollbar-thumb {
    height: 30px;
    background-color: #989898 ;
}


.live_screen .tab-sides .spk_div h6 {
	font-weight: 600;
}

.live_screen .tab-sides .spk_div p {
	font-size: 13px;
}

.live_screen .tab-sides .spk_div a {
	color: #F56A57 !important;
    text-decoration: underline;
    font-style: italic;
    background: transparent !important;
	font-weight:400;
	cursor: pointer;
}

.live_screen.bottom-area p {
	font-size: 12px;
	font-weight: 400;
	opacity: 0.56;
}

.live_screen.bottom-area p:hover {
	opacity: 1;
}

.live_screen.bottom-area p i {
	font-size: 15px;
	/* color: #fff; */
	opacity: 1;
}

.live_screen.bottom-area p button {
	opacity: 1;
	background: transparent;
	cursor: pointer;
	border: none;
}

.live_screen.bottom-area p button:hover,
.live_screen.bottom-area p button:focus {
	border:none;
	outline: none;
}

.live_screen.bottom-area p.last {
	font-style: italic;
	opacity: 1;
	color: #767b96;
}

.live_screen.bottom-area p.last a {
	text-decoration: underline;
}

.tab-pane-question {
	height: calc(100vh - 370px) !important;
}

.question_div {
	background-color: #f5f5f5;
	border-radius: 4px;
	padding: 10px;
	margin: 10px 10px;
	position: relative;
}

.question_div i {
	position: absolute;
	top: 10px;
	right: 12px;
	color: #0a66ac;
	font-size: 18px;
	cursor: pointer;
}

.question_div i.fas {
	color: #0a66ac;
}

.question_div ul, .q_top {
	padding-inline-start: 0px;
	margin-bottom: 5px;
}

.question_div ul li, .q_top li {
	list-style-type: none;
	display: inline-block;
	margin-right: 8px;
	font-size: 12px;
	opacity: 0.51;
}

.question_div p, .msg-div p {
	margin-bottom: 0px;
	font-size: 13px;
	position: relative;
}

.msg-div {
	padding: 10px;
	margin: 0px 10px;
	position: relative;
}

.q_input {
	position: absolute;
    bottom: 0px;
    width: 100%;
    background: #fff;
    padding: 0px;
    border-radius: 0px;
    left: 50%;
    right: 50%;
	transform: translate(-50%);
	border: 1px solid #e4e0e0;
}

.q_input input {
	border: 0px;
	width: 75% !important;
	height: 45px;
}

.q_input .btn {
	position: relative;
    color: #fff !important;
    background: #0A66AC !important;
    border-color: #0A66AC;
    border-radius: .25rem !important;
	border: none !important;
	font-size: 14px;
	text-align: center;
	height: 38px;

}

.q_input .btn:hover {
	background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.msg-div hr {
	border-bottom: 1px solid #000;
	opacity: 0.51;
	margin-bottom: 0px;
}

.tab-pane-certificate::-webkit-scrollbar {
	display: none;
  }

.certificate-div {
	padding: 20px 10px;
	font-size: 14px;
}

.certificate-div .btn {
	background-color:#0A66AC;
	border-radius: 4px !important;
	margin: auto;
	text-transform: uppercase;
	width: 80%;
	font-weight: 400;
    font-size: 14px;
    padding: 10px 15px;
	border: none !important;
	color: #fff !important;
}

.certificate-div .btn:hover {
	opacity: 0.8 !important;
	background-color: #333D7C !important;
	color: #fff !important;
}
.cer-help-text {
	font-size: 12px;
	cursor: default;
	text-decoration: underline;
}

.cer-help-text:focus {
	outline: 0px !important;
}
.progress-sec p span {
	font-size: 16px;
	font-weight: 600;
	margin: 0px 15px;
}

.progress-sec .progress {
	width: 80%;
	margin: auto;
	height: 6px;
    font-size: 10px;
    border-radius: 25px;
	background-color:#0A66AC;
}

.progress-sec .progress .progress-bar {
	background-color: #80D8A6 !important;
	border-radius: 20px;
}

.sponsors-logo-list {
	padding-inline-start: 0px;
	background-color: #fff;
	margin-bottom: 0px;
}
.mobile-tab-bottom {
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: 0px;
	background: #fff;
	border-top: 1px solid #F56A57;
	z-index: 99;
}

.mobile-tab-bottom ul li.mob-tab-item {
	/* width: 20% !important; */
}

/* ==== Group chat styles ==== */

.chat-card .chat-card-msg {
	overflow: hidden;
    height: calc(100% - 60px);
	overflow-y: auto;
	position: relative;
	scrollbar-color: #989898 #eaeaea;
	scrollbar-width: thin;
}

.chat-card .chat-card-msg::-webkit-scrollbar {
    width: 7px;
    height: 8px;
}

.chat-card .chat-card-msg::-webkit-scrollbar-track-piece  {
    background-color: #eaeaea;
}

.chat-card .chat-card-msg::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #989898;
}

.chat-card .chat-card-msg::-webkit-scrollbar-track  {
    background-color: #C2D2E4;
}

.chat-card .chat-card-msg::-webkit-scrollbar-thumb {
    height: 30px;
    background-color: #989898 ;
}

.chat-card .chat-card-msg .msg-row {
	max-width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}

/* .chat-card .chat-card-msg .msg-row::before {
    content: attr(data-is);
	position: absolute;
    left: 11%;
    bottom: 0;
    display: block;
    font-size: 12px;
	color: rgba(84, 110, 122,1.0);
} */

.chat-card .chat-card-msg .msg-row a {
	position: absolute;
	font-size: 11px;
	color: rgba(84, 110, 122,1.0);
	bottom: 0;
	left: 11%;
	font-weight: 600;
	background-color: transparent !important;
}

.chat-card .chat-card-msg .chat-msg {
	position: relative;
	width: 90%;
	float: right;
	font-size: 13px;
}

.chat-card .chat-card-msg .chat-msg span.rate-star {
	position: absolute;
	top: -5px;
	right: 0px;
	font-size: 14px;
	color: red;
	cursor: pointer;
}

.chat-card .chat-card-msg .chat-msg span.rate-star span {
	font-size: 14px;
	margin-left: 5px;
}

.chat-card .chat-card-msg .chat-msg.msg-replies {
	width: 85%;
}

.chat-card .chat-card-msg .chat-msg::before {
	content: '';
	position: absolute;
	top: 0px;
	left: -50px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #ccc;
	background-image: url('../images/members/Nassr_Oman.jpg');
	background-size: 100%;
	background-position: cener;
	display: none;
}
.chat-card .chat-card-msg .chat-msg .chat-imag {
	position: absolute;
	top: 0px;
	left: -46px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #ccc;
	overflow: hidden;
}

.chat-card .chat-card-msg .chat-msg .chat-imag img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.chat-card .chat-card-msg .chat-msg.msg-replies .chat-imag,
.chat-card .chat-card-msg .chat-msg.reply-text .chat-imag {
	width: 30px;
	height: 30px;
	left: -40px;
}
.chat-card .chat-card-msg .chat-msg.msg-replies::before {
	width: 30px;
	height: 30px;
	left: -40px;
}

.chat-card .chat-card-msg .msg-row.msg-replies::before {
	left: 16%;
}

.chat-card .chat-card-msg .msg-row.msg-replies a {
	left: 16%;
}

.chat-card .chat-card-footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
    width: 100%;
}

.chat-card .chat-card-footer .btn {
    background: #0A66AC !important;
    border-color: #0A66AC;
	text-align: center;
	border-radius: .25rem !important;
}

.chat-card .chat-card-footer .btn:hover {
	background: #000 !important;
    border-color: #000 !important;
}

.reply-text .form-control {
	height: 36px;
	float: left;
	width: 80%;
	margin-right: 5px;
	border-radius: 4px;
	padding-right: 35px;
	resize: none;
	overflow: hidden;
}
.reply-text form i {
	position: absolute;
    right: 22%;
    top: 10px;
    font-size: 16px;
    color: #8c8c8c;
    cursor: pointer;
}
.reply-text form i:hover {
	color: #333;
}
.reply-text .btn {
	font-size: 12px;
	height: 30px;
	line-height: 12px;
	float: left;
	border-radius: 4px !important;
	background: #0A66AC !important;
    border-color: #0A66AC;
}

.reply-text .btn:hover {
	background: #000 !important;
    border-color: #000 !important;
}

.reply-text::before {
	width: 30px !important;
	height: 30px !important;
	left: -40px !important;
	background: url('../images/members/aminamri.jpg') !important;
	background-size: 100% !important;
}
.chat-card .chat-card-msg .msg-row span.time-day{
	font-size: 11px;
    color: rgba(84, 110, 122,1.0);
}
.chat-card .chat-card-footer textarea {
	height: 40px;
    overflow: hidden;
}
@media (min-width: 1400px) {
	.chat-card .chat-card-msg .chat-msg {
		width: 90%;
	}

	.chat-card .chat-card-msg .msg-row::before {
		left: 11%;
	}

	.chat-card .chat-card-msg .msg-row a {
		left: 11%;
	}

	.chat-card .chat-card-msg .msg-row.msg-replies a {
		left: 16%;
	}
}
@media (max-width: 767px) {
	.chat-card .chat-card-footer{
		position: absolute;
		bottom: 0px;
		width: 100%;
		left: 0px;
	}
}
.Marquee-content {
	overflow: hidden;
}

.Marquee-tag {
	display:inline-block;
  	/* vertical-align:middle; */
	display : flex;
	align-items: center;
	cursor: pointer;
	margin-right: 10px;
	height : 100px !important
}
.Marquee-tag:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: .2s;
	cursor: pointer;
}

.Marquee-tag img  {
    width: auto;
    /* max-width: 100%; */
    height: 60px;
    object-fit: contain;
    margin: 10px 20px;
}
.marquee{
	min-width: 0px !important;
}
.Marquee-content .overlay{
	pointer-events: none;
}
.next-secession {
	background-color: #333333;
	position: fixed;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	z-index:1000000000000;
	border-left: 4px solid #CE0F69;
}

.next-secession .inner-cont {
	padding: 15px 20px;
	width: 510px;
	overflow: hidden;
}

.next-secession p {
	color: #BBBBBB;
	font-size: 14px;
	margin-bottom: 0;
	width: 75%;
    float: left;
}

.next-secession .btn-watch {
	background-color: #3AB54A !important;
	border-color: #3AB54A !important;
	color: #fff !important;
	float: right;
	position: absolute;
	top: 5px;
    right: 15px;
	font-size: 14px;
	display: none;
}
.next-secession .btn-watch.animate{
	-webkit-animation: flash linear 3s infinite;
	animation: flash linear 3s infinite;
}
@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@media (max-width: 992px) {
	.next-secession {
		bottom: 55px;
		right: 0;
	}
}
@media (max-width: 767px) {
	.next-secession {
		bottom: 55px;
		right: 0;
		width:100%;
	}
	.next-secession .inner-cont {
		width: 320px;
	}
	.next-secession p {
		width: 100%;
	}
	.next-secession .btn-watch  {
		position: relative;
		float: left;
		right: 0;
	}
}
@media (min-width: 992px) {
	.live_screen .col-xl-7 {
		max-width: 70% !important;
		flex: 0 0 70% !important;
	}

	.live_screen .col-xl-5 {
		max-width: 30% !important;
		flex: 0 0 30% !important;
	}
}

@media (min-width: 992px) and (max-width: 1500px) {
	.session_tab .nav-item .nav-link span.link-title {
		/* display: none; */
		font-size: 12px !important;
	}

	/* .live_stream .tab-sides .tab-content .tab-pane-inner,
	.live_screen .tab-sides .tab-content .tab-pane  
	{
		height: calc(100vh - 298px) !important;
		/*old 320px */
	} */

	.session_tab .nav-item .nav-link:hover .title-show {
		display: block;
	}

	.chat-badge {
		right: 2%;
	}
}
/* ==== Group chat styles end ==== */

.logo-mevent {
	/* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-59%, -50%); */
    width: 100%;
}

.logo_section .com_logo {
	width: 90px;
}

.logo_section .com_p {
	font-size: 12px !important;
}

.sponsors-logo-list li {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;
}

.sponsors-logo-list li .logo-img-area {
	width: 160px;
    position: relative;
}

.sponsors-logo-list li .logo-img-area img {
	width: 80%;
	margin: auto;
}

.ss-hd {
	position: relative;
	font-weight: 600;
	font-stretch: 14px;
}

.speaker-detail-div {
	position: absolute;
	bottom:0px;
	left:0;
	width: 95%;
	background: #fff;
	color: #333;
	display:none;
}

.speaker-detail-div p.titles {
	font-weight: 500;
	font-size: 14px;
	color: #333;
}

.speaker-detail-div p.spkr-details {
	font-weight: 400;
	font-size: 13px;
	margin-top: 10px;
	color: #333;
}

.speaker-detail-div a#dismiss-details {
	position: absolute;
    color: #00083b;
    right: 5px;
    top: 0px;
    font-size: 23px;
	cursor: pointer;
}

.speaker-detail-div .social-details-icons a {
	color: #00083b;
}

@media (max-width: 1350px) {
	.session_tab .nav-item .nav-link {
		padding: 6px 16px;
	}
}

@media (max-width: 992px) {
	.live_screen.bottom-area p {
		margin-top:10px;
		text-align:center;
	}
}

@media (max-width: 767px) {
	.screen_header p {
		max-width: 100%;
	}
	
	.live_stream .back-btnn {
		left: 0px !important;
	}
	
	.ss-hd::before {
		width: 50% !important;
	}
	
	.screen_header .session_logo {
		height: 50px;
	}
	
	.session_tab {
		overflow-x: auto;
		overflow: hidden;
		width: 100%;
		white-space: nowrap;
		list-style: none;
		/* display: -webkit-box;
		display: -moz-box; */
		flex-wrap: nowrap !important;
	}
	
	section.header {
		overflow: hidden;
	}
	
	.affix {
		/* padding-left: 15px;
		padding-right: 15px; */
	}

	.session_logo {
		height: 50px;
	}
	
	.zoom_header h5 {
		font-size: 16px;
	}

	.sponsors-logo-list li {
		margin-right: 5px;
		margin-left: 5px;
	}

	.sponsors-logo-list li .logo-img-area {
		width: 140px;
	}
	.q_input {
		bottom: 0px;
	}
	.q_input .btn {
		width: 100%;
		left: 0px;
	}

	.q_input input {
		width: 100% !important;
	}
	.chat-card .chat-card-msg .chat-msg {
		width: 85%;
		font-size: 12px;
	}

	.chat-card .chat-card-msg .msg-row::before {
		left: 16%;
		font-size: 10px;
	}

	.chat-card .chat-card-msg .msg-row a {
		font-size: 11px;
		left: 45%;
	}
	.question_div {
		margin: 5px 10px 5px 10px;
	}

	.session_tab .nav-item .nav-link {
		padding: 6px 6px !important;
	}
	.chat-card .chat-card-msg {
		height: calc(100% - 105px);
		padding-bottom: 40px !important;
	}
}
@media (max-width : 992px){
	.chat-card .chat-card-msg {
		padding-bottom: 60px !important;
	}
}
/* End Session Styles */

/*==== Networking screen styles====*/

.networking {
	/* font-family: 'Poppins', sans-serif; */
	min-height: calc(70vh - 16px);
}

.networking h1{
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}

.networking p{
	font-weight: 400;
	text-align: center;
}

.networking .network-card {
	border-radius: 14px;
	padding: 0px;
	box-shadow: 0px 3px 6px #00000029;
}

.networking .network-card .img-sec {
	height: 220px;
	position: relative;
	background-size: cover;
	background-position: center;
}

.networking .network-card .img-sec#one-o-one_img {
	background-image: url('../images/networking/7.png');
}

.networking .network-card .img-sec#rt-img {
	background-image: url('../images/networking/9.png');
}

.networking .network-card .img-sec#atg-img {
	background-image: url('../images/networking/10.png');
}

.networking .network-card .img-sec::after {
	content: '';
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background-image: url('../images/networking/bg-card.png');
	background-position: center;
	background-size: cover;
}

.networking .network-card .img-sec h2 {
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	position: absolute;
    bottom: 10px;
    width: 100%;
	z-index: 999;
}

.networking-meeting {
	min-height: calc(60vh - 16px);
}

.networking .network-card .details-sec .btn.btn-join-network,
.networking-meeting .card_inner .sch-btn .btn.sch-meeting {
	color: #000;
	text-align: left;
	padding: 10px 20px;
	font-weight: 600;
	width: 100%;
	font-size: 16px;
}

.networking .network-card .details-sec .btn.btn-join-network i,
.networking-meeting .card_inner .sch-btn .btn.sch-meeting i {
	transition: .3s;
	position: relative;
	right: 7px;
}
.networking .network-card .details-sec .btn.btn-join-network:hover i,
.networking-meeting .card_inner .sch-btn .btn.sch-meeting:hover i {
	right: 0px;
}

.networking-meeting .card_inner {
	position: relative;
}

.networking-meeting .card_inner .user_img img {
	width: 110px;
	height: 110px;
	border: 1px solid #E5E5E5;
}

.networking-meeting .card_inner .user_caption {
	margin-bottom: 80px;
}

.networking-meeting .card_inner .sch-btn {
	position: absolute;
	bottom: 20px;
	bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.networking-meeting .card_inner .sch-btn .btn.sch-meeting {
	font-size: 16px;
	width: 95%;
	margin: auto;
	padding: 10px 20px;
}

.networking .network-card .details-sec .btn.btn-join-network:hover,
.networking-meeting .card_inner .sch-btn .btn.sch-meeting:hover {
	opacity: 0.8;
}

.networking-meeting .breadcrumb {
	background: transparent;
	font-size: 14px;
}

.networking-meeting .breadcrumb a {
	font-size: 14px;
	font-weight: 600;
	color: #000 !important;
}

.networking-meeting .breadcrumb li a:hover {
	text-decoration: underline !important;
}

.networking-meeting h1 {
	font-size: 28px;
	font-weight: 600;
}

.networking-meeting h1 a i {
	font-size: 35px;
	color: #80D8A6;
	vertical-align: middle;
}

.networking-meeting p {
	font-weight: 400;
}

.networking-meeting .card_inner {
	border-radius: 14px;
}

.networking-meeting .card_inner p a {
	font-weight: 600;
    text-decoration: underline;
	color: #2486D8;
}

/*.modal-booking {
	font-family: 'Poppins', sans-serif;
}*/

.modal-booking h2 {
	color: #B9B9B9;
    font-size: 12px;
    font-weight: 600;
}

.modal-booking h3 {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.modal-booking .speaker-details {
	background-color: #F5F5F5;
	border-radius: 8px;
	padding: 15px;
	overflow: hidden;
	margin-top: 20px;
	border: 1px solid #ECF0F5;
}

.modal-booking .speaker-details .spk-pic {
	width: 55px;
	height: 55px;
	border-radius: 100%;
	float: left;
	margin: 0px 10px;
}

.modal-booking .speaker-details .spk-pic img {
	width: 100%;
}

.modal-booking .speaker-details .spk-infos {
	float: left;
	margin: 0px 10px;
}

.modal-booking .speaker-details .spk-infos h4 {
	font-size: 18px;
	font-weight: 600;
}

.modal-booking .speaker-details .spk-infos p {
	font-size: 12px;
	margin-bottom: 4px;
	font-weight:400;
}

.modal-booking .speaker-details .spk-infos p.f-500 {
	font-weight: 600;
}

.modal-booking .chosse-time p {
	font-size: 12px;
	line-height: 30px;
	font-weight: 400;
}

.modal-booking .chosse-time p span {
	font-weight: 600;
	font-size: 14px;
}

.modal-booking .chosse-time .form-control {
	font-size: 14px;
	cursor:pointer;
}

.modal-booking .chosse-time .form-control:focus {
	outline: none;
	box-shadow: none;
}

.modal-booking .Select-time .time-box {
	padding: 8px 10px;
	display: inline-block;
	margin: 5px 5px;
	border: 1px solid #80D8A6;
	color: #000;
	border-radius: 6px;
	cursor: pointer;
	width: 155px;
}

.modal-booking .Select-time .time-box p {
	font-size: 13px;
    font-weight: 600;
}

.modal-booking .Select-time .time-box:hover {
	border-color: #429f6a;
}

.modal-booking .Select-time .time-box.active {
	background-color: #9fd4b6 !important;
	color: #00652b !important;
	border-color: #9fd4b6 !important;
}

.modal-booking .Select-time .time-box.selected {
	background-color: #FCE2E3 !important;
	color: #A21E21 !important;
	border-color: #FCE2E3 !important;
	cursor: not-allowed;
}
.modal-booking .Select-time .time-box.ended{
	background: #ECF0F5 !important;
	color: #AEAEAE !important;
    cursor: not-allowed;
	border: none !important;
}

.mb-footer {
	border-top: 0px;
}

.mb-footer .btn, 
.thanks-msg .btn.got-it {
	padding: 10px 15px;
	font-weight: 600;
	font-size: 14px;
}

.mb-footer .btn.btn-defult {
	background-color: transparent !important;
	color: #000 !important;
}

.mb-footer .btn.btn-defult:hover {
	background-color: #fcfcfc !important;
	color: #000 !important;
}

.mb-footer .btn.btn-defult {
	width: 120px;
}

.mb-footer .btn:hover {
	opacity: 0.8;
}

.thanks-msg {
	display: none;
}
#error-msg{
	display: none;
}

.thanks-msg h3 {
	font-size: 30px;
	margin-bottom: 20px;
}

.thanks-msg p {
	font-weight: 600;
}

.thanks-msg p i {
	font-size: 60px;
	color: #80D8A6;
}

.thanks-msg .btn.got-it {
	width: 150px;
}

.bio-modal {
	border-radius: 14px;
}

.bio-modal .modal-header {
	position: relative;
}

.bio-modal h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0px;
}

.bio-modal button {
	position: absolute;
    right: 5px;
    top: -2px;
    font-size: 23px;
    color: #000;
	background: transparent;
	border: none;
    outline: none;
    cursor: pointer;
}

.bio-modal button:hover i {
	opacity: 0.6;
}

.bio-modal .modal-body p {
	font-size: 14px;
	color: #636363;
}

@media (max-width: 1200px) and (min-width: 992px) {
	
	.networking-meeting .card_inner .sch-btn .btn.sch-meeting {
		font-size: 12px;
		padding: 10px 15px;
	}
}

@media (max-width: 767px) {
	
	.networking h1 {
		font-size: 22px;
	}
	
	.modal-booking .Select-time .time-box {
		width: 100%;
		display: block;
		margin: 5px 0px;
	}
	
	.mb-footer .btn {
		width: 100%;
		display: block;
	}
}
/*== round table meeting css ==*/

.rt-meeting {
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 8px;
	margin-bottom: 25px;
}

.rt-meeting p {
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
}

.rt-meeting h2 {
	font-size: 18px;
	font-weight: 600;
}

.rt-meeting p span.spk-tit {
	font-style: normal;
}

.rt-meeting p span.spk-name {
	cursor: pointer;
	text-decoration: underline;
	position: relative;
}

.rt-meeting ul.host-spk-list {
	padding-inline-start: 0px;
	margin-bottom: 0px;
}

.rt-meeting ul.host-spk-list li {
	display: inline-block;
	margin-right: 15px;
	font-size: 14px;
	list-style-type: none;
}

.rt-meeting ul.host-spk-list li.spk-title {
	font-style: normal;
}

.rt-meeting ul.host-spk-list li.spk-name {
	cursor: pointer;
	text-decoration: underline;
	position: relative;
	font-weight: 600;
	font-style: italic;
}

.rt-meeting ul.host-spk-list li.spk-name .host-detail {
	position: absolute;
	left:0px;
	padding: 10px 5px;
	bottom: 20px;
	width: 345px;
	box-shadow: 0px 3px 32px #00000030;
	cursor:initial;
	border-radius: 14px;
	/* height: 110px; */
	display:none;
}

.rt-meeting ul.host-spk-list li.spk-name .host-detail img {
	width: 55px;
	height: 55px;
	border: 1px solid #bbb;
}

.rt-meeting ul.host-spk-list li.spk-name .host-detail h6,
.rt-meeting ul.host-spk-list li.spk-name .host-detail p {
	margin-bottom: 1px;
	font-style: normal !important;
}

.rt-meeting ul.host-spk-list li.spk-name .host-detail h6 {
	font-weight: 600 !important;
}

.rt-meeting ul.host-spk-list li.spk-name .host-detail p {
	font-size: 12px;
	font-weight: 400;
}

.rt-meeting ul.host-spk-list li.spk-name:hover .host-detail {
	display: block;
}

.rt-meeting .btn-meeting {
	position: relative;
	height: 100%;
}

.rt-meeting .btn-meeting .btn {
	position: absolute;
	font-weight: 600;
    right: 30px;
    top: 45%;
    transform: translate(20%, -35%);
	-webkit-transform: translate(20%, -35%);
}

.rt-meeting .btn-meeting .btn.btn-ended {
	background: #ECF0F5 !important;
	color: #AEAEAE !important;
	width: 135px;
    cursor: not-allowed;
	border: none !important;
}

.round-m-sec {
	background-color: #fff;
	border-radius: 18px;
	border: 1px solid #E5E5E5;
}

.round-m-sec h1 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.round-m-sec h2 {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
}

.host-spk h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.host-spk p {
	color: #5E5E5E;
	font-size: 14px;
	margin-bottom: 5px;
}

.host-spk .adj_user {
	border: 1px solid #E5E5E5;
}

.host-spk .btn-load {
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 8px;
	width: 85%;
}

.host-spk .btn-load:hover {
	background-color: #F5F5F5;
	border: 1px solid #E5E5E5 !important;
}

.round-table {
	width: 400px;
    height: 400px;
	margin: auto;
	padding: 20px;
    box-shadow: 0px 4px 12px #00000012;
}
/* new css date 5-aug-2020*/

.round-table.semi-round {
	height: auto;
}

.round-table.semi-round svg {
	width: 100%;
}

.round-table.full-seats {
	width: 100%;
	height: auto;
}

.opt-list ul li {
	position: relative;
	margin-right: 0px !important;
	margin-left: 20px;
	font-size: 12px;
}

.opt-list ul li::before {
	content: '';
	position: absolute;
	top: 2px;
	left:-18px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
}

.opt-list ul li.booked::before {
	background-color: #fb676a;
}

.opt-list ul li.available::before {
	background-color: #80d8a6;
}

.opt-list ul li.select::before {
	background-color: #0451c5;
}

.seat-list li {
	margin-right: 0px !important;
}

/* /css end aug-5-2020 */
.round-table .spk-chair path:hover {
	/* fill: #f87476 !important; */
	opacity:0.6;
	cursor:pointer;
}

.round-table .spk-chair path.selected {
	fill: rgb(3, 81, 197) !important;
	opacity:1 !important
}

.round-table .spk-chair path.active {
	fill: rgb(251, 103, 106) !important;
	cursor:not-allowed;
	opacity:1 !important
}
/* new css date 5-aug-2020*/
.btn-sec .cancel_btn {
	border: 1px solid #E5E5E5 !important;
	background-color: #fff !important;
	color: #000 !important;
}

.btn-sec .cancel_btn:hover {
   background-color: #F5F5F5 !important;
   color: #807e7e !important;
}

.sponsor-list li {
	text-align:center;
	margin-right: 5px;
	margin-left: 5px;
}

.sponsor-list li img {
	max-width: 150px;
	max-height: 110px;
}

/* /new css end date 5-aug-2020*/
p.dep {
	font-weight: 600 !important;
}

@media (max-width: 767px) {
	
	.round-m-sec h2 {
		line-height: 25px;
	}

	.round-table {
		width:300px;
		height: 300px;
	}
	
	.rt-meeting h2 {
		font-size: 16px;
	}

	.rt-meeting ul.host-spk-list li {
		display: block;
		margin-bottom: 10px;
	}

	.rt-meeting .btn-meeting .btn {
		top: 0;
		right:0; 
		position: relative;
		transform: translate(0px, 0px);
		-webkit-transform: translate(0px, 0px);
		margin-top: 20px;
	}

	.rt-meeting ul.host-spk-list li.spk-name .host-detail {
		width: 280px;
	}
	/* new css date 5-aug-2020*/
	.sponsor-list li {
		margin-bottom: 15px;
	}
	/* /new css end date 5-aug-2020*/
}

/***** end roundtable ******/

.blink-text{
	animation: blinkingText 2s infinite;
}
@keyframes blinkingText{
	0%		{ background: #e61607;}
	50%     {background: #fa695f;}
	100%		{ background: #e61607;}
}
/* .badge-notify{
	background:red;
	position:relative;
	top: -13px;
	left: -5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	color: #fff;
 }
 #questions .badge-notify {
	left: 8px !important;
 } */

 /* Panelist page styles */
 /* nav.navbar {
	box-shadow: 0px 3px 6px #0000000D;
} */
	
.mobtix-nav li {
	position: relative;
}
	
.mobtix-nav li a {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
}

.mobtix-nav li.active a {
	color: #004494 !important;
	font-weight: 600;
}

.mobtix-nav li.active::after {
	content: '';
    position: absolute;
    width: 60%;
    height: 1.5px;
	background-color:#004494;
	left: 50%;
    bottom: -8px;
    right: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.mobtix-nav .btn-primary {
	font-size: 12px;
	font-weight: 600;
}
.event-title{
        color:#fff;
        background-color: #004494;
        padding: 5px;
        border-radius: 5px;
        height:100%;
}

.mobtix-container h6 {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 30px;
}



.form-area .btn-primary {
	background-color: #004494;
	border-color: #004494;
}

.form-area .btn-primary:hover {
	opacity: 0.8;
	background-color: #004494 !important;
	border-color: #004494 !important;
}

.form-area .form-control {
	font-size: 14px;
}

.form-area select {
	word-wrap: break-word;
}

.tab-div {
	background-color: #fff;
}

.tab-div li {
	position: relative;
}

.tab-div .tabside {
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	color: #000 !important;
}

.tab-div .tabside.active {
	background-color: #004494;
	color: #fff !important;
	position: relative;
}

.tab-div #qus.active {
	border-radius: 0px;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.tab-div #app-qus.active {
	border-radius: 0px;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.tab-div .tabside.active::after {
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 7px solid #004494;
    bottom: -6px;
    left: 50%;
}

.affix {
	position: fixed;
	/* top: 50px !important; */
	max-width: 100% !important;
	width: 100%;
	z-index: 1000;
	background-color: #ffffff;
	/* left: 50%;
	right: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%); */
	top: 0;
	left: 0;
}
          
.question{
        color:#000;
        background-color: #fff;
        padding: 5px;
        border-radius: 5px;
        margin-bottom: 10px;
}

.question p {
	font-size: 15px;
	color: #000000;
}

.question .btn {
	font-size: 12px;
	font-weight: 600;
}

span.name {
	font-size: 14px;
	color: #004494;
	font-weight: 600;
}

span.time {
	font-size: 12px;
	color: #949494;
	font-weight: 600;
}

span.like-num {
	font-size: 20px;
	font-weight: 600;
}


.chat-body {
	height: 70vh;
    overflow: hidden;
    overflow-y: auto;
	scrollbar-color: #989898 #eaeaea;
	scrollbar-width: thin;
}

.chat-body::-webkit-scrollbar {
    width: 7px;
    height: 8px;
}

.chat-body::-webkit-scrollbar-track-piece  {
    background-color: #eaeaea;
}

.chat-body::-webkit-scrollbar-thumb:vertical {
    height: 15px;
    background-color: #989898;
}

.chat-body::-webkit-scrollbar-track  {
    background-color: #C2D2E4;
}

.chat-body::-webkit-scrollbar-thumb {
    height: 15px;
    background-color: #989898 ;
}


.empty-body {
	height: 62vh;
}

.chat-div .empty-msg {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.chat-div .empty-msg p {
	color: #757575;
	font-size: 18px;
	font-weight: 400;
	margin-top: 20px;
}

.enter-msg {
	background-color: #004494;
	position: fixed;
    width: 100%;
    z-index: 999999;
    bottom: 0px;
}

.enter-msg input, .enter-msg .btn {
	height: 62px;
}

.enter-msg input {
	width: 80% !important;
}

.btn:focus, input:focus {
	box-shadow: none !important;
}

@media (max-height: 740px) {
	.chat-body, .empty-body {
		height: calc(100vh - 45vh);
	}
}

@media (max-width: 992px) {
	.enter-msg .btn {
		width: 130px;
	}
}

@media (max-width: 767px) {
	
	.mobtix-nav li a {
		font-size: 14px;
	}

	.affix{
		padding-top: 20px;
		/* top: 57px !important; */
	     /* top: 235px !important; */
	}
	/* .mobile-menus{
		margin-top: 15px !important;
	} */
	
	.tab-div .tabside {
		font-size: 12px;
	}
	
	.enter-msg input, .enter-msg .btn {
		width: 100% !important;
		height: 42px;
	}
	
	.chat-body {
		height: 55vh;
	}
}

@media (max-width: 580px) {
	.chat-body, .empty-body {
		height: calc(100vh - 48vh);
	}
}

.dropdown-item {
	cursor: pointer;
	/* white-space: pre-wrap !important; */
}

.dropdown-item.active {
	background-color: #004494 !important;
}



/* changed from original */
.mobtix-container #form-line{
	background-color: transparent !important;
}
.form-area .btn-primary:focus{
	color: #fff !important;
}
.enter-msg .btn {
	width: 135px;
	margin: auto;
	color: #fff !important;
    background-color: #28a745 !important;
	border-color: #28a745 !important;
	border-radius: 0.2rem !important;
}
.enter-msg .btn:hover{
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
}

.btn-accept , .btn-reject{
	border : 1px solid;
}
.chat-div .btn{
	color: #dc3545 !important;
	border-color: #dc3545 !important;
	background: transparent !important;
}
.chat-div .btn:hover{
	color: #dc3545 !important;
	border-color: #dc3545 !important;
	background: transparent !important;
}
.mobtix-nav .btn{
	color: #fff !important;
    background-color: #007bff !important;
	border-color: #007bff !important;
	border-radius: 0.2rem !important;
}
.mobtix-nav .btn:hover{
	background-color: #0069d9 !important;
    border-color: #0062cc !important;
}
.mobtix-nav .nav-link{
	background-color: transparent !important;
}
.youtubeIframe{
	width: 100%;
	height: 100%;
}
/* networking gala */
.nt-gala {
	/* background-image: url(../images/background/image_13@2x.png); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
}

.nt-gala::before {
		content:'';
		position:absolute;
		left:0; top:0;
		width:100%;
		height:100%;
		display:inline-block;
	  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 20%, rgba(125,185,232,0) 100%); 
	  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 20%,rgba(125,185,232,0) 100%);
	  background: linear-gradient(to bottom,  rgba(255,255,255,1) 20%,rgba(125,185,232,0) 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007db9e8',GradientType=0 );
	
}

.ng-m-section h1{
	text-align: center;
    font-size: 18px;
	font-weight: 600;
}

.ng-m-section h2 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0px;
}

.n-gala-spk {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 1px solid #E5E5E5;
	margin: auto;
}

.n-gala-spk img {
	width: 100%;
}

.ng-spk-info h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.ng-spk-info p {
    color: #5E5E5E;
    font-size: 12px;
    margin-bottom: 5px;
}

.ng-rt .round-table {
	width: 100%;
	height: 100%;
	margin-bottom: 15px;
	background-color: #fff;
}


@media (max-width: 767px) {
	.nt-gala {
		background-size: 100%;
	}
}

/* end networking gala */
/* Error screen styles */
.gen-error-content{
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.gen-error-content  img {
	max-width: 430px !important;
}

.gen-error-content h4 {
	font-weight: 600;
}

.gen-error-content p {
	font-size: 16px;
	font-weight: 600;
}

.gen-error-content p a {
	text-decoration: underline;
}

.gen-error-content .btn i{
	position: relative;
	margin-right: 10px;
    top: 1px;
}
/**** Error screen styles *****/
/* ==== PARTICIPANTS SECTION STYLING ==== */
.participants-header .participant-navbar .navbar-brand {
	font-size: 16px !important;
	padding-left: 16px !important;
}

.participants-header .participant-navbar .navbar-brand a {
	font-size: 16px !important;
	position: relative;
}

.participants-header .participant-navbar ul li a,
.participants-header .participant-navbar a {
	color: #fff !important;
	position: relative;
	padding: 5px 17px !important;
	font-size: 13px;
	min-height: 50px;
    line-height: 37px;
}

.participants-header .participant-navbar a i {
	font-size: 20px;
	position: relative;
    top: 5px;
}

.participants-header .participant-navbar a.p_name {
	border-left: solid 1px #777272;
}

.dropdown .u-dropdown {
	background-color: #313841;
	box-shadow: none !important;
	margin-top: -1px;
	width:230px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
	max-height: 0;
    display: block;
    overflow: hidden;
	opacity: 0;
	padding-top: 0;
	padding-bottom: 0px;
}

.dropdown.show .u-dropdown {
	max-height: 300px;
	opacity: 1;
	/* width:max-content; */
	min-width: 230px;
	
}

.dropdown.show .u-dropdown .dropdown-divider {
	margin:0px;
	border-top: 1px solid #757575;
}
.dropdown.show-drop .u-dropdown {
	max-height: 300px;
	opacity: 1;
	
}

.dropdown.show-drop .u-dropdown .dropdown-divider {
	margin:0px;
	border-top: 1px solid #757575;
}

.u-dropdown a:hover {
	background: #5B5B5B !important;
	border-radius: 0px;
}

.participants-header .participant-navbar a.p_name img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-left: 10px;
}

.participants-header .navbar-expand-lg .navbar-nav li a:hover,
.participants-header .navbar-expand-lg .navbar-nav li.active a  {
	background: #000 !important;
    border-radius: 0px !important;
    color: #fff !important;
}

.participants-header .participant-navbar ul li a span.badge,
.participants-header .participant-navbar a.notification-link span.badge {
	position: absolute;
    top: 4px;
    right: 3px;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    font-weight: 400;
    line-height: 12px;
    font-size: 9px;
}
.participants-header .participant-navbar ul li a span.badge.chat{
	right: -8px;
}

.navbar-toggler-p {
	width: 40px;
    height: 45px;
    background: none;
	border-radius: 0px;
	color: #fff;
	border: none;
	text-align: right;
	padding: .25rem 0;
	text-align: center;
}

.navbar-toggler-p:focus {
	box-shadow: none;
	outline: 0px;
}

.status-control {
	position: relative;
}

.status-control .status-icn {
	width: 10px;
	height: 10px;
	margin-right: 5px;
	border-radius: 50%;
	background-color: #C2C2C2;
	display: inline-table;
    position: relative;
    top: 1px;
}
.status-control .status-icn.online {
	background-color: #36d108;
}
.status-control .status-icn.offline {
	background-color: gray;
}


.status-control .status-icn.invisible-status {
	border: 2px solid #C2C2C2;
	background-color: #2C3135;
    
}



.set-status-time p, 
.set-status-time .form-control {
	font-size: 14px;
}

.participants-listing form .form-row .input-group-prepend span {
	border-radius: 25px 0px 0px 25px;
	border-right: 0px;
	background: transparent;
	color: #9E9E9E;
	font-size: 14px;
}

.participants-listing form .form-row .form-control {
	border-radius: 0px 25px 25px 0px;
	font-size: 12px;
	border-left: 0px;
	padding-left: 0px;
}

.participants-listing form .form-row .form-control:focus {
	box-shadow: none;
}

.participants-listing .participant-container {
	max-width: 960px;
}

.participants-listing .participants-list-sec th i {
	color: #9E9E9E;
    position: relative;
    margin-left: 10px;
    cursor: pointer;
}

.table-responsives td {
    border-bottom: 1px solid #dee2e6;
}

.participants-listing .participants-list-sec tr:hover {
	background-color: #F9F9F9;
}

.participants-listing .participants-list-sec thead tr:hover {
	background-color: #fff;
}

.participants-listing .participants-list-sec tr td .spk_info-div {
	overflow: hidden;
	cursor: pointer;
	display: flex;
}

.participants-listing .participants-list-sec tr td .spk_info-div:hover span {
	text-decoration: underline;
}


.participants-listing .participants-list-sec tr td .participant-image img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	max-width: unset;
}	

.participants-listing .participants-list-sec tr td .participant-image {
    position: relative;
	float: left;
	cursor: pointer;
	height: 100%;
}

.participants-listing .participants-list-sec tr td .participant-details {
	float: left;
	cursor: pointer;
	height: auto;
	font-size: 13px;
    font-weight: 600;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* .participants-listing .participants-list-sec tr td .participant-image::before {
	content: '';
	position: absolute;
	top:0;
	right: -1px;
	width: 9px;
	height: 9px;
	background: #36D108;
	border: 2px solid #fff;
	border-radius: 100%;
} */
.participants-listing .participants-list-sec tr td .offline {
	content: '';
	position: absolute;
	top:0;
	right: -2px;
	width: 12px;
	height: 12px;
	background: gray;
	border: 2px solid #fff;
	border-radius: 100%;
}
.participants-listing .participants-list-sec tr td .online {
	content: '';
	position: absolute;
	top:0;
	right: -2px;
	width: 12px;
	height: 12px;
	background: #36D108;
	border: 2px solid #fff;
	border-radius: 100%;
}
.participants-listing .participants-list-sec tr td .post {
	color: #5B5B5B;
	font-size: 12px;
	font-weight: 500;
}

.participants-list-sec tr td .btn-primary {
	background: #0A66AC !important;
	border-color: #0A66AC !important;
	border-radius: 4px;
	color: #fff !important;
	font-size: 15px;
	border-radius: 4px !important;
}

.participants-list-sec tr td .btn-primary:hover {
	background: #fff !important;
	color: #0A66AC !important;
}

.participants-list-sec tr td .btn-default {
	background: #0A66AC !important;
	border-color: #0A66AC !important;
	color: #fff !important;
	border-color: #0A66AC;
	border-radius: 4px;
	font-size: 15px;
	border-radius: 4px !important;
}

.participants-list-sec tr td .btn-default:hover {
	background: #fff !important;
	color: #0A66AC !important;
}

.participants-list-sec tr td .btn {
	visibility: hidden;
}

.participants-list-sec tr:hover td .btn {
	visibility: visible;
}

@media (max-width: 767px) {

	.switch-txt {
		font-size: 12px !important;
	} 

	.chat-opt i {
		font-size: 25px;
		color: #0a66ac;
	}
	.participants-listing .participants-list-sec tr td .online{
		right: 0px;
		left: 23px;
	}
	.participants-listing .participants-list-sec tr td .offline{
		right: 0px;
		left: 23px;
	}
}

@media (max-width: 330px) {
	.chat-opt i {
		font-size: 20px;
	}
}
/* ====Participant detail modal===== */

.modall.left .modal-dialog {
	position: fixed;
	margin: auto;
	width: 480px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
			-o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
}


.modall.left .modal-content {
	height: 100%;
	overflow-y: auto;
	border-radius: 0px;
}

.modall.left .modal-body {
	padding: 20px 35px;
}

.modall.left .modal-body p.details {
	font-size: 14px;
}

.modall.left .modal-body a.text-dark {
	font-size: 12px;
}

/*Left*/
.modall.left.fade {
	position: absolute;
	top: 0px;
	z-index: 9999;
}

.modall.left.fade::before {
	content:'';
	width: 100%;
	position: absolute;
}
.modall.left.fade .modal-dialog{
	left: -480px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
			-o-transition: opacity 0.3s linear, left 0.3s ease-out;
			transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modall.left.fade.show {
	width: 100%;
    height: calc(100vh - 131px);
	/* background: rgb(0 0 0 / 44%); */
	background: transparent;
}
	
.modall.left.fade.show .modal-dialog{
	left: 0;
	z-index: 99999999;
}

.modall.left.fade .modal-dialog .participant-image img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.modall.left.fade .modal-dialog .participant-details .spk-full-name {
	font-size: 18px;
	font-weight: 600;
}

.modall.left.fade .modal-dialog .participant-details .post {
	font-size: 14px;
	font-weight: 400;
}

.modall.left.fade .modal-dialog .close-icons,
.modall.left.fade .modal-dialog .closed-icons {
    position: absolute;
    cursor: pointer;
    opacity: 1;
    width: 32px;
    height: 32px;
    background: #F2F2F2;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    right: 10px;
    top: 10px;
}

.modall.left.fade .modal-dialog .close-icons:hover,
.modall.left.fade .modal-dialog .closed-icons:hover {
	opacity: 0.5;
}

.modall.left.fade .modal-dialog .btn {
	background-color: #0A66AC !important;
	border-color: #0A66AC !important;
	color: #fff !important;
	width: 180px;
	border-radius: 4px !important;
}


.modall.left.fade .modal-dialog .spk-detail-text {
	overflow: auto;
	height: calc(100vh - 396px);
	/* overflow-y: scroll; */
}

.modall.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 480px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
			-o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
}


.modall.right .modal-content {
	height: 100%;
	overflow-y: auto;
	border-radius: 0px;
}

.modall.right .modal-body {
	padding: 20px 35px;
}

.modall.right .modal-body p.details {
	font-size: 14px;
}

.modall.right .modal-body a.text-dark {
	font-size: 12px;
}


/*Right*/
.modall.right.fade {
	position: absolute;
    top: 0px !important;
}
.modall.right.notification-modal {
    /* top: 143px; */
}
.modall.right.fade::before {
	content:'';
	width: 100%;
	position: absolute;
}
.modall.right.fade .modal-dialog{
	right: -480px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
			-o-transition: opacity 0.3s linear, right 0.3s ease-out;
			transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modall.right.fade.show {
	width: 100%;
	/* height: calc(100vh - 143px); */
	height: 100%;
	background: rgb(0 0 0 / 44%);
	z-index: 9999;
}
	
.modall.right.fade.show .modal-dialog{
	right: 0;
	z-index: 99999999;
}

.modall.right.fade .modal-dialog .participant-image img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.modall.right.fade .modal-dialog .participant-details .spk-full-name {
	font-size: 18px;
	font-weight: 600;
}
.modall.right.fade .modal-dialog .participant-details .post .spk-full-name {
	font-size: 15px;
	font-weight: 600;
}

.modall.right.fade .modal-dialog .participant-details .post {
	font-size: 14px;
	font-weight: 400;
	margin-right: 25px;
}

.modall.right.fade .modal-dialog .close-icons,
.modall.right.fade .modal-dialog .closed-icons {
    position: absolute;
    cursor: pointer;
    opacity: 1;
    width: 32px;
    height: 32px;
    background: #F2F2F2;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    right: 10px;
	top: 10px;
	z-index: 99;
}

.modall.right.fade .modal-dialog .close-icons:hover,
.modall.right.fade .modal-dialog .closed-icons:hover {
	opacity: 0.5;
}

.modall.right.fade .modal-dialog .btn {
	background-color: #0A66AC !important;
	border-color: #0A66AC !important;
	color: #fff !important;
	width: 180px;
	border-radius: 4px !important;
}

.modall.right.fade .modal-dialog .spk-detail-text {
	overflow: auto;
	/* height: calc(100vh - 330px); */
	height: calc(100vh - 395px);
    /* overflow-y: scroll; */
}

.spk-detail-text::-webkit-scrollbar {
    width: 5px;
}
 
.spk-detail-text::-webkit-scrollbar-thumb {
    border-radius: 0px;
	background:#B7B6B6;
}

.modall.left.m-modal .modal-dialog {
	width: 980px !important;
	max-width: 980px;
	left: -980px;
	/* -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
			-o-transition: opacity 0.3s linear, left 0.3s ease-out;
			transition: opacity 0.3s linear, left 0.3s ease-out; */
}

.m-modal .modal-dialog .modal-header {
	padding-left: 30px;
}

.m-modal .modal-dialog .modal-body {
	padding: 20px 30px;
}

.m-modal .modal-dialog .modal-body.l-side-body {
	height: calc(100vh - 190px);
    overflow: hidden;
    overflow-y: scroll;
}

.m-modal .modal-dialog .modal-body.l-side-body::-webkit-scrollbar {
    width: 5px;
}
 
.m-modal .modal-dialog .modal-body.l-side-body::-webkit-scrollbar-thumb {
    border-radius: 0px;
	background:#B7B6B6;
}

.m-modal .modal-dialog .modal-body.l-side-body .b-row span {
	position: absolute;
    top: 0;
    right: 5px;
    font-size: 12px;
    color: #5B5B5B;
}

.m-modal .modal-dialog .modal-body form label {
	font-size: 12px;
	font-weight: 400;
}

.m-modal .modal-dialog .modal-body form .form-control {
	background-color:#F6F5F7;
	border-radius: 4px;
	border-color: transparent;
}

.m-modal .modal-dialog .modal-body form .form-control:focus {
	box-shadow: none;
	outline: none;
}

.m-modal .modal-dialog .modal-body form .input-group .input-group-prepend span {
	border-radius: 25px 0px 0px 25px;
    border-right: 0px;
    background: #F6F5F7;
    color: #9E9E9E;
	font-size: 14px;
	border-color: transparent;
}

.m-modal .modal-dialog .modal-body form .input-group .form-control {
    border-radius: 0px 25px 25px 0px;
    font-size: 14px;
    border-left: 0px;
    padding-left: 0px;
}

.m-modal .modal-dialog .modal-body ul.r-side-list {
	height: calc(100vh - 260px);
	overflow: hidden;
	overflow-y: scroll;
}

.m-modal .modal-dialog .modal-body ul.r-side-list::-webkit-scrollbar {
    width: 5px;
}
 
.m-modal .modal-dialog .modal-body ul.r-side-list::-webkit-scrollbar-thumb {
    border-radius: 0px;
	background:#B7B6B6;
}

.m-modal .modal-dialog .modal-body ul li {
	padding-bottom: 0px;
	position: relative;
}

.m-modal .modal-dialog .modal-body ul li .add-btnn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #84857F;
	line-height: 19px;
	cursor: pointer;
}

.m-modal .modal-dialog .modal-body ul li .add-btnn img {
	width: 8px;
    transform: rotate(45deg);

}

.m-modal .modal-dialog .modal-body.l-side-body ul li .add-btnn img {
	width: 8px;
    transform: rotate(0deg);
}

.m-modal .modal-dialog .modal-body ul li .chat-u-img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: relative;
}

/* .m-modal .modal-dialog .modal-body ul li .chat-u-img::before {
	content:'';
	position: absolute;
	top:-1px;
	right: 0px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #36D108;
	border: 2px solid #fff;

} */

.m-modal .modal-dialog .modal-body ul li .chat-u-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.m-modal .modal-dialog .modal-body ul li .chat-u-name {
	font-size: 14px;
	font-weight: 600;
}

.m-modal .modal-dialog .modal-body ul li .post-title {
	font-size: 12px;
	font-weight: 400;
	color: #5B5B5B;
}

.datepicker td, .datepicker th {
	width: 2.5rem !important;
    height: 2.5rem !important;
    font-size: 0.85rem;
}

.clockpicker-popover {
	z-index: 9999999999 !important;
}

/* .datepicker {
    margin-bottom: 3rem !important;
} */

.flatpickr-calendar, .mdtimepicker {
	z-index: 99999999999 !important;
}

.flatpickr-wrapper {
	width: 100% !important;
}

.mdtimepicker {
	transition: background-color 0s ease !important;
}

.mdtimepicker .mdtp__wrapper {
	top: 24px !important;
	bottom: auto !important;
}

@media (min-width) {
	.accout-sec-mob {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1245px) {
	.participants-list-sec tr td .btn-primary:hover {
		margin-bottom: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.participants-header .participant-navbar ul li a, 
	.participants-header .participant-navbar a {
		padding: 5px 10px !important;
	}
}


@media (max-width: 992px) {
	.participants-header .container-fluid {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.participants-header .container-fluid .row {
		margin-right: 0;
		margin-left: 0;
	}

	.participants-header .participant-navbar .navbar-nav {
		/* border-top: 1px solid #777;
		padding-left: 0px !important;
		padding-right: 0px !important; */
		padding: 0px !important;
	}
	/* .offline{
		right: 14px !important;
	}
	.online{
		right: 14px !important;
	} */
	.online_status{
		right: 14px !important;
	}
	.offline_status{
		right:14px !important
	}

	.participants-header .participant-navbar ul li a span.badge {
		position: relative;
		top: 0px;
		right: -15px;
	}

	.participants-header .participant-navbar ul li a.p_name {
		border-left: none;
		/* border-top: 1px solid #777; */
	}

	.participants-listing .participants-list-sec tr td .participant-image {
        position: relative;
        float: none;
        display: block;
        width: 48px;
        height: 48px;
        top: -15px;
    }
    
    .participants-listing .participants-list-sec tr td .participant-details {
        float: none;
        display: block;
    }
        .table-responsives td, .table-responsives tr { 
        display: block; 
	}

	.participants-list-sec tr td .btn {
		display: block;
	}

	.modall.left.fade.show .modal-dialog {
		position: relative;
		height: 100%;
	}

	.modall.left.fade {
		height: 100%;
	}

	.modall.left.fade.show {
		position: fixed !important;
		height: 100vh;
	}

	.modall.right.fade.show .modal-dialog {
		position: relative;
		height: 100%;
	}

	.modall.right.fade {
		height: 100%;
		z-index: 999999;
	}

	.modall.right.fade.show {
		position: fixed !important;
		height: 100vh;
	}
	.modall.right.notification-modal h5{
		/* max-width: 75%; */
	}
}

@media (max-width: 767px) {
	/* .participants-header .participant-navbar ul li a, 
	.participants-header .participant-navbar a {
		padding: 5px 10px !important;
	} */

	.participants-header .participant-navbar a.p_name {
		border-left: 0px;
	}

	.participants-header .participant-navbar a.notification-link span.badge {
		top: 4px;
    	right: -4px;
	}

	.participants-listing .participants-list-sec tr td .participant-image {
		top: 0px;
		float: left;
	}

	.modall.left.fade .modal-dialog .btn,
	.modall.right.fade .modal-dialog .btn {
		width: 140px;
		font-size: 13px;
	}

	.modall.left.m-modal .modal-dialog {
		width: 100% !important;
		left: -400px;
	}

	.modall.right.fade.show .modal-dialog {
		width: 100%;
	}

	.m-modal .modal-dialog .modal-body.l-side-body {
		height: calc(100vh - 190px) !important; 
	}

	.modall.show {
		width: 100%;
	}
	.modall.right.fade .modal-dialog .spk-detail-text {
		height: calc(100vh - 250px);
	}
}

@media (max-width: 500px) {
	.modall.left .modal-dialog {
		width: 100%;
	}

	.modall.left .modal-body {
		padding: 15px 25px;
	}
}
.participant_body {
	height: 567px;
	overflow: hidden;
	overflow-y: scroll;
}
.participant_body-before {
	position: relative;
}

.participant_body-before::before {
	content: '';
	position: fixed;
	background: rgb(0 0 0 / 44%);
	height: 100%;
	width: 100%;
	z-index: 999;
	/* top: 131px; */
}
@media (max-width: 992px) {
	.participant_body-before::before {
		display: none;
	}
}
/* End Participant Modal styles */
@media (min-width) {
	.accout-sec-mob {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1245px) {
	.participants-list-sec tr td .btn-primary:hover {
		margin-bottom: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.participants-header .participant-navbar ul li a, 
	.participants-header .participant-navbar a {
		padding: 5px 11px !important;
		/* font-size: 12px; */
	}
	
	.participants-header .participant-navbar a.p_name[data-abbr]::before {
		content: attr(data-abbr); 
	}
	
	.participants-header .participant-navbar a.p_name span {
		display: none; 
	}
	
	/* .participants-header .participant-navbar a.p_name img {
		width: 30px;
		height: 30px;
	} */
	.participants-header .participant-navbar a.p_name .img-div {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		margin-left: 10px;
		display: inline-table;
		text-align: center;	
		position: relative;
	}
	
	.participants-header .participant-navbar a.p_name .img-div img {
		width: 30px;
		height: 30px;
		border-radius: 50%;
	}
	
	.participants-header .participant-navbar a.p_name .img-div::after {
		content: '';
		position: absolute;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		right: 0;
		top: 1px;
		background-color:#C2C2C2 ;
		border: 2px solid #fff;
	}
	
	.participants-header .participant-navbar a.p_name .img-div.invisible-status::after {
		background-color: #2C3135;
		border: 2px solid #C2C2C2;
	}
	
	.participants-header .participant-navbar a.p_name .img-div.online::after {
		background-color: #36d108;
		border: 2px solid #fff;
	}
	.participants-header .participant-navbar a.p_name .img-div.offline::after {
		background-color: gray;
		border: 2px solid #fff;
	}
	.participants-header .participant-navbar ul li a span.badge, 
	.participants-header .participant-navbar a.notification-link span.badge {
		top: 4px;
		right: 2px;
		height: 17px;
		width: 17px;
		line-height: 10px;
		font-size: 10px;
	}
}
@media (min-width: 1200px) and (max-width: 1350px) {
	.participants-header .participant-navbar a.p_name[data-abbr]::before {
		content: attr(data-abbr); 
	}
	
	.participants-header .participant-navbar a.p_name span {
		display: none; 
	}
}

@media (min-width: 992px) and (max-width: 1100px) {
	.participants-header .participant-navbar ul li a,
	.participants-header .participant-navbar a {
		padding: 5px 7px !important;
		font-size: 12px;
	}
}
@media (min-width: 1200px) and (max-width: 1250px) {
	.participants-header .participant-navbar ul li a,
	.participants-header .participant-navbar a {
		padding: 5px 15px !important;
		font-size: 12px;
	}
}
@media (max-width: 992px) {
	.participants-header .participant-navbar a.p_name img{
		margin-left: 0px;
	}
	.participants-header .container-fluid {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.participants-header .container-fluid .row {
		margin-right: 0;
		margin-left: 0;
	}

	.participants-header .participant-navbar .navbar-nav {
		border-top: 1px solid #777;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.participants-header .participant-navbar ul li a span.badge,
	.participants-header .participant-navbar ul li a span.badge.chat {
		position: relative;
		top: -8px;
		right: 1px;
	}

	.participants-header .participant-navbar ul li a.p_name {
		border-left: none;
		border-top: 1px solid #777;
	}

	.participants-listing .participants-list-sec tr td .participant-image {
        position: relative;
        float: none;
        display: block;
        width: 48px;
        height: 48px;
        top: -15px;
    }
    
    .participants-listing .participants-list-sec tr td .participant-details {
        float: none;
        display: block;
    }
        .table-responsives td, .table-responsives tr { 
        display: block; 
	}

	.participants-list-sec tr td .btn {
		display: block;
	}
}

@media (max-width: 767px) {
	.participant_body{
		min-height: 100vh;
	}
	.participants-header .participant-navbar ul li a, 
	.participants-header .participant-navbar a {
		padding: 5px 10px !important;
	}

	.participants-header .participant-navbar a.p_name {
		border-left: 0px;
	}

	.participants-header .participant-navbar a.notification-link span.badge {
		top: 4px;
    	right: -4px;
	}

	.participants-listing .participants-list-sec tr td .participant-image {
		top: 0px;
		float: left;
	}
}


/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 20px;
}
  
/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
  
/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: .4s;
	transition: .4s;
}
.switch .slider {
	background-color: #ccc;
}
.switch .slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 2px;
	bottom: 1px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
  
input:checked + .slider {
	background-color: #36d108;
}

input:focus + .slider {
	box-shadow: 0 0 1px #36d108;
}

input:checked + .slider:before {
	-webkit-transform: translateX(14px);
	-ms-transform: translateX(14px);
	transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 100px;
}

.slider.round:before {
	border-radius: 50%;
}

.switch-txt {
	font-size: 14px;
}

/* ==== CHAT SCREEN STYLES==== */
.participants-chat .chat-box-area {
	height: calc(100vh - 155px);
    overflow: hidden;
    width: 100%;
    position: relative;
} 
.participants-chat .list-side {
	background: #F2F2F2;
	border: 1px solid #E5E5E5;
    border-radius: 0px;
}
.participants-chat .chat-list-header {
	border-bottom: 1px solid #E5E5E5;
	height: 70px;
}

.participants-chat .chat-list-header span {
	font-size: 20px;
	font-weight: 600;
	margin-left: 30px;
}

.participants-chat .chat-list-header .btn {
	background-color: #0A66AC  !important;
	border-color: #0A66AC ;
	position: relative;
	border-radius: 4px !important;
	font-size: 13px;
	color: #fff !important;
}

.participants-chat .chat-list-header .btn:hover {
	color: #fff !important;
	background-color: #000  !important;
	border-color: #000;
}

.participants-chat .chat-list {
	height: calc(100vh - 230px);
	overflow-y: scroll;
	/* padding-left: 35px; */
}

.chat-list::-webkit-scrollbar {
    width: 5px;
}
 
.chat-list::-webkit-scrollbar-thumb {
    border-radius: 0px;
	background:#B7B6B6;
}

.participants-chat .chat-list ul li  {
	border-radius: 0px !important;
	border-color: #E5E5E5;
	cursor: pointer;
	padding-left: 40px;
}

.participants-chat .chat-list ul li:hover,
.participants-chat .chat-list ul li.active {
	background-color: #fff;
	color: #000 !important;
}

.participants-chat .chat-list .list-group-item {
	border-right: 0px;
	border-left: 0px;
	border-top:0px;
	margin-bottom:0;
	border-bottom: 1px solid #E5E5E5;
	background: #F2F2F2;
}

.participants-chat .chat-list ul li .chat-u-img {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100%;
}

.chat-card .card-header .chat-u-img {
	width: 35px;
	height: 35px;
	position: relative;
	float: left;
}

.participants-chat .chat-list ul li .chat-u-img::after,
.chat-card .card-header .chat-u-img::after {
	/* content: '';
	position: absolute;
	top: -1px;
    right: 0px;
	width: 12px;
	height: 12px;
	background: #36D108;
	border: 2px solid #fff;
	border-radius: 100%; */
}
.online-chat{
	content: '';
	position: absolute;
	top: -1px;
    right: 0px;
	width: 12px;
	height: 12px;
	background: #36D108;
	border: 2px solid #fff;
	border-radius: 100%;
}
.offline-chat{
	content: '';
	position: absolute;
	top: -1px;
    right: 0px;
	width: 12px;
	height: 12px;
	background: grey;
	border: 2px solid #fff;
	border-radius: 100%;
}
.offline-chat{
	content: '';
	position: absolute;
	top: -1px;
    right: 0px;
	width: 12px;
	height: 12px;
	background: grey;
	border: 2px solid #fff;
	border-radius: 100%;
}
.hidden-chat{
	content: '';
	position: absolute;
	top: -1px;
    right: 0px;
	width: 12px;
	height: 12px;
	background: black;
	border: 2px solid #fff;
	border-radius: 100%;
}


/* .offline{
	content: '';
	position: absolute;
	top: -1px;
    right: 0px;
	width: 12px;
	height: 12px;
	background: grey;
	border: 2px solid #fff;
	border-radius: 100%;
} */
.chat-card .card-header .chat-u-img::after {
	top: -4px;
    right: -2px;
}

.participants-chat .chat-list ul li .chat-u-img img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	object-fit: cover;
}

.participants-chat .chat-list ul li .chat-u-name {
	font-size: 14px;
	font-weight: 600;
	/* line-height: 54px; */
	position: relative;
}
.participants-chat .chat-list ul li .chat-u-name p.h-name {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0px;
	position: relative;
	width: 60%;
	color: #000;
	float: none;
}

.participants-chat .chat-list ul li .chat-u-name p.h-name span {
	position: absolute;
	right: 30px;
	top: 0;
}
.participants-chat .chat-list ul li .chat-u-name span.badge {
	/* float: right; */
	position: absolute;
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
	padding: 0px;
	transition: opacity 0.3s;
	opacity: 1;
	right: -10px;
}
.participants-chat .chat-list ul li .chat-u-name span {
	position: absolute;
	right: 30px;
	top: 0;
}
.participants-chat .chat-list ul li .chat-u-name span.badge.closed {
	transition: opacity 0s;
	opacity: 0;
}

.chat-u-name span, .chat-u-name p {
	color: #84857F;
	font-size: 12px;
	max-width: 280px;
    float: left;
}

.participants-chat .chat-screen-header {
	border: 1px solid #E5E5E5;
	background-color: #f8f8f8;
	position: relative;
	height: 80px;
}

.participants-chat .chat-screen-header .chat-u-img img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
}

.participants-chat .chat-screen-header .chat-u-name {
	font-size: 14px;
	font-weight: 600;
	line-height: 54px;
}

.participants-chat .chat-message-area {
	/* border-top: 1px solid #E5E5E5; */
	background-color: #f8f8f8;
	position: relative;
	height: 100%;
}

participants-chat .chat-message-area .message-row {
	position: relative;
}

.participants-chat .chat-message-area .message-row .chat-u-img {
	position: absolute;
    bottom: 0;
    right: 0;
}

.participants-chat .chat-message-area .message-row .chat-u-img img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
}

.user-msg-send {
	border-radius: 30px;
	border-bottom-left-radius: 0px;
	background-color: #D4EBFC;
	border-color: #D4EBFC;
	font-size: 13px;
}

.user-msg-receive {
	border-radius: 30px;
	border-bottom-left-radius: 0px;
	background-color: #fff;
	border: 1px solid #E5E5E5;
	font-size: 13px;
}


.card.chat-inner::-webkit-scrollbar {
    width: 5px;
}
 
.card.chat-inner::-webkit-scrollbar-thumb {
    border-radius: 0px;
	background: #B7B6B6;
}

.chat-card .card-header .chat-u-img img {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	object-fit: cover;
}

.chat-card .card-header {
	background-color: #fff;
	position: relative;
	height: 68px;
	border: 1px solid #E5E5E5 !important;
}

.chat-card .card-header h6 {
	font-size: 14px;
	font-weight: 600;
	line-height: 35px;
}

.chat-card .card-header .close-icon {
	position: relative;
	/* top: 40%;
	right: 15px; */
	cursor: pointer;
	opacity: 1;
	width: 32px;
	height: 32px;
	background:#F2F2F2;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
}

.chat-card .card-header .close-icon img {
	width: 13px;
}

.chat-card .card-header .close-icon:hover {
	opacity: 0.4;
}

.chat-card .card-header .btn-sch {
	background: #0A66AC !important;
	font-size: 13px !important;
	margin-right: 30px;
	border-color: #0A66AC;
	float: right;
	border-radius: 4px !important;
	color: #fff !important;
}

.chat-card .card-header .btn-sch:hover {
	background: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}

.card.chat-inner {
	/* height: auto; */
	background-color: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
	height: calc(100vh - 287px);
	border-top: 0;
	border-bottom:0;
}

.send-msg, .receive-msg {

	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.date-status, .call-log {
	position: relative;
	padding-top:10px;
	padding-bottom: 10px;
	text-align: center;
	color: #848484;
	font-size: 12px;
}

.call-log {
	font-size: 10px;
}

.date-status::after {
	content: '';
	position: absolute;
	width: 40%;
	height: 1px;
	background-color: #b6b4b4;
	top: 18px;
    left: 0;
}

.date-status::before {
	content: '';
	position: absolute;
	width: 40%;
	height: 1px;
	background-color: #b6b4b4;
	top: 18px;
    right: 0;
}
#sideMenu a:hover{
	background:var(--secondary);
	color: #fff
}

.call-log span {
	color: #000;
	font-weight: 600;
	font-size: 12px;
}

.call-log span.duration {
	color: #848484;
	font-weight: 400;
}

.receive-msg a {
	background: #D4EBFC;
	color: #000 !important;
	border-radius: 20px 20px 3px 20px;
	display: block;
	max-width: 75%;
	padding: 7px 13px 7px 13px;
	font-size: 13px;

	}

.receive-msg:before {

	content: attr(data-is);
	position: absolute;
	right: 15px;
	bottom: -10px;
	display: block;
	font-size: 11px;
	color: rgba(84, 110, 122,1.0);
	}

.send-msg a {
	background: #fff;
	color: #000 !important;
	border-radius: 20px 20px 20px 3px;
	border: 1px solid #E5E5E5;
	display: block;
	max-width: 75%;
	padding: 7px 13px 7px 13px;
	font-size: 13px;
	}
	
.send-msg:before {

	content: attr(data-is);
	position: absolute;
	left: 13px;
	bottom: -10px;
	display: block;
	font-size: 11px;
	color: rgba(84, 110, 122,1.0);
  
	}

.send-msg a span, .receive-msg a span {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
}

.receive-msg a span {
	color: #0962D8;
}

.enter-text {
	background: #F2F2F2;
	border: 1px solid #E5E5E5;
    border-radius: 0px;
}

.chat-form input {
	font-size: 12px;
	border: 1px solid #E9E9E9;
	background: #fff;
	height: 45px !important;
	border-radius: 0px;
}

.chat-form .btn {
	background-color: transparent !important;
	color: #000 !important;
	text-align: center;
	padding: 0px 0px;
	border-radius: 4px !important;
	border: 0;
}

.chat-form .btn:hover {
	background-color: transparent !important;
	color: #fff !important;
	border: 0px !important;
	border-color: transparent !important;
}

.chat-form .btn:hover svg path {
	fill: #0962D8 !important;
}

.chats {
	overflow: hidden;
	position: relative;
	left: 0;
	transition: opacity 0.3s;
  	opacity: 1;
}
.chats-closed{
	overflow: hidden;
	position: relative;
	left: 0;
	transition: opacity 0.3s;
  	opacity: 0;
}

.chats.close {
	left: -100%;
	z-index: -1;
}

/* == Modal chat lise == */

.modal .participants-chat .chat-list {
	height: auto;
	max-height: 300px;
}

.modal .participants-chat .chat-list ul li .chat-u-img,
.modal .participants-chat .chat-list ul li .chat-u-img img {
	width: 30px;
	height: 30px;
}

.modal .participants-chat .chat-list ul li .chat-u-name {
	font-weight: 400;
}

.modal .participants-chat .chat-list ul li .chat-u-name .post {
	color: #5B5B5B;
	font-size: 12px;
}

.modal .participants-chat .chat-list .list-group-item {
	background: #fff;
}

.modal .participants-chat .chat-list .list-group-item:hover {
	background: #F2F2F2;
	cursor: default;
}

.modal .participants-chat .chat-list ul li {
	padding-left: 10px;
	border-bottom: none;
}

.modal .participants-chat .chat-list ul li .c-btn {
	display: none;
	position: absolute;
	top: 50%;
    right: 10px;
    transform: translate(-5%, -50%);
	-webkit-transform: translate(-5%, -50%);
}

.modal .participants-chat .chat-list ul li .c-btn .btn {
	background: #0A66AC !important;
	border-color: #0A66AC !important;
	border-radius: 4px !important;
	font-size: 13px;
	color: #fff !important;
}

.modal .participants-chat .chat-list ul li .c-btn .btn:hover {
	background: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}
.list-modal button {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 23px;
    color: #0A66AC;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.list-modal button:hover {
	color: #000;
}

.list-modal .modal-header h3 {
	font-size: 20px;
    font-weight: 600;
}
@media (max-width: 1200px) and (min-width: 768px) {
	.participants-chat .chat-list ul li .chat-u-img img {
		width: 35px;
		height: 35px;
	}

	.participants-chat .chat-list ul li .chat-u-img::after, .chat-card .card-header .chat-u-img::after {
		right: 10px;
	}

	.chat-u-name p {
		width: 80%;
	}
}
@media (max-width: 1315px) {
	.participants-chat .chat-list ul li .chat-u-name p.h-name span {
		right: 0px;
	}
}
@media (max-width: 767px) {
	.chats {
		width: 100%;
		height: 100%;
	}
	.chats-closed {
		display: none;
	}

	.participants-chat .chat-list-header span {
		margin-left: 10px;
	}

	.participants-chat .chat-list {
		padding-left: 10px;
	}

	.participants-chat .chat-list ul li {
		padding-left: 10px;
	}

	.chat-card .card-header {
		height: 95px;
	}

	.chat-card .card-header .btn-sch {
		background: #0A66AC !important;
		font-size: 13px !important;
		margin-right: 0px;
		border-color: #0A66AC;
		position: absolute;
		bottom: 5px;
		left: 15px;
	}

	.col-chat-mob {
		position: absolute;
		top: 0;
		z-index: 9999;
	}

	.modal .participants-chat .chat-list ul li .c-btn-mob {
		display: block;
		position: relative;
		float: left;
		left: 0px;
		margin-bottom: 10px;
		top: 5px;
	}
	.modal .participants-chat .chat-list ul li .c-btn-mob .btn {
		background: #0A66AC !important;
		border-color: #0A66AC !important;
		border-radius: 4px !important;
		font-size: 13px;
		color: #fff !important;
	}
	
	.modal .participants-chat .chat-list ul li:hover .c-btn {
		display: none !important;
	}

	.modal .participants-chat .chat-list .list-group-item {
		margin-bottom: 20px;
	}

	.modal .participants-chat .chat-list .list-group-item:hover {
		background: #fff !important;
	}

	.modal .participants-chat .chat-list ul li .chat-u-img,
	.modal .participants-chat .chat-list ul li .chat-u-img img {
		width: 50px;
		height: 50px;
	}

	.chats {
		position: fixed;
		left: 0;
		top: 0;
		height: 100vh;
		overflow: hidden;
		height: -webkit-fill-available;
		z-index: 9999;
	}
	.video-main{
		z-index: 9999;
	}
	.video-area {
		position: fixed;
		top: 0;
    	overflow: hidden;
	}

	.card.chat-inner {
		height: calc(100vh - 190px);
		height: -webkit-calc(100vh - 190px);
		padding-bottom: 60px !important;
	}
	.chat-enter-msg {
		position: fixed !important;
		width: 100%;
		bottom: 0;
		left: 0;
	}
	.live_screen .tab-sides .tab-content {
		/* position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 9999; */
	}

	.live_screen .tab-sides .tab-content .tab-pane {
		height: 100%;
		height: -webkit-fill-available;
	}

	.live_stream .tab-sides .tab-content .tab-pane-inner {
		/* height: calc(100vh - 35px); */
		/* height: 100vh;
		height: -webkit-fill-available;
		position: fixed !important;
		top:0;
		left: 0;
		width: 100%;
		overflow: hidden; */
	}

	.tab-pane-question {
		height: calc(100vh - 50px) !important;
	}
	.tab-close-icon {
		position: absolute;
		cursor: pointer;
		opacity: 1;
		width: 25px;
		height: 25px;
		background: #dcdcdc;
		border-radius: 50%;
		text-align: center;
		line-height: 25px;
		right: 20px;
		top: 15px;
		z-index: 999;
	}

	.tab-close-icon img {
		width: 12px;
	}

	.mob-tab-item .nav-link.active {
		background-color: #1B191E !important;
	}

	/* .desktop-tab {
		display: none;
	} */

	.tab-pane-inner .tab-header {
		position: fixed;
		width: 100%;
		background: white;
	}
	.participants-chat .chat-list ul li .chat-u-name p.h-name span {
		right: -10px;
	}
	.participants-chat .chat-list ul li .chat-u-name p.h-name {
		width: 50%;
	}
}

/* @media (min-width: 1460px) {
	.participants-chat .chat-list {
		height: calc(100vh - 20vh); 
	} */

	/* .card.chat-inner {
		height: calc(100vh - 36vh); 42
	}
} */
@media (min-width: 768px) {
	.modal .participants-chat .chat-list ul li:hover .c-btn {
		display: block !important;
	}
}
.full-height {
	height: calc(100vh - 135px);
    overflow: hidden;
}

/** End Chat styles **/

/* ==== Virtual_profile page style ==== */

.v_profile_card .user_img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: relative;
	margin: auto;
	box-shadow: 0px 3px 6px #00000029;
}

.v_profile_card .user_img img {
	width: 100px;
	height: 100px;
	object-fit: cover;
}

.v_profile_card .user_img .c-edit-bt {
	position: absolute;
	top: 30%;
	right: -15px;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	cursor:pointer;
	color: #000;
	line-height: 30px;
	font-size: 15px;
	box-shadow: 0px 3px 6px #00000029;
}

.v_profile_card .user_img .c-edit-bt:hover {
	background: #000;
	color: #fff;
}

.v_profile_card #more-less {
	text-decoration: underline;
	cursor: pointer;
	color: #0A66AC;
}

.v_profile_card #hidden-text {
	display: none;
}

.uploadpreview {
	width: 155px;
	height: 155px;
	margin: auto;
	/* background-image:url('../images/members/Yacoub-Haddad.jpg');
	background-size: 100%; */
	border-radius: 50%;
}

 .uploadpreview img {
	width: 100%;
} 

[type="file"].file-input {
	/* display: none; */
	opacity: 0;
}
.modal [type="file"].file-input {
	display: none;
}
::-webkit-file-upload-button { cursor:pointer; }

/* End Profile Css */
/* ==== video call style ==== */

.video-area {
	position: relative;
	height: 557px;
}

.video-area .video-frame {
	overflow: hidden;
	height: calc(100% - 125px);
	background: #fcfcfc;
}

.video-area .video-btn.closed {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	z-index: 9999;
	background-color: #33333391;
	line-height: 38px;
	cursor: pointer;
}

.video-area .video-btn.expend {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	z-index: 9999;
	background-color: #33333391;
	line-height: 42px;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
}

.video-area .video-btn:hover {
	background: #84878b !important;
}

.video-area .video-frame .video-screen {
	width: 100%;
	height: 100%;
}

.video-area .video-control {
	position: absolute;
	bottom: 0px;
	/* height:100px; */
	width: 100%;
	padding: 30px 0px;
}

.video-area .video-control ul li {
	margin: 0px 15px;
}

.video-area .video-control ul li .btn{
	width: 41px;
	height:41px;
	border-radius: 100% !important;
	text-align: center;
	background-color: #FFFFFF33;
	font-size: 16px;
	line-height: 30px;
	border: 0px !important;
}

.video-area .video-control ul li .btn i {
	color: #fff !important;
}

.video-area .video-control ul li .btn i.fa-microphone-slash {
	position: relative;
    left: -2px;
}

.video-area .video-control ul li .btn.skip-call {
	background-color: #D6383C !important;
	border: 0px !important;
}

.video-area .video-control ul li .btn:hover {
	background: #84878b !important;
}

.video-area .video-control ul li .btn.skip-call i {
	transform: rotate(-135deg);
	/* transform: rotateY(145deg); */
}

.video-area .video-control ul li span {
	color: #979797;
	font-size: 12px;
	position: relative;
}

.video-area .call-time {
	position :absolute;
	width: 150px;
	color: #fff !important;
	font-size: 20px;
	bottom: 12px;
    left: 10px;
    line-height: 22px;
}

.video-area .call-time span {
	color: #979797;
	font-size: 12px;
}

.video-area .your-video {
	position :absolute;
	bottom: -20px;
    right: 25px;
	line-height: 22px;
	color: #979797;
	font-size: 12px;
}

.video-area .your-video .y-video-frame {
	overflow: hidden;
	width: 80px;
	height: 80px;
}

.video-area .your-video .y-video-frame img{
	width: 100%;
}
@media (min-width: 992px){
	.chat-btn {
		display: none;
	}
}
@media (max-width: 991px) {

	.video-area .your-video {
		bottom: -10px;
	}

	.video-area .your-video .y-video-frame {
		width: 60px;
		height: 60px;
	}

	.video-area .call-time {
		width: 130px;
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.video-area {
		height: calc(100vh - 181px);
	}

	.video-area .video-frame {
		height: calc(100% - 105px);
	}

	.video-area .video-control {
		padding: 20px 0px;
	}

	.video-area .call-time {
		display: none;
	}
	.video-area .your-video {
		bottom: 95px;
		right: 15px;
	}
}
/* End Video call Styles */
/* ==== Incoming call modal ==== */
#incomingCall {
	z-index: 9999999;
}
#callingUser {
	z-index: 9999999;
}
#incomingCall .modal-md {
	max-width: 320px;
	margin: auto;
}
#callingUser .modal-md {
	max-width: 320px;
	margin: auto;
}

.modal .incoming-call {
	background-color: #333333;
	border-radius: 14px;
	color: #fff;
}

.modal .incoming-call .incoming-call-body p {
	font-size: 16px;
}

.modal .incoming-call .incoming-call-body .caller-img {
	width: 116px;
	height: 116px;
	margin: auto;
	border-radius: 100%;
	overflow: hidden;
}

.modal .incoming-call .incoming-call-body .caller-img img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	object-fit: cover;
}

.modal .incoming-call .incoming-call-body .call-action ul li .call-btn {
	width: 45px;
	height: 45px;
	color: #fff;
	text-align: center;
	line-height: 47px;
	font-size: 23px;
	border-radius: 100%;
	border: none;
	cursor: pointer;
}

.modal .incoming-call .incoming-call-body .call-action ul li .call-btn:focus {
	outline: none;
	box-shadow: 0px;
}

.modal .incoming-call .incoming-call-body .call-action ul li .call-btn.accept-btn {
	background-color: #269B03;
	position: relative;
}

.modal .incoming-call .incoming-call-body .call-action ul li .call-btn.accept-btn i {
	transform: rotateY(100deg);
	-webkit-transform: rotate(100deg);
}

.modal .incoming-call .incoming-call-body .call-action ul li .call-btn.accept-btn:before,
.modal .incoming-call .incoming-call-body .call-action ul li .call-btn.accept-btn:after {
  content: "";
  position: absolute;
  display: block;
  border: 1px solid #269B03;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  animation: animate 1.5s infinite linear;
  -webkit-animation: animate 1.5s infinite linear;
  opacity: 0;
  backface-visibility: hidden;
}
.modal .incoming-call .incoming-call-body .call-action ul li .call-btn.accept-btn:after {
  animation-delay: 0.5s;
}
@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
  }
}

.modal .incoming-call .incoming-call-body .call-action ul li .call-btn.reject-btn {
	background-color: #D6383C;
	position: relative;
}

.modal .incoming-call .incoming-call-body .call-action ul li .call-btn.reject-btn i {
	transform: rotate(-137deg)
}

.modal .incoming-call .incoming-call-body .call-action ul li .call-btn.reject-btn:before,
.modal .incoming-call .incoming-call-body .call-action ul li .call-btn.reject-btn:after {
  content: "";
  position: absolute;
  display: block;
  border: 1px solid #D6383C;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  animation: animate 1.5s infinite linear;
  opacity: 0;
  backface-visibility: hidden;
}
.modal .incoming-call .incoming-call-body .call-action ul li .call-btn.reject-btn:after {
  animation-delay: 0.5s;
}
@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
  }
}
.modal .incoming-call .incoming-call-body .call-action ul li .call-btn.reject-btn.call-to-rej::after,
.modal .incoming-call .incoming-call-body .call-action ul li .call-btn.reject-btn.call-to-rej::before {
	display: none;
}
.modal .incoming-call .incoming-call-body .call-action ul li span {
	font-size: 13px;
	position: relative;
    top: 10px;
}

@keyframes blink {
    0% {
      opacity: .2;
    }
    20% {
      opacity: 1;
    }
    100% {
      opacity: .2;
    }
}

.call-title span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
	animation-fill-mode: both;
	font-size: 25px;
}

.call-title span:nth-child(2) {
    animation-delay: .2s;
}

.call-title span:nth-child(3) {
    animation-delay: .4s;
}
/* End Incoming call modall css*/

/* My Favorites Styles */
.favourite-listing {
	position: relative;
}
.favourite-listing h6 {
	font-size: 16px;
}
.favourite-listing p {
	font-size: 14px;
	max-width: 90%;
}
.favourite-listing:hover {
	background : #f7f7f7;
}
.favourite-listing i {
	position: absolute;
	top: 15px;
	right: 10px;
	color: #ffd700;
	font-size: 20px;
	cursor: pointer;
}
.favourite-listing h6 span {
    font-weight: 400 !important;
    color: #959595;
    font-size: 14px;
}
.s_list li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: #ddd;
    cursor: pointer;
}
.s_list li img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
/* End My Favorites styles */
/* Agenda favorite styles */
.bookmark-btn {
	position: relative;
	min-height: 24px;
}
.bookmark-btn span {
	display: inline;
	/* margin: 0px 5px; */
	cursor: pointer;
}
.bookmark-btn span.icon-btn, .bookmark-btn span.star-btn {
	padding: 5px 6px;
    border-radius: 4px;
    display: inline-flex;
}
.bookmark-btn span.icon-btn:hover, .bookmark-btn span.star-btn:hover {
	background: #dde4e8;
}
.bookmark-btn span.icon-btn img {
	width: 20px;
	margin: auto;
}
.bookmark-btn span.star-btn {
	position: relative;
	/* bottom: 2px; */
	top: 2px;
}
.bookmark-btn span.star-btn i {
	color: #ffd700;
	font-size: 20px;
}
.hide-scroll {
	overflow: hidden !important;
}
/** End Agenda favorite styles */
/* ==== Notification Listing modal ==== */

.notification-header {
	position: relative;
}

.notification-header span {
	color: #727272;
    font-size: 13px;
    /* position: absolute; */
    /* top: 15px; */
    /* right: 10px; */
    cursor: pointer;
    /* transform: translate(-50%, -50%); */
    /* -webkit-transform: translate(-50%, -50%); */
    font-weight: 700;
}
.notification-header span:hover{
	color:#000;
}

.notification-list {
	cursor: pointer;
}

.notification-list .participant-details span.spk-full-name {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #000000 !important;
	margin-right: 20px;
}

.notification-list .participant-details .post {
	font-size: 13px !important;
	color: #000000 !important;
}

.notification-list .participant-details .post span {
	font-size: 10px;
	color: #84857F;
}

.notification-list .participant-details .close-notification {
    position: absolute;
    cursor: pointer;
    opacity: 1;
    width: 30px;
    height: 30px;
    /* / background: #CECECE; / */
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    right: -7px;
	top: 15%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.notification-list .participant-details .close-notification img {
	width: 13px;
	margin: auto;
}

.notification-list .participant-details .close-notification:hover {
	 background: #CECECE;
}

.notification-list.selected {
	background-color: #F2F2F2;
}

.notification-list .notification-list-icon {
	width: 40px;
	height: 40px;
	background-color: #d2d2d2;
	line-height: 29px;
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
	position: relative;
	font-size: 16px;
	margin: auto;
}

.notification-list .notification-list-icon i.fa-phone {
	transform: rotate(97deg);
	-webkit-transform: rotate(97deg);
	position: relative;
    top: 2px;
    left: 1px;
}

.notification-list .notification-list-icon i.fa-bell {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

span.se-b {
	cursor: pointer;
	color: #007bff;
}

@media (max-width: 767px) {
	.notification-list .participant-details .close-notification {
		right: 0;
	}

	.notification-list .participant-details .post {
		max-width: 90%;
	}
}
/* End Notification Listning */
/* ==== Calendar page style ==== */

.calendar-event .calendar-tab .c_tab-header h5 {
	margin-bottom: 0px;
    line-height: 33px;
}

.calendar-event .calendar-tab .btn-group .btn-c-tab {
	background-color: transparent !important;
	width: 90px;
	font-size: 13px;
	font-weight: 600;
	border-color: #0A66AC !important;
	color: #0a66ac !important;
}

.calendar-event .calendar-tab .btn-group .btn-c-tab:hover {
	background-color: transparent !important;
	border-color: #0A66AC !important;
	color: #0a66ac !important;
}

.calendar-event .calendar-tab .btn-group .btn-c-tab.active {
	background-color:  #0A66AC !important;
	color: #fff !important;
	border-color: #0A66AC !important;
}

.calendar-event .calendar-tab .btn-group .btn-c-tab.rcv {
	border-top-left-radius: 25px !important;
	border-bottom-left-radius: 25px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.calendar-event .calendar-tab .btn-group .btn-c-tab.snd {
	border-top-right-radius: 25px !important;
	border-bottom-right-radius: 25px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.c_tab-body {
	display: none;
}

.c_tab-body.active {
	display: block;
	left: 0px;
}

.c_tab-body .msg-block {
	padding: 20px 20px 20px 40px;
}

.c_tab-body .msg-block p.top {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}

.c_tab-body .msg-block p.spn {
	font-size: 12px;
	font-weight: 600;
}

.c_tab-body .msg-block a {
	color: #0A66AC;
	background: transparent !important;
}

.c_tab-body .spk-rows img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: auto;
}

.c_tab-body .spk-rows h6 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
}

.c_tab-body .spk-rows p {
	font-size: 12px;
	color: #5B5B5B;
	margin-bottom: 5px;
}

.c_tab-body .t_action-btn,
.c_tab-body .t_action-btn.accept:hover {
	width: 150px;
	font-size: 14px;
	border-color: #44B282 !important;
	background-color: #fff;
	color: #44B282 !important;
	border-radius: 4px !important;
	background: transparent !important;
}

.c_tab-body .t_action-btn:hover,
.c_tab-body .t_action-btn.accept {
	background-color: #44B282 !important;
	color: #fff !important;
}
.c_tab-body .t_action-btn.edit {
	background-color: #0A66AC !important;
	color: #fff !important;
	border-color: #0A66AC !important;
}

.c_tab-body .t_action-btn.edit:hover {
	border-color: #0A66AC !important;
	color: #0A66AC !important;
	background: transparent !important;
}

.c_tab-body .t_action-btn.delete-req:hover {
	background-color: #0A66AC !important;
	color: #fff !important;
}

.c_tab-body .t_action-btn.delete-req {
	border-color: #0A66AC !important;
	color: #0A66AC !important;
}
@media (min-width: 992px) {
	.calendar-event .calendar-tab {
		height: calc(100vh - 131px);
		overflow: hidden;
	}
	.content-main {
		min-height: 85vh
	}
}

@media (max-width: 992px) {
	.calendar-event .calendar-tab {
		position: absolute;
		width: 100%;
		overflow: hidden;
		top: 0;
		left: 0;
		z-index: 999;
		background: white;
	}
	.participants-chat .chat-list ul li {
		padding-left: 15px;
	}
	
	.participants-chat .chat-list-header span {
		margin-left: 0px;
	}
	
	.participants-chat .chat-list ul li .chat-u-name {
		padding-right: 30px;
	}
	
	.participants-chat .chat-list ul li .chat-u-name span.badge {
		top: 20px;
	}
}

@media (min-width: 767px) {

	.calendar-event .calendar-tab .c_tab-content .c_tab-body {
		overflow-x: hidden;
		overflow-y: scroll;
		scrollbar-color: #989898 #eaeaea;
		scrollbar-width: thin;
		position: relative;
	}

	.calendar-event .calendar-tab .c_tab-content .c_tab-body::-webkit-scrollbar {
		width:7px;
	}
	
	.calendar-event .calendar-tab .c_tab-content .c_tab-body::-webkit-scrollbar-thumb {
		height: 30px;
		background-color: #989898 ;
	}
}

@media (max-width: 767px) {
	.c_tab-body .t_action-btn {
		width: 125px;
		font-size: 12px;
	}

	.calendar-event .calendar-tab .c_tab-header h5 {
		font-size: 16px;
	}

	.mt-60 {
		margin-top: 60px;
	}
	.rbc-time-view{
		margin-top: 160px;
	}
	.rbc-month-view{
		height: 315px !important;
		margin-top: 140px;
	}
}

@media (max-width: 992px) {
	.tab-invitation-left {
		left: -100%;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		-o-transition: opacity 0.3s linear, left 0.3s ease-out;
		transition: opacity 0.3s linear, left 0.3s ease-out;
		width: 100%;
		position: relative;
	}
	
	.tab-invitation-left.show {
		left: 0;
		z-index: 999;
	}
	
	.tab-invitation-left .close-icons {
		position: absolute;
		cursor: pointer;
		opacity: 1;
		width: 25px;
		height: 25px;
		background: #e8e8e8;
		border-radius: 50%;
		text-align: center;
		line-height: 25px;
		right: 30px;
		top: 2px;
	}

	.btn.see_invitations, .btn.see_invitations:hover {
		background-color: #0A66AC !important;
		color: #fff !important;
		border-color: #0A66AC !important;
		border-radius: 4px !important;
		font-size: 14px;
	}

	.in-hd-dsk {
		display: none !important;
	}
}
@media (min-width: 767px) {
	.calendar-event .calendar-tab {
		height: calc(100vh - 131px);
		overflow: hidden;
	}

	.calendar-event .calendar-tab .c_tab-content .c_tab-body {
		overflow-x: hidden;
		overflow-y: scroll;
		height: calc(100vh - 35vh);
		scrollbar-color: #989898 #eaeaea;
		scrollbar-width: thin;
		position: relative;
	}

	.calendar-event .calendar-tab .c_tab-content .c_tab-body::-webkit-scrollbar {
		width:7px;
	}
	
	.calendar-event .calendar-tab .c_tab-content .c_tab-body::-webkit-scrollbar-track  {
		background-color: #C2D2E4;
	}
	
	.calendar-event .calendar-tab .c_tab-content .c_tab-body::-webkit-scrollbar-thumb {
		height: 30px;
		background-color: #989898 ;
	}
}

@media (max-width: 767px) {
	.c_tab-body .t_action-btn {
		width: 125px;
		font-size: 12px;
	}

	.calendar-event .calendar-tab .c_tab-header h5 {
		font-size: 16px;
	}

	.mt-60 {
		margin-top: 0px;
	}
}
.calendar-header .btn-group {
	border: 1px solid #C2C2C2;
	border-radius: 4px;
}

.calendar-header .btn-group .btn-calendar
.calendar-header .btn-calendar {
	background: transparent !important;
	border: 0px !important;
	font-size: 13px;
	color: #000 !important;
}

.calendar-header .btn-group .btn-calendar.active {
	background: #3274AD !important;
	border-color: #3274AD !important;
	color: #fff !important;
	border-radius: 0px !important;
}
.calendar-header .btn-group .btn-calendar {
	background: transparent !important;
	color: #000 !important;
}

.calendar-header h5.today_date {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 0px;
	position: relative;
    top: 5px;
}
.calendar-header .btn-calendar{
	border: 0px !important;
}
.calendar-header .btn-calendar.left-right {
	color: #3274AD !important;
	background-color: transparent !important;
	padding-bottom: 0;
    position: relative;
}
.calendar-header .btn-calendar.left-right:hover {
	background-color: transparent !important;
}

@media (min-width: 992px) {
	.calendar-area  {
		width: 100%;
		height: calc(100vh - 210px);
		overflow: hidden;
		overflow-y: scroll;
	}
}

@media (max-width: 992px) {
	.calendar-header {
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 620px) {
	.calendar-header .btn-group .btn-calendar {
		font-size: 11px;
		padding: 7px !important;
	}
}

@media (max-width: 575px) {
	.mob-group {
		width: 100%;
		margin-top: 10px;
	}

	.m-100 {
		width: 100%;
	}

	.calendar-header .btn-group .btn-calendar {
		font-size: 13px;
	}
}
/* End Invitation Listning */
/* Premium Modal Styles */
.modal .login-req i {
    color: var(--secondary);
    font-size: 45px;
    margin-bottom: 20px;
}
/* End Premium Modal Styles */
.react-add-to-calendar__dropdown{
	z-index: 99;
	top: 26px !important;
	left: 0px !important;
	width: 100% !important;
	font-size: 13px !important;
}
.react-add-to-calendar__dropdown ul{
	padding: 0px !important;
}
.react-add-to-calendar__button{
	background-color: transparent !important;
	font-size: 13px !important;
	padding: 4px !important;
}
.presentation .text-dark:hover{
	color: #0056b3 !important;
	
}
.blur {
	filter: blur(5px);
}

.ended-modal {
	width: 100%;
	height: 100%;
	position: absolute;
	/* background: rgb(0 0 0 / 13%); */
	top: 0;
	left: 0;
	z-index: 999;
}

.ended-modal-center {
	position: relative;
	max-width: 500px;
	background: #ccc;
	top:11%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 14px;	
}

.ended-modal-center .modal-content,
.ended-modal-center .modal-body {
	border-radius: 14px !important;
	box-shadow: 0px 3px 32px #00000030;
	border: none !important;
}
.ended-modal .btn{
	background: var(--primary) !important;
	color: #fff !important;
}
.ended-modal .btn:hover{
	background: var(--secondary) !important;
	color: var(--text_color-1) !important;
}
.ended-modal .btn:focus{
	background: var(--secondary) !important;
}
.underline{
	text-decoration: underline;
	cursor: pointer;
}
.underline:hover{
	text-decoration: none !important;
}
.default-cursor {
	cursor: default;
}
.MuiDialog-root{
	z-index: 99999999 !important;
}
.MuiFormControl-root{
	padding: .275rem .75rem !important;
}
#meeting-modal .MuiInput-underline:before{
	display: none;
}
.MuiFormControl-marginNormal{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.MuiInputBase-input{
	cursor: pointer;
	color: #495057 !important;
	font-size: 1rem !important;
}
.Mui-focused{
	display: none !important;
}
.MuiPopover-root{
	z-index: 99999999 !important;
	left: -50px !important;
}
.MuiFormControl-root.text-red-border{
	border: 1px solid #ae0202 !important;
}

/* ======= Exhibitor styles ========= */
.pyramid {
	margin: 0 auto;
	width: 100%;
	position: relative;
}

img[usemap] {
	border: none;
    height: 100%;
	max-width: 100%;
	width: 100vw;
} 

.exhibitor-area {
	/* position: absolute; */
	top: 131px;
	/* left: 0px; */
	width: 100%;
	height: 100%;
	transition: all .8s ease;
}
.exhibitor-area-b {
	position: absolute;
	top: 131px;
	right: -100%;
	width: 100%;
	height: 100%;
	transition: all .8s ease;
}

.exhibitor-area.slider-leftt {
	left: -100%;
}
.exhibitor-area.slider-rightt {
	right: 0 !important;
}

.exhibitor-area-b.slider-rightt {
	right: 0 !important;
}

.exhibitor-area::-webkit-scrollbar {
    width: 5px;
}
 
.exhibitor-area::-webkit-scrollbar-thumb {
    border-radius: 0px;
	background:#B7B6B6;
}

.next-room-btn {
	position: fixed;
	color: #fff;
	text-align: center;
	padding: 0px 20px;
	font-size: 30px;
	/* border-top-left-radius: 25px;
	border-bottom-left-radius: 25px; */
	border-radius: 6px;
	cursor: pointer;
	top: 55%;
	right: 20px;
	z-index: 9;
	background: #3AB54A;
	/* line-height: 33px; */
	transition: all 1s ease;
}

.next-room-btn:hover {
	background: #5a5a5a;
}

.next-room-btn img {
	width: 25px;
	left: 5px;
	position: relative;
	transition: all 0.3s ease;
}

.next-room-btn:hover img {
	left: 10px;
}

.back-room-btn {
	position: fixed;
	color: #fff;
	text-align: center;
	padding: 0px 20px;
	font-size: 30px;
	/* border-top-right-radius: 25px;
	border-bottom-right-radius: 25px; */
	border-radius: 6px;
	cursor: pointer;
	top: 55%;
	left: -10%;
	z-index: 9;
	background: #3AB54A;
	/* line-height: 33px; */
	transition: all 1s ease;
}

.back-room-btn:hover {
	background: #5a5a5a;
}

.back-room-btn img {
	width: 25px;
	right: 5px;
	position: relative;
	transition: all 0.3s ease;
}

.next-room-btn:hover img {
	right: 10px;
}

.body-overflow-x {
	overflow-x: hidden;
}
.close-btns {
	width: 35px;
    height: 35px;
    position: absolute;
    top: 25px;
    right: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    font-size: 25px;
    background: #004a68;
    color: #fff;
	z-index: 999;
	transition: all 0.2s ease;
}

.close-btns:hover {
	background: #fff;
	color: #004a68;
}
.rightslide {
	right: -30%;
}
.leftslide {
	left: 20px !important;
}
.tooltips {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	opacity:0.8;
	border-radius:5px;
	padding:5px;
	color:#fff;
	font-size:12px Arial;
}
.pdf-opn {
	position: absolute;
    cursor: pointer;
    width: 8%;
    height: 51%;
    background: transparent;
    bottom: 10%;
    right: 14.5%;
}

.Brochure-modal {
	border-radius: 0px !important;
}

.Brochure-modal h3 {
	font-size: 25px;
}
.Brochure-modal button {
	right: 15px;
	top: 10px;
}

.Brochure-modal p {
	margin-bottom: 5px;
	margin-top: 7px;
	color: #000 !important;
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Brochure-modal .btn {
	font-size: 14px;
	font-weight: 600;
}

.Brochure-modal .list-group .list-group-item {
	border: 0px;
	padding: 10px 5px;
	border-radius: 0px;
}

.Brochure-modal .list-group .list-group-item:hover {
	background-color: #f3f3f3;
}
.pdf_list .list-inline-item:not(:last-child) {
	margin-right: 16px !important;
}

.pdf_list .list-inline-item {
	box-shadow: 0px 3px 6px #00000029;
	margin-bottom: 5px;
	margin-top: 5px;
}

.pdf_list .list-inline-item:hover {
	box-shadow: none;
}

.pdf_list .list-inline-item a {
	color: #000;
	font-size: 16px;
}

.pdf_list .list-inline-item img {
	margin-bottom: 7px;
}
.ptd-download-list img {
	width: 20px;
	float: left;
	margin-top: 5px;
}

.ptd-download-list .btn i {
	font-size: 16px;
	font-size: 20px;
    position: relative;
    top: 2px;
    left: 1px;
}
.maparea{
	display: block;
	cursor: pointer;
}
.booth-chat-btn {
    position: absolute;
    top: 15px;
    right: 65px;
    cursor: pointer;
	z-index: 999;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.booth-chat-btn img {
	width: 150px;
}

.booth-chat-btn:hover {
	opacity: 0.9;
}
.opn-chat-btn {
	position: fixed;
    top: 27%;
    right: -150px;
    cursor: pointer;
    z-index: 999;
    transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	animation-delay: 0.5s;
    background: #fff;
    color: #000;
    padding: 10px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    height: 50px;
    display: flex;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 14px;
}
.opn-chat-btn2 {
	position: fixed;
    right: -145px;
	padding-right: 7px !important;
    cursor: pointer;
    z-index: 999;
    transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	animation-delay: 0.5s;
    background: #fff;
    color: #000;
    padding: 10px 2px 10px 10px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    height: 50px;
    display: flex;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 14px;
}
.opn-chat-btn_dialog1{
	top:36%
}
.opn-chat-btn_dialog2{
	top:26.5%
}


.rgt-animt {
	right: 0;
}
.chat-icon{
	transform: none !important;
    -webkit-transform:none !important;
}

.opn-chat-btn .chat-icon {
	width: 40px;
    height: 40px;
    background: #D6383C;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
	top: -5px;
	left: -4px;
}
.opn-chat-btn2 .chat-icon {
	width: 40px;
    height: 40px;
    background: #D6383C;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
	top: -5px;
	left: -4px;
}

.opn-chat-btn .chat-icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.opn-chat-btn2 .chat-icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.close-bth-btn {
	position: fixed;
    top: 27%;
    left: -150px;
    cursor: pointer;
    z-index: 999;
    transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	animation-delay: 0.5s;
    background: #fff;
    color: #000;
    padding: 10px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 50px;
    display: flex;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 14px;
}

.lft-animt {
	left: 0;
}

.close-bth-btn .chat-icon {
	width: 40px;
    height: 40px;
    background: #D6383C;
    position: relative;
    display: inline-block;
    margin-left: 5px;
    border-radius: 50%;
    vertical-align: middle;
	top: -5px;
	right: -4px;
}
.mobile-both-btn .row{
	min-height: 65px;
}
.close-bth-btn .chat-icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 12px;
}

.chat-mob-btn, .close-mob-btn, .chat2-mob-btn {
	width: 30px;
    height: 30px;
    background: #343a40;
    position: relative;
    display: inline-block;
	border-radius: 50%;
	float: right;
	top: 10px;
	right: 10px;
}

.chat-mob-btn{
	float: left;
	left: 17px;
}
.chat2-mob-btn {
	float: left;
	left: 17px;
}

.chat-mob-btn img, .close-mob-btn img,.chat2-mob-btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 14px;
}

.text-btm {
	display: block;
    position: absolute;
    bottom: 0px;
	right: 24px;
	font-size: 13px;
}

.text-btm-chat {
	display: block;
    position: absolute;
    bottom: 0px;
	left: 18px;
	font-size: 13px;
}
.booth-chat-list {
	position: fixed;
    top: 25%;
    right: -500px;
	z-index: 999;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	background-color: #fff;
	width: 490px;
	opacity:0;
	max-height: 450px;
    overflow: hidden;
	overflow-y: scroll;
    
}
.booth-chat-list1{
	overflow-y: scroll;
}
.booth-chat-list2{
	overflow-y: hidden;
}
.booth-chat-list::-webkit-scrollbar {
	width:4px;
}

.booth-chat-list::-webkit-scrollbar-thumb {
	height: 30px;
	background-color: #989898 ;
}

.booth-chat-list.active {
	right: 0px;
	opacity: 1;
}

.booth-chat-list li {
	border-radius: 0px !important;
	border-right: 0px;

}

.booth-chat-list p {
	width: 60%;
	padding-left: 55px;
	word-break:break-all;
}

.booth-chat-list p.name {
	margin-bottom: 0px;
	font-size: 16px;
}

.booth-chat-list p.job {
	margin-bottom: 0px;
	font-size: 12px;
	color: #5B5B5B;
}

.booth-chat-list li.mem-name .member-img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: relative;
	background: #ccc;
	float: left;
}

.booth-chat-list li.mem-name .member-img.online::before {
	content: '';
	position: absolute;
	z-index: 999;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #36D108;
	top:2px;
	right: 0px;
	border: 2px solid #FFFFFF;
}
.booth-chat-list li.mem-name .member-img.offline::before {
	content: '';
	position: absolute;
	z-index: 999;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: gainsboro;
	top:2px;
	right: 0px;
	border: 2px solid #FFFFFF;

}
.booth-chat-list li.mem-name .member-img img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.booth-chat-list li .btn-side{
	position: absolute;
	right: 20px;
	top : 15px;
}
.booth-chat-list li .new_chat {
	background: #0A66AC !important;
	border-color: #0A66AC !important;
	color: #fff !important;
    border-radius: 4px !important;
	font-size: 13px;
}

.booth-chat-list li .new_chat:hover {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.booth-chat-list .booth-list-header span {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	float: right;
	position: relative;
	background-color: #f2f2f2;
	text-align: center;
	color: #000;
	font-size: 15px;
	line-height: 30px;
	transition: all 0.2s ease;
	cursor: pointer;
}

.booth-chat-list .booth-list-header span:hover {
	color: #f2f2f2;
	background-color: #000;
}

.booth-chat-list li.booth-list-header {
	font-weight: 600;
	font-size: 18px;
}
@media (max-width: 767px) {
	img[usemap] {
		border: none;
		height: 100%;
		max-width: 100%;
		width: 100%
	} 
	/* img[usemap = "#my-map"] {
		border: none;
		height: 100%;
		max-width: 100%;
		width: 100%;
		margin-left: 29px !important;
	}  */
	.booth-chat-list {
		width: 100%;
		height: 100%;
		max-height: 100%;
	}
	.Brochure-modal .list-group .list-group-item:hover {
		background-color: transparent;
	}

	.Brochure-modal .list-group .list-group-item {
		border-bottom: 1px solid #e2e2e2;
		margin-bottom: 2px;
	}

	.Brochure-modal h3 {
		font-size: 20px;
	}
	.back-room-btn{
		left : -30%
	}
	.opn-chat-btn, .close-bth-btn,.opn-chat-btn2 {
		display: none;
	}
	.booth-chat-list p{
		width: 60%;
	}
	#exhibitor-area{
		min-height: 50vh;
	}
}
/* ======= End Exhibitor styles ========= */

/* ===== Video Modal Exhibition ======== */
.video-list-mdl {
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
	max-height: 315px;
}

.video-list-mdl ul {
	padding: 10px;
}

.video-list-mdl ul li.video-list-box {
	width: 100%;
    height: 80px;
    background: #dfdfdf;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	border: 2px solid transparent;
}

.video-list-mdl ul li.video-list-box img {
	width: 100%;
	height: 100%;
}

.video-list-mdl ul li.video-list-box .thumpnil-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #00000038;
	z-index: 999;
	left:0;
	right:0;
	top:0;
	bottom:0;
	display: none;
	transition: all 0.3s ease;
}

.video-list-mdl ul li.video-list-box .thumpnil-overlay i {
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #fff;
	font-size: 35px;
}

.video-list-mdl ul li.video-list-box:hover .thumpnil-overlay {
	display: block;
}

.video-list-mdl::-webkit-scrollbar {
	width:5px;
}

.video-list-mdl::-webkit-scrollbar-thumb {
	height: 10px;
	background-color: #989898 ;
}

@media (min-width: 993px) {
	/* .video-modal-exhibitor {
		max-height: 385px;
	} */

	.video-list-mdl ul li.video-list-box {
		height: 120px;
	}

	.video-list-mdl ul li.video-list-box .thumpnil-overlay {
		display: block;
	}
}
/* ===== End Video Modal Exhibition ====== */
.timezone_label {
	font-size: 12px;
    position: relative;
    top: 2px;
	margin-right: 15px;
}

.timezone_select {
	height: 22px;
    font-size: 12px;
	font-weight:600;
    padding: 0px 5px;
    background: #f8f9fa;
	width: 250px;
}

.timezone_select:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: #ced4da;
}
.fa-facebook-f:before {
	content: '\f39e' !important;
}
textarea{
	resize: none ;
}
/* @media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .4rem !important;
		padding-left: .4rem !important;
	}
} */
/* Loader css */
.loader-body{
	font-family: 'Lato', sans-serif;
	position: absolute;
	top: 50%;
	left: 50%;
  	transform: translate(-50%, -50%);
}
.loader-body .container{
	display:flex;
	flex-direction:row;
}
.txt{
	font-weight:600;
	font-size:1.5rem;
	color: #343A40;  
}
.loader{
	position: absolute;
	left:50%;
	margin-top:2rem;
	transform: translate(-50%, -50%);
	height:4px;
	width:15rem;
	background-color:lightgrey;
}
.loading{
	background-color: #343A40;  
	width:5rem;
	height:4px;
	animation: animation 1.5s infinite;
}

@keyframes animation {
	0% {
		transform: translateX(0rem);
	}
	50% {
		transform: translateX(10rem);
	}
	100% {
		transform: translateX(0rem);
	}
}

/* Custom Loader */
@-webkit-keyframes ball-beat {
	50% {
	  opacity: 0.2;
	  -webkit-transform: scale(0.75);
			  transform: scale(0.75); 
	}
	100% {
	  opacity: 1;
	  -webkit-transform: scale(1);
			  transform: scale(1); 
	} 
}
  
@keyframes ball-beat {
	50% {
		opacity: 0.2;
		-webkit-transform: scale(0.75);
				transform: scale(0.75); 
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
				transform: scale(1); 
	} 
}
  
.ball-beat > div {
	background-color: lightgray;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	display: inline-block;
	-webkit-animation: ball-beat 0.7s 0s infinite linear;
			animation: ball-beat 0.7s 0s infinite linear; 
}
.ball-beat > div:nth-child(2n-1) {
	-webkit-animation-delay: -0.35s !important;
			animation-delay: -0.35s !important; 
}

.modal-backdrop{
	z-index: 900 !important;
}
.chat-person-card {
	background: #F2F2F2;
    border: 1px solid #E5E5E5;
}

.chat-person-card .chat-person-img {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	margin: auto;
    margin-bottom: 20px;
}
.socialMediaContainer{
	display: flex;
	width: 100%;
	justify-content:center;
	align-items:center;
	column-gap: 8px;
	margin-bottom: 4px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding:8px 0;
}
.socialMediaIcons{
	width:30px;
	height: 30px;
	display: flex;
	justify-content:center;
	transition:transform 0.3s;
	align-items:center;
	border-radius: 50%;
	animation-name: icon-zoom;
	cursor: pointer
}

.socialMediaIcons:hover {
	transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

.chat-person-card .chat-person-img img {
	width: 85px;
	height: 85px;
	border-radius: 50%;
}

.chat-person-card h4 {
	font-size: 18px;
	font-weight: 600;
}

.chat-person-card .chat-person-content {
	overflow-y: auto;
	height: calc(100vh - 520px);
}

.chat-person-card p {
	font-size: 14px;
}

.chat-person-card a {
	font-size: 12px;
}


.chat-person-card .chat-person-content::-webkit-scrollbar {
	width: 5px;
}

.chat-person-card .chat-person-content::-webkit-scrollbar-thumb {
	background: #888;
}
.profileContainer i{
	color:gray
}
.Mian-container{
	position:absolute;
}
@media (min-width: 576px){
.confirmation-dialog {
    max-width: 560px !important;
    
}

}


@media (max-width: 540px){

	.sponsers-footer {
    /* height: 200px !important; */
    margin-top: 0vh;
    padding-top: 0px;
}

}


/* 
@media (min-width:320px) and (max-width: 750px) {
	.overlay{
		margin-top: 45px;
	}
 }

 @media (max-width:481px) {
	.overlay{
		margin-top: 5px;
	}
 }
 @media (max-width:600px)  {
	.overlay{
		margin-top: -10px;
	}
 }
 @media (max-width:730px) {
	.overlay{
		margin-top: -30px;
	}
 }
 @media (min-width:732px) and (max-width: 750px) {
	.overlay{
		margin-top: -50px;
	}
 }
 @media (min-width:736px) and (max-width: 748px) {
	.overlay{
		margin-top: -100px;
	}
 }


