@font-face {
    font-family: 'HuaweiSans';
    src: url('fonts/HuaweiSans-Bold.woff2') format('woff2');
    font-weight: bold;
}
@font-face {
    font-family: 'HuaweiSans';
    src: url('fonts/HuaweiSans-Light.woff2') format('woff2');
    font-weight: 300;
}
@font-face {
    font-family: 'HuaweiSans';
    src: url('fonts/HuaweiSans-Medium.woff2') format('woff2');
    font-weight: 500;
}
@font-face {
    font-family: 'HuaweiSans';
    src: url('fonts/HuaweiSans-Thin.woff2') format('woff2');
    font-weight: 100;
}
@font-face {
    font-family: 'HuaweiSans';
    src: url('fonts/HuaweiSans-Regular.woff2') format('woff2');
    font-weight: normal;
}

html {
    font-size: 16px; /* or any base font size you prefer */
}


body {
    margin: 0;
    padding: 0;
    background: #3D90C9;
background: linear-gradient(123deg, rgba(61, 144, 201, 1) 0%, rgba(22, 99, 162, 1) 50%, rgba(61, 144, 201, 1) 100%);
    color: #fff;
    font-family: 'HuaweiSans', sans-serif;
}


img {
    max-width: 100%;
}




h1, h2, h3, h4, h5, h6 {

    margin: 0;

}



h1 {
    font-size: 3rem;
    line-height: 1;

}

h2 {
    font-size: 2.5rem;
    font-weight: 600;
    /* margin-top: -0.8rem; */
}

h3 {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 5px;
}




.logo img {
    width: auto;
    height: 35px;
    transition: 0.3s all ease-in-out;
}






.section_container {
    padding: 20px;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}



.section_container.banner {
    max-width: 100%;
    min-height: 100vh;
    display: flex
;
    align-items: center;
}



.top_banner {
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding-bottom: 70px; */
    background-image: url(assets/banner_bg_overlay2.png);
    min-height: 90vh;
    display: flex
;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 5% 10vw;
}

.top_logos {
    margin-top: 0px;
    background: #fff;
    width: 100%;
    height: 100px;
    text-align: center;
    display: flex
;
    justify-content: center;
    align-items: center;
}


.toplogo {
    max-width: 300px;
}

.bottom_logos {
    background: #fff;
    width: 100%;
    height: fit-content;
    margin-bottom: 0px;
}


.top_logo {
margin-right: 30px;
}

.top_logos img {
    /* max-height: 60px; */
    max-width: 900px;
    height: auto;
}


.bottom_logos img {
    max-height: 70px;
}



.banner_container {

}

.banner_row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
}

.logorow {
    height: 80px;
}

.contentrow {
    /* height: calc(100% - 80px); */
    padding-bottom: 5%;
}

.banner_left {
width: 50%;
}


.banner_right {
width: 50%;
}



.main_icon {
    width: 150px;
    display: none;
}


.banner_row_content {
    width: 100%;
}





.main_title {
    
}


.main_title h1 {
    
}


.subtitle h1 {
    color: #6bb1e2;
}


.subtitle2 {

    margin-bottom: 5px;
}

.banner_date {
    background: #6BB1E2;
    background: linear-gradient(90deg, rgba(107, 177, 226, 1) 0%, rgba(255, 255, 255, 0) 100%);
    margin-top: 20px;
    padding: 10px 20px;
    width: fit-content;
}

.banner_date h2 {
    font-weight: 600;
    margin: auto;
    font-size: 2rem;
}


.banner_info {
    margin-top: 20px;
        font-size: 1.1rem;
}


.banner_row.buttons {
    /* border-top: 1px solid #F1D2F3; */
    /* border-bottom: 1px solid #F1D2F3; */
    /* margin-left: 10px; */
    justify-content: flex-start;
    margin-top: 15px;
    flex-wrap: wrap;
}




button {
    font-size: 1.1rem;
    font-weight: 500;
    border: 2px solid #fff;
    padding: 10px 20px;
    font-family: inherit;
    color: #fff;
    background: transparent;
    border-radius: 3px;
    width: 200px;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
}

button:hover {

}



.regbutton {
    background: #F1D2F3;
    color: #fff;
    margin-left: revert-layer;
    border-radius: 50px;
    font-size: 1.5rem;
    width: fit-content;
    padding: 15px 50px 15px 40px;
    margin-top: 30px;
    text-align: left;
    background: #F1D2F3;
background: linear-gradient(123deg, rgba(241, 210, 243, 0.5) 0%, rgba(221, 181, 231, 0.5) 34%, rgba(130, 160, 212, 0.5) 67%, rgba(71, 179, 217, 0.5) 100%);
}

