<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-rol-form-inner {
    background: transparent;
    min-height: 0 !important;
}

#rol-form-container {
    top: 0;
}

#carousel-rolform-container {
    position: relative;
    top: -85px;
}

.carousel-indicators {
    top: 60px;
    max-height: 48px;
}

/* De esta manera, sÃ³lo en resoluciones mayores de 767px se mostrarÃ¡ el formulario en vertical y si tienen habilitada
la clase .carousel-rolform-container-vertical */
@media (min-width: 768px) {
    .carousel-rolform-container-vertical #carousel-rolform-container {
        position: unset !important;
    }

    .carousel-rolform-container-vertical .rol-form-bar {
        background: #333;
        background-color: rgba(0, 0, 0, 0.4);
        display: block;
        margin: 0;
        padding: 25px;
        width: 265px;
    }

    .carousel-rolform-container-vertical #rol-form-container {
        align-items: center;
        background: none;
        display: flex;
        padding: 0;
    }

    .carousel-rolform-container-vertical .header-rol-form-inner {
        position: inherit;
    }

    .carousel-rolform-container-vertical .form-group.rol-main-form {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .carousel-rolform-container-vertical .form-group.rol-main-form:last-child {
        margin-bottom: 0;
    }

    .carousel-indicators {
        top: 80px;
    }
}

@media screen and (max-width: 767px) {
    .header-rol-form-inner {
        height: 200px !important;
    }

    #carousel-rolform-container {
        top: -200px;
    }
}

.rol-form-bar {
    z-index: 1000;
}</pre></body></html>