@media (max-width: 768px) {
#reclamaciones-form .form-group33,
#reclamaciones-form .small-group {
flex: 1 1 calc(50% - 10px);
}
}
@media (max-width: 480px) {
#reclamaciones-form .form-group33,
#reclamaciones-form .small-group {
flex: 1 1 100%;
}
} #modal-reclamo {
display: none; 
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 60%;
max-width: 800px; background: #fff;
border-radius: 12px; box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); padding: 25px;
z-index: 99999 !important; height: auto;
max-height: 85vh; opacity: 1; visibility: visible;
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
} #modal-reclamo * {
box-sizing: border-box;
}
#modal-reclamo .modal-body {
display: flex;
flex-direction: column; gap: 1rem; padding: 1.5rem; max-height: 70vh; overflow-y: auto; font-family: Arial, sans-serif; font-size: 1rem; background-color: #f9f9f9; border-radius: 8px; }
#modal-reclamo .modal-body label {
font-weight: bold; font-size: 0.9rem; color: #333; font-family: Arial, sans-serif;
} #modal-reclamo .modal-body::-webkit-scrollbar {
width: 10px; }
#modal-reclamo .modal-body::-webkit-scrollbar-thumb {
background-color: #ccc; border-radius: 5px; }
#modal-reclamo .modal-body::-webkit-scrollbar-thumb:hover {
background-color: #999; }
#modal-reclamo .modal-titulo {
font-size: 20px;
font-weight: bold;
text-align: center;
margin-bottom: 15px;
color: #007cba; }
#modal-reclamo .titulo-respuesta {
font-size: 20px;
font-weight: bold;
text-align: left;
margin-bottom: 15px;
color: #007cba; }
#responder-reclamo-form {
font-family: Arial, sans-serif;
font-size: 14px;
}
#responder-reclamo-form .form-container {
width: 100%;
max-width: 1200px;
margin: 8px auto;
border: 2px solid #f8af29;
border-radius: 5px;
overflow: hidden;
font-family: Arial, sans-serif;
}
#responder-reclamo-form .form-header {
background-color: #f8af29;
padding: 10px;
font-weight: bold;
display: flex;
align-items: center;
gap: 10px;
font-size: 14px;
}
#responder-reclamo-form .form-header img {
width: 20px;
height: 20px;
}
#responder-reclamo-form .form-body {
padding: 15px;
display: flex;
flex-wrap: wrap;
gap: 10px;
}
#responder-reclamo-form .group1 {
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 10px;
width: 100%; grid-column: 1 / -1; }
#responder-reclamo-form .group2 {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 10px; width: 100%; grid-column: 1 / -1; }
#responder-reclamo-form .group2a {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
width: 100%; grid-column: 1 / -1; }
#responder-reclamo-form .group3 {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
width: 100%; grid-column: 1 / -1; }
.modal-footer {
display: flex;
justify-content: flex-end;
gap: 10px; padding: 0% 3%;
} .modal-footer button {
display: flex;
align-items: center;
gap: 8px;
padding: 10px 16px;
border: none;
border-radius: 8px;
font-size: 16px;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease-in-out;
} .modal-footer .btn-guardar {
background-color: #007cba;
color: #fff;
}
.modal-footer .btn-guardar::before {
content: "";
display: inline-block;
width: 20px;
height: 20px;
background: url(https://cdn-icons-png.flaticon.com/512/14563/14563051.png) no-repeat center center;
background-size: contain;
} .modal-footer .btn-cancelar {
background-color: #e74c3c;
color: #fff;
}
.modal-footer .btn-cancelar::before {
content: "";
display: inline-block;
width: 20px;
height: 20px;
background: url(https://cdn-icons-png.flaticon.com/512/4347/4347434.png) no-repeat center center;
background-size: contain;
} .modal-footer .btn-guardar:hover {
background-color: #005a90;
}
.modal-footer .btn-cancelar:hover {
background-color: #c0392b;
}
#responder-reclamo-form .respuesta-proveedor {
width: 100%;
grid-column: span 2; padding: 10px;
font-size: 14px;
border: 1px solid #ccc;
border-radius: 4px;
resize: none;
min-height: 80px;
} #responder-reclamo-form .textarea {
width: 100%; min-height: 100px; padding: 0.5rem; font-size: 1rem; border: 1px solid #ccc; border-radius: 5px; resize: vertical; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); } #responder-reclamo-form.file-upload-container-m {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
#responder-reclamo-form .file-upload-container-m a {
color: #007bff;
text-decoration: none;
font-weight: bold;
cursor: pointer;
}
#responder-reclamo-form .file-upload-container-m a:hover {
text-decoration: underline;
}
#responder-reclamo-form .file-info-m {
font-size: 12px;
color: #555;
width: 100%;
}
#responder-reclamo-form .file-list-m {
display: flex;
gap: 10px;
margin-top: 10px;
flex-wrap: wrap;
}
#responder-reclamo-form .file-item-m {
width: 120px;
text-align: center;
border: 1px solid #ccc;
border-radius: 5px;
padding: 10px;
background: #f9f9f9;
}
#responder-reclamo-form .file-item-m img {
width: 40px;
height: 40px;
margin-bottom: 5px;
}
#responder-reclamo-form .file-name-m {
font-size: 12px;
margin-bottom: 5px;
color: #333;
word-break: break-word;
}
#responder-reclamo-form .remove-file-m {
background: red;
color: white;
border: none;
padding: 5px;
font-size: 12px;
cursor: pointer;
border-radius: 3px;
width: 100%;
}
#responder-reclamo-form #file-input-m {
display: none;
} @media (max-width: 768px) {
.modal-body {
font-size: 0.9rem; padding: 1rem; }
}
.modal-detalle-close {
background: none; border: none; color: white; font-size: 20px; cursor: pointer; font-weight: bold;
transition: color 0.3s; }
.modal-detalle-close:hover {
color: #ffdddd; } @keyframes scaleIn {
from {
transform: scale(0.9);
opacity: 0;
}
to {
transform: scale(1);
opacity: 1;
}
} @media (max-width: 768px) {
#responder-reclamo-form {
grid-template-columns: 1fr; }
#respuesta-proveedor {
grid-column: span 1;
}
.modal-detalle-footer {
flex-direction: column;
gap: 10px;
}
}.form-wrapper {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background-color: #f5f5f5;
padding: 20px;
overflow-y: auto;
}
#reclamaciones-form {
width: 100%;
max-width: 1200px;
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#reclamaciones-form .form-container {
width: 100%;
max-width: 1200px;
margin: 8px auto;
border: 2px solid #f8af29;
border-radius: 5px;
overflow: hidden;
font-family: Arial, sans-serif;
}
#reclamaciones-form .form-header {
background-color: #f8af29;
padding: 10px;
font-weight: bold;
display: flex;
align-items: center;
gap: 10px;
font-size: 14px;
}
#reclamaciones-form .form-header img {
width: 20px;
height: 20px;
}
#reclamaciones-form .form-body {
padding: 15px;
display: flex;
flex-wrap: wrap;
gap: 10px;
}
#reclamaciones-form .form-group33,
#reclamaciones-form .form-group66,
#reclamaciones-form .form-group100 {
display: flex;
flex-direction: column;
}
#reclamaciones-form .form-group33 {
flex: 1 1 calc(33.33% - 10px);
}
#reclamaciones-form .form-group66 {
flex: 1 1 calc(66.66% - 10px);
}
#reclamaciones-form .form-group100 {
flex: 1 1 calc(100% - 10px);
}
#reclamaciones-form .small-group,
#reclamaciones-form .radio-group {
display: flex;
gap: 5px;
flex: 1 1 calc(33.33% - 10px);
}
#reclamaciones-form .form-group100 textarea {
width: 100%;
padding: 8px 4px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 14px;
resize: vertical;
max-height: 300px;
}
#reclamaciones-form .small-group select,
#reclamaciones-form .small-group input,
#reclamaciones-form .form-group33 input,
#reclamaciones-form .form-group66 input,
#reclamaciones-form .form-group33 select {
width: 100%;
padding: 8px 4px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 14px;
}
#reclamaciones-form .checkbox-group {
display: flex;
align-items: center;
justify-content: center;
flex: 1 1 calc(33.33% - 10px);
}
#reclamaciones-form .checkbox-group input {
margin-right: 5px;
}
#reclamaciones-form #menor_edad {
transform: scale(1.2);
} #reclamaciones-form .form-group33 label {
font-size: 1.1rem; color: #121212; margin-bottom: 8px;
}
#reclamaciones-form .form-group33 label2 {
font-size: 1rem; color: #121212; margin-bottom: 8px;
}
#reclamaciones-form .texto-pequeno {
font-size: 0.8em; color: #9f9797; font-weight: normal;
} #reclamaciones-form .form-header span {
font-size: 0.9rem; font-weight: bold; color: #121212; text-transform: uppercase; letter-spacing: 0.5px; display: inline-block; margin-left: 10px; }
#reclamaciones-form .terms-container {
margin-top: 10px;
}
#reclamaciones-form .terms-container label {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
display: block;
font-size: 0.9rem;
margin-bottom: 5px;
cursor: pointer;
font-weight: normal;
color:#212529;
}
#reclamaciones-form .observaciones {
margin-top: 10px;
margin-top: 1rem;
margin-bottom: 1rem;
}
#reclamaciones-form .observaciones p {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
display: block;
font-size: 0.9rem;
margin-bottom: 5px;
cursor: pointer;
font-weight: normal;
color:#212529;
}
#reclamaciones-form .titulo {
margin-top: 10px;
margin-top: 1rem;
margin-bottom: 1rem;
}
#reclamaciones-form .titulo p {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
display: block;
font-size: 1.2rem;
margin-bottom: 5px;
font-weight: normal;
color:#212529;
}
#reclamaciones-form .button-container {
justify-content: flex-end !important;
display: flex;
}   
#reclamaciones-form .error-message {
color: red;
font-size: 12px;
display: none;
}
#reclamaciones-form .btn {
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 1rem;
font-weight: bold;
border: none;
border-radius: 5px;
cursor: pointer;
padding: 10px 20px;
text-transform: uppercase;
gap: 8px; margin-right: .5rem;
}
#reclamaciones-form .btn-guardar {
background-color: #ffb300; color: #000;
}
#reclamaciones-form .btn-cancelar {
background-color: #6c757d; color: #000;
} #reclamaciones-form .btn-guardar::before {
content: "";
background: url(https://cdn-icons-png.flaticon.com/512/14563/14563051.png) no-repeat center center;
background-size: contain;
width: 20px;
height: 20px;
}
#reclamaciones-form .btn-cancelar::before {
content: "";
background: url(https://cdn-icons-png.flaticon.com/512/4347/4347434.png) no-repeat center center;
background-size: contain;
width: 20px;
height: 20px;
}
#reclamaciones-form .btn-guardar:disabled {
background: #ccc;
cursor: not-allowed;
} #reclamaciones-form .file-upload-container {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
#reclamaciones-form .file-upload-container a {
color: #007bff;
text-decoration: none;
font-weight: bold;
cursor: pointer;
}
#reclamaciones-form .file-upload-container a:hover {
text-decoration: underline;
}
#reclamaciones-form .file-info {
font-size: 12px;
color: #555;
width: 100%;
}
#reclamaciones-form .file-list {
display: flex;
gap: 10px;
margin-top: 10px;
flex-wrap: wrap;
}
#reclamaciones-form .file-item {
width: 120px;
text-align: center;
border: 1px solid #ccc;
border-radius: 5px;
padding: 10px;
background: #f9f9f9;
}
#reclamaciones-form .file-item img {
width: 40px;
height: 40px;
margin-bottom: 5px;
}
#reclamaciones-form .file-name {
font-size: 12px;
margin-bottom: 5px;
color: #333;
word-break: break-word;
}
#reclamaciones-form .remove-file {
background: red;
color: white;
border: none;
padding: 5px;
font-size: 12px;
cursor: pointer;
border-radius: 3px;
width: 100%;
}
#reclamaciones-form #file-input {
display: none;
}
@media (max-width: 768px) {
#reclamaciones-form .form-group33,
#reclamaciones-form .small-group {
flex: 1 1 calc(50% - 10px);
}
}
@media (max-width: 480px) {
#reclamaciones-form .form-group33,
#reclamaciones-form .small-group {
flex: 1 1 100%;
}
}#reclamaciones-form .bordered-section {
width: 100%;
border: 1px solid #000;
padding: 10px;
margin-top: 10px;
box-sizing: border-box;
border-radius: 4px;
}
#reclamaciones-form .date-sheet {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
#reclamaciones-form .date-sheet .half-input {
width: 48%;
}  #config-form-panel {
max-width: 800px; padding: 20px; border: 1px solid #ddd; border-radius: 5px; background-color: #f9f9f9; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } #config-form-panel label {
display: block; margin: 10px 0 5px; } #config-form-panel input,
#config-form-panel select,
#config-form-panel textarea {
width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; } #config-form-panel button {
background-color: #0073aa; color: #fff; border: none; padding: 10px 15px; font-size: 16px; border-radius: 4px; cursor: pointer; } #config-form-panel button:hover {
background-color: #005177; }
#config-form-panel td {
padding: 0px; border-bottom: 0px solid #ddd; }  .nav-tab-wrapper {
display: flex;
border-bottom: 2px solid #ddd;
margin-bottom: 20px;
}
.nav-tab {
padding: 10px 20px;
margin-right: 5px;
background-color: #f1f1f1;
border: 1px solid #ddd;
border-bottom: none;
border-radius: 5px 5px 0 0;
text-decoration: none;
color: #333;
font-weight: bold;
cursor: pointer;
transition: background-color 0.3s ease, color 0.3s ease;
}
.nav-tab-active {
background-color: #fff;
border-color: #0073aa;
color: #0073aa;
}
.nav-tab:hover {
background-color: #eaeaea;
color: #0073aa;
} .sub-tab-wrapper {
margin-top: 20px;
border-bottom: 1px solid #ccc;
display: flex;
}
.sub-tab {
padding: 10px 20px;
margin-right: 5px;
cursor: pointer;
color: #0073aa;
text-decoration: none;
border: 1px solid transparent;
border-radius: 3px 3px 0 0;
background-color: #f1f1f1;
}
.sub-tab-active {
background-color: #fff;
border: 1px solid #ccc;
border-bottom: none;
color: #000;
}
.sub-tab:hover {
background-color: #e5e5e5;
color: #000;
} .sub-tab-content {
padding: 15px;
border: 1px solid #ccc;
border-top: none;
background-color: #fff;
} .tab-content {
display: none; padding: 20px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0 5px 5px 5px;
animation: fadeIn 0.5s ease-in-out;
} .nav-tab-active + .tab-content {
display: block; } @keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
} .tabla-reclamos {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
font-size: 16px;
text-align: left;
}
.tabla-reclamos thead th {
background-color: #f8af29;
color: #fff;
padding: 10px;
}
.tabla-reclamos tbody td {
padding: 15px 2px;
border-bottom: 1px solid #ddd;
vertical-align: middle;
} .tabla-reclamos thead th:first-child,
.tabla-reclamos tbody td:first-child {
text-align: center; color: #121212;
width: 8%;
} .tabla-reclamos tbody td:first-child a {
color: #0c11af; text-decoration: none; } .tabla-reclamos tbody td:first-child a:hover {
color: #ff6600; text-decoration: underline; } .tabla-reclamos thead th:nth-child(2),
.tabla-reclamos tbody td:nth-child(2) {
text-align: left;
color: #121212;
width: 6.5%;
} .tabla-reclamos thead th:nth-child(3),
.tabla-reclamos tbody td:nth-child(3) {
text-align: left;
color: #121212;
width: 13%;
} .tabla-reclamos thead th:nth-child(4),
.tabla-reclamos tbody td:nth-child(4) {
text-align: left;
color: #121212;
width: 13.5%;
} .tabla-reclamos thead th:nth-child(5),
.tabla-reclamos tbody td:nth-child(5) {
text-align: left;
color: #121212;
width: 13.5%;
} .tabla-reclamos thead th:nth-child(6),
.tabla-reclamos tbody td:nth-child(6) {
text-align: left;
color: #121212;
width: 18%;
} .tabla-reclamos thead th:nth-child(7),
.tabla-reclamos tbody td:nth-child(7) {
text-align: left;
color: #121212;
width: 12%;
} .tabla-reclamos thead th:nth-child(8),
.tabla-reclamos tbody td:nth-child(8) {
text-align: left;
color: #121212;
width: 12%;
} .tabla-reclamos thead th:nth-child(9),
.tabla-reclamos tbody td:nth-child(9) {
text-align: left;
color: #121212;
width: 13%;
} .tabla-reclamos tbody td:nth-child(9) a {
color: #0c11af; text-decoration: none; } .tabla-reclamos tbody td:nth-child(9) a:hover {
color: #ff6600; text-decoration: underline; } .tabla-reclamos thead th:last-child,
.tabla-reclamos tbody td:last-child {
text-align: left;
color: #333;
width: 15%;
} .tabla-reclamos tbody td:last-child a {
color: #0c11af; text-decoration: none; } .tabla-reclamos tbody td:last-child a:hover {
color: #ff6600; text-decoration: underline; } .tabla-reclamos tbody tr:hover {
background-color: #f9f9f9;
transition: background-color 0.3s ease;
} .tabla-reclamos-a {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
font-size: 16px;
text-align: left;
}
.tabla-reclamos-a thead th {
background-color: #e4edb0;
color: #fff;
padding: 10px;
}
.tabla-reclamos-a tbody td {
padding: 15px 2px;
border-bottom: 1px solid #ddd;
} .tabla-reclamos-a thead th:first-child,
.tabla-reclamos-a tbody td:first-child {
text-align: left;
color: #333;
width: 8%;
} .tabla-reclamos-a thead th:nth-child(2),
.tabla-reclamos-a tbody td:nth-child(2) {
text-align: left;
color: #333;
width: 15%;
} .tabla-reclamos-a thead th:nth-child(3),
.tabla-reclamos-a tbody td:nth-child(3) {
text-align: left;
color: #333;
width: 14%;
} .tabla-reclamos-a thead th:nth-child(4),
.tabla-reclamos-a tbody td:nth-child(4) {
text-align: left;
color: #333;
width: 14%;
} .tabla-reclamos-a thead th:nth-child(5),
.tabla-reclamos-a tbody td:nth-child(5) {
text-align: left;
color: #333;
width: 18%;
} .tabla-reclamos-a thead th:nth-child(6),
.tabla-reclamos-a tbody td:nth-child(6) {
text-align: left;
color: #333;
width: 12%;
} .tabla-reclamos-a thead th:nth-child(7),
.tabla-reclamos-a tbody td:nth-child(7) {
text-align: left;
color: #333;
width: 12%;
} .tabla-reclamos-a thead th:nth-child(8),
.tabla-reclamos-a tbody td:nth-child(8) {
text-align: left;
width: 15%;
} .tabla-reclamos-a tbody td:nth-child(8) a {
color: #0c11af; text-decoration: none; } .tabla-reclamos-a tbody td:nth-child(8) a:hover {
color: #ff6600; text-decoration: underline; } .tabla-reclamos-a thead th:last-child,
.tabla-reclamos-a tbody td:last-child {
text-align: left;
width: 15%;
} .tabla-reclamos-a tbody td:last-child a {
color: #0c11af; text-decoration: none; } .tabla-reclamos-a tbody td:last-child a:hover {
color: #ff6600; text-decoration: underline; } .tabla-reclamos-a tbody tr:hover {
background-color: #f9f9f9;
transition: background-color 0.3s ease;
} .config-form table {
width: 100%;
border-collapse: collapse;
background-color: #ffffff;
border-radius: 8px;
overflow: hidden;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.config-form th,
.config-form td {
padding: 10px;
text-align: left;
border-bottom: 0px solid #ddd;
width: 60%;
}
.config-form th {
background-color: #2d322e00;
color: #1c1a1a;
font-weight: bold;
text-transform: uppercase;
width: 35%;
}
.config-form tr:nth-child(even) {
background-color: #f9f9f9;
}
.config-form tr:hover {
background-color: #f1f1f1;
}
.config-form td a {
color: #007cba;
text-decoration: none;
font-weight: bold;
}
.config-form td a:hover {
text-decoration: underline;
} .pdf-reclamacion {
font-family: Arial, sans-serif;
margin: 20px;
}
.pdf-reclamacion h1 {
text-align: center;
text-transform: uppercase;
font-size: 20px;
font-weight: bold;
text-decoration: underline;
}
.pdf-reclamacion h2 {
text-align: left;
font-size: 15px;
margin-top: 5px;
}
.pdf-reclamacion table {
width: 100%;
border-collapse: collapse;
margin: 0;
}
.pdf-reclamacion th, .pdf-reclamacion td {
border: 1px solid #000;
padding: 8px;
text-align: left;
vertical-align: top;
font-size: 12px;
}
.pdf-reclamacion th {
background-color: #d3cecd;
font-weight: bold;
}
.pdf-reclamacion .observaciones {
font-size: 10px;
color: #666;
margin-top: 20px;
border-top: 1px solid #ccc;
padding-top: 10px;
}
.pdf-reclamacion .textarea {
height: auto;
min-height: 50px;
overflow-wrap: break-word;
}
.pdf-reclamacion .footer-table {
margin-top: 20px;
font-size: 10px;
width: 100%;
}