@font-face {
  font-family: "avenir_next_worldbold";
  src: url("../fonts/avenirnextworld-bold-webfont.woff2") format("woff2"),
    url("../fonts/avenirnextworld-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "avenir_next_worldmedium";
  src: url("../fonts/avenirnextworld-medium-webfont.woff2") format("woff2"),
    url("../fonts/avenirnextworld-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "avenir_next_worldregular";
  src: url("../fonts/avenirnextworld-regular-webfont.woff2") format("woff2"),
    url("../fonts/avenirnextworld-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

*,
::after,
::before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

:root {
  --powerNavyColor: #001f33;
  --energyBlue: #0045e3;
  --coolGrey: #a6b1bb;
  --offWhite: #f5f6f7;
  --pureWhite: #fff;
  --avenirNextRegular: "avenir_next_worldregular";
  --avenirNextMedium: "avenir_next_worldmedium";
  --avenirNextBold: "avenir_next_worldbold";
}

body {
  margin: 0;
  background:#00083329;;
  font-family: var(--avenirNextRegular);
}

.site-main {
  max-width: 430px;
  margin: 0 auto;
  /* height: 100vh; */
}

section {
  padding: 30px 0;
}

.home {
  background-color: var(--powerNavyColor);
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  padding-bottom: 0;
}

.home span img{
  width:138px;
  height:94px;
  margin:0 auto;
}

.down_arrow {
  position: absolute;
  width: 100%;
  margin-top: -1px;
  z-index: 9;
}

.down_arrow_bottom {
  position: absolute;
  width: 100%;
  bottom: 25px;
}

.home .down_arrow_bottom {
  position: absolute;
  width: 100%;
  bottom: 4px;
}

.dashboard_card {
  position: relative;
}

.dashboard_logo {
  background-color: var(--powerNavyColor);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 0;
}
.bottom_gap{
  padding: 10px 25px 160px 25px;
}
.dashboard_logo .card {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 45px 0px;
  position: relative;
  padding-bottom: 0;
  min-height: 75px;
}

.dashboard_logo .card p {
  text-align: center;
  margin-bottom: 0;
  /* margin-top: 10px; */
  font-size: 11px;
}
.dashboard_logo .card span {
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--powerNavyColor);
  padding: 0 10px;
  width: 65px;
}
.dashboard_logo .location h4{
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 255px;
}
.dashboard_logo .location h4 span{
  font-weight: 600;
}
.dashboard_logo .location {
	padding-bottom: 60px;
}
.dashboard_logo a{
  text-decoration: none;
}
.footer_main {
  position: fixed;
  background-color: var(--powerNavyColor);
  box-shadow:0 0 23px 0px #4c4c5f;
  padding: 30px 0;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  max-width: 430px;
  margin: 0 auto;
  z-index: 2;
}

.footer_main .footer_menus a{
  text-decoration: none;
}

.noticount {
    position: absolute;
    top: 25px;
    background: red;
    color: #fff;
    width: 16px;
    height: 16px;
    font-size: 11px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    right: 22px;
}

.unread_notification a {
    display: block;
    color: #5d95bb;
    padding: 7px 0;
    background: #254459;
}

.read_notification a{
    display: block;
    color: #fff;
    font-weight: normal;
    padding: 7px 0;
    background: #113b57;
}



.footer_main .footer_menus p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
}

footer .qrcode {
  text-align: center;
  background: #fff;
  width: min-content;
  margin: 0 auto;
  height: 58px;
  width: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}

.qr_sec {
  background-color: var(--powerNavyColor);
}
.back_btn {
	position: absolute;
	left: 25px;
  z-index: 9;
  /* display: none; */
  left: 0;
}
/* .qr_upper_sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
} */

.qr_upper_sec h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

.qr_navs {
  background-color: var(--powerNavyColor);
}

.qr_navs #myTab li {
  width: 100%;
}

.qr_navs #myTab li button {
  background-color: transparent;
  border: none;
  color: #fff;
  margin: 0 auto;
}

.qr_navs #myTab li button.nav-link.active {
  color: #889FD3;
}

.nav-item button.nav-link.active {
  border-bottom: 3px solid #889FD3;
}

.qr_details p {
  color: #fff;
  margin-bottom: 5px;
}

