@import url(vars.css?3);

.hidden {
    display: none
}

.app-sidebar__user-avatar {
    width: 54px;
    height: 54px;
    background-color: var(--navs-hover) !important;
    border: 1px solid var(--navs-hover)
}

.app-sidebar__toggle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15pt
}

.app-sidebar__toggle::before {
    display: none
}

.headerRegister {
    background-color: var(--white);
    color: var(--gray-dark)
}

.headerRegister i {
    color: var(--primary)
}

.header-primary {
    background: var(--white);
    color: var(--gray-dark)
}

.header-primary i {
    color: var(--primary)
}

.headerUpdate {
    background: var(--white);
    color: var(--gray-dark)
}

.headerUpdate i {
    color: var(--edit)
}

.textcenter {
    text-align: center
}

.textright {
    text-align: right
}

.textleft {
    text-align: left
}

.bootstrap-select>.dropdown-toggle {
    border: 2px solid var(--primary-disable)
}

.bootstrap-select>.dropdown-toggle.disabled {
    color: var(--primary-disable) !important;
    background-color: transparent !important
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: var(--body-text);
    font-weight: normal
}

#divLoading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(254, 254, 255, .65);
    z-index: 9999;
    display: none
}

#divLoading img {
    width: 50px;
    height: 50px
}

#divLoadingCustom {
    margin-top: 3px;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(254, 254, 255, .75);
    z-index: 9999;
    display: none
}

#divLoadingCustom img {
    width: 50px;
    height: 50px
}

.loading-content h3 {
    margin-bottom: 20px;
    animation: fadeInOut 1.5s infinite
}

.loading-content svg {
    margin-bottom: 20px;
    animation: pulse 1.5s infinite
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: .5;
        transform: scale(1.1)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

.loading-content p {
    font-size: 18px;
    margin-top: 10px;
    position: relative
}

.required {
    color: var(--primary-hover);
    font-weight: bold
}

.prevPhoto {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    width: 300px;
    height: 200px;
    border: 1px solid #CCC;
    position: relative;
    cursor: pointer;
    background: url(../images/uploads/portada_categoria.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.prevPortada {
    width: 100%;
    min-width: 200px;
    background: none
}

.prevPhoto label {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.prevPhoto img {
    width: 100%;
    height: 100%
}

.upimg,
.notblock {
    display: none !important
}

.errorArchivo {
    font-size: 16px;
    font-family: arial;
    color: #cc0000;
    text-align: center;
    font-weight: bold;
    margin-top: 10px
}

.delPhoto {
    color: #FFF;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: red;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 10
}

#tbl_list_productos img {
    width: 50px
}

.imgProductoDelete {
    width: 175px
}

#imgCategoria {
    text-align: center
}

#imgCategoria img {
    width: 200px;
    margin: auto
}

#containerImages {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

#containerImages>div {
    margin-right: 10px;
    margin-bottom: 8px
}

.prevImage {
    border: 1px solid #CCC;
    width: 120px;
    height: 148px;
    display: flex;
    justify-content: center;
    align-items: center
}

.prevImage img {
    width: 100%
}

.inputUploadfile {
    display: none
}

.btn-more {
    border-radius: var(--border-radius-small);
    padding: 10px 12px;
    color: var(--tienda-nube) !important;
    border: 1px solid var(--tienda-nube);
    background: var(--white) !important;
    cursor: pointer;
}

.btn-more:hover {
    border: 1px solid var(--tienda-nube) !important;
    background-color: var(--tienda-nube) !important;
}

.btnUploadfile,
.btnDeleteImage {
    border: 1px solid;
    background-color: var(--success-alt-bg);
    border-color: var(--success-alt);
    border-radius: var(--border-radius-small);
    color: var(--success-alt-color);
    margin-top: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 30px;
    font-size: 9pt;
    cursor: pointer;
    width: 100%
}

.btnUploadfile:hover {
    background-color: var(--success-alt)
}

