@import"https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap";body{display:flex;font-family:Lato,sans-serif;align-items:center;justify-content:center;min-height:100vh}h1,h2,h3{display:flex;margin:0}.main{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;min-width:600px;max-width:1200px;min-height:400px;background-color:#fff;border-radius:20px;box-shadow:0 0 30px #0000001a;box-sizing:border-box;padding:20px 45px}.screen{display:flex;width:100%;height:100%;flex-direction:column;align-items:flex-start;gap:15px}.button{display:flex;justify-content:center;align-items:center;box-sizing:border-box;padding:14px 35px;font-size:16px;font-weight:500;color:#fff;background:#0060F0;border-radius:50px;cursor:pointer;transition:.3s}.button:hover{opacity:.9}.button-list{display:flex;flex-direction:row;gap:10px;justify-content:flex-start}.button-grey{background:#eaeaea;color:#8a8a8a}a{text-decoration:none}.custom-select{position:relative;width:280px;height:40px;border-radius:20px;background-color:#f5f5f5;overflow:hidden}.custom-select select{width:100%;height:100%;border:none;outline:none;background-color:transparent;padding:10px;font-size:14px;font-weight:500;color:#939393;-webkit-appearance:none;-moz-appearance:none;appearance:none}.select-arrow{position:absolute;top:0;right:0;width:40px;height:100%;background-color:#0060f0;pointer-events:none;border-radius:0 20px 20px 0}.select-arrow:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-60%,-70%) rotate(135deg);width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff}.custom-select select option{font-weight:400}.info-msg{display:flex;flex-direction:column;gap:15px;font-size:16px;color:#000}@media (max-width: 600px){.main{min-width:300px}.button{font-size:14px;padding:12px 20px}}