/* .detail_qr{
background-color: #d9d9d9;
} */
.detail_qr {
  background: #d9d9d9;
  height: 258px;
  width: 258px;
  justify-content: center;
  display: inline-flex;
  border-radius: 15px;
  margin: 20px 0;
  margin-bottom: 10px;
  padding: 25px 0;
}
.detail_qr img{
  height: auto;
  width: 205px !important;
}
.qr_details .qr_heading_img{
  height: 50px;
  width: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.share_sec p {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
}

.share_sec a {
  text-decoration: none;
}

/* login page */
.welcome_sec {
  background-color: var(--powerNavyColor);
  padding: 30px 25px;
  padding-bottom: 0;
}

.welcome_sec h2 {
  text-align: center;
  color: #fff;
  font-size: 56px;
}

.welcome_sec .form {
  padding: 100px 0;
  padding-bottom: 20px;
}

.welcome_sec .form input {
  margin: 0 auto;
  width: 299px;
  height: 51px;
}

.welcome_sec .form-control::placeholder {
  opacity: 1;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

.welcome_sec .login_page_btn {
  padding: 15px 0;
}

.welcome_sec .login_page_btn button {
  background-color: #0045E3;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 15px 2px 15px;
}

.bottom_logo_sec {
  background-color: var(--powerNavyColor);
  padding: 30px 25px;
}

.bottom_logo_sec h4 {
  color: #fff;
  font-size: 12px;
  font-family: var(--avenirNextRegular);
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
}

/* agenda page */
.bottom_gap_agenda{
  padding-bottom: 200px;
}
.agenda_main{
  overflow-x: hidden;
}
.agenda_heading h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  position: relative;
}


.agenda_heading h2::before {
  content: "";
  position: absolute;
  background: url('../web-app-images/underline.png');
  background-repeat: no-repeat;
  width: 108px;
  height: 3px;
  bottom: -7px;
  left: 50%;
  transform: translate(-50%, 0);
}

.time_table {
	background-color: var(--powerNavyColor);
	padding-top: 65px;
	padding-right: 0;
	padding-left: 0;
}
.speaker_sec.bottom_gap {
	padding-right: 25px;
	padding-left: 25px;
}
.time_table .meeting_time {
  padding: 15px 25px;
  color: #fff;
  border-bottom: 1px solid #F5F6F7;
}
.time_table .meeting_time img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-top: 3px;
  object-fit: cover;
  object-position: center top;
  margin-right: 3px;
  border: 1px solid #fff;
}
.time_table .meeting_time p
{
  font-size: 14px;
  margin-bottom: 0;
}

.time_table .meeting_time h6 {
  font-weight: 400;
  font-size: 14px;
}

.time_table .meeting_time.track_sec p {
  font-size: 15px;
  color: #A6B1B8;
  font-family: var(--avenirNextBold);
}

.time_table .meeting_time .track_sec {
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 25px 0;
  padding: 0;
  margin-bottom: 0;
}

.time_table .meeting_time .blue_text {
  color: #add8e6;
  font-size: 12px;
  width: 100%;
}

.meeting_time .blue_text_new {
  color: #0045E3;
}

/* agenda-details page*/

.speaker_hdng h2 {
  font-weight: 500;
}

.speaker_hdng h2 {
  position: relative;
}

.speaker_hdng h2::before {
  content: "";
  position: absolute;
  background: url('../web-app-images/details-underline.png') no-repeat center center;
  width: 54px !important;
  height: 3px;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}