.regbutton:hover {
    background: #F1D2F3;
background: linear-gradient(123deg, rgba(241, 210, 243, 1) 0%, rgba(221, 181, 231, 1) 34%, rgba(130, 160, 212, 1) 67%, rgba(71, 179, 217, 1) 100%);
}

.regbutton i {
    margin-right: 10px;
}


.section_title {
    text-align: center;
}




.section_title h1 {
    font-size: 3rem;
    /* text-transform: uppercase; */
    letter-spacing: 0;
    margin-bottom: 30px;
        font-weight: 500;
}


#about {
    padding: 200px 0px 500px 0px;
    padding-top: 0;
    position: relative;
    background-image: url(assets/about_bg_overlay.png);
    background-size: cover;
    background-position: center;
}

.about_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/about_bg.png);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}



.about_info {
    max-width: 900px;
    margin: auto;
    z-index: 5;
    position: relative;
    font-size: 1.2rem;
}


.emph_info {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 15px;
}


#agenda {


}


.agenda_header {
    font-size: 1.3rem;
    /* border-top: 1px solid #F1D2F3; */
    /* border-bottom: 1px solid #F1D2F3; */
    /* color: #F1D2F3; */
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    font-weight: 500;
    text-align: center;
    display: flex
;
    justify-content: flex-end;
    position: relative;
}

.agenda_header_inner {
    background: #F1D2F3;
    color: #fff;

    width: 83%;
    padding: 15px;
    border-radius: 10px;
}

.agenda_header_inner::before {
    position: absolute;
    top: 10px;
    left: 0;
    height: calc(100% - 20px);
    width: 2%;
    content: '';
    border-radius: 10px;
    background: #F1D2F3;
}





.agenda_header_inner::after {
    position: absolute;
    top: 10px;
    left: 5%;
    height: calc(100% - 20px);
    width: 3%;
    content: '';
    border-radius: 10px;
    background: #F1D2F3;
}



.day2 .agenda_header_inner, .day2 .agenda_header_inner::before, .day2 .agenda_header_inner::after {
 background: #F1D2F3;   
}




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

.day_agenda {
    width: 48%;
}

.agenda_position {
    display: flex;
    margin-bottom: 20px;

}


.agenda_time {
    width: 150px;
    /* font-size: 1.1rem; */
    color: #a15ce0;
    font-weight: 500;
}


.day2 .agenda_time {
    color: #F1D2F3;

}



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

}




.session_name {
    font-weight: 500;
    color: #fff;
}

.session_description {
    font-size: 0.9rem;
}


ul {
    margin: 0;
    margin-top: 10px;
}



.agenda_speaker {
    font-size: 0.9rem;
    margin-bottom: 10px;
    margin-top: 7px;
    color: #b6b6b6;
}



.agenda_speaker_name {
    font-weight: 500;
}


.agenda_speaker_speech {
    font-style: italic;
}














.registration {
    padding-top: 0px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    margin-top: 0px;
    /* background-color: #1b1b1b; */
    background-image: url(assets/reg_bg_overlay.png);
    background-size: contain;
    background-position: right bottom;
    margin-top: -80px;
}


#registration.sentform {
    background-image: none;
}











/* FORM */

.form_container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
      background: rgba(255, 255, 255, 0.15); /* półprzezroczyste tło */
    border-radius: 16px;
    padding: 50px;
    backdrop-filter: blur(10px); /* rozmycie tła za elementem */
    -webkit-backdrop-filter: blur(10px); /* Safari */
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
    max-width: 800px;
    margin: 0 auto;
}

