﻿.nombre-modulo {
    font-weight: bold;
    padding: 10px 0;
}

    .nombre-modulo:first-child {
        padding-top: 0 !important;
    }

.permiso {
    margin-left: 10px;
}

#formulario-usuarios form {
    width: 80%;
}

.action-button {
    margin-right: 5px;
}

div.contentImgContainer {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 10px;
    background-color: #ccc;
}

    div.contentImgContainer img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
    }