.campo_requerido {
    color: #FF0000;
    font-weight: bold;
}

.auth-one-bg-weyland {
    background-image: url(../weyland/Logo-PNG-vertical2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.auth-bg-cover-weyland {
    background: linear-gradient(45deg, #949494 50%, #C84747);
}

header {
    background: #373E4A !important;
    border: #373E4A !important;
}

.topbar-user {
    background: #373E4A !important;
}

.dt-modal {
    width: 100% !important;
}

.imagen_area_display_modal {
    max-width: 300px; /* Anchura máxima deseada */
    height: 120px; /* Dejar que la altura se ajuste automáticamente */
    overflow: hidden;
}

.imagen_tipo_sensor_display {
    max-width: 300px; /* Anchura máxima deseada */
    height: 55px; /* Dejar que la altura se ajuste automáticamente */
    overflow: hidden;
}

.bg-overlay-custom {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: .4;
    background-color: #000
}