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

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

.larguraform {

    width: 560px;

}

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;
    ;
}

@media (min-width: 1320px) {
    .sixted {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }
}

@media (min-width:1100px) and (max-width:1319px) {
    .sixted {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
}

@media (min-width:880px) and (max-width:1099px) {
    .sixted {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (min-width:660px) and (max-width:879px) {
    .sixted {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 659px) {
    .sixted {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .larguraform {

        width: 300px;

    }
}

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: 123px;
}