

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: 90%;
    padding:1rem 1rem;
    margin: 0 auto;
    background-color: rgb(50, 50, 50);
    border-radius: 15px;
    color: white;
}

.registration-container h1 {
    text-align: center;
}


.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: 100%;
    gap: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.burgerButtonMain {
    height: 100%;
    padding: 0.5rem;
    color: white;
    font-size: 1.6rem;
}


.footerMain {
    display: flex;
    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;
    padding: 1rem;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    gap: 1.2rem;
    height: 70vh;
}

.footerContainer {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}



.FooterContentInfoContainer {
    padding: 0rem;
    text-align: center;
}

.FooterTitleHeader {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.footerContainerRW {
    width:100%;
}

.footerUpperPartRW {
    flex-direction: column;
}

.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;
}

.nav_logo {
    display: block;
    height: 5.5rem;
    margin-bottom: -2.2rem;
    border-radius: 50%;
    outline-offset: -1px;
}

.nav_logo_mobile {
    display: none;
    margin: 0;
}


/*LandingPage i lista nadchodz�cych zawod�w*/
.CompetitionSection {
    min-height: 80vh;
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    padding:0rem 1rem;
    margin-top:0rem;
}

.SectionTitleH1 {
    color: white;
}

.CompetitionNameHeader {
    color: white;
}

.CompetitionDateHeader {
    color: white;
    font-weight: 400;
    margin-bottom: 0.6rem;
}

.CompetitionContainer {
}

.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: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    margin-top: 1rem;
    background-color: transparent;
    max-width: 80vw;
}

.CompetitionCardInner {
    /* display: flex;
    flex-direction: row;
    border: solid red 1px;*/
}

.CompetitionManageViewCard {
    padding:2rem;
    background-color: #151515;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    margin-top: 1rem;
    max-width:70vw;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:2rem;
}

.PosterImgContainer {
    min-width: 10rem;
    max-width: 20rem;
    width: contain;
    height: fit-content;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0.6rem;
    box-shadow: 2px, 20px, 20px;
    float: left;
}

.PosterImgContainerBig {
    max-width: 36rem;
    width: auto;
    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;
}

.DescriptionAndRegisterBtnContainer {
    padding-left: 1rem;
    width: 100%;
    margin-top: -0.4rem;
    color: white;
    text-align: justify;
}

    .DescriptionAndRegisterBtnContainer hr {
        font-weight: bold;
        text-decoration: none;
        color: white;
    }

    .DescriptionAndRegisterBtnContainer a {
        font-weight: bold;
        text-decoration: none;
        color: white;
    }








.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;
    }

    .registration-container input.form-control,
    .registration-container select {
        width: 100%;
    }

    .registration-container input[type="submit"] {
        display: block;
        margin: 0 auto;
        padding: 10px 30px;
        width: 30%;
        border-radius: 20px;
        background-color: black;
        border-color: transparent;
    }

    .registration-container p {
        font-weight: bold;
        font-style: italic;
    }

.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: 2.4rem;
    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: 2.4rem;
    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.2rem;
}

.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;
}

