<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Montserrat', sans-serif; 
}

.business-connect-container {
    /* border: 1px solid red; */
    width: 95%;
    margin: 0 auto;
    height: 800px;
    margin-top: 108px;
    /* border: 1px solid red; */
}

img.responsive {
    margin: 0 auto;
    width: 100%;
    height: 250px;
    /* width: 1280px;  */
    /* height: 220px;  */
    background: linear-gradient(0deg, #D9D9D9 0%, #D9D9D9 100%); 
    border-radius: 24px;
}


.event-div {
    width: 50%;
    /* height: 400px; */
}

.event-description-div {
    width: 60%;
    padding: 30px;
}

.event-description-right.scroll-y {
    min-height: 90px;
    max-height: calc(100vh - 530px);
    overflow: hidden;
    overflow-y: auto;
}

.individual-detail-sponsor.scroll-y,
.individual-detail-exhibitor.scroll-y {
    min-height: 275px;
    max-height: calc(100vh - 600px);
    overflow: hidden;
    overflow-y: auto;
}

.event-description-left {
    font-weight: 700;
    margin-bottom: 10px;
}

.event-name {
    font-weight: 700;
    font-size: 20px;
}

.event-date,
.event-location-div,
.event-description-right {
    font-size: 16px;
}

.bottom-container {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    display: inline-flex;
}

.bottom-left-container {
    /* max-height: 1100px; */
    min-width: 36%;
    width: auto;
    overflow: scroll;
    background-color: #f1f1f1;
    max-height: 880px;
    border-radius: 16px; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    display: inline-flex;
}

.bottom-right-container {
    width: 100%; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 24px; 
    display: inline-flex;
}

#delegates,
#exhibitors,
#sponsors
{
    border: 1px solid #ccc;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
}

.left-detail-container{
    width: 400px;
    margin-bottom: 20px;
    margin: 15px auto;
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 12px; 
    display: flex;
}

div#sponsors {
    margin-bottom: 30px;
}

.horizontal-line {
    align-self: stretch; 
    height: 2px; 
    background: #BFCBD4;
}

.title {
    color: #333;
    flex: 1 1 0; 
    font-size: 24px; 
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; 
    line-height: 24px; 
    word-wrap: break-word;
}

.title-container,
.title-container.collapsed {
    min-width: 100%;
    align-self: stretch; 
    height: 40px; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 100px; 
    display: inline-flex;
}

.bottom-container .bottom-left-container .scroll-y {
    margin: -3px;
    margin-bottom: 20px;
    /* max-height: 800px !important; */
    height: auto;
    padding: 20px;
    align-self: stretch; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 8px; 
    display: flex;
}

div#delegates,
div#exhibitors,
div#sponsors {
    /* max-height: 600px; */
    height: auto;
}

.left-detail-container a {
    text-decoration: none;
}

i.bi.bi-caret-down-fill,
i.bi.bi-caret-up-fill {
    cursor: pointer;
    font-size: 27px;
    float: right;
    margin: 0 auto;
}

.bottom-left-container .scroll-y {
    width: 400px;
}

.individual-detail {
    align-self: stretch; 
    height: 50px; 
    flex-direction: column; 
    justify-content: center; 
    align-items: flex-start; 
    display: flex;
    margin-bottom: 5px;
}

.individual-detail .data-1 {
    width: 100%;
    justify-content: space-between !important;
    display: flex;
    color: #1D1D1D; 
    font-size: 17px; 
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; 
    line-height: 17px; 
    word-wrap: break-word;
}

.individual-detail .data-2 {
    color: #6E7F8A; 
    font-size: 12px; 
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; 
    line-height: 14px; 
    word-wrap: break-word;
}

.individual-detail .sign-plus {
    margin-right: 20px;
}

.bottom-right-container .heading {
    flex: 1 1 0; 
    color: #1D1D1D; 
    font-size: 24px; 
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; 
    line-height: 32px; 
    word-wrap: break-word;
}

.sign-plus {
    cursor: pointer;
}

.qr-code {
    height: 70px;
    width: 70px;
}

.card-body {
    padding: 0;
    border-radius: 15px;
    background: #fff;
}

.card-body-outer {
    border-radius: 15px;
}

.text-muted {
    margin: 0;
}

.rounded-5 {
    border-radius: .5rem !important;
}

.qr-code {
    margin: 0 33%;
}

.custom-shadow {
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
}

.package-info {
    padding: 10px;
    width: 280px;
}

.ticket-info {
    padding: 2px;
    width: 280px;
}

