

html, body {
    box-sizing: border-box;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/*width*/
::-webkit-scrollbar {
    width: auto;
}

/*track*/
::-webkit-scrollbar-track {
    background: rgba(55, 55, 55, 1);
}
/*thumb*/
::-webkit-scrollbar-thumb {
    background: rgba(109, 109, 109, 1);
    border-radius: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(55, 55, 55, 1);
    border-radius: 20px;
}
    /*thumb hover*/
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(98, 98, 98, 1);
    }

    /*thumb pressed*/
    ::-webkit-scrollbar-thumb:active {
        background: rgba(126, 126, 126, 1);
    }

.preview-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.preview-thumbnail {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 1rem;
    border-color: aliceblue;
    border-style: solid;
    border-width: 1px;
    opacity: 75%;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    width: 100%;
    overscroll-behavior: none;
}

body {
    background-color: rgb(30 30 30);
}

.formContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}
/*REGISTRATION*/
.registration-container {
    width: 80%;
    margin: 0 auto;
    padding-top: 0.6rem;
    background-color: rgb(50, 50, 50);
    border-radius: 15px;
    color: white;
}

    .registration-container h1 {
        text-align: center;
    }

    .registration-container input.form-control,
    .registration-container select {
        width: 100%;
    }

    .registration-container input[type="submit"] {
        display: block;
        margin: 0 auto;
        padding: 10px 30px;
        border-radius: 25px;
        background-color: green;
        border-color: transparent;
    }

    .registration-container p {
        font-weight: bold;
        font-style: italic;
    }

.registrationForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    border-radius: 1rem;
    background-image: url('https://e0.pxfuel.com/wallpapers/246/497/desktop-wallpaper-badass-martial-art-forms-all-women-should-learn-to-break-bones-taekwondo-fighter.jpg');
    background-position-y: 350px;
    background-position-x: -70px;
    background-repeat: no-repeat;
    background-color: black;
    padding: 1rem;
    padding-bottom: 23rem;
}
/*END REGISTRATIONS*/
.loginForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    border-radius: 1rem;
    background-image: url('https://e0.pxfuel.com/wallpapers/246/497/desktop-wallpaper-badass-martial-art-forms-all-women-should-learn-to-break-bones-taekwondo-fighter.jpg');
    background-size: contain;
    background-position-y: 480px;
    background-position-x: 0px;
    background-repeat: no-repeat;
    background-color: black;
    padding: 2rem;
    padding-bottom: 14rem;
}

.btnMain {
    color: white;
    background-color: dodgerblue;
    border-radius: 0.4rem;
    transition: 300ms;
    margin-top: 0.4rem;
    margin-bottom: 0.8rem;
}

    .btnMain:hover {
        color: white;
        background-color: royalblue;
    }

.header-secondary {
    color: white;
    padding: 0.4rem;
}
/*LAYOUT AND NAVBAR AND FOOTER*/



