.spinner{margin:auto;animation:rotate 2s linear infinite;width:150px;height:150px}.path{stroke:gray;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.validity-checkmark{width:100px;height:75px;margin:auto;display:flex;justify-content:center;align-items:center}@keyframes drawCheck{to{stroke-dashoffset:0}}@keyframes fillCheck{to{fill:#3a3a3a}}.checkmark{width:150px;height:150px;margin:auto}.checkmark-circle{fill:none;stroke:#4caf50;animation:drawCircle 1s ease-in-out forwards}.checkmark-check{fill:none;stroke:#4caf50;stroke-dasharray:50;stroke-dashoffset:50;animation:drawCheck 1s ease-in-out 1s forwards}.cross{width:150px;height:150px;margin:auto}.cross-circle{animation:drawCircle 1s ease-in-out forwards}.cross-circle,.cross-x{fill:none;stroke:#f44336}.cross-x{stroke-dasharray:80;stroke-dashoffset:80;animation:drawX 1s ease-in-out 1s forwards}@keyframes drawCircle{to{stroke-dashoffset:0}}@keyframes drawX{to{stroke-dashoffset:0}}.inquiry-card{border:1px solid #dfdfdf;border-radius:4px;padding:1rem;backdrop-filter:blur(2px);background-color:hsla(0,0%,100%,.8);border-radius:.5rem}.transparent-background{background-color:hsla(0,0%,100%,.8);backdrop-filter:blur(5px)}