:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#f3f3f3}*{box-sizing:border-box}body{margin:0}.stage{min-height:100vh;display:grid;place-items:center;padding:32px}.modal{width:370px;max-height:420px;display:flex;flex-direction:column;background:#fff;border:1px solid #EEEEEE;border-radius:6px;box-shadow:0 8px 15px #1414141f;padding:10px 12px}.list{max-height:164px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.list::-webkit-scrollbar{display:none}.row{height:42px;display:flex;align-items:center;justify-content:space-between;padding:8px 15px 8px 22px;background:#fff;cursor:pointer;-webkit-user-select:none;user-select:none}.label{font-family:Montserrat,sans-serif;font-size:14px;line-height:1;color:#1f2128}.divider-container{height:20px;display:flex;align-items:center}.divider{width:100%;height:1px;margin:0 8px;background:#e9e9e9}.doneWrap{height:60px;display:flex;align-items:center;justify-content:center}.doneBtn{width:340px;height:40px;padding:10px 20px;border-radius:4px;background-color:#ffce22;border:none;display:flex;align-items:center;justify-content:center;font-family:Montserrat,sans-serif;font-weight:400;font-size:14px;line-height:130%;letter-spacing:0;color:#1f2128;cursor:pointer}.doneBtn:hover{background-color:#ffd84d}.doneBtn:active{background-color:#ffce22}.checkbox{width:25px;height:25px;border-radius:6px;background:#fff;border:1px solid rgba(205,205,205,.6);padding:0;cursor:pointer;position:relative}.checkboxTick{position:absolute;width:17px;height:12px;left:4px;top:6px;display:none;color:#e3e3e3}.checkbox:hover{border-color:#bdbdbd}.checkbox:hover .checkboxTick{display:block}.checkbox--checked{background:#2469f6;border-color:transparent}.checkbox--checked .checkboxTick{display:block;color:#fff}.checkbox--checked:hover{background:#5087f8}.checkbox--checked:active{background:#2469f6}.checkbox:active{box-shadow:0 0 0 3px #2469f61a}.checkbox:active .checkboxTick{color:#878787}.checkbox--checked:active .checkboxTick{color:#fff}
