/* ==============================
   GF MEDIA SERVER
   ============================== */

/* Fondo */
body {
    background: #0b1220 !important;
}

/* Cabecera personalizada */
#page_container::before {
    content: "";
    display: block;

    width: 100%;
    height: 260px;

    margin-bottom: 35px;

    background-image: url("/gf-cover.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Tarjetas */
.service-card,
.information-widget,
.widget {
    border-radius: 18px !important;
    background: rgba(20,25,35,.82) !important;
    backdrop-filter: blur(12px);
}

/* Separación */
.services-group {
    margin-top: 15px;
}

/* Oculta el título pequeño de Homepage */
h1 {
    display: none;
}

/* Hace el dashboard más ancho */
#page_container {
    max-width: 1700px;
}
