:root {
    --backgroundImg: url(../../images/bg/02.jpg);
    --backgroundImgPartner: url(https://img.freepik.com/free-vector/realistic-soccer-football-stadium-illustration_52683-60377.jpg?w=1380&t=st=1684133251~exp=1684133851~hmac=543acdb9231939b34fedefce0012466ab99b46106d03db53313f77e53946262c);
    --backgroundPartner: url(https://img.freepik.com/free-photo/soccer-players-action-professional-stadium_654080-1820.jpg?w=1060&t=st=1684140041~exp=1684140641~hmac=ace4f66c21248cdf41e029e83b871cd7af0f979fcfe9eda71f45f607939ef388);
    --clr-neon: rgb(255 234 118);
    --clr-bg: rgba(1, 1, 1, 1);
    --clr-white: rgb(255 234 118);
}

.btntran {
    background-color: transparent;
}

.btnsection01 button {
    font-size: 25px;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: var(--clr-neon);
    border: var(--clr-neon) 4px solid;
    padding: 0.25em 1em;
    border-radius: 0.25em;
    text-shadow: 0 0 0.125em rgba(255, 255, 255, 0.55), 0 0 0.5em currentColor;
    box-shadow: inset 0 0 0.5em 0 var(--clr-neon), 0 0 0.5em 0 var(--clr-neon);
    position: relative;
    cursor: pointer;
    font-weight: 300;
}

.btnsection01 button {
    font-size: 25px;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    /* color: var(--clr-neon); */
    border: var(--clr-neon) 4px solid;
    padding: 0.25em 1em;
    border-radius: 0.25em;
    text-shadow: 0 0 0.125em rgba(255, 255, 255, 0.55), 0 0 0.5em currentColor;
    box-shadow: inset 0 0 0.5em 0 var(--clr-neon), 0 0 0.5em 0 var(--clr-neon);
    position: relative;
    cursor: pointer;
    font-weight: 300;
}


/*
.btnsection01 a::before {
    pointer-events: none;
    content: "";
    position: absolute;
    background: var(--clr-neon);
    top: 120%;
    left: 0;
    width: 100%;
    height: 100%;

    transform: perspective(1.2em) rotateX(40deg) scale(1.5, 0.5);
    filter: blur(1.15em);
    opacity: 0.7;

    transition: transform 0.5s linear;
}*/








#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: transparent;
    z-index: 9999!important;
    /* animation: transform rotate(265deg); */
    /* animation-duration: 0.2s; */
}

#loading-image {
    z-index: 100;
    animation: fa-spin 5s linear infinite;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}


body::after {
    content: "";
    background: rgb(24, 23, 33);
    background: linear-gradient(45deg, #00000054, #000000ba), var(--backgroundImg)center right;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -5;
    overflow-x: hidden;
}

@media (max-width: 767.8px) {
    body::after {
        background: linear-gradient( 45deg, #00000054, #000000ba), var(--backgroundImg)center right;
        background-size: cover;
    }
}



.wrapper-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    outline: none;
    position: absolute;
    left: 10px;
    top: 8px;
    z-index: 1000;
    transition: all .5s;
}

.wrapper-menu2 {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    outline: none;
}

.wrapper-menu.hamopen {
    position: fixed;
    left: 200px;
    top: 8px;
}

.line {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
    animation: lineone 2s ease 0s infinite normal none;
}

@keyframes lineone {
    0.0% {}
    50.1% {
        transform: scale3d(1.2, 1, 1) translate(-10px);
    }
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 3;
    animation: linetwo 2s ease 0s infinite normal none;
}

@keyframes linetwo {
    0.0% {}
    50.1% {
        transform: scale3d(.8, 1, 1) translate(10px);
    }
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
    animation: linetree 2s ease 0s infinite normal none;
}

@keyframes linetree {
    0.0% {}
    50.1% {
        transform: scale3d(1.2, 1, 1) translate(-10px);
    }
}

.open .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
    animation: yourAnimation 3s ease 0s infinite normal none;
}

.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 3;
    animation: yourAnimation 3s ease 0s infinite normal none;
}

.open .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
    animation: yourAnimation 3s ease 0s infinite normal none;
}

