/*----------------------------------------------------------------*/


/*-------------------------- USER WEB ----------------------------*/


/*----------------------------------------------------------------*/

:root {
    --main-color: rgb(19, 99, 204);
    --second-color: #ffb400;
    --background-color-1: #e4e8e8;
    --background-color-2: #c2c4c5;
    --shadow-color: #a1a1a1;
    --brand-color: white;
}

body {
    font-family: Montserrat;
    background-color: #f7f7f7;
}

a {
    color: inherit;
    text-decoration: inherit;
}

a:hover {
    color: inherit;
    text-decoration: inherit;
}

#elemento-decorativo {
    min-height: 50vh;
    background-image: url(imagen/foto1.jpg);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
}

.centerX {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.centerY {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


/*----------------------------------------------------------------*/


/*--------------------------- Portada ----------------------------*/


/*----------------------------------------------------------------*/

#portada {
    min-height: 100vh;
    background: url(/images/user/testFondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.portraitTextStyle {
    text-shadow: 0px 0px 8px #000000;
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 5.5rem;
    font-weight: 600;
    margin: 40px;
}


/* HEY! */

.portraitTextStyle>span:nth-child(1) {
    font-weight: 900;
    font-style: italic;
    font-size: calc(85px + 5vw);
    margin-right: 22px;
}


/* Acabas de */

.portraitTextStyle>span:nth-child(2)>span:nth-child(1) {
    font-size: calc(31px + 5vw);
    margin-top: -5vw;
    margin-left: 4vw;
}


/* encontrar el */

.portraitTextStyle>span:nth-child(2)>span:nth-child(2) {
    font-size: calc(24px + 5vw);
    margin-left: 3vw;
}


/* CLUB DE PADEL */

.portraitTextStyle>span:nth-child(3) {
    font-weight: 900;
    font-style: italic;
    font-size: calc(12px + 5vw);
    margin-top: -0.7vw;
}


/* con los partidos más igualados de */

.portraitTextStyle>span:nth-child(4) {
    font-size: calc(16px + 5vw);
    margin-top: -2vw;
}


/* GRAN CANARIA */

.portraitTextStyle>span:nth-child(5) {
    color: #ffb400;
    font-weight: 900;
    font-style: italic;
    font-size: calc(15px + 5vw);
    margin-top: -1.4vw;
    letter-spacing: -2px;
}


/*sm*/

@media (min-width: 576px) {
    /* HEY! */
    .portraitTextStyle>span:nth-child(1) {
        font-size: calc(49px + 5vw);
        margin-right: 22px;
    }
    /* Acabas de */
    .portraitTextStyle>span:nth-child(2)>span:nth-child(1) {
        font-size: calc(-2px + 5vw);
        margin-top: 2vw;
        margin-bottom: -3vw;
    }
    /* encontrar el */
    .portraitTextStyle>span:nth-child(2)>span:nth-child(2) {
        font-size: calc(-7px + 5vw);
    }
    /* CLUB DE PADEL */
    .portraitTextStyle>span:nth-child(3) {
        font-size: calc(14px + 5vw);
        margin-top: -2.7vw;
    }
    /* con los partidos más igualados de */
    .portraitTextStyle>span:nth-child(4) {
        font-size: calc(3px + 3vw);
        margin-top: -2vw;
    }
    /* GRAN CANARIA */
    .portraitTextStyle>span:nth-child(5) {
        font-size: calc(22px + 5vw);
        margin-top: -2vw;
        letter-spacing: -6px;
    }
}


/*md*/

@media (min-width: 850px) {
    /* HEY! */
    .portraitTextStyle>span:nth-child(1) {
        font-size: calc(90px + 5vw);
        margin-right: 22px;
    }
    /* Acabas de */
    .portraitTextStyle>span:nth-child(2)>span:nth-child(1) {
        font-size: calc(8px + 5vw);
        margin-top: 4vw;
        margin-bottom: -3vw;
    }
    /* encontrar el */
    .portraitTextStyle>span:nth-child(2)>span:nth-child(2) {
        font-size: calc(1px + 5vw);
    }
    /* CLUB DE PADEL */
    .portraitTextStyle>span:nth-child(3) {
        font-size: calc(28px + 5vw);
        margin-top: -2.7vw;
    }
    /* con los partidos más igualados de */
    .portraitTextStyle>span:nth-child(4) {
        font-size: calc(9px + 3vw);
        margin-top: -2vw;
    }
    /* GRAN CANARIA */
    .portraitTextStyle>span:nth-child(5) {
        font-size: calc(41px + 5vw);
        margin-top: -1.8vw;
        letter-spacing: -9px;
    }
}


/*lg*/

@media (min-width: 992px) {
    /* HEY! */
    .portraitTextStyle>span:nth-child(1) {
        font-size: calc(90px + 5vw);
        margin-right: 22px;
    }
    /* Acabas de */
    .portraitTextStyle>span:nth-child(2)>span:nth-child(1) {
        font-size: calc(-5px + 5vw);
        margin-top: 3vw;
        margin-bottom: -3vw;
    }
    /* encontrar el */
    .portraitTextStyle>span:nth-child(2)>span:nth-child(2) {
        font-size: calc(-12px + 5vw);
    }
    /* CLUB DE PADEL */
    .portraitTextStyle>span:nth-child(3) {
        font-size: calc(19px + 5vw);
        margin-top: -2.7vw;
    }
    /* con los partidos más igualados de */
    .portraitTextStyle>span:nth-child(4) {
        font-size: calc(4px + 3vw);
        margin-top: -2vw;
    }
    /* GRAN CANARIA */
    .portraitTextStyle>span:nth-child(5) {
        font-size: calc(32px + 5vw);
        margin-top: -1.6vw;
        letter-spacing: -9px;
    }
}


/*xl*/

@media (min-width: 1200px) {
    /* HEY! */
    .portraitTextStyle>span:nth-child(1) {
        font-size: calc(90px + 5vw);
        margin-right: 22px;
    }
    /* Acabas de */
    .portraitTextStyle>span:nth-child(2)>span:nth-child(1) {
        font-size: calc(-13px + 5vw);
        margin-top: 2.5vw;
        margin-bottom: -3vw;
    }
    /* encontrar el */
    .portraitTextStyle>span:nth-child(2)>span:nth-child(2) {
        font-size: calc(-19px + 5vw);
    }
    /* CLUB DE PADEL */
    .portraitTextStyle>span:nth-child(3) {
        font-size: calc(18px + 5vw);
        margin-top: -2.7vw;
    }
    /* con los partidos más igualados de */
    .portraitTextStyle>span:nth-child(4) {
        font-size: calc(5px + 2.8vw);
        margin-top: -1.8vw;
        margin-left: 0.2vw
    }
    /* GRAN CANARIA */
    .portraitTextStyle>span:nth-child(5) {
        font-size: calc(32px + 5vw);
        margin-top: -1.5vw;
        letter-spacing: -10px;
    }
}


/* Scroll Down arrow */
#scrollDown {
    position: absolute;
    bottom: 80px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -12px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
 }
 @-webkit-keyframes sdb05 {
    0% {
       -webkit-transform: rotate(-45deg) translate(0, 0);
       opacity: 0;
    }
    50% {
       opacity: 1;
    }
    100% {
       -webkit-transform: rotate(-45deg) translate(-20px, 20px);
       opacity: 0;
    }
 }
 @keyframes sdb05 {
    0% {
       transform: rotate(-45deg) translate(0, 0);
       opacity: 0;
    }
    50% {
       opacity: 1;
    }
    100% {
       transform: rotate(-45deg) translate(-20px, 20px);
       opacity: 0;
    }
 }

/*----------------------------------------------------------------*/


/*---------------------------- Menú ------------------------------*/


/*----------------------------------------------------------------*/

.form {
    background-color: rgb(27, 85, 162);
}

.form label {
    font-weight: bold;
    font-size: 0.9rem;
    color: white;
}

.form button {
    background-color: var(--main-color);
    color: white;
}

#login-register-button {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

#login-register-button div {
    background-color: #f7f7f7;
}

#login-register-button .selected {
    background-color: rgb(27, 85, 162);
    color: white;
}

