.app-loader{position:absolute;top:0;left:0;right:0;bottom:0;width:auto;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--color-loader-bg);border-radius:inherit;margin:0;padding:20px;z-index:9}.app-loader svg{content:"";width:96px;height:96px;max-width:95%;max-height:95%;-o-object-fit:contain;object-fit:contain}.app-loader svg circle{fill:var(--color-loader)}.app-loader.fixed-on-desktop svg{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:fixed}.app-loader~* .app-loader{display:none}.app-error{width:100%;height:auto;font-size:20px;line-height:1.1;color:var(--color-error-darker);padding:14px;background:var(--color-error-bg);-webkit-transition:.3s;transition:.3s;text-align:center;border-radius:4px}.app-error.err-enter-active,.app-error.err-leave-active{-webkit-transition:all .15s linear;transition:all .15s linear;-webkit-transform:rotateX(0deg);transform:rotateX(0deg);padding:14px 14px}.app-error.err-enter,.app-error.err-leave-to{-webkit-transition:all .15s linear;transition:all .15s linear;-webkit-transform:rotateX(90deg);transform:rotateX(90deg);padding:0 14px}@media (max-width:1024px){.app-error{font-size:16px;line-height:18px;padding:8px}}.app-checkbox{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:16px;line-height:24px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.app-checkbox input[type=checkbox]{display:none}.app-checkbox:before{-ms-flex-negative:0;flex-shrink:0;display:inline-block;width:24px;height:24px;margin-right:2px;color:var(--color-btn-primary-bg);content:""}.app-checkbox.checked:before,.app-checkbox:before{font-family:icons;font-size:24px;font-style:normal;font-weight:400;line-height:1;text-align:center;font-variant:normal;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-checkbox.checked:before{content:""}.app-checkbox.partially-checked:before{font-family:icons;font-size:24px;font-style:normal;font-weight:400;line-height:1;content:"";text-align:center;font-variant:normal;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-checkbox:not(.readonly):not(.disabled):hover:before{color:var(--color-btn-primary-bg-hover)}.app-checkbox.disabled{opacity:.4;cursor:default}.app-checkbox.readonly{cursor:default}@media (max-width:480px){.app-checkbox{font-size:14px}}.app-checkbox-group h5{font-size:20px;line-height:22px;text-align:left}.app-checkbox-group .options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:-6px}.app-checkbox-group .options .app-checkbox{margin:30px 5px 0 0}@media (max-width:1024px){.app-checkbox-group h5{font-size:18px;line-height:20px}}@media (max-width:480px){.app-checkbox-group h5{font-size:16px;line-height:22px}.app-checkbox-group .options .app-checkbox{margin:24px 5px 0 0}}#page-provider-create{margin-top:24px;padding-bottom:80px}#page-provider-create .btn-back-to{margin-bottom:12px}#page-provider-create .config{margin:40px 0 0;padding:24px;border-radius:6px;background:var(--color-component-bg-primary);-webkit-box-shadow:var(--box-shadow-primary);box-shadow:var(--box-shadow-primary);position:relative}#page-provider-create .config .app-loader{border-radius:6px}#page-provider-create .config .app-error{margin-bottom:24px}#page-provider-create .config .board{margin-top:40px}#page-provider-create .config .board:first-child{margin:0}#page-provider-create .config .board>h5{font-size:20px;line-height:22px;margin-bottom:24px}#page-provider-create .config .settings .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:30px}#page-provider-create .config .settings .info .app-input{width:calc(50% - 15px);max-width:370px;margin-right:30px}#page-provider-create .config .settings .info .app-input:last-child{margin:0}#page-provider-create .config .settings .info .logo-preview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:calc(50% - 15px);height:48px;padding:8px;border-radius:4px;border:solid 1px var(--color-input-border)}#page-provider-create .config .settings .info .logo-preview img{display:block}#page-provider-create .config .settings .info .logo-preview img.wide{max-width:100%;height:auto;max-height:32px;-o-object-fit:contain;object-fit:contain}#page-provider-create .config .settings .info .logo-preview img.small{width:100%;max-width:32px;height:auto;max-height:32px}#page-provider-create .config .features .app-checkbox-group .options{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#page-provider-create .config .features .app-checkbox-group .options .app-checkbox{margin:24px 48px 0 0;white-space:nowrap}#page-provider-create .config .features .app-checkbox-group .options .app-checkbox:last-child{margin-right:0}#page-provider-create .config>.btn{margin-top:30px}@media (max-width:1024px){#page-provider-create .config .board>h5{font-size:18px;line-height:20px}#page-provider-create .config .settings .info .app-input{max-width:258px}}@media (max-width:480px){#page-provider-create .btn-back-to{font-size:16px;line-height:18px;margin-bottom:8px}#page-provider-create .config{margin:32px 0 0;padding:16px 8px}#page-provider-create .config .board{margin-top:32px}#page-provider-create .config .board>h5{font-size:16px;line-height:22px}#page-provider-create .config .settings .info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 0 24px 0}#page-provider-create .config .settings .info .app-input{width:100%;max-width:100%;margin:0 0 24px 0}#page-provider-create .config .settings .info .app-input:nth-child(2){margin:0}#page-provider-create .config .settings .info .logo-preview{max-width:100%}#page-provider-create .config .features .app-checkbox-group .options{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#page-provider-create .config .features .app-checkbox-group .options .app-checkbox{width:35%;min-width:120px;margin:24px 0 0}#page-provider-create .config>.btn{margin-top:24px}}