
body {
    font-family: "Railway", sans-serif !important;
    font-optical-sizing: auto !important;
    font-style: normal !important;
    font-weight: 400 !important;
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    padding-right: 0 !important;
}

.text-maciusia {
    text-align: justify;
}

main {
    flex: 1 1 0% !important;
    display: flex;
    flex-direction: column;
}

nav {
    background-color: #01518D !important;
}

footer {
    /* position: absolute;
    bottom: 0;
    width: 100%; */
    margin-top: auto;
    background-color: #01518D !important;
    color: white;
}

hr {
    height: 10px;
}

.black-a, .black-a:hover, .black-a:visited, .black-a:visited:active, .black-a:active, .black-a:target {
    color: black !important;
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    padding: 0;
}

/* #page-container {
    position: relative;
    min-height: 100vh;
} */

p {
    color: var(--text-text-black, #000);
}

.team-main {
    position: absolute;
    top: 60%;
    left: 10%;
    height: fit-content;
    display: flex;
    padding: var(--16, 1rem);
    flex-direction: column;
    align-items: flex-start;
    border-radius: var(--32, 2rem);
    background: var(--shadow-fill-grey, rgba(217, 217, 217, 0.70));
}

.team-main-title {
    color: var(--text-text-black, #000);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.075rem;
    text-transform: capitalize;
}

.team-main-body {
    color: var(--text-text-black, #000);
    text-align: justify;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 36.125rem;
}

.team-image {
    display: flex;
    height: 100svh;
    background-image: url(../images/TeamPageImage.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 1rem;
    position: relative;
}

.paragraphs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    align-self: stretch;
}

.idea-frame {
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: flex-start;
    gap: 7.5rem;
    align-self: stretch;
}

.paragraph {
    display: flex;
    min-width: 19.625rem;
    max-width: 40.6875rem;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    margin-bottom: 1rem;
}

.paragraph-title2 {
    display: flex;
    padding: var(--4, 0.25rem) var(--8, 0.5rem);
    align-items: flex-start;
    gap: 0.625rem;
    border-radius: var(--16, 1rem) var(--16, 1rem) 0rem 0rem;
    background: rgba(143, 182, 242, 0.74);
    width: fit-content;
}

.paragraph-title2-text {
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.0375rem;
    text-transform: capitalize;
}

.paragraph-body2 {
    display: flex;
    padding: var(--8, 0.5rem);
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
    border-radius: 0rem var(--16, 1rem) var(--16, 1rem) var(--16, 1rem);
    background: var(--card9, #D9D9D9);
}

.paragraph-body2-text {
    flex: 1 0 0;
    color: var(--text-text-black, #000);
    text-align: justify;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.team-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
}

.team-middle-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
}

.team-picture1 {
    margin-left: -2rem;
    margin-bottom: 1rem;
    z-index: -1;
    width: 25rem;
    height: 14.0625rem;
    border-radius: var(--32, 2rem);
    background: url(../images/TeamImage1.png) lightgray 50% / cover no-repeat;
}

.team-picture2 {
    margin-right: -2rem;
    margin-bottom: 1rem;
    z-index: -1;
    width: 25rem;
    height: 14.0625rem;
    border-radius: var(--32, 2rem);
    background: url(../images/TeamImage2.png) lightgray 50% / cover no-repeat;
}

@media only screen and (max-width: 991px) {
    .team-middle-section:first-of-type {
        flex-direction: column;
    }
    
    .team-middle-section:last-of-type {
        flex-direction: column-reverse;
    }

    .team-middle-section {
        align-items: center;
    }

    .paragraph {
        max-width: none;
    }

    .team-picture1 {
        margin-left: 0;
        justify-content: center;
    }
    .team-picture1 {
        margin-right: 0;
        justify-content: center;
    }
}

.team-bottom {
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
}

.team-bottom-text {
    align-self: stretch;
    color: #000;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1rem !important;
}

.about-image {
    display: flex;
    height: 100svh;
    flex-grow: 1; 
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../images/AboutPageImage.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.about {
    position: absolute;
    top: 41%;
    left: 10%;
    padding: 2rem;
    max-width: 38.125rem;
}

@media only screen and (max-width: 1000px) {
    .about-image {
        position: static;
        justify-content: center;
        align-items: center;
    }
    .about {
        position: static;
        margin-inline: auto;
        height: fit-content;
    }
}

.about-title {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.1rem;
    text-transform: capitalize;
    color: white;
}

.about-body {
    text-align: justify;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: white;
}

.home-image {
    display: flex;
    height: 100svh;
    gap: 3rem;
    flex-grow: 1; 
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../images/HomePageImage.png);
    background-size: cover;
    background-position: center;
    justify-content: space-evenly;
    align-items: center;
}

.home-logo {
    margin-right: 15px;
}

.home-logo-text {
    font-weight: bold;
    font-size: 1.75rem;
}

.pagination-active {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 62.4375rem;
    background: rgba(109, 170, 217, 0.50); 
}

.pagination > li {
    width: 1.75rem;
    height: 1.8125rem;
    margin-inline: 0.1rem;
}

.pagination-not-active:hover, .pagination-not-active:hover:active, .pagination-not-active:hover:target {
    border-radius: 62.4375rem;
    background: rgba(109, 170, 217, 0.2); 
}

.pagination > li:before {
    content: none !important;
}

.pagination-number {
    color: #000;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.modal-option {
    color: var(--text-text-black, #000);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.modal-margin {
    margin-bottom: 0.25rem;
    width: 1.5rem;
    height: 1.5rem;
}

.aindiv {
    width: 100%;
    height: 100%;
}

.pagination-disabled {
    opacity: 60%;
}

#pagination-left {
    width: fit-content;
}

#pagination-right {
    width: fit-content ;
}

.gap-2rem {
    gap: 2rem;
}

 .paragraph-title {
    display: flex;
    padding: var(--4, 0.5rem) var(--8, 1rem);
    align-items: flex-start;
    color: var(--text-text-black, #000);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.1rem;
    text-transform: capitalize;
    width: fit-content;
    border-radius: var(--16, 2rem) var(--16, 2rem) 0rem 0rem;
    background: rgba(109, 170, 217, 0.80);
}

.paragraph-body {
    display: flex;
    padding: var(--16, 1rem);
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 0rem var(--32, 2rem) var(--32, 2rem) var(--32, 2rem);
    background: var(--shadow-fill-grey, rgba(217, 217, 217, 0.70));
}

.introduction {
    max-width: 600px;
}

.introduction-title {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: 0.125rem;
    color: white;
}

.introduction-body {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: start;
    color: white;
}

.cla-button {
    margin-top: 8px;
    font-size: 1.25rem;
    font-weight: bold;
}

.no-column-padding {
    padding: 0 0 !important
}

.filters-padding {
    padding: 0 1.5rem !important;
}

.otoczka {
    padding: 0.5rem 0 !important;
    border-radius: 2rem;
    background-color: rgba(109, 170, 217, 0.30);
}

.subjects-padding {
    padding-inline: 1.5rem !important;
}

.moj-width {
    width: 7rem !important;
}

.rating-width {
    width: 74px !important;
}

.login-a {
    color: var(--text-alert, #FF9D29);
    text-decoration: none;
}

.login-a:hover, .login-a:active, .login-a:target {
    color: var(--text-alert, #FF9D29);
    text-decoration: underline;
    cursor: pointer;
}

.button-primary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 0.5rem;
    background: var(--bg-actionlight, #3D5BA7);
    background-blend-mode: color-burn;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    outline: none;
    border: none;
    padding: 0.4rem 0.5rem;
    text-decoration: none;
}

.button-primary:hover, .button-primary:active, .button-primary:target {
    background-color: #01288D;
    box-shadow: none;
}

.button-secondary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 0.5rem;
    background: #CCC;
    background-blend-mode: color-burn;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    outline: none;
    border: none;
    padding: 0.4rem 0.5rem;
    text-decoration: none;
}

.button-secondary:hover, .button-secondary:active, .button-secondary:target {
    box-shadow: none;
}

.button-secondary-hovered {
    box-shadow: none;
}

.button-danger {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 0.5rem;
    background: #C94C24;
    background-blend-mode: color-burn;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    outline: none;
    border: none;
    padding: 0.4rem 0.5rem;
    text-decoration: none;
}

.button-danger:hover, .button-danger:active, .button-danger:target {
    background-color: #B22B01;
    box-shadow: none;
}

.button-success {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 0.5rem;
    background: #32B047;
    background-blend-mode: color-burn;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    outline: none;
    border: none;
    padding: 0.4rem 0.5rem;
    text-decoration: none;
}

.button-success:hover, .button-success:active, .button-success:target {
    background-color: #29913A;
    box-shadow: none;
}

.button-warning {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 0.5rem;
    background: rgb(255, 193, 7);
    background-blend-mode: color-burn;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    outline: none;
    border: none;
    padding: 0.4rem 0.5rem;
    text-decoration: none;
}

.button-warning:hover, .button-warning:active, .button-warning:target {
    background-color: rgb(236, 178, 5);
    box-shadow: none;
}

.login-container {
    max-width: 500px !important;
    margin: auto;
    flex: 1 1 0% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-form {
    color: white;
}

.login-footer {
    display: flex;
    justify-content: center;
}

.login-bg {
    border-radius: 2.625rem;
    background: var(--bg-card1, #01518D);
    padding: 1.25rem 2.19rem;
    -webkit-box-shadow: 3px 3px 20px -2px rgba(0,0,0,0.54);
    -moz-box-shadow: 3px 3px 20px -2px rgba(0,0,0,0.54);
    box-shadow: 3px 3px 20px -2px rgba(0,0,0,0.54);
}

.copyright {
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1rem;
}

.credits {
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1rem;
}

.hidden {
    display: none;
}

.margin {
    margin: 20px auto;
}

.box {
    width: 700px;
    margin: 20px auto;
}

.flash_message_success {
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    color: green;
}

.flash_message_error {
    margin-top: 10px;
    text-align: center;
    color: red;
}

.filter-button {
    margin: 1rem auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.error {
    color: rgb(229, 45, 45);
    font-size: 1rem;
    font-weight: 600;
    margin-left: 0.2rem !important;
    margin-bottom: 0 !important;
    margin-top: 5px !important;
}

.section-privacy {
    display: flex;
    justify-content: center;
    margin: 2rem auto;
}

.privacy-policy {
    width: 90%;
}

.rating-input {
    width: 65% !important;
}

.review {
    padding: 0.1rem;
    margin: 1rem auto;
}

p {
    margin: 0 !important;
}

.review-header {
    width: fit-content;
    padding: 0.25rem 1rem;
    border-radius: var(--16, 1rem) var(--16, 1rem) 0rem 0rem;
    background: var(--shadow-fill-grey, rgba(217, 217, 217, 0.70)); 
}

.review-header > p {
    color: #000;
    font-size: 1.26rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.0175rem;
}

.review-content {
    padding: 0.5rem 1rem;
    border-radius: 0rem 1rem 1rem 0rem;
    background: var(--card9, #D9D9D9);
}

.review-content > p {
    color: var(--text-text-black, #000);
    text-align: justify;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.review-footer {
    display: flex;
    gap: 1rem;
    width: fit-content;
    padding: 0.25rem 1rem;
    border-radius: 0rem 0rem 1rem 1rem;
    background: var(--bg-gray, #CCC);
}

.link {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.link:hover {
    color: rgb(0, 0, 185);
}

.review-disabled {
    color: #aaa;
    border-color: #999;
}

.review-approved {
    /* color: rgb(35, 196, 32); */
    border-color: rgb(2, 149, 0);
    background-color: rgb(235, 253, 234);
}

.user-title {
    color: var(--text-text-black, #000);
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 650;
    line-height: normal;
    letter-spacing: 0.0525rem;
    text-transform: capitalize;
}

.makeitbold {
    color: var(--text-text-black, #000);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.03rem;
}

.othertextkurczeten1 {
    color: var(--text-text-black, #000);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.05rem;
    padding-top: 2px;
}

.othertextkurczeten2 {
    color: var(--text-text-black, #000);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1.26rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.05rem;
    padding-top: 2px;
}

.marginnaulik {
    margin-top: 0.4rem;
}

#divik > p {
    margin: 0.4rem 0 !important;
}

#divik > ul > li {
    list-style-type: disc;
    margin-left: 1rem;
}

#footer-ul {
    list-style-image: url(../icons/Vector13.svg);
    list-style-position: inside;
}

.footer-quick-link {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1rem;
    text-decoration: none;
}

.middle-footer-section {
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: relative;
    margin-top: 2.5rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.middle-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.privacy-policy-footer {
    color: var(--text-text-white, #FFF);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1rem;
    text-decoration: none;
    text-wrap: nowrap;
}

.instagram-footer {
    color: var(--text-text-white, #FFF);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.1rem;
    text-decoration: none;
    text-wrap: nowrap;
}

@media only screen and (max-width: 1200px) {
    .es-logo-footer {
        display: none;
    }

    .skooly-logo-footer {
        display: none;
    }

    .instagram-footer {
        margin-left: auto;
        margin-right: auto;
    }
}


#footer-top-part {
    justify-content: space-around;
}

@media only screen and (max-width: 992px) {
    #footer-top-part{
        justify-content: space-between;
    }
}


.hour-input-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 108px;
    font-size: 1rem;
    font-weight: 700;
    border: 1px solid rgb(210, 210, 210);
}

.num-input::-webkit-inner-spin-button {
    opacity: 1;
    background-color: white;
}

.num-input {
    width: 2.5rem;
    border: none;
}

.num-input:focus, .num-input:hover, .num-input:active {
    outline: none;
}

/* .date-input-container {

} */

.more-wight {
    font-weight: 700;
}

.shh-image {
    height: 100svh;
    background-image: url(../images/SHH.png);
    /* background-size:contain; */
    background-position: center;
    width: 100%;
}

.left-footer {
    display: flex;
    flex: 1 1 0;
    justify-content: space-between;
    align-items: end;
}

.right-footer {
    display: flex;
    flex: 1 1 0;
    justify-content: space-between;
    align-items: end;
}

@media only screen and (max-width: 1200px) {
    .left-footer {
        justify-content: flex-end;
        flex-grow: 0;
    }
    
    .right-footer {
        flex-grow: 0;
        justify-content: center;
    }
}

@media only screen and (max-width: 768px) {
    .right-footer {
        flex-grow: 1;
    }
}

.skooly-pagination {
    margin: 1rem 0;
}

.inline-field {
    display: inline-flex;
    min-width: 3rem;
    min-height: 2rem;
    width: fit-content;
    padding: 0.625rem;
    align-items: flex-start;
    gap: 0.625rem;
    border-radius: var(--16, 1rem);
    background: var(--bg-card4, #E0E0E0);
    border: 1px solid rgb(210, 210, 210);
}

.inline-field > input {
    background: var(--bg-card4, #E0E0E0);
}

#modal > hr {
    opacity: 1;
}

.modal-text {
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.0375rem;
}

.modal-title {
    color: var(--text-text-black, #000);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.075rem;
}

.modal-title2 {
    color: var(--text-text-black, #000);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.modal-text2 {
    color: var(--text-text-black, #000);
    font-size: 1%;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.button-disabled {
    opacity: 0.7;
    pointer-events: none;
}

.grade-class {
    min-width: 6rem;
}

.subject-class {
    min-width: 6.5rem;
}

.option-class {
    min-width: 6rem;
}

.language-class {
    min-width: 8rem;
}

.full-screen {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: fit-content;
    line-height: normal;
}

.error-code {
    font-size: 8rem;
}

.error-code-name {
    font-size: 4rem;
}

.error-code-message {
    font-size: 2rem;
}

.subject-counter {
    border-top: 1px solid black;
    margin-top: 5px;
    padding-top: 5px !important;
}

* {
    
    max-width: 100vw;
}

*:hover {
}

/*outline: 1px solid #f00;*/


.nav-link {
    width: fit-content;
}

.our-mission-bg {
    background-color: rgba(1, 80, 141, 0.187);
    background-color: white;
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.our-mission {

}

.our-mission > h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

.subject {
    padding: 10px;
    margin: 10px;
    border: 1px solid rgb(139, 139, 139);
    width: auto;
}

.subject-container {
    display: flex;
    flex-wrap: wrap;
}

.check-checkboxes {
    
}

/* Authentication page */
table {
    width: 100%;
    margin: 30px 0;
}

tr {

}

th {
    border-bottom: grey solid 1px;
}

.header-cell {
    width: calc((100%-9rem)/5);
    text-align: center;
    font-size: 1.25rem;
}

.option-cell {
    width: 9rem;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

.availability-cell {
    text-align: center;
    font-size: 1.2rem;
}

.room-open {
    color: green;
}

.room-closed {
    color: red;
}

.cde-room-on-map {
    max-width: 100vw;
    overflow-x: hidden;
}