﻿/* Legacy LP sections — ported from EFPA 2025 style8.css */
#obietnice .container, #konkurs .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.obietnice_left, .obietnice_left2 {
width: 48%;
padding: 20px;
}



.obietnice_right, .obietnice_right2 {
    width: 48%;
    background: #fff;
    padding: 20px;
}


.list_obietnice {
    list-style: none; /* Ukryj domyĹ›lne punktory */
    padding-left: 0; /* Dostosuj odstÄ™py wedĹ‚ug potrzeb */
}

.list_obietnice li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}

.list_obietnice li::before {
    content: "";
    background-image: url('../img/punktor1.png');
    background-size: contain; /* Dopasowanie obrazu do kontenera */
    background-repeat: no-repeat;
    width: 24px; /* SzerokoĹ›Ä‡ obrazka */
    height: 24px; /* WysokoĹ›Ä‡ obrazka */
    position: absolute;
    left: 0; /* Pozycja obrazka */
  
}

/*AGENDA */


#program {
  background: #01031C;
    background: linear-gradient(95deg, rgba(1, 3, 28, 1) 0%, rgba(12, 26, 106, 1) 25%, rgba(14, 36, 135, 1) 49%, rgba(20, 43, 163, 1) 76%, rgba(14, 77, 192, 1) 100%);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

#program .container {
    max-width: 90vw;
} 

#program h1 {
    color: #fff;
}

.agenda_dates {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 145px;
}

.agenda_switcher {
    width: 40%;
}

.agenda_date_button {
    margin-left: 10px;
    margin-right: 10px;
    background: transparent;
    color: #142090;
    border: 1px solid #142090;
    
}


.agenda_date_button:hover {
    background: #142090;
    color: #fff;
    border: 1px solid #142090;
}


.agenda_date_button:focus {
    background: #142090;
    color: #fff;
    outline: none;
    border: 1px solid #142090;
}


.day_title {
    font-weight: 600;
    text-align: center;
    line-height: 0.9;
    text-transform: none;
    font-size: 1.1rem;
    font-weight: 500;
}

.day_name {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.3;
}



.agenda_button_comment {
    text-align: center;
    font-size: 0.9rem;
    margin-top: -10px;
}



.session_time {
    width: 140px;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}


.session_time.small {
    align-items: center;
}

.session_time_short {
    font-size: 2.2rem;
}


.session_content {
    width: calc(100% - 150px);
}



.session .session_content {
    background: rgba(255, 255, 255, 0);
    padding: 15px;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-left: 2px solid #142090;
}

.session_speaker {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-top: 15px;
    cursor: pointer;
}






.company .speaker_image {
    width: 150px;
    height: auto;
}




.speaker_details {
    width: calc(100% - 60px);
    font-size: 0.9rem;
}



.company .speaker_details {
    width: calc(100% - 170px);
    
}


.speaker_name {
    font-weight: 600;

    font-size: 0.9rem;
    margin-bottom: -5px;
}





/* NEW AGENDA */


.single_session {
    display: flex;
    justify-content: space-between;
align-items: center;
align-content: center;
    
}


.single_session.block {
    margin-top: 30px;
}


.single_session.session {
    margin-top: 20px;
    margin-bottom: 15px;
    align-items: center;
}



.single_session.block .session_name {
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 2px;
}


.single_session.session .session_name {
    font-weight: 600;
    padding: 0px;
}


.session_description {
    font-size: 0.9rem;
}


.yellow {
    background: #F3E32C;
    color: #1d1d1b;

}



.red {
background: #142090;
color: #fff;
}



.blue {
    background: #142090;
    color: #fff;
    }




    .speaker_image {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        overflow: hidden;
    }

    .speaker_details {
        width: calc(100% - 55px);
        font-size: 0.9rem;
    }

    
 
    
    .speaker_image img {
        max-width: 100%;
    }


    .speaker_initials {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.8rem;
        font-weight: 600;
    }




    .company .speaker_image {
        width: 120px;
        height: auto;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 0;
        filter: grayscale(1);
    }


    .company .speaker_image:hover {
        filter: grayscale(0);
    }

    .company .speaker_details {
        width: calc(100% - 130px);
    }





    .session_speaker {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        margin-top: 8px;
    }





    .complete .session_content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }


.complete .session_name {
width: 100%;
}


.complete .cspeakers {
    width: 120px;
}


.complete .ispeakers {
    width: calc(100% - 140px);
    display: flex;
   
}


