.border-neutral-700 {
    border-color: #2e4058 !important;
}

.h-96 {
    height: 34rem !important;
}

progress {
    vertical-align: baseline;
    border-radius: 10px !important;
    width: 100% !important;
    height: 6px !important;
}

.vjs-afterglow-skin.vjs-responsive,
.vjs-afterglow-skin.vjs-responsive video {
    max-height: 38rem !important;
    ;
}

.gridou {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}


.menufooterba:hover {
    background: #232323;
}

.gridou2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media screen and (min-width: 1101px) {
    .gridou2 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media screen and (min-width: 901px) and (max-width: 1100px) {
    .gridou2 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media screen and (min-width: 701px) and (max-width: 900px) {
    .gridou2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (min-width: 500px) and (max-width: 700px) {
    .gridou2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

#scroll-btn {
    opacity: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #313131;
    position: fixed;
    bottom: 10%;
    right: 10%;
    border-radius: 6px;
    font: bold 20px monospace;
    transition: opacity 0.5s, transform 0.5s;
}

#scroll-btn.show {
    opacity: 1;
    transition: opacity 1s, transform 1s;
}

@media only screen and (max-width: 600px) {
    #scroll-btn {
        right: 3%;
        bottom: 10%;
    }
}

.mobileprofilepic {
    margin-top: 13.5rem;
}

.titulochange {
    margin-left: 6rem;
    margin-top: 16.5rem;
}

.weirdpadding {
    padding: 10px;
}

@media only screen and (max-width: 1200px) {
    .gridou {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 900px) {
    .gridou {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 600px) {
    .gridou {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mobileprofilepic {
        margin-top: 11.5rem;
    }

    .titulochange {
        margin-left: 1rem;
        margin-top: 268px;
    }

    .weirdpadding {
        padding: 2px;
    }

}



body {
    font-family: 'Nunito', sans-serif;
    height: 100%;
}

.viewport {
    min-height: 100vh;
}

.spback {
    background-color: #1f1f1f;
}

.profile-side {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.profile-sidefeed {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.swiper-slide {
    height: 350px !important;
}

[wire\:loading],
[wire\:loading\.delay],
[wire\:loading\.inline-block],
[wire\:loading\.inline],
[wire\:loading\.block],
[wire\:loading\.flex],
[wire\:loading\.table],
[wire\:loading\.grid],
[wire\:loading\.inline-flex] {
    display: none;
}

[wire\:loading\.delay\.shortest],
[wire\:loading\.delay\.shorter],
[wire\:loading\.delay\.short],
[wire\:loading\.delay\.long],
[wire\:loading\.delay\.longer],
[wire\:loading\.delay\.longest] {
    display: none;
}

[wire\:offline] {
    display: none;
}

[wire\:dirty]:not(textarea):not(input):not(select) {
    display: none;
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    animation-duration: 50000s;
    animation-name: livewireautofill;
}

@keyframes livewireautofill {
    from {}
}

@media only screen and (min-width: 1490px) {
    .menupadding {
        margin-left: 2.5rem;
    }

    .flex.flex-row.logomenu {}
}

.bg-opacity-50 {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

@media only screen and (max-width: 1140px) {
    .menumeio {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .topdesktopmenu {
        display: none;
    }
}

@media only screen and (min-width: 700px) {
    .topmobilemenu {
        display: none;
    }
}

.focusbug:focus {
    border: 2px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #272727 !important;
}

.focusbug::placeholder {
    color: #cfcfcf;
}