.btnDeleteImage {
    background-color: var(--danger-bg);
    border-color: var(--danger);
    border-radius: var(--border-radius-small);
    color: var(--danger)
}

.btnDeleteImage:hover {
    color: var(--white);
    background-color: var(--danger)
}

.prevImage .loading {
    width: 30px;
    height: 30px
}

#celFotos img {
    width: 150px;
    margin: 10px
}

.divmetodpago label,
#divCondiciones {
    width: 100%;
    display: flex
}

.divmetodpago label input,
#divCondiciones input {
    margin-right: 15px
}

#divCondiciones a {
    margin-left: 5px
}

#divCondiciones label {
    margin-bottom: 0
}

.linkw {
    cursor: pointer;
    color: var(--primary-hover-2) !important
}

.linkw:hover {
    color: var(--primary) !important
}

.container-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.container-title input {
    border: 1px solid #CCC;
    padding: 4px;
    border-radius: 5px;
    margin-right: 5px
}

.dflex {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.ui-datepicker-calendar {
    display: none
}

.page-content ul li {
    list-style-type: disc;
    margin-left: 15px;
    margin-bottom: 10px
}

.page-content ol li {
    list-style-type: decimal;
    margin-left: 15px;
    margin-bottom: 10px
}

.page-content ul li ul li,
.page-content ol li ul li {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px
}

.page-content ol li ol li,
.page-content ul li ol li {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px
}

.page-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100vh - 110px);
    margin-bottom: 0
}

.page-error h1 {
    margin: 10px;
    color: #ab4e4e;
    font-size: 42px
}

.container-new .container-box {
    margin: 15px 0
}

.container-box {
    border-radius: var(--border-radius-small);
    padding: 20px;
    background-color: var(--white)
}

.cont-switch {
    display: flex;
    align-items: center;
    gap: 10px
}

.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 30px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--input-hover);
    transition: background-color .3s ease;
    border-radius: 30px
}

.slider::before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 3px;
    bottom: 3px;
    background-color: var(--white);
    transition: transform .3s ease;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3)
}

input:checked+.slider {
    background-color: var(--primary)
}

input:checked+.slider::before {
    transform: translateX(22px)
}

.tox-tinymce {
    border: 2px solid var(--input-border) !important;
    border-radius: var(--border-radius-small) !important
}

.imgDataTable.imgDataTablePromo {
    width: 77px;
    height: 45px
}

.imgDataTable img {
    width: 100%
}

.imgDataTable-promocion {
    border-radius: 14px;
    width: 90px;
    height: 45px
}

.imgDataTable-promocion img {
    width: 100%
}

.variant-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.variant-cell {
    flex: 1;
    min-width: 150px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 10px;
    background-color: #f9f9f9
}

.variant-cell strong {
    display: block;
    font-weight: bold
}

.txtBold {
    font-weight: 700
}

.table .selected {}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
    border: 1px solid var(--secondary);
    margin-top: 0
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    content: "";
    border: 1px solid var(--primary-hover);
    border-radius: 3px;
    background-color: var(--primary);
    margin-top: -7px
}

.info-tooltip {
    color: var(--primary)
}

.info-tooltip:hover {
    color: var(--primary-hover)
}

.info-tooltip.danger {
    color: var(--danger)
}

.info-tooltip.warning,
.info-tooltip.warning i {
    color: var(--status-pendiente) !important
}

.title-section {
    color: var(--primary)
}

