From 2831addc6f995dda3a91df9f6b586cfd8cfa94ee Mon Sep 17 00:00:00 2001 From: Owncast Date: Wed, 3 Apr 2024 04:12:58 +0000 Subject: [PATCH] Bundle embedded web app --- static/web/404.html | 4 ++-- static/web/404/index.html | 4 ++-- ...210cec266.js => webpack-c53aa9589d79fd56.js} | 2 +- ...ec122b135fe1649.css => 6dddd42a88f781e5.css} | 2 +- ...poppins-devanagari-400-normal.87c72f23.woff2 | Bin 39564 -> 0 bytes .../poppins-devanagari-400-normal.f2c29400.woff | Bin 52912 -> 0 bytes ...poppins-devanagari-600-normal.3828f203.woff2 | Bin 39324 -> 0 bytes .../poppins-devanagari-600-normal.6def6ad7.woff | Bin 52500 -> 0 bytes .../poppins-latin-400-normal.74033fb9.woff | Bin 10528 -> 0 bytes .../poppins-latin-400-normal.cbe785df.woff | Bin 0 -> 10532 bytes .../poppins-latin-600-normal.94625d71.woff | Bin 10604 -> 0 bytes .../poppins-latin-600-normal.c070cf14.woff | Bin 0 -> 10600 bytes .../poppins-latin-ext-400-normal.56cb5e9c.woff2 | Bin 0 -> 5552 bytes .../poppins-latin-ext-400-normal.591327bf.woff2 | Bin 5544 -> 0 bytes .../poppins-latin-ext-400-normal.687cae43.woff | Bin 7376 -> 0 bytes .../poppins-latin-ext-400-normal.fbcaaafb.woff | Bin 0 -> 7388 bytes .../poppins-latin-ext-600-normal.10939fee.woff2 | Bin 5512 -> 0 bytes .../poppins-latin-ext-600-normal.22fff013.woff | Bin 7352 -> 0 bytes .../poppins-latin-ext-600-normal.33e72839.woff | Bin 0 -> 7364 bytes .../poppins-latin-ext-600-normal.dd51f42e.woff2 | Bin 0 -> 5484 bytes .../_buildManifest.js | 0 .../_ssgManifest.js | 0 static/web/admin/access-tokens/index.html | 4 ++-- static/web/admin/actions/index.html | 4 ++-- static/web/admin/chat/emojis/index.html | 4 ++-- static/web/admin/chat/messages/index.html | 4 ++-- static/web/admin/chat/users/index.html | 4 ++-- static/web/admin/config-chat/index.html | 4 ++-- static/web/admin/config-federation/index.html | 4 ++-- static/web/admin/config-notify/index.html | 4 ++-- static/web/admin/config-social-items/index.html | 4 ++-- static/web/admin/config-video/index.html | 4 ++-- static/web/admin/config/general/index.html | 4 ++-- static/web/admin/config/server/index.html | 4 ++-- static/web/admin/federation/actions/index.html | 4 ++-- .../web/admin/federation/followers/index.html | 4 ++-- static/web/admin/hardware-info/index.html | 4 ++-- static/web/admin/help/index.html | 4 ++-- static/web/admin/index.html | 4 ++-- static/web/admin/logs/index.html | 4 ++-- static/web/admin/stream-health/index.html | 4 ++-- static/web/admin/upgrade/index.html | 4 ++-- static/web/admin/viewer-info/index.html | 4 ++-- static/web/admin/webhooks/index.html | 4 ++-- static/web/embed/chat/readonly/index.html | 6 +++--- static/web/embed/chat/readwrite/index.html | 6 +++--- static/web/embed/video/index.html | 6 +++--- static/web/index.html | 6 +++--- static/web/sw.js | 2 +- 49 files changed, 63 insertions(+), 63 deletions(-) rename static/web/_next/static/chunks/{webpack-ec805a1210cec266.js => webpack-c53aa9589d79fd56.js} (99%) rename static/web/_next/static/css/{fec122b135fe1649.css => 6dddd42a88f781e5.css} (98%) delete mode 100644 static/web/_next/static/media/poppins-devanagari-400-normal.87c72f23.woff2 delete mode 100644 static/web/_next/static/media/poppins-devanagari-400-normal.f2c29400.woff delete mode 100644 static/web/_next/static/media/poppins-devanagari-600-normal.3828f203.woff2 delete mode 100644 static/web/_next/static/media/poppins-devanagari-600-normal.6def6ad7.woff delete mode 100644 static/web/_next/static/media/poppins-latin-400-normal.74033fb9.woff create mode 100644 static/web/_next/static/media/poppins-latin-400-normal.cbe785df.woff delete mode 100644 static/web/_next/static/media/poppins-latin-600-normal.94625d71.woff create mode 100644 static/web/_next/static/media/poppins-latin-600-normal.c070cf14.woff create mode 100644 static/web/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2 delete mode 100644 static/web/_next/static/media/poppins-latin-ext-400-normal.591327bf.woff2 delete mode 100644 static/web/_next/static/media/poppins-latin-ext-400-normal.687cae43.woff create mode 100644 static/web/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff delete mode 100644 static/web/_next/static/media/poppins-latin-ext-600-normal.10939fee.woff2 delete mode 100644 static/web/_next/static/media/poppins-latin-ext-600-normal.22fff013.woff create mode 100644 static/web/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff create mode 100644 static/web/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2 rename static/web/_next/static/{4DdzUSJNE8WR2pbjBE_L8 => yPn1V0nVAYWzDWpSJ3MEo}/_buildManifest.js (100%) rename static/web/_next/static/{4DdzUSJNE8WR2pbjBE_L8 => yPn1V0nVAYWzDWpSJ3MEo}/_ssgManifest.js (100%) diff --git a/static/web/404.html b/static/web/404.html index 0d32e9865..c96897b12 100644 --- a/static/web/404.html +++ b/static/web/404.html @@ -1,4 +1,4 @@ -404: This page could not be found

404

This page could not be found.

\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

404

This page could not be found.

\ No newline at end of file diff --git a/static/web/404/index.html b/static/web/404/index.html index 0d32e9865..c96897b12 100644 --- a/static/web/404/index.html +++ b/static/web/404/index.html @@ -1,4 +1,4 @@ -404: This page could not be found

404

This page could not be found.

\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

404

This page could not be found.

\ No newline at end of file diff --git a/static/web/_next/static/chunks/webpack-ec805a1210cec266.js b/static/web/_next/static/chunks/webpack-c53aa9589d79fd56.js similarity index 99% rename from static/web/_next/static/chunks/webpack-ec805a1210cec266.js rename to static/web/_next/static/chunks/webpack-c53aa9589d79fd56.js index b6cc75639..de21395fd 100644 --- a/static/web/_next/static/chunks/webpack-ec805a1210cec266.js +++ b/static/web/_next/static/chunks/webpack-c53aa9589d79fd56.js @@ -1 +1 @@ -!function(){"use strict";var e,c,a,d,f,t,b,n,r,u,o,i,s={},l={};function h(e){var c=l[e];if(void 0!==c)return c.exports;var a=l[e]={id:e,loaded:!1,exports:{}},d=!0;try{s[e].call(a.exports,a,a.exports,h),d=!1}finally{d&&delete l[e]}return a.loaded=!0,a.exports}h.m=s,h.amdO={},e=[],h.O=function(c,a,d,f){if(a){f=f||0;for(var t=e.length;t>0&&e[t-1][2]>f;t--)e[t]=e[t-1];e[t]=[a,d,f];return}for(var b=1/0,t=0;t=f&&Object.keys(h.O).every(function(e){return h.O[e](a[r])})?a.splice(r--,1):(n=!1,f0&&e[t-1][2]>f;t--)e[t]=e[t-1];e[t]=[a,d,f];return}for(var b=1/0,t=0;t=f&&Object.keys(h.O).every(function(e){return h.O[e](a[r])})?a.splice(r--,1):(n=!1,f*{line-height:1}.anticon svg{display:inline-block}.anticon:before{display:none}.anticon .anticon-icon{display:block}.anticon>.anticon{line-height:0;vertical-align:0}.anticon[tabindex]{cursor:pointer}.anticon-spin,.anticon-spin:before{display:inline-block;animation:loadingCircle 1s linear infinite}.ant-fade-appear,.ant-fade-enter,.ant-fade-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-fade-appear.ant-fade-appear-active,.ant-fade-enter.ant-fade-enter-active{animation-name:antFadeIn;animation-play-state:running}.ant-fade-leave.ant-fade-leave-active{animation-name:antFadeOut;animation-play-state:running;pointer-events:none}.ant-fade-appear,.ant-fade-enter{opacity:0;animation-timing-function:linear}.ant-fade-leave{animation-timing-function:linear}@keyframes antFadeIn{0%{opacity:0}to{opacity:1}}@keyframes antFadeOut{0%{opacity:1}to{opacity:0}}.ant-move-up-appear,.ant-move-up-enter,.ant-move-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-up-appear.ant-move-up-appear-active,.ant-move-up-enter.ant-move-up-enter-active{animation-name:antMoveUpIn;animation-play-state:running}.ant-move-up-leave.ant-move-up-leave-active{animation-name:antMoveUpOut;animation-play-state:running;pointer-events:none}.ant-move-up-appear,.ant-move-up-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-move-up-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.ant-move-down-appear,.ant-move-down-enter,.ant-move-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-down-appear.ant-move-down-appear-active,.ant-move-down-enter.ant-move-down-enter-active{animation-name:antMoveDownIn;animation-play-state:running}.ant-move-down-leave.ant-move-down-leave-active{animation-name:antMoveDownOut;animation-play-state:running;pointer-events:none}.ant-move-down-appear,.ant-move-down-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-move-down-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.ant-move-left-appear,.ant-move-left-enter,.ant-move-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-left-appear.ant-move-left-appear-active,.ant-move-left-enter.ant-move-left-enter-active{animation-name:antMoveLeftIn;animation-play-state:running}.ant-move-left-leave.ant-move-left-leave-active{animation-name:antMoveLeftOut;animation-play-state:running;pointer-events:none}.ant-move-left-appear,.ant-move-left-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-move-left-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.ant-move-right-appear,.ant-move-right-enter,.ant-move-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-right-appear.ant-move-right-appear-active,.ant-move-right-enter.ant-move-right-enter-active{animation-name:antMoveRightIn;animation-play-state:running}.ant-move-right-leave.ant-move-right-leave-active{animation-name:antMoveRightOut;animation-play-state:running;pointer-events:none}.ant-move-right-appear,.ant-move-right-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-move-right-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}@keyframes antMoveDownIn{0%{transform:translateY(100%);transform-origin:0 0;opacity:0}to{transform:translateY(0);transform-origin:0 0;opacity:1}}@keyframes antMoveDownOut{0%{transform:translateY(0);transform-origin:0 0;opacity:1}to{transform:translateY(100%);transform-origin:0 0;opacity:0}}@keyframes antMoveLeftIn{0%{transform:translateX(-100%);transform-origin:0 0;opacity:0}to{transform:translateX(0);transform-origin:0 0;opacity:1}}@keyframes antMoveLeftOut{0%{transform:translateX(0);transform-origin:0 0;opacity:1}to{transform:translateX(-100%);transform-origin:0 0;opacity:0}}@keyframes antMoveRightIn{0%{transform:translateX(100%);transform-origin:0 0;opacity:0}to{transform:translateX(0);transform-origin:0 0;opacity:1}}@keyframes antMoveRightOut{0%{transform:translateX(0);transform-origin:0 0;opacity:1}to{transform:translateX(100%);transform-origin:0 0;opacity:0}}@keyframes antMoveUpIn{0%{transform:translateY(-100%);transform-origin:0 0;opacity:0}to{transform:translateY(0);transform-origin:0 0;opacity:1}}@keyframes antMoveUpOut{0%{transform:translateY(0);transform-origin:0 0;opacity:1}to{transform:translateY(-100%);transform-origin:0 0;opacity:0}}@keyframes loadingCircle{to{transform:rotate(1turn)}}[ant-click-animating-without-extra-node=true],[ant-click-animating=true]{position:relative}html{--antd-wave-shadow-color:#6544e9;--scroll-bar:0}.ant-click-animating-node,[ant-click-animating-without-extra-node=true]:after{position:absolute;top:0;right:0;bottom:0;left:0;display:block;border-radius:inherit;box-shadow:0 0 0 0 #6544e9;box-shadow:0 0 0 0 var(--antd-wave-shadow-color);opacity:.2;animation:fadeEffect 2s cubic-bezier(.08,.82,.17,1),waveEffect .4s cubic-bezier(.08,.82,.17,1);animation-fill-mode:forwards;content:"";pointer-events:none}@keyframes waveEffect{to{box-shadow:0 0 0 #6544e9;box-shadow:0 0 0 6px var(--antd-wave-shadow-color)}}@keyframes fadeEffect{to{opacity:0}}.ant-slide-up-appear,.ant-slide-up-enter,.ant-slide-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-up-appear.ant-slide-up-appear-active,.ant-slide-up-enter.ant-slide-up-enter-active{animation-name:antSlideUpIn;animation-play-state:running}.ant-slide-up-leave.ant-slide-up-leave-active{animation-name:antSlideUpOut;animation-play-state:running;pointer-events:none}.ant-slide-up-appear,.ant-slide-up-enter{transform:scale(0);transform-origin:0 0;opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.ant-slide-up-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.ant-slide-down-appear,.ant-slide-down-enter,.ant-slide-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-down-appear.ant-slide-down-appear-active,.ant-slide-down-enter.ant-slide-down-enter-active{animation-name:antSlideDownIn;animation-play-state:running}.ant-slide-down-leave.ant-slide-down-leave-active{animation-name:antSlideDownOut;animation-play-state:running;pointer-events:none}.ant-slide-down-appear,.ant-slide-down-enter{transform:scale(0);transform-origin:0 0;opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.ant-slide-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.ant-slide-left-appear,.ant-slide-left-enter,.ant-slide-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-left-appear.ant-slide-left-appear-active,.ant-slide-left-enter.ant-slide-left-enter-active{animation-name:antSlideLeftIn;animation-play-state:running}.ant-slide-left-leave.ant-slide-left-leave-active{animation-name:antSlideLeftOut;animation-play-state:running;pointer-events:none}.ant-slide-left-appear,.ant-slide-left-enter{transform:scale(0);transform-origin:0 0;opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.ant-slide-left-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.ant-slide-right-appear,.ant-slide-right-enter,.ant-slide-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-right-appear.ant-slide-right-appear-active,.ant-slide-right-enter.ant-slide-right-enter-active{animation-name:antSlideRightIn;animation-play-state:running}.ant-slide-right-leave.ant-slide-right-leave-active{animation-name:antSlideRightOut;animation-play-state:running;pointer-events:none}.ant-slide-right-appear,.ant-slide-right-enter{transform:scale(0);transform-origin:0 0;opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.ant-slide-right-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes antSlideUpIn{0%{transform:scaleY(.8);transform-origin:0 0;opacity:0}to{transform:scaleY(1);transform-origin:0 0;opacity:1}}@keyframes antSlideUpOut{0%{transform:scaleY(1);transform-origin:0 0;opacity:1}to{transform:scaleY(.8);transform-origin:0 0;opacity:0}}@keyframes antSlideDownIn{0%{transform:scaleY(.8);transform-origin:100% 100%;opacity:0}to{transform:scaleY(1);transform-origin:100% 100%;opacity:1}}@keyframes antSlideDownOut{0%{transform:scaleY(1);transform-origin:100% 100%;opacity:1}to{transform:scaleY(.8);transform-origin:100% 100%;opacity:0}}@keyframes antSlideLeftIn{0%{transform:scaleX(.8);transform-origin:0 0;opacity:0}to{transform:scaleX(1);transform-origin:0 0;opacity:1}}@keyframes antSlideLeftOut{0%{transform:scaleX(1);transform-origin:0 0;opacity:1}to{transform:scaleX(.8);transform-origin:0 0;opacity:0}}@keyframes antSlideRightIn{0%{transform:scaleX(.8);transform-origin:100% 0;opacity:0}to{transform:scaleX(1);transform-origin:100% 0;opacity:1}}@keyframes antSlideRightOut{0%{transform:scaleX(1);transform-origin:100% 0;opacity:1}to{transform:scaleX(.8);transform-origin:100% 0;opacity:0}}.ant-zoom-appear,.ant-zoom-enter,.ant-zoom-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-appear.ant-zoom-appear-active,.ant-zoom-enter.ant-zoom-enter-active{animation-name:antZoomIn;animation-play-state:running}.ant-zoom-leave.ant-zoom-leave-active{animation-name:antZoomOut;animation-play-state:running;pointer-events:none}.ant-zoom-appear,.ant-zoom-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-appear-prepare,.ant-zoom-enter-prepare{transform:none}.ant-zoom-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-big-appear,.ant-zoom-big-enter,.ant-zoom-big-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-big-appear.ant-zoom-big-appear-active,.ant-zoom-big-enter.ant-zoom-big-enter-active{animation-name:antZoomBigIn;animation-play-state:running}.ant-zoom-big-leave.ant-zoom-big-leave-active{animation-name:antZoomBigOut;animation-play-state:running;pointer-events:none}.ant-zoom-big-appear,.ant-zoom-big-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-big-appear-prepare,.ant-zoom-big-enter-prepare{transform:none}.ant-zoom-big-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-big-fast-appear,.ant-zoom-big-fast-enter,.ant-zoom-big-fast-leave{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active,.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active{animation-name:antZoomBigIn;animation-play-state:running}.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active{animation-name:antZoomBigOut;animation-play-state:running;pointer-events:none}.ant-zoom-big-fast-appear,.ant-zoom-big-fast-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-big-fast-appear-prepare,.ant-zoom-big-fast-enter-prepare{transform:none}.ant-zoom-big-fast-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-up-appear,.ant-zoom-up-enter,.ant-zoom-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-up-appear.ant-zoom-up-appear-active,.ant-zoom-up-enter.ant-zoom-up-enter-active{animation-name:antZoomUpIn;animation-play-state:running}.ant-zoom-up-leave.ant-zoom-up-leave-active{animation-name:antZoomUpOut;animation-play-state:running;pointer-events:none}.ant-zoom-up-appear,.ant-zoom-up-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-up-appear-prepare,.ant-zoom-up-enter-prepare{transform:none}.ant-zoom-up-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-down-appear,.ant-zoom-down-enter,.ant-zoom-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-down-appear.ant-zoom-down-appear-active,.ant-zoom-down-enter.ant-zoom-down-enter-active{animation-name:antZoomDownIn;animation-play-state:running}.ant-zoom-down-leave.ant-zoom-down-leave-active{animation-name:antZoomDownOut;animation-play-state:running;pointer-events:none}.ant-zoom-down-appear,.ant-zoom-down-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-down-appear-prepare,.ant-zoom-down-enter-prepare{transform:none}.ant-zoom-down-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-left-appear,.ant-zoom-left-enter,.ant-zoom-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-left-appear.ant-zoom-left-appear-active,.ant-zoom-left-enter.ant-zoom-left-enter-active{animation-name:antZoomLeftIn;animation-play-state:running}.ant-zoom-left-leave.ant-zoom-left-leave-active{animation-name:antZoomLeftOut;animation-play-state:running;pointer-events:none}.ant-zoom-left-appear,.ant-zoom-left-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-left-appear-prepare,.ant-zoom-left-enter-prepare{transform:none}.ant-zoom-left-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-right-appear,.ant-zoom-right-enter,.ant-zoom-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-right-appear.ant-zoom-right-appear-active,.ant-zoom-right-enter.ant-zoom-right-enter-active{animation-name:antZoomRightIn;animation-play-state:running}.ant-zoom-right-leave.ant-zoom-right-leave-active{animation-name:antZoomRightOut;animation-play-state:running;pointer-events:none}.ant-zoom-right-appear,.ant-zoom-right-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-right-appear-prepare,.ant-zoom-right-enter-prepare{transform:none}.ant-zoom-right-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}@keyframes antZoomIn{0%{transform:scale(.2);opacity:0}to{transform:scale(1);opacity:1}}@keyframes antZoomOut{0%{transform:scale(1)}to{transform:scale(.2);opacity:0}}@keyframes antZoomBigIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes antZoomBigOut{0%{transform:scale(1)}to{transform:scale(.8);opacity:0}}@keyframes antZoomUpIn{0%{transform:scale(.8);transform-origin:50% 0;opacity:0}to{transform:scale(1);transform-origin:50% 0}}@keyframes antZoomUpOut{0%{transform:scale(1);transform-origin:50% 0}to{transform:scale(.8);transform-origin:50% 0;opacity:0}}@keyframes antZoomLeftIn{0%{transform:scale(.8);transform-origin:0 50%;opacity:0}to{transform:scale(1);transform-origin:0 50%}}@keyframes antZoomLeftOut{0%{transform:scale(1);transform-origin:0 50%}to{transform:scale(.8);transform-origin:0 50%;opacity:0}}@keyframes antZoomRightIn{0%{transform:scale(.8);transform-origin:100% 50%;opacity:0}to{transform:scale(1);transform-origin:100% 50%}}@keyframes antZoomRightOut{0%{transform:scale(1);transform-origin:100% 50%}to{transform:scale(.8);transform-origin:100% 50%;opacity:0}}@keyframes antZoomDownIn{0%{transform:scale(.8);transform-origin:50% 100%;opacity:0}to{transform:scale(1);transform-origin:50% 100%}}@keyframes antZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{transform:scale(.8);transform-origin:50% 100%;opacity:0}}.ant-motion-collapse-legacy{overflow:hidden}.ant-motion-collapse,.ant-motion-collapse-legacy-active{transition:height .2s cubic-bezier(.645,.045,.355,1),opacity .2s cubic-bezier(.645,.045,.355,1)!important}.ant-motion-collapse{overflow:hidden}.ant-affix{position:fixed;z-index:10}.ant-alert{box-sizing:border-box;margin:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:flex;align-items:center;padding:8px 15px;word-wrap:break-word;border-radius:var(--theme-rounded-corners)}.ant-alert-content{flex:1 1;min-width:0}.ant-alert-icon{margin-right:8px}.ant-alert-description{display:none;font-size:14px;line-height:22px}.ant-alert-success{background-color:#f6ffed;border:1px solid #b7eb8f}.ant-alert-success .ant-alert-icon{color:#52c41a}.ant-alert-info{background-color:#f5f0ff;border:1px solid #d6c4ff}.ant-alert-info .ant-alert-icon{color:#6544e9}.ant-alert-warning{background-color:#fffbe6;border:1px solid #ffe58f}.ant-alert-warning .ant-alert-icon{color:#faad14}.ant-alert-error{background-color:var(--theme-color-palette-4);border:1px solid var(--theme-color-palette-error)}.ant-alert-error .ant-alert-icon{color:#ff4d4f}.ant-alert-error .ant-alert-description>pre{margin:0;padding:0}.ant-alert-action{margin-left:8px}.ant-alert-close-icon{margin-left:8px;padding:0;overflow:hidden;font-size:12px;line-height:12px;background-color:transparent;border:none;outline:none;cursor:pointer}.ant-alert-close-icon .anticon-close{color:rgba(0,0,0,.45);transition:color .3s}.ant-alert-close-icon .anticon-close:hover{color:rgba(0,0,0,.75)}.ant-alert-close-text{color:rgba(0,0,0,.45);transition:color .3s}.ant-alert-close-text:hover{color:rgba(0,0,0,.75)}.ant-alert-with-description{align-items:flex-start;padding:15px 15px 15px 24px}.ant-alert-with-description.ant-alert-no-icon{padding:15px}.ant-alert-with-description .ant-alert-icon{margin-right:15px;font-size:24px}.ant-alert-with-description .ant-alert-message{display:block;margin-bottom:4px;color:rgba(0,0,0,.85);font-size:16px}.ant-alert-message{color:rgba(0,0,0,.85)}.ant-alert-with-description .ant-alert-description{display:block}.ant-alert.ant-alert-motion-leave{overflow:hidden;opacity:1;transition:max-height .3s cubic-bezier(.78,.14,.15,.86),opacity .3s cubic-bezier(.78,.14,.15,.86),padding-top .3s cubic-bezier(.78,.14,.15,.86),padding-bottom .3s cubic-bezier(.78,.14,.15,.86),margin-bottom .3s cubic-bezier(.78,.14,.15,.86)}.ant-alert.ant-alert-motion-leave-active{max-height:0;margin-bottom:0!important;padding-top:0;padding-bottom:0;opacity:0}.ant-alert-banner{margin-bottom:0;border:0;border-radius:0}.ant-alert.ant-alert-rtl{direction:rtl}.ant-alert-rtl .ant-alert-icon{margin-right:auto;margin-left:8px}.ant-alert-rtl .ant-alert-action,.ant-alert-rtl .ant-alert-close-icon{margin-right:8px;margin-left:auto}.ant-alert-rtl.ant-alert-with-description{padding-right:24px;padding-left:15px}.ant-alert-rtl.ant-alert-with-description .ant-alert-icon{margin-right:auto;margin-left:15px}.ant-anchor{box-sizing:border-box;margin:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;padding:0 0 0 2px}.ant-anchor-wrapper{margin-left:-4px;padding-left:4px;overflow:auto;background-color:transparent}.ant-anchor-ink{position:absolute;top:0;left:0;height:100%}.ant-anchor-ink:before{position:relative;display:block;width:2px;height:100%;margin:0 auto;background-color:#f0f0f0;content:" "}.ant-anchor-ink-ball{position:absolute;left:50%;display:none;width:8px;height:8px;background-color:#e2e8f0;border:2px solid #6544e9;border-radius:8px;transform:translateX(-50%);transition:top .3s ease-in-out}.ant-anchor-ink-ball.ant-anchor-ink-ball-visible{display:inline-block}.ant-anchor-fixed .ant-anchor-ink .ant-anchor-ink-ball{display:none}.ant-anchor-link{padding:4px 0 4px 16px}.ant-anchor-link-title{position:relative;display:block;margin-bottom:3px;overflow:hidden;color:rgba(0,0,0,.85);white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-anchor-link-title:only-child{margin-bottom:0}.ant-anchor-link-active>.ant-anchor-link-title{color:#6544e9}.ant-anchor-link .ant-anchor-link{padding-top:2px;padding-bottom:2px}.ant-anchor-rtl{direction:rtl}.ant-anchor-rtl.ant-anchor-wrapper{margin-right:-4px;margin-left:0;padding-right:4px;padding-left:0}.ant-anchor-rtl .ant-anchor-ink{right:0;left:auto}.ant-anchor-rtl .ant-anchor-ink-ball{right:50%;left:0;transform:translateX(50%)}.ant-anchor-rtl .ant-anchor-link{padding:4px 16px 4px 0}.ant-select-auto-complete{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum"}.ant-select-auto-complete .ant-select-clear{right:13px}.ant-avatar{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;overflow:hidden;color:#fff;white-space:nowrap;text-align:center;vertical-align:middle;background:#ccc;width:32px;height:32px;line-height:32px;border-radius:50%}.ant-avatar-image{background:transparent}.ant-avatar .ant-image-img{display:block}.ant-avatar-string{position:absolute;left:50%;transform-origin:0 center}.ant-avatar.ant-avatar-icon{font-size:18px}.ant-avatar.ant-avatar-icon>.anticon{margin:0}.ant-avatar-lg{width:40px;height:40px;line-height:40px;border-radius:50%}.ant-avatar-lg-string{position:absolute;left:50%;transform-origin:0 center}.ant-avatar-lg.ant-avatar-icon{font-size:24px}.ant-avatar-lg.ant-avatar-icon>.anticon{margin:0}.ant-avatar-sm{width:24px;height:24px;line-height:24px;border-radius:50%}.ant-avatar-sm-string{position:absolute;left:50%;transform-origin:0 center}.ant-avatar-sm.ant-avatar-icon{font-size:14px}.ant-avatar-sm.ant-avatar-icon>.anticon{margin:0}.ant-avatar-square{border-radius:var(--theme-rounded-corners)}.ant-avatar>img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ant-avatar-group{display:inline-flex}.ant-avatar-group .ant-avatar{border:1px solid #fff}.ant-avatar-group .ant-avatar:not(:first-child){margin-left:-8px}.ant-avatar-group-popover .ant-avatar+.ant-avatar{margin-left:3px}.ant-avatar-group-rtl .ant-avatar:not(:first-child){margin-right:-8px;margin-left:0}.ant-avatar-group-popover.ant-popover-rtl .ant-avatar+.ant-avatar{margin-right:3px;margin-left:0}.ant-back-top{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:fixed;right:100px;bottom:50px;z-index:10;width:40px;height:40px;cursor:pointer}.ant-back-top:empty{display:none}.ant-back-top-rtl{right:auto;left:100px;direction:rtl}.ant-back-top-content{width:40px;height:40px;overflow:hidden;color:#fff;text-align:center;background-color:rgba(0,0,0,.45);border-radius:20px;transition:all .3s}.ant-back-top-content:hover{background-color:rgba(0,0,0,.85);transition:all .3s}.ant-back-top-icon{font-size:24px;line-height:40px}@media screen and (max-width:768px){.ant-back-top{right:60px}.ant-back-top-rtl{right:auto;left:60px}}@media screen and (max-width:480px){.ant-back-top{right:20px}.ant-back-top-rtl{right:auto;left:20px}}.ant-badge{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;line-height:1}.ant-badge-count{z-index:auto;min-width:20px;height:20px;padding:0 6px;color:#e2e8f0;font-weight:400;font-size:12px;line-height:20px;white-space:nowrap;text-align:center;background:#ff4d4f;border-radius:10px;box-shadow:0 0 0 1px #e2e8f0}.ant-badge-count a,.ant-badge-count a:hover{color:#e2e8f0}.ant-badge-count-sm{min-width:14px;height:14px;padding:0;font-size:12px;line-height:14px;border-radius:7px}.ant-badge-multiple-words{padding:0 8px}.ant-badge-dot{z-index:auto;width:6px;min-width:6px;height:6px;background:#ff4d4f;border-radius:100%;box-shadow:0 0 0 1px #e2e8f0}.ant-badge-dot.ant-scroll-number{transition:background 1.5s}.ant-badge .ant-scroll-number-custom-component,.ant-badge-count,.ant-badge-dot{position:absolute;top:0;right:0;transform:translate(50%,-50%);transform-origin:100% 0}.ant-badge .ant-scroll-number-custom-component.anticon-spin,.ant-badge-count.anticon-spin,.ant-badge-dot.anticon-spin{animation:antBadgeLoadingCircle 1s linear infinite}.ant-badge-status{line-height:inherit;vertical-align:baseline}.ant-badge-status-dot{position:relative;top:-1px;display:inline-block;width:6px;height:6px;vertical-align:middle;border-radius:50%}.ant-badge-status-success{background-color:#52c41a}.ant-badge-status-processing{position:relative;background-color:#1890ff}.ant-badge-status-processing:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #1890ff;border-radius:50%;animation:antStatusProcessing 1.2s ease-in-out infinite;content:""}.ant-badge-status-default{background-color:#d9d9d9}.ant-badge-status-error{background-color:#ff4d4f}.ant-badge-status-warning{background-color:#faad14}.ant-badge-status-magenta,.ant-badge-status-pink{background:#eb2f96}.ant-badge-status-red{background:#f5222d}.ant-badge-status-volcano{background:#fa541c}.ant-badge-status-orange{background:#fa8c16}.ant-badge-status-yellow{background:#fadb14}.ant-badge-status-gold{background:#faad14}.ant-badge-status-cyan{background:#13c2c2}.ant-badge-status-lime{background:#a0d911}.ant-badge-status-green{background:#52c41a}.ant-badge-status-blue{background:#1890ff}.ant-badge-status-geekblue{background:#2f54eb}.ant-badge-status-purple{background:#722ed1}.ant-badge-status-text{margin-left:8px;color:rgba(0,0,0,.85);font-size:14px}.ant-badge-zoom-appear,.ant-badge-zoom-enter{animation:antZoomBadgeIn .3s cubic-bezier(.12,.4,.29,1.46);animation-fill-mode:both}.ant-badge-zoom-leave{animation:antZoomBadgeOut .3s cubic-bezier(.71,-.46,.88,.6);animation-fill-mode:both}.ant-badge-not-a-wrapper .ant-badge-zoom-appear,.ant-badge-not-a-wrapper .ant-badge-zoom-enter{animation:antNoWrapperZoomBadgeIn .3s cubic-bezier(.12,.4,.29,1.46)}.ant-badge-not-a-wrapper .ant-badge-zoom-leave{animation:antNoWrapperZoomBadgeOut .3s cubic-bezier(.71,-.46,.88,.6)}.ant-badge-not-a-wrapper:not(.ant-badge-status){vertical-align:middle}.ant-badge-not-a-wrapper .ant-badge-count,.ant-badge-not-a-wrapper .ant-scroll-number-custom-component{transform:none}.ant-badge-not-a-wrapper .ant-scroll-number,.ant-badge-not-a-wrapper .ant-scroll-number-custom-component{position:relative;top:auto;display:block;transform-origin:50% 50%}@keyframes antStatusProcessing{0%{transform:scale(.8);opacity:.5}to{transform:scale(2.4);opacity:0}}.ant-scroll-number{overflow:hidden;direction:ltr}.ant-scroll-number-only{position:relative;display:inline-block;transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-scroll-number-only,.ant-scroll-number-only>p.ant-scroll-number-only-unit{height:20px;-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden}.ant-scroll-number-only>p.ant-scroll-number-only-unit{margin:0}.ant-scroll-number-symbol{vertical-align:top}@keyframes antZoomBadgeIn{0%{transform:scale(0) translate(50%,-50%);opacity:0}to{transform:scale(1) translate(50%,-50%)}}@keyframes antZoomBadgeOut{0%{transform:scale(1) translate(50%,-50%)}to{transform:scale(0) translate(50%,-50%);opacity:0}}@keyframes antNoWrapperZoomBadgeIn{0%{transform:scale(0);opacity:0}to{transform:scale(1)}}@keyframes antNoWrapperZoomBadgeOut{0%{transform:scale(1)}to{transform:scale(0);opacity:0}}@keyframes antBadgeLoadingCircle{0%{transform-origin:50%}to{transform:translate(50%,-50%) rotate(1turn);transform-origin:50%}}.ant-ribbon-wrapper{position:relative}.ant-ribbon{box-sizing:border-box;margin:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;top:8px;height:22px;padding:0 8px;color:#e2e8f0;line-height:22px;white-space:nowrap;background-color:#6544e9;border-radius:2px}.ant-ribbon-text{color:#fff}.ant-ribbon-corner{position:absolute;top:100%;width:8px;height:8px;color:currentcolor;border:4px solid;transform:scaleY(.75);transform-origin:top}.ant-ribbon-corner:after{position:absolute;top:-4px;left:-4px;width:inherit;height:inherit;color:rgba(0,0,0,.25);border:inherit;content:""}.ant-ribbon-color-magenta,.ant-ribbon-color-pink{color:#eb2f96;background:#eb2f96}.ant-ribbon-color-red{color:#f5222d;background:#f5222d}.ant-ribbon-color-volcano{color:#fa541c;background:#fa541c}.ant-ribbon-color-orange{color:#fa8c16;background:#fa8c16}.ant-ribbon-color-yellow{color:#fadb14;background:#fadb14}.ant-ribbon-color-gold{color:#faad14;background:#faad14}.ant-ribbon-color-cyan{color:#13c2c2;background:#13c2c2}.ant-ribbon-color-lime{color:#a0d911;background:#a0d911}.ant-ribbon-color-green{color:#52c41a;background:#52c41a}.ant-ribbon-color-blue{color:#1890ff;background:#1890ff}.ant-ribbon-color-geekblue{color:#2f54eb;background:#2f54eb}.ant-ribbon-color-purple{color:#722ed1;background:#722ed1}.ant-ribbon.ant-ribbon-placement-end{right:-8px;border-bottom-right-radius:0}.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner{right:0;border-color:currentcolor transparent transparent currentcolor}.ant-ribbon.ant-ribbon-placement-start{left:-8px;border-bottom-left-radius:0}.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner{left:0;border-color:currentcolor currentcolor transparent transparent}.ant-badge-rtl{direction:rtl}.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count,.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot,.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component{right:auto;left:0;direction:ltr;transform:translate(-50%,-50%);transform-origin:0 0}.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component{right:auto;left:0;transform:translate(-50%,-50%);transform-origin:0 0}.ant-badge-rtl .ant-badge-status-text{margin-right:8px;margin-left:0}.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-appear,.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-enter{animation-name:antZoomBadgeInRtl}.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-leave{animation-name:antZoomBadgeOutRtl}.ant-ribbon-rtl{direction:rtl}.ant-ribbon-rtl.ant-ribbon-placement-end{right:unset;left:-8px;border-bottom-right-radius:2px;border-bottom-left-radius:0}.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner{right:unset;left:0}.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner,.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner:after{border-color:currentcolor currentcolor transparent transparent}.ant-ribbon-rtl.ant-ribbon-placement-start{right:-8px;left:unset;border-bottom-right-radius:0;border-bottom-left-radius:2px}.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner{right:0;left:unset}.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner,.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner:after{border-color:currentcolor transparent transparent currentcolor}@keyframes antZoomBadgeInRtl{0%{transform:scale(0) translate(-50%,-50%);opacity:0}to{transform:scale(1) translate(-50%,-50%)}}@keyframes antZoomBadgeOutRtl{0%{transform:scale(1) translate(-50%,-50%)}to{transform:scale(0) translate(-50%,-50%);opacity:0}}.ant-breadcrumb{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";color:rgba(0,0,0,.45);font-size:14px}.ant-breadcrumb .anticon{font-size:14px}.ant-breadcrumb ol{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none}.ant-breadcrumb a{color:rgba(0,0,0,.45);transition:color .3s}.ant-breadcrumb a:hover,.ant-breadcrumb li:last-child,.ant-breadcrumb li:last-child a{color:rgba(0,0,0,.85)}li:last-child>.ant-breadcrumb-separator{display:none}.ant-breadcrumb-separator{margin:0 8px;color:rgba(0,0,0,.45)}.ant-breadcrumb-link>.anticon+a,.ant-breadcrumb-link>.anticon+span,.ant-breadcrumb-overlay-link>.anticon{margin-left:4px}.ant-breadcrumb-rtl{direction:rtl}.ant-breadcrumb-rtl:before{display:table;content:""}.ant-breadcrumb-rtl:after{display:table;clear:both;content:""}.ant-breadcrumb-rtl>span{float:right}.ant-breadcrumb-rtl .ant-breadcrumb-link>.anticon+a,.ant-breadcrumb-rtl .ant-breadcrumb-link>.anticon+span,.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link>.anticon{margin-right:4px;margin-left:0}.ant-btn{line-height:1.5715;position:relative;display:inline-block;font-weight:400;white-space:nowrap;text-align:center;background-image:none;box-shadow:0 2px 0 rgba(0,0,0,.015);cursor:pointer;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;height:32px;padding:4px 15px;font-size:14px;border-radius:var(--theme-rounded-corners);color:rgba(0,0,0,.85);border:1px solid #d9d9d9;background:#e2e8f0}.ant-btn>.anticon{line-height:1}.ant-btn,.ant-btn:active,.ant-btn:focus{outline:0}.ant-btn:not([disabled]):hover{text-decoration:none}.ant-btn:not([disabled]):active{outline:0;box-shadow:none}.ant-btn[disabled]{cursor:not-allowed}.ant-btn[disabled]>*{pointer-events:none}.ant-btn-lg{height:40px;padding:6.4px 15px;font-size:16px}.ant-btn-lg,.ant-btn-sm{border-radius:var(--theme-rounded-corners)}.ant-btn-sm{height:24px;padding:0 7px;font-size:14px}.ant-btn>a:only-child{color:currentcolor}.ant-btn>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn:focus,.ant-btn:hover{color:#8e6ef5;border-color:#8e6ef5;background:#e2e8f0}.ant-btn:focus>a:only-child,.ant-btn:hover>a:only-child{color:currentcolor}.ant-btn:focus>a:only-child:after,.ant-btn:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn:active{color:#472fc2;border-color:#472fc2;background:#e2e8f0}.ant-btn:active>a:only-child{color:currentcolor}.ant-btn:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn[disabled],.ant-btn[disabled]:active,.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{color:rgba(0,0,0,.25);border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn[disabled]:active>a:only-child,.ant-btn[disabled]:focus>a:only-child,.ant-btn[disabled]:hover>a:only-child,.ant-btn[disabled]>a:only-child{color:currentcolor}.ant-btn[disabled]:active>a:only-child:after,.ant-btn[disabled]:focus>a:only-child:after,.ant-btn[disabled]:hover>a:only-child:after,.ant-btn[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn:active,.ant-btn:focus,.ant-btn:hover{text-decoration:none;background:#e2e8f0}.ant-btn>span{display:inline-block}.ant-btn-primary{color:#fff;border-color:#6544e9;background:#6544e9;text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px 0 rgba(0,0,0,.045)}.ant-btn-primary>a:only-child{color:currentcolor}.ant-btn-primary>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-primary:focus,.ant-btn-primary:hover{color:#fff;border-color:#8e6ef5;background:#8e6ef5}.ant-btn-primary:focus>a:only-child,.ant-btn-primary:hover>a:only-child{color:currentcolor}.ant-btn-primary:focus>a:only-child:after,.ant-btn-primary:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-primary:active{color:#fff;border-color:#472fc2;background:#472fc2}.ant-btn-primary:active>a:only-child{color:currentcolor}.ant-btn-primary:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:active,.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{color:rgba(0,0,0,.25);border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-primary[disabled]:active>a:only-child,.ant-btn-primary[disabled]:focus>a:only-child,.ant-btn-primary[disabled]:hover>a:only-child,.ant-btn-primary[disabled]>a:only-child{color:currentcolor}.ant-btn-primary[disabled]:active>a:only-child:after,.ant-btn-primary[disabled]:focus>a:only-child:after,.ant-btn-primary[disabled]:hover>a:only-child:after,.ant-btn-primary[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child){border-right-color:#6544e9;border-left-color:#6544e9}.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled{border-color:#d9d9d9}.ant-btn-group .ant-btn-primary:first-child:not(:last-child){border-right-color:#6544e9}.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled]{border-right-color:#d9d9d9}.ant-btn-group .ant-btn-primary+.ant-btn-primary,.ant-btn-group .ant-btn-primary:last-child:not(:first-child){border-left-color:#6544e9}.ant-btn-group .ant-btn-primary+.ant-btn-primary[disabled],.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled]{border-left-color:#d9d9d9}.ant-btn-ghost{color:rgba(0,0,0,.85);border-color:#d9d9d9;background:transparent}.ant-btn-ghost>a:only-child{color:currentcolor}.ant-btn-ghost>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-ghost:focus,.ant-btn-ghost:hover{color:#8e6ef5;border-color:#8e6ef5;background:transparent}.ant-btn-ghost:focus>a:only-child,.ant-btn-ghost:hover>a:only-child{color:currentcolor}.ant-btn-ghost:focus>a:only-child:after,.ant-btn-ghost:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-ghost:active{color:#472fc2;border-color:#472fc2;background:transparent}.ant-btn-ghost:active>a:only-child{color:currentcolor}.ant-btn-ghost:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-ghost[disabled],.ant-btn-ghost[disabled]:active,.ant-btn-ghost[disabled]:focus,.ant-btn-ghost[disabled]:hover{color:rgba(0,0,0,.25);border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-ghost[disabled]:active>a:only-child,.ant-btn-ghost[disabled]:focus>a:only-child,.ant-btn-ghost[disabled]:hover>a:only-child,.ant-btn-ghost[disabled]>a:only-child{color:currentcolor}.ant-btn-ghost[disabled]:active>a:only-child:after,.ant-btn-ghost[disabled]:focus>a:only-child:after,.ant-btn-ghost[disabled]:hover>a:only-child:after,.ant-btn-ghost[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dashed{color:rgba(0,0,0,.85);border-color:#d9d9d9;background:#e2e8f0;border-style:dashed}.ant-btn-dashed>a:only-child{color:currentcolor}.ant-btn-dashed>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dashed:focus,.ant-btn-dashed:hover{color:#8e6ef5;border-color:#8e6ef5;background:#e2e8f0}.ant-btn-dashed:focus>a:only-child,.ant-btn-dashed:hover>a:only-child{color:currentcolor}.ant-btn-dashed:focus>a:only-child:after,.ant-btn-dashed:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dashed:active{color:#472fc2;border-color:#472fc2;background:#e2e8f0}.ant-btn-dashed:active>a:only-child{color:currentcolor}.ant-btn-dashed:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dashed[disabled],.ant-btn-dashed[disabled]:active,.ant-btn-dashed[disabled]:focus,.ant-btn-dashed[disabled]:hover{color:rgba(0,0,0,.25);border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-dashed[disabled]:active>a:only-child,.ant-btn-dashed[disabled]:focus>a:only-child,.ant-btn-dashed[disabled]:hover>a:only-child,.ant-btn-dashed[disabled]>a:only-child{color:currentcolor}.ant-btn-dashed[disabled]:active>a:only-child:after,.ant-btn-dashed[disabled]:focus>a:only-child:after,.ant-btn-dashed[disabled]:hover>a:only-child:after,.ant-btn-dashed[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-danger{color:#fff;border-color:#ff4d4f;background:#ff4d4f;text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px 0 rgba(0,0,0,.045)}.ant-btn-danger>a:only-child{color:currentcolor}.ant-btn-danger>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-danger:focus,.ant-btn-danger:hover{color:#fff;border-color:#ff7875;background:#ff7875}.ant-btn-danger:focus>a:only-child,.ant-btn-danger:hover>a:only-child{color:currentcolor}.ant-btn-danger:focus>a:only-child:after,.ant-btn-danger:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-danger:active{color:#fff;border-color:#d9363e;background:#d9363e}.ant-btn-danger:active>a:only-child{color:currentcolor}.ant-btn-danger:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-danger[disabled],.ant-btn-danger[disabled]:active,.ant-btn-danger[disabled]:focus,.ant-btn-danger[disabled]:hover{color:rgba(0,0,0,.25);border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-danger[disabled]:active>a:only-child,.ant-btn-danger[disabled]:focus>a:only-child,.ant-btn-danger[disabled]:hover>a:only-child,.ant-btn-danger[disabled]>a:only-child{color:currentcolor}.ant-btn-danger[disabled]:active>a:only-child:after,.ant-btn-danger[disabled]:focus>a:only-child:after,.ant-btn-danger[disabled]:hover>a:only-child:after,.ant-btn-danger[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-link{color:var(--theme-color-action);border-color:transparent;background:transparent;box-shadow:none}.ant-btn-link>a:only-child{color:currentcolor}.ant-btn-link>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-link:focus,.ant-btn-link:hover{color:#8e6ef5;border-color:#8e6ef5;background:transparent}.ant-btn-link:focus>a:only-child,.ant-btn-link:hover>a:only-child{color:currentcolor}.ant-btn-link:focus>a:only-child:after,.ant-btn-link:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-link:active{color:#472fc2;border-color:#472fc2;background:transparent}.ant-btn-link:active>a:only-child{color:currentcolor}.ant-btn-link:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-link[disabled],.ant-btn-link[disabled]:active,.ant-btn-link[disabled]:focus,.ant-btn-link[disabled]:hover{border-color:#d9d9d9;background:#f5f5f5}.ant-btn-link:hover{background:transparent}.ant-btn-link:active,.ant-btn-link:focus,.ant-btn-link:hover{border-color:transparent}.ant-btn-link[disabled],.ant-btn-link[disabled]:active,.ant-btn-link[disabled]:focus,.ant-btn-link[disabled]:hover{color:rgba(0,0,0,.25);border-color:transparent;background:transparent;text-shadow:none;box-shadow:none}.ant-btn-link[disabled]:active>a:only-child,.ant-btn-link[disabled]:focus>a:only-child,.ant-btn-link[disabled]:hover>a:only-child,.ant-btn-link[disabled]>a:only-child{color:currentcolor}.ant-btn-link[disabled]:active>a:only-child:after,.ant-btn-link[disabled]:focus>a:only-child:after,.ant-btn-link[disabled]:hover>a:only-child:after,.ant-btn-link[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-text{color:rgba(0,0,0,.85);border-color:transparent;background:transparent;box-shadow:none}.ant-btn-text>a:only-child{color:currentcolor}.ant-btn-text>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-text:focus,.ant-btn-text:hover{color:#8e6ef5;border-color:#8e6ef5;background:transparent}.ant-btn-text:focus>a:only-child,.ant-btn-text:hover>a:only-child{color:currentcolor}.ant-btn-text:focus>a:only-child:after,.ant-btn-text:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-text:active{color:#472fc2;border-color:#472fc2;background:transparent}.ant-btn-text:active>a:only-child{color:currentcolor}.ant-btn-text:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-text[disabled],.ant-btn-text[disabled]:active,.ant-btn-text[disabled]:focus,.ant-btn-text[disabled]:hover{border-color:#d9d9d9;background:#f5f5f5}.ant-btn-text:focus,.ant-btn-text:hover{color:rgba(0,0,0,.85);background:rgba(0,0,0,.018);border-color:transparent}.ant-btn-text:active{color:rgba(0,0,0,.85);background:rgba(0,0,0,.028);border-color:transparent}.ant-btn-text[disabled],.ant-btn-text[disabled]:active,.ant-btn-text[disabled]:focus,.ant-btn-text[disabled]:hover{color:rgba(0,0,0,.25);border-color:transparent;background:transparent;text-shadow:none;box-shadow:none}.ant-btn-text[disabled]:active>a:only-child,.ant-btn-text[disabled]:focus>a:only-child,.ant-btn-text[disabled]:hover>a:only-child,.ant-btn-text[disabled]>a:only-child{color:currentcolor}.ant-btn-text[disabled]:active>a:only-child:after,.ant-btn-text[disabled]:focus>a:only-child:after,.ant-btn-text[disabled]:hover>a:only-child:after,.ant-btn-text[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous{color:#ff4d4f;border-color:#ff4d4f;background:#e2e8f0}.ant-btn-dangerous>a:only-child{color:currentcolor}.ant-btn-dangerous>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous:focus,.ant-btn-dangerous:hover{color:#ff7875;border-color:#ff7875;background:#e2e8f0}.ant-btn-dangerous:focus>a:only-child,.ant-btn-dangerous:hover>a:only-child{color:currentcolor}.ant-btn-dangerous:focus>a:only-child:after,.ant-btn-dangerous:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous:active{color:#d9363e;border-color:#d9363e;background:#e2e8f0}.ant-btn-dangerous:active>a:only-child{color:currentcolor}.ant-btn-dangerous:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous[disabled],.ant-btn-dangerous[disabled]:active,.ant-btn-dangerous[disabled]:focus,.ant-btn-dangerous[disabled]:hover{color:rgba(0,0,0,.25);border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-dangerous[disabled]:active>a:only-child,.ant-btn-dangerous[disabled]:focus>a:only-child,.ant-btn-dangerous[disabled]:hover>a:only-child,.ant-btn-dangerous[disabled]>a:only-child{color:currentcolor}.ant-btn-dangerous[disabled]:active>a:only-child:after,.ant-btn-dangerous[disabled]:focus>a:only-child:after,.ant-btn-dangerous[disabled]:hover>a:only-child:after,.ant-btn-dangerous[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-primary{color:#fff;border-color:#ff4d4f;background:#ff4d4f;text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px 0 rgba(0,0,0,.045)}.ant-btn-dangerous.ant-btn-primary>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-primary>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-primary:focus,.ant-btn-dangerous.ant-btn-primary:hover{color:#fff;border-color:#ff7875;background:#ff7875}.ant-btn-dangerous.ant-btn-primary:focus>a:only-child,.ant-btn-dangerous.ant-btn-primary:hover>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-primary:focus>a:only-child:after,.ant-btn-dangerous.ant-btn-primary:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-primary:active{color:#fff;border-color:#d9363e;background:#d9363e}.ant-btn-dangerous.ant-btn-primary:active>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-primary:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-primary[disabled],.ant-btn-dangerous.ant-btn-primary[disabled]:active,.ant-btn-dangerous.ant-btn-primary[disabled]:focus,.ant-btn-dangerous.ant-btn-primary[disabled]:hover{color:rgba(0,0,0,.25);border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-dangerous.ant-btn-primary[disabled]:active>a:only-child,.ant-btn-dangerous.ant-btn-primary[disabled]:focus>a:only-child,.ant-btn-dangerous.ant-btn-primary[disabled]:hover>a:only-child,.ant-btn-dangerous.ant-btn-primary[disabled]>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-primary[disabled]:active>a:only-child:after,.ant-btn-dangerous.ant-btn-primary[disabled]:focus>a:only-child:after,.ant-btn-dangerous.ant-btn-primary[disabled]:hover>a:only-child:after,.ant-btn-dangerous.ant-btn-primary[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-link{color:#ff4d4f;border-color:transparent;background:transparent;box-shadow:none}.ant-btn-dangerous.ant-btn-link>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-link>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-link:focus,.ant-btn-dangerous.ant-btn-link:hover{color:#8e6ef5;border-color:#8e6ef5}.ant-btn-dangerous.ant-btn-link:active{color:#472fc2;border-color:#472fc2}.ant-btn-dangerous.ant-btn-link[disabled],.ant-btn-dangerous.ant-btn-link[disabled]:active,.ant-btn-dangerous.ant-btn-link[disabled]:focus,.ant-btn-dangerous.ant-btn-link[disabled]:hover{border-color:#d9d9d9;background:#f5f5f5}.ant-btn-dangerous.ant-btn-link:focus,.ant-btn-dangerous.ant-btn-link:hover{color:#ff7875;border-color:transparent;background:transparent}.ant-btn-dangerous.ant-btn-link:focus>a:only-child,.ant-btn-dangerous.ant-btn-link:hover>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-link:focus>a:only-child:after,.ant-btn-dangerous.ant-btn-link:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-link:active{color:#d9363e;border-color:transparent;background:transparent}.ant-btn-dangerous.ant-btn-link:active>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-link:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-link[disabled],.ant-btn-dangerous.ant-btn-link[disabled]:active,.ant-btn-dangerous.ant-btn-link[disabled]:focus,.ant-btn-dangerous.ant-btn-link[disabled]:hover{color:rgba(0,0,0,.25);border-color:transparent;background:transparent;text-shadow:none;box-shadow:none}.ant-btn-dangerous.ant-btn-link[disabled]:active>a:only-child,.ant-btn-dangerous.ant-btn-link[disabled]:focus>a:only-child,.ant-btn-dangerous.ant-btn-link[disabled]:hover>a:only-child,.ant-btn-dangerous.ant-btn-link[disabled]>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-link[disabled]:active>a:only-child:after,.ant-btn-dangerous.ant-btn-link[disabled]:focus>a:only-child:after,.ant-btn-dangerous.ant-btn-link[disabled]:hover>a:only-child:after,.ant-btn-dangerous.ant-btn-link[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-text{color:#ff4d4f;border-color:transparent;background:transparent;box-shadow:none}.ant-btn-dangerous.ant-btn-text>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-text>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-text:focus,.ant-btn-dangerous.ant-btn-text:hover{color:#8e6ef5;border-color:#8e6ef5;background:transparent}.ant-btn-dangerous.ant-btn-text:active{color:#472fc2;border-color:#472fc2;background:transparent}.ant-btn-dangerous.ant-btn-text[disabled],.ant-btn-dangerous.ant-btn-text[disabled]:active,.ant-btn-dangerous.ant-btn-text[disabled]:focus,.ant-btn-dangerous.ant-btn-text[disabled]:hover{border-color:#d9d9d9;background:#f5f5f5}.ant-btn-dangerous.ant-btn-text:focus,.ant-btn-dangerous.ant-btn-text:hover{color:#ff7875;border-color:transparent;background:rgba(0,0,0,.018)}.ant-btn-dangerous.ant-btn-text:focus>a:only-child,.ant-btn-dangerous.ant-btn-text:hover>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-text:focus>a:only-child:after,.ant-btn-dangerous.ant-btn-text:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-text:active{color:#d9363e;border-color:transparent;background:rgba(0,0,0,.028)}.ant-btn-dangerous.ant-btn-text:active>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-text:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-text[disabled],.ant-btn-dangerous.ant-btn-text[disabled]:active,.ant-btn-dangerous.ant-btn-text[disabled]:focus,.ant-btn-dangerous.ant-btn-text[disabled]:hover{color:rgba(0,0,0,.25);border-color:transparent;background:transparent;text-shadow:none;box-shadow:none}.ant-btn-dangerous.ant-btn-text[disabled]:active>a:only-child,.ant-btn-dangerous.ant-btn-text[disabled]:focus>a:only-child,.ant-btn-dangerous.ant-btn-text[disabled]:hover>a:only-child,.ant-btn-dangerous.ant-btn-text[disabled]>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-text[disabled]:active>a:only-child:after,.ant-btn-dangerous.ant-btn-text[disabled]:focus>a:only-child:after,.ant-btn-dangerous.ant-btn-text[disabled]:hover>a:only-child:after,.ant-btn-dangerous.ant-btn-text[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-icon-only{width:32px;height:32px;padding:2.4px 0;font-size:16px;border-radius:var(--theme-rounded-corners);vertical-align:-3px}.ant-btn-icon-only>*{font-size:16px}.ant-btn-icon-only.ant-btn-lg{width:40px;height:40px;padding:4.9px 0;font-size:18px;border-radius:var(--theme-rounded-corners)}.ant-btn-icon-only.ant-btn-lg>*{font-size:18px}.ant-btn-icon-only.ant-btn-sm{width:24px;height:24px;padding:0;font-size:14px;border-radius:var(--theme-rounded-corners)}.ant-btn-icon-only.ant-btn-sm>*{font-size:14px}.ant-btn-icon-only>.anticon{display:flex;justify-content:center}.ant-btn-icon-only .anticon-loading{padding:0!important}a.ant-btn-icon-only{vertical-align:-1px}a.ant-btn-icon-only>.anticon{display:inline}.ant-btn-round{height:32px;padding:4px 16px;font-size:14px;border-radius:32px}.ant-btn-round.ant-btn-lg{height:40px;padding:6.4px 20px;font-size:16px;border-radius:40px}.ant-btn-round.ant-btn-sm{height:24px;padding:0 12px;font-size:14px;border-radius:24px}.ant-btn-round.ant-btn-icon-only{width:auto}.ant-btn-circle{min-width:32px;padding-right:0;padding-left:0;text-align:center;border-radius:50%}.ant-btn-circle.ant-btn-lg{min-width:40px;border-radius:50%}.ant-btn-circle.ant-btn-sm{min-width:24px;border-radius:50%}.ant-btn:before{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:1;display:none;background:#e2e8f0;border-radius:inherit;opacity:.35;transition:opacity .2s;content:"";pointer-events:none}.ant-btn .anticon{transition:margin-left .3s cubic-bezier(.645,.045,.355,1)}.ant-btn .anticon.anticon-minus>svg,.ant-btn .anticon.anticon-plus>svg{shape-rendering:optimizespeed}.ant-btn.ant-btn-loading{position:relative;cursor:default}.ant-btn.ant-btn-loading:before{display:block}.ant-btn>.ant-btn-loading-icon{transition:width .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1)}.ant-btn>.ant-btn-loading-icon .anticon{padding-right:8px;animation:none}.ant-btn>.ant-btn-loading-icon .anticon svg{animation:loadingCircle 1s linear infinite}.ant-btn-group{display:inline-flex}.ant-btn-group,.ant-btn-group>.ant-btn,.ant-btn-group>span>.ant-btn{position:relative}.ant-btn-group>.ant-btn:active,.ant-btn-group>.ant-btn:focus,.ant-btn-group>.ant-btn:hover,.ant-btn-group>span>.ant-btn:active,.ant-btn-group>span>.ant-btn:focus,.ant-btn-group>span>.ant-btn:hover{z-index:2}.ant-btn-group>.ant-btn[disabled],.ant-btn-group>span>.ant-btn[disabled]{z-index:0}.ant-btn-group .ant-btn-icon-only{font-size:14px}.ant-btn+.ant-btn-group,.ant-btn-group .ant-btn+.ant-btn,.ant-btn-group .ant-btn+span,.ant-btn-group span+.ant-btn,.ant-btn-group+.ant-btn,.ant-btn-group+.ant-btn-group,.ant-btn-group>span+span{margin-left:-1px}.ant-btn-group .ant-btn-primary+.ant-btn:not(.ant-btn-primary):not([disabled]){border-left-color:transparent}.ant-btn-group .ant-btn{border-radius:0}.ant-btn-group>.ant-btn:first-child,.ant-btn-group>span:first-child>.ant-btn{margin-left:0}.ant-btn-group>.ant-btn:only-child,.ant-btn-group>span:only-child>.ant-btn{border-radius:var(--theme-rounded-corners)}.ant-btn-group>.ant-btn:first-child:not(:last-child),.ant-btn-group>span:first-child:not(:last-child)>.ant-btn{border-top-left-radius:var(--theme-rounded-corners);border-bottom-left-radius:var(--theme-rounded-corners)}.ant-btn-group>.ant-btn:last-child:not(:first-child),.ant-btn-group>span:last-child:not(:first-child)>.ant-btn{border-top-right-radius:var(--theme-rounded-corners);border-bottom-right-radius:var(--theme-rounded-corners)}.ant-btn-group-sm>.ant-btn:only-child,.ant-btn-group-sm>span:only-child>.ant-btn{border-radius:var(--theme-rounded-corners)}.ant-btn-group-sm>.ant-btn:first-child:not(:last-child),.ant-btn-group-sm>span:first-child:not(:last-child)>.ant-btn{border-top-left-radius:var(--theme-rounded-corners);border-bottom-left-radius:var(--theme-rounded-corners)}.ant-btn-group-sm>.ant-btn:last-child:not(:first-child),.ant-btn-group-sm>span:last-child:not(:first-child)>.ant-btn{border-top-right-radius:var(--theme-rounded-corners);border-bottom-right-radius:var(--theme-rounded-corners)}.ant-btn-group>.ant-btn-group{float:left}.ant-btn-group>.ant-btn-group:not(:first-child):not(:last-child)>.ant-btn{border-radius:0}.ant-btn-group>.ant-btn-group:first-child:not(:last-child)>.ant-btn:last-child{padding-right:8px;border-top-right-radius:0;border-bottom-right-radius:0}.ant-btn-group>.ant-btn-group:last-child:not(:first-child)>.ant-btn:first-child{padding-left:8px;border-top-left-radius:0;border-bottom-left-radius:0}.ant-btn-group-rtl.ant-btn+.ant-btn-group,.ant-btn-group-rtl.ant-btn-group .ant-btn+.ant-btn,.ant-btn-group-rtl.ant-btn-group .ant-btn+span,.ant-btn-group-rtl.ant-btn-group span+.ant-btn,.ant-btn-group-rtl.ant-btn-group+.ant-btn,.ant-btn-group-rtl.ant-btn-group+.ant-btn-group,.ant-btn-group-rtl.ant-btn-group>span+span,.ant-btn-rtl.ant-btn+.ant-btn-group,.ant-btn-rtl.ant-btn-group .ant-btn+.ant-btn,.ant-btn-rtl.ant-btn-group .ant-btn+span,.ant-btn-rtl.ant-btn-group span+.ant-btn,.ant-btn-rtl.ant-btn-group+.ant-btn,.ant-btn-rtl.ant-btn-group+.ant-btn-group,.ant-btn-rtl.ant-btn-group>span+span{margin-right:-1px;margin-left:auto}.ant-btn-group.ant-btn-group-rtl{direction:rtl}.ant-btn-group-rtl.ant-btn-group>.ant-btn:first-child:not(:last-child),.ant-btn-group-rtl.ant-btn-group>span:first-child:not(:last-child)>.ant-btn{border-radius:0 var(--theme-rounded-corners) var(--theme-rounded-corners) 0}.ant-btn-group-rtl.ant-btn-group>.ant-btn:last-child:not(:first-child),.ant-btn-group-rtl.ant-btn-group>span:last-child:not(:first-child)>.ant-btn{border-radius:var(--theme-rounded-corners) 0 0 var(--theme-rounded-corners)}.ant-btn-group-rtl.ant-btn-group-sm>.ant-btn:first-child:not(:last-child),.ant-btn-group-rtl.ant-btn-group-sm>span:first-child:not(:last-child)>.ant-btn{border-radius:0 var(--theme-rounded-corners) var(--theme-rounded-corners) 0}.ant-btn-group-rtl.ant-btn-group-sm>.ant-btn:last-child:not(:first-child),.ant-btn-group-rtl.ant-btn-group-sm>span:last-child:not(:first-child)>.ant-btn{border-radius:var(--theme-rounded-corners) 0 0 var(--theme-rounded-corners)}.ant-btn:active>span,.ant-btn:focus>span{position:relative}.ant-btn>.anticon+span,.ant-btn>span+.anticon{margin-left:8px}.ant-btn.ant-btn-background-ghost{color:#e2e8f0;border-color:#e2e8f0}.ant-btn.ant-btn-background-ghost,.ant-btn.ant-btn-background-ghost:active,.ant-btn.ant-btn-background-ghost:focus,.ant-btn.ant-btn-background-ghost:hover{background:transparent}.ant-btn.ant-btn-background-ghost:focus,.ant-btn.ant-btn-background-ghost:hover{color:#2386e2;border-color:#2386e2}.ant-btn.ant-btn-background-ghost:active{color:#7a5cf3;border-color:#7a5cf3}.ant-btn.ant-btn-background-ghost[disabled]{color:rgba(0,0,0,.25);background:transparent;border-color:#d9d9d9}.ant-btn-background-ghost.ant-btn-primary{color:#6544e9;border-color:#6544e9;text-shadow:none}.ant-btn-background-ghost.ant-btn-primary>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-primary>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-primary:focus,.ant-btn-background-ghost.ant-btn-primary:hover{color:#8e6ef5;border-color:#8e6ef5}.ant-btn-background-ghost.ant-btn-primary:focus>a:only-child,.ant-btn-background-ghost.ant-btn-primary:hover>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-primary:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-primary:active{color:#472fc2;border-color:#472fc2}.ant-btn-background-ghost.ant-btn-primary:active>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-primary:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-primary[disabled],.ant-btn-background-ghost.ant-btn-primary[disabled]:active,.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,.ant-btn-background-ghost.ant-btn-primary[disabled]:hover{color:rgba(0,0,0,.25);border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-background-ghost.ant-btn-primary[disabled]:active>a:only-child,.ant-btn-background-ghost.ant-btn-primary[disabled]:focus>a:only-child,.ant-btn-background-ghost.ant-btn-primary[disabled]:hover>a:only-child,.ant-btn-background-ghost.ant-btn-primary[disabled]>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-primary[disabled]:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary[disabled]:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary[disabled]:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-danger{color:#ff4d4f;border-color:#ff4d4f;text-shadow:none}.ant-btn-background-ghost.ant-btn-danger>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-danger>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-danger:focus,.ant-btn-background-ghost.ant-btn-danger:hover{color:#ff7875;border-color:#ff7875}.ant-btn-background-ghost.ant-btn-danger:focus>a:only-child,.ant-btn-background-ghost.ant-btn-danger:hover>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-danger:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-danger:active{color:#d9363e;border-color:#d9363e}.ant-btn-background-ghost.ant-btn-danger:active>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-danger:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-danger[disabled],.ant-btn-background-ghost.ant-btn-danger[disabled]:active,.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,.ant-btn-background-ghost.ant-btn-danger[disabled]:hover{color:rgba(0,0,0,.25);border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-background-ghost.ant-btn-danger[disabled]:active>a:only-child,.ant-btn-background-ghost.ant-btn-danger[disabled]:focus>a:only-child,.ant-btn-background-ghost.ant-btn-danger[disabled]:hover>a:only-child,.ant-btn-background-ghost.ant-btn-danger[disabled]>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-danger[disabled]:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger[disabled]:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger[disabled]:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous{color:#ff4d4f;border-color:#ff4d4f;text-shadow:none}.ant-btn-background-ghost.ant-btn-dangerous>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous:focus,.ant-btn-background-ghost.ant-btn-dangerous:hover{color:#ff7875;border-color:#ff7875}.ant-btn-background-ghost.ant-btn-dangerous:focus>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous:hover>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous:active{color:#d9363e;border-color:#d9363e}.ant-btn-background-ghost.ant-btn-dangerous:active>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous[disabled],.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover{color:rgba(0,0,0,.25);border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous[disabled]>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link{color:#ff4d4f;border-color:transparent;text-shadow:none}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover{color:#ff7875;border-color:transparent}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active{color:#d9363e;border-color:transparent}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled],.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover{color:rgba(0,0,0,.25);border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-two-chinese-chars:first-letter{letter-spacing:.34em}.ant-btn-two-chinese-chars>:not(.anticon){margin-right:-.34em;letter-spacing:.34em}.ant-btn.ant-btn-block{width:100%}.ant-btn:empty{display:inline-block;width:0;visibility:hidden;content:"\a0"}a.ant-btn{padding-top:.01px!important;line-height:30px}a.ant-btn-disabled{cursor:not-allowed}a.ant-btn-disabled>*{pointer-events:none}a.ant-btn-disabled,a.ant-btn-disabled:active,a.ant-btn-disabled:focus,a.ant-btn-disabled:hover{color:rgba(0,0,0,.25);border-color:transparent;background:transparent;text-shadow:none;box-shadow:none}a.ant-btn-disabled:active>a:only-child,a.ant-btn-disabled:focus>a:only-child,a.ant-btn-disabled:hover>a:only-child,a.ant-btn-disabled>a:only-child{color:currentcolor}a.ant-btn-disabled:active>a:only-child:after,a.ant-btn-disabled:focus>a:only-child:after,a.ant-btn-disabled:hover>a:only-child:after,a.ant-btn-disabled>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}a.ant-btn-lg{line-height:38px}a.ant-btn-sm{line-height:22px}.ant-btn-compact-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl){margin-right:-1px}.ant-btn-compact-item:not(.ant-btn-compact-last-item).ant-btn-compact-item-rtl{margin-left:-1px}.ant-btn-compact-item:active,.ant-btn-compact-item:focus,.ant-btn-compact-item:hover{z-index:2}.ant-btn-compact-item[disabled]{z-index:0}.ant-btn-compact-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-last-item).ant-btn{border-radius:0}.ant-btn-compact-item.ant-btn.ant-btn-compact-first-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl){border-top-right-radius:0;border-bottom-right-radius:0}.ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-first-item:not(.ant-btn-compact-last-item),.ant-btn-compact-item.ant-btn.ant-btn-compact-last-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-item-rtl){border-top-left-radius:0;border-bottom-left-radius:0}.ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-last-item:not(.ant-btn-compact-first-item){border-top-right-radius:0;border-bottom-right-radius:0}.ant-btn-icon-only.ant-btn-compact-item{flex:none}.ant-btn-compact-item.ant-btn-primary:not([disabled])+.ant-btn-compact-item.ant-btn-primary:not([disabled]){position:relative}.ant-btn-compact-item.ant-btn-primary:not([disabled])+.ant-btn-compact-item.ant-btn-primary:not([disabled]):after{position:absolute;top:-1px;left:-1px;display:inline-block;width:1px;height:calc(100% + 1px * 2);background-color:#6544e9;content:" "}.ant-btn-compact-item-rtl.ant-btn-compact-first-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-last-item){border-top-left-radius:0;border-bottom-left-radius:0}.ant-btn-compact-item-rtl.ant-btn-compact-last-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-first-item){border-top-right-radius:0;border-bottom-right-radius:0}.ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-first-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-last-item){border-top-left-radius:0;border-bottom-left-radius:0}.ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-last-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-first-item){border-top-right-radius:0;border-bottom-right-radius:0}.ant-btn-compact-item-rtl.ant-btn-primary:not([disabled])+.ant-btn-compact-item-rtl.ant-btn-primary:not([disabled]):after{right:-1px}.ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-last-item){margin-bottom:-1px}.ant-btn-compact-vertical-item:active,.ant-btn-compact-vertical-item:focus,.ant-btn-compact-vertical-item:hover{z-index:2}.ant-btn-compact-vertical-item[disabled]{z-index:0}.ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-first-item):not(.ant-btn-compact-vertical-last-item){border-radius:0}.ant-btn-compact-vertical-item.ant-btn-compact-vertical-first-item:not(.ant-btn-compact-vertical-last-item){border-bottom-right-radius:0;border-bottom-left-radius:0}.ant-btn-compact-vertical-item.ant-btn-compact-vertical-last-item:not(.ant-btn-compact-vertical-first-item){border-top-left-radius:0;border-top-right-radius:0}.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled])+.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]){position:relative}.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled])+.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]):after{position:absolute;top:-1px;left:-1px;display:inline-block;width:calc(100% + 1px * 2);height:1px;background-color:#6544e9;content:" "}.ant-btn-rtl{direction:rtl}.ant-btn-group-rtl.ant-btn-group .ant-btn-primary+.ant-btn-primary,.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child){border-right-color:#6544e9;border-left-color:#d9d9d9}.ant-btn-group-rtl.ant-btn-group .ant-btn-primary+.ant-btn-primary[disabled],.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled]{border-right-color:#d9d9d9;border-left-color:#6544e9}.ant-btn-rtl.ant-btn>.ant-btn-loading-icon .anticon{padding-right:0;padding-left:8px}.ant-btn-rtl.ant-btn>.anticon+span,.ant-btn-rtl.ant-btn>span+.anticon{margin-right:8px;margin-left:0}.ant-picker-calendar{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";background:#e2e8f0}.ant-picker-calendar-header{display:flex;justify-content:flex-end;padding:12px 0}.ant-picker-calendar-header .ant-picker-calendar-year-select{min-width:80px}.ant-picker-calendar-header .ant-picker-calendar-month-select{min-width:70px;margin-left:8px}.ant-picker-calendar-header .ant-picker-calendar-mode-switch{margin-left:8px}.ant-picker-calendar .ant-picker-panel{background:#e2e8f0;border:0;border-top:1px solid #f0f0f0;border-radius:0}.ant-picker-calendar .ant-picker-panel .ant-picker-date-panel,.ant-picker-calendar .ant-picker-panel .ant-picker-month-panel{width:auto}.ant-picker-calendar .ant-picker-panel .ant-picker-body{padding:8px 0}.ant-picker-calendar .ant-picker-panel .ant-picker-content{width:100%}.ant-picker-calendar-mini{border-radius:var(--theme-rounded-corners)}.ant-picker-calendar-mini .ant-picker-calendar-header{padding-right:8px;padding-left:8px}.ant-picker-calendar-mini .ant-picker-panel{border-radius:0 0 var(--theme-rounded-corners) var(--theme-rounded-corners)}.ant-picker-calendar-mini .ant-picker-content{height:256px}.ant-picker-calendar-mini .ant-picker-content th{height:auto;padding:0;line-height:18px}.ant-picker-calendar-mini .ant-picker-cell:before{pointer-events:none}.ant-picker-calendar-full .ant-picker-panel{display:block;width:100%;text-align:right;background:#e2e8f0;border:0}.ant-picker-calendar-full .ant-picker-panel .ant-picker-body td,.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th{padding:0}.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th{height:auto;padding:0 12px 5px 0;line-height:18px}.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell:before{display:none}.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell:hover .ant-picker-calendar-date{background:#f5f5f5}.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell .ant-picker-calendar-date-today:before{display:none}.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date,.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today,.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date,.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today{background:#6544e9}.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date .ant-picker-calendar-date-value,.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today .ant-picker-calendar-date-value,.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date .ant-picker-calendar-date-value,.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today .ant-picker-calendar-date-value{color:#6544e9}.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date{display:block;width:auto;height:auto;margin:0 4px;padding:4px 8px 0;border:0;border-top:2px solid #f0f0f0;border-radius:0;transition:background .3s}.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-value{line-height:24px;transition:color .3s}.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content{position:static;width:auto;height:86px;overflow-y:auto;color:rgba(0,0,0,.85);line-height:1.5715;text-align:left}.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today{border-color:#6544e9}.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today .ant-picker-calendar-date-value{color:rgba(0,0,0,.85)}@media only screen and (max-width:480px){.ant-picker-calendar-header{display:block}.ant-picker-calendar-header .ant-picker-calendar-year-select{width:50%}.ant-picker-calendar-header .ant-picker-calendar-month-select{width:calc(50% - 8px)}.ant-picker-calendar-header .ant-picker-calendar-mode-switch{width:100%;margin-top:8px;margin-left:0}.ant-picker-calendar-header .ant-picker-calendar-mode-switch>label{width:50%;text-align:center}}.ant-picker-calendar-rtl{direction:rtl}.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-mode-switch,.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-month-select{margin-right:8px;margin-left:0}.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel{text-align:left}.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th{padding:0 0 5px 12px}.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content{text-align:right}.ant-card{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;background:#e2e8f0;border-radius:var(--theme-rounded-corners)}.ant-card-rtl{direction:rtl}.ant-card-hoverable{cursor:pointer;transition:box-shadow .3s,border-color .3s}.ant-card-hoverable:hover{border-color:transparent;box-shadow:0 1px 2px -2px rgba(0,0,0,.16),0 3px 6px 0 rgba(0,0,0,.12),0 5px 12px 4px rgba(0,0,0,.09)}.ant-card-bordered{border:1px solid #f0f0f0}.ant-card-head{min-height:48px;margin-bottom:-1px;padding:0 24px;color:rgba(0,0,0,.85);font-weight:500;font-size:16px;background:transparent;border-bottom:1px solid #f0f0f0;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0}.ant-card-head:after,.ant-card-head:before{display:table;content:""}.ant-card-head:after{clear:both}.ant-card-head-wrapper{display:flex;align-items:center}.ant-card-head-title{display:inline-block;flex:1 1;padding:16px 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-card-head-title>.ant-typography,.ant-card-head-title>.ant-typography-edit-content{left:0;margin-top:0;margin-bottom:0}.ant-card-head .ant-tabs-top{clear:both;margin-bottom:-17px;color:rgba(0,0,0,.85);font-weight:400;font-size:14px}.ant-card-head .ant-tabs-top-bar{border-bottom:1px solid #f0f0f0}.ant-card-extra{margin-left:auto;padding:16px 0;color:rgba(0,0,0,.85);font-weight:400;font-size:14px}.ant-card-rtl .ant-card-extra{margin-right:auto;margin-left:0}.ant-card-body{padding:24px}.ant-card-body:after,.ant-card-body:before{display:table;content:""}.ant-card-body:after{clear:both}.ant-card-contain-grid .ant-card-body{display:flex;flex-wrap:wrap}.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body{margin:-1px 0 0 -1px;padding:0}.ant-card-grid{width:33.33%;padding:24px;border:0;border-radius:0;box-shadow:1px 0 0 0 #f0f0f0,0 1px 0 0 #f0f0f0,1px 1px 0 0 #f0f0f0,inset 1px 0 0 0 #f0f0f0,inset 0 1px 0 0 #f0f0f0;transition:all .3s}.ant-card-grid-hoverable:hover{position:relative;z-index:1;box-shadow:0 1px 2px -2px rgba(0,0,0,.16),0 3px 6px 0 rgba(0,0,0,.12),0 5px 12px 4px rgba(0,0,0,.09)}.ant-card-contain-tabs>.ant-card-head .ant-card-head-title{min-height:32px;padding-bottom:0}.ant-card-contain-tabs>.ant-card-head .ant-card-extra{padding-bottom:0}.ant-card-bordered .ant-card-cover{margin-top:-1px;margin-right:-1px;margin-left:-1px}.ant-card-cover>*{display:block;width:100%}.ant-card-cover img{border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0}.ant-card-actions{display:flex;margin:0;padding:0;list-style:none;background:#e2e8f0;border-top:1px solid #f0f0f0}.ant-card-actions:after,.ant-card-actions:before{display:table;content:""}.ant-card-actions:after{clear:both}.ant-card-actions>li{margin:12px 0;color:rgba(0,0,0,.45);text-align:center}.ant-card-actions>li>span{position:relative;display:block;min-width:32px;font-size:14px;line-height:1.5715;cursor:pointer}.ant-card-actions>li>span:hover{color:#6544e9;transition:color .3s}.ant-card-actions>li>span a:not(.ant-btn),.ant-card-actions>li>span>.anticon{display:inline-block;width:100%;color:rgba(0,0,0,.45);line-height:22px;transition:color .3s}.ant-card-actions>li>span a:not(.ant-btn):hover,.ant-card-actions>li>span>.anticon:hover{color:#6544e9}.ant-card-actions>li>span>.anticon{font-size:16px;line-height:22px}.ant-card-actions>li:not(:last-child){border-right:1px solid #f0f0f0}.ant-card-rtl .ant-card-actions>li:not(:last-child){border-right:none;border-left:1px solid #f0f0f0}.ant-card-type-inner .ant-card-head{padding:0 24px;background:var(--theme-color-background-main)}.ant-card-type-inner .ant-card-head-title{padding:12px 0;font-size:14px}.ant-card-type-inner .ant-card-body{padding:16px 24px}.ant-card-type-inner .ant-card-extra{padding:13.5px 0}.ant-card-meta{display:flex;margin:-4px 0}.ant-card-meta:after,.ant-card-meta:before{display:table;content:""}.ant-card-meta:after{clear:both}.ant-card-meta-avatar{padding-right:16px}.ant-card-rtl .ant-card-meta-avatar{padding-right:0;padding-left:16px}.ant-card-meta-detail{flex:1 1;overflow:hidden}.ant-card-meta-detail>div:not(:last-child){margin-bottom:8px}.ant-card-meta-title{overflow:hidden;color:rgba(0,0,0,.85);font-weight:500;font-size:16px;white-space:nowrap;text-overflow:ellipsis}.ant-card-meta-description{color:rgba(0,0,0,.45)}.ant-card-loading{overflow:hidden}.ant-card-loading .ant-card-body{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-card-small>.ant-card-head{min-height:36px;padding:0 12px;font-size:14px}.ant-card-small>.ant-card-head>.ant-card-head-wrapper>.ant-card-head-title{padding:8px 0}.ant-card-small>.ant-card-head>.ant-card-head-wrapper>.ant-card-extra{padding:8px 0;font-size:14px}.ant-card-small>.ant-card-body{padding:12px}.ant-carousel{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum"}.ant-carousel .slick-slider{position:relative;display:block;box-sizing:border-box;touch-action:pan-y;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.ant-carousel .slick-list{position:relative;display:block;margin:0;padding:0;overflow:hidden}.ant-carousel .slick-list:focus{outline:none}.ant-carousel .slick-list.dragging{cursor:pointer}.ant-carousel .slick-list .slick-slide{pointer-events:none}.ant-carousel .slick-list .slick-slide input.ant-checkbox-input,.ant-carousel .slick-list .slick-slide input.ant-radio-input{visibility:hidden}.ant-carousel .slick-list .slick-slide.slick-active{pointer-events:auto}.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input,.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input{visibility:visible}.ant-carousel .slick-list .slick-slide>div>div{vertical-align:bottom}.ant-carousel .slick-slider .slick-list,.ant-carousel .slick-slider .slick-track{transform:translateZ(0);touch-action:pan-y}.ant-carousel .slick-track{position:relative;top:0;left:0;display:block}.ant-carousel .slick-track:after,.ant-carousel .slick-track:before{display:table;content:""}.ant-carousel .slick-track:after{clear:both}.slick-loading .ant-carousel .slick-track{visibility:hidden}.ant-carousel .slick-slide{display:none;float:left;height:100%;min-height:1px}.ant-carousel .slick-slide img{display:block}.ant-carousel .slick-slide.slick-loading img{display:none}.ant-carousel .slick-slide.dragging img{pointer-events:none}.ant-carousel .slick-initialized .slick-slide{display:block}.ant-carousel .slick-loading .slick-slide{visibility:hidden}.ant-carousel .slick-vertical .slick-slide{display:block;height:auto}.ant-carousel .slick-arrow.slick-hidden{display:none}.ant-carousel .slick-next,.ant-carousel .slick-prev{position:absolute;top:50%;display:block;width:20px;height:20px;margin-top:-10px;padding:0;font-size:0;line-height:0;border:0;cursor:pointer}.ant-carousel .slick-next,.ant-carousel .slick-next:focus,.ant-carousel .slick-next:hover,.ant-carousel .slick-prev,.ant-carousel .slick-prev:focus,.ant-carousel .slick-prev:hover{color:transparent;background:transparent;outline:none}.ant-carousel .slick-next:focus:before,.ant-carousel .slick-next:hover:before,.ant-carousel .slick-prev:focus:before,.ant-carousel .slick-prev:hover:before{opacity:1}.ant-carousel .slick-next.slick-disabled:before,.ant-carousel .slick-prev.slick-disabled:before{opacity:.25}.ant-carousel .slick-prev{left:-25px}.ant-carousel .slick-prev:before{content:"←"}.ant-carousel .slick-next{right:-25px}.ant-carousel .slick-next:before{content:"→"}.ant-carousel .slick-dots{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex!important;justify-content:center;margin-right:15%;margin-bottom:0;margin-left:15%;padding-left:0;list-style:none}.ant-carousel .slick-dots-bottom{bottom:12px}.ant-carousel .slick-dots-top{top:12px;bottom:auto}.ant-carousel .slick-dots li{position:relative;display:inline-block;flex:0 1 auto;box-sizing:content-box;width:16px;height:3px;margin:0 4px;padding:0;text-align:center;text-indent:-999px;vertical-align:top;transition:all .5s}.ant-carousel .slick-dots li button{position:relative;display:block;width:100%;height:3px;padding:0;color:transparent;font-size:0;background:#e2e8f0;border:0;border-radius:1px;outline:none;cursor:pointer;opacity:.3;transition:all .5s}.ant-carousel .slick-dots li button:focus,.ant-carousel .slick-dots li button:hover{opacity:.75}.ant-carousel .slick-dots li button:after{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;content:""}.ant-carousel .slick-dots li.slick-active{width:24px}.ant-carousel .slick-dots li.slick-active button{background:#e2e8f0;opacity:1}.ant-carousel .slick-dots li.slick-active:focus,.ant-carousel .slick-dots li.slick-active:hover{opacity:1}.ant-carousel-vertical .slick-dots{top:50%;bottom:auto;flex-direction:column;width:3px;height:auto;margin:0;transform:translateY(-50%)}.ant-carousel-vertical .slick-dots-left{right:auto;left:12px}.ant-carousel-vertical .slick-dots-right{right:12px;left:auto}.ant-carousel-vertical .slick-dots li{width:3px;height:16px;margin:4px 0;vertical-align:baseline}.ant-carousel-vertical .slick-dots li button{width:3px;height:16px}.ant-carousel-vertical .slick-dots li.slick-active,.ant-carousel-vertical .slick-dots li.slick-active button{width:3px;height:24px}.ant-carousel-rtl{direction:rtl}.ant-carousel-rtl .ant-carousel .slick-track{right:0;left:auto}.ant-carousel-rtl .ant-carousel .slick-prev{right:-25px;left:auto}.ant-carousel-rtl .ant-carousel .slick-prev:before{content:"→"}.ant-carousel-rtl .ant-carousel .slick-next{right:auto;left:-25px}.ant-carousel-rtl .ant-carousel .slick-next:before{content:"←"}.ant-carousel-rtl.ant-carousel .slick-dots{flex-direction:row-reverse}.ant-carousel-rtl.ant-carousel-vertical .slick-dots{flex-direction:column}@keyframes antCheckboxEffect{0%{transform:scale(1);opacity:.5}to{transform:scale(1.6);opacity:0}}.ant-cascader-checkbox{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;top:.2em;line-height:1;white-space:nowrap;outline:none;cursor:pointer}.ant-cascader-checkbox-input:focus+.ant-cascader-checkbox-inner,.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner,.ant-cascader-checkbox:hover .ant-cascader-checkbox-inner{border-color:#6544e9}.ant-cascader-checkbox-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #6544e9;border-radius:2px;visibility:hidden;animation:antCheckboxEffect .36s ease-in-out;animation-fill-mode:backwards;content:""}.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox:after,.ant-cascader-checkbox:hover:after{visibility:visible}.ant-cascader-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;direction:ltr;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;border-collapse:separate;transition:all .3s}.ant-cascader-checkbox-inner:after{position:absolute;top:50%;left:21.5%;display:table;width:5.71428571px;height:9.14285714px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(0) translate(-50%,-50%);opacity:0;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;content:" "}.ant-cascader-checkbox-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner:after{position:absolute;display:table;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(1) translate(-50%,-50%);opacity:1;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:" "}.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner{background-color:#6544e9;border-color:#6544e9}.ant-cascader-checkbox-disabled{cursor:not-allowed}.ant-cascader-checkbox-disabled.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner:after{border-color:rgba(0,0,0,.25);animation-name:none}.ant-cascader-checkbox-disabled .ant-cascader-checkbox-input{cursor:not-allowed;pointer-events:none}.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner{background-color:#f5f5f5;border-color:#d9d9d9!important}.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner:after{border-color:#f5f5f5;border-collapse:separate;animation-name:none}.ant-cascader-checkbox-disabled+span{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-cascader-checkbox-disabled:hover:after,.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-disabled:after{visibility:hidden}.ant-cascader-checkbox-wrapper{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-flex;align-items:baseline;line-height:unset;cursor:pointer}.ant-cascader-checkbox-wrapper:after{display:inline-block;width:0;overflow:hidden;content:"\a0"}.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-disabled{cursor:not-allowed}.ant-cascader-checkbox-wrapper+.ant-cascader-checkbox-wrapper{margin-left:8px}.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-in-form-item input[type=checkbox]{width:14px;height:14px}.ant-cascader-checkbox+span{padding-right:8px;padding-left:8px}.ant-cascader-checkbox-group{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block}.ant-cascader-checkbox-group-item{margin-right:8px}.ant-cascader-checkbox-group-item:last-child{margin-right:0}.ant-cascader-checkbox-group-item+.ant-cascader-checkbox-group-item{margin-left:0}.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner{background-color:#fff;border-color:#d9d9d9}.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:#6544e9;border:0;transform:translate(-50%,-50%) scale(1);opacity:1;content:" "}.ant-cascader-checkbox-indeterminate.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner:after{background-color:rgba(0,0,0,.25);border-color:rgba(0,0,0,.25)}.ant-cascader-checkbox-rtl{direction:rtl}.ant-cascader-checkbox-group-rtl .ant-cascader-checkbox-group-item{margin-right:0;margin-left:8px}.ant-cascader-checkbox-group-rtl .ant-cascader-checkbox-group-item:last-child{margin-left:0!important}.ant-cascader-checkbox-group-rtl .ant-cascader-checkbox-group-item+.ant-cascader-checkbox-group-item{margin-left:8px}.ant-cascader{width:184px}.ant-cascader-checkbox{top:0;margin-right:8px}.ant-cascader-menus{display:flex;flex-wrap:nowrap;align-items:flex-start}.ant-cascader-menus.ant-cascader-menu-empty .ant-cascader-menu{width:100%;height:auto}.ant-cascader-menu{flex-grow:1;min-width:111px;height:180px;margin:-4px 0;padding:4px 0;overflow:auto;vertical-align:top;list-style:none;border-right:1px solid #f0f0f0;-ms-overflow-style:-ms-autohiding-scrollbar}.ant-cascader-menu-item{display:flex;flex-wrap:nowrap;align-items:center;padding:5px 12px;overflow:hidden;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;transition:all .3s}.ant-cascader-menu-item:hover{background:#f5f5f5}.ant-cascader-menu-item-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-cascader-menu-item-disabled:hover{background:transparent}.ant-cascader-menu-empty .ant-cascader-menu-item{color:rgba(0,0,0,.25);cursor:default;pointer-events:none}.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover{font-weight:600;background-color:#6544e9}.ant-cascader-menu-item-content{flex:auto}.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,.ant-cascader-menu-item-loading-icon{margin-left:4px;color:rgba(0,0,0,.45);font-size:10px}.ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,.ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon{color:rgba(0,0,0,.25)}.ant-cascader-menu-item-keyword{color:#ff4d4f}.ant-cascader-compact-item:not(.ant-cascader-compact-last-item):not(.ant-cascader-compact-item-rtl){margin-right:-1px}.ant-cascader-compact-item:not(.ant-cascader-compact-last-item).ant-cascader-compact-item-rtl{margin-left:-1px}.ant-cascader-compact-item:active,.ant-cascader-compact-item:focus,.ant-cascader-compact-item:hover{z-index:2}.ant-cascader-compact-item[disabled]{z-index:0}.ant-cascader-compact-item:not(.ant-cascader-compact-first-item):not(.ant-cascader-compact-last-item).ant-cascader{border-radius:0}.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-first-item:not(.ant-cascader-compact-last-item):not(.ant-cascader-compact-item-rtl){border-top-right-radius:0;border-bottom-right-radius:0}.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-item-rtl.ant-cascader-compact-first-item:not(.ant-cascader-compact-last-item),.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-last-item:not(.ant-cascader-compact-first-item):not(.ant-cascader-compact-item-rtl){border-top-left-radius:0;border-bottom-left-radius:0}.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-item-rtl.ant-cascader-compact-last-item:not(.ant-cascader-compact-first-item){border-top-right-radius:0;border-bottom-right-radius:0}.ant-cascader-rtl .ant-cascader-menu-item-expand-icon,.ant-cascader-rtl .ant-cascader-menu-item-loading-icon{margin-right:4px;margin-left:0}.ant-cascader-rtl .ant-cascader-checkbox{top:0;margin-right:0;margin-left:8px}.ant-checkbox{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;top:.2em;line-height:1;white-space:nowrap;outline:none;cursor:pointer}.ant-checkbox-input:focus+.ant-checkbox-inner,.ant-checkbox-wrapper:hover .ant-checkbox-inner,.ant-checkbox:hover .ant-checkbox-inner{border-color:#6544e9}.ant-checkbox-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #6544e9;border-radius:2px;visibility:hidden;animation:antCheckboxEffect .36s ease-in-out;animation-fill-mode:backwards;content:""}.ant-checkbox-wrapper:hover .ant-checkbox:after,.ant-checkbox:hover:after{visibility:visible}.ant-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;direction:ltr;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;border-collapse:separate;transition:all .3s}.ant-checkbox-inner:after{position:absolute;top:50%;left:21.5%;display:table;width:5.71428571px;height:9.14285714px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(0) translate(-50%,-50%);opacity:0;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;content:" "}.ant-checkbox-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.ant-checkbox-checked .ant-checkbox-inner:after{position:absolute;display:table;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(1) translate(-50%,-50%);opacity:1;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:" "}.ant-checkbox-checked .ant-checkbox-inner{background-color:#6544e9;border-color:#6544e9}.ant-checkbox-disabled{cursor:not-allowed}.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after{border-color:rgba(0,0,0,.25);animation-name:none}.ant-checkbox-disabled .ant-checkbox-input{cursor:not-allowed;pointer-events:none}.ant-checkbox-disabled .ant-checkbox-inner{background-color:#f5f5f5;border-color:#d9d9d9!important}.ant-checkbox-disabled .ant-checkbox-inner:after{border-color:#f5f5f5;border-collapse:separate;animation-name:none}.ant-checkbox-disabled+span{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-checkbox-disabled:hover:after,.ant-checkbox-wrapper:hover .ant-checkbox-disabled:after{visibility:hidden}.ant-checkbox-wrapper{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-flex;align-items:baseline;line-height:unset;cursor:pointer}.ant-checkbox-wrapper:after{display:inline-block;width:0;overflow:hidden;content:"\a0"}.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled{cursor:not-allowed}.ant-checkbox-wrapper+.ant-checkbox-wrapper{margin-left:8px}.ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type=checkbox]{width:14px;height:14px}.ant-checkbox+span{padding-right:8px;padding-left:8px}.ant-checkbox-group{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block}.ant-checkbox-group-item{margin-right:8px}.ant-checkbox-group-item:last-child{margin-right:0}.ant-checkbox-group-item+.ant-checkbox-group-item{margin-left:0}.ant-checkbox-indeterminate .ant-checkbox-inner{background-color:#fff;border-color:#d9d9d9}.ant-checkbox-indeterminate .ant-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:#6544e9;border:0;transform:translate(-50%,-50%) scale(1);opacity:1;content:" "}.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after{background-color:rgba(0,0,0,.25);border-color:rgba(0,0,0,.25)}.ant-checkbox-rtl{direction:rtl}.ant-checkbox-group-rtl .ant-checkbox-group-item{margin-right:0;margin-left:8px}.ant-checkbox-group-rtl .ant-checkbox-group-item:last-child{margin-left:0!important}.ant-checkbox-group-rtl .ant-checkbox-group-item+.ant-checkbox-group-item{margin-left:8px}.ant-collapse{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";background-color:var(--theme-color-background-main);border:1px solid #d9d9d9;border-bottom:0;border-radius:var(--theme-rounded-corners)}.ant-collapse>.ant-collapse-item{border-bottom:1px solid #d9d9d9}.ant-collapse>.ant-collapse-item:last-child,.ant-collapse>.ant-collapse-item:last-child>.ant-collapse-header{border-radius:0 0 var(--theme-rounded-corners) var(--theme-rounded-corners)}.ant-collapse>.ant-collapse-item>.ant-collapse-header{position:relative;display:flex;flex-wrap:nowrap;align-items:flex-start;padding:12px 16px;color:rgba(0,0,0,.85);line-height:1.5715;cursor:pointer;transition:all .3s,visibility 0s}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow{display:inline-block;margin-right:12px;font-size:12px;vertical-align:-1px}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow svg{transition:transform .24s}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-header-text{flex:auto}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-extra{margin-left:auto}.ant-collapse>.ant-collapse-item>.ant-collapse-header:focus{outline:none}.ant-collapse>.ant-collapse-item .ant-collapse-header-collapsible-only{cursor:default}.ant-collapse>.ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text{flex:none;cursor:pointer}.ant-collapse>.ant-collapse-item .ant-collapse-icon-collapsible-only{cursor:default}.ant-collapse>.ant-collapse-item .ant-collapse-icon-collapsible-only .ant-collapse-expand-icon{cursor:pointer}.ant-collapse>.ant-collapse-item.ant-collapse-no-arrow>.ant-collapse-header{padding-left:12px}.ant-collapse-icon-position-end>.ant-collapse-item>.ant-collapse-header{position:relative;padding:12px 40px 12px 16px}.ant-collapse-icon-position-end>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow{position:absolute;top:50%;right:16px;left:auto;margin:0;transform:translateY(-50%)}.ant-collapse-content{color:rgba(0,0,0,.85);background-color:#e2e8f0;border-top:1px solid #d9d9d9}.ant-collapse-content>.ant-collapse-content-box{padding:16px}.ant-collapse-content-hidden{display:none}.ant-collapse-item:last-child>.ant-collapse-content{border-radius:0 0 var(--theme-rounded-corners) var(--theme-rounded-corners)}.ant-collapse-borderless{background-color:var(--theme-color-background-main);border:0}.ant-collapse-borderless>.ant-collapse-item{border-bottom:1px solid #d9d9d9}.ant-collapse-borderless>.ant-collapse-item:last-child,.ant-collapse-borderless>.ant-collapse-item:last-child .ant-collapse-header{border-radius:0}.ant-collapse-borderless>.ant-collapse-item:last-child{border-bottom:0}.ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content{background-color:transparent;border-top:0}.ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding-top:4px}.ant-collapse-ghost{background-color:transparent;border:0}.ant-collapse-ghost>.ant-collapse-item{border-bottom:0}.ant-collapse-ghost>.ant-collapse-item>.ant-collapse-content{background-color:transparent;border-top:0}.ant-collapse-ghost>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding-top:12px;padding-bottom:12px}.ant-collapse .ant-collapse-item-disabled>.ant-collapse-header,.ant-collapse .ant-collapse-item-disabled>.ant-collapse-header>.arrow{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-collapse-rtl{direction:rtl}.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end>.ant-collapse-item>.ant-collapse-header{position:relative;padding:12px 16px 12px 40px}.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow{position:absolute;top:50%;right:auto;left:16px;margin:0;transform:translateY(-50%)}.ant-collapse-rtl .ant-collapse>.ant-collapse-item>.ant-collapse-header{padding:12px 40px 12px 16px}.ant-collapse-rtl.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow{margin-right:0;margin-left:12px}.ant-collapse-rtl.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow svg{transform:rotate(180deg)}.ant-collapse-rtl.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-extra{margin-right:auto;margin-left:0}.ant-collapse-rtl.ant-collapse>.ant-collapse-item.ant-collapse-no-arrow>.ant-collapse-header{padding-right:12px;padding-left:0}.ant-comment{position:relative;background-color:inherit}.ant-comment-inner{display:flex;padding:16px 0}.ant-comment-avatar{position:relative;flex-shrink:0;margin-right:12px;cursor:pointer}.ant-comment-avatar img{width:32px;height:32px;border-radius:50%}.ant-comment-content{position:relative;flex:1 1 auto;min-width:1px;font-size:14px;word-wrap:break-word}.ant-comment-content-author{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:4px;font-size:14px}.ant-comment-content-author>a,.ant-comment-content-author>span{padding-right:8px;font-size:12px;line-height:18px}.ant-comment-content-author-name{color:rgba(0,0,0,.45);font-size:14px;transition:color .3s}.ant-comment-content-author-name>*,.ant-comment-content-author-name>:hover{color:rgba(0,0,0,.45)}.ant-comment-content-author-time{color:#ccc;white-space:nowrap;cursor:auto}.ant-comment-content-detail p{margin-bottom:inherit;white-space:pre-wrap}.ant-comment-actions{margin-top:12px;margin-bottom:inherit;padding-left:0}.ant-comment-actions>li{display:inline-block;color:rgba(0,0,0,.45)}.ant-comment-actions>li>span{margin-right:10px;color:rgba(0,0,0,.45);font-size:12px;cursor:pointer;transition:color .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-comment-actions>li>span:hover{color:#595959}.ant-comment-nested{margin-left:44px}.ant-comment-rtl{direction:rtl}.ant-comment-rtl .ant-comment-avatar{margin-right:0;margin-left:12px}.ant-comment-rtl .ant-comment-content-author>a,.ant-comment-rtl .ant-comment-content-author>span{padding-right:0;padding-left:8px}.ant-comment-rtl .ant-comment-actions{padding-right:0}.ant-comment-rtl .ant-comment-actions>li>span{margin-right:0;margin-left:10px}.ant-comment-rtl .ant-comment-nested{margin-right:44px;margin-left:0}.ant-picker-status-error.ant-picker,.ant-picker-status-error.ant-picker:not(.ant-picker-disabled):hover{background-color:#e2e8f0;border-color:#ff4d4f}.ant-picker-status-error.ant-picker-focused,.ant-picker-status-error.ant-picker:focus{border-color:#ff7875;box-shadow:0 0 0 2px rgba(255,77,79,.2);border-right-width:1px;outline:0}.ant-picker-status-error.ant-picker .ant-picker-active-bar{background:#ff7875}.ant-picker-status-warning.ant-picker,.ant-picker-status-warning.ant-picker:not(.ant-picker-disabled):hover{background-color:#e2e8f0;border-color:#faad14}.ant-picker-status-warning.ant-picker-focused,.ant-picker-status-warning.ant-picker:focus{border-color:#ffc53d;box-shadow:0 0 0 2px rgba(250,173,20,.2);border-right-width:1px;outline:0}.ant-picker-status-warning.ant-picker .ant-picker-active-bar{background:#ffc53d}.ant-picker{box-sizing:border-box;margin:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";padding:4px 11px;position:relative;display:inline-flex;align-items:center;background:#e2e8f0;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners);transition:border .3s,box-shadow .3s}.ant-picker-focused,.ant-picker:hover{border-color:#6544e9;border-right-width:1px}.ant-input-rtl .ant-picker-focused,.ant-input-rtl .ant-picker:hover{border-right-width:0;border-left-width:1px!important}.ant-picker-focused{border-color:#2386e2;box-shadow:0 0 0 2px rgba(101,68,233,.2);border-right-width:1px;outline:0}.ant-input-rtl .ant-picker-focused{border-right-width:0;border-left-width:1px!important}.ant-picker.ant-picker-disabled{background:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed}.ant-picker.ant-picker-disabled .ant-picker-suffix{color:rgba(0,0,0,.25)}.ant-picker.ant-picker-borderless{background-color:transparent!important;border-color:transparent!important;box-shadow:none!important}.ant-picker-input{position:relative;display:inline-flex;align-items:center;width:100%}.ant-picker-input>input{position:relative;display:inline-block;width:100%;min-width:0;color:rgba(0,0,0,.85);font-size:14px;line-height:1.5715;background-color:#e2e8f0;background-image:none;border-radius:var(--theme-rounded-corners);transition:all .3s;flex:auto;min-width:1px;height:auto;padding:0;background:transparent;border:0}.ant-picker-input>input::-moz-placeholder{color:#bfbfbf;-moz-user-select:none;user-select:none}.ant-picker-input>input::placeholder{color:#bfbfbf;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-picker-input>input:-moz-placeholder-shown{text-overflow:ellipsis}.ant-picker-input>input:placeholder-shown{text-overflow:ellipsis}.ant-picker-input>input:hover{border-color:#6544e9;border-right-width:1px}.ant-input-rtl .ant-picker-input>input:hover{border-right-width:0;border-left-width:1px!important}.ant-picker-input>input-focused,.ant-picker-input>input:focus{border-color:#2386e2;box-shadow:0 0 0 2px rgba(101,68,233,.2);border-right-width:1px;outline:0}.ant-input-rtl .ant-picker-input>input-focused,.ant-input-rtl .ant-picker-input>input:focus{border-right-width:0;border-left-width:1px!important}.ant-picker-input>input-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-picker-input>input-disabled:hover{border-color:#d9d9d9;border-right-width:1px}.ant-picker-input>input[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-picker-input>input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px}.ant-picker-input>input-borderless,.ant-picker-input>input-borderless-disabled,.ant-picker-input>input-borderless-focused,.ant-picker-input>input-borderless:focus,.ant-picker-input>input-borderless:hover,.ant-picker-input>input-borderless[disabled]{background-color:transparent;border:none;box-shadow:none}textarea.ant-picker-input>input{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;transition:all .3s,height 0s}.ant-picker-input>input-lg{padding:6.5px 11px;font-size:16px}.ant-picker-input>input-sm{padding:0 7px}.ant-picker-input>input-rtl{direction:rtl}.ant-picker-input>input:focus{box-shadow:none}.ant-picker-input>input[disabled]{background:transparent}.ant-picker-input:hover .ant-picker-clear{opacity:1}.ant-picker-input-placeholder>input{color:#bfbfbf}.ant-picker-large{padding:6.5px 11px}.ant-picker-large .ant-picker-input>input{font-size:16px}.ant-picker-small{padding:0 7px}.ant-picker-suffix{display:flex;flex:none;align-self:center;margin-left:4px;color:rgba(0,0,0,.25);line-height:1;pointer-events:none}.ant-picker-suffix>*{vertical-align:top}.ant-picker-suffix>:not(:last-child){margin-right:8px}.ant-picker-clear{position:absolute;top:50%;right:0;color:rgba(0,0,0,.25);line-height:1;background:#e2e8f0;transform:translateY(-50%);cursor:pointer;opacity:0;transition:opacity .3s,color .3s}.ant-picker-clear>*{vertical-align:top}.ant-picker-clear:hover{color:rgba(0,0,0,.45)}.ant-picker-separator{position:relative;display:inline-block;width:1em;height:16px;color:rgba(0,0,0,.25);font-size:16px;vertical-align:top;cursor:default}.ant-picker-focused .ant-picker-separator{color:rgba(0,0,0,.45)}.ant-picker-disabled .ant-picker-range-separator .ant-picker-separator{cursor:not-allowed}.ant-picker-range{position:relative;display:inline-flex}.ant-picker-range .ant-picker-clear{right:11px}.ant-picker-range:hover .ant-picker-clear{opacity:1}.ant-picker-range .ant-picker-active-bar{bottom:-1px;height:2px;margin-left:11px;background:#6544e9;opacity:0;transition:all .3s ease-out;pointer-events:none}.ant-picker-range.ant-picker-focused .ant-picker-active-bar{opacity:1}.ant-picker-range-separator{align-items:center;padding:0 8px;line-height:1}.ant-picker-range.ant-picker-small .ant-picker-clear{right:7px}.ant-picker-range.ant-picker-small .ant-picker-active-bar{margin-left:7px}.ant-picker-dropdown{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;top:-9999px;left:-9999px;z-index:1050}.ant-picker-dropdown-hidden{display:none}.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow{top:2.58561808px;display:block;transform:rotate(-135deg) translateY(1px)}.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow{bottom:2.58561808px;display:block;transform:rotate(45deg)}.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topLeft,.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topRight,.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topLeft,.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topRight{animation-name:antSlideDownIn}.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomLeft,.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomRight,.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomLeft,.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomRight{animation-name:antSlideUpIn}.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topLeft,.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topRight{animation-name:antSlideDownOut}.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomLeft,.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomRight{animation-name:antSlideUpOut}.ant-picker-dropdown-range{padding:7.54247233px 0}.ant-picker-dropdown-range-hidden{display:none}.ant-picker-dropdown .ant-picker-panel>.ant-picker-time-panel{padding-top:4px}.ant-picker-ranges{margin-bottom:0;padding:4px 12px;overflow:hidden;line-height:34px;text-align:left;list-style:none}.ant-picker-ranges>li{display:inline-block}.ant-picker-ranges .ant-picker-preset>.ant-tag-blue{color:#6544e9;background:#6544e9;border-color:#7a5cf3;cursor:pointer}.ant-picker-ranges .ant-picker-ok{float:right;margin-left:8px}.ant-picker-range-wrapper{display:flex}.ant-picker-range-arrow{position:absolute;z-index:1;width:11.3137085px;height:11.3137085px;margin-left:16.5px;box-shadow:2px 2px 6px -2px rgba(0,0,0,.1);transition:left .3s ease-out;border-radius:0 0 2px;pointer-events:none}.ant-picker-range-arrow:before{position:absolute;top:-11.3137085px;left:-11.3137085px;width:33.9411255px;height:33.9411255px;background:#e2e8f0;background-repeat:no-repeat;background-position:-10px -10px;content:"";-webkit-clip-path:inset(33% 33%);clip-path:inset(33% 33%);-webkit-clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z")}.ant-picker-panel-container{overflow:hidden;vertical-align:top;background:#e2e8f0;border-radius:var(--theme-rounded-corners);box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);transition:margin .3s}.ant-picker-panel-container .ant-picker-panels{display:inline-flex;flex-wrap:nowrap;direction:ltr}.ant-picker-panel-container .ant-picker-panel{vertical-align:top;background:transparent;border-width:0 0 1px;border-radius:0}.ant-picker-panel-container .ant-picker-panel .ant-picker-content,.ant-picker-panel-container .ant-picker-panel table{text-align:center}.ant-picker-panel-container .ant-picker-panel-focused{border-color:#f0f0f0}.ant-picker-compact-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl){margin-right:-1px}.ant-picker-compact-item:not(.ant-picker-compact-last-item).ant-picker-compact-item-rtl{margin-left:-1px}.ant-picker-compact-item.ant-picker-focused,.ant-picker-compact-item:active,.ant-picker-compact-item:focus,.ant-picker-compact-item:hover{z-index:2}.ant-picker-compact-item[disabled]{z-index:0}.ant-picker-compact-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-last-item).ant-picker{border-radius:0}.ant-picker-compact-item.ant-picker.ant-picker-compact-first-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl){border-top-right-radius:0;border-bottom-right-radius:0}.ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-first-item:not(.ant-picker-compact-last-item),.ant-picker-compact-item.ant-picker.ant-picker-compact-last-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-item-rtl){border-top-left-radius:0;border-bottom-left-radius:0}.ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-last-item:not(.ant-picker-compact-first-item){border-top-right-radius:0;border-bottom-right-radius:0}.ant-picker-panel{display:inline-flex;flex-direction:column;text-align:center;background:#e2e8f0;border:1px solid #f0f0f0;border-radius:var(--theme-rounded-corners);outline:none}.ant-picker-panel-focused{border-color:#6544e9}.ant-picker-date-panel,.ant-picker-decade-panel,.ant-picker-month-panel,.ant-picker-quarter-panel,.ant-picker-time-panel,.ant-picker-week-panel,.ant-picker-year-panel{display:flex;flex-direction:column;width:280px}.ant-picker-header{display:flex;padding:0 8px;color:rgba(0,0,0,.85);border-bottom:1px solid #f0f0f0}.ant-picker-header>*{flex:none}.ant-picker-header button{padding:0;color:rgba(0,0,0,.25);line-height:40px;background:transparent;border:0;cursor:pointer;transition:color .3s}.ant-picker-header>button{min-width:1.6em;font-size:14px}.ant-picker-header>button:hover{color:rgba(0,0,0,.85)}.ant-picker-header-view{flex:auto;font-weight:500;line-height:40px}.ant-picker-header-view button{color:inherit;font-weight:inherit}.ant-picker-header-view button:not(:first-child){margin-left:8px}.ant-picker-header-view button:hover{color:#6544e9}.ant-picker-next-icon,.ant-picker-prev-icon,.ant-picker-super-next-icon,.ant-picker-super-prev-icon{position:relative;display:inline-block;width:7px;height:7px}.ant-picker-next-icon:before,.ant-picker-prev-icon:before,.ant-picker-super-next-icon:before,.ant-picker-super-prev-icon:before{position:absolute;top:0;left:0;display:inline-block;width:7px;height:7px;border:0 solid;border-width:1.5px 0 0 1.5px;content:""}.ant-picker-super-next-icon:after,.ant-picker-super-prev-icon:after{position:absolute;top:4px;left:4px;display:inline-block;width:7px;height:7px;border:0 solid;border-width:1.5px 0 0 1.5px;content:""}.ant-picker-prev-icon,.ant-picker-super-prev-icon{transform:rotate(-45deg)}.ant-picker-next-icon,.ant-picker-super-next-icon{transform:rotate(135deg)}.ant-picker-content{width:100%;table-layout:fixed;border-collapse:collapse}.ant-picker-content td,.ant-picker-content th{position:relative;min-width:24px;font-weight:400}.ant-picker-content th{height:30px;color:rgba(0,0,0,.85);line-height:30px}.ant-picker-cell{padding:3px 0;color:rgba(0,0,0,.25);cursor:pointer}.ant-picker-cell-in-view{color:rgba(0,0,0,.85)}.ant-picker-cell:before{position:absolute;top:50%;right:0;left:0;z-index:1;height:24px;transform:translateY(-50%);transition:all .3s;content:""}.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,.ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner{background:#f5f5f5}.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border:1px solid #6544e9;border-radius:var(--theme-rounded-corners);content:""}.ant-picker-cell-in-view.ant-picker-cell-in-range{position:relative}.ant-picker-cell-in-view.ant-picker-cell-in-range:before{background:#6544e9}.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner,.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner{color:#fff;background:#6544e9}.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):before,.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):before{background:#6544e9}.ant-picker-cell-in-view.ant-picker-cell-range-start:before{left:50%}.ant-picker-cell-in-view.ant-picker-cell-range-end:before{right:50%}.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single:after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover:after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single:after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover:after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):after,.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range):after{position:absolute;top:50%;z-index:0;height:24px;border-top:1px dashed #b09ff4;border-bottom:1px dashed #b09ff4;transform:translateY(-50%);transition:all .3s;content:""}.ant-picker-cell-range-hover-end:after,.ant-picker-cell-range-hover-start:after,.ant-picker-cell-range-hover:after{right:0;left:2px}.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover:before,.ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover:before,.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end:before,.ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover:before,.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start:before,.ant-picker-panel>:not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end:before,.ant-picker-panel>:not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start:before{background:#e9e4fc}.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner{border-radius:var(--theme-rounded-corners) 0 0 var(--theme-rounded-corners)}.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner{border-radius:0 var(--theme-rounded-corners) var(--theme-rounded-corners) 0}.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner:after,.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner:after{position:absolute;top:0;bottom:0;z-index:-1;background:#e9e4fc;transition:all .3s;content:""}.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner:after{right:-6px;left:0}.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner:after{right:0;left:-6px}.ant-picker-cell-range-hover.ant-picker-cell-range-start:after{right:50%}.ant-picker-cell-range-hover.ant-picker-cell-range-end:after{left:50%}.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range):after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:after,.ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range:after,tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child:after,tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child:after{left:6px;border-left:1px dashed #b09ff4;border-top-left-radius:var(--theme-rounded-corners);border-bottom-left-radius:var(--theme-rounded-corners)}.ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range:after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range):after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:after,tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child:after,tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child:after{right:6px;border-right:1px dashed #b09ff4;border-top-right-radius:var(--theme-rounded-corners);border-bottom-right-radius:var(--theme-rounded-corners)}.ant-picker-cell-disabled{color:rgba(0,0,0,.25);pointer-events:none}.ant-picker-cell-disabled .ant-picker-cell-inner{background:transparent}.ant-picker-cell-disabled:before{background:rgba(0,0,0,.04)}.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner:before{border-color:rgba(0,0,0,.25)}.ant-picker-decade-panel .ant-picker-content,.ant-picker-month-panel .ant-picker-content,.ant-picker-quarter-panel .ant-picker-content,.ant-picker-year-panel .ant-picker-content{height:264px}.ant-picker-decade-panel .ant-picker-cell-inner,.ant-picker-month-panel .ant-picker-cell-inner,.ant-picker-quarter-panel .ant-picker-cell-inner,.ant-picker-year-panel .ant-picker-cell-inner{padding:0 8px}.ant-picker-quarter-panel .ant-picker-content{height:56px}.ant-picker-footer{width:-moz-min-content;width:min-content;min-width:100%;line-height:38px;text-align:center;border-bottom:1px solid transparent}.ant-picker-panel .ant-picker-footer{border-top:1px solid #f0f0f0}.ant-picker-footer-extra{padding:0 12px;line-height:38px;text-align:left}.ant-picker-footer-extra:not(:last-child){border-bottom:1px solid #f0f0f0}.ant-picker-now{text-align:left}.ant-picker-today-btn{color:var(--theme-color-action)}.ant-picker-today-btn:hover{color:var(--theme-color-action-hover)}.ant-picker-today-btn:active{color:#000}.ant-picker-today-btn.ant-picker-today-btn-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-picker-decade-panel .ant-picker-cell-inner{padding:0 4px}.ant-picker-decade-panel .ant-picker-cell:before{display:none}.ant-picker-month-panel .ant-picker-body,.ant-picker-quarter-panel .ant-picker-body,.ant-picker-year-panel .ant-picker-body{padding:0 8px}.ant-picker-month-panel .ant-picker-cell-inner,.ant-picker-quarter-panel .ant-picker-cell-inner,.ant-picker-year-panel .ant-picker-cell-inner{width:60px}.ant-picker-month-panel .ant-picker-cell-range-hover-start:after,.ant-picker-quarter-panel .ant-picker-cell-range-hover-start:after,.ant-picker-year-panel .ant-picker-cell-range-hover-start:after{left:14px;border-left:1px dashed #b09ff4;border-radius:var(--theme-rounded-corners) 0 0 var(--theme-rounded-corners)}.ant-picker-month-panel .ant-picker-cell-range-hover-end:after,.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start:after,.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start:after,.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start:after,.ant-picker-quarter-panel .ant-picker-cell-range-hover-end:after,.ant-picker-year-panel .ant-picker-cell-range-hover-end:after{right:14px;border-right:1px dashed #b09ff4;border-radius:0 var(--theme-rounded-corners) var(--theme-rounded-corners) 0}.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end:after,.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end:after,.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end:after{left:14px;border-left:1px dashed #b09ff4;border-radius:var(--theme-rounded-corners) 0 0 var(--theme-rounded-corners)}.ant-picker-week-panel .ant-picker-body{padding:8px 12px}.ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner,.ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner,.ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner{background:transparent!important}.ant-picker-week-panel-row td{transition:background .3s}.ant-picker-week-panel-row:hover td{background:#f5f5f5}.ant-picker-week-panel-row-selected td,.ant-picker-week-panel-row-selected:hover td{background:#6544e9}.ant-picker-week-panel-row-selected td.ant-picker-cell-week,.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week{color:hsla(0,0%,100%,.5)}.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner:before,.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner:before{border-color:#fff}.ant-picker-week-panel-row-selected td .ant-picker-cell-inner,.ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner{color:#fff}.ant-picker-date-panel .ant-picker-body{padding:8px 12px}.ant-picker-date-panel .ant-picker-content{width:252px}.ant-picker-date-panel .ant-picker-content th{width:36px}.ant-picker-datetime-panel{display:flex}.ant-picker-datetime-panel .ant-picker-time-panel{border-left:1px solid #f0f0f0}.ant-picker-datetime-panel .ant-picker-date-panel,.ant-picker-datetime-panel .ant-picker-time-panel{transition:opacity .3s}.ant-picker-datetime-panel-active .ant-picker-date-panel,.ant-picker-datetime-panel-active .ant-picker-time-panel{opacity:.3}.ant-picker-datetime-panel-active .ant-picker-date-panel-active,.ant-picker-datetime-panel-active .ant-picker-time-panel-active{opacity:1}.ant-picker-time-panel{width:auto;min-width:auto}.ant-picker-time-panel .ant-picker-content{display:flex;flex:auto;height:224px}.ant-picker-time-panel-column{flex:1 0 auto;width:56px;margin:0;padding:0;overflow-y:hidden;text-align:left;list-style:none;transition:background .3s}.ant-picker-time-panel-column:after{display:block;height:196px;content:""}.ant-picker-datetime-panel .ant-picker-time-panel-column:after{height:198px}.ant-picker-time-panel-column:not(:first-child){border-left:1px solid #f0f0f0}.ant-picker-time-panel-column-active{background:rgba(101,68,233,.2)}.ant-picker-time-panel-column:hover{overflow-y:auto}.ant-picker-time-panel-column>li{margin:0;padding:0}.ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner{display:block;width:100%;height:28px;margin:0;padding:0 0 0 14px;color:rgba(0,0,0,.85);line-height:28px;border-radius:0;cursor:pointer;transition:background .3s}.ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover{background:#f5f5f5}.ant-picker-time-panel-column>li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner{background:#6544e9}.ant-picker-time-panel-column>li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner{color:rgba(0,0,0,.25);background:transparent;cursor:not-allowed}:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,:root .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell{padding:21px 0}.ant-picker-rtl{direction:rtl}.ant-picker-rtl .ant-picker-suffix{margin-right:4px;margin-left:0}.ant-picker-rtl .ant-picker-clear{right:auto;left:0}.ant-picker-rtl .ant-picker-separator{transform:rotate(180deg)}.ant-picker-panel-rtl .ant-picker-header-view button:not(:first-child){margin-right:8px;margin-left:0}.ant-picker-rtl.ant-picker-range .ant-picker-clear{right:auto;left:11px}.ant-picker-rtl.ant-picker-range .ant-picker-active-bar{margin-right:11px;margin-left:0}.ant-picker-rtl.ant-picker-range.ant-picker-small .ant-picker-active-bar{margin-right:7px}.ant-picker-dropdown-rtl .ant-picker-ranges{text-align:right}.ant-picker-dropdown-rtl .ant-picker-ranges .ant-picker-ok{float:left;margin-right:8px;margin-left:0}.ant-picker-panel-rtl{direction:rtl}.ant-picker-panel-rtl .ant-picker-prev-icon,.ant-picker-panel-rtl .ant-picker-super-prev-icon{transform:rotate(135deg)}.ant-picker-panel-rtl .ant-picker-next-icon,.ant-picker-panel-rtl .ant-picker-super-next-icon{transform:rotate(-45deg)}.ant-picker-cell .ant-picker-cell-inner{position:relative;z-index:2;display:inline-block;min-width:24px;height:24px;line-height:24px;border-radius:var(--theme-rounded-corners);transition:background .3s,border .3s}.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:before{right:50%;left:0}.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:before{right:0;left:50%}.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-end:before{right:50%;left:50%}.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner:after{right:0;left:-6px}.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner:after{right:-6px;left:0}.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start:after{right:0;left:50%}.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end:after{right:50%;left:0}.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner{border-radius:0 var(--theme-rounded-corners) var(--theme-rounded-corners) 0}.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner{border-radius:var(--theme-rounded-corners) 0 0 var(--theme-rounded-corners)}.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range):after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range:after,.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):first-child:after{right:6px;left:0;border-right:1px dashed #b09ff4;border-left:none;border-radius:0 var(--theme-rounded-corners) var(--theme-rounded-corners) 0}.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range:after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range):after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:after,.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child:after{right:0;left:6px;border-right:none;border-left:1px dashed #b09ff4;border-radius:var(--theme-rounded-corners) 0 0 var(--theme-rounded-corners)}.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-start.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover):after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover):after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-end.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover):after,.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child:after,.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child:after,.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child:after,.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-start:last-child:after{right:6px;left:6px;border-right:1px dashed #b09ff4;border-left:1px dashed #b09ff4;border-radius:var(--theme-rounded-corners)}.ant-picker-dropdown-rtl .ant-picker-footer-extra{direction:rtl;text-align:right}.ant-picker-panel-rtl .ant-picker-time-panel{direction:ltr}.ant-descriptions-header{display:flex;align-items:center;margin-bottom:20px}.ant-descriptions-title{flex:auto;overflow:hidden;color:rgba(0,0,0,.85);font-weight:700;font-size:16px;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-descriptions-extra{margin-left:auto;color:rgba(0,0,0,.85);font-size:14px}.ant-descriptions-view{width:100%;border-radius:var(--theme-rounded-corners)}.ant-descriptions-view table{width:100%;table-layout:fixed}.ant-descriptions-row>td,.ant-descriptions-row>th{padding-bottom:16px}.ant-descriptions-row:last-child{border-bottom:none}.ant-descriptions-item-label{color:rgba(0,0,0,.85);font-weight:400;font-size:14px;line-height:1.5715;text-align:start}.ant-descriptions-item-label:after{content:":";position:relative;top:-.5px;margin:0 8px 0 2px}.ant-descriptions-item-label.ant-descriptions-item-no-colon:after{content:" "}.ant-descriptions-item-no-label:after{margin:0;content:""}.ant-descriptions-item-content{display:table-cell;flex:1 1;color:rgba(0,0,0,.85);font-size:14px;line-height:1.5715;word-break:break-word;overflow-wrap:break-word}.ant-descriptions-item{padding-bottom:0;vertical-align:top}.ant-descriptions-item-container{display:flex}.ant-descriptions-item-container .ant-descriptions-item-content,.ant-descriptions-item-container .ant-descriptions-item-label{display:inline-flex;align-items:baseline}.ant-descriptions-middle .ant-descriptions-row>td,.ant-descriptions-middle .ant-descriptions-row>th{padding-bottom:12px}.ant-descriptions-small .ant-descriptions-row>td,.ant-descriptions-small .ant-descriptions-row>th{padding-bottom:8px}.ant-descriptions-bordered .ant-descriptions-view{border:1px solid #f0f0f0}.ant-descriptions-bordered .ant-descriptions-view>table{table-layout:auto;border-collapse:collapse}.ant-descriptions-bordered .ant-descriptions-item-content,.ant-descriptions-bordered .ant-descriptions-item-label{padding:16px 24px;border-right:1px solid #f0f0f0}.ant-descriptions-bordered .ant-descriptions-item-content:last-child,.ant-descriptions-bordered .ant-descriptions-item-label:last-child{border-right:none}.ant-descriptions-bordered .ant-descriptions-item-label{background-color:#fafafa}.ant-descriptions-bordered .ant-descriptions-item-label:after{display:none}.ant-descriptions-bordered .ant-descriptions-row{border-bottom:1px solid #f0f0f0}.ant-descriptions-bordered .ant-descriptions-row:last-child{border-bottom:none}.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content,.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label{padding:12px 24px}.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content,.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label{padding:8px 16px}.ant-descriptions-rtl{direction:rtl}.ant-descriptions-rtl .ant-descriptions-item-label:after{margin:0 2px 0 8px}.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content,.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label{border-right:none;border-left:1px solid #f0f0f0}.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content:last-child,.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label:last-child{border-left:none}.ant-divider{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";border-top:1px solid rgba(0,0,0,.06)}.ant-divider-vertical{position:relative;top:-.06em;display:inline-block;height:.9em;margin:0 8px;vertical-align:middle;border-top:0;border-left:1px solid rgba(0,0,0,.06)}.ant-divider-horizontal{display:flex;clear:both;width:100%;min-width:100%;margin:24px 0}.ant-divider-horizontal.ant-divider-with-text{display:flex;align-items:center;margin:16px 0;color:rgba(0,0,0,.85);font-weight:500;font-size:16px;white-space:nowrap;text-align:center;border-top:0;border-top-color:rgba(0,0,0,.06)}.ant-divider-horizontal.ant-divider-with-text:after,.ant-divider-horizontal.ant-divider-with-text:before{position:relative;width:50%;border-top:1px solid transparent;border-top-color:inherit;border-bottom:0;transform:translateY(50%);content:""}.ant-divider-horizontal.ant-divider-with-text-left:before{width:5%}.ant-divider-horizontal.ant-divider-with-text-left:after,.ant-divider-horizontal.ant-divider-with-text-right:before{width:95%}.ant-divider-horizontal.ant-divider-with-text-right:after{width:5%}.ant-divider-inner-text{display:inline-block;padding:0 1em}.ant-divider-dashed{background:none;border:dashed rgba(0,0,0,.06);border-width:1px 0 0}.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed:after,.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed:before{border-style:dashed none none}.ant-divider-vertical.ant-divider-dashed{border-width:0 0 0 1px}.ant-divider-plain.ant-divider-with-text{color:rgba(0,0,0,.85);font-weight:400;font-size:14px}.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left:before{width:0}.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left:after{width:100%}.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text{padding-left:0}.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right:before{width:100%}.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right:after{width:0}.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text{padding-right:0}.ant-divider-rtl{direction:rtl}.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left:before{width:95%}.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left:after,.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right:before{width:5%}.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right:after{width:95%}.ant-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:none}.ant-drawer-inline{position:absolute}.ant-drawer-mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1000;background:rgba(0,0,0,.45);pointer-events:auto}.ant-drawer-content-wrapper{position:absolute;z-index:1000;transition:all .3s}.ant-drawer-content-wrapper-hidden{display:none}.ant-drawer-left>.ant-drawer-content-wrapper{top:0;bottom:0;left:0;box-shadow:6px 0 16px -8px rgba(0,0,0,.08),9px 0 28px 0 rgba(0,0,0,.05),12px 0 48px 16px rgba(0,0,0,.03)}.ant-drawer-right>.ant-drawer-content-wrapper{top:0;right:0;bottom:0;box-shadow:-6px 0 16px -8px rgba(0,0,0,.08),-9px 0 28px 0 rgba(0,0,0,.05),-12px 0 48px 16px rgba(0,0,0,.03)}.ant-drawer-top>.ant-drawer-content-wrapper{top:0;right:0;left:0;box-shadow:0 6px 16px -8px rgba(0,0,0,.08),0 9px 28px 0 rgba(0,0,0,.05),0 12px 48px 16px rgba(0,0,0,.03)}.ant-drawer-bottom>.ant-drawer-content-wrapper{right:0;bottom:0;left:0;box-shadow:0 -6px 16px -8px rgba(0,0,0,.08),0 -9px 28px 0 rgba(0,0,0,.05),0 -12px 48px 16px rgba(0,0,0,.03)}.ant-drawer-content{width:100%;height:100%;overflow:auto;background:#e2e8f0;pointer-events:auto}.ant-drawer-wrapper-body{display:flex;flex-direction:column;width:100%;height:100%}.ant-drawer-header{display:flex;flex:0 1;align-items:center;padding:16px 24px;font-size:16px;line-height:22px;border-bottom:1px solid #f0f0f0}.ant-drawer-header-title{display:flex;flex:1 1;align-items:center;min-width:0;min-height:0}.ant-drawer-extra{flex:none}.ant-drawer-close{display:inline-block;margin-right:12px;color:var(--theme-color-background-main);font-weight:700;font-size:16px;font-style:normal;line-height:1;text-align:center;text-transform:none;text-decoration:none;background:transparent;border:0;outline:0;cursor:pointer;transition:color .3s;text-rendering:auto}.ant-drawer-close:focus,.ant-drawer-close:hover{color:rgba(0,0,0,.75);text-decoration:none}.ant-drawer-title{flex:1 1;margin:0;color:rgba(0,0,0,.85);font-weight:500;font-size:16px;line-height:22px}.ant-drawer-body{flex:1 1;min-width:0;min-height:0;padding:24px;overflow:auto}.ant-drawer-footer{flex-shrink:0;padding:10px 16px;border-top:1px solid #f0f0f0}.panel-motion-appear-start,.panel-motion-enter-start,.panel-motion-leave-start{transition:none}.ant-drawer-mask-motion-appear-active,.ant-drawer-mask-motion-enter-active,.ant-drawer-mask-motion-leave-active,.panel-motion-appear-active,.panel-motion-enter-active,.panel-motion-leave-active{transition:all .3s}.ant-drawer-mask-motion-appear,.ant-drawer-mask-motion-enter{opacity:0}.ant-drawer-mask-motion-appear-active,.ant-drawer-mask-motion-enter-active,.ant-drawer-mask-motion-leave{opacity:1}.ant-drawer-mask-motion-leave-active{opacity:0}.ant-drawer-panel-motion-left-appear-start,.ant-drawer-panel-motion-left-enter-start,.ant-drawer-panel-motion-left-leave-start{transition:none}.ant-drawer-panel-motion-left-appear-active,.ant-drawer-panel-motion-left-enter-active,.ant-drawer-panel-motion-left-leave-active{transition:all .3s}.ant-drawer-panel-motion-left-appear-start,.ant-drawer-panel-motion-left-enter-start{transform:translateX(-100%)!important}.ant-drawer-panel-motion-left-appear-active,.ant-drawer-panel-motion-left-enter-active,.ant-drawer-panel-motion-left-leave{transform:translateX(0)}.ant-drawer-panel-motion-left-leave-active{transform:translateX(-100%)}.ant-drawer-panel-motion-right-appear-start,.ant-drawer-panel-motion-right-enter-start,.ant-drawer-panel-motion-right-leave-start{transition:none}.ant-drawer-panel-motion-right-appear-active,.ant-drawer-panel-motion-right-enter-active,.ant-drawer-panel-motion-right-leave-active{transition:all .3s}.ant-drawer-panel-motion-right-appear-start,.ant-drawer-panel-motion-right-enter-start{transform:translateX(100%)!important}.ant-drawer-panel-motion-right-appear-active,.ant-drawer-panel-motion-right-enter-active,.ant-drawer-panel-motion-right-leave{transform:translateX(0)}.ant-drawer-panel-motion-right-leave-active{transform:translateX(100%)}.ant-drawer-panel-motion-top-appear-start,.ant-drawer-panel-motion-top-enter-start,.ant-drawer-panel-motion-top-leave-start{transition:none}.ant-drawer-panel-motion-top-appear-active,.ant-drawer-panel-motion-top-enter-active,.ant-drawer-panel-motion-top-leave-active{transition:all .3s}.ant-drawer-panel-motion-top-appear-start,.ant-drawer-panel-motion-top-enter-start{transform:translateY(-100%)!important}.ant-drawer-panel-motion-top-appear-active,.ant-drawer-panel-motion-top-enter-active,.ant-drawer-panel-motion-top-leave{transform:translateY(0)}.ant-drawer-panel-motion-top-leave-active{transform:translateY(-100%)}.ant-drawer-panel-motion-bottom-appear-start,.ant-drawer-panel-motion-bottom-enter-start,.ant-drawer-panel-motion-bottom-leave-start{transition:none}.ant-drawer-panel-motion-bottom-appear-active,.ant-drawer-panel-motion-bottom-enter-active,.ant-drawer-panel-motion-bottom-leave-active{transition:all .3s}.ant-drawer-panel-motion-bottom-appear-start,.ant-drawer-panel-motion-bottom-enter-start{transform:translateY(100%)!important}.ant-drawer-panel-motion-bottom-appear-active,.ant-drawer-panel-motion-bottom-enter-active,.ant-drawer-panel-motion-bottom-leave{transform:translateY(0)}.ant-drawer-panel-motion-bottom-leave-active{transform:translateY(100%)}.ant-drawer-rtl{direction:rtl}.ant-drawer-rtl .ant-drawer-close{margin-right:0;margin-left:12px}.ant-dropdown-menu-item.ant-dropdown-menu-item-danger{color:#ff4d4f}.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover{color:#fff;background-color:#ff4d4f}.ant-dropdown{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;top:-9999px;left:-9999px;z-index:1050;display:block}.ant-dropdown:before{position:absolute;top:-4px;right:0;bottom:-4px;left:-7px;z-index:-9999;opacity:.0001;content:" "}.ant-dropdown-wrap{position:relative}.ant-dropdown-wrap .ant-btn>.anticon-down{font-size:10px}.ant-dropdown-wrap .anticon-down:before{transition:transform .2s}.ant-dropdown-wrap-open .anticon-down:before{transform:rotate(180deg)}.ant-dropdown-hidden,.ant-dropdown-menu-hidden,.ant-dropdown-menu-submenu-hidden{display:none}.ant-dropdown-show-arrow.ant-dropdown-placement-top,.ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,.ant-dropdown-show-arrow.ant-dropdown-placement-topRight{padding-bottom:15.3137085px}.ant-dropdown-show-arrow.ant-dropdown-placement-bottom,.ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,.ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight{padding-top:15.3137085px}.ant-dropdown-arrow{position:absolute;z-index:1;display:block;width:11.3137085px;height:11.3137085px;border-radius:0 0 2px;pointer-events:none}.ant-dropdown-arrow:before{position:absolute;top:-11.3137085px;left:-11.3137085px;width:33.9411255px;height:33.9411255px;background:#e2e8f0;background-repeat:no-repeat;background-position:-10px -10px;content:"";-webkit-clip-path:inset(33% 33%);clip-path:inset(33% 33%);-webkit-clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z")}.ant-dropdown-placement-top>.ant-dropdown-arrow,.ant-dropdown-placement-topLeft>.ant-dropdown-arrow,.ant-dropdown-placement-topRight>.ant-dropdown-arrow{bottom:10px;box-shadow:3px 3px 7px -3px rgba(0,0,0,.1);transform:rotate(45deg)}.ant-dropdown-placement-top>.ant-dropdown-arrow{left:50%;transform:translateX(-50%) rotate(45deg)}.ant-dropdown-placement-topLeft>.ant-dropdown-arrow{left:16px}.ant-dropdown-placement-topRight>.ant-dropdown-arrow{right:16px}.ant-dropdown-placement-bottom>.ant-dropdown-arrow,.ant-dropdown-placement-bottomLeft>.ant-dropdown-arrow,.ant-dropdown-placement-bottomRight>.ant-dropdown-arrow{top:9.41421356px;box-shadow:2px 2px 5px -2px rgba(0,0,0,.1);transform:rotate(-135deg) translateY(-.5px)}.ant-dropdown-placement-bottom>.ant-dropdown-arrow{left:50%;transform:translateX(-50%) rotate(-135deg) translateY(-.5px)}.ant-dropdown-placement-bottomLeft>.ant-dropdown-arrow{left:16px}.ant-dropdown-placement-bottomRight>.ant-dropdown-arrow{right:16px}.ant-dropdown-menu{position:relative;margin:0;padding:4px 0;text-align:left;list-style-type:none;background-color:#e2e8f0;background-clip:padding-box;outline:none;box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05)}.ant-dropdown-menu-item-group-title{padding:5px 12px;color:rgba(0,0,0,.45);transition:all .3s}.ant-dropdown-menu-submenu-popup{position:absolute;z-index:1050;background:transparent;box-shadow:none;transform-origin:0 0}.ant-dropdown-menu-submenu-popup li,.ant-dropdown-menu-submenu-popup ul{list-style:none}.ant-dropdown-menu-submenu-popup ul{margin-right:.3em;margin-left:.3em}.ant-dropdown-menu-item{position:relative;display:flex;align-items:center}.ant-dropdown-menu-item-icon{min-width:12px;margin-right:8px;font-size:12px}.ant-dropdown-menu-title-content{flex:auto}.ant-dropdown-menu-title-content>a{color:inherit;transition:all .3s}.ant-dropdown-menu-title-content>a:hover{color:inherit}.ant-dropdown-menu-title-content>a:after{position:absolute;top:0;right:0;bottom:0;left:0;content:""}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{clear:both;margin:0;padding:5px 12px;color:rgba(0,0,0,.85);font-weight:400;font-size:14px;line-height:22px;cursor:pointer;transition:all .3s}.ant-dropdown-menu-item-selected,.ant-dropdown-menu-submenu-title-selected{color:#6544e9;background-color:#6544e9}.ant-dropdown-menu-item.ant-dropdown-menu-item-active,.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-active,.ant-dropdown-menu-item:hover,.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-active,.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-active,.ant-dropdown-menu-submenu-title:hover{background-color:#f5f5f5}.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled,.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled,.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled:hover,.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled:hover,.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled:hover,.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled:hover{color:rgba(0,0,0,.25);background-color:#e2e8f0;cursor:not-allowed}.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled a,.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled a,.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled a,.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled a{pointer-events:none}.ant-dropdown-menu-item-divider,.ant-dropdown-menu-submenu-title-divider{height:1px;margin:4px 0;overflow:hidden;line-height:0;background-color:#f0f0f0}.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon{position:absolute;right:8px}.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon{margin-right:0!important;color:rgba(0,0,0,.45);font-size:10px;font-style:normal}.ant-dropdown-menu-item-group-list{margin:0 8px;padding:0;list-style:none}.ant-dropdown-menu-submenu-title{padding-right:24px}.ant-dropdown-menu-submenu-vertical{position:relative}.ant-dropdown-menu-submenu-vertical>.ant-dropdown-menu{position:absolute;top:0;left:100%;min-width:100%;margin-left:4px;transform-origin:0 0}.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon{color:rgba(0,0,0,.25);background-color:#e2e8f0;cursor:not-allowed}.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title{color:#6544e9}.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottom,.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight,.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottom,.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight{animation-name:antSlideUpIn}.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-top,.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight,.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-top,.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight{animation-name:antSlideDownIn}.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottom,.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight{animation-name:antSlideUpOut}.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top,.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight{animation-name:antSlideDownOut}.ant-dropdown-button>.anticon.anticon-down,.ant-dropdown-link>.anticon.anticon-down,.ant-dropdown-trigger>.anticon.anticon-down{font-size:10px;vertical-align:baseline}.ant-dropdown-button{white-space:nowrap}.ant-dropdown-button.ant-btn-group>.ant-btn-loading,.ant-dropdown-button.ant-btn-group>.ant-btn-loading+.ant-btn{cursor:default;pointer-events:none}.ant-dropdown-button.ant-btn-group>.ant-btn-loading+.ant-btn:before{display:block}.ant-dropdown-button.ant-btn-group>.ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only){padding-right:8px;padding-left:8px}.ant-dropdown-menu-dark,.ant-dropdown-menu-dark .ant-dropdown-menu{background:#001529}.ant-dropdown-menu-dark .ant-dropdown-menu-item,.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,.ant-dropdown-menu-dark .ant-dropdown-menu-item>.anticon+span>a,.ant-dropdown-menu-dark .ant-dropdown-menu-item>.anticon+span>a .ant-dropdown-menu-submenu-arrow:after,.ant-dropdown-menu-dark .ant-dropdown-menu-item>a,.ant-dropdown-menu-dark .ant-dropdown-menu-item>a .ant-dropdown-menu-submenu-arrow:after,.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after{color:hsla(0,0%,100%,.65)}.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,.ant-dropdown-menu-dark .ant-dropdown-menu-item>.anticon+span>a:hover,.ant-dropdown-menu-dark .ant-dropdown-menu-item>a:hover,.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover{color:#fff;background:transparent}.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected>a{color:#fff;background:#6544e9}.ant-dropdown-rtl{direction:rtl}.ant-dropdown-rtl.ant-dropdown:before{right:-7px;left:0}.ant-dropdown-menu-submenu-rtl .ant-dropdown-menu-item-group-title,.ant-dropdown-menu.ant-dropdown-menu-rtl,.ant-dropdown-rtl .ant-dropdown-menu-item-group-title{direction:rtl;text-align:right}.ant-dropdown-menu-submenu-popup.ant-dropdown-menu-submenu-rtl{transform-origin:100% 0}.ant-dropdown-rtl .ant-dropdown-menu-item,.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li,.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul,.ant-dropdown-rtl .ant-dropdown-menu-submenu-title{text-align:right}.ant-dropdown-rtl .ant-dropdown-menu-item>.anticon:first-child,.ant-dropdown-rtl .ant-dropdown-menu-item>span>.anticon:first-child,.ant-dropdown-rtl .ant-dropdown-menu-submenu-title>.anticon:first-child,.ant-dropdown-rtl .ant-dropdown-menu-submenu-title>span>.anticon:first-child{margin-right:0;margin-left:8px}.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon{right:auto;left:8px}.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon{margin-left:0!important;transform:scaleX(-1)}.ant-dropdown-rtl .ant-dropdown-menu-submenu-title{padding-right:12px;padding-left:24px}.ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical>.ant-dropdown-menu{right:100%;left:0;margin-right:4px;margin-left:0}.ant-empty{margin:0 8px;font-size:14px;line-height:1.5715;text-align:center}.ant-empty-image{height:100px;margin-bottom:8px}.ant-empty-image img{height:100%}.ant-empty-image svg{height:100%;margin:auto}.ant-empty-footer{margin-top:16px}.ant-empty-normal{margin:32px 0;color:rgba(0,0,0,.25)}.ant-empty-normal .ant-empty-image{height:40px}.ant-empty-small{margin:8px 0;color:rgba(0,0,0,.25)}.ant-empty-small .ant-empty-image{height:35px}.ant-empty-img-default-ellipse{fill:#f5f5f5;fill-opacity:.8}.ant-empty-img-default-path-1{fill:#aeb8c2}.ant-empty-img-default-path-2{fill:url(#linearGradient-1)}.ant-empty-img-default-path-3{fill:#f5f5f7}.ant-empty-img-default-path-4,.ant-empty-img-default-path-5{fill:#dce0e6}.ant-empty-img-default-g{fill:#fff}.ant-empty-img-simple-ellipse{fill:#f5f5f5}.ant-empty-img-simple-g{stroke:#d9d9d9}.ant-empty-img-simple-path{fill:#fafafa}.ant-empty-rtl{direction:rtl}.ant-form-item .ant-input-number+.ant-form-text{margin-left:8px}.ant-form-inline{display:flex;flex-wrap:wrap}.ant-form-inline .ant-form-item{flex:none;flex-wrap:nowrap;margin-right:16px;margin-bottom:0}.ant-form-inline .ant-form-item-with-help{margin-bottom:24px}.ant-form-inline .ant-form-item>.ant-form-item-control,.ant-form-inline .ant-form-item>.ant-form-item-label{display:inline-block;vertical-align:top}.ant-form-inline .ant-form-item>.ant-form-item-label{flex:none}.ant-form-inline .ant-form-item .ant-form-item-has-feedback,.ant-form-inline .ant-form-item .ant-form-text{display:inline-block}.ant-form-horizontal .ant-form-item-label{flex-grow:0}.ant-form-horizontal .ant-form-item-control{flex:1 1;min-width:0}.ant-form-horizontal .ant-form-item-label[class$="-24"]+.ant-form-item-control,.ant-form-horizontal .ant-form-item-label[class*="-24 "]+.ant-form-item-control{min-width:unset}.ant-form-vertical .ant-form-item-row{flex-direction:column}.ant-form-vertical .ant-form-item-label>label{height:auto}.ant-form-vertical .ant-form-item .ant-form-item-control{width:100%}.ant-col-24.ant-form-item-label,.ant-col-xl-24.ant-form-item-label,.ant-form-vertical .ant-form-item-label{padding:0 0 8px;line-height:1.5715;white-space:normal;text-align:left}.ant-col-24.ant-form-item-label>label,.ant-col-xl-24.ant-form-item-label>label,.ant-form-vertical .ant-form-item-label>label{margin:0}.ant-col-24.ant-form-item-label>label:after,.ant-col-xl-24.ant-form-item-label>label:after,.ant-form-vertical .ant-form-item-label>label:after{display:none}.ant-form-rtl.ant-col-24.ant-form-item-label,.ant-form-rtl.ant-col-xl-24.ant-form-item-label,.ant-form-rtl.ant-form-vertical .ant-form-item-label{text-align:right}@media (max-width:575px){.ant-form-item .ant-form-item-label{padding:0 0 8px;line-height:1.5715;white-space:normal;text-align:left}.ant-form-item .ant-form-item-label>label{margin:0}.ant-form-item .ant-form-item-label>label:after{display:none}.ant-form-rtl.ant-form-item .ant-form-item-label{text-align:right}.ant-form .ant-form-item{flex-wrap:wrap}.ant-form .ant-form-item .ant-form-item-control,.ant-form .ant-form-item .ant-form-item-label{flex:0 0 100%;max-width:100%}.ant-col-xs-24.ant-form-item-label{padding:0 0 8px;line-height:1.5715;white-space:normal;text-align:left}.ant-col-xs-24.ant-form-item-label>label{margin:0}.ant-col-xs-24.ant-form-item-label>label:after{display:none}.ant-form-rtl.ant-col-xs-24.ant-form-item-label{text-align:right}}@media (max-width:767px){.ant-col-sm-24.ant-form-item-label{padding:0 0 8px;line-height:1.5715;white-space:normal;text-align:left}.ant-col-sm-24.ant-form-item-label>label{margin:0}.ant-col-sm-24.ant-form-item-label>label:after{display:none}.ant-form-rtl.ant-col-sm-24.ant-form-item-label{text-align:right}}@media (max-width:991px){.ant-col-md-24.ant-form-item-label{padding:0 0 8px;line-height:1.5715;white-space:normal;text-align:left}.ant-col-md-24.ant-form-item-label>label{margin:0}.ant-col-md-24.ant-form-item-label>label:after{display:none}.ant-form-rtl.ant-col-md-24.ant-form-item-label{text-align:right}}@media (max-width:1199px){.ant-col-lg-24.ant-form-item-label{padding:0 0 8px;line-height:1.5715;white-space:normal;text-align:left}.ant-col-lg-24.ant-form-item-label>label{margin:0}.ant-col-lg-24.ant-form-item-label>label:after{display:none}.ant-form-rtl.ant-col-lg-24.ant-form-item-label{text-align:right}}@media (max-width:1599px){.ant-col-xl-24.ant-form-item-label{padding:0 0 8px;line-height:1.5715;white-space:normal;text-align:left}.ant-col-xl-24.ant-form-item-label>label{margin:0}.ant-col-xl-24.ant-form-item-label>label:after{display:none}.ant-form-rtl.ant-col-xl-24.ant-form-item-label{text-align:right}}.ant-form-item-explain-error{color:#ff4d4f}.ant-form-item-explain-warning{color:#faad14}.ant-form-item-has-feedback .ant-switch{margin:2px 0 4px}.ant-form-item-has-warning .ant-form-item-split{color:#faad14}.ant-form-item-has-error .ant-form-item-split{color:#ff4d4f}.ant-form{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum"}.ant-form legend{display:block;width:100%;margin-bottom:20px;padding:0;color:rgba(0,0,0,.45);font-size:16px;line-height:inherit;border:0;border-bottom:1px solid #d9d9d9}.ant-form label{font-size:14px}.ant-form input[type=search]{box-sizing:border-box}.ant-form input[type=checkbox],.ant-form input[type=radio]{line-height:normal}.ant-form input[type=file]{display:block}.ant-form input[type=range]{display:block;width:100%}.ant-form select[multiple],.ant-form select[size]{height:auto}.ant-form input[type=checkbox]:focus,.ant-form input[type=file]:focus,.ant-form input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.ant-form output{display:block;padding-top:15px;color:rgba(0,0,0,.85);font-size:14px;line-height:1.5715}.ant-form .ant-form-text{display:inline-block;padding-right:8px}.ant-form-small .ant-form-item-label>label{height:24px}.ant-form-small .ant-form-item-control-input{min-height:24px}.ant-form-large .ant-form-item-label>label{height:40px}.ant-form-large .ant-form-item-control-input{min-height:40px}.ant-form-item{box-sizing:border-box;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";margin:0 0 24px;vertical-align:top}.ant-form-item-with-help{transition:none}.ant-form-item-hidden,.ant-form-item-hidden.ant-row{display:none}.ant-form-item-label{display:inline-block;flex-grow:0;overflow:hidden;white-space:nowrap;text-align:right;vertical-align:middle}.ant-form-item-label-left{text-align:left}.ant-form-item-label-wrap{overflow:unset;line-height:1.3215em;white-space:unset}.ant-form-item-label>label{position:relative;display:inline-flex;align-items:center;max-width:100%;height:32px;color:rgba(0,0,0,.85);font-size:14px}.ant-form-item-label>label>.anticon{font-size:14px;vertical-align:top}.ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before{display:inline-block;margin-right:4px;color:#ff4d4f;font-size:14px;font-family:SimSun,sans-serif;line-height:1;content:"*"}.ant-form-hide-required-mark .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before{display:none}.ant-form-item-label>label .ant-form-item-optional{display:inline-block;margin-left:4px;color:rgba(0,0,0,.45)}.ant-form-hide-required-mark .ant-form-item-label>label .ant-form-item-optional{display:none}.ant-form-item-label>label .ant-form-item-tooltip{color:rgba(0,0,0,.45);cursor:help;writing-mode:horizontal-tb;margin-inline-start:4px}.ant-form-item-label>label:after{content:":";position:relative;top:-.5px;margin:0 8px 0 2px}.ant-form-item-label>label.ant-form-item-no-colon:after{content:" "}.ant-form-item-control{display:flex;flex-direction:column;flex-grow:1}.ant-form-item-control:first-child:not([class^=ant-col-]):not([class*=" ant-col-"]){width:100%}.ant-form-item-control-input{position:relative;display:flex;align-items:center;min-height:32px}.ant-form-item-control-input-content{flex:auto;max-width:100%}.ant-form-item-explain,.ant-form-item-extra{clear:both;color:rgba(0,0,0,.45);font-size:14px;line-height:1.5715;transition:color .3s cubic-bezier(.215,.61,.355,1)}.ant-form-item-explain-connected{width:100%}.ant-form-item-extra{min-height:24px}.ant-form-item-with-help .ant-form-item-explain{height:auto;opacity:1}.ant-form-item-feedback-icon{font-size:14px;text-align:center;visibility:visible;animation:zoomIn .3s cubic-bezier(.12,.4,.29,1.46);pointer-events:none}.ant-form-item-feedback-icon-success{color:#52c41a}.ant-form-item-feedback-icon-error{color:#ff4d4f}.ant-form-item-feedback-icon-warning{color:#faad14}.ant-form-item-feedback-icon-validating{color:#6544e9}.ant-show-help{transition:opacity .3s cubic-bezier(.645,.045,.355,1)}.ant-show-help-appear,.ant-show-help-enter{opacity:0}.ant-show-help-appear-active,.ant-show-help-enter-active,.ant-show-help-leave{opacity:1}.ant-show-help-leave-active{opacity:0}.ant-show-help-item{overflow:hidden;transition:height .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1),transform .3s cubic-bezier(.645,.045,.355,1)!important}.ant-show-help-item-appear,.ant-show-help-item-enter{transform:translateY(-5px);opacity:0}.ant-show-help-item-appear-active,.ant-show-help-item-enter-active{transform:translateY(0);opacity:1}.ant-show-help-item-leave{transition:height .2s cubic-bezier(.645,.045,.355,1),opacity .2s cubic-bezier(.645,.045,.355,1),transform .2s cubic-bezier(.645,.045,.355,1)!important}.ant-show-help-item-leave-active{transform:translateY(-5px)}@keyframes diffZoomIn1{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes diffZoomIn2{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes diffZoomIn3{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.ant-form-rtl{direction:rtl}.ant-form-rtl .ant-form-item-label{text-align:left}.ant-form-rtl .ant-form-item-label>label.ant-form-item-required:before{margin-right:0;margin-left:4px}.ant-form-rtl .ant-form-item-label>label:after{margin:0 2px 0 8px}.ant-form-rtl .ant-form-item-label>label .ant-form-item-optional{margin-right:4px;margin-left:0}.ant-col-rtl .ant-form-item-control:first-child{width:100%}.ant-form-rtl .ant-form-item-has-feedback .ant-input{padding-right:11px;padding-left:24px}.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix{padding-right:11px;padding-left:18px}.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input,.ant-form-rtl .ant-form-item-has-feedback .ant-input-number-affix-wrapper .ant-input-number{padding:0}.ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix{right:auto;left:28px}.ant-form-rtl .ant-form-item-has-feedback .ant-input-number{padding-left:18px}.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-arrow,.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-clear,.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon)>.ant-select .ant-select-arrow,.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon)>.ant-select .ant-select-clear,.ant-form-rtl .ant-form-item-has-feedback>.ant-select .ant-select-arrow,.ant-form-rtl .ant-form-item-has-feedback>.ant-select .ant-select-clear{right:auto;left:32px}.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-selection-selected-value,.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon)>.ant-select .ant-select-selection-selected-value,.ant-form-rtl .ant-form-item-has-feedback>.ant-select .ant-select-selection-selected-value{padding-right:0;padding-left:42px}.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-arrow{margin-right:0;margin-left:19px}.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-clear{right:auto;left:32px}.ant-form-rtl .ant-form-item-has-feedback .ant-picker,.ant-form-rtl .ant-form-item-has-feedback .ant-picker-large{padding-right:11px;padding-left:29.2px}.ant-form-rtl .ant-form-item-has-feedback .ant-picker-small{padding-right:7px;padding-left:25.2px}.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon{right:auto;left:0}.ant-form-rtl.ant-form-inline .ant-form-item{margin-right:0;margin-left:16px}.ant-row{flex-flow:row wrap;min-width:0}.ant-row,.ant-row:after,.ant-row:before{display:flex}.ant-row-no-wrap{flex-wrap:nowrap}.ant-row-start{justify-content:flex-start}.ant-row-center{justify-content:center}.ant-row-end{justify-content:flex-end}.ant-row-space-between{justify-content:space-between}.ant-row-space-around{justify-content:space-around}.ant-row-space-evenly{justify-content:space-evenly}.ant-row-top{align-items:flex-start}.ant-row-middle{align-items:center}.ant-row-bottom{align-items:flex-end}.ant-col{position:relative;max-width:100%;min-height:1px}.ant-col-24{display:block;flex:0 0 100%;max-width:100%}.ant-col-push-24{left:100%}.ant-col-pull-24{right:100%}.ant-col-offset-24{margin-left:100%}.ant-col-order-24{order:24}.ant-col-23{display:block;flex:0 0 95.83333333%;max-width:95.83333333%}.ant-col-push-23{left:95.83333333%}.ant-col-pull-23{right:95.83333333%}.ant-col-offset-23{margin-left:95.83333333%}.ant-col-order-23{order:23}.ant-col-22{display:block;flex:0 0 91.66666667%;max-width:91.66666667%}.ant-col-push-22{left:91.66666667%}.ant-col-pull-22{right:91.66666667%}.ant-col-offset-22{margin-left:91.66666667%}.ant-col-order-22{order:22}.ant-col-21{display:block;flex:0 0 87.5%;max-width:87.5%}.ant-col-push-21{left:87.5%}.ant-col-pull-21{right:87.5%}.ant-col-offset-21{margin-left:87.5%}.ant-col-order-21{order:21}.ant-col-20{display:block;flex:0 0 83.33333333%;max-width:83.33333333%}.ant-col-push-20{left:83.33333333%}.ant-col-pull-20{right:83.33333333%}.ant-col-offset-20{margin-left:83.33333333%}.ant-col-order-20{order:20}.ant-col-19{display:block;flex:0 0 79.16666667%;max-width:79.16666667%}.ant-col-push-19{left:79.16666667%}.ant-col-pull-19{right:79.16666667%}.ant-col-offset-19{margin-left:79.16666667%}.ant-col-order-19{order:19}.ant-col-18{display:block;flex:0 0 75%;max-width:75%}.ant-col-push-18{left:75%}.ant-col-pull-18{right:75%}.ant-col-offset-18{margin-left:75%}.ant-col-order-18{order:18}.ant-col-17{display:block;flex:0 0 70.83333333%;max-width:70.83333333%}.ant-col-push-17{left:70.83333333%}.ant-col-pull-17{right:70.83333333%}.ant-col-offset-17{margin-left:70.83333333%}.ant-col-order-17{order:17}.ant-col-16{display:block;flex:0 0 66.66666667%;max-width:66.66666667%}.ant-col-push-16{left:66.66666667%}.ant-col-pull-16{right:66.66666667%}.ant-col-offset-16{margin-left:66.66666667%}.ant-col-order-16{order:16}.ant-col-15{display:block;flex:0 0 62.5%;max-width:62.5%}.ant-col-push-15{left:62.5%}.ant-col-pull-15{right:62.5%}.ant-col-offset-15{margin-left:62.5%}.ant-col-order-15{order:15}.ant-col-14{display:block;flex:0 0 58.33333333%;max-width:58.33333333%}.ant-col-push-14{left:58.33333333%}.ant-col-pull-14{right:58.33333333%}.ant-col-offset-14{margin-left:58.33333333%}.ant-col-order-14{order:14}.ant-col-13{display:block;flex:0 0 54.16666667%;max-width:54.16666667%}.ant-col-push-13{left:54.16666667%}.ant-col-pull-13{right:54.16666667%}.ant-col-offset-13{margin-left:54.16666667%}.ant-col-order-13{order:13}.ant-col-12{display:block;flex:0 0 50%;max-width:50%}.ant-col-push-12{left:50%}.ant-col-pull-12{right:50%}.ant-col-offset-12{margin-left:50%}.ant-col-order-12{order:12}.ant-col-11{display:block;flex:0 0 45.83333333%;max-width:45.83333333%}.ant-col-push-11{left:45.83333333%}.ant-col-pull-11{right:45.83333333%}.ant-col-offset-11{margin-left:45.83333333%}.ant-col-order-11{order:11}.ant-col-10{display:block;flex:0 0 41.66666667%;max-width:41.66666667%}.ant-col-push-10{left:41.66666667%}.ant-col-pull-10{right:41.66666667%}.ant-col-offset-10{margin-left:41.66666667%}.ant-col-order-10{order:10}.ant-col-9{display:block;flex:0 0 37.5%;max-width:37.5%}.ant-col-push-9{left:37.5%}.ant-col-pull-9{right:37.5%}.ant-col-offset-9{margin-left:37.5%}.ant-col-order-9{order:9}.ant-col-8{display:block;flex:0 0 33.33333333%;max-width:33.33333333%}.ant-col-push-8{left:33.33333333%}.ant-col-pull-8{right:33.33333333%}.ant-col-offset-8{margin-left:33.33333333%}.ant-col-order-8{order:8}.ant-col-7{display:block;flex:0 0 29.16666667%;max-width:29.16666667%}.ant-col-push-7{left:29.16666667%}.ant-col-pull-7{right:29.16666667%}.ant-col-offset-7{margin-left:29.16666667%}.ant-col-order-7{order:7}.ant-col-6{display:block;flex:0 0 25%;max-width:25%}.ant-col-push-6{left:25%}.ant-col-pull-6{right:25%}.ant-col-offset-6{margin-left:25%}.ant-col-order-6{order:6}.ant-col-5{display:block;flex:0 0 20.83333333%;max-width:20.83333333%}.ant-col-push-5{left:20.83333333%}.ant-col-pull-5{right:20.83333333%}.ant-col-offset-5{margin-left:20.83333333%}.ant-col-order-5{order:5}.ant-col-4{display:block;flex:0 0 16.66666667%;max-width:16.66666667%}.ant-col-push-4{left:16.66666667%}.ant-col-pull-4{right:16.66666667%}.ant-col-offset-4{margin-left:16.66666667%}.ant-col-order-4{order:4}.ant-col-3{display:block;flex:0 0 12.5%;max-width:12.5%}.ant-col-push-3{left:12.5%}.ant-col-pull-3{right:12.5%}.ant-col-offset-3{margin-left:12.5%}.ant-col-order-3{order:3}.ant-col-2{display:block;flex:0 0 8.33333333%;max-width:8.33333333%}.ant-col-push-2{left:8.33333333%}.ant-col-pull-2{right:8.33333333%}.ant-col-offset-2{margin-left:8.33333333%}.ant-col-order-2{order:2}.ant-col-1{display:block;flex:0 0 4.16666667%;max-width:4.16666667%}.ant-col-push-1{left:4.16666667%}.ant-col-pull-1{right:4.16666667%}.ant-col-offset-1{margin-left:4.16666667%}.ant-col-order-1{order:1}.ant-col-0{display:none}.ant-col-offset-0{margin-left:0}.ant-col-order-0{order:0}.ant-col-offset-0.ant-col-rtl{margin-right:0}.ant-col-push-1.ant-col-rtl{right:4.16666667%;left:auto}.ant-col-pull-1.ant-col-rtl{right:auto;left:4.16666667%}.ant-col-offset-1.ant-col-rtl{margin-right:4.16666667%;margin-left:0}.ant-col-push-2.ant-col-rtl{right:8.33333333%;left:auto}.ant-col-pull-2.ant-col-rtl{right:auto;left:8.33333333%}.ant-col-offset-2.ant-col-rtl{margin-right:8.33333333%;margin-left:0}.ant-col-push-3.ant-col-rtl{right:12.5%;left:auto}.ant-col-pull-3.ant-col-rtl{right:auto;left:12.5%}.ant-col-offset-3.ant-col-rtl{margin-right:12.5%;margin-left:0}.ant-col-push-4.ant-col-rtl{right:16.66666667%;left:auto}.ant-col-pull-4.ant-col-rtl{right:auto;left:16.66666667%}.ant-col-offset-4.ant-col-rtl{margin-right:16.66666667%;margin-left:0}.ant-col-push-5.ant-col-rtl{right:20.83333333%;left:auto}.ant-col-pull-5.ant-col-rtl{right:auto;left:20.83333333%}.ant-col-offset-5.ant-col-rtl{margin-right:20.83333333%;margin-left:0}.ant-col-push-6.ant-col-rtl{right:25%;left:auto}.ant-col-pull-6.ant-col-rtl{right:auto;left:25%}.ant-col-offset-6.ant-col-rtl{margin-right:25%;margin-left:0}.ant-col-push-7.ant-col-rtl{right:29.16666667%;left:auto}.ant-col-pull-7.ant-col-rtl{right:auto;left:29.16666667%}.ant-col-offset-7.ant-col-rtl{margin-right:29.16666667%;margin-left:0}.ant-col-push-8.ant-col-rtl{right:33.33333333%;left:auto}.ant-col-pull-8.ant-col-rtl{right:auto;left:33.33333333%}.ant-col-offset-8.ant-col-rtl{margin-right:33.33333333%;margin-left:0}.ant-col-push-9.ant-col-rtl{right:37.5%;left:auto}.ant-col-pull-9.ant-col-rtl{right:auto;left:37.5%}.ant-col-offset-9.ant-col-rtl{margin-right:37.5%;margin-left:0}.ant-col-push-10.ant-col-rtl{right:41.66666667%;left:auto}.ant-col-pull-10.ant-col-rtl{right:auto;left:41.66666667%}.ant-col-offset-10.ant-col-rtl{margin-right:41.66666667%;margin-left:0}.ant-col-push-11.ant-col-rtl{right:45.83333333%;left:auto}.ant-col-pull-11.ant-col-rtl{right:auto;left:45.83333333%}.ant-col-offset-11.ant-col-rtl{margin-right:45.83333333%;margin-left:0}.ant-col-push-12.ant-col-rtl{right:50%;left:auto}.ant-col-pull-12.ant-col-rtl{right:auto;left:50%}.ant-col-offset-12.ant-col-rtl{margin-right:50%;margin-left:0}.ant-col-push-13.ant-col-rtl{right:54.16666667%;left:auto}.ant-col-pull-13.ant-col-rtl{right:auto;left:54.16666667%}.ant-col-offset-13.ant-col-rtl{margin-right:54.16666667%;margin-left:0}.ant-col-push-14.ant-col-rtl{right:58.33333333%;left:auto}.ant-col-pull-14.ant-col-rtl{right:auto;left:58.33333333%}.ant-col-offset-14.ant-col-rtl{margin-right:58.33333333%;margin-left:0}.ant-col-push-15.ant-col-rtl{right:62.5%;left:auto}.ant-col-pull-15.ant-col-rtl{right:auto;left:62.5%}.ant-col-offset-15.ant-col-rtl{margin-right:62.5%;margin-left:0}.ant-col-push-16.ant-col-rtl{right:66.66666667%;left:auto}.ant-col-pull-16.ant-col-rtl{right:auto;left:66.66666667%}.ant-col-offset-16.ant-col-rtl{margin-right:66.66666667%;margin-left:0}.ant-col-push-17.ant-col-rtl{right:70.83333333%;left:auto}.ant-col-pull-17.ant-col-rtl{right:auto;left:70.83333333%}.ant-col-offset-17.ant-col-rtl{margin-right:70.83333333%;margin-left:0}.ant-col-push-18.ant-col-rtl{right:75%;left:auto}.ant-col-pull-18.ant-col-rtl{right:auto;left:75%}.ant-col-offset-18.ant-col-rtl{margin-right:75%;margin-left:0}.ant-col-push-19.ant-col-rtl{right:79.16666667%;left:auto}.ant-col-pull-19.ant-col-rtl{right:auto;left:79.16666667%}.ant-col-offset-19.ant-col-rtl{margin-right:79.16666667%;margin-left:0}.ant-col-push-20.ant-col-rtl{right:83.33333333%;left:auto}.ant-col-pull-20.ant-col-rtl{right:auto;left:83.33333333%}.ant-col-offset-20.ant-col-rtl{margin-right:83.33333333%;margin-left:0}.ant-col-push-21.ant-col-rtl{right:87.5%;left:auto}.ant-col-pull-21.ant-col-rtl{right:auto;left:87.5%}.ant-col-offset-21.ant-col-rtl{margin-right:87.5%;margin-left:0}.ant-col-push-22.ant-col-rtl{right:91.66666667%;left:auto}.ant-col-pull-22.ant-col-rtl{right:auto;left:91.66666667%}.ant-col-offset-22.ant-col-rtl{margin-right:91.66666667%;margin-left:0}.ant-col-push-23.ant-col-rtl{right:95.83333333%;left:auto}.ant-col-pull-23.ant-col-rtl{right:auto;left:95.83333333%}.ant-col-offset-23.ant-col-rtl{margin-right:95.83333333%;margin-left:0}.ant-col-push-24.ant-col-rtl{right:100%;left:auto}.ant-col-pull-24.ant-col-rtl{right:auto;left:100%}.ant-col-offset-24.ant-col-rtl{margin-right:100%;margin-left:0}.ant-col-xs-24{display:block;flex:0 0 100%;max-width:100%}.ant-col-xs-push-24{left:100%}.ant-col-xs-pull-24{right:100%}.ant-col-xs-offset-24{margin-left:100%}.ant-col-xs-order-24{order:24}.ant-col-xs-23{display:block;flex:0 0 95.83333333%;max-width:95.83333333%}.ant-col-xs-push-23{left:95.83333333%}.ant-col-xs-pull-23{right:95.83333333%}.ant-col-xs-offset-23{margin-left:95.83333333%}.ant-col-xs-order-23{order:23}.ant-col-xs-22{display:block;flex:0 0 91.66666667%;max-width:91.66666667%}.ant-col-xs-push-22{left:91.66666667%}.ant-col-xs-pull-22{right:91.66666667%}.ant-col-xs-offset-22{margin-left:91.66666667%}.ant-col-xs-order-22{order:22}.ant-col-xs-21{display:block;flex:0 0 87.5%;max-width:87.5%}.ant-col-xs-push-21{left:87.5%}.ant-col-xs-pull-21{right:87.5%}.ant-col-xs-offset-21{margin-left:87.5%}.ant-col-xs-order-21{order:21}.ant-col-xs-20{display:block;flex:0 0 83.33333333%;max-width:83.33333333%}.ant-col-xs-push-20{left:83.33333333%}.ant-col-xs-pull-20{right:83.33333333%}.ant-col-xs-offset-20{margin-left:83.33333333%}.ant-col-xs-order-20{order:20}.ant-col-xs-19{display:block;flex:0 0 79.16666667%;max-width:79.16666667%}.ant-col-xs-push-19{left:79.16666667%}.ant-col-xs-pull-19{right:79.16666667%}.ant-col-xs-offset-19{margin-left:79.16666667%}.ant-col-xs-order-19{order:19}.ant-col-xs-18{display:block;flex:0 0 75%;max-width:75%}.ant-col-xs-push-18{left:75%}.ant-col-xs-pull-18{right:75%}.ant-col-xs-offset-18{margin-left:75%}.ant-col-xs-order-18{order:18}.ant-col-xs-17{display:block;flex:0 0 70.83333333%;max-width:70.83333333%}.ant-col-xs-push-17{left:70.83333333%}.ant-col-xs-pull-17{right:70.83333333%}.ant-col-xs-offset-17{margin-left:70.83333333%}.ant-col-xs-order-17{order:17}.ant-col-xs-16{display:block;flex:0 0 66.66666667%;max-width:66.66666667%}.ant-col-xs-push-16{left:66.66666667%}.ant-col-xs-pull-16{right:66.66666667%}.ant-col-xs-offset-16{margin-left:66.66666667%}.ant-col-xs-order-16{order:16}.ant-col-xs-15{display:block;flex:0 0 62.5%;max-width:62.5%}.ant-col-xs-push-15{left:62.5%}.ant-col-xs-pull-15{right:62.5%}.ant-col-xs-offset-15{margin-left:62.5%}.ant-col-xs-order-15{order:15}.ant-col-xs-14{display:block;flex:0 0 58.33333333%;max-width:58.33333333%}.ant-col-xs-push-14{left:58.33333333%}.ant-col-xs-pull-14{right:58.33333333%}.ant-col-xs-offset-14{margin-left:58.33333333%}.ant-col-xs-order-14{order:14}.ant-col-xs-13{display:block;flex:0 0 54.16666667%;max-width:54.16666667%}.ant-col-xs-push-13{left:54.16666667%}.ant-col-xs-pull-13{right:54.16666667%}.ant-col-xs-offset-13{margin-left:54.16666667%}.ant-col-xs-order-13{order:13}.ant-col-xs-12{display:block;flex:0 0 50%;max-width:50%}.ant-col-xs-push-12{left:50%}.ant-col-xs-pull-12{right:50%}.ant-col-xs-offset-12{margin-left:50%}.ant-col-xs-order-12{order:12}.ant-col-xs-11{display:block;flex:0 0 45.83333333%;max-width:45.83333333%}.ant-col-xs-push-11{left:45.83333333%}.ant-col-xs-pull-11{right:45.83333333%}.ant-col-xs-offset-11{margin-left:45.83333333%}.ant-col-xs-order-11{order:11}.ant-col-xs-10{display:block;flex:0 0 41.66666667%;max-width:41.66666667%}.ant-col-xs-push-10{left:41.66666667%}.ant-col-xs-pull-10{right:41.66666667%}.ant-col-xs-offset-10{margin-left:41.66666667%}.ant-col-xs-order-10{order:10}.ant-col-xs-9{display:block;flex:0 0 37.5%;max-width:37.5%}.ant-col-xs-push-9{left:37.5%}.ant-col-xs-pull-9{right:37.5%}.ant-col-xs-offset-9{margin-left:37.5%}.ant-col-xs-order-9{order:9}.ant-col-xs-8{display:block;flex:0 0 33.33333333%;max-width:33.33333333%}.ant-col-xs-push-8{left:33.33333333%}.ant-col-xs-pull-8{right:33.33333333%}.ant-col-xs-offset-8{margin-left:33.33333333%}.ant-col-xs-order-8{order:8}.ant-col-xs-7{display:block;flex:0 0 29.16666667%;max-width:29.16666667%}.ant-col-xs-push-7{left:29.16666667%}.ant-col-xs-pull-7{right:29.16666667%}.ant-col-xs-offset-7{margin-left:29.16666667%}.ant-col-xs-order-7{order:7}.ant-col-xs-6{display:block;flex:0 0 25%;max-width:25%}.ant-col-xs-push-6{left:25%}.ant-col-xs-pull-6{right:25%}.ant-col-xs-offset-6{margin-left:25%}.ant-col-xs-order-6{order:6}.ant-col-xs-5{display:block;flex:0 0 20.83333333%;max-width:20.83333333%}.ant-col-xs-push-5{left:20.83333333%}.ant-col-xs-pull-5{right:20.83333333%}.ant-col-xs-offset-5{margin-left:20.83333333%}.ant-col-xs-order-5{order:5}.ant-col-xs-4{display:block;flex:0 0 16.66666667%;max-width:16.66666667%}.ant-col-xs-push-4{left:16.66666667%}.ant-col-xs-pull-4{right:16.66666667%}.ant-col-xs-offset-4{margin-left:16.66666667%}.ant-col-xs-order-4{order:4}.ant-col-xs-3{display:block;flex:0 0 12.5%;max-width:12.5%}.ant-col-xs-push-3{left:12.5%}.ant-col-xs-pull-3{right:12.5%}.ant-col-xs-offset-3{margin-left:12.5%}.ant-col-xs-order-3{order:3}.ant-col-xs-2{display:block;flex:0 0 8.33333333%;max-width:8.33333333%}.ant-col-xs-push-2{left:8.33333333%}.ant-col-xs-pull-2{right:8.33333333%}.ant-col-xs-offset-2{margin-left:8.33333333%}.ant-col-xs-order-2{order:2}.ant-col-xs-1{display:block;flex:0 0 4.16666667%;max-width:4.16666667%}.ant-col-xs-push-1{left:4.16666667%}.ant-col-xs-pull-1{right:4.16666667%}.ant-col-xs-offset-1{margin-left:4.16666667%}.ant-col-xs-order-1{order:1}.ant-col-xs-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-xs-push-0{left:auto}.ant-col-xs-pull-0{right:auto}.ant-col-xs-offset-0{margin-left:0}.ant-col-xs-order-0{order:0}.ant-col-push-0.ant-col-rtl{right:auto}.ant-col-pull-0.ant-col-rtl{left:auto}.ant-col-xs-push-0.ant-col-rtl{right:auto}.ant-col-xs-pull-0.ant-col-rtl{left:auto}.ant-col-xs-offset-0.ant-col-rtl{margin-right:0}.ant-col-xs-push-1.ant-col-rtl{right:4.16666667%;left:auto}.ant-col-xs-pull-1.ant-col-rtl{right:auto;left:4.16666667%}.ant-col-xs-offset-1.ant-col-rtl{margin-right:4.16666667%;margin-left:0}.ant-col-xs-push-2.ant-col-rtl{right:8.33333333%;left:auto}.ant-col-xs-pull-2.ant-col-rtl{right:auto;left:8.33333333%}.ant-col-xs-offset-2.ant-col-rtl{margin-right:8.33333333%;margin-left:0}.ant-col-xs-push-3.ant-col-rtl{right:12.5%;left:auto}.ant-col-xs-pull-3.ant-col-rtl{right:auto;left:12.5%}.ant-col-xs-offset-3.ant-col-rtl{margin-right:12.5%;margin-left:0}.ant-col-xs-push-4.ant-col-rtl{right:16.66666667%;left:auto}.ant-col-xs-pull-4.ant-col-rtl{right:auto;left:16.66666667%}.ant-col-xs-offset-4.ant-col-rtl{margin-right:16.66666667%;margin-left:0}.ant-col-xs-push-5.ant-col-rtl{right:20.83333333%;left:auto}.ant-col-xs-pull-5.ant-col-rtl{right:auto;left:20.83333333%}.ant-col-xs-offset-5.ant-col-rtl{margin-right:20.83333333%;margin-left:0}.ant-col-xs-push-6.ant-col-rtl{right:25%;left:auto}.ant-col-xs-pull-6.ant-col-rtl{right:auto;left:25%}.ant-col-xs-offset-6.ant-col-rtl{margin-right:25%;margin-left:0}.ant-col-xs-push-7.ant-col-rtl{right:29.16666667%;left:auto}.ant-col-xs-pull-7.ant-col-rtl{right:auto;left:29.16666667%}.ant-col-xs-offset-7.ant-col-rtl{margin-right:29.16666667%;margin-left:0}.ant-col-xs-push-8.ant-col-rtl{right:33.33333333%;left:auto}.ant-col-xs-pull-8.ant-col-rtl{right:auto;left:33.33333333%}.ant-col-xs-offset-8.ant-col-rtl{margin-right:33.33333333%;margin-left:0}.ant-col-xs-push-9.ant-col-rtl{right:37.5%;left:auto}.ant-col-xs-pull-9.ant-col-rtl{right:auto;left:37.5%}.ant-col-xs-offset-9.ant-col-rtl{margin-right:37.5%;margin-left:0}.ant-col-xs-push-10.ant-col-rtl{right:41.66666667%;left:auto}.ant-col-xs-pull-10.ant-col-rtl{right:auto;left:41.66666667%}.ant-col-xs-offset-10.ant-col-rtl{margin-right:41.66666667%;margin-left:0}.ant-col-xs-push-11.ant-col-rtl{right:45.83333333%;left:auto}.ant-col-xs-pull-11.ant-col-rtl{right:auto;left:45.83333333%}.ant-col-xs-offset-11.ant-col-rtl{margin-right:45.83333333%;margin-left:0}.ant-col-xs-push-12.ant-col-rtl{right:50%;left:auto}.ant-col-xs-pull-12.ant-col-rtl{right:auto;left:50%}.ant-col-xs-offset-12.ant-col-rtl{margin-right:50%;margin-left:0}.ant-col-xs-push-13.ant-col-rtl{right:54.16666667%;left:auto}.ant-col-xs-pull-13.ant-col-rtl{right:auto;left:54.16666667%}.ant-col-xs-offset-13.ant-col-rtl{margin-right:54.16666667%;margin-left:0}.ant-col-xs-push-14.ant-col-rtl{right:58.33333333%;left:auto}.ant-col-xs-pull-14.ant-col-rtl{right:auto;left:58.33333333%}.ant-col-xs-offset-14.ant-col-rtl{margin-right:58.33333333%;margin-left:0}.ant-col-xs-push-15.ant-col-rtl{right:62.5%;left:auto}.ant-col-xs-pull-15.ant-col-rtl{right:auto;left:62.5%}.ant-col-xs-offset-15.ant-col-rtl{margin-right:62.5%;margin-left:0}.ant-col-xs-push-16.ant-col-rtl{right:66.66666667%;left:auto}.ant-col-xs-pull-16.ant-col-rtl{right:auto;left:66.66666667%}.ant-col-xs-offset-16.ant-col-rtl{margin-right:66.66666667%;margin-left:0}.ant-col-xs-push-17.ant-col-rtl{right:70.83333333%;left:auto}.ant-col-xs-pull-17.ant-col-rtl{right:auto;left:70.83333333%}.ant-col-xs-offset-17.ant-col-rtl{margin-right:70.83333333%;margin-left:0}.ant-col-xs-push-18.ant-col-rtl{right:75%;left:auto}.ant-col-xs-pull-18.ant-col-rtl{right:auto;left:75%}.ant-col-xs-offset-18.ant-col-rtl{margin-right:75%;margin-left:0}.ant-col-xs-push-19.ant-col-rtl{right:79.16666667%;left:auto}.ant-col-xs-pull-19.ant-col-rtl{right:auto;left:79.16666667%}.ant-col-xs-offset-19.ant-col-rtl{margin-right:79.16666667%;margin-left:0}.ant-col-xs-push-20.ant-col-rtl{right:83.33333333%;left:auto}.ant-col-xs-pull-20.ant-col-rtl{right:auto;left:83.33333333%}.ant-col-xs-offset-20.ant-col-rtl{margin-right:83.33333333%;margin-left:0}.ant-col-xs-push-21.ant-col-rtl{right:87.5%;left:auto}.ant-col-xs-pull-21.ant-col-rtl{right:auto;left:87.5%}.ant-col-xs-offset-21.ant-col-rtl{margin-right:87.5%;margin-left:0}.ant-col-xs-push-22.ant-col-rtl{right:91.66666667%;left:auto}.ant-col-xs-pull-22.ant-col-rtl{right:auto;left:91.66666667%}.ant-col-xs-offset-22.ant-col-rtl{margin-right:91.66666667%;margin-left:0}.ant-col-xs-push-23.ant-col-rtl{right:95.83333333%;left:auto}.ant-col-xs-pull-23.ant-col-rtl{right:auto;left:95.83333333%}.ant-col-xs-offset-23.ant-col-rtl{margin-right:95.83333333%;margin-left:0}.ant-col-xs-push-24.ant-col-rtl{right:100%;left:auto}.ant-col-xs-pull-24.ant-col-rtl{right:auto;left:100%}.ant-col-xs-offset-24.ant-col-rtl{margin-right:100%;margin-left:0}@media (min-width:576px){.ant-col-sm-24{display:block;flex:0 0 100%;max-width:100%}.ant-col-sm-push-24{left:100%}.ant-col-sm-pull-24{right:100%}.ant-col-sm-offset-24{margin-left:100%}.ant-col-sm-order-24{order:24}.ant-col-sm-23{display:block;flex:0 0 95.83333333%;max-width:95.83333333%}.ant-col-sm-push-23{left:95.83333333%}.ant-col-sm-pull-23{right:95.83333333%}.ant-col-sm-offset-23{margin-left:95.83333333%}.ant-col-sm-order-23{order:23}.ant-col-sm-22{display:block;flex:0 0 91.66666667%;max-width:91.66666667%}.ant-col-sm-push-22{left:91.66666667%}.ant-col-sm-pull-22{right:91.66666667%}.ant-col-sm-offset-22{margin-left:91.66666667%}.ant-col-sm-order-22{order:22}.ant-col-sm-21{display:block;flex:0 0 87.5%;max-width:87.5%}.ant-col-sm-push-21{left:87.5%}.ant-col-sm-pull-21{right:87.5%}.ant-col-sm-offset-21{margin-left:87.5%}.ant-col-sm-order-21{order:21}.ant-col-sm-20{display:block;flex:0 0 83.33333333%;max-width:83.33333333%}.ant-col-sm-push-20{left:83.33333333%}.ant-col-sm-pull-20{right:83.33333333%}.ant-col-sm-offset-20{margin-left:83.33333333%}.ant-col-sm-order-20{order:20}.ant-col-sm-19{display:block;flex:0 0 79.16666667%;max-width:79.16666667%}.ant-col-sm-push-19{left:79.16666667%}.ant-col-sm-pull-19{right:79.16666667%}.ant-col-sm-offset-19{margin-left:79.16666667%}.ant-col-sm-order-19{order:19}.ant-col-sm-18{display:block;flex:0 0 75%;max-width:75%}.ant-col-sm-push-18{left:75%}.ant-col-sm-pull-18{right:75%}.ant-col-sm-offset-18{margin-left:75%}.ant-col-sm-order-18{order:18}.ant-col-sm-17{display:block;flex:0 0 70.83333333%;max-width:70.83333333%}.ant-col-sm-push-17{left:70.83333333%}.ant-col-sm-pull-17{right:70.83333333%}.ant-col-sm-offset-17{margin-left:70.83333333%}.ant-col-sm-order-17{order:17}.ant-col-sm-16{display:block;flex:0 0 66.66666667%;max-width:66.66666667%}.ant-col-sm-push-16{left:66.66666667%}.ant-col-sm-pull-16{right:66.66666667%}.ant-col-sm-offset-16{margin-left:66.66666667%}.ant-col-sm-order-16{order:16}.ant-col-sm-15{display:block;flex:0 0 62.5%;max-width:62.5%}.ant-col-sm-push-15{left:62.5%}.ant-col-sm-pull-15{right:62.5%}.ant-col-sm-offset-15{margin-left:62.5%}.ant-col-sm-order-15{order:15}.ant-col-sm-14{display:block;flex:0 0 58.33333333%;max-width:58.33333333%}.ant-col-sm-push-14{left:58.33333333%}.ant-col-sm-pull-14{right:58.33333333%}.ant-col-sm-offset-14{margin-left:58.33333333%}.ant-col-sm-order-14{order:14}.ant-col-sm-13{display:block;flex:0 0 54.16666667%;max-width:54.16666667%}.ant-col-sm-push-13{left:54.16666667%}.ant-col-sm-pull-13{right:54.16666667%}.ant-col-sm-offset-13{margin-left:54.16666667%}.ant-col-sm-order-13{order:13}.ant-col-sm-12{display:block;flex:0 0 50%;max-width:50%}.ant-col-sm-push-12{left:50%}.ant-col-sm-pull-12{right:50%}.ant-col-sm-offset-12{margin-left:50%}.ant-col-sm-order-12{order:12}.ant-col-sm-11{display:block;flex:0 0 45.83333333%;max-width:45.83333333%}.ant-col-sm-push-11{left:45.83333333%}.ant-col-sm-pull-11{right:45.83333333%}.ant-col-sm-offset-11{margin-left:45.83333333%}.ant-col-sm-order-11{order:11}.ant-col-sm-10{display:block;flex:0 0 41.66666667%;max-width:41.66666667%}.ant-col-sm-push-10{left:41.66666667%}.ant-col-sm-pull-10{right:41.66666667%}.ant-col-sm-offset-10{margin-left:41.66666667%}.ant-col-sm-order-10{order:10}.ant-col-sm-9{display:block;flex:0 0 37.5%;max-width:37.5%}.ant-col-sm-push-9{left:37.5%}.ant-col-sm-pull-9{right:37.5%}.ant-col-sm-offset-9{margin-left:37.5%}.ant-col-sm-order-9{order:9}.ant-col-sm-8{display:block;flex:0 0 33.33333333%;max-width:33.33333333%}.ant-col-sm-push-8{left:33.33333333%}.ant-col-sm-pull-8{right:33.33333333%}.ant-col-sm-offset-8{margin-left:33.33333333%}.ant-col-sm-order-8{order:8}.ant-col-sm-7{display:block;flex:0 0 29.16666667%;max-width:29.16666667%}.ant-col-sm-push-7{left:29.16666667%}.ant-col-sm-pull-7{right:29.16666667%}.ant-col-sm-offset-7{margin-left:29.16666667%}.ant-col-sm-order-7{order:7}.ant-col-sm-6{display:block;flex:0 0 25%;max-width:25%}.ant-col-sm-push-6{left:25%}.ant-col-sm-pull-6{right:25%}.ant-col-sm-offset-6{margin-left:25%}.ant-col-sm-order-6{order:6}.ant-col-sm-5{display:block;flex:0 0 20.83333333%;max-width:20.83333333%}.ant-col-sm-push-5{left:20.83333333%}.ant-col-sm-pull-5{right:20.83333333%}.ant-col-sm-offset-5{margin-left:20.83333333%}.ant-col-sm-order-5{order:5}.ant-col-sm-4{display:block;flex:0 0 16.66666667%;max-width:16.66666667%}.ant-col-sm-push-4{left:16.66666667%}.ant-col-sm-pull-4{right:16.66666667%}.ant-col-sm-offset-4{margin-left:16.66666667%}.ant-col-sm-order-4{order:4}.ant-col-sm-3{display:block;flex:0 0 12.5%;max-width:12.5%}.ant-col-sm-push-3{left:12.5%}.ant-col-sm-pull-3{right:12.5%}.ant-col-sm-offset-3{margin-left:12.5%}.ant-col-sm-order-3{order:3}.ant-col-sm-2{display:block;flex:0 0 8.33333333%;max-width:8.33333333%}.ant-col-sm-push-2{left:8.33333333%}.ant-col-sm-pull-2{right:8.33333333%}.ant-col-sm-offset-2{margin-left:8.33333333%}.ant-col-sm-order-2{order:2}.ant-col-sm-1{display:block;flex:0 0 4.16666667%;max-width:4.16666667%}.ant-col-sm-push-1{left:4.16666667%}.ant-col-sm-pull-1{right:4.16666667%}.ant-col-sm-offset-1{margin-left:4.16666667%}.ant-col-sm-order-1{order:1}.ant-col-sm-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-sm-push-0{left:auto}.ant-col-sm-pull-0{right:auto}.ant-col-sm-offset-0{margin-left:0}.ant-col-sm-order-0{order:0}.ant-col-push-0.ant-col-rtl{right:auto}.ant-col-pull-0.ant-col-rtl{left:auto}.ant-col-sm-push-0.ant-col-rtl{right:auto}.ant-col-sm-pull-0.ant-col-rtl{left:auto}.ant-col-sm-offset-0.ant-col-rtl{margin-right:0}.ant-col-sm-push-1.ant-col-rtl{right:4.16666667%;left:auto}.ant-col-sm-pull-1.ant-col-rtl{right:auto;left:4.16666667%}.ant-col-sm-offset-1.ant-col-rtl{margin-right:4.16666667%;margin-left:0}.ant-col-sm-push-2.ant-col-rtl{right:8.33333333%;left:auto}.ant-col-sm-pull-2.ant-col-rtl{right:auto;left:8.33333333%}.ant-col-sm-offset-2.ant-col-rtl{margin-right:8.33333333%;margin-left:0}.ant-col-sm-push-3.ant-col-rtl{right:12.5%;left:auto}.ant-col-sm-pull-3.ant-col-rtl{right:auto;left:12.5%}.ant-col-sm-offset-3.ant-col-rtl{margin-right:12.5%;margin-left:0}.ant-col-sm-push-4.ant-col-rtl{right:16.66666667%;left:auto}.ant-col-sm-pull-4.ant-col-rtl{right:auto;left:16.66666667%}.ant-col-sm-offset-4.ant-col-rtl{margin-right:16.66666667%;margin-left:0}.ant-col-sm-push-5.ant-col-rtl{right:20.83333333%;left:auto}.ant-col-sm-pull-5.ant-col-rtl{right:auto;left:20.83333333%}.ant-col-sm-offset-5.ant-col-rtl{margin-right:20.83333333%;margin-left:0}.ant-col-sm-push-6.ant-col-rtl{right:25%;left:auto}.ant-col-sm-pull-6.ant-col-rtl{right:auto;left:25%}.ant-col-sm-offset-6.ant-col-rtl{margin-right:25%;margin-left:0}.ant-col-sm-push-7.ant-col-rtl{right:29.16666667%;left:auto}.ant-col-sm-pull-7.ant-col-rtl{right:auto;left:29.16666667%}.ant-col-sm-offset-7.ant-col-rtl{margin-right:29.16666667%;margin-left:0}.ant-col-sm-push-8.ant-col-rtl{right:33.33333333%;left:auto}.ant-col-sm-pull-8.ant-col-rtl{right:auto;left:33.33333333%}.ant-col-sm-offset-8.ant-col-rtl{margin-right:33.33333333%;margin-left:0}.ant-col-sm-push-9.ant-col-rtl{right:37.5%;left:auto}.ant-col-sm-pull-9.ant-col-rtl{right:auto;left:37.5%}.ant-col-sm-offset-9.ant-col-rtl{margin-right:37.5%;margin-left:0}.ant-col-sm-push-10.ant-col-rtl{right:41.66666667%;left:auto}.ant-col-sm-pull-10.ant-col-rtl{right:auto;left:41.66666667%}.ant-col-sm-offset-10.ant-col-rtl{margin-right:41.66666667%;margin-left:0}.ant-col-sm-push-11.ant-col-rtl{right:45.83333333%;left:auto}.ant-col-sm-pull-11.ant-col-rtl{right:auto;left:45.83333333%}.ant-col-sm-offset-11.ant-col-rtl{margin-right:45.83333333%;margin-left:0}.ant-col-sm-push-12.ant-col-rtl{right:50%;left:auto}.ant-col-sm-pull-12.ant-col-rtl{right:auto;left:50%}.ant-col-sm-offset-12.ant-col-rtl{margin-right:50%;margin-left:0}.ant-col-sm-push-13.ant-col-rtl{right:54.16666667%;left:auto}.ant-col-sm-pull-13.ant-col-rtl{right:auto;left:54.16666667%}.ant-col-sm-offset-13.ant-col-rtl{margin-right:54.16666667%;margin-left:0}.ant-col-sm-push-14.ant-col-rtl{right:58.33333333%;left:auto}.ant-col-sm-pull-14.ant-col-rtl{right:auto;left:58.33333333%}.ant-col-sm-offset-14.ant-col-rtl{margin-right:58.33333333%;margin-left:0}.ant-col-sm-push-15.ant-col-rtl{right:62.5%;left:auto}.ant-col-sm-pull-15.ant-col-rtl{right:auto;left:62.5%}.ant-col-sm-offset-15.ant-col-rtl{margin-right:62.5%;margin-left:0}.ant-col-sm-push-16.ant-col-rtl{right:66.66666667%;left:auto}.ant-col-sm-pull-16.ant-col-rtl{right:auto;left:66.66666667%}.ant-col-sm-offset-16.ant-col-rtl{margin-right:66.66666667%;margin-left:0}.ant-col-sm-push-17.ant-col-rtl{right:70.83333333%;left:auto}.ant-col-sm-pull-17.ant-col-rtl{right:auto;left:70.83333333%}.ant-col-sm-offset-17.ant-col-rtl{margin-right:70.83333333%;margin-left:0}.ant-col-sm-push-18.ant-col-rtl{right:75%;left:auto}.ant-col-sm-pull-18.ant-col-rtl{right:auto;left:75%}.ant-col-sm-offset-18.ant-col-rtl{margin-right:75%;margin-left:0}.ant-col-sm-push-19.ant-col-rtl{right:79.16666667%;left:auto}.ant-col-sm-pull-19.ant-col-rtl{right:auto;left:79.16666667%}.ant-col-sm-offset-19.ant-col-rtl{margin-right:79.16666667%;margin-left:0}.ant-col-sm-push-20.ant-col-rtl{right:83.33333333%;left:auto}.ant-col-sm-pull-20.ant-col-rtl{right:auto;left:83.33333333%}.ant-col-sm-offset-20.ant-col-rtl{margin-right:83.33333333%;margin-left:0}.ant-col-sm-push-21.ant-col-rtl{right:87.5%;left:auto}.ant-col-sm-pull-21.ant-col-rtl{right:auto;left:87.5%}.ant-col-sm-offset-21.ant-col-rtl{margin-right:87.5%;margin-left:0}.ant-col-sm-push-22.ant-col-rtl{right:91.66666667%;left:auto}.ant-col-sm-pull-22.ant-col-rtl{right:auto;left:91.66666667%}.ant-col-sm-offset-22.ant-col-rtl{margin-right:91.66666667%;margin-left:0}.ant-col-sm-push-23.ant-col-rtl{right:95.83333333%;left:auto}.ant-col-sm-pull-23.ant-col-rtl{right:auto;left:95.83333333%}.ant-col-sm-offset-23.ant-col-rtl{margin-right:95.83333333%;margin-left:0}.ant-col-sm-push-24.ant-col-rtl{right:100%;left:auto}.ant-col-sm-pull-24.ant-col-rtl{right:auto;left:100%}.ant-col-sm-offset-24.ant-col-rtl{margin-right:100%;margin-left:0}}@media (min-width:768px){.ant-col-md-24{display:block;flex:0 0 100%;max-width:100%}.ant-col-md-push-24{left:100%}.ant-col-md-pull-24{right:100%}.ant-col-md-offset-24{margin-left:100%}.ant-col-md-order-24{order:24}.ant-col-md-23{display:block;flex:0 0 95.83333333%;max-width:95.83333333%}.ant-col-md-push-23{left:95.83333333%}.ant-col-md-pull-23{right:95.83333333%}.ant-col-md-offset-23{margin-left:95.83333333%}.ant-col-md-order-23{order:23}.ant-col-md-22{display:block;flex:0 0 91.66666667%;max-width:91.66666667%}.ant-col-md-push-22{left:91.66666667%}.ant-col-md-pull-22{right:91.66666667%}.ant-col-md-offset-22{margin-left:91.66666667%}.ant-col-md-order-22{order:22}.ant-col-md-21{display:block;flex:0 0 87.5%;max-width:87.5%}.ant-col-md-push-21{left:87.5%}.ant-col-md-pull-21{right:87.5%}.ant-col-md-offset-21{margin-left:87.5%}.ant-col-md-order-21{order:21}.ant-col-md-20{display:block;flex:0 0 83.33333333%;max-width:83.33333333%}.ant-col-md-push-20{left:83.33333333%}.ant-col-md-pull-20{right:83.33333333%}.ant-col-md-offset-20{margin-left:83.33333333%}.ant-col-md-order-20{order:20}.ant-col-md-19{display:block;flex:0 0 79.16666667%;max-width:79.16666667%}.ant-col-md-push-19{left:79.16666667%}.ant-col-md-pull-19{right:79.16666667%}.ant-col-md-offset-19{margin-left:79.16666667%}.ant-col-md-order-19{order:19}.ant-col-md-18{display:block;flex:0 0 75%;max-width:75%}.ant-col-md-push-18{left:75%}.ant-col-md-pull-18{right:75%}.ant-col-md-offset-18{margin-left:75%}.ant-col-md-order-18{order:18}.ant-col-md-17{display:block;flex:0 0 70.83333333%;max-width:70.83333333%}.ant-col-md-push-17{left:70.83333333%}.ant-col-md-pull-17{right:70.83333333%}.ant-col-md-offset-17{margin-left:70.83333333%}.ant-col-md-order-17{order:17}.ant-col-md-16{display:block;flex:0 0 66.66666667%;max-width:66.66666667%}.ant-col-md-push-16{left:66.66666667%}.ant-col-md-pull-16{right:66.66666667%}.ant-col-md-offset-16{margin-left:66.66666667%}.ant-col-md-order-16{order:16}.ant-col-md-15{display:block;flex:0 0 62.5%;max-width:62.5%}.ant-col-md-push-15{left:62.5%}.ant-col-md-pull-15{right:62.5%}.ant-col-md-offset-15{margin-left:62.5%}.ant-col-md-order-15{order:15}.ant-col-md-14{display:block;flex:0 0 58.33333333%;max-width:58.33333333%}.ant-col-md-push-14{left:58.33333333%}.ant-col-md-pull-14{right:58.33333333%}.ant-col-md-offset-14{margin-left:58.33333333%}.ant-col-md-order-14{order:14}.ant-col-md-13{display:block;flex:0 0 54.16666667%;max-width:54.16666667%}.ant-col-md-push-13{left:54.16666667%}.ant-col-md-pull-13{right:54.16666667%}.ant-col-md-offset-13{margin-left:54.16666667%}.ant-col-md-order-13{order:13}.ant-col-md-12{display:block;flex:0 0 50%;max-width:50%}.ant-col-md-push-12{left:50%}.ant-col-md-pull-12{right:50%}.ant-col-md-offset-12{margin-left:50%}.ant-col-md-order-12{order:12}.ant-col-md-11{display:block;flex:0 0 45.83333333%;max-width:45.83333333%}.ant-col-md-push-11{left:45.83333333%}.ant-col-md-pull-11{right:45.83333333%}.ant-col-md-offset-11{margin-left:45.83333333%}.ant-col-md-order-11{order:11}.ant-col-md-10{display:block;flex:0 0 41.66666667%;max-width:41.66666667%}.ant-col-md-push-10{left:41.66666667%}.ant-col-md-pull-10{right:41.66666667%}.ant-col-md-offset-10{margin-left:41.66666667%}.ant-col-md-order-10{order:10}.ant-col-md-9{display:block;flex:0 0 37.5%;max-width:37.5%}.ant-col-md-push-9{left:37.5%}.ant-col-md-pull-9{right:37.5%}.ant-col-md-offset-9{margin-left:37.5%}.ant-col-md-order-9{order:9}.ant-col-md-8{display:block;flex:0 0 33.33333333%;max-width:33.33333333%}.ant-col-md-push-8{left:33.33333333%}.ant-col-md-pull-8{right:33.33333333%}.ant-col-md-offset-8{margin-left:33.33333333%}.ant-col-md-order-8{order:8}.ant-col-md-7{display:block;flex:0 0 29.16666667%;max-width:29.16666667%}.ant-col-md-push-7{left:29.16666667%}.ant-col-md-pull-7{right:29.16666667%}.ant-col-md-offset-7{margin-left:29.16666667%}.ant-col-md-order-7{order:7}.ant-col-md-6{display:block;flex:0 0 25%;max-width:25%}.ant-col-md-push-6{left:25%}.ant-col-md-pull-6{right:25%}.ant-col-md-offset-6{margin-left:25%}.ant-col-md-order-6{order:6}.ant-col-md-5{display:block;flex:0 0 20.83333333%;max-width:20.83333333%}.ant-col-md-push-5{left:20.83333333%}.ant-col-md-pull-5{right:20.83333333%}.ant-col-md-offset-5{margin-left:20.83333333%}.ant-col-md-order-5{order:5}.ant-col-md-4{display:block;flex:0 0 16.66666667%;max-width:16.66666667%}.ant-col-md-push-4{left:16.66666667%}.ant-col-md-pull-4{right:16.66666667%}.ant-col-md-offset-4{margin-left:16.66666667%}.ant-col-md-order-4{order:4}.ant-col-md-3{display:block;flex:0 0 12.5%;max-width:12.5%}.ant-col-md-push-3{left:12.5%}.ant-col-md-pull-3{right:12.5%}.ant-col-md-offset-3{margin-left:12.5%}.ant-col-md-order-3{order:3}.ant-col-md-2{display:block;flex:0 0 8.33333333%;max-width:8.33333333%}.ant-col-md-push-2{left:8.33333333%}.ant-col-md-pull-2{right:8.33333333%}.ant-col-md-offset-2{margin-left:8.33333333%}.ant-col-md-order-2{order:2}.ant-col-md-1{display:block;flex:0 0 4.16666667%;max-width:4.16666667%}.ant-col-md-push-1{left:4.16666667%}.ant-col-md-pull-1{right:4.16666667%}.ant-col-md-offset-1{margin-left:4.16666667%}.ant-col-md-order-1{order:1}.ant-col-md-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-md-push-0{left:auto}.ant-col-md-pull-0{right:auto}.ant-col-md-offset-0{margin-left:0}.ant-col-md-order-0{order:0}.ant-col-push-0.ant-col-rtl{right:auto}.ant-col-pull-0.ant-col-rtl{left:auto}.ant-col-md-push-0.ant-col-rtl{right:auto}.ant-col-md-pull-0.ant-col-rtl{left:auto}.ant-col-md-offset-0.ant-col-rtl{margin-right:0}.ant-col-md-push-1.ant-col-rtl{right:4.16666667%;left:auto}.ant-col-md-pull-1.ant-col-rtl{right:auto;left:4.16666667%}.ant-col-md-offset-1.ant-col-rtl{margin-right:4.16666667%;margin-left:0}.ant-col-md-push-2.ant-col-rtl{right:8.33333333%;left:auto}.ant-col-md-pull-2.ant-col-rtl{right:auto;left:8.33333333%}.ant-col-md-offset-2.ant-col-rtl{margin-right:8.33333333%;margin-left:0}.ant-col-md-push-3.ant-col-rtl{right:12.5%;left:auto}.ant-col-md-pull-3.ant-col-rtl{right:auto;left:12.5%}.ant-col-md-offset-3.ant-col-rtl{margin-right:12.5%;margin-left:0}.ant-col-md-push-4.ant-col-rtl{right:16.66666667%;left:auto}.ant-col-md-pull-4.ant-col-rtl{right:auto;left:16.66666667%}.ant-col-md-offset-4.ant-col-rtl{margin-right:16.66666667%;margin-left:0}.ant-col-md-push-5.ant-col-rtl{right:20.83333333%;left:auto}.ant-col-md-pull-5.ant-col-rtl{right:auto;left:20.83333333%}.ant-col-md-offset-5.ant-col-rtl{margin-right:20.83333333%;margin-left:0}.ant-col-md-push-6.ant-col-rtl{right:25%;left:auto}.ant-col-md-pull-6.ant-col-rtl{right:auto;left:25%}.ant-col-md-offset-6.ant-col-rtl{margin-right:25%;margin-left:0}.ant-col-md-push-7.ant-col-rtl{right:29.16666667%;left:auto}.ant-col-md-pull-7.ant-col-rtl{right:auto;left:29.16666667%}.ant-col-md-offset-7.ant-col-rtl{margin-right:29.16666667%;margin-left:0}.ant-col-md-push-8.ant-col-rtl{right:33.33333333%;left:auto}.ant-col-md-pull-8.ant-col-rtl{right:auto;left:33.33333333%}.ant-col-md-offset-8.ant-col-rtl{margin-right:33.33333333%;margin-left:0}.ant-col-md-push-9.ant-col-rtl{right:37.5%;left:auto}.ant-col-md-pull-9.ant-col-rtl{right:auto;left:37.5%}.ant-col-md-offset-9.ant-col-rtl{margin-right:37.5%;margin-left:0}.ant-col-md-push-10.ant-col-rtl{right:41.66666667%;left:auto}.ant-col-md-pull-10.ant-col-rtl{right:auto;left:41.66666667%}.ant-col-md-offset-10.ant-col-rtl{margin-right:41.66666667%;margin-left:0}.ant-col-md-push-11.ant-col-rtl{right:45.83333333%;left:auto}.ant-col-md-pull-11.ant-col-rtl{right:auto;left:45.83333333%}.ant-col-md-offset-11.ant-col-rtl{margin-right:45.83333333%;margin-left:0}.ant-col-md-push-12.ant-col-rtl{right:50%;left:auto}.ant-col-md-pull-12.ant-col-rtl{right:auto;left:50%}.ant-col-md-offset-12.ant-col-rtl{margin-right:50%;margin-left:0}.ant-col-md-push-13.ant-col-rtl{right:54.16666667%;left:auto}.ant-col-md-pull-13.ant-col-rtl{right:auto;left:54.16666667%}.ant-col-md-offset-13.ant-col-rtl{margin-right:54.16666667%;margin-left:0}.ant-col-md-push-14.ant-col-rtl{right:58.33333333%;left:auto}.ant-col-md-pull-14.ant-col-rtl{right:auto;left:58.33333333%}.ant-col-md-offset-14.ant-col-rtl{margin-right:58.33333333%;margin-left:0}.ant-col-md-push-15.ant-col-rtl{right:62.5%;left:auto}.ant-col-md-pull-15.ant-col-rtl{right:auto;left:62.5%}.ant-col-md-offset-15.ant-col-rtl{margin-right:62.5%;margin-left:0}.ant-col-md-push-16.ant-col-rtl{right:66.66666667%;left:auto}.ant-col-md-pull-16.ant-col-rtl{right:auto;left:66.66666667%}.ant-col-md-offset-16.ant-col-rtl{margin-right:66.66666667%;margin-left:0}.ant-col-md-push-17.ant-col-rtl{right:70.83333333%;left:auto}.ant-col-md-pull-17.ant-col-rtl{right:auto;left:70.83333333%}.ant-col-md-offset-17.ant-col-rtl{margin-right:70.83333333%;margin-left:0}.ant-col-md-push-18.ant-col-rtl{right:75%;left:auto}.ant-col-md-pull-18.ant-col-rtl{right:auto;left:75%}.ant-col-md-offset-18.ant-col-rtl{margin-right:75%;margin-left:0}.ant-col-md-push-19.ant-col-rtl{right:79.16666667%;left:auto}.ant-col-md-pull-19.ant-col-rtl{right:auto;left:79.16666667%}.ant-col-md-offset-19.ant-col-rtl{margin-right:79.16666667%;margin-left:0}.ant-col-md-push-20.ant-col-rtl{right:83.33333333%;left:auto}.ant-col-md-pull-20.ant-col-rtl{right:auto;left:83.33333333%}.ant-col-md-offset-20.ant-col-rtl{margin-right:83.33333333%;margin-left:0}.ant-col-md-push-21.ant-col-rtl{right:87.5%;left:auto}.ant-col-md-pull-21.ant-col-rtl{right:auto;left:87.5%}.ant-col-md-offset-21.ant-col-rtl{margin-right:87.5%;margin-left:0}.ant-col-md-push-22.ant-col-rtl{right:91.66666667%;left:auto}.ant-col-md-pull-22.ant-col-rtl{right:auto;left:91.66666667%}.ant-col-md-offset-22.ant-col-rtl{margin-right:91.66666667%;margin-left:0}.ant-col-md-push-23.ant-col-rtl{right:95.83333333%;left:auto}.ant-col-md-pull-23.ant-col-rtl{right:auto;left:95.83333333%}.ant-col-md-offset-23.ant-col-rtl{margin-right:95.83333333%;margin-left:0}.ant-col-md-push-24.ant-col-rtl{right:100%;left:auto}.ant-col-md-pull-24.ant-col-rtl{right:auto;left:100%}.ant-col-md-offset-24.ant-col-rtl{margin-right:100%;margin-left:0}}@media (min-width:992px){.ant-col-lg-24{display:block;flex:0 0 100%;max-width:100%}.ant-col-lg-push-24{left:100%}.ant-col-lg-pull-24{right:100%}.ant-col-lg-offset-24{margin-left:100%}.ant-col-lg-order-24{order:24}.ant-col-lg-23{display:block;flex:0 0 95.83333333%;max-width:95.83333333%}.ant-col-lg-push-23{left:95.83333333%}.ant-col-lg-pull-23{right:95.83333333%}.ant-col-lg-offset-23{margin-left:95.83333333%}.ant-col-lg-order-23{order:23}.ant-col-lg-22{display:block;flex:0 0 91.66666667%;max-width:91.66666667%}.ant-col-lg-push-22{left:91.66666667%}.ant-col-lg-pull-22{right:91.66666667%}.ant-col-lg-offset-22{margin-left:91.66666667%}.ant-col-lg-order-22{order:22}.ant-col-lg-21{display:block;flex:0 0 87.5%;max-width:87.5%}.ant-col-lg-push-21{left:87.5%}.ant-col-lg-pull-21{right:87.5%}.ant-col-lg-offset-21{margin-left:87.5%}.ant-col-lg-order-21{order:21}.ant-col-lg-20{display:block;flex:0 0 83.33333333%;max-width:83.33333333%}.ant-col-lg-push-20{left:83.33333333%}.ant-col-lg-pull-20{right:83.33333333%}.ant-col-lg-offset-20{margin-left:83.33333333%}.ant-col-lg-order-20{order:20}.ant-col-lg-19{display:block;flex:0 0 79.16666667%;max-width:79.16666667%}.ant-col-lg-push-19{left:79.16666667%}.ant-col-lg-pull-19{right:79.16666667%}.ant-col-lg-offset-19{margin-left:79.16666667%}.ant-col-lg-order-19{order:19}.ant-col-lg-18{display:block;flex:0 0 75%;max-width:75%}.ant-col-lg-push-18{left:75%}.ant-col-lg-pull-18{right:75%}.ant-col-lg-offset-18{margin-left:75%}.ant-col-lg-order-18{order:18}.ant-col-lg-17{display:block;flex:0 0 70.83333333%;max-width:70.83333333%}.ant-col-lg-push-17{left:70.83333333%}.ant-col-lg-pull-17{right:70.83333333%}.ant-col-lg-offset-17{margin-left:70.83333333%}.ant-col-lg-order-17{order:17}.ant-col-lg-16{display:block;flex:0 0 66.66666667%;max-width:66.66666667%}.ant-col-lg-push-16{left:66.66666667%}.ant-col-lg-pull-16{right:66.66666667%}.ant-col-lg-offset-16{margin-left:66.66666667%}.ant-col-lg-order-16{order:16}.ant-col-lg-15{display:block;flex:0 0 62.5%;max-width:62.5%}.ant-col-lg-push-15{left:62.5%}.ant-col-lg-pull-15{right:62.5%}.ant-col-lg-offset-15{margin-left:62.5%}.ant-col-lg-order-15{order:15}.ant-col-lg-14{display:block;flex:0 0 58.33333333%;max-width:58.33333333%}.ant-col-lg-push-14{left:58.33333333%}.ant-col-lg-pull-14{right:58.33333333%}.ant-col-lg-offset-14{margin-left:58.33333333%}.ant-col-lg-order-14{order:14}.ant-col-lg-13{display:block;flex:0 0 54.16666667%;max-width:54.16666667%}.ant-col-lg-push-13{left:54.16666667%}.ant-col-lg-pull-13{right:54.16666667%}.ant-col-lg-offset-13{margin-left:54.16666667%}.ant-col-lg-order-13{order:13}.ant-col-lg-12{display:block;flex:0 0 50%;max-width:50%}.ant-col-lg-push-12{left:50%}.ant-col-lg-pull-12{right:50%}.ant-col-lg-offset-12{margin-left:50%}.ant-col-lg-order-12{order:12}.ant-col-lg-11{display:block;flex:0 0 45.83333333%;max-width:45.83333333%}.ant-col-lg-push-11{left:45.83333333%}.ant-col-lg-pull-11{right:45.83333333%}.ant-col-lg-offset-11{margin-left:45.83333333%}.ant-col-lg-order-11{order:11}.ant-col-lg-10{display:block;flex:0 0 41.66666667%;max-width:41.66666667%}.ant-col-lg-push-10{left:41.66666667%}.ant-col-lg-pull-10{right:41.66666667%}.ant-col-lg-offset-10{margin-left:41.66666667%}.ant-col-lg-order-10{order:10}.ant-col-lg-9{display:block;flex:0 0 37.5%;max-width:37.5%}.ant-col-lg-push-9{left:37.5%}.ant-col-lg-pull-9{right:37.5%}.ant-col-lg-offset-9{margin-left:37.5%}.ant-col-lg-order-9{order:9}.ant-col-lg-8{display:block;flex:0 0 33.33333333%;max-width:33.33333333%}.ant-col-lg-push-8{left:33.33333333%}.ant-col-lg-pull-8{right:33.33333333%}.ant-col-lg-offset-8{margin-left:33.33333333%}.ant-col-lg-order-8{order:8}.ant-col-lg-7{display:block;flex:0 0 29.16666667%;max-width:29.16666667%}.ant-col-lg-push-7{left:29.16666667%}.ant-col-lg-pull-7{right:29.16666667%}.ant-col-lg-offset-7{margin-left:29.16666667%}.ant-col-lg-order-7{order:7}.ant-col-lg-6{display:block;flex:0 0 25%;max-width:25%}.ant-col-lg-push-6{left:25%}.ant-col-lg-pull-6{right:25%}.ant-col-lg-offset-6{margin-left:25%}.ant-col-lg-order-6{order:6}.ant-col-lg-5{display:block;flex:0 0 20.83333333%;max-width:20.83333333%}.ant-col-lg-push-5{left:20.83333333%}.ant-col-lg-pull-5{right:20.83333333%}.ant-col-lg-offset-5{margin-left:20.83333333%}.ant-col-lg-order-5{order:5}.ant-col-lg-4{display:block;flex:0 0 16.66666667%;max-width:16.66666667%}.ant-col-lg-push-4{left:16.66666667%}.ant-col-lg-pull-4{right:16.66666667%}.ant-col-lg-offset-4{margin-left:16.66666667%}.ant-col-lg-order-4{order:4}.ant-col-lg-3{display:block;flex:0 0 12.5%;max-width:12.5%}.ant-col-lg-push-3{left:12.5%}.ant-col-lg-pull-3{right:12.5%}.ant-col-lg-offset-3{margin-left:12.5%}.ant-col-lg-order-3{order:3}.ant-col-lg-2{display:block;flex:0 0 8.33333333%;max-width:8.33333333%}.ant-col-lg-push-2{left:8.33333333%}.ant-col-lg-pull-2{right:8.33333333%}.ant-col-lg-offset-2{margin-left:8.33333333%}.ant-col-lg-order-2{order:2}.ant-col-lg-1{display:block;flex:0 0 4.16666667%;max-width:4.16666667%}.ant-col-lg-push-1{left:4.16666667%}.ant-col-lg-pull-1{right:4.16666667%}.ant-col-lg-offset-1{margin-left:4.16666667%}.ant-col-lg-order-1{order:1}.ant-col-lg-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-lg-push-0{left:auto}.ant-col-lg-pull-0{right:auto}.ant-col-lg-offset-0{margin-left:0}.ant-col-lg-order-0{order:0}.ant-col-push-0.ant-col-rtl{right:auto}.ant-col-pull-0.ant-col-rtl{left:auto}.ant-col-lg-push-0.ant-col-rtl{right:auto}.ant-col-lg-pull-0.ant-col-rtl{left:auto}.ant-col-lg-offset-0.ant-col-rtl{margin-right:0}.ant-col-lg-push-1.ant-col-rtl{right:4.16666667%;left:auto}.ant-col-lg-pull-1.ant-col-rtl{right:auto;left:4.16666667%}.ant-col-lg-offset-1.ant-col-rtl{margin-right:4.16666667%;margin-left:0}.ant-col-lg-push-2.ant-col-rtl{right:8.33333333%;left:auto}.ant-col-lg-pull-2.ant-col-rtl{right:auto;left:8.33333333%}.ant-col-lg-offset-2.ant-col-rtl{margin-right:8.33333333%;margin-left:0}.ant-col-lg-push-3.ant-col-rtl{right:12.5%;left:auto}.ant-col-lg-pull-3.ant-col-rtl{right:auto;left:12.5%}.ant-col-lg-offset-3.ant-col-rtl{margin-right:12.5%;margin-left:0}.ant-col-lg-push-4.ant-col-rtl{right:16.66666667%;left:auto}.ant-col-lg-pull-4.ant-col-rtl{right:auto;left:16.66666667%}.ant-col-lg-offset-4.ant-col-rtl{margin-right:16.66666667%;margin-left:0}.ant-col-lg-push-5.ant-col-rtl{right:20.83333333%;left:auto}.ant-col-lg-pull-5.ant-col-rtl{right:auto;left:20.83333333%}.ant-col-lg-offset-5.ant-col-rtl{margin-right:20.83333333%;margin-left:0}.ant-col-lg-push-6.ant-col-rtl{right:25%;left:auto}.ant-col-lg-pull-6.ant-col-rtl{right:auto;left:25%}.ant-col-lg-offset-6.ant-col-rtl{margin-right:25%;margin-left:0}.ant-col-lg-push-7.ant-col-rtl{right:29.16666667%;left:auto}.ant-col-lg-pull-7.ant-col-rtl{right:auto;left:29.16666667%}.ant-col-lg-offset-7.ant-col-rtl{margin-right:29.16666667%;margin-left:0}.ant-col-lg-push-8.ant-col-rtl{right:33.33333333%;left:auto}.ant-col-lg-pull-8.ant-col-rtl{right:auto;left:33.33333333%}.ant-col-lg-offset-8.ant-col-rtl{margin-right:33.33333333%;margin-left:0}.ant-col-lg-push-9.ant-col-rtl{right:37.5%;left:auto}.ant-col-lg-pull-9.ant-col-rtl{right:auto;left:37.5%}.ant-col-lg-offset-9.ant-col-rtl{margin-right:37.5%;margin-left:0}.ant-col-lg-push-10.ant-col-rtl{right:41.66666667%;left:auto}.ant-col-lg-pull-10.ant-col-rtl{right:auto;left:41.66666667%}.ant-col-lg-offset-10.ant-col-rtl{margin-right:41.66666667%;margin-left:0}.ant-col-lg-push-11.ant-col-rtl{right:45.83333333%;left:auto}.ant-col-lg-pull-11.ant-col-rtl{right:auto;left:45.83333333%}.ant-col-lg-offset-11.ant-col-rtl{margin-right:45.83333333%;margin-left:0}.ant-col-lg-push-12.ant-col-rtl{right:50%;left:auto}.ant-col-lg-pull-12.ant-col-rtl{right:auto;left:50%}.ant-col-lg-offset-12.ant-col-rtl{margin-right:50%;margin-left:0}.ant-col-lg-push-13.ant-col-rtl{right:54.16666667%;left:auto}.ant-col-lg-pull-13.ant-col-rtl{right:auto;left:54.16666667%}.ant-col-lg-offset-13.ant-col-rtl{margin-right:54.16666667%;margin-left:0}.ant-col-lg-push-14.ant-col-rtl{right:58.33333333%;left:auto}.ant-col-lg-pull-14.ant-col-rtl{right:auto;left:58.33333333%}.ant-col-lg-offset-14.ant-col-rtl{margin-right:58.33333333%;margin-left:0}.ant-col-lg-push-15.ant-col-rtl{right:62.5%;left:auto}.ant-col-lg-pull-15.ant-col-rtl{right:auto;left:62.5%}.ant-col-lg-offset-15.ant-col-rtl{margin-right:62.5%;margin-left:0}.ant-col-lg-push-16.ant-col-rtl{right:66.66666667%;left:auto}.ant-col-lg-pull-16.ant-col-rtl{right:auto;left:66.66666667%}.ant-col-lg-offset-16.ant-col-rtl{margin-right:66.66666667%;margin-left:0}.ant-col-lg-push-17.ant-col-rtl{right:70.83333333%;left:auto}.ant-col-lg-pull-17.ant-col-rtl{right:auto;left:70.83333333%}.ant-col-lg-offset-17.ant-col-rtl{margin-right:70.83333333%;margin-left:0}.ant-col-lg-push-18.ant-col-rtl{right:75%;left:auto}.ant-col-lg-pull-18.ant-col-rtl{right:auto;left:75%}.ant-col-lg-offset-18.ant-col-rtl{margin-right:75%;margin-left:0}.ant-col-lg-push-19.ant-col-rtl{right:79.16666667%;left:auto}.ant-col-lg-pull-19.ant-col-rtl{right:auto;left:79.16666667%}.ant-col-lg-offset-19.ant-col-rtl{margin-right:79.16666667%;margin-left:0}.ant-col-lg-push-20.ant-col-rtl{right:83.33333333%;left:auto}.ant-col-lg-pull-20.ant-col-rtl{right:auto;left:83.33333333%}.ant-col-lg-offset-20.ant-col-rtl{margin-right:83.33333333%;margin-left:0}.ant-col-lg-push-21.ant-col-rtl{right:87.5%;left:auto}.ant-col-lg-pull-21.ant-col-rtl{right:auto;left:87.5%}.ant-col-lg-offset-21.ant-col-rtl{margin-right:87.5%;margin-left:0}.ant-col-lg-push-22.ant-col-rtl{right:91.66666667%;left:auto}.ant-col-lg-pull-22.ant-col-rtl{right:auto;left:91.66666667%}.ant-col-lg-offset-22.ant-col-rtl{margin-right:91.66666667%;margin-left:0}.ant-col-lg-push-23.ant-col-rtl{right:95.83333333%;left:auto}.ant-col-lg-pull-23.ant-col-rtl{right:auto;left:95.83333333%}.ant-col-lg-offset-23.ant-col-rtl{margin-right:95.83333333%;margin-left:0}.ant-col-lg-push-24.ant-col-rtl{right:100%;left:auto}.ant-col-lg-pull-24.ant-col-rtl{right:auto;left:100%}.ant-col-lg-offset-24.ant-col-rtl{margin-right:100%;margin-left:0}}@media (min-width:1200px){.ant-col-xl-24{display:block;flex:0 0 100%;max-width:100%}.ant-col-xl-push-24{left:100%}.ant-col-xl-pull-24{right:100%}.ant-col-xl-offset-24{margin-left:100%}.ant-col-xl-order-24{order:24}.ant-col-xl-23{display:block;flex:0 0 95.83333333%;max-width:95.83333333%}.ant-col-xl-push-23{left:95.83333333%}.ant-col-xl-pull-23{right:95.83333333%}.ant-col-xl-offset-23{margin-left:95.83333333%}.ant-col-xl-order-23{order:23}.ant-col-xl-22{display:block;flex:0 0 91.66666667%;max-width:91.66666667%}.ant-col-xl-push-22{left:91.66666667%}.ant-col-xl-pull-22{right:91.66666667%}.ant-col-xl-offset-22{margin-left:91.66666667%}.ant-col-xl-order-22{order:22}.ant-col-xl-21{display:block;flex:0 0 87.5%;max-width:87.5%}.ant-col-xl-push-21{left:87.5%}.ant-col-xl-pull-21{right:87.5%}.ant-col-xl-offset-21{margin-left:87.5%}.ant-col-xl-order-21{order:21}.ant-col-xl-20{display:block;flex:0 0 83.33333333%;max-width:83.33333333%}.ant-col-xl-push-20{left:83.33333333%}.ant-col-xl-pull-20{right:83.33333333%}.ant-col-xl-offset-20{margin-left:83.33333333%}.ant-col-xl-order-20{order:20}.ant-col-xl-19{display:block;flex:0 0 79.16666667%;max-width:79.16666667%}.ant-col-xl-push-19{left:79.16666667%}.ant-col-xl-pull-19{right:79.16666667%}.ant-col-xl-offset-19{margin-left:79.16666667%}.ant-col-xl-order-19{order:19}.ant-col-xl-18{display:block;flex:0 0 75%;max-width:75%}.ant-col-xl-push-18{left:75%}.ant-col-xl-pull-18{right:75%}.ant-col-xl-offset-18{margin-left:75%}.ant-col-xl-order-18{order:18}.ant-col-xl-17{display:block;flex:0 0 70.83333333%;max-width:70.83333333%}.ant-col-xl-push-17{left:70.83333333%}.ant-col-xl-pull-17{right:70.83333333%}.ant-col-xl-offset-17{margin-left:70.83333333%}.ant-col-xl-order-17{order:17}.ant-col-xl-16{display:block;flex:0 0 66.66666667%;max-width:66.66666667%}.ant-col-xl-push-16{left:66.66666667%}.ant-col-xl-pull-16{right:66.66666667%}.ant-col-xl-offset-16{margin-left:66.66666667%}.ant-col-xl-order-16{order:16}.ant-col-xl-15{display:block;flex:0 0 62.5%;max-width:62.5%}.ant-col-xl-push-15{left:62.5%}.ant-col-xl-pull-15{right:62.5%}.ant-col-xl-offset-15{margin-left:62.5%}.ant-col-xl-order-15{order:15}.ant-col-xl-14{display:block;flex:0 0 58.33333333%;max-width:58.33333333%}.ant-col-xl-push-14{left:58.33333333%}.ant-col-xl-pull-14{right:58.33333333%}.ant-col-xl-offset-14{margin-left:58.33333333%}.ant-col-xl-order-14{order:14}.ant-col-xl-13{display:block;flex:0 0 54.16666667%;max-width:54.16666667%}.ant-col-xl-push-13{left:54.16666667%}.ant-col-xl-pull-13{right:54.16666667%}.ant-col-xl-offset-13{margin-left:54.16666667%}.ant-col-xl-order-13{order:13}.ant-col-xl-12{display:block;flex:0 0 50%;max-width:50%}.ant-col-xl-push-12{left:50%}.ant-col-xl-pull-12{right:50%}.ant-col-xl-offset-12{margin-left:50%}.ant-col-xl-order-12{order:12}.ant-col-xl-11{display:block;flex:0 0 45.83333333%;max-width:45.83333333%}.ant-col-xl-push-11{left:45.83333333%}.ant-col-xl-pull-11{right:45.83333333%}.ant-col-xl-offset-11{margin-left:45.83333333%}.ant-col-xl-order-11{order:11}.ant-col-xl-10{display:block;flex:0 0 41.66666667%;max-width:41.66666667%}.ant-col-xl-push-10{left:41.66666667%}.ant-col-xl-pull-10{right:41.66666667%}.ant-col-xl-offset-10{margin-left:41.66666667%}.ant-col-xl-order-10{order:10}.ant-col-xl-9{display:block;flex:0 0 37.5%;max-width:37.5%}.ant-col-xl-push-9{left:37.5%}.ant-col-xl-pull-9{right:37.5%}.ant-col-xl-offset-9{margin-left:37.5%}.ant-col-xl-order-9{order:9}.ant-col-xl-8{display:block;flex:0 0 33.33333333%;max-width:33.33333333%}.ant-col-xl-push-8{left:33.33333333%}.ant-col-xl-pull-8{right:33.33333333%}.ant-col-xl-offset-8{margin-left:33.33333333%}.ant-col-xl-order-8{order:8}.ant-col-xl-7{display:block;flex:0 0 29.16666667%;max-width:29.16666667%}.ant-col-xl-push-7{left:29.16666667%}.ant-col-xl-pull-7{right:29.16666667%}.ant-col-xl-offset-7{margin-left:29.16666667%}.ant-col-xl-order-7{order:7}.ant-col-xl-6{display:block;flex:0 0 25%;max-width:25%}.ant-col-xl-push-6{left:25%}.ant-col-xl-pull-6{right:25%}.ant-col-xl-offset-6{margin-left:25%}.ant-col-xl-order-6{order:6}.ant-col-xl-5{display:block;flex:0 0 20.83333333%;max-width:20.83333333%}.ant-col-xl-push-5{left:20.83333333%}.ant-col-xl-pull-5{right:20.83333333%}.ant-col-xl-offset-5{margin-left:20.83333333%}.ant-col-xl-order-5{order:5}.ant-col-xl-4{display:block;flex:0 0 16.66666667%;max-width:16.66666667%}.ant-col-xl-push-4{left:16.66666667%}.ant-col-xl-pull-4{right:16.66666667%}.ant-col-xl-offset-4{margin-left:16.66666667%}.ant-col-xl-order-4{order:4}.ant-col-xl-3{display:block;flex:0 0 12.5%;max-width:12.5%}.ant-col-xl-push-3{left:12.5%}.ant-col-xl-pull-3{right:12.5%}.ant-col-xl-offset-3{margin-left:12.5%}.ant-col-xl-order-3{order:3}.ant-col-xl-2{display:block;flex:0 0 8.33333333%;max-width:8.33333333%}.ant-col-xl-push-2{left:8.33333333%}.ant-col-xl-pull-2{right:8.33333333%}.ant-col-xl-offset-2{margin-left:8.33333333%}.ant-col-xl-order-2{order:2}.ant-col-xl-1{display:block;flex:0 0 4.16666667%;max-width:4.16666667%}.ant-col-xl-push-1{left:4.16666667%}.ant-col-xl-pull-1{right:4.16666667%}.ant-col-xl-offset-1{margin-left:4.16666667%}.ant-col-xl-order-1{order:1}.ant-col-xl-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-xl-push-0{left:auto}.ant-col-xl-pull-0{right:auto}.ant-col-xl-offset-0{margin-left:0}.ant-col-xl-order-0{order:0}.ant-col-push-0.ant-col-rtl{right:auto}.ant-col-pull-0.ant-col-rtl{left:auto}.ant-col-xl-push-0.ant-col-rtl{right:auto}.ant-col-xl-pull-0.ant-col-rtl{left:auto}.ant-col-xl-offset-0.ant-col-rtl{margin-right:0}.ant-col-xl-push-1.ant-col-rtl{right:4.16666667%;left:auto}.ant-col-xl-pull-1.ant-col-rtl{right:auto;left:4.16666667%}.ant-col-xl-offset-1.ant-col-rtl{margin-right:4.16666667%;margin-left:0}.ant-col-xl-push-2.ant-col-rtl{right:8.33333333%;left:auto}.ant-col-xl-pull-2.ant-col-rtl{right:auto;left:8.33333333%}.ant-col-xl-offset-2.ant-col-rtl{margin-right:8.33333333%;margin-left:0}.ant-col-xl-push-3.ant-col-rtl{right:12.5%;left:auto}.ant-col-xl-pull-3.ant-col-rtl{right:auto;left:12.5%}.ant-col-xl-offset-3.ant-col-rtl{margin-right:12.5%;margin-left:0}.ant-col-xl-push-4.ant-col-rtl{right:16.66666667%;left:auto}.ant-col-xl-pull-4.ant-col-rtl{right:auto;left:16.66666667%}.ant-col-xl-offset-4.ant-col-rtl{margin-right:16.66666667%;margin-left:0}.ant-col-xl-push-5.ant-col-rtl{right:20.83333333%;left:auto}.ant-col-xl-pull-5.ant-col-rtl{right:auto;left:20.83333333%}.ant-col-xl-offset-5.ant-col-rtl{margin-right:20.83333333%;margin-left:0}.ant-col-xl-push-6.ant-col-rtl{right:25%;left:auto}.ant-col-xl-pull-6.ant-col-rtl{right:auto;left:25%}.ant-col-xl-offset-6.ant-col-rtl{margin-right:25%;margin-left:0}.ant-col-xl-push-7.ant-col-rtl{right:29.16666667%;left:auto}.ant-col-xl-pull-7.ant-col-rtl{right:auto;left:29.16666667%}.ant-col-xl-offset-7.ant-col-rtl{margin-right:29.16666667%;margin-left:0}.ant-col-xl-push-8.ant-col-rtl{right:33.33333333%;left:auto}.ant-col-xl-pull-8.ant-col-rtl{right:auto;left:33.33333333%}.ant-col-xl-offset-8.ant-col-rtl{margin-right:33.33333333%;margin-left:0}.ant-col-xl-push-9.ant-col-rtl{right:37.5%;left:auto}.ant-col-xl-pull-9.ant-col-rtl{right:auto;left:37.5%}.ant-col-xl-offset-9.ant-col-rtl{margin-right:37.5%;margin-left:0}.ant-col-xl-push-10.ant-col-rtl{right:41.66666667%;left:auto}.ant-col-xl-pull-10.ant-col-rtl{right:auto;left:41.66666667%}.ant-col-xl-offset-10.ant-col-rtl{margin-right:41.66666667%;margin-left:0}.ant-col-xl-push-11.ant-col-rtl{right:45.83333333%;left:auto}.ant-col-xl-pull-11.ant-col-rtl{right:auto;left:45.83333333%}.ant-col-xl-offset-11.ant-col-rtl{margin-right:45.83333333%;margin-left:0}.ant-col-xl-push-12.ant-col-rtl{right:50%;left:auto}.ant-col-xl-pull-12.ant-col-rtl{right:auto;left:50%}.ant-col-xl-offset-12.ant-col-rtl{margin-right:50%;margin-left:0}.ant-col-xl-push-13.ant-col-rtl{right:54.16666667%;left:auto}.ant-col-xl-pull-13.ant-col-rtl{right:auto;left:54.16666667%}.ant-col-xl-offset-13.ant-col-rtl{margin-right:54.16666667%;margin-left:0}.ant-col-xl-push-14.ant-col-rtl{right:58.33333333%;left:auto}.ant-col-xl-pull-14.ant-col-rtl{right:auto;left:58.33333333%}.ant-col-xl-offset-14.ant-col-rtl{margin-right:58.33333333%;margin-left:0}.ant-col-xl-push-15.ant-col-rtl{right:62.5%;left:auto}.ant-col-xl-pull-15.ant-col-rtl{right:auto;left:62.5%}.ant-col-xl-offset-15.ant-col-rtl{margin-right:62.5%;margin-left:0}.ant-col-xl-push-16.ant-col-rtl{right:66.66666667%;left:auto}.ant-col-xl-pull-16.ant-col-rtl{right:auto;left:66.66666667%}.ant-col-xl-offset-16.ant-col-rtl{margin-right:66.66666667%;margin-left:0}.ant-col-xl-push-17.ant-col-rtl{right:70.83333333%;left:auto}.ant-col-xl-pull-17.ant-col-rtl{right:auto;left:70.83333333%}.ant-col-xl-offset-17.ant-col-rtl{margin-right:70.83333333%;margin-left:0}.ant-col-xl-push-18.ant-col-rtl{right:75%;left:auto}.ant-col-xl-pull-18.ant-col-rtl{right:auto;left:75%}.ant-col-xl-offset-18.ant-col-rtl{margin-right:75%;margin-left:0}.ant-col-xl-push-19.ant-col-rtl{right:79.16666667%;left:auto}.ant-col-xl-pull-19.ant-col-rtl{right:auto;left:79.16666667%}.ant-col-xl-offset-19.ant-col-rtl{margin-right:79.16666667%;margin-left:0}.ant-col-xl-push-20.ant-col-rtl{right:83.33333333%;left:auto}.ant-col-xl-pull-20.ant-col-rtl{right:auto;left:83.33333333%}.ant-col-xl-offset-20.ant-col-rtl{margin-right:83.33333333%;margin-left:0}.ant-col-xl-push-21.ant-col-rtl{right:87.5%;left:auto}.ant-col-xl-pull-21.ant-col-rtl{right:auto;left:87.5%}.ant-col-xl-offset-21.ant-col-rtl{margin-right:87.5%;margin-left:0}.ant-col-xl-push-22.ant-col-rtl{right:91.66666667%;left:auto}.ant-col-xl-pull-22.ant-col-rtl{right:auto;left:91.66666667%}.ant-col-xl-offset-22.ant-col-rtl{margin-right:91.66666667%;margin-left:0}.ant-col-xl-push-23.ant-col-rtl{right:95.83333333%;left:auto}.ant-col-xl-pull-23.ant-col-rtl{right:auto;left:95.83333333%}.ant-col-xl-offset-23.ant-col-rtl{margin-right:95.83333333%;margin-left:0}.ant-col-xl-push-24.ant-col-rtl{right:100%;left:auto}.ant-col-xl-pull-24.ant-col-rtl{right:auto;left:100%}.ant-col-xl-offset-24.ant-col-rtl{margin-right:100%;margin-left:0}}@media (min-width:1600px){.ant-col-xxl-24{display:block;flex:0 0 100%;max-width:100%}.ant-col-xxl-push-24{left:100%}.ant-col-xxl-pull-24{right:100%}.ant-col-xxl-offset-24{margin-left:100%}.ant-col-xxl-order-24{order:24}.ant-col-xxl-23{display:block;flex:0 0 95.83333333%;max-width:95.83333333%}.ant-col-xxl-push-23{left:95.83333333%}.ant-col-xxl-pull-23{right:95.83333333%}.ant-col-xxl-offset-23{margin-left:95.83333333%}.ant-col-xxl-order-23{order:23}.ant-col-xxl-22{display:block;flex:0 0 91.66666667%;max-width:91.66666667%}.ant-col-xxl-push-22{left:91.66666667%}.ant-col-xxl-pull-22{right:91.66666667%}.ant-col-xxl-offset-22{margin-left:91.66666667%}.ant-col-xxl-order-22{order:22}.ant-col-xxl-21{display:block;flex:0 0 87.5%;max-width:87.5%}.ant-col-xxl-push-21{left:87.5%}.ant-col-xxl-pull-21{right:87.5%}.ant-col-xxl-offset-21{margin-left:87.5%}.ant-col-xxl-order-21{order:21}.ant-col-xxl-20{display:block;flex:0 0 83.33333333%;max-width:83.33333333%}.ant-col-xxl-push-20{left:83.33333333%}.ant-col-xxl-pull-20{right:83.33333333%}.ant-col-xxl-offset-20{margin-left:83.33333333%}.ant-col-xxl-order-20{order:20}.ant-col-xxl-19{display:block;flex:0 0 79.16666667%;max-width:79.16666667%}.ant-col-xxl-push-19{left:79.16666667%}.ant-col-xxl-pull-19{right:79.16666667%}.ant-col-xxl-offset-19{margin-left:79.16666667%}.ant-col-xxl-order-19{order:19}.ant-col-xxl-18{display:block;flex:0 0 75%;max-width:75%}.ant-col-xxl-push-18{left:75%}.ant-col-xxl-pull-18{right:75%}.ant-col-xxl-offset-18{margin-left:75%}.ant-col-xxl-order-18{order:18}.ant-col-xxl-17{display:block;flex:0 0 70.83333333%;max-width:70.83333333%}.ant-col-xxl-push-17{left:70.83333333%}.ant-col-xxl-pull-17{right:70.83333333%}.ant-col-xxl-offset-17{margin-left:70.83333333%}.ant-col-xxl-order-17{order:17}.ant-col-xxl-16{display:block;flex:0 0 66.66666667%;max-width:66.66666667%}.ant-col-xxl-push-16{left:66.66666667%}.ant-col-xxl-pull-16{right:66.66666667%}.ant-col-xxl-offset-16{margin-left:66.66666667%}.ant-col-xxl-order-16{order:16}.ant-col-xxl-15{display:block;flex:0 0 62.5%;max-width:62.5%}.ant-col-xxl-push-15{left:62.5%}.ant-col-xxl-pull-15{right:62.5%}.ant-col-xxl-offset-15{margin-left:62.5%}.ant-col-xxl-order-15{order:15}.ant-col-xxl-14{display:block;flex:0 0 58.33333333%;max-width:58.33333333%}.ant-col-xxl-push-14{left:58.33333333%}.ant-col-xxl-pull-14{right:58.33333333%}.ant-col-xxl-offset-14{margin-left:58.33333333%}.ant-col-xxl-order-14{order:14}.ant-col-xxl-13{display:block;flex:0 0 54.16666667%;max-width:54.16666667%}.ant-col-xxl-push-13{left:54.16666667%}.ant-col-xxl-pull-13{right:54.16666667%}.ant-col-xxl-offset-13{margin-left:54.16666667%}.ant-col-xxl-order-13{order:13}.ant-col-xxl-12{display:block;flex:0 0 50%;max-width:50%}.ant-col-xxl-push-12{left:50%}.ant-col-xxl-pull-12{right:50%}.ant-col-xxl-offset-12{margin-left:50%}.ant-col-xxl-order-12{order:12}.ant-col-xxl-11{display:block;flex:0 0 45.83333333%;max-width:45.83333333%}.ant-col-xxl-push-11{left:45.83333333%}.ant-col-xxl-pull-11{right:45.83333333%}.ant-col-xxl-offset-11{margin-left:45.83333333%}.ant-col-xxl-order-11{order:11}.ant-col-xxl-10{display:block;flex:0 0 41.66666667%;max-width:41.66666667%}.ant-col-xxl-push-10{left:41.66666667%}.ant-col-xxl-pull-10{right:41.66666667%}.ant-col-xxl-offset-10{margin-left:41.66666667%}.ant-col-xxl-order-10{order:10}.ant-col-xxl-9{display:block;flex:0 0 37.5%;max-width:37.5%}.ant-col-xxl-push-9{left:37.5%}.ant-col-xxl-pull-9{right:37.5%}.ant-col-xxl-offset-9{margin-left:37.5%}.ant-col-xxl-order-9{order:9}.ant-col-xxl-8{display:block;flex:0 0 33.33333333%;max-width:33.33333333%}.ant-col-xxl-push-8{left:33.33333333%}.ant-col-xxl-pull-8{right:33.33333333%}.ant-col-xxl-offset-8{margin-left:33.33333333%}.ant-col-xxl-order-8{order:8}.ant-col-xxl-7{display:block;flex:0 0 29.16666667%;max-width:29.16666667%}.ant-col-xxl-push-7{left:29.16666667%}.ant-col-xxl-pull-7{right:29.16666667%}.ant-col-xxl-offset-7{margin-left:29.16666667%}.ant-col-xxl-order-7{order:7}.ant-col-xxl-6{display:block;flex:0 0 25%;max-width:25%}.ant-col-xxl-push-6{left:25%}.ant-col-xxl-pull-6{right:25%}.ant-col-xxl-offset-6{margin-left:25%}.ant-col-xxl-order-6{order:6}.ant-col-xxl-5{display:block;flex:0 0 20.83333333%;max-width:20.83333333%}.ant-col-xxl-push-5{left:20.83333333%}.ant-col-xxl-pull-5{right:20.83333333%}.ant-col-xxl-offset-5{margin-left:20.83333333%}.ant-col-xxl-order-5{order:5}.ant-col-xxl-4{display:block;flex:0 0 16.66666667%;max-width:16.66666667%}.ant-col-xxl-push-4{left:16.66666667%}.ant-col-xxl-pull-4{right:16.66666667%}.ant-col-xxl-offset-4{margin-left:16.66666667%}.ant-col-xxl-order-4{order:4}.ant-col-xxl-3{display:block;flex:0 0 12.5%;max-width:12.5%}.ant-col-xxl-push-3{left:12.5%}.ant-col-xxl-pull-3{right:12.5%}.ant-col-xxl-offset-3{margin-left:12.5%}.ant-col-xxl-order-3{order:3}.ant-col-xxl-2{display:block;flex:0 0 8.33333333%;max-width:8.33333333%}.ant-col-xxl-push-2{left:8.33333333%}.ant-col-xxl-pull-2{right:8.33333333%}.ant-col-xxl-offset-2{margin-left:8.33333333%}.ant-col-xxl-order-2{order:2}.ant-col-xxl-1{display:block;flex:0 0 4.16666667%;max-width:4.16666667%}.ant-col-xxl-push-1{left:4.16666667%}.ant-col-xxl-pull-1{right:4.16666667%}.ant-col-xxl-offset-1{margin-left:4.16666667%}.ant-col-xxl-order-1{order:1}.ant-col-xxl-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-xxl-push-0{left:auto}.ant-col-xxl-pull-0{right:auto}.ant-col-xxl-offset-0{margin-left:0}.ant-col-xxl-order-0{order:0}.ant-col-push-0.ant-col-rtl{right:auto}.ant-col-pull-0.ant-col-rtl{left:auto}.ant-col-xxl-push-0.ant-col-rtl{right:auto}.ant-col-xxl-pull-0.ant-col-rtl{left:auto}.ant-col-xxl-offset-0.ant-col-rtl{margin-right:0}.ant-col-xxl-push-1.ant-col-rtl{right:4.16666667%;left:auto}.ant-col-xxl-pull-1.ant-col-rtl{right:auto;left:4.16666667%}.ant-col-xxl-offset-1.ant-col-rtl{margin-right:4.16666667%;margin-left:0}.ant-col-xxl-push-2.ant-col-rtl{right:8.33333333%;left:auto}.ant-col-xxl-pull-2.ant-col-rtl{right:auto;left:8.33333333%}.ant-col-xxl-offset-2.ant-col-rtl{margin-right:8.33333333%;margin-left:0}.ant-col-xxl-push-3.ant-col-rtl{right:12.5%;left:auto}.ant-col-xxl-pull-3.ant-col-rtl{right:auto;left:12.5%}.ant-col-xxl-offset-3.ant-col-rtl{margin-right:12.5%;margin-left:0}.ant-col-xxl-push-4.ant-col-rtl{right:16.66666667%;left:auto}.ant-col-xxl-pull-4.ant-col-rtl{right:auto;left:16.66666667%}.ant-col-xxl-offset-4.ant-col-rtl{margin-right:16.66666667%;margin-left:0}.ant-col-xxl-push-5.ant-col-rtl{right:20.83333333%;left:auto}.ant-col-xxl-pull-5.ant-col-rtl{right:auto;left:20.83333333%}.ant-col-xxl-offset-5.ant-col-rtl{margin-right:20.83333333%;margin-left:0}.ant-col-xxl-push-6.ant-col-rtl{right:25%;left:auto}.ant-col-xxl-pull-6.ant-col-rtl{right:auto;left:25%}.ant-col-xxl-offset-6.ant-col-rtl{margin-right:25%;margin-left:0}.ant-col-xxl-push-7.ant-col-rtl{right:29.16666667%;left:auto}.ant-col-xxl-pull-7.ant-col-rtl{right:auto;left:29.16666667%}.ant-col-xxl-offset-7.ant-col-rtl{margin-right:29.16666667%;margin-left:0}.ant-col-xxl-push-8.ant-col-rtl{right:33.33333333%;left:auto}.ant-col-xxl-pull-8.ant-col-rtl{right:auto;left:33.33333333%}.ant-col-xxl-offset-8.ant-col-rtl{margin-right:33.33333333%;margin-left:0}.ant-col-xxl-push-9.ant-col-rtl{right:37.5%;left:auto}.ant-col-xxl-pull-9.ant-col-rtl{right:auto;left:37.5%}.ant-col-xxl-offset-9.ant-col-rtl{margin-right:37.5%;margin-left:0}.ant-col-xxl-push-10.ant-col-rtl{right:41.66666667%;left:auto}.ant-col-xxl-pull-10.ant-col-rtl{right:auto;left:41.66666667%}.ant-col-xxl-offset-10.ant-col-rtl{margin-right:41.66666667%;margin-left:0}.ant-col-xxl-push-11.ant-col-rtl{right:45.83333333%;left:auto}.ant-col-xxl-pull-11.ant-col-rtl{right:auto;left:45.83333333%}.ant-col-xxl-offset-11.ant-col-rtl{margin-right:45.83333333%;margin-left:0}.ant-col-xxl-push-12.ant-col-rtl{right:50%;left:auto}.ant-col-xxl-pull-12.ant-col-rtl{right:auto;left:50%}.ant-col-xxl-offset-12.ant-col-rtl{margin-right:50%;margin-left:0}.ant-col-xxl-push-13.ant-col-rtl{right:54.16666667%;left:auto}.ant-col-xxl-pull-13.ant-col-rtl{right:auto;left:54.16666667%}.ant-col-xxl-offset-13.ant-col-rtl{margin-right:54.16666667%;margin-left:0}.ant-col-xxl-push-14.ant-col-rtl{right:58.33333333%;left:auto}.ant-col-xxl-pull-14.ant-col-rtl{right:auto;left:58.33333333%}.ant-col-xxl-offset-14.ant-col-rtl{margin-right:58.33333333%;margin-left:0}.ant-col-xxl-push-15.ant-col-rtl{right:62.5%;left:auto}.ant-col-xxl-pull-15.ant-col-rtl{right:auto;left:62.5%}.ant-col-xxl-offset-15.ant-col-rtl{margin-right:62.5%;margin-left:0}.ant-col-xxl-push-16.ant-col-rtl{right:66.66666667%;left:auto}.ant-col-xxl-pull-16.ant-col-rtl{right:auto;left:66.66666667%}.ant-col-xxl-offset-16.ant-col-rtl{margin-right:66.66666667%;margin-left:0}.ant-col-xxl-push-17.ant-col-rtl{right:70.83333333%;left:auto}.ant-col-xxl-pull-17.ant-col-rtl{right:auto;left:70.83333333%}.ant-col-xxl-offset-17.ant-col-rtl{margin-right:70.83333333%;margin-left:0}.ant-col-xxl-push-18.ant-col-rtl{right:75%;left:auto}.ant-col-xxl-pull-18.ant-col-rtl{right:auto;left:75%}.ant-col-xxl-offset-18.ant-col-rtl{margin-right:75%;margin-left:0}.ant-col-xxl-push-19.ant-col-rtl{right:79.16666667%;left:auto}.ant-col-xxl-pull-19.ant-col-rtl{right:auto;left:79.16666667%}.ant-col-xxl-offset-19.ant-col-rtl{margin-right:79.16666667%;margin-left:0}.ant-col-xxl-push-20.ant-col-rtl{right:83.33333333%;left:auto}.ant-col-xxl-pull-20.ant-col-rtl{right:auto;left:83.33333333%}.ant-col-xxl-offset-20.ant-col-rtl{margin-right:83.33333333%;margin-left:0}.ant-col-xxl-push-21.ant-col-rtl{right:87.5%;left:auto}.ant-col-xxl-pull-21.ant-col-rtl{right:auto;left:87.5%}.ant-col-xxl-offset-21.ant-col-rtl{margin-right:87.5%;margin-left:0}.ant-col-xxl-push-22.ant-col-rtl{right:91.66666667%;left:auto}.ant-col-xxl-pull-22.ant-col-rtl{right:auto;left:91.66666667%}.ant-col-xxl-offset-22.ant-col-rtl{margin-right:91.66666667%;margin-left:0}.ant-col-xxl-push-23.ant-col-rtl{right:95.83333333%;left:auto}.ant-col-xxl-pull-23.ant-col-rtl{right:auto;left:95.83333333%}.ant-col-xxl-offset-23.ant-col-rtl{margin-right:95.83333333%;margin-left:0}.ant-col-xxl-push-24.ant-col-rtl{right:100%;left:auto}.ant-col-xxl-pull-24.ant-col-rtl{right:auto;left:100%}.ant-col-xxl-offset-24.ant-col-rtl{margin-right:100%;margin-left:0}}.ant-row-rtl{direction:rtl}.ant-image{position:relative;display:inline-block}.ant-image-img{width:100%;height:auto;vertical-align:middle}.ant-image-img-placeholder{background-color:#f5f5f5;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=");background-repeat:no-repeat;background-position:50%;background-size:30%}.ant-image-mask{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(0,0,0,.5);cursor:pointer;opacity:0;transition:opacity .3s}.ant-image-mask-info{padding:0 4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-image-mask-info .anticon{margin-inline-end:4px}.ant-image-mask:hover{opacity:1}.ant-image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0}.ant-image-preview{pointer-events:none;height:100%;text-align:center}.ant-image-preview.ant-zoom-appear,.ant-image-preview.ant-zoom-enter{transform:none;opacity:0;animation-duration:.3s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-image-preview-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;height:100%;background-color:rgba(0,0,0,.45)}.ant-image-preview-mask-hidden{display:none}.ant-image-preview-wrap{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;outline:0}.ant-image-preview-body{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.ant-image-preview-img{max-width:100%;max-height:100%;vertical-align:middle;transform:scaleX(1);cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:auto}.ant-image-preview-img,.ant-image-preview-img-wrapper{transition:transform .3s cubic-bezier(.215,.61,.355,1) 0s}.ant-image-preview-img-wrapper{position:absolute;top:0;right:0;bottom:0;left:0}.ant-image-preview-img-wrapper:before{display:inline-block;width:1px;height:50%;margin-right:-1px;content:""}.ant-image-preview-moving .ant-image-preview-img{cursor:grabbing}.ant-image-preview-moving .ant-image-preview-img-wrapper{transition-duration:0s}.ant-image-preview-wrap{z-index:1080}.ant-image-preview-operations-wrapper{position:fixed;top:0;right:0;z-index:1081;width:100%}.ant-image-preview-operations{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;font-feature-settings:"tnum";display:flex;flex-direction:row-reverse;align-items:center;color:hsla(0,0%,100%,.85);list-style:none;background:rgba(0,0,0,.1);pointer-events:auto}.ant-image-preview-operations-operation{margin-left:12px;padding:12px;cursor:pointer;transition:all .3s}.ant-image-preview-operations-operation:hover{background:rgba(0,0,0,.2)}.ant-image-preview-operations-operation-disabled{color:hsla(0,0%,100%,.25);pointer-events:none}.ant-image-preview-operations-operation:last-of-type{margin-left:0}.ant-image-preview-operations-progress{position:absolute;left:50%;transform:translateX(-50%)}.ant-image-preview-operations-icon{font-size:18px}.ant-image-preview-switch-left,.ant-image-preview-switch-right{position:fixed;top:50%;right:8px;z-index:1081;display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:hsla(0,0%,100%,.85);background:rgba(0,0,0,.1);border-radius:50%;transform:translateY(-50%);cursor:pointer;transition:all .3s;pointer-events:auto}.ant-image-preview-switch-left:hover,.ant-image-preview-switch-right:hover{background:rgba(0,0,0,.2)}.ant-image-preview-switch-left-disabled,.ant-image-preview-switch-left-disabled:hover,.ant-image-preview-switch-right-disabled,.ant-image-preview-switch-right-disabled:hover{color:hsla(0,0%,100%,.25);background:rgba(0,0,0,.1);cursor:not-allowed}.ant-image-preview-switch-left-disabled:hover>.anticon,.ant-image-preview-switch-left-disabled>.anticon,.ant-image-preview-switch-right-disabled:hover>.anticon,.ant-image-preview-switch-right-disabled>.anticon{cursor:not-allowed}.ant-image-preview-switch-left>.anticon,.ant-image-preview-switch-right>.anticon{font-size:18px}.ant-image-preview-switch-left{left:8px}.ant-image-preview-switch-right{right:8px}.ant-input-affix-wrapper{position:relative;display:inline-block;width:100%;min-width:0;padding:4px 11px;color:rgba(0,0,0,.85);font-size:14px;line-height:1.5715;background-color:#e2e8f0;background-image:none;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners);transition:all .3s;display:inline-flex}.ant-input-affix-wrapper::-moz-placeholder{color:#bfbfbf;-moz-user-select:none;user-select:none}.ant-input-affix-wrapper::placeholder{color:#bfbfbf;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-input-affix-wrapper:-moz-placeholder-shown{text-overflow:ellipsis}.ant-input-affix-wrapper:placeholder-shown{text-overflow:ellipsis}.ant-input-affix-wrapper:hover{border-color:#6544e9;border-right-width:1px}.ant-input-rtl .ant-input-affix-wrapper:hover{border-right-width:0;border-left-width:1px!important}.ant-input-affix-wrapper-focused,.ant-input-affix-wrapper:focus{border-color:#2386e2;box-shadow:0 0 0 2px rgba(101,68,233,.2);border-right-width:1px;outline:0}.ant-input-rtl .ant-input-affix-wrapper-focused,.ant-input-rtl .ant-input-affix-wrapper:focus{border-right-width:0;border-left-width:1px!important}.ant-input-affix-wrapper-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-input-affix-wrapper-disabled:hover{border-color:#d9d9d9;border-right-width:1px}.ant-input-affix-wrapper[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-input-affix-wrapper[disabled]:hover{border-color:#d9d9d9;border-right-width:1px}.ant-input-affix-wrapper-borderless,.ant-input-affix-wrapper-borderless-disabled,.ant-input-affix-wrapper-borderless-focused,.ant-input-affix-wrapper-borderless:focus,.ant-input-affix-wrapper-borderless:hover,.ant-input-affix-wrapper-borderless[disabled]{background-color:transparent;border:none;box-shadow:none}textarea.ant-input-affix-wrapper{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;transition:all .3s,height 0s}.ant-input-affix-wrapper-lg{padding:6.5px 11px;font-size:16px}.ant-input-affix-wrapper-sm{padding:0 7px}.ant-input-affix-wrapper-rtl{direction:rtl}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover{border-color:#6544e9;border-right-width:1px;z-index:1}.ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover{border-right-width:0;border-left-width:1px!important}.ant-input-search-with-button .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover{z-index:0}.ant-input-affix-wrapper-focused,.ant-input-affix-wrapper:focus{z-index:1}.ant-input-affix-wrapper-disabled .ant-input[disabled]{background:hsla(0,0%,100%,0)}.ant-input-affix-wrapper>.ant-input{font-size:inherit;border:none;outline:none}.ant-input-affix-wrapper>.ant-input:focus{box-shadow:none!important}.ant-input-affix-wrapper>.ant-input:not(textarea){padding:0}.ant-input-affix-wrapper:before{display:inline-block;width:0;visibility:hidden;content:"\a0"}.ant-input-prefix,.ant-input-suffix{display:flex;flex:none;align-items:center}.ant-input-prefix>:not(:last-child),.ant-input-suffix>:not(:last-child){margin-right:8px}.ant-input-show-count-suffix{color:rgba(0,0,0,.45)}.ant-input-show-count-has-suffix{margin-right:2px}.ant-input-prefix{margin-right:4px}.ant-input-suffix{margin-left:4px}.ant-input-clear-icon,.anticon.ant-input-clear-icon{margin:0;color:rgba(0,0,0,.25);font-size:12px;vertical-align:-1px;cursor:pointer;transition:color .3s}.ant-input-clear-icon:hover,.anticon.ant-input-clear-icon:hover{color:rgba(0,0,0,.45)}.ant-input-clear-icon:active,.anticon.ant-input-clear-icon:active{color:rgba(0,0,0,.85)}.ant-input-clear-icon-hidden,.anticon.ant-input-clear-icon-hidden{visibility:hidden}.ant-input-clear-icon-has-suffix,.anticon.ant-input-clear-icon-has-suffix{margin:0 4px}.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn{padding:0}.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon{position:absolute;top:8px;right:8px;z-index:1}.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover{background:#e2e8f0;border-color:#ff4d4f}.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus{border-color:#ff7875;box-shadow:0 0 0 2px rgba(255,77,79,.2);border-right-width:1px;outline:0}.ant-input-status-error .ant-input-prefix{color:#ff4d4f}.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover{background:#e2e8f0;border-color:#faad14}.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus{border-color:#ffc53d;box-shadow:0 0 0 2px rgba(250,173,20,.2);border-right-width:1px;outline:0}.ant-input-status-warning .ant-input-prefix{color:#faad14}.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover{background:#e2e8f0;border-color:#ff4d4f}.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused,.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus{border-color:#ff7875;box-shadow:0 0 0 2px rgba(255,77,79,.2);border-right-width:1px;outline:0}.ant-input-affix-wrapper-status-error .ant-input-prefix{color:#ff4d4f}.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover{background:#e2e8f0;border-color:#faad14}.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused,.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus{border-color:#ffc53d;box-shadow:0 0 0 2px rgba(250,173,20,.2);border-right-width:1px;outline:0}.ant-input-affix-wrapper-status-warning .ant-input-prefix{color:#faad14}.ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input,.ant-input-textarea-status-success.ant-input-textarea-has-feedback .ant-input,.ant-input-textarea-status-validating.ant-input-textarea-has-feedback .ant-input,.ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input{padding-right:24px}.ant-input-group-wrapper-status-error .ant-input-group-addon{color:#ff4d4f;border-color:#ff4d4f}.ant-input-group-wrapper-status-warning .ant-input-group-addon{color:#faad14;border-color:#faad14}.ant-input{box-sizing:border-box;margin:0;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;width:100%;min-width:0;padding:4px 11px;color:rgba(0,0,0,.85);font-size:14px;line-height:1.5715;background-color:#e2e8f0;background-image:none;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners);transition:all .3s}.ant-input::-moz-placeholder{color:#bfbfbf;-moz-user-select:none;user-select:none}.ant-input::placeholder{color:#bfbfbf;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-input:-moz-placeholder-shown{text-overflow:ellipsis}.ant-input:placeholder-shown{text-overflow:ellipsis}.ant-input:hover{border-color:#6544e9;border-right-width:1px}.ant-input-rtl .ant-input:hover{border-right-width:0;border-left-width:1px!important}.ant-input-focused,.ant-input:focus{border-color:#2386e2;box-shadow:0 0 0 2px rgba(101,68,233,.2);border-right-width:1px;outline:0}.ant-input-rtl .ant-input-focused,.ant-input-rtl .ant-input:focus{border-right-width:0;border-left-width:1px!important}.ant-input-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-input-disabled:hover{border-color:#d9d9d9;border-right-width:1px}.ant-input[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px}.ant-input-borderless,.ant-input-borderless-disabled,.ant-input-borderless-focused,.ant-input-borderless:focus,.ant-input-borderless:hover,.ant-input-borderless[disabled]{background-color:transparent;border:none;box-shadow:none}textarea.ant-input{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;transition:all .3s,height 0s}.ant-input-lg{padding:6.5px 11px;font-size:16px}.ant-input-sm{padding:0 7px}.ant-input-rtl{direction:rtl}.ant-input-group{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:table;width:100%;border-collapse:separate;border-spacing:0}.ant-input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.ant-input-group>[class*=col-]{padding-right:8px}.ant-input-group>[class*=col-]:last-child{padding-right:0}.ant-input-group-addon,.ant-input-group-wrap,.ant-input-group>.ant-input{display:table-cell}.ant-input-group-addon:not(:first-child):not(:last-child),.ant-input-group-wrap:not(:first-child):not(:last-child),.ant-input-group>.ant-input:not(:first-child):not(:last-child){border-radius:0}.ant-input-group-addon,.ant-input-group-wrap{width:1px;white-space:nowrap;vertical-align:middle}.ant-input-group-wrap>*{display:block!important}.ant-input-group .ant-input{float:left;width:100%;margin-bottom:0;text-align:inherit}.ant-input-group .ant-input:focus,.ant-input-group .ant-input:hover{z-index:1;border-right-width:1px}.ant-input-search-with-button .ant-input-group .ant-input:hover{z-index:0}.ant-input-group-addon{position:relative;padding:0 11px;color:rgba(0,0,0,.85);font-weight:400;font-size:14px;text-align:center;background-color:var(--theme-color-background-main);border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners);transition:all .3s}.ant-input-group-addon .ant-select{margin:-5px -11px}.ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{background-color:inherit;border:1px solid transparent;box-shadow:none}.ant-input-group-addon .ant-select-focused .ant-select-selector,.ant-input-group-addon .ant-select-open .ant-select-selector{color:#6544e9}.ant-input-group-addon .ant-cascader-picker{margin:-9px -12px;background-color:transparent}.ant-input-group-addon .ant-cascader-picker .ant-cascader-input{text-align:left;border:0;box-shadow:none}.ant-input-group-addon:first-child,.ant-input-group-addon:first-child .ant-select .ant-select-selector,.ant-input-group>.ant-input:first-child,.ant-input-group>.ant-input:first-child .ant-select .ant-select-selector{border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-group>.ant-input-affix-wrapper:not(:first-child) .ant-input{border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-group>.ant-input-affix-wrapper:not(:last-child) .ant-input{border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-group-addon:first-child{border-right:0}.ant-input-group-addon:last-child{border-left:0}.ant-input-group-addon:last-child,.ant-input-group-addon:last-child .ant-select .ant-select-selector,.ant-input-group>.ant-input:last-child,.ant-input-group>.ant-input:last-child .ant-select .ant-select-selector{border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-group-lg .ant-input,.ant-input-group-lg>.ant-input-group-addon{padding:6.5px 11px;font-size:16px}.ant-input-group-sm .ant-input,.ant-input-group-sm>.ant-input-group-addon{padding:0 7px}.ant-input-group-lg .ant-select-single .ant-select-selector{height:40px}.ant-input-group-sm .ant-select-single .ant-select-selector{height:24px}.ant-input-group .ant-input-affix-wrapper:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:last-child){border-top-left-radius:var(--theme-rounded-corners);border-bottom-left-radius:var(--theme-rounded-corners)}.ant-input-group .ant-input-affix-wrapper:not(:first-child),.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-group.ant-input-group-compact{display:block}.ant-input-group.ant-input-group-compact:before{display:table;content:""}.ant-input-group.ant-input-group-compact:after{display:table;clear:both;content:""}.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child){border-right-width:1px}.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):focus,.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):hover{z-index:1}.ant-input-group.ant-input-group-compact>*{display:inline-block;float:none;vertical-align:top;border-radius:0}.ant-input-group.ant-input-group-compact>.ant-input-affix-wrapper,.ant-input-group.ant-input-group-compact>.ant-input-number-affix-wrapper,.ant-input-group.ant-input-group-compact>.ant-picker-range{display:inline-flex}.ant-input-group.ant-input-group-compact>:not(:last-child){margin-right:-1px;border-right-width:1px}.ant-input-group.ant-input-group-compact .ant-input{float:none}.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input,.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input,.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector{border-right-width:1px;border-radius:0}.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:focus,.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:hover,.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:focus,.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:hover,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:focus,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:hover,.ant-input-group.ant-input-group-compact>.ant-select-focused,.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-arrow,.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector:focus,.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector:hover{z-index:1}.ant-input-group.ant-input-group-compact>.ant-cascader-picker:first-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:first-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-select:first-child>.ant-select-selector,.ant-input-group.ant-input-group-compact>:first-child{border-top-left-radius:var(--theme-rounded-corners);border-bottom-left-radius:var(--theme-rounded-corners)}.ant-input-group.ant-input-group-compact>.ant-cascader-picker-focused:last-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-cascader-picker:last-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selector,.ant-input-group.ant-input-group-compact>:last-child{border-right-width:1px;border-top-right-radius:var(--theme-rounded-corners);border-bottom-right-radius:var(--theme-rounded-corners)}.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input{vertical-align:top}.ant-input-group.ant-input-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper{margin-left:-1px}.ant-input-group.ant-input-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper .ant-input-affix-wrapper,.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search>.ant-input-group>.ant-input-group-addon>.ant-input-search-button{border-radius:0}.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search>.ant-input-group>.ant-input{border-radius:var(--theme-rounded-corners) 0 0 var(--theme-rounded-corners)}.ant-input-group-rtl .ant-input-group-addon:first-child,.ant-input-group>.ant-input-rtl:first-child{border-radius:0 var(--theme-rounded-corners) var(--theme-rounded-corners) 0}.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:first-child),.ant-input-group-rtl.ant-input-group-addon:last-child,.ant-input-group-rtl.ant-input-group>.ant-input:last-child{border-radius:var(--theme-rounded-corners) 0 0 var(--theme-rounded-corners)}.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:last-child){border-radius:0 var(--theme-rounded-corners) var(--theme-rounded-corners) 0}.ant-input-group-rtl.ant-input-group.ant-input-group-compact>:not(:last-child){margin-right:0;margin-left:-1px;border-left-width:1px}.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-cascader-picker:first-child .ant-input,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:first-child .ant-input,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-select:first-child>.ant-select-selector,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>:first-child{border-radius:0 var(--theme-rounded-corners) var(--theme-rounded-corners) 0}.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-cascader-picker-focused:last-child .ant-input,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-cascader-picker:last-child .ant-input,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:last-child .ant-input,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selector,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>:last-child{border-left-width:1px;border-radius:var(--theme-rounded-corners) 0 0 var(--theme-rounded-corners)}.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl+.ant-input-group-wrapper-rtl{margin-right:-1px;margin-left:0}.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search>.ant-input-group>.ant-input,.ant-input-group>.ant-input-rtl:first-child{border-radius:0 var(--theme-rounded-corners) var(--theme-rounded-corners) 0}.ant-input-group>.ant-input-rtl:last-child{border-radius:var(--theme-rounded-corners) 0 0 var(--theme-rounded-corners)}.ant-input-group-rtl .ant-input-group-addon:first-child{border-right:1px solid #d9d9d9;border-left:0;border-radius:0 var(--theme-rounded-corners) var(--theme-rounded-corners) 0}.ant-input-group-rtl .ant-input-group-addon:last-child{border-right:0;border-left:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners) 0 0 var(--theme-rounded-corners)}.ant-input-group-wrapper{display:inline-block;width:100%;text-align:start;vertical-align:top}.ant-input-password-icon.anticon{color:rgba(0,0,0,.45);cursor:pointer;transition:all .3s}.ant-input-password-icon.anticon:hover{color:rgba(0,0,0,.85)}.ant-input[type=color]{height:32px}.ant-input[type=color].ant-input-lg{height:40px}.ant-input[type=color].ant-input-sm{height:24px;padding-top:3px;padding-bottom:3px}.ant-input-textarea-show-count>.ant-input{height:100%}.ant-input-textarea-show-count:after{float:right;color:rgba(0,0,0,.45);white-space:nowrap;content:attr(data-count);pointer-events:none}.ant-input-textarea-show-count.ant-input-textarea-in-form-item:after{margin-bottom:-22px}.ant-input-textarea-suffix{position:absolute;top:0;right:11px;bottom:0;z-index:1;display:inline-flex;align-items:center;margin:auto}.ant-input-compact-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl){margin-right:-1px}.ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-item-rtl{margin-left:-1px}.ant-input-compact-item:active,.ant-input-compact-item:focus,.ant-input-compact-item:hover{z-index:2}.ant-input-compact-item[disabled]{z-index:0}.ant-input-compact-item:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input{border-radius:0}.ant-input-compact-item.ant-input.ant-input-compact-first-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl){border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-first-item:not(.ant-input-compact-last-item),.ant-input-compact-item.ant-input.ant-input-compact-last-item:not(.ant-input-compact-first-item):not(.ant-input-compact-item-rtl){border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-last-item:not(.ant-input-compact-first-item){border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-search .ant-input:focus,.ant-input-search .ant-input:hover{border-color:#6544e9}.ant-input-search .ant-input:focus+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),.ant-input-search .ant-input:hover+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary){border-left-color:#6544e9}.ant-input-search .ant-input-affix-wrapper{border-radius:0}.ant-input-search .ant-input-lg{line-height:1.5713}.ant-input-search>.ant-input-group>.ant-input-group-addon:last-child{left:-1px;padding:0;border:0}.ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button{padding-top:0;padding-bottom:0;border-radius:0 var(--theme-rounded-corners) var(--theme-rounded-corners) 0}.ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary){color:rgba(0,0,0,.45)}.ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary).ant-btn-loading:before{top:0;right:0;bottom:0;left:0}.ant-input-search-button{height:32px}.ant-input-search-button:focus,.ant-input-search-button:hover{z-index:1}.ant-input-search-large .ant-input-search-button{height:40px}.ant-input-search-small .ant-input-search-button{height:24px}.ant-input-search.ant-input-compact-item:not(.ant-input-compact-item-rtl):not(.ant-input-compact-last-item) .ant-input-group-addon .ant-input-search-button{margin-right:-1px;border-radius:0}.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input,.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input-affix-wrapper{border-radius:0}.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:active,.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:focus,.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:hover,.ant-input-search.ant-input-compact-item>.ant-input-affix-wrapper-focused,.ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:active,.ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:focus,.ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:hover,.ant-input-search.ant-input-compact-item>.ant-input:active,.ant-input-search.ant-input-compact-item>.ant-input:focus,.ant-input-search.ant-input-compact-item>.ant-input:hover{z-index:2}.ant-input-search.ant-input-compact-item-rtl:not(.ant-input-compact-last-item) .ant-input-group-addon:last-child .ant-input-search-button{margin-left:-1px;border-radius:0}.ant-input-group-rtl,.ant-input-group-wrapper-rtl{direction:rtl}.ant-input-affix-wrapper.ant-input-affix-wrapper-rtl>input.ant-input{border:none;outline:none}.ant-input-affix-wrapper-rtl .ant-input-prefix{margin:0 0 0 4px}.ant-input-affix-wrapper-rtl .ant-input-suffix{margin:0 4px 0 0}.ant-input-textarea-rtl{direction:rtl}.ant-input-textarea-rtl.ant-input-textarea-show-count:after{text-align:left}.ant-input-affix-wrapper-rtl .ant-input-clear-icon-has-suffix{margin-right:0;margin-left:4px}.ant-input-affix-wrapper-rtl .ant-input-clear-icon{right:auto;left:8px}.ant-input-search-rtl{direction:rtl}.ant-input-search-rtl .ant-input:focus+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),.ant-input-search-rtl .ant-input:hover+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary){border-left-color:#d9d9d9}.ant-input-search-rtl .ant-input:focus+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover,.ant-input-search-rtl .ant-input:hover+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover{border-left-color:#6544e9}.ant-input-search-rtl>.ant-input-group>.ant-input-affix-wrapper-focused,.ant-input-search-rtl>.ant-input-group>.ant-input-affix-wrapper:hover{border-right-color:#6544e9}.ant-input-search-rtl>.ant-input-group>.ant-input-group-addon:last-child{right:-1px;left:auto}.ant-input-search-rtl>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button{border-radius:var(--theme-rounded-corners) 0 0 var(--theme-rounded-corners)}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ant-input{height:32px}.ant-input-lg{height:40px}.ant-input-sm{height:24px}.ant-input-affix-wrapper>input.ant-input{height:auto}}.ant-input-number-affix-wrapper{display:inline-block;width:100%;min-width:0;color:rgba(0,0,0,.85);font-size:14px;line-height:1.5715;background-color:#e2e8f0;background-image:none;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners);transition:all .3s;position:relative;display:inline-flex;width:90px;padding:0;padding-inline-start:11px}.ant-input-number-affix-wrapper::-moz-placeholder{color:#bfbfbf;-moz-user-select:none;user-select:none}.ant-input-number-affix-wrapper::placeholder{color:#bfbfbf;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-input-number-affix-wrapper:-moz-placeholder-shown{text-overflow:ellipsis}.ant-input-number-affix-wrapper:placeholder-shown{text-overflow:ellipsis}.ant-input-number-affix-wrapper:hover{border-color:#6544e9;border-right-width:1px}.ant-input-rtl .ant-input-number-affix-wrapper:hover{border-right-width:0;border-left-width:1px!important}.ant-input-number-affix-wrapper-focused,.ant-input-number-affix-wrapper:focus{border-color:#2386e2;box-shadow:0 0 0 2px rgba(101,68,233,.2);border-right-width:1px;outline:0}.ant-input-rtl .ant-input-number-affix-wrapper-focused,.ant-input-rtl .ant-input-number-affix-wrapper:focus{border-right-width:0;border-left-width:1px!important}.ant-input-number-affix-wrapper-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-input-number-affix-wrapper-disabled:hover{border-color:#d9d9d9;border-right-width:1px}.ant-input-number-affix-wrapper[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-input-number-affix-wrapper[disabled]:hover{border-color:#d9d9d9;border-right-width:1px}.ant-input-number-affix-wrapper-borderless,.ant-input-number-affix-wrapper-borderless-disabled,.ant-input-number-affix-wrapper-borderless-focused,.ant-input-number-affix-wrapper-borderless:focus,.ant-input-number-affix-wrapper-borderless:hover,.ant-input-number-affix-wrapper-borderless[disabled]{background-color:transparent;border:none;box-shadow:none}textarea.ant-input-number-affix-wrapper{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;transition:all .3s,height 0s}.ant-input-number-affix-wrapper-lg{padding:6.5px 11px;font-size:16px}.ant-input-number-affix-wrapper-sm{padding:0 7px}.ant-input-number-affix-wrapper-rtl{direction:rtl}.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover{border-color:#6544e9;border-right-width:1px;z-index:1}.ant-input-rtl .ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover{border-right-width:0;border-left-width:1px!important}.ant-input-number-affix-wrapper-focused,.ant-input-number-affix-wrapper:focus{z-index:1}.ant-input-number-affix-wrapper-disabled .ant-input-number[disabled]{background:transparent}.ant-input-number-affix-wrapper>div.ant-input-number{width:100%;border:none;outline:none}.ant-input-number-affix-wrapper>div.ant-input-number.ant-input-number-focused{box-shadow:none!important}.ant-input-number-affix-wrapper input.ant-input-number-input{padding:0}.ant-input-number-affix-wrapper:before{display:inline-block;width:0;visibility:hidden;content:"\a0"}.ant-input-number-affix-wrapper .ant-input-number-handler-wrap{z-index:2}.ant-input-number-prefix,.ant-input-number-suffix{display:flex;flex:none;align-items:center;pointer-events:none}.ant-input-number-prefix{margin-inline-end:4px}.ant-input-number-suffix{position:absolute;top:0;right:0;z-index:1;height:100%;margin-right:11px;margin-left:4px}.ant-input-number-group-wrapper .ant-input-number-affix-wrapper{width:100%}.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover{background:#e2e8f0;border-color:#ff4d4f}.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused,.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus{border-color:#ff7875;box-shadow:0 0 0 2px rgba(255,77,79,.2);border-right-width:1px;outline:0}.ant-input-number-status-error .ant-input-number-prefix{color:#ff4d4f}.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover{background:#e2e8f0;border-color:#faad14}.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused,.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus{border-color:#ffc53d;box-shadow:0 0 0 2px rgba(250,173,20,.2);border-right-width:1px;outline:0}.ant-input-number-status-warning .ant-input-number-prefix{color:#faad14}.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover{background:#e2e8f0;border-color:#ff4d4f}.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused,.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus{border-color:#ff7875;box-shadow:0 0 0 2px rgba(255,77,79,.2);border-right-width:1px;outline:0}.ant-input-number-affix-wrapper-status-error .ant-input-number-prefix{color:#ff4d4f}.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover{background:#e2e8f0;border-color:#faad14}.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused,.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus{border-color:#ffc53d;box-shadow:0 0 0 2px rgba(250,173,20,.2);border-right-width:1px;outline:0}.ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix{color:#faad14}.ant-input-number-group-wrapper-status-error .ant-input-number-group-addon{color:#ff4d4f;border-color:#ff4d4f}.ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon{color:#faad14;border-color:#faad14}.ant-input-number{box-sizing:border-box;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";position:relative;width:100%;min-width:0;color:rgba(0,0,0,.85);font-size:14px;line-height:1.5715;background-color:#e2e8f0;background-image:none;transition:all .3s;display:inline-block;width:90px;margin:0;padding:0;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-input-number::-moz-placeholder{color:#bfbfbf;-moz-user-select:none;user-select:none}.ant-input-number::placeholder{color:#bfbfbf;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-input-number:-moz-placeholder-shown{text-overflow:ellipsis}.ant-input-number:placeholder-shown{text-overflow:ellipsis}.ant-input-rtl .ant-input-number:hover{border-right-width:0;border-left-width:1px!important}.ant-input-number-focused,.ant-input-number:focus{border-color:#2386e2;box-shadow:0 0 0 2px rgba(101,68,233,.2);border-right-width:1px;outline:0}.ant-input-rtl .ant-input-number-focused,.ant-input-rtl .ant-input-number:focus{border-right-width:0;border-left-width:1px!important}.ant-input-number[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-input-number[disabled]:hover{border-color:#d9d9d9;border-right-width:1px}.ant-input-number-borderless,.ant-input-number-borderless-disabled,.ant-input-number-borderless-focused,.ant-input-number-borderless:focus,.ant-input-number-borderless:hover,.ant-input-number-borderless[disabled]{background-color:transparent;border:none;box-shadow:none}textarea.ant-input-number{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;transition:all .3s,height 0s}.ant-input-number-lg{padding:6.5px 11px}.ant-input-number-sm{padding:0 7px}.ant-input-number-group{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:table;width:100%;border-collapse:separate;border-spacing:0}.ant-input-number-group[class*=col-]{float:none;padding-right:0;padding-left:0}.ant-input-number-group>[class*=col-]{padding-right:8px}.ant-input-number-group>[class*=col-]:last-child{padding-right:0}.ant-input-number-group-addon,.ant-input-number-group-wrap,.ant-input-number-group>.ant-input-number{display:table-cell}.ant-input-number-group-addon:not(:first-child):not(:last-child),.ant-input-number-group-wrap:not(:first-child):not(:last-child),.ant-input-number-group>.ant-input-number:not(:first-child):not(:last-child){border-radius:0}.ant-input-number-group-addon,.ant-input-number-group-wrap{width:1px;white-space:nowrap;vertical-align:middle}.ant-input-number-group-wrap>*{display:block!important}.ant-input-number-group .ant-input-number{float:left;width:100%;margin-bottom:0;text-align:inherit}.ant-input-number-group .ant-input-number:focus,.ant-input-number-group .ant-input-number:hover{z-index:1;border-right-width:1px}.ant-input-search-with-button .ant-input-number-group .ant-input-number:hover{z-index:0}.ant-input-number-group-addon{position:relative;padding:0 11px;color:rgba(0,0,0,.85);font-weight:400;font-size:14px;text-align:center;background-color:var(--theme-color-background-main);border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners);transition:all .3s}.ant-input-number-group-addon .ant-select{margin:-5px -11px}.ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{background-color:inherit;border:1px solid transparent;box-shadow:none}.ant-input-number-group-addon .ant-select-focused .ant-select-selector,.ant-input-number-group-addon .ant-select-open .ant-select-selector{color:#6544e9}.ant-input-number-group-addon .ant-cascader-picker{margin:-9px -12px;background-color:transparent}.ant-input-number-group-addon .ant-cascader-picker .ant-cascader-input{text-align:left;border:0;box-shadow:none}.ant-input-number-group-addon:first-child,.ant-input-number-group-addon:first-child .ant-select .ant-select-selector,.ant-input-number-group>.ant-input-number:first-child,.ant-input-number-group>.ant-input-number:first-child .ant-select .ant-select-selector{border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-number-group>.ant-input-number-affix-wrapper:not(:first-child) .ant-input-number{border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-number-group>.ant-input-number-affix-wrapper:not(:last-child) .ant-input-number{border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-number-group-addon:first-child{border-right:0}.ant-input-number-group-addon:last-child{border-left:0}.ant-input-number-group-addon:last-child,.ant-input-number-group-addon:last-child .ant-select .ant-select-selector,.ant-input-number-group>.ant-input-number:last-child,.ant-input-number-group>.ant-input-number:last-child .ant-select .ant-select-selector{border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-number-group-lg .ant-input-number,.ant-input-number-group-lg>.ant-input-number-group-addon{padding:6.5px 11px;font-size:16px}.ant-input-number-group-sm .ant-input-number,.ant-input-number-group-sm>.ant-input-number-group-addon{padding:0 7px}.ant-input-number-group-lg .ant-select-single .ant-select-selector{height:40px}.ant-input-number-group-sm .ant-select-single .ant-select-selector{height:24px}.ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child){border-top-left-radius:var(--theme-rounded-corners);border-bottom-left-radius:var(--theme-rounded-corners)}.ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child),.ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-number-group.ant-input-number-group-compact{display:block}.ant-input-number-group.ant-input-number-group-compact:before{display:table;content:""}.ant-input-number-group.ant-input-number-group-compact:after{display:table;clear:both;content:""}.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child),.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child),.ant-input-number-group.ant-input-number-group-compact>.ant-input-number:not(:first-child):not(:last-child){border-right-width:1px}.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):focus,.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):hover,.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):focus,.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):hover,.ant-input-number-group.ant-input-number-group-compact>.ant-input-number:not(:first-child):not(:last-child):focus,.ant-input-number-group.ant-input-number-group-compact>.ant-input-number:not(:first-child):not(:last-child):hover{z-index:1}.ant-input-number-group.ant-input-number-group-compact>*{display:inline-block;float:none;vertical-align:top;border-radius:0}.ant-input-number-group.ant-input-number-group-compact>.ant-input-number-affix-wrapper,.ant-input-number-group.ant-input-number-group-compact>.ant-input-number-number-affix-wrapper,.ant-input-number-group.ant-input-number-group-compact>.ant-picker-range{display:inline-flex}.ant-input-number-group.ant-input-number-group-compact>:not(:last-child){margin-right:-1px;border-right-width:1px}.ant-input-number-group.ant-input-number-group-compact .ant-input-number{float:none}.ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker .ant-input,.ant-input-number-group.ant-input-number-group-compact>.ant-input-group-wrapper .ant-input,.ant-input-number-group.ant-input-number-group-compact>.ant-select-auto-complete .ant-input,.ant-input-number-group.ant-input-number-group-compact>.ant-select>.ant-select-selector{border-right-width:1px;border-radius:0}.ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker .ant-input:focus,.ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker .ant-input:hover,.ant-input-number-group.ant-input-number-group-compact>.ant-input-group-wrapper .ant-input:focus,.ant-input-number-group.ant-input-number-group-compact>.ant-input-group-wrapper .ant-input:hover,.ant-input-number-group.ant-input-number-group-compact>.ant-select-auto-complete .ant-input:focus,.ant-input-number-group.ant-input-number-group-compact>.ant-select-auto-complete .ant-input:hover,.ant-input-number-group.ant-input-number-group-compact>.ant-select-focused,.ant-input-number-group.ant-input-number-group-compact>.ant-select>.ant-select-arrow,.ant-input-number-group.ant-input-number-group-compact>.ant-select>.ant-select-selector:focus,.ant-input-number-group.ant-input-number-group-compact>.ant-select>.ant-select-selector:hover{z-index:1}.ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker:first-child .ant-input,.ant-input-number-group.ant-input-number-group-compact>.ant-select-auto-complete:first-child .ant-input,.ant-input-number-group.ant-input-number-group-compact>.ant-select:first-child>.ant-select-selector,.ant-input-number-group.ant-input-number-group-compact>:first-child{border-top-left-radius:var(--theme-rounded-corners);border-bottom-left-radius:var(--theme-rounded-corners)}.ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker-focused:last-child .ant-input,.ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker:last-child .ant-input,.ant-input-number-group.ant-input-number-group-compact>.ant-select:last-child>.ant-select-selector,.ant-input-number-group.ant-input-number-group-compact>:last-child{border-right-width:1px;border-top-right-radius:var(--theme-rounded-corners);border-bottom-right-radius:var(--theme-rounded-corners)}.ant-input-number-group.ant-input-number-group-compact>.ant-select-auto-complete .ant-input{vertical-align:top}.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper{margin-left:-1px}.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper .ant-input-affix-wrapper,.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search>.ant-input-group>.ant-input-group-addon>.ant-input-search-button{border-radius:0}.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search>.ant-input-group>.ant-input{border-radius:var(--theme-rounded-corners) 0 0 var(--theme-rounded-corners)}.ant-input-number-group-rtl .ant-input-number-group-addon:first-child,.ant-input-number-group>.ant-input-number-rtl:first-child{border-radius:0 var(--theme-rounded-corners) var(--theme-rounded-corners) 0}.ant-input-number-group-rtl.ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child),.ant-input-number-group-rtl.ant-input-number-group-addon:last-child,.ant-input-number-group-rtl.ant-input-number-group>.ant-input-number:last-child{border-radius:var(--theme-rounded-corners) 0 0 var(--theme-rounded-corners)}.ant-input-number-group-rtl.ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child){border-radius:0 var(--theme-rounded-corners) var(--theme-rounded-corners) 0}.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact>:not(:last-child){margin-right:0;margin-left:-1px;border-left-width:1px}.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker:first-child .ant-input,.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact>.ant-select-auto-complete:first-child .ant-input,.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact>.ant-select:first-child>.ant-select-selector,.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact>:first-child{border-radius:0 var(--theme-rounded-corners) var(--theme-rounded-corners) 0}.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker-focused:last-child .ant-input,.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker:last-child .ant-input,.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact>.ant-select-auto-complete:last-child .ant-input,.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact>.ant-select:last-child>.ant-select-selector,.ant-input-number-group-rtl.ant-input-number-group.ant-input-number-group-compact>:last-child{border-left-width:1px;border-radius:var(--theme-rounded-corners) 0 0 var(--theme-rounded-corners)}.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper-rtl+.ant-input-group-wrapper-rtl{margin-right:-1px;margin-left:0}.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search>.ant-input-group>.ant-input,.ant-input-number-group>.ant-input-number-rtl:first-child{border-radius:0 var(--theme-rounded-corners) var(--theme-rounded-corners) 0}.ant-input-number-group>.ant-input-number-rtl:last-child{border-radius:var(--theme-rounded-corners) 0 0 var(--theme-rounded-corners)}.ant-input-number-group-rtl .ant-input-number-group-addon:first-child{border-right:1px solid #d9d9d9;border-left:0;border-radius:0 var(--theme-rounded-corners) var(--theme-rounded-corners) 0}.ant-input-number-group-rtl .ant-input-number-group-addon:last-child{border-right:0;border-left:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners) 0 0 var(--theme-rounded-corners)}.ant-input-number-group-wrapper{display:inline-block;text-align:start;vertical-align:top}.ant-input-number-handler{position:relative;display:block;width:100%;height:50%;overflow:hidden;color:rgba(0,0,0,.45);font-weight:700;line-height:0;text-align:center;border-left:1px solid #d9d9d9;transition:all .1s linear}.ant-input-number-handler:active{background:#f4f4f4}.ant-input-number-handler:hover .ant-input-number-handler-down-inner,.ant-input-number-handler:hover .ant-input-number-handler-up-inner{color:#6544e9}.ant-input-number-handler-down-inner,.ant-input-number-handler-up-inner{display:inline-flex;align-items:center;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;right:4px;width:12px;height:12px;color:rgba(0,0,0,.45);line-height:12px;transition:all .1s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-input-number-handler-down-inner>*,.ant-input-number-handler-up-inner>*{line-height:1}.ant-input-number-handler-down-inner svg,.ant-input-number-handler-up-inner svg{display:inline-block}.ant-input-number-handler-down-inner:before,.ant-input-number-handler-up-inner:before{display:none}.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon,.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon{display:block}.ant-input-number:hover{border-color:#6544e9;border-right-width:1px}.ant-input-number:hover+.ant-form-item-children-icon{opacity:0;transition:opacity .24s linear .24s}.ant-input-number-focused{border-color:#2386e2;box-shadow:0 0 0 2px rgba(101,68,233,.2);border-right-width:1px;outline:0}.ant-input-rtl .ant-input-number-focused{border-right-width:0;border-left-width:1px!important}.ant-input-number-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-input-number-disabled:hover{border-color:#d9d9d9;border-right-width:1px}.ant-input-number-disabled .ant-input-number-input{cursor:not-allowed}.ant-input-number-disabled .ant-input-number-handler-wrap,.ant-input-number-readonly .ant-input-number-handler-wrap{display:none}.ant-input-number-input{width:100%;height:30px;padding:0 11px;text-align:left;background-color:transparent;border:0;border-radius:var(--theme-rounded-corners);outline:0;transition:all .3s linear;-webkit-appearance:textfield!important;-moz-appearance:textfield!important;appearance:textfield!important}.ant-input-number-input::-moz-placeholder{color:#bfbfbf;-moz-user-select:none;user-select:none}.ant-input-number-input::placeholder{color:#bfbfbf;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-input-number-input:-moz-placeholder-shown{text-overflow:ellipsis}.ant-input-number-input:placeholder-shown{text-overflow:ellipsis}.ant-input-number-input[type=number]::-webkit-inner-spin-button,.ant-input-number-input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.ant-input-number-lg{padding:0;font-size:16px}.ant-input-number-lg input{height:38px}.ant-input-number-sm{padding:0}.ant-input-number-sm input{height:22px;padding:0 7px}.ant-input-number-handler-wrap{position:absolute;top:0;right:0;width:22px;height:100%;background:#e2e8f0;border-radius:0 var(--theme-rounded-corners) var(--theme-rounded-corners) 0;opacity:0;transition:opacity .24s linear .1s}.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner,.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner{display:flex;align-items:center;justify-content:center;min-width:auto;margin-right:0;font-size:7px}.ant-input-number-borderless .ant-input-number-handler-wrap{border-left-width:0}.ant-input-number-handler-wrap:hover .ant-input-number-handler{height:40%}.ant-input-number-focused .ant-input-number-handler-wrap,.ant-input-number:hover .ant-input-number-handler-wrap{opacity:1}.ant-input-number-handler-up{border-top-right-radius:var(--theme-rounded-corners);cursor:pointer}.ant-input-number-handler-up-inner{top:50%;margin-top:-5px;text-align:center}.ant-input-number-handler-up:hover{height:60%!important}.ant-input-number-handler-down{top:0;border-top:1px solid #d9d9d9;border-bottom-right-radius:var(--theme-rounded-corners);cursor:pointer}.ant-input-number-handler-down-inner{top:50%;text-align:center;transform:translateY(-50%)}.ant-input-number-handler-down:hover{height:60%!important}.ant-input-number-borderless .ant-input-number-handler-down{border-top-width:0}.ant-input-number-focused:not(.ant-input-number-borderless) .ant-input-number-handler-down,.ant-input-number:hover:not(.ant-input-number-borderless) .ant-input-number-handler-down{border-top:1px solid #d9d9d9}.ant-input-number-handler-down-disabled,.ant-input-number-handler-up-disabled{cursor:not-allowed}.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner,.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner{color:rgba(0,0,0,.25)}.ant-input-number-borderless{box-shadow:none}.ant-input-number-out-of-range input{color:#ff4d4f}.ant-input-number-compact-item:not(.ant-input-number-compact-last-item):not(.ant-input-number-compact-item-rtl){margin-right:-1px}.ant-input-number-compact-item:not(.ant-input-number-compact-last-item).ant-input-number-compact-item-rtl{margin-left:-1px}.ant-input-number-compact-item.ant-input-number-focused,.ant-input-number-compact-item:active,.ant-input-number-compact-item:focus,.ant-input-number-compact-item:hover{z-index:2}.ant-input-number-compact-item[disabled]{z-index:0}.ant-input-number-compact-item:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-last-item).ant-input-number{border-radius:0}.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-first-item:not(.ant-input-number-compact-last-item):not(.ant-input-number-compact-item-rtl){border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-item-rtl.ant-input-number-compact-first-item:not(.ant-input-number-compact-last-item),.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-last-item:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-item-rtl){border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-item-rtl.ant-input-number-compact-last-item:not(.ant-input-number-compact-first-item){border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-number-rtl{direction:rtl}.ant-input-number-rtl .ant-input-number-handler{border-right:1px solid #d9d9d9;border-left:0}.ant-input-number-rtl .ant-input-number-handler-wrap{right:auto;left:0}.ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap{border-right-width:0}.ant-input-number-rtl .ant-input-number-handler-up{border-top-right-radius:0}.ant-input-number-rtl .ant-input-number-handler-down{border-bottom-right-radius:0}.ant-input-number-rtl .ant-input-number-input{direction:ltr;text-align:right}.ant-layout{display:flex;flex:auto;flex-direction:column;min-height:0;background:#f0f2f5}.ant-layout,.ant-layout *{box-sizing:border-box}.ant-layout.ant-layout-has-sider{flex-direction:row}.ant-layout.ant-layout-has-sider>.ant-layout,.ant-layout.ant-layout-has-sider>.ant-layout-content{width:0}.ant-layout-footer,.ant-layout-header{flex:0 0 auto}.ant-layout-header{height:64px;padding:0 50px;color:rgba(0,0,0,.85);line-height:64px;background:#001529}.ant-layout-footer{padding:24px 50px;color:rgba(0,0,0,.85);font-size:14px;background:#f0f2f5}.ant-layout-content{flex:auto;min-height:0}.ant-layout-sider{position:relative;min-width:0;background:#001529;transition:all .2s}.ant-layout-sider-children{height:100%;margin-top:-.1px;padding-top:.1px}.ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed{width:auto}.ant-layout-sider-has-trigger{padding-bottom:48px}.ant-layout-sider-right{order:1}.ant-layout-sider-trigger{position:fixed;bottom:0;z-index:1;height:48px;color:#fff;line-height:48px;text-align:center;background:#002140;cursor:pointer;transition:all .2s}.ant-layout-sider-zero-width>*{overflow:hidden}.ant-layout-sider-zero-width-trigger{position:absolute;top:64px;right:-36px;z-index:1;width:36px;height:42px;color:#fff;font-size:18px;line-height:42px;text-align:center;background:#001529;border-radius:0 var(--theme-rounded-corners) var(--theme-rounded-corners) 0;cursor:pointer;transition:background .3s ease}.ant-layout-sider-zero-width-trigger:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;transition:all .3s;content:""}.ant-layout-sider-zero-width-trigger:hover:after{background:hsla(0,0%,100%,.1)}.ant-layout-sider-zero-width-trigger-right{left:-36px;border-radius:var(--theme-rounded-corners) 0 0 var(--theme-rounded-corners)}.ant-layout-sider-light{background:#fff}.ant-layout-sider-light .ant-layout-sider-trigger,.ant-layout-sider-light .ant-layout-sider-zero-width-trigger{color:rgba(0,0,0,.85);background:#fff}.ant-layout-rtl{direction:rtl}.ant-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative}.ant-list *{outline:none}.ant-list-pagination{margin-top:24px;text-align:right}.ant-list-pagination .ant-pagination-options{text-align:left}.ant-list-more{margin-top:12px;text-align:center}.ant-list-more button{padding-right:32px;padding-left:32px}.ant-list-spin{min-height:40px;text-align:center}.ant-list-empty-text{padding:16px;color:rgba(0,0,0,.25);font-size:14px;text-align:center}.ant-list-items{margin:0;padding:0;list-style:none}.ant-list-item{display:flex;align-items:center;justify-content:space-between;padding:12px 0;color:rgba(0,0,0,.85)}.ant-list-item-meta{display:flex;flex:1 1;align-items:flex-start;max-width:100%}.ant-list-item-meta-avatar{margin-right:16px}.ant-list-item-meta-content{flex:1 0;width:0;color:rgba(0,0,0,.85)}.ant-list-item-meta-title{margin-bottom:4px;color:rgba(0,0,0,.85);font-size:14px;line-height:1.5715}.ant-list-item-meta-title>a{color:rgba(0,0,0,.85);transition:all .3s}.ant-list-item-meta-title>a:hover{color:#6544e9}.ant-list-item-meta-description{color:rgba(0,0,0,.45);font-size:14px;line-height:1.5715}.ant-list-item-action{flex:0 0 auto;margin-left:48px;padding:0;font-size:0;list-style:none}.ant-list-item-action>li{position:relative;display:inline-block;padding:0 8px;color:rgba(0,0,0,.45);font-size:14px;line-height:1.5715;text-align:center}.ant-list-item-action>li:first-child{padding-left:0}.ant-list-item-action-split{position:absolute;top:50%;right:0;width:1px;height:14px;margin-top:-7px;background-color:#f0f0f0}.ant-list-footer,.ant-list-header{background:transparent}.ant-list-footer,.ant-list-header{padding-top:12px;padding-bottom:12px}.ant-list-empty{padding:16px 0;color:rgba(0,0,0,.45);font-size:12px;text-align:center}.ant-list-split .ant-list-item{border-bottom:1px solid #f0f0f0}.ant-list-split .ant-list-item:last-child{border-bottom:none}.ant-list-split .ant-list-header{border-bottom:1px solid #f0f0f0}.ant-list-split.ant-list-empty .ant-list-footer{border-top:1px solid #f0f0f0}.ant-list-loading .ant-list-spin-nested-loading{min-height:32px}.ant-list-split.ant-list-something-after-last-item .ant-spin-container>.ant-list-items>.ant-list-item:last-child{border-bottom:1px solid #f0f0f0}.ant-list-lg .ant-list-item{padding:16px 24px}.ant-list-sm .ant-list-item{padding:8px 16px}.ant-list-vertical .ant-list-item{align-items:normal}.ant-list-vertical .ant-list-item-main{display:block;flex:1 1}.ant-list-vertical .ant-list-item-extra{margin-left:40px}.ant-list-vertical .ant-list-item-meta{margin-bottom:16px}.ant-list-vertical .ant-list-item-meta-title{margin-bottom:12px;color:rgba(0,0,0,.85);font-size:16px;line-height:24px}.ant-list-vertical .ant-list-item-action{margin-top:16px;margin-left:auto}.ant-list-vertical .ant-list-item-action>li{padding:0 16px}.ant-list-vertical .ant-list-item-action>li:first-child{padding-left:0}.ant-list-grid .ant-col>.ant-list-item{display:block;max-width:100%;margin-bottom:16px;padding-top:0;padding-bottom:0;border-bottom:none}.ant-list-item-no-flex{display:block}.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action{float:right}.ant-list-bordered{border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-list-bordered .ant-list-footer,.ant-list-bordered .ant-list-header,.ant-list-bordered .ant-list-item{padding-right:24px;padding-left:24px}.ant-list-bordered .ant-list-pagination{margin:16px 24px}.ant-list-bordered.ant-list-sm .ant-list-footer,.ant-list-bordered.ant-list-sm .ant-list-header,.ant-list-bordered.ant-list-sm .ant-list-item{padding:8px 16px}.ant-list-bordered.ant-list-lg .ant-list-footer,.ant-list-bordered.ant-list-lg .ant-list-header,.ant-list-bordered.ant-list-lg .ant-list-item{padding:16px 24px}@media screen and (max-width:768px){.ant-list-item-action,.ant-list-vertical .ant-list-item-extra{margin-left:24px}}@media screen and (max-width:576px){.ant-list-item{flex-wrap:wrap}.ant-list-item-action{margin-left:12px}.ant-list-vertical .ant-list-item{flex-wrap:wrap-reverse}.ant-list-vertical .ant-list-item-main{min-width:220px}.ant-list-vertical .ant-list-item-extra{margin:auto auto 16px}}.ant-list-rtl{direction:rtl;text-align:right}.ant-list-rtl .ReactVirtualized__List .ant-list-item{direction:rtl}.ant-list-rtl .ant-list-pagination{text-align:left}.ant-list-rtl .ant-list-item-meta-avatar{margin-right:0;margin-left:16px}.ant-list-rtl .ant-list-item-action{margin-right:48px;margin-left:0}.ant-list.ant-list-rtl .ant-list-item-action>li:first-child{padding-right:0;padding-left:16px}.ant-list-rtl .ant-list-item-action-split{right:auto;left:0}.ant-list-rtl.ant-list-vertical .ant-list-item-extra{margin-right:40px;margin-left:0}.ant-list-rtl.ant-list-vertical .ant-list-item-action{margin-right:auto}.ant-list-rtl .ant-list-vertical .ant-list-item-action>li:first-child{padding-right:0;padding-left:16px}.ant-list-rtl .ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action{float:left}@media screen and (max-width:768px){.ant-list-rtl .ant-list-item-action,.ant-list-rtl .ant-list-vertical .ant-list-item-extra{margin-right:24px;margin-left:0}}@media screen and (max-width:576px){.ant-list-rtl .ant-list-item-action{margin-right:22px;margin-left:0}.ant-list-rtl.ant-list-vertical .ant-list-item-extra{margin:auto auto 16px}}.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover{background:#e2e8f0;border-color:#ff4d4f}.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused,.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus{border-color:#ff7875;box-shadow:0 0 0 2px rgba(255,77,79,.2);border-right-width:1px;outline:0}.ant-mentions-status-error .ant-input-prefix{color:#ff4d4f}.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover{background:#e2e8f0;border-color:#faad14}.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused,.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus{border-color:#ffc53d;box-shadow:0 0 0 2px rgba(250,173,20,.2);border-right-width:1px;outline:0}.ant-mentions-status-warning .ant-input-prefix{color:#faad14}.ant-mentions{box-sizing:border-box;margin:0;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";width:100%;min-width:0;color:rgba(0,0,0,.85);font-size:14px;background-color:#e2e8f0;background-image:none;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners);transition:all .3s;position:relative;display:inline-block;height:auto;padding:0;overflow:hidden;line-height:1.5715;white-space:pre-wrap;vertical-align:bottom}.ant-mentions::-moz-placeholder{color:#bfbfbf;-moz-user-select:none;user-select:none}.ant-mentions::placeholder{color:#bfbfbf;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-mentions:-moz-placeholder-shown{text-overflow:ellipsis}.ant-mentions:placeholder-shown{text-overflow:ellipsis}.ant-mentions:hover{border-color:#6544e9;border-right-width:1px}.ant-input-rtl .ant-mentions:hover{border-right-width:0;border-left-width:1px!important}.ant-mentions-focused,.ant-mentions:focus{border-color:#2386e2;box-shadow:0 0 0 2px rgba(101,68,233,.2);border-right-width:1px;outline:0}.ant-input-rtl .ant-mentions-focused,.ant-input-rtl .ant-mentions:focus{border-right-width:0;border-left-width:1px!important}.ant-mentions-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-mentions-disabled:hover{border-color:#d9d9d9;border-right-width:1px}.ant-mentions[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-mentions[disabled]:hover{border-color:#d9d9d9;border-right-width:1px}.ant-mentions-borderless,.ant-mentions-borderless-disabled,.ant-mentions-borderless-focused,.ant-mentions-borderless:focus,.ant-mentions-borderless:hover,.ant-mentions-borderless[disabled]{background-color:transparent;border:none;box-shadow:none}textarea.ant-mentions{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;transition:all .3s,height 0s}.ant-mentions-lg{padding:6.5px 11px;font-size:16px}.ant-mentions-sm{padding:0 7px}.ant-mentions-disabled>textarea{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-mentions-disabled>textarea:hover{border-color:#d9d9d9;border-right-width:1px}.ant-mentions-focused{border-color:#2386e2;box-shadow:0 0 0 2px rgba(101,68,233,.2);border-right-width:1px;outline:0}.ant-input-rtl .ant-mentions-focused{border-right-width:0;border-left-width:1px!important}.ant-mentions-measure,.ant-mentions>textarea{min-height:30px;margin:0;padding:4px 11px;overflow:inherit;overflow-x:hidden;overflow-y:auto;font-weight:inherit;font-size:inherit;font-family:inherit;font-style:inherit;font-variant:inherit;font-size-adjust:inherit;font-stretch:inherit;line-height:inherit;direction:inherit;letter-spacing:inherit;white-space:inherit;text-align:inherit;vertical-align:top;word-wrap:break-word;word-break:inherit;-moz-tab-size:inherit;-o-tab-size:inherit;tab-size:inherit}.ant-mentions>textarea{width:100%;border:none;outline:none;resize:none}.ant-mentions>textarea::-moz-placeholder{color:#bfbfbf;-moz-user-select:none;user-select:none}.ant-mentions>textarea::placeholder{color:#bfbfbf;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-mentions>textarea:-moz-placeholder-shown{text-overflow:ellipsis}.ant-mentions>textarea:placeholder-shown{text-overflow:ellipsis}.ant-mentions-measure{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;color:transparent;pointer-events:none}.ant-mentions-measure>span{display:inline-block;min-height:1em}.ant-mentions-dropdown{margin:0;padding:0;color:rgba(0,0,0,.85);font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;top:-9999px;left:-9999px;z-index:1050;box-sizing:border-box;font-size:14px;font-variant:normal;background-color:#e2e8f0;border-radius:var(--theme-rounded-corners);outline:none;box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05)}.ant-mentions-dropdown-hidden{display:none}.ant-mentions-dropdown-menu{max-height:250px;margin-bottom:0;padding-left:0;overflow:auto;list-style:none;outline:none}.ant-mentions-dropdown-menu-item{position:relative;display:block;min-width:100px;padding:5px 12px;overflow:hidden;color:rgba(0,0,0,.85);font-weight:400;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;transition:background .3s ease}.ant-mentions-dropdown-menu-item:hover{background-color:#f5f5f5}.ant-mentions-dropdown-menu-item:first-child{border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0}.ant-mentions-dropdown-menu-item:last-child{border-radius:0 0 var(--theme-rounded-corners) var(--theme-rounded-corners)}.ant-mentions-dropdown-menu-item-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-mentions-dropdown-menu-item-disabled:hover{color:rgba(0,0,0,.25);background-color:#e2e8f0;cursor:not-allowed}.ant-mentions-dropdown-menu-item-selected{color:rgba(0,0,0,.85);font-weight:600;background-color:var(--theme-color-background-main)}.ant-mentions-dropdown-menu-item-active{background-color:#f5f5f5}.ant-mentions-suffix{position:absolute;top:0;right:11px;bottom:0;z-index:1;display:inline-flex;align-items:center;margin:auto}.ant-mentions-rtl{direction:rtl}.ant-menu-item-danger.ant-menu-item,.ant-menu-item-danger.ant-menu-item-active,.ant-menu-item-danger.ant-menu-item:hover{color:#ff4d4f}.ant-menu-item-danger.ant-menu-item:active{background:#fff1f0}.ant-menu-item-danger.ant-menu-item-selected,.ant-menu-item-danger.ant-menu-item-selected>a,.ant-menu-item-danger.ant-menu-item-selected>a:hover{color:#ff4d4f}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected{background-color:#fff1f0}.ant-menu-inline .ant-menu-item-danger.ant-menu-item:after{border-right-color:#ff4d4f}.ant-menu-dark .ant-menu-item-danger.ant-menu-item,.ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,.ant-menu-dark .ant-menu-item-danger.ant-menu-item>a{color:#ff4d4f}.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected{color:#fff;background-color:#ff4d4f}.ant-menu{box-sizing:border-box;font-variant:tabular-nums;line-height:1.5715;font-feature-settings:"tnum";margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;line-height:0;text-align:left;list-style:none;background:#e2e8f0;outline:none;box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);transition:background .3s,width .3s cubic-bezier(.2,0,0,1) 0s}.ant-menu:after,.ant-menu:before{display:table;content:""}.ant-menu:after{clear:both}.ant-menu.ant-menu-root:focus-visible{box-shadow:0 0 0 2px #2386e2}.ant-menu ol,.ant-menu ul{margin:0;padding:0;list-style:none}.ant-menu-overflow{display:flex}.ant-menu-overflow-item{flex:none}.ant-menu-hidden,.ant-menu-submenu-hidden{display:none}.ant-menu-item-group-title{height:1.5715;padding:8px 16px;color:rgba(0,0,0,.45);font-size:14px;line-height:1.5715;transition:all .3s}.ant-menu-horizontal .ant-menu-submenu{transition:border-color .3s cubic-bezier(.645,.045,.355,1),background .3s cubic-bezier(.645,.045,.355,1)}.ant-menu-submenu,.ant-menu-submenu-inline{transition:border-color .3s cubic-bezier(.645,.045,.355,1),background .3s cubic-bezier(.645,.045,.355,1),padding .15s cubic-bezier(.645,.045,.355,1)}.ant-menu-submenu-selected{color:#6544e9}.ant-menu-item:active,.ant-menu-submenu-title:active{background:#6544e9}.ant-menu-submenu .ant-menu-sub{cursor:auto;transition:background .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1)}.ant-menu-title-content{transition:color .3s}.ant-menu-item a{color:rgba(0,0,0,.85)}.ant-menu-item a:hover{color:#6544e9}.ant-menu-item a:before{position:absolute;top:0;right:0;bottom:0;left:0;background-color:transparent;content:""}.ant-menu-item>.ant-badge a{color:rgba(0,0,0,.85)}.ant-menu-item>.ant-badge a:hover{color:#6544e9}.ant-menu-item-divider{overflow:hidden;line-height:0;border:solid #f0f0f0;border-width:1px 0 0}.ant-menu-item-divider-dashed{border-style:dashed}.ant-menu-horizontal .ant-menu-item,.ant-menu-horizontal .ant-menu-submenu{margin-top:-1px}.ant-menu-horizontal>.ant-menu-item-active,.ant-menu-horizontal>.ant-menu-item:hover,.ant-menu-horizontal>.ant-menu-submenu .ant-menu-submenu-title:hover{background-color:transparent}.ant-menu-item-selected,.ant-menu-item-selected a,.ant-menu-item-selected a:hover{color:#6544e9}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected{background-color:#6544e9}.ant-menu-inline,.ant-menu-vertical,.ant-menu-vertical-left{border-right:1px solid #f0f0f0}.ant-menu-vertical-right{border-left:1px solid #f0f0f0}.ant-menu-vertical-left.ant-menu-sub,.ant-menu-vertical-right.ant-menu-sub,.ant-menu-vertical.ant-menu-sub{min-width:160px;max-height:calc(100vh - 100px);padding:0;overflow:hidden;border-right:0}.ant-menu-vertical-left.ant-menu-sub:not([class*=-active]),.ant-menu-vertical-right.ant-menu-sub:not([class*=-active]),.ant-menu-vertical.ant-menu-sub:not([class*=-active]){overflow-x:hidden;overflow-y:auto}.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,.ant-menu-vertical-right.ant-menu-sub .ant-menu-item,.ant-menu-vertical.ant-menu-sub .ant-menu-item{left:0;margin-left:0;border-right:0}.ant-menu-vertical-left.ant-menu-sub .ant-menu-item:after,.ant-menu-vertical-right.ant-menu-sub .ant-menu-item:after,.ant-menu-vertical.ant-menu-sub .ant-menu-item:after{border-right:0}.ant-menu-vertical-left.ant-menu-sub>.ant-menu-item,.ant-menu-vertical-left.ant-menu-sub>.ant-menu-submenu,.ant-menu-vertical-right.ant-menu-sub>.ant-menu-item,.ant-menu-vertical-right.ant-menu-sub>.ant-menu-submenu,.ant-menu-vertical.ant-menu-sub>.ant-menu-item,.ant-menu-vertical.ant-menu-sub>.ant-menu-submenu{transform-origin:0 0}.ant-menu-horizontal.ant-menu-sub{min-width:114px}.ant-menu-horizontal .ant-menu-item,.ant-menu-horizontal .ant-menu-submenu-title{transition:border-color .3s,background .3s}.ant-menu-item,.ant-menu-submenu-title{position:relative;display:block;margin:0;padding:0 20px;white-space:nowrap;cursor:pointer;transition:border-color .3s,background .3s,padding .3s cubic-bezier(.645,.045,.355,1)}.ant-menu-item .ant-menu-item-icon,.ant-menu-item .anticon,.ant-menu-submenu-title .ant-menu-item-icon,.ant-menu-submenu-title .anticon{min-width:14px;font-size:14px;transition:font-size .15s cubic-bezier(.215,.61,.355,1),margin .3s cubic-bezier(.645,.045,.355,1),color .3s}.ant-menu-item .ant-menu-item-icon+span,.ant-menu-item .anticon+span,.ant-menu-submenu-title .ant-menu-item-icon+span,.ant-menu-submenu-title .anticon+span{margin-left:10px;opacity:1;transition:opacity .3s cubic-bezier(.645,.045,.355,1),margin .3s,color .3s}.ant-menu-item .ant-menu-item-icon.svg,.ant-menu-submenu-title .ant-menu-item-icon.svg{vertical-align:-.125em}.ant-menu-item.ant-menu-item-only-child>.ant-menu-item-icon,.ant-menu-item.ant-menu-item-only-child>.anticon,.ant-menu-submenu-title.ant-menu-item-only-child>.ant-menu-item-icon,.ant-menu-submenu-title.ant-menu-item-only-child>.anticon{margin-right:0}.ant-menu-item:not(.ant-menu-item-disabled):focus-visible,.ant-menu-submenu-title:not(.ant-menu-item-disabled):focus-visible{box-shadow:0 0 0 2px #2386e2}.ant-menu>.ant-menu-item-divider{margin:1px 0;padding:0}.ant-menu-submenu-popup{position:absolute;z-index:1050;background:transparent;border-radius:var(--theme-rounded-corners);box-shadow:none;transform-origin:0 0}.ant-menu-submenu-popup:before{position:absolute;top:-7px;right:0;bottom:0;left:0;z-index:-1;width:100%;height:100%;opacity:.0001;content:" "}.ant-menu-submenu-placement-rightTop:before{top:0;left:-7px}.ant-menu-submenu>.ant-menu{background-color:#e2e8f0;border-radius:var(--theme-rounded-corners)}.ant-menu-submenu>.ant-menu-submenu-title:after{transition:transform .3s cubic-bezier(.645,.045,.355,1)}.ant-menu-submenu-popup>.ant-menu{background-color:#e2e8f0}.ant-menu-submenu-arrow,.ant-menu-submenu-expand-icon{position:absolute;top:50%;right:16px;width:10px;color:rgba(0,0,0,.85);transform:translateY(-50%);transition:transform .3s cubic-bezier(.645,.045,.355,1)}.ant-menu-submenu-arrow:after,.ant-menu-submenu-arrow:before{position:absolute;width:6px;height:1.5px;background-color:currentcolor;border-radius:2px;transition:background .3s cubic-bezier(.645,.045,.355,1),transform .3s cubic-bezier(.645,.045,.355,1),top .3s cubic-bezier(.645,.045,.355,1),color .3s cubic-bezier(.645,.045,.355,1);content:""}.ant-menu-submenu-arrow:before{transform:rotate(45deg) translateY(-2.5px)}.ant-menu-submenu-arrow:after{transform:rotate(-45deg) translateY(2.5px)}.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-expand-icon{color:#6544e9}.ant-menu-inline-collapsed .ant-menu-submenu-arrow:before,.ant-menu-submenu-inline .ant-menu-submenu-arrow:before{transform:rotate(-45deg) translateX(2.5px)}.ant-menu-inline-collapsed .ant-menu-submenu-arrow:after,.ant-menu-submenu-inline .ant-menu-submenu-arrow:after{transform:rotate(45deg) translateX(-2.5px)}.ant-menu-submenu-horizontal .ant-menu-submenu-arrow{display:none}.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title>.ant-menu-submenu-arrow{transform:translateY(-2px)}.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after{transform:rotate(-45deg) translateX(-2.5px)}.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before{transform:rotate(45deg) translateX(2.5px)}.ant-menu-vertical .ant-menu-submenu-selected,.ant-menu-vertical-left .ant-menu-submenu-selected,.ant-menu-vertical-right .ant-menu-submenu-selected{color:#6544e9}.ant-menu-horizontal{line-height:46px;border:0;border-bottom:1px solid #f0f0f0;box-shadow:none}.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu{margin-top:-1px;margin-bottom:0;padding:0 20px}.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-active,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-open,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-selected,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item:hover,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-active,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-open,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-selected,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu:hover{color:#6544e9}.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-active:after,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-open:after,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-selected:after,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item:hover:after,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-active:after,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-open:after,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-selected:after,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu:hover:after{border-bottom:2px solid #6544e9}.ant-menu-horizontal>.ant-menu-item,.ant-menu-horizontal>.ant-menu-submenu{position:relative;top:1px;display:inline-block;vertical-align:bottom}.ant-menu-horizontal>.ant-menu-item:after,.ant-menu-horizontal>.ant-menu-submenu:after{position:absolute;right:20px;bottom:0;left:20px;border-bottom:2px solid transparent;transition:border-color .3s cubic-bezier(.645,.045,.355,1);content:""}.ant-menu-horizontal>.ant-menu-submenu>.ant-menu-submenu-title{padding:0}.ant-menu-horizontal>.ant-menu-item a{color:rgba(0,0,0,.85)}.ant-menu-horizontal>.ant-menu-item a:hover{color:#6544e9}.ant-menu-horizontal>.ant-menu-item a:before{bottom:-2px}.ant-menu-horizontal>.ant-menu-item-selected a{color:#6544e9}.ant-menu-horizontal:after{display:block;clear:both;height:0;content:"\20"}.ant-menu-inline .ant-menu-item,.ant-menu-vertical .ant-menu-item,.ant-menu-vertical-left .ant-menu-item,.ant-menu-vertical-right .ant-menu-item{position:relative}.ant-menu-inline .ant-menu-item:after,.ant-menu-vertical .ant-menu-item:after,.ant-menu-vertical-left .ant-menu-item:after,.ant-menu-vertical-right .ant-menu-item:after{position:absolute;top:0;right:0;bottom:0;border-right:3px solid #6544e9;transform:scaleY(.0001);opacity:0;transition:transform .15s cubic-bezier(.215,.61,.355,1),opacity .15s cubic-bezier(.215,.61,.355,1);content:""}.ant-menu-inline .ant-menu-item,.ant-menu-inline .ant-menu-submenu-title,.ant-menu-vertical .ant-menu-item,.ant-menu-vertical .ant-menu-submenu-title,.ant-menu-vertical-left .ant-menu-item,.ant-menu-vertical-left .ant-menu-submenu-title,.ant-menu-vertical-right .ant-menu-item,.ant-menu-vertical-right .ant-menu-submenu-title{height:40px;margin-top:4px;margin-bottom:4px;padding:0 16px;overflow:hidden;line-height:40px;text-overflow:ellipsis}.ant-menu-inline .ant-menu-submenu,.ant-menu-vertical .ant-menu-submenu,.ant-menu-vertical-left .ant-menu-submenu,.ant-menu-vertical-right .ant-menu-submenu{padding-bottom:.02px}.ant-menu-inline .ant-menu-item:not(:last-child),.ant-menu-vertical .ant-menu-item:not(:last-child),.ant-menu-vertical-left .ant-menu-item:not(:last-child),.ant-menu-vertical-right .ant-menu-item:not(:last-child){margin-bottom:8px}.ant-menu-inline>.ant-menu-item,.ant-menu-inline>.ant-menu-submenu>.ant-menu-submenu-title,.ant-menu-vertical-left>.ant-menu-item,.ant-menu-vertical-left>.ant-menu-submenu>.ant-menu-submenu-title,.ant-menu-vertical-right>.ant-menu-item,.ant-menu-vertical-right>.ant-menu-submenu>.ant-menu-submenu-title,.ant-menu-vertical>.ant-menu-item,.ant-menu-vertical>.ant-menu-submenu>.ant-menu-submenu-title{height:40px;line-height:40px}.ant-menu-vertical .ant-menu-item-group-list .ant-menu-submenu-title,.ant-menu-vertical .ant-menu-submenu-title{padding-right:34px}.ant-menu-inline{width:100%}.ant-menu-inline .ant-menu-item-selected:after,.ant-menu-inline .ant-menu-selected:after{transform:scaleY(1);opacity:1;transition:transform .15s cubic-bezier(.645,.045,.355,1),opacity .15s cubic-bezier(.645,.045,.355,1)}.ant-menu-inline .ant-menu-item,.ant-menu-inline .ant-menu-submenu-title{width:calc(100% + 1px)}.ant-menu-inline .ant-menu-item-group-list .ant-menu-submenu-title,.ant-menu-inline .ant-menu-submenu-title{padding-right:34px}.ant-menu-inline.ant-menu-root .ant-menu-item,.ant-menu-inline.ant-menu-root .ant-menu-submenu-title{display:flex;align-items:center;transition:border-color .3s,background .3s,padding .1s cubic-bezier(.215,.61,.355,1)}.ant-menu-inline.ant-menu-root .ant-menu-item>.ant-menu-title-content,.ant-menu-inline.ant-menu-root .ant-menu-submenu-title>.ant-menu-title-content{flex:auto;min-width:0;overflow:hidden;text-overflow:ellipsis}.ant-menu-inline.ant-menu-root .ant-menu-item>*,.ant-menu-inline.ant-menu-root .ant-menu-submenu-title>*{flex:none}.ant-menu.ant-menu-inline-collapsed{width:80px}.ant-menu.ant-menu-inline-collapsed>.ant-menu-item,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title,.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title{left:0;padding:0 calc(50% - 16px / 2);text-overflow:clip}.ant-menu.ant-menu-inline-collapsed>.ant-menu-item .ant-menu-submenu-arrow,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .ant-menu-submenu-arrow,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-arrow{opacity:0}.ant-menu.ant-menu-inline-collapsed>.ant-menu-item .ant-menu-item-icon,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item .anticon,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .ant-menu-item-icon,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .anticon,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .anticon,.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon,.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .anticon{margin:0;font-size:16px;line-height:40px}.ant-menu.ant-menu-inline-collapsed>.ant-menu-item .ant-menu-item-icon+span,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item .anticon+span,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .ant-menu-item-icon+span,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .anticon+span,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon+span,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .anticon+span,.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon+span,.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .anticon+span{display:inline-block;opacity:0}.ant-menu.ant-menu-inline-collapsed .ant-menu-item-icon,.ant-menu.ant-menu-inline-collapsed .anticon{display:inline-block}.ant-menu.ant-menu-inline-collapsed-tooltip{pointer-events:none}.ant-menu.ant-menu-inline-collapsed-tooltip .ant-menu-item-icon,.ant-menu.ant-menu-inline-collapsed-tooltip .anticon{display:none}.ant-menu.ant-menu-inline-collapsed-tooltip a{color:hsla(0,0%,100%,.85)}.ant-menu.ant-menu-inline-collapsed .ant-menu-item-group-title{padding-right:4px;padding-left:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-menu-item-group-list{margin:0;padding:0}.ant-menu-item-group-list .ant-menu-item,.ant-menu-item-group-list .ant-menu-submenu-title{padding:0 16px 0 28px}.ant-menu-root.ant-menu-inline,.ant-menu-root.ant-menu-vertical,.ant-menu-root.ant-menu-vertical-left,.ant-menu-root.ant-menu-vertical-right{box-shadow:none}.ant-menu-root.ant-menu-inline-collapsed .ant-menu-item>.ant-menu-inline-collapsed-noicon,.ant-menu-root.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title>.ant-menu-inline-collapsed-noicon{font-size:16px;text-align:center}.ant-menu-sub.ant-menu-inline{padding:0;background:var(--theme-color-background-main);border-radius:0;box-shadow:none}.ant-menu-sub.ant-menu-inline>.ant-menu-item,.ant-menu-sub.ant-menu-inline>.ant-menu-submenu>.ant-menu-submenu-title{height:40px;line-height:40px;list-style-position:inside;list-style-type:disc}.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title{padding-left:32px}.ant-menu-item-disabled,.ant-menu-submenu-disabled{color:rgba(0,0,0,.25)!important;background:none;cursor:not-allowed}.ant-menu-item-disabled:after,.ant-menu-submenu-disabled:after{border-color:transparent!important}.ant-menu-item-disabled a,.ant-menu-submenu-disabled a{color:rgba(0,0,0,.25)!important;pointer-events:none}.ant-menu-item-disabled>.ant-menu-submenu-title,.ant-menu-submenu-disabled>.ant-menu-submenu-title{color:rgba(0,0,0,.25)!important;cursor:not-allowed}.ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before{background:rgba(0,0,0,.25)!important}.ant-layout-header .ant-menu{line-height:inherit}.ant-menu-inline-collapsed-tooltip a,.ant-menu-inline-collapsed-tooltip a:hover{color:#fff}.ant-menu-light .ant-menu-item-active,.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-active,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open{color:#6544e9}.ant-menu.ant-menu-root:focus-visible{box-shadow:0 0 0 2px #7a5cf3}.ant-menu-dark .ant-menu-item:focus-visible,.ant-menu-dark .ant-menu-submenu-title:focus-visible{box-shadow:0 0 0 2px #7a5cf3}.ant-menu-dark .ant-menu-sub,.ant-menu.ant-menu-dark,.ant-menu.ant-menu-dark .ant-menu-sub{color:hsla(0,0%,100%,.65);background:#001529}.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow{opacity:.45;transition:all .3s}.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:before{background:#fff}.ant-menu-dark.ant-menu-submenu-popup{background:transparent}.ant-menu-dark .ant-menu-inline.ant-menu-sub{background:#000c17}.ant-menu-dark.ant-menu-horizontal{border-bottom:0}.ant-menu-dark.ant-menu-horizontal>.ant-menu-item,.ant-menu-dark.ant-menu-horizontal>.ant-menu-submenu{top:0;margin-top:0;padding:0 20px;border-color:#001529;border-bottom:0}.ant-menu-dark.ant-menu-horizontal>.ant-menu-item:hover{background-color:#6544e9}.ant-menu-dark.ant-menu-horizontal>.ant-menu-item>a:before{bottom:0}.ant-menu-dark .ant-menu-item,.ant-menu-dark .ant-menu-item-group-title,.ant-menu-dark .ant-menu-item>a,.ant-menu-dark .ant-menu-item>span>a{color:hsla(0,0%,100%,.65)}.ant-menu-dark.ant-menu-inline,.ant-menu-dark.ant-menu-vertical,.ant-menu-dark.ant-menu-vertical-left,.ant-menu-dark.ant-menu-vertical-right{border-right:0}.ant-menu-dark.ant-menu-inline .ant-menu-item,.ant-menu-dark.ant-menu-vertical .ant-menu-item,.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,.ant-menu-dark.ant-menu-vertical-right .ant-menu-item{left:0;margin-left:0;border-right:0}.ant-menu-dark.ant-menu-inline .ant-menu-item:after,.ant-menu-dark.ant-menu-vertical .ant-menu-item:after,.ant-menu-dark.ant-menu-vertical-left .ant-menu-item:after,.ant-menu-dark.ant-menu-vertical-right .ant-menu-item:after{border-right:0}.ant-menu-dark.ant-menu-inline .ant-menu-item,.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title{width:100%}.ant-menu-dark .ant-menu-item-active,.ant-menu-dark .ant-menu-item:hover,.ant-menu-dark .ant-menu-submenu-active,.ant-menu-dark .ant-menu-submenu-open,.ant-menu-dark .ant-menu-submenu-selected,.ant-menu-dark .ant-menu-submenu-title:hover{color:#fff;background-color:transparent}.ant-menu-dark .ant-menu-item-active>a,.ant-menu-dark .ant-menu-item-active>span>a,.ant-menu-dark .ant-menu-item:hover>a,.ant-menu-dark .ant-menu-item:hover>span>a,.ant-menu-dark .ant-menu-submenu-active>a,.ant-menu-dark .ant-menu-submenu-active>span>a,.ant-menu-dark .ant-menu-submenu-open>a,.ant-menu-dark .ant-menu-submenu-open>span>a,.ant-menu-dark .ant-menu-submenu-selected>a,.ant-menu-dark .ant-menu-submenu-selected>span>a,.ant-menu-dark .ant-menu-submenu-title:hover>a,.ant-menu-dark .ant-menu-submenu-title:hover>span>a{color:#fff}.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{opacity:1}.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before{background:#fff}.ant-menu-dark .ant-menu-item:hover{background-color:transparent}.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected{background-color:#6544e9}.ant-menu-dark .ant-menu-item-selected{color:#fff;border-right:0}.ant-menu-dark .ant-menu-item-selected:after{border-right:0}.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon,.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon+span,.ant-menu-dark .ant-menu-item-selected .anticon,.ant-menu-dark .ant-menu-item-selected .anticon+span,.ant-menu-dark .ant-menu-item-selected>a,.ant-menu-dark .ant-menu-item-selected>a:hover,.ant-menu-dark .ant-menu-item-selected>span>a,.ant-menu-dark .ant-menu-item-selected>span>a:hover{color:#fff}.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected,.ant-menu.ant-menu-dark .ant-menu-item-selected{background-color:#6544e9}.ant-menu-dark .ant-menu-item-disabled,.ant-menu-dark .ant-menu-item-disabled>a,.ant-menu-dark .ant-menu-item-disabled>span>a,.ant-menu-dark .ant-menu-submenu-disabled,.ant-menu-dark .ant-menu-submenu-disabled>a,.ant-menu-dark .ant-menu-submenu-disabled>span>a{color:hsla(0,0%,100%,.35)!important;opacity:.8}.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title,.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title{color:hsla(0,0%,100%,.35)!important}.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before{background:hsla(0,0%,100%,.35)!important}.ant-menu.ant-menu-rtl{direction:rtl;text-align:right}.ant-menu-rtl .ant-menu-item-group-title{text-align:right}.ant-menu-rtl.ant-menu-inline,.ant-menu-rtl.ant-menu-vertical{border-right:none;border-left:1px solid #f0f0f0}.ant-menu-rtl.ant-menu-dark.ant-menu-inline,.ant-menu-rtl.ant-menu-dark.ant-menu-vertical{border-left:none}.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub>.ant-menu-item,.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub>.ant-menu-submenu,.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub>.ant-menu-item,.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub>.ant-menu-submenu,.ant-menu-rtl.ant-menu-vertical.ant-menu-sub>.ant-menu-item,.ant-menu-rtl.ant-menu-vertical.ant-menu-sub>.ant-menu-submenu{transform-origin:top right}.ant-menu-rtl .ant-menu-item .ant-menu-item-icon,.ant-menu-rtl .ant-menu-item .anticon,.ant-menu-rtl .ant-menu-submenu-title .ant-menu-item-icon,.ant-menu-rtl .ant-menu-submenu-title .anticon{margin-right:auto;margin-left:10px}.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child>.ant-menu-item-icon,.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child>.anticon,.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child>.ant-menu-item-icon,.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child>.anticon{margin-left:0}.ant-menu-submenu-rtl.ant-menu-submenu-popup{transform-origin:100% 0}.ant-menu-rtl .ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-rtl .ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-rtl .ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-rtl .ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow{right:auto;left:16px}.ant-menu-rtl .ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu-rtl .ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu-rtl .ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:before{transform:rotate(-45deg) translateY(-2px)}.ant-menu-rtl .ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-rtl .ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-rtl .ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:after{transform:rotate(45deg) translateY(2px)}.ant-menu-rtl.ant-menu-inline .ant-menu-item:after,.ant-menu-rtl.ant-menu-vertical .ant-menu-item:after,.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item:after,.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item:after{right:auto;left:0}.ant-menu-rtl.ant-menu-inline .ant-menu-item,.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title,.ant-menu-rtl.ant-menu-vertical .ant-menu-item,.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title,.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item,.ant-menu-rtl.ant-menu-vertical-left .ant-menu-submenu-title,.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item,.ant-menu-rtl.ant-menu-vertical-right .ant-menu-submenu-title{text-align:right}.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title{padding-right:0;padding-left:34px}.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title{padding-right:16px;padding-left:34px}.ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title{padding:0 calc(50% - 16px / 2)}.ant-menu-rtl .ant-menu-item-group-list .ant-menu-item,.ant-menu-rtl .ant-menu-item-group-list .ant-menu-submenu-title{padding:0 28px 0 16px}.ant-menu-sub.ant-menu-inline{border:0}.ant-menu-rtl.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title{padding-right:32px;padding-left:0}.ant-message{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:fixed;top:8px;left:0;z-index:1010;width:100%;pointer-events:none}.ant-message-notice{padding:8px;text-align:center}.ant-message-notice-content{display:inline-block;padding:10px 16px;background:#e2e8f0;border-radius:var(--theme-rounded-corners);box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);pointer-events:all}.ant-message-success .anticon{color:#52c41a}.ant-message-error .anticon{color:#ff4d4f}.ant-message-warning .anticon{color:#faad14}.ant-message-info .anticon,.ant-message-loading .anticon{color:#6544e9}.ant-message .anticon{position:relative;top:1px;margin-right:8px;font-size:16px}.ant-message-notice.ant-move-up-leave.ant-move-up-leave-active{animation-name:MessageMoveOut;animation-duration:.3s}@keyframes MessageMoveOut{0%{max-height:150px;padding:8px;opacity:1}to{max-height:0;padding:0;opacity:0}}.ant-message-rtl,.ant-message-rtl span{direction:rtl}.ant-message-rtl .anticon{margin-right:0;margin-left:8px}.ant-modal{box-sizing:border-box;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";pointer-events:none;position:relative;top:100px;width:auto;max-width:calc(100vw - 32px);margin:0 auto;padding:0 0 24px}.ant-modal.ant-zoom-appear,.ant-modal.ant-zoom-enter{transform:none;opacity:0;animation-duration:.3s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;height:100%;background-color:rgba(0,0,0,.45)}.ant-modal-mask-hidden{display:none}.ant-modal-wrap{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;outline:0;z-index:1000}.ant-modal-title{margin:0;color:rgba(0,0,0,.85);font-weight:500;font-size:16px;line-height:22px;word-wrap:break-word}.ant-modal-content{position:relative;background-color:var(--theme-color-background-main);background-clip:padding-box;border:0;border-radius:var(--theme-rounded-corners);box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);pointer-events:auto}.ant-modal-close{position:absolute;top:0;right:0;z-index:10;padding:0;color:var(--theme-color-background-main);font-weight:700;line-height:1;text-decoration:none;background:transparent;border:0;outline:0;cursor:pointer;transition:color .3s}.ant-modal-close-x{display:block;width:54px;height:54px;font-size:16px;font-style:normal;line-height:54px;text-align:center;text-transform:none;text-rendering:auto}.ant-modal-close:focus,.ant-modal-close:hover{color:rgba(0,0,0,.75);text-decoration:none}.ant-modal-header{padding:16px 24px;color:rgba(0,0,0,.85);background:var(--theme-color-components-modal-header-background);border-bottom:1px solid #f0f0f0;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0}.ant-modal-body{padding:24px;font-size:14px;line-height:1.5715;word-wrap:break-word}.ant-modal-footer{padding:10px 16px;text-align:right;background:transparent;border-top:1px solid #f0f0f0;border-radius:0 0 var(--theme-rounded-corners) var(--theme-rounded-corners)}.ant-modal-footer .ant-btn+.ant-btn:not(.ant-dropdown-trigger){margin-bottom:0;margin-left:8px}.ant-modal-open{overflow:hidden}.ant-modal-centered{text-align:center}.ant-modal-centered:before{display:inline-block;width:0;height:100%;vertical-align:middle;content:""}.ant-modal-centered .ant-modal{top:0;display:inline-block;padding-bottom:0;text-align:left;vertical-align:middle}@media (max-width:767px){.ant-modal{max-width:calc(100vw - 16px);margin:8px auto}.ant-modal-centered .ant-modal{flex:1 1}}.ant-modal-confirm .ant-modal-header{display:none}.ant-modal-confirm .ant-modal-body{padding:32px 32px 24px}.ant-modal-confirm-body-wrapper:before{display:table;content:""}.ant-modal-confirm-body-wrapper:after{display:table;clear:both;content:""}.ant-modal-confirm-body .ant-modal-confirm-title{display:block;overflow:hidden;color:rgba(0,0,0,.85);font-weight:500;font-size:16px;line-height:1.4}.ant-modal-confirm-body .ant-modal-confirm-content{margin-top:8px;color:rgba(0,0,0,.85);font-size:14px}.ant-modal-confirm-body>.anticon{float:left;margin-right:16px;font-size:22px}.ant-modal-confirm-body>.anticon+.ant-modal-confirm-title+.ant-modal-confirm-content{margin-left:38px}.ant-modal-confirm .ant-modal-confirm-btns{margin-top:24px;text-align:right}.ant-modal-confirm .ant-modal-confirm-btns .ant-btn+.ant-btn{margin-bottom:0;margin-left:8px}.ant-modal-confirm-error .ant-modal-confirm-body>.anticon{color:#ff4d4f}.ant-modal-confirm-confirm .ant-modal-confirm-body>.anticon,.ant-modal-confirm-warning .ant-modal-confirm-body>.anticon{color:#faad14}.ant-modal-confirm-info .ant-modal-confirm-body>.anticon{color:#6544e9}.ant-modal-confirm-success .ant-modal-confirm-body>.anticon{color:#52c41a}.ant-modal-confirm .ant-zoom-leave .ant-modal-confirm-btns{pointer-events:none}.ant-modal-wrap-rtl{direction:rtl}.ant-modal-wrap-rtl .ant-modal-close{right:auto;left:0}.ant-modal-wrap-rtl .ant-modal-footer{text-align:left}.ant-modal-wrap-rtl .ant-modal-footer .ant-btn+.ant-btn{margin-right:8px;margin-left:0}.ant-modal-wrap-rtl .ant-modal-confirm-body{direction:rtl}.ant-modal-wrap-rtl .ant-modal-confirm-body>.anticon{float:right;margin-right:0;margin-left:16px}.ant-modal-wrap-rtl .ant-modal-confirm-body>.anticon+.ant-modal-confirm-title+.ant-modal-confirm-content{margin-right:38px;margin-left:0}.ant-modal-wrap-rtl .ant-modal-confirm-btns{text-align:left}.ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn+.ant-btn{margin-right:8px;margin-left:0}.ant-modal-wrap-rtl.ant-modal-centered .ant-modal{text-align:right}.ant-notification{box-sizing:border-box;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:fixed;z-index:1010;margin:0 24px 0 0}.ant-notification-close-icon{font-size:14px;cursor:pointer}.ant-notification-hook-holder{position:relative}.ant-notification-notice{position:relative;width:384px;max-width:calc(100vw - 24px * 2);margin-bottom:16px;margin-left:auto;padding:16px 24px;overflow:hidden;line-height:1.5715;word-wrap:break-word;background:#e2e8f0;border-radius:var(--theme-rounded-corners);box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05)}.ant-notification-bottom .ant-notification-notice,.ant-notification-top .ant-notification-notice{margin-right:auto;margin-left:auto}.ant-notification-bottomLeft .ant-notification-notice,.ant-notification-topLeft .ant-notification-notice{margin-right:auto;margin-left:0}.ant-notification-notice-message{margin-bottom:8px;color:rgba(0,0,0,.85);font-size:16px;line-height:24px}.ant-notification-notice-message-single-line-auto-margin{display:block;width:calc(384px - 24px * 2 - 24px - 48px - 100%);max-width:4px;background-color:transparent;pointer-events:none}.ant-notification-notice-message-single-line-auto-margin:before{display:block;content:""}.ant-notification-notice-description{font-size:14px}.ant-notification-notice-closable .ant-notification-notice-message{padding-right:24px}.ant-notification-notice-with-icon .ant-notification-notice-message{margin-bottom:4px;margin-left:48px;font-size:16px}.ant-notification-notice-with-icon .ant-notification-notice-description{margin-left:48px;font-size:14px}.ant-notification-notice-icon{position:absolute;margin-left:4px;font-size:24px;line-height:24px}.anticon.ant-notification-notice-icon-success{color:#52c41a}.anticon.ant-notification-notice-icon-info{color:#6544e9}.anticon.ant-notification-notice-icon-warning{color:#faad14}.anticon.ant-notification-notice-icon-error{color:#ff4d4f}.ant-notification-notice-close{position:absolute;top:16px;right:22px;color:rgba(0,0,0,.45);outline:none}.ant-notification-notice-close:hover{color:rgba(0,0,0,.67)}.ant-notification-notice-btn{float:right;margin-top:16px}.ant-notification .notification-fade-effect{animation-duration:.24s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:both}.ant-notification-fade-appear,.ant-notification-fade-enter{opacity:0;animation-play-state:paused}.ant-notification-fade-appear,.ant-notification-fade-enter,.ant-notification-fade-leave{animation-duration:.24s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:both}.ant-notification-fade-leave{animation-duration:.2s;animation-play-state:paused}.ant-notification-fade-appear.ant-notification-fade-appear-active,.ant-notification-fade-enter.ant-notification-fade-enter-active{animation-name:NotificationFadeIn;animation-play-state:running}.ant-notification-fade-leave.ant-notification-fade-leave-active{animation-name:NotificationFadeOut;animation-play-state:running}@keyframes NotificationFadeIn{0%{left:384px;opacity:0}to{left:0;opacity:1}}@keyframes NotificationFadeOut{0%{max-height:150px;margin-bottom:16px;opacity:1}to{max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0;opacity:0}}.ant-notification-rtl{direction:rtl}.ant-notification-rtl .ant-notification-notice-closable .ant-notification-notice-message{padding-right:0;padding-left:24px}.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-description,.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-message{margin-right:48px;margin-left:0}.ant-notification-rtl .ant-notification-notice-icon{margin-right:4px;margin-left:0}.ant-notification-rtl .ant-notification-notice-close{right:auto;left:22px}.ant-notification-rtl .ant-notification-notice-btn{float:left}.ant-notification-bottom,.ant-notification-top{margin-right:0;margin-left:0}.ant-notification-top .ant-notification-fade-appear.ant-notification-fade-appear-active,.ant-notification-top .ant-notification-fade-enter.ant-notification-fade-enter-active{animation-name:NotificationTopFadeIn}.ant-notification-bottom .ant-notification-fade-appear.ant-notification-fade-appear-active,.ant-notification-bottom .ant-notification-fade-enter.ant-notification-fade-enter-active{animation-name:NotificationBottomFadeIn}.ant-notification-bottomLeft,.ant-notification-topLeft{margin-right:0;margin-left:24px}.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active{animation-name:NotificationLeftFadeIn}@keyframes NotificationTopFadeIn{0%{margin-top:-100%;opacity:0}to{margin-top:0;opacity:1}}@keyframes NotificationBottomFadeIn{0%{margin-bottom:-100%;opacity:0}to{margin-bottom:0;opacity:1}}@keyframes NotificationLeftFadeIn{0%{right:384px;opacity:0}to{right:0;opacity:1}}.ant-page-header{box-sizing:border-box;margin:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;padding:16px 24px;background-color:#e2e8f0}.ant-page-header-ghost{background-color:inherit}.ant-page-header.has-breadcrumb{padding-top:12px}.ant-page-header.has-footer{padding-bottom:0}.ant-page-header-back{margin-right:16px;font-size:16px;line-height:1}.ant-page-header-back-button{color:var(--theme-color-action);outline:none;cursor:pointer;transition:color .3s;color:#000}.ant-page-header-back-button:focus-visible,.ant-page-header-back-button:hover{color:var(--theme-color-action-hover)}.ant-page-header-back-button:active{color:#000}.ant-page-header .ant-divider-vertical{height:14px;margin:0 12px;vertical-align:middle}.ant-breadcrumb+.ant-page-header-heading{margin-top:8px}.ant-page-header-heading{display:flex;justify-content:space-between}.ant-page-header-heading-left{display:flex;align-items:center;margin:4px 0;overflow:hidden}.ant-page-header-heading-title{margin-right:12px;margin-bottom:0;color:rgba(0,0,0,.85);font-weight:600;font-size:20px;line-height:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-page-header-heading .ant-avatar{margin-right:12px}.ant-page-header-heading-sub-title{margin-right:12px;color:rgba(0,0,0,.45);font-size:14px;line-height:1.5715;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-page-header-heading-extra{margin:4px 0;white-space:nowrap}.ant-page-header-heading-extra>*{white-space:unset}.ant-page-header-content{padding-top:12px}.ant-page-header-footer{margin-top:16px}.ant-page-header-footer .ant-tabs>.ant-tabs-nav{margin:0}.ant-page-header-footer .ant-tabs>.ant-tabs-nav:before{border:none}.ant-page-header-footer .ant-tabs .ant-tabs-tab{padding-top:8px;padding-bottom:8px;font-size:16px}.ant-page-header-compact .ant-page-header-heading{flex-wrap:wrap}.ant-page-header-rtl{direction:rtl}.ant-page-header-rtl .ant-page-header-back{float:right;margin-right:0;margin-left:16px}.ant-page-header-rtl .ant-page-header-heading .ant-avatar,.ant-page-header-rtl .ant-page-header-heading-title{margin-right:0;margin-left:12px}.ant-page-header-rtl .ant-page-header-heading-sub-title{float:right;margin-right:0;margin-left:12px}.ant-page-header-rtl .ant-page-header-heading-tags{float:right}.ant-page-header-rtl .ant-page-header-heading-extra{float:left}.ant-page-header-rtl .ant-page-header-heading-extra>*{margin-right:12px;margin-left:0}.ant-page-header-rtl .ant-page-header-heading-extra>:first-child{margin-right:0}.ant-page-header-rtl .ant-page-header-footer .ant-tabs-bar .ant-tabs-nav{float:right}.ant-pagination{box-sizing:border-box;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;font-feature-settings:"tnum"}.ant-pagination,.ant-pagination ol,.ant-pagination ul{margin:0;padding:0;list-style:none}.ant-pagination:after{display:block;clear:both;height:0;overflow:hidden;visibility:hidden;content:" "}.ant-pagination-item,.ant-pagination-total-text{display:inline-block;height:32px;margin-right:8px;line-height:30px;vertical-align:middle}.ant-pagination-item{min-width:32px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;text-align:center;list-style:none;background-color:#e2e8f0;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners);outline:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-pagination-item a{display:block;padding:0 6px;color:rgba(0,0,0,.85);transition:none}.ant-pagination-item a:hover{text-decoration:none}.ant-pagination-item:hover{border-color:#6544e9;transition:all .3s}.ant-pagination-item:hover a{color:#6544e9}.ant-pagination-item:focus-visible{border-color:#6544e9;transition:all .3s}.ant-pagination-item:focus-visible a{color:#6544e9}.ant-pagination-item-active{font-weight:500;background:#e2e8f0;border-color:#6544e9}.ant-pagination-item-active a{color:#6544e9}.ant-pagination-item-active:hover{border-color:#6544e9}.ant-pagination-item-active:focus-visible{border-color:#6544e9}.ant-pagination-item-active:hover a{color:#6544e9}.ant-pagination-item-active:focus-visible a{color:#6544e9}.ant-pagination-jump-next,.ant-pagination-jump-prev{outline:0}.ant-pagination-jump-next .ant-pagination-item-container,.ant-pagination-jump-prev .ant-pagination-item-container{position:relative}.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon,.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon{color:#6544e9;font-size:12px;letter-spacing:-1px;opacity:0;transition:all .2s}.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg,.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg{top:0;right:0;bottom:0;left:0;margin:auto}.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis,.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis{position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:auto;color:rgba(0,0,0,.25);font-family:Arial,Helvetica,sans-serif;letter-spacing:2px;text-align:center;text-indent:.13em;opacity:1;transition:all .2s}.ant-pagination-jump-next:hover .ant-pagination-item-link-icon,.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon{opacity:1}.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis,.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis{opacity:0}.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon,.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon{opacity:1}.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis,.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis{opacity:0}.ant-pagination-jump-next,.ant-pagination-jump-prev,.ant-pagination-prev{margin-right:8px}.ant-pagination-jump-next,.ant-pagination-jump-prev,.ant-pagination-next,.ant-pagination-prev{display:inline-block;min-width:32px;height:32px;color:rgba(0,0,0,.85);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:32px;text-align:center;vertical-align:middle;list-style:none;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:all .3s}.ant-pagination-next,.ant-pagination-prev{font-family:Arial,Helvetica,sans-serif;outline:0}.ant-pagination-next button,.ant-pagination-prev button{color:rgba(0,0,0,.85);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-pagination-next:hover button,.ant-pagination-prev:hover button{border-color:#6544e9}.ant-pagination-next .ant-pagination-item-link,.ant-pagination-prev .ant-pagination-item-link{display:block;width:100%;height:100%;padding:0;font-size:12px;text-align:center;background-color:#e2e8f0;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners);outline:none;transition:all .3s}.ant-pagination-next:focus-visible .ant-pagination-item-link,.ant-pagination-prev:focus-visible .ant-pagination-item-link{color:#6544e9;border-color:#6544e9}.ant-pagination-next:hover .ant-pagination-item-link,.ant-pagination-prev:hover .ant-pagination-item-link{color:#6544e9;border-color:#6544e9}.ant-pagination-disabled,.ant-pagination-disabled:hover{cursor:not-allowed}.ant-pagination-disabled .ant-pagination-item-link,.ant-pagination-disabled:hover .ant-pagination-item-link{color:rgba(0,0,0,.25);border-color:#d9d9d9;cursor:not-allowed}.ant-pagination-disabled:focus-visible{cursor:not-allowed}.ant-pagination-disabled:focus-visible .ant-pagination-item-link{color:rgba(0,0,0,.25);border-color:#d9d9d9;cursor:not-allowed}.ant-pagination-slash{margin:0 10px 0 5px}.ant-pagination-options{display:inline-block;margin-left:16px;vertical-align:middle}@media (-ms-high-contrast:none){.ant-pagination-options,.ant-pagination-options ::-ms-backdrop{vertical-align:top}}.ant-pagination-options-size-changer.ant-select{display:inline-block;width:auto}.ant-pagination-options-quick-jumper{display:inline-block;height:32px;margin-left:8px;line-height:32px;vertical-align:top}.ant-pagination-options-quick-jumper input{position:relative;display:inline-block;width:100%;min-width:0;padding:4px 11px;color:rgba(0,0,0,.85);font-size:14px;line-height:1.5715;background-color:#e2e8f0;background-image:none;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners);transition:all .3s;width:50px;height:32px;margin:0 8px}.ant-pagination-options-quick-jumper input::-moz-placeholder{color:#bfbfbf;-moz-user-select:none;user-select:none}.ant-pagination-options-quick-jumper input::placeholder{color:#bfbfbf;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-pagination-options-quick-jumper input:-moz-placeholder-shown{text-overflow:ellipsis}.ant-pagination-options-quick-jumper input:placeholder-shown{text-overflow:ellipsis}.ant-pagination-options-quick-jumper input:hover{border-color:#6544e9;border-right-width:1px}.ant-input-rtl .ant-pagination-options-quick-jumper input:hover{border-right-width:0;border-left-width:1px!important}.ant-pagination-options-quick-jumper input-focused,.ant-pagination-options-quick-jumper input:focus{border-color:#2386e2;box-shadow:0 0 0 2px rgba(101,68,233,.2);border-right-width:1px;outline:0}.ant-input-rtl .ant-pagination-options-quick-jumper input-focused,.ant-input-rtl .ant-pagination-options-quick-jumper input:focus{border-right-width:0;border-left-width:1px!important}.ant-pagination-options-quick-jumper input-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-pagination-options-quick-jumper input-disabled:hover{border-color:#d9d9d9;border-right-width:1px}.ant-pagination-options-quick-jumper input[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-pagination-options-quick-jumper input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px}.ant-pagination-options-quick-jumper input-borderless,.ant-pagination-options-quick-jumper input-borderless-disabled,.ant-pagination-options-quick-jumper input-borderless-focused,.ant-pagination-options-quick-jumper input-borderless:focus,.ant-pagination-options-quick-jumper input-borderless:hover,.ant-pagination-options-quick-jumper input-borderless[disabled]{background-color:transparent;border:none;box-shadow:none}textarea.ant-pagination-options-quick-jumper input{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;transition:all .3s,height 0s}.ant-pagination-options-quick-jumper input-lg{padding:6.5px 11px;font-size:16px}.ant-pagination-options-quick-jumper input-sm{padding:0 7px}.ant-pagination-options-quick-jumper input-rtl{direction:rtl}.ant-pagination-simple .ant-pagination-next,.ant-pagination-simple .ant-pagination-prev{height:24px;line-height:24px;vertical-align:top}.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link,.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link{height:24px;background-color:transparent;border:0}.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:after,.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link:after{height:24px;line-height:24px}.ant-pagination-simple .ant-pagination-simple-pager{display:inline-block;height:24px;margin-right:8px}.ant-pagination-simple .ant-pagination-simple-pager input{box-sizing:border-box;height:100%;margin-right:8px;padding:0 6px;text-align:center;background-color:#e2e8f0;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners);outline:none;transition:border-color .3s}.ant-pagination-simple .ant-pagination-simple-pager input:hover{border-color:#6544e9}.ant-pagination-simple .ant-pagination-simple-pager input:focus{border-color:#2386e2;box-shadow:0 0 0 2px rgba(101,68,233,.2)}.ant-pagination-simple .ant-pagination-simple-pager input[disabled]{color:rgba(0,0,0,.25);background:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed}.ant-pagination.ant-pagination-mini .ant-pagination-simple-pager,.ant-pagination.ant-pagination-mini .ant-pagination-total-text{height:24px;line-height:24px}.ant-pagination.ant-pagination-mini .ant-pagination-item{min-width:24px;height:24px;margin:0;line-height:22px}.ant-pagination.ant-pagination-mini .ant-pagination-item:not(.ant-pagination-item-active){background:transparent;border-color:transparent}.ant-pagination.ant-pagination-mini .ant-pagination-next,.ant-pagination.ant-pagination-mini .ant-pagination-prev{min-width:24px;height:24px;margin:0;line-height:24px}.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link,.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link{background:transparent;border-color:transparent}.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link:after,.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link:after{height:24px;line-height:24px}.ant-pagination.ant-pagination-mini .ant-pagination-jump-next,.ant-pagination.ant-pagination-mini .ant-pagination-jump-prev{height:24px;margin-right:0;line-height:24px}.ant-pagination.ant-pagination-mini .ant-pagination-options{margin-left:2px}.ant-pagination.ant-pagination-mini .ant-pagination-options-size-changer{top:0}.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper{height:24px;line-height:24px}.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper input{padding:0 7px;width:44px;height:24px}.ant-pagination.ant-pagination-disabled{cursor:not-allowed}.ant-pagination.ant-pagination-disabled .ant-pagination-item{background:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed}.ant-pagination.ant-pagination-disabled .ant-pagination-item a{color:rgba(0,0,0,.25);background:transparent;border:none;cursor:not-allowed}.ant-pagination.ant-pagination-disabled .ant-pagination-item-active{background:#e6e6e6}.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a{color:rgba(0,0,0,.25)}.ant-pagination.ant-pagination-disabled .ant-pagination-item-link{color:rgba(0,0,0,.25);background:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed}.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link{background:transparent}.ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon{opacity:0}.ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis{opacity:1}.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager{color:rgba(0,0,0,.25)}@media only screen and (max-width:992px){.ant-pagination-item-after-jump-prev,.ant-pagination-item-before-jump-next{display:none}}@media only screen and (max-width:576px){.ant-pagination-options{display:none}}.ant-pagination-rtl .ant-pagination-item,.ant-pagination-rtl .ant-pagination-jump-next,.ant-pagination-rtl .ant-pagination-jump-prev,.ant-pagination-rtl .ant-pagination-prev,.ant-pagination-rtl .ant-pagination-total-text{margin-right:0;margin-left:8px}.ant-pagination-rtl .ant-pagination-slash{margin:0 5px 0 10px}.ant-pagination-rtl .ant-pagination-options{margin-right:16px;margin-left:0}.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select{margin-right:0;margin-left:8px}.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper{margin-left:0}.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager,.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input{margin-right:0;margin-left:8px}.ant-pagination-rtl.ant-pagination.mini .ant-pagination-options{margin-right:2px;margin-left:0}.ant-popconfirm{z-index:1060}.ant-popover{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;top:0;left:0;z-index:1030;max-width:100vw;font-weight:400;white-space:normal;text-align:left;cursor:auto;-webkit-user-select:text;-moz-user-select:text;user-select:text}.ant-popover-content{position:relative}.ant-popover:after{position:absolute;background:hsla(0,0%,100%,.01);content:""}.ant-popover-hidden{display:none}.ant-popover-placement-top,.ant-popover-placement-topLeft,.ant-popover-placement-topRight{padding-bottom:15.3137085px}.ant-popover-placement-right,.ant-popover-placement-rightBottom,.ant-popover-placement-rightTop{padding-left:15.3137085px}.ant-popover-placement-bottom,.ant-popover-placement-bottomLeft,.ant-popover-placement-bottomRight{padding-top:15.3137085px}.ant-popover-placement-left,.ant-popover-placement-leftBottom,.ant-popover-placement-leftTop{padding-right:15.3137085px}.ant-popover-inner{background-color:#e2e8f0;background-clip:padding-box;border-radius:var(--theme-rounded-corners);box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05)}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ant-popover-inner{box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05)}}.ant-popover-title{min-width:177px;min-height:32px;margin:0;padding:5px 16px 4px;color:rgba(0,0,0,.85);font-weight:500;border-bottom:1px solid #f0f0f0}.ant-popover-inner-content{width:-moz-max-content;width:max-content;max-width:100%;padding:12px 16px;color:rgba(0,0,0,.85)}.ant-popover-message{display:flex;padding:4px 0 12px;color:rgba(0,0,0,.85);font-size:14px}.ant-popover-message-icon{display:inline-block;margin-right:8px;color:#faad14;font-size:14px}.ant-popover-buttons{margin-bottom:4px;text-align:right}.ant-popover-buttons button:not(:first-child){margin-left:8px}.ant-popover-arrow{position:absolute;display:block;width:22px;height:22px;overflow:hidden;background:transparent;pointer-events:none}.ant-popover-arrow-content{--antd-arrow-background-color:#e2e8f0;position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:11.3137085px;height:11.3137085px;margin:auto;content:"";pointer-events:auto;border-radius:0 0 2px;pointer-events:none}.ant-popover-arrow-content:before{position:absolute;top:-11.3137085px;left:-11.3137085px;width:33.9411255px;height:33.9411255px;background:var(--antd-arrow-background-color);background-repeat:no-repeat;background-position:-10px -10px;content:"";-webkit-clip-path:inset(33% 33%);clip-path:inset(33% 33%);-webkit-clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z")}.ant-popover-placement-top .ant-popover-arrow,.ant-popover-placement-topLeft .ant-popover-arrow,.ant-popover-placement-topRight .ant-popover-arrow{bottom:0;transform:translateY(100%)}.ant-popover-placement-top .ant-popover-arrow-content,.ant-popover-placement-topLeft .ant-popover-arrow-content,.ant-popover-placement-topRight .ant-popover-arrow-content{box-shadow:3px 3px 7px rgba(0,0,0,.07);transform:translateY(-11px) rotate(45deg)}.ant-popover-placement-top .ant-popover-arrow{left:50%;transform:translateY(100%) translateX(-50%)}.ant-popover-placement-topLeft .ant-popover-arrow{left:16px}.ant-popover-placement-topRight .ant-popover-arrow{right:16px}.ant-popover-placement-right .ant-popover-arrow,.ant-popover-placement-rightBottom .ant-popover-arrow,.ant-popover-placement-rightTop .ant-popover-arrow{left:0;transform:translateX(-100%)}.ant-popover-placement-right .ant-popover-arrow-content,.ant-popover-placement-rightBottom .ant-popover-arrow-content,.ant-popover-placement-rightTop .ant-popover-arrow-content{box-shadow:3px 3px 7px rgba(0,0,0,.07);transform:translateX(11px) rotate(135deg)}.ant-popover-placement-right .ant-popover-arrow{top:50%;transform:translateX(-100%) translateY(-50%)}.ant-popover-placement-rightTop .ant-popover-arrow{top:12px}.ant-popover-placement-rightBottom .ant-popover-arrow{bottom:12px}.ant-popover-placement-bottom .ant-popover-arrow,.ant-popover-placement-bottomLeft .ant-popover-arrow,.ant-popover-placement-bottomRight .ant-popover-arrow{top:0;transform:translateY(-100%)}.ant-popover-placement-bottom .ant-popover-arrow-content,.ant-popover-placement-bottomLeft .ant-popover-arrow-content,.ant-popover-placement-bottomRight .ant-popover-arrow-content{box-shadow:2px 2px 5px rgba(0,0,0,.06);transform:translateY(11px) rotate(-135deg)}.ant-popover-placement-bottom .ant-popover-arrow{left:50%;transform:translateY(-100%) translateX(-50%)}.ant-popover-placement-bottomLeft .ant-popover-arrow{left:16px}.ant-popover-placement-bottomRight .ant-popover-arrow{right:16px}.ant-popover-placement-left .ant-popover-arrow,.ant-popover-placement-leftBottom .ant-popover-arrow,.ant-popover-placement-leftTop .ant-popover-arrow{right:0;transform:translateX(100%)}.ant-popover-placement-left .ant-popover-arrow-content,.ant-popover-placement-leftBottom .ant-popover-arrow-content,.ant-popover-placement-leftTop .ant-popover-arrow-content{box-shadow:3px 3px 7px rgba(0,0,0,.07);transform:translateX(-11px) rotate(-45deg)}.ant-popover-placement-left .ant-popover-arrow{top:50%;transform:translateX(100%) translateY(-50%)}.ant-popover-placement-leftTop .ant-popover-arrow{top:12px}.ant-popover-placement-leftBottom .ant-popover-arrow{bottom:12px}.ant-popover-magenta .ant-popover-arrow-content,.ant-popover-magenta .ant-popover-inner,.ant-popover-pink .ant-popover-arrow-content,.ant-popover-pink .ant-popover-inner{background-color:#eb2f96}.ant-popover-red .ant-popover-arrow-content,.ant-popover-red .ant-popover-inner{background-color:#f5222d}.ant-popover-volcano .ant-popover-arrow-content,.ant-popover-volcano .ant-popover-inner{background-color:#fa541c}.ant-popover-orange .ant-popover-arrow-content,.ant-popover-orange .ant-popover-inner{background-color:#fa8c16}.ant-popover-yellow .ant-popover-arrow-content,.ant-popover-yellow .ant-popover-inner{background-color:#fadb14}.ant-popover-gold .ant-popover-arrow-content,.ant-popover-gold .ant-popover-inner{background-color:#faad14}.ant-popover-cyan .ant-popover-arrow-content,.ant-popover-cyan .ant-popover-inner{background-color:#13c2c2}.ant-popover-lime .ant-popover-arrow-content,.ant-popover-lime .ant-popover-inner{background-color:#a0d911}.ant-popover-green .ant-popover-arrow-content,.ant-popover-green .ant-popover-inner{background-color:#52c41a}.ant-popover-blue .ant-popover-arrow-content,.ant-popover-blue .ant-popover-inner{background-color:#1890ff}.ant-popover-geekblue .ant-popover-arrow-content,.ant-popover-geekblue .ant-popover-inner{background-color:#2f54eb}.ant-popover-purple .ant-popover-arrow-content,.ant-popover-purple .ant-popover-inner{background-color:#722ed1}.ant-popover-rtl{direction:rtl;text-align:right}.ant-popover-rtl .ant-popover-message-icon{margin-right:0;margin-left:8px}.ant-popover-rtl .ant-popover-message-title{padding-left:16px}.ant-popover-rtl .ant-popover-buttons{text-align:left}.ant-popover-rtl .ant-popover-buttons button{margin-right:8px;margin-left:0}.ant-progress{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block}.ant-progress-line{position:relative;width:100%;font-size:14px}.ant-progress-steps{display:inline-block}.ant-progress-steps-outer{display:flex;flex-direction:row;align-items:center}.ant-progress-steps-item{flex-shrink:0;min-width:2px;margin-right:2px;background:#f3f3f3;transition:all .3s}.ant-progress-steps-item-active{background:#1890ff}.ant-progress-small.ant-progress-line,.ant-progress-small.ant-progress-line .ant-progress-text .anticon{font-size:12px}.ant-progress-outer{display:inline-block;width:100%;margin-right:0;padding-right:0}.ant-progress-show-info .ant-progress-outer{margin-right:calc(-2em - 8px);padding-right:calc(2em + 8px)}.ant-progress-inner{position:relative;display:inline-block;width:100%;overflow:hidden;vertical-align:middle;background-color:#f5f5f5;border-radius:100px}.ant-progress-circle-trail{stroke:#f5f5f5}.ant-progress-circle-path{animation:ant-progress-appear .3s}.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path{stroke:#1890ff}.ant-progress-bg,.ant-progress-success-bg{position:relative;background-color:#1890ff;border-radius:100px;transition:all .4s cubic-bezier(.08,.82,.17,1) 0s}.ant-progress-success-bg{position:absolute;top:0;left:0;background-color:#52c41a}.ant-progress-text{display:inline-block;width:2em;margin-left:8px;color:rgba(0,0,0,.85);font-size:1em;line-height:1;white-space:nowrap;text-align:left;vertical-align:middle;word-break:normal}.ant-progress-text .anticon{font-size:14px}.ant-progress-status-active .ant-progress-bg:before{position:absolute;top:0;right:0;bottom:0;left:0;background:#e2e8f0;border-radius:10px;opacity:0;animation:ant-progress-active 2.4s cubic-bezier(.23,1,.32,1) infinite;content:""}.ant-progress-status-exception .ant-progress-bg{background-color:#ff4d4f}.ant-progress-status-exception .ant-progress-text{color:#ff4d4f}.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path{stroke:#ff4d4f}.ant-progress-status-success .ant-progress-bg{background-color:#52c41a}.ant-progress-status-success .ant-progress-text{color:#52c41a}.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path{stroke:#52c41a}.ant-progress-circle .ant-progress-inner{position:relative;line-height:1;background-color:transparent}.ant-progress-circle .ant-progress-text{position:absolute;top:50%;left:50%;width:100%;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:1em;line-height:1;white-space:normal;text-align:center;transform:translate(-50%,-50%)}.ant-progress-circle .ant-progress-text .anticon{font-size:1.16666667em}.ant-progress-circle.ant-progress-status-exception .ant-progress-text{color:#ff4d4f}.ant-progress-circle.ant-progress-status-success .ant-progress-text{color:#52c41a}@keyframes ant-progress-active{0%{transform:translateX(-100%) scaleX(0);opacity:.1}20%{transform:translateX(-100%) scaleX(0);opacity:.5}to{transform:translateX(0) scaleX(1);opacity:0}}.ant-progress-rtl{direction:rtl}.ant-progress-rtl.ant-progress-show-info .ant-progress-outer{margin-right:0;margin-left:calc(-2em - 8px);padding-right:0;padding-left:calc(2em + 8px)}.ant-progress-rtl .ant-progress-success-bg{right:0;left:auto}.ant-progress-rtl.ant-progress-line .ant-progress-text,.ant-progress-rtl.ant-progress-steps .ant-progress-text{margin-right:8px;margin-left:0;text-align:right}.ant-radio-group{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block;font-size:0}.ant-radio-group .ant-badge-count{z-index:1}.ant-radio-group>.ant-badge:not(:first-child)>.ant-radio-button-wrapper{border-left:none}.ant-radio-wrapper{box-sizing:border-box;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-flex;align-items:baseline;margin:0 8px 0 0;cursor:pointer}.ant-radio-wrapper-disabled{cursor:not-allowed}.ant-radio-wrapper:after{display:inline-block;width:0;overflow:hidden;content:"\a0"}.ant-radio-wrapper.ant-radio-wrapper-in-form-item input[type=radio]{width:14px;height:14px}.ant-radio{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;top:.2em;display:inline-block;outline:none;cursor:pointer}.ant-radio-input:focus+.ant-radio-inner,.ant-radio-wrapper:hover .ant-radio,.ant-radio:hover .ant-radio-inner{border-color:#6544e9}.ant-radio-input:focus+.ant-radio-inner{box-shadow:0 0 0 3px rgba(101,68,233,.12)}.ant-radio-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #6544e9;border-radius:50%;visibility:hidden;animation:antRadioEffect .36s ease-in-out;animation-fill-mode:both;content:""}.ant-radio-wrapper:hover .ant-radio:after,.ant-radio:hover:after{visibility:visible}.ant-radio-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;background-color:#e2e8f0;border:1px solid #d9d9d9;border-radius:50%;transition:all .3s}.ant-radio-inner:after{position:absolute;top:50%;left:50%;display:block;width:16px;height:16px;margin-top:-8px;margin-left:-8px;background-color:#6544e9;border-top:0;border-left:0;border-radius:16px;transform:scale(0);opacity:0;transition:all .3s cubic-bezier(.78,.14,.15,.86);content:" "}.ant-radio-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;cursor:pointer;opacity:0}.ant-radio.ant-radio-disabled .ant-radio-inner{border-color:#d9d9d9}.ant-radio-checked .ant-radio-inner{border-color:#6544e9}.ant-radio-checked .ant-radio-inner:after{transform:scale(.5);opacity:1;transition:all .3s cubic-bezier(.78,.14,.15,.86)}.ant-radio-disabled{cursor:not-allowed}.ant-radio-disabled .ant-radio-inner{background-color:#f5f5f5;cursor:not-allowed}.ant-radio-disabled .ant-radio-inner:after{background-color:rgba(0,0,0,.2)}.ant-radio-disabled .ant-radio-input{cursor:not-allowed}.ant-radio-disabled+span{color:rgba(0,0,0,.25);cursor:not-allowed}span.ant-radio+*{padding-right:8px;padding-left:8px}.ant-radio-button-wrapper{position:relative;display:inline-block;height:32px;margin:0;padding:0 15px;color:rgba(0,0,0,.85);font-size:14px;line-height:30px;background:#e2e8f0;border-color:#d9d9d9;border-style:solid;border-width:1.02px 1px 1px 0;cursor:pointer;transition:color .3s,background .3s,border-color .3s,box-shadow .3s}.ant-radio-button-wrapper a{color:rgba(0,0,0,.85)}.ant-radio-button-wrapper>.ant-radio-button{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%}.ant-radio-group-large .ant-radio-button-wrapper{height:40px;font-size:16px;line-height:38px}.ant-radio-group-small .ant-radio-button-wrapper{height:24px;padding:0 7px;line-height:22px}.ant-radio-button-wrapper:not(:first-child):before{position:absolute;top:-1px;left:-1px;display:block;box-sizing:content-box;width:1px;height:100%;padding:1px 0;background-color:#d9d9d9;transition:background-color .3s;content:""}.ant-radio-button-wrapper:first-child{border-left:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners) 0 0 var(--theme-rounded-corners)}.ant-radio-button-wrapper:last-child{border-radius:0 var(--theme-rounded-corners) var(--theme-rounded-corners) 0}.ant-radio-button-wrapper:first-child:last-child{border-radius:var(--theme-rounded-corners)}.ant-radio-button-wrapper:hover{position:relative;color:#6544e9}.ant-radio-button-wrapper:focus-within{box-shadow:0 0 0 3px rgba(101,68,233,.12)}.ant-radio-button-wrapper .ant-radio-inner,.ant-radio-button-wrapper input[type=checkbox],.ant-radio-button-wrapper input[type=radio]{width:0;height:0;opacity:0;pointer-events:none}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){z-index:1;color:#6544e9;background:#e2e8f0;border-color:#6544e9}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before{background-color:#6544e9}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child{border-color:#6544e9}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover{color:#6544e9;border-color:#6544e9}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover:before{background-color:#6544e9}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active{color:#7a5cf3;border-color:#7a5cf3}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active:before{background-color:#7a5cf3}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within{box-shadow:0 0 0 3px rgba(101,68,233,.12)}.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled),.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover{color:#e2e8f0;background:#6544e9;border-color:#6544e9}.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active{color:#e2e8f0;background:#7a5cf3;border-color:#7a5cf3}.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within{box-shadow:0 0 0 3px rgba(101,68,233,.12)}.ant-radio-button-wrapper-disabled{cursor:not-allowed}.ant-radio-button-wrapper-disabled,.ant-radio-button-wrapper-disabled:first-child,.ant-radio-button-wrapper-disabled:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9}.ant-radio-button-wrapper-disabled:first-child{border-left-color:#d9d9d9}.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked{color:rgba(0,0,0,.25);background-color:#e6e6e6;border-color:#d9d9d9;box-shadow:none}@keyframes antRadioEffect{0%{transform:scale(1);opacity:.5}to{transform:scale(1.6);opacity:0}}.ant-radio-group.ant-radio-group-rtl{direction:rtl}.ant-radio-wrapper.ant-radio-wrapper-rtl{margin-right:0;margin-left:8px;direction:rtl}.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl{border-right-width:0;border-left-width:1px}.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child):before{right:-1px;left:0}.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child{border-right:1px solid #d9d9d9;border-radius:0 var(--theme-rounded-corners) var(--theme-rounded-corners) 0}.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child{border-right-color:#6544e9}.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child{border-radius:var(--theme-rounded-corners) 0 0 var(--theme-rounded-corners)}.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child{border-right-color:#d9d9d9}.ant-rate{box-sizing:border-box;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;font-feature-settings:"tnum";display:inline-block;margin:0;padding:0;color:#fadb14;font-size:20px;line-height:unset;list-style:none;outline:none}.ant-rate-disabled .ant-rate-star{cursor:default}.ant-rate-disabled .ant-rate-star>div:hover{transform:scale(1)}.ant-rate-star{position:relative;display:inline-block;color:inherit;cursor:pointer}.ant-rate-star:not(:last-child){margin-right:8px}.ant-rate-star>div{transition:all .3s,outline 0s}.ant-rate-star>div:hover{transform:scale(1.1)}.ant-rate-star>div:focus{outline:0}.ant-rate-star>div:focus-visible{outline:1px dashed #fadb14;transform:scale(1.1)}.ant-rate-star-first,.ant-rate-star-second{color:#f0f0f0;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-rate-star-first .anticon,.ant-rate-star-second .anticon{vertical-align:middle}.ant-rate-star-first{position:absolute;top:0;left:0;width:50%;height:100%;overflow:hidden;opacity:0}.ant-rate-star-half .ant-rate-star-first,.ant-rate-star-half .ant-rate-star-second{opacity:1}.ant-rate-star-full .ant-rate-star-second,.ant-rate-star-half .ant-rate-star-first{color:inherit}.ant-rate-text{display:inline-block;margin:0 8px;font-size:14px}.ant-rate-rtl{direction:rtl}.ant-rate-rtl .ant-rate-star:not(:last-child){margin-right:0;margin-left:8px}.ant-rate-rtl .ant-rate-star-first{right:0;left:auto}.ant-result{padding:48px 32px}.ant-result-success .ant-result-icon>.anticon{color:#52c41a}.ant-result-error .ant-result-icon>.anticon{color:#ff4d4f}.ant-result-info .ant-result-icon>.anticon{color:#6544e9}.ant-result-warning .ant-result-icon>.anticon{color:#faad14}.ant-result-image{width:250px;height:295px;margin:auto}.ant-result-icon{margin-bottom:24px;text-align:center}.ant-result-icon>.anticon{font-size:72px}.ant-result-title{color:rgba(0,0,0,.85);font-size:24px;line-height:1.8;text-align:center}.ant-result-subtitle{color:rgba(0,0,0,.45);font-size:14px;line-height:1.6;text-align:center}.ant-result-extra{margin:24px 0 0;text-align:center}.ant-result-extra>*{margin-right:8px}.ant-result-extra>:last-child{margin-right:0}.ant-result-content{margin-top:24px;padding:24px 40px;background-color:var(--theme-color-background-main)}.ant-result-rtl{direction:rtl}.ant-result-rtl .ant-result-extra>*{margin-right:0;margin-left:8px}.ant-result-rtl .ant-result-extra>:last-child{margin-left:0}.segmented-disabled-item,.segmented-disabled-item:focus,.segmented-disabled-item:hover{color:rgba(0,0,0,.25);cursor:not-allowed}.segmented-item-selected{background-color:#fff;border-radius:var(--theme-rounded-corners);box-shadow:0 2px 8px -2px rgba(0,0,0,.05),0 1px 4px -1px rgba(0,0,0,.07),0 0 1px 0 rgba(0,0,0,.08)}.segmented-text-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:keep-all}.ant-segmented{box-sizing:border-box;margin:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block;padding:2px;color:rgba(0,0,0,.65);background-color:rgba(0,0,0,.04);border-radius:var(--theme-rounded-corners);transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-segmented-group{position:relative;display:flex;align-items:stretch;justify-items:flex-start;width:100%}.ant-segmented.ant-segmented-block{display:flex}.ant-segmented.ant-segmented-block .ant-segmented-item{flex:1 1;min-width:0}.ant-segmented:not(.ant-segmented-disabled):focus,.ant-segmented:not(.ant-segmented-disabled):hover{background-color:rgba(0,0,0,.06)}.ant-segmented-item{position:relative;text-align:center;cursor:pointer;transition:color .3s cubic-bezier(.645,.045,.355,1)}.ant-segmented-item-selected{background-color:#fff;border-radius:var(--theme-rounded-corners);box-shadow:0 2px 8px -2px rgba(0,0,0,.05),0 1px 4px -1px rgba(0,0,0,.07),0 0 1px 0 rgba(0,0,0,.08);color:#262626}.ant-segmented-item:focus,.ant-segmented-item:hover{color:#262626}.ant-segmented-item-label{min-height:28px;padding:0 11px;line-height:28px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:keep-all}.ant-segmented-item-icon+*{margin-left:6px}.ant-segmented-item-input{position:absolute;top:0;left:0;width:0;height:0;opacity:0;pointer-events:none}.ant-segmented.ant-segmented-lg .ant-segmented-item-label{min-height:36px;padding:0 11px;font-size:16px;line-height:36px}.ant-segmented.ant-segmented-sm .ant-segmented-item-label{min-height:20px;padding:0 7px;line-height:20px}.ant-segmented-item-disabled,.ant-segmented-item-disabled:focus,.ant-segmented-item-disabled:hover{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-segmented-thumb{background-color:#fff;border-radius:var(--theme-rounded-corners);box-shadow:0 2px 8px -2px rgba(0,0,0,.05),0 1px 4px -1px rgba(0,0,0,.07),0 0 1px 0 rgba(0,0,0,.08);position:absolute;top:0;left:0;width:0;height:100%;padding:4px 0}.ant-segmented-thumb-motion-appear-active{transition:transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1);will-change:transform,width}.ant-segmented.ant-segmented-rtl{direction:rtl}.ant-segmented.ant-segmented-rtl .ant-segmented-item-icon{margin-right:0;margin-left:6px}.ant-select-single .ant-select-selector{display:flex}.ant-select-single .ant-select-selector .ant-select-selection-search{position:absolute;top:0;right:11px;bottom:0;left:11px}.ant-select-single .ant-select-selector .ant-select-selection-search-input{width:100%}.ant-select-single .ant-select-selector .ant-select-selection-item,.ant-select-single .ant-select-selector .ant-select-selection-placeholder{padding:0;line-height:30px;transition:all .3s,visibility 0s}.ant-select-single .ant-select-selector .ant-select-selection-item{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-select-single .ant-select-selector .ant-select-selection-placeholder{transition:none;pointer-events:none}.ant-select-single .ant-select-selector .ant-select-selection-item:after,.ant-select-single .ant-select-selector .ant-select-selection-placeholder:after,.ant-select-single .ant-select-selector:after{display:inline-block;width:0;visibility:hidden;content:"\a0"}.ant-select-single.ant-select-show-arrow .ant-select-selection-search{right:25px}.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{padding-right:18px}.ant-select-single.ant-select-open .ant-select-selection-item{color:#bfbfbf}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{width:100%;height:32px;padding:0 11px}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input{height:30px}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after{line-height:30px}.ant-select-single.ant-select-customize-input .ant-select-selector:after{display:none}.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search{position:static;width:100%}.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder{position:absolute;right:0;left:0;padding:0 11px}.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder:after{display:none}.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector{height:40px}.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder,.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after{line-height:38px}.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input{height:38px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector{height:24px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder,.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after{line-height:22px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input{height:22px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search{right:7px;left:7px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector{padding:0 7px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search{right:28px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder{padding-right:21px}.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector{padding:0 11px}.ant-select-selection-overflow{position:relative;display:flex;flex:auto;flex-wrap:wrap;max-width:100%}.ant-select-selection-overflow-item{flex:none;align-self:center;max-width:100%}.ant-select-multiple .ant-select-selector{display:flex;flex-wrap:wrap;align-items:center;padding:1px 4px}.ant-select-show-search.ant-select-multiple .ant-select-selector{cursor:text}.ant-select-disabled.ant-select-multiple .ant-select-selector{background:#f5f5f5;cursor:not-allowed}.ant-select-multiple .ant-select-selector:after{display:inline-block;width:0;margin:2px 0;line-height:24px;visibility:hidden;content:"\a0"}.ant-select-multiple.ant-select-allow-clear .ant-select-selector,.ant-select-multiple.ant-select-show-arrow .ant-select-selector{padding-right:24px}.ant-select-multiple .ant-select-selection-item{position:relative;display:flex;flex:none;box-sizing:border-box;max-width:100%;height:24px;margin-top:2px;margin-bottom:2px;line-height:22px;background:#f5f5f5;border:1px solid #f0f0f0;border-radius:var(--theme-rounded-corners);cursor:default;transition:font-size .3s,line-height .3s,height .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-inline-end:4px;padding-inline-start:8px;padding-inline-end:4px}.ant-select-disabled.ant-select-multiple .ant-select-selection-item{color:#bfbfbf;border-color:#d9d9d9;cursor:not-allowed}.ant-select-multiple .ant-select-selection-item-content{display:inline-block;margin-right:4px;overflow:hidden;white-space:pre;text-overflow:ellipsis}.ant-select-multiple .ant-select-selection-item-remove{color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-flex;align-items:center;color:rgba(0,0,0,.45);font-weight:700;font-size:10px;line-height:inherit;cursor:pointer}.ant-select-multiple .ant-select-selection-item-remove>*{line-height:1}.ant-select-multiple .ant-select-selection-item-remove svg{display:inline-block}.ant-select-multiple .ant-select-selection-item-remove:before{display:none}.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon{display:block}.ant-select-multiple .ant-select-selection-item-remove>.anticon{vertical-align:middle}.ant-select-multiple .ant-select-selection-item-remove:hover{color:rgba(0,0,0,.75)}.ant-select-multiple .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-search{margin-inline-start:0}.ant-select-multiple .ant-select-selection-search{position:relative;max-width:100%;margin-inline-start:7px}.ant-select-multiple .ant-select-selection-search-input,.ant-select-multiple .ant-select-selection-search-mirror{height:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:24px;transition:all .3s}.ant-select-multiple .ant-select-selection-search-input{width:100%;min-width:4.1px}.ant-select-multiple .ant-select-selection-search-mirror{position:absolute;top:0;left:0;z-index:999;white-space:pre;visibility:hidden}.ant-select-multiple .ant-select-selection-placeholder{position:absolute;top:50%;right:11px;left:11px;transform:translateY(-50%);transition:all .3s}.ant-select-multiple.ant-select-lg .ant-select-selector:after{line-height:32px}.ant-select-multiple.ant-select-lg .ant-select-selection-item{height:32px;line-height:30px}.ant-select-multiple.ant-select-lg .ant-select-selection-search{height:32px;line-height:32px}.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror{height:32px;line-height:30px}.ant-select-multiple.ant-select-sm .ant-select-selector:after{line-height:16px}.ant-select-multiple.ant-select-sm .ant-select-selection-item{height:16px;line-height:14px}.ant-select-multiple.ant-select-sm .ant-select-selection-search{height:16px;line-height:16px}.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror{height:16px;line-height:14px}.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder{left:7px}.ant-select-multiple.ant-select-sm .ant-select-selection-search{margin-inline-start:3px}.ant-select-disabled .ant-select-selection-item-remove{display:none}.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector{background-color:#e2e8f0;border-color:#ff4d4f!important}.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector,.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector{border-color:#ff7875;box-shadow:0 0 0 2px rgba(255,77,79,.2);border-right-width:1px;outline:0}.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector{background-color:#e2e8f0;border-color:#faad14!important}.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector,.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector{border-color:#ffc53d;box-shadow:0 0 0 2px rgba(250,173,20,.2);border-right-width:1px;outline:0}.ant-select-status-error.ant-select-has-feedback .ant-select-clear,.ant-select-status-success.ant-select-has-feedback .ant-select-clear,.ant-select-status-validating.ant-select-has-feedback .ant-select-clear,.ant-select-status-warning.ant-select-has-feedback .ant-select-clear{right:32px}.ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,.ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,.ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value,.ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value{padding-right:42px}.ant-select{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;cursor:pointer}.ant-select:not(.ant-select-customize-input) .ant-select-selector{position:relative;background-color:#e2e8f0;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners);transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-select:not(.ant-select-customize-input) .ant-select-selector input{cursor:pointer}.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector{cursor:text}.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input{cursor:auto}.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector{border-color:#2386e2;box-shadow:0 0 0 2px rgba(101,68,233,.2);border-right-width:1px;outline:0}.ant-input-rtl .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector{border-right-width:0;border-left-width:1px!important}.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector{color:rgba(0,0,0,.25);background:#f5f5f5;cursor:not-allowed}.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector{background:#f5f5f5}.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input{cursor:not-allowed}.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input{margin:0;padding:0;background:transparent;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button{display:none;-webkit-appearance:none}.ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:#6544e9;border-right-width:1px}.ant-input-rtl .ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-right-width:0;border-left-width:1px!important}.ant-select-selection-item{flex:1 1;overflow:hidden;font-weight:400;white-space:nowrap;text-overflow:ellipsis}@media (-ms-high-contrast:none){.ant-select-selection-item,.ant-select-selection-item ::-ms-backdrop{flex:auto}}.ant-select-selection-placeholder{flex:1 1;overflow:hidden;color:#bfbfbf;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}@media (-ms-high-contrast:none){.ant-select-selection-placeholder,.ant-select-selection-placeholder ::-ms-backdrop{flex:auto}}.ant-select-arrow{display:inline-flex;color:inherit;font-style:normal;line-height:0;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;right:11px;display:flex;align-items:center;height:12px;margin-top:-6px;color:rgba(0,0,0,.25);font-size:12px;line-height:1;text-align:center;pointer-events:none}.ant-select-arrow>*{line-height:1}.ant-select-arrow svg{display:inline-block}.ant-select-arrow:before{display:none}.ant-select-arrow .ant-select-arrow-icon{display:block}.ant-select-arrow .anticon{vertical-align:top;transition:transform .3s}.ant-select-arrow .anticon>svg{vertical-align:top}.ant-select-arrow .anticon:not(.ant-select-suffix){pointer-events:auto}.ant-select-disabled .ant-select-arrow{cursor:not-allowed}.ant-select-arrow>:not(:last-child){margin-inline-end:8px}.ant-select-clear{position:absolute;top:50%;right:11px;z-index:1;display:inline-block;width:12px;height:12px;margin-top:-6px;color:rgba(0,0,0,.25);font-size:12px;font-style:normal;line-height:1;text-align:center;text-transform:none;background:#e2e8f0;cursor:pointer;opacity:0;transition:color .3s ease,opacity .15s ease;text-rendering:auto}.ant-select-clear:before{display:block}.ant-select-clear:hover{color:rgba(0,0,0,.45)}.ant-select:hover .ant-select-clear{opacity:1}.ant-select-dropdown{margin:0;color:rgba(0,0,0,.85);font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;top:-9999px;left:-9999px;z-index:1050;box-sizing:border-box;padding:4px 0;overflow:hidden;font-size:14px;font-variant:normal;background-color:#e2e8f0;border-radius:var(--theme-rounded-corners);outline:none;box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05)}.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft,.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft{animation-name:antSlideUpIn}.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft,.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft{animation-name:antSlideDownIn}.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft{animation-name:antSlideUpOut}.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft{animation-name:antSlideDownOut}.ant-select-dropdown-hidden{display:none}.ant-select-dropdown-empty{color:rgba(0,0,0,.25)}.ant-select-item-empty{color:rgba(0,0,0,.85);color:rgba(0,0,0,.25)}.ant-select-item,.ant-select-item-empty{position:relative;display:block;min-height:32px;padding:5px 12px;font-weight:400;font-size:14px;line-height:22px}.ant-select-item{color:rgba(0,0,0,.85);cursor:pointer;transition:background .3s ease}.ant-select-item-group{color:rgba(0,0,0,.45);font-size:12px;cursor:default}.ant-select-item-option{display:flex}.ant-select-item-option-content{flex:auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-select-item-option-state{flex:none}.ant-select-item-option-active:not(.ant-select-item-option-disabled){background-color:#f5f5f5}.ant-select-item-option-selected:not(.ant-select-item-option-disabled){color:rgba(0,0,0,.85);font-weight:600;background-color:#6544e9}.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state{color:#6544e9}.ant-select-item-option-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-select-item-option-disabled.ant-select-item-option-selected{background-color:#f5f5f5}.ant-select-item-option-grouped{padding-left:24px}.ant-select-lg{font-size:16px}.ant-select-borderless .ant-select-selector{background-color:transparent!important;border-color:transparent!important;box-shadow:none!important}.ant-select.ant-select-in-form-item{width:100%}.ant-select-compact-item:not(.ant-select-compact-last-item){margin-right:-1px}.ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-item-rtl{margin-right:0;margin-left:-1px}.ant-select-compact-item.ant-select-focused>*,.ant-select-compact-item:active>*,.ant-select-compact-item:focus>*,.ant-select-compact-item:hover>*{z-index:2}.ant-select-compact-item[disabled]>*{z-index:0}.ant-select-compact-item:not(.ant-select-compact-first-item):not(.ant-select-compact-last-item).ant-select>.ant-select-selector{border-radius:0}.ant-select-compact-item.ant-select-compact-first-item.ant-select:not(.ant-select-compact-last-item):not(.ant-select-compact-item-rtl)>.ant-select-selector{border-top-right-radius:0;border-bottom-right-radius:0}.ant-select-compact-item.ant-select-compact-last-item.ant-select:not(.ant-select-compact-first-item):not(.ant-select-compact-item-rtl)>.ant-select-selector,.ant-select-compact-item.ant-select.ant-select-compact-first-item.ant-select-compact-item-rtl:not(.ant-select-compact-last-item)>.ant-select-selector{border-top-left-radius:0;border-bottom-left-radius:0}.ant-select-compact-item.ant-select.ant-select-compact-last-item.ant-select-compact-item-rtl:not(.ant-select-compact-first-item)>.ant-select-selector{border-top-right-radius:0;border-bottom-right-radius:0}.ant-select-rtl{direction:rtl}.ant-select-rtl .ant-select-arrow,.ant-select-rtl .ant-select-clear{right:auto;left:11px}.ant-select-dropdown-rtl{direction:rtl}.ant-select-dropdown-rtl .ant-select-item-option-grouped{padding-right:24px;padding-left:12px}.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector,.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector{padding-right:4px;padding-left:24px}.ant-select-rtl.ant-select-multiple .ant-select-selection-item{text-align:right}.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content{margin-right:0;margin-left:4px;text-align:right}.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror{right:0;left:auto}.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder{right:11px;left:auto}.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder{right:7px}.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder{right:0;left:9px;text-align:right}.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search{right:11px;left:25px}.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{padding-right:0;padding-left:18px}.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search{right:6px}.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder{padding-right:0;padding-left:21px}.ant-skeleton{display:table;width:100%}.ant-skeleton-header{display:table-cell;padding-right:16px;vertical-align:top}.ant-skeleton-header .ant-skeleton-avatar{display:inline-block;vertical-align:top;background:hsla(0,0%,75%,.2);width:32px;height:32px;line-height:32px}.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle{border-radius:50%}.ant-skeleton-header .ant-skeleton-avatar-lg{width:40px;height:40px;line-height:40px}.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle{border-radius:50%}.ant-skeleton-header .ant-skeleton-avatar-sm{width:24px;height:24px;line-height:24px}.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle{border-radius:50%}.ant-skeleton-content{display:table-cell;width:100%;vertical-align:top}.ant-skeleton-content .ant-skeleton-title{width:100%;height:16px;background:hsla(0,0%,75%,.2);border-radius:var(--theme-rounded-corners)}.ant-skeleton-content .ant-skeleton-title+.ant-skeleton-paragraph{margin-top:24px}.ant-skeleton-content .ant-skeleton-paragraph{padding:0}.ant-skeleton-content .ant-skeleton-paragraph>li{width:100%;height:16px;list-style:none;background:hsla(0,0%,75%,.2);border-radius:var(--theme-rounded-corners)}.ant-skeleton-content .ant-skeleton-paragraph>li:last-child:not(:first-child):not(:nth-child(2)){width:61%}.ant-skeleton-content .ant-skeleton-paragraph>li+li{margin-top:16px}.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title{margin-top:12px}.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title+.ant-skeleton-paragraph{margin-top:28px}.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph>li,.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title{border-radius:100px}.ant-skeleton-active .ant-skeleton-avatar,.ant-skeleton-active .ant-skeleton-button,.ant-skeleton-active .ant-skeleton-image,.ant-skeleton-active .ant-skeleton-input,.ant-skeleton-active .ant-skeleton-paragraph>li,.ant-skeleton-active .ant-skeleton-title{position:relative;z-index:0;overflow:hidden;background:transparent}.ant-skeleton-active .ant-skeleton-avatar:after,.ant-skeleton-active .ant-skeleton-button:after,.ant-skeleton-active .ant-skeleton-image:after,.ant-skeleton-active .ant-skeleton-input:after,.ant-skeleton-active .ant-skeleton-paragraph>li:after,.ant-skeleton-active .ant-skeleton-title:after{position:absolute;top:0;right:-150%;bottom:0;left:-150%;background:linear-gradient(90deg,hsla(0,0%,75%,.2) 25%,hsla(0,0%,51%,.24) 37%,hsla(0,0%,75%,.2) 63%);animation:ant-skeleton-loading 1.4s ease infinite;content:""}.ant-skeleton.ant-skeleton-block,.ant-skeleton.ant-skeleton-block .ant-skeleton-button,.ant-skeleton.ant-skeleton-block .ant-skeleton-input{width:100%}.ant-skeleton-element{display:inline-block;width:auto}.ant-skeleton-element .ant-skeleton-button{display:inline-block;vertical-align:top;background:hsla(0,0%,75%,.2);border-radius:var(--theme-rounded-corners);width:64px;min-width:64px;height:32px;line-height:32px}.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-square{width:32px;min-width:32px}.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle{width:32px;min-width:32px;border-radius:50%}.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round{border-radius:32px}.ant-skeleton-element .ant-skeleton-button-lg{width:80px;min-width:80px;height:40px;line-height:40px}.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-square{width:40px;min-width:40px}.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle{width:40px;min-width:40px;border-radius:50%}.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round{border-radius:40px}.ant-skeleton-element .ant-skeleton-button-sm{width:48px;min-width:48px;height:24px;line-height:24px}.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-square{width:24px;min-width:24px}.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle{width:24px;min-width:24px;border-radius:50%}.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round{border-radius:24px}.ant-skeleton-element .ant-skeleton-avatar{display:inline-block;vertical-align:top;background:hsla(0,0%,75%,.2);width:32px;height:32px;line-height:32px}.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle{border-radius:50%}.ant-skeleton-element .ant-skeleton-avatar-lg{width:40px;height:40px;line-height:40px}.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle{border-radius:50%}.ant-skeleton-element .ant-skeleton-avatar-sm{width:24px;height:24px;line-height:24px}.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle{border-radius:50%}.ant-skeleton-element .ant-skeleton-input{display:inline-block;vertical-align:top;background:hsla(0,0%,75%,.2);width:160px;min-width:160px;height:32px;line-height:32px}.ant-skeleton-element .ant-skeleton-input-lg{width:200px;min-width:200px;height:40px;line-height:40px}.ant-skeleton-element .ant-skeleton-input-sm{width:120px;min-width:120px;height:24px;line-height:24px}.ant-skeleton-element .ant-skeleton-image{display:flex;align-items:center;justify-content:center;vertical-align:top;background:hsla(0,0%,75%,.2);width:96px;height:96px;line-height:96px}.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle{border-radius:50%}.ant-skeleton-element .ant-skeleton-image-path{fill:#bfbfbf}.ant-skeleton-element .ant-skeleton-image-svg{width:48px;height:48px;line-height:48px;max-width:192px;max-height:192px}.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle{border-radius:50%}@keyframes ant-skeleton-loading{0%{transform:translateX(-37.5%)}to{transform:translateX(37.5%)}}.ant-skeleton-rtl{direction:rtl}.ant-skeleton-rtl .ant-skeleton-header{padding-right:0;padding-left:16px}.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar,.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph>li,.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title{animation-name:ant-skeleton-loading-rtl}@keyframes ant-skeleton-loading-rtl{0%{background-position:0 50%}to{background-position:100% 50%}}.ant-slider{box-sizing:border-box;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;height:12px;margin:10px 6px;padding:4px 0;cursor:pointer;touch-action:none}.ant-slider-vertical{width:12px;height:100%;margin:6px 10px;padding:0 4px}.ant-slider-vertical .ant-slider-rail{width:4px;height:100%}.ant-slider-vertical .ant-slider-track{width:4px}.ant-slider-vertical .ant-slider-handle{margin-top:-6px;margin-left:-5px}.ant-slider-vertical .ant-slider-mark{top:0;left:12px;width:18px;height:100%}.ant-slider-vertical .ant-slider-mark-text{left:4px;white-space:nowrap}.ant-slider-vertical .ant-slider-step{width:4px;height:100%}.ant-slider-vertical .ant-slider-dot{top:auto;margin-left:-2px}.ant-slider-tooltip .ant-tooltip-inner{min-width:unset}.ant-slider-rtl.ant-slider-vertical .ant-slider-handle{margin-right:-5px;margin-left:0}.ant-slider-rtl.ant-slider-vertical .ant-slider-mark{right:12px;left:auto}.ant-slider-rtl.ant-slider-vertical .ant-slider-mark-text{right:4px;left:auto}.ant-slider-rtl.ant-slider-vertical .ant-slider-dot{right:2px;left:auto}.ant-slider-with-marks{margin-bottom:28px}.ant-slider-rail{width:100%;background-color:#f5f5f5}.ant-slider-rail,.ant-slider-track{position:absolute;height:4px;border-radius:var(--theme-rounded-corners);transition:background-color .3s}.ant-slider-track{background-color:#7a5cf3}.ant-slider-handle{position:absolute;width:14px;height:14px;margin-top:-5px;background-color:#e2e8f0;border:2px solid #7a5cf3;border-radius:50%;box-shadow:0;cursor:pointer;transition:border-color .3s,box-shadow .6s,transform .3s cubic-bezier(.18,.89,.32,1.28)}.ant-slider-handle-dragging{z-index:1}.ant-slider-handle:focus{border-color:#8469ed;outline:none;box-shadow:0 0 0 5px rgba(101,68,233,.12)}.ant-slider-handle.ant-tooltip-open{border-color:#6544e9}.ant-slider-handle:after{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;content:""}.ant-slider:hover .ant-slider-rail{background-color:#e1e1e1}.ant-slider:hover .ant-slider-track{background-color:#da9eff}.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open){border-color:#da9eff}.ant-slider-mark{position:absolute;top:14px;left:0;width:100%;font-size:14px}.ant-slider-mark-text{position:absolute;display:inline-block;color:rgba(0,0,0,.45);text-align:center;word-break:keep-all;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-slider-mark-text-active{color:rgba(0,0,0,.85)}.ant-slider-step{position:absolute;width:100%;height:4px;background:transparent;pointer-events:none}.ant-slider-dot{position:absolute;top:-2px;width:8px;height:8px;background-color:#e2e8f0;border:2px solid #f0f0f0;border-radius:50%;cursor:pointer}.ant-slider-dot-active{border-color:#b2a2f4}.ant-slider-disabled{cursor:not-allowed}.ant-slider-disabled .ant-slider-rail{background-color:#f5f5f5!important}.ant-slider-disabled .ant-slider-track{background-color:rgba(0,0,0,.25)!important}.ant-slider-disabled .ant-slider-dot,.ant-slider-disabled .ant-slider-handle{background-color:#e2e8f0;border-color:rgba(0,0,0,.25)!important;box-shadow:none;cursor:not-allowed}.ant-slider-disabled .ant-slider-dot,.ant-slider-disabled .ant-slider-mark-text{cursor:not-allowed!important}.ant-slider-rtl{direction:rtl}.ant-slider-rtl .ant-slider-mark{right:0;left:auto}.ant-space{display:inline-flex}.ant-space-vertical{flex-direction:column}.ant-space-align-center{align-items:center}.ant-space-align-start{align-items:flex-start}.ant-space-align-end{align-items:flex-end}.ant-space-align-baseline{align-items:baseline}.ant-space-item:empty{display:none}.ant-space-compact{display:inline-flex}.ant-space-compact-block{display:flex;width:100%}.ant-space-compact-vertical{flex-direction:column}.ant-space-compact-rtl,.ant-space-rtl{direction:rtl}.ant-spin{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;display:none;color:#6544e9;font-size:0;text-align:center;vertical-align:middle;opacity:0;transition:transform .3s cubic-bezier(.78,.14,.15,.86)}.ant-spin-spinning{position:static;display:inline-block;opacity:1}.ant-spin-nested-loading{position:relative}.ant-spin-nested-loading>div>.ant-spin{position:absolute;top:0;left:0;z-index:4;display:block;width:100%;height:100%;max-height:400px}.ant-spin-nested-loading>div>.ant-spin .ant-spin-dot{position:absolute;top:50%;left:50%;margin:-10px}.ant-spin-nested-loading>div>.ant-spin .ant-spin-text{position:absolute;top:50%;width:100%;padding-top:5px;font-size:14px;text-shadow:0 1px 2px #e2e8f0}.ant-spin-nested-loading>div>.ant-spin.ant-spin-show-text .ant-spin-dot{margin-top:-20px}.ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-dot{margin:-7px}.ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-text{padding-top:2px}.ant-spin-nested-loading>div>.ant-spin-sm.ant-spin-show-text .ant-spin-dot{margin-top:-17px}.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-dot{margin:-16px}.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-text{padding-top:11px}.ant-spin-nested-loading>div>.ant-spin-lg.ant-spin-show-text .ant-spin-dot{margin-top:-26px}.ant-spin-container{position:relative;transition:opacity .3s}.ant-spin-container:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:none\9;width:100%;height:100%;background:#e2e8f0;opacity:0;transition:all .3s;content:"";pointer-events:none}.ant-spin-blur{clear:both;opacity:.5;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.ant-spin-blur:after{opacity:.4;pointer-events:auto}.ant-spin-tip{color:rgba(0,0,0,.45)}.ant-spin-dot{position:relative;display:inline-block;font-size:20px;width:1em;height:1em}.ant-spin-dot-item{position:absolute;display:block;width:9px;height:9px;background-color:#6544e9;border-radius:100%;transform:scale(.75);transform-origin:50% 50%;opacity:.3;animation:antSpinMove 1s linear infinite alternate}.ant-spin-dot-item:first-child{top:0;left:0}.ant-spin-dot-item:nth-child(2){top:0;right:0;animation-delay:.4s}.ant-spin-dot-item:nth-child(3){right:0;bottom:0;animation-delay:.8s}.ant-spin-dot-item:nth-child(4){bottom:0;left:0;animation-delay:1.2s}.ant-spin-dot-spin{transform:rotate(0deg);animation:antRotate 1.2s linear infinite}.ant-spin-sm .ant-spin-dot{font-size:14px}.ant-spin-sm .ant-spin-dot i{width:6px;height:6px}.ant-spin-lg .ant-spin-dot{font-size:32px}.ant-spin-lg .ant-spin-dot i{width:14px;height:14px}.ant-spin.ant-spin-show-text .ant-spin-text{display:block}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.ant-spin-blur{background:#e2e8f0;opacity:.5}}@keyframes antSpinMove{to{opacity:1}}@keyframes antRotate{to{transform:rotate(1turn)}}.ant-spin-rtl{direction:rtl}.ant-spin-rtl .ant-spin-dot-spin{transform:rotate(-45deg);animation-name:antRotateRtl}@keyframes antRotateRtl{to{transform:rotate(-405deg)}}.ant-statistic{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum"}.ant-statistic-title{margin-bottom:4px;color:rgba(0,0,0,.45);font-size:14px}.ant-statistic-skeleton{padding-top:16px}.ant-statistic-content{color:rgba(0,0,0,.85);font-size:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.ant-statistic-content-value{display:inline-block;direction:ltr}.ant-statistic-content-prefix,.ant-statistic-content-suffix{display:inline-block}.ant-statistic-content-prefix{margin-right:4px}.ant-statistic-content-suffix{margin-left:4px}.ant-statistic-rtl{direction:rtl}.ant-statistic-rtl .ant-statistic-content-prefix{margin-right:0;margin-left:4px}.ant-statistic-rtl .ant-statistic-content-suffix{margin-right:4px;margin-left:0}.ant-steps{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:flex;width:100%;font-size:0;text-align:initial}.ant-steps-item{position:relative;display:inline-block;flex:1 1;overflow:hidden;vertical-align:top}.ant-steps-item-container{outline:none}.ant-steps-item:last-child{flex:none}.ant-steps-item:last-child>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after,.ant-steps-item:last-child>.ant-steps-item-container>.ant-steps-item-tail{display:none}.ant-steps-item-content,.ant-steps-item-icon{display:inline-block;vertical-align:top}.ant-steps-item-icon{width:32px;height:32px;margin:0 8px 0 0;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:32px;text-align:center;border:1px solid rgba(0,0,0,.25);border-radius:32px;transition:background-color .3s,border-color .3s}.ant-steps-item-icon .ant-steps-icon{position:relative;top:-.5px;color:#6544e9;line-height:1}.ant-steps-item-tail{position:absolute;top:12px;left:0;width:100%;padding:0 10px}.ant-steps-item-tail:after{display:inline-block;width:100%;height:1px;background:#f0f0f0;border-radius:1px;transition:background .3s;content:""}.ant-steps-item-title{position:relative;display:inline-block;padding-right:16px;color:rgba(0,0,0,.85);font-size:16px;line-height:32px}.ant-steps-item-title:after{position:absolute;top:16px;left:100%;display:block;width:9999px;height:1px;background:#f0f0f0;content:""}.ant-steps-item-subtitle{display:inline;margin-left:8px;font-weight:400}.ant-steps-item-description,.ant-steps-item-subtitle{color:rgba(0,0,0,.45);font-size:14px}.ant-steps-item-wait .ant-steps-item-icon{background-color:#e2e8f0;border-color:rgba(0,0,0,.25)}.ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon{color:rgba(0,0,0,.25)}.ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:rgba(0,0,0,.25)}.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:rgba(0,0,0,.45)}.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#f0f0f0}.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description{color:rgba(0,0,0,.45)}.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#f0f0f0}.ant-steps-item-process .ant-steps-item-icon{background-color:#e2e8f0;border-color:#6544e9}.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon{color:#6544e9}.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:#6544e9}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:rgba(0,0,0,.85)}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#f0f0f0}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description{color:rgba(0,0,0,.85)}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#f0f0f0}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-icon{background:#6544e9}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-icon .ant-steps-icon{color:#fff}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-title{font-weight:500}.ant-steps-item-finish .ant-steps-item-icon{background-color:#e2e8f0;border-color:#6544e9}.ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon{color:#6544e9}.ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:#6544e9}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:rgba(0,0,0,.85)}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#6544e9}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description{color:rgba(0,0,0,.45)}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#6544e9}.ant-steps-item-error .ant-steps-item-icon{background-color:#e2e8f0;border-color:#ff4d4f}.ant-steps-item-error .ant-steps-item-icon>.ant-steps-icon{color:#ff4d4f}.ant-steps-item-error .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:#ff4d4f}.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:#ff4d4f}.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#f0f0f0}.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description{color:#ff4d4f}.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#f0f0f0}.ant-steps-item.ant-steps-next-error .ant-steps-item-title:after{background:#ff4d4f}.ant-steps-item-disabled{cursor:not-allowed}.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]{cursor:pointer}.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-description,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-icon .ant-steps-icon,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-subtitle,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-title{transition:color .3s}.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-description,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-subtitle,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-title{color:#6544e9}.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)>.ant-steps-item-container[role=button]:hover .ant-steps-item-icon{border-color:#6544e9}.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)>.ant-steps-item-container[role=button]:hover .ant-steps-item-icon .ant-steps-icon{color:#6544e9}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item{padding-left:16px;white-space:nowrap}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child{padding-left:0}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title{padding-right:0}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail{display:none}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description{max-width:140px;white-space:normal}.ant-steps-item-custom>.ant-steps-item-container>.ant-steps-item-icon{height:auto;background:none;border:0}.ant-steps-item-custom>.ant-steps-item-container>.ant-steps-item-icon>.ant-steps-icon{top:0;left:.5px;width:32px;height:32px;font-size:24px;line-height:32px}.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon{color:#6544e9}.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon{width:auto;background:none}.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item{padding-left:12px}.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child{padding-left:0}.ant-steps-small .ant-steps-item-icon{width:24px;height:24px;margin:0 8px 0 0;font-size:12px;line-height:24px;text-align:center;border-radius:24px}.ant-steps-small .ant-steps-item-title{padding-right:12px;font-size:14px;line-height:24px}.ant-steps-small .ant-steps-item-title:after{top:12px}.ant-steps-small .ant-steps-item-description{color:rgba(0,0,0,.45);font-size:14px}.ant-steps-small .ant-steps-item-tail{top:8px}.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon{width:inherit;height:inherit;line-height:inherit;background:none;border:0;border-radius:0}.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon>.ant-steps-icon{font-size:24px;line-height:24px;transform:none}.ant-steps-vertical{display:flex;flex-direction:column}.ant-steps-vertical>.ant-steps-item{display:block;flex:1 0 auto;padding-left:0;overflow:visible}.ant-steps-vertical>.ant-steps-item .ant-steps-item-icon{float:left;margin-right:16px}.ant-steps-vertical>.ant-steps-item .ant-steps-item-content{display:block;min-height:48px;overflow:hidden}.ant-steps-vertical>.ant-steps-item .ant-steps-item-title{line-height:32px}.ant-steps-vertical>.ant-steps-item .ant-steps-item-description{padding-bottom:12px}.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{position:absolute;top:0;left:15px;width:1px;height:100%;padding:38px 0 6px}.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail:after{width:1px;height:100%}.ant-steps-vertical>.ant-steps-item:not(:last-child)>.ant-steps-item-container>.ant-steps-item-tail{display:block}.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{display:none}.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail{position:absolute;top:0;left:11px;padding:30px 0 6px}.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title{line-height:24px}.ant-steps-label-vertical .ant-steps-item{overflow:visible}.ant-steps-label-vertical .ant-steps-item-tail{margin-left:58px;padding:3.5px 24px}.ant-steps-label-vertical .ant-steps-item-content{display:block;width:116px;margin-top:8px;text-align:center}.ant-steps-label-vertical .ant-steps-item-icon{display:inline-block;margin-left:42px}.ant-steps-label-vertical .ant-steps-item-title{padding-right:0;padding-left:0}.ant-steps-label-vertical .ant-steps-item-title:after{display:none}.ant-steps-label-vertical .ant-steps-item-subtitle{display:block;margin-bottom:4px;margin-left:0;line-height:1.5715}.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon{margin-left:46px}.ant-steps-dot .ant-steps-item-title,.ant-steps-dot.ant-steps-small .ant-steps-item-title{line-height:1.5715}.ant-steps-dot .ant-steps-item-tail,.ant-steps-dot.ant-steps-small .ant-steps-item-tail{top:2px;width:100%;margin:0 0 0 70px;padding:0}.ant-steps-dot .ant-steps-item-tail:after,.ant-steps-dot.ant-steps-small .ant-steps-item-tail:after{width:calc(100% - 20px);height:3px;margin-left:12px}.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot{left:2px}.ant-steps-dot .ant-steps-item-icon,.ant-steps-dot.ant-steps-small .ant-steps-item-icon{width:8px;height:8px;margin-left:67px;padding-right:0;line-height:8px;background:transparent;border:0}.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot{position:relative;float:left;width:100%;height:100%;border-radius:100px;transition:all .3s}.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot:after,.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot:after{position:absolute;top:-12px;left:-26px;width:60px;height:32px;background:rgba(0,0,0,.001);content:""}.ant-steps-dot .ant-steps-item-content,.ant-steps-dot.ant-steps-small .ant-steps-item-content{width:140px}.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon{position:relative;top:-1px;width:10px;height:10px;line-height:10px;background:none}.ant-steps-dot .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot,.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot{left:0}.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon{margin-top:13px;margin-left:0;background:none}.ant-steps-vertical.ant-steps-dot .ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{top:6.5px;left:-9px;margin:0;padding:22px 0 4px}.ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item-icon{margin-top:10px}.ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{top:3.5px}.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot{left:0}.ant-steps-vertical.ant-steps-dot .ant-steps-item-content{width:inherit}.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon-dot{top:-1px;left:-1px}.ant-steps-navigation{padding-top:12px}.ant-steps-navigation.ant-steps-small .ant-steps-item-container{margin-left:-12px}.ant-steps-navigation .ant-steps-item{overflow:visible;text-align:center}.ant-steps-navigation .ant-steps-item-container{display:inline-block;height:100%;margin-left:-16px;padding-bottom:12px;text-align:left;transition:opacity .3s}.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content{max-width:auto}.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title{max-width:100%;padding-right:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title:after{display:none}.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role=button]{cursor:pointer}.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role=button]:hover{opacity:.85}.ant-steps-navigation .ant-steps-item:last-child{flex:1 1}.ant-steps-navigation .ant-steps-item:last-child:after{display:none}.ant-steps-navigation .ant-steps-item:after{position:absolute;top:50%;left:100%;display:inline-block;width:12px;height:12px;margin-top:-14px;margin-left:-2px;border:1px solid rgba(0,0,0,.25);border-bottom:none;border-left:none;transform:rotate(45deg);content:""}.ant-steps-navigation .ant-steps-item:before{position:absolute;bottom:0;left:50%;display:inline-block;width:0;height:2px;background-color:#6544e9;transition:width .3s,left .3s;transition-timing-function:ease-out;content:""}.ant-steps-navigation .ant-steps-item.ant-steps-item-active:before{left:0;width:100%}.ant-steps-navigation.ant-steps-vertical>.ant-steps-item{margin-right:0!important}.ant-steps-navigation.ant-steps-vertical>.ant-steps-item:before{display:none}.ant-steps-navigation.ant-steps-vertical>.ant-steps-item.ant-steps-item-active:before{top:0;right:0;left:unset;display:block;width:3px;height:calc(100% - 24px)}.ant-steps-navigation.ant-steps-vertical>.ant-steps-item:after{position:relative;top:-2px;left:50%;display:block;width:8px;height:8px;margin-bottom:8px;text-align:center;transform:rotate(135deg)}.ant-steps-navigation.ant-steps-horizontal>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail,.ant-steps-navigation.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{visibility:hidden}.ant-steps-rtl{direction:rtl}.ant-steps.ant-steps-rtl .ant-steps-item-icon{margin-right:0;margin-left:8px}.ant-steps-rtl .ant-steps-item-tail{right:0;left:auto}.ant-steps-rtl .ant-steps-item-title{padding-right:0;padding-left:16px}.ant-steps-rtl .ant-steps-item-title .ant-steps-item-subtitle{float:left;margin-right:8px;margin-left:0}.ant-steps-rtl .ant-steps-item-title:after{right:100%;left:auto}.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item{padding-right:16px;padding-left:0}.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child{padding-right:0}.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title{padding-left:0}.ant-steps-rtl .ant-steps-item-custom .ant-steps-item-icon>.ant-steps-icon{right:.5px;left:auto}.ant-steps-rtl.ant-steps-navigation.ant-steps-small .ant-steps-item-container{margin-right:-12px;margin-left:0}.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container{margin-right:-16px;margin-left:0;text-align:right}.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title{padding-left:0}.ant-steps-rtl.ant-steps-navigation .ant-steps-item:after{right:100%;left:auto;margin-right:-2px;margin-left:0;transform:rotate(225deg)}.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item{padding-right:12px;padding-left:0}.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child{padding-right:0}.ant-steps-rtl.ant-steps-small .ant-steps-item-title{padding-right:0;padding-left:12px}.ant-steps-rtl.ant-steps-vertical>.ant-steps-item .ant-steps-item-icon{float:right;margin-right:0;margin-left:16px}.ant-steps-rtl.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{right:16px;left:auto}.ant-steps-rtl.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail{right:12px;left:auto}.ant-steps-rtl.ant-steps-label-vertical .ant-steps-item-title{padding-left:0}.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail,.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail{margin:0 70px 0 0}.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail:after,.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail:after{margin-right:12px;margin-left:0}.ant-steps-rtl.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot{right:2px;left:auto}.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon,.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon{margin-right:67px;margin-left:0}.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot{float:right}.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot:after,.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot:after{right:-26px;left:auto}.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon{margin-right:0;margin-left:16px}.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{right:-9px;left:auto}.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot{right:0;left:auto}.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot{right:-2px;left:auto}.ant-steps-rtl.ant-steps-with-progress.ant-steps-vertical>.ant-steps-item{padding-right:4px}.ant-steps-rtl.ant-steps-with-progress.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{right:19px}.ant-steps-rtl.ant-steps-with-progress.ant-steps-small.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{right:15px}.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child{padding-right:4px;padding-left:0}.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active{padding-right:4px}.ant-steps-with-progress .ant-steps-item{padding-top:4px}.ant-steps-with-progress .ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{top:4px;left:19px}.ant-steps-with-progress.ant-steps-horizontal .ant-steps-item:first-child,.ant-steps-with-progress.ant-steps-small.ant-steps-horizontal .ant-steps-item:first-child{padding-bottom:4px;padding-left:4px}.ant-steps-with-progress.ant-steps-small>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{left:15px}.ant-steps-with-progress.ant-steps-vertical .ant-steps-item{padding-left:4px}.ant-steps-with-progress.ant-steps-label-vertical .ant-steps-item .ant-steps-item-tail{top:14px!important}.ant-steps-with-progress .ant-steps-item-icon{position:relative}.ant-steps-with-progress .ant-steps-item-icon .ant-progress{position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px}.ant-switch{margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;box-sizing:border-box;min-width:44px;height:22px;line-height:22px;vertical-align:middle;background-color:rgba(0,0,0,.25);border:0;border-radius:100px;cursor:pointer;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-switch:focus{outline:0;box-shadow:0 0 0 2px rgba(0,0,0,.1)}.ant-switch-checked:focus{box-shadow:0 0 0 2px #6544e9}.ant-switch:focus:hover{box-shadow:none}.ant-switch-checked{background-color:#6544e9}.ant-switch-disabled,.ant-switch-loading{cursor:not-allowed;opacity:.4}.ant-switch-disabled *,.ant-switch-loading *{box-shadow:none;cursor:not-allowed}.ant-switch-inner{display:block;margin:0 7px 0 25px;color:#fff;font-size:12px;transition:margin .2s}.ant-switch-checked .ant-switch-inner{margin:0 25px 0 7px}.ant-switch-handle{top:2px;left:2px;width:18px;height:18px}.ant-switch-handle,.ant-switch-handle:before{position:absolute;transition:all .2s ease-in-out}.ant-switch-handle:before{top:0;right:0;bottom:0;left:0;background-color:#e2e8f0;border-radius:9px;box-shadow:0 2px 4px 0 rgba(0,35,11,.2);content:""}.ant-switch-checked .ant-switch-handle{left:calc(100% - 18px - 2px)}.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle:before{right:-30%;left:0}.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle:before{right:0;left:-30%}.ant-switch-loading-icon.anticon{position:relative;top:2px;color:rgba(0,0,0,.65);vertical-align:top}.ant-switch-checked .ant-switch-loading-icon{color:#6544e9}.ant-switch-small{min-width:28px;height:16px;line-height:16px}.ant-switch-small .ant-switch-inner{margin:0 5px 0 18px;font-size:12px}.ant-switch-small .ant-switch-handle{width:12px;height:12px}.ant-switch-small .ant-switch-loading-icon{top:1.5px;font-size:9px}.ant-switch-small.ant-switch-checked .ant-switch-inner{margin:0 18px 0 5px}.ant-switch-small.ant-switch-checked .ant-switch-handle{left:calc(100% - 12px - 2px)}.ant-switch-rtl{direction:rtl}.ant-switch-rtl .ant-switch-inner{margin:0 25px 0 7px}.ant-switch-rtl .ant-switch-handle{right:2px;left:auto}.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle:before{right:0;left:-30%}.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle:before{right:-30%;left:0}.ant-switch-rtl.ant-switch-checked .ant-switch-inner{margin:0 7px 0 25px}.ant-switch-rtl.ant-switch-checked .ant-switch-handle{right:calc(100% - 18px - 2px)}.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle{right:calc(100% - 12px - 2px)}.ant-table.ant-table-middle{font-size:14px}.ant-table.ant-table-middle .ant-table-footer,.ant-table.ant-table-middle .ant-table-tbody>tr>td,.ant-table.ant-table-middle .ant-table-thead>tr>th,.ant-table.ant-table-middle .ant-table-title,.ant-table.ant-table-middle tfoot>tr>td,.ant-table.ant-table-middle tfoot>tr>th{padding:12px 8px}.ant-table.ant-table-middle .ant-table-filter-trigger{margin-right:-4px}.ant-table.ant-table-middle .ant-table-expanded-row-fixed{margin:-12px -8px}.ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table{margin:-12px -8px -12px 40px}.ant-table.ant-table-middle .ant-table-selection-column{padding-inline-start:2px}.ant-table.ant-table-small{font-size:14px}.ant-table.ant-table-small .ant-table-footer,.ant-table.ant-table-small .ant-table-tbody>tr>td,.ant-table.ant-table-small .ant-table-thead>tr>th,.ant-table.ant-table-small .ant-table-title,.ant-table.ant-table-small tfoot>tr>td,.ant-table.ant-table-small tfoot>tr>th{padding:8px}.ant-table.ant-table-small .ant-table-filter-trigger{margin-right:-4px}.ant-table.ant-table-small .ant-table-expanded-row-fixed{margin:-8px}.ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table{margin:-8px -8px -8px 40px}.ant-table.ant-table-small .ant-table-selection-column{padding-inline-start:2px}.ant-table.ant-table-bordered>.ant-table-title{border:1px solid #f0f0f0;border-bottom:0}.ant-table.ant-table-bordered>.ant-table-container{border-left:1px solid #f0f0f0}.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tfoot>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tfoot>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>thead>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tfoot>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tfoot>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tfoot>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tfoot>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>thead>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tbody>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tfoot>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tfoot>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>thead>tr>th{border-right:1px solid #f0f0f0}.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>thead>tr:not(:last-child)>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr:not(:last-child)>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>thead>tr:not(:last-child)>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>thead>tr:not(:last-child)>th{border-bottom:1px solid #f0f0f0}.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>thead>tr>th:before,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr>th:before,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>thead>tr>th:before,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>thead>tr>th:before{background-color:transparent!important}.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tfoot>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>thead>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tfoot>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tfoot>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>thead>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tbody>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tfoot>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>thead>tr>.ant-table-cell-fix-right-first:after{border-right:1px solid #f0f0f0}.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>td>.ant-table-expanded-row-fixed,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>td>.ant-table-expanded-row-fixed,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>td>.ant-table-expanded-row-fixed,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tbody>tr>td>.ant-table-expanded-row-fixed{margin:-16px -17px}.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>td>.ant-table-expanded-row-fixed:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>td>.ant-table-expanded-row-fixed:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>td>.ant-table-expanded-row-fixed:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tbody>tr>td>.ant-table-expanded-row-fixed:after{position:absolute;top:0;right:1px;bottom:0;border-right:1px solid #f0f0f0;content:""}.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table{border-top:1px solid #f0f0f0}.ant-table.ant-table-bordered.ant-table-scroll-horizontal>.ant-table-container>.ant-table-body>table>tbody>tr.ant-table-expanded-row>td,.ant-table.ant-table-bordered.ant-table-scroll-horizontal>.ant-table-container>.ant-table-body>table>tbody>tr.ant-table-placeholder>td{border-right:0}.ant-table.ant-table-bordered.ant-table-middle>.ant-table-container>.ant-table-body>table>tbody>tr>td>.ant-table-expanded-row-fixed,.ant-table.ant-table-bordered.ant-table-middle>.ant-table-container>.ant-table-content>table>tbody>tr>td>.ant-table-expanded-row-fixed{margin:-12px -9px}.ant-table.ant-table-bordered.ant-table-small>.ant-table-container>.ant-table-body>table>tbody>tr>td>.ant-table-expanded-row-fixed,.ant-table.ant-table-bordered.ant-table-small>.ant-table-container>.ant-table-content>table>tbody>tr>td>.ant-table-expanded-row-fixed{margin:-8px -9px}.ant-table.ant-table-bordered>.ant-table-footer{border:1px solid #f0f0f0;border-top:0}.ant-table-cell .ant-table-container:first-child{border-top:0}.ant-table-cell-scrollbar:not([rowspan]){box-shadow:0 1px 0 1px var(--theme-color-background-main)}.ant-table-wrapper{clear:both;max-width:100%}.ant-table-wrapper:before{display:table;content:""}.ant-table-wrapper:after{display:table;clear:both;content:""}.ant-table{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;font-size:14px;background:#e2e8f0;border-radius:var(--theme-rounded-corners)}.ant-table table{width:100%;text-align:left;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;border-collapse:separate;border-spacing:0}.ant-table tfoot>tr>td,.ant-table tfoot>tr>th,.ant-table-tbody>tr>td,.ant-table-thead>tr>th{position:relative;padding:16px;overflow-wrap:break-word}.ant-table-cell-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:keep-all}.ant-table-cell-ellipsis.ant-table-cell-fix-left-last,.ant-table-cell-ellipsis.ant-table-cell-fix-right-first{overflow:visible}.ant-table-cell-ellipsis.ant-table-cell-fix-left-last .ant-table-cell-content,.ant-table-cell-ellipsis.ant-table-cell-fix-right-first .ant-table-cell-content{display:block;overflow:hidden;text-overflow:ellipsis}.ant-table-cell-ellipsis .ant-table-column-title{overflow:hidden;text-overflow:ellipsis;word-break:keep-all}.ant-table-title{padding:16px}.ant-table-footer{padding:16px}.ant-table-footer,.ant-table-thead>tr>th{color:rgba(0,0,0,.85);background:var(--theme-color-background-main)}.ant-table-thead>tr>th{position:relative;font-weight:500;text-align:left;border-bottom:1px solid #f0f0f0;transition:background .3s ease}.ant-table-thead>tr>th[colspan]:not([colspan="1"]){text-align:center}.ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before{position:absolute;top:50%;right:0;width:1px;height:1.6em;background-color:rgba(0,0,0,.06);transform:translateY(-50%);transition:background-color .3s;content:""}.ant-table-thead>tr:not(:last-child)>th[colspan]{border-bottom:0}.ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0;transition:background .3s}.ant-table-tbody>tr>td>.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table,.ant-table-tbody>tr>td>.ant-table-wrapper:only-child .ant-table{margin:-16px -16px -16px 32px}.ant-table-tbody>tr>td>.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table-tbody>tr:last-child>td,.ant-table-tbody>tr>td>.ant-table-wrapper:only-child .ant-table-tbody>tr:last-child>td{border-bottom:0}.ant-table-tbody>tr>td>.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table-tbody>tr:last-child>td:first-child,.ant-table-tbody>tr>td>.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table-tbody>tr:last-child>td:last-child,.ant-table-tbody>tr>td>.ant-table-wrapper:only-child .ant-table-tbody>tr:last-child>td:first-child,.ant-table-tbody>tr>td>.ant-table-wrapper:only-child .ant-table-tbody>tr:last-child>td:last-child{border-radius:0}.ant-table-tbody>tr.ant-table-row:hover>td,.ant-table-tbody>tr>td.ant-table-cell-row-hover{background:var(--theme-color-background-main)}.ant-table-tbody>tr.ant-table-row-selected>td{background:#6544e9;border-color:rgba(0,0,0,.03)}.ant-table-tbody>tr.ant-table-row-selected:hover>td{background:#5d3be8}.ant-table-summary{position:relative;z-index:2;background:#e2e8f0}div.ant-table-summary{box-shadow:0 -1px 0 #f0f0f0}.ant-table-summary>tr>td,.ant-table-summary>tr>th{border-bottom:1px solid #f0f0f0}.ant-table-pagination.ant-pagination{margin:16px 0}.ant-table-pagination{display:flex;flex-wrap:wrap;row-gap:8px}.ant-table-pagination>*{flex:none}.ant-table-pagination-left{justify-content:flex-start}.ant-table-pagination-center{justify-content:center}.ant-table-pagination-right{justify-content:flex-end}.ant-table-thead th.ant-table-column-has-sorters{outline:none;cursor:pointer;transition:all .3s}.ant-table-thead th.ant-table-column-has-sorters:hover{background:rgba(0,0,0,.04)}.ant-table-thead th.ant-table-column-has-sorters:hover:before{background-color:transparent!important}.ant-table-thead th.ant-table-column-has-sorters:focus-visible{color:#6544e9}.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover,.ant-table-thead th.ant-table-column-sort{background:#f5f5f5}.ant-table-thead th.ant-table-column-sort:before{background-color:transparent!important}td.ant-table-column-sort{background:#fafafa}.ant-table-column-title{position:relative;z-index:1;flex:1 1}.ant-table-column-sorters{display:flex;flex:auto;align-items:center;justify-content:space-between}.ant-table-column-sorters:after{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;content:""}.ant-table-column-sorter{margin-left:4px;color:#bfbfbf;font-size:0;transition:color .3s}.ant-table-column-sorter-inner{display:inline-flex;flex-direction:column;align-items:center}.ant-table-column-sorter-down,.ant-table-column-sorter-up{font-size:11px}.ant-table-column-sorter-down.active,.ant-table-column-sorter-up.active{color:#6544e9}.ant-table-column-sorter-up+.ant-table-column-sorter-down{margin-top:-.3em}.ant-table-column-sorters:hover .ant-table-column-sorter{color:#a6a6a6}.ant-table-filter-column{display:flex;justify-content:space-between}.ant-table-filter-trigger{position:relative;display:flex;align-items:center;margin:-4px -8px -4px 4px;padding:0 4px;color:#bfbfbf;font-size:12px;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:all .3s}.ant-table-filter-trigger:hover{color:rgba(0,0,0,.45);background:rgba(0,0,0,.04)}.ant-table-filter-trigger.active{color:#6544e9}.ant-table-filter-dropdown{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";min-width:120px;background-color:#e2e8f0;border-radius:var(--theme-rounded-corners);box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05)}.ant-table-filter-dropdown .ant-dropdown-menu{max-height:264px;overflow-x:hidden;border:0;box-shadow:none}.ant-table-filter-dropdown .ant-dropdown-menu:empty:after{display:block;padding:8px 0;color:rgba(0,0,0,.25);font-size:12px;text-align:center;content:"Not Found"}.ant-table-filter-dropdown-tree{padding:8px 8px 0}.ant-table-filter-dropdown-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover{background-color:#f5f5f5}.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper,.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover{background-color:#2386e2}.ant-table-filter-dropdown-search{padding:8px;border-bottom:1px solid #f0f0f0}.ant-table-filter-dropdown-search-input input{min-width:140px}.ant-table-filter-dropdown-search-input .anticon{color:rgba(0,0,0,.25)}.ant-table-filter-dropdown-checkall{width:100%;margin-bottom:4px;margin-left:4px}.ant-table-filter-dropdown-submenu>ul{max-height:calc(100vh - 130px);overflow-x:hidden;overflow-y:auto}.ant-table-filter-dropdown .ant-checkbox-wrapper+span,.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper+span{padding-left:8px}.ant-table-filter-dropdown-btns{display:flex;justify-content:space-between;padding:7px 8px;overflow:hidden;background-color:inherit;border-top:1px solid #f0f0f0}.ant-table-selection-col{width:32px}.ant-table-bordered .ant-table-selection-col{width:50px}table tr td.ant-table-selection-column,table tr th.ant-table-selection-column{padding-right:8px;padding-left:8px;text-align:center}table tr td.ant-table-selection-column .ant-radio-wrapper,table tr th.ant-table-selection-column .ant-radio-wrapper{margin-right:0}table tr th.ant-table-selection-column.ant-table-cell-fix-left{z-index:3}table tr th.ant-table-selection-column:after{background-color:transparent!important}.ant-table-selection{position:relative;display:inline-flex;flex-direction:column}.ant-table-selection-extra{position:absolute;top:0;z-index:1;cursor:pointer;transition:all .3s;margin-inline-start:100%;padding-inline-start:4px}.ant-table-selection-extra .anticon{color:#bfbfbf;font-size:10px}.ant-table-selection-extra .anticon:hover{color:#a6a6a6}.ant-table-expand-icon-col{width:48px}.ant-table-row-expand-icon-cell{text-align:center}.ant-table-row-expand-icon-cell .ant-table-row-expand-icon{display:inline-flex;float:none;vertical-align:sub}.ant-table-row-indent{float:left;height:1px}.ant-table-row-expand-icon{color:var(--theme-color-action);outline:none;cursor:pointer;transition:color .3s;position:relative;float:left;box-sizing:border-box;width:17px;height:17px;padding:0;color:inherit;line-height:17px;background:#e2e8f0;border:1px solid #f0f0f0;border-radius:var(--theme-rounded-corners);transform:scale(.94117647);transition:all .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-table-row-expand-icon:focus-visible,.ant-table-row-expand-icon:hover{color:var(--theme-color-action-hover)}.ant-table-row-expand-icon:active{color:#000}.ant-table-row-expand-icon:active,.ant-table-row-expand-icon:focus,.ant-table-row-expand-icon:hover{border-color:currentcolor}.ant-table-row-expand-icon:after,.ant-table-row-expand-icon:before{position:absolute;background:currentcolor;transition:transform .3s ease-out;content:""}.ant-table-row-expand-icon:before{top:7px;right:3px;left:3px;height:1px}.ant-table-row-expand-icon:after{top:3px;bottom:3px;left:7px;width:1px;transform:rotate(90deg)}.ant-table-row-expand-icon-collapsed:before{transform:rotate(-180deg)}.ant-table-row-expand-icon-collapsed:after{transform:rotate(0deg)}.ant-table-row-expand-icon-spaced{background:transparent;border:0;visibility:hidden}.ant-table-row-expand-icon-spaced:after,.ant-table-row-expand-icon-spaced:before{display:none;content:none}.ant-table-row-indent+.ant-table-row-expand-icon{margin-top:2.5005px;margin-right:8px}tr.ant-table-expanded-row:hover>td,tr.ant-table-expanded-row>td{background:#fbfbfb}tr.ant-table-expanded-row .ant-descriptions-view{display:flex}tr.ant-table-expanded-row .ant-descriptions-view table{flex:auto;width:auto}.ant-table .ant-table-expanded-row-fixed{position:relative;margin:-16px;padding:16px}.ant-table-tbody>tr.ant-table-placeholder{text-align:center}.ant-table-empty .ant-table-tbody>tr.ant-table-placeholder{color:rgba(0,0,0,.25)}.ant-table-tbody>tr.ant-table-placeholder:hover>td{background:#e2e8f0}.ant-table-cell-fix-left,.ant-table-cell-fix-right{position:sticky!important;z-index:2;background:#e2e8f0}.ant-table-cell-fix-left-first:after,.ant-table-cell-fix-left-last:after{position:absolute;top:0;right:0;bottom:-1px;width:30px;transform:translateX(100%);transition:box-shadow .3s;content:"";pointer-events:none}.ant-table-cell-fix-left-all:after{display:none}.ant-table-cell-fix-right-first:after,.ant-table-cell-fix-right-last:after{position:absolute;top:0;bottom:-1px;left:0;width:30px;transform:translateX(-100%);transition:box-shadow .3s;content:"";pointer-events:none}.ant-table .ant-table-container:after,.ant-table .ant-table-container:before{position:absolute;top:0;bottom:0;z-index:calc(calc(2 + 1) + 1);width:30px;transition:box-shadow .3s;content:"";pointer-events:none}.ant-table .ant-table-container:before{left:0}.ant-table .ant-table-container:after{right:0}.ant-table-ping-left:not(.ant-table-has-fix-left)>.ant-table-container{position:relative}.ant-table-ping-left .ant-table-cell-fix-left-first:after,.ant-table-ping-left .ant-table-cell-fix-left-last:after,.ant-table-ping-left:not(.ant-table-has-fix-left)>.ant-table-container:before{box-shadow:inset 10px 0 8px -8px rgba(0,0,0,.15)}.ant-table-ping-left .ant-table-cell-fix-left-last:before{background-color:transparent!important}.ant-table-ping-right:not(.ant-table-has-fix-right)>.ant-table-container{position:relative}.ant-table-ping-right .ant-table-cell-fix-right-first:after,.ant-table-ping-right .ant-table-cell-fix-right-last:after,.ant-table-ping-right:not(.ant-table-has-fix-right)>.ant-table-container:after{box-shadow:inset -10px 0 8px -8px rgba(0,0,0,.15)}.ant-table-sticky-holder{position:sticky;z-index:calc(2 + 1);background:#e2e8f0}.ant-table-sticky-scroll{position:sticky;bottom:0;z-index:calc(2 + 1);display:flex;align-items:center;background:#fff;border-top:1px solid #f0f0f0;opacity:.6}.ant-table-sticky-scroll:hover{transform-origin:center bottom}.ant-table-sticky-scroll-bar{height:8px;background-color:rgba(0,0,0,.35);border-radius:4px}.ant-table-sticky-scroll-bar-active,.ant-table-sticky-scroll-bar:hover{background-color:rgba(0,0,0,.8)}@media (-ms-high-contrast:none){.ant-table-ping-left .ant-table-cell-fix-left-last:after,.ant-table-ping-right .ant-table-cell-fix-right-first:after{box-shadow:none!important}}.ant-table-title{border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0}.ant-table-title+.ant-table-container{border-top-left-radius:0;border-top-right-radius:0}.ant-table-title+.ant-table-container table,.ant-table-title+.ant-table-container table>thead>tr:first-child th:first-child,.ant-table-title+.ant-table-container table>thead>tr:first-child th:last-child{border-radius:0}.ant-table-container{border-top-right-radius:var(--theme-rounded-corners)}.ant-table-container,.ant-table-container table>thead>tr:first-child th:first-child{border-top-left-radius:var(--theme-rounded-corners)}.ant-table-container table>thead>tr:first-child th:last-child{border-top-right-radius:var(--theme-rounded-corners)}.ant-table-footer{border-radius:0 0 var(--theme-rounded-corners) var(--theme-rounded-corners)}.ant-table-rtl,.ant-table-wrapper-rtl{direction:rtl}.ant-table-wrapper-rtl .ant-table table{text-align:right}.ant-table-wrapper-rtl .ant-table-thead>tr>th[colspan]:not([colspan="1"]){text-align:center}.ant-table-wrapper-rtl .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before{right:auto;left:0}.ant-table-wrapper-rtl .ant-table-thead>tr>th{text-align:right}.ant-table-tbody>tr .ant-table-wrapper:only-child .ant-table.ant-table-rtl{margin:-16px 33px -16px -16px}.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-left{justify-content:flex-end}.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-right{justify-content:flex-start}.ant-table-wrapper-rtl .ant-table-column-sorter{margin-right:4px;margin-left:0}.ant-table-wrapper-rtl .ant-table-filter-column-title{padding:16px 16px 16px 2.3em}.ant-table-rtl .ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title{padding:0 0 0 2.3em}.ant-table-wrapper-rtl .ant-table-filter-trigger{margin:-4px 4px -4px -8px}.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown .ant-checkbox-wrapper+span,.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper+span,.ant-dropdown-rtl .ant-table-filter-dropdown .ant-checkbox-wrapper+span,.ant-dropdown-rtl .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper+span{padding-right:8px;padding-left:0}.ant-table-wrapper-rtl .ant-table-selection{text-align:center}.ant-table-wrapper-rtl .ant-table-row-expand-icon,.ant-table-wrapper-rtl .ant-table-row-indent{float:right}.ant-table-wrapper-rtl .ant-table-row-indent+.ant-table-row-expand-icon{margin-right:0;margin-left:8px}.ant-table-wrapper-rtl .ant-table-row-expand-icon:after{transform:rotate(-90deg)}.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed:before{transform:rotate(180deg)}.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed:after{transform:rotate(0deg)}.ant-tabs-small>.ant-tabs-nav .ant-tabs-tab{padding:8px 0;font-size:14px}.ant-tabs-large>.ant-tabs-nav .ant-tabs-tab{padding:16px 0;font-size:16px}.ant-tabs-card.ant-tabs-small>.ant-tabs-nav .ant-tabs-tab{padding:6px 16px}.ant-tabs-card.ant-tabs-large>.ant-tabs-nav .ant-tabs-tab{padding:7px 16px 6px}.ant-tabs-rtl{direction:rtl}.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab{margin:0 0 0 32px}.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab:last-of-type{margin-left:0}.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .anticon{margin-right:0;margin-left:12px}.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove{margin-right:8px;margin-left:-4px}.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon{margin:0}.ant-tabs-rtl.ant-tabs-left>.ant-tabs-nav{order:1}.ant-tabs-rtl.ant-tabs-left>.ant-tabs-content-holder,.ant-tabs-rtl.ant-tabs-right>.ant-tabs-nav{order:0}.ant-tabs-rtl.ant-tabs-right>.ant-tabs-content-holder{order:1}.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-add,.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-add,.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-rtl.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-add,.ant-tabs-rtl.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-rtl.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-add,.ant-tabs-rtl.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab{margin-right:2px;margin-left:0}.ant-tabs-dropdown-rtl{direction:rtl}.ant-tabs-dropdown-rtl .ant-tabs-dropdown-menu-item{text-align:right}.ant-tabs-bottom,.ant-tabs-top{flex-direction:column}.ant-tabs-bottom>.ant-tabs-nav,.ant-tabs-bottom>div>.ant-tabs-nav,.ant-tabs-top>.ant-tabs-nav,.ant-tabs-top>div>.ant-tabs-nav{margin:0 0 16px}.ant-tabs-bottom>.ant-tabs-nav:before,.ant-tabs-bottom>div>.ant-tabs-nav:before,.ant-tabs-top>.ant-tabs-nav:before,.ant-tabs-top>div>.ant-tabs-nav:before{position:absolute;right:0;left:0;border-bottom:1px solid #f0f0f0;content:""}.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-ink-bar{height:2px}.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-ink-bar-animated,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-ink-bar-animated,.ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar-animated,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-ink-bar-animated{transition:width .3s,left .3s,right .3s}.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap:before{top:0;bottom:0;width:30px}.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap:before{left:0;box-shadow:inset 10px 0 8px -8px rgba(0,0,0,.08)}.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap:after{right:0;box-shadow:inset -10px 0 8px -8px rgba(0,0,0,.08)}.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left:before,.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right:after,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left:before,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right:after,.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left:before,.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right:after,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left:before,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right:after{opacity:1}.ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-top>.ant-tabs-nav:before,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-top>div>.ant-tabs-nav:before{bottom:0}.ant-tabs-bottom>.ant-tabs-nav,.ant-tabs-bottom>div>.ant-tabs-nav{order:1;margin-top:16px;margin-bottom:0}.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-bottom>.ant-tabs-nav:before,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-bottom>div>.ant-tabs-nav:before{top:0}.ant-tabs-bottom>.ant-tabs-content-holder,.ant-tabs-bottom>div>.ant-tabs-content-holder{order:0}.ant-tabs-left>.ant-tabs-nav,.ant-tabs-left>div>.ant-tabs-nav,.ant-tabs-right>.ant-tabs-nav,.ant-tabs-right>div>.ant-tabs-nav{flex-direction:column;min-width:50px}.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab{padding:8px 24px;text-align:center}.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab{margin:16px 0 0}.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap{flex-direction:column}.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap:before{right:0;left:0;height:30px}.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap:before{top:0;box-shadow:inset 0 10px 8px -8px rgba(0,0,0,.08)}.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap:after{bottom:0;box-shadow:inset 0 -10px 8px -8px rgba(0,0,0,.08)}.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom:after,.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top:before,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom:after,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top:before,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom:after,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top:before,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom:after,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top:before{opacity:1}.ant-tabs-left>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-right>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-ink-bar{width:2px}.ant-tabs-left>.ant-tabs-nav .ant-tabs-ink-bar-animated,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-ink-bar-animated,.ant-tabs-right>.ant-tabs-nav .ant-tabs-ink-bar-animated,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-ink-bar-animated{transition:height .3s,top .3s}.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-list,.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-operations,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-list,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-operations,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-list,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-operations,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-list,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-operations{flex:1 0 auto;flex-direction:column}.ant-tabs-left>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-ink-bar{right:0}.ant-tabs-left>.ant-tabs-content-holder,.ant-tabs-left>div>.ant-tabs-content-holder{margin-left:-1px;border-left:1px solid #f0f0f0}.ant-tabs-left>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane,.ant-tabs-left>div>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane{padding-left:24px}.ant-tabs-right>.ant-tabs-nav,.ant-tabs-right>div>.ant-tabs-nav{order:1}.ant-tabs-right>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-ink-bar{left:0}.ant-tabs-right>.ant-tabs-content-holder,.ant-tabs-right>div>.ant-tabs-content-holder{order:0;margin-right:-1px;border-right:1px solid #f0f0f0}.ant-tabs-right>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane,.ant-tabs-right>div>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane{padding-right:24px}.ant-tabs-dropdown{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;top:-9999px;left:-9999px;z-index:1050;display:block}.ant-tabs-dropdown-hidden{display:none}.ant-tabs-dropdown-menu{max-height:200px;margin:0;padding:4px 0;overflow-x:hidden;overflow-y:auto;text-align:left;list-style-type:none;background-color:#e2e8f0;background-clip:padding-box;border-radius:var(--theme-rounded-corners);outline:none;box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05)}.ant-tabs-dropdown-menu-item{display:flex;align-items:center;min-width:120px;margin:0;padding:5px 12px;overflow:hidden;color:rgba(0,0,0,.85);font-weight:400;font-size:14px;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;transition:all .3s}.ant-tabs-dropdown-menu-item>span{flex:1 1;white-space:nowrap}.ant-tabs-dropdown-menu-item-remove{flex:none;margin-left:12px;color:rgba(0,0,0,.45);font-size:12px;background:transparent;border:0;cursor:pointer}.ant-tabs-dropdown-menu-item-remove:hover{color:#6544e9}.ant-tabs-dropdown-menu-item:hover{background:#f5f5f5}.ant-tabs-dropdown-menu-item-disabled,.ant-tabs-dropdown-menu-item-disabled:hover{color:rgba(0,0,0,.25);background:transparent;cursor:not-allowed}.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-card>div>.ant-tabs-nav .ant-tabs-tab{margin:0;padding:8px 16px;background:var(--theme-color-background-main);border:1px solid #f0f0f0;transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab-active,.ant-tabs-card>div>.ant-tabs-nav .ant-tabs-tab-active{color:#6544e9;background:#e2e8f0}.ant-tabs-card>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-card>div>.ant-tabs-nav .ant-tabs-ink-bar{visibility:hidden}.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab{margin-left:2px}.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab{border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0}.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab-active,.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab-active{border-bottom-color:#e2e8f0}.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab{border-radius:0 0 var(--theme-rounded-corners) var(--theme-rounded-corners)}.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab-active,.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab-active{border-top-color:#e2e8f0}.ant-tabs-card.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-card.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-card.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-card.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab{margin-top:2px}.ant-tabs-card.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-card.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab{border-radius:var(--theme-rounded-corners) 0 0 var(--theme-rounded-corners)}.ant-tabs-card.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab-active,.ant-tabs-card.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab-active{border-right-color:#e2e8f0}.ant-tabs-card.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-card.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab{border-radius:0 var(--theme-rounded-corners) var(--theme-rounded-corners) 0}.ant-tabs-card.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab-active,.ant-tabs-card.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab-active{border-left-color:#e2e8f0}.ant-tabs{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:flex}.ant-tabs>.ant-tabs-nav,.ant-tabs>div>.ant-tabs-nav{position:relative;display:flex;flex:none;align-items:center}.ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-wrap{position:relative;display:inline-block;display:flex;flex:auto;align-self:stretch;overflow:hidden;white-space:nowrap;transform:translate(0)}.ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-wrap:before{position:absolute;z-index:1;opacity:0;transition:opacity .3s;content:"";pointer-events:none}.ant-tabs>.ant-tabs-nav .ant-tabs-nav-list,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-list{position:relative;display:flex;transition:transform .3s}.ant-tabs>.ant-tabs-nav .ant-tabs-nav-operations,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-operations{display:flex;align-self:stretch}.ant-tabs>.ant-tabs-nav .ant-tabs-nav-operations-hidden,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-operations-hidden{position:absolute;visibility:hidden;pointer-events:none}.ant-tabs>.ant-tabs-nav .ant-tabs-nav-more,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-more{position:relative;padding:8px 16px;background:transparent;border:0}.ant-tabs>.ant-tabs-nav .ant-tabs-nav-more:after,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-more:after{position:absolute;right:0;bottom:0;left:0;height:5px;transform:translateY(100%);content:""}.ant-tabs>.ant-tabs-nav .ant-tabs-nav-add,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-add{min-width:40px;margin-left:2px;padding:0 8px;background:var(--theme-color-background-main);border:1px solid #f0f0f0;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;outline:none;cursor:pointer;transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-tabs>.ant-tabs-nav .ant-tabs-nav-add:hover,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-add:hover{color:#6544e9}.ant-tabs>.ant-tabs-nav .ant-tabs-nav-add:active,.ant-tabs>.ant-tabs-nav .ant-tabs-nav-add:focus,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-add:active,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-add:focus{color:#7a5cf3}.ant-tabs-extra-content{flex:none}.ant-tabs-centered>.ant-tabs-nav .ant-tabs-nav-wrap:not([class*=ant-tabs-nav-wrap-ping]),.ant-tabs-centered>div>.ant-tabs-nav .ant-tabs-nav-wrap:not([class*=ant-tabs-nav-wrap-ping]){justify-content:center}.ant-tabs-ink-bar{position:absolute;background:#6544e9;pointer-events:none}.ant-tabs-tab{position:relative;display:inline-flex;align-items:center;padding:12px 0;font-size:14px;background:transparent;border:0;outline:none;cursor:pointer}.ant-tabs-tab-btn:active,.ant-tabs-tab-btn:focus,.ant-tabs-tab-remove:active,.ant-tabs-tab-remove:focus{color:#7a5cf3}.ant-tabs-tab-btn,.ant-tabs-tab-remove{outline:none;transition:all .3s}.ant-tabs-tab-remove{flex:none;margin-right:-4px;margin-left:8px;color:rgba(0,0,0,.45);font-size:12px;background:transparent;border:none;cursor:pointer}.ant-tabs-tab-remove:hover{color:rgba(0,0,0,.85)}.ant-tabs-tab:hover{color:#6544e9}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#6544e9;text-shadow:0 0 .25px currentcolor}.ant-tabs-tab.ant-tabs-tab-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active,.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus{color:rgba(0,0,0,.25)}.ant-tabs-tab .ant-tabs-tab-remove .anticon{margin:0}.ant-tabs-tab .anticon{margin-right:12px}.ant-tabs-tab+.ant-tabs-tab{margin:0 0 0 32px}.ant-tabs-content{position:relative;width:100%}.ant-tabs-content-holder{flex:auto;min-width:0;min-height:0}.ant-tabs-tabpane{outline:none}.ant-tabs-tabpane-hidden{display:none}.ant-tabs-switch-appear,.ant-tabs-switch-enter{transition:none}.ant-tabs-switch-appear-start,.ant-tabs-switch-enter-start{opacity:0}.ant-tabs-switch-appear-active,.ant-tabs-switch-enter-active{opacity:1;transition:opacity .3s}.ant-tabs-switch-leave{position:absolute;transition:none;inset:0}.ant-tabs-switch-leave-start{opacity:1}.ant-tabs-switch-leave-active{opacity:0;transition:opacity .3s}.ant-tag{box-sizing:border-box;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block;height:auto;margin:0 8px 0 0;padding:0 7px;font-size:12px;line-height:20px;white-space:nowrap;background:var(--theme-color-background-main);border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners);opacity:1;transition:all .3s}.ant-tag,.ant-tag a,.ant-tag a:hover{color:var(--theme-color-action)}.ant-tag>a:first-child:last-child{display:inline-block;margin:0 -8px;padding:0 8px}.ant-tag-close-icon{margin-left:3px;color:rgba(0,0,0,.45);font-size:10px;cursor:pointer;transition:all .3s}.ant-tag-close-icon:hover{color:rgba(0,0,0,.85)}.ant-tag-has-color{border-color:transparent}.ant-tag-has-color,.ant-tag-has-color .anticon-close,.ant-tag-has-color .anticon-close:hover,.ant-tag-has-color a,.ant-tag-has-color a:hover{color:#fff}.ant-tag-checkable{background-color:transparent;border-color:transparent;cursor:pointer}.ant-tag-checkable:not(.ant-tag-checkable-checked):hover{color:#6544e9}.ant-tag-checkable-checked,.ant-tag-checkable:active{color:#fff}.ant-tag-checkable-checked{background-color:#2386e2}.ant-tag-checkable:active{background-color:#7a5cf3}.ant-tag-hidden{display:none}.ant-tag-pink{color:#c41d7f;background:#fff0f6;border-color:#ffadd2}.ant-tag-pink-inverse{color:#fff;background:#eb2f96;border-color:#eb2f96}.ant-tag-magenta{color:#c41d7f;background:#fff0f6;border-color:#ffadd2}.ant-tag-magenta-inverse{color:#fff;background:#eb2f96;border-color:#eb2f96}.ant-tag-red{color:#cf1322;background:#fff1f0;border-color:#ffa39e}.ant-tag-red-inverse{color:#fff;background:#f5222d;border-color:#f5222d}.ant-tag-volcano{color:#d4380d;background:#fff2e8;border-color:#ffbb96}.ant-tag-volcano-inverse{color:#fff;background:#fa541c;border-color:#fa541c}.ant-tag-orange{color:#d46b08;background:#fff7e6;border-color:#ffd591}.ant-tag-orange-inverse{color:#fff;background:#fa8c16;border-color:#fa8c16}.ant-tag-yellow{color:#d4b106;background:#feffe6;border-color:#fffb8f}.ant-tag-yellow-inverse{color:#fff;background:#fadb14;border-color:#fadb14}.ant-tag-gold{color:#d48806;background:#fffbe6;border-color:#ffe58f}.ant-tag-gold-inverse{color:#fff;background:#faad14;border-color:#faad14}.ant-tag-cyan{color:#08979c;background:#e6fffb;border-color:#87e8de}.ant-tag-cyan-inverse{color:#fff;background:#13c2c2;border-color:#13c2c2}.ant-tag-lime{color:#7cb305;background:#fcffe6;border-color:#eaff8f}.ant-tag-lime-inverse{color:#fff;background:#a0d911;border-color:#a0d911}.ant-tag-green{color:#389e0d;background:#f6ffed;border-color:#b7eb8f}.ant-tag-green-inverse{color:#fff;background:#52c41a;border-color:#52c41a}.ant-tag-blue{color:#096dd9;background:#e6f7ff;border-color:#91d5ff}.ant-tag-blue-inverse{color:#fff;background:#1890ff;border-color:#1890ff}.ant-tag-geekblue{color:#1d39c4;background:#f0f5ff;border-color:#adc6ff}.ant-tag-geekblue-inverse{color:#fff;background:#2f54eb;border-color:#2f54eb}.ant-tag-purple{color:#531dab;background:#f9f0ff;border-color:#d3adf7}.ant-tag-purple-inverse{color:#fff;background:#722ed1;border-color:#722ed1}.ant-tag-success{color:#52c41a;background:#f6ffed;border-color:#b7eb8f}.ant-tag-processing{color:#6544e9;background:#f5f0ff;border-color:#d6c4ff}.ant-tag-error{color:#ff4d4f;background:#fff2f0;border-color:#ffccc7}.ant-tag-warning{color:#faad14;background:#fffbe6;border-color:#ffe58f}.ant-tag>.anticon+span,.ant-tag>span+.anticon{margin-left:7px}.ant-tag.ant-tag-rtl{margin-right:0;margin-left:8px;direction:rtl;text-align:right}.ant-tag-rtl .ant-tag-close-icon{margin-right:3px;margin-left:0}.ant-tag-rtl.ant-tag>.anticon+span,.ant-tag-rtl.ant-tag>span+.anticon{margin-right:7px;margin-left:0}.ant-timeline{box-sizing:border-box;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;font-feature-settings:"tnum";margin:0;padding:0;list-style:none}.ant-timeline-item{position:relative;margin:0;padding-bottom:20px;font-size:14px;list-style:none}.ant-timeline-item-tail{position:absolute;top:10px;left:4px;height:calc(100% - 10px);border-left:2px solid #f0f0f0}.ant-timeline-item-pending .ant-timeline-item-head{font-size:12px;background-color:transparent}.ant-timeline-item-pending .ant-timeline-item-tail{display:none}.ant-timeline-item-head{position:absolute;width:10px;height:10px;background-color:#e2e8f0;border:2px solid transparent;border-radius:100px}.ant-timeline-item-head-blue{color:#6544e9;border-color:#6544e9}.ant-timeline-item-head-red{color:#ff4d4f;border-color:#ff4d4f}.ant-timeline-item-head-green{color:#52c41a;border-color:#52c41a}.ant-timeline-item-head-gray{color:rgba(0,0,0,.25);border-color:rgba(0,0,0,.25)}.ant-timeline-item-head-custom{position:absolute;top:5.5px;left:5px;width:auto;height:auto;margin-top:0;padding:3px 1px;line-height:1;text-align:center;border:0;border-radius:0;transform:translate(-50%,-50%)}.ant-timeline-item-content{position:relative;top:-7.001px;margin:0 0 0 26px;word-break:break-word}.ant-timeline-item-last>.ant-timeline-item-tail{display:none}.ant-timeline-item-last>.ant-timeline-item-content{min-height:48px}.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,.ant-timeline.ant-timeline-label .ant-timeline-item-head,.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom,.ant-timeline.ant-timeline-label .ant-timeline-item-tail,.ant-timeline.ant-timeline-right .ant-timeline-item-head,.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,.ant-timeline.ant-timeline-right .ant-timeline-item-tail{left:50%}.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,.ant-timeline.ant-timeline-label .ant-timeline-item-head,.ant-timeline.ant-timeline-right .ant-timeline-item-head{margin-left:-4px}.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom,.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom{margin-left:1px}.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content,.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content{left:calc(50% - 4px);width:calc(50% - 14px);text-align:left}.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content,.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content{width:calc(50% - 12px);margin:0;text-align:right}.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom,.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail{left:calc(100% - 4px - 2px)}.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content{width:calc(100% - 18px)}.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail{display:block;height:calc(100% - 14px);border-left:2px dotted #f0f0f0}.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail{display:none}.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail{top:15px;display:block;height:calc(100% - 15px);border-left:2px dotted #f0f0f0}.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content{min-height:48px}.ant-timeline.ant-timeline-label .ant-timeline-item-label{position:absolute;top:-7.001px;width:calc(50% - 12px);text-align:right}.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label{left:calc(50% + 14px);width:calc(50% - 14px);text-align:left}.ant-timeline-rtl{direction:rtl}.ant-timeline-rtl .ant-timeline-item-tail{right:4px;left:auto;border-right:2px solid #f0f0f0;border-left:none}.ant-timeline-rtl .ant-timeline-item-head-custom{right:5px;left:auto;transform:translate(50%,-50%)}.ant-timeline-rtl .ant-timeline-item-content{margin:0 18px 0 0}.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head,.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom,.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-tail,.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-tail{right:50%;left:auto}.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head,.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head{margin-right:-4px;margin-left:0}.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom,.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom{margin-right:1px;margin-left:0}.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content,.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content{right:calc(50% - 4px);left:auto;text-align:right}.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content,.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content{text-align:left}.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom,.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail{right:0;left:auto}.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content{width:100%;margin-right:18px;text-align:right}.ant-timeline-rtl.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail,.ant-timeline-rtl.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail{border-right:2px dotted #f0f0f0;border-left:none}.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-label{text-align:left}.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label{right:calc(50% + 14px);text-align:right}.ant-tooltip{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;z-index:1070;display:block;width:-moz-max-content;width:max-content;width:intrinsic;max-width:250px;visibility:visible}.ant-tooltip-content{position:relative}.ant-tooltip-hidden{display:none}.ant-tooltip-placement-top,.ant-tooltip-placement-topLeft,.ant-tooltip-placement-topRight{padding-bottom:14.3137085px}.ant-tooltip-placement-right,.ant-tooltip-placement-rightBottom,.ant-tooltip-placement-rightTop{padding-left:14.3137085px}.ant-tooltip-placement-bottom,.ant-tooltip-placement-bottomLeft,.ant-tooltip-placement-bottomRight{padding-top:14.3137085px}.ant-tooltip-placement-left,.ant-tooltip-placement-leftBottom,.ant-tooltip-placement-leftTop{padding-right:14.3137085px}.ant-tooltip-inner{min-width:30px;min-height:32px;padding:6px 8px;color:#fff;text-align:left;text-decoration:none;word-wrap:break-word;background-color:rgba(0,0,0,.75);border-radius:var(--theme-rounded-corners);box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05)}.ant-tooltip-arrow{position:absolute;z-index:2;display:block;width:22px;height:22px;overflow:hidden;background:transparent;pointer-events:none}.ant-tooltip-arrow-content{--antd-arrow-background-color:linear-gradient(to right bottom,rgba(0,0,0,.65),rgba(0,0,0,.75));position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:11.3137085px;height:11.3137085px;margin:auto;content:"";pointer-events:auto;border-radius:0 0 2px;pointer-events:none}.ant-tooltip-arrow-content:before{position:absolute;top:-11.3137085px;left:-11.3137085px;width:33.9411255px;height:33.9411255px;background:var(--antd-arrow-background-color);background-repeat:no-repeat;background-position:-10px -10px;content:"";-webkit-clip-path:inset(33% 33%);clip-path:inset(33% 33%);-webkit-clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z")}.ant-tooltip-placement-top .ant-tooltip-arrow,.ant-tooltip-placement-topLeft .ant-tooltip-arrow,.ant-tooltip-placement-topRight .ant-tooltip-arrow{bottom:0;transform:translateY(100%)}.ant-tooltip-placement-top .ant-tooltip-arrow-content,.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,.ant-tooltip-placement-topRight .ant-tooltip-arrow-content{box-shadow:3px 3px 7px rgba(0,0,0,.07);transform:translateY(-11px) rotate(45deg)}.ant-tooltip-placement-top .ant-tooltip-arrow{left:50%;transform:translateY(100%) translateX(-50%)}.ant-tooltip-placement-topLeft .ant-tooltip-arrow{left:13px}.ant-tooltip-placement-topRight .ant-tooltip-arrow{right:13px}.ant-tooltip-placement-right .ant-tooltip-arrow,.ant-tooltip-placement-rightBottom .ant-tooltip-arrow,.ant-tooltip-placement-rightTop .ant-tooltip-arrow{left:0;transform:translateX(-100%)}.ant-tooltip-placement-right .ant-tooltip-arrow-content,.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content,.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content{box-shadow:-3px 3px 7px rgba(0,0,0,.07);transform:translateX(11px) rotate(135deg)}.ant-tooltip-placement-right .ant-tooltip-arrow{top:50%;transform:translateX(-100%) translateY(-50%)}.ant-tooltip-placement-rightTop .ant-tooltip-arrow{top:5px}.ant-tooltip-placement-rightBottom .ant-tooltip-arrow{bottom:5px}.ant-tooltip-placement-left .ant-tooltip-arrow,.ant-tooltip-placement-leftBottom .ant-tooltip-arrow,.ant-tooltip-placement-leftTop .ant-tooltip-arrow{right:0;transform:translateX(100%)}.ant-tooltip-placement-left .ant-tooltip-arrow-content,.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content,.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content{box-shadow:3px -3px 7px rgba(0,0,0,.07);transform:translateX(-11px) rotate(315deg)}.ant-tooltip-placement-left .ant-tooltip-arrow{top:50%;transform:translateX(100%) translateY(-50%)}.ant-tooltip-placement-leftTop .ant-tooltip-arrow{top:5px}.ant-tooltip-placement-leftBottom .ant-tooltip-arrow{bottom:5px}.ant-tooltip-placement-bottom .ant-tooltip-arrow,.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,.ant-tooltip-placement-bottomRight .ant-tooltip-arrow{top:0;transform:translateY(-100%)}.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content{box-shadow:-3px -3px 7px rgba(0,0,0,.07);transform:translateY(11px) rotate(225deg)}.ant-tooltip-placement-bottom .ant-tooltip-arrow{left:50%;transform:translateY(-100%) translateX(-50%)}.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow{left:13px}.ant-tooltip-placement-bottomRight .ant-tooltip-arrow{right:13px}.ant-tooltip-pink .ant-tooltip-inner{background-color:#eb2f96}.ant-tooltip-pink .ant-tooltip-arrow-content:before{background:#eb2f96}.ant-tooltip-magenta .ant-tooltip-inner{background-color:#eb2f96}.ant-tooltip-magenta .ant-tooltip-arrow-content:before{background:#eb2f96}.ant-tooltip-red .ant-tooltip-inner{background-color:#f5222d}.ant-tooltip-red .ant-tooltip-arrow-content:before{background:#f5222d}.ant-tooltip-volcano .ant-tooltip-inner{background-color:#fa541c}.ant-tooltip-volcano .ant-tooltip-arrow-content:before{background:#fa541c}.ant-tooltip-orange .ant-tooltip-inner{background-color:#fa8c16}.ant-tooltip-orange .ant-tooltip-arrow-content:before{background:#fa8c16}.ant-tooltip-yellow .ant-tooltip-inner{background-color:#fadb14}.ant-tooltip-yellow .ant-tooltip-arrow-content:before{background:#fadb14}.ant-tooltip-gold .ant-tooltip-inner{background-color:#faad14}.ant-tooltip-gold .ant-tooltip-arrow-content:before{background:#faad14}.ant-tooltip-cyan .ant-tooltip-inner{background-color:#13c2c2}.ant-tooltip-cyan .ant-tooltip-arrow-content:before{background:#13c2c2}.ant-tooltip-lime .ant-tooltip-inner{background-color:#a0d911}.ant-tooltip-lime .ant-tooltip-arrow-content:before{background:#a0d911}.ant-tooltip-green .ant-tooltip-inner{background-color:#52c41a}.ant-tooltip-green .ant-tooltip-arrow-content:before{background:#52c41a}.ant-tooltip-blue .ant-tooltip-inner{background-color:#1890ff}.ant-tooltip-blue .ant-tooltip-arrow-content:before{background:#1890ff}.ant-tooltip-geekblue .ant-tooltip-inner{background-color:#2f54eb}.ant-tooltip-geekblue .ant-tooltip-arrow-content:before{background:#2f54eb}.ant-tooltip-purple .ant-tooltip-inner{background-color:#722ed1}.ant-tooltip-purple .ant-tooltip-arrow-content:before{background:#722ed1}.ant-tooltip-rtl{direction:rtl}.ant-tooltip-rtl .ant-tooltip-inner{text-align:right}.ant-transfer-customize-list .ant-transfer-list{flex:1 1 50%;width:auto;height:auto;min-height:200px}.ant-transfer-customize-list .ant-table-wrapper .ant-table-small{border:0;border-radius:0}.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-selection-column{width:40px;min-width:40px}.ant-transfer-customize-list .ant-table-wrapper .ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th{background:var(--theme-color-background-main)}.ant-transfer-customize-list .ant-table-wrapper .ant-table-small>.ant-table-content .ant-table-row:last-child td{border-bottom:1px solid #f0f0f0}.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body{margin:0}.ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination{margin:16px 0 4px}.ant-transfer-customize-list .ant-input[disabled]{background-color:transparent}.ant-transfer-status-error .ant-transfer-list{border-color:#ff4d4f}.ant-transfer-status-error .ant-transfer-list-search:not([disabled]){border-color:#d9d9d9}.ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover{border-color:#6544e9;border-right-width:1px}.ant-input-rtl .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover{border-right-width:0;border-left-width:1px!important}.ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus{border-color:#2386e2;box-shadow:0 0 0 2px rgba(101,68,233,.2);border-right-width:1px;outline:0}.ant-input-rtl .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus{border-right-width:0;border-left-width:1px!important}.ant-transfer-status-warning .ant-transfer-list{border-color:#faad14}.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]){border-color:#d9d9d9}.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover{border-color:#6544e9;border-right-width:1px}.ant-input-rtl .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover{border-right-width:0;border-left-width:1px!important}.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus{border-color:#2386e2;box-shadow:0 0 0 2px rgba(101,68,233,.2);border-right-width:1px;outline:0}.ant-input-rtl .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus{border-right-width:0;border-left-width:1px!important}.ant-transfer{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:flex;align-items:stretch}.ant-transfer-disabled .ant-transfer-list{background:#f5f5f5}.ant-transfer-list{display:flex;flex-direction:column;width:180px;height:200px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-transfer-list-with-pagination{width:250px;height:auto}.ant-transfer-list-search .anticon-search{color:rgba(0,0,0,.25)}.ant-transfer-list-header{display:flex;flex:none;align-items:center;height:40px;padding:8px 12px 9px;color:rgba(0,0,0,.85);background:#e2e8f0;border-bottom:1px solid #f0f0f0;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0}.ant-transfer-list-header>:not(:last-child){margin-right:4px}.ant-transfer-list-header>*{flex:none}.ant-transfer-list-header-title{flex:auto;overflow:hidden;white-space:nowrap;text-align:right;text-overflow:ellipsis}.ant-transfer-list-header-dropdown{font-size:10px;transform:translateY(10%);cursor:pointer}.ant-transfer-list-header-dropdown[disabled]{cursor:not-allowed}.ant-transfer-list-body{display:flex;flex:auto;flex-direction:column;overflow:hidden;font-size:14px}.ant-transfer-list-body-search-wrapper{position:relative;flex:none;padding:12px}.ant-transfer-list-content{flex:auto;margin:0;padding:0;overflow:auto;list-style:none}.ant-transfer-list-content-item{display:flex;align-items:center;min-height:32px;padding:6px 12px;line-height:20px;transition:all .3s}.ant-transfer-list-content-item>:not(:last-child){margin-right:8px}.ant-transfer-list-content-item>*{flex:none}.ant-transfer-list-content-item-text{flex:auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-transfer-list-content-item-remove{position:relative;color:#d9d9d9;cursor:pointer;transition:all .3s}.ant-transfer-list-content-item-remove:hover{color:var(--theme-color-action-hover)}.ant-transfer-list-content-item-remove:after{position:absolute;top:-6px;right:-50%;bottom:-6px;left:-50%;content:""}.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover{background-color:#f5f5f5;cursor:pointer}.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled).ant-transfer-list-content-item-checked:hover{background-color:#5d3be8}.ant-transfer-list-content-show-remove .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover{background:transparent;cursor:default}.ant-transfer-list-content-item-checked{background-color:#6544e9}.ant-transfer-list-content-item-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-transfer-list-pagination{padding:8px 0;text-align:right;border-top:1px solid #f0f0f0}.ant-transfer-list-body-not-found{flex:none;width:100%;margin:auto 0;color:rgba(0,0,0,.25);text-align:center}.ant-transfer-list-footer{border-top:1px solid #f0f0f0}.ant-transfer-operation{display:flex;flex:none;flex-direction:column;align-self:center;margin:0 8px;vertical-align:middle}.ant-transfer-operation .ant-btn{display:block}.ant-transfer-operation .ant-btn:first-child{margin-bottom:4px}.ant-transfer-operation .ant-btn .anticon{font-size:12px}.ant-transfer .ant-empty-image{max-height:-2px}.ant-transfer-rtl{direction:rtl}.ant-transfer-rtl .ant-transfer-list-search{padding-right:8px;padding-left:24px}.ant-transfer-rtl .ant-transfer-list-search-action{right:auto;left:12px}.ant-transfer-rtl .ant-transfer-list-header>:not(:last-child){margin-right:0;margin-left:4px}.ant-transfer-rtl .ant-transfer-list-header{right:0;left:auto}.ant-transfer-rtl .ant-transfer-list-header-title{text-align:left}.ant-transfer-rtl .ant-transfer-list-content-item>:not(:last-child){margin-right:0;margin-left:8px}.ant-transfer-rtl .ant-transfer-list-pagination{text-align:left}.ant-transfer-rtl .ant-transfer-list-footer{right:0;left:auto}@keyframes ant-tree-node-fx-do-not-use{0%{opacity:0}to{opacity:1}}.ant-tree.ant-tree-directory .ant-tree-treenode{position:relative}.ant-tree.ant-tree-directory .ant-tree-treenode:before{position:absolute;top:0;right:0;bottom:4px;left:0;transition:background-color .3s;content:"";pointer-events:none}.ant-tree.ant-tree-directory .ant-tree-treenode:hover:before{background:#f5f5f5}.ant-tree.ant-tree-directory .ant-tree-treenode>*{z-index:1}.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-switcher{transition:color .3s}.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper{border-radius:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover{background:transparent}.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected{color:#fff;background:transparent}.ant-tree.ant-tree-directory .ant-tree-treenode-selected:before,.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover:before{background:#6544e9}.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher{color:#fff}.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper{color:#fff;background:transparent}.ant-tree-checkbox{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;top:.2em;line-height:1;white-space:nowrap;outline:none;cursor:pointer}.ant-tree-checkbox-input:focus+.ant-tree-checkbox-inner,.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,.ant-tree-checkbox:hover .ant-tree-checkbox-inner{border-color:#6544e9}.ant-tree-checkbox-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #6544e9;border-radius:2px;visibility:hidden;animation:antCheckboxEffect .36s ease-in-out;animation-fill-mode:backwards;content:""}.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox:after,.ant-tree-checkbox:hover:after{visibility:visible}.ant-tree-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;direction:ltr;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;border-collapse:separate;transition:all .3s}.ant-tree-checkbox-inner:after{position:absolute;top:50%;left:21.5%;display:table;width:5.71428571px;height:9.14285714px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(0) translate(-50%,-50%);opacity:0;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;content:" "}.ant-tree-checkbox-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after{position:absolute;display:table;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(1) translate(-50%,-50%);opacity:1;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:" "}.ant-tree-checkbox-checked .ant-tree-checkbox-inner{background-color:#6544e9;border-color:#6544e9}.ant-tree-checkbox-disabled{cursor:not-allowed}.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after{border-color:rgba(0,0,0,.25);animation-name:none}.ant-tree-checkbox-disabled .ant-tree-checkbox-input{cursor:not-allowed;pointer-events:none}.ant-tree-checkbox-disabled .ant-tree-checkbox-inner{background-color:#f5f5f5;border-color:#d9d9d9!important}.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after{border-color:#f5f5f5;border-collapse:separate;animation-name:none}.ant-tree-checkbox-disabled+span{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-tree-checkbox-disabled:hover:after,.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled:after{visibility:hidden}.ant-tree-checkbox-wrapper{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-flex;align-items:baseline;line-height:unset;cursor:pointer}.ant-tree-checkbox-wrapper:after{display:inline-block;width:0;overflow:hidden;content:"\a0"}.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled{cursor:not-allowed}.ant-tree-checkbox-wrapper+.ant-tree-checkbox-wrapper{margin-left:8px}.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-in-form-item input[type=checkbox]{width:14px;height:14px}.ant-tree-checkbox+span{padding-right:8px;padding-left:8px}.ant-tree-checkbox-group{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block}.ant-tree-checkbox-group-item{margin-right:8px}.ant-tree-checkbox-group-item:last-child{margin-right:0}.ant-tree-checkbox-group-item+.ant-tree-checkbox-group-item{margin-left:0}.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner{background-color:#fff;border-color:#d9d9d9}.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:#6544e9;border:0;transform:translate(-50%,-50%) scale(1);opacity:1;content:" "}.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after{background-color:rgba(0,0,0,.25);border-color:rgba(0,0,0,.25)}.ant-tree-checkbox-rtl{direction:rtl}.ant-tree-checkbox-group-rtl .ant-tree-checkbox-group-item{margin-right:0;margin-left:8px}.ant-tree-checkbox-group-rtl .ant-tree-checkbox-group-item:last-child{margin-left:0!important}.ant-tree-checkbox-group-rtl .ant-tree-checkbox-group-item+.ant-tree-checkbox-group-item{margin-left:8px}.ant-tree{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";background:#e2e8f0;border-radius:var(--theme-rounded-corners);transition:background-color .3s}.ant-tree-focused:not(:hover):not(.ant-tree-active-focused){background:#6544e9}.ant-tree-list-holder-inner{align-items:flex-start}.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner{align-items:stretch}.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper{flex:auto}.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging{position:relative}.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging:after{position:absolute;top:0;right:0;bottom:4px;left:0;border:1px solid #6544e9;opacity:0;animation:ant-tree-node-fx-do-not-use .3s;animation-play-state:running;animation-fill-mode:forwards;content:"";pointer-events:none}.ant-tree .ant-tree-treenode{display:flex;align-items:flex-start;padding:0 0 4px;outline:none}.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover{background:transparent}.ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper{background:#f5f5f5}.ant-tree .ant-tree-treenode:not(.ant-tree .ant-tree-treenode-disabled).filter-node .ant-tree-title{color:inherit;font-weight:500}.ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon{width:24px;line-height:24px;text-align:center;visibility:visible;opacity:.2;transition:opacity .3s}.ant-tree-treenode:hover .ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon{opacity:.45}.ant-tree .ant-tree-treenode-draggable.ant-tree-treenode-disabled .ant-tree-draggable-icon{visibility:hidden}.ant-tree-indent{align-self:stretch;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-tree-indent-unit{display:inline-block;width:24px}.ant-tree-draggable-icon{visibility:hidden}.ant-tree-switcher{position:relative;flex:none;align-self:stretch;width:24px;margin:0;line-height:24px;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-tree-switcher .ant-select-tree-switcher-icon,.ant-tree-switcher .ant-tree-switcher-icon{display:inline-block;font-size:10px;vertical-align:baseline}.ant-tree-switcher .ant-select-tree-switcher-icon svg,.ant-tree-switcher .ant-tree-switcher-icon svg{transition:transform .3s}.ant-tree-switcher-noop{cursor:default}.ant-tree-switcher_close .ant-tree-switcher-icon svg{transform:rotate(-90deg)}.ant-tree-switcher-loading-icon{color:#6544e9}.ant-tree-switcher-leaf-line{position:relative;z-index:1;display:inline-block;width:100%;height:100%}.ant-tree-switcher-leaf-line:before{position:absolute;top:0;right:12px;bottom:-4px;margin-left:-1px;border-right:1px solid #d9d9d9;content:" "}.ant-tree-switcher-leaf-line:after{position:absolute;width:10px;height:14px;border-bottom:1px solid #d9d9d9;content:" "}.ant-tree-checkbox{top:auto;margin:4px 8px 0 0}.ant-tree .ant-tree-node-content-wrapper{position:relative;z-index:auto;min-height:24px;margin:0;padding:0 4px;color:inherit;line-height:24px;background:transparent;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:all .3s,border 0s,line-height 0s,box-shadow 0s}.ant-tree .ant-tree-node-content-wrapper:hover{background-color:#f5f5f5}.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected{background-color:#2386e2}.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle{display:inline-block;width:24px;height:24px;line-height:24px;text-align:center;vertical-align:top}.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle:empty{display:none}.ant-tree-unselectable .ant-tree-node-content-wrapper:hover{background-color:transparent}.ant-tree-node-content-wrapper{line-height:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-tree-node-content-wrapper .ant-tree-drop-indicator{position:absolute;z-index:1;height:2px;background-color:#6544e9;border-radius:1px;pointer-events:none}.ant-tree-node-content-wrapper .ant-tree-drop-indicator:after{position:absolute;top:-3px;left:-6px;width:8px;height:8px;background-color:transparent;border:2px solid #6544e9;border-radius:50%;content:""}.ant-tree .ant-tree-treenode.drop-container>[draggable]{box-shadow:0 0 0 2px #6544e9}.ant-tree-show-line .ant-tree-indent-unit{position:relative;height:100%}.ant-tree-show-line .ant-tree-indent-unit:before{position:absolute;top:0;right:12px;bottom:-4px;border-right:1px solid #d9d9d9;content:""}.ant-tree-show-line .ant-tree-indent-unit-end:before{display:none}.ant-tree-show-line .ant-tree-switcher{background:#e2e8f0}.ant-tree-show-line .ant-tree-switcher-line-icon{vertical-align:-.15em}.ant-tree .ant-tree-treenode-leaf-last .ant-tree-switcher-leaf-line:before{top:auto!important;bottom:auto!important;height:14px!important}.ant-tree-rtl{direction:rtl}.ant-tree-rtl .ant-tree-node-content-wrapper[draggable=true] .ant-tree-drop-indicator:after{right:-6px;left:unset}.ant-tree .ant-tree-treenode-rtl{direction:rtl}.ant-tree-rtl .ant-tree-switcher_close .ant-tree-switcher-icon svg{transform:rotate(90deg)}.ant-tree-rtl.ant-tree-show-line .ant-tree-indent-unit:before{right:auto;left:-13px;border-right:none;border-left:1px solid #d9d9d9}.ant-tree-rtl .ant-tree-checkbox,.ant-tree-select-dropdown-rtl .ant-select-tree-checkbox{margin:4px 0 0 8px}.ant-select-tree-checkbox{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;top:.2em;line-height:1;white-space:nowrap;outline:none;cursor:pointer}.ant-select-tree-checkbox-input:focus+.ant-select-tree-checkbox-inner,.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner{border-color:#6544e9}.ant-select-tree-checkbox-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #6544e9;border-radius:2px;visibility:hidden;animation:antCheckboxEffect .36s ease-in-out;animation-fill-mode:backwards;content:""}.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox:after,.ant-select-tree-checkbox:hover:after{visibility:visible}.ant-select-tree-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;direction:ltr;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;border-collapse:separate;transition:all .3s}.ant-select-tree-checkbox-inner:after{position:absolute;top:50%;left:21.5%;display:table;width:5.71428571px;height:9.14285714px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(0) translate(-50%,-50%);opacity:0;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;content:" "}.ant-select-tree-checkbox-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after{position:absolute;display:table;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(1) translate(-50%,-50%);opacity:1;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:" "}.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner{background-color:#6544e9;border-color:#6544e9}.ant-select-tree-checkbox-disabled{cursor:not-allowed}.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after{border-color:rgba(0,0,0,.25);animation-name:none}.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input{cursor:not-allowed;pointer-events:none}.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner{background-color:#f5f5f5;border-color:#d9d9d9!important}.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after{border-color:#f5f5f5;border-collapse:separate;animation-name:none}.ant-select-tree-checkbox-disabled+span{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-select-tree-checkbox-disabled:hover:after,.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled:after{visibility:hidden}.ant-select-tree-checkbox-wrapper{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-flex;align-items:baseline;line-height:unset;cursor:pointer}.ant-select-tree-checkbox-wrapper:after{display:inline-block;width:0;overflow:hidden;content:"\a0"}.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled{cursor:not-allowed}.ant-select-tree-checkbox-wrapper+.ant-select-tree-checkbox-wrapper{margin-left:8px}.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-in-form-item input[type=checkbox]{width:14px;height:14px}.ant-select-tree-checkbox+span{padding-right:8px;padding-left:8px}.ant-select-tree-checkbox-group{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block}.ant-select-tree-checkbox-group-item{margin-right:8px}.ant-select-tree-checkbox-group-item:last-child{margin-right:0}.ant-select-tree-checkbox-group-item+.ant-select-tree-checkbox-group-item{margin-left:0}.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner{background-color:#fff;border-color:#d9d9d9}.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:#6544e9;border:0;transform:translate(-50%,-50%) scale(1);opacity:1;content:" "}.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after{background-color:rgba(0,0,0,.25);border-color:rgba(0,0,0,.25)}.ant-select-tree-checkbox-rtl{direction:rtl}.ant-select-tree-checkbox-group-rtl .ant-select-tree-checkbox-group-item{margin-right:0;margin-left:8px}.ant-select-tree-checkbox-group-rtl .ant-select-tree-checkbox-group-item:last-child{margin-left:0!important}.ant-select-tree-checkbox-group-rtl .ant-select-tree-checkbox-group-item+.ant-select-tree-checkbox-group-item{margin-left:8px}.ant-tree-select-dropdown{padding:8px 4px}.ant-tree-select-dropdown-rtl{direction:rtl}.ant-tree-select-dropdown .ant-select-tree{border-radius:0}.ant-tree-select-dropdown .ant-select-tree-list-holder-inner{align-items:stretch}.ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode .ant-select-tree-node-content-wrapper{flex:auto}.ant-select-tree{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";background:#e2e8f0;border-radius:var(--theme-rounded-corners);transition:background-color .3s}.ant-select-tree-focused:not(:hover):not(.ant-select-tree-active-focused){background:#6544e9}.ant-select-tree-list-holder-inner{align-items:flex-start}.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner{align-items:stretch}.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-node-content-wrapper{flex:auto}.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging{position:relative}.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging:after{position:absolute;top:0;right:0;bottom:4px;left:0;border:1px solid #6544e9;opacity:0;animation:ant-tree-node-fx-do-not-use .3s;animation-play-state:running;animation-fill-mode:forwards;content:"";pointer-events:none}.ant-select-tree .ant-select-tree-treenode{display:flex;align-items:flex-start;padding:0 0 4px;outline:none}.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper:hover{background:transparent}.ant-select-tree .ant-select-tree-treenode-active .ant-select-tree-node-content-wrapper{background:#f5f5f5}.ant-select-tree .ant-select-tree-treenode:not(.ant-select-tree .ant-select-tree-treenode-disabled).filter-node .ant-select-tree-title{color:inherit;font-weight:500}.ant-select-tree .ant-select-tree-treenode-draggable .ant-select-tree-draggable-icon{width:24px;line-height:24px;text-align:center;visibility:visible;opacity:.2;transition:opacity .3s}.ant-select-tree-treenode:hover .ant-select-tree .ant-select-tree-treenode-draggable .ant-select-tree-draggable-icon{opacity:.45}.ant-select-tree .ant-select-tree-treenode-draggable.ant-select-tree-treenode-disabled .ant-select-tree-draggable-icon{visibility:hidden}.ant-select-tree-indent{align-self:stretch;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-select-tree-indent-unit{display:inline-block;width:24px}.ant-select-tree-draggable-icon{visibility:hidden}.ant-select-tree-switcher{position:relative;flex:none;align-self:stretch;width:24px;margin:0;line-height:24px;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-select-tree-switcher .ant-select-tree-switcher-icon,.ant-select-tree-switcher .ant-tree-switcher-icon{display:inline-block;font-size:10px;vertical-align:baseline}.ant-select-tree-switcher .ant-select-tree-switcher-icon svg,.ant-select-tree-switcher .ant-tree-switcher-icon svg{transition:transform .3s}.ant-select-tree-switcher-noop{cursor:default}.ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg{transform:rotate(-90deg)}.ant-select-tree-switcher-loading-icon{color:#6544e9}.ant-select-tree-switcher-leaf-line{position:relative;z-index:1;display:inline-block;width:100%;height:100%}.ant-select-tree-switcher-leaf-line:before{position:absolute;top:0;right:12px;bottom:-4px;margin-left:-1px;border-right:1px solid #d9d9d9;content:" "}.ant-select-tree-switcher-leaf-line:after{position:absolute;width:10px;height:14px;border-bottom:1px solid #d9d9d9;content:" "}.ant-select-tree-checkbox{top:auto;margin:4px 8px 0 0}.ant-select-tree .ant-select-tree-node-content-wrapper{position:relative;z-index:auto;min-height:24px;margin:0;padding:0 4px;color:inherit;line-height:24px;background:transparent;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:all .3s,border 0s,line-height 0s,box-shadow 0s}.ant-select-tree .ant-select-tree-node-content-wrapper:hover{background-color:#f5f5f5}.ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected{background-color:#2386e2}.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle{display:inline-block;width:24px;height:24px;line-height:24px;text-align:center;vertical-align:top}.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle:empty{display:none}.ant-select-tree-unselectable .ant-select-tree-node-content-wrapper:hover{background-color:transparent}.ant-select-tree-node-content-wrapper{line-height:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator{position:absolute;z-index:1;height:2px;background-color:#6544e9;border-radius:1px;pointer-events:none}.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator:after{position:absolute;top:-3px;left:-6px;width:8px;height:8px;background-color:transparent;border:2px solid #6544e9;border-radius:50%;content:""}.ant-select-tree .ant-select-tree-treenode.drop-container>[draggable]{box-shadow:0 0 0 2px #6544e9}.ant-select-tree-show-line .ant-select-tree-indent-unit{position:relative;height:100%}.ant-select-tree-show-line .ant-select-tree-indent-unit:before{position:absolute;top:0;right:12px;bottom:-4px;border-right:1px solid #d9d9d9;content:""}.ant-select-tree-show-line .ant-select-tree-indent-unit-end:before{display:none}.ant-select-tree-show-line .ant-select-tree-switcher{background:#e2e8f0}.ant-select-tree-show-line .ant-select-tree-switcher-line-icon{vertical-align:-.15em}.ant-select-tree .ant-select-tree-treenode-leaf-last .ant-select-tree-switcher-leaf-line:before{top:auto!important;bottom:auto!important;height:14px!important}.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg{transform:rotate(90deg)}.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher-loading-icon{transform:scaleY(-1)}.ant-typography{color:rgba(0,0,0,.85);word-break:break-word}.ant-typography.ant-typography-secondary{color:rgba(0,0,0,.45)}.ant-typography.ant-typography-success{color:#52c41a}.ant-typography.ant-typography-warning{color:#faad14}.ant-typography.ant-typography-danger{color:#ff4d4f}a.ant-typography.ant-typography-danger:active,a.ant-typography.ant-typography-danger:focus{color:#d9363e}a.ant-typography.ant-typography-danger:hover{color:#ff7875}.ant-typography.ant-typography-disabled{color:rgba(0,0,0,.25);cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ant-typography p,div.ant-typography{margin-bottom:1em}.ant-typography h1,div.ant-typography-h1,div.ant-typography-h1>textarea,h1.ant-typography{margin-bottom:.5em;color:rgba(0,0,0,.85);font-weight:600;font-size:38px;line-height:1.23}.ant-typography h2,div.ant-typography-h2,div.ant-typography-h2>textarea,h2.ant-typography{margin-bottom:.5em;color:rgba(0,0,0,.85);font-weight:600;font-size:30px;line-height:1.35}.ant-typography h3,div.ant-typography-h3,div.ant-typography-h3>textarea,h3.ant-typography{margin-bottom:.5em;color:rgba(0,0,0,.85);font-weight:600;font-size:24px;line-height:1.35}.ant-typography h4,div.ant-typography-h4,div.ant-typography-h4>textarea,h4.ant-typography{margin-bottom:.5em;color:rgba(0,0,0,.85);font-weight:600;font-size:20px;line-height:1.4}.ant-typography h5,div.ant-typography-h5,div.ant-typography-h5>textarea,h5.ant-typography{margin-bottom:.5em;color:rgba(0,0,0,.85);font-weight:600;font-size:16px;line-height:1.5}.ant-typography div+h1,.ant-typography div+h2,.ant-typography div+h3,.ant-typography div+h4,.ant-typography div+h5,.ant-typography h1+h1,.ant-typography h1+h2,.ant-typography h1+h3,.ant-typography h1+h4,.ant-typography h1+h5,.ant-typography h2+h1,.ant-typography h2+h2,.ant-typography h2+h3,.ant-typography h2+h4,.ant-typography h2+h5,.ant-typography h3+h1,.ant-typography h3+h2,.ant-typography h3+h3,.ant-typography h3+h4,.ant-typography h3+h5,.ant-typography h4+h1,.ant-typography h4+h2,.ant-typography h4+h3,.ant-typography h4+h4,.ant-typography h4+h5,.ant-typography h5+h1,.ant-typography h5+h2,.ant-typography h5+h3,.ant-typography h5+h4,.ant-typography h5+h5,.ant-typography li+h1,.ant-typography li+h2,.ant-typography li+h3,.ant-typography li+h4,.ant-typography li+h5,.ant-typography p+h1,.ant-typography p+h2,.ant-typography p+h3,.ant-typography p+h4,.ant-typography p+h5,.ant-typography ul+h1,.ant-typography ul+h2,.ant-typography ul+h3,.ant-typography ul+h4,.ant-typography ul+h5,.ant-typography+h1.ant-typography,.ant-typography+h2.ant-typography,.ant-typography+h3.ant-typography,.ant-typography+h4.ant-typography,.ant-typography+h5.ant-typography{margin-top:1.2em}a.ant-typography-ellipsis,span.ant-typography-ellipsis{display:inline-block;max-width:100%}.ant-typography a,a.ant-typography{color:var(--theme-color-action);outline:none;cursor:pointer;transition:color .3s;text-decoration:none}.ant-typography a:focus-visible,.ant-typography a:hover,a.ant-typography:focus-visible,a.ant-typography:hover{color:var(--theme-color-action-hover)}.ant-typography a:active,a.ant-typography:active{color:#000}.ant-typography a:active,.ant-typography a:hover,a.ant-typography:active,a.ant-typography:hover{text-decoration:none}.ant-typography a.ant-typography-disabled,.ant-typography a[disabled],a.ant-typography.ant-typography-disabled,a.ant-typography[disabled]{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-typography a.ant-typography-disabled:active,.ant-typography a.ant-typography-disabled:hover,.ant-typography a[disabled]:active,.ant-typography a[disabled]:hover,a.ant-typography.ant-typography-disabled:active,a.ant-typography.ant-typography-disabled:hover,a.ant-typography[disabled]:active,a.ant-typography[disabled]:hover{color:rgba(0,0,0,.25)}.ant-typography a.ant-typography-disabled:active,.ant-typography a[disabled]:active,a.ant-typography.ant-typography-disabled:active,a.ant-typography[disabled]:active{pointer-events:none}.ant-typography code{margin:0 .2em;padding:.2em .4em .1em;font-size:85%;background:hsla(0,0%,59%,.1);border:1px solid hsla(0,0%,39%,.2);border-radius:3px}.ant-typography kbd{margin:0 .2em;padding:.15em .4em .1em;font-size:90%;background:hsla(0,0%,59%,.06);border:solid hsla(0,0%,39%,.2);border-width:1px 1px 2px;border-radius:3px}.ant-typography mark{padding:0;background-color:#ffe58f}.ant-typography ins,.ant-typography u{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.ant-typography del,.ant-typography s{text-decoration:line-through}.ant-typography strong{font-weight:600}.ant-typography-copy,.ant-typography-edit,.ant-typography-expand{color:var(--theme-color-action);outline:none;cursor:pointer;transition:color .3s;margin-left:4px}.ant-typography-copy:focus-visible,.ant-typography-copy:hover,.ant-typography-edit:focus-visible,.ant-typography-edit:hover,.ant-typography-expand:focus-visible,.ant-typography-expand:hover{color:var(--theme-color-action-hover)}.ant-typography-copy:active,.ant-typography-edit:active,.ant-typography-expand:active{color:#000}.ant-typography-copy-success,.ant-typography-copy-success:focus,.ant-typography-copy-success:hover{color:#52c41a}.ant-typography-edit-content{position:relative}div.ant-typography-edit-content{left:-12px;margin-top:-5px;margin-bottom:calc(1em - 4px - 1px)}.ant-typography-edit-content-confirm{position:absolute;right:10px;bottom:8px;color:rgba(0,0,0,.45);font-weight:400;font-size:14px;font-style:normal;pointer-events:none}.ant-typography-edit-content textarea{height:1em;margin:0!important;-moz-transition:none}.ant-typography ol,.ant-typography ul{margin:0 0 1em;padding:0}.ant-typography ol li,.ant-typography ul li{margin:0 0 0 20px;padding:0 0 0 4px}.ant-typography ul{list-style-type:circle}.ant-typography ul ul{list-style-type:disc}.ant-typography ol{list-style-type:decimal}.ant-typography blockquote,.ant-typography pre{margin:1em 0}.ant-typography pre{padding:.4em .6em;white-space:pre-wrap;word-wrap:break-word;background:hsla(0,0%,59%,.1);border:1px solid hsla(0,0%,39%,.2);border-radius:3px}.ant-typography pre code{display:inline;margin:0;padding:0;font-size:inherit;font-family:inherit;background:transparent;border:0}.ant-typography blockquote{padding:0 0 0 .6em;border-left:4px solid hsla(0,0%,39%,.2);opacity:.85}.ant-typography-single-line{white-space:nowrap}.ant-typography-ellipsis-single-line{overflow:hidden;text-overflow:ellipsis}a.ant-typography-ellipsis-single-line,span.ant-typography-ellipsis-single-line{vertical-align:bottom}.ant-typography-ellipsis-multiple-line{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3; - /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-devanagari-400-normal.87c72f23.woff2) format("woff2"),url(/_next/static/media/poppins-devanagari-400-normal.f2c29400.woff) format("woff");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.591327bf.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.687cae43.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.74033fb9.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-devanagari-600-normal.3828f203.woff2) format("woff2"),url(/_next/static/media/poppins-devanagari-600-normal.6def6ad7.woff) format("woff");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.10939fee.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.22fff013.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.94625d71.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important} \ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important} \ No newline at end of file diff --git a/static/web/_next/static/media/poppins-devanagari-400-normal.87c72f23.woff2 b/static/web/_next/static/media/poppins-devanagari-400-normal.87c72f23.woff2 deleted file mode 100644 index 3295a4cc9d66554baf82e686e6b0eaa322c3676b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 39564 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 My0c4n?7C<6SqKsu-~a#s diff --git a/static/web/_next/static/media/poppins-devanagari-400-normal.f2c29400.woff b/static/web/_next/static/media/poppins-devanagari-400-normal.f2c29400.woff deleted file mode 100644 index 4d7d066e9b35c745a7add5d36ee5d2fa8e039bf3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 52912 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

PIIVYhBrcZd1w1VueOKsmm|YQF{IG+)u>y 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 diff --git a/static/web/_next/static/media/poppins-latin-400-normal.74033fb9.woff b/static/web/_next/static/media/poppins-latin-400-normal.74033fb9.woff deleted file mode 100644 index 31c978ec57ba1781c72506664ffc2b07b2f1aa80..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10528 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 diff --git a/static/web/_next/static/media/poppins-latin-400-normal.cbe785df.woff b/static/web/_next/static/media/poppins-latin-400-normal.cbe785df.woff new file mode 100644 index 0000000000000000000000000000000000000000..2b53b9c38f18bd45919cedf0a0c71eb79eec3bb0 GIT binary patch literal 10532 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 JsC^mW{{YewU(Nsk diff --git a/static/web/_next/static/media/poppins-latin-600-normal.c070cf14.woff b/static/web/_next/static/media/poppins-latin-600-normal.c070cf14.woff new file mode 100644 index 0000000000000000000000000000000000000000..7395457c65af3f8b2d5bc3d4bf5dc4eec1f1f38c GIT binary patch literal 10600 zcmYj%V{oNS5cSQ*wr$(?jcr@Iv2AN(b2r%7+}O5l<0c#P%lmoiInUHN)!oxIHPb() z+CvEl1b_j)2CX#!;lEj^@{9jZ+RoMUOB4C>#{&SstuJCJ zU2PrAzU(OVzt$=KLh~{5I)j~w=hwQ_5MO@(_057;s3Sy<$uMpnzsKY`9)Gp zQd&?{P-0xX^Q#u9A|oR$bN3klg|Y*ArUy_bgwSHFBq<~T*R+fJm38yE{Q2{f_(k|8 zU{`o503l%e!|$K*ddMU)m!S5i@nnb&GL_Iwd-wfTosU%D6&V-+(2U24^R*Xo-q70k z!_A-x81fK$Nf>!ddK*!aghpw46$zE!+}W1x_=7n5y}j;e`$Qq=kGFH#pFE067jI0b zH}`%mC69&-dMqBQcD zC4F?ou~tqQ0>P>K*I}7Y?z;z3G1Q7X=Zdj;Jfc%^{G*(PyOK3pB-$uOD58^FMzuNm zB5cu=VnZW+O-BsyR?(^wQ0(1Pga~q+cujaAqT)<2H%}o>Ovxr}r;uixMHoKjuq>KL zW`_tB!RO(bmko}$l@B`gq1d~~qTOCFqXGxw7%^x;&b+0@2MElDmWmxbZJxC1u{q?_ z8d`*E4r=+T4jRP%%5EoMmh>*st3 X_&daKc`;^RQ3ruD0{Jpq5jd0-)u!L1?-p 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 literal 0 HcmV?d00001 diff --git a/static/web/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2 b/static/web/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..8f4fcbf34e8bb49844e5238deeccf2634e959d32 GIT binary patch literal 5552 zcmV;h6;JASPew8T0RR9102QzR3;+NC05aeJ02N&T0RR9100000000000000000000 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

xzaPRtM=z)EEK)zncRRr-kenJNID9l3l2 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 literal 0 HcmV?d00001 diff --git a/static/web/_next/static/media/poppins-latin-ext-600-normal.10939fee.woff2 b/static/web/_next/static/media/poppins-latin-ext-600-normal.10939fee.woff2 deleted file mode 100644 index 644e5150ea2ef59b2aff7f25559d90916d8e24f7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5512 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 DDvi~& literal 0 HcmV?d00001 diff --git a/static/web/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2 b/static/web/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..ea95e833e46f47df4465109f0dea16e6a6b12a61 GIT binary patch literal 5484 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 Admin

What is your stream about today?

What is your stream about today?
Offline

Access Tokens

Access tokens are used to allow external, 3rd party tools to perform specific actions on your Owncast server. They should be kept secure and never included in client code, instead they should be kept on a server that you control.
Read more about how to use these tokens, with examples, at our documentation.
NameTokenScopesLast Used
No data

\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

What is your stream about today?

What is your stream about today?
Offline

Access Tokens

Access tokens are used to allow external, 3rd party tools to perform specific actions on your Owncast server. They should be kept secure and never included in client code, instead they should be kept on a server that you control.
Read more about how to use these tokens, with examples, at our documentation.
NameTokenScopesLast Used
No data

\ No newline at end of file diff --git a/static/web/admin/actions/index.html b/static/web/admin/actions/index.html index bebf4a698..9e0363a51 100644 --- a/static/web/admin/actions/index.html +++ b/static/web/admin/actions/index.html @@ -1,4 +1,4 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

External Actions

External action URLs are 3rd party UI you can display, embedded, into your Owncast page when a user clicks on a button to launch your action.
Read more about how to use actions, with examples, at our documentation.
NameDescriptionURL / EmbedIconColorOpens
No data

\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

What is your stream about today?

What is your stream about today?
Offline

External Actions

External action URLs are 3rd party UI you can display, embedded, into your Owncast page when a user clicks on a button to launch your action.
Read more about how to use actions, with examples, at our documentation.
NameDescriptionURL / EmbedIconColorOpens
No data

\ No newline at end of file diff --git a/static/web/admin/chat/emojis/index.html b/static/web/admin/chat/emojis/index.html index d1c130f9b..c0f87b8c2 100644 --- a/static/web/admin/chat/emojis/index.html +++ b/static/web/admin/chat/emojis/index.html @@ -1,4 +1,4 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Emojis

Here you can upload new custom emojis for usage in the chat. When uploading a new emoji, the filename without extension will be used as emoji name. Additionally, emoji names are case-insensitive. For best results, ensure all emoji have unique names.



\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

What is your stream about today?

What is your stream about today?
Offline

Emojis

Here you can upload new custom emojis for usage in the chat. When uploading a new emoji, the filename without extension will be used as emoji name. Additionally, emoji names are case-insensitive. For best results, ensure all emoji have unique names.



\ No newline at end of file diff --git a/static/web/admin/chat/messages/index.html b/static/web/admin/chat/messages/index.html index cf9138cfb..ed645b096 100644 --- a/static/web/admin/chat/messages/index.html +++ b/static/web/admin/chat/messages/index.html @@ -1,4 +1,4 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Chat Messages

Manage the messages from viewers that show up on your stream.

Check multiple messages to change their visibility to:
Time
User
Message
No data
\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

What is your stream about today?

What is your stream about today?
Offline

Chat Messages

Manage the messages from viewers that show up on your stream.

Check multiple messages to change their visibility to:
Time
User
Message
No data
\ No newline at end of file diff --git a/static/web/admin/chat/users/index.html b/static/web/admin/chat/users/index.html index fbd55d852..0ecad7790 100644 --- a/static/web/admin/chat/users/index.html +++ b/static/web/admin/chat/users/index.html @@ -1,4 +1,4 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

When a stream is active and chat is enabled, connected chat clients will be displayed here.

\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

What is your stream about today?

What is your stream about today?
Offline

When a stream is active and chat is enabled, connected chat clients will be displayed here.

\ No newline at end of file diff --git a/static/web/admin/config-chat/index.html b/static/web/admin/config-chat/index.html index b2084a374..73a4752e9 100644 --- a/static/web/admin/config-chat/index.html +++ b/static/web/admin/config-chat/index.html @@ -1,4 +1,4 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline
\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

What is your stream about today?

What is your stream about today?
Offline
\ No newline at end of file diff --git a/static/web/admin/config-federation/index.html b/static/web/admin/config-federation/index.html index 7c91d0a3f..a2cf57948 100644 --- a/static/web/admin/config-federation/index.html +++ b/static/web/admin/config-federation/index.html @@ -1,4 +1,4 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline
\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

What is your stream about today?

What is your stream about today?
Offline
\ No newline at end of file diff --git a/static/web/admin/config-notify/index.html b/static/web/admin/config-notify/index.html index 4d582ed94..f0b887aee 100644 --- a/static/web/admin/config-notify/index.html +++ b/static/web/admin/config-notify/index.html @@ -1,4 +1,4 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Notifications

Let your viewers know when you go live by supporting any of the below notification channels. Learn more about live notifications.


The full url to your Owncast server is required to enable social features. Must use SSL (https). Once people start following your instance you should not change this.

The full url to your Owncast server is required to enable social features. Must use SSL (https). Once people start following your instance you should not change this.

Browser Alerts

Viewers can opt into being notified when you go live with their browser.

Not all browsers support this.

Enable browser notifications

The text to send when you go live.

Discord

Let your Discord channel know each time you go live.

Create a webhook under Edit Channel / Integrations on your Discord channel and provide it below.

Enable Discord

The webhook assigned to your channel.

The text to send when you go live.

Fediverse Social

Enabling the Fediverse social features will not just alert people to when you go live, but also enable other functionality.

Fediverse social features: Disabled

Custom

Build your own notifications by using custom webhooks.

\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

What is your stream about today?

What is your stream about today?
Offline

Notifications

Let your viewers know when you go live by supporting any of the below notification channels. Learn more about live notifications.


The full url to your Owncast server is required to enable social features. Must use SSL (https). Once people start following your instance you should not change this.

The full url to your Owncast server is required to enable social features. Must use SSL (https). Once people start following your instance you should not change this.

Browser Alerts

Viewers can opt into being notified when you go live with their browser.

Not all browsers support this.

Enable browser notifications

The text to send when you go live.

Discord

Let your Discord channel know each time you go live.

Create a webhook under Edit Channel / Integrations on your Discord channel and provide it below.

Enable Discord

The webhook assigned to your channel.

The text to send when you go live.

Fediverse Social

Enabling the Fediverse social features will not just alert people to when you go live, but also enable other functionality.

Fediverse social features: Disabled

Custom

Build your own notifications by using custom webhooks.

\ No newline at end of file diff --git a/static/web/admin/config-social-items/index.html b/static/web/admin/config-social-items/index.html index 4cf38adc4..d53e372b2 100644 --- a/static/web/admin/config-social-items/index.html +++ b/static/web/admin/config-social-items/index.html @@ -1,4 +1,4 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Social Items

\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

What is your stream about today?

What is your stream about today?
Offline

Social Items

\ No newline at end of file diff --git a/static/web/admin/config-video/index.html b/static/web/admin/config-video/index.html index 8785f370e..95395d41c 100644 --- a/static/web/admin/config-video/index.html +++ b/static/web/admin/config-video/index.html @@ -1,4 +1,4 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Video configuration

Before changing your video configuration visit the video documentation to learn how it impacts your stream performance. The general rule is to start conservatively by having one middle quality stream output variant and experiment with adding more of varied qualities.

Stream output

NameVideo bitrateCPU Usage
No name1200 kbpsMedium

Latency Buffer

While it's natural to want to keep your latency as low as possible, you may experience reduced error tolerance and stability the lower you go. The lowest setting is not recommended.

For interactive live streams you may want to experiment with a lower latency, for non-interactive broadcasts you may want to increase it. Read to learn more.

Lowest Highest

\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

What is your stream about today?

What is your stream about today?
Offline

Video configuration

Before changing your video configuration visit the video documentation to learn how it impacts your stream performance. The general rule is to start conservatively by having one middle quality stream output variant and experiment with adding more of varied qualities.

Stream output

NameVideo bitrateCPU Usage
No name1200 kbpsMedium

Latency Buffer

While it's natural to want to keep your latency as low as possible, you may experience reduced error tolerance and stability the lower you go. The lowest setting is not recommended.

For interactive live streams you may want to experiment with a lower latency, for non-interactive broadcasts you may want to increase it. Read to learn more.

Lowest Highest

\ No newline at end of file diff --git a/static/web/admin/config/general/index.html b/static/web/admin/config/general/index.html index 859cb1519..06ecaa744 100644 --- a/static/web/admin/config/general/index.html +++ b/static/web/admin/config/general/index.html @@ -1,4 +1,4 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

The following are displayed on your site to describe your stream and its content. Learn more.

Custom Page Content

Edit the content of your page by using simple Markdown syntax.


\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

What is your stream about today?

What is your stream about today?
Offline

The following are displayed on your site to describe your stream and its content. Learn more.

Custom Page Content

Edit the content of your page by using simple Markdown syntax.


\ No newline at end of file diff --git a/static/web/admin/config/server/index.html b/static/web/admin/config/server/index.html index 6c5b5e755..04ff76bc5 100644 --- a/static/web/admin/config/server/index.html +++ b/static/web/admin/config/server/index.html @@ -1,4 +1,4 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

You should change your admin password from the default and keep it safe. For most people it's likely the other settings will not need to be changed.

\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

What is your stream about today?

What is your stream about today?
Offline

You should change your admin password from the default and keep it safe. For most people it's likely the other settings will not need to be changed.

\ No newline at end of file diff --git a/static/web/admin/federation/actions/index.html b/static/web/admin/federation/actions/index.html index 0bad010e1..8c9d2faca 100644 --- a/static/web/admin/federation/actions/index.html +++ b/static/web/admin/federation/actions/index.html @@ -1,4 +1,4 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Fediverse Actions

Below is a list of actions that were taken by others in response to your posts as well as people who requested to follow you.
ActionFromWhen
No data
\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

What is your stream about today?

What is your stream about today?
Offline

Fediverse Actions

Below is a list of actions that were taken by others in response to your posts as well as people who requested to follow you.
ActionFromWhen
No data
\ No newline at end of file diff --git a/static/web/admin/federation/followers/index.html b/static/web/admin/federation/followers/index.html index e533b9203..126a5e3ab 100644 --- a/static/web/admin/federation/followers/index.html +++ b/static/web/admin/federation/followers/index.html @@ -1,4 +1,4 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

The following accounts get notified when you go live or send a post.

NameURL
Added
Remove
No data
\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

What is your stream about today?

What is your stream about today?
Offline

The following accounts get notified when you go live or send a post.

NameURL
Added
Remove
No data
\ No newline at end of file diff --git a/static/web/admin/hardware-info/index.html b/static/web/admin/hardware-info/index.html index ee33ea6b4..85dd49064 100644 --- a/static/web/admin/hardware-info/index.html +++ b/static/web/admin/hardware-info/index.html @@ -1,4 +1,4 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Hardware Info


CPU
0%
Memory
0%
Disk
0%
\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

What is your stream about today?

What is your stream about today?
Offline

Hardware Info


CPU
0%
Memory
0%
Disk
0%
\ No newline at end of file diff --git a/static/web/admin/help/index.html b/static/web/admin/help/index.html index 1597da5ae..8f7cae6ae 100644 --- a/static/web/admin/help/index.html +++ b/static/web/admin/help/index.html @@ -1,4 +1,4 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

How can we help you?

Troubleshooting

Fix your problems

Documentation

Read the Docs

Common tasks

I want to configure my owncast instance
Help configuring my broadcasting software
I want to embed my stream into another site
I want to customize my website
I want to tweak my video output
I want to use an external storage provider

Other

I found a bug
If you found a bug, then please let us know
I have a general question
Most general questions are answered in our FAQ or exist in our discussions
I want to build add-ons for Owncast
You can build your own bots, overlays, tools and add-ons with our developer APIs. 
\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

What is your stream about today?

What is your stream about today?
Offline

How can we help you?

Troubleshooting

Fix your problems

Documentation

Read the Docs

Common tasks

I want to configure my owncast instance
Help configuring my broadcasting software
I want to embed my stream into another site
I want to customize my website
I want to tweak my video output
I want to use an external storage provider

Other

I found a bug
If you found a bug, then please let us know
I have a general question
Most general questions are answered in our FAQ or exist in our discussions
I want to build add-ons for Owncast
You can build your own bots, overlays, tools and add-ons with our developer APIs. 
\ No newline at end of file diff --git a/static/web/admin/index.html b/static/web/admin/index.html index bc9c11289..45a2732bf 100644 --- a/static/web/admin/index.html +++ b/static/web/admin/index.html @@ -1,4 +1,4 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

No stream is active

You should start one.

Chat is disabled
Chat will continue to be disabled until you begin a live stream.
Find an audience on the Owncast Directory
List yourself in the Owncast Directory and show off your stream. Enable it in settings.
fediverse
Add your Owncast instance to the Fediverse
Enable Owncast social features to have your instance join the Fediverse, allowing people to follow, share and engage with your live stream.

News & Updates from Owncast

\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

What is your stream about today?

What is your stream about today?
Offline

No stream is active

You should start one.

Chat is disabled
Chat will continue to be disabled until you begin a live stream.
Find an audience on the Owncast Directory
List yourself in the Owncast Directory and show off your stream. Enable it in settings.
fediverse
Add your Owncast instance to the Fediverse
Enable Owncast social features to have your instance join the Fediverse, allowing people to follow, share and engage with your live stream.

News & Updates from Owncast

\ No newline at end of file diff --git a/static/web/admin/logs/index.html b/static/web/admin/logs/index.html index 629b0edf5..30c85b4d4 100644 --- a/static/web/admin/logs/index.html +++ b/static/web/admin/logs/index.html @@ -1,4 +1,4 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline
\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

What is your stream about today?

What is your stream about today?
Offline
\ No newline at end of file diff --git a/static/web/admin/stream-health/index.html b/static/web/admin/stream-health/index.html index 2c12e73ff..8cc231a2a 100644 --- a/static/web/admin/stream-health/index.html +++ b/static/web/admin/stream-health/index.html @@ -1,4 +1,4 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Stream Performance

\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

What is your stream about today?

What is your stream about today?
Offline

Stream Performance

\ No newline at end of file diff --git a/static/web/admin/upgrade/index.html b/static/web/admin/upgrade/index.html index e15f94dc6..7c3858fef 100644 --- a/static/web/admin/upgrade/index.html +++ b/static/web/admin/upgrade/index.html @@ -1,4 +1,4 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Thu Jan 01 1970

Downloads

NameSize
No data
\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

What is your stream about today?

What is your stream about today?
Offline

Thu Jan 01 1970

Downloads

NameSize
No data
\ No newline at end of file diff --git a/static/web/admin/viewer-info/index.html b/static/web/admin/viewer-info/index.html index ab4b5324f..8467d8707 100644 --- a/static/web/admin/viewer-info/index.html +++ b/static/web/admin/viewer-info/index.html @@ -1,4 +1,4 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Viewer Info


Max viewers last stream
0
All-time max viewers
0
User AgentLocation
Watch Time
No data
\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

What is your stream about today?

What is your stream about today?
Offline

Viewer Info


Max viewers last stream
0
All-time max viewers
0
User AgentLocation
Watch Time
No data
\ No newline at end of file diff --git a/static/web/admin/webhooks/index.html b/static/web/admin/webhooks/index.html index 668dd6d7f..b53d110e1 100644 --- a/static/web/admin/webhooks/index.html +++ b/static/web/admin/webhooks/index.html @@ -1,4 +1,4 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Webhooks

A webhook is a callback made to an external API in response to an event that takes place within Owncast. This can be used to build chat bots or sending automatic notifications that you've started streaming.
Read more about how to use webhooks, with examples, at our documentation.
URLEvents
No data

\ No newline at end of file + /*! autoprefixer: ignore next */-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-copy,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-expand{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ol li,.ant-typography-rtl.ant-typography ul li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#6544e9}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:var(--theme-color-background-main);border:1px dashed #d9d9d9;border-radius:var(--theme-rounded-corners);cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#7a5cf3}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#6544e9}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6544e9;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:rgba(0,0,0,.45);transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:rgba(0,0,0,.85)}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .ant-upload-text-icon .anticon,.ant-upload-list-item-info .anticon-loading .anticon{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .ant-upload-text-icon>.anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:var(--theme-rounded-corners)}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:var(--theme-color-background-main)}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-picture-container,.ant-upload-list-text-container{transition:opacity .3s,height .3s}.ant-upload-list-picture-container:before,.ant-upload-list-text-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-picture-container .ant-upload-span,.ant-upload-list-text-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-picture .ant-upload-span,.ant-upload-list-text .ant-upload-span{display:flex;align-items:center}.ant-upload-list-picture .ant-upload-span>*,.ant-upload-list-text .ant-upload-span>*{flex:none}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-text .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-greek-300-normal.8e40d33d.woff2) format("woff2"),url(/_next/static/media/inter-greek-300-normal.386712e0.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-300-normal.5212580c.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/inter-latin-300-normal.1e64cb66.woff2) format("woff2"),url(/_next/static/media/inter-latin-300-normal.80c26b3a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.0c589a4f.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.fe3df9bb.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ac374088.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.779487c6.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.20e88899.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.7a9219c1.woff2) format("woff2"),url(/_next/static/media/inter-greek-600-normal.a3d58a50.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.5f656274.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.34227eb1.woff2) format("woff2"),url(/_next/static/media/inter-latin-600-normal.edaa5f1b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-greek-800-normal.aa3c4563.woff2) format("woff2"),url(/_next/static/media/inter-greek-800-normal.3ae4b10a.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-800-normal.850d1593.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/inter-latin-800-normal.f15de3ac.woff2) format("woff2"),url(/_next/static/media/inter-latin-800-normal.7da978cc.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--content-padding:0.95rem;--module-spacing:12px;--header-height:70px;--content-height:calc(100vh - var(--header-height));--replacement-bar-height:46px;--chat-message-text-size:0.825rem;--chat-notification-icon-padding:6px;--chat-message-padding:10px;--chat-text-highlight-border-radius:3px;--player-container-height:75vh;--status-bar-height:2rem;--footer-padding-x:1rem}@media only screen and (width <= 768px){:root{--header-height:3.85rem;--player-container-height:400px}}@media only screen and (width <= 481px){:root{--player-container-height:250px}}::-moz-selection{background-color:var(--theme-color-palette-12)}::selection{background-color:var(--theme-color-palette-12)}html{font-size:clamp(15px,1.35vw,16px)}body{font-family:var(--theme-text-body-font-family);font-weight:300;margin:0;background-color:var(--theme-color-background-main)}body div,body h1,body h2,body h3,body h4,body h5,body h6,body p{padding:0;margin-top:revert;margin-bottom:revert}body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--theme-text-display-font-family);color:unset}body h1{font-size:2em;font-weight:600}body h2{font-size:1.5em;font-weight:400}body h3{font-family:var(--theme-text-body-font-family);font-size:1.25em;font-weight:600}body h4{font-size:1em}body ul{list-style:square}body ol,body ul{margin:.7em 0 0;padding:0 1em}body ol ol,body ol ul,body ul ol,body ul ul{margin:0}body ol li,body ul li{margin:.175em 0 0}body a{color:var(--theme-color-action);word-break:break-word}body a:hover{color:var(--theme-color-action-hover)}body b,body strong{font-weight:600}.emoji{font-size:30px;height:30px;line-height:30px;margin-left:2px;margin-right:2px;vertical-align:middle}.ant-layout-header{line-height:unset;height:auto}.ant-btn[disabled],.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{background-color:var(--theme-color-components-secondary-button-background-disabled);color:var(--theme-color-components-secondary-button-text-disabled);border-color:var(--theme-color-components-secondary-button-border-disabled)}.ant-btn-default{color:currentcolor;border-width:2px;border-color:var(--theme-color-components-primary-button-border);border-radius:var(--theme-rounded-corners);background-color:rgba(0,0,0,.1)}.ant-btn-default:focus,.ant-btn-default:hover{color:currentcolor;border-color:rgba(0,0,0,.55);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary{height:2rem;font-size:.85rem;border-width:2px;border-radius:var(--theme-rounded-corners);border-color:var(--theme-color-components-primary-button-border);background-color:var(--theme-color-components-primary-button-background);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus,.ant-btn-primary:hover{border-color:var(--theme-color-action-hover);color:var(--theme-color-action-hover);background-color:var(--theme-color-components-secondary-button-background)}.ant-btn-primary:focus{border-color:var(--theme-color-components-secondary-button-text)}.ant-btn-primary[ant-click-animating-without-extra-node]:after{animation:0s!important}.ant-btn-primary:hover{border-color:var(--theme-color-action-hover)}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:var(--theme-color-action-hover);color:var(--theme-color-components-primary-button-text)}.ant-btn-primary:focus{border-color:var(--theme-color-components-primary-button-text)}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{background-color:var(--theme-color-components-primary-button-background-disabled);border-color:var(--theme-color-components-primary-button-border-disabled);color:var(--theme-color-components-primary-button-text-disabled)}.ant-btn-background-ghost{border:0;box-shadow:none!important}.ant-btn-background-ghost:focus,.ant-btn-background-ghost:hover{background-color:var(--theme-unknown)}.ant-dropdown-menu{border-radius:var(--theme-rounded-corners);background-color:var(--theme-color-components-menu-background)}.ant-dropdown-menu-item{color:var(--theme-color-components-menu-item-text)}.ant-dropdown-menu-item:hover{background-color:var(--theme-color-components-menu-item-hover-bg)}.ant-dropdown-menu-item:focus{background-color:var(--theme-color-components-menu-item-focus-bg)}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{font-size:.8rem;padding:4px 15px}.ant-input,.ant-input-affix-wrapper,.ant-input-number-input{background-color:var(--theme-color-components-form-field-background)}.ant-input,.ant-input-number-input{color:var(--theme-color-components-form-field-text)}.ant-input-number-input::-moz-placeholder,.ant-input::-moz-placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-input-number-input::placeholder,.ant-input::placeholder{color:var(--theme-color-components-form-field-placeholder)}.ant-alert-error .ant-alert-icon,.ant-alert-error .ant-alert-message{color:var(--theme-color-palette-error)}.ant-tabs-tab{padding:.7rem;background-color:transparent;border-radius:var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;font-weight:600}.ant-tabs-tab+.ant-tabs-tab{margin-left:var(--module-spacing)}.ant-tabs-tab.ant-tabs-tab-active{background-color:var(--theme-color-palette-4)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--theme-color-action)}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn:hover{color:var(--theme-color-action-hover)}.ant-tabs,.ant-tabs .ant-tabs-content-holder{height:100%}.ant-tabs .ant-tabs-content{overflow:auto}.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active{height:100%}.ant-tabs-ink-bar{background-color:var(--theme-color-action)}.ant-tabs-nav:before{border-bottom-color:var(--theme-color-components-menu-item-focus-bg)!important}.ant-modal-close:hover,.ant-modal-title{color:var(--theme-color-components-modal-header-text)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected,.ant-table-thead th.ant-table-column-sort,td.ant-table-column-sort{background-color:unset}th{color:var(--theme-color-components-modal-header-text);font-family:var(--theme-text-display-font-family);font-weight:700!important}.ant-popover{z-index:800}.ant-menu-light .ant-menu-submenu-title:active{background:var(--theme-color-palette-12)}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-submenu-title:hover,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:var(--theme-color-palette-12)}.line-chart-container{position:relative}.line-chart-container .download-btn{position:absolute;top:.3rem;right:.35rem}.ant-collapse>.ant-collapse-item{background:var(--theme-color-palette-14)}.vjs-owncast .video-js{color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-volume-bar.vjs-slider-horizontal{width:100px;flex-shrink:0}.vjs-owncast .vjs-menu li{color:var(--theme-color-components-text-on-dark)}.vjs-owncast .vjs-big-play-button{z-index:10;color:var(--theme-color-action);font-size:clamp(1rem,30vmin,8rem)!important;border-color:transparent!important;border-radius:var(--theme-rounded-corners)!important;background-color:transparent!important;text-shadow:2px 3px 4px rgba(0,0,0,.373);-webkit-text-stroke:2px #fff;text-stroke:2px #fff}.vjs-owncast .vjs-big-play-button :hover{transition:all .2s ease-in-out;font-size:10rem;text-shadow:2px 5px 4px rgba(0,0,0,.576)}.vjs-owncast .vjs-loading-spinner{z-index:10;display:block;color:var(--theme-color-components-text-on-light)}.vjs-owncast .vjs-control-bar{background-color:var(--theme-color-background-main)!important}.vjs-owncast .vjs-control,.vjs-owncast .vjs-control-bar{color:var(--theme-color-components-text-on-light)}.vjs-airplay .vjs-icon-placeholder:before{content:url(/_next/static/media/airplay.c25573d0.svg);width:50%!important;height:50%!important;top:15%!important;left:15%!important}.vjs-quality-selector .vjs-icon-placeholder{font-family:VideoJS,serif;font-weight:400;font-style:normal}.vjs-quality-selector .vjs-icon-placeholder:before{content:""}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:var(--theme-color-components-video-live-indicator)!important}

What is your stream about today?

What is your stream about today?
Offline

Webhooks

A webhook is a callback made to an external API in response to an event that takes place within Owncast. This can be used to build chat bots or sending automatic notifications that you've started streaming.
Read more about how to use webhooks, with examples, at our documentation.
URLEvents
No data

\ No newline at end of file diff --git a/static/web/embed/chat/readonly/index.html b/static/web/embed/chat/readonly/index.html index befff33d4..8af60e333 100644 --- a/static/web/embed/chat/readonly/index.html +++ b/static/web/embed/chat/readonly/index.html @@ -1,4 +1,4 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/static/web/embed/chat/readwrite/index.html b/static/web/embed/chat/readwrite/index.html index efed5db06..ef86344f3 100644 --- a/static/web/embed/chat/readwrite/index.html +++ b/static/web/embed/chat/readwrite/index.html @@ -1,4 +1,4 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/static/web/embed/video/index.html b/static/web/embed/video/index.html index d47601911..bc15d864b 100644 --- a/static/web/embed/video/index.html +++ b/static/web/embed/video/index.html @@ -1,4 +1,4 @@ -

\ No newline at end of file +

\ No newline at end of file diff --git a/static/web/index.html b/static/web/index.html index 6ec276e59..363b2cfe1 100644 --- a/static/web/index.html +++ b/static/web/index.html @@ -1,7 +1,7 @@
\ No newline at end of file +
\ No newline at end of file diff --git a/static/web/sw.js b/static/web/sw.js index 3ba81ce14..96b06bf5d 100644 --- a/static/web/sw.js +++ b/static/web/sw.js @@ -1 +1 @@ -if(!self.define){let e,i={};const c=(c,s)=>(c=new URL(c+".js",s).href,i[c]||new Promise((i=>{if("document"in self){const e=document.createElement("script");e.src=c,e.onload=i,document.head.appendChild(e)}else e=c,importScripts(c),i()})).then((()=>{let e=i[c];if(!e)throw new Error(`Module ${c} didn’t register its module`);return e})));self.define=(s,n)=>{const a=e||("document"in self?document.currentScript.src:"")||location.href;if(i[a])return;let t={};const r=e=>c(e,a),f={module:{uri:a},exports:t,require:r};i[a]=Promise.all(s.map((e=>f[e]||r(e)))).then((e=>(n(...e),t)))}}define(["./workbox-1b51a4a5"],(function(e){"use strict";importScripts(),self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"/_next/static/4DdzUSJNE8WR2pbjBE_L8/_buildManifest.js",revision:"f7d1d551efc84984e5b7e7660077214d"},{url:"/_next/static/4DdzUSJNE8WR2pbjBE_L8/_ssgManifest.js",revision:"b6652df95db52feb4daf4eca35380933"},{url:"/_next/static/chunks/1008.9daae5876531e2ab.js",revision:"9daae5876531e2ab"},{url:"/_next/static/chunks/1053.adb29a47c34b267a.js",revision:"adb29a47c34b267a"},{url:"/_next/static/chunks/1084.8bd09a422bf924f1.js",revision:"8bd09a422bf924f1"},{url:"/_next/static/chunks/127-2cc69b340c4ef6b7.js",revision:"2cc69b340c4ef6b7"},{url:"/_next/static/chunks/1377.b35436ad0fcaf01b.js",revision:"b35436ad0fcaf01b"},{url:"/_next/static/chunks/1386.cd1d89d295d1f781.js",revision:"cd1d89d295d1f781"},{url:"/_next/static/chunks/1390.005311fca7bf28dc.js",revision:"005311fca7bf28dc"},{url:"/_next/static/chunks/1398.f61fc28ca4c2dc28.js",revision:"f61fc28ca4c2dc28"},{url:"/_next/static/chunks/1446.729b459281b981b9.js",revision:"729b459281b981b9"},{url:"/_next/static/chunks/1460.b231e07101da2e21.js",revision:"b231e07101da2e21"},{url:"/_next/static/chunks/1470.1715519bd4a2b0ee.js",revision:"1715519bd4a2b0ee"},{url:"/_next/static/chunks/1557.66a87b622f76026a.js",revision:"66a87b622f76026a"},{url:"/_next/static/chunks/1576.ebedce47e3bdd0b1.js",revision:"ebedce47e3bdd0b1"},{url:"/_next/static/chunks/1627-b7dfddd9ae7b2cc3.js",revision:"b7dfddd9ae7b2cc3"},{url:"/_next/static/chunks/1639.a69f56d8e2858f44.js",revision:"a69f56d8e2858f44"},{url:"/_next/static/chunks/1650.06a77268379b94b2.js",revision:"06a77268379b94b2"},{url:"/_next/static/chunks/1660.76cc05d00e5034ad.js",revision:"76cc05d00e5034ad"},{url:"/_next/static/chunks/1664.27d4ee7d48ce7ca4.js",revision:"27d4ee7d48ce7ca4"},{url:"/_next/static/chunks/1706.cc34054ebca747bc.js",revision:"cc34054ebca747bc"},{url:"/_next/static/chunks/177.3359462c66b636ba.js",revision:"3359462c66b636ba"},{url:"/_next/static/chunks/1770.ffd38031b937c10a.js",revision:"ffd38031b937c10a"},{url:"/_next/static/chunks/1834.9878f9b475ef6511.js",revision:"9878f9b475ef6511"},{url:"/_next/static/chunks/1873.ad239337a916524b.js",revision:"ad239337a916524b"},{url:"/_next/static/chunks/1880-bc3e9d43feb38733.js",revision:"bc3e9d43feb38733"},{url:"/_next/static/chunks/1920.69952d11b23d14f9.js",revision:"69952d11b23d14f9"},{url:"/_next/static/chunks/1975.52881ddfdd2890e0.js",revision:"52881ddfdd2890e0"},{url:"/_next/static/chunks/1998.96634e929488af66.js",revision:"96634e929488af66"},{url:"/_next/static/chunks/2040.2b48b43e5c9bbd94.js",revision:"2b48b43e5c9bbd94"},{url:"/_next/static/chunks/2054.9f1429b76f71b6ea.js",revision:"9f1429b76f71b6ea"},{url:"/_next/static/chunks/2062.0caebfb323f87e6d.js",revision:"0caebfb323f87e6d"},{url:"/_next/static/chunks/2119.56737871073263a3.js",revision:"56737871073263a3"},{url:"/_next/static/chunks/2136.d79aae5ef8b027c6.js",revision:"d79aae5ef8b027c6"},{url:"/_next/static/chunks/2159.d900ca825717a9dd.js",revision:"d900ca825717a9dd"},{url:"/_next/static/chunks/2200.984fffa57a9d939c.js",revision:"984fffa57a9d939c"},{url:"/_next/static/chunks/2236.fc99023e6c42898a.js",revision:"fc99023e6c42898a"},{url:"/_next/static/chunks/228.bcd421992bab4a0b.js",revision:"bcd421992bab4a0b"},{url:"/_next/static/chunks/2314.ce3a0e1828ad2d06.js",revision:"ce3a0e1828ad2d06"},{url:"/_next/static/chunks/2379-b42dd9f00435bc26.js",revision:"b42dd9f00435bc26"},{url:"/_next/static/chunks/2386.4ea76c10cc41063a.js",revision:"4ea76c10cc41063a"},{url:"/_next/static/chunks/2391.d2715635f5de8769.js",revision:"d2715635f5de8769"},{url:"/_next/static/chunks/2406.04743ed8b26fbb4f.js",revision:"04743ed8b26fbb4f"},{url:"/_next/static/chunks/2440-2c0894b907865e3d.js",revision:"2c0894b907865e3d"},{url:"/_next/static/chunks/2486.76a965814708440e.js",revision:"76a965814708440e"},{url:"/_next/static/chunks/2542.82fcb9f7206aadce.js",revision:"82fcb9f7206aadce"},{url:"/_next/static/chunks/2550.f4b21099afae8615.js",revision:"f4b21099afae8615"},{url:"/_next/static/chunks/2554.005d88575221227f.js",revision:"005d88575221227f"},{url:"/_next/static/chunks/2602.b42aa7598d8adcd0.js",revision:"b42aa7598d8adcd0"},{url:"/_next/static/chunks/2629-499ab0bb36567c57.js",revision:"499ab0bb36567c57"},{url:"/_next/static/chunks/2675.3af9b237ab623dbf.js",revision:"3af9b237ab623dbf"},{url:"/_next/static/chunks/2807.c7f099a56b98fdda.js",revision:"c7f099a56b98fdda"},{url:"/_next/static/chunks/2839-65dcb66051bfc524.js",revision:"65dcb66051bfc524"},{url:"/_next/static/chunks/2845.0b1c9e943e100303.js",revision:"0b1c9e943e100303"},{url:"/_next/static/chunks/2861-f25e0eccfab7eaed.js",revision:"f25e0eccfab7eaed"},{url:"/_next/static/chunks/2862-7280bfa7196ddc03.js",revision:"7280bfa7196ddc03"},{url:"/_next/static/chunks/2992.4d812876688ba7fe.js",revision:"4d812876688ba7fe"},{url:"/_next/static/chunks/305.89841c282a61cef8.js",revision:"89841c282a61cef8"},{url:"/_next/static/chunks/310.95258934d617ae2c.js",revision:"95258934d617ae2c"},{url:"/_next/static/chunks/3118.c3657ca312c1e9cb.js",revision:"c3657ca312c1e9cb"},{url:"/_next/static/chunks/3145.e0fbdc72c9cab684.js",revision:"e0fbdc72c9cab684"},{url:"/_next/static/chunks/3200.735fc673c0835a8d.js",revision:"735fc673c0835a8d"},{url:"/_next/static/chunks/3203.cbe74052c374223c.js",revision:"cbe74052c374223c"},{url:"/_next/static/chunks/3226-2f0b9ee10bae097e.js",revision:"2f0b9ee10bae097e"},{url:"/_next/static/chunks/3236.e44b1b1cd3cdd9be.js",revision:"e44b1b1cd3cdd9be"},{url:"/_next/static/chunks/3249.fe8b4dcd419b5f88.js",revision:"fe8b4dcd419b5f88"},{url:"/_next/static/chunks/3283.0c55fd8a1a0f7c80.js",revision:"0c55fd8a1a0f7c80"},{url:"/_next/static/chunks/3297.33a29c53910f6ced.js",revision:"33a29c53910f6ced"},{url:"/_next/static/chunks/3314.141e2dca41748fac.js",revision:"141e2dca41748fac"},{url:"/_next/static/chunks/332.ff68a0e6411db94f.js",revision:"ff68a0e6411db94f"},{url:"/_next/static/chunks/3465.77dee7ec6cc7e947.js",revision:"77dee7ec6cc7e947"},{url:"/_next/static/chunks/3482.f8558073446e8bd9.js",revision:"f8558073446e8bd9"},{url:"/_next/static/chunks/3509.11f4b2a34d9f2054.js",revision:"11f4b2a34d9f2054"},{url:"/_next/static/chunks/3519.2a44d25a006ebc05.js",revision:"2a44d25a006ebc05"},{url:"/_next/static/chunks/3553.58af46155c94ecc5.js",revision:"58af46155c94ecc5"},{url:"/_next/static/chunks/3594.9e1a7395d1fc565d.js",revision:"9e1a7395d1fc565d"},{url:"/_next/static/chunks/37.23c8b2b83e22a98e.js",revision:"23c8b2b83e22a98e"},{url:"/_next/static/chunks/370.0a341b2da3b6a0db.js",revision:"0a341b2da3b6a0db"},{url:"/_next/static/chunks/3736.3c7fd37e748818e7.js",revision:"3c7fd37e748818e7"},{url:"/_next/static/chunks/3747.36e9ea225d543396.js",revision:"36e9ea225d543396"},{url:"/_next/static/chunks/3796-1c4015cb137f3f3d.js",revision:"1c4015cb137f3f3d"},{url:"/_next/static/chunks/3801.122c0892cfd99244.js",revision:"122c0892cfd99244"},{url:"/_next/static/chunks/3883.5e03e3a398cf3720.js",revision:"5e03e3a398cf3720"},{url:"/_next/static/chunks/3892.09197e0364d3dd7a.js",revision:"09197e0364d3dd7a"},{url:"/_next/static/chunks/3947.b634ff971790621d.js",revision:"b634ff971790621d"},{url:"/_next/static/chunks/3993.45bba5349434ad56.js",revision:"45bba5349434ad56"},{url:"/_next/static/chunks/402.3f3e56dcc798bafe.js",revision:"3f3e56dcc798bafe"},{url:"/_next/static/chunks/4073-17a7e682edff1593.js",revision:"17a7e682edff1593"},{url:"/_next/static/chunks/4114.96fd079aea407434.js",revision:"96fd079aea407434"},{url:"/_next/static/chunks/4144.d7264e550bf9aa39.js",revision:"d7264e550bf9aa39"},{url:"/_next/static/chunks/4163.0e0c9ed3e1aa5112.js",revision:"0e0c9ed3e1aa5112"},{url:"/_next/static/chunks/4212.15885059e8078ec8.js",revision:"15885059e8078ec8"},{url:"/_next/static/chunks/4293.9de2fa8f5848563f.js",revision:"9de2fa8f5848563f"},{url:"/_next/static/chunks/4323.9603162e5cba433d.js",revision:"9603162e5cba433d"},{url:"/_next/static/chunks/4434.57ab71b0d736896f.js",revision:"57ab71b0d736896f"},{url:"/_next/static/chunks/4439.7f32805042ce478e.js",revision:"7f32805042ce478e"},{url:"/_next/static/chunks/4488-fc8adc9a8cd02ef1.js",revision:"fc8adc9a8cd02ef1"},{url:"/_next/static/chunks/4511.949892f0fb796cb1.js",revision:"949892f0fb796cb1"},{url:"/_next/static/chunks/4553-82ac20f81223bf23.js",revision:"82ac20f81223bf23"},{url:"/_next/static/chunks/4661.e6936df5eac3d0c8.js",revision:"e6936df5eac3d0c8"},{url:"/_next/static/chunks/4675-62fb506f327fe902.js",revision:"62fb506f327fe902"},{url:"/_next/static/chunks/4716-1ceeeaf97e4d3583.js",revision:"1ceeeaf97e4d3583"},{url:"/_next/static/chunks/4796.c545e50f2ff935e7.js",revision:"c545e50f2ff935e7"},{url:"/_next/static/chunks/4812.8df1cf6b1556ba3d.js",revision:"8df1cf6b1556ba3d"},{url:"/_next/static/chunks/4871.3dd9a368a0fa5463.js",revision:"3dd9a368a0fa5463"},{url:"/_next/static/chunks/4879.2d2fd34b79f431f5.js",revision:"2d2fd34b79f431f5"},{url:"/_next/static/chunks/4917.5bdd07a9eacae8a2.js",revision:"5bdd07a9eacae8a2"},{url:"/_next/static/chunks/4ad82c5e-425df881e2bf1069.js",revision:"425df881e2bf1069"},{url:"/_next/static/chunks/5076.b05604e438095aaf.js",revision:"b05604e438095aaf"},{url:"/_next/static/chunks/5134.a121d8d21d1c9247.js",revision:"a121d8d21d1c9247"},{url:"/_next/static/chunks/520.9ac879d0b9da7d2b.js",revision:"9ac879d0b9da7d2b"},{url:"/_next/static/chunks/5209.3215b44d46b18932.js",revision:"3215b44d46b18932"},{url:"/_next/static/chunks/5313.309c56cc38bbdd59.js",revision:"309c56cc38bbdd59"},{url:"/_next/static/chunks/5329.e0745976c6e71402.js",revision:"e0745976c6e71402"},{url:"/_next/static/chunks/5372.156686248b75341d.js",revision:"156686248b75341d"},{url:"/_next/static/chunks/5386-7c4ad8e23e17efce.js",revision:"7c4ad8e23e17efce"},{url:"/_next/static/chunks/5461-d28c5beb91c930c8.js",revision:"d28c5beb91c930c8"},{url:"/_next/static/chunks/5483.145e8ed18f44377a.js",revision:"145e8ed18f44377a"},{url:"/_next/static/chunks/5543.089aae17d77809a6.js",revision:"089aae17d77809a6"},{url:"/_next/static/chunks/5584.f2636c43774cfa50.js",revision:"f2636c43774cfa50"},{url:"/_next/static/chunks/5648.517b7d5b08dc25e0.js",revision:"517b7d5b08dc25e0"},{url:"/_next/static/chunks/5695.c0d6794c93fc3dd9.js",revision:"c0d6794c93fc3dd9"},{url:"/_next/static/chunks/5724.37ac3be9ec794485.js",revision:"37ac3be9ec794485"},{url:"/_next/static/chunks/5736.ab2b88e4053d3ec5.js",revision:"ab2b88e4053d3ec5"},{url:"/_next/static/chunks/5753.e3f8077ac4a7ad1b.js",revision:"e3f8077ac4a7ad1b"},{url:"/_next/static/chunks/5786.2da025c434d345f3.js",revision:"2da025c434d345f3"},{url:"/_next/static/chunks/5815.a2728b3992c996c3.js",revision:"a2728b3992c996c3"},{url:"/_next/static/chunks/5819.a59443e62006c745.js",revision:"a59443e62006c745"},{url:"/_next/static/chunks/5879.e0ef43b09c377987.js",revision:"e0ef43b09c377987"},{url:"/_next/static/chunks/5888-2178093f9dc5d64a.js",revision:"2178093f9dc5d64a"},{url:"/_next/static/chunks/6062.8312a369a57e3fc3.js",revision:"8312a369a57e3fc3"},{url:"/_next/static/chunks/6092.d604d5262c942c63.js",revision:"d604d5262c942c63"},{url:"/_next/static/chunks/6121.07bf76517bbc2dd2.js",revision:"07bf76517bbc2dd2"},{url:"/_next/static/chunks/617.359b421db498d43e.js",revision:"359b421db498d43e"},{url:"/_next/static/chunks/6243.423586f0d6cb594f.js",revision:"423586f0d6cb594f"},{url:"/_next/static/chunks/6269-75de60bebdb40e51.js",revision:"75de60bebdb40e51"},{url:"/_next/static/chunks/6330.0e24b689a5055fe8.js",revision:"0e24b689a5055fe8"},{url:"/_next/static/chunks/6356-cebeec3886301503.js",revision:"cebeec3886301503"},{url:"/_next/static/chunks/6374-f42e1997ec64c113.js",revision:"f42e1997ec64c113"},{url:"/_next/static/chunks/6395.6e51d035839ff4ba.js",revision:"6e51d035839ff4ba"},{url:"/_next/static/chunks/6398.e22a1c3ff2d91550.js",revision:"e22a1c3ff2d91550"},{url:"/_next/static/chunks/6409.3ac5682f41927765.js",revision:"3ac5682f41927765"},{url:"/_next/static/chunks/6410-23a442379f91f2f6.js",revision:"23a442379f91f2f6"},{url:"/_next/static/chunks/6443.a1c9257ad6c47d80.js",revision:"a1c9257ad6c47d80"},{url:"/_next/static/chunks/6471.8d3d51f0a565139c.js",revision:"8d3d51f0a565139c"},{url:"/_next/static/chunks/65.fc326b1bde468b80.js",revision:"fc326b1bde468b80"},{url:"/_next/static/chunks/6502-cd2dc0eb82bf70d9.js",revision:"cd2dc0eb82bf70d9"},{url:"/_next/static/chunks/653-e36c0b34ac7bd324.js",revision:"e36c0b34ac7bd324"},{url:"/_next/static/chunks/6665.3b98dde37384ff53.js",revision:"3b98dde37384ff53"},{url:"/_next/static/chunks/6670.0cf14935c6549383.js",revision:"0cf14935c6549383"},{url:"/_next/static/chunks/6692.e42dfb241035b482.js",revision:"e42dfb241035b482"},{url:"/_next/static/chunks/673.5310afdb2da5faad.js",revision:"5310afdb2da5faad"},{url:"/_next/static/chunks/6732.03d979fba0acf4db.js",revision:"03d979fba0acf4db"},{url:"/_next/static/chunks/6879.a6c207f3ae3551cc.js",revision:"a6c207f3ae3551cc"},{url:"/_next/static/chunks/6885.8a1babf28155d22f.js",revision:"8a1babf28155d22f"},{url:"/_next/static/chunks/695-1ab105a84603df17.js",revision:"1ab105a84603df17"},{url:"/_next/static/chunks/6977.5f44ec02e3a5fbee.js",revision:"5f44ec02e3a5fbee"},{url:"/_next/static/chunks/6991.be0212d2d320173c.js",revision:"be0212d2d320173c"},{url:"/_next/static/chunks/7001.5485d8645b90f0e1.js",revision:"5485d8645b90f0e1"},{url:"/_next/static/chunks/7135.1ad0205a9acf087e.js",revision:"1ad0205a9acf087e"},{url:"/_next/static/chunks/7213.d8a3150d04a604bc.js",revision:"d8a3150d04a604bc"},{url:"/_next/static/chunks/7217.57c55b473d8b1c80.js",revision:"57c55b473d8b1c80"},{url:"/_next/static/chunks/7220.4967e90ce026dae9.js",revision:"4967e90ce026dae9"},{url:"/_next/static/chunks/7268.227e212422d7c874.js",revision:"227e212422d7c874"},{url:"/_next/static/chunks/7271-61a8c80a805538b6.js",revision:"61a8c80a805538b6"},{url:"/_next/static/chunks/7298-319f8108a55e297c.js",revision:"319f8108a55e297c"},{url:"/_next/static/chunks/7315.3ca5dd95b74450ea.js",revision:"3ca5dd95b74450ea"},{url:"/_next/static/chunks/7365.72718ce4ca51b05b.js",revision:"72718ce4ca51b05b"},{url:"/_next/static/chunks/7370.20336fca6f462b00.js",revision:"20336fca6f462b00"},{url:"/_next/static/chunks/7406-6225b769f831e73a.js",revision:"6225b769f831e73a"},{url:"/_next/static/chunks/7418.d5424461b21ddf67.js",revision:"d5424461b21ddf67"},{url:"/_next/static/chunks/7421.6e55431a3f7b261d.js",revision:"6e55431a3f7b261d"},{url:"/_next/static/chunks/7475.0017763814cf5003.js",revision:"0017763814cf5003"},{url:"/_next/static/chunks/7525.f7c93eb403c6c9c0.js",revision:"f7c93eb403c6c9c0"},{url:"/_next/static/chunks/7531.dfe3024020e677a0.js",revision:"dfe3024020e677a0"},{url:"/_next/static/chunks/758.b8b4c9d9c7352c21.js",revision:"b8b4c9d9c7352c21"},{url:"/_next/static/chunks/7590.5339f77c17d3d934.js",revision:"5339f77c17d3d934"},{url:"/_next/static/chunks/75fc9c18.4321f959804bd28d.js",revision:"4321f959804bd28d"},{url:"/_next/static/chunks/7601.1bdb63794564ce90.js",revision:"1bdb63794564ce90"},{url:"/_next/static/chunks/7618.68d4da283439ddc9.js",revision:"68d4da283439ddc9"},{url:"/_next/static/chunks/7663.be47fb66e04e4efc.js",revision:"be47fb66e04e4efc"},{url:"/_next/static/chunks/7666.c9580b793ebb6d08.js",revision:"c9580b793ebb6d08"},{url:"/_next/static/chunks/7676.1a9dc245466eeae7.js",revision:"1a9dc245466eeae7"},{url:"/_next/static/chunks/7741.a66a50938f042536.js",revision:"a66a50938f042536"},{url:"/_next/static/chunks/7762.b997013a52e9b865.js",revision:"b997013a52e9b865"},{url:"/_next/static/chunks/777.e7b9c20985255854.js",revision:"e7b9c20985255854"},{url:"/_next/static/chunks/7838.152d9aa6d5d97976.js",revision:"152d9aa6d5d97976"},{url:"/_next/static/chunks/7917.5c7bddf6daba650e.js",revision:"5c7bddf6daba650e"},{url:"/_next/static/chunks/7938.3bd7a8a045bcc59b.js",revision:"3bd7a8a045bcc59b"},{url:"/_next/static/chunks/7988.264688b19c03433e.js",revision:"264688b19c03433e"},{url:"/_next/static/chunks/8007.6987b3bff73d0ba1.js",revision:"6987b3bff73d0ba1"},{url:"/_next/static/chunks/8029.aa6c08cba91dd332.js",revision:"aa6c08cba91dd332"},{url:"/_next/static/chunks/8036.9139f5727b1f9798.js",revision:"9139f5727b1f9798"},{url:"/_next/static/chunks/8049-2ca2b652f309a7d1.js",revision:"2ca2b652f309a7d1"},{url:"/_next/static/chunks/8090.f7a6777134af0ee7.js",revision:"f7a6777134af0ee7"},{url:"/_next/static/chunks/811-445f0f8a533d1cc3.js",revision:"445f0f8a533d1cc3"},{url:"/_next/static/chunks/8138.9c36fa5092a5ed29.js",revision:"9c36fa5092a5ed29"},{url:"/_next/static/chunks/8142.ae9991011f01f5e0.js",revision:"ae9991011f01f5e0"},{url:"/_next/static/chunks/8171.da41f4d3690366fc.js",revision:"da41f4d3690366fc"},{url:"/_next/static/chunks/8222.ec722ea683eb91da.js",revision:"ec722ea683eb91da"},{url:"/_next/static/chunks/8283.56888ee351ada4c6.js",revision:"56888ee351ada4c6"},{url:"/_next/static/chunks/8318.5387184f0d163846.js",revision:"5387184f0d163846"},{url:"/_next/static/chunks/8393.4276c63baa000f93.js",revision:"4276c63baa000f93"},{url:"/_next/static/chunks/8468.9aa93610d4b2f568.js",revision:"9aa93610d4b2f568"},{url:"/_next/static/chunks/8481-3a2c9cbfb35c7805.js",revision:"3a2c9cbfb35c7805"},{url:"/_next/static/chunks/856.5bb91651cf701270.js",revision:"5bb91651cf701270"},{url:"/_next/static/chunks/8561.e0ae2c126e26850c.js",revision:"e0ae2c126e26850c"},{url:"/_next/static/chunks/8576-4fc88782c6a53e3c.js",revision:"4fc88782c6a53e3c"},{url:"/_next/static/chunks/8625-6c02c86cfc373abf.js",revision:"6c02c86cfc373abf"},{url:"/_next/static/chunks/870.c1277ad0599a1203.js",revision:"c1277ad0599a1203"},{url:"/_next/static/chunks/8768-fc8c57ff84b1dd82.js",revision:"fc8c57ff84b1dd82"},{url:"/_next/static/chunks/8770.44d2f8c73be18acf.js",revision:"44d2f8c73be18acf"},{url:"/_next/static/chunks/8792.d13b7e067540644d.js",revision:"d13b7e067540644d"},{url:"/_next/static/chunks/8796.9877a8c9b58cb2f0.js",revision:"9877a8c9b58cb2f0"},{url:"/_next/static/chunks/8813.02694305feb42871.js",revision:"02694305feb42871"},{url:"/_next/static/chunks/8840.7573f7cd8b260f6e.js",revision:"7573f7cd8b260f6e"},{url:"/_next/static/chunks/889.64194b207c6ed4a5.js",revision:"64194b207c6ed4a5"},{url:"/_next/static/chunks/8910.ec6846732bff95bc.js",revision:"ec6846732bff95bc"},{url:"/_next/static/chunks/8915.47932f86417996a7.js",revision:"47932f86417996a7"},{url:"/_next/static/chunks/9053.1547c4eed85fbc95.js",revision:"1547c4eed85fbc95"},{url:"/_next/static/chunks/9069.bdb9527c998b5088.js",revision:"bdb9527c998b5088"},{url:"/_next/static/chunks/9071.8c9b70f05e2417d6.js",revision:"8c9b70f05e2417d6"},{url:"/_next/static/chunks/9083-1a5925c45384d1b9.js",revision:"1a5925c45384d1b9"},{url:"/_next/static/chunks/9121.b49c2c698eb6b977.js",revision:"b49c2c698eb6b977"},{url:"/_next/static/chunks/9155.c8b958eb1c154d33.js",revision:"c8b958eb1c154d33"},{url:"/_next/static/chunks/9232.61d440e4c3b2b427.js",revision:"61d440e4c3b2b427"},{url:"/_next/static/chunks/9256-d0a26094725768bd.js",revision:"d0a26094725768bd"},{url:"/_next/static/chunks/9296.32dd1e4dad08fd4a.js",revision:"32dd1e4dad08fd4a"},{url:"/_next/static/chunks/9336-57ff2b6f6cfa7fc7.js",revision:"57ff2b6f6cfa7fc7"},{url:"/_next/static/chunks/9343-6ab5c7b007814080.js",revision:"6ab5c7b007814080"},{url:"/_next/static/chunks/9403.023214a80e1e2708.js",revision:"023214a80e1e2708"},{url:"/_next/static/chunks/9404-e1ff08311188dd3e.js",revision:"e1ff08311188dd3e"},{url:"/_next/static/chunks/947-e3874e6b7f8ef6fe.js",revision:"e3874e6b7f8ef6fe"},{url:"/_next/static/chunks/9549.60f1f7e2cbb9fb8c.js",revision:"60f1f7e2cbb9fb8c"},{url:"/_next/static/chunks/9558.9bf5494ebdf03040.js",revision:"9bf5494ebdf03040"},{url:"/_next/static/chunks/9601.e93676c8f449f0fd.js",revision:"e93676c8f449f0fd"},{url:"/_next/static/chunks/9607.366af86ac9696739.js",revision:"366af86ac9696739"},{url:"/_next/static/chunks/9638-b322ceceaa9fff92.js",revision:"b322ceceaa9fff92"},{url:"/_next/static/chunks/9663.9aab63f35c80d9b9.js",revision:"9aab63f35c80d9b9"},{url:"/_next/static/chunks/9686-c9e9a91d6190c9fd.js",revision:"c9e9a91d6190c9fd"},{url:"/_next/static/chunks/9688.de328275a5c0839c.js",revision:"de328275a5c0839c"},{url:"/_next/static/chunks/9702.b31e901e8bd340ff.js",revision:"b31e901e8bd340ff"},{url:"/_next/static/chunks/9713.f1d5b41171c6487d.js",revision:"f1d5b41171c6487d"},{url:"/_next/static/chunks/9781.f87962a71d4ea1e0.js",revision:"f87962a71d4ea1e0"},{url:"/_next/static/chunks/9831.a090f5f3c082ad56.js",revision:"a090f5f3c082ad56"},{url:"/_next/static/chunks/9908.22a1ef12f3875f1e.js",revision:"22a1ef12f3875f1e"},{url:"/_next/static/chunks/9972.2718a68ae9d750c6.js",revision:"2718a68ae9d750c6"},{url:"/_next/static/chunks/9974-13f1d0a369acf0f8.js",revision:"13f1d0a369acf0f8"},{url:"/_next/static/chunks/cff3e69d-920d199a4cb08a5f.js",revision:"920d199a4cb08a5f"},{url:"/_next/static/chunks/d6e1aeb5-8ae8dd40035ccd02.js",revision:"8ae8dd40035ccd02"},{url:"/_next/static/chunks/ee8b1517-940966dfb5b1cbdc.js",revision:"940966dfb5b1cbdc"},{url:"/_next/static/chunks/framework-314c182fa7e2bf37.js",revision:"314c182fa7e2bf37"},{url:"/_next/static/chunks/main-2b88dccb760a6d2b.js",revision:"2b88dccb760a6d2b"},{url:"/_next/static/chunks/pages/_app-0d43e1d5fd81ceda.js",revision:"0d43e1d5fd81ceda"},{url:"/_next/static/chunks/pages/_error-2b35abdd95bbce4e.js",revision:"2b35abdd95bbce4e"},{url:"/_next/static/chunks/pages/embed/chat/readonly-70c2819bc504f8c5.js",revision:"70c2819bc504f8c5"},{url:"/_next/static/chunks/pages/embed/chat/readwrite-12763fdf46ea8aa3.js",revision:"12763fdf46ea8aa3"},{url:"/_next/static/chunks/pages/embed/video-e23aad0aac45c532.js",revision:"e23aad0aac45c532"},{url:"/_next/static/chunks/pages/index-c2f75474eada23c1.js",revision:"c2f75474eada23c1"},{url:"/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js",revision:"837c0df77fd5009c9e46d446188ecfd0"},{url:"/_next/static/chunks/webpack-ec805a1210cec266.js",revision:"ec805a1210cec266"},{url:"/_next/static/css/087b9d39270cd927.css",revision:"087b9d39270cd927"},{url:"/_next/static/css/22f76f542c0c1295.css",revision:"22f76f542c0c1295"},{url:"/_next/static/css/4b852c938abbe548.css",revision:"4b852c938abbe548"},{url:"/_next/static/css/79a332200ba0e826.css",revision:"79a332200ba0e826"},{url:"/_next/static/css/7e0fea9a6c3abdcb.css",revision:"7e0fea9a6c3abdcb"},{url:"/_next/static/css/87f18c887be77d05.css",revision:"87f18c887be77d05"},{url:"/_next/static/css/8841579222b5034b.css",revision:"8841579222b5034b"},{url:"/_next/static/css/91dee75f0f5d528b.css",revision:"91dee75f0f5d528b"},{url:"/_next/static/css/9ca4489da31a01c6.css",revision:"9ca4489da31a01c6"},{url:"/_next/static/css/b9a129955cf4688a.css",revision:"b9a129955cf4688a"},{url:"/_next/static/css/c1478bc9943d52ed.css",revision:"c1478bc9943d52ed"},{url:"/_next/static/css/c14fe3388348ec80.css",revision:"c14fe3388348ec80"},{url:"/_next/static/css/c1a61af493a960f0.css",revision:"c1a61af493a960f0"},{url:"/_next/static/css/d14f51de0d46d6eb.css",revision:"d14f51de0d46d6eb"},{url:"/_next/static/css/d29c5cd9368918c4.css",revision:"d29c5cd9368918c4"},{url:"/_next/static/css/ef3f4486f04adedc.css",revision:"ef3f4486f04adedc"},{url:"/_next/static/css/f81472da2387e6cf.css",revision:"f81472da2387e6cf"},{url:"/_next/static/css/fec122b135fe1649.css",revision:"fec122b135fe1649"},{url:"/_next/static/media/airplay.c25573d0.svg",revision:"c25573d0"},{url:"/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff",revision:"3b0fe0aa"},{url:"/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2",revision:"786612d8"},{url:"/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2",revision:"5156ecf9"},{url:"/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff",revision:"a1abbbeb"},{url:"/_next/static/media/inter-cyrillic-600-normal.20e88899.woff",revision:"20e88899"},{url:"/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2",revision:"ac257677"},{url:"/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff",revision:"2ab892f6"},{url:"/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2",revision:"e12b115f"},{url:"/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff",revision:"69e88d04"},{url:"/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2",revision:"f894e1d8"},{url:"/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2",revision:"4879ddc8"},{url:"/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff",revision:"a4fe2f88"},{url:"/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2",revision:"21482aa8"},{url:"/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff",revision:"684dbb71"},{url:"/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff",revision:"635988ed"},{url:"/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2",revision:"c396a18b"},{url:"/_next/static/media/inter-greek-300-normal.386712e0.woff",revision:"386712e0"},{url:"/_next/static/media/inter-greek-300-normal.8e40d33d.woff2",revision:"8e40d33d"},{url:"/_next/static/media/inter-greek-400-normal.0c589a4f.woff2",revision:"0c589a4f"},{url:"/_next/static/media/inter-greek-400-normal.fe3df9bb.woff",revision:"fe3df9bb"},{url:"/_next/static/media/inter-greek-600-normal.7a9219c1.woff2",revision:"7a9219c1"},{url:"/_next/static/media/inter-greek-600-normal.a3d58a50.woff",revision:"a3d58a50"},{url:"/_next/static/media/inter-greek-800-normal.3ae4b10a.woff",revision:"3ae4b10a"},{url:"/_next/static/media/inter-greek-800-normal.aa3c4563.woff2",revision:"aa3c4563"},{url:"/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff",revision:"25ff86b8"},{url:"/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2",revision:"2768fbb6"},{url:"/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2",revision:"8225c735"},{url:"/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff",revision:"e1f02a99"},{url:"/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff",revision:"2c1e268c"},{url:"/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2",revision:"533d789c"},{url:"/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff",revision:"aaf8c68e"},{url:"/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2",revision:"c1dbd103"},{url:"/_next/static/media/inter-latin-300-normal.1e64cb66.woff2",revision:"1e64cb66"},{url:"/_next/static/media/inter-latin-300-normal.80c26b3a.woff",revision:"80c26b3a"},{url:"/_next/static/media/inter-latin-400-normal.779487c6.woff",revision:"779487c6"},{url:"/_next/static/media/inter-latin-400-normal.ac374088.woff2",revision:"ac374088"},{url:"/_next/static/media/inter-latin-600-normal.34227eb1.woff2",revision:"34227eb1"},{url:"/_next/static/media/inter-latin-600-normal.edaa5f1b.woff",revision:"edaa5f1b"},{url:"/_next/static/media/inter-latin-800-normal.7da978cc.woff",revision:"7da978cc"},{url:"/_next/static/media/inter-latin-800-normal.f15de3ac.woff2",revision:"f15de3ac"},{url:"/_next/static/media/inter-latin-ext-300-normal.5212580c.woff",revision:"5212580c"},{url:"/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2",revision:"dcb1958c"},{url:"/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2",revision:"0cc0c669"},{url:"/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff",revision:"c500b98e"},{url:"/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2",revision:"03b16c21"},{url:"/_next/static/media/inter-latin-ext-600-normal.5f656274.woff",revision:"5f656274"},{url:"/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2",revision:"04eca372"},{url:"/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff",revision:"2dc591bf"},{url:"/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2",revision:"09dd64fe"},{url:"/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff",revision:"edc506b7"},{url:"/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2",revision:"51fad319"},{url:"/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff",revision:"feb85dd6"},{url:"/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff",revision:"672f1e0b"},{url:"/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2",revision:"e7c6af30"},{url:"/_next/static/media/inter-vietnamese-800-normal.850d1593.woff",revision:"850d1593"},{url:"/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2",revision:"e9acfdc6"},{url:"/_next/static/media/poppins-devanagari-400-normal.87c72f23.woff2",revision:"87c72f23"},{url:"/_next/static/media/poppins-devanagari-400-normal.f2c29400.woff",revision:"f2c29400"},{url:"/_next/static/media/poppins-devanagari-600-normal.3828f203.woff2",revision:"3828f203"},{url:"/_next/static/media/poppins-devanagari-600-normal.6def6ad7.woff",revision:"6def6ad7"},{url:"/_next/static/media/poppins-latin-400-normal.74033fb9.woff",revision:"74033fb9"},{url:"/_next/static/media/poppins-latin-400-normal.916d3686.woff2",revision:"916d3686"},{url:"/_next/static/media/poppins-latin-600-normal.94625d71.woff",revision:"94625d71"},{url:"/_next/static/media/poppins-latin-600-normal.d8692086.woff2",revision:"d8692086"},{url:"/_next/static/media/poppins-latin-ext-400-normal.591327bf.woff2",revision:"591327bf"},{url:"/_next/static/media/poppins-latin-ext-400-normal.687cae43.woff",revision:"687cae43"},{url:"/_next/static/media/poppins-latin-ext-600-normal.10939fee.woff2",revision:"10939fee"},{url:"/_next/static/media/poppins-latin-ext-600-normal.22fff013.woff",revision:"22fff013"},{url:"/favicon.ico",revision:"2f3f8d056ba7cca2dafbdeb51b2d793c"},{url:"/fediverse-white.png",revision:"203a177d28810e5d9e35dd3478bd5d17"},{url:"/fonts/inter/Inter-Black.woff",revision:"d0b121f3a9d3d88afdfd6902d31ee9a0"},{url:"/fonts/inter/Inter-Black.woff2",revision:"661569afe57a38e1529a775a465da20b"},{url:"/fonts/inter/Inter-BlackItalic.woff",revision:"e3329b2b90e1f9bcafd4a36604215dc1"},{url:"/fonts/inter/Inter-BlackItalic.woff2",revision:"a3cc36c89047d530522fc999a22cce54"},{url:"/fonts/inter/Inter-Bold.woff",revision:"99a0d9a7e4c99c17bfdd94a22a5cf94e"},{url:"/fonts/inter/Inter-Bold.woff2",revision:"444a7284663a3bc886683eb81450b294"},{url:"/fonts/inter/Inter-BoldItalic.woff",revision:"3aa31f7356ea9db132b3b2bd8a65df44"},{url:"/fonts/inter/Inter-BoldItalic.woff2",revision:"96284e2a02af46d9ffa2d189eaad5483"},{url:"/fonts/inter/Inter-ExtraBold.woff",revision:"ab70688a1c9d6525584b123575f6c0a5"},{url:"/fonts/inter/Inter-ExtraBold.woff2",revision:"37da9eecf61ebced804b266b14eef98e"},{url:"/fonts/inter/Inter-ExtraBoldItalic.woff",revision:"728a4c7df3ed1b2bc077010063f9ef1c"},{url:"/fonts/inter/Inter-ExtraBoldItalic.woff2",revision:"fcc7d60ef790b43eb520fdc5c7348799"},{url:"/fonts/inter/Inter-ExtraLight.woff",revision:"dd19efda9c6e88ad83a5b052915899f7"},{url:"/fonts/inter/Inter-ExtraLight.woff2",revision:"b3b2ed6a20c538e9c809f4df5c04ac2a"},{url:"/fonts/inter/Inter-ExtraLightItalic.woff",revision:"a6566ae6fa3c58b48f888d7c9c234d52"},{url:"/fonts/inter/Inter-ExtraLightItalic.woff2",revision:"079cd1e71cd4f73bef86f72deced6d03"},{url:"/fonts/inter/Inter-Italic.woff",revision:"f137a90d649b6ab032563856df323f40"},{url:"/fonts/inter/Inter-Italic.woff2",revision:"fd26ff23f831db9ae85a805386529385"},{url:"/fonts/inter/Inter-Light.woff",revision:"5d3776eb78374b0ebbce639adadf73d1"},{url:"/fonts/inter/Inter-Light.woff2",revision:"780dd2adb71f18d7a357ab7f65e881d6"},{url:"/fonts/inter/Inter-LightItalic.woff",revision:"d0fa7cbcf9ca5edb6ebe41fd8d49e1fb"},{url:"/fonts/inter/Inter-LightItalic.woff2",revision:"df29c53403b2e13dc56df3e291c32f09"},{url:"/fonts/inter/Inter-Medium.woff",revision:"c0638bea87a05fdfa2bb3bba2efe54e4"},{url:"/fonts/inter/Inter-Medium.woff2",revision:"75db5319e7e87c587019a5df08d7272c"},{url:"/fonts/inter/Inter-MediumItalic.woff",revision:"a1b588627dd12c556a7e3cd81e400ecf"},{url:"/fonts/inter/Inter-MediumItalic.woff2",revision:"f1e11535e56c67698e263673f625103e"},{url:"/fonts/inter/Inter-Regular.woff",revision:"3ac83020fe53b617b79b5e2ad66764af"},{url:"/fonts/inter/Inter-Regular.woff2",revision:"dc131113894217b5031000575d9de002"},{url:"/fonts/inter/Inter-SemiBold.woff",revision:"66a68ffab2bf40553e847e8f025f75be"},{url:"/fonts/inter/Inter-SemiBold.woff2",revision:"007ad31a53f4ab3f58ee74f2308482ce"},{url:"/fonts/inter/Inter-SemiBoldItalic.woff",revision:"6cd13dbd150ac0c7f337a2939a3d50a8"},{url:"/fonts/inter/Inter-SemiBoldItalic.woff2",revision:"3031b683bafcd9ded070c00d784f4626"},{url:"/fonts/inter/Inter-Thin.woff",revision:"b068b7189120a6626e3cfe2a8b917d0f"},{url:"/fonts/inter/Inter-Thin.woff2",revision:"d52e5e38715502616522eb3e9963b69b"},{url:"/fonts/inter/Inter-ThinItalic.woff",revision:"97bec98832c92f799aeebf670b83ff6c"},{url:"/fonts/inter/Inter-ThinItalic.woff2",revision:"a9780071b7f498c1523602910a5ef242"},{url:"/fonts/inter/Inter-italic.var.woff2",revision:"1f7ca6383ea7c74a7f5ddd76c3d3cef2"},{url:"/fonts/inter/Inter-roman.var.woff2",revision:"66c6e40883646a7ad993108b2ce2da32"},{url:"/fonts/inter/Inter.var.woff2",revision:"8dd26c3dd0125fb16ce19b8f5e8273fb"},{url:"/fonts/inter/inter.css",revision:"178297900cc42c19e1e47fbc2487abe5"},{url:"/img/favicon/android-icon-144x144.png",revision:"3de56fea2ea05c5cb8e42a21d63de48e"},{url:"/img/favicon/android-icon-192x192.png",revision:"dd8a4c74ec2be516a57d40df25540ab8"},{url:"/img/favicon/android-icon-36x36.png",revision:"77887a8a93baed7eaeb316be4b31a7f9"},{url:"/img/favicon/android-icon-48x48.png",revision:"d1ff9fb0528cb9100ad5ee5fd7ece71f"},{url:"/img/favicon/android-icon-72x72.png",revision:"9505e8ef62d1b2d0783adb8d958e8007"},{url:"/img/favicon/android-icon-96x96.png",revision:"8f17da2436060c779c27f3ffb5eac999"},{url:"/img/favicon/apple-icon-114x114.png",revision:"efd8a26a33f16975715ce8c56169d730"},{url:"/img/favicon/apple-icon-120x120.png",revision:"56dcc09f7674f293595117b3181dcf88"},{url:"/img/favicon/apple-icon-144x144.png",revision:"3de56fea2ea05c5cb8e42a21d63de48e"},{url:"/img/favicon/apple-icon-152x152.png",revision:"368ae8346bc9bb8d3f89ef48acb094f9"},{url:"/img/favicon/apple-icon-180x180.png",revision:"c691e02bc0b7df6cb31da017b420cba5"},{url:"/img/favicon/apple-icon-57x57.png",revision:"90555efc26d3a34a3979c133868f9d34"},{url:"/img/favicon/apple-icon-60x60.png",revision:"06dda52763aee5612d79999966488f79"},{url:"/img/favicon/apple-icon-72x72.png",revision:"9505e8ef62d1b2d0783adb8d958e8007"},{url:"/img/favicon/apple-icon-76x76.png",revision:"fedee38a4cf4d5918f8dbd1657c709c9"},{url:"/img/favicon/apple-icon-precomposed.png",revision:"8ad8bbee4eb631f76e89807878622aed"},{url:"/img/favicon/apple-icon.png",revision:"fb7eaf4e8ef1e852bd28b08f46ae6309"},{url:"/img/favicon/browserconfig.xml",revision:"653d077300a12f09a69caeea7a8947f8"},{url:"/img/favicon/favicon-16x16.png",revision:"3dba5d08ad8a2a4de265448afa2fd03c"},{url:"/img/favicon/favicon-32x32.png",revision:"0ae932cc803789d645a2409cb67db049"},{url:"/img/favicon/favicon-96x96.png",revision:"8f17da2436060c779c27f3ffb5eac999"},{url:"/img/favicon/ms-icon-144x144.png",revision:"3de56fea2ea05c5cb8e42a21d63de48e"},{url:"/img/favicon/ms-icon-150x150.png",revision:"6224c535c86d618e36a97da48e52056b"},{url:"/img/favicon/ms-icon-310x310.png",revision:"c391dc97d4c01177bd07291c1f694063"},{url:"/img/favicon/ms-icon-70x70.png",revision:"4cb3f77034cab3de7b60cd7d954042d1"},{url:"/img/fediverse-black.png",revision:"b5ede08246f4a691dff8dcefe39c984d"},{url:"/img/fediverse-color.png",revision:"6264c2ac70632db6e3447581da838d1b"},{url:"/img/follow.svg",revision:"8f185615cd7242792c8bd73b359b2498"},{url:"/img/indieauth.png",revision:"7fbf89da18a721dc25a16393b8a62e82"},{url:"/img/like.svg",revision:"2af8fcf2ffc5a028b9b300538a5e766e"},{url:"/img/repost.svg",revision:"12830cd3f1099b40670e8a69b40efa27"},{url:"/manifest.json",revision:"3ebf89ccef77c69bcd65ed8757086c99"},{url:"/serviceWorker.js",revision:"0fefbecf45aefe5354045cbf926e6a25"}],{ignoreURLParametersMatching:[]}),e.cleanupOutdatedCaches(),e.registerRoute("/",new e.NetworkFirst({cacheName:"start-url",plugins:[{cacheWillUpdate:async({request:e,response:i,event:c,state:s})=>i&&"opaqueredirect"===i.type?new Response(i.body,{status:200,statusText:"OK",headers:i.headers}):i}]}),"GET"),e.registerRoute(/^https:\/\/fonts\.(?:gstatic)\.com\/.*/i,new e.CacheFirst({cacheName:"google-fonts-webfonts",plugins:[new e.ExpirationPlugin({maxEntries:4,maxAgeSeconds:31536e3})]}),"GET"),e.registerRoute(/^https:\/\/fonts\.(?:googleapis)\.com\/.*/i,new e.StaleWhileRevalidate({cacheName:"google-fonts-stylesheets",plugins:[new e.ExpirationPlugin({maxEntries:4,maxAgeSeconds:604800})]}),"GET"),e.registerRoute(/\.(?:eot|otf|ttc|ttf|woff|woff2|font.css)$/i,new e.StaleWhileRevalidate({cacheName:"static-font-assets",plugins:[new e.ExpirationPlugin({maxEntries:4,maxAgeSeconds:604800})]}),"GET"),e.registerRoute(/\.(?:jpg|jpeg|gif|png|svg|ico|webp)$/i,new e.StaleWhileRevalidate({cacheName:"static-image-assets",plugins:[new e.ExpirationPlugin({maxEntries:64,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\/_next\/image\?url=.+$/i,new e.StaleWhileRevalidate({cacheName:"next-image",plugins:[new e.ExpirationPlugin({maxEntries:64,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:mp3|wav|ogg)$/i,new e.CacheFirst({cacheName:"static-audio-assets",plugins:[new e.RangeRequestsPlugin,new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:mp4)$/i,new e.CacheFirst({cacheName:"static-video-assets",plugins:[new e.RangeRequestsPlugin,new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:js)$/i,new e.StaleWhileRevalidate({cacheName:"static-js-assets",plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:css|less)$/i,new e.StaleWhileRevalidate({cacheName:"static-style-assets",plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\/_next\/data\/.+\/.+\.json$/i,new e.StaleWhileRevalidate({cacheName:"next-data",plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:json|xml|csv)$/i,new e.NetworkFirst({cacheName:"static-data-assets",plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute((({url:e})=>{if(!(self.origin===e.origin))return!1;const i=e.pathname;return!i.startsWith("/api/auth/")&&!!i.startsWith("/api/")}),new e.NetworkFirst({cacheName:"apis",networkTimeoutSeconds:10,plugins:[new e.ExpirationPlugin({maxEntries:16,maxAgeSeconds:86400})]}),"GET"),e.registerRoute((({url:e})=>{if(!(self.origin===e.origin))return!1;return!e.pathname.startsWith("/api/")}),new e.NetworkFirst({cacheName:"others",networkTimeoutSeconds:10,plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute((({url:e})=>!(self.origin===e.origin)),new e.NetworkFirst({cacheName:"cross-origin",networkTimeoutSeconds:10,plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:3600})]}),"GET"),e.registerRoute(/\.(?:ts|m3u8)$/i,new e.NetworkOnly,"GET"),e.registerRoute(/^\/admin\/.*$/,new e.NetworkOnly,"GET"),e.registerRoute(/^\/api\/.*$/,new e.NetworkOnly,"GET"),self.__WB_DISABLE_DEV_LOGS=!0})); +if(!self.define){let e,i={};const c=(c,s)=>(c=new URL(c+".js",s).href,i[c]||new Promise((i=>{if("document"in self){const e=document.createElement("script");e.src=c,e.onload=i,document.head.appendChild(e)}else e=c,importScripts(c),i()})).then((()=>{let e=i[c];if(!e)throw new Error(`Module ${c} didn’t register its module`);return e})));self.define=(s,n)=>{const a=e||("document"in self?document.currentScript.src:"")||location.href;if(i[a])return;let t={};const r=e=>c(e,a),f={module:{uri:a},exports:t,require:r};i[a]=Promise.all(s.map((e=>f[e]||r(e)))).then((e=>(n(...e),t)))}}define(["./workbox-1b51a4a5"],(function(e){"use strict";importScripts(),self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"/_next/static/chunks/1008.9daae5876531e2ab.js",revision:"9daae5876531e2ab"},{url:"/_next/static/chunks/1053.adb29a47c34b267a.js",revision:"adb29a47c34b267a"},{url:"/_next/static/chunks/1084.8bd09a422bf924f1.js",revision:"8bd09a422bf924f1"},{url:"/_next/static/chunks/127-2cc69b340c4ef6b7.js",revision:"2cc69b340c4ef6b7"},{url:"/_next/static/chunks/1377.b35436ad0fcaf01b.js",revision:"b35436ad0fcaf01b"},{url:"/_next/static/chunks/1386.cd1d89d295d1f781.js",revision:"cd1d89d295d1f781"},{url:"/_next/static/chunks/1390.005311fca7bf28dc.js",revision:"005311fca7bf28dc"},{url:"/_next/static/chunks/1398.f61fc28ca4c2dc28.js",revision:"f61fc28ca4c2dc28"},{url:"/_next/static/chunks/1446.729b459281b981b9.js",revision:"729b459281b981b9"},{url:"/_next/static/chunks/1460.b231e07101da2e21.js",revision:"b231e07101da2e21"},{url:"/_next/static/chunks/1470.1715519bd4a2b0ee.js",revision:"1715519bd4a2b0ee"},{url:"/_next/static/chunks/1557.66a87b622f76026a.js",revision:"66a87b622f76026a"},{url:"/_next/static/chunks/1576.ebedce47e3bdd0b1.js",revision:"ebedce47e3bdd0b1"},{url:"/_next/static/chunks/1627-b7dfddd9ae7b2cc3.js",revision:"b7dfddd9ae7b2cc3"},{url:"/_next/static/chunks/1639.a69f56d8e2858f44.js",revision:"a69f56d8e2858f44"},{url:"/_next/static/chunks/1650.06a77268379b94b2.js",revision:"06a77268379b94b2"},{url:"/_next/static/chunks/1660.76cc05d00e5034ad.js",revision:"76cc05d00e5034ad"},{url:"/_next/static/chunks/1664.27d4ee7d48ce7ca4.js",revision:"27d4ee7d48ce7ca4"},{url:"/_next/static/chunks/1706.cc34054ebca747bc.js",revision:"cc34054ebca747bc"},{url:"/_next/static/chunks/177.3359462c66b636ba.js",revision:"3359462c66b636ba"},{url:"/_next/static/chunks/1770.ffd38031b937c10a.js",revision:"ffd38031b937c10a"},{url:"/_next/static/chunks/1834.9878f9b475ef6511.js",revision:"9878f9b475ef6511"},{url:"/_next/static/chunks/1873.ad239337a916524b.js",revision:"ad239337a916524b"},{url:"/_next/static/chunks/1880-bc3e9d43feb38733.js",revision:"bc3e9d43feb38733"},{url:"/_next/static/chunks/1920.69952d11b23d14f9.js",revision:"69952d11b23d14f9"},{url:"/_next/static/chunks/1975.52881ddfdd2890e0.js",revision:"52881ddfdd2890e0"},{url:"/_next/static/chunks/1998.96634e929488af66.js",revision:"96634e929488af66"},{url:"/_next/static/chunks/2040.2b48b43e5c9bbd94.js",revision:"2b48b43e5c9bbd94"},{url:"/_next/static/chunks/2054.9f1429b76f71b6ea.js",revision:"9f1429b76f71b6ea"},{url:"/_next/static/chunks/2062.0caebfb323f87e6d.js",revision:"0caebfb323f87e6d"},{url:"/_next/static/chunks/2119.56737871073263a3.js",revision:"56737871073263a3"},{url:"/_next/static/chunks/2136.d79aae5ef8b027c6.js",revision:"d79aae5ef8b027c6"},{url:"/_next/static/chunks/2159.d900ca825717a9dd.js",revision:"d900ca825717a9dd"},{url:"/_next/static/chunks/2200.984fffa57a9d939c.js",revision:"984fffa57a9d939c"},{url:"/_next/static/chunks/2236.fc99023e6c42898a.js",revision:"fc99023e6c42898a"},{url:"/_next/static/chunks/228.bcd421992bab4a0b.js",revision:"bcd421992bab4a0b"},{url:"/_next/static/chunks/2314.ce3a0e1828ad2d06.js",revision:"ce3a0e1828ad2d06"},{url:"/_next/static/chunks/2379-b42dd9f00435bc26.js",revision:"b42dd9f00435bc26"},{url:"/_next/static/chunks/2386.4ea76c10cc41063a.js",revision:"4ea76c10cc41063a"},{url:"/_next/static/chunks/2391.d2715635f5de8769.js",revision:"d2715635f5de8769"},{url:"/_next/static/chunks/2406.04743ed8b26fbb4f.js",revision:"04743ed8b26fbb4f"},{url:"/_next/static/chunks/2440-2c0894b907865e3d.js",revision:"2c0894b907865e3d"},{url:"/_next/static/chunks/2486.76a965814708440e.js",revision:"76a965814708440e"},{url:"/_next/static/chunks/2542.82fcb9f7206aadce.js",revision:"82fcb9f7206aadce"},{url:"/_next/static/chunks/2550.f4b21099afae8615.js",revision:"f4b21099afae8615"},{url:"/_next/static/chunks/2554.005d88575221227f.js",revision:"005d88575221227f"},{url:"/_next/static/chunks/2602.b42aa7598d8adcd0.js",revision:"b42aa7598d8adcd0"},{url:"/_next/static/chunks/2629-499ab0bb36567c57.js",revision:"499ab0bb36567c57"},{url:"/_next/static/chunks/2675.3af9b237ab623dbf.js",revision:"3af9b237ab623dbf"},{url:"/_next/static/chunks/2807.c7f099a56b98fdda.js",revision:"c7f099a56b98fdda"},{url:"/_next/static/chunks/2839-65dcb66051bfc524.js",revision:"65dcb66051bfc524"},{url:"/_next/static/chunks/2845.0b1c9e943e100303.js",revision:"0b1c9e943e100303"},{url:"/_next/static/chunks/2861-f25e0eccfab7eaed.js",revision:"f25e0eccfab7eaed"},{url:"/_next/static/chunks/2862-7280bfa7196ddc03.js",revision:"7280bfa7196ddc03"},{url:"/_next/static/chunks/2992.4d812876688ba7fe.js",revision:"4d812876688ba7fe"},{url:"/_next/static/chunks/305.89841c282a61cef8.js",revision:"89841c282a61cef8"},{url:"/_next/static/chunks/310.95258934d617ae2c.js",revision:"95258934d617ae2c"},{url:"/_next/static/chunks/3118.c3657ca312c1e9cb.js",revision:"c3657ca312c1e9cb"},{url:"/_next/static/chunks/3145.e0fbdc72c9cab684.js",revision:"e0fbdc72c9cab684"},{url:"/_next/static/chunks/3200.735fc673c0835a8d.js",revision:"735fc673c0835a8d"},{url:"/_next/static/chunks/3203.cbe74052c374223c.js",revision:"cbe74052c374223c"},{url:"/_next/static/chunks/3226-2f0b9ee10bae097e.js",revision:"2f0b9ee10bae097e"},{url:"/_next/static/chunks/3236.e44b1b1cd3cdd9be.js",revision:"e44b1b1cd3cdd9be"},{url:"/_next/static/chunks/3249.fe8b4dcd419b5f88.js",revision:"fe8b4dcd419b5f88"},{url:"/_next/static/chunks/3283.0c55fd8a1a0f7c80.js",revision:"0c55fd8a1a0f7c80"},{url:"/_next/static/chunks/3297.33a29c53910f6ced.js",revision:"33a29c53910f6ced"},{url:"/_next/static/chunks/3314.141e2dca41748fac.js",revision:"141e2dca41748fac"},{url:"/_next/static/chunks/332.ff68a0e6411db94f.js",revision:"ff68a0e6411db94f"},{url:"/_next/static/chunks/3465.77dee7ec6cc7e947.js",revision:"77dee7ec6cc7e947"},{url:"/_next/static/chunks/3482.f8558073446e8bd9.js",revision:"f8558073446e8bd9"},{url:"/_next/static/chunks/3509.11f4b2a34d9f2054.js",revision:"11f4b2a34d9f2054"},{url:"/_next/static/chunks/3519.2a44d25a006ebc05.js",revision:"2a44d25a006ebc05"},{url:"/_next/static/chunks/3553.58af46155c94ecc5.js",revision:"58af46155c94ecc5"},{url:"/_next/static/chunks/3594.9e1a7395d1fc565d.js",revision:"9e1a7395d1fc565d"},{url:"/_next/static/chunks/37.23c8b2b83e22a98e.js",revision:"23c8b2b83e22a98e"},{url:"/_next/static/chunks/370.0a341b2da3b6a0db.js",revision:"0a341b2da3b6a0db"},{url:"/_next/static/chunks/3736.3c7fd37e748818e7.js",revision:"3c7fd37e748818e7"},{url:"/_next/static/chunks/3747.36e9ea225d543396.js",revision:"36e9ea225d543396"},{url:"/_next/static/chunks/3796-1c4015cb137f3f3d.js",revision:"1c4015cb137f3f3d"},{url:"/_next/static/chunks/3801.122c0892cfd99244.js",revision:"122c0892cfd99244"},{url:"/_next/static/chunks/3883.5e03e3a398cf3720.js",revision:"5e03e3a398cf3720"},{url:"/_next/static/chunks/3892.09197e0364d3dd7a.js",revision:"09197e0364d3dd7a"},{url:"/_next/static/chunks/3947.b634ff971790621d.js",revision:"b634ff971790621d"},{url:"/_next/static/chunks/3993.45bba5349434ad56.js",revision:"45bba5349434ad56"},{url:"/_next/static/chunks/402.3f3e56dcc798bafe.js",revision:"3f3e56dcc798bafe"},{url:"/_next/static/chunks/4073-17a7e682edff1593.js",revision:"17a7e682edff1593"},{url:"/_next/static/chunks/4114.96fd079aea407434.js",revision:"96fd079aea407434"},{url:"/_next/static/chunks/4144.d7264e550bf9aa39.js",revision:"d7264e550bf9aa39"},{url:"/_next/static/chunks/4163.0e0c9ed3e1aa5112.js",revision:"0e0c9ed3e1aa5112"},{url:"/_next/static/chunks/4212.15885059e8078ec8.js",revision:"15885059e8078ec8"},{url:"/_next/static/chunks/4293.9de2fa8f5848563f.js",revision:"9de2fa8f5848563f"},{url:"/_next/static/chunks/4323.9603162e5cba433d.js",revision:"9603162e5cba433d"},{url:"/_next/static/chunks/4434.57ab71b0d736896f.js",revision:"57ab71b0d736896f"},{url:"/_next/static/chunks/4439.7f32805042ce478e.js",revision:"7f32805042ce478e"},{url:"/_next/static/chunks/4488-fc8adc9a8cd02ef1.js",revision:"fc8adc9a8cd02ef1"},{url:"/_next/static/chunks/4511.949892f0fb796cb1.js",revision:"949892f0fb796cb1"},{url:"/_next/static/chunks/4553-82ac20f81223bf23.js",revision:"82ac20f81223bf23"},{url:"/_next/static/chunks/4661.e6936df5eac3d0c8.js",revision:"e6936df5eac3d0c8"},{url:"/_next/static/chunks/4675-62fb506f327fe902.js",revision:"62fb506f327fe902"},{url:"/_next/static/chunks/4716-1ceeeaf97e4d3583.js",revision:"1ceeeaf97e4d3583"},{url:"/_next/static/chunks/4796.c545e50f2ff935e7.js",revision:"c545e50f2ff935e7"},{url:"/_next/static/chunks/4812.8df1cf6b1556ba3d.js",revision:"8df1cf6b1556ba3d"},{url:"/_next/static/chunks/4871.3dd9a368a0fa5463.js",revision:"3dd9a368a0fa5463"},{url:"/_next/static/chunks/4879.2d2fd34b79f431f5.js",revision:"2d2fd34b79f431f5"},{url:"/_next/static/chunks/4917.5bdd07a9eacae8a2.js",revision:"5bdd07a9eacae8a2"},{url:"/_next/static/chunks/4ad82c5e-425df881e2bf1069.js",revision:"425df881e2bf1069"},{url:"/_next/static/chunks/5076.b05604e438095aaf.js",revision:"b05604e438095aaf"},{url:"/_next/static/chunks/5134.a121d8d21d1c9247.js",revision:"a121d8d21d1c9247"},{url:"/_next/static/chunks/520.9ac879d0b9da7d2b.js",revision:"9ac879d0b9da7d2b"},{url:"/_next/static/chunks/5209.3215b44d46b18932.js",revision:"3215b44d46b18932"},{url:"/_next/static/chunks/5313.309c56cc38bbdd59.js",revision:"309c56cc38bbdd59"},{url:"/_next/static/chunks/5329.e0745976c6e71402.js",revision:"e0745976c6e71402"},{url:"/_next/static/chunks/5372.156686248b75341d.js",revision:"156686248b75341d"},{url:"/_next/static/chunks/5386-7c4ad8e23e17efce.js",revision:"7c4ad8e23e17efce"},{url:"/_next/static/chunks/5461-d28c5beb91c930c8.js",revision:"d28c5beb91c930c8"},{url:"/_next/static/chunks/5483.145e8ed18f44377a.js",revision:"145e8ed18f44377a"},{url:"/_next/static/chunks/5543.089aae17d77809a6.js",revision:"089aae17d77809a6"},{url:"/_next/static/chunks/5584.f2636c43774cfa50.js",revision:"f2636c43774cfa50"},{url:"/_next/static/chunks/5648.517b7d5b08dc25e0.js",revision:"517b7d5b08dc25e0"},{url:"/_next/static/chunks/5695.c0d6794c93fc3dd9.js",revision:"c0d6794c93fc3dd9"},{url:"/_next/static/chunks/5724.37ac3be9ec794485.js",revision:"37ac3be9ec794485"},{url:"/_next/static/chunks/5736.ab2b88e4053d3ec5.js",revision:"ab2b88e4053d3ec5"},{url:"/_next/static/chunks/5753.e3f8077ac4a7ad1b.js",revision:"e3f8077ac4a7ad1b"},{url:"/_next/static/chunks/5786.2da025c434d345f3.js",revision:"2da025c434d345f3"},{url:"/_next/static/chunks/5815.a2728b3992c996c3.js",revision:"a2728b3992c996c3"},{url:"/_next/static/chunks/5819.a59443e62006c745.js",revision:"a59443e62006c745"},{url:"/_next/static/chunks/5879.e0ef43b09c377987.js",revision:"e0ef43b09c377987"},{url:"/_next/static/chunks/5888-2178093f9dc5d64a.js",revision:"2178093f9dc5d64a"},{url:"/_next/static/chunks/6062.8312a369a57e3fc3.js",revision:"8312a369a57e3fc3"},{url:"/_next/static/chunks/6092.d604d5262c942c63.js",revision:"d604d5262c942c63"},{url:"/_next/static/chunks/6121.07bf76517bbc2dd2.js",revision:"07bf76517bbc2dd2"},{url:"/_next/static/chunks/617.359b421db498d43e.js",revision:"359b421db498d43e"},{url:"/_next/static/chunks/6243.423586f0d6cb594f.js",revision:"423586f0d6cb594f"},{url:"/_next/static/chunks/6269-75de60bebdb40e51.js",revision:"75de60bebdb40e51"},{url:"/_next/static/chunks/6330.0e24b689a5055fe8.js",revision:"0e24b689a5055fe8"},{url:"/_next/static/chunks/6356-cebeec3886301503.js",revision:"cebeec3886301503"},{url:"/_next/static/chunks/6374-f42e1997ec64c113.js",revision:"f42e1997ec64c113"},{url:"/_next/static/chunks/6395.6e51d035839ff4ba.js",revision:"6e51d035839ff4ba"},{url:"/_next/static/chunks/6398.e22a1c3ff2d91550.js",revision:"e22a1c3ff2d91550"},{url:"/_next/static/chunks/6409.3ac5682f41927765.js",revision:"3ac5682f41927765"},{url:"/_next/static/chunks/6410-23a442379f91f2f6.js",revision:"23a442379f91f2f6"},{url:"/_next/static/chunks/6443.a1c9257ad6c47d80.js",revision:"a1c9257ad6c47d80"},{url:"/_next/static/chunks/6471.8d3d51f0a565139c.js",revision:"8d3d51f0a565139c"},{url:"/_next/static/chunks/65.fc326b1bde468b80.js",revision:"fc326b1bde468b80"},{url:"/_next/static/chunks/6502-cd2dc0eb82bf70d9.js",revision:"cd2dc0eb82bf70d9"},{url:"/_next/static/chunks/653-e36c0b34ac7bd324.js",revision:"e36c0b34ac7bd324"},{url:"/_next/static/chunks/6665.3b98dde37384ff53.js",revision:"3b98dde37384ff53"},{url:"/_next/static/chunks/6670.0cf14935c6549383.js",revision:"0cf14935c6549383"},{url:"/_next/static/chunks/6692.e42dfb241035b482.js",revision:"e42dfb241035b482"},{url:"/_next/static/chunks/673.5310afdb2da5faad.js",revision:"5310afdb2da5faad"},{url:"/_next/static/chunks/6732.03d979fba0acf4db.js",revision:"03d979fba0acf4db"},{url:"/_next/static/chunks/6879.a6c207f3ae3551cc.js",revision:"a6c207f3ae3551cc"},{url:"/_next/static/chunks/6885.8a1babf28155d22f.js",revision:"8a1babf28155d22f"},{url:"/_next/static/chunks/695-1ab105a84603df17.js",revision:"1ab105a84603df17"},{url:"/_next/static/chunks/6977.5f44ec02e3a5fbee.js",revision:"5f44ec02e3a5fbee"},{url:"/_next/static/chunks/6991.be0212d2d320173c.js",revision:"be0212d2d320173c"},{url:"/_next/static/chunks/7001.5485d8645b90f0e1.js",revision:"5485d8645b90f0e1"},{url:"/_next/static/chunks/7135.1ad0205a9acf087e.js",revision:"1ad0205a9acf087e"},{url:"/_next/static/chunks/7213.d8a3150d04a604bc.js",revision:"d8a3150d04a604bc"},{url:"/_next/static/chunks/7217.57c55b473d8b1c80.js",revision:"57c55b473d8b1c80"},{url:"/_next/static/chunks/7220.4967e90ce026dae9.js",revision:"4967e90ce026dae9"},{url:"/_next/static/chunks/7268.227e212422d7c874.js",revision:"227e212422d7c874"},{url:"/_next/static/chunks/7271-61a8c80a805538b6.js",revision:"61a8c80a805538b6"},{url:"/_next/static/chunks/7298-319f8108a55e297c.js",revision:"319f8108a55e297c"},{url:"/_next/static/chunks/7315.3ca5dd95b74450ea.js",revision:"3ca5dd95b74450ea"},{url:"/_next/static/chunks/7365.72718ce4ca51b05b.js",revision:"72718ce4ca51b05b"},{url:"/_next/static/chunks/7370.20336fca6f462b00.js",revision:"20336fca6f462b00"},{url:"/_next/static/chunks/7406-6225b769f831e73a.js",revision:"6225b769f831e73a"},{url:"/_next/static/chunks/7418.d5424461b21ddf67.js",revision:"d5424461b21ddf67"},{url:"/_next/static/chunks/7421.6e55431a3f7b261d.js",revision:"6e55431a3f7b261d"},{url:"/_next/static/chunks/7475.0017763814cf5003.js",revision:"0017763814cf5003"},{url:"/_next/static/chunks/7525.f7c93eb403c6c9c0.js",revision:"f7c93eb403c6c9c0"},{url:"/_next/static/chunks/7531.dfe3024020e677a0.js",revision:"dfe3024020e677a0"},{url:"/_next/static/chunks/758.b8b4c9d9c7352c21.js",revision:"b8b4c9d9c7352c21"},{url:"/_next/static/chunks/7590.5339f77c17d3d934.js",revision:"5339f77c17d3d934"},{url:"/_next/static/chunks/75fc9c18.4321f959804bd28d.js",revision:"4321f959804bd28d"},{url:"/_next/static/chunks/7601.1bdb63794564ce90.js",revision:"1bdb63794564ce90"},{url:"/_next/static/chunks/7618.68d4da283439ddc9.js",revision:"68d4da283439ddc9"},{url:"/_next/static/chunks/7663.be47fb66e04e4efc.js",revision:"be47fb66e04e4efc"},{url:"/_next/static/chunks/7666.c9580b793ebb6d08.js",revision:"c9580b793ebb6d08"},{url:"/_next/static/chunks/7676.1a9dc245466eeae7.js",revision:"1a9dc245466eeae7"},{url:"/_next/static/chunks/7741.a66a50938f042536.js",revision:"a66a50938f042536"},{url:"/_next/static/chunks/7762.b997013a52e9b865.js",revision:"b997013a52e9b865"},{url:"/_next/static/chunks/777.e7b9c20985255854.js",revision:"e7b9c20985255854"},{url:"/_next/static/chunks/7838.152d9aa6d5d97976.js",revision:"152d9aa6d5d97976"},{url:"/_next/static/chunks/7917.5c7bddf6daba650e.js",revision:"5c7bddf6daba650e"},{url:"/_next/static/chunks/7938.3bd7a8a045bcc59b.js",revision:"3bd7a8a045bcc59b"},{url:"/_next/static/chunks/7988.264688b19c03433e.js",revision:"264688b19c03433e"},{url:"/_next/static/chunks/8007.6987b3bff73d0ba1.js",revision:"6987b3bff73d0ba1"},{url:"/_next/static/chunks/8029.aa6c08cba91dd332.js",revision:"aa6c08cba91dd332"},{url:"/_next/static/chunks/8036.9139f5727b1f9798.js",revision:"9139f5727b1f9798"},{url:"/_next/static/chunks/8049-2ca2b652f309a7d1.js",revision:"2ca2b652f309a7d1"},{url:"/_next/static/chunks/8090.f7a6777134af0ee7.js",revision:"f7a6777134af0ee7"},{url:"/_next/static/chunks/811-445f0f8a533d1cc3.js",revision:"445f0f8a533d1cc3"},{url:"/_next/static/chunks/8138.9c36fa5092a5ed29.js",revision:"9c36fa5092a5ed29"},{url:"/_next/static/chunks/8142.ae9991011f01f5e0.js",revision:"ae9991011f01f5e0"},{url:"/_next/static/chunks/8171.da41f4d3690366fc.js",revision:"da41f4d3690366fc"},{url:"/_next/static/chunks/8222.ec722ea683eb91da.js",revision:"ec722ea683eb91da"},{url:"/_next/static/chunks/8283.56888ee351ada4c6.js",revision:"56888ee351ada4c6"},{url:"/_next/static/chunks/8318.5387184f0d163846.js",revision:"5387184f0d163846"},{url:"/_next/static/chunks/8393.4276c63baa000f93.js",revision:"4276c63baa000f93"},{url:"/_next/static/chunks/8468.9aa93610d4b2f568.js",revision:"9aa93610d4b2f568"},{url:"/_next/static/chunks/8481-3a2c9cbfb35c7805.js",revision:"3a2c9cbfb35c7805"},{url:"/_next/static/chunks/856.5bb91651cf701270.js",revision:"5bb91651cf701270"},{url:"/_next/static/chunks/8561.e0ae2c126e26850c.js",revision:"e0ae2c126e26850c"},{url:"/_next/static/chunks/8576-4fc88782c6a53e3c.js",revision:"4fc88782c6a53e3c"},{url:"/_next/static/chunks/8625-6c02c86cfc373abf.js",revision:"6c02c86cfc373abf"},{url:"/_next/static/chunks/870.c1277ad0599a1203.js",revision:"c1277ad0599a1203"},{url:"/_next/static/chunks/8768-fc8c57ff84b1dd82.js",revision:"fc8c57ff84b1dd82"},{url:"/_next/static/chunks/8770.44d2f8c73be18acf.js",revision:"44d2f8c73be18acf"},{url:"/_next/static/chunks/8792.d13b7e067540644d.js",revision:"d13b7e067540644d"},{url:"/_next/static/chunks/8796.9877a8c9b58cb2f0.js",revision:"9877a8c9b58cb2f0"},{url:"/_next/static/chunks/8813.02694305feb42871.js",revision:"02694305feb42871"},{url:"/_next/static/chunks/8840.7573f7cd8b260f6e.js",revision:"7573f7cd8b260f6e"},{url:"/_next/static/chunks/889.64194b207c6ed4a5.js",revision:"64194b207c6ed4a5"},{url:"/_next/static/chunks/8910.ec6846732bff95bc.js",revision:"ec6846732bff95bc"},{url:"/_next/static/chunks/8915.47932f86417996a7.js",revision:"47932f86417996a7"},{url:"/_next/static/chunks/9053.1547c4eed85fbc95.js",revision:"1547c4eed85fbc95"},{url:"/_next/static/chunks/9069.bdb9527c998b5088.js",revision:"bdb9527c998b5088"},{url:"/_next/static/chunks/9071.8c9b70f05e2417d6.js",revision:"8c9b70f05e2417d6"},{url:"/_next/static/chunks/9083-1a5925c45384d1b9.js",revision:"1a5925c45384d1b9"},{url:"/_next/static/chunks/9121.b49c2c698eb6b977.js",revision:"b49c2c698eb6b977"},{url:"/_next/static/chunks/9155.c8b958eb1c154d33.js",revision:"c8b958eb1c154d33"},{url:"/_next/static/chunks/9232.61d440e4c3b2b427.js",revision:"61d440e4c3b2b427"},{url:"/_next/static/chunks/9256-d0a26094725768bd.js",revision:"d0a26094725768bd"},{url:"/_next/static/chunks/9296.32dd1e4dad08fd4a.js",revision:"32dd1e4dad08fd4a"},{url:"/_next/static/chunks/9336-57ff2b6f6cfa7fc7.js",revision:"57ff2b6f6cfa7fc7"},{url:"/_next/static/chunks/9343-6ab5c7b007814080.js",revision:"6ab5c7b007814080"},{url:"/_next/static/chunks/9403.023214a80e1e2708.js",revision:"023214a80e1e2708"},{url:"/_next/static/chunks/9404-e1ff08311188dd3e.js",revision:"e1ff08311188dd3e"},{url:"/_next/static/chunks/947-e3874e6b7f8ef6fe.js",revision:"e3874e6b7f8ef6fe"},{url:"/_next/static/chunks/9549.60f1f7e2cbb9fb8c.js",revision:"60f1f7e2cbb9fb8c"},{url:"/_next/static/chunks/9558.9bf5494ebdf03040.js",revision:"9bf5494ebdf03040"},{url:"/_next/static/chunks/9601.e93676c8f449f0fd.js",revision:"e93676c8f449f0fd"},{url:"/_next/static/chunks/9607.366af86ac9696739.js",revision:"366af86ac9696739"},{url:"/_next/static/chunks/9638-b322ceceaa9fff92.js",revision:"b322ceceaa9fff92"},{url:"/_next/static/chunks/9663.9aab63f35c80d9b9.js",revision:"9aab63f35c80d9b9"},{url:"/_next/static/chunks/9686-c9e9a91d6190c9fd.js",revision:"c9e9a91d6190c9fd"},{url:"/_next/static/chunks/9688.de328275a5c0839c.js",revision:"de328275a5c0839c"},{url:"/_next/static/chunks/9702.b31e901e8bd340ff.js",revision:"b31e901e8bd340ff"},{url:"/_next/static/chunks/9713.f1d5b41171c6487d.js",revision:"f1d5b41171c6487d"},{url:"/_next/static/chunks/9781.f87962a71d4ea1e0.js",revision:"f87962a71d4ea1e0"},{url:"/_next/static/chunks/9831.a090f5f3c082ad56.js",revision:"a090f5f3c082ad56"},{url:"/_next/static/chunks/9908.22a1ef12f3875f1e.js",revision:"22a1ef12f3875f1e"},{url:"/_next/static/chunks/9972.2718a68ae9d750c6.js",revision:"2718a68ae9d750c6"},{url:"/_next/static/chunks/9974-13f1d0a369acf0f8.js",revision:"13f1d0a369acf0f8"},{url:"/_next/static/chunks/cff3e69d-920d199a4cb08a5f.js",revision:"920d199a4cb08a5f"},{url:"/_next/static/chunks/d6e1aeb5-8ae8dd40035ccd02.js",revision:"8ae8dd40035ccd02"},{url:"/_next/static/chunks/ee8b1517-940966dfb5b1cbdc.js",revision:"940966dfb5b1cbdc"},{url:"/_next/static/chunks/framework-314c182fa7e2bf37.js",revision:"314c182fa7e2bf37"},{url:"/_next/static/chunks/main-2b88dccb760a6d2b.js",revision:"2b88dccb760a6d2b"},{url:"/_next/static/chunks/pages/_app-0d43e1d5fd81ceda.js",revision:"0d43e1d5fd81ceda"},{url:"/_next/static/chunks/pages/_error-2b35abdd95bbce4e.js",revision:"2b35abdd95bbce4e"},{url:"/_next/static/chunks/pages/embed/chat/readonly-70c2819bc504f8c5.js",revision:"70c2819bc504f8c5"},{url:"/_next/static/chunks/pages/embed/chat/readwrite-12763fdf46ea8aa3.js",revision:"12763fdf46ea8aa3"},{url:"/_next/static/chunks/pages/embed/video-e23aad0aac45c532.js",revision:"e23aad0aac45c532"},{url:"/_next/static/chunks/pages/index-c2f75474eada23c1.js",revision:"c2f75474eada23c1"},{url:"/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js",revision:"837c0df77fd5009c9e46d446188ecfd0"},{url:"/_next/static/chunks/webpack-c53aa9589d79fd56.js",revision:"c53aa9589d79fd56"},{url:"/_next/static/css/087b9d39270cd927.css",revision:"087b9d39270cd927"},{url:"/_next/static/css/22f76f542c0c1295.css",revision:"22f76f542c0c1295"},{url:"/_next/static/css/4b852c938abbe548.css",revision:"4b852c938abbe548"},{url:"/_next/static/css/6dddd42a88f781e5.css",revision:"6dddd42a88f781e5"},{url:"/_next/static/css/79a332200ba0e826.css",revision:"79a332200ba0e826"},{url:"/_next/static/css/7e0fea9a6c3abdcb.css",revision:"7e0fea9a6c3abdcb"},{url:"/_next/static/css/87f18c887be77d05.css",revision:"87f18c887be77d05"},{url:"/_next/static/css/8841579222b5034b.css",revision:"8841579222b5034b"},{url:"/_next/static/css/91dee75f0f5d528b.css",revision:"91dee75f0f5d528b"},{url:"/_next/static/css/9ca4489da31a01c6.css",revision:"9ca4489da31a01c6"},{url:"/_next/static/css/b9a129955cf4688a.css",revision:"b9a129955cf4688a"},{url:"/_next/static/css/c1478bc9943d52ed.css",revision:"c1478bc9943d52ed"},{url:"/_next/static/css/c14fe3388348ec80.css",revision:"c14fe3388348ec80"},{url:"/_next/static/css/c1a61af493a960f0.css",revision:"c1a61af493a960f0"},{url:"/_next/static/css/d14f51de0d46d6eb.css",revision:"d14f51de0d46d6eb"},{url:"/_next/static/css/d29c5cd9368918c4.css",revision:"d29c5cd9368918c4"},{url:"/_next/static/css/ef3f4486f04adedc.css",revision:"ef3f4486f04adedc"},{url:"/_next/static/css/f81472da2387e6cf.css",revision:"f81472da2387e6cf"},{url:"/_next/static/media/airplay.c25573d0.svg",revision:"c25573d0"},{url:"/_next/static/media/inter-cyrillic-300-normal.3b0fe0aa.woff",revision:"3b0fe0aa"},{url:"/_next/static/media/inter-cyrillic-300-normal.786612d8.woff2",revision:"786612d8"},{url:"/_next/static/media/inter-cyrillic-400-normal.5156ecf9.woff2",revision:"5156ecf9"},{url:"/_next/static/media/inter-cyrillic-400-normal.a1abbbeb.woff",revision:"a1abbbeb"},{url:"/_next/static/media/inter-cyrillic-600-normal.20e88899.woff",revision:"20e88899"},{url:"/_next/static/media/inter-cyrillic-600-normal.ac257677.woff2",revision:"ac257677"},{url:"/_next/static/media/inter-cyrillic-800-normal.2ab892f6.woff",revision:"2ab892f6"},{url:"/_next/static/media/inter-cyrillic-800-normal.e12b115f.woff2",revision:"e12b115f"},{url:"/_next/static/media/inter-cyrillic-ext-300-normal.69e88d04.woff",revision:"69e88d04"},{url:"/_next/static/media/inter-cyrillic-ext-300-normal.f894e1d8.woff2",revision:"f894e1d8"},{url:"/_next/static/media/inter-cyrillic-ext-400-normal.4879ddc8.woff2",revision:"4879ddc8"},{url:"/_next/static/media/inter-cyrillic-ext-400-normal.a4fe2f88.woff",revision:"a4fe2f88"},{url:"/_next/static/media/inter-cyrillic-ext-600-normal.21482aa8.woff2",revision:"21482aa8"},{url:"/_next/static/media/inter-cyrillic-ext-600-normal.684dbb71.woff",revision:"684dbb71"},{url:"/_next/static/media/inter-cyrillic-ext-800-normal.635988ed.woff",revision:"635988ed"},{url:"/_next/static/media/inter-cyrillic-ext-800-normal.c396a18b.woff2",revision:"c396a18b"},{url:"/_next/static/media/inter-greek-300-normal.386712e0.woff",revision:"386712e0"},{url:"/_next/static/media/inter-greek-300-normal.8e40d33d.woff2",revision:"8e40d33d"},{url:"/_next/static/media/inter-greek-400-normal.0c589a4f.woff2",revision:"0c589a4f"},{url:"/_next/static/media/inter-greek-400-normal.fe3df9bb.woff",revision:"fe3df9bb"},{url:"/_next/static/media/inter-greek-600-normal.7a9219c1.woff2",revision:"7a9219c1"},{url:"/_next/static/media/inter-greek-600-normal.a3d58a50.woff",revision:"a3d58a50"},{url:"/_next/static/media/inter-greek-800-normal.3ae4b10a.woff",revision:"3ae4b10a"},{url:"/_next/static/media/inter-greek-800-normal.aa3c4563.woff2",revision:"aa3c4563"},{url:"/_next/static/media/inter-greek-ext-300-normal.25ff86b8.woff",revision:"25ff86b8"},{url:"/_next/static/media/inter-greek-ext-300-normal.2768fbb6.woff2",revision:"2768fbb6"},{url:"/_next/static/media/inter-greek-ext-400-normal.8225c735.woff2",revision:"8225c735"},{url:"/_next/static/media/inter-greek-ext-400-normal.e1f02a99.woff",revision:"e1f02a99"},{url:"/_next/static/media/inter-greek-ext-600-normal.2c1e268c.woff",revision:"2c1e268c"},{url:"/_next/static/media/inter-greek-ext-600-normal.533d789c.woff2",revision:"533d789c"},{url:"/_next/static/media/inter-greek-ext-800-normal.aaf8c68e.woff",revision:"aaf8c68e"},{url:"/_next/static/media/inter-greek-ext-800-normal.c1dbd103.woff2",revision:"c1dbd103"},{url:"/_next/static/media/inter-latin-300-normal.1e64cb66.woff2",revision:"1e64cb66"},{url:"/_next/static/media/inter-latin-300-normal.80c26b3a.woff",revision:"80c26b3a"},{url:"/_next/static/media/inter-latin-400-normal.779487c6.woff",revision:"779487c6"},{url:"/_next/static/media/inter-latin-400-normal.ac374088.woff2",revision:"ac374088"},{url:"/_next/static/media/inter-latin-600-normal.34227eb1.woff2",revision:"34227eb1"},{url:"/_next/static/media/inter-latin-600-normal.edaa5f1b.woff",revision:"edaa5f1b"},{url:"/_next/static/media/inter-latin-800-normal.7da978cc.woff",revision:"7da978cc"},{url:"/_next/static/media/inter-latin-800-normal.f15de3ac.woff2",revision:"f15de3ac"},{url:"/_next/static/media/inter-latin-ext-300-normal.5212580c.woff",revision:"5212580c"},{url:"/_next/static/media/inter-latin-ext-300-normal.dcb1958c.woff2",revision:"dcb1958c"},{url:"/_next/static/media/inter-latin-ext-400-normal.0cc0c669.woff2",revision:"0cc0c669"},{url:"/_next/static/media/inter-latin-ext-400-normal.c500b98e.woff",revision:"c500b98e"},{url:"/_next/static/media/inter-latin-ext-600-normal.03b16c21.woff2",revision:"03b16c21"},{url:"/_next/static/media/inter-latin-ext-600-normal.5f656274.woff",revision:"5f656274"},{url:"/_next/static/media/inter-latin-ext-800-normal.04eca372.woff2",revision:"04eca372"},{url:"/_next/static/media/inter-latin-ext-800-normal.2dc591bf.woff",revision:"2dc591bf"},{url:"/_next/static/media/inter-vietnamese-300-normal.09dd64fe.woff2",revision:"09dd64fe"},{url:"/_next/static/media/inter-vietnamese-300-normal.edc506b7.woff",revision:"edc506b7"},{url:"/_next/static/media/inter-vietnamese-400-normal.51fad319.woff2",revision:"51fad319"},{url:"/_next/static/media/inter-vietnamese-400-normal.feb85dd6.woff",revision:"feb85dd6"},{url:"/_next/static/media/inter-vietnamese-600-normal.672f1e0b.woff",revision:"672f1e0b"},{url:"/_next/static/media/inter-vietnamese-600-normal.e7c6af30.woff2",revision:"e7c6af30"},{url:"/_next/static/media/inter-vietnamese-800-normal.850d1593.woff",revision:"850d1593"},{url:"/_next/static/media/inter-vietnamese-800-normal.e9acfdc6.woff2",revision:"e9acfdc6"},{url:"/_next/static/media/poppins-latin-400-normal.916d3686.woff2",revision:"916d3686"},{url:"/_next/static/media/poppins-latin-400-normal.cbe785df.woff",revision:"cbe785df"},{url:"/_next/static/media/poppins-latin-600-normal.c070cf14.woff",revision:"c070cf14"},{url:"/_next/static/media/poppins-latin-600-normal.d8692086.woff2",revision:"d8692086"},{url:"/_next/static/media/poppins-latin-ext-400-normal.56cb5e9c.woff2",revision:"56cb5e9c"},{url:"/_next/static/media/poppins-latin-ext-400-normal.fbcaaafb.woff",revision:"fbcaaafb"},{url:"/_next/static/media/poppins-latin-ext-600-normal.33e72839.woff",revision:"33e72839"},{url:"/_next/static/media/poppins-latin-ext-600-normal.dd51f42e.woff2",revision:"dd51f42e"},{url:"/_next/static/yPn1V0nVAYWzDWpSJ3MEo/_buildManifest.js",revision:"f7d1d551efc84984e5b7e7660077214d"},{url:"/_next/static/yPn1V0nVAYWzDWpSJ3MEo/_ssgManifest.js",revision:"b6652df95db52feb4daf4eca35380933"},{url:"/favicon.ico",revision:"2f3f8d056ba7cca2dafbdeb51b2d793c"},{url:"/fediverse-white.png",revision:"203a177d28810e5d9e35dd3478bd5d17"},{url:"/fonts/inter/Inter-Black.woff",revision:"d0b121f3a9d3d88afdfd6902d31ee9a0"},{url:"/fonts/inter/Inter-Black.woff2",revision:"661569afe57a38e1529a775a465da20b"},{url:"/fonts/inter/Inter-BlackItalic.woff",revision:"e3329b2b90e1f9bcafd4a36604215dc1"},{url:"/fonts/inter/Inter-BlackItalic.woff2",revision:"a3cc36c89047d530522fc999a22cce54"},{url:"/fonts/inter/Inter-Bold.woff",revision:"99a0d9a7e4c99c17bfdd94a22a5cf94e"},{url:"/fonts/inter/Inter-Bold.woff2",revision:"444a7284663a3bc886683eb81450b294"},{url:"/fonts/inter/Inter-BoldItalic.woff",revision:"3aa31f7356ea9db132b3b2bd8a65df44"},{url:"/fonts/inter/Inter-BoldItalic.woff2",revision:"96284e2a02af46d9ffa2d189eaad5483"},{url:"/fonts/inter/Inter-ExtraBold.woff",revision:"ab70688a1c9d6525584b123575f6c0a5"},{url:"/fonts/inter/Inter-ExtraBold.woff2",revision:"37da9eecf61ebced804b266b14eef98e"},{url:"/fonts/inter/Inter-ExtraBoldItalic.woff",revision:"728a4c7df3ed1b2bc077010063f9ef1c"},{url:"/fonts/inter/Inter-ExtraBoldItalic.woff2",revision:"fcc7d60ef790b43eb520fdc5c7348799"},{url:"/fonts/inter/Inter-ExtraLight.woff",revision:"dd19efda9c6e88ad83a5b052915899f7"},{url:"/fonts/inter/Inter-ExtraLight.woff2",revision:"b3b2ed6a20c538e9c809f4df5c04ac2a"},{url:"/fonts/inter/Inter-ExtraLightItalic.woff",revision:"a6566ae6fa3c58b48f888d7c9c234d52"},{url:"/fonts/inter/Inter-ExtraLightItalic.woff2",revision:"079cd1e71cd4f73bef86f72deced6d03"},{url:"/fonts/inter/Inter-Italic.woff",revision:"f137a90d649b6ab032563856df323f40"},{url:"/fonts/inter/Inter-Italic.woff2",revision:"fd26ff23f831db9ae85a805386529385"},{url:"/fonts/inter/Inter-Light.woff",revision:"5d3776eb78374b0ebbce639adadf73d1"},{url:"/fonts/inter/Inter-Light.woff2",revision:"780dd2adb71f18d7a357ab7f65e881d6"},{url:"/fonts/inter/Inter-LightItalic.woff",revision:"d0fa7cbcf9ca5edb6ebe41fd8d49e1fb"},{url:"/fonts/inter/Inter-LightItalic.woff2",revision:"df29c53403b2e13dc56df3e291c32f09"},{url:"/fonts/inter/Inter-Medium.woff",revision:"c0638bea87a05fdfa2bb3bba2efe54e4"},{url:"/fonts/inter/Inter-Medium.woff2",revision:"75db5319e7e87c587019a5df08d7272c"},{url:"/fonts/inter/Inter-MediumItalic.woff",revision:"a1b588627dd12c556a7e3cd81e400ecf"},{url:"/fonts/inter/Inter-MediumItalic.woff2",revision:"f1e11535e56c67698e263673f625103e"},{url:"/fonts/inter/Inter-Regular.woff",revision:"3ac83020fe53b617b79b5e2ad66764af"},{url:"/fonts/inter/Inter-Regular.woff2",revision:"dc131113894217b5031000575d9de002"},{url:"/fonts/inter/Inter-SemiBold.woff",revision:"66a68ffab2bf40553e847e8f025f75be"},{url:"/fonts/inter/Inter-SemiBold.woff2",revision:"007ad31a53f4ab3f58ee74f2308482ce"},{url:"/fonts/inter/Inter-SemiBoldItalic.woff",revision:"6cd13dbd150ac0c7f337a2939a3d50a8"},{url:"/fonts/inter/Inter-SemiBoldItalic.woff2",revision:"3031b683bafcd9ded070c00d784f4626"},{url:"/fonts/inter/Inter-Thin.woff",revision:"b068b7189120a6626e3cfe2a8b917d0f"},{url:"/fonts/inter/Inter-Thin.woff2",revision:"d52e5e38715502616522eb3e9963b69b"},{url:"/fonts/inter/Inter-ThinItalic.woff",revision:"97bec98832c92f799aeebf670b83ff6c"},{url:"/fonts/inter/Inter-ThinItalic.woff2",revision:"a9780071b7f498c1523602910a5ef242"},{url:"/fonts/inter/Inter-italic.var.woff2",revision:"1f7ca6383ea7c74a7f5ddd76c3d3cef2"},{url:"/fonts/inter/Inter-roman.var.woff2",revision:"66c6e40883646a7ad993108b2ce2da32"},{url:"/fonts/inter/Inter.var.woff2",revision:"8dd26c3dd0125fb16ce19b8f5e8273fb"},{url:"/fonts/inter/inter.css",revision:"178297900cc42c19e1e47fbc2487abe5"},{url:"/img/favicon/android-icon-144x144.png",revision:"3de56fea2ea05c5cb8e42a21d63de48e"},{url:"/img/favicon/android-icon-192x192.png",revision:"dd8a4c74ec2be516a57d40df25540ab8"},{url:"/img/favicon/android-icon-36x36.png",revision:"77887a8a93baed7eaeb316be4b31a7f9"},{url:"/img/favicon/android-icon-48x48.png",revision:"d1ff9fb0528cb9100ad5ee5fd7ece71f"},{url:"/img/favicon/android-icon-72x72.png",revision:"9505e8ef62d1b2d0783adb8d958e8007"},{url:"/img/favicon/android-icon-96x96.png",revision:"8f17da2436060c779c27f3ffb5eac999"},{url:"/img/favicon/apple-icon-114x114.png",revision:"efd8a26a33f16975715ce8c56169d730"},{url:"/img/favicon/apple-icon-120x120.png",revision:"56dcc09f7674f293595117b3181dcf88"},{url:"/img/favicon/apple-icon-144x144.png",revision:"3de56fea2ea05c5cb8e42a21d63de48e"},{url:"/img/favicon/apple-icon-152x152.png",revision:"368ae8346bc9bb8d3f89ef48acb094f9"},{url:"/img/favicon/apple-icon-180x180.png",revision:"c691e02bc0b7df6cb31da017b420cba5"},{url:"/img/favicon/apple-icon-57x57.png",revision:"90555efc26d3a34a3979c133868f9d34"},{url:"/img/favicon/apple-icon-60x60.png",revision:"06dda52763aee5612d79999966488f79"},{url:"/img/favicon/apple-icon-72x72.png",revision:"9505e8ef62d1b2d0783adb8d958e8007"},{url:"/img/favicon/apple-icon-76x76.png",revision:"fedee38a4cf4d5918f8dbd1657c709c9"},{url:"/img/favicon/apple-icon-precomposed.png",revision:"8ad8bbee4eb631f76e89807878622aed"},{url:"/img/favicon/apple-icon.png",revision:"fb7eaf4e8ef1e852bd28b08f46ae6309"},{url:"/img/favicon/browserconfig.xml",revision:"653d077300a12f09a69caeea7a8947f8"},{url:"/img/favicon/favicon-16x16.png",revision:"3dba5d08ad8a2a4de265448afa2fd03c"},{url:"/img/favicon/favicon-32x32.png",revision:"0ae932cc803789d645a2409cb67db049"},{url:"/img/favicon/favicon-96x96.png",revision:"8f17da2436060c779c27f3ffb5eac999"},{url:"/img/favicon/ms-icon-144x144.png",revision:"3de56fea2ea05c5cb8e42a21d63de48e"},{url:"/img/favicon/ms-icon-150x150.png",revision:"6224c535c86d618e36a97da48e52056b"},{url:"/img/favicon/ms-icon-310x310.png",revision:"c391dc97d4c01177bd07291c1f694063"},{url:"/img/favicon/ms-icon-70x70.png",revision:"4cb3f77034cab3de7b60cd7d954042d1"},{url:"/img/fediverse-black.png",revision:"b5ede08246f4a691dff8dcefe39c984d"},{url:"/img/fediverse-color.png",revision:"6264c2ac70632db6e3447581da838d1b"},{url:"/img/follow.svg",revision:"8f185615cd7242792c8bd73b359b2498"},{url:"/img/indieauth.png",revision:"7fbf89da18a721dc25a16393b8a62e82"},{url:"/img/like.svg",revision:"2af8fcf2ffc5a028b9b300538a5e766e"},{url:"/img/repost.svg",revision:"12830cd3f1099b40670e8a69b40efa27"},{url:"/manifest.json",revision:"3ebf89ccef77c69bcd65ed8757086c99"},{url:"/serviceWorker.js",revision:"0fefbecf45aefe5354045cbf926e6a25"}],{ignoreURLParametersMatching:[]}),e.cleanupOutdatedCaches(),e.registerRoute("/",new e.NetworkFirst({cacheName:"start-url",plugins:[{cacheWillUpdate:async({request:e,response:i,event:c,state:s})=>i&&"opaqueredirect"===i.type?new Response(i.body,{status:200,statusText:"OK",headers:i.headers}):i}]}),"GET"),e.registerRoute(/^https:\/\/fonts\.(?:gstatic)\.com\/.*/i,new e.CacheFirst({cacheName:"google-fonts-webfonts",plugins:[new e.ExpirationPlugin({maxEntries:4,maxAgeSeconds:31536e3})]}),"GET"),e.registerRoute(/^https:\/\/fonts\.(?:googleapis)\.com\/.*/i,new e.StaleWhileRevalidate({cacheName:"google-fonts-stylesheets",plugins:[new e.ExpirationPlugin({maxEntries:4,maxAgeSeconds:604800})]}),"GET"),e.registerRoute(/\.(?:eot|otf|ttc|ttf|woff|woff2|font.css)$/i,new e.StaleWhileRevalidate({cacheName:"static-font-assets",plugins:[new e.ExpirationPlugin({maxEntries:4,maxAgeSeconds:604800})]}),"GET"),e.registerRoute(/\.(?:jpg|jpeg|gif|png|svg|ico|webp)$/i,new e.StaleWhileRevalidate({cacheName:"static-image-assets",plugins:[new e.ExpirationPlugin({maxEntries:64,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\/_next\/image\?url=.+$/i,new e.StaleWhileRevalidate({cacheName:"next-image",plugins:[new e.ExpirationPlugin({maxEntries:64,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:mp3|wav|ogg)$/i,new e.CacheFirst({cacheName:"static-audio-assets",plugins:[new e.RangeRequestsPlugin,new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:mp4)$/i,new e.CacheFirst({cacheName:"static-video-assets",plugins:[new e.RangeRequestsPlugin,new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:js)$/i,new e.StaleWhileRevalidate({cacheName:"static-js-assets",plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:css|less)$/i,new e.StaleWhileRevalidate({cacheName:"static-style-assets",plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\/_next\/data\/.+\/.+\.json$/i,new e.StaleWhileRevalidate({cacheName:"next-data",plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute(/\.(?:json|xml|csv)$/i,new e.NetworkFirst({cacheName:"static-data-assets",plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute((({url:e})=>{if(!(self.origin===e.origin))return!1;const i=e.pathname;return!i.startsWith("/api/auth/")&&!!i.startsWith("/api/")}),new e.NetworkFirst({cacheName:"apis",networkTimeoutSeconds:10,plugins:[new e.ExpirationPlugin({maxEntries:16,maxAgeSeconds:86400})]}),"GET"),e.registerRoute((({url:e})=>{if(!(self.origin===e.origin))return!1;return!e.pathname.startsWith("/api/")}),new e.NetworkFirst({cacheName:"others",networkTimeoutSeconds:10,plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:86400})]}),"GET"),e.registerRoute((({url:e})=>!(self.origin===e.origin)),new e.NetworkFirst({cacheName:"cross-origin",networkTimeoutSeconds:10,plugins:[new e.ExpirationPlugin({maxEntries:32,maxAgeSeconds:3600})]}),"GET"),e.registerRoute(/\.(?:ts|m3u8)$/i,new e.NetworkOnly,"GET"),e.registerRoute(/^\/admin\/.*$/,new e.NetworkOnly,"GET"),e.registerRoute(/^\/api\/.*$/,new e.NetworkOnly,"GET"),self.__WB_DISABLE_DEV_LOGS=!0}));

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 diff --git a/static/web/_next/static/media/poppins-devanagari-600-normal.3828f203.woff2 b/static/web/_next/static/media/poppins-devanagari-600-normal.3828f203.woff2 deleted file mode 100644 index 354d0a4d32eecb7e855355fb8d8c15a7efd7f23f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 39324 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 diff --git a/static/web/_next/static/media/poppins-devanagari-600-normal.6def6ad7.woff b/static/web/_next/static/media/poppins-devanagari-600-normal.6def6ad7.woff deleted file mode 100644 index 31daea9e86d0febeafd28c37bc87c6b520c7e069..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 52500 zcmYg%V{~RsuyyQAY))+36Wg|JOl(e)C$=ZHZQHhOCr^0iz2E)u^;)}o)n3)r_2cw8 zwW{j4D~OAOfP(xRQ|KUw{}#}@-GB1`GXJsv|Bw(B6aS~c^pE5I2O(HYSR4sO1(koC zEeHslIS2^aGCdIzKte@L7z6}<5d;K<2n2+jD)y?WOhJW_1q1~D@!vlAe=uBcD4aC0 zGjaq0ArSp1pZ&8TfC!OgZDH&A&ko_gGt!MfKqJBYTjxYA&5TSzKw6Ui>2drA+z>K* z%YWoQZt|Z@{10RZOb{HFcCH@(xJwWah}M7p_|P@iz1upN{L||!1Ob5*`VX5CyybRA z9{ zhn?*mJ2uF|YJ|!R0QY=wC{4^-3rA;fLC+ZZ2M!%;T~jg#Vw|gV8L+~x3e{F6GbFoe zgBD>D3loy!_xFPe`jl|+e1`7~TeReBx2mhmZGts|lRx-#k4^d>%#oncf?$2(dUj(y z9GK#E4m$IEXLDGCqqwsiYtJT^?}tI&E~UC=S7cg5g#r3=3@ zy5zK^3#l}D?OFYlts#3GbdR_}>Rxmo zs^PEW`HH#oRj9(-GW*KhcJC5 zxGOBWi$1#5ees+!q<20y;vh`s=t;<)iiq60Q7C$d^WPM#vH7Ete4p;j(>#BdGpUDor^Jcjtg&2$rXbVfCp0lNzA`BKw3N5b(G`uyqq zkhmtzGlv!4V`3dxdWv>JH9T{_QFbDv-(2<)c;LsmJ%+zZr7~Z^qUeODt+UQ4bJHIa zUj}{(2;!eT1dElPd{K?OVk{F5xJ(5If@KIwB=RdIQtx8lo}6kK`|*{Ve|alunaCNa zZDZ;k<&s#3`d4m5PvoN?U?~Y6>gZ~}y-Dh9tlS?E?UuP9=OP@Dj&?$fclc1CJR%AC zQ$Lmn3*x7Kbq)-@|F7H%>w9|Gu`09F|$YB znUs20@qs(yf#z^bpEd2^gn6^;;}`yNPuZD^bhq-s|2^3g5t%3?OwDj2BSlS#QB<#* zh^wq(EoE0m>Q)rbmQp+~n;|1(MP5}@rAwzVuI8NGm^wW#;w2+^#t2SDmT!I1$tB&? zfvkd2F6H`cumNzjyXB?rL3u?W+e7)o;tjYvl# zsAL!XNVHFOIiGiMLo4SXGPZ^Lsvep8v7uI&YZ(uKcP%-#Nio-)tPauY9HrYa7AS!E z5M8j%GHYI-3+qJC3|vc(KdKt0TDlHrH$ON!#`zl;=IQa|<@vRozR3a5Bio1}?4sB%+;nZ9bdkFuOdG&RP>JZkS@Zlx{#HEiOA|Y*9i{ zuWt6r&v+}a^0iany|8lUTd9%ey`wAB#ADr=G5s}%;AK_pzG+;60p-sfQEoNasrnrz zM+#n&Ry8}^1yeG{Nvo{7*@+;!;OJbDdPLu-nSqkbkwJ1CTVOtdqH}t4`@>|o9N=O| zIIel%&xsjjL{t;WzUofN_BWypY*2RWdbO`w^>ePq(Nqh*?g#H`Yp=$p+T1|12*w1D ztwzRN{-2frp1056`=9ipi`D@d`yWhM0#5cC@RV;T4z#(Nxd{jdD+%)W&#C?yxeQ+h zouRQ15~c;fmI?I-%5jQ`^q&_~J^IaQxs(@^f(G++7V(`{ev>ERZf3z^&#zn(2__lI zro44N6kqV{3eHnRq*}uoWDDjUhR@1l6hFVsHUSaGv+CBr44j4d+ptG0`5X=nTD#8> z50wg2l+GuIMC*4-SwzFet9pRuACv5?(}k$$G9MCYT0v?LHm>bz7o7Yt21ROa+2HnM#m!A5VvRpEdMMXcUONr2vP~z!toAYadS1z%tz+GKQ(jw=w2XAAFeoX3Ol1mvFL$c@DA6bB<-tOCv}0;J z-Xv>aW2!mB?y$+c=3csCh%dF|;o*Z!a1!lRpnE3AktX(#_fJu*KbjBz<{tG_FX*n2 zLJM9etf>M&+&9UqOrP?uq9bxE6gPAq!Y$@tX73Gj^Ap0(EkXi{Cyo!O53Uc$%80_? zV;5YO3)1Z$=>*8>(4RxM8l>AW=%V$z(286T*N|8N-;hWF@9}NOgA9=ov{28`HBd_A zV!jD}_XsP2Hckm*qiaZhkojON;9oPhB>^VAqltnc-wYqRuXcOiFgai^0j$3|Q9SVl z#DI7^JE#+!AA^j zI@j@gEW+aBpWo10dW25@#hJQE;BjPH=wdV8zzREeD;sNX+YOry>y2ZQ)@D11`lJ#nuiSuBnZ97Q>OV4lB9|F_tg1G z#2d&iUVU-WP-}-ulCVc1e|Y#k3ghH4+t3wdaek7>mRFu%q`a!z+FK^(4dj=neDRDq zr5!iuESia!$q;;VeN0*43AWl^*j?|@rV{8iZTU1}ba=OWj+kk%4kIyPB&tAEN+D3B<1)!nVoS$3-2YbBnhZivNhq zHVvIjC_Vghk7sa;Ipc_?;fSdQLtOYbDXus?p(^|W#j9}HvTAv)IEfv>IgGG4S-WUy zjGj!u?g2gql2h>Jk{*1C)i-kMA;XjuN5yrpj)mYiok;jF{ih&->m@XS<0a{p`z6Me z%O&%b+vSfdr%Rrz-OLEn>IfQ#>de+JR}t)-=_&y+ zN0z}RmY=OfpZRXssF)qFu>MTflRr6~MGEPa(YVR#HB50a_E?2ALUDy9LZ0ETP$Qvd zelfBAjV3u{0dP;65k6>5;x-@nFdVTkoWND@aVVp{KOyJCKrS0qZ^>BQ(?_WEIsZ0B znm&fQ-X#<`M(f_k@;lH|r{kCZqXDeTD3uBm5Yu9#nsWwJJ z*r*GzI^0z{WR(k73gQV+uKuJlgAotERY{^#Zk+kuHD*8iJE(4@Ip-?tLaBI-md3ey zbf9~KDxcJgBF{s$meP^qg()ib3HjM+`hk1iGsK1~kVDX*pKgEEWTOjVT}i=t5g;h7 zuRuADvmTghg+*w=rI&f7ZMP!u*QQx7@k*P*6|uRZMeiV_di-~CbA`NX&|HBcuQX+{ za{hCVz#py+=P;KZp#olJctv9PpBun_7pAQEG>o5;5SPng;F<&I@A$v+q5cwkj)cN+ z#QLO8o~-g^jT*=tH`ozMAHI-3XmKDVfF(i7!!<%2r}s?4A48~^rKGdnAl~pfL<$s! zk779|KaSCi?c-e^;FoI#ZRza7ZFZTxefHSy)!_#~j0F*A)C}uxG}}e^8O= z>}>wcF)=^b43^#1y9TiYX%+&3n5HG?r}V1FjL z7E*$La!tQ{Sfy#<%3RR!dW;Lp&(xeTR{?_|@b)(Hz|+k`LS{U{jSCW|&Gtz{_vbix&Z&1p0DunlXE zqLSVsElWZo-(dl9D7BcCwQ}s6D4GbJRN;J5bF?u67*tr7C)SE*Sb>Dl;kt0uoCJ3n-@OIXWW(yw^Xuz$pLMT$QY2l9kpz zw497spiXV5ruu|Eu&Pt7?k(l8F^J$+dyG~!L)Mg(Gn7gkR$4hqyfL4b|7^%Gj46zJ z(gbv3wO@T?;N^~i=oTgSmI$l0UyU%W2B?+Nl5^eaSvaH|m zh<@8pGD?nqY?>$VSR{D!z}&;@S(2~DvI44ka>pGSq$cU4oxj90j*_DVOKVo7=Nut% z?5Nw&$#G76kZ#Fc6`kBr%#eENv=&-l8X{euWL;W(PA#kysUD5mC~eay*U_l+?xs1C zKCCohBDRU$ryp%AUjtW>UtSus-=vz^q%q=g9e3I&VeUpVPC`?>U!FH!USy{IH+j9V zYW?8wc*51By<+3|te$Jh>X(`tyPAgHlKTVj_tmWY)dJ`+%QUVQtIf5wx99q#{E@bl zPTC~8dFwY?*LOPp$+I#2zSv+1h!*&2f-Kh6AbDtC95!l4x!uCv4^X5}PTZ(qv#Z=2x?(DP~vD0yd_ zjpnQ8&m)J5|99E{o43qQI{nzE`Lnb9UhG+b`_n}y-=jyZ-lyy;Ju&%VR7o&*OFiU*%GV}NP)>v&c)mr>WJ5zFc~Z>3h-6WUYo z`;00spemvqrn3fr)AAt^Mk;0;1HLY-^S+tZccP!M3O@TRdpa&3Ia9O0jML=&%|CJx zSTB&m(%Et+v>$Mb=lH^?*;|Z^r_9nKC>xK;1T*LniDvqhF=+*>VoSaZMuQ_b%02=9 z-fR*g3o>d+5>n{Hg2e|!m%cwTC)p&6)6)Z0CN1UcxTIB>Vza`4Y|syePwcd;qr%te zqx``Y8O7|f71U##+}!35E|Zqcg=?qzhoN3GN8Ba3VLkm9n#B zzcvL$qNr&?T(V5B^^nD*M;J9*wUIO6Dvh}IGs?sl5TJ-VVP#-4uY=$fCGRkoMU?qm zuo_jRX#@8!fJ}R{!<~&&lvQroYqt^TTTGfo8~63U7}6 z_Y-_7w)9wgTfP!r%o912_0SEM!&&XYNEpA)uDR2*X75Hv?G_=4=F2Y$dPay^=0b#N1otd%UrwWtjXQ;;Bf(UopD7rf zQi6a32e$k*_2Pf`nLGW$YxBL^ zu>-v39R5sp+VQ)CcaP0&yZ8_-`aVq}-2H^E{>*7ZH*^@t-#d8`9Yk}#|E2=sa5HM0 z?456_F1laF#cGca{WvmJb9P*=cS4$!qvKM;}UfA85KgVNoL!@OVH&K=Tz@AbI@DCjw4jSdujsE1J zq{M9iNRx{i*~fE>#d|CdKipu}eU?X^?a&*~z9FOY(Z_>ariWOJ^e2c|iX)Ak{={a+ zw!vL2+wSg(Yyf?UElP_zON*Gpj{G_W4m|*4GDUR{rfC=~_}rE57R83pQn?8m;F0uf zH;=mBnvFO%jrkqgvz!LxNEmqKTMzF?#LjQPX7V0X*SVef2kfDbMdjm#8gYgS|YfI6%iwD87+Ehp@3RhOG&-Fnuwrt zB^A^4T+FfsX{wLUn1IzEEUu9F!XoTl&VdZT? z<83D8Z3N$F;ooQ?$Xqc)5^{u4LKf=a#QNt!#Q#Rf|M%$xlvPv{(eGp&)X5Wqk%HEP zjmC6Fgn>~-w^D@}OGcntMu=KQr;G-2oCbU-Y92F_?GxJX!%ZKc$LxdrHo@aCMoe*O zBEm_FgvACJVZ#{Q!XY^#S~$Y+*8Y%Tf=6STT#Qaqe!Vz%)oZ8FORknoEs~iRI}38v z=b_9_o|Y^rQkj=J3vt!up&&?(kqj>qng4Yb&}gtud6oPu*-@l7FK-pzsJBjGm)tCw znawxbB-rP(!zno|(b?z1*RQwPYnC-2h2Q6Q*{^QfYfU#GJlW?e+vgG8ulTr!roT&A zy^H?C5O3KK#oQ1-EDwt(59d4&^}4O%_w3V#%vE8tGG1BJqO>)2Q(T73RAI3)T3H>N zwlx)d+_}tCVY@OxS+lB4IrUOpxy({wxiUssy{c3>m0H}m%u!*zGEP~esx%FCvg5rj zqO1|fkRrZRo`0VX7-#s*5SHFl%Fo~M_389;aij1@o<1WIox>`dBXYXKTKFTsE{D}C zN2KY7b!A6PqlX+3LKHm0bhyGrR>RcN!lkgo^ew~1OOIoTIDUe(lVm=KA0Q5209J5n z*!4|1*FBQ&qz^ELCjhB9jO_ZxovR-4cftpd!w-NHoEi2U6TS_Plsnl2oZ$sP3627L zjxpbwN5Y-x0qpPrU<4=jX(RZi=M3;gXgcrDKK|*{(}dPh4~qf{v6+OuSFE?S_z@Zb zjTDbOnN8i(5u7v)%yJ35&Q-9FDGeuP;HL?&l?*nG2$sB#*uR~fDoayUr6Ivcfs=wP z0`r6X1x6-HLgrqDffIiP%{EFv@-IJPVrV399BF81W@va0HjjX?jhw+8(-$!p4hpl1 zW0)5h4+`rM)(T|BH#Ah_A0T;hKoNnH5m2cE10OJr!%xIq&?heH?F9n?HHClrFW+Jo z#i|(!iXOJJIi~k+PQTV%XJ#U+a;*8jz1-a-Xa`u!a`{fEI(PtegvbJ!ns5bS=K&Uw;N=b)sl>cR zk3UVwiJwJKX~%c~0x}5VLb2EzE@AI&sLrC)m6hlRLgsxk^;VmbGBBmf1? zJgC-)G7SU_X9UfGPBY!)3kURpEMHi}{R-+XO9PwV^LA3Tc~VY3TpYhlg3$xM zQ2YZKK~W2X=nZ*SA%%+RRK!Qg$O=eU7V6ck1`SrP2Kg^VkbIs3p(Bv^9Jj!cdQ;W= zZ!@sp2Q;HYA)**TK!ZTys&4g!{<06<%X${mXk;bQFsjl}>&RD6Nvr%W(v`o%3N15k z%PzK4zy8bSR6Up?)hwQh6wkV~=d^+n-e>5}#FL%gOwImi)V{OBevtos?FZV8s?`=r zMO@#oPI1|#PcLG{KFw?szizDFzCHyGkQITF9V6!1j}ToU6_pQ(0Dlw&B}daE((`*m zb)??gA6GlQnePQ9dA7b(S_L-%^#Z9^9)gLU8aGk-`LO1kc#5pfYuBK}B2AGJb@bhM z7Wrrgza{6YwLIq;zmd=BIeA?lSl2H94CQgSUh-$=Xzc!l(@o>q`bAe9q)U!+p=@+~ ze7!tI@=#0vfpg3s1S#m(fnJo|=6Gl-9JpRy$-E)$PsTVbegCV4NO&WX;|-|wchN!> zt6FVok{SCLhRr&r_2IQ+JE4AUQ#?qJ02hdGOOu*A^`G0OkJG4Lt&Kjz{&c1d?RpI2 zMrNzzTwJnQ6+2+=h~ePi(Jq~XxQ|-0ds@TFxPKOJ+efJjqyAh-+Zu?GW9W%?AlUeO zI$JgJYqZN%*0oMeX+1iQX;U3qJ#!7SFs<^$u?U?aKy{7ppA~S5Vt8v63YA*A1~Vxo z(I>vdCZmutWwBz@sKpp(NGGa%yr1g1nk%RZ~@yzA2_ndRwBT*QQ(-^7aU zmpY3{hm?y(z(FHM=0LQP@f?u{sV-(lQpsfM+0`9k%HUa8RmGGSbBbTY6m(5>3D(Te zZnac6Of*MIix@^((waDXDYtWg#5nax`ho5J__@iIF~5w*ssuXd>=U?iyfYM_#GYqG z5%YFrs3)G0=!6UJUIFj@Bbk@jthh8{%iKML@BMcK)=X=d?;iNtAw#Uw(XV@_R<8Jl zS$odRBwV$1OKpp&3bPXqSb}Q!%e8|VMkk1gUAlj@*(Wl+X-jb4;e=(18}ZW2gwhr4 zOnsZHmmYYWdVV{rmWmf{7MCdajM_VyE3EAqmp`Ak`l}iJZGWYS+`$i|XV(1Yx&m!I zDAzNiE2jEG3J%jfY^YY4td-@*cC$YL{0UuFyzJwgK0n4AT%FHXrHpX}z_B_;C`LW| zO|2{hRdtU|D6ncWD2FxJ<9fiuWabP*bj43Z{@9`E4I({74;V8qySrn?+81+NP7zWT z9zdgYL0gTa-wWCcNNJ|7hQfGZke?@|ZpST?U||Hlee*k$jU|)SFnFQ~Aep&q$^FQf zqwPhj1E61_PoCP&VL{W25g)rNIT`a$)?ZF(o7gF|zwGq}G-ks% z)6#HdTMliVve$(XPsQ&I8Rw(YyC}-dWuP5E`%mN1<`-9#pQ7$un)xS#2D#NU2CC*k z7(+z6P?*SIys>Cx@o+MEf@cLE5k`sBjLqB-ynXgQR?bvtOgs*J0zj(nem++iBBMKZ z1mEQcZRHH7;&m5q*OmN!G+ezH#06 z628s=gnJaFk^-fsdSSGYF#B4=LFsJDzCd}Pdv;q-P_i){!|Un!=Ob{Y{%y5q?&Rq7 z;RH)qm23rTqN}uHa*l^!>8fg7#ept=s`U1V+r9pAxn4SvNTVj8V=}vkQGe;JjR0DU zy%o`O30`P9v_q^u{nib$3&wj2&~g8q+@hi_95}5!1s5u8GIuS#)m~weSF(7#BXy0i z@pROFRmKC5A19QulB9+`1>czeT~04=qMkBmHHU3i3&6G)n6+CerIrgWP*iJWWXv6C zy{Gc{VN@xO&A5rq0HNXi*Ce#Pp7?>22=4oSf8MJacX@ z9*b3wYdX_qASicb%tOi+n!$4R{Gn(@+Ifnx-~I?!u4}$~q)36ElVKa}V@rI=<(B{r z<)aD0)`iPE8>b`j-d?2|E1_S@zp)RmNpO9TV4m7DBL4)9|J0#{1)NDPkj>dKV?-L9?^L7yVa?Z!R^rf0=17v(`cCX223C5=nP1{+x8V$rw4C*7=vSKbiFC&;*S)wt z-H5%K*=}v!FN!Fq1<DaYGa!uZLygwH*b2mMT6w(hK+Om7uWaej!KSx}gf^_BS zS+I4vche6>zLt8!KO4arT6GL^dX+Cz(4msx2-QM6r3$GRI4ksWFvq|MG}VK4&%`B=jw^)2+F z=Y!O9JIxAL(LFos>|xL61+YwqnKvJ|Q(v3}kX*m~^2mmILU|15__`F(>ia5=dCQsm z(IrQ_QZB7cL)%VrS;Gc=XV3Tq;&yxYWA~F`tb^i#tr3GFU-6?sl1GcBzPz+<@<+3M zo0F912brnX{ys`I{n7F=!X|E#DWO7wgL9{4%aC7@wTjWw6jC`DFGe}NbP-LT^3w($ zkPSoi2VW3c;hlzuD6QuyJ#XL?pVE76rp|z9e9YNXJUmvvmzP+1S`{YjHd4tbfBwk7)mE-ELzzYBGxJcTop|mJZEC`wd4mY7* z_uMuSem1{}q77g$CYjqAmMAI(+h4F@*8fJ&ykx+6#Vx)yoQV8{DYp6cIqBgNvndGB z#-HAX3w@~TdPe%be$GoRdaj3=9r)Kn`5Wba+&wp9!A~BD2S?%B>wdf=9n~yUbg;(9 zE1Sl&rjQlMC2o+kYH*$bA_7gut)R%ljombN6q7B{{vKOGw6(v;LdaOwmzlzzneos8|a?dT#D4+9;R!5drjQsAE5jh|? zB0PeNC!d^}Z6#w=6BgU!8tqY8ylJqbtLx2$omNwx`{E`}VlXtP0+B0Ddje9%Ozu z=jT^Au#!hTs*b`dH712JabjVF;Vl0oJeFEdqInP+3T zNld!yG%n)YwUwuGB?mdNN-l;0*FDT3Lu9WAb4Y+f*OaBq{d&7&V#B=FwKdEf?CCg% zcrJkdiAHx2Lm7F4kNB_4JlBaS2PSLS?q1QRbAd&#nsedsIAO>N8s#-5A*}bm$9~%H zZu=ARIX<#n3RmoPWlmlOG~i@bzUqQEez$dojJL8@+I)Stt<3C9)pJL=><nKYLm(t>v1{P9Ijq*9H3_BCAB6Y!eQQ3Q? zJqg~eE^YQW`#u3DF^GQqn^=Y&l9G;W%Z8jekY80kLALr@PF$`~B?|!r-bLJp_H#NN zpF>;46Qr~~X0F;$b&44`{jsFJyh02;?uC&z-OhgDw|A%1)~?3YSbo6GolXIbIGxAX zzcxsItf)Zq*5dKL1A(YzCC~>k1#MVJV=d)iGxvgl4YL9-erYT9<{`XVug-~-ulO^4 zl(u`IMwa|KI2Mue`4(y5y_5NbqBOHeD4y@-%`{|92GEb}{?pJ52SB|0nTH0wE(fak z;MDPD3q4Q9R$N-9+saa|%KS0^_=n%FI>EA6P;cLMYsMTkblsgbN_sMPHpPa2-DQnS z(?RL9bFO|qLPEz?Cxl<)HJv21UG+WLG5&+q8BrPW14fiJk_@A^nw#_vwzax9!Y+N# znk{~cbz&vv#oPNbia(jfGf>%8n{AVS-i`h}mxbR(OFyN#jkI=@cy%QW5dXKj8Z87ei9vO3M{o}sZ? zWpzz8X|Nrr=oDPG-_nUuz4rFl^}cB|JdT7iaP8~8aB-|_8L1gm9FhL(eVlU4VsHP~ zSl@AE8%S1YvOsYo12Luxnuq~8Due}XIpwMHF!m}3p;T6UZtt9KqbFT~HEkZXf-K{e zom+?m&WPpcT79Y-GG!N}8K{O@GQ7mJ9ZeUfGH!&bNTs z0<8#VzMjO+;%2_<6g17V3Rb2QkN0!5{T=9$Lke4Si}S%!Es10J(w;#kBUOZhv3)i% zm-t+E7OMaH*>KqtvDn-z&k-TBuu(+B6)nABakD_1!>c(DLX5?4N*_ZAnG0Pn7Yq|_ zodKxK<{pZ%YNGjcGH!P;E&kh`;2VhVb7KT_cOrQ`0sQDNmw0QQ{zLj{Py?$WL9(>; z1HX)Dc*jZWRiC^sCV^HXRx;Y|>9z4Vih)EdH*%+x@Uh?{HV%m3i%-s za*D7aMD@e8Jq-{TXnG)`wW?Jp{Due5?llZnbkHG|a5vwZHo|(01VE2VsY`acC!)28 zM2S#bmEXh>#u^&>jegShfVjtOF?s~YJsBruaV%d><6&}Ehw~3sVhNNbTc9Bn)b&>@vFR=`Y;Xy&hU&q?9D+(f+RD>ZHcKBy(XI1;Z9xM zty!%^mq+ita%tXLkR>3%cf$ItHOtof-tm=bqH0-m1KU!tJJ}-gzL#G<>c(aeLpEDJ zkp3O%w7cMgbet^Qd5ByRLBS)s1Ad-4w%sYYm2rue-9(;z>J=MyiM0hQJ7($E zu&z4un@1nILUeH&LGem6KQ!M>EO5++ALIKKeNW{S3S-ir-St*8-w?dr96OQ|-X$&*}%^JTgbcoSRRecHkw+ zm3Aw;rX`OE!?b3CuL^U|lZ*r9pZ8)0qah2pjj6Hk73dlF3$w`0L{a#ORXL1742|x{ z+x%xmS-vjd8r9(AOd-(~O<-CeZg?}Wb7nn;!ybzU)1 zZF$q#NjJ^1N4X~0*!;AtY2yk%m@|}cJH`PzQ7Mqeumql^(<5+W>Jro{_{{L{4+IV) z1Kj;5l2C=q#;AEwX6|9aaVz?lA6zrG{Xg2)@4btY(o2If75iUp3utf@=D8xHLl8aK z@?W<-Wox&5TidSVc6t;y>UWJ#D!O=L;M;AueJ{(#_PNjy#C)#didy2zsvNSh4W!^t>Z*?iLsoT zTj;92UI?^fMn?EM|K)Del3CzgIj8u#@8d}?NUOQ)ZxPHDr1|@AAn0A|2V%1y;!N<0 zAMAMr!NCQ$KA(8Z03kl9k$`wNY6oUSf^C#&24XMH3$mt2!)#PQ2nMV?J4s&?wo`da zC?Bmq*&)%xJwo)S(W<=Bu$U~?2DNNktqf~|>coM&e3Idt8R9T7rHgC2#iKd&d_XHN zqG53{>YlDnmYP^Q#1t*&$@{q)2r))-&L~vlWsgxyJN?bOms)ppf1t(!d2~+!0q^H2 z_Nx$0(D1u0#?UGGZfUM*Gx9`@(>qLW}E zT*DJJa!@xRhX0ozlC8{_IyheAGI1hKtDy6&VVrX+$Z*dCX6S5#_q0FHOQ%CGDP+QC zP>`-vpGY`~O1OA1gN0%Ahj$=bY9e7q*5xeFhi7`^HxpDhw3{VAEQnUn6AQ%34y&}8 zc!8|7Y$qz?L&WOItiQ4=n&8>$AOC*d*7AwlWFfNCS0eUVksvM|N3)e zZcp5ZUVGD(+H+Y~oAI>!6*x*+;bm2I~nWnbD)YsjJ zAQXf*TXBSxaqdB7DoyW)IoJ&;6u3CR8C4O4gyWIt?VB{9W2B4V3t?*~ z^o8@lTjX-bQP2l|YbWSN4kXX|UC-5@w!22;rRf&y^sC^tn{2pW`Qu~cwhO;27tBBC zS}^8DukOVVa`_w9hbVd|4_@$F>LV(|xfbw&0kpW>QX)g~=}Kxp*L9^F$AI^54QGv! z31PclllkVxOj7LY8Bm*MlBR_b#5hSLdNhoZ;##hBZ zURT>}b?-%TAWkNFtpLnI=lCtkLQ2kB_9} zZiOxaiY14Lqa-`C?HH7)syT$~It~_f2sPsWRSi)+Kv*){pQ9WVUy(FE2_~bbS7F zKX9uBOT@3dn(1GFBn0|m1IGH&C8+&oOOAKA_^EDq10gfFpk~d}oy(m%7ykfejf=PS z$i-04`40l#d!NR-Wv*2^4XkSsj@jWaD3RNt*AN={OH{M$o8nW`-n<+v!Qf9X50-<$ zgmF{F+^_{wG}c7YW!Gnkkn~T6P4JD14lf-lG`j`_g=smx?kdSGHGZaEvy05SEc?s7`RGgNdbLqoD;n`3No=W%!j?@{l8fu)r)R16x4gD< z!Is2N49!{Es|!dfxXMzKmH|H9ibE=_tvm#_Kz%0IAHl4<;vfOFgmBfNZoeMC9kbj2 z=;zzH|9-Z=zLDJDx7`mamDR07lUh4TWKmImPA;@1qqdRM&6d%{SLlAh`$NWy_la>| zBmUL&+T+O$-`gBdhhS64_Jb8Yp|P4;mGg(o_`j~Y?qVtGMx&E)`|&tePQBxK7Sr@} z&)C#-<`e}lTyAB$iMu{bl5n;HP6gJR?cQmj0P$W9nXZb-@2I!MGS&(h>qw<`w@X*n;GL$jSTZadCvjR2Ce6Twxn$?(& zwk5(G@R|(G{!-N1B~A?f{w)EN&n+#NnaHzZo(f;#`Tp}?zrz)=7AFh>qVT6*RQ?J- zk5*qJ$>(9>wO=G7DG?~|OzR}QJ-u-BmUe-JXi!y$+it&yR z*Fd2hJk`#Gr>cZr3};D;U?6$^>TuiD5N1 z)0>qlxKouhia~fX^Gt5M?ErlpOdja=0dwHE(o&%x^4&tYe3%W;8PbNmpK!+RTx4Rv z{Miq~1@M1rdaV0pxiilW3T69lxC&d~)ax&k1CAUmq$s%Ja*5gxn^ssq64cbi9WXu< z2Qb@h7M~IiJcf#a_I`C)Y^^P9YwE0@jLWd5+L#dAg<&@)|GHfxU^SBDh6+_81rSh> z-UCYr7%nj$7}%KLEU`BLmo8NNo6H2}ZK3A@et;fx-Uw`6KM9o=w@)hP+!Hf1mkL&0 z1{G7LW?OT(W;2&eaJgfabEb``a&M*M%FXpwz}UDJJlX+PE!0(Uk>G(I$H4AfsaPd8 zS(r3r*-yD>JI(E`iWt|biyPf|iwVHda~Q$dwE$0*OK<=|L)OomLB1%}FR2HUP+Iqf zKg&Jsnh8HQ7MZW2=eW3==qdQS_qTK~#BwsT3$y}1aM;dc zA*QP55Kk`qW;Au#+`ZjeU3ol|x}Ekl z_%+>JyFCr6;hZZN{{vFVqy>@vr4vLhwaAW|?w+q}3F+4*Xg$WUHM4)QWE`#lq0oaE zmh6anvJu!68N{spt+(Z@w|9JiP(w6GU<#EkVwUMFA73u7M|q`8j&R4!%0uu(6bIMg zEZs>dt|lkRP(v|al={Nz$Ki@LU9s%32dll*x=@{K zvLw)1{RfMH6rDWi8t^j=X-iSyF38jUQ^%W-gCBrk`C=XU#>F=$oBX$BjpM|OkoOd^ zF_6P;Qq5)+X*ujJGJ97c#2KnKhTJYP)9YBk9k=Zgm*;u2GZeOn+hqdPqNFq6bPDg& zZ7%Gz6oLUhIo8Xsy>{v)vh+SHY4f!eQR=MiZR%9-jkC*JG)z7*B%yJ$)&EC#IT4Da zEZWKd-!tSjmxy28YHIk6cd^8{b->3P2KA}I@$?ewBNiU8#-~%jcl4kaGv#}|l|$TR z=C?hRM>MYSbPcMSP7F2^Is0PcRf;^i`1=K$^pv`4b6I1|K`(=kd_`P>-EDEK;?ZLl zk4WeA#ujVOZ|^-F63j}-9CWfsO{P``P{d=A^^!i};GkkV+XsdA-SD+IYa6giHZl^F zEGh60q8vF00fL@Nxe0@~KlWS&^Apw}k^fw z{Ra1ud|e?~R*2HDbMo5MEJ#Dm%n(0AW)4$g7`CZ8;ERp9qu zuMNXDZ;Se|-Ke@)gz+J(^OP#2_#8`N$0(n`g_7m@qzou-*1$~P6wLG?6;j!O`sl9* z(D2(-V=0~|FxeMQzmCooZL`h|1m`o6e*?D9;1u1*{0y5x9N{|KD)6(xgK=tE% zC60=?gvr0NJo#sN7`}cElYdv@uYYM7!I{aCe^=qJKWW(yU*C_(zpL@r&6Yu!Z{H%% z0{JJp7a>!|91Ijpk!NoJ{{jtwdy$WNzF>MTvM%TdbmTB?!844(_3U?oXt%0nl~5W*Q{F+yw}NRosSo&iMd2~2;%-ZlYE2+d6Z zC{)k9*x#d&WeO9Eluz_YQ-u`k7ciOiCDVE|p=aBdcM24u@k8WQ&)c{JJF!Qw4jrXO z(JQr54nZwv576zXqnZ8aLxd|6CG)$Kj1RwQF0%40C71YM;<1|{V;r2_aO=NQ2i(M>x$!w6W!AEVKH_G zE^zlQHPg}nSNx=P>{WJ0o)p4=Fz7e6q|cmr$6liw2Lb+hMMg|!#KJilE7i=zPPcNhjx$+`pB8zAGzFL~eIjxC@ScmibH3ulnq?xADP&*u$+UXA*wqAw= zqz}%WZ(wOamIYKTm`2n0p~Ec<57@bi1p=}9ClA8dX@Ce+$`gT9V6cLr0tpM9Fi!T9 zSHB8&BfT-xDX7Ae1@#m4 zuTeMZCOhIA1B2#QvH1Rp=LBJzBy6=e0E4Z(^q$AVf)pr+w|KumMmsnsxBDe!HuZ)1 zeMy-Oa$=(LngVsrtBM8xg{}~)Mkh1|Jqh>S39&)1vPx=7q&hTmx^QQe6gL8=e{XLA+~E!<$bSEONmNoe-|XD%PW#61r!$H=SGhh=5J>|eW~s||I;|d# zUS6v#%NZHEU!^5GP?phkOLUe|$?B*As_BRKkWEw*&C?N68#15>6EmB^f=u*7Hl=~> z1^Gv-Dx&Zbb7z9j7L@{jBTf4phZZMHZ;7UY2_ z`K4xfsxDDu6yp&*Q6UWI%Zhkm*1?%+ex#Z;rF_TMa3=6EI5Jm%3GmK(Y)N1>0|(+z zGWS{&ER|g21!ij-xbI2z2t%LH0ntG~3XlX1wl8>1D zL}GEdfdh)ze`@~ni-;fzfDKznSqKrE!YC=-$*SfajW_U6&YP(|Gd2k)6@#`AjtIriT(7)< zgW1*WJ{RqG{ajaa@I+4*njW7Vml+_`#`a?*=>YgEbCoozFsIJL{?|y%Uzn`eEDj zwbRpd+&V{G1tijo%D{wTJ1;Yl%_?a9@b@6FV_QAL^AlGwD2;H;rn6e24d%8p!7Gc$ zEv>5>wjK{W5z=!u^6D)9qwKWG>IRP4+}o(r8pv0;uA8+)B8ML8aIaFRs#pPtRv{Duo{Dew!gG-MeROu z^PPhopiVuyu#{Dja?V2{4c!4K#%BN6iQ^;OFBC_ z2m84hGzZ)RsBz5-1^H~GML-sPwjYChfE{S0o54jR>>N40Sq#1oSt|FLM|?bcIDKpT z{PohrG7ZOFO772=J3%^he<}_;xJYSNYWJj8wJe3)#eTniFdIAuc*U;RqblO~&O~N! z*K1Y-X7i{@q!{%Qxs~0){UK2cYxk9+CVt*AOR4!hH=H%r758>q73dM$bs*KN2Xmo3 z*EZ3=?~c31%8bFk189AAGBE@$n#GLZd0b7u+?q>Wa&GdE5lG0cm%+H0dPBAHFpSyG z|B-@kl>PotF>QERgpEv$J4?8CUjCWjVgPAM@9e@X0eAS!-sEL0OG+s%=Y5v6Yslxr z*pkBSV-O?J4SQRQ!7W&gzTNn*aXxoTbW;py{nN{mO6ASz2_SDHn zoAXq0!a$aGGeF@6H$jVNFb+;QL2#+U=J+VE-^>=l&%?@0F3<$^vNV>mRH2FqGs#6<8)60|9D1&szB72#ARn}X zPR!s@Dlq;8R8^eX(}5?$3i6=7%;3#o1%-$NlS{Y>gXi7Ke9*B;B@Di#8a5SAl!evO zK{s!bzX@xFfM1%No^OEfuC{2VKbu-GSpcsnWI*iOI6qQCk;)M-po~umQfuI^9ji(! z{Ny5_0`c^T69Ih~{y(|&ftfjmGOjBz>(fr&rz#vhNuCY^z8eugpl^qbbLjsEQs&YB zAD|9=fe!uKz$gE~jx~rEQ9eGLNkD)#f(k&v1@aX#zFXo&ikY#tZD*Av!Kk%!9@>8m z+S^h!`Q-enW~+Gl9ryP)H?Ij?90HB#8>_Z8DfC=?R{gSSbH#&d?P&KyOFZ4&*g-l6 zP}Ph2M3Wc9#b^_Bj#gXf{e_AuY`i}ZAa2BXbA}g@wkmTl1)O+iX-=!2qIL{0TAzg3 z9a9teGK4 z{ZzjN+a8KCf^FO=gU_42X3tZC@B+XiZ{Q6rXb&dqf}JyNV9&jx30C|ZKU%hZgNb=$ z;2MiY%?n=E1<2$lYdq@}*=uV+iIh(TvJDGQmnuffo2N5PhQOyl36fiH@97iwH8rmZ zeq4)*Wi?i(-|q~zFctDpfljN@TVg52sZdqhlWWU8)Cb?+JGH37H{yS~*}f=MTZZ(* zdJ%pp&4jZd4sh#H%fdL!oC0wOo1_zXfzb0p#*M!u#|@=4hv#mdkVNuyj%IwI(6E_V5HJi44Ba*J_*;DGU)6ec=>C39%V4l-PjX z*NfUYo<0t8NICL)VSxGUp#fs^+@b3!@19QnAr@&Q_7n0QN$$c>h}1;#@b%Y|XX`27 zUP#SFU4r#dF1@#`K!{B8k&S;3)19`C9X0PjP$*?qfReKNR`4EN$Fh8c_M5^b zV3|5NT4PpGIW{(9d+MJpaoW=vujQlJX@>A9R2gNTg{4|Vw0L*w`ec;kV-+0xI zRw0m1w}%0<)zh;vxxQz_kI><-0d(aeFEgJK|8bkbUpNyY+tcH(%^q0YZLgWMOURF7 znfNbqM%{KWJTglj4B-?%Ms>!z-k$bhUr3k3 zYJnTXv~96jcm>?N$Z82^(%=gws(!Vc&Dcvgb=>P)9lW)QECUX!qGu)cFd*{{xR`#M zP3yZ~Yvp(^@)y2J|HG=nO6y<1jK^mYp9L|>Ho#4RZLliJTN4q6%$G#M8L(CG4aG)LrfvqB5!&#ek;i|(#jm12@U4olji!-Z+QNe3y)&bebFNaZs@!`X3O*81)pKLD zy`)F=X22R&6=%gnelbv&NxOIjrL9>5Pg(6zxgTk(&N1k3vaz%U?dTR*U2lTfXWoj* zxA=6Ra;(wy6xl6|8cG7W>pUj(NFXJw6^SSKj54U6^Bn*B-jG^Y6_tGDg?&~^C8N*+ zE8?HXc0iW)T9IGWC0fhQihT=RSS*wy;m@7OcF;L9Pj4zYbslvb54a*ma?1@$u@&ag zzWzNYkLGp8uZv{-RiKSubFzd4Wh05d1R5CtZ-!aXA<>ob$4naOg@0o>S7$01TG1nH ze6dx+SFvKN;rUe-Z~IIdxk2d5OML&U4;d=`zDn{i2)xqDoNDvpr8_#P!0W3GaRpv| zeq~e5`98@%_!&BHvSopo45&RnuX~6Yl%ej7^{|`J4!+Mm(L{82hK7eyT4W3B6KWEb z_3{K7G`Okt_2K@E;lo)bKa+-9x^JNlcBc6^tZWQ^NOh`-&lcq5g<3SgpUIzq&NL(F zP!qp`dNslw8f|`ggsD1sG2O0K@5)%W5p`rlIy5Gxs6Wqzy4ED2Rt>bjjMxY>@8DI# z@mlf4iMt;@+)Yz+Y?4xR~o4jc18L(0yv%C(ub z2QDQ`LQtU-s;>b~sIf6u>a0f?rx7ksW|LuLrc~!7KM5g%+1pHrLj&@*SDpJ@B*qd% zz%N65rx6=ExZ|U%ClHz-zA!x2&^*qBdYUSqm5k0k3hm_ILXcCb>WQ_u$Vyu`aSrmUT15_a zHc{BN(YZy;7z5E3&Yxo=&TTq;Vq&zsFWuh7g1BsUorkClm=cr1_vzg_^mC@**#;vRUgu}|FNZypVP zj?kkz{iq_J`?Z#tlIyD~!l=9ZClhOZYkW6^XW5Wl|A=MRi^HhfAZlx*Drgb*W#Nn( z({ZuWOibWyAj{NkcMW9P23Wu+14Gn-Z?I=|*+CEzOopE8L03*43_r+M!q8zDQmQj@ zPTQp}DAL@Ckb5IhhbHQaZet-|ijaQ^tJ+1PQusDyWLDC6?VX!Y5ry3rGqJ))8#b)Mp1nu)tKdCI zCFexU96KX|>-OeE6huA>+Voj|-);XZxaoft?!bO4oMp#g<~0fSvOxTN!_0hp8;B&< z?#r7Q4cP<~kG;r&XD23pH?&g+?@mk}DR{SJ;&(H)WM0G&0)OH>3p1G#v6p8;oxqL= zz0kf!eznv_Z*c5jYNnrWnIn&Gh+(wTguO41?{F9!^oU`!LGNPb&)mwpOpgs8Z3}?= z=kP9=y%5+x$3>1d(uqIiZlq)4$2Y`SPREw!WfAJ{dlG!NUfxZ0HeOAfk2?r|lCi%o zVJAZ}@vYg4c-GlvWwJy~mUYW~YZMwZixpxBLJ3dlb#sSvCu;qh z<%;c1bH@bmF((;&F-dZ#|9`{}pS}Ho{+6cDS~8p2UOvzl7vf^=Si3kYiyrWLcnOu+ zMCknheYa?w-9hzj(c9c&UWOQ{ALjqO>sMFYJbffC^kv?`WZW@UY46D(4`V8NTFmbZ ztq!YlY>8V1UaxD71zgQ+-Wl{I%V8(9HRg^(J{_=P0(tb-Lnbo9DzE^NDK(RM3RNLL zf}3Y5L_U^=?fD>ZX{Yd8 z+1n9=XPNHnQPLa5K(&j#DUm5Emx&5lgbsWe7ExvFt%)*TVR=}o2p!m=2&)>qhJ8xq zl4a!Ym{$K}j+)x181xpwvIR747)ylKTFBUT&0edBtmIuFZKJ4*-GQRv5n2j|Vuio! zRIck{)@r2hZlc15-B(DbBD*#4nt^S)zJ1wZTK3!$EBFL|oT$=0-`v2zw8-B1`nkNazk^)!mGY9h2LbUu}Kt zb(2g18LKDJo9S)T55e6%DfE$|l;7KoZIt9YOvC;U|6)p(EMaml#1;Z&fm`etb|F(@ z7c5ZgcKJsqumR%yV!6vc!u;|aC>wLmk0~46bV*Q*AHHwA>5@f+!urza#Y!3*SCai zKxQJ;+`W@GF?HvRy@HY@9i$*bx4@eyqf^bBvl8C9Z?jpW6IO4cyVpILnLXuMOVc#t zpPUJtHI=CiHk;evtY0Zvx~Chnkf*u#u(h;AH{8cv(Qm6wZfYlg!|vt9{{b@-W{_?5 zusse}b`dSC$->5fvHcJJ59og?*JR|3xyN?U!k-IV+K_@T+tlI@eqt)q+bIy@C;8lw zxkRI8NFV&jP?lU%e=-CDI~j6LNcR*kdM3;#A#05(JJUrl#b^44JE3oAm{F*vYY_<$ z{)@mn-2?{xL|rJh6YpUA2xCc6DNAa2OQoneSOQ$aj{+Y-W zV!8&413gt9U7st0z+6z|NERZ!2DU+dA0jFP9X;b=OfsfFv;AMdlSq}}r5Y5}ChxZN z#!}ayQKOnGxM0LdHgj23g~{rop?4qEkS%-VDr2wB(6(CMd|_H36Bl6>CX>5bhu(k^ zc)|{TFU6|{E(a|kLEgzelAY6ER<$mSuf}BdBoYTkFw4Rph;+UPK?mwlx*m53fgN)i z1}B*GwCD|#4x<+^(Za&7<=nA*+nGnxrLL+Wdjv5IWxX zkY4LwHyBoOrKR3~lKUch1I1SypTkumFTpAP26QyO&5FFKn)L_5DzsF$Ku;6Y;s1zw zhS*Ftd-y9hmtkwx7O>b)k?sbeKdcn_&*Kl-cFat&N4rKk=S2+89?l+i)ooB}@7;rT zeG;1k4@9WLjI9}#(%==ysKtN2W1?Siy|D#q_C9ryLEqBFSO6Nlg-Iu-)eu&T0~s;) z@22i`_$@`vMp*T_8e)>e=|(mtHmljUN0z<8%j7=0P<(d(^6MFlXmO)Nxr?O$CG6da zYtr9rC%DV~_49T*Sy6Ry#UDbvUq8suJGM5i0NID_L1ZBZq?!=VS$+_Spe#*>j+E}8XG$-2od@YnfLvIwLe#MW1U&WY71cZWh zijDL}Tufm3w45U@l5!)xj@o2wP2azps5X?^8!hCih{TfR3$w&QDCg^9R+ZvS;r1cbGtk^>AR$_$@wAh3zJ=k!Bx-v#XY{D@6Q zSYOA2kdeXMe1UFy2awz#DuP=rwA+sW{}l3{Wmp%-hc-bkz}t z*(13VHQSCQFVi+K)VHLQdh^$w{qaB-b-j&HB0Z?lg|D}RJU1Hsc7XCIu&T&TQWORJ z8Abti!Sfcr*6=?^U28`eSJ^@UKO=ON{W#X`C4slsD139FN(<{%b6(b5nLK=H$)nR# z#3%{?eOp#+;-}LkcAN>WrSC5+GkLy`KTp+E!%MRZ@3FQ%MxsiDLp<|vhRFpoJ${D0 z#)U@&e~nK+ ziBen*RgK;2I~2u@c55R=nY?qYUCvB*p&Zv*_{wi*<+v;sK{?}3bo~G(y1w^F_mbU1 zT;T_HE<2X31<9WS#Ln}iyEacJ_e?U;jJ9V8rn}GyTnhQXSy7hoAw&lJky)#Qm5_&_)S6T|pwE2!u-h+6oj>x3m_FGjaf{uP%F^kcJ!eo zyN0C~VdRs^@C)8llCo^?zRYudHpmFmU<)?ghSH71B3 zh3{bi%THWueoiLjxYF&MqS%VHF zQ1E{%Z1#!@yR8D<<+;dfM|eUkwop8+U_bhq0*WY)kP3DKql=x$ojYLJJU)+==nYma zdAxDBrLwYlPvwr5)_wK#t~|m_KJO3SFFH55*;k8KIw|YCxMP0X>Wmy!1{DP~yM0?K zKokJi=LH`eXu--xeLi!Q)Z~VGBtI740V`i-mL6fwIJOoe?!bbjw>Q@}w9Z%WNN+N^ z`b!Ol~dX>Q(AXDrs0ZXP86 zAb#<;zUpefzq;Dz^U=Q(@9JE#dANKaJF~|@AFrb)Gkc(XX!BCwe7>rzwA;ZyNqq(U z)mDjKk_E7q0l0ja=ZtvSl}fg_e8^)($kH!n}j$Z_Q~>%5yP+}r$cdtvbB{VkYbO=AN%XM=NT zdu1hDW(X?;{}Mll_M2FdZsB3aqgj9uY4-ZT&5m7Zeq(vRL04d~Y#Aos5I_H#uNr(V zo@)Olm%h|hTV4v5C@kGPJm?@@`@xY9Ic=R8SwpU&xuq@B)Bg==wbG;8o#e0@%PH?d z{zNmCFRpTw7~J;p z**cAWUR+&PVyLu@&5kwqft5#_jy{aNZpmIz)$VQ0$jnKp>hQMqwy8^$d4-u}wRO2G zDhu-U$~;YGx!2m7S3&Tb1Of zY_Dz`vTpEs$1_$`7v<|!xl9aVm5OXtV$mFNdD&1@SsG z4N7~mRcS2a=Bk{f@f3!Ai_YnDw56j{%IUP)qV`EsvCc9t_Sj1dRqhulbzddkd+o!; zcDbg?>(pVdr{|`p5*S|B>`;?k^O@OWt(LabRBw^8L?zc|9i#OeyrxXOM{2j~Z6avt z{|oQYHr{QXrRE5ubj*KO;G$Kp8}6xY%~#~AB;As(hPJ-)S#SGB=HGc+29NCSx}>Sv z>8!5V?bniX;#XhYhW)wSU)NPqn61o7Pe_nED%(7k7HvmUU56h2-6EOXQAOF3ecD$) zk(Il?u5qK)H$8nLv>}qv0z~B^Uz8240>UF368<8h>?m{#YG>$MP+el5Aa5UxUSxX7 z?!K$q=^ds-1^Gf#@R7jpnyc{&co$yPwr5*Pf;d-R$K7l?w9&J_3obPc{=D0V*?X^Z zxCx^h+0xA@4=Q**@n4hhOx!+2PL2}jzth{)t&~r%YA`ta4JMtv5}bjW+$#R*l7+Ox7F5>mb1Z&v`=oa*-Gp+x+yxBkcB@5a|uyz zG?tdbZO*i$VWv?@B{RPW-x!*w$hSbz2_lPOKa>YUMCh2^wCF=+TeGD{}%FoRtRqTjqfW|2Jy_oEA+7z z^0d%LpD4BriGcWQwm>V3-9gAN2|FFKh0#HH5iQdt0T~oVk`S|pkSkd@-GTIz2W8{$ zB;=QjmDb2(b`pL@%Vi1l(Mo!hx0jGBQ#fgXvbNO5h+KhgH$JIwb`J0TsBSlmwx%xw z*VCdYVzs+POZNz~0tGcTj#%L1t_d@$0`S0N6oe)B3KWDVLSyPbJa7+P5B?dkJHC3b zN?Avbr0<#M)`Ag}uNN}EdLXwwKf9JNoVe+>WL`GimHi}oqs341$Fr>I?wPYebTCK#% z2+I5H9rVGbeq)L)jRMgt?438n#kB>`_*wi@@uz6c6XvJ*$YvlCmKGpx_-taNxMZf~ zO!gW4)49FmZ`njM^)(fZH0H|Ly6)NZylT65aqz78%3LiVpLvKJ4wKHnKK$`0l9|lP z0R*yj&fedUD+iP_`HJa96z2@4i15vX=Fh2!v>49ra&{)D`5}deT7@U^iGkTe#q{+3 zzN-@}%e^f$D(~Kw_PK1WHn@@46nvlBv)XIxE+((1M(#1c#bnaCoF(w{bbv|wD-J4^ zrS&xsQ2S<^S)Wu%jU11PgENXfQ0cZdkLp=1Z?_dkTHzlj-@^E7v zO*=pCm_7!(#NP$Z{4Q>nICSCc|8;I}L3oPtF6f?j9AA`dG*$c14>n(h4IXk?jlmZD z#WQzMT z%T0vKa+3^|i1TP(@GbZr-nyKUp(it^Du+SY?g4r5D)xLD$00^Na&7!n-}lTNO5fVH z_00`6Sw&l~yngT7-4lf>wGQ8gFD8@3GkHqKfbo)jt0g_1_5s=j0N(D4wmLwW ze`3?z%tmXKLPxJTEXbcu1cNJUXKK12b$3XYkD%EPzFIq5Zf>tA{s>)Yx0jDOR*pxU zvv@X;kH10}+8wAScqCM4w`jv|_t{#kL zUx%+YgBEtK%eQcm^gD4(j@b)bE@#ce_HA1>+gw(jsWGI}G_>0gA>g%vkifLGX%s>B z$fl&uh!T5ACtmy+q`{$yus5$^C~g{(+R$6y;Lpnw6*5_U;`oV>oTp=SQ5XNuM1(sD z8+*7v7UC2`#!-)``vSRh_$5olxr8{x4+J=H%njq)li0E&c2O3|&H1Qp*joJwleY%F z(L3SWr|NufbOC7L#aoi^^3z5G{sH#M6H{n`{Th*xGkYH` z9bd->{u-inTslHawEe0d9>8`4v+?)NK=Q^St3ibrL^e98&`__aaJlLxc5K_e?MKto zKZ3m;w$cz^{&mn-gI=}hFIreC49F6jeo=ZI{GuuPMJVc2U0XwKCJ^<8z1aR>ru44B zPadwWBwrB^!W#yB)5VOC_Fl@nVwZ`%COH2Ge6rM0Ou%%rH%mxcSm z55W3IDf=#r7M%AUwBQH0yGE|wd5~Hvau~nvGqg^GvqWUiUUdD1mxY96xs68_YEOuT zv2@qCiY-gXE8YgLpN+;*uHB&d)7= zG$I#}6Q=Xc#g%HpUrjzeAU7T2jW8pgV5C(6Ir(1{X4di%B;AAbd*VlU1OIy>ERC7B zL-h;%Z!kMn9(x|n%>Q;}&Lqf8_}}IZlT$^7p`o};w}J6QZJo^}S{j22eBmsh1%V&7 zbt7Xmt}eYq9(j@)L0=E36m~Yj8ymT4e<>`M*Mp0t|aMuk%4uLJaRrP z(l5>gdsTnT8FTUWCc)Jh(s)1?Y9ozG2=9$B^A8!U7+>Ip10_N{t4t>+y%Bmg@MtEF zo)_dpfqPX?b@?#$9sQl5kM>6ey7`%SkX6>TPXTA=X$PJKA@ji=S+KK*iR>FeV-T!H zaVq%e?_|P`k;l#pa82Nx>gkN>1}eJ$1baN{6Dr?Odp@8~HrdMSs7#!LHET-Mv4OWZ z&D%W(|22-K$$uM=AI=q^*y%zKgO|et+;|jqR?S3~ zdUM_7xA0-W2m9)WSIBmcQZ&9huo9X*%jXD@_c|>GQ!FT6&+v8*M+fX3N)z7`-8%%V z49qmKW|yJX)$DpWR?|>!EUwuVptW^?kCSvJ?Ptv1prescG{*n>7pNtv}I z_y%@kS`I$YwQit!<)YO&+7jh#+IaQ4O`w(f1txolmc!Q!z^4$VhXb9XZx{I zhAl4l(L7O|6R zKd%J4pc-_UE0M&C6n&xIY%?rM)SK