

/* Sekcja 2  Typ sekcji HTML Widok Sekcja HTML */

#section2 {
padding: 60px 0;
position: relative;
}


/* Sekcja 11  Typ sekcji Odliczanie Widok Odliczanie w kołach */

#section11 {
.CountdownInCircles{
background-color: transparent !important;
  background-image: none !important;
}

canvas{
max-width: 100%;}

.time_circles > div > span {
  color: white;
}

.time_circles > div > h4, .time_circles > div > span {
  color: white;
}
}


/* Sekcja 4  Typ sekcji Prelegenci Widok Custom prelegenci */

#section4 {
&::after {
    display: block;
    content: "";
    left: 0;
    position: absolute;
    top: 20%;
    width: 10%;
    aspect-ratio: 1/5;
    background-image: url(../upload/kleks_5.png);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
}

.container {
    max-width: 900px !important;
}

.speakerImg {
  display: block;
  width: 100%;
    /*  border-radius: 50%;
  border-bottom: 2px solid var(--orange); */
    /* background-color: #fff; */
    margin-top: 60px;
}

.speakerName,
.speakerInfo {
    color: white;
}

.speakerInfo {
    display: none;
    widows: 3;
    orphans: 3;
    text-wrap: pretty;
}
.speakerCompany {
    display: none;
}
.speakerAbout {
    display: block;
    background-color: var(--orange);
    margin: 8px auto;
    color: black;
    text-align: center;
    font-size: 16px;
    padding: 2px 0;
}

.speakerInfo {
    text-align: left;
    font-size: 12px;
}

.speakerName {
    min-height: 50px;
    margin: 16px auto 0;
}

.speakerCompany {
    color: white;
}

i.fa-caret-down {
    transition: 0.3s;
}

.prelegentContainer {
        justify-content: space-around;
    }

.prelegentItem:has(.speakerInfo.show) i.fa-caret-down {
    transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
    .prelegentContainer {
        justify-content: center;
    }
}
}


/* Sekcja 8  Typ sekcji Client Widok Formularz rejestracji */

#section8 {
.registration-wrapper::after {
    display: none;
    content: "";
    left: 65%;
    position: absolute;
    bottom: 0;
    width: 60%;

    aspect-ratio: 1 / 1;
    background-image: url(../upload/kleks_4.png);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.registration-wrapper {
    position: relative;
    z-index: 2;
}
/* background-color: white; */
padding: 2rem 0;
color: #181c1f;
background-size: 100% 80%;

background-image: url(../upload/white.png);

background-size: cover;
background-repeat: no-repeat;
background-position: bottom 240px center;

form {
    text-align: justify;
}

label.error {
    color: #ff5454 !important;

    &::before,
    &::after {
        display: none !important;
    }
}

#warsztaty-container .d-flex {
    padding-left: 40px;
}

h3 {
    font-weight: 700;
    background-color: var(--orange);
    padding: 1rem 0;
    margin-bottom: 0;
    color: #181c1f !important;
}

#registration {
    background-color: #3a4754;
    z-index: 2;
    padding: 60px 92px;
    color: white;
}

.form-control {
    border-radius: 0;
    height: calc(2em + 0.75rem + 2px);
}

input::placeholder {
    color: #bdbdbd;
    font-weight: 500;
}

ul {
    padding-inline-start: 40px;
}

#warsztaty-container.
{
    padding: 32px 60px !important;
}

#warsztaty-container p {
    padding-left: 40px;
}

li {
    &::marker {
        font-size: 1.5rem;
    }
}

.abc-checkbox input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox input[type="radio"]:indeterminate + label::after {
    display: none;
}

.abc-checkbox label::before {
    border-radius: 2px;
}

.abc-checkbox label::after {
    background-color: var(--orange);
    color: #181c1f;
    border-radius: 2px;
    width: 17px;
    height: 17px;
}

.checkbox:has(input[name="warsztat"]) {
    display: flex;
    justify-content: center;
    gap: 20%;
}

.yellow-text {
    color: var(--orange);
    padding: 2rem 0 3rem 0;
}

.ramka {
    padding: 32px 60px 60px;
    border: 2px solid var(--orange);
    position: relative;
    margin: 50px 0rem;
}

#kwota + strong {
    font-weight: 800;
}

#kwota {
    font-weight: 800;
    color: var(--orange);
    font-size: 2rem;
      margin: 16px auto;
}

.ramka a {
    color: var(--orange) !important;
}

#dane_do_faktury {
    font-size: 2rem;
    font-weight: 300;
    padding: 1rem;
}

label[for="zgoda_1"] small,
label[for="zgoda_2"] small,
label[for="zgoda_3"] small,{
    line-height: 1;
}

