body.box-login-bg {
    background-color: #999999;
}

a {
    cursor: pointer;
}

.documentos-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.documento-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px;
    min-height: 170px;
}

.documento-preview {
    align-items: center;
    background: #f7f7f7;
    color: #455a64;
    display: flex;
    font-size: 42px;
    height: 82px;
    justify-content: center;
    margin-bottom: 10px;
    overflow: hidden;
}

.documento-preview-media {
    border: 0;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.documento-caption strong,
.documento-caption span {
    display: block;
    overflow-wrap: anywhere;
}

.documento-caption span {
    color: #777;
    font-size: 12px;
    margin-bottom: 8px;
}
