html {
    background: transparent !important;
}
.alert{
	margin-bottom : 0px;
	margin-top : 1rem;
}
#singleTab > .row .col-sm-3 {
    padding: 2rem 1.5rem;
    margin: 1rem 0;
}
#content .col-sm-3{
	border-left : 0!important;
}
section#menu {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.banner {
  margin-top: 115px !important;
}

/*section#header section#menu {
  order: unset !important;
}

#menu {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
}*/


.banner {
    background-color: #fff;
}
.panel-default {
    border-color: #fff;
}

.banner-wrapper img {
	width:100%;
}
.banner .banner-wrapper {
    max-width: none !important;
}
.banner-wrapper {
	width: 100% !important;
    margin: 0 !important;
}

#register, #returning, #button input.navButton, a.btn-primary, #paybtn, #addAdt {
    background: #4BAEA0;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(00, 00, 00, 0.3);
    FONT-WEIGHT: bold;
    font-size: 1.1rem;
    border-radius: 14px !important;
    padding: 1.2rem 2rem;
    transition: var(--transition);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
    transform: scale(1) translateY(0px);
    border: 1px solid #0e9080;
}

#register:hover,
#returning:hover {
    background-color: #1b897a;
    border-color: transparent;
}
#register:focus, #register:active, #register:active:focus,
#returning:focus, #returning:active, #returning:active:focus {
    outline: none;
    background-color: #1a8d85;
    box-shadow: none;
}

.btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
  
    box-shadow: none !important;
}

.panel-body h3, #regColumn h3, .colleagueForm h3 {
   
    width: 100%;
    margin-bottom: 1rem;
    background: #4baea03b !important;
    /* font-size: 18px; */
    padding: 12px 16px !important;
    border-radius: 8px;
    margin: 0 0 16px;
    border-left: 5px solid #4BAEA0 !important;
    color: black !important;
}
.navbar .language-toggle a:hover {
    background-color: #1b897a;
    border-color: transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ffffff;
    cursor: default;
    background-color: #4baea0;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}



.body-wrapper h3 {
  background: none !important;
  border-left: 0 !important;
  padding: 0 !important;
  color: #0b1f44 !important;
  margin-bottom: 16px !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

.fancybox-slide{
	background-color : rgba(0,0,0,0.7);
}

.loadSummary {
    background-color: #f1bf63;
    color: white;
    border-color: #f1bf63 !important;
}

#app-layout-virtual .jumbotron,
#app-layout-virtual {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efefef+0,ffffff+100 */
    background: #efefef;
    /* Old browsers */
    background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #efefef 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

#app-layout-virtual .jumbotron .landing-video{
    display: none;
}

#app-layout-virtual .top-navigation {
    background-color: #ffffff;
}

#app-layout-virtual #footer {
    background: transparent !important;
}
div.header-logo{padding-top:35px;}
#header div.container div.language-toggle{top:7px; right:18px;}

tr.savings{background:#54BAC6; color:#ffffff; font-weight:bold;}

/*ul,ol{margin:15px; padding:inherit; list-style:disc;}
ul li{margin:inherit; padding:inherit; list-style:disc;}
ol li{margin:inherit; padding:inherit; list-style:disc;}*/

#field-64125{padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid rgba(00,00,00,0.3);}
#field-64132 h2{display:none;}

div.field p{
	width : 100%;
	/* padding-left : 2rem; */
	padding-left : 15px;
}

.social-activities p{
	font-size : 14px!important;
}

#field-97161 > p {
	padding-left : 0;
}
#field-97174 > label{
	padding-right : 0.25rem;
}
.body-wrapper p{
	padding : 1rem!important;
}
.popup-ul {
	margin : 0;
	margin-left : 15px;
}

.language-toggle a{
	    color: white;
    background-color: black;
    border: 1px solid black;
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    margin: 0 1rem;
}
form[name=regForm] .body-wrapper a{
	color : white;
}
input.returning{
	pointer-events:all !important;
}
label.returning{
	pointer-events:all !important;
	opacity:1 !important;
}

#colleagueForm- .details[data-id="656665"],
#colleagueForm- .details[data-id="656667"],
#colleagueForm- .details[data-id="656668"]{
	display : none;
}

div[data-id="117600"]{
	display : none;
}

