
/* 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;
}

.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 {
    min-height: 100%;
    width: 100%;
    overscroll-behavior: none;
}

body {
    background-color: rgb(30 30 30);
    width: 100%;
}



.formContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}

.registrationForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    border-radius: 1rem;
    background-image: url('https://img.freepik.com/free-photo/full-length-studio-shot-two-women-taekwondo-athletes-training-isolated-black-background_155003-45455.jpg');
    /*background-size:cover;*/
    background-position-y: 350px;
    background-position-x: -70px;
    background-repeat: no-repeat;
    background-color: black;
    padding: 1rem;
    padding-bottom: 23rem;
}

.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:cover;*/
    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*/

.tkdNavbarMain {
    border-bottom: solid #c2002f 4px;
}

.burgerButtonMain {
    height: 100%;
    padding: 0.5rem;
    color: white;
    font-size: 1.6rem;
    transition: all 300ms;
}

.nav_logo {
    display: none;
    padding: 0 !important;
    margin: 0 !important;
}

.nav_logo_mobile {
    display: block !important;
    margin-right: auto;
    aspect-ratio: 1/1 !important;
}

.navbarContentButtonsList {
    width: 100%;
    gap: 1rem;
    display: flex;
    padding: 0.4rem;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.nav-left {
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    height: 100%;
    gap: 1rem;
}

.nav-right {
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    height: 100%;
    gap: 1rem;
}

.footerMain {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    background-color: black;
    color: white;
    justify-content: space-around;
    margin-bottom: 0px;
}

.footerSection {
    border-top: 6px solid #C8102F !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 70vh;
}

.footerContainerRW {
    width: 80%;
}

.footerContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.FooterTextWrap {
    padding: 1rem;
}

.FooterContentInfoContainer {
    padding: 0rem;
    text-align: center;
}

.FooterTitleHeader {
    margin-top: 0.2rem;
    margin-bottom: 3rem;
}

.lightHoverBtn {
    transition: all 300ms;
    padding: 0.4rem 0.6rem !important;
    color: White !important;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 26px;
    height: min-content;
    outline: solid #161616 3px;
    width: 100% !important;
    margin: 0 !important;
}

    .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*/
.SectionTitleH1 {
    color: white;
}

.CompetitionNameHeader {
    color: white;
}

.CompetitionDateHeader {
    color: white;
    font-weight: 400;
    margin-bottom: 0.6rem;
}

.CompetitionSection {
    min-height: 80vh;
    max-width: 100vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0rem 0.0rem;
    margin-top: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
}

.CompetitionContainer {
    padding: 0rem;
}

.ManageInnerContainer {
    display: flex;
    flex-direction: column;
    background-color: rgb(35,35,35);
    border-radius: 1rem;
    padding: 0.8rem;
}

.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: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    gap: 1rem;
    margin-top: 1rem;
}

.ManageGroupEmailFormContainer {
    background-color: rgb(35,35,35);
    border-radius: 1rem;
    padding: 1rem;
}

.CompetitionCard {
    padding: 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    margin-top: 1rem;
    width:100%;
    max-width: 90vw;
}

.CompetitionCardInner {
    padding: 0rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-items: center;
    overflow: clip;
}

.CompetitionManageViewCard {
    padding: 1.5rem;
    background-color: #151515;
    border-radius: 0.6rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.PosterImgContainer {
    min-width: 10rem;
    max-width: none;
    height: fit-content;
    min-height: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0.6rem;
    box-shadow: 2px,20px, 20px;
}

.PosterImgContainerBig {
    min-width: 40vw;
    min-height: 60vw;
    width: auto;
    height: fit-content;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1rem;
    border-style: none;
}

.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;
}

.PosterAndDataWraper {
    display: flex;
    flex-direction: column !important;
    width: 100%;
    gap: 1rem !important;
}

.DescriptionAndRegisterBtnContainer {
    padding: 0;
    color: white;
    text-align: justify;
    width: 100%;
}



.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;
    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: 2.2rem;
    margin-top: 0rem;
}

.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: 5rem;
    height: fit-content;
    max-height: 5rem;
}

.LogoMainBig {
    width: fit-content;
    max-width: 9rem;
    height: fit-content;
    max-height: 9rem;
}

.CompetitionTitleBlock {
    padding: 1rem;
    border-radius: 0.4rem;
    color: black;
    margin-bottom: 0.5rem;
}

.SettingsLabel {
    font-size: 0.9rem;
    color: white;
}


