@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}

html,
body {
  min-height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  background: url("../img/bg.jpg") no-repeat center 20% #F6FAFF;
  background-size: 100%;
  padding-top: 88px;
}

body#empty {
  background: none;
  padding-top: 0;
}

/* Formularze / inputy */

.input-group-text,
.form-control {
  border-radius: 0;
  padding: 10px;
  border-radius: 20px;
  border-color: #e5b219;
}

.form-check-input[type=checkbox] {
  border-radius: 0;
  border-color: #B90066;
  border-width: 2px;
}

.errorHandler .invalid-feedback {
  font-size: 1.6em;
  text-align: center;
}

fieldset {
  margin-bottom: 30px;
}

fieldset legend {
  font-size: 18px;
  font-weight: 700;
}

.pink {
  color: #B90066;
}

/* Wideo / iframe ratio */

.aspect-container {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.aspect-content iframe {
  width: 100%;
  height: 100%;
  border: 0 none;
}

.stream-content {
  margin-bottom: 20px;
}

/* Chat */

.chat-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  container-type: inline-size;
  width: 100%;
}

.chat-wrapper {
  border: 1px solid #B90066;
  overflow-y: scroll;
  flex-grow: 1;
}

.chat-wrapper .chatScreen ul {
  list-style: none;
  padding: 5px;
}

.chat-wrapper .chatScreen ul li {
  font-weight: 400;
  font-size: 0.85em;
  color: #090808;
}

.chat-wrapper .chatScreen ul li span {
  color: #B90066;
}

.chat-wrapper .chatScreen .showQuestion {
  padding: 10px;
}

.chat-wrapper .chatScreen .showQuestion .questionText,
.chat-wrapper .chatScreen .showResult > span {
  font-weight: 700;
  color: #090808;
  font-size: 1.4em;
}

.chat-wrapper .chatScreen .showQuestion ul li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.chat-wrapper .chatScreen .showQuestion ul li input {
  margin-top: 4px;
}

.chat-wrapper .chatScreen .showQuestion ul li.checked {
  font-size: 1.1em;
  font-weight: 700;
  color: #B90066;
}

.chat-wrapper .chatScreen .showResult {
  padding: 10px;
}

.chat-wrapper .chatScreen .showResult .letter {
  font-size: 1.2em;
}

.chat-wrapper .chatScreen .showResult .progress {
  height: 20px;
  margin-bottom: 20px;
}

.chat-wrapper .chatScreen .showResult .progress .progress-bar {
  background-color: #B90066;
}

.chat-wrapper .chatScreen .showResult .progress span {
  color: #090808;
  font-weight: 700;
  padding-left: 5px;
  padding-right: 5px;
  align-self: center;
}

.chat-controls {
  background-color: #F2F3F4;
  margin-top: 5px;
  display: flex;
  align-items: center;
}

.chat-controls .form-control {
  border: 0 none;
  background: none;
}

.chat-controls .chat-nick {
  flex-basis: 120px;
  flex-grow: 5;
}

.chat-controls .chat-message {
  border-left: 5px solid #FFFFFF;
  flex-grow: 2;
}

.chat-controls .chat-message textarea {
  resize: vertical;
  overflow-y: hidden;
}

.chat-controls .chat-send .sendChat {
  padding: 0;
  margin-right: 10px;
}

.chat-controls .picker {
  position: absolute;
  top: 30%;
  right: 10px;
}

@media (max-width: 991px) {
  .chat-col {
    min-height: 400px;
  }
  .sub-text {
    font-size: 16px;
  }
}

@media (max-width: 1400px) {
  .chat-controls {
    flex-wrap: wrap;
  }
  .chat-controls .chat-nick {
    flex-basis: 100%;
    flex-grow: 1;
    border-bottom: 5px solid #FFFFFF;
  }
  .chat-controls .chat-message {
    border-left: 0 none;
    flex-grow: 1;
  }
}

/* Inne */

.helpdesk {
  height: 50vh;
}

/* MENU / HEADER */