#mail-whatsapp-button {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

#mail-whatsapp-button div {
    background-color: rgb(27, 85, 162);;
    color: white;
}

#mail-whatsapp-button .selected {
    background-color: white;
    color: black;
}

#whatsapp_recovery a:link {
    color: #2cad2c;
}

#modalContactWithClub a:link {
    color: #2cad2c;
}

#login-form hr {
    border: 1px solid white;
}

#forgot-password {
    background-color: rgb(27, 85, 162);
    color: white;
    border: none;
    width: 100%;
    padding-bottom: 10px;
    cursor: pointer;
}

.text-size {
    font-size: 0.7em;
}

#know-level-link {
    font-size: 0.65em;
    color: white;
}

#know-level-link:hover {
    font-size: 0.70em;
    color: lightcoral;
}

#menu {
    position: fixed;
    width: 100%;
    top: 0;
    height: 10%;
    max-height: 53px;
    z-index: 200;
}

#menu-overlay {
    position: fixed;
    height: 100vh;
    left: 100%;
    top: 0;
    z-index: 999;
}

#menu-overlay>ul {
    margin: 0 10vw 0 15vw;
    padding: 0;
    list-style: none;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#menu-overlay>ul>li {
    color: white;
    font-size: calc(1rem + 2vh + 1vw);
    margin-top: 15%;
    display: none;
    position: relative;
}

