
.full-screen {
    display: flex;
    height: auto;
    width: 40vw;
    top:0; left:0; right:0; bottom:0;
    margin: auto;
}

.stepper {
    min-width: 30vw;
    max-width: 45vw;
}

.register-card {
    display: flex;
    height: auto;
    min-width: 30vw;
    max-width: 35vw;
    margin: auto;
}

.meta-card {
    display: flex;
    height: auto;
    width: 30vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.recap-card {
    display: flex;
    height: auto;
    width: 30vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.meta-button {
    width: 3vw;
    height: 5vh;
}

@keyframes pulse-animation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
        box-shadow: 0 0 15px rgba(124, 206, 124, 0.7);
    }

    100% {
        transform: scale(1);
    }
}

.pulse-success {
    animation: pulse-animation 0.4s ease-out;
}

.login-card {
    width: 40vw;
    max-width: 90%;
    height: 100%;
}

.config-card {
    display: flex;
    height: auto;
    width: 15vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled) {
    color: white;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.gradient-background {
    background: #d5dfeb;
    background: linear-gradient(30deg, rgba(213, 223, 235, 1) 0%, rgba(219, 211, 224, 1) 50%, rgba(204, 235, 235, 1) 100%);
    min-height: 100vh;
}

.gradient-appbar {
    background: #f55bd3;
    background: linear-gradient(to right,rgba(245, 91, 211, 1) 0%, rgba(9, 9, 121, 1) 50%, rgba(0, 212, 255, 1) 100%);
}

.gradient-drawer {
    background: #f55bd3;
    background: linear-gradient(to top,rgba(245, 91, 211, 1) 0%, rgba(9, 9, 121, 1) 50%, rgba(0, 212, 255, 1) 100%);
}

@media screen and (max-width: 600px){
    .smartwatch-1-icon {
        display: none;
    }

    .carousel-container {
        display: none;
    }

    .menu {
        display: none;
    }
}

/* Landing Page */

.background-image {
    background-image: url("img/header.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 99vw;
    height: 100vh;
}

.page-section {
    scroll-margin-top: 10vh;
    min-height: 100vh;
    min-width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.benefits-section {
    scroll-margin-top: 10vh;
    min-height: 80vh;
    min-width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.press-section {
    min-height: 50vh;
    min-width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: whitesmoke;
}

.news-container {
    min-height: 20vh;
    min-width: 20vw;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.games-section {
    scroll-margin-top: 10vh;
    min-height: 50vh;
    min-width: 100vw;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.worlds-section {
    scroll-margin-top: 10vh;
    min-height: 100vh;
    min-width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: whitesmoke;
}

.entities-section {
    min-height: 20vh;
    min-width: 100vw;
    display: flex;
    background-color: whitesmoke;
}

.footer-section {
    min-height: 40vh;
    min-width: 100vw;
    display: flex;
    justify-content: space-between;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(14, 170, 227, 1);
}

.plans-section {
    min-height: 50vh;
    min-width: 100vw;
    display: flex;
    justify-content: space-between;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.particular-plan {
    background-image: url("img/particular.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    min-width: 30vw;
    min-height: 40vh;
}

.profesional-plan {
    background-image: url("img/professional.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    min-width: 30vw;
    min-height: 40vh;
}

.section-content-card {
    border-radius: 16px;
    width: 100%;
}

.appbar-frosted-glass {
    background-color: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: none !important;
}

.appbar-frosted-glass.mud-appbar {
    background-color: transparent !important;
}

.call-to-action {
    min-width: 100vw;
}

.stats {
    width: 25vw;
}

.bold {
    font-weight: bold;
}

.footer-text {
    font-size: 0.5rem;
}

.white-text {
    color:white;
}

gray-text {
    color:gray;
}

.carousel {
    min-height: 70vh;
    width: calc(min(70vw, 700px));
    margin: auto;
}

.register-grid {
    display: flex;
    flex-direction: row;
}