.el-switch{--el-switch-on-color:var(--el-color-primary);--el-switch-off-color:var(--el-border-color);-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:14px;height:32px;line-height:20px;position:relative;vertical-align:middle}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__label{color:var(--el-text-color-primary);cursor:pointer;display:inline-block;font-size:14px;font-weight:500;height:20px;-webkit-transition:var(--el-transition-duration-fast);transition:var(--el-transition-duration-fast);vertical-align:middle}.el-switch__label.is-active{color:var(--el-color-primary)}.el-switch__label--left{margin-right:10px}.el-switch__label--right{margin-left:10px}.el-switch__label *{display:inline-block;font-size:14px;line-height:1}.el-switch__label .el-icon{height:inherit}.el-switch__label .el-icon svg{vertical-align:middle}.el-switch__input{height:0;margin:0;opacity:0;position:absolute;width:0}.el-switch__input:focus-visible~.el-switch__core{outline:2px solid var(--el-switch-on-color);outline-offset:1px}.el-switch__core{background:var(--el-switch-off-color);border:1px solid var(--el-switch-border-color,var(--el-switch-off-color));border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:20px;min-width:40px;outline:none;position:relative;-webkit-transition:border-color var(--el-transition-duration),background-color var(--el-transition-duration);transition:border-color var(--el-transition-duration),background-color var(--el-transition-duration)}.el-switch__core,.el-switch__core .el-switch__inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-switch__core .el-switch__inner{display:-webkit-box;display:-ms-flexbox;display:flex;height:16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;padding:0 4px 0 18px;-webkit-transition:all var(--el-transition-duration);transition:all var(--el-transition-duration);width:100%}.el-switch__core .el-switch__inner .is-icon,.el-switch__core .el-switch__inner .is-text{color:var(--el-color-white);font-size:12px;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.el-switch__core .el-switch__action{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--el-color-white);border-radius:var(--el-border-radius-circle);color:var(--el-switch-off-color);display:-webkit-box;display:-ms-flexbox;display:flex;height:16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:1px;position:absolute;-webkit-transition:all var(--el-transition-duration);transition:all var(--el-transition-duration);width:16px}.el-switch.is-checked .el-switch__core{background-color:var(--el-switch-on-color);border-color:var(--el-switch-border-color,var(--el-switch-on-color))}.el-switch.is-checked .el-switch__core .el-switch__action{color:var(--el-switch-on-color);left:calc(100% - 17px)}.el-switch.is-checked .el-switch__core .el-switch__inner{padding:0 18px 0 4px}.el-switch.is-disabled{opacity:.6}.el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.el-switch .label-fade-enter-from,.el-switch .label-fade-leave-active{opacity:0}.el-switch--large{font-size:14px;height:40px;line-height:24px}.el-switch--large .el-switch__label{font-size:14px;height:24px}.el-switch--large .el-switch__label *{font-size:14px}.el-switch--large .el-switch__core{border-radius:12px;height:24px;min-width:50px}.el-switch--large .el-switch__core .el-switch__inner{height:20px;padding:0 6px 0 22px}.el-switch--large .el-switch__core .el-switch__action{height:20px;width:20px}.el-switch--large.is-checked .el-switch__core .el-switch__action{left:calc(100% - 21px)}.el-switch--large.is-checked .el-switch__core .el-switch__inner{padding:0 22px 0 6px}.el-switch--small{font-size:12px;height:24px;line-height:16px}.el-switch--small .el-switch__label{font-size:12px;height:16px}.el-switch--small .el-switch__label *{font-size:12px}.el-switch--small .el-switch__core{border-radius:8px;height:16px;min-width:30px}.el-switch--small .el-switch__core .el-switch__inner{height:12px;padding:0 2px 0 14px}.el-switch--small .el-switch__core .el-switch__action{height:12px;width:12px}.el-switch--small.is-checked .el-switch__core .el-switch__action{left:calc(100% - 13px)}.el-switch--small.is-checked .el-switch__core .el-switch__inner{padding:0 14px 0 2px}.el-card{--el-card-border-color:var(--el-border-color-light);--el-card-border-radius:4px;--el-card-padding:20px;--el-card-bg-color:var(--el-fill-color-blank);background-color:var(--el-card-bg-color);border:1px solid var(--el-card-border-color);border-radius:var(--el-card-border-radius);color:var(--el-text-color-primary);overflow:hidden;-webkit-transition:var(--el-transition-duration);transition:var(--el-transition-duration)}.el-card.is-always-shadow,.el-card.is-hover-shadow:focus,.el-card.is-hover-shadow:hover{-webkit-box-shadow:var(--el-box-shadow-light);box-shadow:var(--el-box-shadow-light)}.el-card__header{border-bottom:1px solid var(--el-card-border-color);-webkit-box-sizing:border-box;box-sizing:border-box;padding:calc(var(--el-card-padding) - 2px) var(--el-card-padding)}.el-card__body{padding:var(--el-card-padding)}.el-card__footer{border-top:1px solid var(--el-card-border-color);padding:calc(var(--el-card-padding) - 2px) var(--el-card-padding)}.el-card__footer,.el-row{-webkit-box-sizing:border-box;box-sizing:border-box}.el-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.el-row.is-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-row.is-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.el-row.is-justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.el-row.is-justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.el-row.is-justify-space-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.el-row.is-align-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.el-row.is-align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-row.is-align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.settings-page[data-v-7a12594e]{width:min(100%,980px);margin:0 auto;padding:0 0 36px;color:#202124}.settings-hero[data-v-7a12594e]{min-height:126px;margin-bottom:28px;padding:28px 32px;border:1px solid #dfe3ea;border-radius:8px;background:#fff;-webkit-box-shadow:0 2px 8px rgba(60,64,67,.18);box-shadow:0 2px 8px rgba(60,64,67,.18);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px}.settings-hero h2[data-v-7a12594e]{margin:0 0 10px;font-size:26px;font-weight:500;line-height:1.25;letter-spacing:0}.settings-hero p[data-v-7a12594e]{margin:0;color:#5f6368;font-size:14px;line-height:1.6}.hero-icon[data-v-7a12594e]{width:74px;height:74px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;border-radius:50%;background:#eef4ff;color:#1a73e8;font-size:34px}.settings-section[data-v-7a12594e]{margin-bottom:28px}.section-title[data-v-7a12594e]{margin:0 0 16px;color:#202124;font-size:16px;font-weight:500;line-height:1.4;letter-spacing:0}.settings-panel[data-v-7a12594e]{border:1px solid #dfe3ea;border-radius:8px;background:#fff;-webkit-box-shadow:0 1px 4px rgba(60,64,67,.16);box-shadow:0 1px 4px rgba(60,64,67,.16);overflow:hidden}.settings-row[data-v-7a12594e]{min-height:72px;padding:14px 22px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:18px;border-bottom:1px solid #edf0f5}.settings-row[data-v-7a12594e]:last-child{border-bottom:0}.action-row[data-v-7a12594e]{cursor:pointer;-webkit-transition:background-color .16s ease;transition:background-color .16s ease}.action-row[data-v-7a12594e]:hover{background:#f8fafd}.settings-icon[data-v-7a12594e]{width:28px;height:28px;-webkit-box-flex:0;-ms-flex:0 0 28px;flex:0 0 28px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#5f6368;font-size:20px}.settings-copy[data-v-7a12594e]{min-width:0;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.row-title[data-v-7a12594e]{color:#202124;font-size:15px;font-weight:500;line-height:1.45;word-break:break-word}.row-desc[data-v-7a12594e]{margin-top:2px;color:#5f6368;font-size:13px;line-height:1.5;word-break:break-word}.row-action[data-v-7a12594e]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:12px;max-width:48%}.row-arrow[data-v-7a12594e]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;color:#3c4043;font-size:18px}.bill-options[data-v-7a12594e]{-ms-flex-wrap:wrap;flex-wrap:wrap}.bill-options[data-v-7a12594e] .el-checkbox{margin-right:0}.settings-reminder-panel[data-v-7a12594e]{display:block;border:1px solid #dfe3ea;border-radius:8px;-webkit-box-shadow:0 1px 4px rgba(60,64,67,.16);box-shadow:0 1px 4px rgba(60,64,67,.16);overflow:hidden}.settings-reminder-panel[data-v-7a12594e] .el-card__body{padding:20px 22px}.settings-reminder-panel[data-v-7a12594e] .el-row{margin-left:0!important;margin-right:0!important}.settings-reminder-panel[data-v-7a12594e] .el-form-item{margin-bottom:10px}.settings-reminder-panel[data-v-7a12594e] .el-select{width:min(100%,620px)}[data-v-7a12594e] .customWidth{width:800px!important;margin-top:5vh}@media screen and (max-width:1024px){.settings-page[data-v-7a12594e]{width:100%;padding-right:8px}}@media(max-width:767px){.settings-page[data-v-7a12594e]{padding:0 0 24px}.settings-hero[data-v-7a12594e]{min-height:auto;padding:20px}.settings-hero h2[data-v-7a12594e]{font-size:22px}.hero-icon[data-v-7a12594e]{display:none}.settings-row[data-v-7a12594e]{padding:13px 14px;gap:12px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.row-action[data-v-7a12594e]{max-width:100%;margin-left:auto;-ms-flex-wrap:wrap;flex-wrap:wrap}[data-v-7a12594e] .customWidth{width:95%!important;margin-top:5vh}}