header {
    padding: 0 !important;
}
.pc-header, .header-wrapper {
    overflow: visible !important;
}
.logo {
    max-width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
}
.text-ism {
    color: #00bfac;
}
.btn-ism{
    background-color: #00bfac;
    color: #fff;
}
.btn-ism:hover{
    background-color: #10C9B8;
    color: #fff;
}
.bg-light-ism-primary{
    background: #00bfac;
}
.bg-light-ism-primary:hover{
    background: #ccf7f3;
}
.bg-light-ism-secondary{
    background: #a7e7d7;
}
.bg-light-ism-secondary:hover{
    background: #e6f9f4;
}
.bg-light-ism-info{
    background: #8dcfef;
}
.bg-light-ism-info:hover{
    background: #e6f6fd;
}
.qrImage{
    min-height: 110px;
    max-height: 112px;
    margin: auto;
}
.form-search .form-control {
    max-width: none !important;
    width: 100% !important;
    box-sizing: border-box;
}
.text-dashboard{
    color: rgba(0, 191, 172, 1) !important;
}
.text-dashboard:hover{
    color: #000 !important;
}
body > .swal2-container {
    z-index: 999999 !important;
}
.qr-ticket-img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 6px;
    background: #fff;
}
ol.custom-list {
    list-style-type: none;
    padding-left: 0;
}
.custom-list li::before {
    content: '✔️';
    color: #007bff;
    font-size: 20px;
    margin-right: 10px;
}
ol.warning-list {
    list-style-type: none;
    padding-left: 0;
}
.warning-list li::before {
    content: '⚠️';
    color: #ff9900;
    font-size: 20px;
    margin-right: 10px;
}
.client-logo {
    max-height: 40px;
    object-fit: contain;
}
.chat-bubble {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.4;
}
.chat-user-1 {
    background-color: #CCF7F3;
}
.chat-user-2 {
    background-color: #8dcfef;
}
.generated{
    background: #00b5a3;
}
.in_progress{
    background: #00ac9b;
}
.pending_information{
    background: #00a292;
}
.non_compliant{
    background: #008f81;
}
.escalated{
    background: #008678;
}
.closed{
    background: #007c70;
}
.rejected{
    background: #007367;
}
.small-icon {
    font-size: 12px !important;
}
/* estilos de CreateTicket.vue*/
.ticket-shell {
    background: #f7f9fb;
    padding: 1.5rem;
}
.header-card {
    border: 1px solid #eef1f5;
}
.ticket-grid {
    margin-top: 0.25rem;
}
.section-card {
    border: 1px solid #eef1f5;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.section-step {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, #23c0a2, #0ea47a);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(17, 167, 131, 0.25);
}
.section-step.muted {
    background: #eef2f7;
    color: #6b7280;
    box-shadow: none;
}
.info-chip {
    padding: 0.5rem 0.75rem;
    border-radius: 10px;
    background: #f4f6fb;
    border: 1px dashed #d7dce5;
}
.scan-box {
    background: #eafaf6;
    border: 1px solid #c9f1e9;
}
.scan-icon {
    color: #0ea47a;
}
.primary-cta {
    background: linear-gradient(90deg, #18b38a, #0f9f7a);
    border: none;
    color: #fff;
}
.primary-cta.p-button-outlined {
    background: transparent;
    color: #0f9f7a;
    border: 1px solid #0f9f7a;
}
.available-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-height: 520px;
    overflow: auto;
}
.instrument-card {
    border: 1px solid #eef1f5;
    border-radius: 12px;
    padding: 0.75rem 0.9rem;
    background: #fbfcfe;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}
.stock-tag {
    background: #f0f5ff;
    color: #4b5563;
    padding: 0.15rem 0.5rem;
    border-radius: 8px;
    font-size: 0.85rem;
    border: 1px solid #d7def5;
}
.selection-table :deep(.p-datatable-header) {
    background: transparent;
}
.empty-state {
    text-align: center;
    color: #9ca3af;
}
.save-button {
    background: linear-gradient(90deg, #18b38a, #0f9f7a);
    border: none;
}
.save-button:enabled:hover {
    background: linear-gradient(90deg, #1acc9a, #0ea97d);
}
.sticky-card {
    position: sticky;
    top: 5.5rem;
}
@media screen and (max-width: 992px) {
    .ticket-shell {
        padding: 1rem 0.5rem;
    }
    .sticky-card {
        position: static;
    }
}
/* estilos de WarehouseView.vue */
.warehouse-icon {
    width: 45px;
    height: 45px;
    background: #1e293b;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.rack-card {
    background: #f8fafc;
    border-radius: 12px;
}
.rack-grid {
    display: grid;
    gap: 6px;
}
.rack-row {
    display: flex;
    align-items: center;
    gap: 6px;
}
.rack-level-label {
    width: 20px;
    font-size: 10px;
    font-weight: 600;
    color: #334155;
    text-align: right;
}
.rack-row-cells {
    display: grid;
    gap: 6px;
    flex: 1;
    width: 100%;
    min-height: 28px;
}
.rack-cell {
    height: 28px;
    background: #e5e7eb;
    border-radius: 6px;
}
.rack-cell {
    height: 36px;
    min-height: 36px;
    background: #e5e7eb;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    font-size:11px;
    font-weight: 600;
    color: #1e293b;
    transition: all 0.2s ease;
    cursor: pointer;
}
.rack-cell-occupied {
    background: #22c55e;
}
/* CradWidget */
.widget-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.widget-name-small {
    font-size: 0.9rem;
}
/* Almacén y Racks */
.rack{
    border: 1px solid;
    padding: 10px;
}
.rack-grid-create {
    display: grid;
    gap: 8px;
    margin-top: 10px;
}
.rack-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow-x: auto;
}
.rack-header {
    width: 80px;
    text-align: center;
    font-weight: bold;
}
.rack-cell-create {
    width: 95px;
    height: 60px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    font-size: 12px;
    padding: 15px;
    border-radius: 15px;
}
.rack-card-create {
    background: #f8fafc;
    border-radius: 12px;
    padding: 20px;
    min-width: max-content;
}
/* Notificaciones */
.dropdown-notification {
    width: 360px;
    max-width: 90vw;
}
.user-avtar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
/* TicketDeatail */
.reception-cell {
    display: inline-flex;
    align-items: center;
    padding: 4px 6px;
    border-radius: 6px;
    transition: background-color 0.15s ease;
}
.reception-cell.received-less {
    background-color: #f8d7da;
    color: #842029;
}
.reception-cell.received-more {
    background-color: #fff3cd;
    color: #664d03;
}
.ticket-image-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 720px;
}
.ticket-thumb {
    position: relative;
}
.ticket-img {
    object-fit: cover;
    cursor: pointer;
}
.ticket-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
}
.ticket-thumb:hover .ticket-overlay {
    opacity: 1;
}
@media (max-width: 767.98px) {
    .ticket-image-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 480px;
    }
}
@media (min-width: 1200px) {
    .ticket-image-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        max-width: 960px;
    }
}
/* Tooltip CreateTicket.vue */
.p-tooltip.ticket-items-tooltip {
    z-index: 2000 !important;
}
.p-tooltip.ticket-items-tooltip .p-tooltip-text {
    white-space: pre-line;
    max-width: 28rem;
}