#menu-container {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #FFFFFF;
  z-index: 999;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#menu-container .menu-logo {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  #menu-container {
    height: auto;
    align-items: flex-start;
  }
  #menu-container .menu-logo {
    position: relative;
  }
  #menu-container .navbar-nav {
    align-items: center;
  }
}

#main-navbar {
  font-size: 14px;
  font-weight: 700;
}

#main-navbar .container {
  justify-content: space-between;
}

#main-navbar .nav-item {
  display: flex;
  align-items: center;
}

#main-navbar #main-navbar-collapse {
  justify-content: flex-end;
}

/* Header */

#header {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  align-items: flex-end;
}

#header .img-fluid {
  align-self: normal;
  width: 100%;
}

/* Licznik */

.event-timer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  background-color: #135CA1;
  color: #FFFFFF;
  font-size: 14px;
  margin-top: -50px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px 0px 0px 20px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
}

.event-timer > div {
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px solid #DBDEDF;
}

.event-timer > div:last-of-type {
  border-right: 0 none;
}

.event-timer .date {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}

.event-timer .date .day {
  font-size: 48px;
}

.event-timer .timer {
  display: flex;
  text-transform: uppercase;
  align-items: center;
  gap: 20px;
}

.event-timer .timer .label {
  text-align: center;
}

.event-timer .timer .label.short {
  display: none;
}

.event-timer .timer .value {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
}

.event-timer .button .btn {
  background-color: #E5B219;
  color: #ffffff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 32px;
}

@media (max-width: 1038px) {
  .event-timer > div {
    border: 0 none;
  }
  .event-timer .button {
    margin-top: 20px;
    flex-grow: 1;
  }
  .event-timer .button .btn {
    display: block;
  }
}

@media (max-width: 767px) {
  .event-timer > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .event-timer .date {
    gap: 5px;
  }
  .event-timer .date .year,
  .event-timer .date .month {
    font-size: 16px;
  }
  .event-timer .timer {
    gap: 5px;
  }
  .event-timer .timer .value {
    font-size: 24px;
  }
  .event-timer .timer .label {
    display: none;
  }
  .event-timer .timer .label.short {
    display: block;
  }
}

/* Sekcje */

section {
  margin-bottom: 70px;
}

section2 {
  margin-bottom: 20px;
}

section h1 {
  text-align: center;
}

@media (max-width: 767px) {
  .accordion-slider {
    margin-bottom: 20px;
  }
}

/* Agenda – accordion */

#agenda .accordion-item {
  border-radius: 0;
}

#agenda .accordion-button {
  font-size: 18px;
  color: #656666;
  background-color: #F2F3F4;
  border-radius: 0;
  gap: 24px;
}

#agenda .accordion-button .number {
  font-size: 40px;
  font-weight: 700;
}

#agenda .accordion-button .title {
  flex-grow: 1;
}

#agenda .accordion-button:not(.collapsed) {
  background-color: #563D82;
  color: #FFFFFF;
  font-weight: 700;
}

#agenda .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#agenda .accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23090808'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#agenda .accordion-button:focus {
  box-shadow: none;
}

#agenda .event-item .time {
  height: 16px;
  color: #B90066;
  background: url("../img/clock.png") no-repeat left center;
  padding-left: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

#agenda .event-item .title {
  font-weight: 500;
  color: #090808;
  font-size: 18px;
  margin-bottom: 16px;
}

#agenda .event-item .lector {
  color: #656666;
  font-weight: 700;
}

#agenda .buttons {
  margin-top: 32px;
  margin-bottom: 24px;
}

/* Duży „INVITATION” */

#invitation {
  font-size: 144px;
  font-weight: 700;
  color: #5489A3;
  opacity: 0.1;
  overflow: hidden;
}

@media (max-width: 767px) {
  #invitation {
    font-size: 3rem;
  }
}

/* Przyciski */

.btn {
  border-radius: 0;
}

.btn-pink,
.btn-white {
  background-color: #E5B219;
  color: #ffffff;
  font-weight: 700;
  border: 3px solid #E5B219;
  border-radius: 10px;
}

.btn-pink:hover,
.btn-white {
  background-color: #FF9900;
  color: #ffffff;
  font-weight: 700;
  border: 3px solid #FF9900;
  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
}