@media (min-width: 1024px) {
    #content {
        margin-top: 0rem;
    }
}



.body-wrapper h2{
	color : black;
}

.navbar .logo-wrapper img{
	height : 4rem;
}

.acpi-agenda .m-seminar-list__list__row--columns-3 .m-seminar-list__list__items__item{
	list-style : none;
}
.acpi-agenda .session-schedule-card .session-header {
	border-radius : 0!important;
}

.acpi-agenda .small_bio,.acpi-agenda .h-100{
	height : 100%;
}

.acpi-agenda .session-operations .fas.fa-info-circle.mr-2{
	display : none;
}

.acpi-agenda .m-seminar-list__list__row__header
 {
    background: #54bac6 !important;
}
.acpi-agenda .initial-avatar{
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar .language-toggle a{
	
    background: #4BAEA0;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(00, 00, 00, 0.3);
    FONT-WEIGHT: bold;
    font-size: 1.1rem;
    border-radius: 14px !important;
    padding: 1.2rem 2rem;
    transition: var(--transition);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
    transform: scale(1) translateY(0px);
    border: 1px solid #0e9080;
}

.m-seminar-list__list__row--columns-3 .m-seminar-list__list__items__item{
	width: calc((100% / 3) - 30px)!important;
}

.session-schedule-card .session-header .session-title{
	align-items : flex-start!important;
}
.session-schedule-card .session-header .session-date-time{
	margin-top : 0.5rem;
}
.classification{
	display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-wrap: wrap;
}

.classification .tag-button{
	padding: 0.25rem 0.5rem;
    border-radius: 6px;
}

.speaker-card .speaker-name{
	font-weight: 600;
    color: black;
}

.user-details p{
	font-style : italic;
}

.attendee_list .alphabet-container .alphabet-title{
	padding : 1rem!important;
	color : white;
	background-color : #0e9080!important;
}

.attendee_list .letters-container a.active{
	color : white;
	background-color : #0e9080!important;
}

.loadSummary {
    background-color: #0e9080;
    color: white;
    border-color: #0e9080 !important;
}
.user-details p{
	padding : 0!important;
	padding-top : 1rem!important;
}

.alphabet-container > .row > * {
	margin-top : 1rem;
}

.bio-banner {
	display : flex;
	flex-direction : row;
	align-items : flex-start;
	justify-content : flex-start;
	gap : 1rem;
}

.bio-banner .avatar{
	display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.profile-bio{
	margin-top : 1rem;
}

.shadow-card-title{
	font-weight : 600;
	color : black;
}

.bio-banner .details.profile-detail h3{
	font-weight : 600;
	color : black;
}

.bio-banner .details.profile-detail p{
	font-style : italic;
}

.m-seminar-list__list__row__header{
	width : 15%!important;
}
.m-seminar-list__list__items{
	width : 85%!important;
}

#app-layout .profile-bio{
		width : 100%!important;
}
#app-layout .session-sponsors .sponsor img{
	width : 8rem;
}
.m-seminar-list__list__row--columns-3 .m-seminar-list__list__items__item{
	width : calc((100% / 2) - 30px)!important;
}


/*sidebar */
.col-sm-3 {
  padding: 2rem;
  border-radius: 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  background: #ffffff;
 
}
.sidebar-card {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eeeeee;
}

.sidebar-card:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.sidebar-card h3 {
    background: #4BAEA0 !important;
    color: #ffffff !important;
    font-size: 18px;
    padding: 12px 16px !important;
    border-radius: 8px;
    margin: 0 0 16px;
    border-left: 5px solid #4BAEA0 !important;
}

.sidebar-card p {
  font-size: 15px;
  line-height: 1.5;
}

.sidebar-card a {
  color: #a54a7b;
}

.sidebar-actions .btn-primary {
    background: #54bac6 !important;
    border-color: #ccc !important;
    color: #ffffff !important;
    border-radius: 39px !important;
    padding: 16px 18px;
    font-weight: bold;
}
#content .row .col-sm-3 {
  border-left: 1px solid #ddd !important;
}
/*body */
.body-wrapper {
  display: grid;
  gap: 22px;
}

.body-wrapper > h2 {
  margin-bottom: 0;
}

.body-wrapper > div {
  background: #ffffff;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #eeeeee;
}

.body-wrapper h2,
.body-wrapper h3 {
  color: #0b1f44;
  font-weight: 700;
}