.complete .ispeakers .session_speaker {
    width: 100%;
    min-width: 250px;
}



















/* POPUP */


#popup {
    font-family: "Montserrat", sans-serif !important;
}

#popup h2 {
    font-size: 1rem;
}


#popup p {
    font-size: 0.9rem;
}


.ui-widget.ui-widget-content {
    border: 0px !important;
    border-radius: 1px !important;
    font-family: "Montserrat", sans-serif !important;
}


.ui-dialog .ui-dialog-titlebar {
    font-size: 1.5rem;
    text-transform: uppercase;
    background: #fff;
    border: 0px;
    font-weight: 600;
    display: none;
}


.ui-dialog .ui-dialog-title::before {
    content: '';
    position: absolute;
    left: -1780px;
    top: 0;
    width: 1800px;
    background: #F3E32C;
    height: 100%;
    font-weight: 600;
    display: none;
}



.ui-dialog .ui-dialog-titlebar-close {
display: none !important;
}



.ui-button .ui-icon {
    background-image: none !important;
    position: relative !important;
}



.ui-dialog .ui-dialog-buttonpane {
    border: 0px;
}

.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.8) !important;
    opacity: 1 !important;
}






.speaker_popup {
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    padding: 30px 30px 10px 30px !important;
width: 95%;
}



.speaker_popup .speaker_image {
    width: 220px;
    height: 220px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 5;
    padding: 0;
}

.speaker_popup .speaker_image img {
    width: 90%;
    height: auto;
    position: relative;
    z-index: 999;
    border-radius: 50%;
    margin-left: 10%;
}

.speaker_popup .speaker_image::before {
    position: absolute;
    content: '';
    top: 0.1px;
    left: 0px;
    background: #142090;
    background: radial-gradient(circle, rgba(45, 112, 246, 1) 0%, rgba(28, 76, 226, 1) 25%, rgba(19, 50, 184, 1) 48%, rgba(12, 30, 118, 1) 75%, rgba(12, 30, 118, 1) 100%);
    width: 55%;
    height: calc(90% - 1px);
    z-index: 3;
    opacity: 1;
}

.speaker_popup .speaker_image::after {
    position: absolute;
    content: '';
    top: -20px;
    right: -20px;
    background: #142090;
    width: 90%;
    height: 90%;
    z-index: 3;
    opacity: 0;
   }


   .speaker_popup .speaker_details {
    width: calc(100% - 240px);
    font-size: 0.9rem;
    color: #081452;
}


.ui-dialog .ui-dialog-buttonpane button {
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: -30px;
    border: 0px;
    border-radius: 50%;
    background: #142090;
    color: #fff;
    font-weight: 600;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* UsuĹ„ obramowanie focusa dla wszystkich elementĂłw wewnÄ…trz popupu */
.speaker_popup *:focus {
    outline: none !important;
}


.speaker_popup *:focus-visible {
    outline: none !important;
}


.ui-dialog .ui-dialog-buttonpane button:focus-visible {
    outline: none !important;
}

.ui-dialog .ui-dialog-buttonpane button:focus {
    outline: none !important;
}





.speaker_popup .speaker_name {
    font-weight: 600;
    /* text-transform: uppercase; */
    font-size: 1.3rem;
    min-width: 400px;
    margin-left: 0;
}

.speaker_popup .speaker_info {
    font-weight: 500;
    font-size: 0.9rem;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 1.1;
}

.speaker_popup .speaker_company {
    font-weight: 600;
    font-size: 1.1rem;
}

.speaker_popup .speaker_bio {
    margin-top: 15px;
    font-size: 0.85rem;
    line-height: 1.3;
}

.speaker_popup .ui-dialog-title {

    color: #fff !important;
}



.speaker_popup .initials {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    z-index: 99;
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
}







#prelegenci {

    background: linear-gradient(87deg, rgba(1, 3, 28, 0.1) 0%, rgba(12, 26, 106, 0.1) 25%, rgba(14, 36, 135, 0.1) 49%, rgba(20, 43, 163, 0.1) 76%, rgba(14, 77, 192, 0.1) 100%);

}

#prelegenci .container {
        max-width: 85vw;
}

