

/* Sekcja 13  Typ sekcji HTML Widok Sekcja HTML */

#section13 {

}


/* Sekcja 1  Typ sekcji HTML Widok Sekcja HTML */

#section1 {

}


/* Sekcja 4  Typ sekcji HTML Widok Sekcja HTML */

#section4 {

}


/* Sekcja 5  Typ sekcji HTML Widok Sekcja HTML */

#section5 {

}


/* Sekcja 7  Typ sekcji HTML Widok Sekcja HTML */

#section7 {

}


/* Sekcja 10  Typ sekcji HTML Widok Sekcja HTML */

#section10 {

}


/* Sekcja 12  Typ sekcji HTML Widok Sekcja HTML */

#section12 {

}


/* Sekcja 9  Typ sekcji HTML Widok Sekcja HTML */

#section9 {

}


/* Sekcja 2  Typ sekcji HTML Widok Sekcja HTML */

#section2 {

}


/* Sekcja 15  Typ sekcji Imprezy towarzyszące Widok Kafelki */

#section15 {
*{
  color:white;
}
.card-body{
  background-color:#48227c;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding: 10px 5px 20px;
    margin: 10px 5px 20px;
    border: 1px solid var(--white);
    border-radius: 15px;
}
.card{
    background-color:#48227c;
}
.accompanying-event{
    background-color:#48227c;
}
.btn{
    display: inline-block;
    background: #ffffff;
    color: #48227c;
    border: 2px solid #48227c;
    border-radius: 25px;
    padding: 10px 26px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(72, 34, 124, 0.15);
}
.btn:hover {
    background: #48227c;
    color: #ffffff;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.6),
                0 6px 18px rgba(72, 34, 124, 0.4);
}
.btn:active {
    transform: scale(0.97);
}
.accompanying-event-group-title{
  justify-content:center;
  display:flex;
}
.card.accompanying-event {
    width: 100%;
    margin: 0 auto;
}
h3{
  padding:20px;
}
.accompanying-event-group-title h4 {
    display: block !important;
}


}


/* Sekcja 3  Typ sekcji Formularz rejestracji Widok Standardowy formularz rejestracji */

#section3 {
.card {
    border: none;

    @media (min-width: 768px) {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}

.card-header {
    border-bottom: none;
}

.registrationStep .form-group.row {
    flex-direction: column;

    .col-md-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

label {
    font-weight: 800;
    margin-top: 15px;
}

input:not([type="checkbox"]) {
    border: 1px solid var(--gray);
    border-radius: 0;
    color: var(--black) !important;
    display: block;
    font-size: 14px !important;
    font-weight: 400;
    padding: 14px 18px;
    transition: all 0.15s ease-in-out !important;
    outline: 0;
    height: 50px;

    &:focus {
        outline: 5px solid var(--main-2);
        border-color: var(--main-8);
    }
}

input[type="checkbox"] + label::after {
    color: transparent;
}

input.form-control.errors + ::after,
div.form-group > div:has(input.form-control.valid)::after {
    font-family: "Font Awesome 7 Pro" !important;
}

label.errors {
    font-weight: 400 !important;
}

#FinishButton {
    background-color: var(--main) !important;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: block;
    cursor: pointer;
    color: var(--white) !important;
    font-family: "Roboto Condensed", serif !important;
    font-size: 16px !important;
    border: 1px solid var(--main);
    padding: 15px;
    margin: 30px auto;
    transition: 0.15s linear;
    border-radius: 0;

    &:hover {
        background-color: var(--white) !important;
        box-shadow: 8px 8px 24px 0px var(--main-8);
        color: var(--main) !important;
        border: 1px solid var(--main);
    }
}

}


/* Sekcja 8  Typ sekcji Prelegenci Widok Siatka prelegentów */

#section8 {
strong{
  color: white;
}
h3{
  color:white;
}
.speakerBio{
  display:none;
}
.prelegentItem{
  padding-bottom:10px;
}
}


/* Sekcja 17  Typ sekcji Partnerzy Widok Profile wystawców */

#section17 {
h3{
  color:white;
  padding-bottom:10px;
  padding-top:10px;
}
.exhibitor:last-child {
    margin-left: auto;
    margin-right: auto;
}
.exhibitor{
  padding:5px;
}
}


/* Sekcja 18  Typ sekcji Dane uczestnika Widok Powitanie z kodem QR */

#section18 {
.col-12{
    margin: 0;
    font-family: "Roboto Condensed", serif !important;
    font-weight: 600;
    font-size: 28px !important;
    text-align: center;
    color:white;
}
}


/* Sekcja 6  Typ sekcji Agenda Widok Agenda podstawowa */

#section6 {
#Agenda{
  background: #34165e;

}
p.agenda-data{
  display:none;
}
h3{
    color: white;
}
p.nazwa{
cursor: pointer;
  transition: 0.2s;
  &:hover{
  font-weight: 600;
  }
  &.active{
      font-weight: 600;
}
}
.opis{
  margin-top: 8px;
display: none;
  padding: 12px 8px;
  background-color: #fff;
  color: #48277C;
  font-size: 14px;
  border-radius: 6px;
}
}
