@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";.body{padding:85px 20px 20px;font-family:Montserrat,sans-serif;display:flex;justify-content:center}.popup-card{width:370px;border-radius:6px;padding:10px 0;display:flex;flex-direction:column;border:1px solid #eeeeee;background:#fff;box-shadow:0 8px 15px #1414141f,0 0 4px #1414141a}.checkbox-container{height:42px;display:flex;align-items:center;justify-content:space-between;background:#fff;padding:0 15px 0 22px;cursor:pointer}.checkbox-label{font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:130%;letter-spacing:0px;vertical-align:middle;color:#1f2128}.checkbox-input{width:23px;height:23px;border:1px solid #cdcdcd99;border-radius:6px;margin:0 6px;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#fff;position:relative;transition:all .2s ease}.checkbox-input:after{content:"";position:absolute;display:none;left:50%;top:40%;width:7px;height:14px;border:solid white;border-width:0 1px 1px 0;transform:translate(-50%,-50%) rotate(45deg)}.checkbox-input:hover{border:1px solid #bdbdbd;background:#fff}.checkbox-input:hover:after{display:block;border-color:#e3e3e3}.checkbox-input:active{border:1px solid #bdbdbd;background:#fff;box-shadow:0 0 0 3px #2469f61a}.checkbox-input:active:after{display:block;border-color:#878787}.checkbox-input:checked{background:#2469f6;border:1px solid transparent}.checkbox-input:checked:after{display:block;border-color:#fff}.checkbox-input:checked:hover{background:#5087f8;border:1px solid transparent}.checkbox-input:checked:active{background:#2469f6;border:1px solid transparent;box-shadow:0 0 0 3px #2469f61a}.divider{height:20px;margin:0 15px;position:relative;border:none}.divider:after{content:"";position:absolute;top:50%;left:0;right:0;height:.7px;background:#cdcdcd;transform:translateY(-50%)}.btn-container{padding:10px 15px;gap:10px}.btn-default{width:100%;border:none;outline:none;cursor:pointer;height:40px;border-radius:4px;padding:10px 20px;gap:10px;angle:0 deg;font-family:Montserrat;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:130%;letter-spacing:0px;vertical-align:middle;color:#1f2128;background:#ffce22}.btn-default:hover{background:#ffd84d}.btn-default:active{background:#ffce22}