.btn-white {
  background-color: #FFFFFF;
  color: #B90066;
}

/* FOOTER */

footer {
  font-size: 0.8125rem;
  margin-top: 50px;
  border-top: 3px solid #ffffff;
  background-color: #4D4C4E;
  padding-top: 30px;
  padding-bottom: 0;
}

footer .event-timer {
  position: initial;
  padding-left: 0 !important;
  color: #000000;
  background-color: #FFFFFF;
  margin-top: 50px;
}

footer .event-timer > div {
  padding-left: 24px;
  padding-right: 24px;
}

footer .event-timer .date {
  padding-left: 12px;
}

footer .event-timer .timer .value {
  font-size: 24px;
}

footer .event-timer .button .btn {
  background-color: #B90066;
  color: #FFFFFF;
  font-size: 14px;
}

footer .contact-widget .form-control {
  border-radius: 0;
}

footer .contact-widget textarea.form-control {
  height: 130px;
}

footer .contact-widget button {
  position: absolute;
  bottom: -1px;
  right: -1px;
  padding: 0;
}

footer p {
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 6px;
}

footer .dark {
  padding-bottom: 30px;
}

footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  color: #FFFFFF;
}

footer .footer-menu p {
  margin: 0;
}

footer .footer-menu a {
  color: #FFFFFF;
  text-decoration: none;
}

footer .invalid-feedback {
  color: #F2F3F4;
}

@media (max-width: 1560px) {
  footer .footer-menu {
    justify-content: space-evenly;
  }
  footer .event-timer > div {
    border: 0 none;
  }
  footer .event-timer .button {
    flex-grow: 1;
  }
  footer .event-timer .button .btn {
    display: block;
  }
}

/* Prelegenci – kafelki */

.lecturers .lecturer-description {
  padding: 10px;
  bottom: 0;
  top: auto !important;
  text-align: center;
  width: 100%;
}

.lecturers .lecturer-description h6 {
  font-weight: 700;
}

/* Logowanie / formularze */

.login-form a {
  color: #135CA1;
}

.login-form .header {
  text-align: center;
  margin-bottom: 60px;
}

.login-form .header h1 {
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 24px;
}

.login-form .header .register-row {
  font-size: 1.5em;
}

.login-form.login-select {
  margin-bottom: 40px;
}

.login-form.login-select .item {
  border: 1px solid #A4A4A4;
  padding: 12px 10px;
  text-align: center;
  margin-bottom: 20px;
  color: #000000;
}

@media (min-width: 992px) {
  .login-form.login-select .item {
    height: 100%;
  }
}

.login-form.login-select .item .item-content {
  position: relative;
  height: 100%;
}

.login-form.login-select .item.active {
  border-color: #B90066;
  border-width: 2px;
}

.login-form.login-select .item .title {
  font-weight: 700;
  font-size: 18px;
  color: #B90066;
  margin-bottom: 10px;
}

.login-form.login-select .item .text {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
}

.separator {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.separator hr {
  flex-grow: 1;
}

.form-buttons .btn img {
  margin-left: 20px;
}

#form-login .form-buttons {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#form-login .form-buttons .btn {
  flex-grow: 1;
}

#form-register .accordion .accordion-button {
  font-weight: 700;
}

#form-register .separator {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

#form-register .login-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

#form-register .login-row a {
  color: #B90066;
  text-decoration: none;
}

#form-register .register-row a {
  color: #090808;
  text-decoration: none;
}

#form-register .form-buttons {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

#form-register .form-buttons.subscribe button {
  width: 100%;
}

/* Modale */

.modal .modal-content {
  border-radius: 0;
}

.modal .modal-content .modal-header {
  font-size: 24px;
  font-weight: 700;
}

#modal-question .title {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 10px;
}

#modal-question .modal-form {
  margin-top: 20px;
}

/* Streaming top */

.streaming-top {
  padding: 20px;
  display: flex;
  justify-content: flex-start;
}

/* Agenda – tabs */

ul.agenda-tabs.nav.nav-tabs {
  display: none !important;
}

#agenda {
  background: url("../img/bg-agenda-blue.png") repeat-x bottom center;
}