.speakers_grid {
    display: grid
;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.speakers_grid .speaker_card {
    border: 1px solid #fff;
    padding: 20px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    position: relative;
    /* min-height: 200px; */
    margin-top: 50px;
    padding-top: 85px;
    margin-bottom: 20px;
    min-height: 200px;
}

.speakers_grid .speaker_card:hover {
    background: #142090;
    color: #fff;
    transition: all 0.3s ease;
}

.speakers_grid .speaker_image {
    width: 100%;
    text-align: center;
    height: auto;
    position: absolute;
    top: -60px;
    left: 0;
    transition: all 0.3s ease;
}





.speakers_grid .speaker_image img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    border: 2px solid #fff;
    z-index: 5;
    position: relative;
}


.speakers_grid .speaker_initials {
    width: 180px;
    height: 180px;
    background: rgb(20,32,144);
    background: linear-gradient(121deg, rgba(20,32,144,1) 58%, rgba(58,43,196,1) 100%);
    color: #fff;
    font-size: 36px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 5;
    position: relative;
    transition: all 0.3s ease;
}

.speakers_grid .speaker_details {
    text-align: center;
    WIDTH: 100%;
    margin-top: 15px;
    z-index: 5;
    position: relative;
}


 .speaker_name {
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.2;
    font-size: 0.9rem;
    background: blue;
    width: fit-content;
    margin: auto;
    padding: 7px 15px;
    color: #fff;
    background: #01031C;
    background: linear-gradient(123deg, rgba(1, 3, 28, 1) 0%, rgba(12, 26, 106, 1) 25%, rgba(14, 36, 135, 1) 49%, rgba(20, 43, 163, 1) 76%, rgba(14, 77, 192, 1) 100%);
    margin-top: -5px;
}

.speakers_grid .speaker_card:hover .speaker_name {
    background: #fff;
    color: #081452;
}


.speakers_grid .speaker_position {
    margin-top: 8px;
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 400;
}

.speaker_card {
    position: relative;
    z-index: 5;
    transition: all 0.3s ease;
}


.speaker_card::before {
    position: absolute;
    top: 30px;
    right: 17%;
background: #01031C;
    background: linear-gradient(123deg, rgba(1, 3, 28, 1) 0%, rgba(12, 26, 106, 1) 25%, rgba(14, 36, 135, 1) 49%, rgba(20, 43, 163, 1) 76%, rgba(14, 77, 192, 1) 100%);
    pointer-events: none;
    width: 20%;
    height: 20%;
    content: '';
    border-radius: 5px;
    z-index: 7;
    transition: all 0.3s ease;
    background-image: url(../img/smudge_speaker.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
}


.speaker_card:hover::before {
    background-image: url(../img/smudge_speaker_yellow.png);
}


.speaker_card::after {
    position: absolute;
    top: 0px;
    right: 0px;
background: #01031C;
    background: linear-gradient(123deg, rgba(1, 3, 28, 1) 0%, rgba(12, 26, 106, 1) 25%, rgba(14, 36, 135, 1) 49%, rgba(20, 43, 163, 1) 76%, rgba(14, 77, 192, 1) 100%);
    pointer-events: none;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 5px;
    z-index: 2;
    transition: all 0.3s ease;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
}


.speaker_card:hover::after {
    opacity: 1;
    transition: all 0.3s ease;
}

.speaker_card:hover .speaker_position {
color: rgba(255,255,255,0.8);
}

.speaker_card:hover {
    background: transparent;
}

.speakers_grid .speaker_company {
    /* color: #142090; */
    margin-top: 5px;
    font-size: 0.85rem;
    line-height: 1;
    font-weight: 600;
}

.speaker_card:hover .speaker_company {
    color: rgba(255,255,255,1);
    }


    .speakers_grid .speaker_image::after {
        position: absolute;
        top: 0;
        left: 0;
background: #01031C;
    background: linear-gradient(123deg, rgba(1, 3, 28, 1) 0%, rgba(12, 26, 106, 1) 25%, rgba(14, 36, 135, 1) 49%, rgba(20, 43, 163, 1) 76%, rgba(14, 77, 192, 1) 100%);
        pointer-events: none;
        width: 100%;
        height: 100%;
        opacity: 0;
        content: '';
        border-radius: 5px;
        z-index: 1;
        transition: all 0.3s ease;
    }

/*PARTNERS */

#partnerzy {
    background: linear-gradient(102deg, #CBD8F0 0%, #F5F6F8 100%);
    padding: 2.5rem 0 3rem;
}

#partnerzy h1 {
    margin: 0 0 1.75rem;
    text-align: center;
    text-transform: uppercase;
}

.partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 1.5rem;
    gap: 14px 15px;
}


.single_partner {
    width: calc(20% - 12px);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(8, 20, 82, 0.08);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}