.disabled {
    display: none;
}
  
.bubble,
.bubble-down {
    width: 400px;
    border:2px solid #dcd4d1;
    position:relative;
    background-color:#FFF;
    padding: 1rem;
    color: #212529;
    /* margin-bottom: 2rem; */
    box-shadow: -2px -3px 5px 0px #dcd4d1;
    z-index: 11111;
}

.delegate-hint {
    cursor: pointer;
}

.delegate-hint-show p{
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.bubble:before,
.bubble:after {
  content:"";
  display:block;
  border-width: 17px;
  position:absolute;
  bottom: -35px;
  left:100px;
  border-style:solid dashed dashed;
  border-color:#dcd4d1 transparent transparent;
  font-size:0;
  line-height:0;
}

.bubble:after {
  bottom:-33px;
  border-color:#FFF transparent transparent;
}


.bubble-down:before, .bubble-down:after {
  content: "";
  display: block;
  border-width: 17px;
  position: absolute;
  top: -34px;
  left: 130px;
  border-style: solid dashed dashed;
  border-color: transparent transparent #dcd4d1 transparent;
  font-size: 0;
  line-height: 0;
}

.bubble-down:after {
  top: -31px;
  border-color: transparent transparent white transparent;
}

/*********** bottom-right-container ************/

.block-names-list {
    /* align-self: stretch; 
    justify-content: flex-start; 
    align-items: flex-start; 
    display: inline-flex; */
    display: inline-table;
}

.block-name {
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-end; 
    gap: 8px; 
    display: inline-flex;
}

.desktop-block-name-div {
    margin-top: 10px;
    padding-left: 16px; 
    padding-right: 16px; 
    justify-content: flex-start; 
    align-items: flex-end; 
    gap: 8px; 
    display: inline-flex;
}

.desktop-block-name-div div {
    color: #6E7F8A; 
    font-size: 16px; 
    font-family: 'Montserrat', sans-serif; 
    font-weight: 400; 
    line-height: 24px; 
    word-wrap: break-word;
}

.underline {
    align-self: stretch; 
    height: 1px; 
    background: #BFCBD4;
}

.eventcamp-modal button.close-button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 7px;
  }
  
#modal-mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 20;
}

#modal-info-box {
    position: fixed;
    background-color: white;
    border: 5px solid #EE7126;
    border-radius: 10px;
    padding: 100px;
    display: none;
    z-index: 1301;
    width: auto;
    left: calc(50% - 150px);
    height: auto;
    top: calc(50% - 75px);
}

#modal-info-box div.img {
    transform: scale(3.5);
}


/* #modal-info-box h1 {
    margin: 0 0 5px;
    padding: 0;
    text-align: center;
    font-size: 20px;
}

#modal-info-box p {
    margin: 0;
    padding: 0;
    font-size: 14px;
} */

.agenda-sponsor-image{
    border-radius: 50%;
    overflow: clip;
    width: 2.5rem;
    height: 2.5rem;
}



.single-session {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.single-session.group{
    padding:10px;
    border: 1px solid #ee712530;
}

.agendas-list-desktop div.active {
    color: #EE7126;
}

.text-orange {
    color: #EE7126 !important;
}

.border-orange-desktop {
    border: 1px solid #EE7126;
}

.agendas-list-desktop {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-block;
}

.bottom-right-container .scroll-y {
    height: 775px !important;
    /* min-height: 90px;
    max-height: calc(100vh - 345px); */
    overflow: hidden;
    overflow-y: auto;
}

.session-collapse-button {
    margin-right: 20px;
}

.play-circle-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/images/play_circle_filled.png);
}

.agenda-list-by-date {
    align-self: stretch;  
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    display: flex;
}

.session-time {
    width: 180px; 
    color: #1D1D1D; 
    font-size: 16px; 
    font-weight: 400; 
    line-height: 24px; 
    word-wrap: break-word;
}

.meeting_link {
    width: 156px; 
    height: 88px; 
    position: relative;
}

.play-rectangle-img {
    width: 100%; 
    height: 100%; 
    background: linear-gradient(0deg, black 0%, black 100%); 
    border-radius: 8px;
}

.white-triangle {
    width: 31px; 
    height: 31px; 
    left: 5px; 
    top: 4px; 
    position: absolute; 
    background: white; 
    border-radius: 9999px;
}

.circle-image-position {
    width: 40px; 
    height: 40px; 
    left: 58px; 
    top: 24px; 
    position: absolute;
}