.speaker_sec h6 {
  text-align: left;
  color: #fff;
  margin-top: 20px;
}
.speaker_sec .agenda{
  color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
}
.speaker_sec .speech{
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
}
.speaker_sec .speaker_details {
	border: 1px solid #fff;
	margin: 0 0px;
	padding: 15px 0;
	border-radius: 3px;
}
.speaker_details span{
  display: flex;
  justify-content: flex-end;
}
.speaker_sec .speaker_details h3{
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.speaker_sec .speaker_details p{
  font-size: 12px;
  margin-bottom: 0;
  color: #fff;
}
.speaker_sec a{
  text-decoration: none;
  color: #fff;
}
.details_agenda{
  font-size: 12px;
  color: #fff;
}
.panel_details{
  font-size: 15px;
  color: #fff;
  margin-top: 15px;
}
/* bio-page */
.bio_sec h3{
  font-size: 15px;
  font-family: var(--avenirNextMedium);
  font-weight: 500;
  color: #fff;
}
.bio_sec p{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
}

/***********MADHU-16-04-2024************/

.speakers {
  padding-top: 65px
}
.speaker_sec .speaker_details span{
  justify-content: center;
}
.srchsec .form-control {
  border: 1px solid rgba(255, 255, 255, .25);
  height: 45px;
  border-radius: 3px;
  background: transparent;
  color: #fff;
}

.srchsec ::-webkit-input-placeholder {
  color: #fff;
  font-style: italic;
  opacity: 0.5;
  font-weight: 400;
  font-size: 15px;
}

.srchsec ::-moz-placeholder {
  color: #fff;
  font-style: italic;
  opacity: 0.5;
  font-weight: 400;
  font-size: 15px;
}

.srchsec :-ms-input-placeholder {
  color: #fff;
  font-style: italic;
  opacity: 0.5;
  font-weight: 400;
  font-size: 15px;
}

.srchsec :-moz-placeholder {
  color: #fff;
  font-style: italic;
  opacity: 0.5;
  font-weight: 400;
  font-size: 15px;
}

.srch-btn {
  background: transparent;
  border: transparent;
  position: absolute;
  right: 8px;
  top: 8px;
}

.speaker-box {
	text-align: center;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 10px 5px;
  height: 100%;
}
.speaker-img {
  padding-bottom: 15px;
}
.speaker_cont {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.05em;
}

.speaker_cont h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 8px;
}

.presentation {
	color: #fff;
	padding: 20px 0 0;
	margin: 20px 0 0;
	position: relative;
}
.presentation span {
	border: 1px solid #d9d9d9;
	display: block;
	height: 100%;
	padding: 3px 10px;
	border-radius: 3px;
}
.presentation::after{
  position: absolute;
  content:'';
  background:#D9D9D9;
  height: 1px;
  width:100%;
  top:0;
  left:0;
  right:0
}