.footer-text {
    line-height: 1;
}

button {
    background-color: var(--orange);
    border: 0;
    color: #181c1f;
    width: 80%;
    padding: 1rem 2rem;
    font-weight: 700;
    border-radius: 2px;
    font-size: 2rem;
    transition: 0.3s;
    min-width: 300px;
    &:hover {
        color: white;
    }
}

div:has(button):not(.registration-wrapper) {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

label[for="zgoda_2"] a,
label[for="zgoda_1"] a,
.footer-text a {
    color: inherit !important;
    text-decoration: underline;
    transition: 0.3s;

    &:hover {
        opacity: 0.8;
    }
}

span.select2-selection.select2-selection--multiple {
    border-radius: 2px;
}

.select2-container .select2-search--inline .select2-search__field {
    min-width: 200px;
}

#registration-success {
    text-align: center;
}

#warsztat_1,
#warsztat_2,
#warsztat_3,
#warsztat_4 {
    height: 1px !important;
}

.yellow-text {
    padding: 16px 0 !important;
    line-height: 1.2;
}

.modal-content {
    background-color: transparent;
    border: 0;
}

.modal-body {
    padding: 0;
}

.modal img {
    border-radius: 3px;
    max-width: 95vw;
  width:  100%;
}

#registration {
    position: relative;
    z-index: 9;
}

.registration-wrapper::before {
    display: none;
    z-index: -1;
    position: absolute;
    width: 90%;
    aspect-ratio: 1/1;
    background-image: url(../upload/kleks_3.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    left: -200px;
    top: 0;
}

@media only screen and (max-width: 767px) {
    .container {
        padding: 15px;
    }

    .registration-wrapper::after {
        display: none;
    }
  
  .ramka{
    padding: 16px !important;
  }
}

p.text-justify {
    line-height: 1.1;
    font-weight: 500;
    font-size: 14px;
}

p.text-center {
    line-height: 1.1;

    strong {
        font-size: 14px !important;
        font-weight: 800 !important;
    }
}
#registration {
    padding: 32px 21px !important;
}

#register-button {
    font-size: 24px;
    font-weight: 800;
}

.modal-body #img-wrapper::after {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    color: var(--orange);
    font-weight: 900;
    font-size: 2em;
    position: absolute;
    z-index: 5;
    right: 2%;
}

#img-wrapper {
    position: relative;
    display: inline-block;
}
.yellow-text, label, p, small, label[for="zgoda_1"] small, label[for="zgoda_2"] small, label[for="zgoda_3"] small, #text, .form-group, .ramka{

line-height: 1.25 !important;

}

.form-group{
text-align: left;
}
}


/* Sekcja 3  Typ sekcji Agenda Widok Custom agenda */

#section3 {
.agendaItem,
.agendaHour {
    color: white !important;
}

.speakerDetails {
  display: inline !important;
}

.agendaItem.header {
    color: var(--orange) !important;
    border-color: var(--orange);
}

.agendaItem:not(.header) {
    border-color: var(--orange);
}

.agendaItem.header .col-md-6 {
    color: transparent;
}

padding: 0 0 60px 0;
padding-bottom: 10px !important;

.agendaDay {
    text-align: center;
    /* background-image: url('../upload/sroda2.png'); */
    font-size: 24px;
    color: white;
    font-weight: 600;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-bottom: 40px;
    border: none;
    background-repeat: no-repeat;
    border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding: 2rem 0 1rem !important;
}
#agendaItem_1, #agendaItem_19,
#agendaItem_7,
#agendaItem_10,
#agendaItem_14,
#agendaItem_21 {
    background-color: var(--orange);
    margin-top: -10px !important;

    p {
        color: black !important;
    }
}

/* #agendaItem_1 p {
    color: var(--orange);
} */
p.agendaDescription {
    font-size: 16px !important;
}

@media only screen and (max-width: 767px) {
    padding-top: 0;
    .header {
        display: none;
    }
}


#agendaItem_6 p:not(.agendaDescription),
#agendaItem_9 p:not(.agendaDescription),
#agendaItem_13 p:not(.agendaDescription),
#agendaItem_17 p:not(.agendaDescription) {
    font-weight: 800 !important;
}

#agendaItem_19 .agendaHour p {
    color: var(--orange);
}

#agendaItem_6,
#agendaItem_9,
#agendaItem_13,
#agendaItem_17 {
    .col-md-6 p::first-line {
        color: var(--orange);
    }
}

.sectionTitle {
  margin-bottom: 0 !important;
}

.agendaDay{
margin-bottom: 16px !important;
}
}
