EVOLUTION-MANAGER
Edit File: crear_servicios.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-usuarios-online { width: 95%; margin: auto; overflow: auto; } .container-all { width: 100%; max-width: 1080px; margin: auto; padding: 15px; height: calc(100vh - 193.6px); } .contenedor-titulo-contenido { width: 100%; display: flex; flex-direction: column; } .contenedor-titulo-contenido label { font-weight: 700; } .contenedor-titulo-contenido textarea { resize: none; width: 100%; padding: 10px; } #caracteres-restantes-nombre, #caracteres-restantes-contenido, #caracteres-restantes-enunciado, #caracteres-restantes-respuesta { position: absolute; right: 4px; top: 0px; opacity: 0.7; pointer-events: none; font-size: small; } .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; font-size: 16px; 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 { cursor: grab; 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: 15px; 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; } #titulo { resize: none; width: 100%; padding: 10px; } #caracteres-restantes { position: absolute; right: 4px; top: 0px; opacity: 0.3; pointer-events: none; font-size: small; } .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; } .orden-configuracion { width: 100%; justify-content: flex-start; display: flex; flex-direction: column; } .orden-configuracion label { font-weight: 700; } .orden-configuracion input { width: 150px; } /* 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); } } .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; } .crear-servicio { width: 150px; height: 40px; background-color: rgb(74, 189, 32); border-radius: 1mm; border: none; cursor: pointer; color: white; font-weight: 500; margin-top: 20px; } .preguntas { position: relative; padding: 10px 20px; cursor: grab; } .ubicacion-eliminar { position: absolute; right: 0; top: 0; } .preguntas h2 { margin-bottom: 15px; } .contenerdor-preguntas { width: 100%; display: flex; flex-direction: column; color: black; padding: 15px 10px 15px 10px; background-color: white; border: 1px solid black; margin-top: 20px; margin-bottom: 20px; border-radius: 1mm; } .contenerdor-preguntas label { font-weight: 700; } .contenerdor-preguntas textarea { resize: none; width: 100%; padding: 10px; } .boton-agregar { width: 25px; font-size: 25px; color: white; background-color: rgb(74, 189, 32); border: 1px solid white; cursor: pointer; margin-left: 5px; border-radius: 7px; text-align: center; } .background-class{ background-color: rgba(0, 0, 0, 0.1); }