.half-width {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.half-width .input-group {
    width: 48%;
}


.full-width .input-group {
    width: 100%;
}






.form_container input, .form_container select {
    width: calc(100% - 30px);
    padding: 15px;
    margin-bottom: 15px;
    background: transparent;
    border-radius: 0px;
    border: 1px solid #fff;
    font-family: inherit;
    color: #fff;
    font-weight: 500;
}

.form_container select {
    background: #4386ba;
    width: calc(100% + 2px);
}


.form_container a {
    color: #F1D2F3;
    font-weight: 600;
    text-decoration: underline;
}


.additional_info {
    font-size: 0.85rem;
    margin-top: 40px;
}


::placeholder {
    color: rgba(255,255,255, 0.8);
    font-weight: 400;
  }


  .checkboxes_header {
    color: #F1D2F3;
    font-size: 0.9rem;
    font-weight: 600;
}


.multicheckboxes {
    margin-top: 30px;
}



.multicheckboxes .checkbox_container {
    font-size: 0.9rem;
}



.butcontainer {
    text-align: center;
    margin-top: 40px;
}


.formbutton {
  background: #F1D2F3;
    color: #fff;
    margin-left: revert-layer;
    border-radius: 50px;
    font-size: 1.5rem;
    width: fit-content;
    padding: 15px 60px 15px 60px;
    margin-top: 30px;
    text-align: left;
    background: #F1D2F3;
background: linear-gradient(123deg, rgba(241, 210, 243, 0.5) 0%, rgba(221, 181, 231, 0.5) 34%, rgba(130, 160, 212, 0.5) 67%, rgba(71, 179, 217, 0.5) 100%);
}


.formbutton:hover {
    background: #F1D2F3;
background: linear-gradient(123deg, rgba(241, 210, 243, 1) 0%, rgba(221, 181, 231, 1) 34%, rgba(130, 160, 212, 1) 67%, rgba(71, 179, 217, 1) 100%);
}





/* Customize the label (the container) */
.radio_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



/* Hide the browser's default radio button */
.radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.radio_container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_container input:checked ~ .checkmark {
    background-color: #F1D2F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .checkmark:after {
    top: 7px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* Customize the label (the container) */
.checkbox_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 0.8rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.checkbox_container.cons2 {
margin-top: 40px;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

/* Create a custom checkbox */
.checkbox_container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
    background-color: #F1D2F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox_container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox_container .checkmark:after {
    left: 10px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




#error-message {
    margin-top: 20px;
    border: 1px solid red;
    padding: 10px;
    text-align: center;
}


#success-message {
    margin-top: 20px;
    border: 0px solid #F1D2F3;
    padding: 10px;
    text-align: center;
}
















.whole_contact {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    background: #6BB1E2;
    background: linear-gradient(90deg, rgba(107, 177, 226, 1) 0%, rgba(86, 147, 199, 1) 9%, rgba(55, 102, 159, 1) 37%, rgba(17, 48, 110, 1) 100%);
color: #fff;
font-size: 0.9rem;
}


.whole_contact h3 {
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
    margin-bottom: 20px;
}


.map_container {
    width: 50%;
    height: 550px;
}


.contact_container {
    width: calc(50% - 40px);
    text-align: center;
    padding: 40px 20px;
}


.stronger {
    font-weight: 500;
}




.footer {
    background-image: url(assets/web_bottom.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}





.accompanying {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 30px;
    width: fit-content;
    margin-top: 40px;
}


.accompanying button {
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
    font-family: inherit;
    color: #fff;
    background: transparent;
    border-radius: 3px;
    width: fit-content;
    cursor: pointer;
    transition: 0.5s allease-in-out;
    margin-top: 30px;
}



















/*AGENDA */


#program {

    background: #fff;
}

#program h1 {
  
}


/*NEW AGENDA */


#agenda_days_selector {
    display: flex
;
    justify-content: center;
    gap: 10px;
}

.agenda_day_button {
    background: #6BB1E2;
    background: linear-gradient(90deg, rgba(107, 177, 226, 1) 0%, rgba(255, 255, 255, 0) 100%);

    line-height: 1;
    font-size: 1.2rem;
    padding: 0;
    max-width: 100%;
    width: 100%;
    height: 70px;
    border-radius: 0;
    color: #F1D2F3;
    border: 0px;
    font-weight: 600;
    font-size: 1.8rem;
    text-transform: uppercase;
}



.agenda_day_button:hover {
    background: #6BB1E2;
    background: linear-gradient(90deg, rgba(107, 177, 226, 1) 0%, rgba(255, 255, 255, 0) 100%);
    border: 0px;
    color: #F1D2F3;
}

.agenda_day_button.active {
    background: #6BB1E2;
    background: linear-gradient(90deg, rgba(107, 177, 226, 1) 0%, rgba(255, 255, 255, 0) 100%);
    border: 0px;
    color: #F1D2F3;
}

.agenda_day_content {
    background: #fff;
    border-radius: 2px;
    padding: 0px;
}





.agenda_block {
  
    display: flex
;

    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px;
    position: relative;
}