.inner_meeting .speakers {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 550px;
}
a.direction {
  display: block;
  text-decoration: none;
}
/* pane2anendadetails */
#panel_text{
  font-size: 15px;
}
/* social-media */
.social_links{
  padding-top: 100px;
}
.social_links h3{
  font-size: 29px;
  color: #fff;
}
.social_logos ul{
  list-style: none;
  padding-left: 0;
}
/* attende-profile */
.attende_profile{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
.attende_profile .attende_card h6{
  font-size: 20px;
  color: #fff;
}
.attende_card {
    border: 1px solid rgba(255,255,255,0.25);
    padding: 7px 0px;
    margin: 0;
    border-radius: 3px;
}
.attende_profile a{
  text-decoration: none;
}
.attende_search_sec{
  padding-top: 65px !important;
}
.meeting_logo{
  padding-top: 60px;
}
.speaker-box .speaker-img img {
  width: 80px;
  border-radius: 50%;
  height: 80px;
  object-fit: cover;
  object-position: center top;
  border: 1px solid #fff;
}
.translation_text {
  padding-top: 100px;
}
.translation_text h4{
  font-size: 20px;
  color: #fff;
}
.qr_code_new_sec{
  padding-top: 65px;
}
.qr_navs.bottom_gap{
  padding: 10px 0px 160px 0px;
}
.speaker_sec .speaker_details img{
  height: 50px;
  width: 50px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 1px solid #fff;
}
.profile_form input{
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
  height: 35px;
  border-radius: 3px;
}
.profile_form input:focus{
  background-color: transparent;
  box-shadow: none;
  color: #fff;
}
.profile_form input:disabled{
  background-color: transparent;
}
.profile_form .form-control::placeholder{
  color: #fff;
  font-size: 18px;
}
.profile_form label{
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
.profile_form .profile_frm_submit_btn{
  background-color: var(--energyBlue);
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
  border: none;
}
/* speaker-bio-page */
.speaker_bio_new{
  padding-top: 65px;
}



/* attende profile new page 19.4.24 */

.attende_profile_hdng h2 span{
  font-family: var(--avenirNextMedium);
}
.attende_profile_img img{
  height: 118px;
  width: 118px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 29px 0px #4c4c5f;
  border: 2px solid #001F33;
  padding: 2px;
}
.attende_profile_sec{
  text-align: center;
  font-size: 25px;
  color:#fff;
  margin-top: 20px;
}
.profile_details{
border-top: 1px solid #d9d9d9;
  padding: 20px 0px;
  color: #fff;
  font-size: 15px;
  border-bottom: 1px solid #d9d9d9;
}
.profile_details p{
  margin-bottom: 0;
}
.profile_details_new{
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 0px;
  color: #fff;
  font-size: 15px;
}
.profile_details_new p{
  margin-bottom: 0;
}
.attende_profile_button {
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 5px;
	width: 102px;
	margin: 0 auto;
  background-color: transparent;
}
.attende_profile_button p{
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
}

.profile_img_sec span img {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #001F33;
    object-position: center top;
    padding: 2px;
}

.time_table.speaker_sec.bottom_gap.chat_sec {
    padding: 15px 15px 10px 15px;
    position: fixed;
    max-width: 429px;
    z-index: 99;
    width:100%
}

/* agenda_page_ */
.track_sec .track_text{
  width: 181px;
}
.track_sec .track_inner {
	display: flex;
	align-items: center;
	gap: 55px;
	padding: 0px 15px;
}



/* profile-chat */
.chat_sec{
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}
.chat_sec_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat_sec_inner h5 , .chat_sec_inner p{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  color: #fff; 
  font-weight: 400;
}
.profile_msg_sec {
    padding: 15px;
    position: fixed;
    bottom: 130px;
    border-top: 1px solid #d9d9d9;
    max-width: 429px;
    background: #001f33;
   width:100%
}
.profile_msg_sec .form-control{
  height: 57px;
  background-color: transparent;
  width: 100%;
  color: #fff;
  border-color: #fff;
  border-radius: 5px;
}
.profile_msg_sec .form-control::placeholder{
  color: #fff;
}

/***************MADHU-22-04-2024****************/

.about_cmf {
  padding-top: 65px;
}

.about_cmf h2 {
  margin-bottom: 25px;
}

.cmn_btn {
  text-align: center;
  color: #fff;
  padding: 10px 0;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  background: var(--energyBlue);
  display: block;
  margin-top: 10px;
  text-decoration: none;
}

.sponsor_img img {
  width: 100%;
}

.sponsor_list h6 {
  text-align: center;
}

.sponsor_list h6 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 25px;
}

.sponsor_list .row:not(:last-child) {
  margin-bottom: 25px;
}

.about_cmf .down_arrow {
  left: 0;
  right: 0;
  margin-top: -2px;
  z-index: 0;
}

.gold_sponsor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
}

.gold_sponsor li {
  width: 47%;
  list-style: none;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item {
  background-color: transparent;
  color: #fff;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.capital_sec .accordion-item button {
  background-color: #001f33;
  border: none;
  box-shadow: none;
  padding: 15px 0;
}

.accordion {
  --bs-accordion-border-color: #001f33;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  border-radius: 0;
}

.accordion-item h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  width: 300px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0
}

.accordion-button::after {
  background: url('../web-app-images/faq_down_arrow.svg') !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 0px;
  height: 28px;
  width: 28px;
  top: 25px;
}

.accordion-button:not(.collapsed)::after {
  background: url('../web-app-images/faq_down_arrow.svg') !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 0px;
  height: 28px;
  width: 28px;
  top: 10px;
}

.accordion-item {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.capital_sec h1 {
  font-size: 18px;
}

.capital_sec {
  margin-top: 30px
}

.capital_sec .accordion-header {
  margin-bottom: 0
}

.capital_sec .accordion-body {
  padding: 0
}

.accordion-item:last-of-type {
  border-radius: 0;
  border-bottom: transparent
}

#reg_form .cmn_btn {
  margin: 10px auto 0;
  padding: 10px 10px
}

.contact_map {
  clip-path: polygon(50% 0%, 100% 14%, 100% 100%, 0 100%, 0 14%);
}
.bottom_arrow {
  width: 103%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  z-index: 1;
}

.blue_bg {
  background: var(--powerNavyColor);
}

.chat_msgs {
    padding: 90px 15px 30px;
    height: auto;
    min-height: calc(100% - 200px);
    max-height: calc(100% - 200px);
    overflow-y: scroll !important;
    overflow-x: hidden;
}
.chatbg {
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.chat_msgs .chat_time{
  font-size: 10px;
}
#chat-box {
    padding-bottom: 10px;
}

