:root{--background:#fff;--foreground:#171717;--default-time:0.3s;--main-bg-color:#f5f6fa;--second-bg-color:#e1ebf9;--primary-color:#3884ff;background-color:var(--main-bg-color)}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;display:flex;place-items:center;justify-content:center;min-width:320px;min-height:100vh}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}input[type=date],input[type=datetime-local],input[type=email],input[type=number],input[type=password],input[type=phone],input[type=text],input[type=time],input[type=url],select,textarea{border:1px solid #bbc2c4;border-radius:.3rem;padding:.6rem .8rem;font-size:1rem;color:#213547}textarea{resize:vertical;min-height:40px;height:80px;max-height:200px;width:100%}input[type=checkbox]{accent-color:var(--primary-color)}button{display:flex;flex-direction:row;border-radius:8px;border:1px solid transparent;padding:.8rem 2rem;align-items:center;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--primary-color);color:#fff;cursor:pointer;transition:border-color .25s;width:100%;justify-content:center}button:hover{border-color:#646cff}button:disabled{background-color:#ececed;color:#a6a6a6;cursor:not-allowed}.box{display:flex;flex-direction:column;justify-content:center;width:100%;max-width:700px;padding:1.5rem;border-radius:8px;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);background-color:#fff;margin:2rem;gap:1rem}.loader{width:35px;aspect-ratio:1;--_g:no-repeat radial-gradient(farthest-side,#000 94%,#0000);background:var(--_g) 0 0,var(--_g) 100% 0,var(--_g) 100% 100%,var(--_g) 0 100%;background-size:40% 40%;animation:l38 .5s infinite}@keyframes l38{to{background-position:100% 0,100% 100%,0 100%,0 0}}.rating button{background-color:transparent;padding:0;color:#000;width:auto}.fc{flex-direction:column}.fc,.fr{display:flex}.fr{flex-direction:row}.ai-c{align-items:center}.ai-fs{align-items:flex-start}.jc-sb{justify-content:space-between}.jc-fs{justify-content:flex-start}.jc-c{justify-content:center}.mla{margin-left:auto}.w100{width:100%}.mw500{min-width:600px}.h100{height:100%}.mh300{min-height:300px}.mta{margin-top:auto}.mh90{max-height:90%}.g0-5{gap:.5rem}.g1{gap:1rem}.red{color:red}