#inputDiagnostico {
    height: 80px; 
}

#global-dropdown-menu {
    position: absolute;
    z-index: 9999; 
    display: none; 
}

.form-control-compact {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    height: calc(1.5rem + 15px); 
}

.table-success-fade {
    background-color: hsla(144, 100%, 48%, 0.3) !important;
}

.table thead {
    background-color: hsl(0, 0%, 100%);
}

.input-container {
    position: relative;
}

.table-responsive {
    max-height: 500px !important; 
    overflow-y: auto !important;
    border-radius: 10px !important;
}

.form-check-label {
    display: flex;
    flex-wrap: wrap; 
    align-items: center;
    gap: 5px;  
    font-size: 0.9rem;
    padding-right: 5px;
}

.form-check-inline {
    flex: 0 0 calc(50% - 0.5rem); 
    max-width: calc(50% - 0.5rem);
    margin-right: 0 !important;
    margin-bottom: 0.5rem !important;   
}

.price-value-box {
    font-size: 0.8rem; 
    padding: 0.05rem 0.3rem; 
    border: 1px solid transparent; 
    border-radius: 0.25rem;
    min-width: 65px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    flex-shrink: 0; 
}

.form-check-input:checked + .form-check-label .price-value-box {
    border-width: 2px;
}

.form-check-input:checked + .form-check-label .price-value-box.text-primary {
    border-color: #007bff;
}

.form-check-input:checked + .form-check-label .price-value-box.text-success {
    border-color: #28a745;
}

.form-check-input:checked + .form-check-label .price-value-box.text-info {
    border-color: #17a2b8;
}

.form-check-input:checked + .form-check-label .price-value-box.text-warning {
    border-color: #ffc107;
}

.form-check-input:checked + .form-check-label .price-value-box.text-danger {
    border-color: #dc3545;
}