
#transmisja {
    margin-top: calc(100px - 8vw);
    padding: 80px 20px 50px 20px;
    position: relative;
    overflow: hidden;
    padding-top: calc(12vw + 0px);
}

#transmisja .container {
    position: relative;
    z-index: 10;
}


#transmisja h1 {
    position: relative;
   
}





.live_whole {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 20px;
}


.stream {
    width: calc(100% - 350px);
    border: 1px solid #093053;
    margin-bottom: 20px;
}

.stream_container {
    position: relative;
    padding-bottom: 56.25%; /* proporcje 16:9 */
    cursor: pointer;
}

.stream_container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.stream_frame {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.stream_frame.active {
    display: block;
}

.stream_buttons {
    position: absolute;
    top: -50px;
    display: flex
;
    justify-content: center;
    width: 100%;
    gap: 20px;
    z-index: 10;
}

.stream_buttons button {
    color: #1e3672;
    border: 1px solid #1e3672;
    background: #fff;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.stream_buttons button:hover {
    color: #fff;
    background: #1e3672;
}

.stream_buttons button.active {
    color: #fff;
    background: #1e3672;
}












.live_sidebar_wrapper {
    width: 340px;
   background: #1C3673;
background: linear-gradient(117deg, rgba(28, 54, 115, 1) 0%, rgba(43, 58, 112, 1) 100%);
    color: #fff;
    position: relative;
}



.live_agenda_container {
    height: calc(100% - 20px);
    position: absolute;
    width: calc(100% - 20px);
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px;
}




.session_live_description {
    font-size: 0.8rem;
    margin-top: 10px;;
}

.session_live_description img {
    width: 100%;
    max-width: 180px;
    margin-top: 10px;
}


/*NEWS BAR */




.live_stripe {
 background: #970A6A;
    background: linear-gradient(90deg, rgba(151, 10, 106, 1) 0%, rgba(175, 30, 87, 1) 33%, rgba(209, 69, 80, 1) 66%, rgba(242, 143, 111, 1) 100%);
    color: #fff;
    padding: 10px;
    height: 40px;
    font-size: 16px;
    overflow: hidden;
    position: relative;
}

.text_wrapper {
    white-space: nowrap;
    position: absolute;
    top: 10px;
    left: 0;
    width: max-content; /* Zapewnia, Ĺźe szerokoĹÄ kontenera bÄdzie rĂłwna szerokoĹci zawartoĹci */
    font-size: 0.9rem;
    margin-bottom: 50px; /* Dodanie marginesu na koĹcu kaĹźdej sekwencji */
}




.news_dot {
    font-size: 2rem;
    margin-left: 10px;
    margin-right: 10px;
    color: blue;
}














.live_sidebar_wrapper .day {
    width: 100%;
    margin-bottom: 0;
    z-index: 5;
    padding: 10px;
}



.live_sidebar_wrapper .agenda {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 0px);
    height: calc(100% - 10px);
    overflow-x: hidden;
    overflow-y: scroll;
}

.live_sidebar_wrapper .agenda-block {
    margin-bottom: 10px;
    border-radius: 5px;
    position: relative;
}



.live_sidebar_wrapper .session {
    padding: 15px;
    background: #fff;
    color: #000;
}



.live_sidebar_wrapper .session.isLive {
 background: #970A6A;
    background: linear-gradient(90deg, rgba(151, 10, 106, 1) 0%, rgba(175, 30, 87, 1) 33%, rgba(209, 69, 80, 1) 66%, rgba(242, 143, 111, 1) 100%);
    color: #fff;
}



.live_sidebar_wrapper .participants {
    display: flex
;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 5px;
}


.live_sidebar_wrapper .speakers, .live_sidebar_wrapper .companies {
    display: flex
;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}


.live_sidebar_wrapper .session h4 {
    font-size: 0.8rem;
    font-weight: 500;
    margin: 0;
    width: 100%;
}



.live_sidebar_wrapper .speaker-name {
    font-size: 0.7rem;
    font-weight: 500;
}


.live_sidebar_wrapper .speaker-position {
    font-size: 0.7rem
;
    font-weight: 300;
}


.live_sidebar_wrapper .company img {
    width: 70px;
    height: 40px;
    object-fit: contain;
    border-radius: 0;
}




.live_sidebar_wrapper .speaker img {
    width: 40px;
    height: 40px;
    border-radius: 0%;
    object-fit: cover;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}




.live_sidebar_wrapper .block-header {
    display: none;
}




.livesession {
    background: #fff;
    color: #9d0f64;
    font-size: 0.6rem;
    padding: 3px 5px;
    margin-bottom: 5px;
    font-weight: 500;
}

.live_sidebar_wrapper .session-time {
    font-size: 0.8rem;
    font-weight: 500;
    margin-right: 0;
    /* color: #777; */
    width: 100%;
    display: inline;
    /* color: #000; */
    margin-bottom: 3px;
}




.live_sidebar_wrapper {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.1);
}

/* Dla WebKit (Chrome, Safari, Edge) */
.live_sidebar_wrapper::-webkit-scrollbar {
  width: 8px; /* szerokość scrollbara */
  height: 8px;
}

.live_sidebar_wrapper::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

.live_sidebar_wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}

.live_sidebar_wrapper::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 1);
}









.sidebar_nav {
    position: absolute;
    top: -50px;
    display: flex
;
    justify-content: center;
    width: 100%;
    gap: 20px;
    z-index: 10;
}

.sidebar_nav button {
    color: #1e3672;
    border: 1px solid #1e3672;
    background: #fff;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.sidebar_nav button:hover {
    color: #fff;
    background: #1e3672;
}

.sidebar_nav button.active {
    color: #fff;
    background: #1e3672;
}







.quiz-question {
    font-size: 0.8rem;
    margin-bottom: 20px;
}





.quiz-button {
    display: block;
    margin: 5px 0;
    padding: 10px 15px;
    background-color: transparent;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #fff;
    transition: all 0.2s ease-in-out;
}

.quiz-button input[type="radio"] {
    display: none;
}

.quiz-button:hover {
    background-color: rgba(255,255,255,0.1);
}

.quiz-button input[type="radio"]:checked + span,
.quiz-button input[type="radio"]:checked ~ * {
  color: #1e3672;
 background-color: rgba(255,255,255,1);
}


.quiz-button.selected {
      color: #1e3672;
background-color: rgba(255,255,255,1);
}






#sidebar-quiz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 15px;
}




#sidebar-quiz .form_half input {
    width: 100%;
    padding: 7px;
    background: transparent;
    border: 1px solid #fff;
}





.quiz_info {
    font-size: 0.8rem;
    margin-bottom: 20px;
}



.member_info {
    margin-bottom: 20px;
    font-size: 0.8rem;
}


#sidebar-quiz .checkbox_container {
    font-size: 0.8rem;
}


#sidebar-quiz .checkbox_container a {
   text-decoration: underline;
}

.quiz-question p {
    font-weight: 400;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px;
}




.live_whole.restwhole {
    justify-content: center;
    margin-top: 20px;
}








@media only screen and (max-height: 1450px)  {


}











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


}




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


}




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



    .stream {
    width: 100%;
    border: 1px solid #093053;
}


    .live_sidebar_wrapper {
        width: 100%;
        min-height: 300px;
        margin-top: 70px;
    }


}




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


}




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


}





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


}




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


}




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


}




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


}




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


}


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


}





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


}




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


}



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


}



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


}



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


}