#btn-chat {
    font-size: 0;
    background-color: transparent;
    border: transparent;
    background-image: url(../web-app-images/up-arrow.svg);
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    min-width: 36px;
}

.chat_msgs .text-end .chat_cont {
    background: #113b57;
    padding: 10px 10px;
    border-radius: 3px 3px 0 3px;
    max-width: 300px;
    margin-left: auto;
    text-align: left;
    position: relative;
    display: inline-block;
    word-break: break-all;
}

.chat_msgs .text-end .chat_cont:after {
    content: "";
    position: absolute;
    display: inline-block;
    float: right;
    bottom: 2px;
    right: -7px;
    width: 0px;
    height: 0px;
    border: 5px solid #113b57;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 0px 2px 0px #113b57;
}
.chat_msgs .text-end .chat_cont .chat_time{
  text-align: right;
  color:rgba(255, 255, 255, 0.7);
}

.chat_msgs .left .chat_cont {
    background: #113b57;
    padding: 5px 7px;
    border-radius: 0 3px 3px 3px;
    width: 165px;
    text-align: left;
    position: relative;
}

.chat_msgs .left .chat_cont:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: -8px;
    width: 0px;
    height: 0px;
    border: 5px solid #113b57;
    border-left-color: transparent;
    border-bottom-color: transparent;
}


