.experience_slider {
    width: 800vw;
}

.sectiontext {
    margin-bottom: -4px;
    margin-top: -4px;
}

.rounded-button {
    display: inline-block;
    padding: 10px;
    border: 2px solid white;
    border-radius: 10px;
    background-color: transparent;
    color: white;
    font-size: 1.75em;
    width: 80%;
    z-index: 3;
    margin-top: 15px;
    margin-bottom: 10px;
}


/* Styles */
/* Wellcome */
.wellcome-container span {
    color: #FFF;
    font-weight: 300;
    font-size: 1.5em;
    letter-spacing: 3px;
}

.wellcome-intro-container span {
    margin: 20px 0;
    font-size: 1.05em;
    max-width: 80%;
}

.selector-dificultad-container {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: auto;
}

/* Preload */
.not-back-ground {
    background-color: transparent;
    background-image: none;
}

.dots_container {
    display: flex;
    margin: auto 0;
    min-height: 50px;
}

.animated_dot {
    position: relative;
    display: flex;
    z-index: 9999;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 10px;
    animation: bounce 1s infinite ease-in-out;
}

.animated_dot:nth-child(2) {
    animation-delay: 0.25s;
}

.preload_buttons_container {
    display: flex;
    width: 90%;
    flex-direction: column;
    align-items: center;
    margin: 150px 0 auto 0;
}

.animated_dot:nth-child(3) {
    animation-delay: 0.5s;
}

/*  */

@keyframes bounce {
    0% {
        top: 100%;
    }

    50% {
        top: 50%;
    }

    100% {
        top: 100%;
    }
}

#visor {
    width: 100%;
    height: 100%;
    border: 0;
}

#timePlay {
    background-image: none;
}

.timePlay-container {
    position: absolute;
    bottom: -100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 40px;
    background: transparent linear-gradient(180deg, #0FA3EB00 0%, #0FA2EFB0 100%) 0% 0% no-repeat padding-box;
    transition: all 0.5s ease-in-out;
    z-index: 9999;
}

.rounded-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    border-radius: 30px;
    background-color: transparent;
    color: white;
    font-size: 24px;
    font-weight: bold;
    width: 246px;
    z-index: 3;
    margin-top: 15px;
}

.bottomLogo {
    max-width: 150px;
    margin: 25px 0px;
}

/* Finish */
#levelName {
    margin-top: 0px;
}

.bloque_dificultad {
    width: 70%;
}

.your_mark_container {
    margin-top: 15px;
}

.your_mark_container h2 {
    font-size: 2em;
}

.completed_trial_test {
    font-size: 1.15em;
}

.name_input_container {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input-finish {
    border-radius: 5px;
    height: 30px;
    width: 70%;
    padding: 3px 7px;
    border: 0px !important;
    color: #006AFF;
    font-weight: 800;
    letter-spacing: 2px;
}

.input-finish:focus,
.input-finish:active {
    outline: none;
    border: 0px;
}

.ranking-trophy-container {
    display: flex;
    justify-content: center;
}

.ranking-trophy-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.inverted-prophy-img {
    filter: brightness(0) invert(1);
    height: 100%;
    min-width: 60px;
    margin-right: 10px;
}

.ranking-trophy-text-container h1,
.ranking-trophy-text-container h2 {
    margin: 0 !important;
    display: flex;
    flex-direction: column;
}

.postCenterRow {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100%;
}

.ranking-trophy-text-container h2 {
    font-weight: 600;
    font-size: 2em;
}

.font_weight_bold {
    font-weight: bold;
}

.rounded-button-post-small {
    display: inline-block;
    border-radius: 5px;
    background-color: #F2F4FF;
    color: #006AFF;
    font-size: 1.2em;
    z-index: 3;
    width: 35%;
    padding: 3px 7px;
    margin-left: 8px;
    height: 36px;
    border: 0px !important;
}

.square-button {
    padding: 5px 10px;
    border: 2px solid white;
    border-radius: 10px;
    background-color: white;
    min-width: 25%;
    min-height: 60px;
    z-index: 3;
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.8em;
}

.square-button img {
    max-width: 35px;
}

.square-button span {
    color: #006AFF;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 5px;
}

#timerFinish {
    margin-top: 0px;
}

.bloque_botones {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 90%;
    margin-top: 20px;
}

.bloque_botones button {
    font-size: 1.5em;
    width: 45%;
}

/* Ranks */
#levelName2 {
    font-weight: bold;
}


.table-container {
    height: 300px;
    border: 2px solid white;
    border-radius: 10px;
    padding: 10px 2px 10px 5px;
    overflow: hidden;
    width: 70%;
    margin-bottom: 20px;
}

#rankingTable::-webkit-scrollbar {
    width: 3px;
}

/* Track */
#rankingTable::-webkit-scrollbar-track {
    background-color: transparent;
}

/* Handle */
#rankingTable::-webkit-scrollbar-thumb {
    background: #FFF;
    border-radius: 5px;
}

.ranks_button_container {
    width: calc(70% + 15px);
    display: flex;
    justify-content: space-between;
}

.rounded-button-small-ranks {
    display: inline-block;
    padding: 10px;
    border: 2px solid white;
    border-radius: 10px;
    background-color: transparent;
    color: white;
    font-size: 15px;
    width: 30%;
    margin-top: 15px;
    margin-bottom: 2px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}


table {
    display: block;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

th,
td {
    padding: 5px 15px 5px 10px;
}

tbody {
    width: 100%;
    display: flex;
    flex-direction: column;
}

tr {
    display: flex;
    justify-content: space-between;
}

tr td {
    min-width: 20%;
}

.your_rank_container {
    width: 70%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.7em;
    height: 35px;
    border: 2px solid #FFF;
    border-radius: 5px;
    padding: 0 3px;
}

.your_rank_container span {
    font-style: normal;
    padding: 5px 15px 5px 10px;
    display: table-cell;
    font-size: 16px;
    letter-spacing: 0px;
}
