﻿.centered-btns {
    max-width: 350px;
    margin: 0 auto;
}

.img-preview {
    width: 100%;
    max-width: 300px;
    margin: 12px 0;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.fixed-top-bar {
    position: sticky;
    top: 0;
    background: #f8f9fa;
    z-index: 100;
}

.tab-content {
    margin-top: 24px;
}

.filter-row .form-control, .filter-row .form-select {
    min-width: 120px;
}

/* chips de clientes */
.badge.text-bg-light.border {
    font-weight: 500;
    padding: .4rem .5rem;
}

.badge.text-bg-light.border button {
    font-size: .9rem;
    line-height: 1;
}


@media (max-width: 991.98px) {
    .desktop-section {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .mobile-section {
        display: none !important;
    }
}


input, select, textarea {
    text-transform: uppercase;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}