.accordion .product .cont-img {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.accordion .product .title-prod {
    margin-bottom: 10px
}

.accordion .card {
    border-radius: var(--border-radius-small) !important;
    border: none
}

.accordion-orden {
    margin-bottom: 15px
}

.accordion .card-header {
    padding: 1rem 1.30rem;
    background-color: var(--white)
}

.accordion .card-body {
    box-shadow: inset 0 4px 8px rgba(0, 0, 0, .1)
}

.accordion .cont-data div {
    margin-top: 5px
}

.accordion-orden i:not(.copy-btn i) {
    color: var(--primary)
}

.accordion p,
.accordion h5,
.accordion h4 {
    margin: 0
}

.accordion .order {
    padding-bottom: 8px
}

.accordion .section {
    padding: 10px 15px !important
}

.accordion .product {
    border-radius: var(--border-radius-small);
    border: 1px solid var(--input-hover);
    margin-top: 5px;
    padding: 10px
}

.product.disabled {
    border-color: var(--danger-bg) !important
}

.accordion hr {
    margin: .6rem 0
}

.panel-pago {
    padding: 24px;
    padding-top: 45px;
    border-radius: var(--border-radius-small);
    background-color: var(--white);
    border-left: 1px solid var(--primary-disable);
    height: 100vh;
    position: fixed;
    top: 41px;
    right: 0;
    width: 33.3333%;
    max-width: 28%;
    box-sizing: border-box;
    overflow-y: auto
}

.panel-pago h4 {
    margin: 0
}

.paginate_button {
    color: var(--body-text) !important;
    border: 1px solid var(--primary-disable)
}

.paginate_button a {
    color: var(--body-text) !important
}

.badge,
.badge-sku {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

.product-sku.sku-danger {
    color: var(--white);
    background-color: var(--danger-hover)
}

.product-sku.sku-disabled {
    color: var(--white);
    background-color: var(--primary-disable)
}

.product-sku.sku-proveedor {
    color: var(--white);
    background-color: var(--secondary-hover)
}

.variante-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4px
}

.variante-container .sku-container {
    min-width: 215px;
    max-width: 250px
}

.variante-container .precio-container {
    min-width: 100px;
    max-width: 100px
}

.sku-container {
    margin-right: 10px
}

.precio-container {
    margin-left: 10px
}

.product-sku {
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    background: var(--secondary);
    color: var(--white);
    padding: 3px 4px;
    border-radius: var(--border-radius-small)
}

.sku-in-text {
    display: inline !important;
    padding: 1px 4px !important
}

.dropdown-status .toggle-status {
    font-size: 14px;
    background-color: var(--white);
    height: 40px !important;
    font-weight: normal;
    padding: 0 16px;
    min-width: 156px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.dropdown-status .dropdown-menu.show {
    border-radius: var(--border-radius-small);
    min-width: 156px;
    padding: 3px
}

.dropdown-status .dropdown-item {
    height: 40px
}

.img-origen-sm {
    width: 16px;
    max-width: 16px
}

.img-origen {
    max-width: 28px
}

.row-checkbox {
    width: 15px;
    height: 15px;
    cursor: pointer;
    accent-color: var(--primary) !important
}

button:focus {}

div:where(.swal2-container) button:where(.swal2-styled) {
    font-weight: bold !important;
    border: 0 !important;
    border-radius: var(--border-radius-small) !important
}

div:where(.swal2-container) button:where(.swal2-styled):focus {
    outline: none !important
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: var(--primary) !important;
    color: var(--body-text) !important
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
    color: var(--input-color) !important;
    background-color: var(--white) !important;
    border: 1px solid !important;
    border-color: var(--input-border) !important
}

.card-orden {
    border: 1px solid var(--primary-disable) !important;
    border-radius: var(--border-radius-small) !important
}

.swal2-show {
    border-radius: var(--border-radius-small) !important
}

.form-check-input {
    width: 20px;
    height: 20px
}

.custom-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.custom-checkbox+label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    user-select: none
}

.custom-checkbox+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary-disable);
    border-radius: 6px;
    background-color: transparent;
    transition: all .3s ease
}

.custom-checkbox:checked+label::before {
    background-color: var(--primary);
    border-color: var(--primary)
}

.custom-checkbox:checked+label::after {
    content: '✔';
    position: absolute;
    left: 4px;
    top: -2px;
    font-size: 15px;
    color: var(--body-text)
}

.custom-checkbox+label:hover::before {
    border-color: var(--primary)
}

.alert {
    border-radius: var(--border-radius-small)
}

.cont-toast {
    margin: 15px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 999
}

