
/*specific pages container*/
.home-custom-css{}
.community-custom-css{}
.agenda-custom-css{}
.speakers-custom-css{}

/*main container of each section*/
.main-app-container {}

/*
call-to-action buttons e.g:
Register, Join The Community etc
*/
.btn-register {}

/*Top navigation bar container*/
.template-nav {}

/*Top navigation bar items container*/
#bs-example-navbar-collapse-1 {}

/*social share buttons container*/
.social-share-button {}

/*social share buttons per social network*/
.social-share-button.facebook {}
.social-share-button.twitter {}
.social-share-button.linkedin {}
.social-share-button.google {}

/*Registration module*/
.css-fof595 input {
border-radius: 0px !important;
}

.footer-with-confirmation-link {
	display: none;
}






/*Navbar*/
nav.custom-navigation {
    max-width: 100%;
    padding: 16px 30px;
}
.left-nav {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.left-nav li {
  display: flex;
  align-items: center;
  position: relative;
}

.left-nav li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.left-nav svg {
  height: 30px;   /* same height for all */
  width: auto;
  display: block;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    /* justify-content: center; */
}

ul.right-menu {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    list-style: none;
    padding: 0;
    align-items: center; 
}
    
.left-nav li a {
  display: flex;
    align-items: center;

}

.right-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Dark-Marine, #0A2240);
    font-size: 15px;
    font-style: normal;
    line-height: 100%; /* 15px */
    letter-spacing: -0.15px;
    text-transform: uppercase;
}

ul.left-nav li:first-child svg{
   height:30px;
}
ul.left-nav li:nth-child(2) svg{
   height:25px;
}
ul.left-nav li:nth-child(3) svg{
   height:30px;
}
ul.left-nav li:nth-child(4) svg{
  height:18px;
}
 