.navbarContentButtonsList {
    width: 90%;
    gap: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.nav_logo_mobile {
    display: none;
}


.footerMain {
    display: flex;
    justify-items: center;
    align-items: center;
    background-color: black;
    color: white;
    justify-content: space-around;
    margin-bottom: 0px;
}

.footerSection {
    padding: 2rem;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    gap: 2rem;
    height: 70vh;
}

.footerContainerRW {
    width: 60%;
}


.footerContainer {
    width: 54%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.FooterContentInfoContainer {
    padding: 0rem;
    text-align: end;
}

.FooterTitleHeader {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.lightHoverBtn {
    transition: all 300ms;
    padding: 0.2rem 0.4rem;
    color: White !important;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 26px;
    height: min-content;
    outline: solid #161616 3px;
}

.lightHoverBtn:hover {
    outline: solid #C8102F 3px;
    color: white !important;
}

.lightHoverBtn:active {
    outline: solid #C8102F 3px;
    color: white !important;
}

.lightHoverBtn:focus-visible {
    outline: solid #C8102F 3px;
    color: white !important;
}
/*LandingPage i lista nadchodz�cych zawod�w*/
.CompetitionSection {
    min-height: 80vh;
    max-width:65vw;
    margin-left:auto;
    margin-right:auto;
}

.SectionTitleH1 {
    color: white;
}

.CompetitionNameHeader {
    color: white;
}

.CompetitionDateHeader {
    color: white;
    font-weight: 400;
    margin-bottom: 0.6rem;
}


.ManageInnerContainer {
    display: flex;
    background-color: rgb(35,35,35);
    border-radius: 1rem;
    padding: 1rem;
}

.ManagePosterContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.ManageButtonsContainer {
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
    gap: 1rem;
}

.ManageGroupEmailFormContainer {
    background-color: rgb(35,35,35);
    border-radius: 1rem;
    padding: 2rem;
}

.CompetitionCard {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    margin-left:auto;
    margin-right:auto;
    margin-top: 1rem;
    max-width:70vw;
}


.CompetitionCardInner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
}

.CompetitionManageViewCard {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    background-color: #151515;
    border-radius: 0.6rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.PosterImgContainer {
    min-width: 16rem;
    max-width: 24rem;
    height: fit-content;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0.6rem;
    box-shadow: 2px, 20px, 20px;
    align-items: center;
    justify-content: center;
}

.PosterImgContainerBig {
    min-width: 20rem;
    max-width: 36rem;
    width: contain;
    height: fit-content;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1rem;
}

.PosterImgContainerSmall {
    min-width: 10rem;
    min-height: 15rem;
    max-width: 11rem;
    max-height: 16.5rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0.6rem;
    box-shadow: 2px,20px, 20px;
}










.DeleteButton {
    border-radius: 2rem;
    border-style: none;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    font-size: large;
    font-family: Calibri;
    transition: 300ms;
    text-align: center;
    background-color: black;
    color: white;
    border-style: solid;
    border-color: darkred;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

    .DeleteButton:hover {
        border-color: red;
        color: red;
    }

.EditButton {
    border-radius: 2rem;
    border-style: none;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    font-size: large;
    font-family: Calibri;
    transition: 300ms;
    text-align: center;
    background-color: black;
    color: white;
    border-style: solid;
    border-color: dimgray;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

    .EditButton:hover {
        border-color: yellow;
        color: yellow;
    }

.DetailsButton {
    border-radius: 2rem;
    border-style: none;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    font-size: large;
    font-family: Calibri;
    transition: 300ms;
    text-align: center;
    background-color: black;
    color: white;
    border-style: solid;
    border-color: dimgray;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

    .DetailsButton:hover {
        border-color: deepskyblue;
        color: deepskyblue;
    }

.EditButton:hover {
    border-color: yellow;
    color: yellow;
}

.BackButton {
    border-radius: 2rem;
    border-style: none;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    font-size: large;
    font-family: Calibri;
    transition: 300ms;
    text-align: center;
    background-color: black;
    color: white;
    border-style: solid;
    border-color: dimgray;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

    .BackButton:hover {
        border-color: white;
        color: White;
    }

.SaveChangesButton {
    border-radius: 2rem;
    border-style: none;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    font-size: large;
    font-family: Calibri;
    transition: 300ms;
    text-align: center;
    background-color: black;
    color: white;
    border-style: solid;
    border-color: white;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    width: 100%;
}

    .SaveChangesButton:hover {
        border-color: greenyellow;
        color: greenyellow;
    }

.SettingsButton {
    font-size: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    text-decoration: none;
    color: white;
}

.OpenRegistrationPageForm {
    /* width: 100%;
    align-self: stretch;*/
}

.preview-container {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.preview-thumbnail {
    width: 50%;
    height: auto;
    object-fit: cover;
    border-radius: 0.6rem;
    margin-bottom: 1rem;
    border-color: aliceblue;
    border-style: solid;
    border-width: 1px;
    opacity: 75%;
}

.LogoMain {
    width: fit-content;
    max-width: 5.5rem;
    height: fit-content;
    max-height: 5.5rem;
}

.LogoMainBig {
    width: fit-content;
    max-width: 9rem;
    height: fit-content;
    max-height: 9rem;
    margin: 1rem;
}

.CompetitionTitleBlock {
    padding: 1rem;
    border-radius: 0.4rem;
    color: black;
    margin-bottom: 0.5rem;
}

.SettingsLabel {
    font-size: 1.4rem;
    color: white;
}

.registration-container {
    width: 50%;
    margin: 2rem auto;
    padding: 2rem 3rem;
    background-color: rgb(50, 50, 50);
    border-radius: 15px;
    color: white;
}

    .registration-container h1 {
        text-align: center;
    }

   
 

.head-text {
    font-size: 22px;
    padding-bottom: 40px;
}

#rodoCheckbox + label {
    padding: 20px;
}

.registration-container input[type="submit"] {
}

.countdown-wrapper {
    background-color: rgb(80,80,80);
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1rem;
    width: fit-content;
}

.countdown-box {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #32A5EC;
    color: white;
    border-radius: 0.4rem;
    font-size: 3.2rem;
    font-family: Calibri;
    font-weight: bold;
}

.countdown-box-deadline {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: rgb(19, 168, 20);
    color: white;
    border-radius: 0.4rem;
    font-size: 3.2rem;
    font-family: Calibri;
    font-weight: bold;
}

.countdown-text {
    border-radius: 0.4rem;
    background-color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    display: block;
    text-align: center;
    color: black;
    font-family: Calibri;
    font-weight: bold;
    font-size: 1.5rem;
}

.SingleCountdownItemContainer {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}


.registration-container::-webkit-scrollbar {
    display: none !important;
    color: transparent;
}

.form-group .form-control {
    overflow: auto;
    margin-right: -17px;
}

.event-status {
    text-align: center;
    font-weight: bold;
}

.form-group .btn-success {
    background-color: forestgreen !important;
    border-radius: 5rem !important;
}

.SectionTitleH1 {
    text-align: center;
    margin: 2rem 0;
}

.link-description {
    font-weight: 600;
}

.form-disabled {
    background-color: rgb(73, 73, 73);
    color: lightgray;
    border-radius: 0.3rem;
    padding: 0.4rem;
    width: 100%;
    cursor: not-allowed;
    border-style: solid;
    border-width: 0.4px;
    border-color: #7A7A7A
}


/*ABOUT PAGE NIGGA*/
html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

    .lenis.lenis-smooth [data-lenis-prevent] {
        overscroll-behavior: contain;
    }

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}
/*TITLESECTION*/
.TitleSection {
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(21, 21, 21, 1)), url('../TitleBg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Tilt Warp', sans-serif;
    font-weight: 900;
    color: white;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.AboutTitle {
    font-kerning: none;
    padding: 2rem 1rem;
}

.SuperLarge {
    font-size: 18vh;
}

.QuiteLarge {
    font-size: 9vh;
    font-weight: bolder;
}

/*CLUBINFOSECTION*/

.CoachesTitleSectionPhoto {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 35%;
    font-family: 'Tilt Warp', sans-serif;
    font-weight: 900;
    color: white;
    height: 75vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(21, 21, 21, 1)), url('../coachesSectionBg.jpg');
}

.ClubInfoSection {
    background-image: linear-gradient(rgb(21 21 21),rgb(14, 0, 28));
    font-family: 'Bebas Neue', sans-serif;
    color: white;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;
    padding-bottom: 30vh;
}

.Highlight-yellow-black {
    font-family: 'Bebas Neue', sans-serif;
    background-color: yellow;
    color: black;
    padding: 0.2rem 0.6rem;
    border-radius: 0.15rem;
    font-weight: 700;
}

.Highlight-White-Black {
    font-family: 'Bebas Neue', sans-serif;
    background-color: white;
    color: black;
    padding: 0.2rem 0.6rem;
    font-weight: 700;
    border-radius: 0.15rem;
}

.ClubInfoSubtitle {
    text-align: justify;
    padding: 1rem 1rem;
    max-width: 55vw;
    margin-left: auto;
    margin-right: auto;
    font-size:1.8rem;
}

.CoachCard {
    border-radius: 3rem;
    color: white;
    padding: 3rem;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-self: center;
    gap: 3rem;
    margin: 3rem 1rem;
}

.CoachCard-Reverted {
    border-radius: 3rem;
    color: white;
    padding: 3rem;
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-self: center;
    gap: 3rem;
    margin: 3rem 1rem;
}

.CoachPhoto {
    height: 28rem;
    width: 28rem;
    background-image: url('../mainc.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50rem;
    background-size: 105%;
    background-position: center;
    border: solid 0.4rem white;
}

.CoachPhoto-Secondary {
    height: 26rem;
    width: 26rem;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50rem;
    background-size: 105%;
    background-position: center;
    border: solid 0.4rem white;
}

.KatarzynaPhoto {
    background-image: url('../Katarzyna.jpg');
}

.MateuszPhoto {
    background-image: url('../Mateusz.jpg');
}

.RomekPhoto {
    background-image: url('../RomekProfil.jpg');
}

.MainCoachDescriptionContainer {
}


.ClubInfoSubtitle-Invert {
    text-align: justify;
    padding: 1.6rem 1.6rem;
    color: black;
    background-color: white;
    border-radius: 1rem;
    font-weight: bolder;
}

.ArriveLeft {
}

.ArriveRight {
}

.ArriveBottom {
}

.ArriveTop {
}

.Arrive-BottomLeft-Rotate {
}

.Arrive-BottomRight-Rotate {
}

.Arrive-TopLeft-Rotate {
}

.Arrive-TopRight-Rotate {
}
/*Osiągnięcia klubowe*/
.ClubAchievementsSection {
    height: auto;
    padding-bottom: 30vh;
    background: black;
    background-image: linear-gradient(rgb(21 21 21),rgb(27, 0, 33));
    font-family: 'Bebas Neue', sans-serif;
}

.ClubInfoSubtitle {
    color: white;
}

.ClubInfoSubtitlePhoto {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    font-family: 'Tilt Warp', sans-serif;
    font-weight: 900;
    color: white;
    height: 75vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(21, 21, 21, 1)), url('../medale.jpg');
}

.AchievementsContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}

.LineAchievements {
    width: 90%;
    display: flex;
    justify-content: space-around;
    align-content: center;
    justify-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
}

.PhotoAchievements {
    width: 40rem;
    height: 26rem;
    background-repeat: no-repeat;
    background-size: 110%;
    background-size: cover;
    background-position: center;
    border: 0.6rem solid white;
    border-radius: 0.6rem;
}

.FirstPhotoAchievements {
    background-image: url('../mistralZawody.jpg');
}

.SecondPhotoAchievements {
    background-image: url('../Emilka.jpg');
}

.ThirdPhotoAchievements {
    background-image: url('../sedziowie.jpg');
}

.FourthPhotoAchievements {
    background-image: url('../Krzychu.jpg');
}

/*SUMMER CAMPS */

.AboutSection {
    background-image: linear-gradient(rgb(21 21 21),rgb(27, 0, 33));
    font-family: 'Bebas Neue', sans-serif;
    color: white;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;
    padding-bottom: 8vh;
}

.SummerCampSubtitlePhoto {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    font-family: 'Tilt Warp', sans-serif;
    font-weight: 900;
    color: white;
    height: 75vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(21, 21, 21, 1)), url('../smallMistrals2.png');
}

.TextAchievments {
    width: 45%;
    margin: 2rem;
    text-align: justify;
}

.SmallMistralsSequence {
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 103%;
    background-position: center center;
    border-radius: 0.6rem;
    margin: 1rem;
    border: solid white 0.6rem;
}

.Photo-Medium {
    height: 23rem;
    width: 35rem;
}

.Photo-Large {
    height: 40rem;
    width: 72rem;
    margin-left: auto;
    margin-right: auto;
}

.SmallMistrals1 {
    background-image: url('../smallMistrals1.png');
}

.SmallMistrals2 {
    background-image: url('../smallMistrals3.png');
}

.SmallMistrals3 {
    background-image: url('../smallMistrals4.png');
}

.SmallMistrals4 {
    background-image: url('../smallMistrals6.png');
}

.SmallMistrals5 {
    background-image: url('../smallMistrals5.png');
}

.SummerCamp1 {
    background-image: url('../summerCamps1.png');
}

.SummerCamp2 {
    background-image: url('../summerCamps2.png');
}

.SummerCamp3 {
    background-image: url('../summerCamps3.png');
}

.SummerCamp4 {
    background-image: url('../summerCamps4.png');
}

.SummerCamp5 {
    background-image: url('../summerCamps5.png');
}

.SequenceMistralsPhotoHolder {
    display: flex;
    justify-content: center;
    align-content: center;
}

.Half-Down {
    margin-top: -5rem;
}

.Half-Up {
    margin-top: 10rem;
}

/*5. ta*/

.FirstButton {
    border-radius: 30rem;
    border-style: none;
    padding: 2rem 3rem;
    background-color: white;
    color: black;
    font-weight: 800;
    font-size: 2rem;
    text-align: center;
    align-content: center;
    margin-top: 2rem;
}

.HeaderSectionLast {
    text-align: justify;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.wrapLastSection {
    margin-top: 10vh;
    display: flex;
    text-align: justify;
    align-items: center;
    flex-direction: column;
}

#container:before {
    content: ' ';
    display: table;
    width: 10em; /* Min width required */
}