.body-wrapper h3 {
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 26px;
}

.body-wrapper p,
.body-wrapper li {
  font-size: 16px;
  line-height: 1.6;
}

.body-wrapper ul {
  padding-left: 22px;
}

.body-wrapper .table {
  margin-top: 15px;
  margin-bottom: 25px;
  background: #ffffff;
}

.body-wrapper .table th {
  background: #f4f4f4;
  color: #0b1f44;
}

.body-wrapper .table td,
.body-wrapper .table th {
  padding: 12px;
  vertical-align: middle;
}

/*top menu*/
.navbar .links-wrapper .navbar-nav {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar .links-wrapper .navbar-nav > li {
  padding: 0;
  margin: 0.375rem;
  border-top: none;
  list-style: none;
}

.navbar .links-wrapper .navbar-nav > li > a {
  display: block;
  padding: 0.75rem 1.2rem;
  border-radius: 12px;
  background: #ffffff;
  color: #21305f;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.06);
}

/*.navbar .links-wrapper .navbar-nav > li.active > a,
.navbar .links-wrapper .navbar-nav > li > a:hover {
  background: #a54a7b;
  color: #ffffff;
}*/
.navbar .links-wrapper .navbar-nav > *.active {
    color: #F9FAFB;
    background: none;
}

/*WelcomeMessage*/

.acpi-message-card {
  background: #ffffff;
  border: 1px solid #e6edf3;
  border-radius: 14px;
  padding: 28px;

  max-width: 1000px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.acpi-message-card h3 {
  margin: 0 0 24px;
  color: #004080;
  font-size: 28px;
  line-height: 1.3;
  font-family: Montserrat, Arial, sans-serif;
}

.message-content {
  font-family: Montserrat, Arial, sans-serif;
  color: #333333;
  font-size: 17px;
  line-height: 1.7;
}

.message-content p {
  margin: 0 0 18px;
}

.message-photo {
  width: 144px;
  height: 144px;
  object-fit: cover;
  border-radius: 50%;
  float: left;
  margin: 6px 24px 16px 0;
  border: 4px solid #e6edf3;
}

.signature {
  margin-top: 24px;
  color: #004080;
}

@media (max-width: 600px) {
  .acpi-message-card {
    padding: 20px;
  }

  .message-photo {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }

  .acpi-message-card h3 {
    font-size: 23px;
    text-align: center;
  }
}

/*Travel*/

.venue-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
}

.venue-card {
  background: #ffffff;
  border: 1px solid #e6edf3;
  border-radius: 18px;
  padding: 26px;
  margin-bottom: 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.venue-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}

.venue-head i {
  font-size: 26px;
  color: #004080;
  margin-top: 4px;
}

.venue-title {
  margin: 0 0 6px;
  color: #004080;
  font-size: 24px;
  line-height: 1.3;
}

.venue-title a {
  color: #004080;
  text-decoration: underline;
}

.venue-sub {
  margin: 0;
  color: #555555;
  font-size: 16px;
}

.venue-card p {
  color: #333333;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 16px;
}

.venue-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 18px 0 22px;
}

.venue-photo-grid img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.venue-photo-grid.single-img {
  grid-template-columns: 1fr;
}

.venue-photo-grid.single-img img {
  max-width: 420px;
  height: auto;
  object-fit: contain;
}

.venue-meta {
  background: #f6f9fc;
  border-radius: 12px;
  padding: 18px;
  margin-top: 18px;
}

.venue-meta p {
  margin: 0 0 10px;
}

.venue-meta p:last-child {
  margin-bottom: 0;
}

.venue-meta a {
  color: #004080;
  text-decoration: underline;
}

@media (max-width: 700px) {
  .venue-card {
    padding: 20px;
  }

  .venue-head {
    display: block;
  }

  .venue-head i {
    margin-bottom: 10px;
  }

  .venue-photo-grid {
    grid-template-columns: 1fr;
  }

  .venue-photo-grid img {
    height: auto;
  }
}

#content-middle .row {
    display: block !important;
}

.body-wrapper > .container {
	width:unset;
	margin:0;
	
}

.m-seminar-list__list__row__header {
    width: 20% !important;
    font-size: 16px;
}

.session-schedule-card hr + hr{
	display : none;
}