.agenda_block::after {
    position: absolute;
    top: 0px;
    left: 140px;
    background: #e5e5e5;
    width: 5px;
    content: '';
    height: calc(100% + 0px);
    transition: 0.3s all ease-in-out;
    display: none;
}



.block_time {
    width: 120px;
    background: #F1D2F3;
    /* color: #000; */
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0px;
    padding: 7px 0px;
    font-weight: 600;
}



.block_content {
    width: calc(100% - 220px);
    border-radius: 2px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.11);
    padding: 40px;
    margin-top: 15px;
    margin-bottom: 15px;

}





.block_title {
    font-weight: 500;
    line-height: 1;
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 20px;
}




.parallel_sessions {
    
    display: flex
;
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
}



.parallel_session {
   
    width: 30%;
  
}



.parallel_sessions .parallel_session:last-child {
 
}


.parallel_title {
    background: #F1D2F3;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    font-weight: 500;
    font-size: 0.9rem;
    border-radius: 5px;
}



.single_session {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    border-top: 1px solid rgba(25, 28, 79, 0.2);
    padding: 10px 0px;
    margin-top: 10px;
}



.parallel_session .single_session {
    border-right: 0px solid;
    border-left: 0px solid;

    flex-wrap: wrap;
}




.single_session_time {
    width: 100px;
    font-size: 1rem;
    

}

.parallel_session .single_session_time {
    width: 100%;
}


.single_session_content {
    width: calc(100% - 110px);
}



.parallel_session .single_session_content {
    width: 100%;
}




.single_session_title {
    line-height: 1;
    font-weight: 600;
}



.single_session_title p {
    margin: 0;
}


.single_session_speakers {
    margin-top: 10px;
    display: flex
;
    flex-wrap: wrap;
    gap: 20px;
}


.parallel_session .single_session_speakers {

    display: block
;

}


.single_session_speaker {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;

    flex: 1 1 auto;
    min-width: fit-content;
    max-width: 100%;
    white-space: nowrap;
    
}


.single_session_speakers .single_session_speaker:last-child {
    /* Twoje style */
    margin-bottom: 0;
  }
  


.single_session_speaker_photo {
    width: 50px;
    height: 50px;
    background: #F1D2F3;
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
    color: #fff;
    overflow: hidden;
}


.parallel_session .single_session_speaker_photo {
    width: 30px;
    height: 30px;
}

.single_session_speaker_details {
    width: calc(100% - 60px);
   
}

.parallel_session .single_session_speaker_details {
    width: calc(100% - 40px);
   
}



.single_session_speaker_name {
    color: rgba(25, 28, 79, 0.9);
    font-size: 0.9rem;
    display: flex
;
    gap: 10px;
    align-items: baseline;
    align-content: center;
}

.single_session_speaker_name img {

    width: 25px;
    height: 15px;
}

.single_session_speaker_company {
    font-size: 0.9rem;
    color: rgba(25, 28, 79, 0.7);
    margin-top: -5px;
    font-family: 'Myriad Pro Light';
}


.single_session_speaker_position {
    font-size: 0.8rem;
    white-space: pre-wrap;
    line-height: 0.8rem;
    margin-top: 5px;
}








.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: #F1D2F3;
    border: 1px solid #F1D2F3;
    
}


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


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


.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 #F1D2F3;
}

.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.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: #F1D2F3;
    color: #1d1d1b;

}



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



.blue {
    background: #F1D2F3;
    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: "Myriad Pro Regular", 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: "Myriad Pro Regular", 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: #F1D2F3;
    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: 180px;
    height: 180px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 5;
    padding: 0;
    background: #F1D2F3;
    border-radius: 50%;
}


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

.speaker_popup .speaker_image::before {
    position: absolute;
    content: '';
    top: 0.1px;
    left: 0px;
    background: #F1D2F3;
    width: 55%;
    height: calc(90% - 1px);
    z-index: 3;
    opacity: 1;
    display: none;
}

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


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


.ui-dialog .ui-dialog-buttonpane button {
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: -30px;
    border: 0px;
    border-radius: 50%;
    background: #F1D2F3;
    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: 800;
    text-transform: uppercase;
    font-size: 1.5rem;
    min-width: 400px;
    display: flex
;
    align-items: baseline;
    gap: 20px;
}

.speaker_popup .speaker_name img {
width: 30px;
height: 20px;
}

.speaker_popup .speaker_info {
    font-weight: 500;
    font-size: 1rem;
}

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

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

.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;
}





/* SPEAKERS */