#menu-overlay>ul>li:hover {
    background-color: rgb(27, 85, 162);
}

#menu-overlay>ul>li:first-child {
    margin-top: 0;
}

#menu-overlay>ul>li>span,
#menu-overlay>ul>li>a>span {
    font-size: 1.2rem;
    display: block;
}

#menu-overlay>div:nth-child(2) {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    float: left;
    position: relative;
    border-left: 2px solid white;
    color: white;
    padding-left: 20px;
    opacity: 1;
}

#menu-overlay>div:nth-child(2)>h3 {
    font-size: 2.2rem;
}

#menu-overlay>div:nth-child(2)>p {
    margin-left: 20px;
}

#userMenu {
    display: none;
    /*transform: translateX(-50%);*/
    position: absolute;
    top: 10%;
    /*left: 50%;
    max-height: 90%;*/
    width:100%;
    overflow: auto;
}
#mobileBottomNavBar{
    color: #a6a6a6; 
    border-top: solid #e1e1e1 1px; 
    z-index:9999; 
    position:fixed; 
    bottom:0; 
    left:0; 
    width:100%; 
    height:3.5rem; 
    background-color:white;
}
#mobileBottomNavBar > ul{
    font-size: 1.5rem; 
    display:grid; 
    grid-template-columns:1fr 1fr 1fr 1fr;
    list-style: none; 
    text-align: center; 
    padding: 0;
    align-items: center; 
    grid-template-rows: 1fr; 
    height: 100%;
}

#logo {
    height: 70%;
    top: 15%;
    position: relative;
    margin-left: 15px;
}

#user-info {
    /*width: 80vw;*/
    overflow-y: auto;
}

#user-info>ul {
    padding: 0;
    list-style: none;
    color: white;
    font-size: 0.8rem;
}

#user-info>ul>li {
    display: inline-block;
    padding: 10px;
    padding-right: 15px;
    border-right: 2px solid white;
    cursor: pointer;
}

#user-info>ul>li:last-child {
    border-right: none;
}

#user-info div.row h3 {
    color: white;
    font-size: 1.2rem;
    text-align: center;
}

#upcoming-games {
    list-style: none;
    color: white;
    margin: 0;
    padding: 0;
}

#upcoming-games>li {
    padding: 10px;
}

#upcoming-games hr {
    width: 80%;
    border-color: white;
    border-width: 2px;
    margin-top: 0;
    margin-bottom: 0;
}

#upcoming-games ul {
    list-style: none;
    color: white;
    font-size: 0.6rem;
    margin: 0;
    padding: 0;
}

#upcoming-games ul>li {
    padding: 2px;
}

#upcoming-games span {
    font-size: 1rem;
    font-style: italic;
}

#userInformation {
    /*min-height: 50vh;*/
    display: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 50px;
}

.formUserInformationBackground {
    background-color: rgb(27, 85, 162);
}

.formUserButton {
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
}

.challengeButton {
    margin-top: 20px;
    padding: 10px;
    background-color: #ffc743;
    color: white;
    font-weight: bold;
}



/*-------- SM Size --------*/

@media (min-width: 576px) {
    #logo {
        margin-left: 60px;
    }
}


/*-------- MD Size --------*/

@media (min-width: 768px) {
    /*#user-info {
        width: 80vw;
    }*/
    #menu{
        max-height: 120px;
    }
    #user-info>ul {
        font-size: 1rem;
    }
}


/*-------- LG Size --------*/

@media (min-width: 992px) {
    /*#user-info {
        width: 80vw;
    }*/
    #user-info>ul {
        font-size: 1.5rem;
    }
    /*#userInformation {
        width: 50vw;
    }*/
    .menu-hidden {
        display: none;
    }
}


/*-------- XL Size --------*/

@media (min-width: 1200px) {}


/*----------------------------------------------------------------*/


