:root {
    --main: #48227c;
    --main-8: rgba(72, 34, 124, 0.8);
    --main-2: rgba(72, 34, 124, 0.2);
    --gray: #d8d9dd;
    --white: #ffffff;
    --black: #222837;
    --error: #ff2c2c;
    --error-opacity: rgba(255, 44, 44, 0.6);
    --white-8: rgba(255, 255, 255, 0.8);
    --primary: #48227c;
}

html {
    background-color: #48227c;
    color: white;
}

body:has(#section3) {
    nav {
        display: none;
    }
    .firstSection {
        margin-top: inherit;
    }
}
      
      @media only screen and (min-width: 1269px) {
    .nav-container {
     
        justify-content: center !important;
       
    }
}

.akademiaplay_2024 {
    position: relative;
}

.goToRegistration {
    position: absolute;
    top: 1%;
    right: 15%;
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--main) !important;
    font-family: "Roboto Condensed", serif !important;
    font-weight: 700;
    font-size: 16px !important;
    text-transform: uppercase;
    padding: 15px;
    text-align: center;
    transition: all 0.15s linear;
}

.przypomnij {
    position: absolute;
    top: 1%;
    right: 2%;
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--main) !important;
    font-family: "Roboto Condensed", serif !important;
    font-weight: 700;
    font-size: 16px !important;
    text-transform: uppercase;
    padding: 15px;
    text-align: center;
    transition: all 0.15s linear;
    cursor: pointer;
}

.przypomnij:hover,
.goToRegistration:hover {
    background-color: var(--main);
    border: 1px solid var(--white);
    color: var(--white) !important;
    -webkit-box-shadow: 8px 8px 24px 0px var(--white-8);
    -moz-box-shadow: 8px 8px 24px 0px var(--white-8);
    box-shadow: 8px 8px 24px 0px var(--white-8);
}

.registrationContainer {
    margin: 15px auto 0;
}

.image-kv {
    width: 100%;
    display: block;
    margin-bottom: 25px;
}

.ov_title {
    margin: 0 auto 20px;
    font-family: "Roboto Condensed", serif !important;
    font-weight: 700;
    text-align: center;
    color: var(--main) !important;
    font-size: 32px !important;
}

.ov-label {
    color: var(--black) !important;
    font-family: "Roboto Condensed", serif !important;
    font-size: 14px !important;
    font-weight: 800;
    text-align: left;
    width: 100%;
    margin-top: 15px;
}

.ov-input {
    border: 1px solid var(--gray);
    border-radius: 0;
    color: var(--black) !important;
    display: block;
    font-family: "Roboto Condensed", serif !important;
    font-size: 14px !important;
    font-weight: 400;
    width: 100%;
    padding: 14px 18px;
    transition: all 0.15s ease-in-out;
    outline: 0;
}

.ov-input:focus {
    outline: 5px solid var(--main-2);
    border-color: var(--main-8);
}

.ov-button {
    background-color: var(--main);
    border: 1px solid var(--main);
    color: var(--white) !important;
    font-family: "Roboto Condensed", serif !important;
    font-weight: 700;
    font-size: 16px !important;
    text-transform: uppercase;
    padding: 15px;
    text-align: center;
    margin: 30px auto 0;
    display: block;
    transition: all 0.15s linear;
    margin-bottom: 30px;
    cursor: pointer;
}

.ov-button:hover {
    background-color: var(--white);
    border: 1px solid var(--main);
    color: var(--main) !important;
    -webkit-box-shadow: 8px 8px 24px 0px var(--main-8);
    -moz-box-shadow: 8px 8px 24px 0px var(--main-8);
    box-shadow: 8px 8px 24px 0px var(--main-8);
}

input.errors {
    outline: 0;
    border-color: var(--error-opacity);
}

label.errors {
    color: var(--error);
    margin-top: 5px;
    margin-bottom: 0;
}