.single_partner img {
    max-width: 100%;
}


.partners_header {
    font-weight: 700;
    font-size: 1.02rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #081452;
    border: 0;
    border-bottom: 1px solid rgba(8, 20, 82, 0.2);
    padding: 0 0 0.55rem;
    margin: 1.75rem auto 1.1rem;
    background: none;
    border-radius: 0;
}

.partners_header:first-of-type {
    margin-top: 0;
}

/* === STOPKA (footer 2026) === */
#stopka.lp-foot {
    padding: 0;
    color: #fff;
    background: #01031c;
}

.lp-foot__inner {
    width: 100%;
    margin: 0;
    padding: 0;
}

.lp-foot-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    background: linear-gradient(102deg, #0d37c3 0%, #071353 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.lp-foot-map {
    position: relative;
    min-height: 440px;
}

.lp-foot-map gmp-map {
    width: 100%;
    height: 100%;
    min-height: 440px;
}

.lp-foot-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.75rem;
    padding: clamp(2rem, 4vw, 3.5rem) clamp(1.5rem, 4vw, 4rem);
}

.lp-foot-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.lp-foot-label i {
    color: #f3e32c;
    font-size: 1rem;
}

.lp-foot-place {
    margin: 0.6rem 0 0.4rem;
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
}

.lp-foot-addr {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
}

.lp-foot-mapbtn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.lp-foot-mapbtn:hover {
    border-color: #f3e32c;
    background: #f3e32c;
    color: #081452;
}

.lp-foot-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 0.85rem;
}

.lp-foot-card {
    padding: 1.1rem 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.82rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.8);
}

.lp-foot-card__head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.7rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff;
}

.lp-foot-card__head i {
    font-size: 1.2rem;
    color: #f3e32c;
}

.lp-foot-card p {
    margin: 0 0 0.55rem;
}

.lp-foot-card a {
    display: block;
    color: #f3e32c;
    text-decoration: none;
    word-break: break-word;
}

.lp-foot-card a:hover {
    text-decoration: underline;
}

.lp-foot-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: center;
    margin: 0;
    padding: clamp(1.75rem, 3.5vw, 3rem) clamp(1.5rem, 4vw, 4rem);
    background: linear-gradient(102deg, #071453 0%, #040d32 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.lp-foot-cta__kicker {
    display: block;
    margin-bottom: 0.7rem;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #f3e32c;
}

