/* _content/ALTI.GestionDespachos.Web/Areas/Admin/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-sskp68ghi1] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-sskp68ghi1] {
  color: #0077cc;
}

.btn-primary[b-sskp68ghi1] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-sskp68ghi1], .nav-pills .show > .nav-link[b-sskp68ghi1] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-sskp68ghi1] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-sskp68ghi1] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-sskp68ghi1] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-sskp68ghi1] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-sskp68ghi1] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/ALTI.GestionDespachos.Web/Areas/Admin/Usuarios/Agregar.cshtml.rz.scp.css */
.recording-indicator[b-x12317g2ly] {
    display: none; /* Hidden by default */
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    font-size: 1.1rem;
    color: #d9534f;
}

    .recording-indicator .rec-dot[b-x12317g2ly] {
        width: 15px;
        height: 15px;
        background-color: #d9534f;
        border-radius: 50%;
        animation: blink-b-x12317g2ly 1.5s infinite;
    }

/* Blinking animation */
@keyframes blink-b-x12317g2ly {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}
/* _content/ALTI.GestionDespachos.Web/Areas/Main/Dashboard/Index.cshtml.rz.scp.css */
.dashboard-card[b-kod9ulr5tv] {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    overflow: hidden;
    background: white;
}

.client-header[b-kod9ulr5tv] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 15px 20px;
    font-weight: 600;
}

.client-viva .client-header[b-kod9ulr5tv] {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.client-apart .client-header[b-kod9ulr5tv] {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.movement-table[b-kod9ulr5tv] {
    margin: 0;
}

    .movement-table th[b-kod9ulr5tv] {
        background: #f8f9fa;
        border: none;
        font-weight: 600;
        color: #495057;
        padding: 12px;
        font-size: 13px;
    }

    .movement-table td[b-kod9ulr5tv] {
        border: none;
        padding: 10px 12px;
        vertical-align: middle;
        border-bottom: 1px solid #eee;
    }

.positive-value[b-kod9ulr5tv] {
    color: #28a745;
    font-weight: 600;
}

.negative-value[b-kod9ulr5tv] {
    color: #dc3545;
    font-weight: 600;
}

.neutral-value[b-kod9ulr5tv] {
    color: #6c757d;
    font-weight: 600;
}

.summary-row[b-kod9ulr5tv] {
    background: #f8f9fa;
    font-weight: 600;
}

.date-selector[b-kod9ulr5tv] {
    background: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 25px;
}

.metric-card[b-kod9ulr5tv] {
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: center;
    margin-bottom: 20px;
}

.metric-value[b-kod9ulr5tv] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.metric-label[b-kod9ulr5tv] {
    color: #6c757d;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.status-badge[b-kod9ulr5tv] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.status-positive[b-kod9ulr5tv] {
    background: #d4edda;
    color: #155724;
}

.status-negative[b-kod9ulr5tv] {
    background: #f8d7da;
    color: #721c24;
}

.status-neutral[b-kod9ulr5tv] {
    background: #e2e3e5;
    color: #383d41;
}

.accordion-button[b-kod9ulr5tv] {
    background: #f8f9fa;
    color: #495057;
    font-weight: 600;
}

    .accordion-button:not(.collapsed)[b-kod9ulr5tv] {
        background: #e9ecef;
        box-shadow: none;
    }

.low-stock[b-kod9ulr5tv] {
    background: #fff3cd !important;
}

.critical-stock[b-kod9ulr5tv] {
    background: #f8d7da !important;
}
/* _content/ALTI.GestionDespachos.Web/Areas/Main/Despachos/Agregar.cshtml.rz.scp.css */
.recording-indicator[b-ip5ied5czb] {
    display: none; /* Hidden by default */
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    font-size: 1.1rem;
    color: #d9534f;
}

    .recording-indicator .rec-dot[b-ip5ied5czb] {
        width: 15px;
        height: 15px;
        background-color: #d9534f;
        border-radius: 50%;
        animation: blink-b-ip5ied5czb 1.5s infinite;
    }

/* Blinking animation */
@keyframes blink-b-ip5ied5czb {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}
/* _content/ALTI.GestionDespachos.Web/Areas/Main/Despachos/Corregir.cshtml.rz.scp.css */
.recording-indicator[b-f1n6oujfj8] {
    display: none; /* Hidden by default */
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    font-size: 1.1rem;
    color: #d9534f;
}

    .recording-indicator .rec-dot[b-f1n6oujfj8] {
        width: 15px;
        height: 15px;
        background-color: #d9534f;
        border-radius: 50%;
        animation: blink-b-f1n6oujfj8 1.5s infinite;
    }

/* Blinking animation */
@keyframes blink-b-f1n6oujfj8 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}
/* _content/ALTI.GestionDespachos.Web/Areas/Main/Despachos/_ProcesadorAudioScript.cshtml.rz.scp.css */
.recording-indicator[b-5kiurydkz1] {
    display: none; /* Hidden by default */
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    font-size: 1.1rem;
    color: #d9534f;
}

    .recording-indicator .rec-dot[b-5kiurydkz1] {
        width: 15px;
        height: 15px;
        background-color: #d9534f;
        border-radius: 50%;
        animation: blink-b-5kiurydkz1 1.5s infinite;
    }

/* Blinking animation */
@keyframes blink-b-5kiurydkz1 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}
/* _content/ALTI.GestionDespachos.Web/Areas/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-dfg3woobwu] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-dfg3woobwu] {
  color: #0077cc;
}

.btn-primary[b-dfg3woobwu] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-dfg3woobwu], .nav-pills .show > .nav-link[b-dfg3woobwu] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-dfg3woobwu] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-dfg3woobwu] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-dfg3woobwu] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-dfg3woobwu] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-dfg3woobwu] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
