EVOLUTION-MANAGER
Edit File: crear_rendicioncu.css
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap"); * { font-family: "Open Sans", sans-serif; box-sizing: border-box; margin: 0; padding: 0; } details { border: 1px solid #ddd; padding: 0 0 40px 0; } summary { background: #F5EA07; color: black; font-weight: 600; padding: 15px; margin: auto; margin-top: 40px; width: 95%; border-radius: 2mm; cursor: pointer; } .contenedor-rendicion { width: 85%; height: calc(100vh - 215px); max-width: 1024px; margin: auto; margin-top: 15px; padding: 40px 30px; border-radius: 2mm; background-color: transparent; border: 1px solid rgba(63, 60, 60, 0.3); backdrop-filter: blur(20px); box-shadow: 0 0 10px rgba(0, 0, 0, .3); overflow: auto; } .icono-crear-rendicion { width: 64px; height: 64px; } .contenerdor-datos { width: 100%; padding: 20px 0 20px 0; display: flex; align-items: center; justify-content: space-between; font-weight: 700; } .modelos { border-top: 1px solid black; border-bottom: 1px solid black; flex-direction: column; } .datos-lp { display: flex; flex-direction: column; width: 49%; } .datos-año { max-width: max-content; margin-right: 20px; } .add-rcuentas { width: max-content; height: 51.6px; justify-content: end; align-items: flex-start; position: relative; } .campo-ingresar { border-radius: 1mm; height: 30px; padding: 5px; } .errors { border: 1px solid red; box-shadow: 1px 1px 5px 0px red; } .alineacion { width: max-content; } .ventana-modal { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; border-radius: 5px; } .titulo-area-subir { width: 100%; text-align: justify; margin-bottom: 5px; font-size: 15px; font-weight: 700; } .cargar_archivo { position: relative; width: 100%; min-height: 100px; background-color: #18a7ff0d; display: flex; flex-direction: column; justify-content: center; align-items: center; border: 3px dashed #18a7ff82; cursor: pointer; } .cargar_archivo span { font-size: 70px; color: #18a7ff; } .cargar_archivo p { color: #18a7ff; font-size: 20px; font-weight: 800; font-family: cursive; } .mostrar-archivos { display: flex; align-items: center; justify-content: space-between; margin: 10px 0; padding: 10px 15px; box-shadow: #0000000d 0px 0px 0px 1px, #d1d5db3d 0px 0px 0px 1px inset; } .mostrar-archivos .left { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; } .vista-archivos { width: 100%; } .tipo-archivo { background-color: #18a7ff; color: white; padding: 5px 15px; font-size: 20px; text-transform: capitalize; font-weight: 700; border-radius: 3px; } .left h3 { font-size: 18px; color: #292f42; margin: 0; } .right span { background-color: #18a7ff; color: white; width: 25px; height: 25px; font-size: 25px; line-height: 25px; display: inline-block; text-align: center; cursor: pointer; border-radius: 50%; } .subidos-exito { margin: 30px 0; font-size: 16px; font-weight: 700; color: #a5a5a5; } .campo-modificador { width: max-content; height: 51.6px; justify-content: end; position:relative; } .contenedor-modificador { justify-content: flex-start; } .crear-rendicion { width: 150px; height: 40px; background-color: rgb(74, 189, 32); border-radius: 1mm; border: none; cursor: pointer; color: white; font-weight: 500; } .mensajes-error { width: 100%; padding: 0 0 10px 0; display: flex; } .contenedor-datos-anio { width: 100%; display: flex; } .alert-danger { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; } .alert { position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: .25rem; } #caracteres-restantes { position: absolute; right: 4px; top: 0px; opacity: 0.3; pointer-events: none; font-size: small; } #titulo { resize: none; width: 100%; padding: 10px; } .progressBar { position: absolute; top: 0; font-size: small; left: 0; background-color: green; height: 20px; opacity: 0; transition: all .5s ease; text-align: center; color: white; } .progressBarshow { opacity: 1; transition: all .5s ease; } /* Estilo para el modal */ .modal { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: rgba(0, 0, 0, 0.5); } .modal-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 20px; background-color: white; border-radius: 10px; text-align: center; } .spinner { border: 4px solid rgba(0, 0, 0, 0.1); border-left-color: #000; border-radius: 50%; width: 40px; height: 40px; animation: spin 1s linear infinite; margin: 20px auto; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @media screen and (max-width: 590px) { .campo-modificador { width: 100%; margin-right: 0; } .contenedor-modificador { justify-content: space-between; } .datos-año { max-width: none; width: 100%; margin-right: 0; } .contenedor-datos-anio { flex-direction: column; } }