.session-name-location-box {
    flex: 1 1 0; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 16px; 
    display: inline-flex;
}

.session-name-location {
    flex: 1 1 0; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    display: inline-flex;
}

.session-name {
    align-self: stretch; 
    color: #1D1D1D; 
    font-size: 16px; 
    font-weight: 600; 
    line-height: 24px; 
    word-wrap: break-word;
}

.session-location {
    color: #6E7F8A; 
    font-size: 16px; 
    font-weight: 400; 
    line-height: 24px; 
    word-wrap: break-word;
}

.speaker-image {
    cursor: pointer;
}

.button-container {
    float: right;
}

#agenda_link {
    margin-right: 30px;
}

.info-buttons button {
    font-size: 15px;
    border-radius: 5px;
}

div.info-buttons a {
    text-decoration: none;
}

@media (max-width:1024px) {
    .bottom-container{
        display: block;
    }
}


#search-input-delegate, #search-input-exhibitor,#search-input-sponsor {
    width: 100%; 
    padding: 6px;
    font-size: 16px; 
    border: 1px solid #ccc; 
    border-radius: 5px; 
    box-sizing: border-box; 
}

.individual-detail-delegate {
    width: 100%;
    /* display: contents; */
}

#speakerAccordion {
    width: 100%;
}

.session-data {
    width: 100%;
}

.speaker-name {
    text-transform: capitalize;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}


.modal-header .close {
    margin-top: -20px;
}

.modal-header {
    display: inline;
}

.large-image {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.text-black {
    color: #000;
}

.fw-700 {
    font-weight: 700;
}

.modal-title {
    font-size: 22px;
    font-weight: 400;
}

.accordion-button {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.accordion-button span {
    color: #2c2c2c;
    font-size: 10px;
    margin-left: 5px;
}

.border-box {
    margin-top: 20px; padding:20px; width: 100%; height: 100%; padding-top: 24px; padding-bottom: 24px; border-radius: 16px; border: 1px #BFCBD4 solid;  gap: 24px; display: inline-flex;
  }

  .image-btn {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 10px;
  }

  .border-bottom {
    border-bottom: 1px solid #000;
  }

 .card.mx-auto{
    padding: 7px;
    /* width: 300px !important; */
    height: 200px !important;
  }

  img.img-fluid.mb-3 {
    width: 50px;
    height: 50px;
    margin: 0 30px;
  }

  .individual-detail-exhibitor.carousel-item .card-title,
  .individual-detail-sponsor.carousel-item .card-title {
    font-size: 10px;
  }

  div#exhibitorCarousel,
  div#sponsorCarousel {
    /* width: 650px; */
  }

  .carousel-control-next, .carousel-control-prev {    
    width: auto;
  }

  .card-body {
    display: flex;
    flex-direction: column;
    gap: 0px; /* Adjust the gap as needed */
    /* padding: 5px; */
  }

.card-title {
    text-align: center; /* Optional: Center align title */
    margin-bottom: 10px; /* Space below the title */
}

.contact-item {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px; /* Space between icon and text */
    margin: 0; /* Reset margin for consistent spacing */
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent text from wrapping */
    padding: 5px; /* Optional: Add padding for better scroll appearance */
}

.card-text p {
    margin: 0; /* Remove default margin for nested paragraphs */
}

.img-fluid {
    align-self: center; /* Center the QR code if necessary */
    max-width: 200px; /* Optional: Restrict the size of the QR code */
}


.contact-item::-webkit-scrollbar {
    height: 6px; /* Scrollbar height */
}

.scroll-y::-webkit-scrollbar {
    width: 6px; /* Scrollbar height */
}

.contact-item::-webkit-scrollbar-thumb,
.scroll-y::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Scrollbar color */
    border-radius: 3px; /* Rounded corners */
}

.contact-item::-webkit-scrollbar-track,
.scroll-y::-webkit-scrollbar-track {
    background-color: #f5f5f5; /* Track color */
}


.fw-b {
    font-weight: 700;
}

.carousel-indicators {
    margin-left: 45%;
}

.logo-image{
    margin: 0 auto !important;
}

.pb-25 {
    padding: 25px;
  }

.h-300 {
    height: 300px
}

.agenda-description { 
    font-family: 'Monterasst', sans-serif !important; 
    font-size: 1.75rem !important;
} 

.agenda-description * { 
    font-family: inherit !important; 
    font-size: 1.75rem !important;
}

.search-container {
    width: 100%;
}</pre></body></html>