#prelegenci {
    background: #E4F2FF;
    background: linear-gradient(90deg, rgba(228, 242, 255, 1) 0%, rgba(237, 246, 255, 1) 100%);
    padding: 100px 0px;
}


.addinfospeakers {
    text-align: center;
    margin-bottom: 40px;
    margin-top: -20px;
}

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

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

.speakers_grid .speaker_card:hover {
    background: #F1D2F3;

    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: 130px;
    height: 130px;
    border: 1px solid rgba(20,32,144,0.2);
    z-index: 5;
    position: relative;
}

.speakers_grid .speaker_initials {
    width: 130px;
    height: 130px;
    background: #F1D2F3;

    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;
}


.speakers_grid .speaker_name {
    font-weight: 700;
    margin-top: 10px;
    line-height: 1.2;
    font-size: 1.1rem;
}


.speakers_grid .speaker_country_flag {
    width: 30px;
    height: 20px;
    margin: auto;
    margin-top: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(35, 38, 79, 0.2);
}


.speaker_flag {
    width: 25px;
    height: 15px;
    /* margin: auto; */
    /* margin-top: 10px; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(35, 38, 79, 0.2);
}

.speakers_grid .speaker_position {
  
    margin-top: 12px;
    font-size: 0.9rem;
    line-height: 1.2;
}

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


.speaker_card::before {
    position: absolute;
    top: 30px;
    right: 17%;
    background: #F1D2F3;

    pointer-events: none;
    width: 20%;
    height: 20%;
    content: '';
    border-radius: 5px;
    z-index: 7;
    transition: all 0.3s ease;
    background-image: url(assets/smudge_speaker.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
}


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


.speaker_card::after {
    position: absolute;
    top: 0px;
    right: 0px;    
    background: #F1D2F3;

    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: #F1D2F3;
    margin-top: 3px;
    font-size: 0.9rem;
    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: rgb(20,32,144);
        background: linear-gradient(121deg, rgba(20,32,144,1) 58%, rgba(58,43,196,1) 100%);
        pointer-events: none;
        width: 100%;
        height: 100%;
        opacity: 0;
        content: '';
        border-radius: 5px;
        z-index: 1;
        transition: all 0.3s ease;
    }






.regulamin {
    width: 95vw;
    max-width: 900px;
    margin: auto;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    font-size: 0.9rem;
    margin-top: 50px;
    margin-bottom: 50px;
}


.regulamin h1 {
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
}


.regulamin h2 {
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
}

.regulamin li {
      margin-bottom: 10px;
}

.regulamin .sub-list li {
      margin-bottom: 0px;
}


.support_info {
    text-align: center;
    margin-top: 20px;
}



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





}




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

h1 {
    font-size: 2.8rem;
    line-height: 1;
}

h2 {
    font-size: 2.2rem;
    font-weight: 600;
}


}



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


    .top_banner {
    padding: 5% 5vw;
}


}








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


.banner_left {
    width: 50%;
}




}











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


    .contentrow {
    flex-wrap: wrap;
}


    .banner_left {
        width: 100%;
    }

.banner_right {
    width: 70%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 50px;
}


}








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



 

 

    .half-width .input-group {
        width: 100%;
    }



    .registration {
    margin-top: 0px;
}


}




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

  .toplogo {
    max-width: 60%;
}

        h1 {
        font-size: 2.5rem;
        line-height: 1;
    }


        h2 {
        font-size: 1.7rem;
        font-weight: 600;
    }


        h2 {
        font-size: 1.7rem;
        font-weight: 600;
    }


        .banner_right {
        width: 90%;
        margin-right: 0;
        margin-left: auto;
        margin-top: 50px;
    }


    .main_title {
    margin-top: 40px;
}


.section_title h1 {
    font-size: 2.2rem;

}

.about_info {
    font-size: 1rem;
}


.form_container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    background: rgba(255, 255, 255, 0.0);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 0px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0);
    max-width: 800px;
    margin: 0 auto;
}

}





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




}













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




}










    table {
      width: 100%;
      margin: 20px auto;
      border-collapse: collapse;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      border-radius: 8px;
      overflow: hidden;
    }

    thead {
      background-color: #007bff;
      color: white;
    }

    th, td {
      padding: 12px 16px;
      text-align: left;
      border-bottom: 1px solid #ddd;
    }

    tbody tr:nth-child(even) {
      background-color: rgba(255,255,255,0.1);
    }

    tbody tr:hover {
     background-color: rgba(255,255,255,0.2);
    }