.ov-text,
.ov-input::placeholder {
    color: var(--black) !important;
    font-family: "Roboto Condensed", serif !important;
    font-size: 18px !important;
    font-weight: 400;
    text-align: justify;
}

.ov-list li {
    color: var(--black) !important;
    font-family: "Roboto Condensed", serif !important;
    font-size: 18px !important;
    font-weight: 400;
    text-align: left;
}

.ov-link {
    color: var(--black);
}

.ov-link:hover {
    text-decoration: underline;
}

.inline {
    display: inline-block;
    width: 80%;
    padding-left: 10px;
    margin-top: 0;
    cursor: pointer;
}

.zgody {
    position: relative;
    margin-top: 25px;
}

.checkbox label::before {
    display: inline-block;
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    background-color: white;
    border: 1px solid var(--gray);
    border-radius: 2px;
}

input[type="checkbox"]:checked + .inline::after {
    display: inline-block;
    position: absolute;
    content: "" !important;
    color: #ffffff;
    width: 14px;
    height: 14px;
    left: 1px;
    top: 1px;
    background-color: var(--main);
    border-radius: 2px;
}

.modal-content {
    background-color: #ffffff;
    border: 0;
    border-radius: 20px;
    font-family: "Roboto Condensed", serif !important;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: var(--main);
}

.ibox-title,
.ibox-content {
    border-color: var(--main);
}

.ibox-content {
    padding: 0 !important;
}

.modal-body {
    padding: 10px !important;
}

.modal-button {
    border: 0;
    background-color: transparent;
    float: right;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .goToRegistration {
        right: 45%;
    }

    .przypomnij,
    .goToRegistration {
        padding: 5px;
    }
}
.form-header{
  color:#48227c;
}
#AccompanyingEventDetails i {
    color: #48227c !important;
}
button{
    display: inline-block;
    background: #ffffff !important;
    color: #48227c !important;
    border: 2px solid #48227c !important;
    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);
}

button:hover {
    background: #48227c !important;
    color: #ffffff !important;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.6),
                0 6px 18px rgba(72, 34, 124, 0.4);
}

button:active {
    transform: scale(0.97);
}
.modal-header {
    position: relative;
    padding: 20px 65px 20px 20px;
    overflow: hidden;
}

.modal-header h4,
.modal-header .modal-title {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    color: #48227c;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 700;
    font-size: clamp(18px, 5vw, 28px);
    line-height: 1.15;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
}

button.close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: 2px solid #48227c;
    border-radius: 50%;
    background: #ffffff;
    display: grid;
    place-items: center;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: all 0.2s ease;
}
button.close i {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

button.close i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    line-height: 1;
}

button.close:hover {
    background: #48227c;
}

button.close:hover i::before {
    color: #ffffff;
}
button.close:active {
    transform: scale(0.95);
}
 hr {
    margin-bottom: 0;
    padding-bottom: 1rem;
}


@media only screen and (max-width: 600px) {
    .goToRegistration {
        right: 2% !important;
        top: 1% !important;
    }
  .przypomnij{
top: 44px !important;}

    #section16 p.przypomnij,
    #section16 a.goToRegistration {
        padding: 5px !important;
      font-size: 12px !important;
    }
}
.d-flex.align-items-start {
    align-items: center !important;
    justify-content: flex-start;
    gap: 20px;/
}
.d-flex.align-items-start h5 {
    margin: 0;
    align-self: center;
    font-size:40px;
}
      
      p.nazwa a{
        color: #fff;
        text-decoration: underline;
      }
body > section:not(.firstSection) {
padding-top: 50px;
}
      .ov-button{
        color:#48227c !important;
      }
.ov-button:hover{
        color:white !important;
      }
.modal-button:hover i {
    color: white !important;
}
body:not(:has(#section16)) hr {
    display: none;
}
body > section#section16 {
    padding-top: 0 !important;
}
body > section#section13 {
    padding-top: 0 !important;
}
      
      #powered-by {
        color: white;
      }