/*---------------------------- Games -----------------------------*/


/*----------------------------------------------------------------*/

.games-back-color {
    background-color: var(--main-color);
}

.games-h2 {
    color: var(--main-color);
    font-size: 2rem;
    text-align: center;
    line-height: 3.4rem;
    cursor: pointer;
}

.games-h2>span {
    font-size: 2.5rem;
    font-weight: 900;
    font-style: italic;
}

.games-list {
    color: white;
    list-style: none;
    font-size: 0.8rem;
}

.games-list li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.games-list i {
    font-size: 1.5rem;
}


/*-------- SM Size --------*/

@media (min-width: 576px) {}


/*-------- MD Size --------*/

@media (min-width: 768px) {}


/*-------- LG Size --------*/

@media (min-width: 992px) {
    .games-h2 {
        font-size: 2.8rem;
        line-height: 3.4rem;
    }
    .games-list {
        font-size: 1.2rem;
    }
    .games-list i {
        font-size: 1.5rem;
    }
}


/*-------- XL Size --------*/

@media (min-width: 1200px) {
    .games-h2 {
        font-size: 2.8rem;
        line-height: 3.4rem;
    }
    .games-h2>span {
        font-size: 4rem;
    }
}


/*----------------------------------------------------------------*/


/*--------------------------- Ranking ----------------------------*/


/*----------------------------------------------------------------*/

#rankingSection {
    height: 40vh;
}

.imageBackground-ranking {
    background-image: url('/images/user/raquetaweb.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    height: 100%;
    width: 100%;
    display: none;
}

.rankingText {
    display: none;
}

.rankingText h2 {
    font-size: 3rem;
    text-align: center;
    line-height: 3.4rem;
}

.rankingText h2 span {
    font-size: 4rem;
    font-weight: 900;
    font-style: italic;
}


/*----------------------------------------------------------------*/


/*----------------------------- Shop -----------------------------*/


/*----------------------------------------------------------------*/

#shopSection {
    background-image: url('/images/user/grass.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.shopText {
    color: white;
    font-size: 2rem;
    text-align: center;
    line-height: 5.4rem;
}

.shopText span {
    font-size: 3rem;
    font-weight: 900;
    font-style: italic;
}

.shadowCover {
    background: rgba(0, 0, 0, 0.1);
}

@media (min-width: 576px) {
    .shopText {
        font-size: 2rem;
        line-height: 5.4rem;
    }
    .shopText span {
        font-size: 5rem;
    }
}

@media (min-width: 768px) {
    .shopText {
        font-size: 4rem;
        line-height: 5.4rem;
    }
    .shopText span {
        font-size: 7rem;
    }
}


/*----------------------------------------------------------------*/
/*--------------------------- Footer -----------------------------*/
/*----------------------------------------------------------------*/

footer>div>div>ul:nth-child(1) {
    list-style: none;
    color: white;
    font-size: 0.9rem;
}
footer>div>div>ul:nth-child(1)>li{
    margin-bottom:5px;
}
footer>div>div>ul:nth-child(1)>li i {
    margin-right: 20px;
    font-size: 1.2rem;
}

footer>div>div>ul:nth-child(1)>li span {
    position: relative;
    top: -0.25rem;
}

footer>p:last-child {
    color: white;
    text-align: center;
    font-size: 1rem;
}

@media (max-width: 800px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    footer>div>div>ul:nth-child(1) {
        font-size: 1.3rem;
    }
    footer>div>div>ul:nth-child(1)>li i {
        font-size: 2rem;
    }
    footer>p:last-child {
        color: white;
        text-align: center;
        font-size: 1.5rem;
    }
}

@media (min-width: 1200px) {}


/*-------- SM Size --------*/

@media (min-width: 576px) {
    .responsive-min-width {
        min-width: 200px;
    }
    #menu-buttons {
        right: 80px;
    }
}


/*-------- MD Size --------*/

@media (min-width: 768px) {}


/*-------- LG Size --------*/

@media (min-width: 992px) {}


/*-------- XL Size --------*/

@media (min-width: 1200px) {}

#menu-buttons {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    display: flex;
}

#register_here{
    font-size: 13px;
}

@media (min-width: 576px) {
    #menu-buttons {
        right: 20px;
    }    
}

#menu-buttons p {
    color: black;
    display: inline-block;
    font-weight: bold;
    align-self: center;
}

#menu-buttons .select2-selection__arrow > b{
    border-color: #000 transparent transparent transparent !important;
}