.lp-foot-cta__title {
    margin: 0 0 0.7rem;
    font-size: clamp(1.15rem, 2vw, 1.75rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
}

.lp-foot-cta__title span {
    color: #f3e32c;
}

.lp-foot-cta__sub {
    margin: 0;
    font-size: clamp(0.82rem, 1.2vw, 1rem);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    line-height: 1.32;
    color: rgba(255, 255, 255, 0.78);
}

.lp-foot-cta__dates {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: clamp(1.25rem, 2.5vw, 2rem);
    padding-left: clamp(1.25rem, 2.5vw, 2rem);
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.lp-foot-date + .lp-foot-date {
    padding-left: clamp(1.25rem, 2.5vw, 2rem);
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.lp-foot-date__day,
.lp-foot-date__name {
    white-space: nowrap;
}

.lp-foot-date {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.lp-foot-date__icon {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.lp-foot-date__body {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.lp-foot-date__day {
    font-size: 1.15rem;
    font-weight: 800;
    color: #f3e32c;
}

.lp-foot-date__name {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff;
}

.lp-foot-date__mode {
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.6);
}

.lp-foot-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0;
    padding: 1.5rem clamp(1.5rem, 4vw, 4rem);
    background: linear-gradient(102deg, #050d3a 0%, #01031c 100%);
}

.lp-foot-copy {
    margin: 0;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.7);
}

.lp-foot-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.lp-foot-links a {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.2s ease;
}

.lp-foot-links a:hover {
    color: #f3e32c;
}

.lp-foot-social {
    display: flex;
    gap: 0.6rem;
}

.lp-foot-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 1.05rem;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.lp-foot-social a:hover {
    background: #f3e32c;
    border-color: #f3e32c;
    color: #081452;
}

@media (max-width: 560px) {
    .lp-foot-cards {
        grid-template-columns: 1fr;
    }

    .lp-foot-cta__dates {
        flex-direction: column;
        gap: 1rem;
    }

    .lp-foot-date + .lp-foot-date {
        padding-left: 0;
        border-left: 0;
    }

    .lp-foot-date__icon {
        width: 46px;
        height: 46px;
        font-size: 1.25rem;
    }
}

.speaker_popup {
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    padding: 30px 30px 10px 30px !important;
width: 95%;
}



.speaker_popup .speaker_image {
    width: 220px;
    height: 220px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 5;
    padding: 0;
}

.speaker_popup .speaker_image img {
    width: 90%;
    height: auto;
    position: relative;
    z-index: 999;
    border-radius: 50%;
    margin-left: 10%;
}

.speaker_popup .speaker_image::before {
    position: absolute;
    content: '';
    top: 0.1px;
    left: 0px;
    background: #142090;
    background: radial-gradient(circle, rgba(45, 112, 246, 1) 0%, rgba(28, 76, 226, 1) 25%, rgba(19, 50, 184, 1) 48%, rgba(12, 30, 118, 1) 75%, rgba(12, 30, 118, 1) 100%);
    width: 55%;
    height: calc(90% - 1px);
    z-index: 3;
    opacity: 1;
}

.speaker_popup .speaker_image::after {
    position: absolute;
    content: '';
    top: -20px;
    right: -20px;
    background: #142090;
    width: 90%;
    height: 90%;
    z-index: 3;
    opacity: 0;
   }


   .speaker_popup .speaker_details {
    width: calc(100% - 240px);
    font-size: 0.9rem;
    color: #081452;
}


.ui-dialog .ui-dialog-buttonpane button {
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: -30px;
    border: 0px;
    border-radius: 50%;
    background: #142090;
    color: #fff;
    font-weight: 600;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* UsuĹ„ obramowanie focusa dla wszystkich elementĂłw wewnÄ…trz popupu */
.speaker_popup *:focus {
    outline: none !important;
}


.speaker_popup *:focus-visible {
    outline: none !important;
}


.ui-dialog .ui-dialog-buttonpane button:focus-visible {
    outline: none !important;
}

.ui-dialog .ui-dialog-buttonpane button:focus {
    outline: none !important;
}





.speaker_popup .speaker_name {
    font-weight: 600;
    /* text-transform: uppercase; */
    font-size: 1.3rem;
    min-width: 400px;
    margin-left: 0;
}

.speaker_popup .speaker_info {
    font-weight: 500;
    font-size: 0.9rem;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 1.1;
}

.speaker_popup .speaker_company {
    font-weight: 600;
    font-size: 1.1rem;
}

.speaker_popup .speaker_bio {
    margin-top: 15px;
    font-size: 0.85rem;
    line-height: 1.3;
}

.speaker_popup .ui-dialog-title {

    color: #fff !important;
}



.speaker_popup .initials {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    z-index: 99;
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
}

/* AGENDA NEW — from EFPA 2025 style8.css */
/* AGENDA NEW */

.agenda_day_content {
    border-radius: 5px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
}








.block_bar {
    background: rgba(255, 255, 255, 0);
    border-radius: 5px;
    padding: 0px 40px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.5s ease-in-out;
}




.block_name::after, .session_block::after {
    position: absolute;
    top: -10px;
    left: -25px;
    background: rgba(255,255,255,0.05);
    width: 5px;
    content: '';
    height: calc(100% + 15px);
    transition: 0.3s all ease-in-out;
}


.block_bar:hover .block_name::after, .block_bar:hover .session_block::after {
    background: rgba(255,255,255,0.4);
   
}

.agenda_time {
    width: auto;
    /* font-weight: 600; */
    padding: 15px;
background: #F5D120;
background: linear-gradient(117deg, rgba(245, 209, 32, 1) 0%, rgba(243, 227, 44, 1) 100%);
    border-radius: 5px;
    text-align: center;
    color: #081452;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-right: 50px;
    padding: 8px 8px 5px 8px;
   
    transition: 0.3s all ease-in-out;
}


.block_bar:hover .agenda_time {
    padding: 10px;
    font-weight: 700;
}






.agenda_position:hover .agenda_time {
   
    padding: 12px 12px 9px 12px;
    margin-right: 41px;
}






.block_name, .agenda_details_col {
    width: calc(100% - 180px);
    padding: 10px 30px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.11);
    padding: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 0;
    margin-left: auto;
    background: #fff;
}


.subsession .agenda_time {
display: none;
}



.session_organizer {
    margin-bottom: 0px;
    margin-top: 10px;
}



.session_organizer .single_party {
    padding: 0px;
    overflow: hidden;
    border-radius: 0px 50px 50px 0px;
}



.session_organizer  .single_party_details {
display: none;
}


.single_party_details {
    width: calc(100% - 80px);
}


.single_party {
    width: fit-content;
    background: #fff;
    border-radius: 0px;
margin-top: 10px;
}


.single_party {
    font-size: 0.8rem;
    display: flex
;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0px 50px 50px 0px;
    padding: 5px 10px 5px 5px;
    height: fit-content;
    margin-right: 5px;
    width: 300px;
}

.session_organizer .single_party {
  width: fit-content;
}


.lightborder {
    border: 1px solid rgba(28, 25, 36, 0.1);
}



.attendee_picture img {
    max-width: 100%;
    height: auto;
}



.session_organizer .attendee_picture img {
    max-width: 110%;
    height: auto;
}


.attendee_picture {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    background: rgb(20, 32, 144);
    background: radial-gradient(circle, rgba(20, 32, 144, 1) 0%, rgba(58, 43, 196, 1) 100%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 500;
}

.attendee_picture.single_party_picture {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    font-size: 0.8rem;
}


.session_organizer .attendee_picture.single_party_picture
 {
    width: 140px;
    height: 60px;
    border: 0px !important;
    overflow: hidden;
    border: 0 !important;
    margin-right: 0px;
    background: #fff !important;
}

.session_organizer .attendee_picture.single_party_picture img {
    border: 0 !important;
}

.area_col {
    display: none;
}


.session_block {
    width: calc(100% - 180px);
       position: relative;
           display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}




.agenda_position.subsession {
    width: 100%;
    margin-top: -20px;
}

.subsession .agenda_details_col {
    width: 100%;
    height: calc(100% - 20px);
    /* margin-top: -10px; */
    padding: 40px 40px 20px 40px;
}


.speakers_container {
    display: flex;
    flex-wrap: wrap;
}


.single_party_name {
    font-weight: 600;
    color: #081452;
}


.single_party_role {
    font-size: 0.7rem;
    color: #373738;
    margin-top: 3px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}


.single_party_company {
    color: #081452;
    line-height: 1.1;
     font-size: 0.7rem;
}


.session_title {
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.2;
}



.block_title {
    
    font-weight: 600;
    line-height: 1.2;
}


#date-switches {

    border-radius: 2px;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
}

.date-switch {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin: 5px;
    font-size: 1.1rem;
    padding: 15px 35px;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
    line-height: 1.2;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
            backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
}

.date-switch.active, .date-switch:hover {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    color: #081452;
}


.agenda_header {
    display: none;
}


.agenda_liveinfo {
    display: none;
}











@media only screen and (max-width: 810px) {

    #program .container {
        max-width: 100%;
    }


    .block_bar {
    padding: 0;
    }

     .agenda_time {
        width: 100%;
        margin-right: 0;
    }

    .block_name, .agenda_details_col {
        width: 100%;
    }


    .block_name::after, .session_block::after {
display: none;
    }


.session_block {
    width: 100%;
    position: relative;
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}


    .single_party {
        width: 100%;
    }


    .session_speakers {
        width: 100%;
    }

    .lp-foot-top {
        grid-template-columns: 1fr;
    }

    .lp-foot-map {
        min-height: 300px;
    }

    .lp-foot-map gmp-map {
        min-height: 300px;
    }

    .lp-foot-cta {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .lp-foot-cta__dates {
        padding-left: 0;
        border-left: 0;
    }

    .lp-foot-bottom {
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }


}



@media only screen and (max-width: 480px) {


.agenda_day_content {
    border-radius: 5px;
    padding: 0;
}


.block_name, .agenda_details_col
 {
    padding: 20px;

 }


 .subsession .agenda_details_col {
    width: 100%;
    height: calc(100% - 20px);
    /* margin-top: -10px; */
    padding: 20px;
}


}








#nagrania2 {
    background-color: rgba(131, 157, 206, 0.1);
}

.recordings_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.single_recording {
    width: 32%;
    margin-bottom: 40px;
}


.single_recording_video {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    border-radius: 3px;
    overflow: hidden;

}


.single_recording_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.single_recording_name {
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 10px;

}



.host {
    color: #fff;
    display: flex
;
    align-items: center;
    gap: 20px;
    justify-self: flex-end;
    width: calc(100% - 180px);
    padding: 10px 40px;
}


.host .single_party {
    background: transparent;
}

.host .single_party_name {
     color: #fff;
}

.host .single_party_company {
     color: #fff;
}

.session-day { display: none; }
.session-day.is-active { display: block; }

