<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.elementorShortcode{
    font-family: montserrat !important;
}
#info-bubble {
    display: none;
    position: fixed;
    background: #00071CDB;
    color: #fff;
    border-radius: 100%;
    padding: 1rem;
    height: 12rem;
    width: 12rem;
    align-items: center;
    text-align: center;
    pointer-events: none;
    z-index: 100;
}

.speaker {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    border-radius: 24px;
    -webkit-backdrop-filter: blur(10px);
    background-color: #00071C33;
    padding: 0.5rem;
}

.speaker.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.speaker img {
    border-radius: 24px 24px 0 0 !important;
}

.infoSpeaker {
    padding: 0.6rem 0;
}

.infoSpeaker h4 {
    color: #F1F7FF;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.infoSpeaker .description {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    line-height: 22px;
    text-shadow: 1px 1px 10px #000000;
}

.filter-buttons {
    padding-bottom: 2rem;
}

.buttonBucharest.active, .buttonBucharest:hover{
  box-shadow: 0px 0px 12px -2px #00FFFF;
  background-image: none !important;
  color: #0FF !important;
  font-weight: bold !important;
  background: none;
}

.buttonCluj{
    background: transparent !important;
    color:rgb(255, 255, 255);
    font-weight: 600;
    padding: 12px 24px !important;
    width: 100%;
    text-align: left;
}

.buttonCluj.active{ 
    box-shadow: none !important;
    background: transparent !important;
    color:rgb(0, 255, 255);
    font-weight: bold;
    padding: 12px 24px;
    width: 100%;
    text-align: left;
}

/*Cluj*/

.speakerCluj{
    background-color: #00071CCC;
    padding: 0 !important;
    margin: 12px 6px;
    margin-top: 12px;
    border-radius: 24px;
    box-shadow: 0px 0px 12px -2px rgba(0, 255, 255, 0.5) !important;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.speakerCluj.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.speakerCluj img{
    border-radius: 24px !important;
}

.speakerCluj a{
    text-decoration: none !important;
}

.speakerCluj .infoSpeaker{
    padding: 0.6rem 1rem 1.5rem;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
  border-bottom: 1px solid rgb(0, 255, 255);
}</pre></body></html>