.cont-toast .toast {
    max-width: 400px;
    width: 100%
}

.cont-toast .toast:not(:last-child) {
    margin-bottom: 8px
}

.cont-toast .toast-header {
    display: flex;
    height: auto;
    flex-direction: row;
    color: #fff;
    padding: 10px 11px;
    align-items: flex-start
}

.cont-toast button.close {
    color: #fff
}

.cont-toast .toast-header:hover {
    flex-direction: row;
    color: #fff !important
}

.cont-toast .toast-header h4 {
    font-size: 15px;
    font-weight: normal !important;
    margin: 0
}

.cont-toast .toast-header i {
    color: #fff !important;
    font-size: 15px;
    margin-right: 8px;
    margin-top: 2px
}

.toast {
    border-radius: 12px;
    width: 250px;
    background-color: #fff
}

.toast.shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%) !important
}

.toast-header {
    height: 40px
}

.nav-tabs a {
    color: var(--body-text)
}

#modalViewProveedor .modal-content {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.bandaMark h5,
.modalTypeOne .modal-body {
    color: #fff;
    background: var(--secondary);
    background: linear-gradient(180deg, var(--secondary) 10%, var(--secondary-hover) 99%) !important
}

.modal-body .subheadline {
    font-weight: normal;
    font-size: 18px
}

.modalTypeOne .modal-footer {
    background-color: var(--secondary-hover);
    border-top: 1px solid var(--secondary-hover)
}

.modalTypeOne .modal-body img {
    width: 100%;
    border-radius: var(--border-radius-small)
}

.modalTypeTwo .modal-body {
    color: var(--body-text);
    background-color: var(--background)
}

.modalTypeThree .modal-footer {
    background-color: var(--secondary) !important;
    border-top: 1px solid var(--secondary) !important;
}

#carouselNovedades img {
    border-radius: var(--border-radius-small)
}

#faqAccordion .card-header {
    padding: 14px 0
}

#faqAccordion button {
    height: auto !important;
    display: flex;
    align-items: center
}

.cont-logo-name {
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: .875rem;
}

.cont-logo-name img {
    background-color: var(--white) !important;
}

.cont-logo-name .cont-logo-name-text {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    border-radius: var(--border-radius-small);
    max-width: 172px;
    padding: 0 16px;
    ;
}

.dropzone {
    position: relative;
    border: 2px dashed var(--primary);
    border-radius: .25rem;
    padding: 1.5rem;
    border-radius: var(--border-radius-small);
    text-align: center;
    cursor: pointer;
    transition: background .2s, border-color .2s;
}

.dropzone:hover,
.dropzone.dragover {
    background: var(--navs-hover);
    border-color: var(--primary-hover);
}

.dropzone input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.dropzone i {
    color: var(--primary-disable) !important;
}

.dz-preview {
    margin-top: .5rem;
}

.dz-preview .badge {
    margin-right: .5rem;
}

/* ya tenés .dropzone.dragover, pero Dropzone.js añade .dz-drag-hover */
.dropzone.dz-drag-hover,
.dropzone.dragover {
    background: var(--success-alt-bg) !important;
    border-color: var(--success) !important;
}

.dragover.dropzone i {
    color: var(--success) !important;
}


#previewEvidencias {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    max-height: 200px;
    overflow-y: auto;
}

.preview-wrapper {
    width: 80px;
}

.cont-incidencia {
    border-radius: var(--border-radius-md);
    max-width: 140px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 16px;
}

.cont-incidencia i {
    font-size: 12px;
}

.cont-incidencia.devolucion {
    background-color: var(--status-pendiente-bg);
}

.cont-incidencia.cambio {
    background-color: var(--status-acreditado-bg);
}

.cont-incidencia.incidencia {
    background-color: var(--status-cancelado-bg);
}

#academy-main,
.container-clases,
#proximo-evento {
    border-radius: var(--border-radius-small);
}


