:root{--primary-color:#00558B;--secondary-color:#F2E9FF;--screen-background:#f8f8ff;--sider-background:#1d1d42;--title-color:#34313a;--text-color:#1C1C1C;--text-light-color:#999;--link-color:#7b68ed;--thumbnail-bg:#fafafa;--border-light-color:#e9ebf0;--border-color:#d6d9de;--border-dark-color:#b5b5b6;--brand-green:#56b6a1;--brand-red:#c0392b;--brand-white:#fff;--brand-blue:#447ab1;--ui-secondary:#f34661}.ant-form ::-webkit-input-placeholder{font-size:13px}.ant-form ::-moz-placeholder{font-size:13px}.ant-form :-ms-input-placeholder{font-size:13px}.ant-form :-moz-placeholder{font-size:13px}.ant-form input:-webkit-autofill,.ant-form input:-webkit-autofill:active,.ant-form input:-webkit-autofill:focus,.ant-form input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px #fff inset!important}.ant-form .inline{display:flex}.ant-form .inline>.ant-form-item{padding:0 10px;flex-grow:1;flex-basis:0}.ant-form .inline>.ant-form-item:first-child{padding-left:0}.ant-form .inline>.ant-form-item:last-child{padding-right:0}.ant-form .ant-form{margin-top:20px}.ant-form .ant-form-item{margin-bottom:10px}.ant-form .ant-form-item .ant-form-item-label{background:#fff;padding:0;line-height:inherit;border-radius:4px;margin-bottom:5px}.ant-form .ant-form-item .ant-form-item-label label{font-size:12px}.ant-form .ant-form-item.ant-form-item-with-help{margin-bottom:4px;text-align:left}.ant-form .ant-form-item.ant-form-item-with-help .ant-form-explain{margin-top:2px;margin-bottom:4px;font-size:12px}.ant-form .ant-form-item .ant-form-extra{font-size:12px}.ant-form .ant-input-affix-wrapper{font-size:13px;color:#000}.ant-form .ant-input-affix-wrapper .ant-input{height:45px;overflow:hidden;width:100%}.ant-form .ant-input-affix-wrapper .ant-input:focus,.ant-form .ant-input-affix-wrapper .ant-input:hover{box-shadow:none;border-color:#b5b5b6}.ant-form .ant-input-affix-wrapper .ant-input.ant-input-group-wrapper{padding-left:0;border:none}.ant-form .ant-input-affix-wrapper .ant-input.ant-input-group-wrapper .ant-input-group-addon{border-color:#d6d9de}.ant-form .ant-input-affix-wrapper .ant-input.ant-input-group-wrapper .ant-input-group-addon .ant-select{background-color:#fafafa;border-right:0;border-left:0;border-radius:0}.ant-form .ant-input-affix-wrapper .ant-input.ant-input-group-wrapper .ant-input-group-addon .ant-select .ant-select-selection__rendered{background-color:#fafafa;margin:0}.ant-form .ant-input-affix-wrapper .ant-input.ant-input-disabled{color:#555;background:#fafafa}.ant-form .ant-input-affix-wrapper .ant-input i{color:var(--primary-color)}.ant-form .ant-input-affix-wrapper textarea{min-height:120px}.ant-form .ant-select{height:55px}.ant-form .ant-select.multi-select .ant-select-selection--multiple{border:none;outline:0;box-shadow:none}.ant-form .ant-select.multi-select .ant-select-selection--multiple:focus{box-shadow:none}.ant-form .ant-select.multi-select .ant-select-selection--multiple .ant-select-selection__rendered{margin:5px 20px 0 0}.ant-form .ant-select.multi-select .ant-select-selection--multiple .ant-select-selection__rendered .ant-select-selection__choice{margin-bottom:5px;display:flex;align-items:center}.ant-form .ant-select .ant-select-selection--single{height:45px;border:none;background:#fff;box-shadow:none}.ant-form .ant-select .ant-select-selection--single .ant-select-selection__rendered{height:45px;line-height:38px;margin:0 2px}.ant-form .ant-select .ant-select-selection--single .ant-select-selection__rendered .ant-select-selection-selected-value{color:#1e1f20;margin-top:2px}.ant-form .ant-select .ant-select-selection--single .ant-select-selection__rendered .ant-select-selection__placeholder{margin-top:-12px}.ant-form .ant-input-number{height:45px;background:#fff;border:1px solid #d6d9de;color:#000;font-size:13px;padding-left:12px;border-radius:8px;overflow:hidden;width:100%;line-height:45px;box-shadow:none}.ant-form .ant-input-number input{padding-left:0}.ant-form .ant-select-auto-complete{border:none;padding:0}.ant-form .ant-select-auto-complete .ant-select-selection .ant-select-selection__rendered{height:45px}.ant-form .ant-select-auto-complete .ant-select-selection .ant-select-selection__rendered .ant-input{height:45px;border-color:#d6d9de}.ant-form .ant-upload{height:100px;width:100px;display:flex;justify-content:center;align-items:center;font-size:30px;margin-top:10px}.ant-form .ant-upload.ant-upload-select{border-radius:4px}.ant-form .ant-avatar{width:100px;height:100px;line-height:100px;border-radius:10px;background-color:#e9ebf0}.ant-form .ant-avatar .anticon-user{font-size:30px}.ant-form .ant-calendar-picker-input{height:45px;background:#fff;border:1px solid #d6d9de;font-size:13px;padding-left:12px;border-radius:4px}.ant-form .upload-container{border:1px solid #d6d9de;padding:10px;width:100px;height:100px;background-color:#fff;border-radius:4px;font-size:30px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;cursor:pointer}.ant-form .upload-container:focus,.ant-form .upload-container:hover{border-color:#b5b5b6}.ant-form .upload-container:focus i,.ant-form .upload-container:hover i{color:var(--primary-color)}.ant-form .ant-form-item-control{line-height:inherit}.ant-form .ant-switch-checked{background-color:var(--primary-color)}.ant-form .form-section{background:#fff;border-bottom:1px solid #e9ebf0}.ant-form .form-section .section-label{font-weight:700;padding:10px 24px;border-bottom:1px solid #e9ebf0;background-color:#fafafa}.ant-form .form-section .content{padding:24px}.ant-form .form-section .content .appended-form{border:1px solid #e9ebf0;padding:20px;border-radius:4px;background:#fff}.ant-form .form-section .content .crud{border:1px solid #e9ebf0;border-radius:4px;background:#fff}.ant-form .form-section .content .crud .header{padding:10px 10px;border-bottom:1px solid #e9ebf0;display:flex;justify-content:space-between;align-items:center}.ant-form .form-section .content .crud .crud-content{padding:20px}.ant-form .form-section .content .crud .crud-content button{font-size:18px;padding:0 20px;height:49px}.ant-form .form-section .content .crud .crud-content button i{margin:0}.ant-form .has-error.has-feedback:after{top:2px}.ant-form .has-success.has-feedback:after{top:2px}.ant-form .has-error.has-feedback .ant-form-item-children-icon{display:none}.ant-form .has-success.has-feedback .ant-form-item-children-icon{display:none}.ant-form .ant-form ::-webkit-input-placeholder{font-size:13px}.ant-form .ant-form ::-moz-placeholder{font-size:13px}.ant-form .ant-form :-ms-input-placeholder{font-size:13px}.ant-form .ant-form :-moz-placeholder{font-size:13px}.ant-form .ant-form input:-webkit-autofill,.ant-form .ant-form input:-webkit-autofill:active,.ant-form .ant-form input:-webkit-autofill:focus,.ant-form .ant-form input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px #fff inset!important}.ant-form .ant-form .inline{display:flex}.ant-form .ant-form .inline>.ant-row{padding:0 10px;flex-grow:1;flex-basis:0}.ant-form .ant-form .inline>.ant-row:first-child{padding-left:0}.ant-form .ant-form .inline>.ant-row:last-child{padding-right:0}.ant-form .ant-form .ant-form{margin-top:20px}.ant-form .ant-form .ant-form-item{margin-bottom:10px}.ant-form .ant-form .ant-form-item .ant-form-item-label{background:#fff;padding:0;line-height:inherit;border-radius:4px;margin-bottom:5px}.ant-form .ant-form .ant-form-item .ant-form-item-label label{font-size:12px}.ant-form .ant-form .ant-form-item.ant-form-item-with-help{margin-bottom:4px;text-align:left}.ant-form .ant-form .ant-form-item.ant-form-item-with-help .ant-form-explain{margin-top:2px;margin-bottom:4px;font-size:12px}.ant-form .ant-form .ant-form-item .ant-form-extra{font-size:12px}.ant-form .ant-form .ant-input,.ant-form .ant-form .input{height:45px;background:#fff;border:1px solid #d6d9de;color:#000;font-size:13px;padding-left:12px;border-radius:8px;overflow:hidden;width:100%}.ant-form .ant-form .ant-input:focus,.ant-form .ant-form .ant-input:hover,.ant-form .ant-form .input:focus,.ant-form .ant-form .input:hover{box-shadow:none;border-color:#b5b5b6}.ant-form .ant-form .ant-input.textarea,.ant-form .ant-form .input.textarea{height:120px;resize:none;padding:15px 12px}.ant-form .ant-form .ant-input.ant-input-group-wrapper,.ant-form .ant-form .input.ant-input-group-wrapper{padding-left:0;border:none}.ant-form .ant-form .ant-input.ant-input-group-wrapper .ant-input-group-addon,.ant-form .ant-form .input.ant-input-group-wrapper .ant-input-group-addon{border-color:#d6d9de}.ant-form .ant-form .ant-input.ant-input-group-wrapper .ant-input-group-addon .ant-select,.ant-form .ant-form .input.ant-input-group-wrapper .ant-input-group-addon .ant-select{background-color:#fafafa;border-right:0;border-left:0;border-radius:0}.ant-form .ant-form .ant-input.ant-input-group-wrapper .ant-input-group-addon .ant-select .ant-select-selection__rendered,.ant-form .ant-form .input.ant-input-group-wrapper .ant-input-group-addon .ant-select .ant-select-selection__rendered{background-color:#fafafa;margin:0}.ant-form .ant-form .ant-input.ant-input-disabled,.ant-form .ant-form .input.ant-input-disabled{color:#555;background:#fafafa}.ant-form .ant-form .ant-input i,.ant-form .ant-form .input i{color:var(--primary-color)}.ant-form .ant-form .ant-select{height:45px;background:#fff;border:1px solid #d6d9de;font-size:13px;padding-left:12px;border-radius:8px;overflow:hidden;vertical-align:top}.ant-form .ant-form .ant-select:focus,.ant-form .ant-form .ant-select:hover{box-shadow:none;border-color:#b5b5b6}.ant-form .ant-form .ant-select.multi-select{height:inherit;min-height:45px}.ant-form .ant-form .ant-select.multi-select .ant-select-selection--multiple{border:none;outline:0;box-shadow:none}.ant-form .ant-form .ant-select.multi-select .ant-select-selection--multiple:focus{box-shadow:none}.ant-form .ant-form .ant-select.multi-select .ant-select-selection--multiple .ant-select-selection__rendered{margin:5px 20px 0 0}.ant-form .ant-form .ant-select.multi-select .ant-select-selection--multiple .ant-select-selection__rendered .ant-select-selection__choice{margin-bottom:5px;display:flex;align-items:center}.ant-form .ant-form .ant-select .ant-select-selection--single{height:45px;border:none;background:#fff;box-shadow:none}.ant-form .ant-form .ant-select .ant-select-selection--single .ant-select-selection__rendered{height:45px;line-height:38px;margin:0 2px}.ant-form .ant-form .ant-select .ant-select-selection--single .ant-select-selection__rendered .ant-select-selection-selected-value{color:#1e1f20;margin-top:2px}.ant-form .ant-form .ant-select .ant-select-selection--single .ant-select-selection__rendered .ant-select-selection__placeholder{margin-top:-12px}.ant-form .ant-form .ant-input-number{height:45px;background:#fff;border:1px solid #d6d9de;color:#000;font-size:13px;padding-left:12px;border-radius:8px;overflow:hidden;width:100%;line-height:45px;box-shadow:none}.ant-form .ant-form .ant-input-number input{padding-left:0}.ant-form .ant-form .ant-select-auto-complete{border:none;padding:0}.ant-form .ant-form .ant-select-auto-complete .ant-select-selection .ant-select-selection__rendered{height:45px}.ant-form .ant-form .ant-select-auto-complete .ant-select-selection .ant-select-selection__rendered .ant-input{height:45px;border-color:#d6d9de}.ant-form .ant-form .ant-upload{height:100px;width:100px;display:flex;justify-content:center;align-items:center;font-size:30px;margin-top:10px}.ant-form .ant-form .ant-upload.ant-upload-select{border-radius:4px}.ant-form .ant-form .ant-avatar{width:100px;height:100px;line-height:100px;border-radius:10px;background-color:#e9ebf0}.ant-form .ant-form .ant-avatar .anticon-user{font-size:30px}.ant-form .ant-form .ant-calendar-picker-input{height:45px;background:#fff;border:1px solid #d6d9de;font-size:13px;padding-left:12px;border-radius:4px}.ant-form .ant-form .file-list{display:flex}.ant-form .ant-form .file-list .file{width:220px;min-height:80px;border:1px solid #d6d9de;margin-right:10px;background:#fff;padding:10px 40px 10px 10px;border-radius:4px;position:relative}.ant-form .ant-form .file-list .file .data .uploaded-file{width:200px;height:200px;background:#fafafa;align-items:center;display:flex;justify-content:center}.ant-form .ant-form .file-list .file .data .uploaded-file img{max-width:100%;max-height:100%}.ant-form .ant-form .file-list .file .data .name{word-break:break-all}.ant-form .ant-form .file-list .file .data .type{font-weight:700}.ant-form .ant-form .file-list .file .data .icon{font-size:30px;margin-right:10px;color:var(--primary-color)}.ant-form .ant-form .file-list .file .data .image{max-width:80%;max-height:100px;margin-right:20px;border:1px solid #e9ebf0;border-radius:4px;margin-bottom:10px;background-color:#fafafa}.ant-form .ant-form .file-list .file .remove{position:absolute;top:0;right:10px;font-size:20px;color:#c5c5c5}.ant-form .ant-form .file-list .file .download{position:absolute;bottom:0;right:10px;font-size:20px;color:#3066a0}.ant-form .ant-form .upload-container{border:1px solid #d6d9de;padding:10px;width:100px;height:100px;background-color:#fff;border-radius:4px;font-size:30px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;cursor:pointer}.ant-form .ant-form .upload-container:focus,.ant-form .ant-form .upload-container:hover{border-color:#b5b5b6}.ant-form .ant-form .upload-container:focus i,.ant-form .ant-form .upload-container:hover i{color:var(--primary-color)}.ant-form .ant-form .ant-form-item-control{line-height:inherit}.ant-form .ant-form .ant-switch-checked{background-color:var(--primary-color)}.ant-form .ant-form .form-section{background:#fff;border-bottom:1px solid #e9ebf0}.ant-form .ant-form .form-section .section-label{font-weight:700;padding:10px 24px;border-bottom:1px solid #e9ebf0;background-color:#fafafa}.ant-form .ant-form .form-section .content{padding:24px}.ant-form .ant-form .form-section .content .appended-form{border:1px solid #e9ebf0;padding:20px;border-radius:4px;background:#fff}.ant-form .ant-form .form-section .content .crud{border:1px solid #e9ebf0;border-radius:4px;background:#fff}.ant-form .ant-form .form-section .content .crud .header{padding:10px 10px;border-bottom:1px solid #e9ebf0;display:flex;justify-content:space-between;align-items:center}.ant-form .ant-form .form-section .content .crud .crud-content{padding:20px}.ant-form .ant-form .form-section .content .crud .crud-content button{font-size:18px;padding:0 20px;height:49px}.ant-form .ant-form .form-section .content .crud .crud-content button i{margin:0}.ant-form .ant-form .has-error.has-feedback:after{top:2px}.ant-form .ant-form .has-success.has-feedback:after{top:2px}.ant-form .ant-form .has-error.has-feedback .ant-form-item-children-icon{display:none}.ant-form .ant-form .has-success.has-feedback .ant-form-item-children-icon{display:none}.ant-form .section{border:1px solid #e9ebf0;border-radius:10px;overflow:hidden}.ant-form .section .section-header{background-color:#fafafa;padding:10px;border-bottom:1px solid #e9ebf0}.ant-form .section .section-header .name{font-weight:600;font-size:15px;color:#53575e}.ant-form .section .section-header .description{font-size:13px;margin-bottom:0}.ant-form .section .fields{padding:20px}:root{--primary-color:#00558B;--secondary-color:#F2E9FF;--screen-background:#f8f8ff;--sider-background:#1d1d42;--title-color:#34313a;--text-color:#1C1C1C;--text-light-color:#999;--link-color:#7b68ed;--thumbnail-bg:#fafafa;--border-light-color:#e9ebf0;--border-color:#d6d9de;--border-dark-color:#b5b5b6;--brand-green:#56b6a1;--brand-red:#c0392b;--brand-white:#fff;--brand-blue:#447ab1;--ui-secondary:#f34661}.file-list{display:flex}.file-list .file{width:220px;min-height:80px;border:1px solid var(--border-color);margin-right:10px;background:#fff;padding:10px 40px 10px 10px;border-radius:4px;position:relative}.file-list .file .data .uploaded-file{max-width:200px;background:#fafafa}.file-list .file .data .uploaded-file .uploaded-file-name{font-size:12px;padding:5px}.file-list .file .data .uploaded-file img{max-width:100%;max-height:100%;vertical-align:top}.file-list .file .data .name{word-break:break-all}.file-list .file .data .type{font-weight:700}.file-list .file .data .icon{font-size:30px;margin-right:10px;color:var(--primary-color)}.file-list .file .data .image{max-width:80%;max-height:100px;margin-right:20px;border:1px solid var(--border-light-color);border-radius:4px;margin-bottom:10px;background-color:var(--thumbnail-bg)}.file-list .file .remove{position:absolute;top:0;right:10px;font-size:20px;color:#c5c5c5}.file-list .file .download{position:absolute;bottom:0;right:10px;font-size:20px;color:#3066a0}.phone-input .ant-input-wrapper .ant-input-group-addon{background-color:#fff;border-top-left-radius:8px;border-bottom-left-radius:8px}.phone-input .ant-input-wrapper .ant-input-group-addon .ant-select{width:150px!important;border:none;padding-right:30px;height:40px}.phone-input .ant-input-wrapper .ant-input-group-addon .ant-select .ant-select-selection--single{height:40px}.phone-input .ant-input-wrapper .ant-input-group-addon .ant-select .ant-select-selection--single .ant-select-selection__rendered{height:40px}.phone-input .ant-input-wrapper .ant-input-group-addon .ant-select .ant-select-selection--single .ant-select-arrow{top:20px;right:-18px}.select-country-code-dropdown{width:300px!important}:root{--primary-color:#fa793f;--screen-background:#fff;--sider-background:#1d1534;--title-color:#34313a;--text-color:#1C1C1C;--thumbnail-bg:#fafafa;--border-light-color:#e9ebf0;--brand-green:#56b6a1;--brand-red:#c0392b}.error-page .error{width:50%}.error-page .error .graphics{font-size:100px;margin-bottom:10px}.error-page .error .error-name{font-size:80px;color:#e74c3c}.error-page .error .small-msg{font-size:20px;color:#bdbdbd;margin-bottom:10px}.error-page .error .descriptive-msg{font-size:20px;line-height:30px}.error-page .error .descriptive-msg a{color:var(--primary-color)}:root{--primary-color:#fa793f;--screen-background:#fff;--sider-background:#1d1534;--title-color:#34313a;--text-color:#1C1C1C;--thumbnail-bg:#fafafa;--border-light-color:#e9ebf0;--brand-green:#56b6a1;--brand-red:#c0392b}.form-container{min-height:100vh;background:#fff;display:flex;justify-content:center;align-items:center}.form-container a{font-size:12px;font-weight:500;cursor:pointer;vertical-align:top}.form-container label{font-size:12px}.form-container .inline{justify-content:space-between}.form-container button{width:100%}.form-container button .icon{margin-right:8px}.form-container button .icon i{font-size:14px;margin:0}.form-container button .icon.phone i{transform:scaleX(-1)}.form-container .auth-form{width:600px;background:#fff;border-radius:10px;margin:10px auto 0 auto;overflow:hidden;padding:30px 50px;position:relative;z-index:2;box-shadow:rgba(100,100,111,.2) 0 7px 29px 0;box-sizing:border-box}.form-container .auth-form .logo{text-align:center;margin-bottom:10px}.form-container .auth-form .logo img{width:150px}.form-container .auth-form .title{font-style:normal;font-weight:700;font-size:18px;color:var(--text-color);text-align:center;text-transform:uppercase}.form-container .auth-form .description{font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:var(--title-color);margin-top:5px;text-align:center}.form-container .auth-form .option{margin:20px 0 0 0;font-size:12px;text-align:center}.form-container .auth-form .option a{display:inline-block}.form-container .auth-form .ant-form{margin-top:20px}.form-container .auth-form .ant-form .form .more-links{margin-top:15px;display:flex;justify-content:space-between}.form-container .auth-form .ant-form .form .more-links .ant-form-item-control-input{min-height:inherit}.form-container .auth-form .ant-form .actions{margin-top:20px}.form-container .auth-form .separator{text-align:center;display:flex;align-items:center;justify-content:center;color:var(--text-color);margin:20px 0;font-size:13px}.form-container .auth-form .separator .line{display:inline-block;height:1px;width:8px;background:var(--border-light-color);margin:0 5px}.form-container .auth-form .links{display:flex;justify-content:center;flex-wrap:wrap}.form-container .auth-form .links a{margin-bottom:10px}.form-container .auth-form .auth-option{display:flex;align-items:center;flex-direction:column}.form-container .auth-form .auth-option .icon{border:1px solid var(--border-light-color);display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50px;font-size:15px;color:#000;margin-bottom:4px}.form-container .auth-form .auth-option .icon:hover{color:var(--primary-color)}.form-container.register .content .form .fields .more-links{margin-bottom:20px}.ant-modal .join-form{height:inherit;margin-top:50px}@media(max-width:992px){.form-container{min-height:100vh;height:inherit;flex-direction:column}.form-container .auth-form{width:90%;padding:30px 30px}.form-container .auth-form .options .option ul li a img{width:25px}}:root{--primary-color:#fa793f;--screen-background:#fff;--sider-background:#1d1534;--title-color:#34313a;--text-color:#1C1C1C;--thumbnail-bg:#fafafa;--border-light-color:#e9ebf0;--brand-green:#56b6a1;--brand-red:#c0392b}.graphic{width:100%;overflow:hidden;position:absolute;top:0;z-index:1;display:flex;justify-content:space-between;align-items:center}.graphic.reverse{flex-flow:row-reverse}.graphic .rectangle{width:50%;height:100vh;background-color:var(--primary-color)}.graphic .rectangle.image{background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}.graphic .rectangle.image .overlay{width:100%;height:100%;background:var(--primary-color);position:absolute;top:0;left:0;opacity:.8}.graphic .dots{width:50%;height:100vh;background-color:#fff;opacity:.6;background-image:radial-gradient(#000 .5px,#fff .5px);background-size:15px 15px}:root{--primary-color:#fa793f;--screen-background:#fff;--sider-background:#1d1534;--title-color:#34313a;--text-color:#1C1C1C;--thumbnail-bg:#fafafa;--border-light-color:#e9ebf0;--brand-green:#56b6a1;--brand-red:#c0392b}.table .ant-table{background-color:#fff}.table .ant-table .ant-table-thead>tr>th{background-color:#fff}.table .ant-table .ant-table-row td a.delete:hover{color:red}.smart-table .ant-btn{height:35px}.smart-table .data-header{display:flex;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid var(--border-light-color)}.smart-table .data-header .right{display:flex}.smart-table .data-header .title{font-size:16px;color:var(--title-color);font-weight:500}.smart-table .data-header .ant-btn{margin-left:10px;font-size:14px}.smart-table .data-header .ant-btn.download{border:1px solid var(--brand-green);color:var(--brand-green)}.smart-table .table-header{display:flex;justify-content:space-between;align-items:center}.smart-table .search{padding:10px 0;display:flex}.smart-table .search .filters{display:flex;flex-grow:1}.smart-table .search .filters:first-child{flex-grow:0}.smart-table .search .filters .input{height:35px;width:300px;border-radius:0;border-left:none;border-right:none;border-color:var(--border-light-color);font-size:13px}.smart-table .search .filters .input:focus{box-shadow:none}.smart-table .search .filters .ant-calendar-picker-input{height:35px;border-radius:0;border-left:none;border-right:none;border-color:var(--border-light-color)}.smart-table .search .filters .ant-calendar-picker-input:hover{border-color:var(--border-light-color)}.smart-table .search .filters .ant-select{min-width:150px;height:35px;border-top-right-radius:0;border-bottom-right-radius:0;font-size:13px}.smart-table .search .filters .ant-select .ant-select-selector{height:35px;border-color:var(--border-light-color);border-radius:5px;border-bottom-right-radius:0;border-top-right-radius:0}.smart-table .search .filters .ant-select .ant-select-selector:focus{box-shadow:none}.smart-table .search .filters .ant-select .ant-select-selector .ant-select-selection__rendered{height:35px;line-height:33px;margin-right:30px}.smart-table .search .filters .ant-select:nth-child(2) .ant-select-selection--single{border-right:none;border-left:none;border-radius:0}.smart-table .search .filters .ant-select-auto-complete .ant-select-selection--single .ant-select-selection__rendered{margin-right:0}.smart-table .search .filters .ant-select-auto-complete .ant-select-selection--single .ant-select-selection__rendered .ant-input{height:35px;width:300px;border-radius:0;border-left:none;border-right:none;border-color:var(--border-light-color)}.smart-table .search .filters .ant-select-auto-complete .ant-select-selection--single .ant-select-selection__rendered .ant-input:focus{box-shadow:none}.smart-table .search .search-input .ant-input{height:35px;width:300px;border-radius:0;border-bottom-left-radius:8px;border-top-left-radius:8px;border:1px solid var(--border-light-color)}.smart-table .search .search-input .ant-input:focus{box-shadow:none}.smart-table .search .search-input .ant-input-search-button{border-top-left-radius:0;border-bottom-left-radius:0;border:1px solid var(--border-light-color);color:var(--primary-color);background:#fff;text-shadow:none;box-shadow:none}.smart-table .search .search-input .ant-input-search-button:hover{border-color:var(--primary-color)}.smart-table .search .search-btn{border-radius:5px;border-top-left-radius:0;border-bottom-left-radius:0;border-color:var(--border-light-color)}.smart-table .search .ant-form{display:flex}.smart-table .search .ant-form .inline>.ant-form-item{padding:0}.smart-table .search .ant-form .inline .ant-form-item{margin:0}.smart-table .search .ant-form .inline .ant-form-item:first-child .ant-input-affix-wrapper{border-top-left-radius:8px;border-bottom-left-radius:8px}.smart-table .search .ant-form .inline .ant-form-item:first-child .ant-select .ant-select-selector{border-top-left-radius:5px;border-bottom-left-radius:5px}.smart-table .search .ant-form .inline .ant-form-item .ant-select{min-width:150px;height:35px;border-top-right-radius:0;border-bottom-right-radius:0;font-size:13px}.smart-table .search .ant-form .inline .ant-form-item .ant-select .ant-select-selector{height:35px;border-color:var(--border-light-color);border-radius:0;border-right:0}.smart-table .search .ant-form .inline .ant-form-item .ant-select .ant-select-selector:focus{box-shadow:none}.smart-table .search .ant-form .inline .ant-form-item .ant-select .ant-select-selector .ant-select-selection__rendered{height:35px;line-height:33px;margin-right:30px}.smart-table .search .ant-form .inline .ant-form-item .ant-select:nth-child(2) .ant-select-selection--single{border-right:none;border-left:none;border-radius:0}.smart-table .search .ant-form .ant-input-affix-wrapper{border-radius:0;border-color:var(--border-light-color);border-right:0}.smart-table .search .ant-form .ant-input-affix-wrapper .ant-input-suffix{display:none}.smart-table .search .ant-form .ant-input-affix-wrapper .ant-input{height:25px}.smart-table .search .actions button:first-child{border-radius:0;border-top-right-radius:8px;border-bottom-right-radius:8px;margin-right:10px;border:1px solid var(--border-light-color);color:var(--primary-color);background:#fff;text-shadow:none;box-shadow:none}.smart-table .search .actions button:first-child:hover{border-color:var(--primary-color)}.smart-table .ant-table-wrapper .ant-table{background-color:rgba(0,0,0,0);font-family:Poppins,sans-serif}.smart-table .ant-table-wrapper .ant-table .ant-table-container{border-radius:10px;overflow:hidden}.smart-table .ant-table-wrapper .ant-table .ant-table-thead>tr>th{background-color:#fff;font-size:13px;padding:8px 8px;color:var(--title-color)}.smart-table .ant-table-wrapper .ant-table .ant-table-thead>tr>th .ant-table-column-title{font-size:13px}.smart-table .ant-table-wrapper .ant-table .ant-table-row:nth-child(odd){background:#fff}.smart-table .ant-table-wrapper .ant-table .ant-table-row:nth-child(even){background:#fafafa}.smart-table .ant-table-wrapper .ant-table .ant-table-row:last-child td:first-child{border-bottom-left-radius:8px}.smart-table .ant-table-wrapper .ant-table .ant-table-row:last-child td:last-child{border-bottom-right-radius:8px}.smart-table .ant-table-wrapper .ant-table .ant-table-row td{padding:0 8px;font-size:12px;min-height:60px;color:var(--text-color);word-break:break-word}.smart-table .ant-table-wrapper .ant-table .ant-table-row td a.delete:hover{color:var(--brand-red)}.smart-table .ant-table-wrapper .ant-table .ant-table-row td .view-btn{margin-right:10px}.smart-table .ant-table-wrapper .ant-table .ant-table-row td .row-actions{display:flex;flex-wrap:wrap}.smart-table .ant-table-wrapper .ant-table .ant-table-row td .row-actions .ant-btn{margin-right:4px;margin-top:5px;margin-bottom:4px;border-color:var(--border-light-color);font-size:13px;padding:0 10px;background-color:#fff}.smart-table .ant-table-wrapper .ant-table .ant-table-row td .row-actions .ant-btn i{margin:0;font-size:16px}.smart-table .ant-table-wrapper .ant-table .ant-table-row td .row-actions .ant-btn.ant-btn-primary{border:none}.smart-table .ant-table-wrapper .ant-table .ant-table-row td .row-actions .ant-btn.edit{border:1px solid var(--border-light-color);color:var(--brand-green)}.smart-table .ant-table-wrapper .ant-table .ant-table-row td .row-actions .ant-btn.edit:hover{border:1px solid var(--brand-green);color:var(--brand-green)}.smart-table .ant-table-wrapper .ant-table .ant-table-row td .row-actions .ant-btn.delete{border:1px solid var(--border-light-color);color:var(--brand-red)}.smart-table .ant-table-wrapper .ant-table .ant-table-row td .row-actions .ant-btn.delete:hover{border:1px solid var(--brand-red);color:var(--brand-red)}.smart-table .ant-table-wrapper .ant-table .ant-table-row td .row-actions .ant-btn.orange-btn-text{border:1px solid var(--border-light-color);color:#f26926}.smart-table .ant-table-wrapper .ant-table .ant-table-row td .row-actions .ant-btn.orange-btn-text:hover{border:1px solid #f26926;color:#f26926}.smart-table .ant-table-wrapper .ant-table .ant-table-row td .row-actions .ant-btn.yellow-btn-text{border:1px solid var(--border-light-color);color:#f2a949}.smart-table .ant-table-wrapper .ant-table .ant-table-row td .row-actions .ant-btn.yellow-btn-text:hover{border:1px solid #f2a949;color:#f2a949}.smart-table .ant-table-wrapper .ant-table .ant-table-row td .row-actions .ant-btn.blue-btn-text{border:1px solid var(--border-light-color);color:#3067a0}.smart-table .ant-table-wrapper .ant-table .ant-table-row td .row-actions .ant-btn.blue-btn-text:hover{border:1px solid #3067a0;color:#3067a0}.smart-table .ant-table-wrapper .ant-table .ant-table-row td .row-actions .disabled.blue-btn-text button{color:#3067a0}.smart-table .ant-table-wrapper .ant-table .ant-table-row td .row-actions a{display:flex;align-items:center}.smart-table .ant-table-wrapper .ant-table .ant-table-row td .image img{max-width:50px!important;margin-top:10px}.smart-table .ant-table-wrapper .ant-table .ant-table-row td .ant-select .ant-select-selector{width:95px}.smart-table .ant-table-wrapper .ant-table .ant-table-row td .ant-select .ant-select-selector .ant-select-selection-item{font-size:12px}.smart-table .ant-table-wrapper .media{border-radius:4px;margin-left:10px}.smart-table .ant-table-wrapper .media .uploaded-file{display:flex}.smart-table .ant-table-wrapper .media .uploaded-file .download{font-size:18px;margin-left:10px}.smart-table .ant-table-wrapper .media img{width:100px!important;height:auto!important}.smart-table .ant-table-wrapper .media .file-icon{border:1px solid var(--border-light-color);width:50px;height:50px;font-size:30px;align-items:center;border-radius:4px;display:flex;justify-content:center}@media(max-width:520px){.smart-table .data-header .title{font-size:17px}.smart-table .data-header .ant-btn{margin-left:4px;padding:0 12px;width:inherit;box-sizing:content-box}.smart-table .data-header .actions button .ant-btn-icon{margin:0}.smart-table .data-header .actions button .text{display:none}}.toggle-list{border:1px solid var(--border-light-color);border-radius:10px;overflow:hidden}.toggle-list .item{border-top:1px solid var(--border-light-color);padding:10px;display:flex;justify-content:space-between}.toggle-list .item.note{border-top:none;background-color:#fafafa}.toggle-list .item:first-child{border-top:none}.toggle-list .item .text{font-weight:500}.toggle-list .action{border-top:1px solid var(--border-light-color);padding:10px;text-align:right}@media(max-width:1024px){.smart-table .table-header{display:block}.smart-table .table-header .bulk-delete-btn{margin-bottom:10px}}@media(max-width:992px){.smart-table .ant-table-wrapper .ant-table-content table{width:1200px}}@media(max-width:762px){.smart-table .table-header .bulk-delete-btn{margin-bottom:4px}.smart-table .search{display:block}.smart-table .search .ant-form{display:block}.smart-table .search .ant-form .form .ant-form-item{margin-bottom:4px}.smart-table .search .ant-form .form .ant-form-item .ant-input-affix-wrapper{border-radius:8px;border:1px solid var(--border-light-color)}.smart-table .search .actions{text-align:right}.smart-table .search .actions button:first-child{border-radius:8px;margin-right:0}.smart-table .search .ant-form .inline .ant-form-item .ant-select .ant-select-selector{border-radius:5px;border:1px solid var(--border-light-color)}.ant-modal.toggle-modal .ant-modal-content .ant-modal-header{border-radius:0}}:root{--primary-color:#fa793f;--screen-background:#fff;--sider-background:#1d1534;--title-color:#34313a;--text-color:#1C1C1C;--thumbnail-bg:#fafafa;--border-light-color:#e9ebf0;--brand-green:#56b6a1;--brand-red:#c0392b}:root{--primary-color:#fa793f;--screen-background:#fff;--sider-background:#1d1534;--title-color:#34313a;--text-color:#1C1C1C;--thumbnail-bg:#fafafa;--border-light-color:#e9ebf0;--brand-green:#56b6a1;--brand-red:#c0392b}.background{display:block;background-color:var(--thumbnail-bg);background-repeat:no-repeat;background-size:cover;background-position:center}.content-center,.dashboard .content .ant-row .ant-col .dashboard-card .info .details,.dashboard .content .ant-row .ant-col .dashboard-card .info .icon-cont{justify-content:center;align-items:center;vertical-align:middle;text-align:center;display:flex}.dashboard .content .page-title{font-size:20px;font-family:Poppins,sans-serif;margin-bottom:10px;color:var(--primary-color)}.dashboard .content a:hover{filter:brightness(.99)}.dashboard .content .ant-row .ant-col{overflow:hidden}.dashboard .content .ant-row .ant-col .dashboard-card{text-align:center;margin-bottom:20px;border:1px solid var(--border-light-color);background:#fff;border-radius:15px;transition:all .3s ease;position:relative;overflow:hidden}.dashboard .content .ant-row .ant-col .dashboard-card .info{position:relative;display:flex;justify-content:space-between;height:130px}.dashboard .content .ant-row .ant-col .dashboard-card .info p{margin:0}.dashboard .content .ant-row .ant-col .dashboard-card .info .icon-cont{padding:0 25px;flex:0 1 50%}.dashboard .content .ant-row .ant-col .dashboard-card .info .icon-cont .icon{background-color:var(--screen-background);height:60px;width:60px;border-radius:50%;font-size:28px;color:var(--primary-color);line-height:72px;justify-content:center}.dashboard .content .ant-row .ant-col .dashboard-card .info .details{padding:20px;word-wrap:break-word;flex-direction:column;flex:0 1 50%}.dashboard .content .ant-row .ant-col .dashboard-card .info .details .label{color:var(--text-color);word-break:break-all;font-style:normal;font-weight:500;font-size:14px;line-height:17px}.dashboard .content .ant-row .ant-col .dashboard-card .info .details .count{margin-bottom:5px;color:var(--primary-color);font-style:normal;font-weight:700;font-size:36px;line-height:44px}@media(min-width:1300px){.dashboard .content .ant-row .ant-col .dashboard-card:before{width:200%!important}}@media(max-width:1024px){.dashboard .content .ant-row .ant-col .dashboard-card:before{width:200%!important}}@media(max-width:762px){.dashboard .content .ant-row .ant-col .dashboard-card{margin-bottom:10px}}:root{--primary-color:#fa793f;--screen-background:#fff;--sider-background:#1d1534;--title-color:#34313a;--text-color:#1C1C1C;--thumbnail-bg:#fafafa;--border-light-color:#e9ebf0;--brand-green:#56b6a1;--brand-red:#c0392b}.configuration-form .form-configuration .page-title{font-size:16px;color:var(--title-color);font-weight:500;padding-bottom:10px}.configuration-form .form-configuration .fields{background:#fff;padding:20px;border:1px solid var(--border-light-color);border-bottom:none;border-radius:4px;border-bottom-left-radius:0;border-bottom-right-radius:0}.configuration-form .actions{text-align:right;background:#fff;padding:0 20px 20px 20px;border:1px solid var(--border-light-color);border-top:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}:root{--primary-color:#fa793f;--screen-background:#fff;--sider-background:#1d1534;--title-color:#34313a;--text-color:#1C1C1C;--thumbnail-bg:#fafafa;--border-light-color:#e9ebf0;--brand-green:#56b6a1;--brand-red:#c0392b}.template-builder .form{padding:20px;border-right:1px solid var(--border-light-color);min-height:90vh}.template-builder .form .ant-form-item-children .label{font-size:12px;color:#000;margin-top:10px;margin-bottom:0}.template-builder .form .templates-container{margin-bottom:40px}.template-builder .form .templates-container .label{font-size:12px;margin-bottom:8px}.template-builder .form .templates-container .templates{display:flex;flex-wrap:wrap}.template-builder .form .templates-container .templates .template{border:1px solid var(--border-light-color);border-radius:4px;margin-right:10px;margin-bottom:10px;font-size:13px;background:#f8f8ff;cursor:pointer}.template-builder .form .templates-container .templates .template:hover{background:#fafafa}.template-builder .form .templates-container .templates .template iframe{min-height:200px;min-width:200px;width:100%;overflow:hidden;margin:0;padding:0;border:none}.template-builder .preview{height:100%;padding:20px}.ant-modal.EmailTemplateForm .ant-modal-content .ant-modal-body,.ant-modal.PdfTemplateForm .ant-modal-content .ant-modal-body,.ant-modal.SmsTemplateForm .ant-modal-content .ant-modal-body{padding:0}.ant-modal.EmailTemplateForm .ant-modal-content .ant-modal-body .actions,.ant-modal.PdfTemplateForm .ant-modal-content .ant-modal-body .actions,.ant-modal.SmsTemplateForm .ant-modal-content .ant-modal-body .actions{padding:20px 20px 20px 20px;margin-top:0;border-top:1px solid var(--border-light-color)}.ant-modal.SmsTemplateForm .ant-modal-content .ant-modal-body .template-builder .templates .template{margin:0 0 10px 0}.tags{display:inline-block}.tags .ant-tag{margin-bottom:5px;font-size:15px}:root{--primary-color:#fa793f;--screen-background:#fff;--sider-background:#1d1534;--title-color:#34313a;--text-color:#1C1C1C;--thumbnail-bg:#fafafa;--border-light-color:#e9ebf0;--brand-green:#56b6a1;--brand-red:#c0392b}.html-preview{padding:24px;height:680px;overflow:auto}.html-preview .title{color:#292929;font-size:14px}.html-preview .iframe{border:1px solid var(--border-light-color);background-color:#fff;width:100%;height:500px}:root{--primary-color:#fa793f;--screen-background:#fff;--sider-background:#1d1534;--title-color:#34313a;--text-color:#1C1C1C;--thumbnail-bg:#fafafa;--border-light-color:#e9ebf0;--brand-green:#56b6a1;--brand-red:#c0392b}.sider{background:var(--sider-background)!important;height:100vh;overflow-y:auto;overflow-x:hidden}.sider .brand{height:55px;background:#191838;padding:18px 0 0 20px}.sider .brand img{max-width:100px}.sider .ant-menu{background:var(--sider-background);margin-bottom:50px;border-right:none}.sider .ant-menu .ant-menu-item{font-size:14px;font-weight:400;font-style:normal;color:#bbbbc6;height:inherit;margin:0;width:auto;padding:5px 0;padding-left:22px!important;border-radius:0}.sider .ant-menu .ant-menu-item .anticon{font-size:14px}.sider .ant-menu .ant-menu-item .ant-menu-title-content{font-size:14px}.sider .ant-menu .ant-menu-item:active{background-color:var(--sider-background)!important}.sider .ant-menu .ant-menu-item:hover{background:var(--sider-background);color:#fff!important;filter:brightness(.85)}.sider .ant-menu .ant-menu-item:last-child{margin-bottom:100px}.sider .ant-menu .ant-menu-item.ant-menu-item-selected{font-weight:400;background:var(--sider-background);color:#fff;filter:brightness(.85)}.sider .ant-menu .ant-menu-item.ant-menu-item-selected i{color:#fff}.sider .ant-menu .ant-menu-submenu{font-size:14px;font-weight:400;font-style:normal}.sider .ant-menu .ant-menu-submenu .ant-menu-submenu-title{height:inherit;line-height:50px;font-size:14px;background:var(--sider-background);margin:0;padding:5px 0;padding-left:22px!important;color:#bbbbc6}.sider .ant-menu .ant-menu-submenu .ant-menu-submenu-title:hover{color:#949bb2}.sider .ant-menu .ant-menu-submenu .ant-menu-submenu-title .ant-menu-submenu-arrow::after,.sider .ant-menu .ant-menu-submenu .ant-menu-submenu-title .ant-menu-submenu-arrow::before{background:#949bb2}.sider .ant-menu .ant-menu-submenu .ant-menu-sub{margin-bottom:0}.sider .ant-menu .ant-menu-submenu .ant-menu-sub .ant-menu-item{border-bottom:none;background:var(--sider-background);margin:0;padding-left:22px!important;filter:brightness(.85)}.sider .ant-menu .ant-menu-submenu .ant-menu-sub .ant-menu-item.ant-menu-item-selected{background:var(--sider-background);color:#fff;filter:brightness(.75);border-radius:0}.sider .ant-menu .ant-menu-submenu .ant-menu-sub .ant-menu-item.ant-menu-item-selected i{color:#fff}.sider .ant-menu .ant-menu-submenu .ant-menu-sub .ant-menu-item:last-child{margin-bottom:0}.sider .ant-layout-sider-trigger{display:none}.sider.ant-layout-sider-collapsed .brand{display:none}.sider.ant-layout-sider-collapsed .ant-menu .ant-menu-item .ant-menu-title-content{display:none}.ant-menu-inline .ant-menu-item:after,.ant-menu-vertical .ant-menu-item:after{border-right:none}.ant-menu-inline,.ant-menu-vertical,.ant-menu-vertical-left{border-right:0 solid #e8e8e8!important}.ant-menu-vertical>.ant-menu-item{margin-bottom:8px!important}@media(max-width:1100px){.sider{position:fixed!important;z-index:999;top:54px;left:0}.sider.ant-layout-sider-collapsed{margin-left:-100px}}:root{--primary-color:#fa793f;--screen-background:#fff;--sider-background:#1d1534;--title-color:#34313a;--text-color:#1C1C1C;--thumbnail-bg:#fafafa;--border-light-color:#e9ebf0;--brand-green:#56b6a1;--brand-red:#c0392b}:root{--primary-color:#fa793f;--screen-background:#fff;--sider-background:#1d1534;--title-color:#34313a;--text-color:#1C1C1C;--thumbnail-bg:#fafafa;--border-light-color:#e9ebf0;--brand-green:#56b6a1;--brand-red:#c0392b}.background{display:block;background-color:var(--thumbnail-bg);background-repeat:no-repeat;background-size:cover;background-position:center}.content-center{justify-content:center;align-items:center;vertical-align:middle;text-align:center;display:flex}.home{position:fixed;width:100%;height:100vh;overflow:hidden}.home .ant-layout{background:#fff}.home .ant-layout .layout-content{width:100%}.home .ant-layout .layout-content .home-layout{width:100%;height:calc(100vh - 55px);padding:20px 30px 30px 30px;background-color:var(--screen-background);overflow:auto}.home .ant-layout .layout-content .home-layout .ant-layout-content .data .content{padding-top:0}.home .ant-layout .layout-content .home-layout .ant-layout-content .data .content .smart-table .data-header .title{color:#fff}@media(max-width:1100px){.home .home-layout{overflow-x:auto!important;padding:20px!important}.home .home-layout .smart-table .ant-table .ant-table-content{overflow:scroll}.home .home-layout .smart-table .ant-table .ant-table-content .ant-table-body{width:1200px}}@media(max-width:1024px){.home .content .welcome{height:120px;width:120px}.home .content .welcome .girl{width:120px;height:120px}.welcome-popover .ant-popover-inner .popover-content{font-size:15px;padding:10px}}@media(max-width:762px){.home .ant-layout .home-layout{padding:10px}}:root{--primary-color:#fa793f;--screen-background:#fff;--sider-background:#1d1534;--title-color:#34313a;--text-color:#1C1C1C;--thumbnail-bg:#fafafa;--border-light-color:#e9ebf0;--brand-green:#56b6a1;--brand-red:#c0392b}.header{height:55px;padding:0 30px;line-height:inherit}.header.secured{background:#fff;border-bottom:1px solid var(--border-light-color);position:relative}.header.fixed{position:fixed;top:0;width:100%;z-index:99;height:45px;line-height:inherit;padding:2px 15px}.header.with-horizontal-menu{height:88px}.header .top-section{display:flex;justify-content:space-between;align-items:center;height:55px}.header .top-section .left{display:flex}.header .top-section .left .trigger{z-index:4}.header .top-section .left .trigger.drawer{left:15px}.header .top-section .left .trigger .trigger-icon{font-size:18px;color:var(--text-color)}.header .top-section .left .logo{width:120px;height:40px;display:flex;justify-content:center;align-items:center}.header .top-section .left .logo img{max-width:100%;max-height:100%;margin:0}.header .top-section .left .logo .logo-text{font-size:18px;color:var(--primary-color)}.header .top-section .right .navigation ul li{display:inline-block}.header .top-section .right .navigation ul li .language{margin-top:2px;border-radius:4px}.header .top-section .right .navigation ul li .language i.globe-icon{color:var(--primary-color)}.header .top-section .right .navigation ul li a{color:#fff;border-bottom:3px solid transparent;display:block;padding:18px;margin-right:15px;font-size:13px;letter-spacing:1px;text-decoration:none;position:relative;font-family:Poppins,sans-serif}.header .top-section .right .navigation ul li a i{margin-right:5px}.header .top-section .right .navigation ul li a.active{font-family:Poppins,sans-serif}.header .top-section .right .navigation ul li a.active i{font-weight:400}.header .top-section .right .navigation ul li a.profile-link{padding:0;border:2px solid var(--primary-color);background-color:#fff;border-radius:20px;overflow:hidden;margin-top:1px;margin-left:10px;margin-right:0}.header .top-section .right .navigation ul li a.profile-link .user-image{border-radius:20px;margin:2px;overflow:hidden}.header .top-section .right .navigation ul li a.profile-link .user-image .ant-avatar{background:#e9e9e9}.header .top-section .right .navigation ul li a.profile-link .user-image .ant-avatar i{margin:0}.header .top-section .right .navigation ul li a.documentation{margin:2px 10px 0 0;height:35px;padding:0 20px;letter-spacing:0;line-height:34px}.header .bottom-section{margin-top:2px;border-top:1px solid var(--border-light-color)}.header .bottom-section .horizontal-menu{text-align:center}.header .bottom-section .horizontal-menu .ant-menu-horizontal{background:#fafafa}.mobile-only{display:none}.ant-popover{z-index:5}.ant-popover .ant-popover-inner{border-radius:0}.ant-popover .ant-popover-inner .ant-popover-inner-content{padding:0}.ant-popover .ant-popover-inner .ant-popover-inner-content .popover-content .user-info{display:flex;border-bottom:1px solid var(--border-light-color);padding:10px;width:250px;word-break:break-word;align-items:center}.ant-popover .ant-popover-inner .ant-popover-inner-content .popover-content .user-info .ant-avatar{width:60px;height:60px;line-height:56px;margin-right:10px;border:2px solid var(--primary-color);border-radius:50px;background-color:var(--border-light-color);flex-shrink:0}.ant-popover .ant-popover-inner .ant-popover-inner-content .popover-content .user-info .user{line-height:18px}.ant-popover .ant-popover-inner .ant-popover-inner-content .popover-content .user-info .user p{margin:0}.ant-popover .ant-popover-inner .ant-popover-inner-content .popover-content .user-info .user .name{font-size:14px;font-weight:500;color:var(--title-color)}.ant-popover .ant-popover-inner .ant-popover-inner-content .popover-content .user-info .user a{color:var(--text-color);font-size:14px;text-decoration:underline}.ant-popover .ant-popover-inner .ant-popover-inner-content .popover-content .other-links ul{padding:0}.ant-popover .ant-popover-inner .ant-popover-inner-content .popover-content .other-links ul li{list-style:none}.ant-popover .ant-popover-inner .ant-popover-inner-content .popover-content .other-links ul li a{color:var(--text-color);font-size:14px;line-height:25px;padding:10px 15px;display:block}@media(max-width:1100px){.header{padding:0 20px}}@media(max-width:762px){.header.fixed{padding:0 15px}.header .top-section{padding:0}.header .top-section .navigation ul li a{margin-right:4px}.header .top-section .navigation ul li a.documentation .text{display:none}.header .top-section .navigation ul li a.documentation i{margin-right:0!important}.header .navigation ul li a{padding:0}.header .logo{left:55px!important}.header .trigger{display:block!important}}@media(max-width:520px){.header .top-section .navigation ul li .language .changeLanguage.ant-select .ant-select-selection{padding:0 30px}}@media(max-width:420px){.header .top-section .logo{display:none}}:root{--primary-color:#fa793f;--screen-background:#fff;--sider-background:#1d1534;--title-color:#34313a;--text-color:#1C1C1C;--thumbnail-bg:#fafafa;--border-light-color:#e9ebf0;--brand-green:#56b6a1;--brand-red:#c0392b}.final-permissions{margin-top:20px}.final-permissions .label{margin-bottom:10px;color:#000}.final-permissions ul li{display:inline-block}.final-permissions ul li.permission{padding:5px 10px;border:1px solid var(--border-light-color);border-radius:4px;margin-right:5px;margin-bottom:5px;font-size:13px}@media(max-width:992px){.ant-picker-panel:last-child .ant-picker-date-panel{display:none!important}.ant-picker-panel:first-child .ant-picker-date-panel .ant-picker-header-next-btn,.ant-picker-panel:first-child .ant-picker-date-panel .ant-picker-header-super-next-btn{visibility:initial!important}.ant-picker-panel.ant-picker-range-wrapper{min-width:288px!important}.ant-picker-presets{display:none!important}}:root{--primary-color:#fa793f;--screen-background:#fff;--sider-background:#1d1534;--title-color:#34313a;--text-color:#1C1C1C;--thumbnail-bg:#fafafa;--border-light-color:#e9ebf0;--brand-green:#56b6a1;--brand-red:#c0392b}.edit-footer .content .card{border:1px solid var(--border-light-color);background-color:#fff;border-radius:15px;overflow:hidden;margin-bottom:10px}.edit-footer .content .card .heading{padding:10px;border-bottom:1px solid var(--border-light-color);display:flex;justify-content:space-between}.edit-footer .content .card .heading .label{font-weight:600;color:var(--primary-color)}.edit-footer .content .card .heading .actions .ant-btn{height:30px}.edit-footer .content .card .content{padding:10px}.edit-footer .content .card .content .item{border:1px solid var(--border-light-color);padding:10px;background-color:#fafafa;border-radius:15px;margin-bottom:10px}.edit-footer .content .card .content .item .label{font-weight:600}.edit-footer .content .card .content .item:last-child{margin-bottom:0}.edit-footer .content .card .content .item .image{width:120px;border:1px solid var(--border-light-color);padding:10px;background-color:#fff;border-radius:15px;margin-top:5px}.edit-footer .content .card .content .item .image img{width:100%}.edit-footer .content .card .list{padding:10px}.edit-footer .content .card .list .group{border-radius:15px;background:#fff;border:1px solid var(--border-light-color);margin-bottom:10px;border-bottom:1px solid var(--border-light-color);flex:1;overflow:hidden}.edit-footer .content .card .list .group .title{padding:10px;border-bottom:1px solid var(--border-light-color);font-weight:600;background:#fafafa}.edit-footer .content .card .list .group .list .item .link{border:1px solid var(--border-light-color);padding:10px;background-color:#fafafa;border-radius:15px;margin-bottom:10px}.edit-footer .content .card .list .group .list .item:last-child .link{margin-bottom:0}.edit-footer .content .card .list .group:last-child{margin-bottom:0}.edit-footer .content .card .edit-form .form{padding:10px}.edit-footer .content .card .edit-form .form .item{border:1px solid var(--border-light-color);padding:10px;background-color:#fafafa;border-radius:15px;margin-bottom:10px;font-weight:600}.edit-footer .content .card .edit-form .form .item:last-child{margin-bottom:0}.edit-footer .content .card .edit-form .form .ant-btn.ant-btn-circle{width:35px;height:35px!important;margin-top:24px}.edit-footer .content .card .edit-form .form .ant-form-item .ant-form-item-label{padding-bottom:0;background-color:rgba(0,0,0,0)}.edit-footer .content .card .edit-form .form .ant-form-item .ant-input{height:30px}.edit-footer .content .card .edit-form .form .ant-form-item .ant-select{height:40px}.edit-footer .content .card .edit-form .form .group-container{padding:0}.edit-footer .content .card .edit-form .form .group-container .group{border:1px solid var(--border-light-color);border-radius:15px;overflow:hidden;margin-bottom:10px}.edit-footer .content .card .edit-form .form .group-container .group .heading{background-color:#fafafa}.edit-footer .content .card .edit-form .form .action .ant-btn{height:30px;margin-left:5px}.edit-footer .content .card .edit-form .actions{padding:10px 10px 20px 10px;text-align:right}:root{--primary-color:#fa793f;--screen-background:#fff;--sider-background:#1d1534;--title-color:#34313a;--text-color:#1C1C1C;--thumbnail-bg:#fafafa;--border-light-color:#e9ebf0;--brand-green:#56b6a1;--brand-red:#c0392b}.edit-header .content .card{border:1px solid var(--border-light-color);background-color:#fff;border-radius:15px;overflow:hidden;margin-bottom:10px}.edit-header .content .card .heading{padding:10px;border-bottom:1px solid var(--border-light-color);display:flex;justify-content:space-between}.edit-header .content .card .heading .label{font-weight:600;color:var(--primary-color)}.edit-header .content .card .heading .actions .ant-btn{height:30px}.edit-header .content .card.navigation .list{padding:10px}.edit-header .content .card.navigation .list .item .label{border:1px solid var(--border-light-color);padding:10px;background-color:#fafafa;border-radius:15px;margin-bottom:10px;font-weight:600}.edit-header .content .card.navigation .list .item .label span{color:#989898;font-weight:400;font-size:13px}.edit-header .content .card.navigation .list .dropdown{margin-left:30px;margin-bottom:10px;display:flex}.edit-header .content .card.navigation .list .dropdown .column{border-radius:15px;background:#fff;border:1px solid var(--border-light-color);margin-right:10px;margin-bottom:10px;border-bottom:1px solid var(--border-light-color);flex:1;overflow:hidden}.edit-header .content .card.navigation .list .dropdown .column .title{padding:10px;border-bottom:1px solid var(--border-light-color);font-weight:600;background:#fafafa}.edit-header .content .card.navigation .list .dropdown .column .list .item .link{border:1px solid var(--border-light-color);padding:10px;background-color:#fafafa;border-radius:15px;margin-bottom:10px}.edit-header .content .card.navigation .list .dropdown .column .list .item:last-child .link{margin-bottom:0}.edit-header .content .card.navigation .edit-form .form{padding:10px}.edit-header .content .card.navigation .edit-form .form .item{border:1px solid var(--border-light-color);padding:10px;background-color:#fafafa;border-radius:15px;margin-bottom:10px;font-weight:600}.edit-header .content .card.navigation .edit-form .form .item:last-child{margin-bottom:0}.edit-header .content .card.navigation .edit-form .form .ant-btn.ant-btn-circle{width:35px;height:35px;margin-top:24px}.edit-header .content .card.navigation .edit-form .form .ant-form-item .ant-form-item-label{padding-bottom:0;background-color:rgba(0,0,0,0)}.edit-header .content .card.navigation .edit-form .form .ant-form-item .ant-input{height:30px}.edit-header .content .card.navigation .edit-form .form .ant-form-item .ant-select{height:40px}.edit-header .content .card.navigation .edit-form .form .dropdown-form{margin-left:50px}.edit-header .content .card.navigation .edit-form .form .dropdown-form .dropdown-column{border:1px solid var(--border-light-color);border-radius:15px;margin-bottom:10px;overflow:hidden}.edit-header .content .card.navigation .edit-form .form .dropdown-form .dropdown-column .heading{background-color:#fafafa}.edit-header .content .card.navigation .edit-form .form .dropdown-form .dropdown-column .heading .action .ant-btn{margin-left:5px;height:30px}.edit-header .content .card.navigation .edit-form .actions{padding:10px 10px 20px 10px;text-align:right}.edit-header .content .card.cta .content,.edit-header .content .card.topbar .content{padding:10px}.edit-header .content .card.cta .content .item,.edit-header .content .card.topbar .content .item{border:1px solid var(--border-light-color);padding:10px;background-color:#fafafa;border-radius:15px;margin-bottom:10px}.edit-header .content .card.cta .content .item .label,.edit-header .content .card.topbar .content .item .label{font-weight:600}.edit-header .content .card.cta .content .item:last-child,.edit-header .content .card.topbar .content .item:last-child{margin-bottom:0}.edit-header .content .card.logo .content{padding:10px}.edit-header .content .card.logo .content .image{width:120px;border:1px solid var(--border-light-color);padding:10px;background-color:#fafafa;border-radius:15px}.edit-header .content .card.logo .content .image img{width:100%}:root{--primary-color:#fa793f;--screen-background:#fff;--sider-background:#1d1534;--title-color:#34313a;--text-color:#1C1C1C;--thumbnail-bg:#fafafa;--border-light-color:#e9ebf0;--brand-green:#56b6a1;--brand-red:#c0392b}.social button{margin-left:10px}.social button i{margin-right:0}.social .google{background-color:#db4437;color:#fff}.social .facebook{background-color:#4267b2;color:#fff}.social .twitter{background-color:#38a1f3;color:#fff}:root{--primary-color:#fa793f;--screen-background:#fff;--sider-background:#1d1534;--title-color:#34313a;--text-color:#1C1C1C;--thumbnail-bg:#fafafa;--border-light-color:#e9ebf0;--brand-green:#56b6a1;--brand-red:#c0392b}:root{--primary-color:#fa793f;--screen-background:#fff;--sider-background:#1d1534;--title-color:#34313a;--text-color:#1C1C1C;--thumbnail-bg:#fafafa;--border-light-color:#e9ebf0;--brand-green:#56b6a1;--brand-red:#c0392b}.background{display:block;background-color:var(--thumbnail-bg);background-repeat:no-repeat;background-size:cover;background-position:center}.content-center{justify-content:center;align-items:center;vertical-align:middle;text-align:center;display:flex}.setting-page{position:fixed;width:100%;height:100vh;overflow:hidden}.setting-page .ant-layout{background:#fff}.setting-page .ant-layout .setting-page-layout{height:100vh;background-color:var(--screen-background)}.setting-page .ant-layout .setting-page-layout .content{padding:20px 30px 30px 30px}.setting-page .ant-layout .setting-page-layout .setting{border:1px solid var(--border-light-color);border-radius:4px;background:#fff;margin-bottom:15px;width:400px;margin-right:15px;overflow:hidden;padding:20px}.setting-page .ant-layout .setting-page-layout .setting .form .label{font-size:13px;color:var(--title-color);font-weight:500;border-bottom:1px solid var(--border-light-color);padding:10px 20px}.setting-page .ant-layout .setting-page-layout .setting .form .label i{color:var(--primary-color)}.setting-page .ant-layout .setting-page-layout .setting .form .ant-form{padding:20px;margin-top:0}.setting-page .ant-layout .setting-page-layout .setting .form .ant-form .ant-input-affix-wrapper .ant-input-prefix{left:inherit;right:30px;font-size:15px}.setting-page .ant-layout .setting-page-layout .setting .form .ant-form .ant-input-affix-wrapper .ant-input-prefix a{color:#8d8d8d}.setting-page .ant-layout .setting-page-layout .setting .form .ant-form .ant-input-affix-wrapper .ant-input:not(:first-child){padding-left:0;border:none}.setting-page .ant-layout .setting-page-layout .setting .form .ant-form .ant-input-affix-wrapper .ant-input:not(:first-child):focus{box-shadow:none}.setting-page .ant-layout .setting-page-layout .setting .item{margin-bottom:10px}.setting-page .ant-layout .setting-page-layout .setting .ant-upload{width:120px;height:120px}.setting-page .ant-layout .setting-page-layout .setting .ant-upload.ant-upload-select{border:none}.setting-page .ant-layout .setting-page-layout .setting .ant-avatar{width:120px;height:120px;border-radius:10px;border:2px solid #dad9d9;background-color:var(--border-light-color)}.setting-page .ant-layout .setting-page-layout .setting.security,.setting-page .ant-layout .setting-page-layout .setting.user-information{position:relative}.setting-page .ant-layout .setting-page-layout .setting .actions{text-align:right;margin-top:20px}@media(max-width:520px){.setting-page .ant-layout .setting-page-layout .content{padding:20px!important}.setting-page .ant-layout .setting-page-layout .setting{width:100%}}:root{--primary-color:#fa793f;--screen-background:#fff;--sider-background:#1d1534;--title-color:#34313a;--text-color:#1C1C1C;--thumbnail-bg:#fafafa;--border-light-color:#e9ebf0;--brand-green:#56b6a1;--brand-red:#c0392b}.otp-item{margin-bottom:30px!important}.otp-item .ant-form-item-children{display:flex;align-items:center;justify-content:center}.otp-item .input.otp{width:54px!important;padding:0!important;text-align:center;margin:0 20px;outline-color:var(--primary-color)}.otp-item .input.otp:focus{background:#fafafa}.otp-input{width:54px!important;padding:0!important;text-align:center;margin-right:10px;outline-color:var(--primary-color)}.otp-input.ant-input-number input{padding-left:10px;text-align:center;font-weight:700}.otp-input:focus{background:#fafafa}:root{--primary-color:#fa793f;--screen-background:#fff;--sider-background:#1d1534;--title-color:#34313a;--text-color:#1C1C1C;--thumbnail-bg:#fafafa;--border-light-color:#e9ebf0;--brand-green:#56b6a1;--brand-red:#c0392b}body{font-family:Poppins,sans-serif!important;background-color:#fff!important;top:0!important}*{margin:0;padding:0}ul{margin-bottom:0}ul li{list-style:none}p{margin-bottom:0}a{color:var(--primary-color);text-decoration:none;cursor:pointer}a:hover{color:var(--primary-color);filter:brightness(.9)}::-moz-selection{color:#fff;background:var(--primary-color)}::selection{color:#fff;background:var(--primary-color)}.main-container{padding-top:0}.main-container.no-header{padding-top:0}.page{background:var(--screen-background)}.page .page-title{font-size:16px;color:var(--title-color);font-weight:500;margin-bottom:10px}.container{width:85%;margin:auto}.fill{background:#fafafa!important}.ant-btn{height:48px;padding:0 20px;font-size:16px;border-radius:30px;letter-spacing:1px;font-weight:400;cursor:pointer;box-shadow:none!important}.ant-btn i{margin-right:5px}.ant-btn>.anticon+span{margin-left:0}.ant-btn.primary-btn{background:var(--primary-color);color:#fff;border:none}.ant-btn.primary-btn:hover{filter:brightness(.9)}.ant-btn.primary-btn-text{border:1px solid var(--primary-color);color:var(--primary-color)}.ant-btn.primary-btn-text:hover{border-color:var(--primary-color)!important}.ant-btn.red-btn-text{border:1px solid var(--border-light-color);color:var(--brand-red)}.ant-btn.red-btn-text:hover{border-color:var(--brand-red)!important;color:var(--brand-red)!important}.ant-btn.disabled{background:#dadada!important;color:#fff!important}.ant-table .ant-table-content .ant-table-body .ant-table-tbody>tr:hover>td{background:rgba(0,0,0,0)!important}.ant-form .ant-form-item .ant-form-item-explain{line-height:2}.ant-dropdown .ant-dropdown-menu{width:200px;padding:0;overflow:hidden}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu{border-top:1px solid var(--border-light-color)}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu:first-child{border-top:none}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title{padding:10px 12px;text-transform:uppercase;letter-spacing:1px;font-size:12px;font-family:Poppins,sans-serif;font-weight:600}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow{top:15px}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title:hover{background-color:#fafafa;color:var(--primary-color)}.ant-dropdown-menu-submenu .ant-dropdown-menu{width:200px;padding:0;overflow:hidden}.ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item{padding:10px 12px;text-transform:uppercase;letter-spacing:1px;font-size:12px;font-family:Poppins,sans-serif;font-weight:600;border-top:1px solid var(--border-light-color)}.ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item:hover{background-color:#fafafa}.ant-checkbox .ant-checkbox-checked .ant-checkbox-inner,.ant-checkbox .ant-checkbox-indeterminate .ant-checkbox-inner{background-color:var(--primary-color)!important;border-color:var(--primary-color)!important}.ant-checkbox-checked::after{border:1px solid var(--primary-color)}.ant-checkbox-checked .ant-checkbox-inner{background-color:var(--primary-color);border-color:var(--primary-color)}.ant-checkbox-input:focus+.ant-checkbox-inner,.ant-checkbox-wrapper:hover .ant-checkbox-inner,.ant-checkbox:hover .ant-checkbox-inner{border-color:var(--primary-color)}.ant-popover .ant-popover-inner{border-radius:10px;overflow:hidden}.ant-select-dropdown .ant-select-dropdown-menu-item:hover{background-color:var(--thumbnail-bg)}.ant-select-dropdown .ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled){background-color:var(--thumbnail-bg)}.ant-select-selection--multiple .ant-select-selection__placeholder{margin-left:0}.ant-select .ant-select-focused .ant-select-selection,.ant-select .ant-select-selection:active,.ant-select .ant-select-selection:focus{box-shadow:none!important}.ant-select .ant-select-selection--multiple{min-height:43px;padding-top:6px;border:none}.ant-select .ant-select-selection--multiple:active{box-shadow:none}.ant-select .ant-select-selection--multiple .ant-select-selection__rendered{margin:0}.ant-modal{top:30px}.ant-modal.large{width:98%!important}.ant-modal .ant-modal-content{padding:0}.ant-modal .ant-modal-content .ant-modal-header{background:var(--sider-background);border-bottom:none;padding:15px 24px}.ant-modal .ant-modal-content .ant-modal-header .ant-modal-title{color:#fff;font-size:16px;font-weight:500}.ant-modal .ant-modal-content .ant-modal-body{padding:20px}.ant-modal .ant-modal-content .ant-modal-body .actions{text-align:right;margin-top:20px}.ant-modal .ant-modal-content .ant-modal-body .actions button{margin-left:10px}.ant-modal .ant-modal-content .ant-modal-close-x{color:#fff;display:flex;justify-content:center;align-items:center}.ant-modal.ant-modal-confirm{width:415px!important}.ant-modal.small-width{width:512px!important}.ant-modal.have-form-sections .ant-modal-body{padding:0}.ant-modal.have-form-sections .ant-modal-body .ant-form .form .form-section:last-child{border-bottom:none}.ant-modal.have-form-sections .ant-modal-body .ant-form .actions{margin-top:0;padding:24px}.cke{border:1px solid var(--border-light-color)!important;box-shadow:none!important;border-radius:8px;overflow:hidden}.cke .cke_bottom{background:var(--thumbnail-bg)}.cke .cke_bottom .cke_resizer{border-color:transparent #646464 transparent transparent}.tox-fullscreen .tox-tinymce{border-radius:0}.tox:not(.tox-tinymce-inline) .tox-edit-area__iframe{background-color:var(--screen-background)}.tox:not(.tox-tinymce-inline) .tox-editor-header{box-shadow:none!important;border-bottom:1px solid var(--border-light-color)!important}.ant-pagination-next .ant-pagination-item-link,.ant-pagination-prev .ant-pagination-item-link{display:flex;justify-content:center;align-items:center}.ant-pagination-item-active{border-color:var(--primary-color)}.ant-pagination-item-active a{color:var(--primary-color)}.editor-content a{color:var(--primary-color)}.editor-content h1,.editor-content h2,.editor-content h3,.editor-content h4,.editor-content h5,.editor-content h6{color:var(--title-color);font-family:Poppins,sans-serif;font-weight:600;line-height:40px}.editor-content p{font-size:16px;letter-spacing:1px;color:var(--text-color);margin-bottom:20px}.editor-content ol,.editor-content ul{margin-bottom:20px;padding-left:40px}.editor-content ol li,.editor-content ul li{list-style:inherit;margin-bottom:10px}.editor-content ol ul,.editor-content ul ul{margin-left:18px}.editor-content strong{color:var(--title-color)}.editor-content table{border:1px solid var(--border-light-color)}.editor-content table tr{border:1px solid var(--border-light-color)}.editor-content table tr th{font-weight:700;font-size:15px;padding:10px 20px;border:1px solid var(--border-light-color);color:var(--title-color)}.editor-content table tr td{border:1px solid var(--border-light-color);padding:10px 20px}.editor-content hr{border:1px solid var(--border-light-color);margin:20px 0}.editor-content img{max-width:100%;border-radius:10px}.editor-content .marker{background-color:#fafafa;padding:4px 8px;border-radius:4px;color:var(--title-color)}.editor-content code{background-color:#fafafa;padding:4px 0;border-radius:4px;color:var(--title-color)}.editor-content pre{max-width:95%;background:#fafafa;border:1px solid var(--border-light-color);text-shadow:none;box-shadow:none;font-size:14px;padding:20px}.editor-content pre code{text-shadow:none}.page-section .header{display:flex;justify-content:space-between;margin-bottom:40px}.page-section .header .text{flex-grow:2;flex-basis:0}.page-section .header .text .title{font-size:32px;color:var(--title-color);font-family:Poppins,sans-serif;font-weight:600;line-height:40px;text-transform:uppercase;margin-bottom:10px}.page-section .header .text .description{font-size:16px;letter-spacing:1px;color:var(--text-color)}.page-section .header .action{flex-grow:1;flex-basis:0;text-align:right}.page-section .section{padding:90px 0}.animated{animation-duration:1s;animation-fill-mode:both}.animated.delay-2s{animation-delay:2s}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}.brand-color-text{color:var(--primary-color)!important}.spinner{position:absolute;margin:auto;left:0;top:0;bottom:0;right:0;width:12px;height:12px;border-radius:100%;box-shadow:12px 12px var(--primary-color),-12px 12px #dfdfdf,-12px -12px var(--primary-color),12px -12px #dfdfdf;-o-box-shadow:12px 12px var(--primary-color),-12px 12px #dfdfdf,-12px -12px var(--primary-color),12px -12px #dfdfdf;-ms-box-shadow:12px 12px var(--primary-color),-12px 12px #dfdfdf,-12px -12px var(--primary-color),12px -12px #dfdfdf;-webkit-box-shadow:12px 12px var(--primary-color),-12px 12px #dfdfdf,-12px -12px var(--primary-color),12px -12px #dfdfdf;-moz-box-shadow:12px 12px var(--primary-color),-12px 12px #dfdfdf,-12px -12px var(--primary-color),12px -12px #dfdfdf;animation:cssload-spin ease infinite 1.8s;-o-animation:cssload-spin ease infinite 1.8s;-ms-animation:cssload-spin ease infinite 1.8s;-webkit-animation:cssload-spin ease infinite 1.8s;-moz-animation:cssload-spin ease infinite 1.8s}@keyframes cssload-spin{0%,100%{box-shadow:12px 12px var(--primary-color),-12px 12px #dfdfdf,-12px -12px var(--primary-color),12px -12px #dfdfdf}25%{box-shadow:-12px 12px rgba(223,223,223,.98),-12px -12px var(--primary-color),12px -12px #dfdfdf,12px 12px var(--primary-color)}50%{box-shadow:-12px -12px var(--primary-color),12px -12px #dfdfdf,12px 12px var(--primary-color),-12px 12px #dfdfdf}75%{box-shadow:12px -12px #dfdfdf,12px 12px var(--primary-color),-12px 12px #dfdfdf,-12px -12px var(--primary-color)}}@media(min-width:1600px){.container{width:1500px}}@media(max-width:767px){.inline{display:block!important}.inline .ant-form-item{padding:0!important}.inline .ant-row{padding:0!important}.ant-modal{width:100%!important;max-width:100%;top:0;padding:0;margin:0}.ant-modal .ant-modal-content{border-radius:0;min-height:100vh}.ant-modal.small-width{width:100%!important}}.ant-notification .ant-notification-notice-wrapper .ant-notification-notice-icon-info.anticon{color:var(--primary-color)}
/*# sourceMappingURL=client.30c3ec3a.css.map*/