
/*# sourceMappingURL=custom.min.css.map */
.error-help-block{
    color: #f06548;
}

.w-45{
    width: 45%;
}

span.required{
    color: red;
}

/* query md */
@media (max-width: 768px) {
    .w-md-100{
        width: 100% !important;
    }
}

/* Topbar — acciones rápidas (móvil) */
@media (max-width: 767.98px) {
    #page-topbar .navbar-header {
        flex-wrap: nowrap;
        gap: 0.25rem;
    }

    #page-topbar .navbar-header__end {
        min-width: 0;
        flex-shrink: 0;
    }

    #page-topbar .topbar-quick-actions {
        padding: 0;
    }

    #page-topbar .topbar-action-btn {
        width: 2.35rem;
        height: 2.35rem;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    #page-topbar .topbar-action-btn__icon {
        margin: 0;
        line-height: 1;
    }
}



.table .form-check input.form-check-input {
    width: 1.2rem;
    height: 1.2rem;
}


span.text-bg-orange{
    color: #fff !important;
    background-color: #ff5001 !important;
}