.agenda-description {
  font-weight: 700;
  font-size: 24px;
}

.agenda-description h2 {
  font-size: 40px;
  font-weight: 700;
}

.agenda-description .btn.btn-agenda {
  background-color: #FFFFFF;
  border: 2px solid #2573BA;
  color: #2573BA;
  padding-right: 60px;
  background: url("../img/icon-arrow-down-blue.png") no-repeat right 20px center;
}

.agenda-tabs-container .change-conference {
  display: none;
}

.agenda-tabs-container .change-conference a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #2573BA;
  font-size: 24px;
  padding: 10px;
}

.agenda-tabs-container .nav-link {
  border: 0 none;
  outline: none;
  color: #4d4d4d;
}

.agenda-tabs-container .nav-link p {
  margin: 0;
}

.agenda-tabs-container .nav-link .name {
  font-weight: 700;
}

.agenda-tabs-container .nav-link.active {
  background-color: #2573BA;
  color: #FFFFFF;
}

.agenda-tabs-container .tab-content {
  padding-bottom: 20px;
}

.agenda-tabs-container .tab-content h2 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 6px;
}

.agenda-tabs-container .tab-content h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}

.agenda-tabs-container .tab-content .agenda-subtabs .nav-link.active {
  background-color: #FFFFFF;
  color: #4d4d4d;
  border-width: 0;
  border-bottom: 3px solid #E5B219;
}

.agenda-tabs-container .tab-content .agenda-subtabs .nav-link.active .name {
  color: #2573BA;
}

.agenda-tabs-container .tab-content .agenda-content {
  list-style: none;
  padding-left: 0;
}

.agenda-tabs-container .tab-content .agenda-content p {
  margin-bottom: 2px;
}

.agenda-tabs-container .tab-content .agenda-content .time {
  font-size: 14px;
  color: #511A56;
  font-weight: 700;
}

.agenda-tabs-container .tab-content .agenda-content .title {
  font-size: 18px;
  font-weight: 700;
  color: #135CA1;
}

.agenda-tabs-container .tab-content .agenda-content .lector {
  font-size: 14px;
  font-weight: 500;
  color: #444;
}

.agenda-tabs-container .tab-content .agenda-content li {
  margin-bottom: 24px;
}

.agenda-tabs-container .tab-content .agenda-content li.layout-1 > * {
  color: #FF9900;
}

/* SLIDER PRELEGENTÓW */

.speakers-carousel {
  margin: 0 0 40px;
}

/* Stała wysokość kart – brak skakania layoutu */
.speaker-card {
  height: 260px; /* podbij do 280, jeśli jakiś opis się nie mieści */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 10px 8px;
}

.speaker-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  max-height: 140px;
  margin-bottom: 10px;
}

.speaker-avatar img {
  max-height: 120px;
  width: auto;
  height: auto;
}

.speaker-name {
  flex: 1 1 auto;
  font-size: 18px;
  line-height: 1.3;
}

/* Każdy slajd ma min. tyle, co jedna karta */
.speakers-carousel .carousel-item {
  min-height: 260px;
}

/* VIDEO PLAYER */

.video-js {
  border-radius: 40px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .video-js {
    margin-top: 20px;
  }
  section {
    margin-bottom: 40px;
  }
}

/* Offset dla anchorów (#id) przy sticky headerze */

[id] {
  scroll-margin-top: 100px;
}

/* MOBILE – logo mniejsze i mniejszy padding top */

@media (max-width: 767px) {
  .navbar-brand img {
    max-height: 45px;
  }
  body {
    padding-top: 72px;
  }
  .sponsor-logo {
     max-height: 70px;
	 margin-bottom: 20px;
    }
}
.sponsors-logos {
    margin-top: 40px;
    margin-bottom: 40px;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 20px;
	border-radius: 20px;
}

.sponsor_logo {
    margin-bottom: 30px;
}

.sponsor-logo {
    max-height: 70px;
    width: auto;
}

.sponsors-row-bottom .sponsor-logo {
    max-height: 100px;
}

.mobile-filler {
    visibility: hidden;
}

/*# sourceMappingURL=default.css.map */