:root{--primary: #5f66f1;--secondary: #15113a;--white: #fefefe;--background: #f5f5f5}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none !important}body{font-family:"Poppins", sans-serif;background:var(--background)}.Loader{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;width:100%}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#fefefe}::-webkit-scrollbar-thumb{background:#5f66f1;border:2px solid #fefefe;border-radius:12px}

.custom-file-input::-webkit-file-upload-button{visibility:hidden}.custom-file-input::before{content:'Elegir archivo';display:inline-block;background:linear-gradient(to top, #f9f9f9, #e3e3e3);border:1px solid #999;border-radius:15px;padding:5px 16px;outline:none;white-space:nowrap;-webkit-user-select:none;cursor:pointer;text-shadow:1px 1px #fff;font-weight:700;font-size:10pt}.custom-file-input:hover::before{border-color:black}.custom-file-input:active::before{background:-webkit-linear-gradient(top, #e3e3e3, #f9f9f9)}

