
.rounded-4 { border-radius: 12px !important; }
.shadow-sm { box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important; }
.bg-light { background-color: #f8f9fa !important; }
textarea { resize: none; }

.card { transition: transform 0.2s; }
.card:hover { transform: scale(1.02); }

.form-control:focus {
    background-color: #fff !important;
    box-shadow: none;
    border: 1px solid #dee2e6 !important;
}

.badge-cama {
    background-color: #0056b3;
    color: white;
    padding: 5px 12px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 0.95rem;
    display: inline-block;
}

.info-top-right {
    text-align: right;
    line-height: 1.1;
}

.edad-text {
    color: #dc3545;
    font-weight: bold;
    font-size: 0.9rem;
    display: block;
}

.adm-text {
    color: #333;
    font-size: 0.75rem;
    font-weight: bold;
    display: block;
    margin-top: 2px;
}

.id-text {
    color: #666;
    font-size: 0.7rem;
    display: block;
}

.sidebar {
    height: 100vh;
    width: 0; 
    position: fixed;
    z-index: 1050;
    top: 0 !important; 
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.sidebar .bg-primary {
    margin-top: 0 !important;
    border-radius: 0 !important;
    padding: 1rem !important;
}

.sidebar .bg-dark.rounded {
    border-radius: 0 !important; 
    margin: 0 !important;
    padding: 15px !important;
    border-top: 1px solid #333;
}

#f-id {
    font-weight: bold;
    text-align: center;
    background-color: #495057 !important;
    color: white !important;
}

#pdf-viewer-container {
    width: 100%;
    height: 80vh;
    border: none;
}

.table-responsive {
    margin-top: 10px;
}