.loader_content_valoracion { position: absolute; height: 100%; color: #3a3ad8; z-index: 15; display: flex; width: 100%; left: 0px; overflow-y: hidden; background-color: rgba(0, 0, 0, 0.5); } .loader_title { top: 55%; left: 50%; transform: translate(-50%, -50%); position: fixed; color: white; } .loader { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 40px; height: 40px; background-color: #464646; border-radius: 50%; } .loader:after { content: ""; position: absolute; border-radius: 50%; top: 50%; left: 50%; border: 0px solid white; transform: translate(-50%, -50%); animation: loading 1000ms ease-out forwards infinite; } @keyframes loading { 0% { border: 0px solid white; } 20% { border: 4px solid white; width: 0%; height: 0%; } 100% { border: 4px solid white; width: 100%; height: 100%; } } input[type="date"]::-webkit-calendar-picker-indicator { cursor: pointer; filter: invert(1); background-color: #FF3E73; border-radius: 5px; } .input { border:1px solid #22263c; } input:focus{ outline: none; } .form-select{ color:#4CBF8C; } .select-css:hover { border-color: #888; } input[type="radio"]{ accent-color: #4CBF8C; border: 1px solid white !important; }