@keyframes yourAnimation {
    0.0% {}
    50.1% {}
}

.fixedflexcn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-content: center;
}

.flexcn {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
}


/* Login  */

.loginPartner {
    background: linear-gradient(45deg, #00000054, #000000ba), var(--backgroundPartner)center center;
    background-size: cover;
}

.loginbg {
    background: linear-gradient(45deg, #00000054, #000000ba), var(--backgroundImg)center center;
    background-size: cover;
}



@keyframes zoomout {
    0.0% {}
    100% {}
    49.6% {
        transform: scale(1.05);
    }
}


@media (max-width: 767.8px) {
    .loginbg {
        background: linear-gradient( 45deg, #00000054, #000000ba), var(--backgroundImg)center right;
        background-size: cover;
    }
    .incontainerlg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .bginputlogin {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        padding: 30px 20px;
        box-shadow: 0 0 10px #00000059;
    }
    .insidectloginmb {
        position: relative;
    }
    .bginputlogin::before {
        display: none;
    }
}

.ic-lg-01,
.ic-lg-02,
.ic-lg-03 {
    position: absolute;
    width: 90px;
    z-index: 999;
}

.ic-lg-01 {
    width: 16%;
    top: -50px;
    left: -10px;
    -webkit-animation: x-sexy-up-down-loop 4s ease-in-out infinite;
    animation: x-sexy-up-down-loop 4s ease-in-out infinite;
}

.ic-lg-02 {
    width: 20%;
    bottom: -70px;
    right: 0px;
    -webkit-animation: x-sexy-up-down 3s 1s infinite alternate;
    animation: x-sexy-up-down 3s 1s infinite alternate;
}

@media(max-width: 767px) {
    .ic-lg-01 {
        width: 15%;
        top: 11px;
        left: 20px;
    }
    .ic-lg-02 {
        width: 19%;
        bottom: -49px;
        right: 20px;
    }
}

@-webkit-keyframes x-sexy-up-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes x-sexy-up-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes x-ball-up-down-loop {
    0% {
        transform: translate(0, 0) rotate(0deg) skewX(0deg);
    }
    12.5% {
        transform: translate(2.5px, 2.5px) rotate(0.5deg) skewX(0.5deg);
    }
    25% {
        transform: translate(5px, 5px) rotate(1deg) skewX(1deg);
    }
    37.5% {
        transform: translate(2.5px, 2.5px) rotate(0.5deg) skewX(0.5deg);
    }
    50% {
        transform: translate(0, 0) rotate(0eg) skewX(0deg);
    }
    62.5% {
        transform: translate(-2.5px, -2.5px) rotate(-0.5deg) skewX(-0.5deg);
    }
    75% {
        transform: translate(-5px, -5px) rotate(-1deg) skewX(-1deg);
    }
    87.5% {
        transform: translate(-2.5px, -2.5px) rotate(-0.5deg) skewX(-0.5deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg) skewX(0deg);
    }
}

@-webkit-keyframes x-sexy-up-down-loop {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes x-sexy-up-down-loop {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}


/* Login  */


/* Input style */

.loginbtn {
    padding: 10px;
    border: none;
    border-radius: 10px;
    width: 100%;
    margin-top: 20px;
    background: transparent;
    border: 1px solid #ffe18c;
    color: #ffe18c;
}





.inputstyle::placeholder {
    color: #888;
    opacity: 1;
    /* Firefox */
}




.el-input {
    position: relative;
}

.el-input i {
    display: block;
    position: absolute;
    top: 15px;
    left: 12px;
    color: #ffe287;
}


/* Input style */


/* Register */


/*register Container*/

.stepregister {
    justify-content: center;
    align-content: center;
    display: flex;
    margin: 10px 0;
}

.stepregis {
    margin: 0 5px;
    border-radius: 20px;
    padding: 0 10px;
    background: #2b2b2b;
}

.stepregis.active {
    background: #ffe57b;
    color: black;
}

.regisstep {
    display: none;
}

.re01 {
    display: block;
}

.finishcontain {
    font-size: 25px;
    text-align: center;
    margin: 25px 0;
}


/* Register */