#menu-buttons > *{
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

#menu-buttons > i {
    color: #a1a1a1;
    font-size: 2rem;
    cursor: pointer;
}
@media (min-width: 768px) {
    #menu-buttons p {
        color: white;
        text-shadow: 0px 0px 2px #000000;
    }
    
    #menu-buttons > i {
        color: white;
        text-shadow: 0px 0px 5px #000000;
    }

    #menu-buttons > .hamburguer-bt{
        margin-left: 1rem !important;
        margin-right: 1rem !important;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}
.hamburguer-bt {
    cursor: pointer;
    width: 40px;
    transition: all .2s ease-out;
}

.hamburguer-bt .hamburguer-bt__stripe {
    width: 100%;
    height: 4px;
    background: var(--brand-color);
    transition: all 0.3s;
    backface-visibility: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.hamburguer-bt.on .hamburguer-bt__stripe__top {
    transform: rotate(45deg) translate(10px, 10px);
}

.hamburguer-bt.on .hamburguer-bt__stripe__middle {
    opacity: 0;
}

.hamburguer-bt__stripe__middle {
    margin: 10px auto;
}

.hamburguer-bt.on .hamburguer-bt__stripe__bottom {
    transform: rotate(-45deg) translate(10px, -10px);
}


/* The stuff beyond this is necessary, but can be customized to suit different themes */

.progress-doughnut {
    line-height: .5;
    padding: .5em;
    display: inline-block;
    border-radius: 50%;
    background: #4eaa3e;
    position: relative;
    width: 13em;
}

.progress-doughnut .p-l {
    background: linear-gradient(0deg, #30907e 0%, #4eaa3e 100%);
    border-radius: 50vw 0 0 50vw;
    content: "";
    position: absolute;
    width: 6.55em;
    height: 100%;
    left: calc(50% - 6.5em);
    top: 0;
    z-index: 0;
    transform-origin: right center;
    transform: rotate(0deg);
    transition: ease all .5s;
}

.progress-doughnut .p-r {
    background: linear-gradient(0deg, #30907e 0%, #1277bd 100%);
    border-radius: 0 50vw 50vw 0;
    content: "";
    position: absolute;
    width: 6.55em;
    height: 100%;
    left: 50%;
    top: 0;
    z-index: 3;
    transform-origin: right center;
    transform: rotate(0deg);
    transition: ease all .5s;
}

.progress-doughnut .p-l-cover {
    border-radius: 0 50vw 50vw 0;
    background: var(--main-color);
    content: "";
    position: absolute;
    width: 6.6em;
    height: 102%;
    left: 50%;
    top: -1%;
    z-index: 2;
    transform-origin: left center;
    transform: rotate(180deg);
    transition: ease all .5s;
}

.progress-doughnut .p-r-cover {
    border-radius: 0 50vw 50vw 0;
    background: var(--main-color);
    content: "";
    position: absolute;
    width: 6.6em;
    height: 102%;
    left: 50%;
    top: -1%;
    z-index: 3;
    transform-origin: left center;
    transform: rotate(0deg);
    transition: ease all .5s;
}

.progress-doughnut .p-overlay {
    padding: 6em;
    display: inline-block;
    border-radius: 50%;
    background: var(--main-color);
    position: relative;
    z-index: 5;
}

.progress-doughnut .p-overlay .p-value {
    width: 100%;
    left: 0;
    position: absolute;
    display: inline-block;
    margin-top: -15%;
    line-height: 1;
}

.progress-doughnut .p-overlay .p-value percent {
    font-size: 3em;
    font-weight: 300;
    width: 100%;
    float: left;
    margin: 0;
    color: white;
}

.progress-doughnut .p-overlay .p-value label {
    font-size: 1.25vw;
    width: 100%;
    float: left;
    margin: 0;
    color: lightgray;
    padding-top: .5vw;
}

table.dataTable thead {
    background-color:#293133;
    color:lightgray;
}


/*-------- LG Size --------*/

@media (max-width: 992px) {
    .progress-doughnut .p-overlay .p-value label {
        font-size: 3.5vw;
    }
}


/*--------------------------------------------------*/
/*-----------User Information----------------------*/
/*--------------------------------------------------*/
#formPersonalInformation{
    max-height: 75vh;
    overflow-y: auto;
}
#userDashboard{
    max-height: 75vh;
    overflow: auto;
}
#registration-form{
    max-height: 80vh;
    overflow-y: auto;
}
.notRequired{
    background-color:lightgray;
}