/*REGISTRATION*/
.registration-container {
    width: 100%;
    padding: 30px;
    border-radius: 10px;
}

    .registration-container input[type="submit"] {
        width: 80%;
        padding: 8px 15px;
    }

#rodoCheckbox + label {
    padding: 15px;
}

.countdown-wrapper {
    background-color: rgb(80,80,80);
    padding: 1rem;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    gap: 0.25rem;
    border-radius: 1rem;
}

.countdown-box {
    text-align: center;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    background-color: #008eff;
    border: white;
    color: white;
    border-radius: 0.4rem;
    font-size: 7.5vw;
    font-family: Calibri;
    font-weight: bold;
}

.countdown-box-deadline {
    text-align: center;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    background-color: rgb(19, 168, 20);
    color: white;
    border-radius: 0.4rem;
    font-size: 7.5vw;
    font-family: Calibri;
    font-weight: bold;
}

.countdown-text {
    border-radius: 0.4rem;
    background-color: white;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    display: block;
    text-align: center;
    color: black;
    font-family: Calibri;
    font-weight: bold;
    font-size: 4vw;
}

.SingleCountdownItemContainer {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.DescriptionAndRegisterBtnContainer hr {
    font-weight: bold;
    text-decoration: none;
    color: white;
}

.DescriptionAndRegisterBtnContainer a {
    font-weight: bold;
    text-decoration: none;
    color: white;
}


/*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-position: center;
    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: 0.5rem 1rem;
}

.SuperLarge {
    font-size: 9vh;
}

.QuiteLarge {
    font-size: 7vh;
    font-weight: bolder;
}

/*CLUBINFOSECTION*/

.CoachesTitleSectionPhoto {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% 80%;
    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 {
    display: inline;
    font-family: 'Bebas Neue', sans-serif;
    color: yellow;
    background-color: transparent;
    padding: 0.0rem 0rem;
    border-radius: 0.4rem;
    font-weight: 800;
}

.Highlight-White-Black {
    font-family: 'Bebas Neue', sans-serif;
    color: yellow;
    background-color: transparent;
    padding: 0.0rem 0.0rem;
    border-radius: 0.4rem;
    font-weight: 800;
}

.ClubInfoSubtitle {
    text-align: left;
    padding: 0.6rem 0.6rem;
    font-size: 1.8rem;
    width: 100%;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
}

.CoachCard {
    border-radius: 3rem;
    color: white;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    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: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-self: center;
    gap: 3rem;
    margin: 3rem 1rem;
}

.CoachPhoto {
    height: 16rem;
    width: 16rem;
    background-image: url('../mainc.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50rem;
    background-size: 105%;
    background-position: center;
    border: solid 0.2rem white;
}

.CoachPhoto-Secondary {
    height: 16rem;
    width: 16rem;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50rem;
    background-size: 105%;
    background-position: center;
    border: solid 0.2rem white;
}

.KatarzynaPhoto {
    background-image: url('../Katarzyna.jpg');
}

.MateuszPhoto {
    background-image: url('../Mateusz.jpg');
}

.RomekPhoto {
    background-image: url('../RomekProfil.jpg');
}

.MainCoachDescriptionContainer {
    flex-direction: column-reverse;
}

.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;
    background: black;
    width: 100%;
}

.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 {
    width: 100%;
}

.LineAchievements {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
}

.PhotoAchievements {
    width: 80vw;
    height: 80vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 0.2rem solid white;
    border-radius: 0.6rem;
    margin-right: 0rem;
    margin-left: 0rem;
}

.TextAchievments {
    width: 100%;
    text-align: left;
    line-height: 1.8rem;
    margin: 2rem 0rem;
    padding: 0rem 0rem;
    max-width: 80vw;
}


/*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: 100vw;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;
    padding-bottom: 30vh;
}

.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');
}

.SmallMistralsSequence {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 1rem;
    margin: 0.4rem;
    border: solid white 0.2rem;
}

.Photo-Medium {
    height: 80vw;
    width: 80vw;
}

.Photo-Large {
    height: 80vw;
    width: 80vw;
}

.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 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
}

.Half-Down {
    margin-top: 0rem;
}

.Half-Up {
    margin-top: 5rem;
}

.FirstButton {
    border-radius: 30rem;
    padding: 1rem 2rem;
    background-color: white;
    color: black;
    font-weight: 800;
    font-size: 1.8rem;
    text-align: center;
    align-content: center;
    margin-top: 2rem;
}