.map {
  height: 625px;
  margin-top: 20px;
}
.map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.hkex h3, .cam h3 {
  font-family: var(--avenirNextRegular);
  font-size: 13px;
  font-weight: 500;
  line-height: 22.59px;
  color: var(--powerNavyColor);
  margin-bottom: 10px;
  text-transform: uppercase;
  min-height: 25px;
}
.cam {
  background: #fff;
  padding: 3px 30px 7px 7px;
  position: absolute;
  clip-path: polygon(75% 0, 100% 54%, 75% 100%, 0 100%, 0% 50%, 0 0);
  width: 245px;
  top: 14%;
  left: 2%;
  width: auto;
  color: #000;
}
.hkex {
  background: #fff;
  padding: 7px 7px 7px 30px;
  clip-path: polygon(100% 0%, 100% 54%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
  position: absolute;
  top: 55%;
  right: 5px;
  padding: 50px 7px 7px 7px;
  clip-path: polygon(50% 0%, 100% 21%, 100% 100%, 0 100%, 0 21%);
  width: 240px;
  color:#000
}
.cam p, .hkex p{
  color:#000
}
.about_cmf form{
  padding:0 25px
}
.contact_bottom {
  padding-bottom: 170px;
}

.attende_card span img {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border-radius: 50%;
    object-position: center top;
    border: 1px solid #fff;
}


.notification {
  height: 100vh;
}
.notification .meeting_time {
  text-align: center;
  border-bottom: transparent;
}
/* feedback */
.feedback_header{
  background-color: #fff;
}
.feedback_inner p{
  margin-top: 20px;
  text-align: left;
  font-size: 15px;
  color: #fff;
}
.feedback_rating h6{
  font-family: var(--avenirNextMedium);
  text-align: left;
  font-size: 18px;
  margin-top: 30px;
}
.feedback_question p{
  text-align: left;
  font-size: 14px;
  margin-top: 25px;
  color: #fff;
}
.feedback_question .form-check-input:checked[type="radio"] {
	--bs-form-check-bg-image: none;
}
.feedback_question .form-check-input:checked{
  background: linear-gradient(0deg, #80bdc4, rgba(0, 124, 137, .2)), #fff;
  border-color: #007c89;;
  height: 25px;
}
.feedback_question label .form-check-input:checked{
  color:#000
}
.feedback_question .form-check-input {
	border-radius:0;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  width: 100%;
  height: 25px;
  position: relative;
  cursor: pointer;
}

.feedback_question .form-check-input:focus {
  background-color: #cce5e8;
	border-color: #31484b;
	outline: 0;
	box-shadow:none;
  height: 25px;
}
.feedback_question form textarea{
  background-color: transparent;
  border: 1px solid #d9d9d9;
}
.feedback_question form textarea:focus{
  background-color: transparent;
  color: #fff;
  box-shadow: none;
  border: 1px solid #d9d9d9;
  font-size: 14px;
}
.feedback_question .col{
  position: relative;
}
.feedback_question label {
	position: absolute;
	color: #fff;
	left: 50%;
	font-size: 13px;
	z-index: 0;
	text-align: center;
	transform: translateX(-50%);
	top: 7px;
  z-index: 1;
}
.feedback_sec .feedback_btn{
  background-color: var(--energyBlue);
  border: none;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-family: var(--avenirNextMedium);
  font-size: 14px;
}

/* .qr_navs, .speaker_session{ 
  height: 100vh;
} */

.speaker_session .speaker_details img{
  width:50px;
  height: 50px;
  border-radius: 50%;
  object-fit: inherit;
}

.time_table a{
  text-decoration: none;
} 
.time_table .back_btn{
  top: -3px;
  left: 0;
}

.speaker_back_btn .back_btn{
  top: 24px;
  left: 20px;
}
.chatbg{
  height:100vh;
}

.error {
  color: red;
  margin-top: 10px;
  display: block;
}
.agenda_main .d-inline{
  color: var(--energyBlue);
  font-size: 14px;
}
/* 29.4.24 */
.middle_sec{
  height: 100vh;
}
.alert.alert-danger.alert-dismissible{
  margin-bottom: 0 !important;
}
.login_page{
  max-width: 430px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
}
.login_page_form_sec{
  margin-top: 100px;
}
.agenda_back_btn{
  top: -3px;
  left: 20px !important;
}
.map_hldr {
  display: none;
}
.home_bnr video {
  mix-blend-mode: luminosity;
}
.agenda_session_right_arrow img{
  border: none !important;
}
.dashboard-main{
  height: 100vh !important;
}
#videoPlayer{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.splash.pt-0.pb-0 {
  height: 100%;
}
.speaker_cont p {
  margin-bottom: 15px;
}
.speaker-box a{
  text-decoration: none;
}
.corporate_access_meeting{
  height: auto;
}


/* share-drpdown */
.socail_cont {
  position: relative;
}
.socailmedia{
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  top: -36px;
  left: 0;
  border-radius: 20px;
}
.socailmedia.sho_ntm {
display: block;
}
#social-links ul {
  margin-bottom: 0;
  display: flex;
  gap: 7px;
  padding-left: 0;
  padding: 5px;
}
#social-links ul li{
  color: #fff;
  list-style: none;
}
.sho_ntm{
  cursor: pointer;
}
.socailmedia ul li a  {
  padding: 4px 6px;
  font-size: 18px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
/* 3.5.24 */
.alert-sec h2 span{
  font-family: var(--avenirNextRegular) !important;
}
 .about_sec h2 {
  /* padding-left: 40px; */
 }
 .chat-user-inner-list{
  display: flex;
 }
 .agenda_back_btn_new{
  top: 58px !important;
 }
 .meeting_heading h2{
  top: 60px !important;
 }
 .about_back_btn{
  top: -3px !important;
 }
 /* 4.5.24-Madhumanti */
 .panel-sec {
  display: flex;
  margin-top: 4px;
}
.panel-sec strong {
  display: inline-block;
  margin-right: 10px;
}
.profile_details_new span {
  width: 160px;
  min-width: 160px;
}
.about_cmf h2 span {
  display: block;
}




@media(min-width:768px) and (max-width:991px){
  .middle_sec{
    height: auto;
  }
}
@media(max-width:767px) {
  .about_sec h2 {
    font-size: 20px;
}
  .corporate_access_meeting{
    height: 100vh;
  }
  .social_media{
    height: 100vh;
  }
  .bottom_logo_sec {
    background-color: var(--powerNavyColor);
    padding: 30px 0px;
}
  /* .speaker_page_inner_new{
    height: 100vh;
  } */
  /*.chat_msgs {
      height: 600px;
  }*/
  .profile_msg_sec, .time_table.speaker_sec.bottom_gap.chat_sec{
    width: 100%;
  }
  .home .down_arrow_bottom {
    position: absolute;
    width: 100%;
    bottom: 4px;
}
  .welcome_sec .form input {
    margin: 0;
    width: 100%;
    height: 51px;
  }

  .welcome_sec h2 {
    font-size: 30px;
  }
  .time_table .meeting_time p, h6 {
    font-size: 13px;
    margin-bottom: 0;
  }
  .time_table .meeting_time .track_sec p{
    font-size: 14px;
  }
  
}
@media(max-width:375px) {
  .gold_sponsor li {
    width: 45%;
  }
}