#btn-main:hover {
    /* background: linear-gradient(-45deg, #ad4469, #8E44AD, #2C3E50) !important;
    background-size: 400% 400%;
    animation: gradientBG 10s ease infinite !important; */
}

#btn-main:active {
    background: linear-gradient(-45deg, #FCD535, #8E44AD, #2C3E50) !important;
    background-size: 400% 400%;
    animation: gradientBG 10s ease infinite !important;
}

@keyframes floatY {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

.animate-float-y {
    animation: floatY 3s ease-in-out infinite;
}

@keyframes floatX {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(6px);
    }
}

.animate-float-x {
    animation: floatX 3s ease-in-out infinite;
}


@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#tablaVendedores_wrapper .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Elimina padding lateral en el wrapper de DataTable */
#tablaVendedores_wrapper.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.form-control-sm {
    height: 36px;
}

.timeline-clean {
    padding-left: 1.5rem;
    position: relative;
}


.timeline-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: -4px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: var(--input-border);
    z-index: 0;
}


.timeline-item {
    position: relative;
    padding-bottom: 1.5rem;
    align-items: flex-start;
}

.timeline-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -18px;
    top: 2px;
    font-size: 14px;
    color: var(--body-text);
    border: 1px solid white;
    background-color: var(--white);
    box-shadow: 0 0 0 1px #ccc;
    z-index: 99;
}

.timeline-icon {
    border: 1px solid var(--white) !important;
}

.timeline-content {
    margin-left: 2rem;
    flex-grow: 1;
}

.timeline-time {
    min-width: 60px;
    text-align: right;
    font-size: 0.875rem;
    color: var(--text-disable);
}

.text-user {
    font-size: .8rem;
}

.dropdown-menu {
    z-index: 1055 !important;
}

/* .table-responsive,
.dataTables_scrollBody {
    overflow-y: visible !important;    
} */
.table-responsive {
    overflow: unset !important;
}

.table.dataTable {
    overflow: auto !important;
}

.badge-admin {
    color: #e1b00e;
}

.badge-user {
    color: #8E44AD;
}

.adjunto-preview {
    max-width: 160px;
    max-height: 160px;
    object-fit: contain;
    border-radius: 4px;
    background-color: #fff !important;
}

video.adjunto-preview {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 4px;
    background-color: #fff !important;
}

.adjunto-preview {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.container-adjuntos.pdf-preview iframe.adjunto-preview {
    height: 350px;
    max-width: 300px;
}


.container-adjuntos {
    background: #fff !important;
    padding: 6px;
    border: 1px solid var(--input-border);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

/* ---------- 1) Ocultar input real sin perder accesibilidad ---------- */
#adjunto-individual .file-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* ---------- 2) El “botón/área” visible ----------------------------- */
#adjunto-individual .file-display {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 60px;
    /* alto del recuadro */
    cursor: pointer;
    font-weight: 600;
    color: var(--primary-hover-2);
    /* ajusta a tu paleta */
    background: var(--background);
    border: 1px dashed var(--primary-hover);
    /* mismo color que texto, pero más claro */
    border-radius: var(--border-radius-small);
    transition: background .15s, border-color .15s;
}

/* ---------- 3) Hover / focus para feedback ------------------------- */
#adjunto-individual .file-display:hover,
#adjunto-individual .file-hidden:focus+.file-display {
    background: var(--primary-base-selected);
    border-color: var(--primary);
    color: var(--primary-hover-2);
}

/* ---------- 4) Icono opcional un poco más grande ------------------- */
#adjunto-individual .file-display i {
    font-size: 1.3rem;
}

/* SUMAR a la hoja que ya pegaste */
#adjunto-individual .file-display.selected {
    background: var(--success-alt-bg);
    /* un celeste más intenso */
    border-color: var(--success-alt);
    color: var(--success-alt-color);
}


/* (Opcional) al seleccionar archivos podrías
   cambiar algo vía :valid, pero requeriría JS
   si quisieras mostrar el nombre del fichero. */

/* .badge,
.badge-sku {
    background-color: white!important;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
} */