/*REMOVE Q&A FROM MOBILE*/
.qna-mobile { display: none; } /*Adjust Reaction Formatting*/
.live-broadcast-footer { height: 50px; } .right-container { margin-bottom:
300px; z-index: 9999; 
} 


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



/*MODAL WINDOW AGENDA*/
.ismg-modal-window {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  margin: auto;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  font-family: "Poppins", sans-serif;
}

.ismg-modal-window .ismg-modal-wrapper {
  width: 100%;
  height: 100%;
  max-width: 640px;
  max-height: 480px;
  background: url(https://res.cloudinary.com/bizzaboprod/image/upload/q_auto:best,c_crop,g_custom/v1633961625/wg7vvxts2sriuar2etxk.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.ismg-modal-window .ismg-modal-wrapper .ismg-modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  text-shadow: 1px 1px 8px black;
  font-size: 20px;
  cursor: pointer;
}

.ismg-modal-window .ismg-modal-wrapper .ismg-border-wrapper {
  width: 90%;
  height: 90%;
  max-width: 570px;
  max-height: 410px;
  border: 5px solid white;
  position: relative;
  text-align: center;
}

.ismg-modal-window .ismg-modal-wrapper .ismg-border-wrapper .header-subheader-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}

.ismg-modal-window .ismg-modal-wrapper .ismg-border-wrapper .header-subheader-wrapper .ismg-modal-header {
  font-size: 62px;
  color: white;
  font-weight: bold;
}

.ismg-modal-window .ismg-modal-wrapper .ismg-border-wrapper .header-subheader-wrapper .ismg-modal-subheader {
  font-size: 20px;
  color: white;
}

