
/*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 {}

/*reg form title styling*/
.section-2103921 .element-11110191 .atom-main {
  text-transform: capitalize;
  font-size: 45px;
  color: #1D2E3F;
 font-weight: bold;
}
/*Change All Caps to Title Case*/
.trade-template h2 {
 text-transform: none;
!important;
}
/*Navigation bar to upper case*/
.nav-menu-btn {
  text-transform: uppercase !important;
}
/*Agenda -Remove the My Registered View*/
body > div.react-main.footer-padding-confirmation > div > div > div.agenda-view.session-list-view.top-agenda-margin-single.agenda-custom-css.agenda-day-selector.row > div.tab-buttons-container.margin-bottom-small > div:nth-child(3) {
  display: none;
}
/*Agenda - Show full session title*/
.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .session-name {
    height: auto;
}
.agenda-view .session-list-container .session-carousel .slider-container .session-container .session-name a {
    white-space: break-spaces;
    overflow: visible;
    display: block;
}
/*
Agenda - Expand Session Description
.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .preview-session-description {
   padding-left: 30px;
   padding-right: 30px;
   margin-bottom: 10px;
   -webkit-animation: all 0.3s ease-in-out;
   -moz-animation: all 0.3s ease-in-out;
   -ms-animation: all 0.3s ease-in-out;
   -o-animation: all 0.3s ease-in-out;
   animation: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   cursor: pointer;
   max-height: max-content;
   overflow: hidden;
}

Agenda - Remove Session Description Fading
.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .preview-session-description.faddedAway {
   -webkit-mask-image: none;
   mask: -moz-linear-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)))!important;
}
*/

/*Remove gray overlay - Home*/
#section-2103919 > div {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1732815673/rxyarszk6cbfiepoixzx) !important;
}