.ismg-modal-window .ismg-modal-wrapper .ismg-border-wrapper .footer-wrapper {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

.ismg-modal-window .ismg-modal-wrapper .ismg-border-wrapper .footer-wrapper .ismg-modal-logo img {
  width: 100%;
  max-width: 73px;
  height: auto;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.ismg-modal-window .ismg-modal-wrapper .ismg-border-wrapper .footer-wrapper .ismg-modal-text {
  font-size: 16px;
  color: white;
}



/*Magic Link*/

#bs-example-navbar-collapse-1 .navbar-nav li:not(.navbar-right li):not(.more-tabs-dropdown ul li) {
display:none;
}
.display-home
{
display:block
!important
}

/*Interview room curve edges */
.player .vp-video-wrapper.transparent {
    background-color: #da161600;
    border-radius: 20px;
} 

/* Registration test background image*/
.section-1420784 .atom-sectionMain {
    background-image: url(https://res.cloudinary.com/bizzaboprod/image/upload/q_auto:best,c_crop,g_custom/v1632201348/ybbigro9b7b71zkl0mc7.png) !important;
background-repeat:no-repeat;
    background-size:cover !important;
}

/* lobby header*/
.global-template .global-cover-photo-background {
    background-position: center center;
    background-size: cover;
    margin-left: -15px;
    margin-right: -15px;
    background-repeat: no-repeat;
    min-height: 200px;
}

/* lobby register button*/
.section-1408566 .element-7118454, .section-1408566 .element-7118454, .section-1408566 a.element-7118454, .section-1408566 p.element-7118454, .section-1408566 .element-7118454 p, .section-1408566 .element-7118454 h1, .section-1408566 .element-7118454 h2, .section-1408566 .element-7118454 h3, .section-1408566 .element-7118454 h4, .section-1408566 .element-7118454 h5, .section-1408566 .element-7118454 h6, .section-1408566 .element-7118454 .btn, .section-1408566 .element-7118454 .btn.btn-register, .section-1408566 .element-7118454 .custom-font, .section-1408566 .element-7118454.count-number, .section-1408566 .element-7118454.cover-photo-background, .section-1408566 .element-7118454.global-cover-photo-background, .section-1408566 .element-7118454.cover-image-background {
    font-family: 'Poppins', sans-serif;
    font-size: 0.89rem;
    border-radius: 20px;
    margin-top: 8%;
}

/* Hide event date*/
.section-1408566 .element-7118449 .atom-main {
    color: #ffffff;
    display: none;
}

/*header p line height*/
.global-template .header p {
    font-size: 1.5rem;
    line-height: 0.75rem;
    text-align: left;
}

/*Sessions Single Page Title*/
.agenda-view .session-page .session-info-container .session-title {
    color: #32333C;
    font-weight: 600;
    line-height: 30px;
    font-family: Poppins, sans-serif;
}

.speaker-view .speaker-container .speaker-profile .speaker-name-wrapper .speaker-name {
    line-height: 30px;
    font-family: Poppins, sans-serif;
}

.speaker-view .speaker-container .speaker-profile .speaker-position, .speaker-view .speaker-container .speaker-profile .speaker-company {
    font-size: 16px;
    font-family: Poppins, sans-serif;
}


.custom-font {
   font-family: Poppins, sans-serif;
    }

.speaker-view .speaker-container .speaker-sessions-twitter-wrapper .speaker-sessions .speaker-session a .speaker-session-title {
    font-size: 18px;
    font-weight: 600;
    color: #32333C;
    line-height: 30px;
    font-family: Poppins, sans-serif;
}

.speaker-session-excerpt margin-bottom-xs{
font-family: Poppins, sans-serif;
}

.speaker-view .speaker-container .speaker-profile .speaker-image-wrapper .speaker-image-stub {
    width: 250px;
    height: 250px;
    color: #B1B4BF;
    border: 2px solid #CFD3DB;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 20px;
}

.speaker-view .speaker-container .speaker-sessions-twitter-wrapper .speaker-sessions .speaker-session a .speaker-session-title {
    font-size: 18px;
    font-weight: 600;
    color: #32333C;
    line-height: 30px;
    font-family: Poppins, sans-serif;
}


/*Agenda Tittle*/
.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .session-name a, .agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .session-name span {
    cursor: pointer;
    text-decoration: none;
   font-family: Poppins, sans-serif;
  font-size: 20px;
}

.session-info-text {
    font-family: Poppins, sans-serif;
  font-size: 14px;
   vertical-align: middle;
   line-height: 21px;
   color: #32333C;
   margin-bottom: 5px;
   display: none;
}



/*Share Button codes*/
.share {

display: none !important;

}

.speaker-share-button {
display: none;
}

/* a link codes*/
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}


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


/*Booth Background Color Change*/
.color-1-background-opacity, .color-1-background-opacity.custom-color {
    background-color: #FAFAFA;
}



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


.section-1374709 .element-6918845 .atom-main {
    color: #636363;
    display: none;
}
.section-1374750 .element-6919050 .atom-main {
    color: #636363;
    display: none;
}

.section-1374755 .element-6919078 .atom-main {
    color: #636363;
    display: none;
}
/*image for photo speaker place holder
.entity-photo-holder > a {
    display: block;
    position: relative;
    border: solid 1px blue;
    border-radius: 20px;
}
*/


/*location for New York USA*/
.section-1363295 .element-6849065 .atom-header1 {
    color: rgba(255,255,255,1);
    display: none;
  margin-top:90px;
}

/*Virtual Location Style*/
.section-1363295 .element-6849065 .atom-header2 {
    color: #ffffff;
    margin-top: 80px important!;
}

/*Date of event*/
.section-1363295 .element-6849061 .atom-main {
    color: #5D5FEF;
    font-style: normal;
    font-weight: 800;
    background-color: ghostwhite;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 40px;
    padding-right: 40px;
  font-size:20px;
 
}


/*connect sentence*/
element.style {
    margin-left: 100px;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    letter-space: 10px;
    color: #07AE9A;
    font-weight: 600;
    margin-left: 34%;
}

/*paragraph on section 2*/
element.style {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    display: block;
    text-overflow: ellipsis;
    width: 300px;
    margin-left: 50%;
}

/*home video all together */

/*home Ana video 
.fr-view .fr-video>* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
    border: none;
    border-radius: 40px;
}
*/



/*Home second section Event info*/
.section-1377271 .atom-sectionMain {
    background-image: url(https://res.cloudinary.com/bizzaboprod/image/upload/q_auto:best,c_crop,g_custom/v1630328639/gaowbzy1zcyrwffaqvyy.png);
}

.row-name {
  display: flex;
}

.column-name {
  flex: 50%;
}

/*Booth background color*/
.color-1-background-opacity, .color-1-background-opacity.custom-color {
 background-color: rgb(250 250 250 /*/ 8%*/);
}

/*Sponsor Section Login page */
.section-1375063 .atom-sectionMain {
    background-color: #FFFFFF;
}

.section-1375063 .custom-space-bottom {
    padding-bottom: 40px;
    padding-left: 100px;
  background-color: #FFFFFF;
}




/*Speaker page Title*/
.section-1377758 .element-6936189 .atom-main {
    color: #636363;
    display: none;
}

/* Speaker Our Speaker Hidden */
.section-1377760 .element-6849074 .atom-main {
    color: rgba(58,59,60,1);
    display: none;
}





/*Sponsor pop up Sponsor Section Title*/
.Component-partnerModal-0-2-2 .partner {
    margin: 0 0 18px;
    padding: 0 24px;
    font-size: 24px;
    word-wrap: break-word;
    white-space: pre-wrap;
    font-family: Poppins, sans-serif;
}

/* Sponsor pop up inside text*/
.section-1378209 .element-6938944 .atom-main {
    color: #32333c;
    font-size: 16px;
}


/*Interview Page Titles Hidden*/
.section-1377767 .element-6936189 .atom-main {
    display: none;
}

.section-1376384 .element-6928030 .atom-main {
    display: none;
}


/* Home Second Section Promotion*/
.section-1377727 .element-6936044 .atom-main {
    color: #636363;
    display: none;
}

/* Home banner top Title*/
.section-1377334 .element-6933736 .atom-main {
    display: none;
}

/*Home rotating session banners title*/
.section-1377492 .element-6919050 .atom-main {
    display: none;
}



/*Agenda Back Button
.agenda-view .session-page .session-control-buttons .control-button.back-to-agenda {
    color: #fff;
    display: none;
}*/

/*Footer download app*/
.trade-template .downloadapp span {
    font-style: normal;
    font-weight: bold;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

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

/*social share buttons per social network*/
.social-share-button.facebook {
background-color: #3A3B3C;
  margin-top:60px;
}
.social-share-button.twitter {
  margin-top:60px;
background-color: #3A3B3C;
  
}

.social-share-button.linkedin {
background-color: #3A3B3C;
  margin-top:60px;
}
.social-share-button.google {}

iframe{
 overflow:hidden; 
}

/*Mobile responsive header faraz@bizzabo*/

@media screen and (min-width: 300px){
#section-1377727 > div > div > div.element-groups.Component-elementGroups-0-2-1 > div:nth-child(1) > div.atom-main.full-width.margin-custom-element.element-6936050 > div{
    position: relative;
  right: 100px;}
  .section-1363295 .element-6849061 .atom-main {
    line-height: 2.5;
}
}

@media screen and (min-width: 300px) and (max-width: 400px){
  .section-1363295 .element-6849060 .atom-main {
    word-break: keep-all;
    font-size: 30px;
}
}

@media screen and (min-width: 300px) and (max-width: 600px){.section-1374752 .atom-sectionMain {
    zoom: 150%;
  }}
/*End faraz@bizzabo*/

.section-1424634 .atom-sectionMain {
    background-color: #ffffff;
    position: relative;
    bottom: 95px;
}

.section-1424634 .custom-space-bottom {
    padding-bottom: 0px;
    position: relative;
    bottom: 30px;
}

.section-1393173 .atom-sectionMain {
    background-color: rgba(255,255,255,1);
    position: relative;
    bottom: 220px;
}

