@charset "UTF-8";.non-selectable{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.bp2-button{border-radius:var(--btnBorderRadius);line-height:1;height:36px;padding:0 15px;display:inline-flex;justify-content:center;align-items:center;transition:.3s;background-color:var(--third);border:1px solid var(--third);color:#fff}.bp2-button:hover{cursor:pointer}.bp2-button:active,.bp2-button:hover{background-color:var(--third-hover);border-color:var(--third-hover)}.bp2-button:active{transition:0}.bp2-btn-s{height:26px;padding:0 10px}.bp2-btn-r{height:32px;padding:0 15px}.bp2-btn-m{height:36px;padding:0 15px}.bp2-btn-l{height:42px;padding:0 20px}.bp2-btn-pri{background-color:var(--btn-primaryBackground);border:1px solid var(--btn-primaryBorder);color:var(--btn-primaryText)}.bp2-btn-pri:hover{background-color:var(--btn-primaryHover);border-color:var(--btn-primaryHover)}.bp2-btn-pri:active{transition:0;background-color:var(--btn-primaryActive);border-color:var(--btn-primaryActive)}.bp2-btn-sec{background-color:var(--btn-secondaryBackground);border:1px solid var(--btn-secondaryBorder);color:var(--btn-secondaryText)}.bp2-btn-sec:hover{background-color:var(--btn-secondaryHover);border-color:var(--btn-secondaryHover)}.bp2-btn-sec:active{transition:0;background-color:var(--btn-secondaryActive)}.bp2-btn-thi{background-color:var(--btn-thirdBackground);border:1px solid var(--btn-thirdBorder);color:var(--btn-thirdText)}.bp2-btn-thi:hover{background-color:var(--btn-thirdHover);border-color:var(--btn-thirdHover)}.bp2-btn-thi:active{transition:0;background-color:var(--btn-thirdActive)}.bp2-btn-def{background-color:var(--btn-defaultBackground);border:1px solid var(--btn-defaultBorder);color:var(--btn-defaultText)}.bp2-btn-def:hover{border-color:var(--btn-defaultHover);background-color:initial;color:var(--btn-defaultHover)}.bp2-btn-def:active{transition:0}.bp2-btn-dis{background-color:initial;border:1px solid var(--btn-disabledBorder);color:var(--btn-disabledText);opacity:.5}.bp2-btn-dis:hover{cursor:not-allowed;pointer-events:none}.bp2-btn-lin,.bp2-btn-lin:hover{background-color:initial;border-color:transparent;color:#3a3a3a}.bp2-btn-lin:hover{color:#1890ff}.bp2-btn-def.bp2-btn-danger-true{color:#e44c4e;border-color:#e44c4e}.bp2-btn-def.bp2-btn-danger-true:hover{border-color:#ff6063;color:#ff6063}.bp2-btn-pri.bp2-btn-danger-true{background-color:#e44c4e;border-color:#e44c4e}.bp2-btn-pri.bp2-btn-danger-true:hover{background-color:#ff6063;border-color:#ff6063}.bp2-button.bp2-disabled-true{opacity:.6;pointer-events:none;cursor:not-allowed}.bp2-switch{color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;box-sizing:border-box;width:44px;height:22px;line-height:20px;margin:0 auto;vertical-align:middle;background-color:#cbd5e1;border-radius:100px;cursor:pointer;transition:all .36s;user-select:none}.bp2-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;-webkit-transition:.4s;transition:.4s}.bp2-switch-small{min-width:28px;height:16px;line-height:14px}.bp2-switch-small .slider:before{width:12px;height:12px}.slider:before{position:absolute;box-shadow:0 2px 4px 0 rgba(0,35,11,.2);top:2px;left:2px;width:18px;height:18px;background-color:#fff;border-radius:18px;cursor:pointer;transition:all .36s cubic-bezier(.78,.14,.15,.86);content:" "}.switch-disabled{opacity:.4}.switch-disabled,.switch-disabled:before{cursor:not-allowed}input:checked+.slider{background-color:var(--first)}input:checked+.slider:before{left:100%;margin-left:-2px;transform:translateX(-100%)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.notification-message-container{position:fixed;display:flex;flex-direction:column;height:72px;top:0;left:50%;transform:translateX(-50%);z-index:9999;text-align:center;padding-top:5px}.notification-message-container .close-notify{border:none;margin-left:auto;padding:0 10px;background-color:initial;background:transparent;cursor:pointer;outline:inherit;color:inherit;font-size:14px;font-weight:600;justify-self:end}.notification-message-container .notification-message{position:relative;display:flex;justify-content:flex-start;align-items:center;align-self:center;margin-bottom:5px;font-size:13px;line-height:20px;font-weight:600;font-family:"Epilogue";margin-top:10px;padding:12px 24px;min-width:38px;border-radius:12px;box-shadow:0 1px 2px -1px rgba(0,0,0,.10196078431372549);box-shadow:0 1px 3px 0 rgba(0,0,0,.10196078431372549);pointer-events:all}.notification-message-container .notification-message p{margin:0 0 0 5px}.notification-message-container .notification-message .loading-spinner-icon{animation:spinner .8s linear infinite;width:16px;height:16px}.notification-message-container .notification-message .notify-icon{margin-right:3px;width:20px;height:20px}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.notification-message-container .message-type-success-cp{min-width:428px;font-size:14px;background-color:var(--notification-background-success);color:var(--notification-text-success)}.notification-message-container .message-type-warning-cp{min-width:428px;font-size:14px;background-color:var(--notification-background-warning);color:var(--notification-text-warning)}.notification-message-container .message-type-info-cp{min-width:428px;font-size:14px;border:1px solid #17b169;background-color:#fff;color:#545454}.notification-message-container .message-type-error-cp{min-width:428px;font-size:14px;background-color:var(--notification-background-error);color:var(--notification-text-error)}.notification-message-container .message-type-loading-cp{background-color:#fff;font-size:14px;min-width:35px;padding:10px 24px}.notification-message-container .message-type-error-wieldy,.notification-message-container .message-type-loading-wieldy,.notification-message-container .message-type-success-wieldy,.notification-message-container .message-type-warning-wieldy{background-color:#fff;color:#545454;padding:8px 18px 7px 14px;border-radius:6px}.bp2-tag-component{display:inline-block;box-sizing:border-box;margin:0 8px 8px 0;height:auto;width:fit-content;padding:0 7px;border:1px solid;border-radius:4px;line-height:1.5em;font-size:11px}.tag-component.defult-color{color:#505050;background-color:#f8f8f8;border-color:#d0d0d0}.tag-component.geekblue-color{color:#2f54eb;background-color:#f0f5ff;border-color:#adc6ff}.tag-component.purple-color{color:#722ed1;background-color:#f9f0ff;border-color:#d3adf7}.bp2-card-component{align-content:space-between;height:100%;border:1px solid #e8e8e8;border-radius:4px;display:flex;flex-direction:column}.bp2-card-component .card-head .card-meta{padding:24px 24px 5px;display:grid;grid-template-columns:1fr 10fr;grid-template-areas:"avatar title" ". descr"}.bp2-card-component .card-head .card-meta .card-meta-avatar{grid-area:avatar}.bp2-card-component .card-head .card-meta .card-meta-title{grid-area:title;align-self:center;font-weight:500;padding-left:10px;font-weight:400;font-size:1em;margin-left:20px}.bp2-card-component .card-head .card-meta .card-meta-description{grid-area:descr;padding-left:10px;margin:5px 0 0 5px}.bp2-card-component .card-body{border-radius:4px;background-color:inherit;overflow:auto}.bp2-card-component .card-actions{background:#fafafa}.bp2-card-component .card-actions .card-actions-list{margin:0;padding:0;border-top:1px solid #e8e8e8;list-style:none}.bp2-card-component .card-actions .card-actions-list .card-action{float:left;margin:12px 0;color:#595959;text-align:center}.bp2-card-component .card-actions .card-actions-list>li:not(:last-child){border-right:1px solid #e8e8e8}.bp2-card-component .card-extra{position:absolute;right:10px;display:flex;padding:10px;border-radius:20px;background-color:hsla(0,0%,100%,.75);align-items:center;z-index:2}.bp2-card-component.gx-card-widget{background-color:var(--default-background);border-radius:12px;border:var(--default-background)}.bp2-card-component.gx-card-widget>.card-head{padding-left:0;display:flex;flex-direction:row-reverse;justify-content:space-between}.bp2-card-component.gx-card-widget>.card-head>.card-meta{font-weight:400;display:flex;margin-top:10px}.bp2-card-component.gx-card-widget>.card-head>.card-extra{margin-left:10px}.bp2drawer{position:fixed;background-color:initial;inset:0;z-index:-1;width:100vw;height:100%;display:grid;place-items:end;opacity:1;transition:opacity,z-index,background-color 50ms linear 0;transition-delay:.15s;transition-duration:.3s}.bp2drawer>aside{display:flex;transition-property:transform,opacity;flex-direction:column;width:fit-content;max-width:28rem;min-width:150px;height:100%;opacity:0;transform:translateX(100%);background-color:var(--default-background);transition-duration:.3s;transition-delay:.1s}.bp2drawer[data-direction=left]{place-items:start}.bp2drawer[data-direction=left]>aside{transform:translateX(-100%)}.bp2drawer[data-expanded=true]{opacity:1;z-index:1000;background-color:rgba(0,0,0,.5)}.bp2drawer[data-expanded=true]>aside{opacity:1;transform:translateX(0)}.bp2input{position:relative;width:100%}.bp2input button,.bp2input input{all:unset;box-sizing:border-box}.bp2input .password-visibility-btn svg{background-color:#fff;color:#64748b;font-size:22px;transform:scaleY(-1);opacity:1}.bp2input .language-prefix{position:absolute;z-index:1;left:5px;top:50%;transform:translateY(-45%);color:#ababab}.bp2input input{border:1px solid #e2e8f0;border-radius:var(--borderRadius);padding-inline:1px;width:100%;height:36px;background:#fff;transition:all .3s;text-indent:10px}.bp2input input:disabled{background:#f1f5f9;color:#808993;cursor:not-allowed;border-color:#cbd5e1}.bp2input input:disabled:hover{border-color:#cbd5e1}.bp2input input:hover{border-color:var(--btn-primaryBackground)}.bp2input input[data-size=small]{height:24px;padding-inline:1px}.bp2input input[data-size=default]{padding-inline:1px}.bp2input input[data-size=large]{height:40px;font-size:16px}.bp2input input::placeholder{color:#64748b}.bp2input button{z-index:1;color:#fff;cursor:pointer;display:grid;place-items:center;position:absolute;right:11px;top:50%;height:80%;padding-left:11px;transform:translateY(-50%)}.bp2input button svg{background-color:grey;opacity:.5;border-radius:100%;transition:opacity .3s ease;padding:2px}.bp2input button:hover svg{opacity:1}.bp2input button:focus-visible svg{opacity:1;outline:1px solid var(--btn-primaryBackground)!important;outline-offset:1px}.bp2-spinner-component{position:static;display:inline-block;opacity:1;margin:10px 16px;display:flex;justify-content:center}.spin-dots{position:relative;display:inline-block;width:1em;height:1em;transform:rotate(45deg);animation:Rotate 1.2s linear infinite;line-height:1.3}@keyframes Rotate{to{transform:rotate(405deg)}}.spin-dots.small{font-size:16px}.spin-dots.default{font-size:20px}.spin-dots.large{font-size:40px}.spin-dot-item{position:absolute;display:block;background-color:var(--spinner-dots);border-radius:100%;transform:scale(.75);transform-origin:50% 50%;opacity:.3;animation:SpinMove 1s linear infinite alternate;box-sizing:border-box}@keyframes SpinMove{to{opacity:1}}.spin-dot-item.small{width:7px;height:7px}.spin-dot-item.default{width:9px;height:9px}.spin-dot-item.large{width:18px;height:18px}.spin-dot-item:first-child{top:0;left:0}.spin-dot-item:nth-child(2){top:0;right:0;animation-delay:.4s}.spin-dot-item:nth-child(3){right:0;bottom:0;animation-delay:.8s}.spin-dot-item:nth-child(4){bottom:0;left:0;animation-delay:1.2s}.bp2textarea{box-sizing:border-box;width:100%;max-width:100%;padding:6px;margin:0;line-height:1.3;border:1px solid #d9d9d9;border-radius:6px;color:#545454;vertical-align:bottom;transition:all .3s;outline:none}.bp2textarea:disabled{background:#f5f5f5;cursor:not-allowed}.bp2textarea:disabled:hover{border-color:#d9d9d9}.bp2textarea:focus,.bp2textarea:hover{border:1px solid var(--first)}.bp2textarea::placeholder{color:#a4a4a4}div.tabs-container .tabs-nav{position:relative;display:flex;flex-direction:row;padding:1rem;overflow-x:auto;align-items:center;-ms-overflow-style:none;scrollbar-width:none}div.tabs-container .tabs-nav__config-mode-container{display:flex;width:100%;flex-direction:column;position:absolute;bottom:30px;color:var(--default-background);align-items:center}div.tabs-container .tabs-nav__config-mode-container .config-mode-text{margin-bottom:10px;display:flex;flex-direction:column}div.tabs-container .tabs-nav__config-mode-container .config-mode-switch{background-color:#fff}div.tabs-container .tabs-nav__config-mode-container .config-mode-switch input:checked+.slider{background-color:var(--default-background)}div.tabs-container .tabs-nav__config-mode-container .config-mode-switch .slider:before{background-color:var(--nav-menu-link)}div.tabs-container .tabs-nav .tab{padding:0 .5rem;flex-grow:1;border-bottom:1px solid #e6e6e6;color:var(--default-text);max-width:260px;text-align:center;cursor:pointer}@media (max-width:1440px){div.tabs-container .tabs-nav .tab{display:flex;max-width:200px;padding-bottom:1rem;white-space:inherit;align-items:center;justify-content:center}}div.tabs-container .tabs-nav .tab-active{font-weight:700;display:flex;color:var(--primary-text);border-bottom:3px solid var(--secondary-text);justify-content:center}div.tabs-container .tabs-nav .extra-content{position:absolute;right:0;top:50%;transform:translateY(-50%)}div.tabs-container .tabs-nav::-webkit-scrollbar{display:none}div.tabs-container .tab-body{display:none}div.tabs-container .tab-body-active{display:block}div.tabs-container-bottom{flex-direction:column-reverse}div.tabs-container-left,div.tabs-container-right{display:flex;flex-direction:row}div.tabs-container-left .tabs-nav,div.tabs-container-right .tabs-nav{flex-direction:column;width:auto;background-color:var(--first);padding:1rem 2rem 0}div.tabs-container-left .tabs-nav .tab,div.tabs-container-right .tabs-nav .tab{flex-grow:0;height:45px;line-height:45px;text-align:left;border:none;margin-left:0;color:var(--default-text);overflow:visible}div.tabs-container-left .tabs-nav .tab-active,div.tabs-container-right .tabs-nav .tab-active{color:var(--default-text)}div.tabs-container-left .tabs-body,div.tabs-container-right .tabs-body{width:100%;height:100vh;overflow-y:scroll;padding:20px 5px 0}div.tabs-container-left .tabs-body .widgets-search-wrapper,div.tabs-container-right .tabs-body .widgets-search-wrapper{margin-left:0}div.tabs-container-right{flex-direction:row-reverse}div.tabs-container-right .tabs-nav .tab,div.tabs-container-right .tabs-nav .tab-active{color:var(--default-background)}div.tabs-container-left{flex-direction:row}.bp2upload{width:fit-content;display:grid;gap:5px}.bp2upload input{display:none!important}.bp2upload__preview{display:flex;align-items:center;padding:5px;gap:5px;border:1px solid rgba(0,0,0,.1);border-radius:5px}.bp2upload__preview>button{margin-left:auto}.bp2upload__preview__icon{width:40px;height:40px;display:grid;place-items:center;padding:1px;border:1px solid rgba(0,0,0,.1);border-radius:5px;overflow:hidden;cursor:pointer}.bp2upload__preview__icon>img{border-radius:4px;width:100%}.bp2upload__preview .file-name{white-space:nowrap;margin:0 5px}.bp2upload__preview .file-name.link{text-decoration:underline;cursor:pointer}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:9999}.overlay .modal{position:relative;max-width:90%;max-height:90%}.overlay .modal img{max-width:90vw;max-height:90vh;display:block;margin:0 auto}.overlay .modal iframe{width:80vw;height:90vh;border:none;overflow-y:scroll}.overlay .modal .close-icon{position:absolute;top:2px;right:10px;background:none;border:none;cursor:pointer;font-size:24px;color:#000}.bp2-dropdown-body{animation:onShow .2s ease-in-out}.bp2-dropdown-body .items-container{width:auto;min-width:158px;height:auto;display:flex;flex-direction:column;gap:6px;padding:.2rem;border-radius:8px;background-color:#fff;box-shadow:0 6px 16px 0 rgba(0,0,0,.09),0 3px 6px -4px rgba(0,0,0,.13),0 9px 28px 8px rgba(0,0,0,.05)}.bp2-dropdown-body .dropdown-button-item{height:auto;padding:.8rem .5rem;border:none;border-radius:6px;max-width:150px;font-size:11px;color:rgba(0,0,0,.88);display:flex;justify-content:flex-start;text-align:left;transition:.3s}.bp2-dropdown-body .dropdown-button-item:hover{background-color:rgba(0,0,0,.05);cursor:pointer}.bp2-dropdown-body .dropdown-button-separator{width:100%;height:1px;background-color:rgba(0,0,0,.15)}@keyframes onShow{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.bp2-popover.open{position:absolute;left:0;top:0;opacity:0;transition:opacity .3s;transition-delay:.3s;background-color:#fff;border-radius:8px;z-index:10000;max-width:350px}.bp2-popover.open .bp2-popover-arrow{position:absolute;overflow:hidden;display:block;background-color:inherit;height:8px;width:8px;z-index:-1}.bp2-popover.open .bp2-popover-inner{display:flex;flex-direction:column;box-sizing:initial;width:max-content;border-radius:8px;max-height:99vh}.bp2-popover.open .bp2-popover-inner .bp2-popover-inner-title{text-align:center;font-weight:500;font-size:13px;padding:6px 12px}.bp2-popover.open .bp2-popover-inner .bp2-popover-inner-content{border-top:1px solid #e0e0e0;word-wrap:break-word;background-clip:padding-box;padding:6px 12px;font-size:13px;max-width:350px;overflow:auto}.bp2-popover.open .bp2-popover-inner ::-webkit-scrollbar{display:none}.bp2-popover.open{box-shadow:0 0 18px 0 rgba(0,0,0,.15)}.bp2-popover.open.top .bp2-popover-arrow{transform:translateX(-50%) translateY(50%) rotate(45deg);bottom:0;left:50%}.bp2-popover.open.bottom .bp2-popover-arrow{transform:translateX(-50%) translateY(50%) rotate(45deg);bottom:100%;left:50%}.bp2-popover.open.left .bp2-popover-arrow{transform:translateX(-50%) translateY(50%) rotate(45deg);bottom:50%;left:100%}.bp2-popover.open.right .bp2-popover-arrow{transform:translateX(-50%) translateY(50%) rotate(45deg);bottom:50%;left:0}.bp2-popover.open.dark{background-color:rgba(0,0,0,.8)}.bp2-popover.open.dark .bp2-popover-inner-title{color:#fff}.bp2-popover.open.dark .bp2-popover-inner-content{border-top:1px solid hsla(0,0%,100%,.2);color:#fff}.popover-open.disabled{cursor:not-allowed;opacity:.7;pointer-events:none}.modal-container{position:absolute;user-select:none;max-width:100vw;resize:both;width:100%;height:54vh;overflow:hidden;background:#fff;z-index:1000;border-radius:6px;display:flex;flex-direction:column;filter:drop-shadow(0 0 25px rgba(0,0,0,.185))}.modal-body{overflow:auto;overflow-x:hidden;margin:3px;height:-webkit-fill-available}.modal-body .ant-tabs{overflow:unset}.modal-body::-webkit-scrollbar{width:7px!important}.modal-body::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.modal-body::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.116);border-radius:6px}.modal-body::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.247)}.modal-top-bar{position:relative;width:100%;height:40px;cursor:move;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #ddd}.close-modal-button{border:none;font-size:32px;opacity:.6;right:auto;position:absolute;right:1px;padding:5px;align-items:normal}.modal-footer{width:100%;display:flex;flex-direction:row-reverse}.modal-shadow{background-color:rgba(0,0,0,.4);z-index:500;position:fixed;top:0;left:0;right:0;bottom:0}.onOk-modal-button{margin:15px}.bp2-multiselect [class$=-indicatorSeparator]{display:none}.bp2-multiselect [class$=-menu]{z-index:2}.arrow-hidden [class$=-indicatorContainer]{visibility:hidden}.bp2-avatar{box-sizing:border-box;margin:0;padding:0;color:#fff;font-size:16px;position:relative;display:inline-block;overflow:hidden;white-space:nowrap;text-align:center;vertical-align:middle;background:rgba(0,0,0,.25);border-radius:50%;flex-shrink:0}.bp2-avatar .avatar-img{display:block;width:100%;height:100%;object-fit:cover}.bp2-avatar .avatar-icon i,.bp2-avatar .avatar-icon svg{width:1em;height:1em}.bp2-avatar .avatar-icon i,.bp2-avatar .avatar-icon svg,.bp2-avatar .avatar-string{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bp2-avatar:has(.avatar-img){background:none}.avatar-df{width:32px;height:32px}.avatar-lg{width:40px;height:40px}.avatar-lg .avatar-icon{font-size:24px}.avatar-sm{width:24px;height:24px}.avatar-sm .avatar-icon{font-size:14px}.avatar-sq{border-radius:6px}.bp2-checkbox-wrapper{cursor:pointer}.bp2-checkbox{position:relative;display:inline-flex}.bp2-checkbox__input{position:absolute;width:1.1em;height:1.1em;font-size:inherit;opacity:0;cursor:pointer}.bp2-checkbox__box{display:flex;justify-content:center;align-items:center;width:1em;height:1em;border-radius:.15em;border:.05em solid rgba(0,0,0,.137);transition:.3s;text-align:center;line-height:.9em;background-color:#fff}.bp2-checkbox__input:checked+.bp2-checkbox__box{background-color:var(--checkbox-background);color:var(--checkbox-text);animation:onCheck .3s ease-in-out}.bp2-checkbox__input:checked+.bp2-checkbox__box:after{content:"\002714";color:#fff}.bp2-checkbox:hover .bp2-checkbox__box{border-color:var(--checkbox-background)}.bp2-checkbox__input:focus+.bp2-checkbox__box{box-shadow:0 0 2px 2px rgba(82,82,82,.096)}.bp2-checkbox__input:indeterminate+.bp2-checkbox__box:after{color:#000;content:"—"}.bp2-checkbox__input:disabled{cursor:not-allowed}.bp2-checkbox__input:disabled+.bp2-checkbox__box{background-color:#e9ecef;border-color:#d9d9d9;color:#e9ecef}.bp2-checkbox__input:disabled+.bp2-checkbox__box:after{color:#e9ecef}.bp2-checkbox__input:disabled:checked+.bp2-checkbox__box:after,.bp2-checkbox__input:indeterminate:disabled+.bp2-checkbox__box:after{color:rgba(0,0,0,.301)}@keyframes onCheck{0%{transform:scale(.5)}50%{transform:scale(1.2)}to{transform:scale(1)}}.checkbox-group{margin:5px}.bp2-divider{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.88);font-size:14px;line-height:1.57;list-style:none;border-block-start:1px solid rgba(5,5,5,.082)}.bp2-divider__text{padding:0 1em}.bp2-divider:has(span):after,.bp2-divider:has(span):before{content:"";position:relative;width:50%;border-block-start:1px solid transparent;border-block-start-color:inherit;border-block-end:0;transform:translateY(50%)}.bp2-divider--horizontal{display:flex;clear:both;width:100%;min-width:100%;margin:24px 0}.bp2-divider.bp2-divider--dashed{background:none;border:dashed rgba(5,5,5,.1);border-width:1px 0 0}.bp2-divider--dashed.bp2-divider-vertical--dashed{border-inline-start-width:1px;border-inline-end:0;border-block-start:0;border-block-end:0}.bp2-divider.bp2-divider--with-text{display:flex;align-items:center;margin:16px 0;color:rgba(0,0,0,.88);font-weight:500;font-size:16px;white-space:nowrap;text-align:center;border-block-start:0 rgba(5,5,5,.1)}.bp2-divider--with-text.bp2-divider--with-text-left:before{width:5%}.bp2-divider--with-text.bp2-divider--with-text-left:after{width:95%}.bp2-divider--with-text.bp2-divider--with-text-right:after{width:5%}.bp2-divider--with-text.bp2-divider--with-text-right:before{width:95%}.bp2-divider--with-text.bp2-divider--plain span{font-size:14px;font-weight:400}.bp2-divider--with-text.bp2-divider--with-text-dashed:after,.bp2-divider--with-text.bp2-divider--with-text-dashed:before{border-style:dashed none none}.bp2-divider--vertical{position:relative;top:-.06em;display:inline-block;height:.9em;margin:0 8px;vertical-align:middle;border-top:0;border-inline-start:1px solid rgba(5,5,5,.1)}.bp2-divider--with-text.bp2-divider--with-text-left.bp2-divider-orientation-margin-left:before{width:0}.bp2-divider--with-text.bp2-divider--with-text-left.bp2-divider-orientation-margin-left span{padding-left:0}.bp2-divider--with-text.bp2-divider--with-text-right.bp2-divider-orientation-margin-right:after{width:0}.bp2-divider--with-text.bp2-divider--with-text-right.bp2-divider-orientation-margin-right span{padding-right:0}.bp2-divider--with-text.bp2-divider--with-text-left.bp2-divider-orientation-margin-left-no-margin:before{width:0}.bp2-divider--with-text.bp2-divider--with-text-left.bp2-divider-orientation-margin-left-no-margin span{padding-left:0}.bp2-divider--with-text.bp2-divider--with-text-right.bp2-divider-orientation-margin-right-no-margin:after{width:0}.bp2-divider--with-text.bp2-divider--with-text-right.bp2-divider-orientation-margin-right-no-margin span{padding-right:0}.bp2-radio-default-wrapper{display:inline-flex;align-items:center;cursor:pointer}.bp2-radio-default-wrapper .bp2-radio-default+span{padding-inline-start:8px;padding-inline-end:8px}.bp2-radio-default{display:inline-flex;align-items:center;justify-content:center}.bp2-radio-default__input{width:16px;height:16px;opacity:0;position:absolute;font-size:inherit;cursor:pointer}.bp2-radio-default .bp2-radio-inner{display:inline-flex;position:relative}.bp2-radio-default .bp2-radio-inner:before{content:"";width:16px;height:16px;background-color:#fff;border-radius:.15em;border:.05em solid rgba(0,0,0,.137);transition:.3s;color:#fff;border-radius:50%}.bp2-radio-default .bp2-radio-inner:hover:before{border-color:var(--checkbox-background)}.bp2-radio-default .bp2-radio-default__input:checked+.bp2-radio-inner:before{background-color:var(--checkbox-background)}.bp2-radio-default .bp2-radio-default__input:checked+.bp2-radio-inner:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;background-color:#fff;transform:translate(-50%,-50%) scale(.475);border-radius:50%;animation:onRadioCheck .1s ease-in-out;cursor:pointer}.bp2-radio-default .bp2-radio-default__input:focus+.bp2-radio-inner:before{box-shadow:0 0 2px 2px rgba(0,0,0,.13)}.bp2-radio--disabled,.bp2-radio--disabled .bp2-radio-default__input{cursor:not-allowed}.bp2-radio--disabled:before{background-color:#e9ecef;border-color:#d9d9d9}.bp2-radio--disabled .bp2-radio-default__input:checked+.bp2-radio-inner:before{background-color:#e9ecef}.bp2-radio--disabled .bp2-radio-default__input:checked+.bp2-radio-inner:after{background-color:#bcbec0;cursor:not-allowed}.bp2-radio--disabled:hover:before{border-color:#d9d9d9}.bp2-radio-button-wrapper{position:relative;display:inline-block;height:36px;margin:0;padding-inline:15px;padding-block:0;color:rgba(0,0,0,.88);font-size:14px;line-height:35px;background:#fff;border:1px solid #d9d9d9;border-block-start-width:1px;border-inline-end-width:1px;cursor:pointer;transition:.2s}.bp2-radio-button-wrapper:last-child{border-start-end-radius:4px;border-end-end-radius:4px}.bp2-radio-button-wrapper:first-child{border-start-start-radius:4px;border-end-start-radius:4px}.bp2-radio-button-wrapper .bp2-radio-button{position:absolute;inset-block-start:0;inset-inline-start:0;z-index:-1;width:100%;height:100%}.bp2-radio-button-wrapper .bp2-radio-button__input{width:100%;height:100%;opacity:0;position:absolute;font-size:inherit;cursor:pointer}.bp2-radio-group--outline{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.88);font-size:14px;line-height:1.57;list-style:none;display:inline-block}.bp2-radio-group--outline .bp2-radio-button-wrapper:hover{color:var(--checkbox-background)}.bp2-radio-group--outline .bp2-radio-button-wrapper.bp2-radio--checked{border-color:var(--checkbox-background);color:var(--checkbox-background);z-index:1}.bp2-radio-group--solid .bp2-radio-button-wrapper:hover{color:var(--checkbox-background)}.bp2-radio-group--solid .bp2-radio-button-wrapper.bp2-radio--checked{background-color:var(--checkbox-background);border-color:var(--checkbox-background);color:var(--checkbox-text);z-index:1}.bp2-radio-group--small .bp2-radio-button-wrapper{height:24px;padding-inline:7px;padding-block:0;line-height:22px}.bp2-radio-group--large .bp2-radio-button-wrapper{height:40px;font-size:16px;line-height:38px}.bp2-radio-button-wrapper.bp2-radio--disabled{color:#c9c9c9;background-color:#f5f5f5;cursor:not-allowed}.bp2-radio-button-wrapper.bp2-radio--disabled:hover{color:#c9c9c9}.bp2-radio-button-wrapper.bp2-radio--disabled.bp2-radio--checked{color:#888;background-color:#d9d9d9;border-color:#d9d9d9;cursor:not-allowed}.bp2-radio-button-wrapper.bp2-radio--disabled.bp2-radio--checked input{cursor:not-allowed}.bp2-radio-button-wrapper.bp2-radio--disabled.bp2-radio--checked:hover{color:#888}@keyframes onRadioCheck{0%{opacity:0;transform:translate(-50%,-50%) scale(0)}to{opacity:1;transform:translate(-50%,-50%) scale(.275)}}.react-datepicker-popper{z-index:10000}.bp2datepicker-popover{border:0;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:transform .3s,opacity .3s;z-index:1000;margin-bottom:10px}.bp2datepicker-popover *{font-family:var(--font-secondary);color:var(--default-text)}.bp2datepicker-popover .react-datepicker__triangle{display:none}.bp2datepicker-popover .react-datepicker__header{border-bottom:0;background-color:#fff}.bp2datepicker-popover .react-datepicker__today-button{border-bottom-left-radius:6px;border-bottom-right-radius:6px;padding:10px 0;background-color:#fff;border-top:1px solid #e8e8e8}.bp2datepicker-popover .react-datepicker__today-button:hover{color:var(--first-hover)}.bp2datepicker-popover .react-datepicker__day:hover,.bp2datepicker-popover .react-datepicker__time-list-item:hover{background-color:var(--default-hover)}.bp2datepicker-popover .react-datepicker__day:active,.bp2datepicker-popover .react-datepicker__time-list-item:active{color:#fff;background-color:var(--first-hover)!important}.bp2datepicker-popover .react-datepicker__day.react-datepicker__day--today,.bp2datepicker-popover .react-datepicker__time-list-item.react-datepicker__day--today{font-weight:700;background-color:#fff}.bp2datepicker-popover .react-datepicker__day.react-datepicker__day--selected,.bp2datepicker-popover .react-datepicker__time-list-item.react-datepicker__day--selected{background-color:var(--default-hover);border:1px solid #c2c2c2;color:var(--default-text);font-weight:700}.bp2datepicker-popover .react-datepicker__year-wrapper{max-width:205px}.bp2datepicker-popover .react-datepicker__month-text--selected,.bp2datepicker-popover .react-datepicker__year-text--selected{background-color:var(--default-hover)!important;border:1px solid #c2c2c2;border-radius:4px;color:var(--default-text);font-weight:700}.bp2datepicker-popover .react-datepicker__month-text--today,.bp2datepicker-popover .react-datepicker__year-text--today{background-color:#fff;font-weight:700;border:0;border-radius:4px}.bp2datepicker-popover .react-datepicker__month-text,.bp2datepicker-popover .react-datepicker__year-text{width:56px}.bp2datepicker-popover .react-datepicker__day--outside-month{color:rgba(0,0,0,.25098039215686274)}.bp2datepicker-popover .react-datepicker__time-container{border:0;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.bp2datepicker-popover .react-datepicker__time-container .react-datepicker__header{padding-bottom:10px;border-bottom:1px solid #e8e8e8}.bp2datepicker-popover .react-datepicker__time-container li.react-datepicker__time-list-item--selected{background-color:var(--default-hover)!important;border:1px solid #c2c2c2!important;color:var(--default-text)!important}.react-datepicker-wrapper{color:var(--default-text)}.react-datepicker-wrapper .react-datepicker__input-container{display:flex;align-items:center;flex-direction:row-reverse;line-height:28px}.react-datepicker-wrapper .react-datepicker__input-container input{padding:8px 25px 7px 9px;border:1px solid #e7e5e4;border-radius:4px;overflow:hidden;outline-color:none;transition:.3s}.react-datepicker-wrapper .react-datepicker__input-container input.small-calendar{width:160px;height:26px}.react-datepicker-wrapper .react-datepicker__input-container input.medium-calendar{width:172px;height:32px}.react-datepicker-wrapper .react-datepicker__input-container input.large-calendar{width:190px;height:40px}.react-datepicker-wrapper .react-datepicker__input-container input::placeholder{color:rgba(0,0,0,.25098039215686274)}.react-datepicker-wrapper .react-datepicker__input-container input:active,.react-datepicker-wrapper .react-datepicker__input-container input:focus,.react-datepicker-wrapper .react-datepicker__input-container input:focus-visible,.react-datepicker-wrapper .react-datepicker__input-container input:hover{border:1px solid var(--btn-primaryBackground);outline-color:var(--btn-primaryBackground)}.react-datepicker-wrapper .react-datepicker__input-container input:disabled+button{display:none}.react-datepicker-wrapper .react-datepicker__input-container input:disabled{background:#f1f5f9;color:#808993;cursor:not-allowed;border-color:#cbd5e1}.react-datepicker-wrapper .react-datepicker__input-container input:disabled:focus{border:1px solid rgba(0,0,0,.25098039215686274);outline-color:none;cursor:not-allowed}.react-datepicker-wrapper .react-datepicker__input-container svg{fill:rgba(0,0,0,.25098039215686274)}.react-datepicker-wrapper .react-datepicker__close-icon:after{background-color:rgba(0,0,0,.25098039215686274)}.custom-header{border-bottom:1px solid #e8e8e8;display:flex;align-items:center;justify-content:space-between;padding:0 10px 3px}.custom-header .date,.custom-header .next-arrows,.custom-header .prev-arrows{display:flex}.custom-header .date>div,.custom-header .next-arrows>div,.custom-header .prev-arrows>div{margin:3px;stroke:#64748b}.custom-header .date>div:hover,.custom-header .next-arrows>div:hover,.custom-header .prev-arrows>div:hover{cursor:pointer;color:var(--first-hover);stroke:var(--first-hover)}.custom-header .date svg,.custom-header .next-arrows svg,.custom-header .prev-arrows svg{height:9px}.custom-header .bp2-divider{margin:3px 0}.bp2-empty{margin:32px 0;font-size:14px;line-height:22px;text-align:center}.bp2-empty__image{height:auto;margin-bottom:8px}.bp2-empty__text{color:rgba(0,0,0,.25)}.bp2-comment{padding:6px 24px 2px 0}.bp2-comment__inner{display:flex}.bp2-comment__inner__avatar{flex-shrink:0;margin-right:6px;cursor:pointer}.bp2-comment__inner__content{flex:1 1 auto;padding:6px 12px 10px 6px;font-size:16px;word-break:break-word;background-color:#f1f5f9;border-radius:6px;line-height:120%}.bp2-comment__inner__content__author{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;margin-bottom:4px}.bp2-comment__inner__content__author__time{color:#64748b;white-space:nowrap}.bp2-comment__inner__content__author__name{display:flex;align-items:center;gap:6px;font-size:13px;line-height:75.5%;color:#1e293b;text-wrap:nowrap}.bp2-comment__inner__content__author__name span{color:#64748b;font-size:11px;text-transform:lowercase;line-height:75.5%}.bp2-comment__inner__content__author>p{margin:0;line-height:18px}.bp2-table-component-container{padding:0 2rem}.bp2-table-component-container .bp2-table-spinner{position:absolute;left:calc(50% - 30px);top:calc(48% - 18px)}.table-component{padding-top:5px}.table-component table{border:1px solid #e8e8e8}.table-component th:first-child{border-left:1px solid #e8e8e8}.table-component th .column-header{display:flex;justify-content:space-between}.table-component th .column-header__actions,.table-component th .column-header__actions__filter{display:flex;justify-content:center;align-items:center}.table-component th .column-header__actions__filter{margin-left:10px;cursor:pointer}.table-component th .column-header__actions__filter__icon{display:flex;justify-content:center;align-items:center;color:var(--default-secondaryText)}.table-component th .column-header__actions__filter__icon .filtered{color:var(--nav-menu-link)}.table-component td{font-size:14px;border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.table-component td:last-child{border-right:0}.table-component td,.table-component th{min-width:105px}.table-component td div,.table-component th div{white-space:pre-line;color:#808993}.table-component td button,.table-component th button{cursor:#0e0d0d r}.add-record-btn-true td:first-child,.add-record-btn-true th:first-child{text-align:center!important}.add-record-btn-true td:first-child div,.add-record-btn-true th:first-child div{justify-content:center}.main-qr-code-container{overflow:hidden;display:flex;height:100%;width:100%;align-items:center;justify-content:center;background-color:var(--secondary-text);padding-bottom:35px}.main-qr-code-container__qr-code-padding{padding:10px 10px 9px;background-color:#fff;border-radius:5px}.talbe-filters-main-container{display:block;position:relative;width:100%;height:100%}.talbe-filters-main-container .table-filters-content .table-filters-nav-buttons{width:100%;display:flex;justify-content:center;flex-direction:row;align-items:center}.talbe-filters-main-container .table-filters-content .table-filters-nav-buttons .table-nav-filters-button{background-color:initial;width:50%;padding-bottom:1rem;margin-top:1rem;border:none;border-bottom:1px solid #cbd5e1;font-family:Carlsberg Sans;font-weight:700;font-size:18px;line-height:100%;letter-spacing:0;text-align:center;color:#cbd5e1;cursor:pointer}.talbe-filters-main-container .table-filters-content .table-filters-nav-buttons .left-button{margin-left:2rem}.talbe-filters-main-container .table-filters-content .table-filters-nav-buttons .right-button{margin-right:2rem}.talbe-filters-main-container .table-filters-content .table-filters-nav-buttons .active{color:#0c5b3a;border-bottom-color:#0c5b3a}.talbe-filters-main-container .table-filters-content .table-filters{margin-right:2rem;margin-left:2rem}.talbe-filters-main-container .open-close-button-container{display:flex;flex-direction:row-reverse;align-items:center;margin:1rem 2rem}.talbe-filters-main-container .open-close-button-container .close-button{font-family:Carlsberg Sans;font-weight:700;font-size:16px;line-height:100%;letter-spacing:0;text-align:center}.talbe-filters-main-container .open-close-button-container .current-filter-prewiev{display:flex;align-items:center}.talbe-filters-main-container .open-close-button-container .current-filter-prewiev__label{font-family:var(--font-primary-light);color:#0c5b3a;font-weight:300;font-size:24px;line-height:100%;letter-spacing:0;margin-right:.5rem}.talbe-filters-main-container .open-close-button-container .current-filter-prewiev__title{font-family:var(--font-primary-light);color:#0c5b3a;font-weight:700;font-size:24px;line-height:100%;letter-spacing:0;margin-right:.5rem}.talbe-filters-main-container .closed{flex-direction:row;justify-content:space-between}.main-filter-editor-container{position:relative;margin:1rem;width:65rem}.main-filter-editor-container .filter-editor-header{font-family:Carlsberg Sans;font-weight:700;font-size:18px;line-height:100%;letter-spacing:0;background:var(#292726)}.main-filter-editor-container .filter-editor-columns-header{margin-top:1rem;margin-left:2.2rem;margin-bottom:.5rem;display:flex;align-items:center;font-family:Carlsberg Sans;font-weight:700;font-size:14px;line-height:100%;letter-spacing:0}.main-filter-editor-container .filter-editor-columns-header .header-labels{position:relative;left:15px;display:flex;width:100%;margin-left:70px;flex-direction:row;margin-right:75px}.main-filter-editor-container .filter-editor-columns-header .header-labels .field{padding-left:26px;width:294px}.main-filter-editor-container .filter-editor-columns-header .header-labels .equation{width:185px}.main-filter-editor-container .drag-and-drop-container{position:relative}.main-filter-editor-container .drag-and-drop-container .filter-editor-save-button{background-color:#097347;color:#fff;width:142px;height:32px;font-family:var(--font-primary-light);font-weight:500!important;font-size:16px;line-height:100%;text-align:center}.main-filter-editor-container .drag-and-drop-container .draggable-container-styles{margin-bottom:40px;padding:10px;border:2px solid #e2e8f0;border-radius:8px;display:flex;align-items:center;position:relative;border-bottom-left-radius:0}.main-filter-editor-container .drag-and-drop-container .draggable-container-styles .draggable-item-styles{padding:4px;display:flex;align-items:center;margin:0 1rem 1px .5rem}.main-filter-editor-container .drag-and-drop-container .draggable-container-styles:after{content:"";position:absolute;border-bottom-right-radius:8px;border-top-right-radius:8px;bottom:-55px;left:23px;width:30px;height:80px;background-color:#e2e8f0;transform:rotate(45deg);box-sizing:border-box;transform:rotate(90deg);background:#fff;border:2px solid #e2e8f0;border-left:none}.main-filter-editor-container .drag-and-drop-container .drag-button{width:31px;background-color:#e2e8f0;margin-left:.7rem;display:flex;justify-content:center;align-items:center;align-self:stretch;border-radius:4px;cursor:pointer}.main-filter-editor-container .drag-and-drop-container .condition-switch-container{margin-left:15px}.main-filter-editor-container .drag-and-drop-container .field-select-container{width:260px;margin-left:15px;margin-right:15px}.main-filter-editor-container .drag-and-drop-container .field-select-container .field-select{width:100%}.main-filter-editor-container .drag-and-drop-container .equation-select-container{width:170px}.main-filter-editor-container .drag-and-drop-container .equation-select-container .equation-select{width:100%}.main-filter-editor-container .drag-and-drop-container .draggable-object-container{display:flex;align-items:center}.main-filter-editor-container .drag-and-drop-container .draggable-object-container .react-datepicker-wrapper{width:100%;color:var(--default-text)}.main-filter-editor-container .drag-and-drop-container .draggable-object-container .react-datepicker-wrapper .react-datepicker__input-container{display:flex;align-items:center;flex-direction:row-reverse;line-height:28px}.main-filter-editor-container .drag-and-drop-container .draggable-object-container .react-datepicker-wrapper .react-datepicker__input-container input{height:34px;width:100%}.table-filters-input{border:none!important}.signle-page-button{flex:1;padding:7px 12px;border-radius:20%;margin:3px;background:#fff;border:1px solid #d3d3d3;max-width:35px;display:flex;justify-content:center}.signle-page-button:hover{cursor:pointer}.main-container,.pagination-divider{display:flex;justify-content:center}.pagination-divider{flex-direction:column}.pagination-divider:hover{cursor:pointer}.next-page-pagination-buttons{display:flex;flex-direction:column;justify-content:center;background:transparent;border:none}.next-page-pagination-buttons:hover{cursor:pointer}.pagination-button-active{border:2px solid var(--btn-primaryHover)}.bp2-popconfirm{max-width:200px;display:flex;flex-direction:column;justify-content:space-around;margin:4px 5px 3px}.bp2-popconfirm__header{display:flex;flex-wrap:nowrap;align-items:flex-start;gap:5px}.bp2-popconfirm__header__icon{margin-top:.15rem}.bp2-popconfirm__header__title{width:fit-content}.bp2-popconfirm__buttons{display:flex;justify-content:end;margin-top:4px}.bp2-popconfirm__buttons__confirm{transform:scale(.9) translateX(22%) translateY(10%)}.bp2-popconfirm__buttons__cancel{transform:scale(.9) translateX(10%) translateY(10%)}.bp2-steps{margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;line-height:1.5;list-style:none;display:flex;width:100%;font-size:0}.bp2-steps .bp2-steps-item:last-child{flex:none;margin-right:0}.bp2-steps .bp2-steps-item:last-child .bp2-steps-item__container__content__title{padding-right:0}.bp2-steps .bp2-steps-item:last-child .bp2-steps-item-tail,.bp2-steps .bp2-steps-item:last-child .bp2-steps-item__container__content__title:after{display:none}.bp2-steps--vertical{display:block;overflow:visible}.bp2-steps--vertical .bp2-steps-item{display:block;margin-right:0;margin-bottom:4px}.bp2-steps--vertical .bp2-steps-item .bp2-steps-item-tail{position:absolute;display:block;top:0;left:16px;width:1px;height:100%;padding:38px 0 6px}.bp2-steps--vertical .bp2-steps-item .bp2-steps-item-tail:after{display:inline-block;width:1px;height:100%;background:#e8e8e8;border-radius:1px;transition:background .3s;content:""}.bp2-steps--vertical .bp2-steps-item__container__content__title{padding-right:0}.bp2-steps--vertical .bp2-steps-item__container__content__title:after{display:none}.bp2-steps-item{position:relative;display:inline-block;flex:1;overflow:hidden;vertical-align:top;margin-right:16px}.bp2-steps-item .bp2-steps-item-tail{display:none}.bp2-steps-item__container__icon{display:inline-block;width:32px;height:32px;margin-right:8px;font-size:16px;line-height:30px;text-align:center;border:1px solid rgba(0,0,0,.25);border-radius:32px;color:rgba(0,0,0,.25);transition:background-color .3s,border-color .3s;vertical-align:top}.bp2-steps-item__container__content{display:inline-block}.bp2-steps-item__container__content__title{position:relative;display:inline-block;padding-right:16px;color:rgba(0,0,0,.4);font-size:16px;line-height:32px}.bp2-steps-item__container__content__title:after{position:absolute;top:16px;left:100%;display:block;width:9999px;height:1px;background:#e8e8e8;content:""}.bp2-steps-item__container__content__description{color:rgba(0,0,0,.45);font-size:14px;line-height:1.5;max-width:140px;white-space:normal}.bp2-steps-item--active .bp2-steps-item__container__icon{background-color:var(--first);border-color:var(--first);color:#fff}.bp2-steps-item--active .bp2-steps-item__container__content__title{color:var(--first);font-weight:500}.bp2-steps-item--finished .bp2-steps-item__container__icon{background-color:#fff;border-color:var(--first)}.bp2-steps-item--finished .bp2-steps-item__container__content__title{color:var(--first)}.bp2-steps-item--finished .bp2-steps-item__container__content__title:after{background:var(--first)}.bp2-menu{margin:10px 0}.bp2-menu.inline-mode{padding:0;color:var(--default-text)}.bp2-menu.inline-mode li.bp2-submenu-item,.bp2-menu.inline-mode li.bp2-submenu-item__expanded{min-height:36px;overflow:hidden}.bp2-menu.inline-mode li.bp2-submenu-item__expanded div.bp2-menu-item,.bp2-menu.inline-mode li.bp2-submenu-item div.bp2-menu-item{padding-left:0}.bp2-menu.inline-mode .bp2-menu-list,.bp2-menu.inline-mode .bp2-submenu-list__expanded>ul{display:flex;flex-direction:column;gap:6px}.bp2-menu.inline-mode .bp2-menu-item.selected{border-right:3px solid var(--second-hover)}.bp2-menu.inline-mode .bp2-menu-item.selected,.bp2-menu.vertical-mode .bp2-menu-item.selected{background-color:var(--third-hover);color:var(--second-hover)}.bp2-menu-list>.bp2-submenu-item>div.bp2-menu-item,.bp2-menu-list>.bp2-submenu-item__expanded>div.bp2-menu-item{padding-left:24px!important}.bp2-menu-item{min-height:36px;padding:6px 24px;display:flex;align-items:center}.bp2-menu-item svg.menu-chevron{scale:.6;stroke:var(--default-text);margin-left:5px}.bp2-menu-item>:first-child:not(svg){width:100%!important;height:100%!important}.bp2-menu-list,.bp2-submenu-list{padding:0!important}.bp2-menu-list .bp2-menu-item:active,.bp2-menu-list .bp2-menu-item:focus,.bp2-menu-list .bp2-menu-item:hover,.bp2-menu-list .bp2-submenu-item:active,.bp2-menu-list .bp2-submenu-item:focus,.bp2-menu-list .bp2-submenu-item:hover,.bp2-submenu-list .bp2-menu-item:active,.bp2-submenu-list .bp2-menu-item:focus,.bp2-submenu-list .bp2-menu-item:hover,.bp2-submenu-list .bp2-submenu-item:active,.bp2-submenu-list .bp2-submenu-item:focus,.bp2-submenu-list .bp2-submenu-item:hover{color:var(--second-hover)}.bp2-menu-list ul,.bp2-submenu-list ul{padding-left:0!important}.bp2-menu-list .bp2-menu-item,.bp2-menu-list .bp2-submenu-item,.bp2-menu-list .bp2-submenu-item__expanded,.bp2-submenu-list .bp2-menu-item,.bp2-submenu-list .bp2-submenu-item,.bp2-submenu-list .bp2-submenu-item__expanded{list-style-type:none;cursor:pointer;white-space:nowrap}.bp2-menu-list .bp2-menu-item ul .bp2-submenu-item__expanded>div.bp2-menu-item,.bp2-menu-list .bp2-menu-item ul li.bp2-menu-item,.bp2-menu-list .bp2-menu-item ul li.bp2-submenu-item,.bp2-menu-list .bp2-submenu-item__expanded ul .bp2-submenu-item__expanded>div.bp2-menu-item,.bp2-menu-list .bp2-submenu-item__expanded ul li.bp2-menu-item,.bp2-menu-list .bp2-submenu-item__expanded ul li.bp2-submenu-item,.bp2-submenu-list .bp2-menu-item ul .bp2-submenu-item__expanded>div.bp2-menu-item,.bp2-submenu-list .bp2-menu-item ul li.bp2-menu-item,.bp2-submenu-list .bp2-menu-item ul li.bp2-submenu-item,.bp2-submenu-list .bp2-submenu-item__expanded ul .bp2-submenu-item__expanded>div.bp2-menu-item,.bp2-submenu-list .bp2-submenu-item__expanded ul li.bp2-menu-item,.bp2-submenu-list .bp2-submenu-item__expanded ul li.bp2-submenu-item{padding-left:48px}.bp2-menu-list .bp2-menu-item ul ul .bp2-submenu-item__expanded>div.bp2-menu-item,.bp2-menu-list .bp2-menu-item ul ul li.bp2-menu-item,.bp2-menu-list .bp2-menu-item ul ul li.bp2-submenu-item,.bp2-menu-list .bp2-submenu-item__expanded ul ul .bp2-submenu-item__expanded>div.bp2-menu-item,.bp2-menu-list .bp2-submenu-item__expanded ul ul li.bp2-menu-item,.bp2-menu-list .bp2-submenu-item__expanded ul ul li.bp2-submenu-item,.bp2-submenu-list .bp2-menu-item ul ul .bp2-submenu-item__expanded>div.bp2-menu-item,.bp2-submenu-list .bp2-menu-item ul ul li.bp2-menu-item,.bp2-submenu-list .bp2-menu-item ul ul li.bp2-submenu-item,.bp2-submenu-list .bp2-submenu-item__expanded ul ul .bp2-submenu-item__expanded>div.bp2-menu-item,.bp2-submenu-list .bp2-submenu-item__expanded ul ul li.bp2-menu-item,.bp2-submenu-list .bp2-submenu-item__expanded ul ul li.bp2-submenu-item{padding-left:72px}.bp2-menu-list .bp2-menu-item ul ul ul .bp2-submenu-item__expanded>div.bp2-menu-item,.bp2-menu-list .bp2-menu-item ul ul ul li.bp2-menu-item,.bp2-menu-list .bp2-menu-item ul ul ul li.bp2-submenu-item,.bp2-menu-list .bp2-submenu-item__expanded ul ul ul .bp2-submenu-item__expanded>div.bp2-menu-item,.bp2-menu-list .bp2-submenu-item__expanded ul ul ul li.bp2-menu-item,.bp2-menu-list .bp2-submenu-item__expanded ul ul ul li.bp2-submenu-item,.bp2-submenu-list .bp2-menu-item ul ul ul .bp2-submenu-item__expanded>div.bp2-menu-item,.bp2-submenu-list .bp2-menu-item ul ul ul li.bp2-menu-item,.bp2-submenu-list .bp2-menu-item ul ul ul li.bp2-submenu-item,.bp2-submenu-list .bp2-submenu-item__expanded ul ul ul .bp2-submenu-item__expanded>div.bp2-menu-item,.bp2-submenu-list .bp2-submenu-item__expanded ul ul ul li.bp2-menu-item,.bp2-submenu-list .bp2-submenu-item__expanded ul ul ul li.bp2-submenu-item{padding-left:96px}.bp2-menu-list .bp2-menu-item ul ul ul ul .bp2-submenu-item__expanded>div.bp2-menu-item,.bp2-menu-list .bp2-menu-item ul ul ul ul li.bp2-menu-item,.bp2-menu-list .bp2-menu-item ul ul ul ul li.bp2-submenu-item,.bp2-menu-list .bp2-submenu-item__expanded ul ul ul ul .bp2-submenu-item__expanded>div.bp2-menu-item,.bp2-menu-list .bp2-submenu-item__expanded ul ul ul ul li.bp2-menu-item,.bp2-menu-list .bp2-submenu-item__expanded ul ul ul ul li.bp2-submenu-item,.bp2-submenu-list .bp2-menu-item ul ul ul ul .bp2-submenu-item__expanded>div.bp2-menu-item,.bp2-submenu-list .bp2-menu-item ul ul ul ul li.bp2-menu-item,.bp2-submenu-list .bp2-menu-item ul ul ul ul li.bp2-submenu-item,.bp2-submenu-list .bp2-submenu-item__expanded ul ul ul ul .bp2-submenu-item__expanded>div.bp2-menu-item,.bp2-submenu-list .bp2-submenu-item__expanded ul ul ul ul li.bp2-menu-item,.bp2-submenu-list .bp2-submenu-item__expanded ul ul ul ul li.bp2-submenu-item{padding-left:120px}.bp2-menu-list .bp2-menu-item ul ul ul ul ul .bp2-submenu-item__expanded>div.bp2-menu-item,.bp2-menu-list .bp2-menu-item ul ul ul ul ul li.bp2-menu-item,.bp2-menu-list .bp2-menu-item ul ul ul ul ul li.bp2-submenu-item,.bp2-menu-list .bp2-submenu-item__expanded ul ul ul ul ul .bp2-submenu-item__expanded>div.bp2-menu-item,.bp2-menu-list .bp2-submenu-item__expanded ul ul ul ul ul li.bp2-menu-item,.bp2-menu-list .bp2-submenu-item__expanded ul ul ul ul ul li.bp2-submenu-item,.bp2-submenu-list .bp2-menu-item ul ul ul ul ul .bp2-submenu-item__expanded>div.bp2-menu-item,.bp2-submenu-list .bp2-menu-item ul ul ul ul ul li.bp2-menu-item,.bp2-submenu-list .bp2-menu-item ul ul ul ul ul li.bp2-submenu-item,.bp2-submenu-list .bp2-submenu-item__expanded ul ul ul ul ul .bp2-submenu-item__expanded>div.bp2-menu-item,.bp2-submenu-list .bp2-submenu-item__expanded ul ul ul ul ul li.bp2-menu-item,.bp2-submenu-list .bp2-submenu-item__expanded ul ul ul ul ul li.bp2-submenu-item{padding-left:144px}.bp2-submenu-list{padding-left:5px;max-height:0;overflow:hidden;transition:max-height s .2s}.bp2-submenu-list .bp2-menu-item,.bp2-submenu-list .bp2-submenu-item{list-style-type:none;cursor:pointer;padding:8px 0}.bp2-submenu-list__expanded{max-height:90000px;transition:max-height 6s}.bp2-submenu-item .bp2-menu-item,.bp2-submenu-item__expanded .bp2-menu-item{display:flex;justify-content:space-between;align-items:center}.bp2-popover-inner .bp2-menu-list{padding-left:0}.bp2-popover-inner .bp2-menu-list li:active,.bp2-popover-inner .bp2-menu-list li:focus,.bp2-popover-inner .bp2-menu-list li:hover{color:var(--second-hover)}.bp2-popover-inner .bp2-menu-list .bp2-menu-item{display:flex;justify-content:space-between;align-items:center;list-style-type:none;cursor:pointer;white-space:nowrap;min-height:30px;padding:6px 16px}.bp2-menu.horizontal-mode .bp2-menu-list{display:flex;list-style-type:none;gap:5px}.bp2-menu.horizontal-mode .bp2-menu-item.selected{color:var(--second-hover);border-bottom:3px solid var(--second-hover)}.bp2-menu.horizontal-mode .bp2-menu-item:active,.bp2-menu.horizontal-mode .bp2-menu-item:focus,.bp2-menu.horizontal-mode .bp2-menu-item:hover{border-bottom:3px solid var(--second-hover)}.gx-customizer-option{transform:translate(10px);right:-8px!important;top:175px!important}.gx-customizer-option .icon{position:relative;left:-5px}.ant-layout-sider{z-index:0}.ant-table-header-column{white-space:nowrap}.content iframe,.content video{max-width:100%!important}.table-overflow-fix{overflow-x:auto}.buttonCustomStyle{margin-bottom:0!important;margin:0 0 0 5px}.hide-on-mobile{display:flex;align-items:center;@media screen and (max-width:560px){display:none!important}}.gx-width-100{width:100px}.marginWidgets{margin:.5rem;@media screen and (max-width:560px){margin-left:10px;margin-bottom:10px;margin-right:10px;margin-top:10px}}.marginWidgets .tabs-nav{min-height:50px}.half-round-button{padding:0 18px;border-radius:30px 0 0 30px!important;border:0;color:var(--customizer-btnsText)}.full-round-button,.half-round-button{font-size:18px!important;height:42px;margin:0;box-shadow:0 0 5px 5px rgba(0,0,0,.05)}.full-round-button{border-radius:100%!important;border:0;color:#fff}.bp2-button{font-size:14px}@media screen and (max-width:1400px){.bp2-button{font-size:11px}}@media (min-width:574px){.gx-customizer-option{transform:translate(10px,-20px)}}@media (max-width:768px){.ant-modal{top:55px!important;left:0!important}.ant-card-body{padding:10px!important;box-shadow:0 3px 7px rgba(0,0,0,.09803921568627451)}.widget-blogcarousel .ant-card-body{padding:0!important}.map-table-widget ::-webkit-scrollbar{width:6px;height:6px}.map-table-widget ::-webkit-scrollbar-track{background:#f1f1f1}.map-table-widget ::-webkit-scrollbar-thumb{background:#c7c7c7;border-radius:4px}.map-table-widget ::-webkit-scrollbar-thumb:hover{background:#929292}.widget-blogcarousel .ant-card-head-title hr{border-color:hsla(0,0%,98%,.5);margin-top:0!important}.widget-blogcarousel .ant-card-head-title h2{margin-bottom:2px!important}.widget-button .ant-card-body{padding:0!important}.widget-button .ant-card-body .ant-btn{margin:0}.widget-button .ant-card-head{display:none}}@media (max-width:575px){.ant-tabs-bottom-bar .ant-tabs-tab{margin-right:4px!important;margin-left:4px!important;border-width:1px!important;padding:5px 0 0!important}.ant-tabs-bottom-bar{padding:0 2px 3px 0!important}.ant-tabs-bottom-bar .ant-tabs-tab a{font-size:15px!important;display:flex;flex-direction:column;justify-content:space-between;margin:0 10px;align-items:center;color:#767676}.ant-tabs-bottom-bar .ant-tabs-tab-active a{color:#767676;font-weight:700;font-size:15px}.ant-tabs-bottom-bar .ant-tabs-tab-arrow-show{width:25px!important}.ant-tabs-bottom-bar .ant-tabs-nav-container-scrolling{padding-left:20px!important;padding-right:24px!important}.ant-tabs-bottom-bar .ant-tabs-tab:before{border-width:1px!important}.ant-layout-footer{padding:10px 15px!important}}.ant-select-dropdown-menu-item{padding:0 12px}@media screen and (max-width:766px){.ant-dropdown .span-style.gx-text-primary{margin:0 auto}.ant-dropdown button.ant-btn-primary{display:flex;flex-direction:column;justify-content:center;align-items:center;height:30px;padding:0 10px}.ant-dropdown button.ant-btn-primary span{font-size:10px}.ant-dropdown li.ant-dropdown-menu-item{font-size:10px;padding:2px 6px}.ant-dropdown li.ant-dropdown-menu-item a{margin:0 auto;padding:0}.ant-dropdown .ant-dropdown-trigger.ant-btn-primary{margin:0 auto 10px!important}}.addition-row{overflow:scroll;display:flex;align-items:center;justify-content:flex-end;-ms-overflow-style:none;scrollbar-width:none}.addition-row::-webkit-scrollbar{display:none}.addition-row__single{white-space:nowrap;width:max-content;margin:0 10px;display:flex;gap:5px;align-items:center;justify-content:center;text-align:center;line-height:normal}.cursor-pointer{cursor:pointer}.calendar-modal>.ant-modal{width:clamp(300px,90%,1200px)!important}.hidden{display:none!important}.visible{display:block}.pagination-container{width:100%;display:grid;place-items:center}.theme-provider-fallback{position:absolute;z-index:1000;inset:0;width:100vw;height:100vh;background-color:var(--background,#f5f5f5)}.spin-middle{display:grid!important;place-items:center;width:100%;min-height:min(fit-content,100%);background:transparent}.padding-left-15{padding-left:15px!important}.gx-flex-center{display:flex;justify-content:center;align-items:center}.gx-flex-direction-column{flex-direction:column}body>iframe{display:none}body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;color:var(--default-text);font-size:14px;font-family:var(--font-secondary);font-variant:tabular-nums;line-height:1.3;background-color:#f5f5f5;font-feature-settings:"tnum"}[tabindex="-1"]:focus{outline:none!important}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;color:#535353;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[data-original-title],abbr[title]{text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}.ant-input-number-input[disabled],.ant-input[disabled],.ant-select-disabled{color:rgba(0,0,0,.65)!important}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}a{color:var(--first);text-decoration:none;background-color:initial;outline:none;cursor:pointer;transition:color .3s;-webkit-text-decoration-skip:objects}a:hover{color:#28aaeb}a:active{color:#006eb8}a:active,a:hover{text-decoration:none;outline:0}a[disabled]{color:rgba(0,0,0,.25);cursor:not-allowed;pointer-events:none}code,kbd,pre,samp{font-size:1em;font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;color:#595959;text-align:left;caption-side:bottom}th{text-align:inherit}button,input,optgroup,select,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}::selection{color:#fff;background:var(--first)}.clearfix{zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}@-moz-document url-prefix(){*{scrollbar-width:thin;scrollbar-color:#a8a8a8 #fff}}::-webkit-scrollbar{display:block!important;height:17px!important;width:17px!important}::-webkit-scrollbar-button{display:none}::-webkit-scrollbar-track,::-webkit-scrollbar-track-piece{background-color:var(--scroll-trackBackground)!important}::-webkit-scrollbar-thumb{border:5px solid transparent;border-radius:24px;box-shadow:4px 0 0 4px var(--scroll-thumbBackground) inset}::-webkit-scrollbar-thumb:hover{box-shadow:4px 0 0 4px var(--scroll-thumbHover) inset}::-webkit-scrollbar-corner{display:none}.anticon{display:inline-block;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}.anticon>*{line-height:1}.anticon svg{display:inline-block}.anticon:before{display:none}.anticon .anticon-icon{display:block}.anticon[tabindex]{cursor:pointer}.icon-spin,.icon-spin:before{display:inline-block;animation:loadingCircle 1s linear infinite}.fade-appear,.fade-enter,.fade-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.fade-appear.fade-appear-active,.fade-enter.fade-enter-active{animation-name:antFadeIn;animation-play-state:running}.fade-leave.fade-leave-active{animation-name:antFadeOut;animation-play-state:running;pointer-events:none}.fade-appear,.fade-enter{opacity:0}.fade-appear,.fade-enter,.fade-leave{animation-timing-function:linear}@keyframes antFadeIn{0%{opacity:0}to{opacity:1}}@keyframes antFadeOut{0%{opacity:1}to{opacity:0}}.move-up-appear,.move-up-enter,.move-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.move-up-appear.move-up-appear-active,.move-up-enter.move-up-enter-active{animation-name:antMoveUpIn;animation-play-state:running}.move-up-leave.move-up-leave-active{animation-name:antMoveUpOut;animation-play-state:running;pointer-events:none}.move-up-appear,.move-up-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.move-up-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.move-down-appear,.move-down-enter,.move-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.move-down-appear.move-down-appear-active,.move-down-enter.move-down-enter-active{animation-name:antMoveDownIn;animation-play-state:running}.move-down-leave.move-down-leave-active{animation-name:antMoveDownOut;animation-play-state:running;pointer-events:none}.move-down-appear,.move-down-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.move-down-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.move-left-appear,.move-left-enter,.move-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.move-left-appear.move-left-appear-active,.move-left-enter.move-left-enter-active{animation-name:antMoveLeftIn;animation-play-state:running}.move-left-leave.move-left-leave-active{animation-name:antMoveLeftOut;animation-play-state:running;pointer-events:none}.move-left-appear,.move-left-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.move-left-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.move-right-appear,.move-right-enter,.move-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.move-right-appear.move-right-appear-active,.move-right-enter.move-right-enter-active{animation-name:antMoveRightIn;animation-play-state:running}.move-right-leave.move-right-leave-active{animation-name:antMoveRightOut;animation-play-state:running;pointer-events:none}.move-right-appear,.move-right-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.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:var(--first)}.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 var(--first);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 var(--first);box-shadow:0 0 0 6px var(--antd-wave-shadow-color)}}@keyframes fadeEffect{to{opacity:0}}.slide-up-appear,.slide-up-enter,.slide-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.slide-up-appear.slide-up-appear-active,.slide-up-enter.slide-up-enter-active{animation-name:antSlideUpIn;animation-play-state:running}.slide-up-leave.slide-up-leave-active{animation-name:antSlideUpOut;animation-play-state:running;pointer-events:none}.slide-up-appear,.slide-up-enter{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.slide-up-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.slide-down-appear,.slide-down-enter,.slide-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.slide-down-appear.slide-down-appear-active,.slide-down-enter.slide-down-enter-active{animation-name:antSlideDownIn;animation-play-state:running}.slide-down-leave.slide-down-leave-active{animation-name:antSlideDownOut;animation-play-state:running;pointer-events:none}.slide-down-appear,.slide-down-enter{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.slide-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.slide-left-appear,.slide-left-enter,.slide-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.slide-left-appear.slide-left-appear-active,.slide-left-enter.slide-left-enter-active{animation-name:antSlideLeftIn;animation-play-state:running}.slide-left-leave.slide-left-leave-active{animation-name:antSlideLeftOut;animation-play-state:running;pointer-events:none}.slide-left-appear,.slide-left-enter{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.slide-left-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.slide-right-appear,.slide-right-enter,.slide-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.slide-right-appear.slide-right-appear-active,.slide-right-enter.slide-right-enter-active{animation-name:antSlideRightIn;animation-play-state:running}.slide-right-leave.slide-right-leave-active{animation-name:antSlideRightOut;animation-play-state:running;pointer-events:none}.slide-right-appear,.slide-right-enter{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.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}}.swing-appear,.swing-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.swing-appear.swing-appear-active,.swing-enter.swing-enter-active{animation-name:antSwingIn;animation-play-state:running}@keyframes antSwingIn{0%,to{transform:translateX(0)}20%{transform:translateX(-10px)}40%{transform:translateX(10px)}60%{transform:translateX(-5px)}80%{transform:translateX(5px)}}.zoom-appear,.zoom-enter,.zoom-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.zoom-appear.zoom-appear-active,.zoom-enter.zoom-enter-active{animation-name:antZoomIn;animation-play-state:running}.zoom-leave.zoom-leave-active{animation-name:antZoomOut;animation-play-state:running;pointer-events:none}.zoom-appear,.zoom-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-big-appear,.zoom-big-enter,.zoom-big-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.zoom-big-appear.zoom-big-appear-active,.zoom-big-enter.zoom-big-enter-active{animation-name:antZoomBigIn;animation-play-state:running}.zoom-big-leave.zoom-big-leave-active{animation-name:antZoomBigOut;animation-play-state:running;pointer-events:none}.zoom-big-appear,.zoom-big-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-big-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-big-fast-appear,.zoom-big-fast-enter,.zoom-big-fast-leave{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.zoom-big-fast-appear.zoom-big-fast-appear-active,.zoom-big-fast-enter.zoom-big-fast-enter-active{animation-name:antZoomBigIn;animation-play-state:running}.zoom-big-fast-leave.zoom-big-fast-leave-active{animation-name:antZoomBigOut;animation-play-state:running;pointer-events:none}.zoom-big-fast-appear,.zoom-big-fast-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-big-fast-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-up-appear,.zoom-up-enter,.zoom-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.zoom-up-appear.zoom-up-appear-active,.zoom-up-enter.zoom-up-enter-active{animation-name:antZoomUpIn;animation-play-state:running}.zoom-up-leave.zoom-up-leave-active{animation-name:antZoomUpOut;animation-play-state:running;pointer-events:none}.zoom-up-appear,.zoom-up-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-up-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-down-appear,.zoom-down-enter,.zoom-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.zoom-down-appear.zoom-down-appear-active,.zoom-down-enter.zoom-down-enter-active{animation-name:antZoomDownIn;animation-play-state:running}.zoom-down-leave.zoom-down-leave-active{animation-name:antZoomDownOut;animation-play-state:running;pointer-events:none}.zoom-down-appear,.zoom-down-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-down-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-left-appear,.zoom-left-enter,.zoom-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.zoom-left-appear.zoom-left-appear-active,.zoom-left-enter.zoom-left-enter-active{animation-name:antZoomLeftIn;animation-play-state:running}.zoom-left-leave.zoom-left-leave-active{animation-name:antZoomLeftOut;animation-play-state:running;pointer-events:none}.zoom-left-appear,.zoom-left-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-left-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-right-appear,.zoom-right-enter,.zoom-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.zoom-right-appear.zoom-right-appear-active,.zoom-right-enter.zoom-right-enter-active{animation-name:antZoomRightIn;animation-play-state:running}.zoom-right-leave.zoom-right-leave-active{animation-name:antZoomRightOut;animation-play-state:running;pointer-events:none}.zoom-right-appear,.zoom-right-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.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 .15s cubic-bezier(.645,.045,.355,1),opacity .15s 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:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:relative;padding:8px 15px 8px 37px;border-radius:6px}.ant-alert.ant-alert-no-icon{padding:8px 15px}.ant-alert.ant-alert-closable{padding-right:30px}.ant-alert-icon{position:absolute;top:10.1px;left:16px}.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:#e6f7ff;border:1px solid #91d5ff}.ant-alert-info .ant-alert-icon{color:#1890ff}.ant-alert-warning{background-color:#fff7e6;border:1px solid #ffd591}.ant-alert-warning .ant-alert-icon{color:var(--third)}.ant-alert-error{background-color:#fff1f0;border:1px solid #ffa39e}.ant-alert-error .ant-alert-icon{color:var(--third)}.ant-alert-close-icon{position:absolute;top:8px;right:16px;overflow:hidden;font-size:12px;line-height:22px;cursor:pointer}.ant-alert-close-icon .anticon-close{color:#595959;transition:color .3s}.ant-alert-close-icon .anticon-close:hover{color:rgba(0,0,0,.75)}.ant-alert-close-text{color:#595959;transition:color .3s}.ant-alert-close-text:hover{color:rgba(0,0,0,.75)}.ant-alert-with-description{position:relative;padding:15px 15px 15px 64px;color:#545454;line-height:1.3;border-radius:6px}.ant-alert-with-description.ant-alert-no-icon{padding:15px}.ant-alert-with-description .ant-alert-icon{position:absolute;top:16px;left:24px;font-size:24px}.ant-alert-with-description .ant-alert-close-icon{position:absolute;top:16px;right:16px;font-size:14px;cursor:pointer}.ant-alert-with-description .ant-alert-message{display:block;margin-bottom:4px;color:#535353;font-size:16px}.ant-alert-message{color:#535353}.ant-alert-with-description .ant-alert-description{display:block}.ant-alert.ant-alert-close{height:0!important;margin:0;padding-top:0;padding-bottom:0;transform-origin:50% 0;transition:all .3s cubic-bezier(.78,.14,.15,.86)}.ant-alert-slide-up-leave{animation:antAlertSlideUpOut .3s cubic-bezier(.78,.14,.15,.86);animation-fill-mode:both}.ant-alert-banner{margin-bottom:0;border:0;border-radius:0}@keyframes antAlertSlideUpIn{0%{transform:scaleY(0);transform-origin:0 0;opacity:0}to{transform:scaleY(1);transform-origin:0 0;opacity:1}}@keyframes antAlertSlideUpOut{0%{transform:scaleY(1);transform-origin:0 0;opacity:1}to{transform:scaleY(0);transform-origin:0 0;opacity:0}}.ant-anchor{box-sizing:border-box;margin:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;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:#fff}.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:#e8e8e8;content:" "}.ant-anchor-ink-ball{position:absolute;left:50%;display:none;width:8px;height:8px;background-color:#fff;border:2px solid var(--first);border-radius:8px;transform:translateX(-50%);transition:top .3s ease-in-out}.ant-anchor-ink-ball.visible{display:inline-block}.ant-anchor.fixed .ant-anchor-ink .ant-anchor-ink-ball{display:none}.ant-anchor-link{padding:7px 0 7px 16px;line-height:1.143}.ant-anchor-link-title{position:relative;display:block;margin-bottom:6px;overflow:hidden;color:#545454;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:var(--first)}.ant-anchor-link .ant-anchor-link{padding-top:5px;padding-bottom:5px}.ant-select-auto-complete{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum"}.ant-select-auto-complete.ant-select .ant-select-selection{border:0;box-shadow:none}.ant-select-auto-complete.ant-select .ant-select-selection__rendered{height:100%;margin-right:0;margin-left:0;line-height:36px}.ant-select-auto-complete.ant-select .ant-select-selection__placeholder{margin-right:12px;margin-left:12px}.ant-select-auto-complete.ant-select .ant-select-selection--single{height:auto}.ant-select-auto-complete.ant-select .ant-select-search--inline{position:static;float:left}.ant-select-auto-complete.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered{margin-right:0!important}.ant-select-auto-complete.ant-select .ant-input{height:36px;line-height:1.3;background:transparent;border-width:1px}.ant-select-auto-complete.ant-select .ant-input:focus,.ant-select-auto-complete.ant-select .ant-input:hover{border-color:var(--btn-primaryBackground);border-right-width:1px!important}.ant-select-auto-complete.ant-select .ant-input[disabled]{color:rgba(0,0,0,.65);background-color:#f5f5f5;cursor:not-allowed;opacity:1;background-color:initial}.ant-select-auto-complete.ant-select .ant-input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-select-auto-complete.ant-select-lg .ant-select-selection__rendered{line-height:40px}.ant-select-auto-complete.ant-select-lg .ant-input{height:40px;padding-top:6px;padding-bottom:6px}.ant-select-auto-complete.ant-select-sm .ant-select-selection__rendered{line-height:24px}.ant-select-auto-complete.ant-select-sm .ant-input{height:24px;padding-top:1px;padding-bottom:1px}.ant-input-group>.ant-select-auto-complete .ant-select-search__field.ant-input-affix-wrapper{display:inline;float:none}.ant-avatar{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";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}.ant-avatar-image{background:transparent}.ant-avatar-string{position:absolute;left:50%;transform-origin:0 center}.ant-avatar.ant-avatar-icon{font-size:18px}.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-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-square{border-radius:6px}.ant-avatar>img{display:block;width:100%;height:100%;border-radius:50%}.ant-back-top{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;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-content{width:40px;height:40px;overflow:hidden;color:#fff;text-align:center;background-color:#595959;border-radius:20px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-back-top-content:hover{background-color:#545454;transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-back-top-icon{width:14px;height:16px;margin:12px auto;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAACWwljjAAAABGdBTUEAALGPC/xhBQAAAbtJREFUWAntmMtKw0AUhhMvS5cuxILgQlRUpIggIoKIIoigG1eC+AA+jo+i6FIXBfeuXIgoeKVeitVWJX5HWhhDksnUpp3FDPyZk3Nm5nycmZKkXhAEOXSA3lG7muTeRzmfy6HneUvIhnYkQK+Q9NhAA0Opg0vBEhjBKHiyb8iGMyQMOYuK41BcBSypAL+MYXSKjtFAW7EAGEO3qN4uMQbbAkXiSfRQJ1H6a+yhlkKRcAoVFYiweYNjtCVQJJpBz2GCiPt7fBOZQpFgDpUikse5HgnkM4Fi4QX0Fpc5wf9EbLqpUCy4jMoJSXWhFwbMNgWKhVbRhy5jirhs9fy/oFhgHVVTJEs7RLZ8sSEoJm6iz7SZDMbJ+/OKERQTttCXQRLToRUmrKWCYuA2+jbN0MB4OQobYShfdTCgn/sL1K36M7TLrN3n+758aPy2rrpR6+/od5E8tf/A1uLS9aId5T7J3CNYihkQ4D9PiMdMC7mp4rjB9kjFjZp8BlnVHJBuO1yFXIV0FdDF3RlyFdJVQBdv5AxVdIsq8apiZ2PyYO1EVykesGfZEESsCkweyR8MUW+V8uJ1gkYipmpdP1pm2aJVPEGzAAAAAElFTkSuQmCC) 100%/100% no-repeat}@media screen and (max-width:768px){.ant-back-top{right:60px}}@media screen and (max-width:480px){.ant-back-top{right:20px}}.ant-badge{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;color:unset;line-height:1}.ant-badge-count{z-index:10;min-width:20px;height:20px;padding:0 6px;color:#fff;font-weight:400;font-size:12px;line-height:20px;white-space:nowrap;text-align:center;background:var(--third);border-radius:10px;box-shadow:0 0 0 1px #fff}.ant-badge-count a,.ant-badge-count a:hover{color:#fff}.ant-badge-multiple-words{padding:0 8px}.ant-badge-dot{z-index:10;width:6px;height:6px;background:var(--third);border-radius:100%;box-shadow:0 0 0 1px #fff}.ant-badge-count,.ant-badge-dot,.ant-badge .ant-scroll-number-custom-component{position:absolute;top:0;right:0;transform:translate(50%,-50%);transform-origin:100% 0}.ant-badge-status{line-height:inherit;vertical-align:initial}.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:var(--first)}.ant-badge-status-processing:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid var(--first);border-radius:50%;animation:antStatusProcessing 1.2s ease-in-out infinite;content:""}.ant-badge-status-default{background-color:#d9d9d9}.ant-badge-status-error,.ant-badge-status-warning{background-color:var(--third)}.ant-badge-status-magenta,.ant-badge-status-pink{background:#eb2f96}.ant-badge-status-red{background:var(--third)}.ant-badge-status-volcano{background:#fa541c}.ant-badge-status-orange{background:var(--third)}.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:#545454;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:not(.ant-badge-status){vertical-align:middle}.ant-badge-not-a-wrapper .ant-scroll-number{position:relative;top:auto;display:block}.ant-badge-not-a-wrapper .ant-badge-count{transform:none}@keyframes antStatusProcessing{0%{transform:scale(.8);opacity:.5}to{transform:scale(2.4);opacity:0}}.ant-scroll-number{overflow:hidden}.ant-scroll-number-only{display:inline-block;height:20px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-scroll-number-only>p{height:20px;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}}.ant-breadcrumb{box-sizing:border-box;margin:0;padding:0;color:#545454;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";color:#595959;font-size:14px}.ant-breadcrumb .anticon{font-size:14px}.ant-breadcrumb a{color:#595959;transition:color .3s}.ant-breadcrumb a:hover{color:#28aaeb}.ant-breadcrumb>span:last-child{color:#545454}.ant-breadcrumb>span:last-child .ant-breadcrumb-separator{display:none}.ant-breadcrumb-separator{margin:0 8px;color:#595959}.ant-breadcrumb-link>.anticon+span,.ant-breadcrumb-overlay-link>.anticon{margin-left:4px}.ant-btn{line-height:1.3;position:relative;background-image:none;box-shadow:0 2px 0 rgba(0,0,0,.015);cursor:pointer;transition:all .3s cubic-bezier(.645,.045,.355,1);user-select:none;touch-action:manipulation;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;padding:0 15px;height:36px;font-size:14px;-webkit-border-radius:var(--borderRadius);-moz-border-radius:var(--borderRadius);border-radius:var(--borderRadius);color:#545454;background-color:#fff;border:1px solid #d9d9d9}.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,.ant-btn[disabled]{cursor:not-allowed}.ant-btn.disabled>*,.ant-btn[disabled]>*{pointer-events:none}.ant-btn-lg{height:40px;padding:0 15px;font-size:16px;border-radius:4px}.ant-btn-sm{height:24px;padding:0 7px;font-size:12px;border-radius:4px}.ant-btn:focus,.ant-btn:hover{text-decoration:none}.ant-btn.focus,.ant-btn:focus{outline:0}.ant-btn.disabled,.ant-btn:disabled{opacity:.65}.ant-btn:not([disabled]):not(.disabled){cursor:pointer}.gx-btn-list .ant-btn{margin-bottom:6px}.gx-sub-popover .ant-btn{border:0;margin-bottom:5px}.gx-sub-popover .ant-btn:focus,.gx-sub-popover .ant-btn:hover{background-color:#f5f5f5}.gx-sub-popover .ant-btn:not(:last-child){margin-right:5px}.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:var(--btn-primaryHover);background-color:#fff;border-color:var(--btn-primaryHover)}.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,.ant-btn:active{color:#006eb8;background-color:#fff;border-color:#006eb8}.ant-btn.active>a:only-child,.ant-btn:active>a:only-child{color:currentColor}.ant-btn.active>a:only-child:after,.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:active,.ant-btn-disabled:focus,.ant-btn-disabled:hover,.ant-btn.disabled,.ant-btn.disabled.active,.ant-btn.disabled:active,.ant-btn.disabled:focus,.ant-btn.disabled:hover,.ant-btn[disabled],.ant-btn[disabled].active,.ant-btn[disabled]:active,.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;box-shadow:none}.ant-btn-disabled.active>a:only-child,.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,.ant-btn.disabled.active>a:only-child,.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,.ant-btn[disabled].active>a:only-child,.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: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,.ant-btn.disabled.active>a:only-child:after,.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,.ant-btn[disabled].active>a:only-child:after,.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:active,.ant-btn:focus,.ant-btn:hover{text-decoration:none;background:#fff}.ant-btn>i,.ant-btn>span{display:inline-block;transition:margin-left .3s cubic-bezier(.645,.045,.355,1);pointer-events:none}.ant-btn-primary{color:#fff;background-color:var(--btn-primaryBackground);border-color:var(--btn-primaryBorder);text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:1 2px 0 rgba(0,0,0,.045)}.custom-selected{background:var(--third)!important}.bottom-map-list-header{background:var(--first)!important;color:#fff}.custom-color{color:var(--third)!important}.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;background-color:var(--btn-primaryHover);border-color:var(--btn-primaryHover)}.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,.ant-btn-primary:active{color:#fff;background-color:var(--btn-primaryActive);border-color:var(--btn-primaryActive)}.ant-btn-primary.active>a:only-child,.ant-btn-primary:active>a:only-child{color:currentColor}.ant-btn-primary.active>a:only-child:after,.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:active,.ant-btn-primary-disabled:focus,.ant-btn-primary-disabled:hover,.ant-btn-primary.disabled,.ant-btn-primary.disabled.active,.ant-btn-primary.disabled:active,.ant-btn-primary.disabled:focus,.ant-btn-primary.disabled:hover,.ant-btn-primary[disabled],.ant-btn-primary[disabled].active,.ant-btn-primary[disabled]:active,.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;box-shadow:none}.ant-btn-primary-disabled.active>a:only-child,.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,.ant-btn-primary.disabled.active>a:only-child,.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,.ant-btn-primary[disabled].active>a:only-child,.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: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,.ant-btn-primary.disabled.active>a:only-child:after,.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,.ant-btn-primary[disabled].active>a:only-child:after,.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-primary.disabled,.ant-btn-primary:disabled{background-color:var(--btn-primaryBackground)!important;border-color:var(--btn-primaryBorder)!important}.ant-btn-primary:not([disabled]):not(.disabled).active,.ant-btn-primary:not([disabled]):not(.disabled):active{color:#fff;background-color:var(--btn-primaryBackground)!important;border-color:var(--btn-primaryBorder)!important}.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child){border-right-color:#28aaeb;border-left-color:#28aaeb}.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:#28aaeb}.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:#28aaeb}.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:#545454;background-color:initial;border-color:#d9d9d9}.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:#28aaeb;background-color:initial;border-color:#28aaeb}.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,.ant-btn-ghost:active{color:#006eb8;background-color:initial;border-color:#006eb8}.ant-btn-ghost.active>a:only-child,.ant-btn-ghost:active>a:only-child{color:currentColor}.ant-btn-ghost.active>a:only-child:after,.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:active,.ant-btn-ghost-disabled:focus,.ant-btn-ghost-disabled:hover,.ant-btn-ghost.disabled,.ant-btn-ghost.disabled.active,.ant-btn-ghost.disabled:active,.ant-btn-ghost.disabled:focus,.ant-btn-ghost.disabled:hover,.ant-btn-ghost[disabled],.ant-btn-ghost[disabled].active,.ant-btn-ghost[disabled]:active,.ant-btn-ghost[disabled]:focus,.ant-btn-ghost[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;box-shadow:none}.ant-btn-ghost-disabled.active>a:only-child,.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,.ant-btn-ghost.disabled.active>a:only-child,.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,.ant-btn-ghost[disabled].active>a:only-child,.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: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,.ant-btn-ghost.disabled.active>a:only-child:after,.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,.ant-btn-ghost[disabled].active>a:only-child:after,.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:#545454;background-color:#fff;border-color:#d9d9d9;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:#28aaeb;background-color:#fff;border-color:#28aaeb}.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,.ant-btn-dashed:active{color:#006eb8;background-color:#fff;border-color:#006eb8}.ant-btn-dashed.active>a:only-child,.ant-btn-dashed:active>a:only-child{color:currentColor}.ant-btn-dashed.active>a:only-child:after,.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:active,.ant-btn-dashed-disabled:focus,.ant-btn-dashed-disabled:hover,.ant-btn-dashed.disabled,.ant-btn-dashed.disabled.active,.ant-btn-dashed.disabled:active,.ant-btn-dashed.disabled:focus,.ant-btn-dashed.disabled:hover,.ant-btn-dashed[disabled],.ant-btn-dashed[disabled].active,.ant-btn-dashed[disabled]:active,.ant-btn-dashed[disabled]:focus,.ant-btn-dashed[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;box-shadow:none}.ant-btn-dashed-disabled.active>a:only-child,.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,.ant-btn-dashed.disabled.active>a:only-child,.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,.ant-btn-dashed[disabled].active>a:only-child,.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: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,.ant-btn-dashed.disabled.active>a:only-child:after,.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,.ant-btn-dashed[disabled].active>a:only-child:after,.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;background-color:#ff4d4f;border-color:#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;background-color:#ff7875;border-color:#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,.ant-btn-danger:active{color:#fff;background-color:#d9363e;border-color:#d9363e}.ant-btn-danger.active>a:only-child,.ant-btn-danger:active>a:only-child{color:currentColor}.ant-btn-danger.active>a:only-child:after,.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:active,.ant-btn-danger-disabled:focus,.ant-btn-danger-disabled:hover,.ant-btn-danger.disabled,.ant-btn-danger.disabled.active,.ant-btn-danger.disabled:active,.ant-btn-danger.disabled:focus,.ant-btn-danger.disabled:hover,.ant-btn-danger[disabled],.ant-btn-danger[disabled].active,.ant-btn-danger[disabled]:active,.ant-btn-danger[disabled]:focus,.ant-btn-danger[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;box-shadow:none}.ant-btn-danger-disabled.active>a:only-child,.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,.ant-btn-danger.disabled.active>a:only-child,.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,.ant-btn-danger[disabled].active>a:only-child,.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: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,.ant-btn-danger.disabled.active>a:only-child:after,.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,.ant-btn-danger[disabled].active>a:only-child:after,.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(--first);background-color:initial;border-color: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:#28aaeb;background-color:initial;border-color:#28aaeb}.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,.ant-btn-link:active{color:#006eb8;background-color:initial;border-color:#006eb8}.ant-btn-link.active>a:only-child,.ant-btn-link:active>a:only-child{color:currentColor}.ant-btn-link.active>a:only-child:after,.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:active,.ant-btn-link-disabled:focus,.ant-btn-link-disabled:hover,.ant-btn-link.disabled,.ant-btn-link.disabled.active,.ant-btn-link.disabled:active,.ant-btn-link.disabled:focus,.ant-btn-link.disabled:hover,.ant-btn-link[disabled],.ant-btn-link[disabled].active,.ant-btn-link[disabled]:active,.ant-btn-link[disabled]:focus,.ant-btn-link[disabled]:hover{background-color:#f5f5f5;border-color:#d9d9d9}.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:active,.ant-btn-link-disabled:focus,.ant-btn-link-disabled:hover,.ant-btn-link.disabled,.ant-btn-link.disabled.active,.ant-btn-link.disabled:active,.ant-btn-link.disabled:focus,.ant-btn-link.disabled:hover,.ant-btn-link[disabled],.ant-btn-link[disabled].active,.ant-btn-link[disabled]:active,.ant-btn-link[disabled]:focus,.ant-btn-link[disabled]:hover{color:rgba(0,0,0,.25);background-color:initial;border-color:transparent;text-shadow:none;box-shadow:none}.ant-btn-link-disabled.active>a:only-child,.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,.ant-btn-link.disabled.active>a:only-child,.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,.ant-btn-link[disabled].active>a:only-child,.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: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,.ant-btn-link.disabled.active>a:only-child:after,.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,.ant-btn-link[disabled].active>a:only-child:after,.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-round{height:36px;padding:0 18px;font-size:16px;border-radius:36px}.ant-btn-round.ant-btn-lg{height:40px;padding:0 20px;font-size:18px;border-radius:40px}.ant-btn-round.ant-btn-sm{height:24px;padding:0 12px;font-size:14px;border-radius:24px}.ant-btn-circle,.ant-btn-circle-outline{width:36px;height:36px;padding:0;font-size:16px;border-radius:50%}.ant-btn-circle-outline.ant-btn-lg,.ant-btn-circle.ant-btn-lg{width:40px;height:40px;padding:0;font-size:18px;border-radius:50%}.ant-btn-circle-outline.ant-btn-sm,.ant-btn-circle.ant-btn-sm{width:24px;height:24px;padding:0;font-size:14px;border-radius:50%}.ant-btn:before{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:1;display:none;background:#fff;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;pointer-events:none}.ant-btn.ant-btn-loading:before{display:block}.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only){padding-left:29px}.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child){margin-left:-14px}.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only){padding-left:24px}.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon{margin-left:-17px}.ant-btn-group{display:inline-block}.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: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: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-lg>.ant-btn,.ant-btn-group-lg>span>.ant-btn{height:40px;padding:0 15px;font-size:16px;border-radius:0;line-height:38px}.ant-btn-group-sm>.ant-btn,.ant-btn-group-sm>span>.ant-btn{height:24px;padding:0 7px;font-size:14px;border-radius:0;line-height:22px}.ant-btn-group-sm>.ant-btn>.anticon,.ant-btn-group-sm>span>.ant-btn>.anticon{font-size:14px}.ant-btn+.ant-btn-group,.ant-btn-group+.ant-btn,.ant-btn-group+.ant-btn-group,.ant-btn-group .ant-btn+.ant-btn,.ant-btn-group .ant-btn+span,.ant-btn-group>span+span,.ant-btn-group span+.ant-btn{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:4px}.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:4px;border-bottom-left-radius:4px}.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:4px;border-bottom-right-radius:4px}.ant-btn-group-sm>.ant-btn:only-child,.ant-btn-group-sm>span:only-child>.ant-btn{border-radius:4px}.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:4px;border-bottom-left-radius:4px}.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:4px;border-bottom-right-radius:4px}.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:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only{padding-right:8px;padding-left:8px}.ant-btn:active>span,.ant-btn:focus>span{position:relative}.ant-btn>.anticon+span,.ant-btn>span+.anticon{margin-left:8px}.ant-btn-background-ghost{color:#fff;background:transparent!important;border-color:#fff}.ant-btn-background-ghost.ant-btn-primary{color:var(--first);background-color:initial;border-color:var(--first);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:#28aaeb;background-color:initial;border-color:var(--btn-primaryBackground)}.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,.ant-btn-background-ghost.ant-btn-primary:active{color:#006eb8;background-color:initial;border-color:#006eb8}.ant-btn-background-ghost.ant-btn-primary.active>a:only-child,.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,.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:active,.ant-btn-background-ghost.ant-btn-primary-disabled:focus,.ant-btn-background-ghost.ant-btn-primary-disabled:hover,.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:active,.ant-btn-background-ghost.ant-btn-primary.disabled:focus,.ant-btn-background-ghost.ant-btn-primary.disabled:hover,.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]: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);background-color:#f5f5f5;border-color:#d9d9d9;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: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,.ant-btn-background-ghost.ant-btn-primary.disabled.active>a:only-child,.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,.ant-btn-background-ghost.ant-btn-primary[disabled].active>a:only-child,.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: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,.ant-btn-background-ghost.ant-btn-primary.disabled.active>a:only-child:after,.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,.ant-btn-background-ghost.ant-btn-primary[disabled].active>a:only-child:after,.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;background-color:initial;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;background-color:initial;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,.ant-btn-background-ghost.ant-btn-danger:active{color:#d9363e;background-color:initial;border-color:#d9363e}.ant-btn-background-ghost.ant-btn-danger.active>a:only-child,.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,.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:active,.ant-btn-background-ghost.ant-btn-danger-disabled:focus,.ant-btn-background-ghost.ant-btn-danger-disabled:hover,.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:active,.ant-btn-background-ghost.ant-btn-danger.disabled:focus,.ant-btn-background-ghost.ant-btn-danger.disabled:hover,.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]: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);background-color:#f5f5f5;border-color:#d9d9d9;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: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,.ant-btn-background-ghost.ant-btn-danger.disabled.active>a:only-child,.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,.ant-btn-background-ghost.ant-btn-danger[disabled].active>a:only-child,.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: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,.ant-btn-background-ghost.ant-btn-danger.disabled.active>a:only-child:after,.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,.ant-btn-background-ghost.ant-btn-danger[disabled].active>a:only-child:after,.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-link{color:var(--first);background-color:initial;border-color:transparent;text-shadow:none;color:#fff}.ant-btn-background-ghost.ant-btn-link>a:only-child{color:currentColor}.ant-btn-background-ghost.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-link:focus,.ant-btn-background-ghost.ant-btn-link:hover{color:#28aaeb;background-color:initial;border-color:transparent}.ant-btn-background-ghost.ant-btn-link:focus>a:only-child,.ant-btn-background-ghost.ant-btn-link:hover>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-link:focus>a:only-child:after,.ant-btn-background-ghost.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-link.active,.ant-btn-background-ghost.ant-btn-link:active{color:#006eb8;background-color:initial;border-color:transparent}.ant-btn-background-ghost.ant-btn-link.active>a:only-child,.ant-btn-background-ghost.ant-btn-link:active>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-link.active>a:only-child:after,.ant-btn-background-ghost.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-link-disabled,.ant-btn-background-ghost.ant-btn-link-disabled.active,.ant-btn-background-ghost.ant-btn-link-disabled:active,.ant-btn-background-ghost.ant-btn-link-disabled:focus,.ant-btn-background-ghost.ant-btn-link-disabled:hover,.ant-btn-background-ghost.ant-btn-link.disabled,.ant-btn-background-ghost.ant-btn-link.disabled.active,.ant-btn-background-ghost.ant-btn-link.disabled:active,.ant-btn-background-ghost.ant-btn-link.disabled:focus,.ant-btn-background-ghost.ant-btn-link.disabled:hover,.ant-btn-background-ghost.ant-btn-link[disabled],.ant-btn-background-ghost.ant-btn-link[disabled].active,.ant-btn-background-ghost.ant-btn-link[disabled]:active,.ant-btn-background-ghost.ant-btn-link[disabled]:focus,.ant-btn-background-ghost.ant-btn-link[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;box-shadow:none}.ant-btn-background-ghost.ant-btn-link-disabled.active>a:only-child,.ant-btn-background-ghost.ant-btn-link-disabled:active>a:only-child,.ant-btn-background-ghost.ant-btn-link-disabled:focus>a:only-child,.ant-btn-background-ghost.ant-btn-link-disabled:hover>a:only-child,.ant-btn-background-ghost.ant-btn-link-disabled>a:only-child,.ant-btn-background-ghost.ant-btn-link.disabled.active>a:only-child,.ant-btn-background-ghost.ant-btn-link.disabled:active>a:only-child,.ant-btn-background-ghost.ant-btn-link.disabled:focus>a:only-child,.ant-btn-background-ghost.ant-btn-link.disabled:hover>a:only-child,.ant-btn-background-ghost.ant-btn-link.disabled>a:only-child,.ant-btn-background-ghost.ant-btn-link[disabled].active>a:only-child,.ant-btn-background-ghost.ant-btn-link[disabled]:active>a:only-child,.ant-btn-background-ghost.ant-btn-link[disabled]:focus>a:only-child,.ant-btn-background-ghost.ant-btn-link[disabled]:hover>a:only-child,.ant-btn-background-ghost.ant-btn-link[disabled]>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-link-disabled.active>a:only-child:after,.ant-btn-background-ghost.ant-btn-link-disabled:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-link-disabled:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-link-disabled:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-link-disabled>a:only-child:after,.ant-btn-background-ghost.ant-btn-link.disabled.active>a:only-child:after,.ant-btn-background-ghost.ant-btn-link.disabled:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-link.disabled:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-link.disabled:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-link.disabled>a:only-child:after,.ant-btn-background-ghost.ant-btn-link[disabled].active>a:only-child:after,.ant-btn-background-ghost.ant-btn-link[disabled]:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-link[disabled]:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-link[disabled]:hover>a:only-child:after,.ant-btn-background-ghost.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-block{width:100%}.ant-btn:empty{vertical-align:top}a.ant-btn{padding-top:.1px;line-height:34px}a.ant-btn-lg{line-height:38px}a.ant-btn-sm{line-height:22px}.ant-fullcalendar{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";border-top:1px solid #d9d9d9;outline:none}.ant-select.ant-fullcalendar-year-select{min-width:90px}.ant-select.ant-fullcalendar-year-select.ant-select-sm{min-width:70px}.ant-select.ant-fullcalendar-month-select{min-width:80px;margin-left:8px}.ant-select.ant-fullcalendar-month-select.ant-select-sm{min-width:70px}.ant-fullcalendar-header{padding:11px 16px 11px 0;text-align:right}.ant-fullcalendar-header .ant-select-dropdown{text-align:left}.ant-fullcalendar-header .ant-radio-group{margin-left:8px;text-align:left}.ant-fullcalendar-header label.ant-radio-button{height:22px;padding:0 10px;line-height:20px}.ant-fullcalendar-date-panel{position:relative;outline:none}.ant-fullcalendar-calendar-body{padding:8px 12px}.ant-fullcalendar table{width:100%;max-width:100%;height:256px;background-color:initial;border-collapse:collapse}.ant-fullcalendar table,.ant-fullcalendar td,.ant-fullcalendar th{border:0}.ant-fullcalendar td{position:relative}.ant-fullcalendar-calendar-table{margin-bottom:0;border-spacing:0}.ant-fullcalendar-column-header{width:33px;padding:0;line-height:18px;text-align:center}.ant-fullcalendar-column-header .ant-fullcalendar-column-header-inner{display:block;font-weight:400}.ant-fullcalendar-week-number-header .ant-fullcalendar-column-header-inner{display:none}.ant-fullcalendar-date,.ant-fullcalendar-month{text-align:center;transition:all .3s}.ant-fullcalendar-value{display:block;width:24px;height:24px;margin:0 auto;padding:0;color:#545454;line-height:24px;background:transparent;border-radius:4px;transition:all .3s}.ant-fullcalendar-value:hover{background:#e6faff;cursor:pointer}.ant-fullcalendar-value:active{color:#fff;background:var(--first)}.ant-fullcalendar-month-panel-cell .ant-fullcalendar-value{width:48px}.ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value,.ant-fullcalendar-today .ant-fullcalendar-value{box-shadow:0 0 0 1px var(--first) inset}.ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,.ant-fullcalendar-selected-day .ant-fullcalendar-value{color:#fff;background:var(--first)}.ant-fullcalendar-disabled-cell-first-of-row .ant-fullcalendar-value{border-top-left-radius:6px;border-bottom-left-radius:6px}.ant-fullcalendar-disabled-cell-last-of-row .ant-fullcalendar-value{border-top-right-radius:6px;border-bottom-right-radius:6px}.ant-fullcalendar-last-month-cell .ant-fullcalendar-value,.ant-fullcalendar-next-month-btn-day .ant-fullcalendar-value{color:rgba(0,0,0,.25)}.ant-fullcalendar-month-panel-table{width:100%;table-layout:fixed;border-collapse:initial}.ant-fullcalendar-content{position:absolute;bottom:-9px;left:0;width:100%}.ant-fullcalendar-fullscreen{border-top:0}.ant-fullcalendar-fullscreen .ant-fullcalendar-table{table-layout:fixed}.ant-fullcalendar-fullscreen .ant-fullcalendar-header .ant-radio-group{margin-left:16px}.ant-fullcalendar-fullscreen .ant-fullcalendar-header label.ant-radio-button{height:36px;line-height:34px}.ant-fullcalendar-fullscreen .ant-fullcalendar-date,.ant-fullcalendar-fullscreen .ant-fullcalendar-month{display:block;height:116px;margin:0 4px;padding:4px 8px;color:#545454;text-align:left;border-top:2px solid #e8e8e8;transition:background .3s}.ant-fullcalendar-fullscreen .ant-fullcalendar-date:hover,.ant-fullcalendar-fullscreen .ant-fullcalendar-month:hover{background:#e6faff;cursor:pointer}.ant-fullcalendar-fullscreen .ant-fullcalendar-date:active,.ant-fullcalendar-fullscreen .ant-fullcalendar-month:active{background:#a6eaff}.ant-fullcalendar-fullscreen .ant-fullcalendar-column-header{padding-right:12px;padding-bottom:5px;text-align:right}.ant-fullcalendar-fullscreen .ant-fullcalendar-value{width:auto;text-align:right;background:transparent}.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value{color:#545454}.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-month,.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-date{background:transparent;border-top-color:var(--first)}.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value,.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value{box-shadow:none}.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-month,.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-date{background:#e6faff}.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-value{color:var(--first)}.ant-fullcalendar-fullscreen .ant-fullcalendar-last-month-cell .ant-fullcalendar-date,.ant-fullcalendar-fullscreen .ant-fullcalendar-next-month-btn-day .ant-fullcalendar-date{color:rgba(0,0,0,.25)}.ant-fullcalendar-fullscreen .ant-fullcalendar-content{position:static;width:auto;height:88px;overflow-y:auto}.ant-fullcalendar-disabled-cell .ant-fullcalendar-date,.ant-fullcalendar-disabled-cell .ant-fullcalendar-date:hover{cursor:not-allowed}.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date,.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date:hover{background:transparent}.ant-fullcalendar-disabled-cell .ant-fullcalendar-value{width:auto;color:rgba(0,0,0,.25);border-radius:0;cursor:not-allowed}.ant-card{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:relative;background:#fff;border-radius:4px;transition:all .3s}.ant-card-hoverable{cursor:pointer}.ant-card-hoverable:hover{border-color:rgba(0,0,0,.09);box-shadow:0 2px 8px rgba(0,0,0,.09)}.ant-card-bordered{border:1px solid #e8e8e8}.ant-card-head{min-height:48px;margin-bottom:-1px;padding:0 24px;color:#535353;font-weight:500;font-size:16px;background:#fff;border-bottom:1px solid #e8e8e8;border-radius:4px 4px 0 0;zoom:1}.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;padding:16px 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-card-head .ant-tabs{clear:both;margin-bottom:-17px;color:#545454;font-weight:400;font-size:14px}.ant-card-head .ant-tabs-bar{border-bottom:1px solid #e8e8e8}.ant-card-extra{float:right;margin-left:auto;padding:16px 0;color:#545454;font-weight:400;font-size:14px}.ant-card-body{padding:24px;zoom:1}.ant-card-body:after,.ant-card-body:before{display:table;content:""}.ant-card-body:after{clear:both}.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body{margin:-1px 0 0 -1px;padding:0}.ant-card-grid{float:left;width:33.33%;padding:24px;border:0;border-radius:0;box-shadow:1px 0 0 0 #e8e8e8,0 1px 0 0 #e8e8e8,1px 1px 0 0 #e8e8e8,inset 1px 0 0 0 #e8e8e8,inset 0 1px 0 0 #e8e8e8;transition:all .3s}.ant-card-grid:hover{position:relative;z-index:1;box-shadow:0 2px 8px rgba(0,0,0,.15)}.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-cover>*{display:block;width:100%}.ant-card-cover img{border-radius:4px 4px 0 0}.ant-card-actions{margin:0;padding:0;list-style:none;background:#fafafa;border-top:1px solid #e8e8e8;zoom:1}.ant-card-actions:after,.ant-card-actions:before{display:table;content:""}.ant-card-actions:after{clear:both}.ant-card-actions>li{float:left;margin:12px 0;color:#595959;text-align:center}.ant-card-actions>li>span{position:relative;display:block;min-width:32px;font-size:14px;line-height:22px;cursor:pointer}.ant-card-actions>li>span:hover{color:var(--first);transition:color .3s}.ant-card-actions>li>span>.anticon,.ant-card-actions>li>span a{display:inline-block;width:100%;color:#595959;line-height:22px;transition:color .3s}.ant-card-actions>li>span>.anticon:hover,.ant-card-actions>li>span a:hover{color:var(--first)}.ant-card-actions>li>span>.anticon{font-size:16px;line-height:22px}.ant-card-actions>li:not(:last-child){border-right:1px solid #e8e8e8}.ant-card-type-inner .ant-card-head{padding:0 24px;background:#fafafa}.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{margin:-4px 0;zoom:1}.ant-card-meta:after,.ant-card-meta:before{display:table;content:""}.ant-card-meta:after{clear:both}.ant-card-meta-avatar{float:left;padding-right:16px}.ant-card-meta-detail{overflow:hidden}.ant-card-meta-detail>div:not(:last-child){margin-bottom:8px}.ant-card-meta-title{overflow:hidden;color:#535353;font-weight:500;font-size:16px;white-space:nowrap;text-overflow:ellipsis}.ant-card-meta-description{color:#595959}.ant-card-loading{overflow:hidden}.ant-card-loading .ant-card-body{user-select:none}.ant-card-loading-content p{margin:0}.ant-card-loading-block{height:14px;margin:4px 0;background:linear-gradient(90deg,rgba(207,216,220,.2),rgba(207,216,220,.4),rgba(207,216,220,.2));background-size:600% 600%;border-radius:4px;animation:card-loading 1.4s ease infinite}@keyframes card-loading{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.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:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum"}.ant-carousel .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-ms-touch-action:pan-y;touch-action:pan-y;-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.slick-active{pointer-events:auto}.ant-carousel .slick-slider .slick-list,.ant-carousel .slick-slider .slick-track{transform:translateZ(0)}.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}[dir=rtl] .ant-carousel .slick-slide{float:right}.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;border:1px solid transparent}.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;display:block;width:100%;height:3px;margin:0;padding:0;text-align:center;list-style:none}.ant-carousel .slick-dots-bottom{bottom:12px}.ant-carousel .slick-dots-top{top:12px}.ant-carousel .slick-dots li{position:relative;display:inline-block;margin:0 2px;padding:0;text-align:center;vertical-align:top}.ant-carousel .slick-dots li button{display:block;width:16px;height:3px;padding:0;color:transparent;font-size:0;background:#fff;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.slick-active button{width:24px;background:#fff;opacity:1}.ant-carousel .slick-dots li.slick-active button:focus,.ant-carousel .slick-dots li.slick-active button:hover{opacity:1}.ant-carousel-vertical .slick-dots{top:50%;bottom:auto;width:3px;height:auto;transform:translateY(-50%)}.ant-carousel-vertical .slick-dots-left{left:12px}.ant-carousel-vertical .slick-dots-right{right:12px}.ant-carousel-vertical .slick-dots li{margin:0 2px;vertical-align:initial}.ant-carousel-vertical .slick-dots li button{width:3px;height:16px}.ant-carousel-vertical .slick-dots li.slick-active button{width:3px;height:24px}.ant-cascader{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum"}.ant-cascader-input.ant-input{position:static;width:100%;padding-right:24px;background-color:initial!important;cursor:pointer}.ant-cascader-picker-show-search .ant-cascader-input.ant-input{position:relative}.ant-cascader-picker{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;background-color:#fff;border-radius:6px;outline:0;cursor:pointer;transition:color .3s}.ant-cascader-picker-with-value .ant-cascader-picker-label{color:transparent}.ant-cascader-picker-disabled{color:rgba(0,0,0,.25);background:#f5f5f5;cursor:not-allowed}.ant-cascader-picker-disabled .ant-cascader-input{cursor:not-allowed}.ant-cascader-picker:focus .ant-cascader-input{border-color:var(--btn-primaryBackground);border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px var(--btn-primaryBackground)}.ant-cascader-picker-show-search.ant-cascader-picker-focused{color:rgba(0,0,0,.25)}.ant-cascader-picker-label{position:absolute;top:50%;left:0;width:100%;height:20px;margin-top:-10px;padding:0 20px 0 12px;overflow:hidden;line-height:20px;white-space:nowrap;text-overflow:ellipsis}.ant-cascader-picker-clear{position:absolute;top:50%;right:12px;z-index:2;width:12px;height:12px;margin-top:-6px;color:rgba(0,0,0,.25);font-size:12px;line-height:12px;background:#fff;cursor:pointer;opacity:0;transition:color .3s ease,opacity .15s ease}.ant-cascader-picker-clear:hover{color:#595959}.ant-cascader-picker:hover .ant-cascader-picker-clear{opacity:1}.ant-cascader-picker-arrow{position:absolute;top:50%;right:12px;z-index:1;width:12px;height:12px;margin-top:-6px;color:rgba(0,0,0,.25);font-size:12px;line-height:12px;transition:transform .2s}.ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand{transform:rotate(180deg)}.ant-cascader-picker-label:hover+.ant-cascader-input{border-color:var(--btn-primaryBackground);border-right-width:1px!important}.ant-cascader-picker-small .ant-cascader-picker-arrow,.ant-cascader-picker-small .ant-cascader-picker-clear{right:8px}.ant-cascader-menus{position:absolute;z-index:1050;font-size:14px;white-space:nowrap;background:#fff;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-cascader-menus ol,.ant-cascader-menus ul{margin:0;padding:0;list-style:none}.ant-cascader-menus-empty,.ant-cascader-menus-hidden{display:none}.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-bottomLeft,.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-bottomLeft{animation-name:antSlideUpIn}.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-topLeft,.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-topLeft{animation-name:antSlideDownIn}.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-bottomLeft{animation-name:antSlideUpOut}.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-topLeft{animation-name:antSlideDownOut}.ant-cascader-menu{display:inline-block;min-width:111px;height:180px;margin:0;padding:0;overflow:auto;vertical-align:top;list-style:none;border-right:1px solid #e8e8e8;-ms-overflow-style:-ms-autohiding-scrollbar}.ant-cascader-menu:first-child{border-radius:6px 0 0 6px}.ant-cascader-menu:last-child{margin-right:-1px;border-right-color:transparent;border-radius:0 6px 6px 0}.ant-cascader-menu:only-child{border-radius:6px}.ant-cascader-menu-item{padding:5px 12px;line-height:22px;white-space:nowrap;cursor:pointer;transition:all .3s}.ant-cascader-menu-item:hover{background:#e6faff}.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-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:#fafafa}.ant-cascader-menu-item-expand{position:relative;padding-right:24px}.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,.ant-cascader-menu-item-loading-icon{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg);position:absolute;right:12px;color:#595959}:root .ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,:root .ant-cascader-menu-item-loading-icon{font-size:12px}.ant-cascader-menu-item .ant-cascader-menu-item-keyword{color:var(--third)}@keyframes antCheckboxEffect{0%{transform:scale(1);opacity:.5}to{transform:scale(1.6);opacity:0}}.ant-collapse{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";background-color:#fafafa;border:1px solid #d9d9d9;border-bottom:0;border-radius:6px}.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 6px 6px}.ant-collapse>.ant-collapse-item>.ant-collapse-header{position:relative;padding:12px 16px 12px 40px;color:#535353;line-height:22px;cursor:pointer;transition:all .3s}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow{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;top:50%;left:16px;display:inline-block;font-size:12px;transform:translateY(-50%)}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow>*{line-height:1}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow svg{display:inline-block}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow:before{display:none}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow .ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow-icon{display:block}.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-extra{float:right}.ant-collapse>.ant-collapse-item>.ant-collapse-header:focus{outline:none}.ant-collapse>.ant-collapse-item.ant-collapse-no-arrow>.ant-collapse-header{padding-left:12px}.ant-collapse-icon-position-right>.ant-collapse-item>.ant-collapse-header{padding:12px 40px 12px 16px}.ant-collapse-icon-position-right>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow{right:16px;left:auto}.ant-collapse-anim-active{transition:height .2s cubic-bezier(.215,.61,.355,1)}.ant-collapse-content{overflow:hidden;color:#545454;background-color:#fff;border-top:1px solid #d9d9d9}.ant-collapse-content>.ant-collapse-content-box{padding:16px}.ant-collapse-content-inactive{display:none}.ant-collapse-item:last-child>.ant-collapse-content{border-radius:0 0 6px 6px}.ant-collapse-borderless{background-color:#fff;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>.ant-collapse-content{background-color:initial;border-top:0}.ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding-top:4px}.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-comment{position:relative}.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;justify-content:flex-start;margin-bottom:4px;font-size:14px}.ant-comment-content-author>a,.ant-comment-content-author>span{height:18px;padding-right:8px;font-size:12px;line-height:18px}.ant-comment-content-author-name{color:#595959;font-size:14px;transition:color .3s}.ant-comment-content-author-name>*,.ant-comment-content-author-name>:hover{color:#595959}.ant-comment-content-author-time{color:#ccc;white-space:nowrap;cursor:auto}.ant-comment-content-detail p{white-space:pre-wrap}.ant-comment-actions{margin-top:12px;padding-left:0}.ant-comment-actions>li{display:inline-block;color:#595959}.ant-comment-actions>li>span{padding-right:10px;color:#595959;font-size:12px;cursor:pointer;transition:color .3s;user-select:none}.ant-comment-actions>li>span:hover{color:#595959}.ant-comment-nested{margin-left:44px}.ant-calendar-picker-container{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:absolute;z-index:1050;font-family:var(--font-secondary)}.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft,.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight,.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft,.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight{animation-name:antSlideDownIn}.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft,.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight,.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft,.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight{animation-name:antSlideUpIn}.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft,.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight{animation-name:antSlideDownOut}.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft,.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight{animation-name:antSlideUpOut}.ant-calendar-picker{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;outline:none;cursor:text;transition:opacity .3s}.ant-calendar-picker-input{outline:none}.ant-calendar-picker-input.ant-input{line-height:1.3}.ant-calendar-picker-input.ant-input-sm{padding-top:0;padding-bottom:0}.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled){border-color:var(--btn-primaryBackground)}.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled){border-color:var(--btn-primaryBackground);border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px var(--btn-primaryBackground)}.ant-calendar-picker-clear,.ant-calendar-picker-icon{position:absolute;top:50%;right:12px;z-index:1;width:14px;height:14px;margin-top:-7px;font-size:12px;line-height:14px;transition:all .3s;user-select:none}.ant-calendar-picker-clear{z-index:2;color:rgba(0,0,0,.25);font-size:14px;background:#fff;cursor:pointer;opacity:0;pointer-events:none}.ant-calendar-picker-clear:hover{color:#595959}.ant-calendar-picker:hover .ant-calendar-picker-clear{opacity:1;pointer-events:auto}.ant-calendar-picker-icon{display:inline-block;color:rgba(0,0,0,.25);font-size:14px;line-height:1}.ant-calendar-picker-small .ant-calendar-picker-clear,.ant-calendar-picker-small .ant-calendar-picker-icon{right:8px}.ant-calendar{position:relative;width:280px;font-size:14px;line-height:1.3;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #fff;border-radius:var(--borderRadius);outline:none;box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-calendar-input-wrap{height:34px;padding:6px 10px;border-bottom:1px solid #e8e8e8}.ant-calendar-input{width:100%;height:22px;color:#545454;background:#fff;border:0;outline:0;cursor:auto}.ant-calendar-input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-calendar-input:-ms-input-placeholder{color:#bfbfbf}.ant-calendar-input::-webkit-input-placeholder{color:#bfbfbf}.ant-calendar-input:placeholder-shown{text-overflow:ellipsis}.ant-calendar-week-number{width:286px}.ant-calendar-week-number-cell{text-align:center}.ant-calendar-header{height:40px;line-height:40px;text-align:center;border-bottom:1px solid #e8e8e8;user-select:none}.ant-calendar-header a:hover{color:#28aaeb}.ant-calendar-header .ant-calendar-century-select,.ant-calendar-header .ant-calendar-decade-select,.ant-calendar-header .ant-calendar-month-select,.ant-calendar-header .ant-calendar-year-select{display:inline-block;padding:0 2px;color:#535353;font-weight:500;line-height:40px}.ant-calendar-header .ant-calendar-century-select-arrow,.ant-calendar-header .ant-calendar-decade-select-arrow,.ant-calendar-header .ant-calendar-month-select-arrow,.ant-calendar-header .ant-calendar-year-select-arrow{display:none}.ant-calendar-header .ant-calendar-next-century-btn,.ant-calendar-header .ant-calendar-next-decade-btn,.ant-calendar-header .ant-calendar-next-month-btn,.ant-calendar-header .ant-calendar-next-year-btn,.ant-calendar-header .ant-calendar-prev-century-btn,.ant-calendar-header .ant-calendar-prev-decade-btn,.ant-calendar-header .ant-calendar-prev-month-btn,.ant-calendar-header .ant-calendar-prev-year-btn{position:absolute;top:0;display:inline-block;padding:0 5px;color:#595959;font-size:16px;font-family:Arial,"Hiragino Sans GB","Microsoft Yahei","Microsoft Sans Serif",sans-serif;line-height:40px}.ant-calendar-header .ant-calendar-prev-century-btn,.ant-calendar-header .ant-calendar-prev-decade-btn,.ant-calendar-header .ant-calendar-prev-year-btn{left:7px;height:100%}.ant-calendar-header .ant-calendar-prev-century-btn:after,.ant-calendar-header .ant-calendar-prev-century-btn:before,.ant-calendar-header .ant-calendar-prev-decade-btn:after,.ant-calendar-header .ant-calendar-prev-decade-btn:before,.ant-calendar-header .ant-calendar-prev-year-btn:after,.ant-calendar-header .ant-calendar-prev-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:""}.ant-calendar-header .ant-calendar-prev-century-btn:hover:after,.ant-calendar-header .ant-calendar-prev-century-btn:hover:before,.ant-calendar-header .ant-calendar-prev-decade-btn:hover:after,.ant-calendar-header .ant-calendar-prev-decade-btn:hover:before,.ant-calendar-header .ant-calendar-prev-year-btn:hover:after,.ant-calendar-header .ant-calendar-prev-year-btn:hover:before{border-color:#545454}.ant-calendar-header .ant-calendar-prev-century-btn:after,.ant-calendar-header .ant-calendar-prev-decade-btn:after,.ant-calendar-header .ant-calendar-prev-year-btn:after{display:none;position:relative;left:-3px;display:inline-block}.ant-calendar-header .ant-calendar-next-century-btn,.ant-calendar-header .ant-calendar-next-decade-btn,.ant-calendar-header .ant-calendar-next-year-btn{right:7px;height:100%}.ant-calendar-header .ant-calendar-next-century-btn:after,.ant-calendar-header .ant-calendar-next-century-btn:before,.ant-calendar-header .ant-calendar-next-decade-btn:after,.ant-calendar-header .ant-calendar-next-decade-btn:before,.ant-calendar-header .ant-calendar-next-year-btn:after,.ant-calendar-header .ant-calendar-next-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:""}.ant-calendar-header .ant-calendar-next-century-btn:hover:after,.ant-calendar-header .ant-calendar-next-century-btn:hover:before,.ant-calendar-header .ant-calendar-next-decade-btn:hover:after,.ant-calendar-header .ant-calendar-next-decade-btn:hover:before,.ant-calendar-header .ant-calendar-next-year-btn:hover:after,.ant-calendar-header .ant-calendar-next-year-btn:hover:before{border-color:#545454}.ant-calendar-header .ant-calendar-next-century-btn:after,.ant-calendar-header .ant-calendar-next-decade-btn:after,.ant-calendar-header .ant-calendar-next-year-btn:after{display:none}.ant-calendar-header .ant-calendar-next-century-btn:after,.ant-calendar-header .ant-calendar-next-century-btn:before,.ant-calendar-header .ant-calendar-next-decade-btn:after,.ant-calendar-header .ant-calendar-next-decade-btn:before,.ant-calendar-header .ant-calendar-next-year-btn:after,.ant-calendar-header .ant-calendar-next-year-btn:before{transform:rotate(135deg) scale(.8)}.ant-calendar-header .ant-calendar-next-century-btn:before,.ant-calendar-header .ant-calendar-next-decade-btn:before,.ant-calendar-header .ant-calendar-next-year-btn:before{position:relative;left:3px}.ant-calendar-header .ant-calendar-next-century-btn:after,.ant-calendar-header .ant-calendar-next-decade-btn:after,.ant-calendar-header .ant-calendar-next-year-btn:after{display:inline-block}.ant-calendar-header .ant-calendar-prev-month-btn{left:29px;height:100%}.ant-calendar-header .ant-calendar-prev-month-btn:after,.ant-calendar-header .ant-calendar-prev-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:""}.ant-calendar-header .ant-calendar-prev-month-btn:hover:after,.ant-calendar-header .ant-calendar-prev-month-btn:hover:before{border-color:#545454}.ant-calendar-header .ant-calendar-prev-month-btn:after{display:none}.ant-calendar-header .ant-calendar-next-month-btn{right:29px;height:100%}.ant-calendar-header .ant-calendar-next-month-btn:after,.ant-calendar-header .ant-calendar-next-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:""}.ant-calendar-header .ant-calendar-next-month-btn:hover:after,.ant-calendar-header .ant-calendar-next-month-btn:hover:before{border-color:#545454}.ant-calendar-header .ant-calendar-next-month-btn:after{display:none}.ant-calendar-header .ant-calendar-next-month-btn:after,.ant-calendar-header .ant-calendar-next-month-btn:before{transform:rotate(135deg) scale(.8)}.ant-calendar-body{padding:8px 12px}.ant-calendar table{width:100%;max-width:100%;background-color:initial;border-collapse:collapse}.ant-calendar table,.ant-calendar td,.ant-calendar th{text-align:center;border:0}.ant-calendar-calendar-table{margin-bottom:0;border-spacing:0}.ant-calendar-column-header{width:33px;padding:6px 0;line-height:18px;text-align:center}.ant-calendar-column-header .ant-calendar-column-header-inner{display:block;font-weight:400}.ant-calendar-week-number-header .ant-calendar-column-header-inner{display:none}.ant-calendar-cell{height:30px;padding:3px 0}.ant-calendar-date{display:block;width:24px;height:24px;margin:0 auto;padding:0;color:#545454;line-height:22px;text-align:center;background:transparent;border:1px solid transparent;border-radius:4px;transition:background .3s ease}.ant-calendar-date-panel{position:relative;outline:none}.ant-calendar-date:hover{background:#e6faff;cursor:pointer}.ant-calendar-date:active{color:#fff;background:#28aaeb}.ant-calendar-today .ant-calendar-date{color:var(--first);font-weight:700;border-color:var(--first)}.ant-calendar-selected-day .ant-calendar-date{background:#a6eaff}.ant-calendar-selected-date .ant-calendar-date{color:#fff;background:var(--first);border:1px solid transparent}.ant-calendar-selected-date .ant-calendar-date:hover{background:var(--first)}.ant-calendar-last-month-cell .ant-calendar-date,.ant-calendar-last-month-cell .ant-calendar-date:hover,.ant-calendar-next-month-btn-day .ant-calendar-date,.ant-calendar-next-month-btn-day .ant-calendar-date:hover{color:rgba(0,0,0,.25);background:transparent;border-color:transparent}.ant-calendar-disabled-cell .ant-calendar-date{position:relative;width:auto;color:rgba(0,0,0,.25);background:#f5f5f5;border:1px solid transparent;border-radius:0;cursor:not-allowed}.ant-calendar-disabled-cell .ant-calendar-date:hover{background:#f5f5f5}.ant-calendar-disabled-cell.ant-calendar-selected-day .ant-calendar-date:before{position:absolute;top:-1px;left:5px;width:24px;height:24px;background:rgba(0,0,0,.1);border-radius:4px;content:""}.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date{position:relative;padding-right:5px;padding-left:5px}.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date:before{position:absolute;top:-1px;left:5px;width:24px;height:24px;border:1px solid rgba(0,0,0,.25);border-radius:4px;content:" "}.ant-calendar-disabled-cell-first-of-row .ant-calendar-date{border-top-left-radius:4px;border-bottom-left-radius:4px}.ant-calendar-disabled-cell-last-of-row .ant-calendar-date{border-top-right-radius:4px;border-bottom-right-radius:4px}.ant-calendar-footer{padding:0 12px;line-height:38px;border-top:1px solid #e8e8e8}.ant-calendar-footer:empty{border-top:0}.ant-calendar-footer-btn{display:block;text-align:center}.ant-calendar-footer-extra{text-align:left}.ant-calendar .ant-calendar-clear-btn,.ant-calendar .ant-calendar-today-btn{display:inline-block;margin:0 0 0 8px;text-align:center}.ant-calendar .ant-calendar-clear-btn-disabled,.ant-calendar .ant-calendar-today-btn-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-calendar .ant-calendar-clear-btn:only-child,.ant-calendar .ant-calendar-today-btn:only-child{margin:0}.ant-calendar .ant-calendar-clear-btn{position:absolute;top:7px;right:5px;display:none;width:20px;height:20px;margin:0;overflow:hidden;line-height:20px;text-align:center;text-indent:-76px}.ant-calendar .ant-calendar-clear-btn:after{display:inline-block;width:20px;color:rgba(0,0,0,.25);font-size:14px;line-height:1;text-indent:43px;transition:color .3s ease}.ant-calendar .ant-calendar-clear-btn:hover:after{color:#595959}.ant-calendar .ant-calendar-ok-btn{position:relative;background-image:none;box-shadow:0 2px 0 rgba(0,0,0,.015);cursor:pointer;transition:all .3s cubic-bezier(.645,.045,.355,1);user-select:none;touch-action:manipulation;display:inline-block;font-weight:400;color:#545454;text-align:center;white-space:nowrap;vertical-align:middle;border:1px solid #d9d9d9;height:36px;line-height:34px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-bottom:15px;color:#fff;background-color:var(--first);border:1px solid var(--first);text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px 0 rgba(0,0,0,.045);color:#fff!important;background-color:var(--first)!important;border-color:var(--first)!important;height:24px;padding:0 7px;font-size:14px;border-radius:6px;line-height:22px}.ant-calendar .ant-calendar-ok-btn>.anticon{line-height:1}.ant-calendar .ant-calendar-ok-btn,.ant-calendar .ant-calendar-ok-btn:active,.ant-calendar .ant-calendar-ok-btn:focus{outline:0}.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover{text-decoration:none}.ant-calendar .ant-calendar-ok-btn:not([disabled]):active{outline:0;box-shadow:none}.ant-calendar .ant-calendar-ok-btn.disabled,.ant-calendar .ant-calendar-ok-btn[disabled]{cursor:not-allowed}.ant-calendar .ant-calendar-ok-btn.disabled>*,.ant-calendar .ant-calendar-ok-btn[disabled]>*{pointer-events:none}.ant-calendar .ant-calendar-ok-btn-lg{height:40px;padding:0 15px;font-size:16px;border-radius:4px}.ant-calendar .ant-calendar-ok-btn-sm{height:24px;padding:0 7px;font-size:12px;border-radius:4px}.ant-calendar .ant-calendar-ok-btn:not(:last-child){margin-right:15px}@media screen and (max-width:575px){.ant-calendar .ant-calendar-ok-btn:not(:last-child){margin-right:10px}}@media screen and (max-width:575px){.ant-calendar .ant-calendar-ok-btn{margin-bottom:10px}}.ant-calendar .ant-calendar-ok-btn:focus,.ant-calendar .ant-calendar-ok-btn:hover{text-decoration:none}.ant-calendar .ant-calendar-ok-btn.focus,.ant-calendar .ant-calendar-ok-btn:focus{outline:0}.ant-calendar .ant-calendar-ok-btn.disabled,.ant-calendar .ant-calendar-ok-btn:disabled{opacity:.65}.ant-calendar .ant-calendar-ok-btn:not([disabled]):not(.disabled){cursor:pointer}.gx-btn-list .ant-calendar .ant-calendar-ok-btn{margin-bottom:6px}.gx-sub-popover .ant-calendar .ant-calendar-ok-btn{border:0;margin-bottom:5px}.gx-sub-popover .ant-calendar .ant-calendar-ok-btn:focus,.gx-sub-popover .ant-calendar .ant-calendar-ok-btn:hover{background-color:#f5f5f5}.gx-sub-popover .ant-calendar .ant-calendar-ok-btn:not(:last-child){margin-right:5px}.gx-login-content .ant-calendar .ant-calendar-ok-btn{padding:9px 20px!important;height:auto;line-height:1}.ant-calendar .ant-calendar-ok-btn>a:only-child{color:currentColor}.ant-calendar .ant-calendar-ok-btn>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-calendar .ant-calendar-ok-btn:focus,.ant-calendar .ant-calendar-ok-btn:hover{color:#fff;background-color:#28aaeb;border-color:#28aaeb}.ant-calendar .ant-calendar-ok-btn:focus>a:only-child,.ant-calendar .ant-calendar-ok-btn:hover>a:only-child{color:currentColor}.ant-calendar .ant-calendar-ok-btn:focus>a:only-child:after,.ant-calendar .ant-calendar-ok-btn:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-calendar .ant-calendar-ok-btn.active,.ant-calendar .ant-calendar-ok-btn:active{color:#fff;background-color:#006eb8;border-color:#006eb8}.ant-calendar .ant-calendar-ok-btn.active>a:only-child,.ant-calendar .ant-calendar-ok-btn:active>a:only-child{color:currentColor}.ant-calendar .ant-calendar-ok-btn.active>a:only-child:after,.ant-calendar .ant-calendar-ok-btn:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-calendar .ant-calendar-ok-btn:focus,.ant-calendar .ant-calendar-ok-btn:hover{color:#fff!important;background-color:var(--first)!important;border-color:var(--first)!important}.ant-calendar .ant-calendar-ok-btn.disabled,.ant-calendar .ant-calendar-ok-btn:disabled{background-color:var(--first)!important;border-color:var(--first)!important}.ant-calendar .ant-calendar-ok-btn:not([disabled]):not(.disabled).active,.ant-calendar .ant-calendar-ok-btn:not([disabled]):not(.disabled):active{color:#fff;background-color:var(--first)!important;border-color:var(--first)!important}.ant-calendar .ant-calendar-ok-btn-disabled,.ant-calendar .ant-calendar-ok-btn-disabled.active,.ant-calendar .ant-calendar-ok-btn-disabled:active,.ant-calendar .ant-calendar-ok-btn-disabled:focus,.ant-calendar .ant-calendar-ok-btn-disabled:hover,.ant-calendar .ant-calendar-ok-btn.disabled,.ant-calendar .ant-calendar-ok-btn.disabled.active,.ant-calendar .ant-calendar-ok-btn.disabled:active,.ant-calendar .ant-calendar-ok-btn.disabled:focus,.ant-calendar .ant-calendar-ok-btn.disabled:hover,.ant-calendar .ant-calendar-ok-btn[disabled],.ant-calendar .ant-calendar-ok-btn[disabled].active,.ant-calendar .ant-calendar-ok-btn[disabled]:active,.ant-calendar .ant-calendar-ok-btn[disabled]:focus,.ant-calendar .ant-calendar-ok-btn[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;box-shadow:none}.ant-calendar .ant-calendar-ok-btn-disabled.active>a:only-child,.ant-calendar .ant-calendar-ok-btn-disabled:active>a:only-child,.ant-calendar .ant-calendar-ok-btn-disabled:focus>a:only-child,.ant-calendar .ant-calendar-ok-btn-disabled:hover>a:only-child,.ant-calendar .ant-calendar-ok-btn-disabled>a:only-child,.ant-calendar .ant-calendar-ok-btn.disabled.active>a:only-child,.ant-calendar .ant-calendar-ok-btn.disabled:active>a:only-child,.ant-calendar .ant-calendar-ok-btn.disabled:focus>a:only-child,.ant-calendar .ant-calendar-ok-btn.disabled:hover>a:only-child,.ant-calendar .ant-calendar-ok-btn.disabled>a:only-child,.ant-calendar .ant-calendar-ok-btn[disabled].active>a:only-child,.ant-calendar .ant-calendar-ok-btn[disabled]:active>a:only-child,.ant-calendar .ant-calendar-ok-btn[disabled]:focus>a:only-child,.ant-calendar .ant-calendar-ok-btn[disabled]:hover>a:only-child,.ant-calendar .ant-calendar-ok-btn[disabled]>a:only-child{color:currentColor}.ant-calendar .ant-calendar-ok-btn-disabled.active>a:only-child:after,.ant-calendar .ant-calendar-ok-btn-disabled:active>a:only-child:after,.ant-calendar .ant-calendar-ok-btn-disabled:focus>a:only-child:after,.ant-calendar .ant-calendar-ok-btn-disabled:hover>a:only-child:after,.ant-calendar .ant-calendar-ok-btn-disabled>a:only-child:after,.ant-calendar .ant-calendar-ok-btn.disabled.active>a:only-child:after,.ant-calendar .ant-calendar-ok-btn.disabled:active>a:only-child:after,.ant-calendar .ant-calendar-ok-btn.disabled:focus>a:only-child:after,.ant-calendar .ant-calendar-ok-btn.disabled:hover>a:only-child:after,.ant-calendar .ant-calendar-ok-btn.disabled>a:only-child:after,.ant-calendar .ant-calendar-ok-btn[disabled].active>a:only-child:after,.ant-calendar .ant-calendar-ok-btn[disabled]:active>a:only-child:after,.ant-calendar .ant-calendar-ok-btn[disabled]:focus>a:only-child:after,.ant-calendar .ant-calendar-ok-btn[disabled]:hover>a:only-child:after,.ant-calendar .ant-calendar-ok-btn[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-calendar-range-picker-input{width:44%;height:99%;text-align:center;background-color:initial;border:0;outline:0}.ant-calendar-range-picker-input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-calendar-range-picker-input:-ms-input-placeholder{color:#bfbfbf}.ant-calendar-range-picker-input::-webkit-input-placeholder{color:#bfbfbf}.ant-calendar-range-picker-input:placeholder-shown{text-overflow:ellipsis}.ant-calendar-range-picker-input[disabled]{cursor:not-allowed}.ant-calendar-range-picker-separator{display:inline-block;min-width:10px;height:100%;color:#595959;white-space:nowrap;text-align:center;vertical-align:top;pointer-events:none}.ant-calendar-range{width:552px;overflow:hidden}.ant-calendar-range .ant-calendar-date-panel:after{display:block;clear:both;height:0;visibility:hidden;content:"."}.ant-calendar-range-part{position:relative;width:50%}.ant-calendar-range-left{float:left}.ant-calendar-range-left .ant-calendar-time-picker-inner{border-right:1px solid #e8e8e8}.ant-calendar-range-right{float:right}.ant-calendar-range-right .ant-calendar-time-picker-inner{border-left:1px solid #e8e8e8}.ant-calendar-range-middle{position:absolute;left:50%;z-index:1;height:34px;margin:1px 0 0;padding:0 200px 0 0;color:#595959;line-height:34px;text-align:center;transform:translateX(-50%);pointer-events:none}.ant-calendar-range-right .ant-calendar-date-input-wrap{margin-left:-90px}.ant-calendar-range.ant-calendar-time .ant-calendar-range-middle{padding:0 10px 0 0;transform:translateX(-50%)}.ant-calendar-range .ant-calendar-today :not(.ant-calendar-disabled-cell) :not(.ant-calendar-last-month-cell) :not(.ant-calendar-next-month-btn-day) .ant-calendar-date{color:var(--first);background:#a6eaff;border-color:var(--first)}.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date,.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date{color:#fff;background:var(--first);border:1px solid transparent}.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date:hover,.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date:hover{background:var(--first)}.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap{margin-left:0}.ant-calendar-range .ant-calendar-input-wrap{position:relative;height:34px}.ant-calendar-range .ant-calendar-input,.ant-calendar-range .ant-calendar-time-picker-input{position:relative;display:inline-block;width:100%;height:36px;color:#545454;font-size:14px;line-height:36px;line-height:1.3\9;background-color:#fff;background-image:none;border-radius:6px;transition:all .3s;height:24px;padding:4px 0;line-height:24px;border:0;box-shadow:none}.ant-calendar-range .ant-calendar-input::-moz-placeholder,.ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-calendar-range .ant-calendar-input:-ms-input-placeholder,.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder{color:#bfbfbf}.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,.ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder{color:#bfbfbf}.ant-calendar-range .ant-calendar-input:placeholder-shown,.ant-calendar-range .ant-calendar-time-picker-input:placeholder-shown{text-overflow:ellipsis}.ant-calendar-range .ant-calendar-input:hover,.ant-calendar-range .ant-calendar-time-picker-input:hover{border-color:var(--btn-primaryBackground);border-right-width:1px!important}.ant-calendar-range .ant-calendar-input:focus,.ant-calendar-range .ant-calendar-time-picker-input:focus{border-color:var(--btn-primaryBackground);border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px var(--btn-primaryBackground)}.ant-calendar-range .ant-calendar-input-disabled,.ant-calendar-range .ant-calendar-time-picker-input-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-calendar-range .ant-calendar-input-disabled:hover,.ant-calendar-range .ant-calendar-time-picker-input-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-calendar-range .ant-calendar-input[disabled],.ant-calendar-range .ant-calendar-time-picker-input[disabled]{color:rgba(0,0,0,.65);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-calendar-range .ant-calendar-input[disabled]:hover,.ant-calendar-range .ant-calendar-time-picker-input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}textarea.ant-calendar-range .ant-calendar-input,textarea.ant-calendar-range .ant-calendar-time-picker-input{max-width:100%;height:auto;min-height:36px;line-height:1.3;vertical-align:bottom;transition:all .3s,height 0s}.ant-calendar-range .ant-calendar-input-lg,.ant-calendar-range .ant-calendar-time-picker-input-lg{height:40px;padding:6px 11px;font-size:16px;line-height:40px;line-height:1.3\9}.ant-calendar-range .ant-calendar-input-sm,.ant-calendar-range .ant-calendar-time-picker-input-sm{height:24px;padding:1px 7px;line-height:24px;line-height:1.3\9}.ant-calendar-range .ant-calendar-input:focus,.ant-calendar-range .ant-calendar-time-picker-input:focus{box-shadow:none}.ant-calendar-range .ant-calendar-time-picker-icon{display:none}.ant-calendar-range.ant-calendar-week-number{width:574px}.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part{width:286px}.ant-calendar-range .ant-calendar-decade-panel,.ant-calendar-range .ant-calendar-month-panel,.ant-calendar-range .ant-calendar-year-panel{top:34px}.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel{top:0}.ant-calendar-range .ant-calendar-decade-panel-table,.ant-calendar-range .ant-calendar-month-panel-table,.ant-calendar-range .ant-calendar-year-panel-table{height:208px}.ant-calendar-range .ant-calendar-in-range-cell{position:relative;border-radius:0}.ant-calendar-range .ant-calendar-in-range-cell>div{position:relative;z-index:1}.ant-calendar-range .ant-calendar-in-range-cell:before{position:absolute;top:4px;right:0;bottom:4px;left:0;display:block;background:#e6faff;border:0;border-radius:0;content:""}.ant-calendar-range .ant-calendar-footer-extra{float:left}div.ant-calendar-range-quick-selector{text-align:left}div.ant-calendar-range-quick-selector>a{margin-right:8px}.ant-calendar-range .ant-calendar-decade-panel-header,.ant-calendar-range .ant-calendar-header,.ant-calendar-range .ant-calendar-month-panel-header,.ant-calendar-range .ant-calendar-year-panel-header{border-bottom:0}.ant-calendar-range .ant-calendar-body,.ant-calendar-range .ant-calendar-decade-panel-body,.ant-calendar-range .ant-calendar-month-panel-body,.ant-calendar-range .ant-calendar-year-panel-body{border-top:1px solid #e8e8e8}.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker{top:68px;z-index:2;width:100%;height:207px}.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel{height:267px;margin-top:-34px}.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner{height:100%;padding-top:40px;background:none}.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox{display:inline-block;height:100%;background-color:#fff;border-top:1px solid #e8e8e8}.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select{height:100%}.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul{max-height:100%}.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn{margin-right:8px}.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn{height:22px;margin:8px 12px;line-height:22px}.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker{height:233px}.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body{border-top-color:transparent}.ant-calendar-time-picker{position:absolute;top:40px;width:100%;background-color:#fff}.ant-calendar-time-picker-panel{position:absolute;z-index:1050;width:100%}.ant-calendar-time-picker-inner{position:relative;display:inline-block;width:100%;overflow:hidden;font-size:14px;line-height:1.5;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;outline:none}.ant-calendar-time-picker-column-1,.ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select,.ant-calendar-time-picker-combobox{width:100%}.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select{width:50%}.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select{width:33.33%}.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select{width:25%}.ant-calendar-time-picker-input-wrap{display:none}.ant-calendar-time-picker-select{position:relative;float:left;height:226px;overflow:hidden;font-size:14px;border-right:1px solid #e8e8e8}.ant-calendar-time-picker-select:hover{overflow-y:auto}.ant-calendar-time-picker-select:first-child{margin-left:0;border-left:0}.ant-calendar-time-picker-select:last-child{border-right:0}.ant-calendar-time-picker-select ul{width:100%;max-height:206px;margin:0;padding:0;list-style:none}.ant-calendar-time-picker-select li{width:100%;height:24px;margin:0;line-height:24px;text-align:center;list-style:none;cursor:pointer;transition:all .3s;user-select:none}.ant-calendar-time-picker-select li:last-child:after{display:block;height:202px;content:""}.ant-calendar-time-picker-select li:hover{background:#e6faff}.ant-calendar-time-picker-select li:focus{color:var(--first);font-weight:600;outline:none}li.ant-calendar-time-picker-select-option-selected{font-weight:600;background:#f5f5f5}li.ant-calendar-time-picker-select-option-disabled{color:rgba(0,0,0,.25)}li.ant-calendar-time-picker-select-option-disabled:hover{background:transparent;cursor:not-allowed}.ant-calendar-time .ant-calendar-day-select{display:inline-block;padding:0 2px;color:#535353;font-weight:500;line-height:34px}.ant-calendar-time .ant-calendar-footer{position:relative;height:auto}.ant-calendar-time .ant-calendar-footer-btn{text-align:right}.ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn{float:left;margin:0}.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn{display:inline-block;margin-right:8px}.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled{color:rgba(0,0,0,.25)}.ant-calendar-month-panel{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:#fff;border-radius:6px;outline:none}.ant-calendar-month-panel>div{display:flex;flex-direction:column;height:100%}.ant-calendar-month-panel-hidden{display:none}.ant-calendar-month-panel-header{height:40px;line-height:40px;text-align:center;border-bottom:1px solid #e8e8e8;user-select:none}.ant-calendar-month-panel-header a:hover{color:#28aaeb}.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select,.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select{display:inline-block;padding:0 2px;color:#535353;font-weight:500;line-height:40px}.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow,.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow,.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow,.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow{display:none}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn{position:absolute;top:0;display:inline-block;padding:0 5px;color:#595959;font-size:16px;font-family:Arial,"Hiragino Sans GB","Microsoft Yahei","Microsoft Sans Serif",sans-serif;line-height:40px}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn{left:7px;height:100%}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:""}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover:before{border-color:#545454}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:after{display:none;position:relative;left:-3px;display:inline-block}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn{right:7px;height:100%}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:""}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover:before{border-color:#545454}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:after{display:none}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:before{transform:rotate(135deg) scale(.8)}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:before{position:relative;left:3px}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:after{display:inline-block}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn{left:29px;height:100%}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:""}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover:before{border-color:#545454}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:after{display:none}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn{right:29px;height:100%}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:""}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover:before{border-color:#545454}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:after{display:none}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:before{transform:rotate(135deg) scale(.8)}.ant-calendar-month-panel-body{flex:1}.ant-calendar-month-panel-footer{border-top:1px solid #e8e8e8}.ant-calendar-month-panel-footer .ant-calendar-footer-extra{padding:0 12px}.ant-calendar-month-panel-table{width:100%;height:100%;table-layout:fixed;border-collapse:initial}.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month,.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover{color:#fff;background:var(--first)}.ant-calendar-month-panel-cell{text-align:center}.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month,.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover{color:rgba(0,0,0,.25);background:#f5f5f5;cursor:not-allowed}.ant-calendar-month-panel-month{display:inline-block;height:24px;margin:0 auto;padding:0 8px;color:#545454;line-height:24px;text-align:center;background:transparent;border-radius:4px;transition:background .3s ease}.ant-calendar-month-panel-month:hover{background:#e6faff;cursor:pointer}.ant-calendar-year-panel{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:#fff;border-radius:6px;outline:none}.ant-calendar-year-panel>div{display:flex;flex-direction:column;height:100%}.ant-calendar-year-panel-hidden{display:none}.ant-calendar-year-panel-header{height:40px;line-height:40px;text-align:center;border-bottom:1px solid #e8e8e8;user-select:none}.ant-calendar-year-panel-header a:hover{color:#28aaeb}.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select,.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select{display:inline-block;padding:0 2px;color:#535353;font-weight:500;line-height:40px}.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow,.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow,.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow,.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow{display:none}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn{position:absolute;top:0;display:inline-block;padding:0 5px;color:#595959;font-size:16px;font-family:Arial,"Hiragino Sans GB","Microsoft Yahei","Microsoft Sans Serif",sans-serif;line-height:40px}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn{left:7px;height:100%}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:""}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover:before{border-color:#545454}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:after{display:none;position:relative;left:-3px;display:inline-block}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn{right:7px;height:100%}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:""}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover:before{border-color:#545454}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:after{display:none}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:before{transform:rotate(135deg) scale(.8)}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:before{position:relative;left:3px}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:after{display:inline-block}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn{left:29px;height:100%}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:""}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover:before{border-color:#545454}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:after{display:none}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn{right:29px;height:100%}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:""}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover:before{border-color:#545454}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:after{display:none}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:before{transform:rotate(135deg) scale(.8)}.ant-calendar-year-panel-body{flex:1}.ant-calendar-year-panel-footer{border-top:1px solid #e8e8e8}.ant-calendar-year-panel-footer .ant-calendar-footer-extra{padding:0 12px}.ant-calendar-year-panel-table{width:100%;height:100%;table-layout:fixed;border-collapse:initial}.ant-calendar-year-panel-cell{text-align:center}.ant-calendar-year-panel-year{display:inline-block;height:24px;margin:0 auto;padding:0 8px;color:#545454;line-height:24px;text-align:center;background:transparent;border-radius:4px;transition:background .3s ease}.ant-calendar-year-panel-year:hover{background:#e6faff;cursor:pointer}.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year,.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover{color:#fff;background:var(--first)}.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,.ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year{color:rgba(0,0,0,.25);user-select:none}.ant-calendar-decade-panel{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;flex-direction:column;background:#fff;border-radius:6px;outline:none}.ant-calendar-decade-panel-hidden{display:none}.ant-calendar-decade-panel-header{height:40px;line-height:40px;text-align:center;border-bottom:1px solid #e8e8e8;user-select:none}.ant-calendar-decade-panel-header a:hover{color:#28aaeb}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select{display:inline-block;padding:0 2px;color:#535353;font-weight:500;line-height:40px}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow{display:none}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn{position:absolute;top:0;display:inline-block;padding:0 5px;color:#595959;font-size:16px;font-family:Arial,"Hiragino Sans GB","Microsoft Yahei","Microsoft Sans Serif",sans-serif;line-height:40px}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn{left:7px;height:100%}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:""}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover:before{border-color:#545454}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:after{display:none;position:relative;left:-3px;display:inline-block}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn{right:7px;height:100%}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:""}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover:before{border-color:#545454}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:after{display:none}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:before{transform:rotate(135deg) scale(.8)}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:before{position:relative;left:3px}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:after{display:inline-block}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn{left:29px;height:100%}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:""}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover:before{border-color:#545454}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:after{display:none}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn{right:29px;height:100%}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:""}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover:before{border-color:#545454}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:after{display:none}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:before{transform:rotate(135deg) scale(.8)}.ant-calendar-decade-panel-body{flex:1}.ant-calendar-decade-panel-footer{border-top:1px solid #e8e8e8}.ant-calendar-decade-panel-footer .ant-calendar-footer-extra{padding:0 12px}.ant-calendar-decade-panel-table{width:100%;height:100%;table-layout:fixed;border-collapse:initial}.ant-calendar-decade-panel-cell{white-space:nowrap;text-align:center}.ant-calendar-decade-panel-decade{display:inline-block;height:24px;margin:0 auto;padding:0 6px;color:#545454;line-height:24px;text-align:center;background:transparent;border-radius:var(--borderRadius);transition:background .3s ease}.ant-calendar-decade-panel-decade:hover{background:#e6faff;cursor:pointer}.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade,.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover{color:#fff;background:var(--first)}.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade,.ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade{color:rgba(0,0,0,.25);user-select:none}.ant-calendar-month .ant-calendar-month-header-wrap{position:relative;height:288px}.ant-calendar-month .ant-calendar-month-panel,.ant-calendar-month .ant-calendar-year-panel{top:0;height:100%}.ant-calendar-week-number-cell{opacity:.5}.ant-calendar-week-number .ant-calendar-body tr{cursor:pointer;transition:all .3s}.ant-calendar-week-number .ant-calendar-body tr:hover,.gx-selected{background:#e6faff}.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week{font-weight:700;background:#a6eaff}.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date,.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date{color:#545454;background:transparent}.ant-descriptions-title{margin-bottom:20px;color:#535353;font-weight:700;font-size:16px;line-height:1.3}.ant-descriptions-view{width:100%;overflow:hidden;border-radius:6px}.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:#535353;font-weight:400;font-size:14px;line-height:1.3;white-space:nowrap}.ant-descriptions-item-label:after{position:relative;top:-.5px;margin:0 8px 0 2px;content:" "}.ant-descriptions-item-colon:after{content:":"}.ant-descriptions-item-no-label:after{margin:0;content:""}.ant-descriptions-item-content{display:table-cell;color:#545454;font-size:14px;line-height:1.3}.ant-descriptions-item{padding-bottom:0}.ant-descriptions-item>span{display:inline-block}.ant-descriptions-bordered .ant-descriptions-view{border:1px solid #e8e8e8}.ant-descriptions-bordered .ant-descriptions-view>table{table-layout:auto}.ant-descriptions-bordered .ant-descriptions-item-content,.ant-descriptions-bordered .ant-descriptions-item-label{padding:16px 24px;border-right:1px solid #e8e8e8}.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 #e8e8e8}.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-divider{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";background:#e8e8e8}.ant-divider,.ant-divider-vertical{position:relative;top:-.06em;display:inline-block;width:1px;height:.9em;margin:0 8px;vertical-align:middle}.ant-divider-horizontal{display:block;clear:both;width:100%;min-width:100%;height:1px;margin:24px 0}.ant-divider-horizontal.ant-divider-with-text-center,.ant-divider-horizontal.ant-divider-with-text-left,.ant-divider-horizontal.ant-divider-with-text-right{display:table;margin:16px 0;color:#535353;font-weight:500;font-size:16px;white-space:nowrap;text-align:center;background:transparent}.ant-divider-horizontal.ant-divider-with-text-center:after,.ant-divider-horizontal.ant-divider-with-text-center:before,.ant-divider-horizontal.ant-divider-with-text-left:after,.ant-divider-horizontal.ant-divider-with-text-left:before,.ant-divider-horizontal.ant-divider-with-text-right:after,.ant-divider-horizontal.ant-divider-with-text-right:before{position:relative;top:50%;display:table-cell;width:50%;border-top:1px solid #e8e8e8;transform:translateY(50%);content:""}.ant-divider-horizontal.ant-divider-with-text-left .ant-divider-inner-text,.ant-divider-horizontal.ant-divider-with-text-right .ant-divider-inner-text{display:inline-block;padding:0 10px}.ant-divider-horizontal.ant-divider-with-text-left:before{top:50%;width:5%}.ant-divider-horizontal.ant-divider-with-text-left:after,.ant-divider-horizontal.ant-divider-with-text-right:before{top:50%;width:95%}.ant-divider-horizontal.ant-divider-with-text-right:after{top:50%;width:5%}.ant-divider-inner-text{display:inline-block;padding:0 24px}.ant-divider-dashed{background:none;border:dashed #e8e8e8;border-width:1px 0 0}.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed,.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed,.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed{border-top:0}.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed:after,.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed:before,.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed:after,.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed:before,.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed:after,.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed:before{border-style:dashed none none}.ant-divider-vertical.ant-divider-dashed{border-width:0 0 0 1px}.ant-drawer{position:fixed;z-index:1000;width:0;height:100%;transition:transform .3s cubic-bezier(.7,.3,.1,1)}.ant-drawer>*{transition:transform .3s cubic-bezier(.7,.3,.1,1),box-shadow .3s cubic-bezier(.7,.3,.1,1)}.ant-drawer-content-wrapper{position:fixed}.ant-drawer .ant-drawer-content{width:100%;height:100%}.ant-drawer-left,.ant-drawer-right{top:0;width:0;height:100%}.ant-drawer-left .ant-drawer-content-wrapper,.ant-drawer-right .ant-drawer-content-wrapper{height:100%}.ant-drawer-left.ant-drawer-open,.ant-drawer-right.ant-drawer-open{width:100%}.ant-drawer-left.ant-drawer-open.no-mask,.ant-drawer-right.ant-drawer-open.no-mask{width:0}.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper{box-shadow:2px 0 8px rgba(0,0,0,.15)}.ant-drawer-right,.ant-drawer-right .ant-drawer-content-wrapper{right:0}.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper{box-shadow:-2px 0 8px rgba(0,0,0,.15)}.ant-drawer-bottom,.ant-drawer-top{left:0;width:100%;height:0%}.ant-drawer-bottom .ant-drawer-content-wrapper,.ant-drawer-top .ant-drawer-content-wrapper{width:100%}.ant-drawer-bottom.ant-drawer-open,.ant-drawer-top.ant-drawer-open{height:100%}.ant-drawer-bottom.ant-drawer-open.no-mask,.ant-drawer-top.ant-drawer-open.no-mask{height:0%}.ant-drawer-top{top:0}.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper{box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-drawer-bottom,.ant-drawer-bottom .ant-drawer-content-wrapper{bottom:0}.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper{box-shadow:0 -2px 8px rgba(0,0,0,.15)}.ant-drawer.ant-drawer-open .ant-drawer-mask{height:100%;opacity:1;transition:none;animation:antdDrawerFadeIn .3s cubic-bezier(.7,.3,.1,1)}.ant-drawer-title{margin:0;color:#535353;font-weight:500;font-size:16px;line-height:22px}.ant-drawer-content{position:relative;z-index:1;background-color:#fff;background-clip:padding-box;border:0}.ant-drawer-close{position:absolute;top:0;right:0;z-index:10;display:block;width:56px;height:56px;padding:0;color:#595959;font-weight:700;font-size:16px;font-style:normal;line-height:56px;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-header{position:relative;padding:16px 24px;border-bottom:1px solid #e8e8e8;border-radius:6px 6px 0 0}.ant-drawer-header,.ant-drawer-header-no-title{color:#545454;background:#fff}.ant-drawer-body{padding:24px;font-size:14px;line-height:1.3;word-wrap:break-word}.ant-drawer-mask{position:fixed;width:100%;height:0;background-color:rgba(0,0,0,.45);opacity:0;filter:alpha(opacity=45);transition:opacity .3s linear,height 0s ease .3s}.ant-drawer-open-content{box-shadow:0 4px 12px rgba(0,0,0,.15)}@keyframes antdDrawerFadeIn{0%{opacity:0}to{opacity:1}}.ant-dropdown{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:absolute;top:-9999px;left:-9999px;z-index:1050;display:block}.ant-dropdown:before{position:absolute;top:-7px;right:0;bottom:-7px;left:-7px;z-index:-9999;opacity:.0001;content:" "}.ant-dropdown-wrap{position:relative}.ant-dropdown-wrap .ant-btn>.anticon-down{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}:root .ant-dropdown-wrap .ant-btn>.anticon-down{font-size:12px}.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{display:none}.ant-dropdown-menu{position:relative;margin:0;padding:4px 0;text-align:left;list-style-type:none;background-color:#fff;background-clip:padding-box;border-radius:var(--borderRadius);outline:none;box-shadow:0 2px 8px rgba(0,0,0,.15);transform:translateZ(0);-webkit-transform:translateZ(0)}.ant-dropdown-menu-item-group-title{padding:5px 12px;color:#595959;transition:all .3s}.ant-dropdown-menu-submenu-popup{position:absolute;z-index:1050}.ant-dropdown-menu-submenu-popup>.ant-dropdown-menu{transform-origin:0 0}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{clear:both;margin:0;padding:5px 12px;color:#545454;font-weight:400;font-size:14px;line-height:22px;white-space:nowrap;cursor:pointer;transition:all .3s}.ant-dropdown-menu-item>.anticon:first-child,.ant-dropdown-menu-submenu-title>.anticon:first-child{min-width:12px;margin-right:8px}.ant-dropdown-menu-item a,.ant-dropdown-menu-submenu-title a{display:block;margin:-5px -12px;padding:5px 12px;transition:all .3s}.ant-dropdown-menu-item-selected,.ant-dropdown-menu-item-selected>a,.ant-dropdown-menu-submenu-title-selected,.ant-dropdown-menu-submenu-title-selected>a{color:var(--first);background-color:#e6faff}.ant-dropdown-menu-item:hover,.ant-dropdown-menu-submenu-title:hover{background-color:#e6faff}.ant-dropdown-menu-item-disabled,.ant-dropdown-menu-submenu-title-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-dropdown-menu-item-disabled:hover,.ant-dropdown-menu-submenu-title-disabled:hover{color:rgba(0,0,0,.25);background-color:#fff;cursor:not-allowed}.ant-dropdown-menu-item-divider,.ant-dropdown-menu-submenu-title-divider{height:1px;margin:4px 0;overflow:hidden;line-height:0;background-color:#e8e8e8}.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow{position:absolute;right:8px}.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon{color:#595959;font-style:normal;display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}:root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,:root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon{font-size:12px}.ant-dropdown-menu-submenu-title{padding-right:26px}.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:#fff;cursor:not-allowed}.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight,.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight{animation-name:antSlideUpIn}.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight,.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight{animation-name:antSlideDownIn}.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight{animation-name:antSlideUpOut}.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight{animation-name:antSlideDownOut}.ant-dropdown-link>.anticon.anticon-down,.ant-dropdown-trigger>.anticon.anticon-down{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}:root .ant-dropdown-link>.anticon.anticon-down,:root .ant-dropdown-trigger>.anticon.anticon-down{font-size:12px}.ant-dropdown-button{white-space:nowrap}.ant-dropdown-button.ant-btn-group>.ant-btn:last-child:not(:first-child){padding-right:8px;padding-left:8px}.ant-dropdown-button .anticon.anticon-down{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}:root .ant-dropdown-button .anticon.anticon-down{font-size:12px}.ant-dropdown-menu-dark,.ant-dropdown-menu-dark .ant-dropdown-menu{background:var(--first)}.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>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>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:var(--first)}.ant-empty{margin:0 8px;font-size:14px;line-height:22px;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-description{margin:0}.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-form{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum"}.ant-form legend{display:block;width:100%;margin-bottom:20px;padding:0;color:#595959;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:#545454;font-size:14px;line-height:1.3}.ant-form-item-required:before{display:inline-block;margin-right:4px;color:#ef4444;font-size:14px;font-family:SimSun,sans-serif;line-height:1;content:"*"}.ant-form-hide-required-mark .ant-form-item-required:before{display:none}.ant-form-item-label>label{color:#535353}.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{box-sizing:border-box;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";margin:0 0 20px;vertical-align:top}.ant-form-item label{position:relative}.ant-form-item label>.anticon{font-size:14px;vertical-align:top}.ant-form-item-control{position:relative;line-height:40px;zoom:1}.ant-table-content .ant-form-item-control{line-height:inherit}.ant-form-item-control:after,.ant-form-item-control:before{display:table;content:""}.ant-form-item-control:after{clear:both}.ant-form-item-children{position:relative}.ant-form-item-with-help{margin-bottom:2px}.ant-form-item-label{display:inline-block;overflow:hidden;white-space:nowrap;text-align:right;vertical-align:middle}.ant-form-item-label-left{text-align:left}.ant-form-item .ant-switch{margin:2px 0 4px}.ant-form-explain,.ant-form-extra{clear:both;min-height:19px;margin-top:0;color:#595959;font-size:14px;line-height:1.3;transition:color .3s cubic-bezier(.215,.61,.355,1)}.ant-form-explain{margin-bottom:-1px}.ant-form-extra{padding-top:4px}.ant-form-text{display:inline-block;padding-right:8px}.ant-form-split{display:block;text-align:center}form .has-feedback .ant-input{padding-right:24px}form .has-feedback .ant-input-password-icon{margin-right:18px}form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-arrow,form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-selection__clear,form .has-feedback>.ant-select .ant-select-arrow,form .has-feedback>.ant-select .ant-select-selection__clear{right:28px}form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-selection-selected-value,form .has-feedback>.ant-select .ant-select-selection-selected-value{padding-right:42px}form .has-feedback .ant-cascader-picker-arrow{margin-right:17px}form .has-feedback .ant-calendar-picker-clear,form .has-feedback .ant-calendar-picker-icon,form .has-feedback .ant-cascader-picker-clear,form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix,form .has-feedback .ant-time-picker-clear,form .has-feedback .ant-time-picker-icon{right:28px}form .ant-mentions,form textarea.ant-input{height:auto;margin-bottom:4px}form .ant-upload{background:transparent}form input[type=checkbox],form input[type=radio]{width:14px;height:14px}form .ant-input-number+.ant-form-text{margin-left:8px}form .ant-input-number-handler-wrap{z-index:2}form .ant-cascader-picker,form .ant-select{width:100%}form .ant-input-group .ant-cascader-picker,form .ant-input-group .ant-select{width:auto}form .ant-input-group-wrapper,form :not(.ant-input-group-wrapper)>.ant-input-group{position:relative;top:-1px;display:inline-block;vertical-align:middle}.ant-col-24.ant-form-item-label,.ant-col-xl-24.ant-form-item-label,.ant-form-vertical .ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.3;white-space:normal;text-align:left}.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-vertical .ant-form-item{padding-bottom:8px}.ant-form-vertical .ant-form-item-control{line-height:1.3}.ant-form-vertical .ant-form-explain{margin-top:2px;margin-bottom:-5px}.ant-form-vertical .ant-form-extra{margin-top:2px;margin-bottom:-4px}@media (max-width:575px){.ant-form-item-control-wrapper,.ant-form-item-label{display:block;width:100%}.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.3;white-space:normal;text-align:left}.ant-form-item-label label:after{display:none}.ant-col-xs-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.3;white-space:normal;text-align:left}.ant-col-xs-24.ant-form-item-label label:after{display:none}}@media (max-width:767px){.ant-col-sm-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.3;white-space:normal;text-align:left}.ant-col-sm-24.ant-form-item-label label:after{display:none}}@media (max-width:991px){.ant-col-md-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.3;white-space:normal;text-align:left}.ant-col-md-24.ant-form-item-label label:after{display:none}}@media (max-width:1199px){.ant-col-lg-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.3;white-space:normal;text-align:left}.ant-col-lg-24.ant-form-item-label label:after{display:none}}@media (max-width:1599px){.ant-col-xl-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.3;white-space:normal;text-align:left}.ant-col-xl-24.ant-form-item-label label:after{display:none}}.ant-form-inline .ant-form-item{display:inline-block;margin-right:16px;margin-bottom:0}.ant-form-inline .ant-form-item-with-help{margin-bottom:20px}.ant-form-inline .ant-form-item>.ant-form-item-control-wrapper,.ant-form-inline .ant-form-item>.ant-form-item-label{display:inline-block;vertical-align:top}.ant-form-inline .ant-form-text,.ant-form-inline .has-feedback{display:inline-block}.has-error.has-feedback .ant-form-item-children-icon,.has-success.has-feedback .ant-form-item-children-icon,.has-warning.has-feedback .ant-form-item-children-icon,.is-validating.has-feedback .ant-form-item-children-icon{position:absolute;top:50%;right:0;z-index:1;width:36px;height:20px;margin-top:-10px;font-size:14px;line-height:20px;text-align:center;visibility:visible;animation:zoomIn .3s cubic-bezier(.12,.4,.29,1.46);pointer-events:none}.has-error.has-feedback .ant-form-item-children-icon svg,.has-success.has-feedback .ant-form-item-children-icon svg,.has-warning.has-feedback .ant-form-item-children-icon svg,.is-validating.has-feedback .ant-form-item-children-icon svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.has-success.has-feedback .ant-form-item-children-icon{color:#52c41a;animation-name:diffZoomIn1!important}.has-warning .ant-form-explain,.has-warning .ant-form-split{color:var(--secondary-text)}.has-warning .ant-input,.has-warning .ant-input:hover{background-color:#fff;border-color:var(--third)}.has-warning .ant-input:focus{border-color:#ffa940;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(250,140,22,.2)}.has-warning .ant-input:not([disabled]):hover{border-color:var(--third)}.has-warning .ant-calendar-picker-open .ant-calendar-picker-input{border-color:#ffa940;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(250,140,22,.2)}.has-warning .ant-input-affix-wrapper .ant-input,.has-warning .ant-input-affix-wrapper .ant-input:hover{background-color:#fff;border-color:var(--third)}.has-warning .ant-input-affix-wrapper .ant-input:focus{border-color:#ffa940;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(250,140,22,.2)}.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled){border-color:var(--third)}.has-warning .ant-input-prefix{color:var(--third)}.has-warning .ant-input-group-addon{color:var(--third);background-color:#fff;border-color:var(--third)}.has-warning .has-feedback{color:var(--third)}.has-warning.has-feedback .ant-form-item-children-icon{color:var(--third);animation-name:diffZoomIn3!important}.has-warning .ant-select-selection,.has-warning .ant-select-selection:hover{border-color:var(--third)}.has-warning .ant-select-focused .ant-select-selection,.has-warning .ant-select-open .ant-select-selection{border-color:#ffa940;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(250,140,22,.2)}.has-warning .ant-calendar-picker-icon:after,.has-warning .ant-cascader-picker-arrow,.has-warning .ant-picker-icon:after,.has-warning .ant-select-arrow,.has-warning .ant-time-picker-icon:after{color:var(--third)}.has-warning .ant-input-number,.has-warning .ant-time-picker-input{border-color:var(--third)}.has-warning .ant-input-number-focused,.has-warning .ant-input-number:focus,.has-warning .ant-time-picker-input-focused,.has-warning .ant-time-picker-input:focus{border-color:#ffa940;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(250,140,22,.2)}.has-warning .ant-input-number:not([disabled]):hover,.has-warning .ant-time-picker-input:not([disabled]):hover{border-color:var(--third)}.has-warning .ant-cascader-picker:focus .ant-cascader-input{border-color:#ffa940;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(250,140,22,.2)}.has-error .ant-form-explain,.has-error .ant-form-split{color:var(--form-warnings)}.has-error .ant-input,.has-error .ant-input:hover{background-color:#fff;border-color:var(--form-warnings)}.has-error .ant-input:focus{border-color:var(--form-warnings);border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px #f7f7f7}.has-error .ant-input:not([disabled]):hover{border-color:var(--form-warnings)}.has-error .ant-calendar-picker-open .ant-calendar-picker-input{border-color:var(--form-warnings);border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px #f7f7f7}.has-error .ant-input-affix-wrapper .ant-input,.has-error .ant-input-affix-wrapper .ant-input:hover{background-color:#fff;border-color:var(--form-warnings)}.has-error .ant-input-affix-wrapper .ant-input:focus{border-color:var(--form-warnings);border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px #f7f7f7}.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled){border-color:var(--form-warnings)}.has-error .ant-input-prefix{color:var(--form-warnings)}.has-error .ant-input-group-addon{color:var(--form-warnings);background-color:#fff;border-color:var(--form-warnings)}.has-error .has-feedback{color:var(--form-warnings)}.has-error.has-feedback .ant-form-item-children-icon{color:var(--form-warnings);animation-name:diffZoomIn2!important}.has-error .ant-select-selection,.has-error .ant-select-selection:hover{border-color:var(--form-warnings)}.has-error .ant-select-focused .ant-select-selection,.has-error .ant-select-open .ant-select-selection{border-color:var(--form-warnings);border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px #f7f7f7}.has-error .ant-select.ant-select-auto-complete .ant-input:focus{border-color:var(--form-warnings)}.has-error .ant-input-group-addon .ant-select-selection{border-color:transparent;box-shadow:none}.has-error .ant-calendar-picker-icon:after,.has-error .ant-cascader-picker-arrow,.has-error .ant-picker-icon:after,.has-error .ant-select-arrow,.has-error .ant-time-picker-icon:after{color:var(--form-warnings)}.has-error .ant-input-number,.has-error .ant-time-picker-input{border-color:var(--form-warnings)}.has-error .ant-input-number-focused,.has-error .ant-input-number:focus,.has-error .ant-time-picker-input-focused,.has-error .ant-time-picker-input:focus{border-color:var(--form-warnings);border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px #f7f7f7}.has-error .ant-input-number:not([disabled]):hover,.has-error .ant-mention-wrapper .ant-mention-editor,.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover,.has-error .ant-time-picker-input:not([disabled]):hover{border-color:var(--form-warnings)}.has-error .ant-cascader-picker:focus .ant-cascader-input,.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus{border-color:var(--form-warnings);border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px #f7f7f7}.has-error .ant-transfer-list{border-color:var(--form-warnings)}.has-error .ant-transfer-list-search:not([disabled]){border-color:#d9d9d9}.has-error .ant-transfer-list-search:not([disabled]):hover{border-color:#28aaeb;border-right-width:1px!important}.has-error .ant-transfer-list-search:not([disabled]):focus{border-color:#28aaeb;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px #f7f7f7}.is-validating.has-feedback .ant-form-item-children-icon{display:inline-block;color:var(--first)}.advanced-search-settings__container{align-items:center;gap:.5rem}.advanced-search-form__values,.advanced-search-settings__container{display:grid;grid-template-columns:repeat(2,1fr)}.advanced-search-form__actions{display:flex;justify-content:end;gap:.5rem}.advanced-search-form .ant-form-item{margin-bottom:20px}.advanced-search-form .ant-form-item-with-help{margin-bottom:2px}.show-help-appear,.show-help-enter,.show-help-leave{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.show-help-appear.show-help-appear-active,.show-help-enter.show-help-enter-active{animation-name:antShowHelpIn;animation-play-state:running}.show-help-leave.show-help-leave-active{animation-name:antShowHelpOut;animation-play-state:running;pointer-events:none}.show-help-appear,.show-help-enter{opacity:0}.show-help-appear,.show-help-enter,.show-help-leave{animation-timing-function:cubic-bezier(.645,.045,.355,1)}@keyframes antShowHelpIn{0%{transform:translateY(-5px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes antShowHelpOut{to{transform:translateY(-5px);opacity:0}}@keyframes diffZoomIn1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes diffZoomIn2{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes diffZoomIn3{0%{transform:scale(0)}to{transform:scale(1)}}.ant-row{position:relative;height:auto;zoom:1;display:block;box-sizing:border-box}.ant-row:after,.ant-row:before{display:table;content:""}.ant-row:after{clear:both}.ant-row-flex{display:flex;flex-flow:row wrap}.ant-row-flex:after,.ant-row-flex:before{display:flex}.ant-row-flex-start{justify-content:flex-start}.ant-row-flex-center{justify-content:center}.ant-row-flex-end{justify-content:flex-end}.ant-row-flex-space-between{justify-content:space-between}.ant-row-flex-space-around{justify-content:space-around}.ant-row-flex-top{align-items:flex-start}.ant-row-flex-middle{align-items:center}.ant-row-flex-bottom{align-items:flex-end}.ant-col{min-height:1px}.ant-col,.ant-col-1,.ant-col-2,.ant-col-3,.ant-col-4,.ant-col-5,.ant-col-6,.ant-col-7,.ant-col-8,.ant-col-9,.ant-col-10,.ant-col-11,.ant-col-12,.ant-col-13,.ant-col-14,.ant-col-15,.ant-col-16,.ant-col-17,.ant-col-18,.ant-col-19,.ant-col-20,.ant-col-21,.ant-col-22,.ant-col-23,.ant-col-24,.ant-col-lg-1,.ant-col-lg-2,.ant-col-lg-3,.ant-col-lg-4,.ant-col-lg-5,.ant-col-lg-6,.ant-col-lg-7,.ant-col-lg-8,.ant-col-lg-9,.ant-col-lg-10,.ant-col-lg-11,.ant-col-lg-12,.ant-col-lg-13,.ant-col-lg-14,.ant-col-lg-15,.ant-col-lg-16,.ant-col-lg-17,.ant-col-lg-18,.ant-col-lg-19,.ant-col-lg-20,.ant-col-lg-21,.ant-col-lg-22,.ant-col-lg-23,.ant-col-lg-24,.ant-col-md-1,.ant-col-md-2,.ant-col-md-3,.ant-col-md-4,.ant-col-md-5,.ant-col-md-6,.ant-col-md-7,.ant-col-md-8,.ant-col-md-9,.ant-col-md-10,.ant-col-md-11,.ant-col-md-12,.ant-col-md-13,.ant-col-md-14,.ant-col-md-15,.ant-col-md-16,.ant-col-md-17,.ant-col-md-18,.ant-col-md-19,.ant-col-md-20,.ant-col-md-21,.ant-col-md-22,.ant-col-md-23,.ant-col-md-24,.ant-col-sm-1,.ant-col-sm-2,.ant-col-sm-3,.ant-col-sm-4,.ant-col-sm-5,.ant-col-sm-6,.ant-col-sm-7,.ant-col-sm-8,.ant-col-sm-9,.ant-col-sm-10,.ant-col-sm-11,.ant-col-sm-12,.ant-col-sm-13,.ant-col-sm-14,.ant-col-sm-15,.ant-col-sm-16,.ant-col-sm-17,.ant-col-sm-18,.ant-col-sm-19,.ant-col-sm-20,.ant-col-sm-21,.ant-col-sm-22,.ant-col-sm-23,.ant-col-sm-24,.ant-col-xs-1,.ant-col-xs-2,.ant-col-xs-3,.ant-col-xs-4,.ant-col-xs-5,.ant-col-xs-6,.ant-col-xs-7,.ant-col-xs-8,.ant-col-xs-9,.ant-col-xs-10,.ant-col-xs-11,.ant-col-xs-12,.ant-col-xs-13,.ant-col-xs-14,.ant-col-xs-15,.ant-col-xs-16,.ant-col-xs-17,.ant-col-xs-18,.ant-col-xs-19,.ant-col-xs-20,.ant-col-xs-21,.ant-col-xs-22,.ant-col-xs-23,.ant-col-xs-24{position:relative}.ant-col-1,.ant-col-2,.ant-col-3,.ant-col-4,.ant-col-5,.ant-col-6,.ant-col-7,.ant-col-8,.ant-col-9,.ant-col-10,.ant-col-11,.ant-col-12,.ant-col-13,.ant-col-14,.ant-col-15,.ant-col-16,.ant-col-17,.ant-col-18,.ant-col-19,.ant-col-20,.ant-col-21,.ant-col-22,.ant-col-23,.ant-col-24,.ant-col-lg-1,.ant-col-lg-2,.ant-col-lg-3,.ant-col-lg-4,.ant-col-lg-5,.ant-col-lg-6,.ant-col-lg-7,.ant-col-lg-8,.ant-col-lg-9,.ant-col-lg-10,.ant-col-lg-11,.ant-col-lg-12,.ant-col-lg-13,.ant-col-lg-14,.ant-col-lg-15,.ant-col-lg-16,.ant-col-lg-17,.ant-col-lg-18,.ant-col-lg-19,.ant-col-lg-20,.ant-col-lg-21,.ant-col-lg-22,.ant-col-lg-23,.ant-col-lg-24,.ant-col-md-1,.ant-col-md-2,.ant-col-md-3,.ant-col-md-4,.ant-col-md-5,.ant-col-md-6,.ant-col-md-7,.ant-col-md-8,.ant-col-md-9,.ant-col-md-10,.ant-col-md-11,.ant-col-md-12,.ant-col-md-13,.ant-col-md-14,.ant-col-md-15,.ant-col-md-16,.ant-col-md-17,.ant-col-md-18,.ant-col-md-19,.ant-col-md-20,.ant-col-md-21,.ant-col-md-22,.ant-col-md-23,.ant-col-md-24,.ant-col-sm-1,.ant-col-sm-2,.ant-col-sm-3,.ant-col-sm-4,.ant-col-sm-5,.ant-col-sm-6,.ant-col-sm-7,.ant-col-sm-8,.ant-col-sm-9,.ant-col-sm-10,.ant-col-sm-11,.ant-col-sm-12,.ant-col-sm-13,.ant-col-sm-14,.ant-col-sm-15,.ant-col-sm-16,.ant-col-sm-17,.ant-col-sm-18,.ant-col-sm-19,.ant-col-sm-20,.ant-col-sm-21,.ant-col-sm-22,.ant-col-sm-23,.ant-col-sm-24,.ant-col-xs-1,.ant-col-xs-2,.ant-col-xs-3,.ant-col-xs-4,.ant-col-xs-5,.ant-col-xs-6,.ant-col-xs-7,.ant-col-xs-8,.ant-col-xs-9,.ant-col-xs-10,.ant-col-xs-11,.ant-col-xs-12,.ant-col-xs-13,.ant-col-xs-14,.ant-col-xs-15,.ant-col-xs-16,.ant-col-xs-17,.ant-col-xs-18,.ant-col-xs-19,.ant-col-xs-20,.ant-col-xs-21,.ant-col-xs-22,.ant-col-xs-23,.ant-col-xs-24{padding-left:16px;padding-right:16px;float:none!important}.ant-col-1,.ant-col-2,.ant-col-3,.ant-col-4,.ant-col-5,.ant-col-6,.ant-col-7,.ant-col-8,.ant-col-9,.ant-col-10,.ant-col-11,.ant-col-12,.ant-col-13,.ant-col-14,.ant-col-15,.ant-col-16,.ant-col-17,.ant-col-18,.ant-col-19,.ant-col-20,.ant-col-21,.ant-col-22,.ant-col-23,.ant-col-24{flex:0 0 auto;float:left}.ant-col-2,.ant-col-3,.ant-col-4,.ant-col-5,.ant-col-6,.ant-col-7,.ant-col-8,.ant-col-9,.ant-col-10,.ant-col-11,.ant-col-12,.ant-col-13,.ant-col-14,.ant-col-15,.ant-col-16,.ant-col-17,.ant-col-18,.ant-col-19,.ant-col-20,.ant-col-21,.ant-col-22,.ant-col-23,.ant-col-24,.form-tab .ant-col-1{flex:0 1 auto;white-space:normal;text-align:left}.ant-col-24{display:block;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box}.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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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-xs-1,.ant-col-xs-2,.ant-col-xs-3,.ant-col-xs-4,.ant-col-xs-5,.ant-col-xs-6,.ant-col-xs-7,.ant-col-xs-8,.ant-col-xs-9,.ant-col-xs-10,.ant-col-xs-11,.ant-col-xs-12,.ant-col-xs-13,.ant-col-xs-14,.ant-col-xs-15,.ant-col-xs-16,.ant-col-xs-17,.ant-col-xs-18,.ant-col-xs-19,.ant-col-xs-20,.ant-col-xs-21,.ant-col-xs-22,.ant-col-xs-23,.ant-col-xs-24{flex:0 0 auto;float:left}.ant-col-xs-24{display:block;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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}@media (min-width:576px){.ant-col-sm-1,.ant-col-sm-2,.ant-col-sm-3,.ant-col-sm-4,.ant-col-sm-5,.ant-col-sm-6,.ant-col-sm-7,.ant-col-sm-8,.ant-col-sm-9,.ant-col-sm-10,.ant-col-sm-11,.ant-col-sm-12,.ant-col-sm-13,.ant-col-sm-14,.ant-col-sm-15,.ant-col-sm-16,.ant-col-sm-17,.ant-col-sm-18,.ant-col-sm-19,.ant-col-sm-20,.ant-col-sm-21,.ant-col-sm-22,.ant-col-sm-23,.ant-col-sm-24{flex:0 0 auto;float:left}.ant-col-sm-24{display:block;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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}}@media (min-width:768px){.ant-col-md-1,.ant-col-md-2,.ant-col-md-3,.ant-col-md-4,.ant-col-md-5,.ant-col-md-6,.ant-col-md-7,.ant-col-md-8,.ant-col-md-9,.ant-col-md-10,.ant-col-md-11,.ant-col-md-12,.ant-col-md-13,.ant-col-md-14,.ant-col-md-15,.ant-col-md-16,.ant-col-md-17,.ant-col-md-18,.ant-col-md-19,.ant-col-md-20,.ant-col-md-21,.ant-col-md-22,.ant-col-md-23,.ant-col-md-24{flex:0 0 auto;float:left}.ant-col-md-24{display:block;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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}}@media (min-width:992px){.ant-col-lg-1,.ant-col-lg-2,.ant-col-lg-3,.ant-col-lg-4,.ant-col-lg-5,.ant-col-lg-6,.ant-col-lg-7,.ant-col-lg-8,.ant-col-lg-9,.ant-col-lg-10,.ant-col-lg-11,.ant-col-lg-12,.ant-col-lg-13,.ant-col-lg-14,.ant-col-lg-15,.ant-col-lg-16,.ant-col-lg-17,.ant-col-lg-18,.ant-col-lg-19,.ant-col-lg-20,.ant-col-lg-21,.ant-col-lg-22,.ant-col-lg-23,.ant-col-lg-24{flex:0 0 auto;float:left}.ant-col-lg-24{display:block;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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}}@media (min-width:1200px){.ant-col-xl-1,.ant-col-xl-2,.ant-col-xl-3,.ant-col-xl-4,.ant-col-xl-5,.ant-col-xl-6,.ant-col-xl-7,.ant-col-xl-8,.ant-col-xl-9,.ant-col-xl-10,.ant-col-xl-11,.ant-col-xl-12,.ant-col-xl-13,.ant-col-xl-14,.ant-col-xl-15,.ant-col-xl-16,.ant-col-xl-17,.ant-col-xl-18,.ant-col-xl-19,.ant-col-xl-20,.ant-col-xl-21,.ant-col-xl-22,.ant-col-xl-23,.ant-col-xl-24{flex:0 0 auto;float:left}.ant-col-xl-24{display:block;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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}}@media (min-width:1600px){.ant-col-xxl-1,.ant-col-xxl-2,.ant-col-xxl-3,.ant-col-xxl-4,.ant-col-xxl-5,.ant-col-xxl-6,.ant-col-xxl-7,.ant-col-xxl-8,.ant-col-xxl-9,.ant-col-xxl-10,.ant-col-xxl-11,.ant-col-xxl-12,.ant-col-xxl-13,.ant-col-xxl-14,.ant-col-xxl-15,.ant-col-xxl-16,.ant-col-xxl-17,.ant-col-xxl-18,.ant-col-xxl-19,.ant-col-xxl-20,.ant-col-xxl-21,.ant-col-xxl-22,.ant-col-xxl-23,.ant-col-xxl-24{flex:0 0 auto;float:left}.ant-col-xxl-24{display:block;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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;box-sizing:border-box;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-input{box-sizing:border-box;margin:0;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;width:100%;height:36px;padding:4px 11px;color:#545454;font-size:14px;line-height:36px;line-height:1.3\9;background-color:#fff;background-image:none;border-radius:var(--borderRadius);border:1px solid #e7e5e4;transition:all .3s}.ant-input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-input:-ms-input-placeholder{color:#bfbfbf}.ant-input::-webkit-input-placeholder{color:#bfbfbf}.ant-input:placeholder-shown{text-overflow:ellipsis}.ant-input:hover{border-color:#28aaeb;border-right-width:1px!important}.ant-input:focus{border-color:var(--btn-primaryBackground);border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px var(--btn-primaryBackground)}.ant-input-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-input-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-input[disabled]{color:rgba(0,0,0,.65);height:43px;background:#f1f5f9;border-color:#cbd5e1;cursor:not-allowed;opacity:1}.ant-input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}textarea.ant-input{max-width:100%;height:auto;min-height:36px;line-height:1.3;vertical-align:bottom;transition:all .3s,height 0s}.ant-input-lg{height:40px;padding:6px 11px;font-size:16px;line-height:40px;line-height:1.3\9}.ant-input-sm{height:24px;padding:1px 7px;line-height:24px;line-height:1.3\9}.ant-input-group{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:relative;display:table;width:100%;border-collapse:initial;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-group-addon{position:relative;padding:0 11px;color:#545454;font-weight:400;font-size:14px;line-height:1;text-align:center;background-color:#fafafa;border:1px solid #d9d9d9;border-radius:6px;transition:all .3s}.ant-input-group-addon .ant-select{margin:-5px -11px}.ant-input-group-addon .ant-select .ant-select-selection{margin:-1px;background-color:inherit;border:1px solid transparent;box-shadow:none}.ant-input-group-addon .ant-select-focused .ant-select-selection,.ant-input-group-addon .ant-select-open .ant-select-selection{color:var(--first)}.ant-input-group-addon>i:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;content:""}.ant-input-group-addon:first-child,.ant-input-group-addon:first-child .ant-select .ant-select-selection,.ant-input-group>.ant-input:first-child,.ant-input-group>.ant-input:first-child .ant-select .ant-select-selection{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-selection,.ant-input-group>.ant-input:last-child,.ant-input-group>.ant-input:last-child .ant-select .ant-select-selection{border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-group-lg .ant-input,.ant-input-group-lg>.ant-input-group-addon{height:40px;padding:6px 11px;font-size:16px;line-height:40px;line-height:1.3\9}.ant-input-group-sm .ant-input,.ant-input-group-sm>.ant-input-group-addon{height:24px;padding:1px 7px;line-height:24px;line-height:1.3\9}.ant-input-group-lg .ant-select-selection--single{height:40px}.ant-input-group-sm .ant-select-selection--single{height:24px}.ant-input-group .ant-input-affix-wrapper{display:table-cell;float:left;width:100%}.ant-input-group.ant-input-group-compact{display:block;zoom:1}.ant-input-group.ant-input-group-compact:after,.ant-input-group.ant-input-group-compact:before{display:table;content:""}.ant-input-group.ant-input-group-compact:after{clear:both}.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>: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-calendar-picker .ant-input,.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input,.ant-input-group.ant-input-group-compact>.ant-mention-wrapper .ant-mention-editor,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input,.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selection,.ant-input-group.ant-input-group-compact>.ant-time-picker .ant-time-picker-input{border-right-width:1px;border-radius:var(--borderRadius)}.ant-input-group.ant-input-group-compact>.ant-calendar-picker .ant-input:focus,.ant-input-group.ant-input-group-compact>.ant-calendar-picker .ant-input:hover,.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-mention-wrapper .ant-mention-editor:focus,.ant-input-group.ant-input-group-compact>.ant-mention-wrapper .ant-mention-editor: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>.ant-select-selection:focus,.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selection:hover,.ant-input-group.ant-input-group-compact>.ant-time-picker .ant-time-picker-input:focus,.ant-input-group.ant-input-group-compact>.ant-time-picker .ant-time-picker-input:hover{z-index:1}.ant-input-group.ant-input-group-compact>.ant-calendar-picker:first-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-cascader-picker:first-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-mention-wrapper:first-child .ant-mention-editor,.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-selection,.ant-input-group.ant-input-group-compact>.ant-time-picker:first-child .ant-time-picker-input,.ant-input-group.ant-input-group-compact>:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}.ant-input-group.ant-input-group-compact>.ant-calendar-picker:last-child .ant-input,.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-mention-wrapper:last-child .ant-mention-editor,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:last-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selection,.ant-input-group.ant-input-group-compact>.ant-time-picker:last-child .ant-time-picker-input,.ant-input-group.ant-input-group-compact>:last-child{border-right-width:1px;border-top-right-radius:6px;border-bottom-right-radius:6px}.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input{vertical-align:top}.ant-input-group-wrapper{display:inline-block;width:100%;text-align:start;vertical-align:top}.ant-input-affix-wrapper{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;width:100%;text-align:start}.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled){border-color:var(--btn-primaryBackground);border-right-width:1px!important}.ant-input-affix-wrapper .ant-input{position:relative;text-align:inherit}.ant-input-affix-wrapper .ant-input-prefix,.ant-input-affix-wrapper .ant-input-suffix{position:absolute;top:50%;z-index:2;color:#545454;line-height:0;transform:translateY(-50%)}.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),.ant-input-affix-wrapper .ant-input-suffix :not(.anticon){line-height:1.3}.ant-input-affix-wrapper .ant-input-prefix{left:12px}.ant-input-affix-wrapper .ant-input-suffix{right:12px}.ant-input-affix-wrapper .ant-input:not(:first-child){padding-left:30px}.ant-input-affix-wrapper .ant-input:not(:last-child){padding-right:30px}.ant-input-affix-wrapper.ant-input-affix-wrapper-with-clear-btn .ant-input:not(:last-child){padding-right:49px}.ant-input-affix-wrapper .ant-input{min-height:100%}.ant-input-password-icon{color:#595959;cursor:pointer;transition:all .3s}.ant-input-password-icon:hover{color:#333}.ant-input-clear-icon{color:rgba(0,0,0,.25);font-size:12px;vertical-align:0;cursor:pointer;transition:color .3s}.ant-input-clear-icon:hover{color:#595959}.ant-input-clear-icon:active{color:#545454}.ant-input-clear-icon+i{margin-left:6px}.ant-input-search-icon{color:#595959;cursor:pointer;transition:all .3s}.ant-input-search-icon:hover{color:rgba(0,0,0,.8)}.ant-input-search-enter-button input{border-right:0}.ant-input-search-enter-button+.ant-input-group-addon,.ant-input-search-enter-button input+.ant-input-group-addon{padding:0;border:0}.ant-input-search-enter-button+.ant-input-group-addon .ant-input-search-button,.ant-input-search-enter-button input+.ant-input-group-addon .ant-input-search-button{width:100%;border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-number{box-sizing:border-box;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:relative;width:100%;height:36px;color:#334155;font-size:14px;line-height:36px;line-height:1.3\9;background-color:#fff;background-image:none;transition:all .3s;display:inline-block;width:90px;margin:0;padding:0;border:1px solid #e2e8f0;border-radius:var(--borderRadius)}.ant-input-number::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-input-number:-ms-input-placeholder{color:#bfbfbf}.ant-input-number::-webkit-input-placeholder{color:#bfbfbf}.ant-input-number:placeholder-shown{text-overflow:ellipsis}.ant-input-number:focus{border-color:var(--btn-primaryBackground);border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px var(--btn-primaryBackground)}.ant-input-number[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-input-number[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}textarea.ant-input-number{max-width:100%;height:auto;min-height:36px;line-height:1.3;vertical-align:bottom;transition:all .3s,height 0s}.ant-input-number-lg{height:40px;padding:6px 11px;line-height:40px;line-height:1.3\9}.ant-input-number-sm{height:24px;padding:1px 7px;line-height:24px;line-height:1.3\9}.ant-input-number-handler{position:relative;display:block;width:100%;height:50%;overflow:hidden;color:#595959;font-weight:700;line-height:0;text-align:center;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:#28aaeb}.ant-input-number-handler-down-inner,.ant-input-number-handler-up-inner{display:inline-block;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:#595959;line-height:12px;transition:all .1s linear;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-focused,.ant-input-number:hover{border-color:var(--btn-primaryBackground);border-right-width:1px!important}.ant-input-number-focused{outline:0;box-shadow:0 0 0 2px var(--btn-primaryBackground)}.ant-input-number-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-input-number-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-input-number-disabled .ant-input-number-input{cursor:not-allowed}.ant-input-number-disabled .ant-input-number-handler-wrap{display:none}.ant-input-number-input{width:100%;height:34px;padding:0 11px;text-align:left;background-color:initial;border:0;border-radius:var(--borderRadius);outline:0;transition:all .3s linear;-moz-appearance:textfield!important}.ant-input-number-input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-input-number-input:-ms-input-placeholder{color:#bfbfbf}.ant-input-number-input::-webkit-input-placeholder{color:#bfbfbf}.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}.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:#fff;border-left:1px solid #e2e8f0;border-radius:0 6px 6px 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:inline-block;font-size:12px;font-size:7px\9;transform:scale(.58333333) rotate(0deg);min-width:auto;margin-right:0}:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner,:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner{font-size:12px}.ant-input-number-handler-wrap:hover .ant-input-number-handler{height:40%}.ant-input-number:hover .ant-input-number-handler-wrap{opacity:1}.ant-input-number-handler-up{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 #e2e8f0;cursor:pointer}.ant-input-number-handler-down-inner{top:50%;margin-top:-6px;text-align:center}.ant-input-number-handler-down:hover{height:60%!important}.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-layout{display:flex;flex:auto;flex-direction:column;min-height:0;background:#f5f5f5}.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{overflow-x:hidden}.ant-layout-footer,.ant-layout-header{flex:0 0 auto}.ant-layout-header{padding:0 32px;line-height:72px;background:var(--topbar-background);color:var(--topbar-text)}.ant-layout-content{flex:auto;min-height:0}.ant-layout-sider{position:relative;min-width:0;background:var(--first);transition:all .2s}.ant-layout-sider-children{height:100%;margin-top:-.1px;padding-top:.1px;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.ant-layout-sider-children::-webkit-scrollbar{display:none;-ms-overflow-style:none;scrollbar-width:none}.ant-layout-sider-has-trigger{padding-bottom:30px}.ant-layout-sider-right{order:1}.ant-layout-sider-trigger{position:fixed;bottom:0;z-index:1;height:30px;color:#fff;line-height:30px;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:72px;right:-36px;z-index:1;width:36px;height:28px;color:#fff;font-size:18px;line-height:28px;text-align:center;background:var(--first);border-radius:0 6px 6px 0;cursor:pointer;transition:background .3s ease}.ant-layout-sider-zero-width-trigger:hover{background:#194775}.ant-layout-sider-zero-width-trigger-right{left:-36px;border-radius:6px 0 0 6px}.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:#545454;background:#fff}.ant-list{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:relative}.ant-list *{outline:none}.ant-list-pagination{margin-top:24px;text-align:right}.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;padding:12px 0}.ant-list-item-content{color:#545454}.ant-list-item-meta{display:flex;flex:1;align-items:flex-start;font-size:0}.ant-list-item-meta-avatar{margin-right:16px}.ant-list-item-meta-content{flex:1 0}.ant-list-item-meta-title{margin-bottom:4px;color:#545454;font-size:14px;line-height:22px}.ant-list-item-meta-title>a{color:#545454;transition:all .3s}.ant-list-item-meta-title>a:hover{color:var(--first)}.ant-list-item-meta-description{color:#595959;font-size:14px;line-height:22px}.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:#595959;font-size:14px;line-height:22px;text-align:center;cursor:pointer}.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:#e8e8e8}.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:#595959;font-size:12px;text-align:center}.ant-list-split .ant-list-item{border-bottom:1px solid #e8e8e8}.ant-list-split .ant-list-item:last-child{border-bottom:none}.ant-list-split .ant-list-header{border-bottom:1px solid #e8e8e8}.ant-list-loading .ant-list-spin-nested-loading{min-height:32px}.ant-list-something-after-last-item .ant-spin-container>.ant-list-items>.ant-list-item:last-child{border-bottom:1px solid #e8e8e8}.ant-list-lg .ant-list-item{padding-top:16px;padding-bottom:16px}.ant-list-sm .ant-list-item{padding-top:8px;padding-bottom:8px}.ant-list-vertical .ant-list-item{align-items:normal}.ant-list-vertical .ant-list-item-main{display:block;flex: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:#535353;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-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:6px}.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-item{border-bottom:1px solid #e8e8e8}.ant-list-bordered .ant-list-pagination{margin:16px 24px}.ant-list-bordered.ant-list-sm .ant-list-item{padding-right:16px;padding-left:16px}.ant-list-bordered.ant-list-sm .ant-list-footer,.ant-list-bordered.ant-list-sm .ant-list-header{padding:8px 16px}.ant-list-bordered.ant-list-lg .ant-list-footer,.ant-list-bordered.ant-list-lg .ant-list-header{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-mentions-wrapper{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;width:100%;vertical-align:middle}.ant-mentions-wrapper .ant-mentions-editor{position:relative;display:inline-block;width:100%;height:36px;color:#545454;font-size:14px;line-height:36px;line-height:1.3\9;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:6px;transition:all .3s;display:block;height:auto;min-height:36px;padding:0;line-height:1.3}.ant-mentions-wrapper .ant-mentions-editor::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-mentions-wrapper .ant-mentions-editor:-ms-input-placeholder{color:#bfbfbf}.ant-mentions-wrapper .ant-mentions-editor::-webkit-input-placeholder{color:#bfbfbf}.ant-mentions-wrapper .ant-mentions-editor:placeholder-shown{text-overflow:ellipsis}.ant-mentions-wrapper .ant-mentions-editor:focus,.ant-mentions-wrapper .ant-mentions-editor:hover{border-color:var(--btn-primaryBackground);border-right-width:1px!important}.ant-mentions-wrapper .ant-mentions-editor:focus{outline:0;box-shadow:0 0 0 2px var(--btn-primaryBackground)}.ant-mentions-wrapper .ant-mentions-editor-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-mentions-wrapper .ant-mentions-editor-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-mentions-wrapper .ant-mentions-editor[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-mentions-wrapper .ant-mentions-editor[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}textarea.ant-mentions-wrapper .ant-mentions-editor{max-width:100%;height:auto;min-height:36px;line-height:1.3;vertical-align:bottom;transition:all .3s,height 0s}.ant-mentions-wrapper .ant-mentions-editor-lg{height:40px;padding:6px 11px;font-size:16px;line-height:40px;line-height:1.3\9}.ant-mentions-wrapper .ant-mentions-editor-sm{height:24px;padding:1px 7px;line-height:24px;line-height:1.3\9}.ant-mentions-wrapper .ant-mentions-editor-wrapper{height:auto;overflow-y:auto}.ant-mentions-wrapper.ant-mentions-active:not(.disabled) .ant-mentions-editor{border-color:var(--btn-primaryBackground);border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px var(--btn-primaryBackground)}.ant-mentions-wrapper.disabled .ant-mentions-editor{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-mentions-wrapper.disabled .ant-mentions-editor:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-mentions-wrapper .public-DraftEditorPlaceholder-root{position:absolute;pointer-events:none}.ant-mentions-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner{height:auto;padding:5px 11px;color:#bfbfbf;white-space:pre-wrap;word-wrap:break-word;outline:none;opacity:1}.ant-mentions-wrapper .DraftEditor-editorContainer .public-DraftEditor-content{height:auto;padding:5px 11px}.ant-mentions-dropdown{min-width:120px;max-height:250px;margin:1.5em 0 0;overflow-x:hidden;overflow-y:auto}.ant-mentions-dropdown-placement-top{margin-top:-.1em}.ant-mentions-dropdown-notfound.ant-mentions-dropdown-item{color:rgba(0,0,0,.25)}.ant-mentions-dropdown-notfound.ant-mentions-dropdown-item .anticon-loading{display:block;color:var(--first);text-align:center}.ant-mentions-dropdown-item{position:relative;display:block;padding:5px 12px;overflow:hidden;color:#545454;font-weight:400;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;transition:background .3s}.ant-mentions-dropdown-item-active,.ant-mentions-dropdown-item.focus,.ant-mentions-dropdown-item:hover{background-color:#e6faff}.ant-mentions-dropdown-item-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-mentions-dropdown-item-disabled:hover{color:rgba(0,0,0,.25);background-color:#fff;cursor:not-allowed}.ant-mentions-dropdown-item-selected,.ant-mentions-dropdown-item-selected:hover{color:#545454;font-weight:700;background-color:#f5f5f5}.ant-mentions-dropdown-item-divider{height:1px;margin:1px 0;overflow:hidden;line-height:0;background-color:#e8e8e8}.ant-mentions{box-sizing:border-box;margin:0;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";width:100%;height:36px;color:#545454;font-size:14px;line-height:36px;line-height:1.3\9;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:6px;transition:all .3s;position:relative;display:inline-block;height:auto;padding:0;overflow:hidden;line-height:unset;white-space:pre-wrap;vertical-align:bottom}.ant-mentions::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-mentions:-ms-input-placeholder{color:#bfbfbf}.ant-mentions::-webkit-input-placeholder{color:#bfbfbf}.ant-mentions:placeholder-shown{text-overflow:ellipsis}.ant-mentions:focus,.ant-mentions:hover{border-color:var(--btn-primaryBackground);border-right-width:1px!important}.ant-mentions:focus{outline:0;box-shadow:0 0 0 2px var(--btn-primaryBackground)}.ant-mentions-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-mentions-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-mentions[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-mentions[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}textarea.ant-mentions{max-width:100%;height:auto;min-height:36px;line-height:1.3;vertical-align:bottom;transition:all .3s,height 0s}.ant-mentions-lg{height:40px;padding:6px 11px;font-size:16px;line-height:40px;line-height:1.3\9}.ant-mentions-sm{height:24px;padding:1px 7px;line-height:24px;line-height:1.3\9}.ant-mentions-disabled>textarea{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-mentions-disabled>textarea:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-mentions-focused{border-color:var(--btn-primaryBackground);border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px var(--btn-primaryBackground)}.ant-mentions-measure,.ant-mentions>textarea{margin:0;padding:4px 11px;overflow:inherit;overflow-x:initial;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;tab-size:inherit}.ant-mentions>textarea{width:100%;border:none;outline:none;resize:none}.ant-mentions>textarea::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-mentions>textarea:-ms-input-placeholder{color:#bfbfbf}.ant-mentions>textarea::-webkit-input-placeholder{color:#bfbfbf}.ant-mentions>textarea:placeholder-shown{text-overflow:ellipsis}.ant-mentions>textarea:read-only{cursor:default}.ant-mentions-measure{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;color:transparent;pointer-events:none}.ant-mentions-dropdown{margin:0;padding:0;color:#545454;font-variant:tabular-nums;line-height:1.3;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:#fff;border-radius:6px;outline:none;box-shadow:0 2px 8px rgba(0,0,0,.15)}.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:#545454;font-weight:400;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;transition:background .3s ease}.ant-mentions-dropdown-menu-item:hover{background-color:#e6faff}.ant-mentions-dropdown-menu-item:first-child{border-radius:6px 6px 0 0}.ant-mentions-dropdown-menu-item:last-child{border-radius:0 0 6px 6px}.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:#fff;cursor:not-allowed}.ant-mentions-dropdown-menu-item-selected{color:#545454;font-weight:600;background-color:#fafafa}.ant-mentions-dropdown-menu-item-active{background-color:#e6faff}.ant-message{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:fixed;top:16px;left:0;z-index:1010;width:100%;pointer-events:none}.ant-message-notice{padding:8px;text-align:center}.ant-message-notice:first-child{margin-top:-8px}.ant-message-notice-content{display:inline-block;padding:10px 16px;background:#fff;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.15);pointer-events:all}.ant-message-success .anticon{color:#52c41a}.ant-message-error .anticon{color:#f5222d}.ant-message-warning .anticon{color:var(--third)}.ant-message-info .anticon,.ant-message-loading .anticon{color:#1890ff}.ant-message .anticon{position:relative;top:1px;margin-right:8px;font-size:16px}.ant-message-notice.move-up-leave.move-up-leave-active{overflow:hidden;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-modal{box-sizing:border-box;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:relative;top:100px;width:auto;margin:0 auto;padding:0 0 24px;pointer-events:none}.ant-modal-wrap{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;overflow:auto;outline:0;-webkit-overflow-scrolling:touch}.ant-modal-title{margin:0;color:var(--default-text);font-weight:500;font-size:16px;word-wrap:break-word;background-color:var(--default-background)}.ant-modal-content{min-width:20vw;overflow:scroll;position:relative;background-color:#fff;background-clip:padding-box;border:0;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.15);pointer-events:auto}.ant-modal-close{position:absolute;top:0;right:0;z-index:10;padding:0;color:#595959;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:38px;height:38px;font-size:14px;font-style:normal;line-height:38px;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:#545454;background:#fff;border-bottom:1px solid #e8e8e8;border-radius:6px 6px 0 0}.ant-modal-body{padding:24px;font-size:14px;line-height:1.3;word-wrap:break-word;background-color:var(--default-background)}.ant-modal-footer{padding:10px 16px;text-align:right;background:transparent;border-top:1px solid #e8e8e8;border-radius:0 0 6px 6px}.ant-modal-footer button+button{margin-bottom:0;margin-left:8px}.ant-modal.zoom-appear,.ant-modal.zoom-enter{transform:none;opacity:0;animation-duration:.3s;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);filter:alpha(opacity=50)}.ant-modal-mask-hidden{display:none}.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;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}}.ant-modal-confirm .ant-modal-close,.ant-modal-confirm .ant-modal-header{display:none}.ant-modal-confirm .ant-modal-body{padding:32px 32px 24px}.ant-modal-confirm-body-wrapper{zoom:1}.ant-modal-confirm-body-wrapper:after,.ant-modal-confirm-body-wrapper:before{display:table;content:""}.ant-modal-confirm-body-wrapper:after{clear:both}.ant-modal-confirm-body .ant-modal-confirm-title{display:block;overflow:hidden;color:#535353;font-weight:500;font-size:16px;line-height:1.4}.ant-modal-confirm-body .ant-modal-confirm-content{margin-top:8px;color:#545454;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{float:right;margin-top:24px}.ant-modal-confirm .ant-modal-confirm-btns button+button{margin-bottom:0;margin-left:8px}.ant-modal-confirm-confirm .ant-modal-confirm-body>.anticon,.ant-modal-confirm-error .ant-modal-confirm-body>.anticon,.ant-modal-confirm-warning .ant-modal-confirm-body>.anticon{color:var(--third)}.ant-modal-confirm-info .ant-modal-confirm-body>.anticon{color:#1890ff}.ant-modal-confirm-success .ant-modal-confirm-body>.anticon{color:#52c41a}.ant-notification{box-sizing:border-box;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:fixed;z-index:1010;width:384px;max-width:calc(100vw - 32px);margin:0 24px 0 0}.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}.ant-notification-close-icon{font-size:14px;cursor:pointer}.ant-notification-notice{position:relative;margin-bottom:16px;padding:16px 24px;overflow:hidden;line-height:1.5;background:#fff;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.ant-notification-notice-message{display:inline-block;margin-bottom:8px;color:#535353;font-size:16px;line-height:24px}.ant-notification-notice-message-single-line-auto-margin{display:block;width:calc(264px - 100%);max-width:4px;background-color:initial;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:#1890ff}.anticon.ant-notification-notice-icon-error,.anticon.ant-notification-notice-icon-warning{color:var(--third)}.ant-notification-notice-close{position:absolute;top:16px;right:22px;color:#595959;outline:none}.ant-notification-notice-close:hover{color:#353535}.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 NotificationLeftFadeIn{0%{right:384px;opacity:0}to{right:0;opacity:1}}@keyframes NotificationFadeOut{0%{max-height:150px;margin-bottom:16px;padding-top:16px 24px;padding-bottom:16px 24px;opacity:1}to{max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0;opacity:0}}.ant-page-header{box-sizing:border-box;margin:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:relative;padding:16px 24px;background:#fff}.ant-page-header.ant-page-header-has-footer{padding-bottom:0}.ant-page-header-back{display:inline-block;padding:4px 0;font-size:16px;line-height:100%}.ant-page-header-back-button{color:var(--first);text-decoration:none;outline:none;transition:color .3s;color:#545454;cursor:pointer}.ant-page-header-back-button:focus,.ant-page-header-back-button:hover{color:#28aaeb}.ant-page-header-back-button:active{color:#006eb8}.ant-page-header .ant-divider-vertical{height:14px;margin:0 12px}.ant-breadcrumb+.ant-page-header-heading{margin-top:12px}.ant-page-header-heading{display:inline-block}.ant-page-header-heading-title{display:inline-block;padding-right:12px;color:#535353;font-weight:700;font-size:16px;line-height:1.4}.ant-page-header-heading-sub-title{display:inline-block;padding-right:12px;color:#595959;font-size:14px;line-height:1.8}.ant-page-header-heading-tags{display:inline-block;vertical-align:top}.ant-page-header-heading-extra{position:absolute;top:16px;right:24px}.ant-page-header-heading-extra>*{margin-left:8px}.ant-page-header-heading-extra>:first-child{margin-left:0}.ant-page-header-content{padding-top:12px}.ant-page-header-footer{margin:0 -8px;padding-top:24px}.ant-page-header-footer .ant-tabs-bar{margin-bottom:1px;border-bottom:0}.ant-page-header-footer .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab{padding:0 8px 12px}.ant-pagination{box-sizing:border-box;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;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:Arial;text-align:center;list-style:none;background-color:var(--pagination-itemBackground);border:1px solid var(--pagination-itemBorder);border-radius:6px;outline:0;cursor:pointer;user-select:none}.ant-pagination-item a{display:block;padding:0 6px;color:var(--pagination-itemText);transition:none}.ant-pagination-item a:hover{text-decoration:none}.ant-pagination-item:focus,.ant-pagination-item:hover{border-color:var(--pagination-hoverBorder);color:var(--pagination-hoverText);transition:all .3s}.ant-pagination-item:focus a,.ant-pagination-item:hover a{color:var(--pagination-hoverText)}.ant-pagination-item-active{font-weight:500;background-color:var(--pagination-activeBackground);border-color:var(--pagination-activeBorder)}.ant-pagination-item-active a{color:var(--pagination-activeText)}.ant-pagination-item-active:focus,.ant-pagination-item-active:hover{border-color:var(--pagination-hoverBorder)}.ant-pagination-item-active:focus a,.ant-pagination-item-active:hover a{color:var(--pagination-hoverText)}.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{display:inline-block;font-size:12px;font-size:12px\9;transform:scale(1) rotate(0deg);color:var(--first);letter-spacing:-1px;opacity:0;transition:all .2s}:root .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon,:root .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon{font-size:12px}.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);letter-spacing:2px;text-align:center;text-indent:.13em;opacity:1;transition:all .2s}.ant-pagination-jump-next:focus .ant-pagination-item-link-icon,.ant-pagination-jump-next:hover .ant-pagination-item-link-icon,.ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon{opacity:1}.ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis,.ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,.ant-pagination-jump-prev:hover .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:#545454;font-family:Arial;line-height:32px;text-align:center;vertical-align:middle;list-style:none;border-radius:6px;cursor:pointer;transition:all .3s}.ant-pagination-next,.ant-pagination-prev{outline:0}.ant-pagination-next a,.ant-pagination-prev a{color:var(--pagination-itemText);user-select:none}.ant-pagination-next:hover a,.ant-pagination-prev:hover a{border-color:#28aaeb}.ant-pagination-next .ant-pagination-item-link,.ant-pagination-prev .ant-pagination-item-link{display:block;height:100%;font-size:12px;text-align:center;background-color:var(--pagination-itemBackground);border:1px solid var(--pagination-itemBorder);border-radius:6px;outline:none;transition:all .3s}.ant-pagination-next:focus .ant-pagination-item-link,.ant-pagination-next:hover .ant-pagination-item-link,.ant-pagination-prev:focus .ant-pagination-item-link,.ant-pagination-prev:hover .ant-pagination-item-link{color:var(--pagination-hoverText);border-color:var(--pagination-hoverBorder)}.ant-pagination-disabled,.ant-pagination-disabled:focus,.ant-pagination-disabled:hover{cursor:not-allowed}.ant-pagination-disabled .ant-pagination-item-link,.ant-pagination-disabled:focus .ant-pagination-item-link,.ant-pagination-disabled:focus a,.ant-pagination-disabled:hover .ant-pagination-item-link,.ant-pagination-disabled:hover a,.ant-pagination-disabled a{color:var(--pagination-disabledText);border-color:var(--pagination-disabledBorder);cursor:not-allowed}.ant-pagination-slash{margin:0 10px 0 5px}.ant-pagination-options{display:inline-block;margin-left:16px;vertical-align:middle}.ant-pagination-options-size-changer.ant-select{display:inline-block;width:auto;margin-right:8px}.ant-pagination-options-quick-jumper{display:inline-block;height:36px;line-height:36px;vertical-align:top}.ant-pagination-options-quick-jumper input{position:relative;display:inline-block;width:100%;height:36px;padding:4px 11px;color:#545454;font-size:14px;line-height:36px;line-height:1.3\9;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:6px;transition:all .3s;width:50px;margin:0 8px}.ant-pagination-options-quick-jumper input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-pagination-options-quick-jumper input:-ms-input-placeholder{color:#bfbfbf}.ant-pagination-options-quick-jumper input::-webkit-input-placeholder{color:#bfbfbf}.ant-pagination-options-quick-jumper input:placeholder-shown{text-overflow:ellipsis}.ant-pagination-options-quick-jumper input:focus,.ant-pagination-options-quick-jumper input:hover{border-color:var(--btn-primaryBackground);border-right-width:1px!important}.ant-pagination-options-quick-jumper input:focus{outline:0;box-shadow:0 0 0 2px var(--btn-primaryBackground)}.ant-pagination-options-quick-jumper input-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-pagination-options-quick-jumper input-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-pagination-options-quick-jumper input[disabled]{color:rgba(0,0,0,.65);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-pagination-options-quick-jumper input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}textarea.ant-pagination-options-quick-jumper input{max-width:100%;height:auto;min-height:36px;line-height:1.3;vertical-align:bottom;transition:all .3s,height 0s}.ant-pagination-options-quick-jumper input-lg{height:40px;padding:6px 11px;font-size:16px;line-height:40px;line-height:1.3\9}.ant-pagination-options-quick-jumper input-sm{height:24px;padding:1px 7px;line-height:24px;line-height:1.3\9}.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;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:#fff;border:1px solid #d9d9d9;border-radius:6px;outline:none;transition:border-color .3s}.ant-pagination-simple .ant-pagination-simple-pager input:hover{border-color:var(--first)}.ant-pagination.mini .ant-pagination-simple-pager,.ant-pagination.mini .ant-pagination-total-text{height:24px;line-height:24px}.ant-pagination.mini .ant-pagination-item{min-width:24px;height:24px;margin:0;line-height:22px}.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active){background:transparent;border-color:transparent}.ant-pagination.mini .ant-pagination-next,.ant-pagination.mini .ant-pagination-prev{min-width:24px;height:24px;margin:0;line-height:24px}.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link,.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link{background:transparent;border-color:transparent}.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link:after,.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link:after{height:24px;line-height:24px}.ant-pagination.mini .ant-pagination-jump-next,.ant-pagination.mini .ant-pagination-jump-prev{height:24px;margin-right:0;line-height:24px}.ant-pagination.mini .ant-pagination-options{margin-left:2px}.ant-pagination.mini .ant-pagination-options-quick-jumper{height:24px;line-height:24px}.ant-pagination.mini .ant-pagination-options-quick-jumper input{height:24px;padding:1px 7px;line-height:24px;line-height:1.3\9;width:44px}.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:#dbdbdb;border-color:transparent}.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a{color:#fff}.ant-pagination.ant-pagination-disabled .ant-pagination-item-link,.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:focus,.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:hover{color:#595959;background:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed}.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-link-icon,.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-link-icon,.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon{opacity:0}.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis,.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis{opacity:1}@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-popover{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:12px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:absolute;top:0;left:0;z-index:1030;font-weight:400;white-space:normal;text-align:left;cursor:auto;user-select:text}.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:10px}.ant-popover-placement-right,.ant-popover-placement-rightBottom,.ant-popover-placement-rightTop{padding-left:10px}.ant-popover-placement-bottom,.ant-popover-placement-bottomLeft,.ant-popover-placement-bottomRight{padding-top:10px}.ant-popover-placement-left,.ant-popover-placement-leftBottom,.ant-popover-placement-leftTop{padding-right:10px}.ant-popover-inner{background-color:#fff;background-clip:padding-box;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 0 8px rgba(0,0,0,.15)\9}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ant-popover-inner{box-shadow:0 2px 8px rgba(0,0,0,.15)}}.ant-popover-title{min-width:177px;min-height:32px;margin:0;padding:5px 16px 4px;color:#535353;font-weight:500;border-bottom:1px solid #e8e8e8}.ant-popover-inner-content{padding:5px 12px;color:#545454}.ant-popover-message{position:relative;padding:4px 0 12px;color:#545454;font-size:14px}.ant-popover-message>.anticon{position:absolute;top:8px;color:var(--third);font-size:14px}.ant-popover-message-title{padding-left:22px}.ant-popover-buttons{margin-bottom:4px;text-align:right}.ant-popover-buttons button{margin-left:8px}.ant-popover-arrow{position:absolute;display:block;width:8.48528137px;height:8.48528137px;background:transparent;border-style:solid;border-width:4.24264069px;transform:rotate(45deg)}.ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow{bottom:6.2px;border-color:transparent #fff #fff transparent;box-shadow:3px 3px 7px rgba(0,0,0,.07)}.ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow{left:50%;transform:translateX(-50%) rotate(45deg)}.ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow{left:16px}.ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow{right:16px}.ant-popover-placement-right>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-rightBottom>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-rightTop>.ant-popover-content>.ant-popover-arrow{left:6px;border-color:transparent transparent #fff #fff;box-shadow:-3px 3px 7px rgba(0,0,0,.07)}.ant-popover-placement-right>.ant-popover-content>.ant-popover-arrow{top:50%;transform:translateY(-50%) rotate(45deg)}.ant-popover-placement-rightTop>.ant-popover-content>.ant-popover-arrow{top:12px}.ant-popover-placement-rightBottom>.ant-popover-content>.ant-popover-arrow{bottom:12px}.ant-popover-placement-bottom>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-bottomLeft>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-bottomRight>.ant-popover-content>.ant-popover-arrow{top:6px;border-color:#fff transparent transparent #fff;box-shadow:-2px -2px 5px rgba(0,0,0,.06)}.ant-popover-placement-bottom>.ant-popover-content>.ant-popover-arrow{left:50%;transform:translateX(-50%) rotate(45deg)}.ant-popover-placement-bottomLeft>.ant-popover-content>.ant-popover-arrow{left:16px}.ant-popover-placement-bottomRight>.ant-popover-content>.ant-popover-arrow{right:16px}.ant-popover-placement-left>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-leftBottom>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-leftTop>.ant-popover-content>.ant-popover-arrow{right:6px;border-color:#fff #fff transparent transparent;box-shadow:3px -3px 7px rgba(0,0,0,.07)}.ant-popover-placement-left>.ant-popover-content>.ant-popover-arrow{top:50%;transform:translateY(-50%) rotate(45deg)}.ant-popover-placement-leftTop>.ant-popover-content>.ant-popover-arrow{top:12px}.ant-popover-placement-leftBottom>.ant-popover-content>.ant-popover-arrow{bottom:12px}.ant-progress{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";display:inline-block}.ant-progress-line{position:relative;width:100%;font-size:14px}.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;stroke:var(--first)}.ant-progress-bg,.ant-progress-success-bg{position:relative;background-color:var(--first);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:#595959;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:#fff;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:var(--third)}.ant-progress-status-exception .ant-progress-text{color:var(--third)}.ant-progress-status-exception .ant-progress-circle-path{stroke:var(--third)}.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-circle-path{stroke:#52c41a}.ant-progress-circle .ant-progress-inner{position:relative;line-height:1;background-color:initial}.ant-progress-circle .ant-progress-text{position:absolute;top:50%;left:50%;width:100%;margin:0;padding:0;color:#545454;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:var(--third)}.ant-progress-circle.ant-progress-status-success .ant-progress-text{color:#52c41a}.ant-progress-circle-gradient .ant-progress-circle-path{stroke:url(#gradient)}@keyframes ant-progress-active{0%{width:0;opacity:.1}20%{width:0;opacity:.5}to{width:100%;opacity:0}}.ant-radio-group{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";display:inline-block;line-height:unset}.ant-radio-wrapper{margin:0 8px 0 0}.ant-radio,.ant-radio-wrapper{box-sizing:border-box;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;white-space:nowrap;cursor:pointer}.ant-radio{margin:0;line-height:1;vertical-align:sub;outline:none}.ant-radio-input:focus+.ant-radio-inner,.ant-radio-wrapper:hover .ant-radio,.ant-radio:hover .ant-radio-inner{border-color:var(--first)}.ant-radio-input:focus+.ant-radio-inner{box-shadow:0 0 0 3px rgba(3,143,222,.08)}.ant-radio-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid var(--first);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:#fff;border:1px solid #d9d9d9;border-radius:100px;transition:all .3s}.ant-radio-inner:after{position:absolute;top:3px;left:3px;display:table;width:8px;height:8px;background-color:var(--first);border-top:0;border-left:0;border-radius:8px;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-checked .ant-radio-inner{border-color:var(--first)}.ant-radio-checked .ant-radio-inner:after{transform:scale(1);opacity:1;transition:all .3s cubic-bezier(.78,.14,.15,.86)}.ant-radio-disabled .ant-radio-inner{background-color:#f5f5f5;border-color:#d9d9d9!important;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:36px;margin:0;padding:0 15px;color:#545454;line-height:34px;background:#fff;border:1px solid #d9d9d9;border-top:1.02px solid #d9d9d9;border-left:0;cursor:pointer;transition:color .3s,background .3s,border-color .3s}.ant-radio-button-wrapper a{color:#545454}.ant-radio-button-wrapper>.ant-radio-button{display:block;width:0;height:0;margin-left:0}.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:0;left:-1px;display:block;width:1px;height:100%;background-color:#d9d9d9;content:""}.ant-radio-button-wrapper:first-child{border-left:1px solid #d9d9d9;border-radius:6px 0 0 6px}.ant-radio-button-wrapper:last-child{border-radius:0 6px 6px 0}.ant-radio-button-wrapper:first-child:last-child{border-radius:6px}.ant-radio-button-wrapper:hover{position:relative;color:var(--first)}.ant-radio-button-wrapper:focus-within{outline:3px solid rgba(3,143,222,.06)}.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:var(--first);background:#fff;border-color:var(--first);box-shadow:-1px 0 0 0 var(--first)}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before{background-color:var(--first)!important;opacity:.1}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child{border-color:var(--first);box-shadow:none!important}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover{color:#28aaeb;border-color:#28aaeb;box-shadow:-1px 0 0 0 #28aaeb}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active{color:#006eb8;border-color:#006eb8;box-shadow:-1px 0 0 0 #006eb8}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within{outline:3px solid rgba(3,143,222,.06)}.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){color:#fff;background:var(--first);border-color:var(--first)}.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover{color:#fff;background:#28aaeb;border-color:#28aaeb}.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active{color:#fff;background:#006eb8;border-color:#006eb8}.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within{outline:3px solid rgba(3,143,222,.06)}.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:#fff;background-color:#e6e6e6;border-color:#d9d9d9;box-shadow:none}@keyframes antRadioEffect{0%{transform:scale(1);opacity:.5}to{transform:scale(1.6);opacity:0}}@supports (-moz-appearance:meterbar) and (background-blend-mode:difference,normal){.ant-radio{vertical-align:text-bottom}}.ant-rate{box-sizing:border-box;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;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:hover{transform:scale(1)}.ant-rate-star{position:relative;display:inline-block;margin:0;padding:0;color:inherit;cursor:pointer;transition:all .3s}.ant-rate-star:not(:last-child){margin-right:8px}.ant-rate-star>div:focus{outline:0}.ant-rate-star>div:focus,.ant-rate-star>div:hover{transform:scale(1.1)}.ant-rate-star-first,.ant-rate-star-second{color:#e8e8e8;transition:all .3s;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-left:8px;font-size:14px}.ant-result{padding:48px 32px}.ant-result-success .ant-result-icon>.anticon{color:#52c41a}.ant-result-error .ant-result-icon>.anticon{color:var(--third)}.ant-result-info .ant-result-icon>.anticon{color:#1890ff}.ant-result-warning .ant-result-icon>.anticon{color:var(--third)}.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:#535353;font-size:24px;line-height:1.8;text-align:center}.ant-result-subtitle{color:#595959;font-size:14px;line-height:1.6;text-align:center}.ant-result-extra{margin-top:32px;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:#fafafa}.ant-select{box-sizing:border-box;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;font-feature-settings:"tnum";position:relative;display:inline-block;outline:0}.ant-select,.ant-select ol,.ant-select ul{margin:0;padding:0;list-style:none}.ant-select>ul>li>a{padding:0;background-color:#fff}.ant-select-arrow{display:inline-block;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;top:50%;right:11px;margin-top:-6px;color:#292524;font-size:12px;line-height:1;transform-origin:50% 50%}.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 .ant-select-arrow-icon svg{transition:transform .3s}.ant-select-selection{display:block;box-sizing:border-box;background-color:#fff;border:1px solid #e2e8f0;border-top:1.02px solid #e2e8f0;border-radius:var(--borderRadius);outline:none;transition:all .3s cubic-bezier(.645,.045,.355,1);user-select:none}.ant-select-selection:hover{border-color:var(--btn-primaryBackground);border-right-width:1px!important}.ant-select-focused .ant-select-selection,.ant-select-selection:active,.ant-select-selection:focus{border-color:var(--btn-primaryBackground);border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px var(--btn-primaryBackground)}.ant-select-selection__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:12px;text-align:center;text-transform:none;background:#fff;cursor:pointer;opacity:0;transition:color .3s ease,opacity .15s ease;text-rendering:auto}.ant-select-selection__clear:before{display:block}.ant-select-selection__clear:hover{color:#595959}.ant-select-selection:hover .ant-select-selection__clear{opacity:1}.ant-select-selection-selected-value{float:left;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-select-no-arrow .ant-select-selection-selected-value{padding-right:0}.ant-select-disabled{color:rgba(0,0,0,.25)}.ant-select-disabled .ant-select-selection{background:#f5f5f5;cursor:not-allowed}.ant-select-disabled .ant-select-selection:active,.ant-select-disabled .ant-select-selection:focus,.ant-select-disabled .ant-select-selection:hover{border-color:#d9d9d9;box-shadow:none}.ant-select-disabled .ant-select-selection__clear{display:none;visibility:hidden;pointer-events:none}.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice{padding-right:10px;color:rgba(0,0,0,.33);background:#f5f5f5}.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove{display:none}.ant-select-selection--single{position:relative;height:36px;cursor:pointer}.ant-select-selection--single .ant-select-selection__rendered{margin-right:24px}.ant-select-no-arrow .ant-select-selection__rendered{margin-right:11px}.ant-select-selection__rendered{position:relative;display:block;margin-right:11px;margin-left:11px;line-height:34px}.ant-select-selection__rendered:after{display:inline-block;width:0;visibility:hidden;content:".";pointer-events:none}.ant-select-lg{font-size:16px}.ant-select-lg .ant-select-selection--single{height:40px}.ant-select-lg .ant-select-selection__rendered{line-height:38px}.ant-select-lg .ant-select-selection--multiple{min-height:40px}.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li{height:32px;line-height:32px}.ant-select-lg .ant-select-selection--multiple .ant-select-arrow,.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear{top:20px}.ant-select-sm .ant-select-selection--single{height:24px}.ant-select-sm .ant-select-selection__rendered{margin-left:7px;line-height:22px}.ant-select-sm .ant-select-selection--multiple{min-height:24px}.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li{height:16px;line-height:14px}.ant-select-sm .ant-select-selection--multiple .ant-select-arrow,.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear{top:12px}.ant-select-sm .ant-select-arrow,.ant-select-sm .ant-select-selection__clear{right:8px}.ant-select-disabled .ant-select-selection__choice__remove{color:rgba(0,0,0,.25);cursor:default}.ant-select-disabled .ant-select-selection__choice__remove:hover{color:rgba(0,0,0,.25)}.ant-select-search__field__wrap{position:relative;display:inline-block}.ant-select-search__field__placeholder,.ant-select-selection__placeholder{position:absolute;top:50%;right:9px;left:0;max-width:100%;height:20px;margin-top:-10px;overflow:hidden;color:#bfbfbf;line-height:20px;white-space:nowrap;text-align:left;text-overflow:ellipsis}.ant-select-search__field__placeholder{left:12px}.ant-select-search__field__mirror{position:absolute;top:0;left:0;white-space:pre;opacity:0;pointer-events:none}.ant-select-search--inline{position:absolute;width:100%;height:100%}.ant-select-search--inline .ant-select-search__field__wrap{width:100%;height:100%}.ant-select-search--inline .ant-select-search__field{width:100%;height:100%;font-size:100%;line-height:1;background:transparent;border-width:0;border-radius:var(--borderRadius);outline:0}.ant-select-search--inline>i{float:right}.ant-select-selection--multiple{min-height:36px;padding-bottom:3px;cursor:text;zoom:1}.ant-select-selection--multiple:after,.ant-select-selection--multiple:before{display:table;content:""}.ant-select-selection--multiple:after{clear:both}.ant-select-selection--multiple .ant-select-search--inline{position:static;float:left;width:auto;max-width:100%;padding:0}.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field{width:.75em;max-width:100%}.ant-select-selection--multiple .ant-select-selection__rendered{height:auto;margin-bottom:-3px;margin-left:5px}.ant-select-selection--multiple .ant-select-selection__placeholder{margin-left:6px}.ant-select-selection--multiple .ant-select-selection__rendered>ul>li,.ant-select-selection--multiple>ul>li{height:28px;margin-top:3px;line-height:26px}.ant-select-selection--multiple .ant-select-selection__choice{position:relative;float:left;max-width:99%;margin-right:4px;padding:0 20px 0 10px;overflow:hidden;color:#545454;background-color:#fafafa;border:1px solid #e2e8f0;border-radius:var(--borderRadius);cursor:default;transition:padding .3s cubic-bezier(.645,.045,.355,1)}.ant-select-selection--multiple .ant-select-selection__choice__disabled{padding:0 10px}.ant-select-selection--multiple .ant-select-selection__choice__content{display:inline-block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:margin .3s cubic-bezier(.645,.045,.355,1)}.ant-select-selection--multiple .ant-select-selection__choice__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;position:absolute;right:4px;color:#595959;font-weight:700;line-height:inherit;cursor:pointer;transition:all .3s;display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}.ant-select-selection--multiple .ant-select-selection__choice__remove>*{line-height:1}.ant-select-selection--multiple .ant-select-selection__choice__remove svg{display:inline-block}.ant-select-selection--multiple .ant-select-selection__choice__remove:before{display:none}.ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-selection--multiple .ant-select-selection__choice__remove-icon{display:block}:root .ant-select-selection--multiple .ant-select-selection__choice__remove{font-size:12px}.ant-select-selection--multiple .ant-select-selection__choice__remove:hover{color:rgba(0,0,0,.75)}.ant-select-selection--multiple .ant-select-arrow,.ant-select-selection--multiple .ant-select-selection__clear{top:18px}.ant-select-allow-clear .ant-select-selection--single .ant-select-selection-selected-value{padding-right:16px}.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered,.ant-select-show-arrow .ant-select-selection--multiple .ant-select-selection__rendered{margin-right:20px}.ant-select-open .ant-select-arrow-icon svg{transform:rotate(180deg)}.ant-select-open .ant-select-selection{border-color:var(--btn-primaryBackground);border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px var(--btn-primaryBackground)}.ant-select-combobox .ant-select-arrow{display:none}.ant-select-combobox .ant-select-search--inline{float:none;width:100%;height:100%}.ant-select-combobox .ant-select-search__field__wrap{width:100%;height:100%}.ant-select-combobox .ant-select-search__field{position:relative;z-index:1;width:100%;height:100%;box-shadow:none;transition:all .3s cubic-bezier(.645,.045,.355,1),height 0s}.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered,.ant-select-combobox.ant-select-show-arrow .ant-select-selection:hover .ant-select-selection__rendered{margin-right:20px}.ant-select-dropdown{margin:0;padding:0;color:#545454;font-variant:tabular-nums;line-height:1.3;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:#fff;border-radius:var(--borderRadius);outline:none;box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft,.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft{animation-name:antSlideUpIn}.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft,.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft{animation-name:antSlideDownIn}.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft{animation-name:antSlideUpOut}.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft{animation-name:antSlideDownOut}.ant-select-dropdown-hidden{display:none}.ant-select-dropdown-menu{max-height:250px;margin-bottom:0;padding-left:0;overflow:auto;list-style:none;outline:none}.ant-select-dropdown-menu-item-group-list{margin:0;padding:0}.ant-select-dropdown-menu-item-group-list>.ant-select-dropdown-menu-item{padding-left:20px}.ant-select-dropdown-menu-item-group-title{height:32px;padding:0 12px;color:#595959;font-size:12px;line-height:32px}.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child{border-radius:0}.ant-select-dropdown-menu-item{position:relative;display:block;padding:5px 12px;overflow:hidden;color:#545454;font-weight:400;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;transition:background .3s ease}.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled){background-color:#e6faff}.ant-select-dropdown-menu-item:first-child{border-radius:6px 6px 0 0}.ant-select-dropdown-menu-item:last-child{border-radius:0 0 6px 6px}.ant-select-dropdown-menu-item-selected{color:#545454;font-weight:600;background-color:#fafafa}.ant-select-dropdown-menu-item-disabled,.ant-select-dropdown-menu-item-disabled:hover{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled){background-color:#e6faff}.ant-select-dropdown-menu-item-divider{height:1px;margin:1px 0;overflow:hidden;line-height:0;background-color:#e8e8e8}.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item{padding-right:32px}.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon{position:absolute;top:50%;right:12px;color:transparent;font-weight:700;font-size:12px;text-shadow:0 .1px 0,.1px 0 0,0 -.1px 0,-.1px 0;transform:translateY(-50%);transition:all .2s}.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon{color:rgba(0,0,0,.87)}.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon{display:none}.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon{display:inline-block;color:var(--first)}.ant-select-dropdown--empty.ant-select-dropdown--multiple .ant-select-dropdown-menu-item{padding-right:12px}.ant-select-dropdown-container-open .ant-select-dropdown,.ant-select-dropdown-open .ant-select-dropdown{display:block}.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:#f2f2f2;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;margin-top:16px;background:#f2f2f2}.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:#f2f2f2}.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.ant-skeleton-active .ant-skeleton-avatar,.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph>li,.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title{background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background-size:400% 100%;animation:ant-skeleton-loading 1.4s ease infinite}@keyframes ant-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.ant-slider{box-sizing:border-box;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:relative;height:12px;margin:14px 6px 10px;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-bottom:-7px;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;left:2px;margin-bottom:-4px}.ant-slider-with-marks{margin-bottom:28px}.ant-slider-rail{width:100%;background-color:#f5f5f5;border-radius:4px}.ant-slider-rail,.ant-slider-track{position:absolute;height:4px;transition:background-color .3s}.ant-slider-track{background-color:#7ddcff;border-radius:6px}.ant-slider-handle{position:absolute;width:14px;height:14px;margin-top:-5px;margin-left:-7px;background-color:#fff;border:2px solid #7ddcff;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:focus{border-color:#35a5e5;outline:none;box-shadow:0 0 0 5px rgba(var(--btn-primaryBackground),.2)}.ant-slider-handle.ant-tooltip-open{border-color:var(--first)}.ant-slider:hover .ant-slider-rail{background-color:#e1e1e1}.ant-slider:hover .ant-slider-track{background-color:#52c6f7}.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open){border-color:#52c6f7}.ant-slider-mark{position:absolute;top:14px;left:0;width:100%;font-size:14px}.ant-slider-mark-text{position:absolute;display:inline-block;color:#595959;text-align:center;word-break:keep-all;cursor:pointer}.ant-slider-mark-text-active{color:#545454}.ant-slider-step{position:absolute;width:100%;height:4px;background:transparent}.ant-slider-dot{position:absolute;top:-2px;width:8px;height:8px;background-color:#fff;border:2px solid #e8e8e8;border-radius:50%;cursor:pointer}.ant-slider-dot,.ant-slider-dot:first-child,.ant-slider-dot:last-child{margin-left:-4px}.ant-slider-dot-active{border-color:#81c7ef}.ant-slider-disabled{cursor:not-allowed}.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:#fff;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-spin{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:absolute;display:none;color:var(--first);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;text-shadow:0 1px 2px #fff}.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:#fff;opacity:0;transition:all .3s;content:"";pointer-events:none}.ant-spin-blur{clear:both;overflow:hidden;opacity:.5;user-select:none;pointer-events:none}.ant-spin-blur:after{opacity:.4;pointer-events:auto}.ant-spin-tip{color:#595959}.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:var(--second);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(45deg);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:#fff;opacity:.5}}@keyframes antSpinMove{to{opacity:1}}@keyframes antRotate{to{transform:rotate(405deg)}}.ant-statistic{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum"}.ant-statistic-title{margin-bottom:4px;color:#595959;font-size:14px}.ant-statistic-content{color:#535353;font-size:24px;font-family:var(--font-secondary)}.ant-statistic-content-value-decimal{font-size:16px}.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;font-size:16px}.ant-switch{margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;box-sizing:border-box;min-width:44px;height:22px;line-height:20px;vertical-align:middle;background-color:rgba(0,0,0,.25);border:1px solid transparent;border-radius:100px;cursor:pointer;transition:all .36s;user-select:none}.ant-switch-inner{display:block;margin-right:6px;margin-left:24px;color:#fff;font-size:12px}.ant-switch-loading-icon,.ant-switch:after{position:absolute;top:1px;left:1px;width:18px;height:18px;background-color:#fff;border-radius:18px;cursor:pointer;transition:all .36s cubic-bezier(.78,.14,.15,.86);content:" "}.ant-switch:after{box-shadow:0 2px 4px 0 rgba(0,35,11,.2)}.ant-switch:not(.ant-switch-disabled):active:after,.ant-switch:not(.ant-switch-disabled):active:before{width:24px}.ant-switch-loading-icon{z-index:1;display:none;font-size:12px;background:transparent}.ant-switch-loading-icon svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.ant-switch-loading .ant-switch-loading-icon{display:inline-block;color:#545454}.ant-switch-checked.ant-switch-loading .ant-switch-loading-icon{color:var(--first)}.ant-switch:focus{outline:0;box-shadow:0 0 0 2px var(--btn-primaryBackground)}.ant-switch:focus:hover{box-shadow:none}.ant-switch-small{min-width:28px;height:16px;line-height:14px}.ant-switch-small .ant-switch-inner{margin-right:3px;margin-left:18px;font-size:12px}.ant-switch-small:after{width:12px;height:12px}.ant-switch-small:active:after,.ant-switch-small:active:before{width:16px}.ant-switch-small .ant-switch-loading-icon{width:12px;height:12px}.ant-switch-small.ant-switch-checked .ant-switch-inner{margin-right:18px;margin-left:3px}.ant-switch-small.ant-switch-checked .ant-switch-loading-icon{left:100%;margin-left:-13px}.ant-switch-small.ant-switch-loading .ant-switch-loading-icon{font-weight:700;transform:scale(.66667)}.ant-switch-checked{background-color:var(--first)}.ant-switch-checked .ant-switch-inner{margin-right:24px;margin-left:6px}.ant-switch-checked:after{left:100%;margin-left:-1px;transform:translateX(-100%)}.ant-switch-checked .ant-switch-loading-icon{left:100%;margin-left:-19px}.ant-switch-disabled,.ant-switch-loading{cursor:not-allowed;opacity:.4}.ant-switch-disabled *,.ant-switch-disabled:after,.ant-switch-disabled:before,.ant-switch-loading *,.ant-switch-loading:after,.ant-switch-loading:before{cursor:not-allowed}@keyframes AntSwitchSmallLoadingCircle{0%{transform:rotate(0deg) scale(.66667);transform-origin:50% 50%}to{transform:rotate(1turn) scale(.66667);transform-origin:50% 50%}}.ant-table-wrapper{zoom:1}.ant-table-wrapper:after,.ant-table-wrapper:before{display:table;content:""}.ant-table-wrapper:after{clear:both}.ant-table{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:relative;clear:both}.ant-table-body{transition:opacity .3s}.ant-table-empty .ant-table-body{overflow-x:auto!important;overflow-y:hidden!important}.ant-table table{width:100%;text-align:left;border-radius:6px 6px 0 0;border-collapse:initial;border-spacing:0}.ant-table table table{width:max-content!important}.ant-table-thead>tr>th{background-color:var(--default-background);color:var(--default-text);font-weight:500;text-align:left;border-bottom:1px solid #e8e8e8;transition:background-color .3s ease}.ant-table-thead>tr>th[colspan]{text-align:center}.ant-table-thead>tr>th .ant-table-filter-icon,.ant-table-thead>tr>th .anticon-filter{position:absolute;top:0;right:0;height:100%;color:#bfbfbf;font-size:14px;margin-right:.3rem;width:15px;text-align:center;cursor:pointer;transition:all .3s}.ant-table-thead>tr>th .ant-table-filter-icon>svg,.ant-table-thead>tr>th .anticon-filter>svg{position:absolute;top:50%;left:50%;margin-top:-5px;margin-left:-6px}.ant-table-thead>tr>th .ant-table-filter-selected.anticon-filter{color:var(--first)}.ant-table-thead>tr>th .ant-table-column-sorter{display:table-cell;vertical-align:middle}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner{height:1em;margin-top:.35em;margin-left:.57142857em;color:#bfbfbf;line-height:1em;text-align:center;transition:all .3s}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down,.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up{display:inline-block;font-size:12px;font-size:11px\9;transform:scale(.91666667) rotate(0deg);display:block;height:1em;line-height:1em;transition:all .3s}:root .ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down,:root .ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up{font-size:12px}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down.on,.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up.on{color:var(--first)}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner-full{margin-top:-.15em}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down,.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-up{height:.5em;line-height:.5em}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down{margin-top:.125em}.ant-table-thead>tr>th.ant-table-column-has-actions{position:relative;background-clip:padding-box;-webkit-background-clip:border-box}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters{padding-right:30px!important}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon.ant-table-filter-open,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters .anticon-filter.ant-table-filter-open,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:hover,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:hover{color:#595959;background:#e5e5e5}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:active,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:active{color:#545454}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters{cursor:pointer}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:hover,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .ant-table-filter-icon,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .anticon-filter{background:#f2f2f2}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-down:not(.on),.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-up:not(.on){color:#595959}.ant-table-thead>tr>th .ant-table-header-column{display:inline-block;vertical-align:top}.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters{display:table}.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters>.ant-table-column-title{display:table-cell;vertical-align:middle}.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters>:not(.ant-table-column-sorter){position:relative}.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters:before{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;transition:all .3s;content:""}.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters:hover:before{background:rgba(0,0,0,.04)}.ant-table-thead>tr>th.ant-table-column-has-sorters{user-select:none}.ant-table-thead>tr:first-child>th:first-child{border-top-left-radius:6px}.ant-table-thead>tr:first-child>th:last-child{border-top-right-radius:6px}.ant-table-thead>tr:not(:last-child)>th[colspan]{border-bottom:0}.ant-table-tbody>tr>td{border-bottom:1px solid #e8e8e8;transition:all .3s,border 0s}.ant-table-tbody>tr,.ant-table-thead>tr{color:var(--default-text);transition:all .3s,height 0s}.ant-table-tbody>tr.ant-table-row-hover:not(.ant-table-expanded-row)>td,.ant-table-tbody>tr:hover:not(.ant-table-expanded-row)>td,.ant-table-thead>tr.ant-table-row-hover:not(.ant-table-expanded-row)>td,.ant-table-thead>tr:hover:not(.ant-table-expanded-row)>td{background:var(--default-hover)}.ant-table-tbody>tr.ant-table-row-selected>td.ant-table-column-sort,.ant-table-tbody>tr:hover.ant-table-row-selected>td,.ant-table-tbody>tr:hover.ant-table-row-selected>td.ant-table-column-sort,.ant-table-thead>tr.ant-table-row-selected>td.ant-table-column-sort,.ant-table-thead>tr:hover.ant-table-row-selected>td,.ant-table-thead>tr:hover.ant-table-row-selected>td.ant-table-column-sort{background:#fafafa}.ant-table-thead>tr:hover{background:none}.ant-table-footer{min-width:"max-content";position:relative;padding:16px;color:#535353;background:#fafafa;border-top:1px solid #e8e8e8;border-radius:0 0 6px 6px}.ant-table-footer:before{position:absolute;top:-1px;left:0;width:100%;height:1px;background:#fafafa;content:""}.ant-table.ant-table-bordered .ant-table-footer{border:1px solid #e8e8e8}.ant-table-title{position:relative;top:1px;padding:16px 0;border-radius:6px 6px 0 0}.ant-table.ant-table-bordered .ant-table-title{padding-right:16px;padding-left:16px;border:1px solid #e8e8e8}.ant-table-title+.ant-table-content{position:relative;border-radius:6px 6px 0 0}.ant-table-bordered .ant-table-title+.ant-table-content,.ant-table-bordered .ant-table-title+.ant-table-content .ant-table-thead>tr:first-child>th,.ant-table-bordered .ant-table-title+.ant-table-content table,.ant-table-without-column-header .ant-table-title+.ant-table-content,.ant-table-without-column-header table{border-radius:0}.ant-table-without-column-header.ant-table-bordered.ant-table-empty .ant-table-placeholder{border-top:1px solid #e8e8e8;border-radius:6px}.ant-table-tbody>tr.ant-table-row-selected td{color:inherit;background:#fafafa}.ant-table-thead>tr>th.ant-table-column-sort{background:#f5f5f5}.ant-table-tbody>tr>td.ant-table-column-sort{background:rgba(0,0,0,.01)}.ant-table-tbody>tr>td,.ant-table-thead>tr>th{padding:16px}.custom-row>td{padding:16px 4px!important}.ant-table-expand-icon-th,.ant-table-row-expand-icon-cell{width:50px;min-width:50px;text-align:center}.ant-table-header{overflow:hidden;background:#fafafa}.ant-table-header table{border-radius:6px 6px 0 0}.ant-table-loading{position:relative}.ant-table-loading .ant-table-body{background:#fff;opacity:.5}.ant-table-loading .ant-table-spin-holder{position:absolute;top:50%;left:50%;height:20px;margin-left:-30px;line-height:20px}.ant-table-loading .ant-table-with-pagination{margin-top:-20px}.ant-table-loading .ant-table-without-pagination{margin-top:10px}.ant-table-bordered .ant-table-body>table,.ant-table-bordered .ant-table-fixed-left table,.ant-table-bordered .ant-table-fixed-right table,.ant-table-bordered .ant-table-header>table{border:1px solid #e8e8e8;border-right:0;border-bottom:0}.ant-table-bordered.ant-table-empty .ant-table-placeholder{border-right:1px solid #e8e8e8;border-left:1px solid #e8e8e8}.ant-table-bordered.ant-table-fixed-header .ant-table-header>table{border-bottom:0}.ant-table-bordered.ant-table-fixed-header .ant-table-body>table{border-top-left-radius:0;border-top-right-radius:0}.ant-table-bordered.ant-table-fixed-header .ant-table-body-inner>table,.ant-table-bordered.ant-table-fixed-header .ant-table-header+.ant-table-body>table{border-top:0}.ant-table-bordered .ant-table-thead>tr:not(:last-child)>th{border-bottom:1px solid #e8e8e8}.ant-table-bordered .ant-table-tbody>tr>td,.ant-table-bordered .ant-table-thead>tr>th{border-right:1px solid #e8e8e8}.ant-table-placeholder{position:relative;z-index:1;margin-top:-1px;padding:16px;color:rgba(0,0,0,.25);font-size:14px;text-align:center;background:#fff;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;border-radius:0 0 6px 6px}.ant-table-pagination.ant-pagination{display:flex;justify-content:center;margin:16px 0}.ant-table-filter-dropdown{position:relative;min-width:96px;margin-left:-8px;background:#fff;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-table-filter-dropdown .ant-dropdown-menu{border:0;border-radius:6px 6px 0 0;box-shadow:none}.ant-table-filter-dropdown .ant-dropdown-menu-without-submenu{max-height:400px;overflow-x:hidden}.ant-table-filter-dropdown .ant-dropdown-menu-item>label+span{padding-right:0}.ant-table-filter-dropdown .ant-dropdown-menu-sub{border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title:after{color:var(--first);font-weight:700;text-shadow:0 0 2px #a6eaff}.ant-table-filter-dropdown .ant-dropdown-menu-item{overflow:hidden}.ant-table-filter-dropdown>.ant-dropdown-menu>.ant-dropdown-menu-item:last-child,.ant-table-filter-dropdown>.ant-dropdown-menu>.ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title{border-radius:0}.ant-table-filter-dropdown-btns{padding:7px 8px;overflow:hidden;border-top:1px solid #e8e8e8}.ant-table-filter-dropdown-link{color:var(--first)}.ant-table-filter-dropdown-link:hover{color:#28aaeb}.ant-table-filter-dropdown-link:active{color:#006eb8}.ant-table-filter-dropdown-link.confirm{float:left}.ant-table-filter-dropdown-link.clear{float:right}.ant-table-selection{white-space:nowrap}.ant-table-selection-select-all-custom{margin-right:4px!important}.ant-table-selection .anticon-down{color:#bfbfbf;transition:all .3s}.ant-table-selection-menu{min-width:96px;margin-top:5px;margin-left:-30px;background:#fff;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-table-selection-menu .ant-action-down{color:#bfbfbf}.ant-table-selection-down{display:inline-block;padding:0;line-height:1;cursor:pointer}.ant-table-selection-down:hover .anticon-down{color:rgba(0,0,0,.6)}.ant-table-row-expand-icon{color:var(--first);text-decoration:none;cursor:pointer;transition:color .3s;display:inline-block;width:17px;height:17px;color:inherit;line-height:14px;text-align:center;background:#fff;border:1px solid #e8e8e8;outline:none;transition:all .3s;user-select:none}.ant-table-row-expand-icon:focus,.ant-table-row-expand-icon:hover{color:#28aaeb}.ant-table-row-expand-icon:active{color:#006eb8}.ant-table-row-expand-icon:active,.ant-table-row-expand-icon:focus,.ant-table-row-expand-icon:hover{border-color:currentColor}.ant-table-row-expanded:after{content:"-"}.ant-table-row-collapsed:after{content:"+"}.ant-table-row-spaced{visibility:hidden}.ant-table-row-spaced:after{content:"."}tr.ant-table-expanded-row,tr.ant-table-expanded-row:hover{background:#fbfbfb}tr.ant-table-expanded-row td>.ant-table-wrapper{margin:-16px -16px -17px}.ant-table .ant-table-row-indent+.ant-table-row-expand-icon{margin-right:8px}.ant-table-scroll{overflow:auto;overflow-x:hidden}.ant-table-scroll table{width:auto;min-width:100%}.ant-table-scroll table .ant-table-fixed-columns-in-body{visibility:hidden}.ant-table-body-inner{height:100%}.ant-table-fixed-header>.ant-table-content>.ant-table-scroll>.ant-table-body{position:relative;background:#fff}.ant-table-fixed-header .ant-table-body-inner{overflow:scroll}.ant-table-fixed-header .ant-table-scroll .ant-table-header{margin-bottom:-20px;padding-bottom:20px;overflow:scroll;opacity:.9999}.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar{border:solid #e8e8e8;border-width:0 0 1px}.ant-table-hide-scrollbar{scrollbar-color:transparent transparent}.ant-table-hide-scrollbar::-webkit-scrollbar{background-color:initial}.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar{border:1px solid #e8e8e8;border-left-width:0}.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header.ant-table-hide-scrollbar .ant-table-thead>tr:only-child>th:last-child{border-right-color:transparent}.ant-table-fixed-left,.ant-table-fixed-right{position:absolute;top:0;z-index:auto;overflow:hidden;border-radius:0;transition:box-shadow .3s ease}.ant-table-fixed-left table,.ant-table-fixed-right table{width:auto;background:#fff}.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed,.ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed{border-radius:0}.ant-table-fixed-left{left:0;box-shadow:6px 0 6px -4px rgba(0,0,0,.15)}.ant-table-fixed-left .ant-table-header{overflow-y:hidden}.ant-table-fixed-left .ant-table-body-inner{margin-right:-20px;padding-right:20px}.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner{padding-right:0}.ant-table-fixed-left,.ant-table-fixed-left table{border-radius:6px 0 0 0}.ant-table-fixed-left .ant-table-thead>tr>th:last-child{border-top-right-radius:0}.ant-table-fixed-right{right:0;box-shadow:-6px 0 6px -4px rgba(0,0,0,.15)}.ant-table-fixed-right,.ant-table-fixed-right table{border-radius:0 6px 0 0}.ant-table-fixed-right .ant-table-expanded-row{color:transparent;pointer-events:none}.ant-table-fixed-right .ant-table-thead>tr>th:first-child{border-top-left-radius:0}.ant-table.ant-table-scroll-position-left .ant-table-fixed-left,.ant-table.ant-table-scroll-position-right .ant-table-fixed-right{box-shadow:none}.ant-table colgroup>col.ant-table-selection-col{width:60px}.ant-table-thead>tr>th.ant-table-selection-column-custom .ant-table-selection{margin-right:-15px}.ant-table-tbody>tr>td.ant-table-selection-column,.ant-table-thead>tr>th.ant-table-selection-column{text-align:center}.ant-table-tbody>tr>td.ant-table-selection-column .ant-radio-wrapper,.ant-table-thead>tr>th.ant-table-selection-column .ant-radio-wrapper{margin-right:0}.ant-table-row[class*=ant-table-row-level-0] .ant-table-selection-column>span{display:inline-block}@supports (-moz-appearance:meterbar){.ant-table-thead>tr>th.ant-table-column-has-actions{background-clip:padding-box}}.ant-table-middle>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-footer,.ant-table-middle>.ant-table-title{padding:12px 8px}.ant-table-middle tr.ant-table-expanded-row td>.ant-table-wrapper{margin:-12px -8px -13px}.ant-table-small{border:1px solid #e8e8e8;border-radius:6px}.ant-table-small>.ant-table-footer,.ant-table-small>.ant-table-title{padding:8px}.ant-table-small>.ant-table-title{top:0;border-bottom:1px solid #e8e8e8}.ant-table-small>.ant-table-content>.ant-table-body{margin:0 8px}.ant-table-small>.ant-table-content>.ant-table-body>table,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table,.ant-table-small>.ant-table-content>.ant-table-header>table,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table{border:0}.ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th{padding:8px}.ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th{background-color:initial}.ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr{border-bottom:1px solid #e8e8e8}.ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th.ant-table-column-sort{background-color:rgba(0,0,0,.01)}.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table{padding:0}.ant-table-small>.ant-table-content .ant-table-header{background-color:#fff}.ant-table-small>.ant-table-content .ant-table-placeholder,.ant-table-small>.ant-table-content .ant-table-row:last-child td{border-bottom:0}.ant-table-small.ant-table-bordered{border-right:0}.ant-table-small.ant-table-bordered .ant-table-title{border:0;border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.ant-table-small.ant-table-bordered .ant-table-content{border-right:1px solid #e8e8e8}.ant-table-small.ant-table-bordered .ant-table-footer{border:0;border-top:1px solid #e8e8e8;border-right:1px solid #e8e8e8}.ant-table-small.ant-table-bordered .ant-table-footer:before{display:none}.ant-table-small.ant-table-bordered .ant-table-placeholder{border-right:0;border-bottom:0;border-left:0}.ant-table-small.ant-table-bordered .ant-table-tbody>tr>td:last-child,.ant-table-small.ant-table-bordered .ant-table-thead>tr>th:last-child{border-right:none}.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody>tr>td:last-child,.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead>tr>th:last-child{border-right:1px solid #e8e8e8}.ant-table-small.ant-table-bordered .ant-table-fixed-right{border-right:1px solid #e8e8e8;border-left:1px solid #e8e8e8}.ant-table-small tr.ant-table-expanded-row td>.ant-table-wrapper{margin:-8px -8px -9px}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container{height:40px}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-ink-bar{visibility:hidden}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab{height:40px;margin:0 2px 0 0;padding:0 16px;line-height:38px;background:#fafafa;border:1px solid #e8e8e8;border-radius:6px 6px 0 0;transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active{height:40px;color:var(--first);background:#fff;border-color:#e8e8e8;border-bottom:1px solid #fff}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active:before{border-top:2px solid transparent}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-disabled{color:var(--first);color:rgba(0,0,0,.25)}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-inactive{padding:0}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-wrap{margin-bottom:0}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x{width:16px;height:16px;height:14px;margin-right:-5px;margin-left:3px;overflow:hidden;color:#595959;font-size:12px;vertical-align:middle;transition:all .3s}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x:hover{color:#535353}.ant-tabs.ant-tabs-card .ant-tabs-card-content>.ant-tabs-tabpane,.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content>.ant-tabs-tabpane{transition:none!important}.ant-tabs.ant-tabs-card .ant-tabs-card-content>.ant-tabs-tabpane-inactive,.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content>.ant-tabs-tabpane-inactive{overflow:hidden}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab:hover .anticon-close{opacity:1}.ant-tabs-extra-content{line-height:42.2px}.ant-tabs-extra-content .ant-tabs-new-tab{position:relative;width:20px;height:20px;color:#545454;font-size:12px;line-height:20px;text-align:center;border:1px solid #e8e8e8;border-radius:4px;cursor:pointer;transition:all .3s}.ant-tabs-extra-content .ant-tabs-new-tab:hover{color:var(--first);border-color:var(--first)}.ant-tabs-extra-content .ant-tabs-new-tab svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.ant-tabs.ant-tabs-large .ant-tabs-extra-content{line-height:52.8px}.ant-tabs.ant-tabs-small .ant-tabs-extra-content{line-height:34.2px}.ant-tabs.ant-tabs-card .ant-tabs-extra-content{line-height:40px}.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-container,.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-container{height:100%}.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab,.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab{margin-bottom:8px;border-bottom:1px solid #e8e8e8}.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active,.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active{padding-bottom:4px}.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab:last-child,.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab:last-child{margin-bottom:8px}.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-new-tab,.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-new-tab{width:90%}.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-wrap{margin-right:0}.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab{margin-right:1px;border-right:0;border-radius:6px 0 0 6px}.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active{margin-right:-1px;padding-right:18px}.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-wrap{margin-left:0}.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab{margin-left:1px;border-left:0;border-radius:0 6px 6px 0}.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active{margin-left:-1px;padding-left:18px}.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab{height:auto;border-top:0;border-bottom:1px solid #e8e8e8;border-radius:0 0 6px 6px}.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab-active{padding-top:1px;padding-bottom:0;color:var(--first)}.ant-tabs{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:relative;overflow:hidden;zoom:1}.ant-tabs:after,.ant-tabs:before{display:table;content:""}.ant-tabs:after{clear:both}.ant-tabs-ink-bar{position:absolute;bottom:1px;left:0;z-index:1;box-sizing:border-box;height:2px;border-radius:10px;background-color:var(--primary-text);transform-origin:0 0}.ant-tabs-bar{margin:0;border-bottom:1px solid #e8e8e8;outline:none}.ant-tabs-bar,.ant-tabs-nav-container{transition:padding .3s cubic-bezier(.645,.045,.355,1)}.ant-tabs-nav-container{position:relative;box-sizing:border-box;margin-bottom:-1px;overflow:hidden;font-size:14px;line-height:1.3;white-space:nowrap;zoom:1}.ant-tabs-nav-container:after,.ant-tabs-nav-container:before{display:table;content:""}.ant-tabs-nav-container:after{clear:both}.ant-tabs-nav-container-scrolling{padding-right:32px;padding-left:32px}.ant-tabs-bottom .ant-tabs-bottom-bar{margin-top:16px;margin-bottom:0;border-top:1px solid #e8e8e8;border-bottom:none}.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-ink-bar{top:1px;bottom:auto}.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-nav-container{margin-top:-1px;margin-bottom:0}.ant-tabs-tab-next,.ant-tabs-tab-prev{position:absolute;z-index:2;width:0;height:100%;color:#595959;text-align:center;background-color:initial;border:0;cursor:pointer;opacity:0;transition:width .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1),color .3s cubic-bezier(.645,.045,.355,1);user-select:none;pointer-events:none}.ant-tabs-tab-next.ant-tabs-tab-arrow-show,.ant-tabs-tab-prev.ant-tabs-tab-arrow-show{width:32px;height:100%;opacity:1;pointer-events:auto}.ant-tabs-tab-next:hover,.ant-tabs-tab-prev:hover{color:#545454}.ant-tabs-tab-next-icon,.ant-tabs-tab-prev-icon{position:absolute;top:50%;left:50%;font-weight:700;font-style:normal;font-variant:normal;line-height:inherit;text-align:center;text-transform:none;transform:translate(-50%,-50%)}.ant-tabs-tab-next-icon-target,.ant-tabs-tab-prev-icon-target{display:block;display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}:root .ant-tabs-tab-next-icon-target,:root .ant-tabs-tab-prev-icon-target{font-size:12px}.ant-tabs-tab-btn-disabled{cursor:not-allowed}.ant-tabs-tab-btn-disabled,.ant-tabs-tab-btn-disabled:hover{color:rgba(0,0,0,.25)}.ant-tabs-tab-next{right:2px}.ant-tabs-tab-prev{left:0}:root .ant-tabs-tab-prev{filter:none}.ant-tabs-nav-wrap{margin-bottom:-1px;overflow:hidden}.ant-tabs-nav-scroll{overflow:hidden;white-space:nowrap}.ant-tabs-nav{position:relative;display:inline-block;box-sizing:border-box;margin:0;padding-left:0;list-style:none;transition:transform .3s cubic-bezier(.645,.045,.355,1)}.ant-tabs-nav:after,.ant-tabs-nav:before{display:table;content:" "}.ant-tabs-nav:after{clear:both}.ant-tabs-nav .ant-tabs-tab{position:relative;display:inline-block;box-sizing:border-box;height:100%;margin:0 32px 0 0;padding:12px 16px;text-decoration:none;cursor:pointer;transition:color .3s cubic-bezier(.645,.045,.355,1)}.ant-tabs-nav .ant-tabs-tab:before{position:absolute;top:-1px;left:0;width:100%;border-top:2px solid transparent;border-radius:6px 6px 0 0;transition:all .3s;content:"";pointer-events:none}.ant-tabs-nav .ant-tabs-tab:last-child{margin-right:0}.ant-tabs-nav .ant-tabs-tab:hover{color:var(--secondary-text)}.ant-tabs-nav .ant-tabs-tab .anticon{margin-right:8px}.ant-tabs-nav .ant-tabs-tab-active{color:var(--secondary-text);font-weight:500}.ant-tabs-nav .ant-tabs-tab-disabled,.ant-tabs-nav .ant-tabs-tab-disabled:hover{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-tabs .ant-tabs-large-bar .ant-tabs-nav-container{font-size:16px}.ant-tabs .ant-tabs-large-bar .ant-tabs-tab{padding:16px}.ant-tabs .ant-tabs-small-bar .ant-tabs-nav-container{font-size:14px}.ant-tabs .ant-tabs-small-bar .ant-tabs-tab{padding:8px 16px}.ant-tabs-content:before{display:table;content:""}.ant-tabs .ant-tabs-bottom-content,.ant-tabs .ant-tabs-top-content{width:100%}.ant-tabs .ant-tabs-bottom-content>.ant-tabs-tabpane,.ant-tabs .ant-tabs-top-content>.ant-tabs-tabpane{flex-shrink:0;width:100%;opacity:1;transition:opacity .45s}.ant-tabs .ant-tabs-bottom-content>.ant-tabs-tabpane-inactive,.ant-tabs .ant-tabs-top-content>.ant-tabs-tabpane-inactive{height:0;padding:0!important;overflow:hidden;opacity:0;pointer-events:none}.ant-tabs .ant-tabs-bottom-content>.ant-tabs-tabpane-inactive input,.ant-tabs .ant-tabs-top-content>.ant-tabs-tabpane-inactive input{visibility:hidden}.ant-tabs .ant-tabs-bottom-content.ant-tabs-content-animated,.ant-tabs .ant-tabs-top-content.ant-tabs-content-animated{display:flex;flex-direction:row;transition:margin-left .3s cubic-bezier(.645,.045,.355,1);will-change:margin-left}.ant-tabs .ant-tabs-left-bar,.ant-tabs .ant-tabs-right-bar{height:100%;border-bottom:0}.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-arrow-show,.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-arrow-show{width:100%;height:32px}.ant-tabs .ant-tabs-left-bar .ant-tabs-tab,.ant-tabs .ant-tabs-right-bar .ant-tabs-tab{display:block;float:none;margin:0 0 16px;padding:8px 24px}.ant-tabs .ant-tabs-left-bar .ant-tabs-tab:last-child,.ant-tabs .ant-tabs-right-bar .ant-tabs-tab:last-child{margin-bottom:0}.ant-tabs .ant-tabs-left-bar .ant-tabs-extra-content,.ant-tabs .ant-tabs-right-bar .ant-tabs-extra-content{text-align:center}.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-scroll,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-scroll{width:auto}.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap{height:100%}.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container{margin-bottom:0}.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling{padding:32px 0}.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap{margin-bottom:0}.ant-tabs .ant-tabs-left-bar .ant-tabs-nav,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav{width:100%}.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar,.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar{top:0;bottom:auto;left:auto;width:2px;height:auto}.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-next,.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-next{right:0;bottom:0;width:100%;height:32px}.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-prev,.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-prev{top:0;width:100%;height:32px}.ant-tabs .ant-tabs-left-content,.ant-tabs .ant-tabs-right-content{width:auto;margin-top:0!important;overflow:hidden}.ant-tabs .ant-tabs-left-bar{float:left;margin-right:-1px;margin-bottom:0;border-right:1px solid #e8e8e8}.ant-tabs .ant-tabs-left-bar .ant-tabs-tab{text-align:right}.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap{margin-right:-1px}.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar{right:1px}.ant-tabs .ant-tabs-left-content{padding-left:24px;border-left:1px solid #e8e8e8}.ant-tabs .ant-tabs-right-bar{float:right;margin-bottom:0;margin-left:-1px;border-left:1px solid #e8e8e8}.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap{margin-left:-1px}.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar{left:1px}.ant-tabs .ant-tabs-right-content{padding-right:24px;border-right:1px solid #e8e8e8}.ant-tabs-bottom .ant-tabs-ink-bar-animated,.ant-tabs-top .ant-tabs-ink-bar-animated{transition:transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1),left .3s cubic-bezier(.645,.045,.355,1)}.ant-tabs-left .ant-tabs-ink-bar-animated,.ant-tabs-right .ant-tabs-ink-bar-animated{transition:transform .3s cubic-bezier(.645,.045,.355,1),height .3s cubic-bezier(.645,.045,.355,1),top .3s cubic-bezier(.645,.045,.355,1)}.ant-tabs-no-animation>.ant-tabs-content>.ant-tabs-content-animated,.no-flex>.ant-tabs-content>.ant-tabs-content-animated{margin-left:0!important;transform:none!important}.ant-tabs-no-animation>.ant-tabs-content>.ant-tabs-tabpane-inactive,.no-flex>.ant-tabs-content>.ant-tabs-tabpane-inactive{height:0;padding:0!important;overflow:hidden;opacity:0;pointer-events:none}.ant-tabs-no-animation>.ant-tabs-content>.ant-tabs-tabpane-inactive input,.no-flex>.ant-tabs-content>.ant-tabs-tabpane-inactive input{visibility:hidden}.ant-tabs-left-content>.ant-tabs-content-animated,.ant-tabs-right-content>.ant-tabs-content-animated{margin-left:0!important;transform:none!important}.ant-tabs-left-content>.ant-tabs-tabpane-inactive,.ant-tabs-right-content>.ant-tabs-tabpane-inactive{height:0;padding:0!important;overflow:hidden;opacity:0;pointer-events:none}.ant-tabs-left-content>.ant-tabs-tabpane-inactive input,.ant-tabs-right-content>.ant-tabs-tabpane-inactive input{visibility:hidden}.ant-tag{box-sizing:border-box;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;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:#fafafa;border:1px solid #d9d9d9;border-radius:6px;cursor:default;opacity:1;transition:all .3s cubic-bezier(.78,.14,.15,.86)}.ant-tag:hover{opacity:.85}.ant-tag,.ant-tag a,.ant-tag a:hover{color:#545454}.ant-tag>a:first-child:last-child{display:inline-block;margin:0 -8px;padding:0 8px}.ant-tag .anticon-close{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg);margin-left:3px;color:#595959;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.78,.14,.15,.86)}:root .ant-tag .anticon-close{font-size:12px}.ant-tag .anticon-close:hover{color:#535353}.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:initial;border-color:transparent}.ant-tag-checkable:not(.ant-tag-checkable-checked):hover{color:var(--first)}.ant-tag-checkable-checked,.ant-tag-checkable:active{color:#fff}.ant-tag-checkable-checked{background-color:var(--first)}.ant-tag-checkable:active{background-color:#006eb8}.ant-tag-hidden{display:none}.ant-tag-pink{color:#eb2f96;background:#fff0f6;border-color:#ffadd2}.ant-tag-pink-inverse{color:#fff;background:#eb2f96;border-color:#eb2f96}.ant-tag-magenta{color:#eb2f96;background:#fff0f6;border-color:#ffadd2}.ant-tag-magenta-inverse{color:#fff;background:#eb2f96;border-color:#eb2f96}.ant-tag-red{color:var(--third);background:#fff1f0;border-color:#ffa39e}.ant-tag-red-inverse{color:#fff;background:var(--third);border-color:var(--third)}.ant-tag-volcano{color:#fa541c;background:#fff2e8;border-color:#ffbb96}.ant-tag-volcano-inverse{color:#fff;background:#fa541c;border-color:#fa541c}.ant-tag-orange{color:var(--third);background:#fff7e6;border-color:#ffd591}.ant-tag-orange-inverse{color:#fff;background:var(--third);border-color:var(--third)}.ant-tag-yellow{color:#fadb14;background:#feffe6;border-color:#fffb8f}.ant-tag-yellow-inverse{color:#fff;background:#fadb14;border-color:#fadb14}.ant-tag-gold{color:#faad14;background:#fffbe6;border-color:#ffe58f}.ant-tag-gold-inverse{color:#fff;background:#faad14;border-color:#faad14}.ant-tag-cyan{color:#13c2c2;background:#e6fffb;border-color:#87e8de}.ant-tag-cyan-inverse{color:#fff;background:#13c2c2;border-color:#13c2c2}.ant-tag-lime{color:#a0d911;background:#fcffe6;border-color:#eaff8f}.ant-tag-lime-inverse{color:#fff;background:#a0d911;border-color:#a0d911}.ant-tag-green{color:#52c41a;background:#f6ffed;border-color:#b7eb8f}.ant-tag-green-inverse{color:#fff;background:#52c41a;border-color:#52c41a}.ant-tag-blue{color:#1890ff;background:#e6f7ff;border-color:#91d5ff}.ant-tag-blue-inverse{color:#fff;background:#1890ff;border-color:#1890ff}.ant-tag-geekblue{color:#2f54eb;background:#f0f5ff;border-color:#adc6ff}.ant-tag-geekblue-inverse{color:#fff;background:#2f54eb;border-color:#2f54eb}.ant-tag-purple{color:#722ed1;background:#f9f0ff;border-color:#d3adf7}.ant-tag-purple-inverse{color:#fff;background:#722ed1;border-color:#722ed1}.ant-time-picker-panel{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:absolute;z-index:1050;font-family:var(--font-secondary)}.ant-time-picker-panel-inner{position:relative;left:-2px;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border-radius:var(--borderRadius);outline:none;box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-time-picker-panel-input{width:100%;max-width:154px;margin:0;padding:0;line-height:normal;border:0;outline:0;cursor:auto}.ant-time-picker-panel-input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-time-picker-panel-input:-ms-input-placeholder{color:#bfbfbf}.ant-time-picker-panel-input::-webkit-input-placeholder{color:#bfbfbf}.ant-time-picker-panel-input:placeholder-shown{text-overflow:ellipsis}.ant-time-picker-panel-input-wrap{position:relative;padding:7px 2px 7px 12px;border-bottom:1px solid #e8e8e8}.ant-time-picker-panel-input-invalid{border-color:var(--third)}.ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap{max-width:112px}.ant-time-picker-panel-select{position:relative;float:left;width:56px;max-height:192px;overflow:hidden;font-size:14px;border-left:1px solid #e8e8e8}.ant-time-picker-panel-select:hover{overflow-y:auto}.ant-time-picker-panel-select:first-child{margin-left:0;border-left:0}.ant-time-picker-panel-select:last-child{border-right:0}.ant-time-picker-panel-select:only-child{width:100%}.ant-time-picker-panel-select ul{width:56px;margin:0;padding:0 0 160px;list-style:none}.ant-time-picker-panel-select li{width:100%;height:32px;margin:0;padding:0 0 0 12px;line-height:32px;text-align:left;list-style:none;cursor:pointer;transition:all .3s;user-select:none}.ant-time-picker-panel-select li:focus{color:var(--first);font-weight:600;outline:none}.ant-time-picker-panel-select li:hover{background:#e6faff}li.ant-time-picker-panel-select-option-selected{font-weight:600;background:#f5f5f5}li.ant-time-picker-panel-select-option-selected:hover{background:#f5f5f5}li.ant-time-picker-panel-select-option-disabled{color:rgba(0,0,0,.25)}li.ant-time-picker-panel-select-option-disabled:hover{background:transparent;cursor:not-allowed}.ant-time-picker-panel-combobox{zoom:1}.ant-time-picker-panel-combobox:after,.ant-time-picker-panel-combobox:before{display:table;content:""}.ant-time-picker-panel-combobox:after{clear:both}.ant-time-picker-panel-addon{padding:8px;border-top:1px solid #e8e8e8}.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft,.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight,.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft,.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight{animation-name:antSlideDownIn}.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft,.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight,.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft,.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight{animation-name:antSlideUpIn}.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft,.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight{animation-name:antSlideDownOut}.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft,.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight{animation-name:antSlideUpOut}.ant-time-picker{box-sizing:border-box;margin:0;padding:0;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";width:128px;outline:none;cursor:text;transition:opacity .3s}.ant-time-picker,.ant-time-picker-input{color:#545454;position:relative;display:inline-block}.ant-time-picker-input{width:100%;height:36px;padding:4px 11px;font-size:14px;line-height:36px;line-height:1.3\9;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:var(--borderRadius);transition:all .3s}.ant-time-picker-input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-time-picker-input:-ms-input-placeholder{color:#bfbfbf}.ant-time-picker-input::-webkit-input-placeholder{color:#bfbfbf}.ant-time-picker-input:placeholder-shown{text-overflow:ellipsis}.ant-time-picker-input:focus,.ant-time-picker-input:hover{border-color:var(--btn-primaryBackground);border-right-width:1px!important}.ant-time-picker-input:focus{outline:0;box-shadow:0 0 0 2px var(--btn-primaryBackground)}.ant-time-picker-input-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-time-picker-input-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}textarea.ant-time-picker-input{max-width:100%;height:auto;min-height:36px;line-height:1.3;vertical-align:bottom;transition:all .3s,height 0s}.ant-time-picker-input-lg{height:40px;padding:6px 11px;font-size:16px;line-height:40px;line-height:1.3\9}.ant-time-picker-input-sm{height:24px;padding:1px 7px;line-height:24px;line-height:1.3\9}.ant-time-picker-input[disabled]{color:rgba(0,0,0,.65);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-time-picker-input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-time-picker-open{opacity:0}.ant-time-picker-clear,.ant-time-picker-icon{position:absolute;top:50%;right:11px;z-index:1;width:14px;height:14px;margin-top:-7px;color:rgba(0,0,0,.25);line-height:14px;transition:all .3s cubic-bezier(.645,.045,.355,1);user-select:none}.ant-time-picker-clear .ant-time-picker-clock-icon,.ant-time-picker-icon .ant-time-picker-clock-icon{display:block;color:rgba(0,0,0,.25);line-height:1}.ant-time-picker-clear{z-index:2;background:#fff;opacity:0;pointer-events:none}.ant-time-picker-clear:hover{color:#595959}.ant-time-picker:hover .ant-time-picker-clear{opacity:1;pointer-events:auto}.ant-time-picker-large .ant-time-picker-input{height:40px;padding:6px 11px;font-size:16px;line-height:40px;line-height:1.3\9}.ant-time-picker-small .ant-time-picker-input{height:24px;padding:1px 7px;line-height:24px;line-height:1.3\9}.ant-time-picker-small .ant-time-picker-clear,.ant-time-picker-small .ant-time-picker-icon{right:7px}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.ant-input{line-height:1.3}}}.ant-timeline{box-sizing:border-box;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;font-feature-settings:"tnum";margin:0;padding:0;list-style:none}.ant-timeline-item{position:relative;margin:0;padding:0 0 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 #e8e8e8}.ant-timeline-item-pending .ant-timeline-item-head{font-size:12px;background-color:initial}.ant-timeline-item-pending .ant-timeline-item-tail{display:none}.ant-timeline-item-head{position:absolute;width:10px;height:10px;background-color:#fff;border:2px solid transparent;border-radius:100px}.ant-timeline-item-head-blue{color:var(--first);border-color:var(--first)}.ant-timeline-item-head-red{color:var(--third);border-color:var(--third)}.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:-3.2px;margin:0 0 0 18px;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-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-right .ant-timeline-item-head{margin-left:-4px}.ant-timeline.ant-timeline-alternate .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-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-right .ant-timeline-item-right .ant-timeline-item-content{width:calc(50% - 14px);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% - 6px)}.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 #e8e8e8}.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 #e8e8e8}.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content{min-height:48px}.ant-tooltip{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:absolute;z-index:1060;display:block;max-width:250px;visibility:visible}.ant-tooltip-hidden{display:none}.ant-tooltip-placement-top,.ant-tooltip-placement-topLeft,.ant-tooltip-placement-topRight{padding-bottom:8px}.ant-tooltip-placement-right,.ant-tooltip-placement-rightBottom,.ant-tooltip-placement-rightTop{padding-left:8px}.ant-tooltip-placement-bottom,.ant-tooltip-placement-bottomLeft,.ant-tooltip-placement-bottomRight{padding-top:8px}.ant-tooltip-placement-left,.ant-tooltip-placement-leftBottom,.ant-tooltip-placement-leftTop{padding-right:8px}.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:6px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-tooltip-arrow{position:absolute;display:block;width:13.07106781px;height:13.07106781px;overflow:hidden;background:transparent;pointer-events:none}.ant-tooltip-arrow:before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:5px;height:5px;margin:auto;background-color:rgba(0,0,0,.75);content:"";pointer-events:auto}.ant-tooltip-placement-top .ant-tooltip-arrow,.ant-tooltip-placement-topLeft .ant-tooltip-arrow,.ant-tooltip-placement-topRight .ant-tooltip-arrow{bottom:-5.07106781px}.ant-tooltip-placement-top .ant-tooltip-arrow:before,.ant-tooltip-placement-topLeft .ant-tooltip-arrow:before,.ant-tooltip-placement-topRight .ant-tooltip-arrow:before{box-shadow:3px 3px 7px rgba(0,0,0,.07);transform:translateY(-6.53553391px) rotate(45deg)}.ant-tooltip-placement-top .ant-tooltip-arrow{left:50%;transform: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:-5.07106781px}.ant-tooltip-placement-right .ant-tooltip-arrow:before,.ant-tooltip-placement-rightBottom .ant-tooltip-arrow:before,.ant-tooltip-placement-rightTop .ant-tooltip-arrow:before{box-shadow:-3px 3px 7px rgba(0,0,0,.07);transform:translateX(6.53553391px) rotate(45deg)}.ant-tooltip-placement-right .ant-tooltip-arrow{top:50%;transform: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:-5.07106781px}.ant-tooltip-placement-left .ant-tooltip-arrow:before,.ant-tooltip-placement-leftBottom .ant-tooltip-arrow:before,.ant-tooltip-placement-leftTop .ant-tooltip-arrow:before{box-shadow:3px -3px 7px rgba(0,0,0,.07);transform:translateX(-6.53553391px) rotate(45deg)}.ant-tooltip-placement-left .ant-tooltip-arrow{top:50%;transform: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:-5.07106781px}.ant-tooltip-placement-bottom .ant-tooltip-arrow:before,.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow:before,.ant-tooltip-placement-bottomRight .ant-tooltip-arrow:before{box-shadow:-3px -3px 7px rgba(0,0,0,.07);transform:translateY(6.53553391px) rotate(45deg)}.ant-tooltip-placement-bottom .ant-tooltip-arrow{left:50%;transform:translateX(-50%)}.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow{left:13px}.ant-tooltip-placement-bottomRight .ant-tooltip-arrow{right:13px}.ant-transfer-customize-list{display:flex}.ant-transfer-customize-list .ant-transfer-operation{flex:none;align-self:center}.ant-transfer-customize-list .ant-transfer-list{flex:auto;width:auto;height:auto;min-height:200px}.ant-transfer-customize-list .ant-transfer-list-body-with-search{padding-top:0}.ant-transfer-customize-list .ant-transfer-list-body-search-wrapper{position:relative;padding-bottom:0}.ant-transfer-customize-list .ant-transfer-list-body-customize-wrapper{padding:12px}.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-content>.ant-table-body>table>.ant-table-thead>tr>th{background:#fafafa}.ant-transfer-customize-list .ant-table-wrapper .ant-table-small>.ant-table-content .ant-table-row:last-child td{border-bottom:1px solid #e8e8e8}.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{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:relative}.ant-transfer-disabled .ant-transfer-list{background:#f5f5f5}.ant-transfer-list{position:relative;display:inline-block;width:180px;height:200px;padding-top:40px;vertical-align:middle;border:1px solid #d9d9d9;border-radius:6px}.ant-transfer-list-with-footer{padding-bottom:34px}.ant-transfer-list-search{padding:0 8px}.ant-transfer-list-search-action{position:absolute;top:12px;right:12px;bottom:12px;width:28px;color:rgba(0,0,0,.25);line-height:36px;text-align:center}.ant-transfer-list-search-action .anticon{color:rgba(0,0,0,.25);transition:all .3s}.ant-transfer-list-search-action .anticon:hover{color:#595959}span.ant-transfer-list-search-action{pointer-events:none}.ant-transfer-list-header{position:absolute;top:0;left:0;width:100%;padding:9.4px 12px 10.4px;overflow:hidden;color:#545454;background:#fff;border-bottom:1px solid #e8e8e8;border-radius:6px 6px 0 0}.ant-transfer-list-header-title{position:absolute;right:12px}.ant-transfer-list-body{position:relative;height:100%;font-size:14px}.ant-transfer-list-body-search-wrapper{position:absolute;top:0;left:0;width:100%;padding:12px}.ant-transfer-list-body-with-search{padding-top:60px}.ant-transfer-list-content{height:100%;margin:0;padding:0;overflow:auto;list-style:none}.ant-transfer-list-content>.LazyLoad{animation:transferHighlightIn 1s}.ant-transfer-list-content-item{min-height:32px;padding:6px 12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-transfer-list-content-item>span{padding-right:0}.ant-transfer-list-content-item-text{padding-left:8px}.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover{background-color:#e6faff;cursor:pointer}.ant-transfer-list-content-item-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-transfer-list-body-not-found{position:absolute;top:50%;width:100%;padding-top:0;color:rgba(0,0,0,.25);text-align:center;transform:translateY(-50%)}.ant-transfer-list-body-with-search .ant-transfer-list-body-not-found{margin-top:18px}.ant-transfer-list-footer{position:absolute;bottom:0;left:0;width:100%;border-top:1px solid #e8e8e8;border-radius:0 0 6px 6px}.ant-transfer-operation{display:inline-block;margin:0 8px;overflow:hidden;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}@keyframes transferHighlightIn{0%{background:#a6eaff}to{background:transparent}}.ant-tree.ant-tree-directory{position:relative}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-switcher,.ant-tree.ant-tree-directory>li span.ant-tree-switcher{position:relative;z-index:1}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-switcher.ant-tree-switcher-noop,.ant-tree.ant-tree-directory>li span.ant-tree-switcher.ant-tree-switcher-noop{pointer-events:none}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-checkbox,.ant-tree.ant-tree-directory>li span.ant-tree-checkbox{position:relative;z-index:1}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper,.ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper{border-radius:0;user-select:none}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper:hover,.ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper:hover{background:transparent}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper:hover:before,.ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper:hover:before{background:#e6faff}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper.ant-tree-node-selected,.ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper.ant-tree-node-selected{color:#fff;background:transparent}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper:before,.ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper:before{position:absolute;right:0;left:0;height:24px;transition:all .3s;content:""}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper>span,.ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper>span{position:relative;z-index:1}.ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-switcher,.ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-switcher{color:#fff}.ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-checkbox .ant-tree-checkbox-inner,.ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-checkbox .ant-tree-checkbox-inner{border-color:var(--first)}.ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked:after,.ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked:after{border-color:#fff}.ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner,.ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner{background:#fff}.ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after,.ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after{border-color:var(--first)}.ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-node-content-wrapper:before,.ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-node-content-wrapper:before{background:var(--first)}.ant-tree-checkbox{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:relative;top:-.09em;display:inline-block;line-height:1;white-space:nowrap;vertical-align:middle;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:var(--first)}.ant-tree-checkbox-checked:after{top:0;height:100%;border:1px solid var(--first);border-radius:4px;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;background-color:#fff;border:1px solid #d9d9d9;border-radius:4px;border-collapse:initial;transition:all .3s}.ant-tree-checkbox-inner:after{position:absolute;top:50%;left:21%;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:var(--first);border-color:var(--first)}.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}.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:initial;animation-name:none}.ant-tree-checkbox-disabled+span{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-tree-checkbox-wrapper{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";display:inline-block;line-height:unset;cursor:pointer}.ant-tree-checkbox-wrapper+.ant-tree-checkbox-wrapper{margin-left:8px}.ant-tree-checkbox+span{padding-right:8px;padding-left:8px}.ant-tree-checkbox-group{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";display:inline-block}.ant-tree-checkbox-group-item{display:inline-block;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:var(--first);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{box-sizing:border-box;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";margin:0;padding:0}.ant-tree-checkbox-checked:after{position:absolute;top:16.67%;left:0;width:100%;height:66.67%}.ant-tree ol,.ant-tree ul{margin:0;padding:0;list-style:none}.ant-tree li{margin:0;padding:4px 0;white-space:nowrap;list-style:none;outline:0}.ant-tree li span[draggable=true],.ant-tree li span[draggable]{line-height:20px;border-top:2px solid transparent;border-bottom:2px solid transparent;user-select:none;-khtml-user-drag:element;-webkit-user-drag:element}.ant-tree li.drag-over>span[draggable]{color:#fff;background-color:var(--first);opacity:.8}.ant-tree li.drag-over-gap-top>span[draggable]{border-top-color:var(--first)}.ant-tree li.drag-over-gap-bottom>span[draggable]{border-bottom-color:var(--first)}.ant-tree li.filter-node>span{color:var(--third)!important;font-weight:500!important}.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon,.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon{position:absolute;left:0;display:inline-block;width:24px;height:24px;color:var(--first);font-size:14px;transform:none}.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon svg,.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close:after,:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open:after{opacity:0}.ant-tree li ul{margin:0;padding:0 0 0 18px}.ant-tree li .ant-tree-node-content-wrapper{display:inline-block;height:24px;margin:0;padding:0 5px;color:#545454;line-height:24px;text-decoration:none;vertical-align:top;border-radius:4px;cursor:pointer;transition:all .3s}.ant-tree li .ant-tree-node-content-wrapper:hover{background-color:#e6faff}.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected{background-color:#a6eaff}.ant-tree li span.ant-tree-checkbox{top:auto;height:24px;margin:0 4px 0 2px;padding:4px 0}.ant-tree li span.ant-tree-iconEle,.ant-tree li span.ant-tree-switcher{display:inline-block;width:24px;height:24px;margin:0;line-height:24px;text-align:center;vertical-align:top;border:0;outline:none;cursor:pointer}.ant-tree li span.ant-tree-switcher{position:relative}.ant-tree li span.ant-tree-switcher.ant-tree-switcher-noop{cursor:default}.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon,.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon{font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg);display:inline-block;font-weight:700}:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon,:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon{font-size:12px}.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg,.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg{transition:transform .3s}.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon,.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon{font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg);display:inline-block;font-weight:700}:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon,:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon{font-size:12px}.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg,.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg{transition:transform .3s}.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg{transform:rotate(-90deg)}.ant-tree li:last-child>span.ant-tree-iconEle:before,.ant-tree li:last-child>span.ant-tree-switcher:before{display:none}.ant-tree>li:first-child{padding-top:7px}.ant-tree>li:last-child{padding-bottom:7px}.ant-tree-child-tree>li:first-child{padding-top:8px}.ant-tree-child-tree>li:last-child{padding-bottom:0}li.ant-tree-treenode-disabled>.ant-tree-node-content-wrapper,li.ant-tree-treenode-disabled>.ant-tree-node-content-wrapper span,li.ant-tree-treenode-disabled>span:not(.ant-tree-switcher){color:rgba(0,0,0,.25);cursor:not-allowed}li.ant-tree-treenode-disabled>.ant-tree-node-content-wrapper:hover{background:transparent}.ant-tree-icon__close,.ant-tree-icon__open{margin-right:2px;vertical-align:top}.ant-tree.ant-tree-show-line li{position:relative}.ant-tree.ant-tree-show-line li span.ant-tree-switcher{color:#595959;background:#fff}.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon,.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon{display:inline-block;font-weight:400;font-size:12px}.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon svg,.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon svg{transition:transform .3s}.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon,.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon{display:inline-block;font-weight:400;font-size:12px}.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg,.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg{transition:transform .3s}.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon,.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon{display:inline-block;font-weight:400;font-size:12px}.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg,.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg{transition:transform .3s}.ant-tree.ant-tree-show-line li:not(:last-child):before{position:absolute;left:12px;width:1px;height:100%;height:calc(100% - 22px);margin:22px 0 0;border-left:1px solid #d9d9d9;content:" "}.ant-tree.ant-tree-icon-hide .ant-tree-treenode-loading .ant-tree-iconEle{display:none}.ant-tree.ant-tree-block-node li .ant-tree-node-content-wrapper{width:calc(100% - 24px)}.ant-tree.ant-tree-block-node li span.ant-tree-checkbox+.ant-tree-node-content-wrapper{width:calc(100% - 46px)}.ant-select-tree-checkbox{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";position:relative;top:-.09em;display:inline-block;line-height:1;white-space:nowrap;vertical-align:middle;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:var(--first)}.ant-select-tree-checkbox-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid var(--first);border-radius:4px;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;background-color:#fff;border:1px solid #d9d9d9;border-radius:4px;border-collapse:initial;transition:all .3s}.ant-select-tree-checkbox-inner:after{position:absolute;top:50%;left:21%;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:var(--first);border-color:var(--first)}.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}.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:initial;animation-name:none}.ant-select-tree-checkbox-disabled+span{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-select-tree-checkbox-wrapper{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";display:inline-block;line-height:unset;cursor:pointer}.ant-select-tree-checkbox-wrapper+.ant-select-tree-checkbox-wrapper{margin-left:8px}.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:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";display:inline-block}.ant-select-tree-checkbox-group-item{display:inline-block;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:var(--first);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{box-sizing:border-box;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";margin:-4px 0 0;padding:0 4px}.ant-select-tree li{margin:8px 0;padding:0;white-space:nowrap;list-style:none;outline:0}.ant-select-tree li.filter-node>span{font-weight:500}.ant-select-tree li ul{margin:0;padding:0 0 0 18px}.ant-select-tree li .ant-select-tree-node-content-wrapper{display:inline-block;width:calc(100% - 24px);margin:0;padding:3px 5px;color:#545454;text-decoration:none;border-radius:4px;cursor:pointer;transition:all .3s}.ant-select-tree li .ant-select-tree-node-content-wrapper:hover{background-color:#e6faff}.ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected{background-color:#a6eaff}.ant-select-tree li span.ant-select-tree-checkbox{margin:0 4px 0 0}.ant-select-tree li span.ant-select-tree-checkbox+.ant-select-tree-node-content-wrapper{width:calc(100% - 46px)}.ant-select-tree li span.ant-select-tree-iconEle,.ant-select-tree li span.ant-select-tree-switcher{display:inline-block;width:24px;height:24px;margin:0;line-height:22px;text-align:center;vertical-align:middle;border:0;outline:none;cursor:pointer}.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon{position:absolute;left:0;display:inline-block;color:var(--first);font-size:14px;transform:none}.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.ant-select-tree li span.ant-select-tree-switcher{position:relative}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher-noop{cursor:auto}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon{font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg);display:inline-block;font-weight:700}:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon,:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon{font-size:12px}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon svg,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon svg{transition:transform .3s}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon{font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg);display:inline-block;font-weight:700}:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon,:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon{font-size:12px}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon svg{transition:transform .3s}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg{transform:rotate(-90deg)}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon{position:absolute;left:0;display:inline-block;width:24px;height:24px;color:var(--first);font-size:14px;transform:none}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon svg,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.ant-select-tree-child-tree,.ant-select-tree .ant-select-tree-treenode-loading .ant-select-tree-iconEle{display:none}.ant-select-tree-child-tree-open{display:block}li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper,li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper span,li.ant-select-tree-treenode-disabled>span:not(.ant-select-tree-switcher){color:rgba(0,0,0,.25);cursor:not-allowed}li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper:hover{background:transparent}.ant-select-tree-icon__close,.ant-select-tree-icon__open{margin-right:2px;vertical-align:top}.ant-select-tree-dropdown{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum"}.ant-select-tree-dropdown .ant-select-dropdown-search{position:sticky;top:0;z-index:1;display:block;padding:4px;background:#fff}.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field__wrap{width:100%}.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field{box-sizing:border-box;width:100%;padding:4px 7px;border:1px solid #d9d9d9;border-radius:4px;outline:none}.ant-select-tree-dropdown .ant-select-dropdown-search.ant-select-search--hide{display:none}.ant-select-tree-dropdown .ant-select-not-found{display:block;padding:7px 16px;color:rgba(0,0,0,.25);cursor:not-allowed}.ant-typography{color:#545454}.ant-typography.ant-typography-secondary{color:#595959}.ant-typography.ant-typography-danger,.ant-typography.ant-typography-warning{color:var(--third)}.ant-typography.ant-typography-disabled{color:rgba(0,0,0,.25);cursor:not-allowed;user-select:none}.ant-typography p,div.ant-typography{margin-bottom:1em}.ant-typography h1,h1.ant-typography{margin-bottom:.5em;color:#535353;font-weight:600;font-size:38px;line-height:1.23}.ant-typography h2,h2.ant-typography{margin-bottom:.5em;color:#535353;font-weight:600;font-size:30px;line-height:1.35}.ant-typography h3,h3.ant-typography{margin-bottom:.5em;color:#535353;font-weight:600;font-size:24px;line-height:1.35}.ant-typography h4,h4.ant-typography{margin-bottom:.5em;color:#535353;font-weight:600;font-size:20px;line-height:1.4}.ant-typography+h1.ant-typography,.ant-typography+h2.ant-typography,.ant-typography+h3.ant-typography,.ant-typography+h4.ant-typography,.ant-typography div+h1,.ant-typography div+h2,.ant-typography div+h3,.ant-typography div+h4,.ant-typography h1+h1,.ant-typography h1+h2,.ant-typography h1+h3,.ant-typography h1+h4,.ant-typography h2+h1,.ant-typography h2+h2,.ant-typography h2+h3,.ant-typography h2+h4,.ant-typography h3+h1,.ant-typography h3+h2,.ant-typography h3+h3,.ant-typography h3+h4,.ant-typography h4+h1,.ant-typography h4+h2,.ant-typography h4+h3,.ant-typography h4+h4,.ant-typography li+h1,.ant-typography li+h2,.ant-typography li+h3,.ant-typography li+h4,.ant-typography p+h1,.ant-typography p+h2,.ant-typography p+h3,.ant-typography p+h4,.ant-typography ul+h1,.ant-typography ul+h2,.ant-typography ul+h3,.ant-typography ul+h4{margin-top:1.2em}span.ant-typography-ellipsis{display:inline-block}.ant-typography a{color:var(--first);text-decoration:none;outline:none;cursor:pointer;transition:color .3s}.ant-typography a:focus,.ant-typography a:hover{color:#28aaeb}.ant-typography a:active{color:#006eb8}.ant-typography a:active,.ant-typography a:hover{text-decoration:none}.ant-typography a[disabled]{color:rgba(0,0,0,.25);cursor:not-allowed;pointer-events:none}.ant-typography code{margin:0 .2em;padding:.2em .4em .1em;font-size:85%;background:rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.06);border-radius:3px}.ant-typography mark{padding:0;background-color:#ffe58f}.ant-typography ins,.ant-typography u{text-decoration:underline;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(--first);text-decoration:none;outline:none;cursor:pointer;transition:color .3s;margin-left:8px}.ant-typography-copy:focus,.ant-typography-copy:hover,.ant-typography-edit:focus,.ant-typography-edit:hover,.ant-typography-expand:focus,.ant-typography-expand:hover{color:#28aaeb}.ant-typography-copy:active,.ant-typography-edit:active,.ant-typography-expand:active{color:#006eb8}.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 - 6px)}.ant-typography-edit-content-confirm{position:absolute;right:10px;bottom:8px;color:#595959;pointer-events: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 li{list-style-type:circle}.ant-typography ul li li{list-style-type:disc}.ant-typography ol li{list-style-type:decimal}.ant-typography-ellipsis-single-line{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-typography-ellipsis-multiple-line{display:-webkit-box;-webkit-line-clamp:3;
  /*! autoprefixer: ignore next */-webkit-box-orient:vertical;overflow:hidden}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;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{cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{display:table;float:left;width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:#fafafa;border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;transition:border-color .3s ease}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:table-cell;width:100%;height:100%;padding:8px;text-align:center;vertical-align:middle}.ant-upload.ant-upload-select-picture-card:hover{border-color:var(--first)}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:#fafafa;border:1px dashed #d9d9d9;border-radius:6px;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:#006eb8}.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:#28aaeb}.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:#28aaeb;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:#535353;font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:#595959;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:#595959}.ant-upload-picture-card-wrapper{zoom:1;display:inline-block}.ant-upload-picture-card-wrapper:after,.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{clear:both}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:#545454;font-size:14px;font-variant:tabular-nums;line-height:1.3;list-style:none;font-feature-settings:"tnum";zoom:1}.ant-upload-list:after,.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{clear:both}.ant-upload-list-item{position:relative;height:22px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-info{height:100%;padding:0 12px 0 4px;transition:background-color .3s}.ant-upload-list-item-info>span{display:block}.ant-upload-list-item-info .anticon-loading,.ant-upload-list-item-info .anticon-paper-clip{position:absolute;top:5px;color:#595959;font-size:14px}.ant-upload-list-item .anticon-close{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg);position:absolute;top:6px;right:4px;color:#595959;line-height:0;cursor:pointer;opacity:0;transition:all .3s}:root .ant-upload-list-item .anticon-close{font-size:12px}.ant-upload-list-item .anticon-close:hover{color:#545454}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#e6faff}.ant-upload-list-item:hover .anticon-close{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .anticon-paper-clip{color:var(--third)}.ant-upload-list-item-error .anticon-close{color:var(--third)!important;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-card .ant-upload-list-item,.ant-upload-list-picture .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:6px}.ant-upload-list-picture-card .ant-upload-list-item:hover,.ant-upload-list-picture .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture-card .ant-upload-list-item-error,.ant-upload-list-picture .ant-upload-list-item-error{border-color:var(--third)}.ant-upload-list-picture-card .ant-upload-list-item-info,.ant-upload-list-picture .ant-upload-list-item-info{padding:0}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture-card .ant-upload-list-item-uploading,.ant-upload-list-picture .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture .ant-upload-list-item-thumbnail{position:absolute;top:8px;left:8px;width:48px;height:48px;font-size:26px;line-height:54px;text-align:center;opacity:.8}.option .ant-upload-list-picture-card .ant-upload-list-item-thumbnail{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.option .ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:inherit}.ant-upload-list-picture-card .ant-upload-list-item-icon,.ant-upload-list-picture .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture-card .ant-upload-list-item-image,.ant-upload-list-picture .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img,.ant-upload-list-picture .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-name,.ant-upload-list-picture .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-card .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name{line-height:28px}.ant-upload-list-picture-card .ant-upload-list-item-progress,.ant-upload-list-picture .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card .anticon-close,.ant-upload-list-picture .anticon-close{position:absolute;top:8px;right:8px;line-height:1;opacity:1}.ant-upload-list-picture-card.ant-upload-list:after{display:none}.ant-upload-list-picture-card .ant-upload-list-item{float:left;width:104px;height:104px;margin:0 8px 8px 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-eye-o{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-eye-o: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%}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.3;text-align:center}.ant-upload-list-picture-card .anticon-picture+.ant-upload-list-item-name{display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:#fafafa}.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-o,.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-uploading-text{margin-top:18px;color:#595959}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;padding-left:0}.ant-upload-list .ant-upload-success-icon{color:#52c41a;font-weight:700}.ant-upload-list .ant-upload-animate-enter,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave,.ant-upload-list .ant-upload-animate-leave{animation-duration:.3s;animation-fill-mode:cubic-bezier(.78,.14,.15,.86)}.ant-upload-list .ant-upload-animate-enter{animation-name:uploadAnimateIn}.ant-upload-list .ant-upload-animate-leave{animation-name:uploadAnimateOut}.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateIn{0%{height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateOut{to{height:0;margin:0;padding:0;opacity:0}}@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}}.gx-bg-primary{background-color:var(--avatar-circle)!important}a.gx-bg-primary:focus,a.gx-bg-primary:hover{background-color:var(--first)!important}.gx-bg-primary-light{background-color:#52c6f7!important}.gx-bg-secondary,a.gx-bg-secondary:focus,a.gx-bg-secondary:hover{background-color:var(--third)!important}.gx-bg-success{background-color:#52c41a!important}a.gx-bg-success:focus,a.gx-bg-success:hover{background-color:#3f9714!important}.gx-bg-success-dark{background-color:#368011!important}a.gx-bg-success-dark:focus,a.gx-bg-success-dark:hover{background-color:#2c6a0e!important}.gx-bg-info{background-color:#1890ff!important}a.gx-bg-info:focus,a.gx-bg-info:hover{background-color:#0076e4!important}.gx-bg-warning{background-color:var(--third)!important}a.gx-bg-warning:focus,a.gx-bg-warning:hover{background-color:#d87205!important}.gx-bg-danger{background-color:#f44336!important}a.gx-bg-danger:focus,a.gx-bg-danger:hover{background-color:#ea1c0d!important}.gx-bg-light{background-color:#e8e8e8!important}a.gx-bg-light:focus,a.gx-bg-light:hover{background-color:#d9d9d9!important}.gx-bg-dark{background-color:#000!important}a.gx-bg-dark:focus,a.gx-bg-dark:hover{background-color:#1a1a1a!important}.gx-bg-white{background-color:#fff!important}a.gx-bg-white:focus,a.gx-bg-white:hover{background-color:#f2f2f2!important}.gx-bg-grey{background-color:#ccc!important}a.gx-bg-grey:focus,a.gx-bg-grey:hover{background-color:#b2b2b2!important}.gx-bg-light-grey{background-color:#fafafa!important}.gx-bg-transparent{background-color:initial!important}.gx-bg-pink{background-color:#eb2f96!important}a.gx-bg-pink:focus,a.gx-bg-pink:hover{background-color:#d3147d!important}.gx-bg-green{background-color:#52c41a!important}a.gx-bg-green:focus,a.gx-bg-green:hover{background-color:#3f9714!important}.gx-bg-green-light{background-color:#caf5b5!important}a.gx-bg-green-light:focus,a.gx-bg-green-light:hover{background-color:#8ae95b!important}.gx-bg-red{background-color:var(--third)!important}a.gx-bg-red:focus,a.gx-bg-red:hover{background-color:#da0a15!important}.gx-bg-amber{background-color:#fadb14!important}a.gx-bg-amber:focus,a.gx-bg-amber:hover{background-color:#d6ba05!important}.gx-bg-amber-light{background-color:#fdf2aa!important}a.gx-bg-amber-light:focus,a.gx-bg-amber-light:hover{background-color:#fcea78!important}.gx-bg-blue{background-color:#1890ff!important}a.gx-bg-blue:focus,a.gx-bg-blue:hover{background-color:#0076e4!important}.gx-bg-light-blue{background-color:#329cff!important}a.gx-bg-light-blue:focus,a.gx-bg-light-blue:hover{background-color:#4ba9ff!important}.gx-bg-indigo{background-color:#3c1991!important}a.gx-bg-indigo:focus,a.gx-bg-indigo:hover{background-color:#2a1166!important}.gx-bg-purple{background-color:#722ed1!important}a.gx-bg-purple:focus,a.gx-bg-purple:hover{background-color:#5b25a7!important}.gx-bg-orange{background-color:var(--third)!important}a.gx-bg-orange:focus,a.gx-bg-orange:hover{background-color:#d87205!important}.gx-bg-yellow{background-color:#fadb14!important}a.gx-bg-yellow:focus,a.gx-bg-yellow:hover{background-color:#d6ba05!important}.gx-bg-teal{background-color:#20c997!important}a.gx-bg-teal:focus,a.gx-bg-teal:hover{background-color:#199d76!important}.gx-bg-cyan{background-color:#13c2c2!important}a.gx-bg-cyan:focus,a.gx-bg-cyan:hover{background-color:#0e9494!important}.gx-bg-sepia{background-color:#7c3535!important}a.gx-bg-sepia:focus,a.gx-bg-sepia:hover{background-color:#582626!important}.gx-bg-geekblue{background-color:#030852!important}a.gx-bg-geekblue:focus,a.gx-bg-geekblue:hover{background-color:#010321!important}.gx-text-white{color:#fff!important}.gx-text-primary,a.gx-text-primary:focus,a.gx-text-primary:hover{color:var(--default-text)!important}.gx-text-secondary,a.gx-text-secondary:focus,a.gx-text-secondary:hover{color:var(--secondary-text)!important}.gx-text-success{color:#52c41a!important}a.gx-text-success:focus,a.gx-text-success:hover{color:#49ad17!important}.gx-text-success-dark{color:#368011!important}a.gx-text-success-dark:focus,a.gx-text-success-dark:hover{color:#2c6a0e!important}.gx-text-info{color:#1890ff!important}a.gx-text-info:focus,a.gx-text-info:hover{color:#0084fe!important}.gx-text-warning{color:var(--third)!important}a.gx-text-warning:focus,a.gx-text-warning:hover{color:#f17f05!important}.gx-text-danger{color:#f44336!important}a.gx-text-danger:focus,a.gx-text-danger:hover{color:#f32c1e!important}.gx-text-light{color:#ababab!important}a.gx-text-light:focus,a.gx-text-light:hover{color:#787878!important}.gx-text-light-grey{color:#ccc!important}a.gx-text-light-grey:focus,a.gx-text-light-grey:hover{color:#bfbfbf!important}.gx-text-grey{color:#8c8c8c!important}a.gx-text-grey:focus,a.gx-text-grey:hover{color:#262626!important}.gx-text-dark{color:#595959!important}a.gx-text-dark:focus,a.gx-text-dark:hover{color:#4c4c4c!important}.gx-text-black{color:#000!important}a.gx-text-black:focus,a.gx-text-black:hover{color:#4c4c4c!important}.gx-text-pink{color:#eb2f96!important}a.gx-text-pink:focus,a.gx-text-pink:hover{color:#e9188a!important}.gx-text-green{color:#52c41a!important}a.gx-text-green:focus,a.gx-text-green:hover{color:#49ad17!important}.gx-text-red{color:var(--third)!important}a.gx-text-red:focus,a.gx-text-red:hover{color:#f30b17!important}.gx-text-amber{color:#fadb14!important}a.gx-text-amber:focus,a.gx-text-amber:hover{color:#efd005!important}.gx-text-blue{color:#1890ff!important}a.gx-text-blue:focus,a.gx-text-blue:hover{color:#0084fe!important}.gx-text-indigo{color:#3c1991!important}a.gx-text-indigo:focus,a.gx-text-indigo:hover{color:#33157b!important}.gx-text-purple{color:#722ed1!important}a.gx-text-purple:focus,a.gx-text-purple:hover{color:#6729bc!important}.gx-text-orange{color:var(--third)!important}a.gx-text-orange:focus,a.gx-text-orange:hover{color:#f17f05!important}.gx-text-yellow{color:#fadb14!important}a.gx-text-yellow:focus,a.gx-text-yellow:hover{color:#efd005!important}.gx-text-teal{color:#20c997!important}a.gx-text-teal:focus,a.gx-text-teal:hover{color:#1cb386!important}.gx-text-cyan{color:#13c2c2!important}a.gx-text-cyan:focus,a.gx-text-cyan:hover{color:#11abab!important}.gx-text-muted{color:#8c8c8c!important}.gx-text-geekblue{color:#030852!important}a.gx-text-geekblue:focus,a.gx-text-geekblue:hover{color:#10239e!important}.gx-text-sepia,a.gx-text-sepia:focus,a.gx-text-sepia:hover{color:#7c3535!important}.gx-icon-white{color:#fff!important}.gx-border-primary{border-color:var(--first)!important}.gx-border-secondary{border-color:var(--third)!important}.gx-border-success{border-color:#52c41a!important}.gx-border-success-dark{border-color:#368011!important}.gx-border-info{border-color:#1890ff!important}.gx-border-warning{border-color:var(--third)!important}.gx-border-danger{border-color:#f44336!important}.gx-border-light{border-color:#bfbfbf!important}.gx-border-dark{border-color:#595959!important}.gx-border-white{border-color:#fff!important}.gx-border-grey{border-color:#bfbfbf!important}.gx-border-pink{border-color:#eb2f96!important}.gx-border-green{border-color:#52c41a!important}.gx-border-red{border-color:var(--third)!important}.gx-border-amber{border-color:#fadb14!important}.gx-border-blue{border-color:#1890ff!important}.gx-border-indigo{border-color:#3c1991!important}.gx-border-purple{border-color:#722ed1!important}.gx-border-orange{border-color:var(--third)!important}.gx-border-yellow{border-color:#fadb14!important}.gx-border-teal{border-color:#1890ff!important}.gx-border-cyan{border-color:#13c2c2!important}.gx-border-sepia{border-color:#7c3535!important}.gx-border-geekblue{border-color:#030852!important}.btn-primary,.btn-primary:focus,.btn-primary:hover,.gx-btn-primary,.gx-btn-primary:focus,.gx-btn-primary:hover,a.gx-btn-primary,a.gx-btn-primary:focus,a.gx-btn-primary:hover{color:#fff!important;background-color:var(--first)!important;border-color:var(--first)!important}.btn-primary.disabled,.btn-primary:disabled,.gx-btn-primary.disabled,.gx-btn-primary:disabled,a.gx-btn-primary.disabled,a.gx-btn-primary:disabled{background-color:var(--first)!important;border-color:var(--first)!important}.btn-primary:not([disabled]):not(.disabled).active,.btn-primary:not([disabled]):not(.disabled):active,.gx-btn-primary:not([disabled]):not(.disabled).active,.gx-btn-primary:not([disabled]):not(.disabled):active,a.gx-btn-primary:not([disabled]):not(.disabled).active,a.gx-btn-primary:not([disabled]):not(.disabled):active{color:#fff;background-color:var(--first)!important;border-color:var(--first)!important}.btn-primary-light,.gx-btn-primary-light,a.gx-btn-primary-light{color:#595959!important;background-color:#c8ebfe!important;border-color:#c8ebfe!important}.btn-primary-light:focus,.btn-primary-light:hover,.gx-btn-primary-light:focus,.gx-btn-primary-light:hover,a.gx-btn-primary-light:focus,a.gx-btn-primary-light:hover{color:#595959!important;background-color:#7dcffd!important;border-color:#7dcffd!important}.btn-primary-light.disabled,.btn-primary-light:disabled,.gx-btn-primary-light.disabled,.gx-btn-primary-light:disabled,a.gx-btn-primary-light.disabled,a.gx-btn-primary-light:disabled{background-color:#e1f4ff!important;border-color:#e1f4ff!important}.btn-primary-light:not([disabled]):not(.disabled).active,.btn-primary-light:not([disabled]):not(.disabled):active,.gx-btn-primary-light:not([disabled]):not(.disabled).active,.gx-btn-primary-light:not([disabled]):not(.disabled):active,a.gx-btn-primary-light:not([disabled]):not(.disabled).active,a.gx-btn-primary-light:not([disabled]):not(.disabled):active{color:#595959;background-color:#afe1fe!important;border-color:#afe1fe!important}.gx-btn-secondary,a.gx-btn-secondary{color:#fff!important;background-color:var(--third)!important;border-color:var(--third)!important}.gx-btn-secondary:focus,.gx-btn-secondary:hover,a.gx-btn-secondary:focus,a.gx-btn-secondary:hover{color:#fff;background-color:var(--third)!important;border-color:var(--third)!important}.gx-btn-secondary.disabled,.gx-btn-secondary:disabled,a.gx-btn-secondary.disabled,a.gx-btn-secondary:disabled{background-color:var(--third)!important;border-color:var(--third)!important}.gx-btn-secondary:not([disabled]):not(.disabled).active,.gx-btn-secondary:not([disabled]):not(.disabled):active,a.gx-btn-secondary:not([disabled]):not(.disabled).active,a.gx-btn-secondary:not([disabled]):not(.disabled):active{color:#fff;background-color:var(--third)!important;border-color:var(--third)!important}.gx-btn-success,a.gx-btn-success{color:#fff!important;background-color:#52c41a!important;border-color:#52c41a!important}.gx-btn-success:focus,.gx-btn-success:hover,a.gx-btn-success:focus,a.gx-btn-success:hover{color:#fff!important;background-color:#3f9714!important;border-color:#3f9714!important}.gx-btn-success.disabled,.gx-btn-success:disabled,a.gx-btn-success.disabled,a.gx-btn-success:disabled{background-color:#52c41a!important;border-color:#52c41a!important}.gx-btn-success:not([disabled]):not(.disabled).active,.gx-btn-success:not([disabled]):not(.disabled):active,a.gx-btn-success:not([disabled]):not(.disabled).active,a.gx-btn-success:not([disabled]):not(.disabled):active{color:#fff!important;background-color:#3f9714!important;border-color:#3f9714!important}.gx-btn-success-dark,a.gx-btn-success-dark{color:#fff!important;background-color:#368011!important;border-color:#368011!important}.gx-btn-success-dark:focus,.gx-btn-success-dark:hover,a.gx-btn-success-dark:focus,a.gx-btn-success-dark:hover{color:#fff!important;background-color:#2c6a0e!important;border-color:#2c6a0e!important}.gx-btn-success-dark.disabled,.gx-btn-success-dark:disabled,a.gx-btn-success-dark.disabled,a.gx-btn-success-dark:disabled{background-color:#52c41a!important;border-color:#52c41a!important}.gx-btn-success-dark:not([disabled]):not(.disabled).active,.gx-btn-success-dark:not([disabled]):not(.disabled):active,a.gx-btn-success-dark:not([disabled]):not(.disabled).active,a.gx-btn-success-dark:not([disabled]):not(.disabled):active{color:#fff!important;background-color:#2c6a0e!important;border-color:#2c6a0e!important}.gx-btn-info,a.gx-btn-info{color:#fff!important;background-color:#1890ff!important;border-color:#1890ff!important}.gx-btn-info:focus,.gx-btn-info:hover,a.gx-btn-info:focus,a.gx-btn-info:hover{color:#fff!important;background-color:#0076e4!important;border-color:#0076e4!important}.gx-btn-info.disabled,.gx-btn-info:disabled,a.gx-btn-info.disabled,a.gx-btn-info:disabled{background-color:#1890ff!important;border-color:#1890ff!important}.gx-btn-info:not([disabled]):not(.disabled).active,.gx-btn-info:not([disabled]):not(.disabled):active,a.gx-btn-info:not([disabled]):not(.disabled).active,a.gx-btn-info:not([disabled]):not(.disabled):active{color:#fff!important;background-color:#0076e4!important;border-color:#0076e4!important}.gx-btn-warning,a.gx-btn-warning{color:#fff!important;background-color:var(--third)!important;border-color:var(--third)!important}.gx-btn-warning:focus,.gx-btn-warning:hover,a.gx-btn-warning:focus,a.gx-btn-warning:hover{color:#fff!important;background-color:#d87205!important;border-color:#d87205!important}.gx-btn-warning.disabled,.gx-btn-warning:disabled,a.gx-btn-warning.disabled,a.gx-btn-warning:disabled{background-color:var(--third)!important;border-color:var(--third)!important}.gx-btn-warning:not([disabled]):not(.disabled).active,.gx-btn-warning:not([disabled]):not(.disabled):active,a.gx-btn-warning:not([disabled]):not(.disabled).active,a.gx-btn-warning:not([disabled]):not(.disabled):active{color:#fff!important;background-color:#d87205!important;border-color:#d87205!important}.gx-btn-yellow,a.gx-btn-yellow{color:#262626!important;background-color:#fadb14!important;border-color:#fadb14!important}.gx-btn-yellow:focus,.gx-btn-yellow:hover,a.gx-btn-yellow:focus,a.gx-btn-yellow:hover{color:#fff!important;background-color:#d6ba05!important;border-color:#d6ba05!important}.gx-btn-yellow.disabled,.gx-btn-yellow:disabled,a.gx-btn-yellow.disabled,a.gx-btn-yellow:disabled{background-color:#fadb14!important;border-color:#fadb14!important}.gx-btn-yellow:not([disabled]):not(.disabled).active,.gx-btn-yellow:not([disabled]):not(.disabled):active,a.gx-btn-yellow:not([disabled]):not(.disabled).active,a.gx-btn-yellow:not([disabled]):not(.disabled):active{color:#fff!important;background-color:#d6ba05!important;border-color:#d6ba05!important}.gx-btn-danger,.gx-btn-red,a.gx-btn-danger,a.gx-btn-red{color:#fff!important;background-color:#f44336!important;border-color:#f44336!important}.gx-btn-danger:focus,.gx-btn-danger:hover,.gx-btn-red:focus,.gx-btn-red:hover,a.gx-btn-danger:focus,a.gx-btn-danger:hover,a.gx-btn-red:focus,a.gx-btn-red:hover{color:#fff!important;background-color:#ea1c0d!important;border-color:#ea1c0d!important}.gx-btn-danger.disabled,.gx-btn-danger:disabled,.gx-btn-red.disabled,.gx-btn-red:disabled,a.gx-btn-danger.disabled,a.gx-btn-danger:disabled,a.gx-btn-red.disabled,a.gx-btn-red:disabled{background-color:#f44336!important;border-color:#f44336!important}.gx-btn-danger:not([disabled]):not(.disabled).active,.gx-btn-danger:not([disabled]):not(.disabled):active,.gx-btn-red:not([disabled]):not(.disabled).active,.gx-btn-red:not([disabled]):not(.disabled):active,a.gx-btn-danger:not([disabled]):not(.disabled).active,a.gx-btn-danger:not([disabled]):not(.disabled):active,a.gx-btn-red:not([disabled]):not(.disabled).active,a.gx-btn-red:not([disabled]):not(.disabled):active{color:#fff!important;background-color:#ea1c0d!important;border-color:#ea1c0d!important}.gx-btn-light,a.gx-btn-light{color:#8c8c8c!important;background-color:#e8e8e8!important;border-color:#e8e8e8!important}.gx-btn-light:focus,.gx-btn-light:hover,a.gx-btn-light:focus,a.gx-btn-light:hover{color:#8c8c8c!important;background-color:#d9d9d9!important;border-color:#d9d9d9!important}.gx-btn-light.disabled,.gx-btn-light:disabled,a.gx-btn-light.disabled,a.gx-btn-light:disabled{background-color:#f5f5f5!important;border-color:#f5f5f5!important}.gx-btn-light:not([disabled]):not(.disabled).active,.gx-btn-light:not([disabled]):not(.disabled):active,a.gx-btn-light:not([disabled]):not(.disabled).active,a.gx-btn-light:not([disabled]):not(.disabled):active{color:#262626!important;background-color:#e8e8e8!important;border-color:#e8e8e8!important}.gx-btn-dark,a.gx-btn-dark{color:#fff!important;background-color:#262626!important;border-color:#262626!important}.gx-btn-dark:focus,.gx-btn-dark:hover,a.gx-btn-dark:focus,a.gx-btn-dark:hover{color:#fff!important;background-color:#0c0c0c!important;border-color:#0c0c0c!important}.gx-btn-dark.disabled,.gx-btn-dark:disabled,a.gx-btn-dark.disabled,a.gx-btn-dark:disabled{background-color:#262626!important;border-color:#262626!important}.gx-btn-dark:not([disabled]):not(.disabled).active,.gx-btn-dark:not([disabled]):not(.disabled):active,a.gx-btn-dark:not([disabled]):not(.disabled).active,a.gx-btn-dark:not([disabled]):not(.disabled):active{color:#fff!important;background-color:#0c0c0c!important;border-color:#0c0c0c!important}.gx-btn-purple,a.gx-btn-purple{color:#fff!important;background-color:#722ed1!important;border-color:#722ed1!important}.gx-btn-purple:focus,.gx-btn-purple:hover,a.gx-btn-purple:focus,a.gx-btn-purple:hover{color:#fff!important;background-color:#5b25a7!important;border-color:#5b25a7!important}.gx-btn-purple.disabled,.gx-btn-purple:disabled,a.gx-btn-purple.disabled,a.gx-btn-purple:disabled{background-color:#722ed1!important;border-color:#722ed1!important}.gx-btn-purple:not([disabled]):not(.disabled).active,.gx-btn-purple:not([disabled]):not(.disabled):active,a.gx-btn-purple:not([disabled]):not(.disabled).active,a.gx-btn-purple:not([disabled]):not(.disabled):active{color:#fff!important;background-color:#5b25a7!important;border-color:#5b25a7!important}.gx-btn-sepia,a.gx-btn-sepia{color:#fff!important;background-color:#7c3535!important;border-color:#7c3535!important}.gx-btn-sepia:focus,.gx-btn-sepia:hover,a.gx-btn-sepia:focus,a.gx-btn-sepia:hover{color:#fff!important;background-color:#461e1e!important;border-color:#461e1e!important}.gx-btn-sepia.disabled,.gx-btn-sepia:disabled,a.gx-btn-sepia.disabled,a.gx-btn-sepia:disabled{background-color:#7c3535!important;border-color:#7c3535!important}.gx-btn-sepia:not([disabled]):not(.disabled).active,.gx-btn-sepia:not([disabled]):not(.disabled):active,a.gx-btn-sepia:not([disabled]):not(.disabled).active,a.gx-btn-sepia:not([disabled]):not(.disabled):active{color:#fff!important;background-color:#461e1e!important;border-color:#461e1e!important}.gx-btn-geekblue,a.gx-btn-geekblue{color:#fff!important;background-color:#10239e!important;border-color:#10239e!important}.gx-btn-geekblue:focus,.gx-btn-geekblue:hover,a.gx-btn-geekblue:focus,a.gx-btn-geekblue:hover{color:#fff!important;background-color:#0b1970!important;border-color:#0b1970!important}.gx-btn-geekblue.disabled,.gx-btn-geekblue:disabled,a.gx-btn-geekblue.disabled,a.gx-btn-geekblue:disabled{background-color:#10239e!important;border-color:#10239e!important}.gx-btn-geekblue:not([disabled]):not(.disabled).active,.gx-btn-geekblue:not([disabled]):not(.disabled):active,a.gx-btn-geekblue:not([disabled]):not(.disabled).active,a.gx-btn-geekblue:not([disabled]):not(.disabled):active{color:#fff!important;background-color:#091459!important;border-color:#091459!important}.gx-btn-cyan,a.gx-btn-cyan{color:#fff!important;background-color:#13c2c2!important;border-color:#13c2c2!important}.gx-btn-cyan:focus,.gx-btn-cyan:hover,a.gx-btn-cyan:focus,a.gx-btn-cyan:hover{color:#fff!important;background-color:#0e9494!important;border-color:#0e9494!important}.gx-btn-cyan.disabled,.gx-btn-cyan:disabled,a.gx-btn-cyan.disabled,a.gx-btn-cyan:disabled{background-color:#13c2c2!important;border-color:#13c2c2!important}.gx-btn-cyan:not([disabled]):not(.disabled).active,.gx-btn-cyan:not([disabled]):not(.disabled):active,a.gx-btn-cyan:not([disabled]):not(.disabled).active,a.gx-btn-cyan:not([disabled]):not(.disabled):active{color:#fff!important;background-color:#0e8a8a!important;border-color:#0e8a8a!important}.gx-btn-white,a.gx-btn-white{color:#545454!important;background-color:#fff!important;border-color:#fff!important}.gx-btn-white:focus,.gx-btn-white:hover,a.gx-btn-white:focus,a.gx-btn-white:hover{color:#545454!important;background-color:#e6e6e6!important;border-color:#e6e6e6!important}.gx-btn-white.disabled,.gx-btn-white:disabled,a.gx-btn-white.disabled,a.gx-btn-white:disabled{background-color:#fff!important;border-color:#fff!important}.gx-btn-white:not([disabled]):not(.disabled).active,.gx-btn-white:not([disabled]):not(.disabled):active,a.gx-btn-white:not([disabled]):not(.disabled).active,a.gx-btn-white:not([disabled]):not(.disabled):active{color:#545454!important;background-color:#e6e6e6!important;border-color:#e6e6e6!important}.gx-btn-orange,a.gx-btn-orange{color:#fff!important;background-color:var(--third)!important;border-color:var(--third)!important}.gx-btn-orange:focus,.gx-btn-orange:hover,a.gx-btn-orange:focus,a.gx-btn-orange:hover{color:#fff!important;background-color:#d87205!important;border-color:#d87205!important}.gx-btn-orange.disabled,.gx-btn-orange:disabled,a.gx-btn-orange.disabled,a.gx-btn-orange:disabled{background-color:var(--third)!important;border-color:var(--third)!important}.gx-btn-orange:not([disabled]):not(.disabled).active,.gx-btn-orange:not([disabled]):not(.disabled):active,a.gx-btn-orange:not([disabled]):not(.disabled).active,a.gx-btn-orange:not([disabled]):not(.disabled):active{color:#fff!important;background-color:#ce6d04!important;border-color:#ce6d04!important}.gx-btn-outline-primary,a.gx-btn-outline-primary{color:var(--first)!important;background-color:initial!important;border-color:var(--first)!important}.gx-btn-outline-primary:focus,.gx-btn-outline-primary:hover,a.gx-btn-outline-primary:focus,a.gx-btn-outline-primary:hover{color:#fff!important;background-color:var(--first)!important;border-color:var(--first)!important}.gx-btn-outline-primary.disabled,.gx-btn-outline-primary:disabled,a.gx-btn-outline-primary.disabled,a.gx-btn-outline-primary:disabled{color:var(--first)!important;background-color:initial!important}.gx-btn-outline-secondary,a.gx-btn-outline-secondary{color:var(--third)!important;background-color:initial!important;border-color:var(--third)!important}.gx-btn-outline-secondary:focus,.gx-btn-outline-secondary:hover,a.gx-btn-outline-secondary:focus,a.gx-btn-outline-secondary:hover{color:#fff!important;background-color:var(--third)!important;border-color:var(--third)!important}.gx-btn-outline-secondary.disabled,.gx-btn-outline-secondary:disabled,a.gx-btn-outline-secondary.disabled,a.gx-btn-outline-secondary:disabled{color:var(--third)!important;background-color:initial!important}.gx-btn-outline-success,a.gx-btn-outline-success{color:#52c41a!important;background-color:initial!important;border-color:#52c41a!important}.gx-btn-outline-success:focus,.gx-btn-outline-success:hover,a.gx-btn-outline-success:focus,a.gx-btn-outline-success:hover{color:#fff!important;background-color:#52c41a!important;border-color:#52c41a!important}.gx-btn-outline-success.disabled,.gx-btn-outline-success:disabled,a.gx-btn-outline-success.disabled,a.gx-btn-outline-success:disabled{color:#52c41a!important;background-color:initial!important}.gx-btn-outline-success-dark,a.gx-btn-outline-success-dark{color:#52c41a!important;background-color:initial!important;border-color:#368011!important}.gx-btn-outline-success-dark:focus,.gx-btn-outline-success-dark:hover,a.gx-btn-outline-success-dark:focus,a.gx-btn-outline-success-dark:hover{color:#fff!important;background-color:#2c6a0e!important;border-color:#2c6a0e!important}.gx-btn-outline-success-dark.disabled,.gx-btn-outline-success-dark:disabled,a.gx-btn-outline-success-dark.disabled,a.gx-btn-outline-success-dark:disabled{color:#2c6a0e!important;background-color:initial!important}.gx-btn-outline-info,a.gx-btn-outline-info{color:#1890ff!important;background-color:initial!important;border-color:#1890ff!important}.gx-btn-outline-info:focus,.gx-btn-outline-info:hover,a.gx-btn-outline-info:focus,a.gx-btn-outline-info:hover{color:#fff!important;background-color:#1890ff!important;border-color:#1890ff!important}.gx-btn-outline-info.disabled,.gx-btn-outline-info:disabled,a.gx-btn-outline-info.disabled,a.gx-btn-outline-info:disabled{color:#1890ff!important;background-color:initial!important}.gx-btn-outline-warning,a.gx-btn-outline-warning{color:var(--third)!important;background-color:initial!important;border-color:var(--third)!important}.gx-btn-outline-warning:focus,.gx-btn-outline-warning:hover,a.gx-btn-outline-warning:focus,a.gx-btn-outline-warning:hover{color:#262626!important;background-color:var(--third)!important;border-color:var(--third)!important}.gx-btn-outline-warning.disabled,.gx-btn-outline-warning:disabled,a.gx-btn-outline-warning.disabled,a.gx-btn-outline-warning:disabled{color:var(--third)!important;background-color:initial!important}.gx-btn-outline-danger,.gx-btn-outline-red,a.gx-btn-outline-danger,a.gx-btn-outline-red{color:#f44336!important;background-color:initial!important;border-color:#f44336!important}.gx-btn-outline-danger:focus,.gx-btn-outline-danger:hover,.gx-btn-outline-red:focus,.gx-btn-outline-red:hover,a.gx-btn-outline-danger:focus,a.gx-btn-outline-danger:hover,a.gx-btn-outline-red:focus,a.gx-btn-outline-red:hover{color:#fff!important;background-color:#f44336!important;border-color:#f44336!important}.gx-btn-outline-danger.disabled,.gx-btn-outline-danger:disabled,.gx-btn-outline-red.disabled,.gx-btn-outline-red:disabled,a.gx-btn-outline-danger.disabled,a.gx-btn-outline-danger:disabled,a.gx-btn-outline-red.disabled,a.gx-btn-outline-red:disabled{color:#f44336!important;background-color:initial!important}.gx-btn-outline-light,a.gx-btn-outline-light{color:#8c8c8c!important;background-color:initial!important;border-color:#d9d9d9!important}.gx-btn-outline-light:focus,.gx-btn-outline-light:hover,a.gx-btn-outline-light:focus,a.gx-btn-outline-light:hover{color:#8c8c8c!important;background-color:#d9d9d9!important;border-color:#d9d9d9!important}.gx-btn-outline-light.disabled,.gx-btn-outline-light:disabled,a.gx-btn-outline-light.disabled,a.gx-btn-outline-light:disabled{color:#e8e8e8!important;background-color:initial!important}.gx-btn-outline-dark,a.gx-btn-outline-dark{color:#262626!important;background-color:initial!important;border-color:#262626!important}.gx-btn-outline-dark:focus,.gx-btn-outline-dark:hover,a.gx-btn-outline-dark:focus,a.gx-btn-outline-dark:hover{color:#fff!important;background-color:#262626!important;border-color:#262626!important}.gx-btn-outline-dark.disabled,.gx-btn-outline-dark:disabled,a.gx-btn-outline-dark.disabled,a.gx-btn-outline-dark:disabled{color:#262626!important;background-color:initial!important}.gx-btn-outline-sepia,a.gx-btn-outline-sepia{color:#fff!important;background-color:initial!important;border-color:#7c3535!important}.gx-btn-outline-sepia:focus,.gx-btn-outline-sepia:hover,a.gx-btn-outline-sepia:focus,a.gx-btn-outline-sepia:hover{color:#fff!important;background-color:#7c3535!important;border-color:#7c3535!important}.gx-btn-outline-sepia.disabled,.gx-btn-outline-sepia:disabled,a.gx-btn-outline-sepia.disabled,a.gx-btn-outline-sepia:disabled{color:#7c3535!important;background-color:initial!important}.gx-btn-outline-geekblue,a.gx-btn-outline-geekblue{color:#fff!important;background-color:initial!important;border-color:#030852!important}.gx-btn-outline-geekblue:focus,.gx-btn-outline-geekblue:hover,a.gx-btn-outline-geekblue:focus,a.gx-btn-outline-geekblue:hover{color:#fff!important;background-color:#030852!important;border-color:#030852!important}.gx-btn-outline-geekblue.disabled,.gx-btn-outline-geekblue:disabled,a.gx-btn-outline-geekblue.disabled,a.gx-btn-outline-geekblue:disabled{color:#2f54eb!important;background-color:initial!important}.gx-btn-outline-orange,a.gx-btn-outline-orange{color:#fff!important;background-color:initial!important;border-color:var(--third)!important}.gx-btn-outline-orange:focus,.gx-btn-outline-orange:hover,a.gx-btn-outline-orange:focus,a.gx-btn-outline-orange:hover{color:#fff!important;background-color:var(--third)!important;border-color:var(--third)!important}.gx-btn-outline-orange.disabled,.gx-btn-outline-orange:disabled,a.gx-btn-outline-orange.disabled,a.gx-btn-outline-orange:disabled{color:var(--third)!important;background-color:initial!important}.gx-badge-primary{background-color:var(--first)!important}.gx-badge-primary-light{background-color:#52c6f7!important}.gx-badge-secondary{background-color:var(--third)!important}.gx-badge-success{background-color:#52c41a!important}.gx-badge-success-dark{background-color:#368011!important}.gx-badge-info{background-color:#1890ff!important}.gx-badge-warning{background-color:var(--third)!important}.gx-badge-danger{background-color:#f44336!important}.gx-badge-light{background-color:#e8e8e8!important}.gx-badge-dark{background-color:#000!important}.gx-badge-white{background-color:#fff!important}.gx-badge-grey{background-color:#bfbfbf!important}.gx-badge-light-grey{background-color:#d9d9d9!important}.gx-badge-pink{background-color:#eb2f96!important}.gx-badge-green{background-color:#52c41a!important}.gx-badge-green-light{background-color:#caf5b5!important}.gx-badge-red{background-color:var(--third)!important}.gx-badge-amber{background-color:#fadb14!important}.gx-badge-amber-light{background-color:#fdf2aa!important}.gx-badge-blue{background-color:#1890ff!important}.gx-badge-light-blue{background-color:#329cff!important}.gx-badge-indigo{background-color:#3c1991!important}.gx-badge-purple{background-color:#722ed1!important}.gx-badge-orange{background-color:var(--third)!important}.gx-badge-yellow{background-color:#fadb14!important}.gx-badge-teal{background-color:#20c997!important}.gx-badge-cyan{background-color:#13c2c2!important}.gx-badge-sepia{background-color:#7c3535!important}.gx-badge-geekblue{background-color:#030852!important}.gx-ripple-effect{position:relative;overflow:hidden}.gx-ripple-effect:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:hsla(0,0%,100%,.5);opacity:0;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;transform:scale(1) translate(-50%);transform-origin:50% 50%}.gx-ripple-effect:hover:after{animation:ripple 1s ease-out}@keyframes ripple{0%{transform:scale(0);opacity:.5}20%{transform:scale(60);opacity:.3}to{opacity:0;transform:scale(100)}}@-webkit-keyframes ripple{0%{transform:scale(0);opacity:.5}20%{transform:scale(60);opacity:.3}to{opacity:0;transform:scale(100)}}.gx-pulse-effect{display:block;-webkit-box-shadow:0 0 0 rgba(244,67,54,.4);-moz-box-shadow:0 0 0 rgba(244,67,54,.4);box-shadow:0 0 0 rgba(244,67,54,.4);animation:pulse 2s infinite}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(244,67,54,.4)}70%{-webkit-box-shadow:0 0 0 10px rgba(244,67,54,0)}to{-webkit-box-shadow:0 0 0 0 rgba(244,67,54,0)}}@keyframes pulse{0%{-moz-box-shadow:0 0 0 0 rgba(244,67,54,.4);box-shadow:0 0 0 0 rgba(244,67,54,.4)}70%{-moz-box-shadow:0 0 0 10px rgba(244,67,54,0);box-shadow:0 0 0 10px rgba(244,67,54,0)}to{-moz-box-shadow:0 0 0 0 rgba(244,67,54,0);box-shadow:0 0 0 0 rgba(244,67,54,0)}}.gx-online-effect{display:block;-webkit-box-shadow:0 0 0 rgba(82,196,26,.4);-moz-box-shadow:0 0 0 rgba(82,196,26,.4);box-shadow:0 0 0 rgba(82,196,26,.4);animation:online 2s infinite}@-webkit-keyframes online{0%{-webkit-box-shadow:0 0 0 0 rgba(82,196,26,.4)}70%{-webkit-box-shadow:0 0 0 10px rgba(82,196,26,0)}to{-webkit-box-shadow:0 0 0 0 rgba(82,196,26,0)}}@keyframes online{0%{-moz-box-shadow:0 0 0 0 rgba(82,196,26,.4);box-shadow:0 0 0 0 rgba(82,196,26,.4)}70%{-moz-box-shadow:0 0 0 10px rgba(82,196,26,0);box-shadow:0 0 0 10px rgba(82,196,26,0)}to{-moz-box-shadow:0 0 0 0 rgba(82,196,26,0);box-shadow:0 0 0 0 rgba(82,196,26,0)}}.gx-away-effect{-webkit-box-shadow:0 0 0 rgba(250,219,20,.4);-moz-box-shadow:0 0 0 rgba(250,219,20,.4);box-shadow:0 0 0 rgba(250,219,20,.4)}.gx-away-effect,.gx-orange-effect{display:block;animation:away 2s infinite}.gx-orange-effect{-webkit-box-shadow:0 0 0 rgba(250,140,22,.4);-moz-box-shadow:0 0 0 rgba(250,140,22,.4);box-shadow:0 0 0 rgba(250,140,22,.4)}@-webkit-keyframes away{0%{-webkit-box-shadow:0 0 0 0 rgba(250,140,22,.4)}70%{-webkit-box-shadow:0 0 0 10px rgba(250,140,22,0)}to{-webkit-box-shadow:0 0 0 0 rgba(250,140,22,0)}}@keyframes away{0%{-moz-box-shadow:0 0 0 0 rgba(250,140,22,.4);box-shadow:0 0 0 0 rgba(250,140,22,.4)}70%{-moz-box-shadow:0 0 0 10px rgba(250,140,22,0);box-shadow:0 0 0 10px rgba(250,140,22,0)}to{-moz-box-shadow:0 0 0 0 rgba(250,140,22,0);box-shadow:0 0 0 0 rgba(250,140,22,0)}}@-webkit-keyframes fxicon-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fxicon-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fxicon-hc-spin{-webkit-animation:fxicon-spin 1.5s linear infinite;animation:fxicon-spin 1.5s linear infinite}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadein{0%{opacity:0}to{opacity:1}}.fadein{-webkit-animation-name:fadein;animation-name:fadein;-webkit-animation-duration:1s;animation-duration:1s}@-webkit-keyframes fadeout{0%{opacity:1}to{opacity:0}}@keyframes fadeout{0%{opacity:1}to{opacity:0}}.fadeout{-webkit-animation-name:fadeout;animation-name:fadeout;-webkit-animation-duration:1s;animation-duration:1s}body{overflow:auto;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;width:100%!important;position:relative;font-weight:400}body.framed-layout{padding:20px;background-color:var(--first)}@media screen and (max-width:991px){body.framed-layout{padding:0}}body.boxed-layout{background-color:var(--first);max-width:1280px;margin:0 auto;-webkit-box-shadow:0 0 5px 5px rgba(0,0,0,.03);-moz-box-shadow:0 0 5px 5px rgba(0,0,0,.03);box-shadow:0 0 5px 5px rgba(0,0,0,.03)}@media screen and (min-width:1600px){body.boxed-layout{max-width:1500px}}body.full-scroll{overflow:inherit}#root{height:100vh;height:100dvh}.framed-layout #root{height:calc(100vh - 40px);overflow:hidden;-webkit-box-shadow:0 0 5px 5px rgba(0,0,0,.03);-moz-box-shadow:0 0 5px 5px rgba(0,0,0,.03);box-shadow:0 0 5px 5px rgba(0,0,0,.03);-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px}@media screen and (max-width:991px){.framed-layout #root{height:100vh;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important}}.gx-link,.gx-pointer{cursor:pointer}.gx-link,.gx-link:focus,.gx-link:hover,a,a:focus,a:hover{color:var(--default-link)}a:focus{text-decoration:none}dl,ol,ul{padding-left:30px;margin-bottom:10px}img{max-width:100%}.gx-w-25{width:25%!important}.gx-w-50{width:50%!important}.gx-w-75{width:75%!important}.gx-w-100{width:100%!important}.gx-h-25{height:25%!important}.gx-h-50{height:50%!important}.gx-h-75{height:75%!important}.gx-h-100{height:100%!important}.gx-mw-100{max-width:100%!important}.gx-mh-100{max-height:100%!important}.gx-minw50{min-width:50px}.gx-border{border:1px solid #e8e8e8}.gx-border-2{border:2px solid #e8e8e8}.gx-border-top{border-top:1px solid #e8e8e8}.gx-border-bottom{border-bottom:1px solid #e8e8e8}.gx-border-bottom-2{border-bottom:2px solid #e8e8e8}.gx-border-left{border-left:1px solid #e8e8e8}.gx-border-right{border-right:1px solid #e8e8e8}.gx-border-0{border:0!important}.gx-page-heading{margin-bottom:32px}@media screen and (max-width:575px){.gx-page-heading{margin-bottom:20px}}.gx-page-title{font-size:20px;margin-bottom:0}.gx-size-200{height:200px!important;width:200px!important;line-height:200px!important}.gx-size-150{height:150px!important;width:150px!important;line-height:150px!important}.gx-size-120{height:120px!important;width:120px!important;line-height:120px!important}.gx-size-100{height:100px!important;width:100px!important;line-height:100px!important}.gx-size-90{height:90px!important;width:90px!important;line-height:90px!important}.gx-size-80{height:80px!important;width:80px!important;line-height:80px!important}.gx-size-60{height:60px!important;width:60px!important;line-height:60px!important}.gx-size-50{height:50px!important;width:50px!important;line-height:50px!important}.gx-size-40{height:40px!important;width:40px!important;line-height:40px!important}.gx-size-36{height:36px!important;width:36px!important;line-height:36px!important}.gx-size-30{height:30px!important;width:30px!important;line-height:30px!important}.gx-size-24{height:24px!important;width:24px!important;line-height:24px!important}.gx-size-20{height:20px!important;width:20px!important;line-height:20px!important}.gx-size-15{height:15px!important;width:15px!important;line-height:14px!important}.gx-size-10{height:10px!important;width:10px!important;line-height:10px!important}.gx-size-8{height:8px!important;width:8px!important;line-height:8px!important}.gx-width-175{width:175px!important}.gx-width-80{width:60px!important}.gx-img-fluid,.gx-img-thumbnail{max-width:100%;height:auto}.gx-img-fluid-full{width:100%}.gx-social-link{list-style:none;padding-left:0;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;margin:0 -5px 10px}.gx-social-link li{padding:0 5px;margin-bottom:5px;line-height:1}.gx-social-link li .gx-link,.gx-social-link li a,.gx-social-link li i{cursor:pointer;width:30px;height:30px;line-height:34px;font-size:16px;text-align:center;color:var(--first);border:1px solid var(--first);border-radius:50%}.gx-social-link li.active .gx-link,.gx-social-link li.active a,.gx-social-link li.active i,.gx-social-link li .gx-link:focus,.gx-social-link li .gx-link:hover,.gx-social-link li a:focus,.gx-social-link li a:hover,.gx-social-link li i:focus,.gx-social-link li i:hover{color:#fff;background:var(--first)}.gx-card-social .gx-social-link{margin-bottom:0;-webkit-justify-content:space-around;-ms-justify-content:space-around;justify-content:space-around}.gx-float-left{float:left!important}.gx-float-right{float:right!important}.gx-float-none{float:none!important}@media (min-width:576px){.gx-float-sm-left{float:left!important}.gx-float-sm-right{float:right!important}.gx-float-sm-none{float:none!important}}@media (min-width:768px){.gx-float-md-left{float:left!important}.gx-float-md-right{float:right!important}.gx-float-md-none{float:none!important}}@media (min-width:992px){.gx-float-lg-left{float:left!important}.gx-float-lg-right{float:right!important}.gx-float-lg-none{float:none!important}}@media (min-width:1200px){.gx-float-xl-left{float:left!important}.gx-float-xl-right{float:right!important}.gx-float-xl-none{float:none!important}}.gx-position-static{position:static!important}.gx-position-relative{position:relative!important}.gx-position-absolute{position:absolute!important}.gx-position-fixed{position:fixed!important}.gx-position-sticky{position:sticky!important}.gx-fixed-top{top:0}.gx-fixed-bottom,.gx-fixed-top{position:fixed;right:0;left:0;z-index:1030}.gx-fixed-bottom{bottom:0}.gx-top-0{top:0!important}.gx-bottom-0{bottom:0!important}.gx-left-0{left:0!important}.gx-right-0{right:0!important}.gx-embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.gx-embed-responsive:before{display:block;content:""}.gx-embed-responsive .gx-embed-responsive-item,.gx-embed-responsive embed,.gx-embed-responsive iframe,.gx-embed-responsive object,.gx-embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.gx-embed-responsive-21by9:before{padding-top:42.85714286%}.gx-embed-responsive-16by9:before{padding-top:56.25%}.gx-embed-responsive-4by3:before{padding-top:75%}.gx-embed-responsive-1by1:before{padding-top:100%}.gx-media{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start}.gx-media-body{-webkit-flex:1;-ms-flex:1;flex:1}.gx-overflow-auto{overflow:auto}.gx-z-index-20{position:relative;z-index:20}hr{border-color:hsla(0,0%,98%,.2);margin:15px 0}.gx-status-pos{position:relative}.gx-status-pos .gx-status{display:block;position:absolute;left:0;top:2px;z-index:1;width:12px;height:12px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.gx-status-pos .gx-status.gx-small{width:8px;height:8px}.gx-status-pos .gx-status.gx-status-rtl{top:-4px;left:auto;right:-4px}.gx-status-pos .gx-status.gx-online{background-color:#52c41a}.gx-status-pos .gx-status.gx-offline,.gx-status-pos .gx-status.gx-online{display:block;-webkit-box-shadow:0 0 0 rgba(82,196,26,.4);-moz-box-shadow:0 0 0 rgba(82,196,26,.4);box-shadow:0 0 0 rgba(82,196,26,.4);animation:online 2s infinite}.gx-status-pos .gx-status.gx-offline{background-color:#fff;border:1px solid #52c41a}.gx-status-pos .gx-status.gx-away{background-color:#fadb14;display:block;-webkit-box-shadow:0 0 0 rgba(250,219,20,.4);-moz-box-shadow:0 0 0 rgba(250,219,20,.4);box-shadow:0 0 0 rgba(250,219,20,.4);animation:away 2s infinite}.gx-status-pos .gx-status.gx-orange{background-color:var(--third);display:block;-webkit-box-shadow:0 0 0 rgba(250,140,22,.4);-moz-box-shadow:0 0 0 rgba(250,140,22,.4);box-shadow:0 0 0 rgba(250,140,22,.4);animation:away 2s infinite}.gx-box-shadow{-webkit-box-shadow:0 0 5px 5px rgba(0,0,0,.03);-moz-box-shadow:0 0 5px 5px rgba(0,0,0,.03);box-shadow:0 0 5px 5px rgba(0,0,0,.03)}.gx-no-box-shadow{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.gx-rounded-xs{-webkit-border-radius:2px!important;-moz-border-radius:2px!important;border-radius:2px!important}.gx-rounded-sm{-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important}.gx-rounded-base{-webkit-border-radius:6px!important;-moz-border-radius:6px!important;border-radius:6px!important}.gx-rounded-lg{-webkit-border-radius:10px!important;-moz-border-radius:10px!important;border-radius:10px!important}.gx-rounded-xxl{-webkit-border-radius:30px!important;-moz-border-radius:30px!important;border-radius:30px!important}.gx-rounded-circle{-webkit-border-radius:50%!important;-moz-border-radius:50%!important;border-radius:50%!important}.gx-border-radius-top-left-0{-moz-border-top-left-radius:0;-webkit-border-top-left-radius:0;border-top-left-radius:0}.gx-border-radius-top-right-0{-moz-border-top-right-radius:0;-webkit-border-top-right-radius:0;border-top-right-radius:0}.gx-border-radius-bottom-left-0{-moz-border-bottom-left-radius:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0}.gx-border-radius-bottom-right-0{-moz-border-bottom-right-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0}.gx-vertical-align-top{vertical-align:top}.gx-vertical-align-middle{vertical-align:middle}.gx-vertical-align-bottom{vertical-align:bottom}.gx-separator{background-color:var(--first);width:20px;height:2px;margin:0 auto 10px}.gx-loader-400{height:400px}@media screen and (max-width:1199px){.gx-loader-400{height:300px}}.gx-object-cover{object-fit:cover}.cke_editable,.cke_editor_editor2{font-family:var(--font-secondary)!important}.gx-top2{position:relative;top:2px}.ant-collapse-content-box>:last-child{margin-bottom:0}.react-stickies-wrapper{padding-bottom:16px}@media screen and (max-width:1366px){.gx-hide-1366{display:none}}.gx-d-flex{display:flex!important}.gx-d-none{display:none!important}.gx-d-inline-block{display:inline-block!important}.gx-d-block{display:block!important}.gx-d-inline-flex{display:inline-flex!important}.gx-flex-1{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.gx-flex-row{-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important;-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.gx-flex-column,.gx-flex-row{display:-webkit-flex!important;display:-ms-flexbox!important;display:-ms-flex!important;display:flex!important}.gx-flex-column{-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important;-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important}.gx-flex-column,.gx-flex-nowrap{flex-wrap:nowrap!important}.gx-flex-row-reverse{flex-direction:row-reverse!important}.gx-flex-column-reverse{flex-direction:column-reverse!important}.gx-justify-content-start{-webkit-justify-content:flex-start!important;-ms-justify-content:flex-start!important;justify-content:flex-start!important}.gx-justify-content-end{-webkit-justify-content:flex-end!important;-ms-justify-content:flex-end!important;justify-content:flex-end!important}.gx-justify-content-center{-webkit-justify-content:center!important;-ms-justify-content:center!important;justify-content:center!important}.gx-justify-content-between{-webkit-justify-content:space-between!important;-ms-justify-content:space-between!important;justify-content:space-between!important}.gx-justify-content-around{-webkit-justify-content:space-around!important;-ms-justify-content:space-around!important;justify-content:space-around!important}.gx-align-items-start{-webkit-align-items:flex-start!important;-ms-align-items:flex-start!important;align-items:flex-start!important}.gx-align-items-end{-webkit-align-items:flex-end!important;-ms-align-items:flex-end!important;align-items:flex-end!important}.gx-align-items-center{-webkit-align-items:center!important;-ms-align-items:center!important;align-items:center!important}.gx-align-items-stretch{-webkit-align-items:stretch!important;-ms-align-items:stretch!important;align-items:stretch!important}.gx-align-content-start{-webkit-align-content:flex-start!important;-ms-align-content:flex-start!important;align-content:flex-start!important}.gx-align-content-end{-webkit-align-content:flex-end!important;-ms-align-content:flex-end!important;align-content:flex-end!important}.gx-align-content-center{-webkit-align-content:center!important;-ms-align-content:center!important;align-content:center!important}.gx-align-content-between{-webkit-align-content:space-between!important;-ms-align-content:space-between!important;align-content:space-between!important}.gx-align-content-around{-webkit-align-content:space-around!important;-ms-align-content:space-around!important;align-content:space-around!important}.gx-align-content-stretch{-webkit-align-content:stretch!important;-ms-align-content:stretch!important;align-content:stretch!important}.gx-align-self-auto{-webkit-align-self:auto!important;-ms-align-self:auto!important;align-self:auto!important}.gx-align-self-start{-webkit-align-self:flex-start!important;-ms-align-self:flex-start!important;align-self:flex-start!important}.gx-align-self-end{-webkit-align-self:flex-end!important;-ms-align-self:flex-end!important;align-self:flex-end!important}.gx-align-self-center{-webkit-align-self:center!important;-ms-align-self:center!important;align-self:center!important}.gx-align-self-baseline{-webkit-align-self:baseline!important;-ms-align-self:baseline!important;align-self:baseline!important}.gx-align-self-stretch{-webkit-align-self:stretch!important;-ms-align-self:stretch!important;align-self:stretch!important}.gx-order-first{-ms-flex-order:-1;order:-1}.gx-order-1{-ms-flex-order:1;order:1}.gx-order-2{-ms-flex-order:2;order:2}.gx-order-3{-ms-flex-order:3;order:3}.gx-order-4{-ms-flex-order:4;order:4}.gx-order-5{-ms-flex-order:5;order:5}.gx-order-6{-ms-flex-order:6;order:6}.gx-order-7{-ms-flex-order:7;order:7}.gx-order-8{-ms-flex-order:8;order:8}.gx-order-9{-ms-flex-order:9;order:9}.gx-order-10{-ms-flex-order:10;order:10}.gx-order-11{-ms-flex-order:11;order:11}.gx-order-12{-ms-flex-order:12;order:12}.gx-offset-1{margin-left:8.333333%}.gx-offset-2{margin-left:16.666667%}.gx-offset-3{margin-left:25%}.gx-offset-4{margin-left:33.333333%}.gx-offset-5{margin-left:41.666667%}.gx-offset-6{margin-left:50%}.gx-offset-7{margin-left:58.333333%}.gx-offset-8{margin-left:66.666667%}.gx-offset-9{margin-left:75%}.gx-offset-10{margin-left:83.333333%}.gx-offset-11{margin-left:91.666667%}@media screen and (min-width:576px){.gx-d-sm-none{display:none!important}.gx-d-sm-inline-block{display:inline-block!important}.gx-d-sm-block{display:block!important}.gx-d-sm-flex{display:flex!important}.gx-d-sm-inline-flex{display:inline-flex!important}.gx-flex-sm-row{flex-direction:row!important}.gx-flex-sm-column{flex-direction:column!important}.gx-flex-sm-row-reverse{flex-direction:row-reverse!important}.gx-flex-sm-column-reverse{flex-direction:column-reverse!important}.gx-flex-sm-wrap{flex-wrap:wrap!important}.gx-flex-sm-nowrap{flex-wrap:nowrap!important}.gx-flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gx-justify-content-sm-start{justify-content:flex-start!important}.gx-justify-content-sm-end{justify-content:flex-end!important}.gx-justify-content-sm-center{justify-content:center!important}.gx-justify-content-sm-between{justify-content:space-between!important}.gx-justify-content-sm-around{justify-content:space-around!important}.gx-align-items-sm-start{align-items:flex-start!important}.gx-align-items-sm-end{align-items:flex-end!important}.gx-align-items-sm-center{align-items:center!important}.gx-align-items-sm-baseline{align-items:baseline!important}.gx-align-items-sm-stretch{align-items:stretch!important}.gx-align-content-sm-start{align-content:flex-start!important}.gx-align-content-sm-end{align-content:flex-end!important}.gx-align-content-sm-center{align-content:center!important}.gx-align-content-sm-between{align-content:space-between!important}.gx-align-content-sm-around{align-content:space-around!important}.gx-align-content-sm-stretch{align-content:stretch!important}.gx-align-self-sm-auto{align-self:auto!important}.gx-align-self-sm-start{align-self:flex-start!important}.gx-align-self-sm-end{align-self:flex-end!important}.gx-align-self-sm-center{align-self:center!important}.gx-align-self-sm-baseline{align-self:baseline!important}.gx-align-self-sm-stretch{align-self:stretch!important}.gx-order-sm-first{-ms-flex-order:-1;order:-1}.gx-order-sm-1{-ms-flex-order:1;order:1}.gx-order-sm-2{-ms-flex-order:2;order:2}.gx-order-sm-3{-ms-flex-order:3;order:3}.gx-order-sm-4{-ms-flex-order:4;order:4}.gx-order-sm-5{-ms-flex-order:5;order:5}.gx-order-sm-6{-ms-flex-order:6;order:6}.gx-order-sm-7{-ms-flex-order:7;order:7}.gx-order-sm-8{-ms-flex-order:8;order:8}.gx-order-sm-9{-ms-flex-order:9;order:9}.gx-order-sm-10{-ms-flex-order:10;order:10}.gx-order-sm-11{-ms-flex-order:11;order:11}.gx-order-sm-12{-ms-flex-order:12;order:12}.gx-offset-sm-0{margin-left:0}.gx-offset-sm-1{margin-left:8.333333%}.gx-offset-sm-2{margin-left:16.666667%}.gx-offset-sm-3{margin-left:25%}.gx-offset-sm-4{margin-left:33.333333%}.gx-offset-sm-5{margin-left:41.666667%}.gx-offset-sm-6{margin-left:50%}.gx-offset-sm-7{margin-left:58.333333%}.gx-offset-sm-8{margin-left:66.666667%}.gx-offset-sm-9{margin-left:75%}.gx-offset-sm-10{margin-left:83.333333%}.gx-offset-sm-11{margin-left:91.666667%}}@media screen and (min-width:768px){.gx-d-md-none{display:none!important}.gx-d-md-inline-block{display:inline-block!important}.gx-d-md-block{display:block!important}.gx-d-md-flex{display:flex!important}.gx-d-md-inline-flex{display:inline-flex!important}.gx-flex-md-row{flex-direction:row!important}.gx-flex-md-column{flex-direction:column!important}.gx-flex-md-row-reverse{flex-direction:row-reverse!important}.gx-flex-md-column-reverse{flex-direction:column-reverse!important}.gx-flex-md-wrap{flex-wrap:wrap!important}.gx-flex-md-nowrap{flex-wrap:nowrap!important}.gx-flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gx-justify-content-md-start{justify-content:flex-start!important}.gx-justify-content-md-end{justify-content:flex-end!important}.gx-justify-content-md-center{justify-content:center!important}.gx-justify-content-md-between{justify-content:space-between!important}.gx-justify-content-md-around{justify-content:space-around!important}.gx-align-items-md-start{align-items:flex-start!important}.gx-align-items-md-end{align-items:flex-end!important}.gx-align-items-md-center{align-items:center!important}.gx-align-items-md-baseline{align-items:baseline!important}.gx-align-items-md-stretch{align-items:stretch!important}.gx-align-content-md-start{align-content:flex-start!important}.gx-align-content-md-end{align-content:flex-end!important}.gx-align-content-md-center{align-content:center!important}.gx-align-content-md-between{align-content:space-between!important}.gx-align-content-md-around{align-content:space-around!important}.gx-align-content-md-stretch{align-content:stretch!important}.gx-align-self-md-auto{align-self:auto!important}.gx-align-self-md-start{align-self:flex-start!important}.gx-align-self-md-end{align-self:flex-end!important}.gx-align-self-md-center{align-self:center!important}.gx-align-self-md-baseline{align-self:baseline!important}.gx-align-self-md-stretch{align-self:stretch!important}.gx-order-md-first{-ms-flex-order:-1;order:-1}.gx-order-md-1{-ms-flex-order:1;order:1}.gx-order-md-2{-ms-flex-order:2;order:2}.gx-order-md-3{-ms-flex-order:3;order:3}.gx-order-md-4{-ms-flex-order:4;order:4}.gx-order-md-5{-ms-flex-order:5;order:5}.gx-order-md-6{-ms-flex-order:6;order:6}.gx-order-md-7{-ms-flex-order:7;order:7}.gx-order-md-8{-ms-flex-order:8;order:8}.gx-order-md-9{-ms-flex-order:9;order:9}.gx-order-md-10{-ms-flex-order:10;order:10}.gx-order-md-11{-ms-flex-order:11;order:11}.gx-order-md-12{-ms-flex-order:12;order:12}.gx-offset-md-0{margin-left:0}.gx-offset-md-1{margin-left:8.333333%}.gx-offset-md-2{margin-left:16.666667%}.gx-offset-md-3{margin-left:25%}.gx-offset-md-4{margin-left:33.333333%}.gx-offset-md-5{margin-left:41.666667%}.gx-offset-md-6{margin-left:50%}.gx-offset-md-7{margin-left:58.333333%}.gx-offset-md-8{margin-left:66.666667%}.gx-offset-md-9{margin-left:75%}.gx-offset-md-10{margin-left:83.333333%}.gx-offset-md-11{margin-left:91.666667%}}@media screen and (min-width:992px){.gx-d-lg-none{display:none!important}.gx-d-lg-inline-block{display:inline-block!important}.gx-d-lg-block{display:block!important}.gx-d-lg-flex{display:flex!important}.gx-d-lg-inline-flex{display:inline-flex!important}.gx-flex-lg-row{flex-direction:row!important}.gx-flex-lg-column{flex-direction:column!important}.gx-flex-lg-row-reverse{flex-direction:row-reverse!important}.gx-flex-lg-column-reverse{flex-direction:column-reverse!important}.gx-flex-lg-wrap{flex-wrap:wrap!important}.gx-flex-lg-nowrap{flex-wrap:nowrap!important}.gx-flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gx-justify-content-lg-start{justify-content:flex-start!important}.gx-justify-content-lg-end{justify-content:flex-end!important}.gx-justify-content-lg-center{justify-content:center!important}.gx-justify-content-lg-between{justify-content:space-between!important}.gx-justify-content-lg-around{justify-content:space-around!important}.gx-align-items-lg-start{align-items:flex-start!important}.gx-align-items-lg-end{align-items:flex-end!important}.gx-align-items-lg-center{align-items:center!important}.gx-align-items-lg-baseline{align-items:baseline!important}.gx-align-items-lg-stretch{align-items:stretch!important}.gx-align-content-lg-start{align-content:flex-start!important}.gx-align-content-lg-end{align-content:flex-end!important}.gx-align-content-lg-center{align-content:center!important}.gx-align-content-lg-between{align-content:space-between!important}.gx-align-content-lg-around{align-content:space-around!important}.gx-align-content-lg-stretch{align-content:stretch!important}.gx-align-self-lg-auto{align-self:auto!important}.gx-align-self-lg-start{align-self:flex-start!important}.gx-align-self-lg-end{align-self:flex-end!important}.gx-align-self-lg-center{align-self:center!important}.gx-align-self-lg-baseline{align-self:baseline!important}.gx-align-self-lg-stretch{align-self:stretch!important}.gx-order-lg-first{-ms-flex-order:-1;order:-1}.gx-order-lg-1{-ms-flex-order:1;order:1}.gx-order-lg-2{-ms-flex-order:2;order:2}.gx-order-lg-3{-ms-flex-order:3;order:3}.gx-order-lg-4{-ms-flex-order:4;order:4}.gx-order-lg-5{-ms-flex-order:5;order:5}.gx-order-lg-6{-ms-flex-order:6;order:6}.gx-order-lg-7{-ms-flex-order:7;order:7}.gx-order-lg-8{-ms-flex-order:8;order:8}.gx-order-lg-9{-ms-flex-order:9;order:9}.gx-order-lg-10{-ms-flex-order:10;order:10}.gx-order-lg-11{-ms-flex-order:11;order:11}.gx-order-lg-12{-ms-flex-order:12;order:12}.gx-offset-lg-0{margin-left:0}.gx-offset-lg-1{margin-left:8.333333%}.gx-offset-lg-2{margin-left:16.666667%}.gx-offset-lg-3{margin-left:25%}.gx-offset-lg-4{margin-left:33.333333%}.gx-offset-lg-5{margin-left:41.666667%}.gx-offset-lg-6{margin-left:50%}.gx-offset-lg-7{margin-left:58.333333%}.gx-offset-lg-8{margin-left:66.666667%}.gx-offset-lg-9{margin-left:75%}.gx-offset-lg-10{margin-left:83.333333%}.gx-offset-lg-11{margin-left:91.666667%}}@media screen and (min-width:1200px){.gx-d-xl-none{display:none!important}.gx-d-xl-inline-block{display:inline-block!important}.gx-d-xl-block{display:block!important}.gx-d-xl-flex{display:flex!important}.gx-d-xl-inline-flex{display:inline-flex!important}.gx-flex-xl-row{flex-direction:row!important}.gx-flex-xl-column{flex-direction:column!important}.gx-flex-xl-row-reverse{flex-direction:row-reverse!important}.gx-flex-xl-column-reverse{flex-direction:column-reverse!important}.gx-flex-xl-wrap{flex-wrap:wrap!important}.gx-flex-xl-nowrap{flex-wrap:nowrap!important}.gx-flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gx-justify-content-xl-start{justify-content:flex-start!important}.gx-justify-content-xl-end{justify-content:flex-end!important}.gx-justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.gx-justify-content-xl-around{justify-content:space-around!important}.gx-align-items-xl-start{align-items:flex-start!important}.gx-align-items-xl-end{align-items:flex-end!important}.gx-align-items-xl-center{align-items:center!important}.gx-align-items-xl-baseline{align-items:baseline!important}.gx-align-items-xl-stretch{align-items:stretch!important}.gx-align-content-xl-start{align-content:flex-start!important}.gx-align-content-xl-end{align-content:flex-end!important}.gx-align-content-xl-center{align-content:center!important}.gx-align-content-xl-between{align-content:space-between!important}.gx-align-content-xl-around{align-content:space-around!important}.gx-align-content-xl-stretch{align-content:stretch!important}.gx-align-self-xl-auto{align-self:auto!important}.gx-align-self-xl-start{align-self:flex-start!important}.gx-align-self-xl-end{align-self:flex-end!important}.gx-align-self-xl-center{align-self:center!important}.gx-align-self-xl-baseline{align-self:baseline!important}.gx-align-self-xl-stretch{align-self:stretch!important}.gx-order-xl-first{-ms-flex-order:-1;order:-1}.gx-order-xl-1{-ms-flex-order:1;order:1}.gx-order-xl-2{-ms-flex-order:2;order:2}.gx-order-xl-3{-ms-flex-order:3;order:3}.gx-order-xl-4{-ms-flex-order:4;order:4}.gx-order-xl-5{-ms-flex-order:5;order:5}.gx-order-xl-6{-ms-flex-order:6;order:6}.gx-order-xl-7{-ms-flex-order:7;order:7}.gx-order-xl-8{-ms-flex-order:8;order:8}.gx-order-xl-9{-ms-flex-order:9;order:9}.gx-order-xl-10{-ms-flex-order:10;order:10}.gx-order-xl-11{-ms-flex-order:11;order:11}.gx-order-xl-12{-ms-flex-order:12;order:12}.gx-offset-xl-0{margin-left:0}.gx-offset-xl-1{margin-left:8.333333%}.gx-offset-xl-2{margin-left:16.666667%}.gx-offset-xl-3{margin-left:25%}.gx-offset-xl-4{margin-left:33.333333%}.gx-offset-xl-5{margin-left:41.666667%}.gx-offset-xl-6{margin-left:50%}.gx-offset-xl-7{margin-left:58.333333%}.gx-offset-xl-8{margin-left:66.666667%}.gx-offset-xl-9{margin-left:75%}.gx-offset-xl-10{margin-left:83.333333%}.gx-offset-xl-11{margin-left:91.666667%}}.ant-row{margin-left:-16px;margin-right:-16px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ant-row>[class*=ant-col-]{margin:0 -.3px}.gx-col{flex-basis:0;flex-grow:1;max-width:100%;padding-left:16px;padding-right:16px}@media screen and (max-width:480px){.gx-col-full{width:100%}}.gx-mb-30{margin-bottom:30px!important}.gx-mb-10{margin-bottom:10px!important}.gx-m-0{margin:0!important}.gx-mt-0,.gx-my-0{margin-top:0!important}.gx-mr-0,.gx-mx-0{margin-right:0!important}.gx-mb-0,.gx-my-0{margin-bottom:0!important}.gx-ml-0,.gx-mx-0{margin-left:0!important}.gx-m-1{margin:.25rem!important}.gx-mt-1,.gx-my-1{margin-top:.25rem!important}.gx-mr-1,.gx-mx-1{margin-right:.25rem!important}.gx-mb-1,.gx-my-1{margin-bottom:.25rem!important}.gx-ml-1,.gx-mx-1{margin-left:.25rem!important}.gx-m-2{margin:.5rem!important}.gx-mt-2,.gx-my-2{margin-top:.5rem!important}.gx-mr-2,.gx-mx-2{margin-right:.5rem!important}.gx-mb-2,.gx-my-2{margin-bottom:.5rem!important}.gx-ml-2,.gx-mx-2{margin-left:.5rem!important}.gx-m-3{margin:1rem!important}.gx-mt-3,.gx-my-3{margin-top:1rem!important}.gx-mr-3,.gx-mx-3{margin-right:1rem!important}.gx-mb-3,.gx-my-3{margin-bottom:1rem!important}.gx-ml-3,.gx-mx-3{margin-left:1rem!important}.gx-m-4{margin:1.5rem!important}.gx-mt-4,.gx-my-4{margin-top:1.5rem!important}.gx-mr-4,.gx-mx-4{margin-right:1.5rem!important}.gx-mb-4,.gx-my-4{margin-bottom:1.5rem!important}.gx-ml-4,.gx-mx-4{margin-left:1.5rem!important}.gx-m-5{margin:3rem!important}.gx-mt-5,.gx-my-5{margin-top:3rem!important}.gx-mr-5,.gx-mx-5{margin-right:3rem!important}.gx-mb-5,.gx-my-5{margin-bottom:3rem!important}.gx-ml-5,.gx-mx-5{margin-left:3rem!important}.gx-p-0{padding:0!important}.gx-pt-0,.gx-py-0{padding-top:0!important}.gx-pr-0,.gx-px-0{padding-right:0!important}.gx-pb-0,.gx-py-0{padding-bottom:0!important}.gx-pl-0,.gx-px-0{padding-left:0!important}.gx-p-1{padding:.25rem!important}.gx-pt-1,.gx-py-1{padding-top:.25rem!important}.gx-pr-1,.gx-px-1{padding-right:.25rem!important}.gx-pb-1,.gx-py-1{padding-bottom:.25rem!important}.gx-pl-1,.gx-px-1{padding-left:.25rem!important}.gx-p-2{padding:.5rem!important}.gx-pt-2,.gx-py-2{padding-top:.5rem!important}.gx-pr-2,.gx-px-2{padding-right:.5rem!important}.gx-pb-2,.gx-py-2{padding-bottom:.5rem!important}.gx-pl-2,.gx-px-2{padding-left:.5rem!important}.gx-p-3{padding:1rem!important}.gx-pt-3,.gx-py-3{padding-top:1rem!important}.gx-pr-3,.gx-px-3{padding-right:1rem!important}.gx-pb-3,.gx-py-3{padding-bottom:1rem!important}.gx-pl-3,.gx-px-3{padding-left:1rem!important}.gx-p-4{padding:1.5rem!important}.gx-pt-4,.gx-py-4{padding-top:1.5rem!important}.gx-pr-4,.gx-px-4{padding-right:1.5rem!important}.gx-pb-4,.gx-py-4{padding-bottom:1.5rem!important}.gx-pl-4,.gx-px-4{padding-left:1.5rem!important}.gx-p-5{padding:2rem!important}.gx-pt-5,.gx-py-5{padding-top:2rem!important}.gx-pr-5,.gx-px-5{padding-right:2rem!important}.gx-pb-5,.gx-py-5{padding-bottom:2rem!important}.gx-pl-5,.gx-px-5{padding-left:2rem!important}.gx-m-auto{margin:auto!important}.gx-mt-auto,.gx-my-auto{margin-top:auto!important}.gx-mr-auto,.gx-mx-auto{margin-right:auto!important}.gx-mb-auto,.gx-my-auto{margin-bottom:auto!important}.gx-ml-auto,.gx-mx-auto{margin-left:auto!important}@media (min-width:576px){.gx-m-sm-0{margin:0!important}.gx-mt-sm-0,.gx-my-sm-0{margin-top:0!important}.gx-mr-sm-0,.gx-mx-sm-0{margin-right:0!important}.gx-mb-sm-0,.gx-my-sm-0{margin-bottom:0!important}.gx-ml-sm-0,.gx-mx-sm-0{margin-left:0!important}.gx-m-sm-1{margin:.25rem!important}.gx-mt-sm-1,.gx-my-sm-1{margin-top:.25rem!important}.gx-mr-sm-1,.gx-mx-sm-1{margin-right:.25rem!important}.gx-mb-sm-1,.gx-my-sm-1{margin-bottom:.25rem!important}.gx-ml-sm-1,.gx-mx-sm-1{margin-left:.25rem!important}.gx-m-sm-2{margin:.5rem!important}.gx-mt-sm-2,.gx-my-sm-2{margin-top:.5rem!important}.gx-mr-sm-2,.gx-mx-sm-2{margin-right:.5rem!important}.gx-mb-sm-2,.gx-my-sm-2{margin-bottom:.5rem!important}.gx-ml-sm-2,.gx-mx-sm-2{margin-left:.5rem!important}.gx-m-sm-3{margin:1rem!important}.gx-mt-sm-3,.gx-my-sm-3{margin-top:1rem!important}.gx-mr-sm-3,.gx-mx-sm-3{margin-right:1rem!important}.gx-mb-sm-3,.gx-my-sm-3{margin-bottom:1rem!important}.gx-ml-sm-3,.gx-mx-sm-3{margin-left:1rem!important}.gx-m-sm-4{margin:1.5rem!important}.gx-mt-sm-4,.gx-my-sm-4{margin-top:1.5rem!important}.gx-mr-sm-4,.gx-mx-sm-4{margin-right:1.5rem!important}.gx-mb-sm-4,.gx-my-sm-4{margin-bottom:1.5rem!important}.gx-ml-sm-4,.gx-mx-sm-4{margin-left:1.5rem!important}.gx-m-sm-5{margin:3rem!important}.gx-mt-sm-5,.gx-my-sm-5{margin-top:3rem!important}.gx-mr-sm-5,.gx-mx-sm-5{margin-right:3rem!important}.gx-mb-sm-5,.gx-my-sm-5{margin-bottom:3rem!important}.gx-ml-sm-5,.gx-mx-sm-5{margin-left:3rem!important}.gx-p-sm-0{padding:0!important}.gx-pt-sm-0,.gx-py-sm-0{padding-top:0!important}.gx-pr-sm-0,.gx-px-sm-0{padding-right:0!important}.gx-pb-sm-0,.gx-py-sm-0{padding-bottom:0!important}.gx-pl-sm-0,.gx-px-sm-0{padding-left:0!important}.gx-p-sm-1{padding:.25rem!important}.gx-pt-sm-1,.gx-py-sm-1{padding-top:.25rem!important}.gx-pr-sm-1,.gx-px-sm-1{padding-right:.25rem!important}.gx-pb-sm-1,.gx-py-sm-1{padding-bottom:.25rem!important}.gx-pl-sm-1,.gx-px-sm-1{padding-left:.25rem!important}.gx-p-sm-2{padding:.5rem!important}.gx-pt-sm-2,.gx-py-sm-2{padding-top:.5rem!important}.gx-pr-sm-2,.gx-px-sm-2{padding-right:.5rem!important}.gx-pb-sm-2,.gx-py-sm-2{padding-bottom:.5rem!important}.gx-pl-sm-2,.gx-px-sm-2{padding-left:.5rem!important}.gx-p-sm-3{padding:1rem!important}.gx-pt-sm-3,.gx-py-sm-3{padding-top:1rem!important}.gx-pr-sm-3,.gx-px-sm-3{padding-right:1rem!important}.gx-pb-sm-3,.gx-py-sm-3{padding-bottom:1rem!important}.gx-pl-sm-3,.gx-px-sm-3{padding-left:1rem!important}.gx-p-sm-4{padding:1.5rem!important}.gx-pt-sm-4,.gx-py-sm-4{padding-top:1.5rem!important}.gx-pr-sm-4,.gx-px-sm-4{padding-right:1.5rem!important}.gx-pb-sm-4,.gx-py-sm-4{padding-bottom:1.5rem!important}.gx-pl-sm-4,.gx-px-sm-4{padding-left:1.5rem!important}.gx-p-sm-5{padding:2rem!important}.gx-pt-sm-5,.gx-py-sm-5{padding-top:2rem!important}.gx-pr-sm-5,.gx-px-sm-5{padding-right:2rem!important}.gx-pb-sm-5,.gx-py-sm-5{padding-bottom:2rem!important}.gx-pl-sm-5,.gx-px-sm-5{padding-left:2rem!important}.gx-m-sm-auto{margin:auto!important}.gx-mt-sm-auto,.gx-my-sm-auto{margin-top:auto!important}.gx-mr-sm-auto,.gx-mx-sm-auto{margin-right:auto!important}.gx-mb-sm-auto,.gx-my-sm-auto{margin-bottom:auto!important}.gx-ml-sm-auto,.gx-mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.gx-m-md-0{margin:0!important}.gx-mt-md-0,.gx-my-md-0{margin-top:0!important}.gx-mr-md-0,.gx-mx-md-0{margin-right:0!important}.gx-mb-md-0,.gx-my-md-0{margin-bottom:0!important}.gx-ml-md-0,.gx-mx-md-0{margin-left:0!important}.gx-m-md-1{margin:.25rem!important}.gx-mt-md-1,.gx-my-md-1{margin-top:.25rem!important}.gx-mr-md-1,.gx-mx-md-1{margin-right:.25rem!important}.gx-mb-md-1,.gx-my-md-1{margin-bottom:.25rem!important}.gx-ml-md-1,.gx-mx-md-1{margin-left:.25rem!important}.gx-m-md-2{margin:.5rem!important}.gx-mt-md-2,.gx-my-md-2{margin-top:.5rem!important}.gx-mr-md-2,.gx-mx-md-2{margin-right:.5rem!important}.gx-mb-md-2,.gx-my-md-2{margin-bottom:.5rem!important}.gx-ml-md-2,.gx-mx-md-2{margin-left:.5rem!important}.gx-m-md-3{margin:1rem!important}.gx-mt-md-3,.gx-my-md-3{margin-top:1rem!important}.gx-mr-md-3,.gx-mx-md-3{margin-right:1rem!important}.gx-mb-md-3,.gx-my-md-3{margin-bottom:1rem!important}.gx-ml-md-3,.gx-mx-md-3{margin-left:1rem!important}.gx-m-md-4{margin:1.5rem!important}.gx-mt-md-4,.gx-my-md-4{margin-top:1.5rem!important}.gx-mr-md-4,.gx-mx-md-4{margin-right:1.5rem!important}.gx-mb-md-4,.gx-my-md-4{margin-bottom:1.5rem!important}.gx-ml-md-4,.gx-mx-md-4{margin-left:1.5rem!important}.gx-m-md-5{margin:3rem!important}.gx-mt-md-5,.gx-my-md-5{margin-top:3rem!important}.gx-mr-md-5,.gx-mx-md-5{margin-right:3rem!important}.gx-mb-md-5,.gx-my-md-5{margin-bottom:3rem!important}.gx-ml-md-5,.gx-mx-md-5{margin-left:3rem!important}.gx-p-md-0{padding:0!important}.gx-pt-md-0,.gx-py-md-0{padding-top:0!important}.gx-pr-md-0,.gx-px-md-0{padding-right:0!important}.gx-pb-md-0,.gx-py-md-0{padding-bottom:0!important}.gx-pl-md-0,.gx-px-md-0{padding-left:0!important}.gx-p-md-1{padding:.25rem!important}.gx-pt-md-1,.gx-py-md-1{padding-top:.25rem!important}.gx-pr-md-1,.gx-px-md-1{padding-right:.25rem!important}.gx-pb-md-1,.gx-py-md-1{padding-bottom:.25rem!important}.gx-pl-md-1,.gx-px-md-1{padding-left:.25rem!important}.gx-p-md-2{padding:.5rem!important}.gx-pt-md-2,.gx-py-md-2{padding-top:.5rem!important}.gx-pr-md-2,.gx-px-md-2{padding-right:.5rem!important}.gx-pb-md-2,.gx-py-md-2{padding-bottom:.5rem!important}.gx-pl-md-2,.gx-px-md-2{padding-left:.5rem!important}.gx-p-md-3{padding:1rem!important}.gx-pt-md-3,.gx-py-md-3{padding-top:1rem!important}.gx-pr-md-3,.gx-px-md-3{padding-right:1rem!important}.gx-pb-md-3,.gx-py-md-3{padding-bottom:1rem!important}.gx-pl-md-3,.gx-px-md-3{padding-left:1rem!important}.gx-p-md-4{padding:1.5rem!important}.gx-pt-md-4,.gx-py-md-4{padding-top:1.5rem!important}.gx-pr-md-4,.gx-px-md-4{padding-right:1.5rem!important}.gx-pb-md-4,.gx-py-md-4{padding-bottom:1.5rem!important}.gx-pl-md-4,.gx-px-md-4{padding-left:1.5rem!important}.gx-p-md-5{padding:2rem!important}.gx-pt-md-5,.gx-py-md-5{padding-top:2rem!important}.gx-pr-md-5,.gx-px-md-5{padding-right:2rem!important}.gx-pb-md-5,.gx-py-md-5{padding-bottom:2rem!important}.gx-pl-md-5,.gx-px-md-5{padding-left:2rem!important}.gx-m-md-auto{margin:auto!important}.gx-mt-md-auto,.gx-my-md-auto{margin-top:auto!important}.gx-mr-md-auto,.gx-mx-md-auto{margin-right:auto!important}.gx-mb-md-auto,.gx-my-md-auto{margin-bottom:auto!important}.gx-ml-md-auto,.gx-mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.gx-m-lg-0{margin:0!important}.gx-mt-lg-0,.gx-my-lg-0{margin-top:0!important}.gx-mr-lg-0,.gx-mx-lg-0{margin-right:0!important}.gx-mb-lg-0,.gx-my-lg-0{margin-bottom:0!important}.gx-ml-lg-0,.gx-mx-lg-0{margin-left:0!important}.gx-m-lg-1{margin:.25rem!important}.gx-mt-lg-1,.my-lg-1{margin-top:.25rem!important}.gx-mr-lg-1,.gx-mx-lg-1{margin-right:.25rem!important}.gx-mb-lg-1,.gx-my-lg-1{margin-bottom:.25rem!important}.gx-ml-lg-1,.gx-mx-lg-1{margin-left:.25rem!important}.gx-m-lg-2{margin:.5rem!important}.gx-mt-lg-2,.gx-my-lg-2{margin-top:.5rem!important}.gx-mr-lg-2,.gx-mx-lg-2{margin-right:.5rem!important}.gx-mb-lg-2,.gx-my-lg-2{margin-bottom:.5rem!important}.gx-ml-lg-2,.gx-mx-lg-2{margin-left:.5rem!important}.gx-m-lg-3{margin:1rem!important}.gx-mt-lg-3,.gx-my-lg-3{margin-top:1rem!important}.gx-mr-lg-3,.gx-mx-lg-3{margin-right:1rem!important}.gx-mb-lg-3,.gx-my-lg-3{margin-bottom:1rem!important}.gx-ml-lg-3,.gx-mx-lg-3{margin-left:1rem!important}.gx-m-lg-4{margin:1.5rem!important}.gx-mt-lg-4,.gx-my-lg-4{margin-top:1.5rem!important}.gx-mr-lg-4,.gx-mx-lg-4{margin-right:1.5rem!important}.gx-mb-lg-4,.gx-my-lg-4{margin-bottom:1.5rem!important}.gx-ml-lg-4,.gx-mx-lg-4{margin-left:1.5rem!important}.gx-m-lg-5{margin:3rem!important}.gx-mt-lg-5,.gx-my-lg-5{margin-top:3rem!important}.gx-mr-lg-5,.gx-mx-lg-5{margin-right:3rem!important}.gx-mb-lg-5,.gx-my-lg-5{margin-bottom:3rem!important}.gx-ml-lg-5,.gx-mx-lg-5{margin-left:3rem!important}.gx-p-lg-0{padding:0!important}.gx-pt-lg-0,.gx-py-lg-0{padding-top:0!important}.gx-pr-lg-0,.gx-px-lg-0{padding-right:0!important}.gx-pb-lg-0,.gx-py-lg-0{padding-bottom:0!important}.gx-pl-lg-0,.gx-px-lg-0{padding-left:0!important}.gx-p-lg-1{padding:.25rem!important}.gx-pt-lg-1,.gx-py-lg-1{padding-top:.25rem!important}.gx-pr-lg-1,.gx-px-lg-1{padding-right:.25rem!important}.gx-pb-lg-1,.gx-py-lg-1{padding-bottom:.25rem!important}.gx-pl-lg-1,.gx-px-lg-1{padding-left:.25rem!important}.gx-p-lg-2{padding:.5rem!important}.gx-pt-lg-2,.gx-py-lg-2{padding-top:.5rem!important}.gx-pr-lg-2,.gx-px-lg-2{padding-right:.5rem!important}.gx-pb-lg-2,.gx-py-lg-2{padding-bottom:.5rem!important}.gx-pl-lg-2,.gx-px-lg-2{padding-left:.5rem!important}.gx-p-lg-3{padding:1rem!important}.gx-pt-lg-3,.gx-py-lg-3{padding-top:1rem!important}.gx-pr-lg-3,.gx-px-lg-3{padding-right:1rem!important}.gx-pb-lg-3,.gx-py-lg-3{padding-bottom:1rem!important}.gx-pl-lg-3,.gx-px-lg-3{padding-left:1rem!important}.gx-p-lg-4{padding:1.5rem!important}.gx-pt-lg-4,.gx-py-lg-4{padding-top:1.5rem!important}.gx-pr-lg-4,.gx-px-lg-4{padding-right:1.5rem!important}.gx-pb-lg-4,.gx-py-lg-4{padding-bottom:1.5rem!important}.gx-pl-lg-4,.gx-px-lg-4{padding-left:1.5rem!important}.gx-p-lg-5{padding:2rem!important}.gx-pt-lg-5,.gx-py-lg-5{padding-top:2rem!important}.gx-pr-lg-5,.gx-px-lg-5{padding-right:2rem!important}.gx-pb-lg-5,.gx-py-lg-5{padding-bottom:2rem!important}.gx-pl-lg-5,.gx-px-lg-5{padding-left:2rem!important}.gx-m-lg-auto{margin:auto!important}.gx-mt-lg-auto,.gx-my-lg-auto{margin-top:auto!important}.gx-mr-lg-auto,.gx-mx-lg-auto{margin-right:auto!important}.gx-mb-lg-auto,.gx-my-lg-auto{margin-bottom:auto!important}.gx-ml-lg-auto,.gx-mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.gx-m-xl-0{margin:0!important}.gx-mt-xl-0,.gx-my-xl-0{margin-top:0!important}.gx-mr-xl-0,.gx-mx-xl-0{margin-right:0!important}.gx-mb-xl-0,.gx-my-xl-0{margin-bottom:0!important}.gx-ml-xl-0,.gx-mx-xl-0{margin-left:0!important}.gx-m-xl-1{margin:.25rem!important}.gx-mt-xl-1,.gx-my-xl-1{margin-top:.25rem!important}.gx-mr-xl-1,.gx-mx-xl-1{margin-right:.25rem!important}.gx-mb-xl-1,.gx-my-xl-1{margin-bottom:.25rem!important}.gx-ml-xl-1,.gx-mx-xl-1{margin-left:.25rem!important}.gx-m-xl-2{margin:.5rem!important}.gx-mt-xl-2,.gx-my-xl-2{margin-top:.5rem!important}.gx-mr-xl-2,.gx-mx-xl-2{margin-right:.5rem!important}.gx-mb-xl-2,.gx-my-xl-2{margin-bottom:.5rem!important}.gx-ml-xl-2,.gx-mx-xl-2{margin-left:.5rem!important}.gx-m-xl-3{margin:1rem!important}.gx-mt-xl-3,.gx-my-xl-3{margin-top:1rem!important}.gx-mr-xl-3,.gx-mx-xl-3{margin-right:1rem!important}.gx-mb-xl-3,.gx-my-xl-3{margin-bottom:1rem!important}.gx-ml-xl-3,.gx-mx-xl-3{margin-left:1rem!important}.gx-m-xl-4{margin:1.5rem!important}.gx-mt-xl-4,.gx-my-xl-4{margin-top:1.5rem!important}.gx-mr-xl-4,.gx-mx-xl-4{margin-right:1.5rem!important}.gx-mb-xl-4,.gx-my-xl-4{margin-bottom:1.5rem!important}.gx-ml-xl-4,.gx-mx-xl-4{margin-left:1.5rem!important}.gx-m-xl-5{margin:3rem!important}.gx-mt-xl-5,.gx-my-xl-5{margin-top:3rem!important}.gx-mr-xl-5,.gx-mx-xl-5{margin-right:3rem!important}.gx-mb-xl-5,.gx-my-xl-5{margin-bottom:3rem!important}.gx-ml-xl-5,.gx-mx-xl-5{margin-left:3rem!important}.gx-p-xl-0{padding:0!important}.gx-pt-xl-0,.gx-py-xl-0{padding-top:0!important}.gx-pr-xl-0,.gx-px-xl-0{padding-right:0!important}.gx-pb-xl-0,.gx-py-xl-0{padding-bottom:0!important}.gx-pl-xl-0,.gx-px-xl-0{padding-left:0!important}.gx-p-xl-1{padding:.25rem!important}.gx-pt-xl-1,.gx-py-xl-1{padding-top:.25rem!important}.gx-pr-xl-1,.gx-px-xl-1{padding-right:.25rem!important}.gx-pb-xl-1,.gx-py-xl-1{padding-bottom:.25rem!important}.gx-pl-xl-1,.gx-px-xl-1{padding-left:.25rem!important}.gx-p-xl-2{padding:.5rem!important}.gx-pt-xl-2,.gx-py-xl-2{padding-top:.5rem!important}.gx-pr-xl-2,.gx-px-xl-2{padding-right:.5rem!important}.gx-pb-xl-2,.gx-py-xl-2{padding-bottom:.5rem!important}.gx-pl-xl-2,.gx-px-xl-2{padding-left:.5rem!important}.gx-p-xl-3{padding:1rem!important}.gx-pt-xl-3,.gx-py-xl-3{padding-top:1rem!important}.gx-pr-xl-3,.gx-px-xl-3{padding-right:1rem!important}.gx-pb-xl-3,.gx-py-xl-3{padding-bottom:1rem!important}.gx-pl-xl-3,.gx-px-xl-3{padding-left:1rem!important}.gx-p-xl-4{padding:1.5rem!important}.gx-pt-xl-4,.gx-py-xl-4{padding-top:1.5rem!important}.gx-pr-xl-4,.gx-px-xl-4{padding-right:1.5rem!important}.gx-pb-xl-4,.gx-py-xl-4{padding-bottom:1.5rem!important}.gx-pl-xl-4,.gx-px-xl-4{padding-left:1.5rem!important}.gx-p-xl-5{padding:2rem!important}.gx-pt-xl-5,.gx-py-xl-5{padding-top:2rem!important}.gx-pr-xl-5,.gx-px-xl-5{padding-right:2rem!important}.gx-pb-xl-5,.gx-py-xl-5{padding-bottom:2rem!important}.gx-pl-xl-5,.gx-px-xl-5{padding-left:2rem!important}.gx-m-xl-auto{margin:auto!important}.gx-mt-xl-auto,.gx-my-xl-auto{margin-top:auto!important}.gx-mr-xl-auto,.gx-mx-xl-auto{margin-right:auto!important}.gx-mb-xl-auto,.gx-my-xl-auto{margin-bottom:auto!important}.gx-ml-xl-auto,.gx-mx-xl-auto{margin-left:auto!important}}@media (min-width:1368px){.gx-m-xxl-0{margin:0!important}.gx-mt-xxl-0,.gx-my-xxl-0{margin-top:0!important}.gx-mr-xxl-0,.gx-mx-xxl-0{margin-right:0!important}.gx-mb-xxl-0,.gx-my-xxl-0{margin-bottom:0!important}.gx-ml-xxl-0,.gx-mx-xxl-0{margin-left:0!important}.gx-m-xxl-1{margin:.25rem!important}.gx-mt-xxl-1,.gx-my-xxl-1{margin-top:.25rem!important}.gx-mr-xxl-1,.gx-mx-xxl-1{margin-right:.25rem!important}.gx-mb-xxl-1,.gx-my-xxl-1{margin-bottom:.25rem!important}.gx-ml-xxl-1,.gx-mx-xxl-1{margin-left:.25rem!important}.gx-m-xxl-2{margin:.5rem!important}.gx-mt-xxl-2,.gx-my-xxl-2{margin-top:.5rem!important}.gx-mr-xxl-2,.gx-mx-xxl-2{margin-right:.5rem!important}.gx-mb-xxl-2,.gx-my-xxl-2{margin-bottom:.5rem!important}.gx-ml-xxl-2,.gx-mx-xxl-2{margin-left:.5rem!important}.gx-m-xxl-3{margin:1rem!important}.gx-mt-xxl-3,.gx-my-xxl-3{margin-top:1rem!important}.gx-mr-xxl-3,.gx-mx-xxl-3{margin-right:1rem!important}.gx-mb-xxl-3,.gx-my-xxl-3{margin-bottom:1rem!important}.gx-ml-xxl-3,.gx-mx-xxl-3{margin-left:1rem!important}.gx-m-xxl-4{margin:1.5rem!important}.gx-mt-xxl-4,.gx-my-xxl-4{margin-top:1.5rem!important}.gx-mr-xxl-4,.gx-mx-xxl-4{margin-right:1.5rem!important}.gx-mb-xxl-4,.gx-my-xxl-4{margin-bottom:1.5rem!important}.gx-ml-xxl-4,.gx-mx-xxl-4{margin-left:1.5rem!important}.gx-m-xxl-5{margin:3rem!important}.gx-mt-xxl-5,.gx-my-xxl-5{margin-top:3rem!important}.gx-mr-xxl-5,.gx-mx-xxl-5{margin-right:3rem!important}.gx-mb-xxl-5,.gx-my-xxl-5{margin-bottom:3rem!important}.gx-ml-xxl-5,.gx-mx-xxl-5{margin-left:3rem!important}.gx-p-xxl-0{padding:0!important}.gx-pt-xxl-0,.gx-py-xxl-0{padding-top:0!important}.gx-pr-xxl-0,.gx-px-xxl-0{padding-right:0!important}.gx-pb-xxl-0,.gx-py-xxl-0{padding-bottom:0!important}.gx-pl-xxl-0,.gx-px-xxl-0{padding-left:0!important}.gx-p-xxl-1{padding:.25rem!important}.gx-pt-xxl-1,.gx-py-xxl-1{padding-top:.25rem!important}.gx-pr-xxl-1,.gx-px-xxl-1{padding-right:.25rem!important}.gx-pb-xxl-1,.gx-py-xxl-1{padding-bottom:.25rem!important}.gx-pl-xxl-1,.gx-px-xxl-1{padding-left:.25rem!important}.gx-p-xxl-2{padding:.5rem!important}.gx-pt-xxl-2,.gx-py-xxl-2{padding-top:.5rem!important}.gx-pr-xxl-2,.gx-px-xxl-2{padding-right:.5rem!important}.gx-pb-xxl-2,.gx-py-xxl-2{padding-bottom:.5rem!important}.gx-pl-xxl-2,.gx-px-xxl-2{padding-left:.5rem!important}.gx-p-xxl-3{padding:1rem!important}.gx-pt-xxl-3,.gx-py-xxl-3{padding-top:1rem!important}.gx-pr-xxl-3,.gx-px-xxl-3{padding-right:1rem!important}.gx-pb-xxl-3,.gx-py-xxl-3{padding-bottom:1rem!important}.gx-pl-xxl-3,.gx-px-xxl-3{padding-left:1rem!important}.gx-p-xxl-4{padding:1.5rem!important}.gx-pt-xxl-4,.gx-py-xxl-4{padding-top:1.5rem!important}.gx-pr-xxl-4,.gx-px-xxl-4{padding-right:1.5rem!important}.gx-pb-xxl-4,.gx-py-xxl-4{padding-bottom:1.5rem!important}.gx-pl-xxl-4,.gx-px-xxl-4{padding-left:1.5rem!important}.gx-p-xxl-5{padding:2rem!important}.gx-pt-xxl-5,.gx-py-xxl-5{padding-top:2rem!important}.gx-pr-xxl-5,.gx-px-xxl-5{padding-right:2rem!important}.gx-pb-xxl-5,.gx-py-xxl-5{padding-bottom:2rem!important}.gx-pl-xxl-5,.gx-px-xxl-5{padding-left:2rem!important}.gx-m-xxl-auto{margin:auto!important}.gx-mt-xxl-auto,.gx-my-xxl-auto{margin-top:auto!important}.gx-mr-xxl-auto,.gx-mx-xxl-auto{margin-right:auto!important}.gx-mb-xxl-auto,.gx-my-xxl-auto{margin-bottom:auto!important}.gx-ml-xxl-auto,.gx-mx-xxl-auto{margin-left:auto!important}}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:#262626;font-weight:400;line-height:1.2}.h1,h1{font-size:22px}.framed-layout .h1,.framed-layout h1{font-size:20px}@media screen and (max-width:767px){.framed-layout .h1,.framed-layout h1{font-size:18px}}.boxed-layout .h1,.boxed-layout h1{font-size:18px}@media screen and (max-width:767px){.boxed-layout .h1,.boxed-layout h1{font-size:16px}}@media screen and (min-width:1600px){.h1,h1{font-size:28px}.boxed-layout .h1,.boxed-layout h1{font-size:18px}}.h2,h2{font-size:20px}.h3,h3{font-size:18px}.h4,h4{font-size:16px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}.gx-h1-lg{font-size:28px}.gx-text-strikethrough{text-decoration:line-through!important}.gx-text-underline{text-decoration:underline!important}.gx-fs-xxs{font-size:8px}.gx-fs-xs{font-size:10px}.gx-fs-11{font-size:11px}.gx-fs-sm{font-size:12px;line-height:1.5}.gx-fs-md{font-size:14px;line-height:1}.gx-fs-lg{font-size:16px;line-height:1}.gx-fs-xl{font-size:20px;line-height:1}.gx-fs-xxl{font-size:24px;line-height:1.3}@media screen and (max-width:1199px){.gx-fs-xxl{font-size:20px}}.gx-fs-2xl{font-size:28px!important;line-height:1}@media screen and (max-width:1199px){.gx-fs-2xl{font-size:20px!important}}.gx-fs-xxxl{font-size:30px;line-height:1}@media screen and (max-width:1366px){.gx-fs-xxxl{font-size:28px}}@media screen and (max-width:1199px){.gx-fs-xxxl{font-size:26px}}@media screen and (max-width:991px){.gx-fs-xxxl{font-size:24px}}.gx-fs-xlxl{font-size:40px;line-height:1}@media screen and (max-width:1199px){.gx-fs-xlxl{font-size:32px}}@media screen and (max-width:991px){.gx-fs-xlxl{font-size:28px}}.gx-fs-icon-lg{font-size:50px;line-height:1}@media screen and (max-width:1366px){.gx-fs-icon-lg{font-size:38px}}@media screen and (max-width:575px){.gx-fs-icon-lg{font-size:30px}}.gx-fs-iconcard{font-size:54px;line-height:1}@media screen and (max-width:1366px){.gx-fs-iconcard{font-size:34px}}.gx-text-lowercase{text-transform:lowercase}.gx-text-uppercase{color:var(--default-text);text-transform:uppercase}.gx-text-capitalize{text-transform:capitalize}.gx-font-weight-light{font-weight:300}.gx-font-weight-normal{font-weight:400}.gx-font-weight-medium{font-weight:500}.gx-font-weight-semi-bold{font-weight:600}.gx-font-weight-bold{font-weight:700}.gx-font-weight-heavy{font-weight:900}.gx-font-italic{font-style:italic}.gx-letter-spacing-base{letter-spacing:3px}.gx-letter-spacing-lg{letter-spacing:6px}.gx-letter-spacing-xl{letter-spacing:8px}.gx-text-justify{text-align:justify!important}.gx-text-nowrap{white-space:nowrap!important}.gx-text-left{text-align:left!important}.gx-text-right{text-align:right!important}.gx-text-center{text-align:center!important}.gx-text-truncate{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ant-layout{position:relative;background:none}.ant-layout>.gx-layout-content{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;background-color:var(--background,#f5f5f5)}.full-scroll .ant-layout>.gx-layout-content{overflow-x:inherit}.ant-layout.ant-layout-has-sider>.ant-layout{position:relative;background-color:var(--background,#f5f5f5)}.ant-layout.gx-app-layout,.boxed-layout .ant-layout,.framed-layout .ant-layout{background-color:var(--background,#f5f5f5)}.ant-layout.gx-app-layout{height:100vh}.framed-layout .ant-layout.gx-app-layout{height:calc(100vh - 40px)}@media screen and (max-width:991px){.framed-layout .ant-layout.gx-app-layout{height:100vh}}.boxed-layout.full-scroll .ant-layout.gx-app-layout,.framed-layout.full-scroll .ant-layout.gx-app-layout{overflow-y:scroll}.ant-layout.gx-app-layout>.ant-layout{height:100vh}.framed-layout .ant-layout.gx-app-layout>.ant-layout{height:calc(100vh - 40px)}@media screen and (max-width:991px){.framed-layout .ant-layout.gx-app-layout>.ant-layout{height:100vh}}.full-scroll .ant-layout.ant-layout-has-sider>.ant-layout,.full-scroll .ant-layout.ant-layout-has-sider>.ant-layout-content{overflow-x:inherit}.gx-main-content-wrapper{padding:32px 32px 0;flex:1}@media screen and (max-width:575px){.gx-main-content-wrapper{padding:20px 15px 0}}.gx-container-wrap .gx-main-content-wrapper{width:94vw;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}@media screen and (min-width:768px){.gx-container-wrap .gx-main-content-wrapper{width:720px}}@media screen and (min-width:992px){.gx-container-wrap .gx-main-content-wrapper{width:920px}}@media screen and (min-width:1200px){.gx-container-wrap .gx-main-content-wrapper{width:1100px}}@media screen and (min-width:1367px){.gx-container-wrap .gx-main-content-wrapper{width:1200px}}@media screen and (min-width:1600px){.gx-container-wrap .gx-main-content-wrapper{width:1400px}}.gx-main-content{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;flex:1;height:100%}.gx-container{width:94vw;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}@media screen and (min-width:768px){.gx-container{width:720px}}@media screen and (min-width:992px){.gx-container{width:920px}}@media screen and (min-width:1200px){.gx-container{width:1100px}}@media screen and (min-width:1367px){.gx-container{width:1200px}}@media screen and (min-width:1600px){.gx-container{width:1400px}}.ant-layout-header{-webkit-box-shadow:0 0 4px 4px rgba(0,0,0,.08);-moz-box-shadow:0 0 4px 4px rgba(0,0,0,.08);box-shadow:0 0 4px 4px rgba(0,0,0,.08);display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;line-height:1;padding:0 36px;height:72px;position:relative;z-index:0;color:#262626}@media screen and (max-width:991px){.ant-layout-header{padding:0 15px}}@media screen and (max-width:575px){.ant-layout-header{height:50px}}.gx-nav-header{padding:0 32px;border-bottom:1px solid hsla(0,0%,100%,.5);background-color:#fefefe}.gx-nav-header-below{-webkit-box-shadow:0 1px 2px 1px rgba(0,0,0,.28);-moz-box-shadow:0 1px 2px 1px rgba(0,0,0,.28);box-shadow:0 1px 2px 1px rgba(0,0,0,.28);position:relative;z-index:999}.ant-dropdown-menu-item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center}.gx-linebar{font-size:20px}.gx-header-horizontal-dark .gx-linebar{color:#fff}.gx-header-notifications{list-style:none;margin:0;padding-left:0;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-align-items:center;align-items:center}.gx-header-notifications>li{font-size:18px}.gx-header-notifications>li:not(:last-child){margin-right:42px}.gx-inside-header-horizontal .gx-header-notifications>li:not(:last-child){margin-right:20px}.gx-header-horizontal-main .gx-header-notifications>li:not(:last-child),.gx-header-horizontal-nav .gx-header-notifications>li:not(:last-child){margin-right:30px}@media screen and (max-width:991px){.gx-header-horizontal-main .gx-header-notifications>li:not(:last-child),.gx-header-horizontal-nav .gx-header-notifications>li:not(:last-child),.gx-header-notifications>li:not(:last-child){margin-right:16px}}.gx-header-notifications>li.gx-notify{margin-right:22px}.gx-header-horizontal-main .gx-header-notifications>li.gx-notify{margin-right:30px}@media screen and (max-width:991px){.gx-header-horizontal-main .gx-header-notifications>li.gx-notify{margin-right:16px}}.gx-inside-header-horizontal .gx-header-notifications>li.gx-notify{margin-right:20px}@media screen and (max-width:991px){.gx-header-notifications>li.gx-notify{margin-right:16px}}.gx-header-notifications>li.gx-language{font-size:14px}@media screen and (max-width:575px){.gx-header-notifications>li.gx-language .gx-language-name,.gx-header-notifications>li.gx-language .icon{display:none}.gx-header-notifications>li.gx-language .flag.flag-24{width:20px;height:20px;margin-top:-4px}}@media screen and (max-width:575px){.gx-header-notifications>li.gx-msg,.gx-header-notifications>li.gx-notify{margin-top:2px}.gx-header-notifications>li.gx-language{margin-bottom:2px}}.gx-header-horizontal-main .gx-header-notifications>li.gx-user-nav{margin-left:50px}@media screen and (max-width:991px){.gx-header-horizontal-main .gx-header-notifications>li.gx-user-nav{margin-left:0}}@media screen and (max-width:1199px){.gx-inside-header-horizontal .gx-header-horizontal-main .gx-header-notifications>li.gx-user-nav{margin-left:0}}.gx-header-horizontal-main .gx-header-notifications li>span{color:#545454}.gx-header-horizontal-dark .gx-header-horizontal-main .gx-header-notifications li>span{color:var(--third)}.gx-popover-scroll{height:280px!important;width:300px!important;margin:0 -16px}@media screen and (max-width:575px){.gx-popover-scroll{height:280px!important;width:200px!important}}.gx-popover-lang-scroll{height:220px!important;width:160px!important;margin:0 -16px}.ant-popover-placement-bottomRight>.ant-popover-content>.ant-popover-arrow{right:10px}.gx-popover-header{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;border-bottom:1px solid #e8e8e8;margin:0 -16px;padding:0 16px 12px}.gx-sub-popover{list-style:none;margin:0 16px;padding-left:0}.gx-sub-popover li{padding:20px 0 14px}.gx-popover-lang-scroll .gx-sub-popover li{padding:5px 0}.gx-sub-popover li:not(:last-child){border-bottom:1px solid #e8e8e8}.gx-user-popover{margin:-12px -16px;padding:7px 0;list-style:none}.gx-user-popover li{cursor:pointer;padding:3px 15px;width:150px}.gx-user-popover li:focus,.gx-user-popover li:hover{background-color:#fafafa}@media screen and (max-width:575px){.gx-user-popover li{width:100%}}.gx-header-horizontal{position:relative;color:var(--third);background-color:#fff}.gx-header-horizontal-dark{position:relative;background-color:var(--first);color:var(--third)}.gx-header-horizontal-dark:before{content:"";position:absolute;right:169px;top:-212px;background-color:hsla(0,0%,100%,.2);width:280px;height:350px;-webkit-border-radius:0 0 135px 135px;-moz-border-radius:0 0 135px 135px;border-radius:0 0 135px 135px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);z-index:1}@media screen and (max-width:1049px){.gx-header-horizontal-dark:before{right:110px}}@media screen and (max-width:1199px){.gx-header-horizontal-dark:before{top:-184px;right:80px;height:300px}}@media screen and (max-width:991px){.gx-header-horizontal-dark:before{top:-154px;right:140px;height:240px;width:200px}}@media screen and (max-width:575px){.gx-header-horizontal-dark:before{right:60px;display:none}}.gx-header-horizontal-dark>div{position:relative;z-index:2}.gx-header-horizontal-top{padding:12px 0;font-size:14px}.gx-header-horizontal-main-flex,.gx-header-horizontal-nav-flex,.gx-header-horizontal-top-flex{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center}.gx-header-horizontal-main-flex,.gx-header-horizontal-nav-flex,.gx-header-horizontal-top-flex,.gx-header-horizontal-top-left{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.gx-header-horizontal-top-left{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-right:15px}@media screen and (max-width:767px){.gx-header-horizontal-top-left{margin-right:0;width:100%}}.gx-header-horizontal-main{display:-webkit-block;display:-ms-blockbox;display:-ms-block;display:block;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding:25px 0 35px;height:auto;background-color:initial}@media screen and (max-width:1199px){.gx-header-horizontal-main{padding:20px 0}.gx-header-horizontal-main .gx-w-logo{padding:7px 5px}}@media screen and (max-width:991px){.gx-header-horizontal-main{padding:0}}@media screen and (max-width:575px){.gx-header-horizontal-main .gx-w-logo{padding-right:0}}.gx-inside-header-horizontal .gx-header-horizontal-main{padding:0}.gx-header-horizontal-nav{background-color:var(--first);color:#fffffd}.gx-header-horizontal-dark .gx-header-horizontal-nav{background-color:initial}.gx-above-header-horizontal .gx-header-horizontal-nav,.gx-below-header-horizontal .gx-header-horizontal-nav{background-color:#fefefe;color:#7a7a7a}.gx-inside-header-horizontal .gx-logo{margin-right:25px}.gx-inside-header-horizontal:before{top:-230px}@media screen and (max-width:1199px){.gx-inside-header-horizontal:before{top:-190px}}@media screen and (max-width:991px){.gx-inside-header-horizontal:before{top:-154px}}.gx-above-header-horizontal:before{top:-165px}@media screen and (max-width:991px){.gx-above-header-horizontal:before{top:-154px}}.gx-login-list{list-style:none;margin-left:auto;margin-bottom:0;padding-left:0}.gx-login-list li{padding:0 10px;text-transform:uppercase;color:var(--third);font-size:12px;line-height:12px;display:inline-block;cursor:pointer}.gx-login-list li:not(:first-child){border-left:1px solid #e8e8e8}.gx-header-horizontal-dark .gx-login-list li:not(:first-child){border:0}@media screen and (max-width:767px){.gx-login-list{display:none}}.gx-header-search{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-left:28px}.gx-header-search .ant-select-selection{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;margin-bottom:0}.gx-header-search .ant-select-selection,.gx-header-search .ant-select-selection:focus{background-color:var(--first);border-color:var(--first);color:#fffffd}.gx-header-horizontal-dark .gx-header-search .ant-select-selection{margin-left:1px}.gx-header-horizontal-dark .gx-header-search .ant-select-selection,.gx-header-horizontal-dark .gx-header-search .ant-select-selection:focus{color:#fffffd;background-color:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.2)}.gx-header-search .ant-select-arrow{color:#fffffd}.gx-popover-horizantal .ant-btn{margin:0!important;border:0;border-right:1px solid #e8e8e8;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;height:24px;line-height:24px}.gx-popover-horizantal .gx-popover-search-bar{margin:0}.gx-popover-horizantal .gx-popover-search-bar .ant-input{height:24px;line-height:24px}@media screen and (max-width:575px){.gx-popover-horizantal{left:0!important;padding-top:0;margin-top:-9px}.gx-popover-horizantal .ant-popover-inner-content{width:100vw}.gx-popover-horizantal .ant-popover-arrow{display:none}.gx-popover-horizantal .gx-popover-search-bar{width:100%}.gx-popover-horizantal .gx-popover-lang-scroll,.gx-popover-horizantal .gx-popover-scroll{width:100%!important;margin:0}.gx-popover-horizantal .gx-sub-popover{margin:0;padding-left:5px}}.gx-no-header-horizontal{padding:14px 32px 13px 79px;text-align:center;position:relative}.gx-no-header-horizontal-top{padding:10px 20px;background-color:#d9f7be;color:#237804;border-radius:4px;display:inline-block}@media screen and (max-width:575px){.gx-no-header-horizontal-top{width:100%;font-size:12px}}.gx-no-header-horizontal-top-center{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.gx-no-header-horizontal .gx-linebar{position:absolute;left:32px;top:15px;z-index:1}@media screen and (max-width:575px){.gx-no-header-horizontal .gx-linebar{left:15px}}@media screen and (max-width:575px){.gx-no-header-horizontal{padding:14px 15px 13px 60px}}.gx-app-sidebar{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.ant-layout-sider{background-color:#fffffc;color:#545454;flex:0 0 auto!important;max-width:none!important;min-width:10px!important;width:280px!important;overflow:hidden}@media screen and (max-width:1366px){.ant-layout-sider{width:280px!important}}.ant-layout-sider-collapsed{width:80px!important}@media screen and (max-width:991px){.ant-layout-sider-collapsed.gx-mini-custom-sidebar{width:0!important;min-width:0!important}}.ant-layout-sider.gx-collapsed-sidebar{width:0!important;min-width:0!important}@media screen and (max-width:991px){.ant-layout-sider{width:0!important;min-width:0!important}}.gx-layout-sider-dark{background-color:var(--first);color:var(--second)}.gx-layout-sider-header{padding:10px 30px 10px 70px;height:72px;-webkit-box-shadow:0 0 4px 4px rgba(0,0,0,.08);-moz-box-shadow:0 0 4px 4px rgba(0,0,0,.08);box-shadow:0 0 4px 4px rgba(0,0,0,.08);position:relative;z-index:1;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;background-color:var(--nav-background,transparent)!important}@media screen and (max-width:575px){.gx-layout-sider-header{height:50px}}.gx-layout-sider-header .gx-site-logo{display:block}.ant-layout-sider-collapsed .gx-layout-sider-header .gx-site-logo{display:none}.gx-mini-custom-sidebar .gx-layout-sider-header .gx-site-logo{display:block}.gx-layout-sider-header .gx-linebar{position:absolute;left:20px;z-index:1;top:15px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.ant-layout-sider-collapsed .gx-layout-sider-header .gx-linebar{left:20px}@media screen and (max-width:991px){.gx-layout-sider-header .gx-linebar{display:none}}.ant-layout-sider-collapsed .gx-layout-sider-header{padding-left:20px;padding-right:20px}.gx-drawer-sidebar .gx-layout-sider-header{padding-left:30px}.gx-drawer-sidebar-dark .gx-layout-sider-header{background-color:rgba(0,0,0,.3)}.gx-layout-sider-dark .gx-layout-sider-header{background-color:rgba(0,0,0,.3);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.gx-mini-custom-sidebar .gx-layout-sider-header{-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;background-color:initial}.gx-custom-sidebar .gx-layout-sider-header{padding-left:30px;background-color:initial}.gx-custom-sidebar.ant-layout-sider-lite .gx-layout-sider-header,.gx-mini-custom-sidebar.ant-layout-sider-lite .gx-layout-sider-header{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-right:1px solid #e8e8e8}@media screen and (max-width:991px){.gx-layout-sider-header{padding-left:30px}}.gx-sidebar-content{border-right:1px solid #e8e8e8}.gx-drawer-sidebar-dark .gx-sidebar-content,.gx-layout-sider-dark .gx-sidebar-content{border-right:0}.gx-layout-sider-scrollbar{height:calc(100vh - 217px)!important}.framed-layout .gx-layout-sider-scrollbar{height:calc(100vh - 257px)!important}@media screen and (max-width:991px){.framed-layout .gx-layout-sider-scrollbar{height:calc(100vh - 72px)!important}}.ant-layout-sider-collapsed .gx-layout-sider-scrollbar{height:calc(100vh - 163px)!important}.framed-layout .ant-layout-sider-collapsed .gx-layout-sider-scrollbar{height:calc(100vh - 203px)!important}@media screen and (max-width:991px){.ant-layout-sider-collapsed .gx-layout-sider-scrollbar,.framed-layout .ant-layout-sider-collapsed .gx-layout-sider-scrollbar{height:calc(100vh - 72px)!important}}@media screen and (max-width:575px){.ant-layout-sider-collapsed .gx-layout-sider-scrollbar{height:calc(100vh - 50px)!important}}.gx-mini-custom-sidebar .gx-layout-sider-scrollbar{height:calc(100vh - 278px)!important}.framed-layout .gx-mini-custom-sidebar .gx-layout-sider-scrollbar{height:calc(100vh - 318px)!important}@media screen and (max-width:991px){.framed-layout .gx-mini-custom-sidebar .gx-layout-sider-scrollbar,.gx-layout-sider-scrollbar{height:calc(100vh - 72px)!important}}@media screen and (max-width:575px){.gx-layout-sider-scrollbar{height:calc(100vh - 50px)!important}}@media screen and (max-width:991px){.gx-no-header-notifications+.gx-layout-sider-scrollbar{height:calc(100vh - 217px)!important}}@media screen and (max-width:575px){.gx-no-header-notifications+.gx-layout-sider-scrollbar{height:calc(100vh - 195px)!important}}.gx-sidebar-notifications{padding:30px 10px 10px;margin:0 20px 10px;border-bottom:1px solid}.ant-layout-sider-dark .gx-sidebar-notifications,.gx-drawer-sidebar-dark .gx-sidebar-notifications{border-bottom-color:var(--second)}@media screen and (max-width:991px){.gx-sidebar-notifications{display:none}}@media screen and (max-width:991px){.gx-sidebar-notifications.gx-no-header-notifications{display:block}}.gx-app-nav{list-style:none;padding-left:0;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;margin:0 -20px;color:var(--first)}.ant-layout-sider-dark .gx-app-nav,.gx-drawer-sidebar-dark .gx-app-nav{color:var(--second)}.gx-app-nav li{padding:0 20px;font-size:20px}.gx-app-nav li .icon{cursor:pointer}.ant-layout-sider-collapsed .gx-app-nav{display:none}.gx-mini-custom-sidebar .gx-app-nav{display:block;margin-top:15px}.gx-mini-custom-sidebar .gx-app-nav li:not(:last-child){margin-bottom:5px}.gx-avatar-name{cursor:pointer}.ant-layout-sider-collapsed .gx-avatar-name{display:none}.ant-layout-sider-collapsed .gx-avatar-row{margin-bottom:0!important}.gx-avatar-row .ant-avatar{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;position:relative;left:0}.ant-layout-sider-collapsed .gx-avatar-row .ant-avatar{margin:0!important;left:-10px}.gx-menu-group .ant-menu-item-group-title{font-size:16px;padding-top:30px!important}.gx-layouts-view .gx-pointer{display:block;margin-bottom:15px}.gx-layouts-view .gx-pointer img{width:100%}.gx-layouts-view .gx-pointer.active{box-shadow:0 0 10px 0 var(--first);-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.gx-navbar-nav{list-style:none;padding-left:0;margin:0 -5px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.gx-navbar-nav li{padding:0 5px}.gx-navbar-nav li a{display:block;padding:4px 10px;background-color:var(--first);color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.gx-profile-banner .gx-navbar-nav li a{background-color:initial;color:#fff;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;padding:0}.gx-navbar-nav li a *{color:#bfbfbf}.gx-navbar-nav li a:focus,.gx-navbar-nav li a:hover{background-color:#026fac;color:#fff}.gx-profile-banner .gx-navbar-nav li a:focus,.gx-profile-banner .gx-navbar-nav li a:hover{background-color:initial;color:var(--third)}.gx-profile-banner .gx-navbar-nav li{padding:0 15px}@media screen and (max-width:575px){.gx-profile-banner .gx-navbar-nav li{padding:0 6px}}.gx-profile-banner .gx-navbar-nav{margin:0 -15px}@media screen and (max-width:575px){.gx-profile-banner .gx-navbar-nav{-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;margin:0 -6px}}.gx-customizer{height:calc(100vh - 30px)!important}.gx-customizer>div:first-child{padding-top:10px;padding-left:10px}.gx-customizer-item:not(:last-child){border-bottom:1px solid #e8e8e8;padding-bottom:20px;margin-bottom:20px}.gx-customizer-item .ant-radio-group .ant-radio-button{display:none}.gx-customizer-option{position:absolute;right:0;top:150px;z-index:99}.full-scroll .gx-customizer-option{position:fixed}.full-scroll.boxed-layout .gx-customizer-option{position:absolute}.full-scroll.framed-layout .gx-customizer-option{right:20px}@media screen and (max-width:991px){.full-scroll.framed-layout .gx-customizer-option{right:0}}.horizontal-layout.full-scroll .gx-customizer-option{top:200px}@media screen and (max-width:575px){.gx-customizer{width:250px!important}.gx-customizer .ant-radio-button-wrapper{padding:0 10px}}.gx-customizer .gx-list-inline{margin-left:0!important;margin-right:0!important}.framed-layout .gx-customizer{height:calc(100vh - 70px)!important}@media screen and (max-width:991px){.framed-layout .gx-customizer{height:calc(100vh - 30px)!important}}.gx-color-option{margin-bottom:0;padding-left:0;list-style:none}.gx-color-option li{font-size:36px;line-height:1}.gx-color-option li .gx-link{width:40px;height:40px;display:block;position:relative;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;overflow:hidden}.gx-color-option li .gx-link:before{font-family:"gaxon";font-size:20px;content:"\30";position:absolute;left:0;top:0;z-index:2;width:40px;height:40px;line-height:40px;text-align:center;display:none}.gx-color-option li .gx-link.active:before{display:block}.gx-color-option li .gx-link:after{content:"";position:absolute;left:0;top:0;z-index:1;width:20px;height:40px;background-color:#9283d4}.gx-color-option li .gx-link.gx-color-red:after{background-color:#ff2b7a}.gx-color-option li .gx-link.gx-color-blue:after{background-color:#3da4e6}.gx-color-option li .gx-link.gx-color-dark-blue:after{background-color:#0469b9}.gx-color-option li .gx-link.gx-color-orange:after{background-color:#f18805}.gx-color-option li .gx-link.gx-color-light-blue:after{background-color:#6a95ff}.gx-color-option li .gx-link.gx-color-deep-orange:after{background-color:#f87060}.gx-color-option li .gx-link.gx-color-light-purple1:after{background-color:#a172e7}.gx-color-option li .gx-link.gx-color-light-purple2:after{background-color:#956fe7}.gx-cus-customiz{padding-right:20px}.gx-layout-option li,.gx-nav-option li{margin-bottom:10px}.gx-layout-option li span,.gx-nav-option li span{position:relative;display:block}.gx-layout-option li span:before,.gx-nav-option li span:before{position:absolute;left:50%;top:50%;z-index:1;font-family:"gaxon"!important;content:"\30";-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:none;width:20px;font-size:12px;height:20px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:var(--first);text-align:center;padding:2px;color:#fff}.gx-layout-option li span.active:before,.gx-nav-option li span.active:before{display:block}.ant-drawer{overflow:hidden}.ant-drawer-body{padding:0}.gx-drawer-sidebar-dark .ant-drawer-content{background-color:var(--first);color:var(--second)}.ant-drawer-content-wrapper{width:280px!important}@media screen and (max-width:991px){.ant-drawer-content-wrapper{width:237px!important}}.framed-layout .ant-drawer-content-wrapper{top:20px;bottom:20px;height:calc(100vh - 40px);-webkit-border-radius:11px 0 0 11px;-moz-border-radius:11px 0 0 11px;border-radius:11px 0 0 11px;overflow:hidden}@media screen and (max-width:991px){.framed-layout .ant-drawer-content-wrapper{top:0;bottom:0;height:100vh;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important}}.ant-drawer-right .ant-drawer-content-wrapper{width:370px!important;padding:15px;background:#fff}@media screen and (max-width:991px){.ant-drawer-right .ant-drawer-content-wrapper{width:300px!important}}@media screen and (max-width:575px){.ant-drawer-right .ant-drawer-content-wrapper{width:280px!important}}.framed-layout .ant-drawer-right .ant-drawer-content-wrapper{top:20px;bottom:20px;height:calc(100vh - 40px);-webkit-border-radius:0 11px 11px 0;-moz-border-radius:0 11px 11px 0;border-radius:0 11px 11px 0;overflow:hidden}@media screen and (max-width:991px){.framed-layout .ant-drawer-right .ant-drawer-content-wrapper{top:0;bottom:0;height:100vh;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important}}.boxed-layout .ant-drawer-content-wrapper,.framed-layout .ant-drawer-content-wrapper{position:absolute}.framed-layout .ant-drawer-wrapper-body{height:calc(100% - 40px)}.boxed-layout .ant-drawer{max-width:1280px;margin:0 auto}@media screen and (min-width:1600px){.boxed-layout .ant-drawer{max-width:1500px}}.boxed-layout .ant-drawer-open.ant-drawer-left,.boxed-layout .ant-drawer-open.ant-drawer-right,.framed-layout .ant-drawer-open.ant-drawer-left,.framed-layout .ant-drawer-open.ant-drawer-right{position:absolute;left:0;right:0;margin:0 auto}.framed-layout .ant-drawer-open{width:calc(100% - 40px)}@media screen and (max-width:991px){.framed-layout .ant-drawer-open{width:100%}}.ant-drawer-close{top:-11px}.ant-drawer-close-x{width:35px;height:35px;line-height:35px}.ant-drawer-mask{left:0;right:0;top:0;bottom:0}.ant-alert{margin-bottom:16px}.gx-custom-sweet-alert h2{color:#fff}.notification{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.notification .title{font-size:18px;font-weight:500;color:#fff}.gx-sweet-alert-top-space{padding-top:40px!important}.gx-avatar-img{height:50px;width:50px;position:relative;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:1px solid #e8e8e8}.gx-avatar-img-lg{height:100px;width:100px}.ant-avatar{position:relative}.ant-avatar.gx-size-150>*{line-height:150px}.ant-avatar.gx-size-120>*{line-height:120px}.ant-avatar.gx-size-100>*{line-height:100px}.ant-avatar.gx-size-80>*{line-height:80px}.ant-avatar.gx-size-60>*{line-height:60px}.ant-avatar.gx-size-50>*{line-height:50px}.ant-avatar.gx-size-40>*{line-height:40px}.ant-avatar.gx-size-36>*{line-height:36px}.ant-avatar.gx-size-30>*{line-height:30px}.ant-avatar.gx-size-24>*{line-height:24px}.ant-avatar.gx-size-20>*{line-height:20px}.ant-avatar.gx-size-15>*{line-height:14px}.gx-customers-list .ant-avatar{width:70px;height:70px}@media (max-width:1500px){.gx-customers-list .ant-avatar{width:60px;height:60px}}@media (max-width:1366px){.gx-customers-list .ant-avatar{width:48px;height:48px}}@media (max-width:1199px){.gx-customers-list .ant-avatar{width:60px;height:60px}}@media screen and (max-width:400px){.gx-customers-list .ant-avatar{width:52px;height:52px}}.gx-avatar{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;height:50px;width:50px;position:relative;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:1px solid #e8e8e8}@media screen and (max-width:991px){.gx-user-nav .gx-avatar{height:40px;width:40px;line-height:40px}}@media screen and (max-width:575px){.gx-user-nav .gx-avatar{height:30px;width:30px;line-height:30px}}.gx-header-horizontal-main .gx-avatar{height:40px;width:40px;line-height:40px}@media screen and (max-width:991px){.gx-header-horizontal-main .gx-avatar{height:30px;width:30px;line-height:30px}}.gx-user-thumb{position:relative}.ant-badge{margin-bottom:6px}.ant-badge:not(:last-child){margin-right:12px}.ant-tag{margin-bottom:8px}.gx-badge{display:inline-block;padding:5px 8px 4px;font-size:75%;margin-bottom:6px;line-height:1;text-align:center;white-space:nowrap;vertical-align:initial;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.gx-badge:not(:last-child){margin-right:12px}.gx-chat-date .gx-badge{margin-bottom:0;width:20px;height:20px;text-align:center;line-height:16px;padding:2px}.gx-user-thumb .gx-badge{position:absolute;left:-4px;top:-4px;z-index:1;margin:0;display:block;width:16px;height:16px;padding:0;line-height:16px}.gx-badge-outline{background-color:initial;border:1px solid #e8e8e8}.gx-badge-radius-sm .ant-badge-count{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}#components-back-top-demo-custom .ant-back-top{bottom:100px}#components-back-top-demo-custom .ant-back-top-inner{height:40px;width:40px;line-height:40px;border-radius:4px;background-color:#1088e9;color:#fff;text-align:center;font-size:20px}.ant-btn{line-height:34px}.ant-btn-group>.ant-btn-sm,.ant-btn-sm{line-height:24px}.ant-btn-group>.ant-btn-lg,.ant-btn-lg{line-height:40px}.ant-btn:not(:last-child){margin-right:15px}@media screen and (max-width:575px){.ant-btn:not(:last-child){margin-right:10px}}.ant-btn-group .ant-btn:not(:last-child),.ant-transfer-operation .ant-btn:not(:last-child){margin-right:0}@media (max-width:1599px){.gx-product-footer .ant-btn:not(:last-child){margin-right:6px}}@media screen and (max-width:575px){.ant-btn{margin-bottom:10px}}.ant-input-search .ant-btn{margin-bottom:0}.gx-customizer-option .ant-btn{padding:0 18px;font-size:18px;height:42px;line-height:42px;margin:0;-webkit-box-shadow:0 0 5px 5px rgba(0,0,0,.05);-moz-box-shadow:0 0 5px 5px rgba(0,0,0,.05);box-shadow:0 0 5px 5px rgba(0,0,0,.05);-webkit-border-radius:30px 0 0 30px;-moz-border-radius:30px 0 0 30px;border-radius:30px 0 0 30px;border:0;color:var(--customizer-btnsText)}.gx-customizer-option .ant-btn,.gx-customizer-option .ant-btn:focus,.gx-customizer-option .ant-btn:hover{background-color:var(--customizer-btnsBackground)}.gx-customizer-option .ant-btn .icon:before{display:block}.horizontal-layout.full-scroll .gx-customizer-option .ant-btn{margin-right:0}.gx-module-add-task .ant-btn{height:36px}.gx-module-add-task .ant-btn .icon:before{position:relative;top:2px}.ant-modal-confirm-btns .ant-btn,.ant-modal-footer .ant-btn{margin-bottom:0}.gx-login-content .ant-btn{padding:9px 20px!important;height:auto;line-height:1}.boxed-layout .ant-btn-group .ant-btn{padding:0 12px}@media (max-width:1366px){.ant-btn-group .ant-btn{padding:0 12px}}@media (max-width:1366px){.gx-product-footer .ant-btn{padding:0 10px;height:32px;font-size:12px;line-height:32px}}.ant-btn-background-ghost.ant-btn-primary{border-color:var(--first)!important;color:var(--first)!important}.ant-btn-background-ghost.ant-btn-primary:focus,.ant-btn-background-ghost.ant-btn-primary:hover{background-color:var(--first)!important;border-color:var(--first)!important;color:#fff!important}.ant-btn-group:not(:last-child){margin-right:15px}@media screen and (max-width:575px){.ant-btn-group:not(:last-child){margin-right:10px}}.ant-radio-group .ant-radio-button-wrapper{margin-bottom:6px}button{outline:none}.ant-confirm .ant-confirm-btns button+button{margin-bottom:8px}.ant-modal.ant-confirm .ant-btn,.ant-modal.ant-confirm .ant-confirm-btns button+button{margin-bottom:0}.btn,.gx-btn{display:inline-block;font-weight:400;color:#545454;text-align:center;white-space:nowrap;vertical-align:middle;border:1px solid #d9d9d9;padding:0 15px;height:36px;font-size:14px;line-height:34px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-bottom:15px}.btn:not(:last-child),.gx-btn:not(:last-child){margin-right:15px}@media screen and (max-width:575px){.btn:not(:last-child),.gx-btn:not(:last-child){margin-right:10px}}@media screen and (max-width:575px){.btn,.gx-btn{margin-bottom:10px}}.btn:focus,.btn:hover,.gx-btn:focus,.gx-btn:hover{text-decoration:none}.btn.focus,.btn:focus,.gx-btn.focus,.gx-btn:focus{outline:0}.btn.disabled,.btn:disabled,.gx-btn.disabled,.gx-btn:disabled{opacity:.65}.btn:not([disabled]):not(.disabled),.gx-btn:not([disabled]):not(.disabled){cursor:pointer}.gx-btn-list .btn,.gx-btn-list .gx-btn{margin-bottom:6px}.gx-sub-popover .btn,.gx-sub-popover .gx-btn{border:0;margin-bottom:5px}.gx-sub-popover .btn:focus,.gx-sub-popover .btn:hover,.gx-sub-popover .gx-btn:focus,.gx-sub-popover .gx-btn:hover{background-color:#f5f5f5}.gx-sub-popover .btn:not(:last-child),.gx-sub-popover .gx-btn:not(:last-child){margin-right:5px}.gx-login-content .btn,.gx-login-content .gx-btn{padding:9px 20px!important;height:auto;line-height:1}a.gx-btn.disabled,fieldset[disabled] a.gx-btn{pointer-events:none}.gx-btn-rounded{-webkit-border-radius:50px!important;-moz-border-radius:50px!important;border-radius:50px!important}.gx-btn-link{font-size:14px;font-weight:400}.gx-btn-link,.gx-btn-link:hover{color:var(--first);background-color:initial}.gx-btn-link.focus,.gx-btn-link:focus,.gx-btn-link:hover{text-decoration:underline;border-color:transparent}.gx-btn-link.disabled,.gx-btn-link:disabled{color:#bfbfbf}.gx-btn-group-lg>.gx-btn,.gx-btn-lg{padding:0 15px;font-size:16px;line-height:40px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;height:40px}.gx-btn-group-sm>.gx-btn,.gx-btn-sm{padding:0 7px;font-size:12px;line-height:24px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;height:24px}.gx-btn-xs{font-size:10px;padding:0 6px;height:26px;line-height:25px}.gx-btn-block{display:block;width:100%}.gx-btn-block+.gx-btn-block{margin-top:.5rem}.gx-icon-btn{width:40px;height:40px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;cursor:pointer}.gx-icon-btn:focus,.gx-icon-btn:hover{background-color:rgba(0,0,0,.1)}.gx-layout-sider-dark .gx-icon-btn:focus,.gx-layout-sider-dark .gx-icon-btn:hover{background-color:var(--first)}.gx-popover-header .gx-icon-btn{width:30px;height:30px}.gx-icon-btn .icon-star-o:before,.gx-icon-btn .icon-star:before{position:relative;top:3px}@media screen and (max-width:575px){.gx-module-box-content .gx-icon-btn.icon{font-size:16px}}.gx-radio-group-link.ant-radio-group .ant-radio-button-wrapper{height:24px;line-height:24px;border:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;margin-left:0}.gx-radio-group-link.ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked{background-color:var(--first);color:#fff}.gx-radio-group-link.ant-radio-group .ant-radio-button-wrapper:not(:first-child):before{display:none}@media screen and (max-width:575px){.gx-radio-group-link-news{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (max-width:575px){.gx-radio-group-link .ant-radio-button-wrapper{padding:0 8px}}.gx-radio-group-link-bg-light{margin-left:-5px;margin-right:-5px}.gx-radio-group-link-bg-light.ant-radio-group .ant-radio-button-wrapper{padding:0 10px;margin-left:5px;margin-right:5px;background-color:#e8e8e8}.gx-radio-group-link-bg-light.ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked{background-color:var(--first);color:#fff}.gx-radio-group-link-bg-light.ant-radio-group .ant-radio-button-wrapper:not(:first-child):before{display:none}.ant-card{margin-bottom:32px}.ant-card-head{background:none}.ant-card-head-title{font-weight:400}.ant-card-grid{text-align:center;width:25%}@media screen and (max-width:767px){.ant-card-grid{width:33.33%}}@media screen and (max-width:575px){.ant-card-grid{width:50%}}@media screen and (max-width:575px){.ant-card{margin-bottom:20px}}.ant-card-body .ant-card-head{padding-left:0!important;padding-right:0!important}.ant-card-type-inner .ant-card-head{padding-left:24px!important;padding-right:24px!important}.ant-card-wider-padding .ant-card-body>:last-child{margin-bottom:0}.gx-card-center-vertical{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}.gx-card-img{overflow:hidden}.gx-card-img,.gx-card-img .ant-card-body{position:relative}.gx-card-img .gx-badge-up{position:absolute;right:60px;top:-20px;z-index:1;padding:5px;margin:0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:40px;width:40px;line-height:36px;text-align:center}.gx-card-img .gx-badge-up-right{right:10px;top:-15px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);-moz-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15);line-height:32px!important}.gx-card-img-center .ant-card-cover{text-align:center}.gx-card-img-center .ant-card-cover>*{width:auto;display:inline-block}.gx-card-body-border-top .ant-card-cover{padding-top:24px}.gx-card-body-border-top .ant-card-body{border-top:1px solid #e8e8e8;margin-top:32px}@media screen and (max-width:575px){.gx-card-body-border-top .ant-card-body{margin-bottom:20px}}.gx-ant-card-actions{list-style:none;margin:0 -10px 10px;padding-left:0}.gx-ant-card-actions li{display:inline-block;vertical-align:top;padding:0 10px}.gx-ant-card-actions li:not(:last-child){border-right:1px solid #e8e8e8}.gx-card{margin-bottom:32px;background-color:#fff;-webkit-box-shadow:0 0 5px 5px rgba(0,0,0,.03);-moz-box-shadow:0 0 5px 5px rgba(0,0,0,.03);box-shadow:0 0 5px 5px rgba(0,0,0,.03);position:relative;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}@media screen and (max-width:575px){.gx-card{margin-bottom:20px}}.gx-card-head{padding:24px}.gx-card-head .gx-card-title{margin-bottom:0}.gx-card-head+.gx-card-body{padding-top:0}.gx-card .ant-card-head{border-bottom:0;min-height:10px;padding:0 24px}@media screen and (max-width:991px){.gx-card .ant-card-head{padding:0 24px}}.gx-card .ant-card-head-title{padding:25px 0 0;text-transform:uppercase;font-size:14px;font-weight:600}@media screen and (max-width:991px){.gx-card .ant-card-head-title{padding-top:20px}}.gx-card-body,.gx-card .ant-card-body{padding:24px}@media screen and (max-width:991px){.gx-card-body,.gx-card .ant-card-body{padding:24px}}.gx-card.ant-card-bordered{border:0}.gx-card.ant-card-hoverable:hover{-webkit-box-shadow:0 0 4px rgba(0,0,0,.45);-moz-box-shadow:0 0 4px rgba(0,0,0,.45);box-shadow:0 0 4px rgba(0,0,0,.45)}.gx-card .ant-card-cover{padding:24px 24px 0}@media screen and (max-width:991px){.gx-card .ant-card-cover{padding:24px 24px 0}}.gx-card-metrics{-webkit-box-shadow:0 0 5px 5px rgba(0,0,0,.03);-moz-box-shadow:0 0 5px 5px rgba(0,0,0,.03);box-shadow:0 0 5px 5px rgba(0,0,0,.03);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.gx-card-metrics.ant-card-bordered{border:0}.gx-card-metrics .ant-card-head{border-bottom:0;min-height:10px}.gx-card-metrics .ant-card-head-title{padding:20px 0 0;text-transform:uppercase;font-size:14px}.gx-card-widget{-webkit-box-shadow:0 0 5px 5px rgba(0,0,0,.03);-moz-box-shadow:0 0 5px 5px rgba(0,0,0,.03);box-shadow:0 0 5px 5px rgba(0,0,0,.03);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.gx-card-widget.ant-card-bordered{border:0}.gx-card-widget .ant-card-head{border-bottom:0;min-height:24px;padding:24px 24px 0}.gx-card-widget .ant-card-head-wrapper{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center}.gx-card-widget .ant-card-head-title{padding:0;text-transform:uppercase;font-size:14px}.gx-card-widget.gx-ch-capitalize .ant-card-head-title{text-transform:capitalize;font-size:14px}.gx-card-widget .ant-card-extra{padding:0}.gx-card-widget .ant-card-extra .gx-btn{margin-bottom:0}.gx-card-widget .ant-card-body{padding:24px}.gx-card-equal-height{height:calc(100% - 32px);display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media screen and (max-width:575px){.gx-card-equal-height{height:calc(100% - 20px)}}.gx-card-equal-height .ant-card-body,.gx-card-equal-height .ant-card-body .gx-rechart{-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.gx-card-equal-height .ant-card-body .gx-rechart .recharts-responsive-container{-webkit-flex:1;-ms-flex:1;flex:1;display:flex}.gx-card-sm-p .ant-card-head{min-height:10px}.gx-card-sm-p .ant-card-head-title{padding:14px 14px 0}.gx-card-sm-p .ant-card-body{padding:14px}.gx-card-sm-px .ant-card-head{min-height:10px}.gx-card-sm-px .ant-card-body,.gx-card-sm-px .ant-card-head-title{padding-left:10px;padding-right:10px}.gx-entry-header{margin-bottom:32px}@media screen and (max-width:575px){.gx-entry-header{margin-bottom:20px}}.gx-entry-header .gx-entry-heading{margin-bottom:0}.gx-entry-header .gx-entry-description{margin-bottom:0;font-size:13px}.gx-card-full{overflow:hidden}.gx-card-full .gx-card-body{padding:0}.gx-card-full .gx-card-body .recharts-legend-wrapper{padding:0 24px}.gx-card-full .ant-card-body{padding:0}.gx-card-full .ant-card-body .recharts-legend-wrapper{padding:0 24px}.gx-card-full .recharts-default-legend{margin:0 -10px!important}.gx-card-full .recharts-default-legend li{padding:0 10px;margin:0!important;display:inline-block;vertical-align:top}.gx-card-full .recharts-default-legend li .recharts-legend-item-text{margin-left:10px}.gx-card-overview{margin-bottom:32px;background-color:#fff;-webkit-box-shadow:0 0 5px 5px rgba(0,0,0,.03);-moz-box-shadow:0 0 5px 5px rgba(0,0,0,.03);box-shadow:0 0 5px 5px rgba(0,0,0,.03);position:relative;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;padding:24px}@media screen and (max-width:575px){.gx-card-overview{margin-bottom:20px}}.gx-card-overview .gx-card-title{margin-bottom:20px}.gx-card-profile .ant-card-head{padding-top:15px;padding-bottom:16px}.gx-card-profile.gx-card-tabs .ant-card-head{border-bottom:1px solid #e8e8e8}@media screen and (max-width:575px){.gx-card-profile.gx-card-tabs .ant-card-head{border-bottom:0}}.gx-card-profile .ant-card-body,.gx-card-profile.gx-card-tabs .ant-card-body{padding-top:0}.gx-card-profile.gx-card-tabs .ant-tabs{margin-top:-50px}@media screen and (max-width:575px){.gx-card-profile.gx-card-tabs .ant-tabs{margin-top:0}}.gx-card-profile .ant-tabs-tab{padding-top:15px;padding-bottom:18px}.gx-card-profile .ant-card-head-title,.gx-card-profile.gx-card-tabs .ant-card-head-title{font-size:20px;text-transform:capitalize}.gx-card-profile.gx-card-tabs .ant-tabs-nav-container{font-size:14px;color:#8c8c8c}.gx-card-profile-sm.gx-card-widget .ant-card-body{padding-top:10px}@media (max-width:1366px){.gx-card-1367-p .ant-card-head{min-height:10px}.gx-card-1367-p .ant-card-body,.gx-card-1367-p .ant-card-head-title{padding-left:14px;padding-right:14px}}.ant-divider-horizontal.ant-divider-with-text,.ant-divider-horizontal.ant-divider-with-text-left,.ant-divider-horizontal.ant-divider-with-text-right{font-size:14px}.ant-cascader-picker{width:100%}.recharts-default-tooltip{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:hsla(0,0%,100%,.8)!important;color:var(--third)}.recharts-tooltip-item-list li{color:var(--first)!important}.ant-form .ant-row{margin-left:0;margin-right:0}.ant-form-inline{margin-left:-8px;margin-right:-8px}.ant-form-inline .ant-row{padding-left:8px;padding-right:8px}.ant-form-inline .ant-form-item{margin-bottom:10px}@media screen and (max-width:575px){.ant-form-inline .ant-form-item{display:block}}.ant-form-horizontal .ant-row{margin-left:-15px;margin-right:-15px}.ant-form-vertical .ant-form-item{padding-bottom:0}.ant-form-vertical .ant-row{-ms-flex-direction:column;flex-direction:column}.ant-form-extra{word-break:break-all}@media (max-width:575px){.ant-form-item-label{padding-bottom:0}}.ant-form-item-with-help{margin-bottom:20px}.advanced-search-form .gx-btn-link:hover{text-decoration:none}.ant-form-item-control>.ant-form-item:last-child,.ant-form-item [class^=ant-col-]>.ant-form-item:only-child{margin-bottom:0}.gx-form-row0 .ant-row{margin-left:0!important;margin-right:0!important}.gx-login-form{max-width:350px}.gx-login-form .ant-form-item-control-wrapper{width:100%}.ant-form-inline .gx-form-item-one-fourth{width:25%}@media (max-width:575px){.ant-form-inline .gx-form-item-one-fourth{width:100%}}.ant-form-inline .gx-form-item-two-fourth{width:50%}@media (max-width:575px){.ant-form-inline .gx-form-item-two-fourth{width:100%}}.gx-form-inline-currency{margin:0 -8px}.gx-form-inline-currency .ant-form-item{padding:0 8px}.gx-form-inline-currency .gx-form-item-one-fourth{width:30%}@media (max-width:575px){.gx-form-inline-currency .gx-form-item-one-fourth{width:40%;display:inline-block}}.gx-form-inline-currency .gx-form-item-two-fourth{width:40%}@media (max-width:575px){.gx-form-inline-currency .gx-form-item-two-fourth{width:100%;display:block}}@media (max-width:1599px){.ant-form-item-label[class*=ant-col-]{padding:0 15px}}@media (max-width:1199px){.ant-form-item-label[class*=ant-col-]{padding:0 15px}.advanced-search-form .ant-form-item,.ant-form-item,.ant-form-item-with-help{margin-bottom:12px}}@media (max-width:991px){.ant-form-item-label[class*=ant-col-]{padding:0 15px}}@media (max-width:767px){.ant-form-item-label[class*=ant-col-]{padding:0 15px}}@media (max-width:575px){.ant-form-item-label[class*=ant-col-]{padding:0 15px;margin-bottom:8px}.advanced-search-form .ant-btn,.advanced-search-form .gx-btn-link{display:block;margin:0 0 10px!important}}.ant-input-search{margin-bottom:16px}.ant-input-search>.ant-input-suffix>.ant-input-search-button{margin-right:0}.ant-input-group>[class*=col-]{padding-left:0;float:left!important}.ant-transfer-list{margin-bottom:10px}.ant-input-number{margin-right:10px}.gx-form-group{margin-bottom:10px}.gx-search-bar{position:relative}.gx-search-bar .gx-form-group{width:100%;height:100%;margin-bottom:0}.gx-search-bar input[type=search]{padding-right:35px;background:hsla(0,0%,98%,.1)}.ant-layout-header .gx-search-bar input[type=search],.ant-popover-content .gx-search-bar input[type=search]{border:0}.gx-search-bar input[type=search]:focus{box-shadow:none;background-color:hsla(0,0%,98%,.3)}.gx-search-bar .gx-search-icon{background-color:initial;border:0;color:#d9d9d9;height:32px;width:30px;line-height:36px;text-align:center;position:absolute;right:0;top:0}.gx-algolia-header .gx-search-bar .gx-search-icon{margin-top:2px;text-align:left}.gx-search-bar .ant-input-lg+.gx-search-icon{height:40px;line-height:45px}.gx-lt-icon-search-bar input[type=search]{padding-right:16px;padding-left:35px;border:0}.gx-lt-icon-search-bar .gx-search-icon{left:0;right:auto}.gx-algolia-header .gx-lt-icon-search-bar{margin-right:10px}@media screen and (max-width:1199px){.gx-algolia-header .gx-lt-icon-search-bar{width:140px}}@media screen and (max-width:400px){.gx-algolia-header .gx-lt-icon-search-bar{margin-right:0;margin-bottom:10px;width:auto}}.gx-lt-icon-search-bar-lg{width:350px}.gx-lt-icon-search-bar-lg input[type=search]{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;height:46px;padding:10px 18px 10px 40px}@media screen and (max-width:991px){.gx-lt-icon-search-bar-lg input[type=search]{height:38px;padding:5px 18px 5px 40px}}.gx-header-search .gx-lt-icon-search-bar-lg input[type=search]{background-color:#f5f5f5;height:36px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;border:1px solid #e8e8e8}.gx-header-search .gx-lt-icon-search-bar-lg input[type=search]:focus{background-color:#f2f2f2}.gx-header-horizontal-dark .gx-header-search .gx-lt-icon-search-bar-lg input[type=search]{border-color:hsla(0,0%,100%,.2);background-color:hsla(0,0%,100%,.2);color:#fff}.gx-header-horizontal-dark .gx-header-search .gx-lt-icon-search-bar-lg input[type=search]:focus{background-color:initial}.gx-lt-icon-search-bar-lg .gx-search-icon{width:35px;height:46px;line-height:50px;font-size:16px;left:0;right:auto}@media screen and (max-width:991px){.gx-lt-icon-search-bar-lg .gx-search-icon{height:38px;line-height:40px}}.gx-header-search .gx-lt-icon-search-bar-lg .gx-search-icon{height:36px;line-height:40px}.gx-inside-header-horizontal .gx-lt-icon-search-bar-lg{width:200px;margin-right:10px}@media screen and (max-width:1199px){.gx-inside-header-horizontal .gx-lt-icon-search-bar-lg{width:120px}}@media screen and (max-width:1199px){.gx-lt-icon-search-bar-lg{width:150px}}.gx-popover-search-bar{width:150px;margin:-10px -14px}.gx-chat-search-bar{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;min-width:100px;width:auto}.gx-chat-search-bar input[type=search]{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;height:40px;border:0}.gx-chat-search-bar input[type=search]:focus{background-color:#fff}.gx-chat-search-bar .gx-search-icon{height:40px;line-height:44px}.ant-transfer-list{width:150px}@media screen and (max-width:575px){.ant-transfer-list{width:100%}}.gx-select-sm{font-size:12px}.gx-select-sm .ant-select-selection{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.gx-select-sm .ant-select-selection--single{height:24px}.gx-select-sm .ant-select-selection__rendered{line-height:22px;margin-left:6px;margin-right:6px}.gx-select-sm .ant-select-selection-selected-value{padding-right:20px}.gx-select-sm .ant-select-arrow{right:6px}.gx-select-sm .ant-select-dropdown{font-size:12px}.gx-form-inline-label-up .ant-form-item>.ant-form-item-control-wrapper,.gx-form-inline-label-up .ant-form-item>.ant-form-item-label{display:block}.gx-form-inline-label-up .ant-form-item-label{text-align:left;color:#bfbfbf;line-height:1;margin-bottom:2px}.gx-form-inline-label-up .ant-input,.gx-form-inline-label-up .ant-select-selection--single{height:30px}.gx-form-inline-label-up .ant-select-selection__rendered{line-height:28px}@media screen and (max-width:575px){.gx-ant-transfer-width .ant-transfer-list{width:100%!important}}@media screen and (max-width:475px){.ant-input-group.ant-input-group-compact>*{-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important;width:100%!important;border-right-width:1px}.ant-input-group.ant-input-group-compact>:not(:last-child){margin-bottom:10px}.ant-input-group.ant-input-group-compact>.ant-calendar-picker .ant-input,.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input,.ant-input-group.ant-input-group-compact>.ant-mention-wrapper .ant-mention-editor,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input,.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selection,.ant-input-group.ant-input-group-compact>.ant-time-picker .ant-time-picker-input{border-radius:4px;border-right-width:1px}.ant-input-group.ant-input-group-compact .gx-border-lt-xs{border-left:1px solid #d9d9d9!important}}.gx-icon-views{position:relative;text-align:center;padding:16px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;margin-bottom:15px;height:calc(100% - 15px);display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}.gx-icon-views,.gx-icon-views .icon{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.gx-icon-views .icon{margin-bottom:12px;font-size:20px;line-height:1;display:block}.gx-icon-views:hover{background-color:var(--first);cursor:pointer;color:#fff}.gx-icon-views:hover .icon{-webkit-transform:scale(1.4);-moz-transform:scale(1.4);-ms-transform:scale(1.4);-o-transform:scale(1.4);transform:scale(1.4)}.gx-icon-text{display:block;font-size:12px}.ant-list-vertical .ant-list-item-main{min-width:200px}@media screen and (max-width:480px){.ant-list-vertical .ant-list-item-extra{margin-bottom:10px}}.gx-list-item .ant-list-item-extra-wrap{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex:1;-ms-flex:1;flex:1}.gx-list-item .ant-list-item-extra-wrap .ant-list-item-extra{margin-left:20px}@media screen and (max-width:575px){.gx-list-item .ant-list-item-extra-wrap .ant-list-item-extra{margin-left:0;margin-top:10px}.gx-list-item .ant-list-item-extra-wrap .ant-list-item-extra img{width:100%}}@media screen and (max-width:575px){.gx-list-item .ant-list-item-extra-wrap{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.gx-user-list{width:100%;padding-bottom:10px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.gx-user-list:not(:first-child){padding-top:20px}@media screen and (max-width:575px){.gx-user-list:not(:first-child){padding-top:0}}.gx-user-list.gx-card-list{padding:30px;background:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-bottom:32px;-webkit-box-shadow:0 0 5px 5px rgba(0,0,0,.03);-moz-box-shadow:0 0 5px 5px rgba(0,0,0,.03);box-shadow:0 0 5px 5px rgba(0,0,0,.03)}.gx-user-list.gx-card-list .gx-avatar-img{margin-right:25px}@media screen and (max-width:767px){.gx-user-list.gx-card-list{padding:20px}}@media screen and (max-width:575px){.gx-user-list.gx-card-list{margin-bottom:20px}}.gx-user-list .gx-avatar-img{margin-right:20px;margin-bottom:10px}.gx-user-list h3{font-weight:500;margin-bottom:8px}.gx-user-list .gx-link[class*=gx-meta-]{display:inline-block;color:#545454;font-size:12px;font-weight:500}.gx-user-list .gx-link[class*=gx-meta-] i{margin-right:6px;vertical-align:middle}.gx-user-list .gx-description{width:calc(100% - 120px)}@media screen and (max-width:575px){.gx-user-list .gx-description{width:100%}}.gx-user-list .gx-btn-list li:not(:last-child){margin-right:10px}.gx-list-inline{margin-left:-5px;margin-right:-5px;padding-left:0;list-style:none}.gx-list-inline li{padding:0 5px;display:inline-block}.gx-list-inline-lg{margin-left:-10px;margin-right:-10px;padding-left:0;list-style:none}.gx-list-inline-lg li{padding:0 10px;display:inline-block}.gx-card-strip{margin-bottom:10px}.gx-card-strip:not(:last-child){border-bottom:1px solid #e8e8e8}.gx-card-list .gx-description{width:calc(100% - 230px);margin-top:5px}@media screen and (max-width:767px){.gx-card-list .gx-description{width:calc(100% - 80px)}}.gx-card-list .gx-card-list-footer{padding-left:15px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;min-width:150px}.gx-card-list .gx-card-list-footer .ant-btn{display:block;margin-right:0;width:120px}.gx-card-list .gx-card-list-footer .ant-btn:last-child{margin-bottom:0}@media screen and (max-width:767px){.gx-card-list .gx-card-list-footer{padding-left:0;min-width:10px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.gx-card-list .gx-card-list-footer .ant-btn{width:auto;margin-right:12px;margin-bottom:0}}.gx-list-group{list-style:none;padding-left:0}.gx-list-group li{margin-bottom:6px}.gx-list-group li i{margin-right:12px}.gx-dot-list{list-style:none;margin:0 -3px 10px;padding-left:0}.gx-dot-list li{display:inline-block;vertical-align:top;padding:0 3px}@media screen and (max-width:575px){.gx-dot-list{margin-bottom:5px}}.ant-spin{margin-right:16px;margin-bottom:10px}.gx-loader-container{text-align:center;background-color:#f5f5f5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:30px 50px;margin-right:0;display:block}.ant-pagination>li{margin-bottom:10px}.ant-pagination>li.ant-pagination-options,.ant-pagination>li.ant-pagination-total-text{margin-bottom:0}.ant-pagination.mini:not(:last-child){margin-bottom:10px}.ant-pagination.mini li{margin-bottom:5px!important}.ant-pagination-jump-next,.ant-pagination-jump-prev,.ant-pagination-next,.ant-pagination-prev{line-height:30px}.alpha-picker,.hue-picker,.photoshop-picker,.swatches-picker{width:100%!important}.gx-alpha-pickers{position:relative;min-height:250px}.ant-calendar-footer .ant-calendar-ok-btn{margin-bottom:0}.ant-progress-circle,.ant-progress-line{margin-right:8px;margin-bottom:8px}.ant-carousel h1,.ant-carousel h2,.ant-carousel h3,.ant-carousel h4,.ant-carousel h5,.ant-carousel h6{line-height:inherit;margin-bottom:0}.gx-vertical-slider{position:relative;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px}.gx-vertical-slider,.gx-vertical-slider-item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.gx-vertical-slider-item{width:33.33%;padding:0 15px;height:300px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-ms-align-items:center;align-items:center}@media screen and (max-width:575px){.gx-vertical-slider-item{width:50%;margin-bottom:15px}}.ant-carousel-vertical .gx-vertical-slide .slick-slide{height:160px}.slick-slider{margin-bottom:32px}@media screen and (max-width:575px){.slick-slider{margin-bottom:20px}}.slick-slider .slick-prev{left:-18px}.slick-slider .slick-prev:before{color:#000}.slick-slider .slick-next{right:-18px}.slick-slider .slick-next:before{color:#000}.slick-slider img{width:100%;object-fit:cover}.slick-dots li button:before{display:none}.gx-slick-slider .slick-dots{bottom:26px;padding:0 24px;text-align:left}.gx-slick-slider .slick-dots li,.gx-slick-slider .slick-dots li button{width:10px!important;height:10px!important}.gx-slick-slider .slick-dots li button:before{width:10px!important;height:10px!important;line-height:10px!important;color:transparent;border:2px solid #000;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:block}.gx-slick-slider .slick-dots li.slick-active button{width:12px!important;height:12px!important}.gx-slick-slider .slick-dots li.slick-active button:before{color:transparent;border-color:var(--first);width:12px!important;height:12px!important;line-height:12px!important}.gx-slide-item{margin-left:15px;margin-right:15px}@media screen and (max-width:480px){.gx-slide-item{margin-left:10px;margin-right:10px}}.gx-slider,.gx-slider-img{position:relative}.gx-slider-img{padding-bottom:24px}.gx-slider-img .gx-img-up{position:absolute;left:24px;bottom:-5px;z-index:1;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;width:auto;max-width:64px}.gx-slider-content{padding:24px}.gx-slick-slider{margin-bottom:0;padding-bottom:24px}.gx-slick-slider-dot-top{padding-top:70px;padding-right:24px;padding-bottom:58px}@media (max-width:1366px){.gx-slick-slider-dot-top{padding-top:40px;padding-bottom:10px}}.gx-slick-slider-dot-top .slick-dots{bottom:auto;top:30px;padding-left:0}@media (max-width:1366px){.gx-slick-slider-dot-top .slick-dots{top:10px}}@media screen and (max-width:575px){.gx-slick-slider-dot-top{padding-left:24px}}.gx-slick-slider-lt-thumb{height:100%;position:relative}.gx-slick-slider-lt-thumb img{height:100%;position:absolute;left:0;top:0;width:100%}@media screen and (max-width:575px){.gx-slick-slider-lt-thumb img{position:relative;left:auto;top:auto}}.ant-modal .slides{position:relative}.ant-modal .slides .slick-next,.ant-modal .slides .slick-prev{position:absolute;top:50%;z-index:1;margin-top:-10px}.ant-modal .slides .slick-prev{left:20px}.ant-modal .slides .slick-next{right:20px}.ant-modal .slick-slider{margin-bottom:0}.ant-table-small>.ant-table-content>.ant-table-body>table,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table,.ant-table-small>.ant-table-content>.ant-table-header>table,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table{padding:0}.ant-table-small>.ant-table-content>.ant-table-body{margin:0}.ant-table-tbody>tr>td,.ant-table-thead>tr>th{word-break:normal}.gx-table-responsive .ant-table{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.gx-table-responsive .ant-table{width:100%;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #e8e8e8}.ant-card-bordered.gx-card-full .gx-table-responsive .ant-table{border:0;border-bottom:1px solid #e8e8e8}.gx-table-responsive .ant-table .ant-table-tbody>tr:last-child>td{border-bottom:0}.gx-table-responsive .ant-table.ant-table-bordered .ant-table-body>table,.gx-table-responsive .ant-table.ant-table-bordered .ant-table-fixed-left table,.gx-table-responsive .ant-table.ant-table-bordered .ant-table-fixed-right table,.gx-table-responsive .ant-table.ant-table-bordered .ant-table-header>table{border-top:0;border-left:0}.gx-table-responsive .ant-table.ant-table-bordered .ant-table-title{border:0}.gx-table-responsive .ant-table.ant-table-bordered .ant-table-footer{border:0;border-top:1px solid #e8e8e8}.gx-table-responsive .ant-table.ant-table-bordered .ant-table-tbody>tr>td:last-child,.gx-table-responsive .ant-table.ant-table-bordered .ant-table-thead>tr>th:last-child{border-right:0}.gx-table-responsive .ant-table-body>table>tbody>tr>td,.gx-table-responsive .ant-table-body>table>tbody>tr>th,.gx-table-responsive .ant-table-body>table>tfoot>tr>td,.gx-table-responsive .ant-table-body>table>tfoot>tr>th,.gx-table-responsive .ant-table-body>table>thead>tr>td,.gx-table-responsive .ant-table-body>table>thead>tr>th{white-space:nowrap}}.gx-table{width:100%;max-width:100%;margin-bottom:1rem;background-color:initial}.gx-table td,.gx-table th{padding:.75rem;vertical-align:top;border-top:1px solid #e8e8e8}.gx-table thead th{vertical-align:bottom;border-bottom:2px solid #e8e8e8}.gx-table tbody+tbody{border-top:2px solid #e8e8e8}.gx-table-bordered,.gx-table-bordered td,.gx-table-bordered th{border:1px solid #e8e8e8}.gx-table-bordered thead td,.gx-table-bordered thead th{border-bottom-width:2px}.gx-table-no-bordered,.gx-table-no-bordered td,.gx-table-no-bordered th{border:0}.gx-table-no-bordered thead td,.gx-table-no-bordered thead th{border-bottom-width:2px}.gx-table-no-bordered .ant-table{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.gx-table-no-bordered .ant-table-thead>tr>th{font-weight:300;text-transform:uppercase;font-size:11px}.gx-table-no-bordered .ant-table-tbody>tr>td{border-bottom:0}.gx-table-thead-uppercase thead th{text-transform:uppercase}.gx-table-padding-lg tbody td,.gx-table-padding-lg thead th{padding:20px 30px!important}@media screen and (max-width:991px){.gx-table-padding-lg tbody td,.gx-table-padding-lg thead th{padding:15px 20px!important}}@media screen and (max-width:767px){.gx-table-padding-lg tbody td,.gx-table-padding-lg thead th{padding:10px!important}}.gx-table-padding-lg .ant-table-pagination{float:none;text-align:center;margin:22px 0}@media screen and (max-width:991px){.gx-table-padding-lg .ant-table-pagination{margin:16px 0}}.ant-timeline-item{padding:0}.ant-timeline-item:not(:last-child){padding-bottom:20px}@media screen and (max-width:575px){.ant-timeline-item:not(:last-child){padding-bottom:15px}}.gx-timeline-info{position:relative}.gx-timeline-info:not(:last-child){padding-bottom:20px}.gx-timeline-info-day{margin-bottom:15px;font-size:12px;color:#595959}.gx-timeline-info .ant-timeline{padding-top:0;padding-left:0}.gx-timeline-info .ant-timeline-item-head-custom{padding:0;margin-right:15px;position:relative;left:0;top:0;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.gx-timeline-info .ant-timeline-item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start}.gx-timeline-info .ant-timeline-item-content{padding-left:0;top:0;margin-left:0;-webkit-flex:1;-ms-flex:1;flex:1;color:#595959}.gx-timeline-info .ant-timeline-item-content .gx-link{color:#262626}.gx-timeline-info .ant-timeline-item-content .gx-link:focus,.gx-timeline-info .ant-timeline-item-content .gx-link:hover{color:var(--first)}.gx-timeline-info .ant-timeline-item-tail{display:none}.gx-img-more{width:60px;height:40px;background-color:#fff;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;border:1px solid #e8e8e8}.gx-timeline-left{float:left;margin-right:20px}.gx-timeline-right{float:right;margin-left:20px}.gx-timeline-circle{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.gx-timeline-section{margin-bottom:25px;overflow:hidden}.gx-timeline-item{padding-bottom:25px;padding-left:80px;position:relative}.gx-timeline-item:before{border-left:2px solid #e8e8e8;content:"";left:25px;position:absolute;top:25px;bottom:-20px;width:2px;z-index:1}.gx-timeline-item:first-child:before,.gx-timeline-item:last-child:before{border-left-style:dashed}.gx-timeline-badge{height:50px;width:50px;position:absolute;left:0;top:16px;z-index:2;font-size:16px;color:#fff;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.gx-timeline-badge.gx-timeline-img{background-color:initial}.gx-timeline-badge.gx-timeline-img:after{display:none}.gx-timeline-badge:after{position:absolute;content:"";width:42px;height:42px;background-color:initial;border:4px solid #e8e8e8;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;left:4px;top:4px;z-index:1}.gx-timeline-badge [class*=gx-]:before,.gx-timeline-badge [class^=gx-]:before{line-height:50px}.gx-timeline-header-img>img,.gx-timeline-img>img{display:inline-block;max-width:100%;height:auto}.gx-timeline-panel{padding:20px 30px;position:relative;background-color:#fff;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;border:1px solid #e8e8e8}.gx-timeline-panel:after,.gx-timeline-panel:before{content:"";position:absolute;border-style:solid;display:inline-block;top:30px}.gx-timeline-panel:before{border-color:transparent #e8e8e8;border-width:10px 17px 10px 0;left:-18px}.gx-timeline-panel:after{border-color:transparent #fff;border-width:10px 16px 10px 0;left:-16px}.gx-timeline-no-padding{padding:0}.gx-timeline-header-img,.gx-timeline-panel-header{margin-bottom:10px}.gx-timeline-inverted .gx-timeline-left{float:right;margin-right:0;margin-left:20px}.gx-timeline-heading{overflow:hidden;margin-bottom:10px}.gx-timeline-body{clear:both}.gx-timeline-center .gx-timeline-item{clear:both;float:right;width:50%;padding-left:55px}.gx-timeline-center .gx-timeline-item:before{left:0}.gx-timeline-center .gx-timeline-badge{left:-25px;right:auto}.gx-timeline-center .gx-timeline-time{position:absolute;top:32px;left:-150px;right:auto;z-index:2}.gx-timeline-center .gx-timeline-inverted{float:left;text-align:right;padding-left:0;padding-right:55px}.gx-timeline-center .gx-timeline-inverted:before{border-left:0;border-right:2px solid #e8e8e8;left:auto;right:-2px}.gx-timeline-center .gx-timeline-inverted .gx-timeline-badge{left:auto;right:-25px}.gx-timeline-center .gx-timeline-inverted .gx-timeline-panel:before{border-width:10px 0 10px 17px;left:auto;right:-18px}.gx-timeline-center .gx-timeline-inverted .gx-timeline-panel:after{border-width:10px 0 10px 16px;left:auto;right:-16px}.gx-timeline-center .gx-timeline-inverted .gx-timeline-time{position:absolute;top:32px;right:-150px;left:auto;z-index:2}.gx-timeline-zigzag .gx-timeline-item{padding-left:150px}.gx-timeline-zigzag .gx-timeline-item+.gx-timeline-item{margin-top:-80px}.gx-timeline-zigzag .gx-timeline-img{width:90px;height:90px;left:5px}.gx-timeline-zigzag .gx-timeline-img>img{width:100%}.gx-timeline-zigzag .gx-timeline-inverted .gx-timeline-img{right:5px!important}.gx-timeline-zigzag .gx-timeline-item:before{-webkit-transform:rotate(35deg);-moz-transform:rotate(35deg);-ms-transform:rotate(35deg);-o-transform:rotate(35deg);transform:rotate(35deg);top:20px;bottom:20px}.gx-timeline-zigzag .gx-timeline-inverted{padding-left:0;padding-right:150px}.gx-timeline-zigzag .gx-timeline-inverted:before{-webkit-transform:rotate(-35deg);-moz-transform:rotate(-35deg);-ms-transform:rotate(-35deg);-o-transform:rotate(-35deg);transform:rotate(-35deg)}.gx-timeline-zigzag .gx-timeline-item:first-child:before{border-left-style:solid}.gx-timeline-zigzag .gx-timeline-item:last-child:before{display:none}.gx-timeline-item:last-child:before{bottom:25px}@media screen and (max-width:991px){.gx-timeline-zigzag .gx-timeline-item+.gx-timeline-item{margin-top:-60px}.gx-timeline-zigzag .gx-timeline-item:before{bottom:0}.gx-timeline-zigzag .gx-timeline-item{padding-left:120px}.gx-timeline-zigzag .gx-timeline-inverted{padding-right:120px;padding-left:0}}@media screen and (max-width:767px){.gx-timeline-center .gx-timeline-item{float:none;padding-left:80px;width:auto}.gx-timeline-center .gx-timeline-item:before{left:25px}.gx-timeline-center .gx-timeline-badge{left:0}.gx-timeline-center .gx-timeline-inverted{float:none;text-align:left;padding-right:0}.gx-timeline-center .gx-timeline-inverted:before{border-left:2px solid #e8e8e8;border-right:0;left:24px;right:auto}.gx-timeline-center .gx-timeline-inverted .gx-timeline-badge{right:auto;left:0}.gx-timeline-center .gx-timeline-inverted .gx-timeline-panel:before{border-width:10px 17px 10px 0!important;left:-18px;right:auto}.gx-timeline-center .gx-timeline-inverted .gx-timeline-panel:after{border-width:10px 16px 10px 0!important;left:-16px;right:auto}.gx-timeline-inverted .gx-timeline-panel-header{float:none}.gx-timeline-inverted .gx-timeline-left{float:left;margin-left:0;margin-right:20px}.gx-timeline-zigzag .gx-timeline-panel{max-height:none;min-height:10px;overflow-y:visible}.gx-timeline-zigzag .gx-timeline-item{padding-left:100px}.gx-timeline-zigzag .gx-timeline-item+.gx-timeline-item{margin-top:0}.gx-timeline-zigzag .gx-timeline-item:before{transform:none;top:25px;bottom:-25px;left:45px}.gx-timeline-zigzag .gx-timeline-item:last-child:before{bottom:0}.gx-timeline-zigzag .gx-timeline-inverted:before{transform:none}.gx-timeline-center .gx-timeline-inverted .gx-timeline-time,.gx-timeline-center .gx-timeline-time{position:relative;top:auto;left:auto;right:auto;margin-bottom:6px}.gx-timeline-center .gx-timeline-time-item .gx-timeline-panel:after,.gx-timeline-center .gx-timeline-time-item .gx-timeline-panel:before{top:10px}}@media screen and (max-width:399px){.gx-timeline-left{float:none;margin-right:0}.gx-timeline-right{float:none;margin-left:0}.gx-timeline-inverted .gx-timeline-left{float:none;margin-right:0}}.gx-tabs-half .ant-tabs-bar{margin-bottom:0}.gx-tabs-half .ant-tabs-nav{display:block}.gx-tabs-half .ant-tabs-nav .ant-tabs-tab{margin:0;width:50%;text-align:center}.gx-tabs-half .ant-tabs-nav .ant-tabs-ink-bar{width:50%}.gx-card-tabs .ant-card-head-title{text-transform:capitalize;font-size:16px}.gx-card-tabs .ant-card-extra{position:relative;z-index:2}.gx-card-tabs .ant-tabs{margin-top:-40px}@media screen and (max-width:575px){.gx-card-tabs .ant-tabs{margin-top:0}}.gx-card-tabs .ant-tabs-tab{padding-left:5px;padding-right:5px;margin-right:15px}.gx-card-tabs .ant-tabs-tab-active{font-weight:400}.gx-card-tabs .ant-tabs-nav-container{font-size:16px;text-align:center}@media screen and (max-width:575px){.gx-card-tabs .ant-tabs-nav-container{text-align:left}}.gx-card-tabs .ant-card-body{padding-top:4px}.gx-card-tabs-right .ant-tabs-nav-container{text-align:right}@media screen and (max-width:575px){.gx-card-tabs-right .ant-tabs-nav-container{text-align:left}}.gx-app-module{position:relative;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-32px -32px 0;flex:1}@media screen and (max-width:575px){.gx-app-module{margin:-20px -15px 0}}.gx-container-wrap .gx-app-module{margin:0 0 32px}.gx-module-side{position:relative;z-index:2;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex:0 1 230px;-ms-flex:0 1 230px;flex:0 1 230px;min-width:230px}@media screen and (max-width:991px){.gx-module-side{min-width:260px;background-color:#fff}}.gx-module-side-header{padding:10px;min-height:79px;border-bottom:1px solid #e8e8e8;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;background-color:#fbfbfb;color:#545454}@media screen and (max-width:991px){.gx-module-side-header{min-height:72px}}.gx-module-logo{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:20px}.gx-module-logo i{font-size:28px;line-height:18px}.gx-module-side-content,.gx-module-user-info{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex:1;-ms-flex:1;flex:1}.gx-module-user-detail{font-size:12px}.gx-module-add-task{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:24px}.gx-module-add-task .ant-btn{margin-bottom:0}.gx-module-nav{list-style:none;padding-left:0;margin-bottom:0;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}.gx-module-nav,.gx-module-nav li{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.gx-module-nav,.gx-module-nav li,.gx-module-nav li .gx-link{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.gx-module-nav li .gx-link{padding:5px 29px;color:#999;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;text-decoration:none}.gx-module-nav li .gx-link:focus,.gx-module-nav li .gx-link:hover{color:#000}.gx-module-nav li .gx-link.active{color:var(--first)}.gx-module-nav li i{margin-right:16px;font-size:16px}.gx-module-nav li span{display:inline-block;vertical-align:middle}.gx-module-nav li.gx-module-nav-label{padding:12px 29px}.gx-module-box{position:relative;z-index:2;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;max-width:calc(100% - 231px)}@media screen and (max-width:991px){.gx-module-box{max-width:100%}}.gx-module-box-header{padding:10px 26px;min-height:79px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;background-color:#fff;border-bottom:1px solid #e8e8e8}@media screen and (max-width:991px){.gx-module-box-header{position:relative;min-height:58px;padding:5px 26px 5px 110px}}@media screen and (max-width:991px){.gx-module-box-header .gx-drawer-btn{position:absolute;left:0;top:0;z-index:1;border-right:1px solid #e8e8e8;height:58px;width:98px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;font-size:22px;text-align:center}}.gx-module-box-header-inner{-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between}.gx-module-box-header-inner,.gx-module-box-header-right{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center}.gx-module-box-header-right{margin-left:auto}.gx-module-box-content{background-color:#fff;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.gx-module-box-content,.gx-module-box-topbar{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.gx-module-box-topbar{padding:8px 28px;min-height:65px;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;border-bottom:1px solid #e8e8e8}.gx-module-box-topbar .ant-dropdown-trigger{cursor:pointer;margin-right:10px}.gx-module-box-topbar .ant-dropdown-trigger .icon:before{position:relative;top:3px}.gx-module-box-topbar-todo{padding-left:28px}@media screen and (max-width:991px){.gx-module-box-topbar{min-height:58px;padding-left:28px;padding-right:28px}}.gx-module-list-icon{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;padding-right:10px}.gx-module-list-icon .gx-bar-icon .gx-icon-menu:before{top:3px;position:relative}.gx-toolbar-separator{border-left:1px solid #e8e8e8;height:100%;width:1px;margin:0 12px}.gx-module-list{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}.gx-module-list,.gx-module-list-item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.gx-module-list-item{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;padding:15px 28px;z-index:5;position:relative;cursor:pointer}.gx-module-list-item:not(:last-child){border-bottom:1px solid #e8e8e8}.gx-module-list-item.gx-mail-cell{-webkit-align-items:start;-ms-align-items:start;align-items:start}@media screen and (max-width:575px){.gx-module-list-item{padding-bottom:10px;padding-top:10px}}.gx-module-detail-header{margin-bottom:10px}@media screen and (max-width:575px){.gx-module-detail-header{margin-bottom:0}}.gx-module-list-info{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;max-width:calc(100% - 140px)}@media screen and (max-width:575px){.gx-module-list-info{max-width:calc(100% - 100px)}}.gx-module-todo-content{position:relative;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.gx-module-todo-content .gx-subject{margin-bottom:5px}.gx-module-todo-right{margin-left:8px}.gx-module-sidenav{background-color:#fff;border-right:1px solid #e8e8e8;position:relative;z-index:9}.gx-module-sidenav .gx-chat-sidenav-main{max-width:300px;min-width:300px;width:90%}.gx-module-date{max-width:160px}.gx-module-detail-item{padding:10px 28px}.gx-task-title{font-size:18px}@media screen and (max-width:991px){.gx-task-title{font-size:16px}}.gx-chat-todo-avatar{margin-right:15px}.gx-module-side-scroll{height:calc(100vh - 201px)!important}.framed-layout .gx-module-side-scroll{height:calc(100vh - 241px)!important}@media screen and (max-width:991px){.framed-layout .gx-module-side-scroll,.gx-module-side-scroll{height:calc(100vh - 72px)!important}}.gx-module-side-scroll>div:first-child{overflow-y:scroll!important}.gx-module-content-scroll{height:calc(100vh - 266px)!important}.framed-layout .gx-module-content-scroll{height:calc(100vh - 306px)!important}@media screen and (max-width:991px){.framed-layout .gx-module-content-scroll,.gx-module-content-scroll{height:calc(100vh - 238px)!important}}@media screen and (max-width:575px){.gx-module-content-scroll{height:calc(100vh - 216px)!important}}.gx-module-content-scroll>div:first-child{overflow-y:scroll!important}.gx-todo-detail-content-scroll{height:calc(100vh - 319px)!important}.framed-layout .gx-todo-detail-content-scroll{height:calc(100vh - 359px)!important}@media screen and (max-width:991px){.framed-layout .gx-todo-detail-content-scroll,.gx-todo-detail-content-scroll{height:calc(100vh - 291px)!important}}@media screen and (max-width:575px){.gx-todo-detail-content-scroll{height:calc(100vh - 270px)!important}}.gx-todo-detail-content-scroll>div:first-child{overflow-y:scroll!important}.gx-loader-view{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.gx-loader-view .ant-spin{margin:0}.gx-app-module .gx-loader-view{height:calc(100vh - 266px)!important}.framed-layout .gx-app-module .gx-loader-view{height:calc(100vh - 306px)!important}@media screen and (max-width:991px){.framed-layout .gx-app-module .gx-loader-view,.gx-app-module .gx-loader-view{height:calc(100vh - 238px)!important}}@media screen and (max-width:575px){.gx-app-module .gx-loader-view{height:calc(100vh - 244px)!important}}.gx-chat-module .gx-loader-view{height:calc(100vh - 122px)!important}.framed-layout .gx-chat-module .gx-loader-view{height:calc(100vh - 162px)!important}@media screen and (max-width:991px){.framed-layout .gx-chat-module .gx-loader-view{height:calc(100vh - 122px)!important}}@media screen and (max-width:575px){.gx-chat-module .gx-loader-view{height:calc(100vh - 100px)!important}}.gx-loader-position{position:absolute;left:0;right:0;top:0;z-index:10;bottom:0}.gx-module-default{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;height:100%;padding:15px}.gx-no-content-found{-webkit-flex:1;-ms-flex:1;flex:1;font-size:16px}.gx-task-des,.gx-task-input{padding-left:0}.gx-module-box-row{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.gx-module-box-column,.gx-module-list-content{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;-webkit-flex:1;-ms-flex:1;flex:1}.gx-mail-list-info,.gx-module-box-column,.gx-module-list-content{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.gx-mail-list-info{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding-left:10px;max-width:calc(100% - 150px);-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}@media screen and (max-width:575px){.gx-mail-list-info{max-width:100%;margin-top:10px;padding-left:0}}.gx-mail-user-info{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;margin-left:10px}.gx-mail-user-info .gx-avatar{margin-right:10px}.gx-mail-user-info .gx-badge{margin-bottom:0}.gx-mail-user-des{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;margin-bottom:3px}.gx-mail-user-des .gx-icon-btn,.gx-mail-user-des .gx-time{margin-left:auto}.gx-mail-detail-inner{padding:24px}@media screen and (max-width:991px){.gx-mail-detail-inner{padding-right:28px;padding-left:28px}}.gx-mail-header{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center}@media screen and (max-width:498px){.gx-mail-header{display:block;-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.gx-mail-header-content{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.gx-mail-header-content .gx-subject{margin-bottom:5px}.gx-show-link{cursor:pointer;margin-bottom:8px;color:var(--first)}.gx-show-detail{margin-bottom:12px}.gx-module-list-content .gx-subject{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gx-module-list-content .gx-message{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;color:#8d8d8d;font-size:13px}.gx-module-list-content .gx-message p{margin-bottom:8px}.gx-size{margin:5px 0}.gx-sender-name{margin-right:0;font-weight:500;font-size:15px}.gx-send-subject{width:calc(100% - 220px)}@media screen and (max-width:575px){.gx-send-subject{width:calc(100% - 180px);margin-right:6px}}.gx-mail-header-actions{-webkit-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;min-width:100px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.gx-mail-header-actions .icon-btn:not(:last-child){margin-right:3px}@media screen and (max-width:498px){.gx-mail-header-actions{-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;min-width:10px}}.gx-attachment-block{position:relative}.gx-attachment-row{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px}@media screen and (max-width:575px){.gx-attachment-row{margin:0 -5px}}.gx-attachment-col{padding:0 10px}.gx-attachment-col img{width:80px}.gx-attachment-col .size{padding-top:5px}@media screen and (max-width:575px){.gx-attachment-col{padding:0 5px}}@media screen and (max-width:575px){.gx-mail-list{border-right:0}.gx-mail-detail,.gx-mail-list{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%}}.gx-chat-module{position:relative}.gx-chat-module-box{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;background-color:#fafafa;position:relative;width:100%}.gx-chat-module-box,.gx-chat-sidenav{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.gx-chat-sidenav{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex:0 1 315px;-ms-flex:0 1 315px;flex:0 1 315px;min-width:315px;border-right:1px solid #e8e8e8}.gx-chat-sidenav-header{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:25px 20px 12px;background-color:#fbfbfb;border-bottom:1px solid #e8e8e8}.gx-chat-sidenav-header,.gx-chat-user-hd{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.gx-chat-user-hd{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-bottom:25px}.gx-chat-search-wrapper{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:0}.gx-chat-avatar{min-width:50px}.gx-chat-user-row .gx-chat-avatar{padding:0 5px;min-width:10px}.gx-chat-user-hd .gx-chat-avatar{cursor:pointer}.gx-chat-sidenav-scroll{height:calc(100vh - 295px)!important}.framed-layout .gx-chat-sidenav-scroll{height:calc(100vh - 335px)!important}@media screen and (max-width:991px){.framed-layout .gx-chat-sidenav-scroll,.gx-chat-sidenav-scroll{height:calc(100vh - 175px)!important}}.gx-chat-sidenav-scroll>div:first-child{overflow-y:scroll!important}.gx-chat-sidenav-scroll-tab-1,.gx-chat-sidenav-scroll-tab-2{height:calc(100vh - 320px)!important}.framed-layout .gx-chat-sidenav-scroll-tab-1,.framed-layout .gx-chat-sidenav-scroll-tab-2{height:calc(100vh - 360px)!important}@media screen and (max-width:991px){.framed-layout .gx-chat-sidenav-scroll-tab-1,.framed-layout .gx-chat-sidenav-scroll-tab-2,.gx-chat-sidenav-scroll-tab-1,.gx-chat-sidenav-scroll-tab-2{height:calc(100vh - 198px)!important}}.gx-chat-sidenav-scroll-tab-1>div:first-child,.gx-chat-sidenav-scroll-tab-2>div:first-child{overflow-y:scroll!important}.gx-chat-list-scroll{height:calc(100vh - 268px)!important}.framed-layout .gx-chat-list-scroll{height:calc(100vh - 308px)!important}@media screen and (max-width:1199px){.gx-chat-list-scroll{height:calc(100vh - 242px)!important}.framed-layout .gx-chat-list-scroll{height:calc(100vh - 282px)!important}}@media screen and (max-width:991px){.framed-layout .gx-chat-list-scroll{height:calc(100vh - 242px)!important}}@media screen and (max-width:575px){.gx-chat-list-scroll{height:calc(100vh - 220px)!important}}.gx-chat-list-scroll>div:first-child{overflow-y:scroll!important}.gx-chat-sidenav-content{background-color:#fff}.gx-chat-sidenav-title{padding:10px 16px;font-size:14px;color:#1890ff;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}@media screen and (max-width:1199px){.gx-chat-sidenav-title{font-size:16px}}@media screen and (max-width:767px){.gx-chat-sidenav-title{font-size:15px}}.gx-chat-tabs-header{background-color:#fbfbfb!important}.gx-chat-user{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.gx-chat-user.gx-chat-user-center{-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;align-items:center}.gx-chat-user.gx-chat-user-center .gx-chat-avatar{margin-left:auto}.gx-chat-user-item{padding:16px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;cursor:pointer;max-height:96px}.gx-chat-user-item:not(:last-child){border-bottom:1px solid #e8e8e8}.gx-chat-user-item.active,.gx-chat-user-item:hover{background-color:#e6faff}.gx-chat-user-row{margin:0 -5px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center}.gx-chat-info{max-width:calc(100% - 80px);padding:0 5px;-webkit-flex:1;-ms-flex:1;flex:1}.gx-chat-info p{margin-bottom:0}.gx-chat-info .h4{display:block;margin-bottom:3px}.gx-chat-info-des{color:#595959;font-size:13px}.gx-chat-contact-col{max-width:calc(100% - 50px);padding:0 5px;-webkit-flex:1;-ms-flex:1;flex:1}.gx-chat-contact-col p{margin-bottom:0}.gx-chat-contact-col .h4{display:block;margin-bottom:3px}.gx-chat-date{padding:0 5px;text-align:right}.gx-fs-80{font-size:80px!important;line-height:80px!important}.gx-comment-box .gx-fs-80{text-align:center;margin-bottom:12px}@media screen and (max-width:575px){.gx-fs-80{font-size:60px!important;line-height:60px!important}}.gx-comment-box{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;height:calc(100vh - 122px)!important}.framed-layout .gx-comment-box{height:calc(100vh - 162px)!important}@media screen and (max-width:991px){.framed-layout .gx-comment-box{height:calc(100vh - 122px)!important}}@media screen and (max-width:575px){.gx-comment-box{height:calc(100vh - 100px)!important}}.gx-chat-box{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;position:relative;z-index:2}.gx-chat-box,.gx-chat-main{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.gx-chat-main{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.gx-chat-main-header{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;border-bottom:1px solid #e8e8e8;padding:16px;background-color:#fff;width:100%}@media screen and (max-width:1199px){.gx-chat-main-header{padding:8px 16px}}@media screen and (max-width:991px){.gx-chat-main-header{padding:8px 30px}}.gx-chat-main-header-info{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;margin-right:auto}.gx-chat-contact-name{font-size:20px;font-weight:500}@media screen and (max-width:1199px){.gx-chat-contact-name{font-size:16px}}@media screen and (max-width:767px){.gx-chat-contact-name{font-size:15px}}.gx-chat-main-footer{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;border-top:1px solid #e8e8e8;padding:6px 16px;background-color:#fff;width:100%}.gx-chat-main-footer .gx-form-group{margin-bottom:0}.gx-chat-item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:16px}@media screen and (max-width:991px){.gx-chat-item{padding:16px 30px}}.gx-chat-item .gx-bubble-block{width:calc(100% - 40px)}.gx-chat-item .gx-bubble{padding:12px 15px;background-color:#fff;-webkit-border-radius:20px 20px 20px 0;-moz-border-radius:20px 20px 20px 0;border-radius:20px 20px 20px 0;position:relative;margin-left:16px;max-width:600px;border:1px solid #d9d9d9;display:inline-block}.gx-chat-item.gx-flex-row-reverse .gx-bubble-block{text-align:right}.gx-chat-item.gx-flex-row-reverse .gx-bubble{margin-right:16px;margin-left:0;background-color:#e6faff;-webkit-border-radius:20px 20px 0 20px;-moz-border-radius:20px 20px 0 20px;border-radius:20px 20px 0 20px;text-align:left}.gx-chat-item .ant-avatar{display:block}.gx-chat-btn{font-size:38px!important;margin-right:20px}textarea.gx-chat-textarea{height:40px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.gx-chat-sent{min-width:40px;line-height:40px;font-size:18px;text-align:center;cursor:pointer}.gx-last-message-time{font-size:11px;color:#8c8c8c}@media screen and (max-width:1199px){.gx-chat-main-header .gx-size-60{height:50px!important;width:50px!important;line-height:50px}.gx-chat-main-header button{margin-bottom:0}.gx-chat-main-header-info .gx-status-pos{max-width:50px}}@media screen and (max-width:575px){.gx-module-default h1{font-size:17px}}.gx-contact-item{-webkit-align-items:center;-ms-align-items:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:8px 28px}.gx-contact-item:not(:last-child){border-bottom:1px solid #e8e8e8}.gx-dragndrop-item{padding:24px 16px}.gx-dragndrop-item .gx-draggable-icon{margin-left:-16px}@media screen and (max-width:575px){.gx-dragndrop-item{padding-right:5px}}.gx-contact-list-info{padding-left:10px}.gx-contact-list-info .gx-email{word-break:break-all}.gx-contact-list-info .gx-toolbar-separator{display:inline-block}@media screen and (max-width:575px){.gx-contact-list-info .gx-toolbar-separator{display:none}}@media screen and (max-width:575px){.gx-contact-list-info{padding-left:0;max-width:calc(100% - 50px)}.gx-contact-list-info .gx-job-title{display:none}}.gx-module-contact-content{-webkit-flex:1;-ms-flex:1;flex:1}.gx-module-contact-right{margin-left:8px}.gx-contact-name{font-size:15px}.gx-draggable-icon{cursor:all-scroll;color:#8c8c8c}.gx-draggable-icon:active,.gx-draggable-icon:focus,.gx-draggable-icon:hover{cursor:all-scroll;color:#262626}.gx-module-side-nav{padding:20px 0}.gx-modal-box-row{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.gx-modal-box-row .gx-modal-box-avatar{-webkit-order:2;-ms-order:2;order:2;margin-left:16px}.gx-modal-box-row .gx-modal-box-avatar .ant-avatar{width:120px;height:120px}@media screen and (max-width:575px){.gx-modal-box-row .gx-modal-box-avatar{-webkit-order:1;-ms-order:1;order:1;margin-left:0;margin-bottom:16px;text-align:center}}.gx-modal-box-row .gx-modal-box-form-item{-webkit-order:1;-ms-order:1;order:1;-webkit-flex:1;-ms-flex:1;flex:1}@media screen and (max-width:575px){.gx-modal-box-row .gx-modal-box-form-item{-webkit-order:2;-ms-order:2;order:2}}@media screen and (max-width:575px){.gx-modal-box-row{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.gx-dragndrop-actions{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.gx-dragndrop-actions,.gx-rbc-calendar{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.gx-rbc-calendar{overflow:hidden;padding-bottom:32px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media screen and (max-width:575px){.gx-rbc-calendar{margin-bottom:20px}}.gx-rbc-calendar .rbc-calendar{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;height:100%}.rbc-event{background-color:var(--first)}.rbc-event.rbc-selected{background-color:#006eb8}.rbc-slot-selection{background-color:#7ddcff}.rbc-toolbar button.rbc-active,.rbc-toolbar button:active{background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.rbc-toolbar button.rbc-active,.rbc-toolbar button.rbc-active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button:active,.rbc-toolbar button:active:focus,.rbc-toolbar button:active:hover,.rbc-toolbar button:focus,.rbc-toolbar button:hover{color:#fff;background-color:#52c6f7;border-color:var(--first)}.rbc-month-row{min-height:100px}.rbc-event{min-height:50px}.rbc-btn-group button{cursor:pointer}@media screen and (max-width:867px){.rbc-toolbar{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start}.rbc-toolbar .rbc-toolbar-label{margin:8px 0}}@media screen and (max-width:467px){.rbc-toolbar{font-size:12px}.rbc-toolbar button{padding:5px 10px}}.gx-com-calendar .ant-fullcalendar-header .ant-select{margin-left:8px;margin-bottom:8px}@media screen and (max-width:349px){.gx-com-calendar{margin:0 -20px}}.gx-com-calendar-card{border:1px solid #e8e8e8;max-width:300px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}@media screen and (max-width:349px){.gx-com-calendar-card .gx-com-calendar{margin:0}}.gx-profileon{margin-bottom:20px;position:relative;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;overflow:hidden}.gx-profileon-content{position:absolute;bottom:0;left:0;right:0;padding:15px 20px;z-index:2;background-color:transparent;background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.9)));background:-webkit-linear-gradient(top,transparent,rgba(0,0,0,.9));background:-moz-linear-gradient(top,transparent,rgba(0,0,0,.9));background:-ms-linear-gradient(top,transparent,rgba(0,0,0,.9));background:-o-linear-gradient(top,transparent,rgba(0,0,0,.9))}.gx-profileon-content *{color:#fff}.gx-agents-list .gx-profileon-content{padding:10px}.gx-profileon-thumb{position:relative}.gx-profileon-thumb>img{width:100%}.gx-profileon-thumb-htctrcrop{overflow:hidden;padding-bottom:80%;position:relative}.gx-profileon-thumb-htctrcrop>img{position:absolute;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:100%}.gx-profileon-title{margin-bottom:5px}.gx-agents-list .gx-profileon{margin-bottom:0}.gx-follower{border-bottom:1px solid #d9d9d9;padding-bottom:20px;margin-bottom:15px}.gx-follower-list{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;padding-left:0;margin:0 -5px}.gx-profile-banner .gx-follower-list{margin:0 -20px}.gx-follower-list li{color:#8c8c8c;font-size:14px;padding:0 5px;width:33.33%}.gx-profile-banner .gx-follower-list li{color:#fff;padding:0 20px;width:auto}.gx-follower-list li:not(:first-child){border-left:1px solid #d9d9d9}.gx-profile-banner .gx-follower-list li:not(:first-child){border-left-color:#fff}.gx-follower-title{display:block;color:#262626;font-size:14px}.gx-profile-banner .gx-follower-title{color:#fff}.gx-wall-scroll{height:calc(100vh - 154px)!important}.framed-layout .gx-wall-scroll{height:calc(100vh - 192px)!important}@media screen and (max-width:991px){.framed-layout .gx-wall-scroll,.gx-wall-scroll{height:calc(100vh - 124px)!important}}@media screen and (max-width:575px){.gx-wall-scroll{height:calc(100vh - 132px)!important}}.gx-wall-postlist{padding:5px}.gx-entry-sec{position:relative;margin-bottom:20px}.ant-card .gx-entry-sec,.gx-card .gx-entry-sec{margin-bottom:0}.gx-entry-title{border-bottom:1px solid #d9d9d9;padding-bottom:15px;margin-bottom:20px;font-size:16px;position:relative}.gx-entry-title:before{content:"";position:absolute;bottom:-2px;left:0;z-index:1;height:3px;width:42px;background-color:var(--first)}.ant-card .gx-entry-title:before,.gx-card .gx-entry-title:before{display:none}.ant-card .gx-entry-title,.gx-card .gx-entry-title{border-bottom:0;margin-bottom:15px;padding-bottom:0}.gx-fnd-list{list-style:none;padding-left:0;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -5px 20px}.gx-fnd-list li{width:33.33%;padding:0 5px}@media (max-width:399px){.gx-fnd-list li{width:50%}}.gx-user-fnd{position:relative;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;overflow:hidden}.gx-user-fnd>img{width:100%}.gx-user-fnd-content{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;padding:10px;background-color:rgba(0,0,0,.1);background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.95)));background:-webkit-linear-gradient(top,rgba(0,0,0,.1),rgba(0,0,0,.95));background:-moz-linear-gradient(top,rgba(0,0,0,.1),rgba(0,0,0,.95));background:-ms-linear-gradient(top,rgba(0,0,0,.1),rgba(0,0,0,.95));background:-o-linear-gradient(top,rgba(0,0,0,.1),rgba(0,0,0,.95));color:#fff;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.gx-user-fnd-content h6{color:#fff;-ms-flex-item-align:end;align-self:flex-end;margin-bottom:0;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gx-user-fnd-content .ant-badge{position:absolute;right:10px;top:10px;z-index:1;margin:0;width:10px;height:10px;display:block}.gx-user-fnd-content .ant-badge-status-dot{width:10px;height:10px;display:block;top:0;border:1px solid #fff}.gx-gallery-list{list-style:none;padding-left:0;margin:0 -.5px 15px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.gx-gallery-list li{padding:0 .5px;margin-bottom:1px;width:33.33%}@media (max-width:399px){.gx-gallery-list li{width:50%}}.gx-gallery-list li>img{width:100%}.gx-gallery-thumb{position:relative;cursor:pointer}.gx-gallery-thumb:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:rgba(0,0,0,.01);background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.01)),to(rgba(0,0,0,.95)));background:-webkit-linear-gradient(top,rgba(0,0,0,.01),rgba(0,0,0,.95));background:-moz-linear-gradient(top,rgba(0,0,0,.01),rgba(0,0,0,.95));background:-ms-linear-gradient(top,rgba(0,0,0,.01),rgba(0,0,0,.95));background:-o-linear-gradient(top,rgba(0,0,0,.01),rgba(0,0,0,.95))}.gx-gallery-thumb-content{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:10px;color:#fff}.gx-gallery-thumb-content h6{color:#fff;margin-bottom:0;font-size:10px}.gx-wall-user-info{margin-bottom:6px}.gx-wall-user-title{margin-bottom:4px}.gx-gallery-item{position:relative;margin-bottom:15px}.gx-gallery-item img{width:100%;cursor:pointer;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.gx-gallery-item-content{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background-color:rgba(0,0,0,.7);-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;color:#fff}.gx-gallery-grid,.gx-gallery-item-content{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.gx-gallery-grid{margin:0 -5px;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.gx-gallery-grid .gx-gallery-item{padding:0 5px}.gx-gallery-grid .gx-gallery-item-content{left:5px;right:5px}.gx-gallery-2 .gx-gallery-item,.gx-gallery-4 .gx-gallery-item,.gx-gallery-4-more .gx-gallery-item{width:50%}.gx-gallery-3 .gx-gallery-item{width:33.33%}.gx-wall-comment-box{padding:0 30px}@media screen and (max-width:1199px){.gx-wall-comment-box{padding:0 20px}}@media screen and (max-width:1100px){.gx-wall-comment-box{padding:0}}@media screen and (max-width:991px){.gx-wall-comment-box{padding:0 30px}}@media screen and (max-width:767px){.gx-wall-comment-box{padding-right:0;padding-left:15px}}.gx-profile-banner{padding:32px 32px 88px;margin:-32px -32px -58px;background-color:var(--first);color:#fff;position:relative}@media screen and (max-width:575px){.gx-profile-banner{padding:20px 15px 83px;margin:-20px -15px -58px}}.gx-profile-banner:before{content:"";position:absolute;left:0;top:0;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.gx-profile-banner>div{position:relative;z-index:2}.gx-profile-banner-top{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;margin-bottom:40px}@media (max-width:575px){.gx-profile-banner-top{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:25px}}.gx-profile-banner-top-left{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center}@media (max-width:575px){.gx-profile-banner-top-left{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:25px}}.gx-profile-banner-avatar{margin-right:1.5rem}@media (max-width:575px){.gx-profile-banner-avatar{margin-bottom:8px;margin-right:0}}.gx-profile-banner-top-right{text-align:center;margin-left:auto}@media (max-width:575px){.gx-profile-banner-top-right{margin-left:0}}.gx-profile-banner-bottom{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center}@media (max-width:575px){.gx-profile-banner-bottom{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.gx-profile-banner-bottom .gx-tab-list{margin-bottom:10px}}.gx-profile-banner .gx-link,.gx-profile-banner .h1,.gx-profile-banner .h2,.gx-profile-banner .h3,.gx-profile-banner .h4,.gx-profile-banner .h5,.gx-profile-banner .h6,.gx-profile-banner h1,.gx-profile-banner h2,.gx-profile-banner h3,.gx-profile-banner h4,.gx-profile-banner h5,.gx-profile-banner h6{color:#fff}.gx-profile-banner .gx-link:focus,.gx-profile-banner .gx-link:hover{color:var(--third)}.gx-profile-content{position:relative;z-index:2}.gx-profile-setting{margin-left:auto}@media (max-width:575px){.gx-profile-setting{margin-left:0}}@media (max-width:575px){.gx-profile-content-right{display:-webkit-flex!important;display:-ms-flexbox!important;display:-ms-flex!important;display:flex!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important;-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important;-webkit-align-items:center!important;-ms-align-items:center!important;align-items:center!important}.gx-profile-content-right .gx-text-truncate{width:auto;margin-left:auto}}.gx-pro-contact-list:not(:last-child){margin-bottom:1rem}.gx-grid-thumb-equal,.gx-thumb-equal{position:relative;padding-bottom:68%;height:0;width:100%;overflow:hidden}.gx-grid-thumb-cover,.gx-thumb-cover{display:block;position:absolute;width:100%;height:100%}.gx-grid-thumb-cover img,.gx-thumb-cover-img{height:auto;max-width:100%;min-height:100%;object-fit:cover;width:100%}.gx-product-image .gx-grid-thumb-equal{padding-bottom:82%}.gx-product-row{position:relative;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;text-align:right}.gx-product-row.even{text-align:left}.gx-product-col{order:1;width:50%}.odd .gx-product-thumb{order:2}.gx-product-content{padding:20px 55px}.gx-product-content p{margin-bottom:10px}.gx-product-row .gx-grid-thumb-equal{padding-bottom:69%}.gx-product-thumb img{width:100%}.gx-product-content h4{margin-bottom:25px}@media screen and (max-width:1230px){.gx-product-row .gx-grid-thumb-equal{padding-bottom:71%}}@media screen and (max-width:1199px){.gx-product-row{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.gx-product-row,.gx-product-row.even{text-align:center}.gx-product-content h4{margin-bottom:10px}.gx-product-content{padding:20px 35px}.gx-product-col,.odd .gx-product-thumb{order:1;width:100%}.gx-product-row .gx-grid-thumb-equal{padding-bottom:40%}}@media screen and (max-width:991px){.gx-product-row{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:right}.gx-product-row.even{text-align:left}.gx-product-image .gx-grid-thumb-equal{padding-bottom:120%}.gx-product-col,.odd .gx-product-thumb{order:1;width:50%}.odd .gx-product-thumb{order:2}.gx-product-row .gx-grid-thumb-equal{padding-bottom:70%}}@media screen and (max-width:767px){.gx-product-row{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.gx-product-row,.gx-product-row.even{text-align:center}.gx-product-row:last-child .gx-product-col{padding-bottom:0}.gx-product-row:last-child .ant-btn{margin-bottom:0}.gx-product-content{padding:20px 0}.gx-product-col,.odd .gx-product-thumb{order:1;width:100%}.gx-product-image .gx-grid-thumb-equal,.gx-product-row .gx-grid-thumb-equal{padding-bottom:44%}}.gx-product-item{overflow:hidden;background:#fff;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;margin-bottom:32px;-webkit-box-shadow:0 0 5px 5px rgba(0,0,0,.03);-moz-box-shadow:0 0 5px 5px rgba(0,0,0,.03);box-shadow:0 0 5px 5px rgba(0,0,0,.03)}@media screen and (max-width:575px){.gx-product-item{margin-bottom:20px}}.gx-product-body{padding:24px}.gx-product-body+.gx-product-footer{padding-top:0}.gx-product-body :last-child{margin-bottom:0}.gx-product-image>img{width:100%}.gx-product-footer{padding:24px 24px 15px}.gx-product-horizontal{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center}.gx-product-horizontal .gx-product-image{width:25%}@media screen and (max-width:1199px){.gx-product-horizontal .gx-product-image{width:33.33333%}}@media screen and (max-width:991px){.gx-product-horizontal .gx-product-image{width:25%}}@media screen and (max-width:767px){.gx-product-horizontal .gx-product-image{width:100%}}.gx-product-horizontal .gx-product-body{width:53%}@media screen and (min-width:1400px){.gx-product-horizontal .gx-product-body{width:55%}}@media screen and (max-width:1199px){.gx-product-horizontal .gx-product-body{width:41.66667%}}@media screen and (max-width:991px){.gx-product-horizontal .gx-product-body{width:50%}}@media screen and (max-width:767px){.gx-product-horizontal .gx-product-body{width:100%}}.gx-product-horizontal .gx-product-body+.gx-product-footer{padding-top:24px}@media screen and (max-width:767px){.gx-product-horizontal .gx-product-body+.gx-product-footer{padding-top:0}}.gx-product-horizontal .gx-product-footer{width:22%;text-align:center}@media screen and (min-width:1400px){.gx-product-horizontal .gx-product-footer{width:20%}}.gx-product-horizontal .gx-product-footer .ant-btn:not(:last-child){margin-left:8px;margin-right:8px}@media screen and (max-width:767px){.gx-product-horizontal .gx-product-footer .ant-btn:not(:last-child){margin-left:0}}.gx-product-horizontal .gx-product-footer .ant-btn:last-child{margin-left:8px;margin-right:8px}@media screen and (max-width:767px){.gx-product-horizontal .gx-product-footer{width:100%;text-align:left}}.gx-product-horizontal .gx-product-image .gx-grid-thumb-equal{padding-bottom:82%}@media screen and (min-width:1400px){.gx-product-horizontal .gx-product-image .gx-grid-thumb-equal{padding-bottom:55%}}@media screen and (max-width:1199px){.gx-product-horizontal .gx-product-image .gx-grid-thumb-equal{padding-bottom:80%}}@media screen and (max-width:1080px){.gx-product-horizontal .gx-product-image .gx-grid-thumb-equal{padding-bottom:90%}}@media screen and (max-width:1000px){.gx-product-horizontal .gx-product-image .gx-grid-thumb-equal{padding-bottom:110%}.horizontal-layout .gx-product-horizontal .gx-product-image .gx-grid-thumb-equal{padding-bottom:80%}}@media screen and (max-width:991px){.gx-product-horizontal .gx-product-image .gx-grid-thumb-equal{padding-bottom:88%}.horizontal-layout .gx-product-horizontal .gx-product-image .gx-grid-thumb-equal{padding-bottom:128%}}@media screen and (max-width:849px){.gx-product-horizontal .gx-product-image .gx-grid-thumb-equal{padding-bottom:110%}}@media screen and (max-width:767px){.gx-product-horizontal .gx-product-image .gx-grid-thumb-equal,.horizontal-layout .gx-product-horizontal .gx-product-image .gx-grid-thumb-equal{padding-bottom:44%}}.gx-product-vertical{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:calc(100% - 32px)}@media screen and (max-width:575px){.gx-product-vertical{height:calc(100% - 20px)}}.gx-product-vertical .gx-product-body{-webkit-flex:1;-ms-flex:1;flex:1}.gx-product-title{font-size:20px}.gx-package,.gx-price-tables{position:relative}.gx-package{margin-bottom:15px;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-shadow:0 0 5px 5px rgba(0,0,0,.03);-moz-box-shadow:0 0 5px 5px rgba(0,0,0,.03);box-shadow:0 0 5px 5px rgba(0,0,0,.03);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;height:calc(100% - 15px);-webkit-transform:scale(.95);-moz-transform:scale(.95);-ms-transform:scale(.95);-o-transform:scale(.95);transform:scale(.95)}.gx-package:active,.gx-package:focus,.gx-package:hover{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 4px rgba(0,0,0,.55);-moz-box-shadow:0 0 4px rgba(0,0,0,.55);box-shadow:0 0 4px rgba(0,0,0,.55)}.gx-pt-dark .gx-package:active,.gx-pt-dark .gx-package:focus,.gx-pt-dark .gx-package:hover{-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.gx-pt-classic .gx-package{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.gx-package.gx-highlight{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);z-index:2}.gx-package-header{padding:30px;text-align:center}.gx-package-header>.gx-price{display:inline-block;font-size:36px;font-weight:500;margin-left:0;margin-bottom:12px;color:#fff}.gx-package-header>.gx-price>i{display:inline-block;margin-right:6px;font-weight:700}.gx-package-header h5{color:inherit}.gx-package-header.gx-text-black>.gx-price{color:#595959!important}@media only screen and (max-width:991px){.gx-package-header{padding-left:20px;padding-right:20px}}.gx-package-body{padding:50px 30px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-align-items:center;-ms-align-items:center;align-items:center}@media only screen and (max-width:991px){.gx-package-body{padding-left:20px;padding-right:20px}}.gx-package-items{list-style:none;font-size:14px;margin:0 0 20px;padding-left:0;-webkit-flex:1;-ms-flex:1;flex:1}.gx-package-items li{margin-bottom:16px;zoom:1;line-height:inherit}.gx-package-items li:after,.gx-package-items li:before{display:table;content:""}.gx-package-items li:after{clear:both}.gx-package-items li i{float:left;min-width:20px;margin-right:16px;line-height:inherit}.gx-package-items li span{display:block;overflow:hidden}.gx-package-footer{padding-top:30px}.gx-package-footer .ant-btn{text-transform:capitalize;border:0;margin-bottom:0}@media only screen and (max-width:767px){.gx-package.gx-highlight,.gx-package:active,.gx-package:focus,.gx-package:hover{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.gx-text-black .gx-text-white{color:#595959!important}.gx-pt-circle .gx-package-header{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:224px;width:224px;margin:40px auto 0;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}.gx-pt-circle .gx-package-header .gx-price{margin-top:-5px}@media only screen and (max-width:991px){.gx-pt-circle .gx-package-header .gx-price{font-size:26px;margin-bottom:6px}}@media only screen and (max-width:991px){.gx-pt-circle .gx-package-header .gx-letter-spacing-base{letter-spacing:1px}}@media only screen and (max-width:991px){.gx-pt-circle .gx-package-header{height:150px;width:150px}}.gx-login-container{position:relative;height:100%;padding-bottom:30px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}.gx-login-content{max-width:420px;width:94%;margin:auto;padding:35px 35px 20px;background-color:#fff;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-shadow:0 0 5px 5px rgba(0,0,0,.03);-moz-box-shadow:0 0 5px 5px rgba(0,0,0,.03);box-shadow:0 0 5px 5px rgba(0,0,0,.03);font-size:14px}.gx-login-content .ant-input{background-color:#f5f5f5;height:auto;padding:6px 12px}.gx-login-content .ant-input:focus{box-shadow:none;border-color:var(--first)}.gx-login-content .ant-form-item-control-wrapper{width:100%}.gx-login-content .ant-form-item-children{display:block}@media screen and (max-width:575px){.gx-login-content{padding:20px 20px 10px}}.gx-login-header{margin-bottom:30px}@media screen and (max-width:575px){.gx-login-header{margin-bottom:15px}}.gx-app-login-wrap{height:100%;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;overflow-x:hidden}@media screen and (max-width:575px){.gx-app-login-wrap{padding-top:20px;-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}}.gx-app-login-container{position:relative;margin:0 auto}.vertical-line{margin-right:5px;width:5px;color:#7c3535;border-left:4px;background-color:var(--blog-carousel-vertical-line);height:24px}@media screen and (max-width:575px){.gx-app-login-container{padding-bottom:20px}}.gx-app-login-container .gx-loader-view{position:absolute;left:0;right:0;text-align:center;top:0;bottom:0;z-index:2}.gx-app-login-main-content{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;margin:15px;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#fff;-webkit-box-shadow:0 0 5px 5px rgba(0,0,0,.03);-moz-box-shadow:0 0 5px 5px rgba(0,0,0,.03);box-shadow:0 0 5px 5px rgba(0,0,0,.03);-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;font-size:14px;overflow:hidden}.gx-app-login-content{padding:35px 35px 20px;width:60%;margin:0 auto}.gx-app-login-content .ant-input{background-color:#f5f5f5}.gx-app-login-content .ant-input:focus{box-shadow:none;border-color:var(--first)}.gx-app-login-content .gx-btn{padding:6px 35px!important;height:auto}.gx-app-login-content .ant-form-item-control-wrapper{width:100%}.gx-app-login-content .ant-form-item-children{display:block}@media screen and (max-width:575px){.gx-app-login-content{width:100%;padding:20px 20px 10px}}.gx-app-login-header{margin-bottom:30px}@media screen and (max-width:575px){.gx-app-login-header{margin-bottom:15px}}.gx-app-logo-content{color:#fff;padding:35px 35px 20px;width:40%;position:relative;overflow:hidden;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.gx-app-logo-content>*{position:relative;z-index:2}.gx-app-logo-content h1{color:#fff}@media screen and (max-width:575px){.gx-app-logo-content{width:100%;padding:20px 20px 10px}}.gx-app-logo-content-bg{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1}.gx-app-logo-content-bg:before{content:"";position:absolute;left:0;top:0;z-index:1;right:0;bottom:0;background-color:var(--sign-in-container)}.gx-app-logo-content-bg img{width:100%;height:100%}.gx-app-logo-wid{margin-bottom:auto}.gx-app-social-block{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between}.gx-app-social-block .gx-social-link,.gx-app-social-block .gx-social-link li{margin:0}.gx-app-social-block .gx-social-link span{border:1px solid var(--first);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;color:var(--first)}.gx-app-social-block .gx-social-link span:focus,.gx-app-social-block .gx-social-link span:hover{color:#fff;background-color:var(--first)}.gx-app-social-block p{margin-bottom:0}.ant-list-item-meta{flex-wrap:wrap}.gx-task-list-item{position:relative}.gx-task-list-item:not(:last-child){margin-bottom:15px}.gx-card-ticketlist .gx-task-list-item:not(:last-child){margin-bottom:20px}.gx-card-ticketlist .gx-task-list-item .gx-hover{display:none}@media screen and (max-width:575px){.gx-card-ticketlist .gx-task-list-item .gx-hover{display:block}}@media screen and (max-width:575px){.gx-card-ticketlist .gx-task-list-item .gx-nonhover{display:none}}.gx-card-ticketlist .gx-task-list-item:hover .gx-hover{display:inline-block}.gx-card-ticketlist .gx-task-list-item:hover .gx-nonhover{display:none}.gx-card-ticketlist .gx-task-list-item:hover .gx-task-item-title{color:var(--first)}.gx-task-list-item:hover{cursor:pointer}.gx-task-list-item:hover .gx-text-hover{color:var(--first)}.gx-task-item-content{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;max-width:calc(100% - 40px)}.gx-task-item-content-left{width:calc(100% - 250px)}@media screen and (max-width:575px){.gx-task-item-content-left{width:100%;margin-bottom:10px;padding-right:60px}}.gx-card-ticketlist .gx-task-item-content-left{width:calc(100% - 100px)}@media screen and (max-width:575px){.gx-card-ticketlist .gx-task-item-content-left{width:100%;padding-right:0}}.gx-task-item-content-right{width:250px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-webkit-align-items:center;-ms-align-items:center;align-items:center;padding-left:10px}@media screen and (max-width:575px){.gx-task-item-content-right{width:100%;padding-left:0;-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}}.gx-card-ticketlist .gx-task-item-content-right{padding-top:8px;width:100px}@media screen and (max-width:575px){.gx-card-ticketlist .gx-task-item-content-right{width:100%;padding-top:0}}.gx-card-ticketlist .gx-task-item-content{max-width:calc(100% - 52px)}.gx-task-item-content .gx-task-date{min-width:55px;text-align:right}.gx-task-item-content .ant-tag{min-width:60px;text-align:center}@media screen and (max-width:575px){.gx-task-item-content{flex-direction:column;position:relative}.gx-task-item-content .gx-task-date{position:absolute;right:0;top:0;z-index:1}.gx-card-ticketlist .gx-task-item-content{padding-right:0}}.gx-card-ticketlist .gx-link{color:var(--first)}.gx-card-testimonial{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;margin-bottom:12px}.gx-card-testimonial-img{margin-right:10px;margin-bottom:10px}.gx-card-testimonial-content{background-color:#f5f5f5;padding:15px;position:relative;margin-left:10px;width:calc(100% - 70px);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.gx-card-testimonial-content:before{content:"";position:absolute;left:-10px;top:10px;z-index:1;width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #f5f5f5}.gx-card-testimonial-content>:last-child{margin-bottom:0}.gx-progress-task{position:relative}.gx-progress-task :last-child{margin-bottom:0}.gx-progress-task-list{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;margin-bottom:15px}.gx-progress-task-list+.gx-progress-task-list{border-top:1px solid #e8e8e8;padding-top:15px}.gx-progress-task-list .ant-progress{margin-bottom:15px}.gx-progress-task-list-content{margin-left:20px;margin-bottom:15px}@media screen and (max-width:575px){.gx-progress-task-list{margin-bottom:0}}.gx-act-task{position:relative}.gx-act-task-cell{margin-bottom:20px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between}@media screen and (max-width:575px){.gx-act-task-cell{margin-bottom:10px}}.gx-act-task-content{width:calc(100% - 72px)}.gx-act-task-btn-view{margin-left:8px;width:65px;text-align:right}@media screen and (max-width:575px){.gx-act-task-btn-view{margin-left:0;margin-top:10px}}.gx-line-indicator{list-style:none;margin:0;padding-left:0}.gx-line-indicator li:not(:last-child){margin-bottom:10px}@media screen and (max-width:575px){.gx-line-indicator li:not(:last-child){margin-bottom:5px}}.gx-line-indicator li p{margin-bottom:0}.gx-line-indicator-half{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -12px}.gx-line-indicator-half li{width:50%;padding:0 12px}.gx-line-indicator-col{width:25%;padding-right:10px}@media screen and (max-width:767px){.gx-line-indicator-col{width:100%;padding-right:0}}.gx-line-indi{height:3px}.gx-line-indi-info{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-ms-align-items:center;align-items:center}.gx-wel-ema{position:relative}.gx-overview-row{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:767px){.gx-overview-row{flex-direction:column}}.gx-overview-description{width:32%;color:#8c8c8c;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:-24px -24px -24px 0;border-left:1px solid #e8e8e8;order:2}@media screen and (max-width:767px){.gx-overview-description{order:1;width:100%;border-left:0!important;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;margin:15px 0 0}}.gx-map-col{-webkit-flex:1;-ms-flex:1;flex:1;padding:50px 10px 0;order:1}@media screen and (max-width:767px){.gx-map-col{order:2;padding:15px 0 0}}.gx-revenu{-webkit-flex:1;-ms-flex:1;flex:1;padding:15px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;align-items:center}.gx-revenu-total{border-bottom:1px solid #e8e8e8}.gx-revenu-total h1{font-size:34px;font-weight:600;margin-bottom:5px}@media screen and (max-width:767px){.gx-revenu-total h1{font-size:22px}}.gx-revenu-row{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.gx-revenu-col{width:50%;padding:0 15px;text-align:center}.gx-revenu-col:not(:last-child){border-right:1px solid #e8e8e8}.gx-revenu h3{font-size:20px;margin-bottom:0;font-weight:500}.ant-divider-horizontal{margin:12px 0}.gx-visit-col{order:1}@media screen and (max-width:1199px){.gx-visit-col{order:2;margin-top:20px}}.gx-audi-col{order:2}@media screen and (max-width:1199px){.gx-audi-col{order:1}}@media screen and (max-width:575px){.gx-audi-col{margin-top:20px}}.gx-rechart{position:relative}.gx-rechart-prod{position:absolute;left:30px;top:0;z-index:1}@media (max-width:1366px){.gx-rechart-prod{left:20px}}.gx-pink-purple-gradient{background-color:#564093;background:-webkit-gradient(linear,left top,right top,from(#564093),to(#d2449d));background:-webkit-linear-gradient(left,#564093,#d2449d);background:-moz-linear-gradient(left,#564093,#d2449d);background:-ms-linear-gradient(left,#564093,#d2449d);background:-o-linear-gradient(left,#564093,#d2449d)}.gx-pink-purple-gradient-reverse{background-color:#872776;background:-webkit-gradient(linear,left top,right top,from(#872776),to(#352883));background:-webkit-linear-gradient(left,#872776,#352883);background:-moz-linear-gradient(left,#872776,#352883);background:-ms-linear-gradient(left,#872776,#352883);background:-o-linear-gradient(left,#872776,#352883)}.gx-blue-cyan-gradient{background:-moz-linear-gradient(125deg,#45d1e6 0,#4363c6 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0,#45d1e6),color-stop(100%,#4363c6));background:-webkit-linear-gradient(125deg,#45d1e6,#4363c6);background:-o-linear-gradient(125deg,#45d1e6 0,#4363c6 100%);background:-ms-linear-gradient(125deg,#45d1e6 0,#4363c6 100%);background:linear-gradient(325deg,#45d1e6,#4363c6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="@hstartColor",endColorstr="@hendColor",GradientType=0)}.gx-app-thumb{display:inline-block}.gx-card-cover-black .ant-card-head{background-color:#000;color:#fff;padding-top:20px}.gx-card-cover-black .ant-card-head h1{color:#fff}.gx-card-cover-black .ant-card-head-title{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.gx-card-cover-black .ant-card-body{padding:1rem}.gx-dot-arrow-hover{position:relative;overflow:hidden}.gx-dot-arrow-hover:hover .gx-hover-arrow{left:-15px}.gx-dot-arrow{position:absolute;right:0;top:0;bottom:0;z-index:2;padding-right:10px}.gx-dot-arrow,.gx-dot-arrow .gx-dot{cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}.gx-dot-arrow .gx-dot,.gx-hover-arrow{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.gx-hover-arrow{cursor:pointer;-webkit-border-radius:50% 0 0 50%;-moz-border-radius:50% 0 0 50%;border-radius:50% 0 0 50%;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-ms-align-items:center;align-items:center;width:107px;height:107px;position:absolute;left:15px;padding:10px;font-size:20px}.gx-hover-arrow .icon{display:flex}.gx-actchart{margin-bottom:-4px}.gx-user-wid{width:80px;position:relative}.gx-user-wid img{height:100%;position:absolute;left:0;top:0;width:100%}.gx-user-wid-row{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.gx-user-wid-body{-webkit-flex:1;-ms-flex:1;flex:1}.boxed-layout .gx-build-box-lay,.framed-layout .gx-build-box-lay{padding:0 10px!important}.boxed-layout .gx-build-box-lay img,.framed-layout .gx-build-box-lay img{width:50px}@media (max-width:1366px){.gx-build-box-lay{padding:0 10px!important}.gx-build-box-lay img{width:50px}}.gx-build-box-lay-content{max-width:calc(100% - 70px)}.gx-chart-title{font-size:14px}@media (max-width:1366px){.gx-chart-title{font-size:12px}}.gx-widget-bg{background-color:#4c429a;background:-webkit-gradient(linear,left top,right top,from(#4c429a),to(#9956ce));background:-webkit-linear-gradient(left,#4c429a,#9956ce);background:-moz-linear-gradient(left,#4c429a,#9956ce);background:-ms-linear-gradient(left,#4c429a,#9956ce);background:-o-linear-gradient(left,#4c429a,#9956ce);color:#fff;position:relative}.gx-widget-bg h1{color:#fff}.gx-widget-badge{position:absolute;right:0;top:0;z-index:1;background-color:#ff6bb3;color:#fff;padding:5px 12px;-webkit-border-radius:0 10px 0 10px;-moz-border-radius:0 10px 0 10px;border-radius:0 10px 0 10px}.gx-fnd-content{padding-right:40px}@media (max-width:1366px){.gx-fnd-content{padding-right:0}}@media screen and (max-width:575px){.gx-fnd-content{margin-top:20px}}.gx-fnd-gallery-list{list-style:none;padding-left:0;margin:0 -6px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.gx-fnd-gallery-list li{padding:0 6px}.gx-fnd-gallery-list li>img{width:65px}@media (max-width:1366px){.gx-fnd-gallery-list li>img{width:50px}}.gx-fnd-title{font-size:24px;margin-bottom:15px}@media (max-width:1366px){.gx-fnd-title{font-size:20px;margin-bottom:5px}}.gx-chart-up{color:#52c41a}.gx-bg-geekblue .gx-chart-up{color:#fff}.gx-chart-down{color:var(--third)}.gx-chart-down .icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);display:inline-block}.gx-barchart{margin-top:-15px}@media screen and (max-width:1199px){.gx-barchart{margin-top:0}}.gx-customers{margin-top:-7px;margin-bottom:-7px}@media (max-width:1366px){.gx-customers{margin-top:-2px;margin-bottom:-2px}.gx-customers .gx-size-60{height:50px!important;width:50px!important;line-height:50px!important}}@media (max-width:575px){.gx-customers{margin-top:0;margin-bottom:0}}.gx-fillchart{position:relative;color:#fff;min-height:122px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end;-webkit-transition:all .7s ease-out;-moz-transition:all .7s ease-out;-ms-transition:all .7s ease-out;-o-transition:all .7s ease-out;transition:all .7s ease-out}.gx-fillchart-content{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;padding:15px 20px}.gx-overlay-fillchart .gx-fillchart-content{background-color:hsla(0,0%,100%,.35)}.gx-fillchart .ant-card-head-title,.gx-fillchart .gx-chart-down,.gx-fillchart .gx-chart-up,.gx-fillchart h2{color:#fff}.gx-fillchart .gx-chart-down,.gx-fillchart .gx-chart-up{margin-right:6px}.gx-fillchart-btn{position:absolute;right:10px;bottom:10px;z-index:1;-webkit-opacity:0;-moz-opacity:0;opacity:0;visibility:hidden;cursor:pointer;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.gx-fillchart-btn .icon:before{line-height:30px}.gx-fillchart-btn-close{position:absolute;right:10px;top:10px;color:var(--first);background-color:#fff;width:30px;height:30px;text-align:center;-webkit-opacity:0;-moz-opacity:0;opacity:0;visibility:hidden;cursor:pointer;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:16px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.gx-fillchart-btn-close .icon{font-size:24px;width:30px;height:30px;line-height:38px}.gx-fillchart:hover .gx-fillchart-btn{-webkit-opacity:1;-moz-opacity:1;opacity:1;visibility:visible}.gx-fillchart-nocontent .gx-fillchart-btn,.gx-fillchart-nocontent .gx-fillchart-content,.gx-fillchart-nocontent:hover .gx-fillchart-btn{-webkit-opacity:0;-moz-opacity:0;opacity:0;visibility:hidden}.gx-fillchart-nocontent .gx-fillchart-btn-close{-webkit-opacity:1;-moz-opacity:1;opacity:1;visibility:visible}.gx-fillchart-nocontent .ant-card-head-title{position:absolute;left:20px;top:15px;z-index:1}.gx-agents-list{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;list-style:none;padding-left:0}.gx-agents-list li{width:20%;padding:0 15px;margin-bottom:30px}@media screen and (max-width:1199px){.gx-agents-list li{width:25%}}@media screen and (max-width:991px){.gx-agents-list li{width:20%}}@media screen and (max-width:767px){.gx-agents-list li{width:33.33%}}@media screen and (max-width:575px){.gx-agents-list li{width:50%;padding:0 10px;margin-bottom:20px}}@media screen and (max-width:575px){.gx-agents-list{margin:0 -10px}}.gx-featured-item:not(:last-child){border-bottom:1px solid #e8e8e8;padding-bottom:10px;margin-bottom:30px}.gx-card-profile .gx-featured-item:not(:last-child){padding-bottom:8px;margin-bottom:25px}@media (max-width:575px){.gx-featured-item:not(:last-child){margin-bottom:27px}}.gx-featured-item:last-child .gx-featured-thumb{margin-bottom:0}@media (max-width:575px){.gx-featured-item:last-child .gx-featured-thumb{margin-bottom:15px}}@media (max-width:575px){.gx-featured-item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:normal;-ms-align-items:normal;align-items:normal}}.gx-featured-thumb{position:relative;margin-right:25px;margin-bottom:10px}@media (max-width:575px){.gx-featured-thumb{margin-right:0;margin-bottom:15px}.gx-featured-thumb>img{width:100%!important;height:auto!important}}.gx-featured-thumb .ant-tag{position:absolute;left:15px;top:15px;z-index:1;margin:0}.gx-card-profile .gx-featured-thumb{max-width:130px}@media (max-width:575px){.gx-card-profile .gx-featured-thumb{max-width:none}}.gx-featured-content{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media (max-width:1366px){.gx-featured-content{font-size:13px}}@media (max-width:1199px){.gx-featured-content{font-size:14px}.gx-card-profile .gx-featured-content{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media (max-width:767px){.gx-featured-content{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.gx-featured-content-right{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-left:auto;text-align:right}.gx-card-profile .gx-featured-content-right{font-size:14px}@media (max-width:1199px){.gx-card-profile .gx-featured-content-right{text-align:left;margin-left:0}.gx-card-profile .gx-featured-content-right h2{font-size:16px}.gx-card-profile .gx-featured-content-right h2 .gx-fs-lg{font-size:14px}}@media (max-width:767px){.gx-featured-content-right{margin-left:0;text-align:left;margin-top:15px}}@media (max-width:575px){.gx-card-profile .gx-featured-content-right h2{font-size:14px}}.gx-news-item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.gx-news-item:not(:last-child){margin-bottom:30px}@media (max-width:767px){.gx-news-item:not(:last-child){margin-bottom:26px}}@media (max-width:575px){.gx-news-item:not(:last-child){margin-bottom:22px}}@media (max-width:575px){.gx-news-item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.gx-news-thumb{position:relative;margin-right:25px}@media (max-width:1366px){.gx-news-thumb{margin-right:15px}}@media (max-width:575px){.gx-news-thumb{margin-right:0;margin-bottom:12px}.gx-news-thumb>img{width:100%!important;height:auto!important}}.gx-news-content{color:#686868;width:calc(100% - 200px)}@media (max-width:1366px){.gx-news-content{width:calc(100% - 190px)}}@media (max-width:575px){.gx-news-content{width:100%}}.gx-news-tags-row{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media (max-width:1366px){.gx-news-tags-row{font-size:12px}}.gx-news-tags-left{width:calc(100% - 180px)}@media (max-width:1366px){.gx-news-tags-left{width:calc(100% - 130px)}}.gx-news-tags-right{width:180px;padding-left:8px;text-align:right}@media (max-width:1366px){.gx-news-tags-right{width:130px}}.gx-currentplan-row{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -5px}.gx-currentplan-col{width:50%;padding:0 5px}@media (max-width:1366px){.gx-currentplan-col{width:100%}}@media (max-width:991px){.gx-currentplan-col{width:50%}}@media (max-width:575px){.gx-currentplan-col{width:100%}}.gx-currentplan-right{border-left:1px solid #e8e8e8}@media (max-width:1366px){.gx-currentplan-right{border-left:0!important;border-top:1px solid #e8e8e8;padding-top:10px}}@media (max-width:991px){.gx-currentplan-right{border-left:1px solid #e8e8e8!important;border-top:0;padding-top:0}}@media (max-width:575px){.gx-currentplan-right{border-left:0!important;border-top:1px solid #e8e8e8;padding-top:22px}}.gx-currentplan-right-content{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-webkit-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end;height:100%;text-align:right}@media (max-width:1366px){.gx-currentplan-right-content{-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;text-align:left}}@media (max-width:991px){.gx-currentplan-right-content{-webkit-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-webkit-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end;text-align:right}}@media (max-width:575px){.gx-currentplan-right-content{-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;text-align:left}}.gx-oth-plans-down{display:none}@media (max-width:1366px){.gx-oth-plans-down{display:block;margin-top:15px}}@media (max-width:991px){.gx-oth-plans-down{display:none;margin-top:0}}@media (max-width:575px){.gx-oth-plans-down{display:block;margin-top:20px}}@media (max-width:1366px){.gx-oth-plans-up{display:none}}@media (max-width:991px){.gx-oth-plans-up{display:block}}@media (max-width:575px){.gx-oth-plans-up{display:none}}.gx-revenue-title{font-weight:600;font-size:30px;line-height:1;color:#000}@media (max-width:1366px){.gx-revenue-title{font-size:28px}}@media (max-width:575px){.gx-revenue-title{padding-top:15px}}.gx-dealclose-header,.gx-dealclose-header-right{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.gx-dealclose-header-right{margin-left:auto}@media (max-width:1366px){.gx-dealclose-header-right{margin-left:0;margin-bottom:20px;margin-top:15px}}@media (max-width:991px){.gx-dealclose-header-right{margin-left:auto;margin-bottom:0;margin-top:0}}@media (max-width:575px){.gx-dealclose-header-right{margin-left:0}}@media (max-width:1366px){.gx-dealclose-header{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media (max-width:991px){.gx-dealclose-header{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:575px){.gx-dealclose-header{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media (max-width:1366px){.gx-order-history .ant-table{font-size:12px}}.gx-icon-img{width:60px;height:60px}@media screen and (max-width:1366px){.gx-icon-img{width:40px;height:40px}}.gx-smart-img{max-height:90px;width:100%;object-fit:cover}@media screen and (max-width:575px){.gx-smart-img{max-height:180px}}.gx-ayurveda-thumb{max-height:150px}.gx-ayurveda-thumb>img{object-fit:cover}.gx-dash-search{position:relative}@media screen and (max-width:575px){.gx-dash-search{padding-right:30px}.gx-dash-search .gx-search-icon{position:absolute;top:0;right:0;z-index:1}}.gx-bg-dark-primary{background-color:var(--first);position:relative;overflow:hidden}.gx-bg-dark-primary>*{position:relative;z-index:1}.gx-bg-dark-primary:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:rgba(0,0,0,.72)}@media screen and (max-width:1366px){.recharts-text{font-size:12px}}@media screen and (max-width:575px){.gx-list-item .ant-list-item-content{flex-direction:column}}.gx-algolia-sidebar{-webkit-box-shadow:0 0 5px 5px rgba(0,0,0,.03);-moz-box-shadow:0 0 5px 5px rgba(0,0,0,.03);box-shadow:0 0 5px 5px rgba(0,0,0,.03);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;margin-bottom:32px;width:280px!important}@media screen and (max-width:767px){.gx-algolia-sidebar{width:100%!important}}@media screen and (max-width:575px){.gx-algolia-sidebar{margin-bottom:20px}}.gx-algolia-sidebar [class^=ais-]{font-size:14px}.gx-algolia-sidebar-content{padding:24px}.gx-algolia-sidebar .ais-ClearRefinements,.gx-algolia-sidebar .ais-HierarchicalMenu{margin-bottom:20px}.gx-algolia-sidebar .ais-HierarchicalMenu-list li{margin-bottom:5px}.gx-algolia-sidebar .ais-HierarchicalMenu-list li a{color:#545454}.gx-algolia-sidebar .ais-HierarchicalMenu-list li a:focus,.gx-algolia-sidebar .ais-HierarchicalMenu-list li a:hover{color:var(--first)}.gx-algolia-sidebar .ais-HierarchicalMenu-count{padding:0 5px;font-size:12px;color:#8c8c8c;background-color:initial;border-radius:0}.gx-algolia-sidebar .ais-Panel{margin-bottom:20px}.gx-algolia-sidebar .ais-Panel-header{margin-bottom:8px;padding-bottom:0;font-size:14px;font-weight:600;text-transform:uppercase;border-bottom:0}.gx-algolia-sidebar .ais-RefinementList-list li{margin-bottom:5px}.gx-algolia-sidebar .ais-RefinementList-checkbox{margin-right:12px}.gx-algolia-sidebar .ais-RefinementList-labelText{font-size:14px}.gx-algolia-sidebar .ais-RefinementList-count{padding:0 5px;font-size:14px;color:#8c8c8c;background-color:initial;border-radius:0}.gx-algolia-sidebar .ais-HierarchicalMenu-list .ais-Breadcrumb-item--selected,.gx-algolia-sidebar .ais-HierarchicalMenu-list .ais-HierarchicalMenu-item--selected,.gx-algolia-sidebar .ais-HierarchicalMenu-list .ais-Menu-item--selected{font-weight:400}.gx-algolia-sidebar .ais-HierarchicalMenu-list .ais-Breadcrumb-item--selected>a,.gx-algolia-sidebar .ais-HierarchicalMenu-list .ais-HierarchicalMenu-item--selected>a,.gx-algolia-sidebar .ais-HierarchicalMenu-list .ais-Menu-item--selected>a{color:var(--first)}.gx-algolia-sidebar .ais-RatingMenu-item--selected{font-weight:600}.gx-algolia-layout-has-sider{flex-wrap:nowrap}@media screen and (max-width:767px){.gx-algolia-layout-has-sider{flex-wrap:wrap}}.gx-algolia-category-title{font-size:14px;margin-bottom:10px;color:#8c8c8c}.gx-algolia-main{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;-webkit-flex:1;-ms-flex:1;flex:1;padding-left:30px;margin-bottom:32px}.gx-algolia-main [class^=ais-]{font-size:14px}@media screen and (max-width:767px){.gx-algolia-main{padding-left:0}}@media screen and (max-width:575px){.gx-algolia-main{margin-bottom:20px}}.gx-algolia-header{margin-bottom:20px}.gx-algolia-header,.gx-algolia-sort-by{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.gx-algolia-sort-by{margin-left:auto;-webkit-align-items:center;-ms-align-items:center;align-items:center}.gx-algolia-sort-by label{margin-right:15px}@media screen and (max-width:400px){.gx-algolia-sort-by{margin-left:0}}.gx-algolia-footer{padding:10px}.gx-algolia-footer .ais-Pagination-list{flex-wrap:wrap}.gx-algolia-footer .ais-Pagination-list li{margin-bottom:5px}.gx-algolia-content .ais-Stats{margin-bottom:10px}.gx-product-name [class^=ais-]{font-size:16px}.gx-algolia-refinementList{width:100%}.gx-algolia-refinementList li.ais-RefinementList-item{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ais-ClearRefinements-button,.ais-ClearRefinements-button:focus,.ais-ClearRefinements-button:hover,.ais-CurrentRefinements-reset,.ais-CurrentRefinements-reset:focus,.ais-CurrentRefinements-reset:hover,.ais-GeoSearch-redo,.ais-GeoSearch-redo:focus,.ais-GeoSearch-redo:hover,.ais-GeoSearch-reset,.ais-GeoSearch-reset:focus,.ais-GeoSearch-reset:hover,.ais-HierarchicalMenu-showMore,.ais-HierarchicalMenu-showMore:focus,.ais-HierarchicalMenu-showMore:hover,.ais-InfiniteHits-loadMore,.ais-InfiniteHits-loadMore:focus,.ais-InfiniteHits-loadMore:hover,.ais-InfiniteResults-loadMore,.ais-InfiniteResults-loadMore:focus,.ais-InfiniteResults-loadMore:hover,.ais-Menu-showMore,.ais-Menu-showMore:focus,.ais-Menu-showMore:hover,.ais-RangeInput-submit,.ais-RangeInput-submit:focus,.ais-RangeInput-submit:hover,.ais-RefinementList-showMore,.ais-RefinementList-showMore:focus,.ais-RefinementList-showMore:hover{background-color:var(--first)}.ais-Breadcrumb-link,.ais-Breadcrumb-link:focus,.ais-Breadcrumb-link:hover,.ais-HierarchicalMenu-link,.ais-HierarchicalMenu-link:focus,.ais-HierarchicalMenu-link:hover,.ais-Menu-link,.ais-Menu-link:focus,.ais-Menu-link:hover,.ais-Pagination-link,.ais-Pagination-link:focus,.ais-Pagination-link:hover,.ais-RatingMenu-link,.ais-RatingMenu-link:focus,.ais-RatingMenu-link:hover{color:var(--first)}.ais-Pagination-item--selected .ais-Pagination-link{background-color:var(--first);border-color:var(--first)}.gx-page-error-container{position:relative;height:100%;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1}.gx-page-error-content{margin:0 auto;width:380px;max-width:94%}.gx-page-error-content h2{margin-bottom:50px}@media screen and (max-width:767px){.gx-page-error-content h2{margin-bottom:20px}}.gx-error-code{color:#595959;font-size:160px;text-align:center;line-height:1;font-weight:500;text-shadow:10px 6px 8px hsla(0,0%,45.9%,.8)}@media screen and (max-width:991px){.gx-error-code{font-size:130px}}@media screen and (max-width:767px){.gx-error-code{font-size:100px}}@media screen and (max-width:575px){.gx-error-code{font-size:80px}}.rdw-editor-toolbar .rdw-inline-wrapper{flex-wrap:wrap}@media screen and (max-width:399px){.rdw-editor-toolbar .rdw-inline-wrapper .rdw-option-wrapper{margin-bottom:8px}}.gx-testimonial{margin-bottom:32px}@media screen and (max-width:575px){.gx-testimonial{margin-bottom:20px}}.gx-classic-testimonial .ant-avatar{margin:0 auto 30px;width:120px;height:120px}.gx-classic-testimonial .ant-avatar img{width:100%;height:100%}@media screen and (max-width:575px){.gx-classic-testimonial .ant-avatar{width:80px;height:80px;margin-bottom:15px}}.gx-testimonial-bg{background-color:rgba(0,0,0,.8);padding:30px;overflow:hidden;position:relative;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}@media screen and (max-width:575px){.gx-testimonial-bg{padding:16px}}.gx-testimonial-bg .ant-avatar{display:inline-block;width:80px;height:80px;overflow:hidden;border:4px solid var(--first)}.gx-testimonial-bg .ant-avatar img{width:100%;height:100%}@media screen and (max-width:450px){.gx-testimonial-bg .ant-avatar{width:50px;height:50px}}.gx-testimonial-bg .gx-description{color:#d9d9d9;font-style:italic;font-weight:400;line-height:25px;margin-bottom:15px}.gx-testimonial-bg .gx-title{color:var(--first);margin-bottom:2px}.gx-testimonial-des{position:relative;padding-left:30px}.gx-testimonial-des:before{font-family:"gaxon";font-size:20px;content:"\e066";color:#fff;position:absolute;top:0;left:0}@media screen and (max-width:475px){.gx-standard .gx-media{flex-direction:column}}.span-style{cursor:pointer!important;color:var(--first)}.board-info{display:flex;align-items:center}.board-info__icon{max-width:40px;max-height:40px;margin-right:5px}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:66vh;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:none;background-position:100% 100%;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:col-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-e,.react-resizable-handle-w{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}@font-face{font-family:"Internacional";src:local("Internacional"),url(/static/media/Internacional-Light.5fb2da93.ttf),url(/static/media/Internacional-Regular.4496cbe6.ttf),url(/static/media/Internacional-SemiBold.38d4c4bd.ttf),url(/static/media/Internacional-Bold.a9a947da.ttf)}@font-face{font-family:"Carlsberg Sans";src:local("Carlsberg Sans Black"),url(/static/media/CarlsbergSans-Black.e4d54abb.ttf),url(/static/media/CarlsbergSans-BlackItalic.c078d485.ttf),url(/static/media/CarlsbergSans-Bold.fc41b2cb.ttf),url(/static/media/CarlsbergSans-BoldItalic.1fd991c7.ttf),url(/static/media/CarlsbergSans-Light.71a285af.ttf),url(/static/media/CarlsbergSans-LightItalic.a7ecf3b9.ttf)}@font-face{font-family:"Carlsberg Sans Light";src:local("Carlsberg Sans Black"),url(/static/media/CarlsbergSans-Light.71a285af.ttf)}.p1,.p2,.p3{font-family:var(--font-secondary)}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary)}h1,h2,h3{font-weight:700}.p1{font-size:16px}.p2{font-size:13px}.p3{font-size:11px}h1{font-size:48px}h2{font-size:40px}h3{font-size:33px}h4{font-size:28px}h5{font-size:23px}h6{font-size:19px}.b1{font-size:16px}@media screen and (max-width:766px){.p1{font-size:14px}.p2,.p3{font-size:12px}h1{font-size:28px}h2{font-size:25px}h3{font-size:22px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}}.topBarMainContainer{position:relative;display:flex;width:100%;height:100%;align-items:center;justify-content:space-between}.topBarMainContainer__left-side-container{height:100%;display:flex;align-items:center;padding-left:.5rem}.topBarMainContainer__left-side-container .chat-icon-title{padding-left:.5rem;font-family:IBM Plex Sans;font-size:19px;font-weight:400;line-height:23.75px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none}.topBarMainContainer__right-side-container{padding-right:2rem}.topBarMainContainer__right-side-container .chat-icon-full-screen{margin-left:.5rem;cursor:pointer;color:#a2acb9}.main-chat-container{display:flex;width:100%;height:100%;position:relative;flex-direction:row}.main-chat-container .chat-tabs{width:69px;height:100%;display:flex;flex-direction:column;background-color:#f8fafc;align-items:center}.main-chat-container .chat-tabs__item{display:flex;padding:5px;margin-top:.5rem;border-radius:7px;flex-direction:column;align-items:center;justify-content:flex-end;cursor:pointer;border-radius:5px}.main-chat-container .chat-tabs .active{background-color:#e2e8f0;border:1px solid #cbd5e1}.main-chat-container .chat-tabs .add-room{position:absolute;bottom:10px}.main-chat-container .chat-main-rooms-list-container{width:250px;max-width:250px;min-width:250px;overflow-x:hidden;overflow-y:scroll;display:flex;height:100%;background-color:#fff;flex-direction:column;align-items:stretch;justify-content:flex-start}.main-chat-container .chat-main-rooms-list-container__folder-name{margin-left:11px;padding-right:5px;margin-top:1.1rem;font-family:IBM Plex Sans;font-size:16px;font-weight:400;line-height:19.2px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;display:flex;justify-content:space-between}.main-chat-container .chat-main-rooms-list-container__folder{margin:0 0 0 15px}.main-chat-container .chat-main-rooms-list-container__folder .chat-room-list-container .chat-room-list-item{cursor:pointer;display:flex;flex-direction:row;margin-top:1rem}.main-chat-container .chat-main-rooms-list-container__folder .chat-room-list-container .chat-room-list-item__new-message-notyfication{background-color:var(--btn-primaryBackground);width:12px;height:12px;margin-top:8px;border-radius:50%;animation:pulse-animation 1.5s infinite}@keyframes pulse-animation{0%{transform:scale(.95);box-shadow:0 0 0 0 var(--btn-primaryBackground)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(255,82,82,0)}to{transform:scale(.95);box-shadow:0 0 0 0 rgba(255,82,82,0)}}.main-chat-container .chat-main-rooms-list-container__folder .chat-room-list-container .chat-room-list-item__image{height:36px;width:36px;border-radius:50%}.main-chat-container .chat-main-rooms-list-container__folder .chat-room-list-container .chat-room-list-item__text-container{display:flex;flex-direction:column;margin-left:.5rem}.main-chat-container .chat-main-rooms-list-container__folder .chat-room-list-container .chat-room-list-item__text-container .title{width:170px;font-family:IBM Plex Sans;font-size:16px;font-weight:400;line-height:19.2px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-chat-container .chat-main-rooms-list-container__folder .chat-room-list-container .chat-room-list-item__text-container .new-message-title{width:150px;font-family:IBM Plex Sans;font-size:16px;font-weight:700;line-height:19.2px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-chat-container .chat-main-rooms-list-container__folder .chat-room-list-container .chat-room-list-item__text-container .subtitle{font-family:IBM Plex Sans;font-size:11px;font-weight:300;line-height:13.2px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none}.main-chat-container .chat-searchbar{position:relative;margin:1rem 10px 10px}.main-chat-container .chat-searchbar__searchbar-input input{border-radius:3px}.main-chat-container .chat-searchbar__icon{position:absolute;top:50%;right:0;transform:translateY(-50%)}.main-chat-container__room-container{width:100%;position:relative;border-left:1px solid var(--chat-border);display:flex;flex-direction:column;overflow:hidden}.main-chat-container__room-container .chat-messages-topbar{background-color:#f1f5f9;max-width:100%;padding-left:1rem;padding-right:1rem;display:flex;font-family:IBM Plex Sans;font-size:13px;font-weight:400;line-height:15.6px;text-align:left;height:48px;flex-direction:row;align-items:center}.main-chat-container__room-container .chat-messages-topbar__title{max-width:60%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;word-break:break-word;white-space:normal;margin-left:1rem}.main-chat-container__room-container .chat-messages-topbar__right-buttons{position:absolute;width:13rem;right:0;display:flex;justify-content:flex-end;flex-direction:row;align-items:center}.main-chat-container__room-container .chat-messages-topbar__right-buttons .right-button{margin-right:1rem;cursor:pointer}.main-chat-container__room-container .chat-messages-topbar__right-buttons .right-button__users{display:flex;flex-direction:row;margin-right:1rem}.main-chat-container .main-messages-container{background-color:#fff;height:100%;display:flex;overflow-y:auto;overflow-x:hidden;justify-content:flex-start;flex-direction:column;align-items:center;margin-bottom:90px}.main-chat-container .main-messages-container__message{width:90%;max-width:662px;height:auto}.main-chat-container .main-messages-container .message-content{word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.main-chat-container .main-messages-container .message-content__main-bot-message_container{position:relative;min-height:75px}.main-chat-container .main-messages-container .message-content__main-bot-message_container .border-elements{position:absolute;display:flex;flex-direction:column;top:0;right:-10px}.main-chat-container .main-messages-container .message-content__main-bot-message_container .border-elements .half-round-border{width:16px;height:32px;background-color:#cbd5e1;border-top-left-radius:50px;border-bottom-left-radius:50px}.main-chat-container .main-messages-container .message-content__main-bot-message_container .handling-bot-mail-response-buttons{position:absolute;display:flex;flex-direction:column;top:0;right:-25px}.main-chat-container .main-messages-container .message-content__main-bot-message_container .handling-bot-mail-response-buttons__mail-response-handling-button{margin-bottom:5px;border-radius:50%;width:30px;height:30px;display:flex;justify-content:center;align-items:center;background-color:#fff;z-index:10;cursor:pointer;margin-top:10px}.main-chat-container .main-messages-container .message-content__main-bot-message_container .handling-bot-mail-response-buttons__mail-response-handling-button:hover{background-color:#cbd5e1;border:1px solid #cbd5e1}.main-chat-container .main-messages-container .own-message{margin-left:1rem;color:#fff}.main-chat-container .main-messages-container .own-message .message-content{padding:10px;background-color:#0f2560;border-radius:5px}.main-chat-container .main-messages-container .other-message{font-family:IBM Plex Sans;font-size:11px;font-weight:400;line-height:13.2px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;margin-right:1rem}.main-chat-container .main-messages-container .other-message .message-content{font-family:IBM Plex Sans;font-size:16px;font-weight:400;line-height:19.2px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;padding:10px;background-color:#f8fafc;border-radius:5px}.main-chat-container .main-messages-container .small-margin{margin-top:.5rem}.main-chat-container .main-messages-container .large-margin{margin-top:2rem}.main-chat-container .main-messages-container .message-user{font-weight:700;margin-bottom:.5rem;color:#555}.main-chat-container .main-messages-container .message-date{display:flex;justify-content:flex-end;margin-top:5px;font-family:IBM Plex Sans;font-size:11px;font-weight:400;line-height:13.2px;text-align:right;text-underline-position:from-font;text-decoration-skip-ink:none;color:#334155}.main-chat-container .chat-input-option-list{position:absolute;bottom:36px;border-radius:9px;left:31px;padding:5px;background-color:var(--btn-primaryActive)}.main-chat-container .chat-input-option-list__button{border:1px solid var(--btn-thirdBorder);background:#fff;border-radius:9px;padding:5px;cursor:pointer}.main-chat-container .chat-input-box{bottom:0;right:0;position:absolute;display:flex;align-items:center;flex-direction:column;width:100%;justify-content:center;margin-left:.5rem;padding:1rem 1.3rem 0 1rem}.main-chat-container .chat-input-box .chat-textarea-container{position:relative;display:flex;flex-direction:row;width:100%;max-width:744px;justify-content:center;align-items:center}.main-chat-container .chat-input-box .chat-textarea-container .text-area-with-options{background-color:#f8fafc;border:1px solid #cbd5e1;margin:1rem;width:100%;max-width:744px;border-radius:3px;resize:none;align-content:center;padding-left:5px}.main-chat-container .chat-input-box .chat-textarea-container .text-area-with-options:focus{border:1px solid #cbd5e1;box-shadow:0 0 3px #cbd5e1;outline:none}.main-chat-container .chat-input-box .chat-typing-indicator-container{width:100%;max-width:790px;padding-left:1rem;display:flex;bottom:55px;left:10px;justify-content:flex-start}.new-chat-settings-container{position:relative;height:100%;padding:10px;align-items:flex-start}.new-chat-settings-container,.new-chat-settings-container__change-room-name{display:flex;width:100%;flex-direction:column}.new-chat-settings-container__change-room-name .change-room-name-label{font-size:16px;font-weight:700;line-height:19.2px;justify-content:center;margin-bottom:1rem}.new-chat-settings-container__change-room-name .change-room-name-label,.new-chat-settings-container__change-room-name .room-name{width:100%;font-family:IBM Plex Sans;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;display:flex}.new-chat-settings-container__change-room-name .room-name{font-size:13px;font-weight:400;line-height:15.6px;align-items:center;flex-direction:row;justify-content:space-between}.new-chat-settings-container__change-room-name .room-name__input{width:100%;border:none;outline:none}.new-chat-settings-container__add-users-container{display:flex;flex-direction:column;width:100%;margin-top:1rem}.new-chat-settings-container__add-users-container .custom-multiselect-styles{width:100%}.new-chat-settings-container__add-users-container .css-134biyp-control{padding:0!important}.new-chat-settings-container .css-1rhbuit-multiValue{background-color:initial;border:1px solid #cbd5e1;border-radius:6px}.new-chat-settings-container .css-4ljt47-MenuList{max-height:200px}.new-chat-settings-container .chat-settings-user-list-container{display:flex;width:97%;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:1rem;padding:0 1rem}.new-chat-settings-container .chat-settings-user-list-container__user-data{display:flex;align-items:center;flex-direction:row}.new-chat-settings-container .chat-settings-user-list-container__user-data .user-chat-settings-avatar{margin-right:.5rem}.new-chat-settings-container .chat-settings-user-list-container .remove-buton{background-color:var(--btn-secondaryBackground);color:var(--btn-secondaryText);width:28px;height:28px}.new-chat-settings-container .chat-settings-user-list-container .remove-buton .remove-icon{font-size:16px}.custom-onOk-chat-modal-button{background-color:var(--btn-secondaryBackground);color:var(--btn-secondaryText);margin:15px}.chat-summary{padding:1rem;display:grid;gap:1rem}.chat-summary__input{border:1px solid var(--chat-border);border-radius:6px;padding-block:4px;padding-inline:11px;line-height:normal;min-height:7rem;max-height:15rem;overflow-y:scroll}.chat-summary__submit{margin-right:auto}.chat-select-main-container{position:relative;width:100%;z-index:2}.chat-select-main-container__search-box{width:100%;height:52px;border:1px solid #cbd5e1;overflow-y:auto;overflow-x:hidden;border-radius:5px;display:flex;align-items:center;padding:5px 5px 5px 10px}.chat-select-main-container__search-box .placeholder-container{display:flex;flex-direction:row;position:relative;width:100%}.chat-select-main-container__search-box .placeholder-container .left-side-content{display:flex;align-items:center;font-family:IBM Plex Sans;font-size:13px;font-weight:400;line-height:15.6px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;max-height:52px;width:100%}.chat-select-main-container__search-box .placeholder-container .left-side-content__selected-users{align-items:center;justify-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;max-width:90%;max-height:52px}.chat-select-main-container__search-box .placeholder-container .left-side-content__selected-users .selected-option-container{position:relative}.chat-select-main-container__search-box .placeholder-container .left-side-content__selected-users .selected-option-container:hover .selected-option{opacity:.5}.chat-select-main-container__search-box .placeholder-container .left-side-content__selected-users .selected-option-container .remove-user{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:30px;cursor:pointer;display:none;color:#000;background:transparent;z-index:20}.chat-select-main-container__search-box .placeholder-container .left-side-content__selected-users .selected-option-container:hover .remove-user{display:block}.chat-select-main-container__search-box .placeholder-container .left-side-content__selected-users .selected-option-container .selected-option{position:relative;border:1px solid #cbd5e1;background-color:var(--btn-primaryBackground);color:#fff;border-radius:5px;margin:5px;padding:5px;transition:opacity .3s ease;cursor:pointer}.chat-select-main-container__search-box .placeholder-container .left-side-content .lean{font-size:16px;margin-right:8px}.chat-select-main-container__search-box .search-box-input{width:100%;height:35px;border:none;outline:none}.chat-select-main-container__search-box .right-side-content{display:flex;align-items:center;right:25px}.chat-select-main-container__search-box .right-side-content__add-button{background-color:var(--btn-secondaryBackground);color:var(--btn-secondaryText)}.chat-select-main-container__dropdown{border:1px solid #cbd5e1;background-color:#f8fafc;border-radius:5px;margin-top:2px;display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;overflow-x:auto;max-height:200px;scrollbar-color:grey #f8fafc}.chat-select-main-container__dropdown .dropdown-option{border:1px solid #cbd5e1;background-color:#fff;border-radius:5px;margin:5px;padding:5px}.chat-select-main-container__dropdown .dropdown-option:hover{background-color:var(--btn-primaryBackground);color:var(--btn-primaryText)}.chat-select-main-container__dropdown .dropdown-no-options{display:flex;width:100%;margin-top:10px;margin-bottom:10px;justify-content:center}.chat-select-main-container__dropdown .selected-option-container{position:relative}.chat-select-main-container__dropdown .selected-option-container:hover .selected-option{opacity:.5}.chat-select-main-container__dropdown .selected-option-container .remove-user{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:30px;cursor:pointer;display:none;color:#000;background:transparent;z-index:20}.chat-select-main-container__dropdown .selected-option-container:hover .remove-user{display:block}.chat-select-main-container__dropdown .selected-option-container .selected-option{position:relative;border:1px solid #cbd5e1;background-color:var(--btn-primaryBackground);color:#fff;border-radius:5px;margin:5px;padding:5px;transition:opacity .3s ease;cursor:pointer}.notification__number{width:16px;height:16px;position:absolute;top:50%;margin-left:5px;display:flex;justify-content:center;align-items:center;border-radius:50%;color:#fff;font-size:10px}@media screen and (min-width:576px){#cloud-nav>a>img[alt=Multimodus]{height:60px;width:60px}#cloud-nav .flag-img{height:60px;margin-right:10px}}@media screen and (max-width:575px){#cloud-nav>a>img[alt=Multimodus]{height:40px;width:40px}.gx-header-notifications a img{height:48px!important}#cloud-nav .flag-img{height:35px;margin-right:10px}}@media (max-width:991px){.i-dont-have-time-to-refactor-this-file{display:none}}.save-board-button{position:absolute;right:25px}.widget-options-container{display:flex;flex-direction:row}.widget-options-container__options-button{background-color:var(--btn-primaryBackground);color:#fff}.widget-options-container__active-settings{color:#fff;background-color:var(--btn-secondaryBackground)}.widget-options-container__switch-container{display:flex;flex-direction:column;justify-content:center;margin-right:15px}@media (max-width:991px){.top-bar-ul-component{margin-right:15px}}.searchbar-wrapper{position:absolute;width:40%;max-width:460px;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center}.searchbar-wrapper form{width:100%}.searchbar-wrapper button.magnifying-glass{position:absolute;left:-3px;top:50%;transform:translateY(-50%);z-index:1;border-radius:50%;border:none;cursor:pointer}.searchbar-wrapper .search-mails{width:100%}.searchbar-wrapper .search-mails input{height:41px;padding-left:28px;border:1px solid var(--topbar-searchBarBorder);border-radius:18px;background-color:var(--topbar-searchBar);font-size:13px}.searchbar-wrapper .search-mails input::placeholder{color:#64748b}.modalStyle{z-index:10}.custom-modal{overflow:hidden}.custom-modal .ant-modal-title{color:#454545}.modal-icon-chat-wrap{position:absolute;top:0;right:0;width:20px;height:20px;color:grey;cursor:pointer}.modal-icon-chat-wrap .dock-chat{flex-basis:50%}.modal-icon-chat-wrap .dock-chat .dock-chat-btn{position:absolute;top:10px;right:48px;width:15px;height:15px}.chat-modal-hidden{opacity:0;visibility:hidden;pointer-events:none}.widget-title-info{margin-left:30px;font-weight:400}.settings-board-icon{position:relative;padding-right:20px;width:30px;height:15px}.settings-board-icon:before{position:absolute;line-height:30px}.chat-modal-header{width:100%;margin:12px;position:relative}.chat-modal-header .open-chat-icon-wrapper{display:flex}.chat-modal-header .open-chat-icon-wrapper .open-chat-icon{width:28px;height:26px;padding:6px;background-color:#64748b;flex-shrink:0;border-radius:4px}.chat-modal-header .open-chat-icon-wrapper .chat-name{color:var(--btn-primaryText);line-height:26px;margin-left:10px;margin-bottom:0}.chat-modal-header .chat-options-buttons{position:absolute;top:4px;right:30px;padding:0 4px;cursor:pointer}@media screen and (max-width:573px){.settings-board-icon:before{transform:scale(.8)}}#form{height:fit-content;background:#fff;width:100%}#form .tabs-topbar-hidden .ant-tabs-top-bar{display:none}#form .ant-tabs-nav .ant-tabs-tab{padding:12px 16px;margin:0;border-radius:6px 6px 0 0;background:#f1f5f9;color:#64748b;border-bottom:1px solid #cbd5e1}#form .ant-tabs-nav .ant-tabs-tab-active{font-weight:400;border:1px solid #cbd5e1;border-bottom:none;color:var(--first);background-color:#fff}#form .ant-tabs-nav-container-scrolling .ant-tabs-nav-scroll{padding:4px 0 0}#form .ant-tabs-nav-scroll{padding:4px 24px 0;border-bottom:1px solid #cbd5e1}#form .ant-tabs-ink-bar{display:none!important}@media screen and (max-width:499px){#form .ant-form-item-label{top:auto!important}}.ant-modal-body .form-complete__title{text-align:center}.form-complete__title{margin:0;padding:12px 24px 8px;font-family:"IBM Plex Sans";font-size:28px;font-style:normal;line-height:125%;border-bottom:1px solid #e2e8f0}.form-complete__title h4{font-weight:900;color:var(--topbar-text)}.form-complete__title h6{margin:0;font-weight:700;color:var(--topbar-text)}.form-complete__button{display:block;width:40%;padding:10px 24px;border-radius:var(--borderRadius);margin:0 auto 10px;font-size:16px;line-height:85%}.template-in-form{overflow:auto;background:#fff;padding:1rem}.template-in-form .react-datepicker-wrapper .react-datepicker__input-container input:disabled{width:159px}.template-in-form ._type_file_type_ button,.template-in-form ._type_file_type_ label{display:none}.template-in-form .ant-checkbox-inner{border-color:#8c8c8c}.template-in-form legend{width:auto!important}.template-in-form .bp2input{padding-inline:0!important}.template-in-form .medium-calendar{max-width:163px}.template-in-form input{border:1px solid rgba(0,0,0,.4);border-radius:5px;height:32px}.template-in-form input:placeholder-shown{opacity:.7}.template-in-form input:active{border-color:red}.template-in-form .editor-content{margin-top:1px;margin-bottom:5px}.template-in-form .ant-select{max-width:400px}.template-in-form td,.template-in-form th{border:1px solid #8a8a8a;padding:5px}.template-in-form td input,.template-in-form th input{max-width:100%}.template-in-form table{border-collapse:collapse;margin-bottom:5px;margin-top:5px;box-sizing:border-box;table-layout:fixed}.template-in-form table .textarea-field__input{padding:5px;text-align:start;display:flex;align-items:center;width:100%;user-select:text}.template-in-form .list-widget td,.template-in-form .list-widget th{border:1px solid #e4e4e4}.template-in-form .textarea-field__input{min-height:2.5rem;padding:5px 8px}.form-template{padding:10px 10px 30px;margin-left:5%;border-radius:6px;visibility:hidden}.img-wrapper-to-print{position:relative;height:370px}.ant-upload-list-item-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;object-position:center top}@media screen and (max-width:766px){.marginWidgets .tabs-link{margin:0 5px!important}}.marginWidgets .hide-tabs-nav .tabs-nav{display:none}.marginWidgets .icon-container{display:flex;flex-direction:column;min-width:30px}.marginWidgets .icon-container *{margin:0 auto}.marginWidgets .icon-container .icon-image{margin-bottom:7px}.marginWidgets .icon-description{text-align:center}@media screen and (max-width:766px){.marginWidgets .icon-description{font-size:12px!important}}.marginWidgets .create-tabs .tabs-nav{padding-right:64px}.ant-table .ant-table-scroll{overflow-x:auto}.ant-table .ant-table-body{overflow-x:auto!important}#mobile-warning{position:relative;left:40%;margin-top:3%}.boards-settings-icon{position:absolute;right:10px;top:29px}@media (min-width:561px) and (max-width:990px){.boards-settings-icon{right:3px}}@media (min-width:250px) and (max-width:560px){.boards-settings-icon{right:3px;top:18px}}.connection_fields{display:flex;flex-wrap:wrap;width:100%;gap:.5rem;list-style:none;padding:0}.connection_fields>li{max-width:180px}.single-connection{list-style:none;margin:0;display:flex;width:100%;gap:.5rem;padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.1)}.single-connection:first-child{padding-top:0}.single-connection:last-child{padding-top:.5rem;padding-bottom:0;border-bottom:none}.single-connection__actions{display:grid;gap:.5rem;align-content:start;max-width:175px}.single-connection__actions__buttons{display:flex;justify-content:space-between}.single-connection__data{display:flex;flex-wrap:wrap;gap:.5rem;height:fit-content;width:100%}.single-connection__data>div{width:100%;display:grid;justify-items:start;gap:.5rem;padding-left:.5rem;border-left:1px solid rgba(0,0,0,.1)}.multi-connections{display:grid;gap:1rem;padding-inline:1rem}.multi-connections__actions{width:100%;display:flex;justify-content:space-between}.multi-connections__list{margin:0;padding:0;display:grid}.ant-select-dropdown-menu-item-group-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.loader-container{position:fixed;width:100vw;background:#fff;height:100vh;top:0;z-index:100;left:0}.loader-hoppy{position:fixed;top:10%;left:25%;width:50%;height:90%;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.loader-hoppy img{height:150px}.loader-hoppy .ant-progress-inner{background-color:#fff}.hoppy-progress{height:100px}@media screen and (min-width:573px){.loader-hoppy{left:35%;width:30%}}.widget-settings{padding:0 20px 0 48px}.widget-settings__inner{display:grid}.widget-settings__inner__label{display:grid;align-items:center;grid-template-columns:1fr 1fr;margin-bottom:20px}.widget-settings__inner__label .bp2-switch{margin:0}.widget-settings__inner__label .cp-popover{grid-column:2}.widget-settings button[type=submit]{margin-left:0;margin-bottom:20px}.adsense-settings{margin-inline:30px;display:grid}.adsense-settings__submit{margin-bottom:0;margin-left:auto}.avdertisement-item .gx-product-body-label{grid-area:label;align-self:center}.avdertisement-item .gx-product-body-label h6{border-radius:3px;padding:6px!important;color:#fff;text-transform:uppercase;width:fit-content}@media screen and (max-width:766px){.avdertisement-item .gx-product-body-label h6{padding:4px!important}}.avdertisement-item .gx-product-body-mainTitle{grid-area:title}.avdertisement-item .gx-product-body-mainTitle h6{font-weight:500}.avdertisement-item .gx-product-body-subtitle{grid-area:subtitle}.avdertisement-item .gx-product-body-subtitle h6{color:#8c8c8c}@media screen and (max-width:766px){.avdertisement-item .gx-product-body-subtitle{margin-bottom:5px}}.avdertisement-item .gx-product-body-column{padding:2px auto;font-size:16px}.avdertisement-item .gx-product-body-column .show-more-text-container{color:#8c8c8c}@media screen and (max-width:766px){.avdertisement-item .gx-product-body-column{font-size:12px}}.avdertisement-item .gx-product-body-columns{grid-area:columns}.avdertisement-item .gx-product-body-user{color:#8c8c8c;grid-area:user;display:flex;flex-direction:row;width:100%}.avdertisement-item .gx-product-body-user p{display:flex;align-items:center;gap:.4rem;font-weight:500}.avdertisement-item .gx-product-body-calendar{grid-area:calendar;display:flex;flex-direction:row;color:#8c8c8c;width:100%}.avdertisement-item .gx-product-body-calendar p{display:flex;align-items:center;gap:.4rem;font-weight:500}.avdertisement-item .gx-product-body-subKeyInfo{grid-area:subprize}.avdertisement-item .gx-product-body-subKeyInfo p{color:#545454;text-align:end}@media screen and (max-width:766px){.avdertisement-item .gx-product-body-subKeyInfo i,.avdertisement-item .gx-product-body-subKeyInfo p{text-align:start}.avdertisement-item .gx-product-body-subKeyInfo i{font-size:12px}}.avdertisement-item .gx-product-body-keyInfo{grid-area:prize}.avdertisement-item .gx-product-body-keyInfo p{font-weight:600;text-align:end}@media screen and (max-width:766px){.avdertisement-item .gx-product-body-keyInfo p{text-align:start}}.avdertisement-item{justify-content:space-evenly;width:100%;margin:0 20px}.avdertisement-item .avdertisement-item-image{width:30%!important}.avdertisement-item .avdertisement-item-image .ReactGridGallery_tile{position:relative}.avdertisement-item .avdertisement-item-image #ReactGridGallery,.avdertisement-item .avdertisement-item-image .ReactGridGallery_tile{width:100%;height:100%;background-color:initial!important}.avdertisement-item .avdertisement-item-image #ReactGridGallery .ReactGridGallery_tile-viewport,.avdertisement-item .avdertisement-item-image #ReactGridGallery img,.avdertisement-item .avdertisement-item-image .ReactGridGallery_tile .ReactGridGallery_tile-viewport,.avdertisement-item .avdertisement-item-image .ReactGridGallery_tile img{width:90%!important;height:90%!important}.avdertisement-item .avdertisement-item-image .ReactGridGallery_tile-viewport{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.avdertisement-item .avdertisement-item-body{display:grid;grid-template-rows:auto auto auto auto auto;grid-template-areas:"label label label prize" "title title title subprize" "subtitle subtitle subtitle ." "columns columns columns ." "user user calendar calendar";height:100%;padding:24px 6px;flex-grow:1}.avdertisement-item .avdertisement-item-body>*{padding:3px}@media screen and (max-width:766px){.avdertisement-item .avdertisement-item-body{display:flex;flex-direction:column;padding:12px!important;width:100%!important}.avdertisement-item .avdertisement-item-body>*{width:100%;margin:2px 0}}.avdertisement-item .avdertisement-item-body-and-buttons-container{display:flex;flex-direction:row;width:70%}@media screen and (max-width:766px){.avdertisement-item .avdertisement-item-body-and-buttons-container{width:100%;flex-direction:column}}.avdertisement-item .avdertisement-item-buttons{display:flex;justify-content:center;align-items:center;padding:18px}@media screen and (max-width:766px){.avdertisement-item .avdertisement-item-buttons{padding:0 12px 12px}}.avdertisement-item .avdertisement-item-body-and-buttons-container-without-image{width:100%;padding:12px 24px}.avdertisement-item ul.bp2-menu{width:max-content}.avdertisement-item ul.bp2-menu li.bp2-menu-item{padding:0!important}.avdertisement-item ul.bp2-menu li.bp2-menu-item *{white-space:normal;text-align:center}.avdertisement-item ul.bp2-menu li.bp2-menu-item .ant-btn-primary{margin:0 auto}@media screen and (max-width:766px){.avdertisement-item ul.bp2-menu{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;padding:0}.avdertisement-item ul.bp2-menu li.bp2-menu-item{min-width:80px;height:30px;margin:0 5px 10px}.avdertisement-item ul.bp2-menu a{font-size:10px;line-height:30px}}@media screen and (max-width:766px){.avdertisement-item{display:flex;flex-direction:column!important}.avdertisement-item .span-style.gx-text-primary{margin:0 auto}.avdertisement-item button.ant-btn-primary{display:flex;flex-direction:column;justify-content:center;align-items:center;height:30px;padding:0 10px}.avdertisement-item button.ant-btn-primary span{font-size:10px}.avdertisement-item .ant-dropdown-trigger.ant-btn-primary{margin:0 auto 10px!important}}.avdertisement-grid-item-center{position:relative;margin-bottom:0!important;min-width:290px!important;align-items:normal!important;justify-items:center;width:24%;height:auto!important;border-radius:12px}@media screen and (max-width:1060px){.avdertisement-grid-item-center{width:40%}}@media screen and (max-width:660px){.avdertisement-grid-item-center{width:60%}}@media screen and (max-width:767px){.avdertisement-grid-item-center{margin-top:20px}}.avdertisement-grid-item-center .avdertisement-item-image{width:100%!important;min-width:250px!important}.avdertisement-grid-item-center .avdertisement-item-image .ReactGridGallery_tile{position:relative;min-height:200px}.avdertisement-grid-item-center .avdertisement-item-image #ReactGridGallery,.avdertisement-grid-item-center .avdertisement-item-image .ReactGridGallery_tile{width:100%;height:100%;background-color:initial!important}.avdertisement-grid-item-center .avdertisement-item-image #ReactGridGallery .ReactGridGallery_tile-viewport,.avdertisement-grid-item-center .avdertisement-item-image #ReactGridGallery img,.avdertisement-grid-item-center .avdertisement-item-image .ReactGridGallery_tile .ReactGridGallery_tile-viewport,.avdertisement-grid-item-center .avdertisement-item-image .ReactGridGallery_tile img{width:101%!important;height:100%!important}.avdertisement-grid-item-center .avdertisement-item-image .ReactGridGallery_tile-viewport{display:block;position:absolute;top:19%;left:49%;transform:translate(-50%,-20%)}.avdertisement-grid-item-center .avdertisement-item-image .gx-grid-thumb-equal{height:256px}.avdertisement-grid-item-center .avdertisement-item-body{display:flex;flex-direction:column;align-items:start;box-sizing:border-box;gap:8px;height:100%;width:100%;flex-grow:1}.avdertisement-grid-item-center .avdertisement-item-body__title{color:#000;font-family:var(--font-primary)}.avdertisement-grid-item-center .avdertisement-item-body .gx-product-body-label{position:absolute;right:10px;top:12px;display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:10px;background-color:#e1e1e6!important;border-radius:12px}.avdertisement-grid-item-center .avdertisement-item-body .gx-product-body-label p{color:#475569;margin:0}.avdertisement-grid-item-center .avdertisement-item-body .gx-product-body-columns{text-align:center}.avdertisement-grid-item-center .avdertisement-item-body .gx-product-body-calendar{text-align:center;display:block}.avdertisement-grid-item-center .avdertisement-item-body .gx-product-body-calendar p{margin:0}.avdertisement-grid-item-center .avdertisement-item-body .gx-product-body-keyInfo p{color:#475569;margin-bottom:0}.avdertisement-grid-item-center .avdertisement-item-body .gx-product-body-user{text-align:center}.avdertisement-grid-item-center .avdertisement-item-body .gx-product-body-user p{margin:0}.avdertisement-grid-item-center .avdertisement-item-body .gx-product-body-subKeyInfo{text-align:center}.avdertisement-grid-item-center .avdertisement-item-body .gx-product-body-subKeyInfo p{margin:0}.avdertisement-grid-item-center .avdertisement-item-body .gx-product-body-subtitle p{margin:0;color:#475569}.avdertisement-grid-item-center .avdertisement-item-body .gx-product-body-mainTitle p{margin:0;color:#000}.avdertisement-grid-item-center .avdertisement-item-body-and-buttons-container{display:flex;flex-direction:column;gap:8px;width:100%;padding:12px}.avdertisement-grid-item-center .avdertisement-item-buttons{display:flex;justify-content:center}.avdertisement-grid-item-center .avdertisement-item-buttons button{width:100%;height:auto;padding:6px;border-radius:4px}.avdertisement-grid-item-center .avdertisement-item-buttons .bp2-menu.vertical-mode{display:flex;justify-content:center;margin-bottom:0}.avdertisement-grid-item-center .avdertisement-item-buttons .bp2-menu.vertical-mode .bp2-menu-item.menuItem.ant-btn-primary{min-width:120px;margin:0 10px;text-align:center}.avdertisement-grid-item-center .avdertisement-item-body-and-buttons-container-without-image{width:100%;padding:12px 24px}.avdertisement-grid-item-center ul.bp2-menu-list{width:max-content}.avdertisement-grid-item-center ul.bp2-menu-list li.bp2-menu-item{padding:0!important}.avdertisement-grid-item-center ul.bp2-menu-list li.bp2-menu-item *{white-space:normal;text-align:center}.avdertisement-grid-item-center ul.bp2-menu-list li.bp2-menu-item .ant-btn-primary{margin:0 auto}.avdertisement-small-item{padding:10px;display:flex;width:100%;flex-direction:row;justify-content:space-between;gap:10px}.avdertisement-small-item .avdertisement-item-body-and-buttons-container{display:flex;gap:10px;width:100%;flex-direction:row;align-items:center;justify-content:space-between}.avdertisement-small-item .gx-product-body-mainTitle h6{display:inline-block;margin:0!important;font-weight:500}.avdertisement-small-item .bp2-menu{display:flex}.avdertisement-small-item .gx-product-body-label{margin-right:1%;display:inline!important}.avdertisement-small-item .gx-product-body-label h6{margin:0!important;margin:revert;display:inline-block!important}.avdertisement-small-item .gx-product-body-subtitle{margin-right:1%;display:inline-block}.avdertisement-small-item .gx-product-body-subtitle h6{color:#8c8c8c;margin:0!important;margin:revert;opacity:.9;font-weight:500}.avdertisement-small-item .ReactGridGallery_tile{background-color:initial!important}.avdertisement-small-item .ReactGridGallery_tile-viewport,.avdertisement-small-item .ReactGridGallery_tile-viewport img{width:auto!important;height:auto!important}.avdertisement-small-item .bp2-menu-item{height:28px}.avdertisement-small-item .bp2-menu.vertical-mode .bp2-menu-item{height:31px;line-height:47px;padding:0!important}.avdertisement-small-item .gx-grid-thumb-cover{position:relative!important}.avdertisement-small-item .gx-grid-thumb-equal{height:inherit;padding:0!important}.avdertisement-small-item .custom-color{margin-bottom:0;margin-top:0}.avdertisement-small-item .gx-product-body-subKeyInfo p{margin:0;color:#545454}.avdertisement-small-item .gx-product-body-calendar p,.avdertisement-small-item .gx-product-body-user p{margin-bottom:0}.columns-container{width:100%;display:flex;flex-direction:row;align-items:center}.columns1{width:35%;margin-right:10px}.columns2{width:65%}.dev-info{color:#ae00ff;display:none;line-height:16px}.dev-info-padding{padding:2rem}.section-field--hidden{visibility:hidden;height:27px}.section-field--visible{visibility:visible;height:auto;display:flex;flex-direction:column;width:100%!important}.section-field--visible__title{font-size:19px;font-style:normal;font-weight:400;line-height:125%;color:#000;margin:0}.section-field--visible__divider{margin-top:0;margin-bottom:12px;border:none}.sql-field{white-space:normal;margin-inline:0!important}.sql-field__input{margin:0!important}.sql-field[data-extraButtons=true] .ant-form-item-children{display:flex;align-items:center;gap:5px}.sql-field[data-extraButtons=true] .ant-form-item-children button{margin:0}.sql-field .ant-form-explain{color:var(--secondary-text)}.sql-field-required .ant-form-item-label:before{display:inline-block;margin-right:4px;color:#ef4444;font-size:14px;font-family:SimSun,sans-serif;line-height:1;content:"*"}.sql-field-info .super-select__control,.sql-field-info .super-select__control:hover{border-color:#ef4444!important}.dedicated-list-table{width:100%;height:100%;padding:1rem}.dedicated-list-table__pagination{margin-top:1rem;display:flex;justify-content:end}.dedicated-list-table__add-new-item-btn{margin-bottom:10px}.dedicated-list-table__cancel-btn{margin:5px 10px}.add-record-button-true td:first-child,.add-record-button-true th:first-child{text-align:center}.dedicated-list__button{margin-bottom:0!important;margin-left:.5rem;padding:8px 8px 8px 10px}.super-select .super-select__option:hover{background:#d3d3d3}.super-select .super-select__single-value{color:#334155}.super-select .super-select__control{border-radius:var(--borderRadius);border:1px solid #e2e8f0}.super-select .super-select__control:hover{border:1px solid var(--btn-primaryBackground)}.super-select .super-select__indicator svg{fill:#292524}.super-select .super-select__control--is-focused,.super-select .super-select__control--menu-is-open{box-shadow:0 0 0 2px var(--btn-primaryBackground)}.super-select--is-disabled.css-14jk2my-container{pointer-events:unset!important}.super-select--is-disabled{cursor:not-allowed!important}.super-select--is-disabled .super-select__control{background:#f1f5f9;color:#808993;cursor:not-allowed;border-color:#cbd5e1}.super-select--is-disabled .super-select__control:hover{border-color:#cbd5e1}.super-select--is-disabled .super-select__indicator svg{fill:#afafaf}.has-error .super-select__control{border-color:var(--third)!important}.super-select__menu-portal{z-index:100000!important}.super-select__menu-portal .fast-option{text-emphasis:ellipsis;word-wrap:nowrap;overflow:hidden}.super-select__menu-portal .super-select__menu .fast-option{white-space:nowrap}.super-select__menu-portal .super-select__menu .fast-option-selected{background-color:#e6faff;color:#545454;font-weight:600}.super-select__menu-portal .super-select__menu .fast-option-focused{background-color:#e6faff}.field-alert-container{display:flex;align-items:center;margin-top:10px;line-height:15px;gap:7px}.field-alert-container__text{color:#ef4444;font-size:13px}.template-alert-container{display:none;margin-top:4px;align-items:center}.template-alert-container .field-alert-container__text{margin-left:4px}.text-field{white-space:normal;margin-inline:0!important}.text-field__input{margin:0!important}.text-field[data-extraButtons=true] .ant-form-item-children{display:flex;align-items:center;gap:5px}.text-field[data-extraButtons=true] .ant-form-item-children button{margin:0}.text-field-info input,.text-field-info input:hover{border-color:#ef4444}.textarea-field{white-space:normal;margin-inline:0!important}.textarea-field__input{margin:0!important}.textarea-field[data-extraButtons=true] .ant-form-item-children{display:flex;align-items:center;gap:5px}.textarea-field[data-extraButtons=true] .ant-form-item-children button{margin:0}.textarea-field__input{overflow:auto;border:1px solid #e2e8f0;border-radius:var(--borderRadius);padding:12px 20px;line-height:normal;min-height:5rem;outline:none;background-color:#fff;color:#334155}.textarea-field__input[data-disabled=true]{background:#f1f5f9;color:#808993;border-color:#cbd5e1;cursor:not-allowed;opacity:1;border-right-width:1px!important}.textarea-field__input[data-disabled=true]:hover{border-color:#cbd5e1}.textarea-field__input:hover{border:1px solid var(--btn-primaryBackground)}.textarea-field__input:focus{box-shadow:0 0 0 2px var(--btn-primaryBackground)}.textarea-field__readonly{line-height:normal;color:#000;width:90%}.textarea-field-info,.textarea-field-info:hover{border-color:#ef4444}.select-field{white-space:normal;margin-inline:0!important}.select-field__input{margin:0!important}.select-field[data-extraButtons=true] .ant-form-item-children{display:flex;align-items:center;gap:5px}.select-field[data-extraButtons=true] .ant-form-item-children button{margin:0}.select-field-info .ant-select-selection,.select-field-info .ant-select-selection:hover{border-color:#ef4444}.calendar-field{white-space:normal;margin-inline:0!important}.calendar-field__input{margin:0!important}.calendar-field[data-extraButtons=true] .ant-form-item-children{display:flex;align-items:center;gap:5px}.calendar-field[data-extraButtons=true] .ant-form-item-children button{margin:0}.calendar-field .field_type_date .react-datepicker-wrapper,.calendar-field .field_type_date_time .react-datepicker-wrapper,.calendar-field .field_type_time .react-datepicker-wrapper{width:100%}.calendar-field .field_type_date .react-datepicker-wrapper input,.calendar-field .field_type_date_time .react-datepicker-wrapper input,.calendar-field .field_type_time .react-datepicker-wrapper input{width:100%;border:1px solid #e2e8f0}.calendar-field .field_type_date .react-datepicker-wrapper svg,.calendar-field .field_type_date_time .react-datepicker-wrapper svg,.calendar-field .field_type_time .react-datepicker-wrapper svg{font-size:18px}.calendar-field-info input,.calendar-field-info input:hover{border-color:#ef4444!important}.checkbox-field{white-space:normal;margin-inline:0!important}.checkbox-field__input{margin:0!important}.checkbox-field[data-extraButtons=true] .ant-form-item-children{display:flex;align-items:center;gap:5px}.checkbox-field[data-extraButtons=true] .ant-form-item-children button{margin:0}.file-field{white-space:normal;margin-inline:0!important}.file-field__input{margin:0!important}.file-field[data-extraButtons=true] .ant-form-item-children{display:flex;align-items:center;gap:5px}.file-field[data-extraButtons=true] .ant-form-item-children button{margin:0}.file-field__icon-upload{font-size:18px}.bool-field{white-space:normal;margin-inline:0!important}.bool-field__input{margin:0!important}.bool-field[data-extraButtons=true] .ant-form-item-children{display:flex;align-items:center;gap:5px}.bool-field[data-extraButtons=true] .ant-form-item-children button{margin:0}.bool-field .ant-form-item-control{line-height:normal}.bool-field .ant-form-item-control-wrapper,.bool-field .ant-form-item-label{width:auto!important}.bool-field-info{box-shadow:0 0 1px 2px #ef4444}.bool-field-info:hover{border-color:#ef4444}.checkox-field{white-space:normal;margin-inline:0!important}.checkox-field__input{margin:0!important}.checkox-field[data-extraButtons=true] .ant-form-item-children{display:flex;align-items:center;gap:5px}.checkox-field[data-extraButtons=true] .ant-form-item-children button{margin:0}.table-field .edit-buttons{margin-bottom:.5rem}.table-field .grid-action-buttons{display:grid;place-items:center}.table-field .grid-action-buttons .icon{font-size:1.1rem;width:fit-content;height:fit-content}.table-field .ant-table-header-column>div{margin:0!important}.table-field tr[ssr_deleted="1"]{display:none}.grid-field .ant-form-item-control-wrapper{width:100%}.table-field{white-space:normal;margin-inline:0!important;max-width:100%;place-self:start}.table-field__input{margin:0!important}.table-field[data-extraButtons=true] .ant-form-item-children{display:flex;align-items:center;gap:5px}.table-field[data-extraButtons=true] .ant-form-item-children button{margin:0}.table-field .ant-form-item{margin-bottom:0!important}.table-field .not-editable .ant-select-selection:not(:focus),.table-field .not-editable .super-select__control:not(:focus),.table-field .not-editable [class*=-field]:not(:focus){background-color:initial!important;border:none!important;cursor:default;pointer-events:none}.table-field .not-editable .textarea-field__input{min-height:fit-content!important}.table-field .not-editable .ant-select-arrow,.table-field .not-editable .super-select__indicators{display:none}.listTable-field{white-space:normal;margin-inline:0!important;max-width:100%}.listTable-field__input{margin:0!important}.listTable-field[data-extraButtons=true] .ant-form-item-children{display:flex;align-items:center;gap:5px}.listTable-field[data-extraButtons=true] .ant-form-item-children button{margin:0}.listTable-field__pagination{margin-top:1rem;display:flex;justify-content:end}.actions-modal{padding:1rem;display:grid;place-items:center;height:100%}.actions-dropdown__hidden-dropdown{list-style-type:none;padding:0;display:grid;gap:.5rem}.actions-dropdown__hidden-dropdown[data-items-center=true]{place-items:center}.bp2-actions-dropdown-btn{min-width:80px;display:flex;align-items:center;gap:6px}.form-attachments{margin:1rem}.form-attachments__upload,.form-attachments__upload .bp2upload__preview{display:none}.form-attachments__list-title{font-weight:600;line-height:1.2;margin-bottom:.2rem}.form-attachments__buttons{margin-bottom:1.8rem;display:flex;gap:.8rem;margin-top:12px}.buttons-container{text-align:center;display:flex;flex-direction:row}.buttons-container .modal-barcode-button{width:200px;height:200px;margin:30px;display:flex;flex-direction:column}.buttons-container .modal-barcode-button .upload-icon{margin:50px;font-size:50px}.bp2collapse{width:100%;overflow:hidden}.bp2collapse__item{padding:0;width:100%;height:100%;background:transparent;border:none;cursor:pointer}.bp2collapse__content{transition:opacity .3s ease,max-height .3s ease,height .3s ease}.bp2collapse__content[data-is-open=false]{opacity:0;max-height:0;pointer-events:none}.bp2collapse__content[data-is-open=true]{opacity:1;max-height:fit-content}.mail-modal{max-height:90%;resize:none;filter:none;box-shadow:0 25px 50px -12px rgba(28,67,135,.192),0 25px 50px -12px rgba(28,67,135,.384)}.mail-modal p{margin:0;line-height:120%}.mail-modal .connect-mail-container{padding:100px 50px;font-size:18px;text-align:center}.mail-modal .modal-top-bar{padding:12px 12px 12px 24px;justify-content:space-between;cursor:auto;background-color:#f1f5f9;border-bottom:1px solid #cbd5e1}.mail-modal .close-modal-button{opacity:1}.mail-modal__header{display:flex;align-items:center;justify-content:space-between}.mail-modal__header__title{display:flex;align-items:center;gap:12px}.mail-modal__select-wrapper{display:flex;justify-content:space-between;align-items:center}.mail-modal__select-wrapper .css-1mqho69-control{width:100%}.mail-modal__file-attachment{display:flex;align-items:center;flex-basis:auto;padding:8px 12px;border:1px solid #cbd5e1}.mail-modal__file-attachment__title{padding-right:10px;margin-right:10px;border-right:1px solid #cbd5e1}.mail-modal__file-size{font-size:11px;color:#64748b}.mail-modal__btns-wrapper{display:flex;align-items:center;gap:12px}.mail-modal__delete-btn,.mail-modal__download-btn{border:none;padding:0}.mail-modal__delete-btn svg{height:14px;width:14px}.mail-modal__resize-btn{padding:0;margin-right:28px;border:none}.mail-modal__submit-btn{font-size:16px;border-radius:6px;padding:10px 24px 11px;background-color:#e2e8f0;border:none}.mail-button-position-2{position:absolute;right:100px;margin-left:5.5px}.mail-button-position-2-small{margin-left:5.5px}.mail-button-position-1{position:absolute;right:26.5vw}.mail-new-message-button{display:flex;justify-items:center;align-items:center;gap:8px;padding:16px;font-size:16px;margin-left:.5em}@media screen and (max-width:992px){.mail-new-message-button{margin-left:3.5em}}.mail-subject{width:100%}.mail-subject input{border-radius:0;border:none;border-bottom:1px solid #e2e8f0}.mail-subject input:focus,.mail-subject input:hover{border-color:var(--btn-primaryBackground)}.mail-subject input:focus-visible{box-shadow:none}.mail-select-wrapper{display:flex;align-items:center;justify-content:space-between}.mail-sender{flex-basis:84%}.mail-sender .ant-select-selection{box-shadow:none}.mail-sender .ant-select-selection--single{border-radius:0;border:none;border-bottom:1px solid #e2e8f0}.mail-sender .ant-select-selection--single:hover{border-color:var(--btn-primaryBackground)}.mail-recipient{flex-basis:84%}.mail-recipient .css-1mqho69-control{border-radius:0;border:none;border-bottom:1px solid #e2e8f0;box-shadow:none}.mail-recipient .css-1mqho69-control:hover{border-color:var(--btn-primaryBackground)}.mail-recipient .css-1mqho69-control:active{border-color:unset}.mail-recipient,.mail-sender{margin-top:5px}.mail-recipient .css-1bd50k8-control,.mail-sender .css-1bd50k8-control{border:none;border-bottom:1px solid var(--btn-primaryBackground);box-shadow:none;border-radius:0}.mail-recipient .css-1bd50k8-control:hover,.mail-sender .css-1bd50k8-control:hover{border-color:var(--btn-primaryBackground)}.email-container{display:flex;flex-direction:column;height:100%;width:100%}.modal-collapse-container .mail-modal-collapse-header{line-height:normal;padding:6px;font-size:13px;width:auto;height:auto;border-radius:5px;border:1px solid #d8d8d8;min-height:20px;background-color:#f1f5f9;color:#334155;transition:.3s}.modal-collapse-container .mail-modal-collapse-header:hover{background-color:var(--btn-primaryBackground)}.modal-collapse-container .cc-header{position:absolute;top:60px;right:82px}.modal-collapse-container .bcc-header{position:absolute;top:60px;right:38px}.modal-collapse-container .cc-content{padding-top:5px;width:100%}.mail-value-label{margin:10px}.previous-attachment-container,.upload-container{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:12px 0}.main-mail-form{display:flex;flex-direction:column;width:100%;height:100%;padding:12px 24px;position:relative}.main-mail-form .footer{display:flex;justify-content:space-between;align-items:center;padding:12px 6px 12px 0}.main-mail-form .footer label.upload-button{margin-top:5px;display:block;cursor:pointer}.main-mail-form .footer label.upload-button input[type=file]{display:none}.main-mail-form .mail-HTML-content{flex-grow:1;min-height:30vh;max-height:50vh;border-radius:4px;outline:none;padding:10px;cursor:context-menu;overflow:auto;margin-top:12px;margin-bottom:18px;border:2px solid #e2e8f0;transition:.3s}.main-mail-form .mail-HTML-content:focus,.main-mail-form .mail-HTML-content:hover{border:2px solid var(--btn-primaryBackground)}.wtf-class{width:50px;stroke:red}.list-sums{display:flex;padding:0;flex-wrap:wrap}.ant-form-item-children .field-width,.ant-form-item-children .text-field__input{width:100%!important;min-width:25ch}@media screen and (max-width:600px){.ant-form-item-children .field-width,.ant-form-item-children .text-field__input{width:100%!important}}.field{white-space:normal;margin-inline:0!important}.field__input{margin:0!important}.field[data-extraButtons=true] .ant-form-item-children{display:flex;align-items:center;gap:5px}.field[data-extraButtons=true] .ant-form-item-children button{margin:0}.signature-field{white-space:normal;margin-inline:0!important}.signature-field__input{margin:0!important}.signature-field[data-extraButtons=true] .ant-form-item-children{display:flex;align-items:center;gap:5px}.signature-field[data-extraButtons=true] .ant-form-item-children button{margin:0}.signature-field .signature-canvas{border:1px solid var(--btn-defaultBorder);border-radius:var(--borderRadius)}.signature-field-alert .signature-canvas{border-color:#ef4444}.signature-field .signature-image{padding:.5rem 0}.signature-field .signature-buttons{display:flex;justify-content:center}.signature-field .signature-buttons .signature-button{margin:.5rem}.signature-field .signature-buttons .signature-button:first-child{margin:.5rem 0}.signature-field .signature-canvas-container{display:flex;flex-direction:column;align-items:flex-start}.questionnaire-table-container__pagination{display:flex;align-items:center;justify-content:center}.questionnaire-field__container{padding-bottom:1.8rem;position:relative}.questionnaire-field__title{font-weight:500}.choose-one-field__options{display:flex;flex-direction:column;gap:1em}.put-in-order-field__item{border:2px solid var(--first);border-radius:5px;padding:4px 4px 4px 15px;width:40%;margin-bottom:5px;background-color:#fff;line-height:1.5}.multi-choose-from-field__container{display:flex;flex-direction:column}.multi-choose-from-field__checkbox{margin-right:10px}.multi-choose-from-field__counter{color:var(--second);position:absolute;top:10px;right:50px}.form-tab{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));column-gap:2em;background:#fff;padding:12px 36px 12px 24px;overflow:overlay}@media (max-width:500px){.form-tab-widget{padding:12px 5px 12px 10px!important}}.small-form-tab{display:flex;flex-direction:column}@media screen and (max-width:1050px){.form-tab{display:flex;flex-direction:column}}.add-subform-icon{font-size:xx-large;display:flex;align-items:center;margin:10px 0 10px 10px;cursor:pointer}.add-subform-icon:hover{color:var(--third)}.add-subform-icon:active{transform:scale(.85)}.mail-content-modal{user-select:auto}.mail-content-modal__content{overflow:auto;padding:1rem;height:100%;word-break:break-word;user-select:auto}.mail-content-modal .modal-body{overflow:auto}.message-history-table{width:95%;margin:2rem 0 2rem 24px}.message-history-table__cell{padding:2px 6px!important}.message-history-table__pagination{float:none!important;text-align:center}.form-not-available{display:flex;flex-direction:column;align-items:center;padding:20px;border-radius:8px}.form-not-available__icon{width:36px;height:36px;margin-bottom:16px}.form-not-available__title{color:#334155}.form-not-available__message{font-size:19px;text-align:center;margin-bottom:20px;color:#64748b}.form-error-wrapper{margin-left:50px;margin-top:20px;margin-right:30%}.avdertisementList-container{position:relative;display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;min-width:200px;min-height:100px;width:100%}.avdertisementList-container .items-loader{position:absolute;inset:0;width:100%;height:100%;background:hsla(0,0%,100%,.75);display:grid;place-items:center}.avdertisementList-container .pagination-container{grid-column-start:1;grid-column-end:4}.display-options-container{padding-top:20px;display:flex;justify-content:end;margin-bottom:20px;margin-left:81%;width:300px}.options-button{justify-content:flex-end}.display-grid,.display-normal{margin-right:4px!important}.newsletterList-container .newsletter-item-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:2%;row-gap:15px;padding-left:2%;padding-top:2%;padding-bottom:2%;border-radius:8px;background-color:#fff;min-height:35px}.newsletterList-container .newsletter-item-container .news-container{position:relative;cursor:pointer;border-radius:4px;box-shadow:0 3px 5px rgba(0,0,0,.10196078431372549);width:48%;aspect-ratio:.98039216}.newsletterList-container .newsletter-item-container .news-container:hover .info-title{text-decoration:underline}.newsletterList-container .newsletter-item-container .news-container .cover-container{display:flex;align-items:center;justify-content:center;overflow:hidden;height:66%}.newsletterList-container .newsletter-item-container .news-container .info-container{height:34%;font-size:16px;overflow:hidden}.newsletterList-container .newsletter-item-container .news-container .info-container .info-left{width:95%;display:block;position:relative}.newsletterList-container .newsletter-item-container .news-container .info-container .info-left .info-header{overflow:hidden;padding:6% 0 0 6%;display:flex;align-items:center;line-height:15px;font-size:12px}.newsletterList-container .newsletter-item-container .news-container .info-container .info-left .info-title{padding:2% 0 0 6%;font-weight:700;font-size:16px;overflow:hidden;word-wrap:break-word}.newsletterList-container .newsletter-item-container .news-container .info-container .info-left .info-title .unread-icon{margin-right:5px}.newsletterList-container .newsletter-item-container .news-container .info-container .info-left .unread-true{color:var(--topbar-text);font-weight:900}.newsletterList-container .newsletter-item-container .news-container .info-container .info-left .unread-false .unread-icon{display:none!important}.newsletterList-container .newsletter-item-container .news-container .info-container .info-left .info-right{height:22px;top:50%;right:0}@media (max-width:3000px){.info-left .info-header{padding:7% 0 0 5%!important}.info-left .info-header .date-in-header{font-size:12px!important}.info-left .info-right{top:50%!important}}@media (max-width:1800px){.info-left .info-header{padding:6% 0 0 5%!important}.info-left .info-header .date-in-header{font-size:12px!important}}@media (max-width:1600px){.info-left .info-header{padding:5% 0 0 4%!important}}@media (max-width:1400px){.info-left .info-header{padding:4% 0 0 3%!important}.info-left .info-header .date-in-header{font-size:11px!important}}@media (max-width:1300px){.info-left .info-header{padding:3% 0 0 3%!important}.info-left .info-header .date-in-header{font-size:11px!important}}@media (max-width:1200px){.info-left .info-header{padding:2% 0 0 3%!important}.info-left .info-header .date-in-header{font-size:10px!important}.info-left .info-right{top:47%!important}}@media (max-width:1100px){.info-left .info-right{top:43%!important}}@media (max-width:1000px){.info-left .info-right{top:40%!important;top:35%!important}}@media (max-width:768px){.info-left .info-header{padding:6% 0 0 6%!important}.info-left .info-header .date-in-header{font-size:12px!important}.info-left .info-right{top:60%!important}}@media (max-width:650px){.info-left .info-right{top:50%!important}}@media (max-width:600px){.info-left .info-right{top:45%!important}}@media (max-width:550px){.info-left .info-right{top:43%!important}.info-left .info-header{padding:4% 0 0 6%!important}.info-left .info-header .date-in-header{font-size:12px!important}}@media (max-width:450px){.info-left .info-right{top:41%!important}}@media (max-width:430px){.info-left .info-right{top:35%!important}}@media (max-width:380px){.info-left .info-right{top:32%!important}.info-left .info-header{padding:2% 0 0 6%!important}.info-left .info-header .date-in-header{font-size:11px!important}}@media (max-width:380px){.info-left .info-header{padding:2% 0 0 6%!important}.info-left .info-header .date-in-header{font-size:10px!important}}@media (max-width:3000px){.info-left .info-title{padding:2% 0 0 6%!important;font-size:16px!important;max-height:48px!important}}@media (max-width:1800px){.info-left .info-title{font-size:15px!important;max-height:44px!important}}@media (max-width:1700px){.info-left .info-title{font-size:14px!important;max-height:40px!important}}@media (max-width:1600px){.info-left .info-title{font-size:13px!important;max-height:40px!important}}@media (max-width:1500px){.info-left .info-title{font-size:12px!important;max-height:40px!important}}@media (max-width:1400px){.info-left .info-title{padding:1% 0 0 6%!important;font-size:12px!important;max-height:36px!important}}@media (max-width:1300px){.info-left .info-title{font-size:11px!important;max-height:33px!important}}@media (max-width:1200px){.info-left .info-title{padding:0 0 0 6%!important;font-size:11px!important;max-height:31px!important}}@media (max-width:1100px){.info-left .info-title{font-size:10px!important;max-height:28px!important}}@media (max-width:768px){.info-left .info-title{padding:2% 0 0 6%!important;font-size:16px!important;max-height:50px!important}}@media (max-width:668px){.info-left .info-title{padding:2% 0 0 6%!important;font-size:15px!important;max-height:44px!important}}@media (max-width:568px){.info-left .info-title{padding:2% 0 0 6%!important;font-size:14px!important;max-height:40px!important}}@media (max-width:468px){.info-left .info-title{padding:1% 0 0 6%!important;font-size:12px!important;max-height:34px!important}}@media (max-width:400px){.info-left .info-title{padding:0 0 0 6%!important;font-size:11px!important;max-height:29px!important}}@media (max-width:350px){.info-left .info-title{padding:0 0 0 6%!important;font-size:10px!important;max-height:25px!important}}.display-options-container-settings{margin-bottom:5px;margin-left:0;margin-right:8%;width:300px}.select_and_switch{display:flex;width:100%}.select_and_switch .ant-form-item-control{width:100%}.select_and_switch .ant-form-item-children{display:flex}.select_and_switch .show_column_title{display:flex;align-items:center}.select_and_switch .show_column_title-label{width:160px;text-align:center}.select_and_switch .select-container{display:flex;flex-direction:row;align-items:center}.select_and_switch .select-container .select-container-label{width:270px;margin-left:20px}.select_and_switch .ant-select{padding-left:20px}.switch_with_label{display:flex;flex-direction:row}.switch_with_label .switch_with_label-input{width:300px}.switch_with_label .switch_with_label-label{width:190px;padding-right:20px}.show_column_title-switch,.switch_with_label-switch{margin-top:10px!important;margin-left:10px}.columns_checkboxes-label,.select-container-label,.show_column_title-label,.switch_with_label-label{text-align:end;color:#8c8c8c}.checkboxes_and_switch{display:flex;flex-direction:row;width:100%;margin-top:30px}.checkboxes_and_switch .ant-form-item-control{width:100%}.checkboxes_and_switch .ant-form-item-children{display:flex!important;flex-direction:column!important}.checkboxes_and_switch .columns_checkboxes{display:flex;flex-direction:row;margin-left:10px}.checkboxes_and_switch .columns_checkboxes-label{width:150px;margin-right:20px;margin-left:20px}.checkboxes_and_switch .checkboxes-container{display:flex;flex-direction:row;gap:.8rem;flex-wrap:wrap;width:80%}.checkboxes_and_switch .bp2-checkbox-wrapper{display:flex;flex-direction:row;align-items:center;gap:.3rem;margin-bottom:10px}.checkboxes_and_switch .select-container,.checkboxes_and_switch .show_column_title{display:flex;align-items:center}.checkboxes_and_switch .show_column_title .show_column_title-label{width:150px;margin-right:10px;margin-left:20px}.avdertisement-form-style .ant-form-item-label{width:190px;text-align:right}.avdertisement-form-style .avdertisement-number-input{width:240px!important}.avdertisement-form-style .ant-form-item-control-wrapper .listId{width:240px}.avdertisement-compact{padding-right:8px!important;text-align:right}.settingsColumnSelect{display:flex;gap:10px;align-items:center;justify-content:space-between;width:100%;white-space:nowrap}.informationList-container .information-item-container{display:flex;flex-direction:column;row-gap:15px;padding:2%;border-radius:8px;background-color:#fff;min-height:35px}.informationList-container .information-item-container .information-container{position:relative;cursor:pointer;display:flex;overflow:hidden;flex-direction:row;border-radius:4px;box-shadow:0 3px 5px rgba(0,0,0,.10196078431372549);width:100%;aspect-ratio:4.5;max-height:110px;padding:0}.informationList-container .information-item-container .information-container:hover .info-info-title{text-decoration:underline}.informationList-container .information-item-container .information-container .info-cover-container{display:flex;overflow:hidden;align-items:center;justify-content:center}.informationList-container .information-item-container .information-container .info-cover-container img{height:100%}.informationList-container .information-item-container .information-container .info-info-container{font-size:16px;overflow:hidden;display:flex;justify-content:flex-start;align-items:center;width:73%}.informationList-container .information-item-container .information-container .info-info-container .info-info-left{width:95%;position:relative;padding-left:4%}.informationList-container .information-item-container .information-container .info-info-container .info-info-left .info-info-header{overflow:hidden;display:flex;align-items:center;line-height:10px;font-size:11px;margin-bottom:5px}.informationList-container .information-item-container .information-container .info-info-container .info-info-left .info-info-header .header-date{margin-right:5px}.informationList-container .information-item-container .information-container .info-info-container .info-info-left .info-info-header .date-in-header{opacity:.6}@media (max-width:430px){.informationList-container .information-item-container .information-container .info-info-container .info-info-left .info-info-header .date-in-header{white-space:nowrap;margin-right:15px}}.informationList-container .information-item-container .information-container .info-info-container .info-info-left .info-info-header .author-in-header{position:relative;display:flex;min-height:15px;align-items:center;max-width:max-content;line-height:10px}.informationList-container .information-item-container .information-container .info-info-container .info-info-left .info-info-title{font-weight:700;font-size:16px;overflow:hidden;word-wrap:break-word;text-overflow:ellipsis;white-space:nowrap}.informationList-container .information-item-container .information-container .info-info-container .info-info-left .info-info-title .unread-icon{margin-right:5px}.informationList-container .information-item-container .information-container .info-info-container .info-info-left .unread-true{color:var(--topbar-text);font-weight:900}.informationList-container .information-item-container .information-container .info-info-container .info-info-left .unread-false .unread-icon{display:none!important}.informationList-container .information-item-container .information-container .info-info-container .info-info-right{position:absolute;right:2%}.html-content-container{padding:1%}@media (max-width:3000px){.info-info-container .info-info-header{font-size:12px!important}.info-info-container .info-info-right{right:2%!important}}@media (max-width:1800px){.info-info-container .info-info-header{font-size:12px!important}}@media (max-width:1400px){.info-info-container .info-info-header{font-size:10px!important}.info-info-container .info-info-right{right:1%!important}}@media (max-width:1300px){.info-info-container .info-info-header{font-size:10px!important}}@media (max-width:768px){.info-info-container .info-info-header{font-size:12px!important}.info-info-container .info-info-right{right:2%!important}}@media (max-width:600px){.info-info-container .info-info-header{font-size:11px!important}.info-info-container .info-info-right{right:1%!important}}@media (max-width:3000px){.info-info-container .info-info-title{font-size:16px!important;max-height:44px!important}}@media (max-width:1900px){.info-info-container .info-info-title{font-size:16px!important;max-height:44px!important}}@media (max-width:1700px){.info-info-container .info-info-title{font-size:15px!important;max-height:40px!important}}@media (max-width:1600px){.info-info-container .info-info-title{font-size:14px!important;max-height:40px!important}}@media (max-width:1500px){.info-info-container .info-info-title{font-size:13px!important;max-height:40px!important}}@media (max-width:1400px){.info-info-container .info-info-title{font-size:12px!important;max-height:36px!important}}@media (max-width:1300px){.info-info-container .info-info-title{font-size:11px!important;max-height:33px!important}}@media (max-width:1200px){.info-info-container .info-info-title{font-size:11px!important;max-height:31px!important}}@media (max-width:1100px){.info-info-container .info-info-title{font-size:10px!important;max-height:31px!important}}@media (max-width:768px){.info-info-container .info-info-title{font-size:16px!important;max-height:50px!important}}@media (max-width:668px){.info-info-container .info-info-title{font-size:15px!important;max-height:44px!important}}@media (max-width:568px){.info-info-container .info-info-title{font-size:14px!important;max-height:40px!important}}@media (max-width:468px){.info-info-container .info-info-title{font-size:12px!important;max-height:36px!important}}@media (max-width:400px){.info-info-container .info-info-title{font-size:11px!important;max-height:31px!important}}.tip-content{max-width:280px}.tip-icon{display:inline-flex;justify-content:center;align-items:center;border:1px solid #858585;border-radius:100%;font-weight:bolder;color:#858585;width:15px;height:15px;cursor:pointer;box-shadow:1px 1px 1px rgba(0,0,0,.6);margin-left:6px;opacity:.7}.widget-blogcarousel .slick-list{height:auto;padding:5px 0}.widget-blogcarousel .slick-list .slick-track{display:flex;gap:16px}.widget-blogcarousel .slick-list .slick-slide{height:100%}.widget-blogcarousel .slick-arrow{width:16px;height:28px}@media (max-width:768px){.widget-blogcarousel .slick-arrow{width:12px;height:20px}}.widget-blogcarousel .slick-slider{margin-bottom:10px}.widget-blogcarousel .custom-slide{display:flex!important;align-items:center;background-color:#fff;border-radius:10px;margin-left:2%;flex-direction:row;width:96%!important}.widget-blogcarousel .custom-slide .blog-carousel-data{display:flex;padding:20px;width:40%;flex-direction:column;justify-content:space-between}.widget-blogcarousel .custom-slide .title{margin:0;font-weight:700;color:var(--default-sectionTitle);line-height:1.05}.widget-blogcarousel .custom-slide .subtitle{margin-top:9px}.widget-blogcarousel .custom-slide .button button{border:none;border-radius:200px;margin-top:15px}.blog-carousel-container{box-shadow:none!important}.blog-carousel-container .card-meta{margin-right:auto;margin-top:0}.blog-carousel-container .card-meta .card-meta-title{padding:0!important}.blog-carousel-container ::-webkit-scrollbar{width:0}.blog-carousel-container .card-body{height:auto;overflow:hidden;padding:12px 24px!important}.blog-carousel-container .slick-dots li button:before{display:none;display:block}.custom-slide-item-container{height:auto;background-color:#fcfcfc;border-radius:6%;cursor:pointer;transition:.3s;margin:1rem}@media (max-width:768px){.custom-slide-item-container{margin:.5rem}}@media (max-width:450px){.custom-slide-item-container{border-radius:10%;margin:0}}.custom-slide-item-container:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.1)}.custom-slide-item-container__image-container{border-top-left-radius:6%;border-top-right-radius:6%;height:50%}.custom-slide-item-container__image-container .blog-carousel-img{aspect-ratio:1;object-fit:cover;border-radius:6% 6% 0 0}@media (max-width:450px){.custom-slide-item-container__image-container .blog-carousel-img{border-radius:10% 10% 0 0}}.custom-slide-item-container__content-container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100px;padding:10%}@media (max-width:768px){.custom-slide-item-container__content-container{height:80px;padding:5%}}@media (max-width:450px){.custom-slide-item-container__content-container{height:60px;justify-content:center}}.custom-slide-item-container__content-container .main-title{font-family:Carlsberg Sans;color:var(--first);font-size:19px;font-weight:700;line-height:22.8px;text-align:left}@media (max-width:768px){.custom-slide-item-container__content-container .main-title{font-size:16px;line-height:19.2px}}@media (max-width:450px){.custom-slide-item-container__content-container .main-title{font-size:15px;line-height:15px}}.custom-slide-item-container__content-container .sub-title-container{display:flex;padding-top:8px;width:100%;justify-content:space-between;flex-direction:row}.custom-slide-item-container__content-container .sub-title-container .date-container{display:flex;flex-direction:row;align-items:stretch}.widget-blogcarousel{height:100%;background-color:#fff;border-radius:14px}.widget-blogcarousel .card-head .card-meta{padding-left:13px}.widget-blogcarousel .card-head .card-meta .card-meta-title{padding-left:0;margin-left:0}.widget-blogcarousel .card-head .card-meta .card-meta-title h3{color:var(--default-sectionTitle)}.widget-blogcarousel .custom-slide-one-big-view{display:flex!important;align-items:center;background-color:#fff;border-radius:10px;margin-left:2%;flex-direction:row;width:96%!important}.widget-blogcarousel .custom-slide-one-big-view .slick-arrow{width:16px;height:28px}.widget-blogcarousel .custom-slide-one-big-view .slick-slider{margin-bottom:10px}.widget-blogcarousel .custom-slide-one-big-view .blog-carousel-img{height:auto;max-width:50%;aspect-ratio:1;border-radius:10px 0 0 10px}.widget-blogcarousel .custom-slide-one-big-view .blog-carousel-data{display:flex;padding:20px;width:40%;flex-direction:column;justify-content:space-between}.widget-blogcarousel .custom-slide-one-big-view .title{margin:0;font-weight:700;color:var(--default-sectionTitle);line-height:1.05}.widget-blogcarousel .custom-slide-one-big-view .subtitle{margin-top:9px}.widget-blogcarousel .custom-slide-one-big-view .button button{border:none;border-radius:200px;margin-top:15px}.widget-blogcarousel .blog-carousel-container{box-shadow:none!important}.widget-blogcarousel .blog-carousel-container .card-meta{margin-right:auto;margin-top:0}.widget-blogcarousel .blog-carousel-container .card-meta .card-meta-title{padding:0!important}.widget-blogcarousel .blog-carousel-container ::-webkit-scrollbar{width:0}.widget-blogcarousel .blog-carousel-container .card-body{overflow:hidden;padding:12px 24px!important}.widget-blogcarousel .blog-carousel-container .slick-dots li button:before{display:block}.blog-carusel-modal{width:100%;display:flex;justify-content:center;align-items:center}.edit-modal{display:grid;grid-template-columns:1fr 2fr;padding:1rem}.edit-modal .option,.edit-modal .right-options{display:flex;flex-direction:column;gap:.5rem}.edit-modal .option{width:fit-content}.edit-modal .option .switch{margin-right:auto}.users-config{gap:1rem;padding:1rem}.users-config,.users-config__selection{display:flex;flex-direction:column}.users-config__permission{display:flex;justify-content:space-between;flex-wrap:wrap}.users-config__permission__select{display:flex;flex-direction:column;width:fit-content;min-width:150px}.users-config__permission__switch{display:flex;flex-direction:column;width:fit-content;text-align:center;justify-content:space-around}.users-config__permission__switch label{align-self:center}.users-config__permission__save{align-self:end;margin-bottom:0}.users-config__permission__describe{flex-basis:100%;margin-top:15px}@media screen and (max-width:470px){.users-config__permission{gap:1rem;flex-direction:column}.users-config__permission__save{align-self:start;margin-bottom:0}}.users-config .button{margin:auto!important}.groups-config,.row{display:flex;flex-direction:column}.groups-config{gap:1rem;padding:1rem}.groups-config__selection{display:flex;flex-direction:column}.groups-config__permission{display:flex;justify-content:space-between;flex-wrap:wrap}.groups-config__permission__select{display:flex;flex-direction:column;width:fit-content;min-width:150px}.groups-config__permission__switch{display:flex;flex-direction:column;width:fit-content;text-align:center;justify-content:space-around}.groups-config__permission__switch label{align-self:center}.groups-config__permission__save{align-self:end;margin-bottom:0}.groups-config__permission__describe{flex-basis:100%;margin-top:15px}.groups-config .button{margin:auto!important}.share-options{padding:1rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;justify-items:center}.share-options li{list-style-type:none}.share-options li.table{grid-column-start:1;grid-column-end:3;grid-row:2}.share-options .button-edit:focus,.share-options .button-edit:hover{color:var(--third);border:1px solid var(--third)}.share-options__single{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding-inline:1rem;padding-bottom:1rem;padding-top:5rem;border:1px solid rgba(0,0,0,.1);width:200px;height:250px;text-align:center;border-radius:8px;transition:all .3s ease;cursor:pointer}.share-options__single>svg{font-size:45px}.share-options__single:focus,.share-options__single:hover{color:var(--third);border:1px solid var(--third)}@media screen and (max-width:500px){.share-options .minor{display:none}.share-options .share-options__single{width:130px;height:200px;padding-top:4.5rem}}.board-card{display:grid;height:100%;position:relative;align-content:space-between}.board-card svg{cursor:pointer}.board-card .tags{width:fit-content}.board-card .visibility-board-wrapper{position:absolute;top:10px;right:10px}.board-card .visibility-board-wrapper span{transform:scale(1.2)}.board-card .board-card-link{text-decoration:underline}.add-board{position:relative;width:fit-content}.add-board__panel{position:absolute;width:200px;display:grid;gap:.5rem;padding:1rem;top:85%;left:0;border-radius:8px;z-index:100;background-color:rgba(0,0,0,.75);color:#fff;margin-top:10px}.add-board__panel button{margin:0}.boards-manager-card.bp2-card-component>.card-body{min-height:350px}.boards-manager{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media screen and (max-width:931px){.boards-manager{grid-template-columns:repeat(2,1fr)!important}}@media screen and (max-width:650px){.boards-manager{grid-template-columns:1fr!important}}.options-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media screen and (max-width:931px){.options-container{grid-template-columns:repeat(2,1fr)!important}}.options-container .right-side-options{display:flex;flex-flow:row nowrap;grid-column-start:3;grid-column-end:4;justify-self:end}@media screen and (max-width:400px){.options-container .right-side-options{display:block;grid-column-start:1}}.options-container .right-side-options .boards-display-container{min-width:144px;margin-left:10px}.action-buttons{position:relative;display:inline-block;display:flex;margin-right:5%}.photo-button{margin-left:5%}.end-modal-exit-button{border:none;position:absolute;right:-7px;top:0}.confirm-modal-main-container{display:flex;flex-direction:column;position:relative;margin:30px;top:15%}.confirm-modal-text-container{overflow-wrap:break-word}.end-modal-checkbox{width:100%;display:flex;justify-content:center;flex-direction:row-reverse;margin-bottom:15px;position:relative}.confirm-modal-buttons{display:flex;justify-content:space-between}.end-modal-buttons{border-radius:20px;width:48%}.end-modal-buttons.content-end-modal-button{background:#6fc3ff}.end-modal-buttons.close-end-modal-button{background:var(--btn-primaryBackground)}.button-end-modal-form-container{margin:20px;display:flex;flex-direction:column}.button-end-modal-form-container .form-row{display:flex;flex-direction:row;width:100%;margin:10px;align-items:center}.button-end-modal-form-container .form-row__popover{margin-left:1rem}.button-end-modal-form-container .form-row .label{width:35%;display:flex;align-items:center}.button-end-modal-form-container .form-row .input{width:65%}.button-end-modal-form-container .settings-row .settings-label{width:35%;display:flex;align-items:center}.button-end-modal-form-container .settings-row .checkbox{width:26%;display:flex;align-items:center}.button-end-modal-form-container .save-button{display:flex;justify-content:center;width:20%;border-radius:20px;background:var(--btn-primaryBackground)}.widget-button .fillWidget-class{width:100%!important;height:100%!important}.widget-button .img-container{margin:0 auto;display:flex}.widget-button .widget-button-margin-left{margin-left:0;margin-right:auto}.widget-button .widget-button-margin-right{margin-right:0;margin-left:auto}.widget-button .widget-button-margin-center{margin-left:auto;margin-right:auto}.widget-button .button-inside{padding:0;min-height:120px;height:100%;color:grey;border:none;box-shadow:none;background:#fff!important;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}@media screen and (max-width:768px){.widget-button .button-inside{margin:16px!important;min-height:90px}}.widget-button .cloudBtn{white-space:normal;height:auto;cursor:pointer;margin-bottom:0}@media screen and (max-width:1300px){.widget-button .cloudBtn,.widget-button .text-buttons{padding:0!important}}.widget-button .hoppy-text-buttons{letter-spacing:0;text-align:left;color:#767676;opacity:1;line-height:normal;font-weight:700}.widget-button .widget-button-image{margin-bottom:6px}.widget-button .card-button{cursor:pointer}.widget-button .card-button .card-body{border-radius:12px 12px 12px 12px;padding:0;background-color:inherit;overflow:hidden}.widget-button .card-button .card-meta{padding:0}.widget-button .card-button .button-content-container{display:flex;height:100%}.widget-button .card-button .button-content-container .widget-button-image{display:block;margin-bottom:-1px;box-sizing:initial}.widget-button .card-button .button-content-container .button-arrow{display:flex;align-items:center;padding-left:18px}.widget-button .card-button .button-content-container .button-text-container{display:flex;flex-direction:column;align-items:flex-start;padding-left:1rem;min-width:1rem;justify-content:flex-start;flex:1;height:auto}.widget-button .card-button .button-content-container .button-text-container__title{line-height:normal;letter-spacing:0;overflow:hidden;overflow-wrap:break-word;font-family:var(--font-primary);font-size:23px;font-weight:900;line-height:27.6px;text-align:left;color:var(--topbar-text);margin:0}@media (min-width:1500px) and (max-width:1699px){.widget-button .card-button .button-content-container .button-text-container__title{font-size:21px}}@media (min-width:320px) and (max-width:660px){.widget-button .card-button .button-content-container .button-text-container__title{width:9rem;font-size:unset;line-height:unset;text-wrap:nowrap;padding-bottom:5px}}@media (min-width:320px) and (max-width:660px){.widget-button .card-button .button-content-container .button-text-container__title.text_ICON_TOP{width:unset;font-size:22px;line-height:unset;text-wrap:wrap;padding-bottom:0}}.widget-button .card-button .button-content-container .button-text-container__sub-title{font-family:Epilogue;font-size:16px;font-weight:400;line-height:20px;text-align:left;color:var(--topbar-text)}@media (min-width:320px) and (max-width:660px){.widget-button .card-button .button-content-container .button-text-container__sub-title{font-size:10px;line-height:unset;width:8rem}}.widget-button .card-button .button-content-container.ICON_TOP{height:100%;min-height:15rem;flex-direction:column}.widget-button .card-button .button-content-container.ICON_SIDE_ARROW{flex-direction:row;justify-content:space-between;align-items:center}.widget-button .card-button .button-content-container.ICON_SIDE_ARROW .button-text-container{flex-grow:1}@media screen and (max-width:768px){.widget-button .widget-button-image-container_ICON_TOP{height:190px!important}.widget-button .widget-button-image.img_ICON_TOP{width:auto!important;max-width:none!important}}.formV3-main-section{display:flex;flex-direction:row;flex-wrap:wrap}.formV3-container{width:100%;padding:0 5% 0 2%}.formV3-container .header-info{padding-bottom:20px;display:flex}.formV3-container .header-info__h4{font-family:var(--font-primary);color:var(--topbar-text)}.formV3-container .formV3-main-section{padding:0}.formV3-container .formV3-main-section .label-container{width:35%;display:flex;color:var(--first);align-items:center;justify-content:flex-start;flex-direction:row}.formV3-container .formV3-main-section .field-container{display:flex;align-items:baseline;margin-bottom:12px}.formV3-container .formV3-main-section .field-container .label-container{padding-right:30px;padding-left:30px}.formV3-container .formV3-main-section .field-container .v3-field-element{position:relative;width:65%;border-radius:5px;margin:0}.formV3-container .formV3-main-section .field-container .v3-field-element input{height:40px}.formV3-container .formV3-main-section .field-container .v3-field-element .validation-error{text-align:right;padding-top:4px;color:var(--form-warnings)}.form-modal .formV3-container{padding-bottom:30px}.form-modal .formV3-container .header-info{padding-top:16px;padding-bottom:15px;font-weight:700;display:flex;text-align:center;border-bottom:1px solid #e2e8f0}.form-modal .formV3-container .header-info__h4{font-family:var(--font-primary);color:var(--topbar-text)}.form-modal .formV3-container .formV3-main-section .field-container{padding-bottom:7px;display:flex;margin-bottom:12px;flex-direction:row;align-items:flex-start}.form-modal .formV3-container .formV3-main-section .field-container .label-container{display:flex;padding-bottom:2px;justify-content:flex-start}.form-modal .formV3-container .formV3-main-section .field-container .label-container label{color:var(--first)}.form-modal .formV3-container .formV3-main-section .field-container .v3-field-element input{height:45px}.form-buttons-container{position:relative;display:flex;align-items:center;justify-content:space-between;width:50%}.form-buttons-container .save-button-container{margin:15px;text-align:center;display:flex;font-family:var(--font-secondary);justify-content:flex-start}.hide-arrow .bp2-select__indicators{display:none}.spin-container{position:absolute;top:0;right:0}.table-field-container{padding:10px 0 20px 30px}.bp2-select{border:1px solid red}.bp2-select__control{width:100%!important}.bp2-select__value-container{max-height:40px}.datapicker-wrapper__wrapper-class-name,.datapicker-wrapper input{width:100%}.form-action-popover-content-container{display:flex;flex-direction:column;margin:5px}.form-action-popover-content-container .input-content-label{color:var(--first);font-weight:600}.form-action-popover-content-container .input-label-container{display:flex;flex-direction:row;justify-content:space-between}.form-action-popover-content-container .input-label-container .input-label{display:flex;flex-direction:row;align-items:center;text-wrap:now;white-space:nowrap;margin-right:1rem;color:var(--first)}.form-action-popover-content-container .input-label-container .popover-input{width:auto}.form-action-popover-content-container .popover-form-action-buttons-container{margin-top:1rem;display:flex;flex-direction:row;justify-content:space-between}.filter-select{list-style-type:none;margin:0;width:100%;display:grid;padding:0;gap:1rem;align-items:center}.filter-select__item{display:grid;grid-template-columns:25% 75%;gap:.5rem}.filter-select__item__label{margin:0}.widget-settings{padding-left:2rem!important;padding-right:2rem!important}.filter-widget .ant-form-item-label{top:auto!important}.filter-widget div.buttonWrapper{display:flex;flex-direction:row;gap:.5rem}.filter-widget .presets{display:flex;gap:.5rem;margin-bottom:1rem}.filter-widget .presets__buttons{display:flex;gap:.5rem}.filter-widget .presets__buttons button{margin:0}.presets__buttons__modal{display:flex;gap:.5rem;flex-direction:column;align-items:start;width:150px}.horizontal-wrapper .presets{width:fit-content}.horizontal-wrapper .horizontal-view{display:flex;flex-direction:column;justify-content:flex-start;flex-wrap:wrap}.horizontal-wrapper .horizontal-view div.formItemWrapper{display:flex;flex-direction:row;flex-wrap:wrap;width:100%!important;flex-basis:9.1%;height:120px;justify-content:flex-start}.horizontal-wrapper .horizontal-view div.formItemWrapper .ant-form-item-label{flex-basis:29px}.horizontal-wrapper .horizontal-view div.formItemWrapper div:first-of-type label{padding-left:2%}.horizontal-wrapper .horizontal-view div.filter-fields__field{padding-right:20px}.horizontal-wrapper .horizontal-view div.buttonWrapper{display:flex;flex-direction:row}@media (max-width:1200px){.horizontal-wrapper .horizontal-view div .ant-form-item-label{flex-basis:32px}}@media (max-width:768px){.horizontal-wrapper .horizontal-view div{flex-basis:18%}}@media (max-width:576px){.horizontal-wrapper .horizontal-view div{flex-basis:23%}}.form-builder-formSelect-wrapper{margin-bottom:2rem}.form-builder .form-builder-details{padding:14px 18px;margin-bottom:1rem;display:flex;justify-content:space-between}.form-builder .form-builder-details .form-builder-details-content .title{font-size:17px;color:#1e293b;padding:0;font-weight:400}.form-builder .form-builder-details .form-builder-details-content .description{font-size:15px;color:#94a3b8}.form-builder .form-builder-details .form-builder-details-content .ant-form-item{display:flex;flex-direction:column;align-items:flex-start;margin:0 0 1rem}.form-builder .form-builder-details .form-builder-details-content .ant-form-item input,.form-builder .form-builder-details .form-builder-details-content .ant-form-item textarea{width:20rem;margin-top:.5rem}.form-builder .form-builder-details .form-builder-details-open{background-color:initial;border:none;padding:0;cursor:pointer}.form-builder-details-modal{display:flex;flex-direction:column;gap:2rem;padding:16px 40px}.form-builder-details-modal label{display:block;margin-bottom:.5rem}.form-builder-input-actions{position:absolute;top:50%;right:20px;display:flex;gap:8px;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.form-builder-input-actions button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;transform:translate(50%,-50%);border-radius:50%;background-color:#fff;border:1px solid var(--btn-primaryBackground);cursor:pointer}.form-builder-input-actions .form-builder-input-action-duplicate svg{width:14px}.form-builder-input-actions .form-builder-input-action-delete svg{width:12px;fill:#d90000}.form-builder-section{flex-direction:column;width:100%;border-bottom:1px solid #cbd5e1;padding:0 0 12px;margin-top:1.5rem}.form-builder-section,.form-builder-section-header{display:flex;justify-content:space-between}.form-builder-section-header button{padding:0;background-color:initial;border:none;cursor:pointer}.form-builder-section-body{padding:16px 0}.form-builder-section-title{font-size:18px}.form-builder-section-title input{margin-top:-10px}.form-builder-section{position:relative}.form-builder-section:hover .form-builder-section-edit{opacity:1;visibility:visible;transition:opacity .2s}.form-builder-section-edit{position:absolute;top:50%;right:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;transform:translate(50%,-50%);border-radius:50%;background-color:#fff;border:1px solid var(--btn-primaryBackground);cursor:pointer;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.form-builder-input{position:relative}.form-builder-input input{border:1px solid #ddd;padding:0 1rem;height:2.5rem;width:100%}.form-builder-input-label{display:block;margin-bottom:.25rem}.form-builder-input-label-hidden{font-size:11px;margin-left:4px;color:#b1b1b1}.form-builder-input-switch{display:flex;gap:1rem;align-items:center}.form-builder-input-required{color:red}.form-builder-columns:hover .form-builder-input-actions,.form-builder-input:hover .form-builder-input-actions,.form-builder-section:hover .form-builder-input-actions{opacity:1;visibility:visible;transition:opacity .2s}.form-builder-body{padding:0 16px 16px;position:relative}.form-builder-body div:last-of-type .form-builder-add-action{display:none}.form-builder-body-preview{display:flex;flex-direction:column;gap:1.5rem}.form-builder-edited-element-indicator{width:6px;height:6px;position:absolute;background-color:#ff8a8a;margin-top:.425rem;margin-left:-2rem;border-radius:50%}.form-builder-action-btn{width:32px;height:32px;background:var(--btn-primaryBackground);border:none;border-radius:50%;cursor:pointer}.form-builder-add-action{position:relative;height:24px}.form-builder-add-action:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background-color:initial;transition:background-color .22s}.form-builder-add-action:hover:before{background-color:#dadada}.form-builder-add-action:hover .form-builder-add-action-btn{opacity:1}.form-builder-add-action .form-builder-add-action-btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .22s}.form-builder-info{margin:12px 0;padding-left:0}.form-builder-info li{font-size:12px;list-style:none;margin-bottom:8px;color:#585858}.form-builder-columns{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.form-builder-columns>.form-builder-input-actions{top:4px}.form-builder-column{display:flex;align-items:center;justify-content:center;border:1px dashed #d0dfff;border-radius:6px;min-height:4rem}.form-builder-column .form-builder-action-btn{opacity:0;transition:opacity .2s}.form-builder-column:hover .form-builder-action-btn{opacity:1}.form-builder-column-input{display:flex;flex-direction:column}.form-builder-input-move{display:flex;align-items:center;gap:8px}.form-builder-input-move button{cursor:pointer;background-color:initial;border:none;padding:0;height:16px}.form-builder-input-move button svg{width:16px}.element-settings-settings{background-color:#f1f5f9;border-radius:12px;padding:40px 16px 24px;position:relative}.element-settings-settings .element-settings-close{position:absolute;top:.5rem;right:.5rem;cursor:pointer}.element-settings-name p{display:flex;align-items:center;color:#000;font-size:1rem;line-height:1;height:36px;margin:0}.element-settings .label{color:#585858}.one-col,.two-cols{margin-bottom:1rem}.two-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.form-edit-input-actions{display:flex;gap:.5rem;align-items:center}.form-edit-input-actions .label{margin-right:1rem}.form-delete-input{display:flex;gap:.5rem;align-items:center;background:transparent;border:transparent;padding:.375rem .5rem;cursor:pointer}.form-delete-input svg{width:16px;fill:#d90000}.form-builder-duplicate-input{padding:.375rem .5rem;cursor:pointer;background-color:initial;border:none;display:flex;align-items:center}.form-builder-duplicate-input svg{max-width:1.25em}.form-builder-input-actions-common{display:flex}.form-builder-element-settings-label p,.form-builder-element-settings-placeholder p{display:flex;gap:1rem;align-items:center;color:#000;font-size:1rem;margin:0;height:36px;line-height:1}.form-builder-element-settings-label button,.form-builder-element-settings-placeholder button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background-color:initial;cursor:pointer;border:none;margin-left:-.375rem}.form-builder-element-settings-required{display:flex;flex-direction:column;gap:.75rem}.editable-field-input-wrapper{display:flex;gap:.5rem;align-items:center}.editable-field-input-wrapper input{font-size:12px}.form-builder-settings{display:flex;justify-content:space-between;margin-bottom:2rem}.form-builder-settings-modal{display:flex;flex-direction:column;gap:16px;padding:16px 40px}.form-builder-settings-modal label{display:block;margin-bottom:.5rem;margin-top:1rem}.form-builder-settings-mode,.form-builder-settings-right{display:flex;align-items:center}.form-builder-settings-mode{gap:.75rem;margin-right:2rem}.form-builder-settings-mode label{margin:0}.form-builder{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:1rem;min-height:64vh}.form-builder-preview{grid-column:span 2/span 2;border-radius:12px}.form-builder-preview .fields{background:#f1f5f9;border-radius:12px;min-height:calc(100% - 80px)}.form-builder-preview--preview{grid-column:span 3/span 3}.form-builder-actions{padding-bottom:16px;display:flex;justify-content:center;gap:8px}.form-builder-row{display:grid;width:100%}.form-builder-forms-list,.form-builder-wrapper{display:flex;flex-direction:column}.form-builder-forms-list{padding-left:0;margin-top:2rem;gap:1rem}.form-builder-forms-list li{list-style:none}.form-builder-forms-list li button{background-color:initial;border:none;text-decoration:underline;cursor:pointer}.formV3-settings-container{padding:15px}.formV3-settings-container .formv3-option-container{margin-bottom:5px;display:flex;align-items:center;flex-direction:row}.infinite-list-widget{box-shadow:none!important}.infinite-list-widget .card-extra{position:absolute;z-index:2}.infinite-list-widget .card-head{border-radius:20px;position:relative}.infinite-list-widget .drag-handle{top:18px!important;left:15px;z-index:2;cursor:move}.infinite-list-widget ::-webkit-scrollbar-thumb{border:5px solid transparent;border-radius:24px;box-shadow:inset 4px 0 0 4px rgba(0,0,0,.247)}.infinite-list-widget ::-webkit-scrollbar-track,.infinite-list-widget ::-webkit-scrollbar-track-piece{background-color:initial!important}.infinite-list-widget .bp2-card-component{background-color:initial!important}.infinite-list-widget .bp2-card-component.gx-card-widget{background-color:initial!important;border:transparent!important}.infinite-list-widget .bp2-card-component.gx-card-widget>.card-body,.infinite-list-widget .card-body{background-color:initial!important}.infinite-list-widget .card-body{overflow:hidden}.infinite-list-widget .infinity-case-item-count-bar{background-color:#f8f8f8;border-radius:4px;color:#000;display:flex;align-items:center;height:40px;margin-right:17px;justify-content:flex-start;padding-left:10px;margin-bottom:10px}.infinite-list-widget .infinity-case-item-count-bar__item{margin-right:1rem;display:flex;align-items:center;flex-direction:row}.infinite-list-widget .infinity-case-item-count-bar__item .image{margin-right:.5rem}.infinite-list-widget .infinity-case-item-count-bar__item .ammout{margin-left:.2rem}.infinite-list-widget .major-infinite-list-widget{height:92%;overflow-y:scroll;overflow-x:hidden}.infinite-list-widget .single-case-in-infinite-list{margin:0 0 10px;border-radius:10px}@-moz-document url-prefix(){.infinite-list-widget .single-case-in-infinite-list{padding-right:10px}}.infinite-list-widget .card-body{padding:0!important}.infinite-list-spinner{position:absolute;z-index:100;left:50%;top:40%;margin:0;transform:translate(-50%,-50%)}.profile-add-container{display:flex}.profile-add-container .add-profile-title{flex-basis:100%}.profile-add-container .profile-id-settings-input,.profile-add-container .profile-name-settings-input{height:36px;margin-right:10px}.profile-add-container .profile-id-settings-input{text-indent:10px;border-radius:4px}.profile-add-container .profile-id-settings-input::placeholder{color:#b7b7b7}.profile-add-container .add-profile-btn{margin-left:10px}.added-profile-value{margin:0 10px 0 5px;font-weight:600}.sys-actions-visibility-container{position:relative}.sys-actions-visibility-container__label{margin-top:2rem;width:30rem;position:relative;display:flex}.sys-actions-visibility-container__label .name{line-height:1rempx}.infinite-list-widget-empty{display:flex;justify-content:center;align-items:center;flex-direction:column}.infinite-list-widget-empty__message{font-size:large;font-weight:700;font-family:var(--font-primary)}.newsletter-widget,.newsletter-widget .bp2-card-component{height:auto}.new-template-button{width:100%;height:300px;background-color:#fff;border:1px solid #ebebeb;border-radius:8px;cursor:pointer;font-size:32px;display:flex;justify-content:center;align-items:center;transition:.4s;flex-direction:column}.new-template-button:hover{background-color:#f5f5f5;font-size:32.6px}.new-template-button:hover .empty-template-img{transform:scale(1.05)}.first-step-container,.third-step-container{display:grid;grid-template-columns:repeat(2,1fr);column-gap:.5rem}.ant-card-bordered{margin-bottom:5px!important}.empty-template-img{opacity:.1;width:100px;position:relative;top:-20px;transition:.4s}.steps-content{margin-top:16px;border:1px dashed #e9e9e9;border-radius:6px;background-color:#fafafa;min-height:200px;text-align:center;padding:40px 22px 22px}.steps-action{display:flex;justify-content:space-between;margin-top:24px}.steps-action .steps-prev-btn{margin-left:8px}.maxHScroll{max-height:300px;overflow:auto}.summary-left-panel{padding:15px 0;text-align:left}.summary-left-panel__box{display:flex;gap:.6rem}.csv-container{margin-left:5px}.csv-container div .attachment-position{position:relative;top:2px}.upload-div{padding-top:10px;padding-right:15px;width:100%;text-align:right}.csv-input{opacity:1}.single-case-wrapper{position:relative;border-radius:6px;width:100%;height:auto;max-height:80vh;background-color:var(--default-background);overflow-y:scroll;overflow-x:hidden;scrollbar-width:none}.single-case-wrapper .single-case__img .case-image__button{top:17px;height:24px;font-size:12px;padding:0 6px}.single-case-wrapper .single-case__img .upload-button{right:52px}.single-case-wrapper .single-case__img .delete-button{right:17px}.single-case-wrapper .single-case__img.no-image{height:50px}.single-case-wrapper .single-case__header{display:flex;justify-content:flex-start;align-items:center;width:100%;padding:17px 0 17px 12px;border:none;border-radius:6px 6px 0 0;overflow:hidden;top:0;position:absolute;z-index:1}.single-case-wrapper .single-case__header__wrapper{display:flex;align-items:center;gap:6px}.single-case-wrapper .single-case__header__wrapper__title{font-weight:700;margin:0;padding:4px 12px;border-radius:var(--borderRadius);letter-spacing:.7px;background-color:var(--first);color:#fff;text-transform:uppercase;line-height:120%;font-family:"IBM Plex Sans"}.single-case-wrapper .single-case__body{padding:12px}.single-case-wrapper .single-case__body p{margin:0}.single-case-wrapper .single-case__title-wrapper{font-size:19px}.single-case-wrapper .single-case__title-wrapper__title{display:block;margin:0;font-size:23px;line-height:125%;font-style:normal;font-weight:400;word-wrap:break-word;cursor:pointer;color:#1e293b;transition:.3s}.single-case-wrapper .single-case__title-wrapper__title:active,.single-case-wrapper .single-case__title-wrapper__title:hover{color:#1e293b;text-decoration:underline}.single-case-wrapper .single-case__title-wrapper__sender{display:flex;gap:6px;align-items:center;padding-bottom:12px;font-size:13px;line-height:120%;color:#334155}.single-case-wrapper .single-case__title-wrapper__sender__tag{padding:2px;font-size:11px;line-height:120%;border-radius:var(--borderRadius);background:#f8fafc}.single-case-wrapper .single-case__title-wrapper__sender__divider{height:17px;margin:0}.single-case-wrapper .single-case__title-wrapper__sender__date{font-size:11px;line-height:120%;color:#334155}.single-case-wrapper .single-case__info-wrapper{position:relative;color:#334155}.single-case-wrapper .single-case__info-wrapper__label{display:block;font-size:11px;line-height:120%;text-align:start}.single-case-wrapper .single-case__info-wrapper__content{padding:6px 24px 12px 0;line-height:120%;text-align:start;overflow-wrap:break-word}.single-case-wrapper .single-case__info-wrapper__content--hidden{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.single-case-wrapper .single-case__info-wrapper__icon{display:flex;gap:.4rem;align-items:center;position:absolute;top:3px;right:10px;font-size:11px;line-height:120%;color:#64748b}.single-case-wrapper .single-case__info-wrapper__icon svg{transition:.3s}.single-case-wrapper .single-case__info-wrapper__icon--rotated{transform:rotate(180deg)}.single-case-wrapper .single-case__info-wrapper__link-wrapper{display:flex;align-items:center;gap:10px;padding:8px 0 12px}.single-case-wrapper .single-case__info-wrapper__link-wrapper__link{font-style:normal;font-weight:400;font-size:13px;line-height:120%;color:#64748b;text-decoration:underline;overflow-wrap:anywhere}.single-case-wrapper .single-case__info-wrapper__date-wrapper{display:flex;align-items:center;gap:6px;padding:8px 0}.single-case-wrapper .single-case__info-wrapper__date-wrapper__date{line-height:120%;color:#64748b}.single-case-wrapper .single-case__info-wrapper__date-wrapper svg{margin-right:4px}.single-case-wrapper .single-case__actions{display:flex;align-items:center;gap:12px;padding:0 0 12px;width:100%}.single-case-wrapper .single-case__actions__inner{flex-grow:1;display:flex;align-items:center;gap:12px;max-width:calc(100% - 120px)}.single-case-wrapper .single-case__actions__inner .message-buttons-dropdown-btn,.single-case-wrapper .single-case__actions__inner .normal-buttons__single__action,.single-case-wrapper .single-case__actions__inner .plan-message-modal__button{flex-grow:1;flex-basis:0;min-width:unset;width:unset;overflow:hidden;line-height:1.8;gap:6px;text-align:center}.single-case-wrapper .single-case__actions__inner .message-buttons-dropdown-btn .arrow-icon,.single-case-wrapper .single-case__actions__inner .normal-buttons__single__action .arrow-icon,.single-case-wrapper .single-case__actions__inner .plan-message-modal__button .arrow-icon{font-size:19px;color:var(--btn-primaryText)}.single-case-wrapper .single-case__actions__inner .normal-buttons__single__action{height:28px;border:none;background-color:var(--btn-primaryBackground)}.single-case-wrapper .single-case__actions__inner .normal-buttons__single__action:hover{background-color:var(--btn-primaryHover);border-color:var(--btn-primaryHover)}.single-case-wrapper .single-case__actions__inner .normal-buttons__single__action a{color:var(--btn-primaryText);font-size:14px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.8;text-align:center;width:min-content}.single-case-wrapper .single-case__actions .message-buttons-dropdown-btn{height:28px;padding:0;font-size:14px}.single-case-wrapper .single-case__actions .plan-message-modal__button{height:28px}.single-case-wrapper .single-case__actions__button{display:flex;gap:6px;height:28px;padding:6px;justify-content:center;align-items:center;flex-grow:1;color:#334155;border-color:var(--btn-thirdBackground);background-color:var(--btn-thirdBackground)}.single-case-wrapper .single-case__actions__button:hover{background-color:var(--btn-primaryHover);border-color:var(--btn-primaryHover)}.single-case-wrapper .single-case__actions__button--highlight{background-color:var(--btn-primaryBackground);border-color:var(--btn-primaryBackground);color:var(--btn-primaryText)}.single-case-wrapper .single-case__actions__button--comment{flex-grow:0;flex-shrink:1;padding:8px 12px}.single-case-wrapper .single-case__actions__open-case-wrapper{display:flex;align-items:center}.single-case-wrapper .single-case__actions__open-case-wrapper__divider{height:28px}.single-case-wrapper .single-case__actions__open-case-wrapper__link{display:flex;gap:.8rem;padding:6px 8px;margin-left:auto;color:inherit;transition:.3s;border-radius:5px}.single-case-wrapper .single-case__actions__open-case-wrapper__link__title{font-family:"IBM Plex Sans";font-size:13px;font-style:normal;font-weight:400;line-height:120%;text-wrap:nowrap}.single-case-wrapper .single-case__actions__open-case-wrapper__link svg{fill:var(--btn-primaryHover);transition:.3s}.single-case-wrapper .single-case__actions__open-case-wrapper__link:hover{background-color:var(--btn-primaryHover);color:var(--first)}.single-case-wrapper .single-case__actions__open-case-wrapper__link:hover svg{fill:var(--first)}.single-case-wrapper .single-case__comments__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.single-case-wrapper .single-case__comments__scroller{min-height:50px;height:24vh}.single-case-wrapper .single-case__comments__scroller:first-of-type(div){display:flex;flex-direction:column;gap:12px}.single-case-wrapper .single-case__comments__scroller ::-webkit-scrollbar{width:5px}.single-case-wrapper .single-case__comments__scroller button{display:none}.single-case-wrapper .single-case__comments__add-comment-wrapper{display:flex;align-items:start;gap:.5em;padding-top:12px}.single-case-wrapper .single-case__comments__add-comment-wrapper__avatar{flex-shrink:0}.single-case-wrapper .single-case__comments__add-comment-wrapper__add-comment{position:relative;padding:0}.single-case-wrapper .single-case__comments__add-comment-wrapper__add-comment .comment-textarea{min-height:60px;padding:10px 11px 7px 13px;border-radius:var(--borderRadius)}.single-case-wrapper .single-case__comments__add-comment-wrapper__add-comment button{position:absolute;bottom:7px;right:-5px;border:none;background-color:initial!important}.single-case-wrapper .single-case__divider{margin:12px 0}.single-case-wrapper::-webkit-scrollbar{display:none}.plan-message-modal{z-index:1001}.plan-message-modal__next-day-info{height:35px;display:flex;justify-content:center;align-items:flex-start}.plan-message-modal__next-day-icon{width:20px;height:20px;margin-right:8px}.plan-message-modal__deadline.show-deadline-date{margin-left:20px;margin-top:12px}.plan-message-modal__button{height:32px;display:inline-flex;padding:8px 12px;justify-content:center;align-items:center;gap:6px;font-size:13px;min-width:150px}.plan-message-modal__button svg{fill:var(--first)!important}.plan-message-modal__button__date{color:var(--first);font-size:13px;font-weight:400;line-height:120%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.plan-message-modal__button__date__divider{background:var(--first);margin:0 4px}.plan-message-modal__button--overdue{background-color:#fed7aa;border-color:#fed7aa;color:#ea580c}.plan-message-modal__button--overdue .plan-message-modal__button__date{color:#ea580c}.plan-message-modal__button--overdue .plan-message-modal__button__date .plan-message-modal__button__date__divider{background:#ea580c}.plan-message-modal__button--overdue svg{fill:#ea580c!important}.plan-message-modal__button--overdue:hover{background-color:#ffcd94;border-color:#ffcd94}.plan-message-modal__button--over-deadline{background-color:#fecaca;border-color:#fecaca;color:#dc2626}.plan-message-modal__button--over-deadline .plan-message-modal__button__date{color:#dc2626}.plan-message-modal__button--over-deadline .plan-message-modal__button__date .plan-message-modal__button__date__divider{background:#dc2626}.plan-message-modal__button--over-deadline svg{fill:#dc2626!important}.plan-message-modal__button--over-deadline:hover{background-color:#fbb;border-color:#fbb}.plan-message-modal .icon-close{padding:8px}.plan-message-modal .p2{margin-bottom:0}.plan-message-modal .modal-top-bar{border-bottom:1px solid #cbd5e1;padding-left:20px;justify-content:start}.plan-message-modal .modal-body{height:100%;display:flex;flex-direction:column;justify-content:flex-start;margin:0;padding:0}.plan-message-modal .modal-footer{display:block}.plan-message-modal .close-modal-button{right:0;top:0;margin:0;padding:0;font-size:32px}.plan-message-modal .icon-chat{font-size:18px;margin:0 4px}.plan-message-modal>*{padding:5px}.plan-message-modal__close-btn{position:absolute;top:9px;right:12px;opacity:1}.plan-message-modal__title-container{padding:8px 20px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.plan-message-modal__title-container .plan-message-modal__title-text{margin:4px 0}.plan-message-modal__header{font-family:var(--font-secondary);display:flex;flex-direction:row;justify-content:flex-start;align-items:center;height:48px}.plan-message-modal__header .header-title{margin-left:12px;margin-bottom:0;color:#1e293b}.plan-message-modal__planning-suggestion-spinner{width:100%}.plan-message-modal__planning-suggestion-icon__disabled{opacity:.5}.plan-message-modal__planning-suggestion-icon{cursor:pointer}.plan-message-modal__planning-suggestion-container{padding:12px;background-color:var(--planner-btn-primary-alpha);border:1px solid var(--planner-btn-primary);border-radius:6px;height:60px;margin:0 20px;display:flex;justify-content:space-between;align-items:center;color:var(--first)}.plan-message-modal__planning-suggestion-container .suggested-time{display:flex;justify-content:space-between;align-items:center;gap:12px}.plan-message-modal__planning-suggestion-container .suggested-time .planning-suggestion-button{color:var(--btn-primaryText);font-size:13px;padding:4px 12px;width:fit-content;height:fit-content;line-height:15px}.plan-message-modal__main-planning-container{padding:10px 20px 0;display:grid;grid-template-columns:2fr 5fr 5fr;gap:10px;justify-content:space-between;align-items:center}.plan-message-modal__main-planning-container .p2{color:var(--first)}.plan-message-modal__main-planning-container .main-planning-container__set-duration .duration-picker input{width:90px;border:1px solid var(--background)}.plan-message-modal__main-planning-container .main-planning-container__select-day{display:grid;grid-column-gap:0;grid-template-columns:165px 35px;justify-self:center}.plan-message-modal__main-planning-container .main-planning-container__select-day .day-picker{width:165px}.plan-message-modal__main-planning-container .main-planning-container__select-day .day-picker input{border-radius:6px 0 0 6px;border:1px solid var(--background);border-right:0;width:165px!important}.plan-message-modal__main-planning-container .main-planning-container__select-day .p2.day{grid-column:1/span 2}.plan-message-modal__main-planning-container .main-planning-container__select-day .day-locker{display:flex;align-items:center;justify-content:center;cursor:pointer}.plan-message-modal__main-planning-container .main-planning-container__select-day .day-locker.lock{border-radius:0 6px 6px 0;background-color:var(--btn-primaryBackground);border:1px solid var(--btn-primaryBackground)}.plan-message-modal__main-planning-container .main-planning-container__select-day .day-locker.unlock{border-radius:0 6px 6px 0;background-color:var(--messages-list-iconBackground);border:1px solid var(--background)}.plan-message-modal__main-planning-container .main-planning-container__select-hour{display:grid;grid-column-gap:0;grid-template-columns:165px 35px;margin-left:auto}.plan-message-modal__main-planning-container .main-planning-container__select-hour .hour-picker input{width:165px;border-radius:6px 0 0 6px;border:1px solid var(--background);border-right:0}.plan-message-modal__main-planning-container .main-planning-container__select-hour .hour-picker svg{font-size:18px}.plan-message-modal__main-planning-container .main-planning-container__select-hour .p2.hour{grid-column:1/span 2}.plan-message-modal__main-planning-container .main-planning-container__select-hour .hour-locker{display:flex;align-items:center;justify-content:center;cursor:pointer}.plan-message-modal__main-planning-container .main-planning-container__select-hour .hour-locker.lock{border-radius:0 6px 6px 0;background-color:var(--btn-primaryBackground);border:1px solid var(--btn-primaryBackground)}.plan-message-modal__main-planning-container .main-planning-container__select-hour .hour-locker.unlock{border-radius:0 6px 6px 0;background-color:var(--messages-list-iconBackground);border:1px solid var(--background)}.plan-message-modal__time-used-container{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;padding:10px 20px 0}.plan-message-modal__time-used-container .time-used-value{background-color:#94a3b8;color:#fff;padding:3px 6px;border-radius:4px;margin:0 5px;transform:scaleX(1.05)}.plan-message-modal__private-tags-container{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;padding:30px 20px 0}.plan-message-modal__private-tags-container .p2{grid-row:1;grid-column:1;color:var(--first);align-self:center}.plan-message-modal__private-tags-container .plan-message-modal-textarea{grid-row:2;grid-column:1/span 2}.plan-message-modal__private-tags-container .plan-message-modal-textarea input{border-radius:6px;border-color:var(--background);height:40px}.plan-message-modal__private-tags-container .automatic-private-tags-button{justify-self:end;align-self:center;height:24px;padding:0 8px}.plan-message-modal__automatic-tags-container{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,minmax(auto,auto));padding:0 20px;grid-auto-rows:minmax(50px,auto)}.plan-message-modal__automatic-tags-container .p2{grid-row:2;grid-column:1;color:var(--first);align-self:center;margin-bottom:10px}.plan-message-modal__automatic-tags-container .plan-message-modal-textarea{grid-row:3;grid-column:1/span 2;height:45px}.plan-message-modal__comments-container{display:flex;flex-direction:column;justify-content:flex-start;padding:20px 20px 5px}.plan-message-modal__comments-container .p2{color:var(--first);padding-bottom:8px}.plan-message-modal__buttons{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:10px 22px 12px 15px}.plan-message-modal__buttons .bp2-button{font-size:14px;width:fit-content;height:fit-content;padding:10px 24px;color:var(--first)}.plan-message-modal__buttons .button-save{color:var(--btn-primaryText)}.plan-message-modal__add-comment.add-comments-container{padding:0}.plan-message-modal__add-comment.add-comments-container .comment-textarea.modal-mode{min-height:40px}.plan-message-modal__add-comment.add-comments-container .comment-textarea{background-color:var(--default-background);border-color:var(--background)}.add-comments-container{display:flex;flex-grow:1;flex-direction:column;justify-content:space-around;padding:12px 18px 24px;gap:12px;width:100%}.add-comments-container.modal-mode{padding:0 18px 0 0}.add-comments-container .comment-textarea{border:1px solid #cbd5e1;background:#f8fafc;border-radius:var(--borderRadius);padding-block:4px;padding-inline:11px;line-height:normal;min-height:80px;transition:.3s;outline:none}.add-comments-container .comment-textarea img{width:220px;cursor:pointer}.add-comments-container .comment-textarea:focus,.add-comments-container .comment-textarea:hover{border:1px solid var(--first)}.add-comments-container .comment-textarea.modal-mode{min-height:138px}.add-comments-container__buttons{display:flex;align-items:center;justify-content:space-between;gap:8px}.message-buttons-dropdown-btn.add-comments-container__buttons__dropdown-btn{height:100%}.add-comments-container__buttons button:hover,.message-buttons-dropdown-btn.add-comments-container__buttons__dropdown-btn--commented{background:var(--btn-primaryBackground);color:var(--btn-primaryText);border-color:var(--btn-primaryBackground)}.add-comments-container .comment-textarea:empty:not(:focus):before{content:attr(data-placeholder);color:grey}.send-buttons{width:100%}.message-modal-wrapper{position:relative;top:0;left:15px;width:calc(100% - 15px)}.message-modal-wrapper .comment-area,.message-modal-wrapper .select-recipent{margin-top:5px}.normal-buttons__single__action a{display:flex;align-items:center;height:100%;width:100%;color:var(--btn-defaultText);text-align:start}.normal-buttons__with-list{display:flex;align-items:center;gap:5px}.normal-buttons__with-list button{border:none;margin:0!important;height:32px;font-size:14px;line-height:1.8}.move-forward-modal{height:auto}.move-forward-modal-body{padding:1rem 0}.message-buttons-dropdown-btn{height:32px;display:flex;align-items:center;gap:.4rem;line-height:120%;border:none;font-size:15px}.message-buttons-dropdown .create-chat-in-message-btn{color:var(--btn-defaultText)}.message-buttons-dropdown .items-container{padding:.3rem}.message-buttons-dropdown .items-container button.bp2-disabled-true{pointer-events:visible;cursor:not-allowed}.message-buttons-dropdown .items-container button{padding:20px 12px!important;font-size:16px;margin:0!important;height:22px;width:100%;border:none;justify-content:flex-start;background-color:#f8f8f8}.message-buttons-dropdown .items-container button:hover{color:var(--btn-primaryText);background-color:var(--btn-primaryBackground)}.message-buttons-dropdown .items-container button:hover a{color:var(--btn-primaryText)}.message-buttons-divider{margin:.3rem 0}.single-action{color:var(--btn-primaryText);background-color:var(--btn-primaryBackground)}.single-action:hover{background-color:var(--btn-primaryHover);color:var(--btn-primaryText)}.show-deadline-date{width:fit-content;display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:6px;border-radius:var(--borderRadius);background:#fef3c7;font-size:11px;color:#d97706;font-weight:500;margin:0}.show-deadline-date span{padding:1px 4px;background:#fde68a}.fullscreen-image-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:9999}.fullscreen-image-overlay img{max-height:90vh;max-width:90vw;object-fit:contain}.comment-anchor{font-weight:700;color:var(--second);cursor:pointer}.comment-anchor:hover{text-decoration:underline}.comment-item-content img{width:220px;cursor:pointer}.case-image{position:relative;height:10rem;background-repeat:no-repeat;background-position:50%;background-size:cover}.case-image__button{position:absolute;z-index:2}.case-image.no-image{height:80px}.case-image.no-image:after{content:none}.kanban-settings-container{position:relative;width:100%;height:100%}.kanban-settings-container .kanban-settings-loader{display:flex;justify-content:center;padding:100px;position:absolute;top:50px;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.5)}.kanban-settings-container .kanban-settings-save{margin:0 0 0 25px}.kanban-settings-container .item-content-container{padding:10px}.kanban-settings-container .item-content-row-container{display:flex;flex-direction:column;align-items:start;gap:.5rem;width:115%;padding:5px;margin-bottom:5px;border-radius:10px;border:2px solid var(--first)}.kanban-settings-container .item-content-row-container>.ant-btn-danger{margin:10px 0 auto auto}.kanban-settings-container .item-content-row-container .item-content-row-name{margin:0 0 5px 10px;width:100%;color:var(--first)}.kanban-settings-container .item-content-row-container .item-content-columns-list{width:85%}.kanban-settings-container .item-content-row-container .item-content-columns-list .item-content-column-container{padding:10px;margin-bottom:5px;border-radius:10px;border:2px solid var(--second);display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap}.kanban-settings-container .item-content-row-container .item-content-columns-list .item-content-column-container .item-content-column-name{margin:0 0 5px 10px;width:100%;color:var(--second)}.kanban-settings-container .item-content-row-container .item-content-columns-list .item-content-column-container .ant-btn{margin:0 0 0 10px}.kanban-settings-container .item-content-row-container .item-content-columns-list .item-content-column-container .ant-select{width:40%}.kanban-settings-container .item-content-row-container .item-content-columns-list .item-content-column-container .item-content-switch-container{display:flex;flex-direction:row;align-items:center;margin:20px 10px 5px}.kanban-settings-container .ant-form-item .ant-switch{margin:-5px 0 4px}.kanban-settings-container .ant-input,.kanban-settings-container .ant-select-selection--single{max-width:280px}.kanban-settings-container .ant-form-item-children{color:var(--default-secondaryText)}.ant-col-6{width:35%}.ant-col-18{width:65%}.colors-list .colors-item{display:grid;grid-template-columns:10fr 1fr 1fr;align-items:center;justify-content:space-between}.colors-list .colors-item__picker{position:relative;text-align:center}.colors-list .colors-item__picker .wheel{vertical-align:middle;border:none;width:auto;height:auto;cursor:pointer;background:none}.colors-list .colors-item__picker .wheel::-webkit-color-swatch-wrapper{padding:0;width:25px;height:25px}.colors-list .colors-item__picker .wheel::-webkit-color-swatch{border:none;border-radius:15px;padding:0}.colors-list .colors-item__picker .icon-pipette{pointer-events:none;position:absolute;left:10px;top:14px}.colors-list .colors-item .button-reset-color{align-self:baseline;padding:10px 5px;width:5px;height:5px}.colors-list .colors-item__picker .wheel.no-picked::-webkit-color-swatch{background:conic-gradient(#ffc,#fcc,#fcf,#ccf,#cff,#cfc,#e6ffcc)}.color_settings-item_color-container{display:flex;align-items:center;gap:16px}.color_settings-item_color-container .colors-item-wrapper{display:flex}.color_settings-item_color-container .colors-item-wrapper .colors-item__picker .icon-pipette{pointer-events:none;position:absolute;left:50%;transform:translate(-50%,-50%)}.color_settings-item_color-container .colors-item-wrapper .button-reset-color{align-self:baseline;padding:1px 5px;width:6px;height:2px}.color_settings-item_color-container .button-delete-color-item{margin-left:6px;padding:0 10px}.kanbanWidget-container{display:flex;flex-direction:column;position:relative;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;min-height:50px;height:100%;width:100%}.kanbanWidget-container .items-loader{position:absolute;inset:0;width:100%;height:100%;background:hsla(0,0%,100%,.75);display:grid;place-items:center;z-index:2}.kanbanWidget-container .kanban-spin-loader{margin:0 auto}.kanbanWidget-container .arrows-container{width:100%;margin:0 auto;height:fit-content;display:flex;justify-content:space-between;align-items:center}.kanbanWidget-container .arrows-container .arrow-button{width:60px;height:50px;font-size:25px;margin:10px 20px;opacity:.7}.kanbanWidget-container .list-kanban-sum{padding:5px 10px;display:flex;flex-direction:row;justify-content:flex-start;width:100%;font-style:italic}.kanbanWidget-container .container-for-settings{display:grid;grid-template-columns:170px 170px auto;grid-template-areas:"sortColumns sortColumns blockValueOnMove" "sortRows sortRows profiles";width:100%;margin-bottom:20px}.kanbanWidget-container .container-for-settings .settings-blockValueOnMove{grid-area:blockValueOnMove;display:flex;flex-direction:row;justify-content:end}.kanbanWidget-container .container-for-settings .kanban-switch-blockValueOnMove{margin:auto 0}.kanbanWidget-container .container-for-settings .switch-text{margin-right:10px;line-height:20px;display:flex;align-items:center;justify-content:end;grid-area:switch_text}.kanbanWidget-container .container-for-settings .kanban-select-sort{grid-area:select_sort}.kanbanWidget-container .container-for-settings .settings-sortRows{grid-area:sortRows}.kanbanWidget-container .container-for-settings .settings-sortColumns{grid-area:sortColumns}.kanbanWidget-container .container-for-settings .sort-container{display:grid;grid-template-columns:80px auto 50px;grid-template-rows:auto;grid-template-areas:"switch_text select_sort arrow_sort"}.kanbanWidget-container .container-for-settings .sort-container .ant-select{max-width:200px}.kanbanWidget-container .container-for-settings .sort-container>*{margin:5px}.kanbanWidget-container .container-for-settings .kanban-button-arrow_sort{width:36px;grid-area:arrow_sort}.kanbanWidget-container .container-for-settings .profile-select-container{grid-area:profiles;display:flex;align-items:baseline;justify-content:end}.kanbanWidget-container .container-for-settings .profile-select{max-width:200px;width:100%}.kanbanWidget-container .container-for-settings .profile-text{padding-right:10px}.kanbanWidget-container .container-for-list{scroll-behavior:smooth;overflow-x:auto;overflow-y:hidden;white-space:nowrap;width:inherit;display:flex;justify-content:flex-start;flex-direction:row}.kanbanWidget-container .container-for-list div h6{color:#8c8c8c}@media screen and (max-width:766px){.kanbanWidget-container .container-for-list{overflow:hidden}}.kanbanWidget-container .processes-list{max-height:22.5px}.kanbanWidget-container .processes-list .processes-list__item{margin:0}.kanbanWidget-container .kanban-column-container{display:flex;flex-direction:column;align-items:center;padding:10px 5px;border-radius:30px;margin:10px;position:relative}.kanbanWidget-container .kanban-column-container .kanban-column-list{margin:4px;padding:4px 0 4px 4px;overflow:auto;border-radius:10px;width:fit-content;height:fit-content}.kanbanWidget-container .kanban-column-container .kanban-column-list::-webkit-scrollbar{display:block;width:16px;color:rgba(0,0,0,.25098039215686274)!important}.kanbanWidget-container .kanban-column-container .kanban-column-list::-webkit-scrollbar-button{display:none}.kanbanWidget-container .kanban-column-container .kanban-column-list::-webkit-scrollbar-track,.kanbanWidget-container .kanban-column-container .kanban-column-list::-webkit-scrollbar-track-piece{background-color:#fff!important}.kanbanWidget-container .kanban-column-container .kanban-column-list::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.25098039215686274);box-shadow:4px 0 0 4px var(rgba(0,0,0,.25098039215686274)) inset;background-color:transparent;border:5px solid transparent;border-radius:24px;box-shadow:inset 4px 0 0 4px rgba(0,0,0,.25098039215686274)}.kanbanWidget-container .kanban-column-container .kanban-column-list::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.3764705882352941) inset;box-shadow:inset 4px 0 0 4px rgba(0,0,0,.3764705882352941)}.kanbanWidget-container .kanban-column-container .kanban-column-hide-icon{position:absolute;top:-5px;right:0;font-size:20px;opacity:0;transition:.2s}@media screen and (max-width:766px){.kanbanWidget-container .kanban-column-container .kanban-column-hide-icon{opacity:.6}}.kanbanWidget-container .kanban-column-container:hover .kanban-column-hide-icon{opacity:.6}.kanbanWidget-container .kanban-column-dummy{height:600px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:hsla(0,0%,92.5%,.8)}.kanbanWidget-container .kanban-column-show-icon{margin:5px 5px 0;font-size:20px;opacity:.6}.kanbanWidget-container .kanban-column-show-icon i{margin:0}.draggable-item-kanban{user-select:none;padding:5px;margin:0 0 5px;box-shadow:0 3px 8px rgba(0,0,0,.24);border-radius:5px;background-color:#fff}.draggable-item-kanban-dragged{border:2px solid var(--first)}.kanban-item{color:#000!important;display:flex;flex-direction:row;justify-content:space-between;position:relative;overflow:hidden;height:100%;font-weight:500}.kanban-item .edit-icon{position:absolute;top:5px;right:4px}.kanban-item .icon-edit:before{color:#000}.kanban-item .kanban-item-content{width:94%}.kanban-item .ant-select{min-width:150px}.kanban-item .kanban-item-content-separator{border-right:1px solid;width:1px;margin:0 5px;opacity:.5}.kanban-item .kanban-item-value{text-overflow:ellipsis;cursor:pointer;padding:3px;margin:0;color:#262626;overflow:hidden;height:22.5px}.kanban-item hr{margin:4px 0;border:none;border-top:1px solid;opacity:.5}.kanban-item .kanban-item-row{display:flex;flex-direction:row;justify-content:flex-start}.kanban-item .processes-dropdown__button{height:21px}.kanban-item .processes-dropdown-no-data{margin:0}.kanban-button-save{margin:10px 10px 0 0}.Kanban-widget .extra-modal-buttons{display:flex;gap:4px}.kanban-item-popover-content .ant-popover-inner{box-shadow:0 0 10px 1px;overflow-wrap:break-word;overflow-y:auto;max-height:700px}.kanban-item-popover-content .ant-popover-title{font-size:14px;padding:5px 12px 4px}.processes-dropdown__item{margin:3px;padding:8px 10px;color:var(--btn-primaryText);border-radius:5px;height:22.5px}.processes-dropdown__item-available{background-color:var(--btn-primaryBackground);color:var(--btn-primaryText)}.processes-dropdown__item-available:hover{background-color:var(--btn-primaryHover);color:var(--btn-primaryText)}.processes-dropdown__button{margin:0;padding:0 10px;height:30px}.processes-list{display:flex;flex-direction:column;gap:1rem;margin:auto}.processes-list__item{margin:5px 0;color:var(--default-text);display:block;text-align:center;border-radius:5px}.processes-list__item-available{margin:0;padding:0 10px;background-color:var(--btn-primaryBackground);color:var(--btn-primaryText);overflow:hidden}.processes-list__item-available:hover{color:var(--btn-primaryText);background-color:var(--btn-primaryHover)}.processes-dropdown-no-data{margin:5px 0;color:var(--default-text);cursor:not-allowed;text-align:center}.container{width:50px;height:1px;background-color:#636161;position:relative;z-index:1;margin-top:7px;margin-right:8px}.circle{display:inline-block;vertical-align:middle;width:10px;height:10px;background-color:#fff;border:1px solid #636161;border-radius:50%;position:absolute;top:-4px;left:calc(100% - 5px)}.summaryWidgetHopps{height:100%}.summaryWidgetHopps .ant-card{height:293.8px}.text-grey{color:grey}.text-cp{color:#284a41;font-weight:500}.image-beer{position:absolute;top:5px;left:5px;height:283.8px;width:80px}.ranges{position:absolute;top:80px;left:50px}.ant-card-body .icon-filter{cursor:pointer;position:relative;top:15px;color:grey}.ant-table-filter-selected{color:#161616!important;font-size:16px!important;top:-1px!important;right:1px!important}.list-widget .ant-select{min-width:150px;width:100%}.no-vertical-border td,.no-vertical-border th{border-right:none!important;border-left:none!important}.editableCell-spin{margin:0 auto;width:100%}.no-horizontal-border td,.no-horizontal-border th{border-top:none!important;border-bottom:none!important}.modal-extra{display:flex;gap:4px}.modal-extra .global-actions-dropdown{margin-top:5px}@media (max-width:768px){.ant-card-head-wrapper{display:flex!important;flex-direction:column!important;align-items:start!important}.ant-card-extra{margin:0!important}.ant-tag{display:block!important}}.additional-header{position:relative;width:100%;display:flex;justify-content:center;align-items:center;border-radius:4px 4px 0 0;min-height:28px;color:#fff;padding:5px 10px;cursor:pointer}.additional-header .hide-map-icon{position:absolute;right:2px;top:0;padding:5px;width:60px;text-align:right;cursor:pointer}.additional-header .hide-map-icon .hide-map-icon-img{width:17px}.additional-header .arrow-icon{pointer-events:none;position:absolute;left:2px;top:1px;padding:5px;cursor:pointer}.additional-header .arrow-icon .hide-map-icon-img{width:13px}.task-info-window-container{transform:translateY(-140px);z-index:101;width:100%;height:100vh;position:absolute;pointer-events:none;display:flex;align-items:center;justify-content:center}.scrollable-div{overflow-y:auto;overflow-x:auto;max-height:66vh}.task-info-window{background-color:#fff;pointer-events:auto;transition:.3s;transform:translate(-6px);border-radius:4px;max-height:66vh;width:96%;padding:3px;position:relative}.info-window-close{z-index:1;position:absolute;right:8px;top:8px;width:20px;height:20px;border:1px solid rgba(0,0,0,.1);border-radius:4px;display:flex;justify-content:center;align-items:center;float:right;cursor:pointer;background-color:#fff}.mark-img{max-width:27px;min-width:20px;background-color:initial}.custom-selection-table .ant-table-thead>tr>th{color:grey}.profile-selector-container{display:flex;flex-direction:row;justify-content:center;align-items:center}.profile-selector-container p{padding:0;margin:0 10px 0 0}.custom-selection-table .ant-table-body>table{border:0!important}.ant-table .ant-table-thead>tr>th{color:grey;width:15px}.ant-table .ant-table-tbody>tr>td{white-space:pre-line}.ant-table .ant-table-scroll{overflow-x:scroll}.ant-table tr.drop-over-downward td{border-bottom:2px dashed #1890ff}.ant-table tr.drop-over-upward td{border-top:2px dashed #1890ff}.custom-selection-row-change>td{border-top:1px solid #e8e8e8!important;border-left:0!important}.custom-selection-row-change>td:first-child{border-left:1px solid #e8e8e8!important;border-top-left-radius:20px;border-bottom-left-radius:20px}.custom-selection-row-change>td:first-child .span-style{border:1px solid #284a41!important;border-radius:5px;padding:5px}.custom-selection-row-change>td:last-child{border-right:1px solid #e8e8e8!important;border-top-right-radius:20px;border-bottom-right-radius:20px}.wrap-lines .ant-table .ant-table-thead>tr>th .ant-table-header-column{white-space:break-spaces!important}.wrap-lines .ant-table .ant-table-tbody>tr>td>div{word-break:break-all}@media (max-width:768px){.list-serie-btns{display:flex;justify-content:space-between}.list-serie-single-btn{width:100%;margin:5px!important}.cs-table td,.cs-table th{padding-left:3px!important;padding-right:3px!important;font-size:11px!important}.cs-table td:nth-child(n+2){white-space:break-spaces!important;word-wrap:break-word!important}.custom-selection-row>td{padding:10px 0!important}.noTitle .ant-card-head{min-height:0!important;padding:0!important}.custom-selection-row-change>td{padding:12px 4px!important}.map-table tbody{display:block;max-height:25vh;overflow-y:auto;overflow-x:auto}.map-table tbody tr,.map-table thead{display:table;width:100%;table-layout:fixed}.table-max tbody{max-height:60vh}.table-long tbody{max-height:29vh}.table-short tbody{max-height:25vh}.thin-rows th{padding-right:15px!important}.thin-rows td{padding:0 3px!important}.thin-rows .ant-btn{margin:0;padding:0}}@media (max-width:450px){.cs-table td,.cs-table th{font-size:10px!important}.ant-table .ant-table-thead>tr>th .ant-table-filter-icon,.ant-table .ant-table-thead>tr>th .anticon-filter{width:12px!important}}@media (min-width:768px){.custom-selection-row>td{padding:15px 4px!important}.custom-selection-row-change>td{padding:30px 4px!important}}.list-widget-pagination-wrapper{width:100%;left:0;bottom:0}.small-padding .ant-card-body{padding:10px!important;height:79vh}.map-table td{border-right:none!important;border-left:none!important;font-size:13px}.profiles-container{width:100%;height:1px;position:relative}.profiles-container .profiles{position:absolute;display:flex;z-index:1;width:100%;top:5px;padding-right:120px;padding-left:3px;overflow:auto;justify-content:flex-start}.profiles-container .profiles .single-profile{display:inline-flex;justify-content:center;background-color:#fff;border-radius:20px;padding:4px 9px;box-shadow:1px 1px 2px rgba(0,0,0,.3);cursor:pointer;min-width:30px;margin-bottom:5px;margin-right:5px;height:25px}.profiles-container .profiles .custom-selected{color:#fff!important}.slider-map .ant-slider-handle{width:23px!important;height:23px!important;border-radius:100%!important;margin-left:-9px!important}.slider-map .ant-slider-vertical{position:absolute!important;top:120px;z-index:100!important;height:20vh!important}.slider-map .ant-slider-vertical .ant-slider-rail{background:#fff;box-shadow:1px 1px 2px rgba(0,0,0,.4)}.slider-map .ant-slider-vertical .ant-slider-mark .ant-slider-mark-text:first-child{position:absolute;transform:translate(-17px,24px);background-color:#fff;border-radius:20%;padding:2px;box-shadow:1px 1px 2px rgba(0,0,0,.3);left:-1px}.slider-map .ant-slider-vertical .ant-slider-mark .ant-slider-mark-text:nth-child(2){position:absolute;border-radius:20%;padding:2px;background-color:#fff;box-shadow:1px 1px 2px rgba(0,0,0,.3);transform:translate(-20px,-15px);left:1px}.map-container{height:72vh;width:100%;position:relative;display:flex;overflow:hidden}.map-container .gx-loader-container{background-color:#fff!important;margin:auto}.map-container .set-position-button{width:40px;height:40px;background-color:#fff;box-shadow:1px 1px 1px rgba(0,0,0,.3);cursor:pointer;position:absolute;z-index:1;right:10px;border-radius:3px;display:flex;justify-content:center;align-items:center;bottom:20px}.map-container .set-position-button .position-icon{width:26px;height:26px;opacity:.6}.map-container .nearest-task-button{width:40px;height:40px;background-color:#fff;box-shadow:1px 1px 1px rgba(0,0,0,.3);cursor:pointer;position:absolute;z-index:1;left:50px;border-radius:3px;display:flex;justify-content:center;align-items:center;bottom:27px}.map-container .nearest-task-button .position-icon{width:26px;height:26px;opacity:.6}.map-container .gm-bundled-control{right:auto!important}.map-container .gm-fullscreen-control{display:none!important}.map-container .gm-bundled-control .gmnoprint div:first-child{margin-top:13px;height:65px!important;width:33px!important;border-radius:5px!important}.map-container .gm-bundled-control .gmnoprint div:first-child button{height:33px!important;width:34px!important}.map-container .gm-bundled-control .gmnoprint div:first-child button img{width:10px!important;height:10px!important}.map-container .mark-img{height:35px;width:auto;background-color:initial}.map-container .position-marker-img{background-color:initial;left:-50%;border:none!important;filter:drop-shadow(1px 1px 0 rgba(0,0,0,.3))}.map-container .position-marker,.map-container .position-marker-img{position:relative;top:-30px;cursor:pointer;display:flex;justify-content:center;align-items:center}.map-container .position-marker{background-color:red;width:24px;left:-12px;height:24px;border-radius:40px;border:none!important}.map-container .position-marker .dot{width:8px;height:8px;background-color:#000;border-radius:40px}.map-container .position-marker .dot .tail{position:relative;top:6px;left:-2.5px;transform:rotate(45deg);width:13px;height:13px;background:linear-gradient(-45deg,red 30%,transparent)}.map-container .info-container{position:absolute;transform:translate(5px,5px);background-color:#fffef6;box-shadow:1px 1px 2px rgba(0,0,0,.3);border-radius:4px;max-width:320px;padding:10px 15px;z-index:1}.map-container .info-container .info-off{cursor:pointer}.map-container .current-position-marker{transform:translate(-50%,-50%);background-color:#4285f4;width:20px;height:20px;border:2px solid #fff;box-shadow:1px 1px 1px rgba(0,0,0,.5);border-radius:40px;cursor:pointer;display:flex;justify-content:center;align-items:center}.container-maximized{top:-35vh!important}.container-maximized .list-container{height:35vh!important}.container-maximized .list-container .task-list{height:calc(35vh - 15px)!important}.container-1{top:-10vh!important}.container-1 .list-container{height:10vh!important}.container-1 .list-container .task-list{height:calc(10vh - 15px)!important}.container-2{top:-19vh!important}.container-2 .list-container{height:19vh!important}.container-2 .list-container .task-list{height:calc(19vh - 15px)!important}.container-3{top:-22vh!important}.container-3 .list-container{height:22vh!important}.container-3 .list-container .task-list{height:calc(22vh - 15px)!important}.bottom-container{position:relative;top:-35vh;width:100%;padding-top:0;transition:.3s}.bottom-container ::-webkit-scrollbar{width:2px;height:0}.bottom-container ::-webkit-scrollbar-track{box-shadow:inset 0 0 5px #f5f5f5;border-radius:10px}.bottom-container ::-webkit-scrollbar-thumb{background-color:#dadada;border-radius:10px}.bottom-container ::-webkit-scrollbar-thumb:hover{background-color:#dadada}.bottom-container .info-off{border-radius:4px 4px 0 0;width:100%;height:21px;cursor:pointer;color:#fff;font-size:13px;line-height:22px}.bottom-container .position-marker{position:relative;background-color:red;width:22px;top:-5px;left:-1px;height:22px;border:1px inset rgba(0,0,0,.2);box-shadow:1px 1px 2px rgba(0,0,0,.3);border-radius:40px;cursor:pointer;display:flex;justify-content:center;align-items:center}.bottom-container .position-marker .dot{width:7px;height:7px;background-color:#000;border-radius:40px}.bottom-container .position-marker .dot .tail{position:relative;box-shadow:2px 1px 2px rgba(0,0,0,.3);top:4px;left:-2.5px;transform:rotate(45deg);width:13px;height:13px;background:linear-gradient(-45deg,red 30%,transparent)}.bottom-container .list-container{box-shadow:0 1px 3px rgba(0,0,0,.4);border-radius:4px;padding:0;height:35vh;overflow:hidden}.bottom-container .list-container .show-overflow{overflow:visible!important;white-space:nowrap}.bottom-container .list-container .click-panel{display:flex;flex-direction:flex-start}.bottom-container .list-container .task-list{width:100%;height:calc(35vh - 15px);padding:0;background-color:hsla(0,0%,100%,.85);overflow-y:auto;overflow-x:hidden}.bottom-container .list-container .task-list .task-container{height:60px;width:100%;transition:.3s;cursor:pointer;background-color:hsla(0,0%,100%,0)}.bottom-container .list-container .task-list .task-container:hover{background-color:#f3f3f3}.bottom-container .list-container .task-list .task-container .task-cell{display:flex;padding-top:2px;padding-bottom:2px;align-items:center;height:59px}.bottom-container .list-container .task-list .task-container .cell-left{justify-content:flex-start}.bottom-container .list-container .task-list .task-container .cell-left-up{justify-content:flex-end;padding:0 20px 0 0}.bottom-container .list-container .task-list .task-container .cell-center{justify-content:center}.bottom-container .list-container .task-list .task-container .task-content,.bottom-container .list-container .task-list .task-container .task-title{margin:0}.align-right{text-align:right}.task-button{width:80px;height:28px;display:flex;justify-content:center;align-items:center;color:#fff;border-radius:2px;font-size:14px;cursor:pointer}@media (max-height:1370px){.map-container{height:62vh!important}}@media (max-height:1200px){.map-container{height:60vh!important}}@media (max-height:920px){.map-container{height:58vh!important}}@media (max-height:900px){.map-container{height:57vh!important}}@media (max-height:810px) and (orientation:landscape){.map-container{height:50vh!important}}@media (min-width:768px){.ant-slider-vertical{right:36px!important}}@media (max-width:768px){.ant-slider-vertical{right:0!important;top:80px!important}.slider-map .ant-slider-vertical{right:13px!important}.profiles-container{padding-left:0!important;padding-right:0!important}.profiles-container .profiles{display:flex;padding-right:10px;width:250px;overflow:auto}.profiles-container .profiles .single-profile{font-size:13px}.map-container{padding-left:0!important;padding-right:0!important}.map-container .set-position-button{height:30px!important;width:30px!important}.bottom-container{padding:1px!important}.task-content{font-size:11px}.task-title{font-size:12px}.task-button{font-size:13px;width:66px;height:26px}.cell-left-up{padding-right:20px!important}}@media (max-height:740px){#another{height:56vh!important}}@media (max-height:670px){#another{height:51vh!important}}@media (max-height:600px){#another{height:51vh}}@media (max-height:610px) and (orientation:landscape){#another{height:35vh!important}}@media (max-width:450px){.task-content{font-size:10px}.task-title{font-size:11px}.info-content{font-size:13px!important}.info-title{font-size:14px!important}.task-button{font-size:12px;width:60px;height:23px}.cell-left-up{padding-right:10px!important}}@media (max-width:370px){.task-button{font-size:11px;width:50px;height:20px}.cell-left-up{padding-right:5px!important}}.input-200{width:200px!important}.list-chat-settings-form{padding:10px}.list-chat-settings-form__container{display:flex}.custom-params-container{display:grid;grid-template-columns:36% 1fr}.custom-params,.custom-params__list{display:flex;flex-direction:column}.custom-params__list{padding:0;margin:0;list-style-type:none;gap:.5rem}.custom-params__list__single{display:flex;gap:.5rem}@media screen and (max-width:450px){.custom-params__list__single{flex-direction:column;max-width:180px}}.custom-params__list__single__inputs{display:flex;gap:.5rem}@media screen and (max-width:700px){.custom-params__list__single__inputs{flex-direction:column}}.custom-params__list__single__delete{margin-bottom:0!important}.custom-params__list__single:last-child{margin-bottom:.5rem}.custom-params__add{margin-right:auto;margin-bottom:0}.mobile-widget-settings{padding-left:1rem!important}.titles-container{display:grid;align-items:center;justify-content:start;justify-items:start;grid-template-rows:repeat(2,1fr);grid-template-columns:12% 88%;margin-bottom:10px}.titles-container strong{text-align:justify}.label{text-align:left}.name-input{width:100%!important;height:28px!important}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="0.75em"]:before{content:"0.75em"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="1em"]:before{content:"1em"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="1.25em"]:before{content:"1.25em"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="1.5em"]:before{content:"1.5em"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="1.75em"]:before{content:"1.75em"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="2em"]:before{content:"2em"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="2.25em"]:before{content:"2.25em"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="2.5em"]:before{content:"2.5em"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="0.75em"]:before{content:"0.75em";font-size:.75em!important}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="1em"]:before{content:"1em";font-size:1em!important}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="1.25em"]:before{content:"1.25em";font-size:1.25em!important}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="1.5em"]:before{content:"1.5em";font-size:1.5em!important}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="1.75em"]:before{content:"1.75em";font-size:1.75em!important}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="2em"]:before{content:"2em";font-size:2em!important}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="2.25em"]:before{content:"2.25em";font-size:2.25em!important}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="2.5em"]:before{content:"2.5em";font-size:2.5em!important}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="9px"]:before{content:"9px"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="10px"]:before{content:"10px"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="11px"]:before{content:"11px"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="12px"]:before{content:"12px"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="13px"]:before{content:"13px"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="14px"]:before{content:"14px"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="15px"]:before{content:"15px"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="16px"]:before{content:"16px"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="17px"]:before{content:"17px"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="18px"]:before{content:"18px"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="9px"]:before{content:"9px";font-size:9px!important}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="10px"]:before{content:"10px";font-size:10px!important}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="11px"]:before{content:"11px";font-size:11px!important}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="12px"]:before{content:"12px";font-size:12px!important}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="13px"]:before{content:"13px";font-size:13px!important}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="14px"]:before{content:"14px";font-size:14px!important}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="15px"]:before{content:"15px";font-size:15px!important}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="16px"]:before{content:"16px";font-size:16px!important}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="17px"]:before{content:"17px";font-size:17px!important}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="18px"]:before{content:"18px";font-size:18px!important}.shopping-basket-settings__container{display:flex;gap:2rem;padding:6px 24px}.summary-column{display:flex!important;align-items:center;justify-content:center}.summary-card{margin:25px 0!important;width:100%}.summary-card__points{background-color:var(--third);width:fit-content;padding:.5rem;border-radius:4px}.product-card{margin-top:10px!important}.product-card .ant-card-body{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.product-card .ant-card-body:after,.product-card .ant-card-body:before{display:none}.total-value-container{display:flex;flex-direction:column;align-items:center}.total-value-container .ant-typography{margin:0 0 15px!important}.summary-title{padding:10px}.action-buttons-container,.summary-title{display:flex;justify-content:center}.action-buttons-container .basket-btn{float:right}@media screen and (max-width:338px){.summary-title{padding:0}}.main-window{margin:0}.line{width:85%;height:2px;margin-left:auto;margin-right:auto;background-color:grey;border:0}.top-bar{height:40px;width:70%;background-color:#284a41;color:#fff;display:flex;padding-left:1%;align-items:center;border-radius:5px}.text-in-topbar{width:85%;text-align:right;word-spacing:150px}.category-window{margin-top:-7%}.category{margin-left:12.5%}.single-photo{margin-top:2%;margin-bottom:10%}.minus-button{position:absolute;margin-left:44.5%;margin-top:-1.5%}.summary{margin-top:10%}.final-value,.summary{margin-left:10%;color:#000}.final-price{margin-left:70%;margin-top:-7%}.checkout{margin-left:24%;margin-top:10%;color:#fff;background-color:#284a41;border:none;border-radius:25px;width:150px;height:30px;cursor:pointer}.sum{margin-left:58%;margin-top:-1.5%}.square,.sum{position:absolute}.square{margin-left:70%;margin-top:-30%;border:2px solid;border-radius:5px;width:20%;height:35%}.plus-button{position:absolute;margin-left:48.5%;margin-top:-1.5%}.photo-title{position:relative;display:inline;vertical-align:top;padding-top:5%;margin-left:2%}.price{margin-left:37%;margin-top:-7%}.title-window{display:inline}.top-bar-right{display:inline;margin-right:15%}.settings-button{position:absolute;top:0;right:0;margin-top:1.5%;margin-right:1.5%}.product-basket-component{display:flex;flex-direction:row;width:100%}@media screen and (max-width:610px){.product-basket-component .warning-text{margin-left:5px}}.product-basket-component .product-info{width:-webkit-fill-available}@media screen and (min-width:766px){.product-basket-component .product-info{margin-left:10px}}.product-basket-component .product-info .product-name{text-align:center}.product-basket-component .product-info .price-values{margin-top:1%}.product-basket-component .product-info .price-values .price-container{display:flex;justify-content:flex-start;margin:10px 0}.product-basket-component .product-info .product-quantity-container{display:flex;margin-bottom:10px}.product-basket-component .product-info .product-quantity-container .basket-btn{margin:0!important}@media screen and (max-width:610px){.product-basket-component .product-info .product-quantity-container .basket-btn{margin:0 5px!important}.product-basket-component .product-info .product-quantity-container .quantity-container{flex-wrap:wrap}.product-basket-component .product-info .product-quantity-container .basket-input{margin:0!important;width:150px!important}}.product-basket-component .product-info .product-quantity-container .basket-input{margin:0 5px!important;max-width:250px;min-width:50px}.product-basket-component .product-info .product-text-container{display:flex;overflow:auto;flex-direction:column;margin-left:24px}@media screen and (max-width:610px){.product-basket-component .product-info .product-text-container{margin-left:6px}}.product-basket-component .product-info .product-text-container .ant-typography{line-height:35px!important;margin-bottom:0}.product-basket-component .action-buttons-container{width:-webkit-fill-available;display:flex;justify-content:center;align-items:center}@media screen and (max-width:610px){.product-basket-component .action-buttons-container{flex-wrap:wrap}}.product-basket-component .action-buttons-container ul.bp2-menu-list{width:max-content}.product-basket-component .action-buttons-container ul.bp2-menu-list li.bp2-menu-item{padding:0!important}.product-basket-component .action-buttons-container ul.bp2-menu-list li.bp2-menu-item *{white-space:normal;text-align:center}.product-basket-component .action-buttons-container ul.bp2-menu-list li.bp2-menu-item .ant-btn-primary{margin:0 auto}@media screen and (max-width:766px){.product-basket-component .action-buttons-container ul.bp2-menu-list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;padding:0}.product-basket-component .action-buttons-container ul.bp2-menu-list li.bp2-menu-item{min-width:80px;height:30px;margin:0 5px 10px}.product-basket-component .action-buttons-container ul.bp2-menu-list a{font-size:12px;line-height:30px}}.product-basket-component .product-container-for-buttons .delete-button-container{display:flex;justify-content:flex-end;padding-bottom:20px}.product-basket-component .product-container-for-buttons .delete-button-container .basket-btn{margin-left:5px!important;margin-bottom:0}@media screen and (max-width:766px){.product-basket-component .product-container-for-buttons{display:flex;justify-content:center;align-items:center;flex-direction:row-reverse;margin-top:20px}.product-basket-component .product-container-for-buttons .delete-button-container{width:20%;padding-bottom:0}.product-basket-component .product-container-for-buttons .price-component-buttons{width:80%}}@media screen and (max-width:766px){.product-basket-component .product-image{margin:0 auto}}@media screen and (max-width:766px){.product-basket-component{display:flex;flex-direction:column!important;padding:20px!important;width:100%!important}.product-basket-component .span-style.gx-text-primary{margin:0 auto}.product-basket-component button.ant-btn-primary{display:flex;flex-direction:column;justify-content:center;align-items:center;height:30px;padding:0 10px}.product-basket-component button.ant-btn-primary span{font-size:10px}.product-basket-component .ant-dropdown-trigger.ant-btn-primary{margin:0 auto 10px!important}}.menu{border:none!important}.menuItem{display:flex;justify-content:center;border-radius:var(--borderRadius);margin-bottom:10px!important;margin-left:5px;margin-right:5px}.menuItem:hover{color:#fff!important}.menuLinkItem span{width:100%}.menuLinkItem span button{width:100%;text-align:left;background-color:initial;border:none;display:block;margin:0;padding:0;color:#545454;transition:all .3s}.menuLinkItem span button:hover{color:var(--default-link);background-color:initial}.menuLinkItem a{flex-grow:1;padding:12px;color:currentColor}@media screen and (max-width:750px){.ant-modal-body{margin-right:2%}.ant-form-item .ant-form-item-label{margin:0}.ant-form-item .ant-form-item-label>label{font-size:14px!important}}@media screen and (max-width:575px){.ant-form-item .ant-form-item-label{margin-bottom:5px;margin-left:15px}}.ant-dropdown-menu .dropdown-button{color:#000}.remove-margin{margin:0}.product-item{width:22.5%;min-width:200px;height:auto!important;padding:16px}@media screen and (max-width:1199px){.product-item{width:30%}}@media screen and (max-width:766px){.product-item{width:45%}}@media screen and (max-width:480px){.product-item{width:90%}}.product-item .product-item-body{padding:5px 0}.product-item .product-item-mainTitle{font-weight:700;font-size:20px}.product-item .product-item-subtitle{padding:4px 0;font-size:16px;font-family:var(--font-primary);font-weight:500}.product-item .product-item-description{padding:3px 0;color:#8c8c8c;font-family:var(--font-secondary);font-weight:500}.product-item .product-item-subKeyInfo{padding:3px 0;font-family:var(--font-secondary);font-size:16px;width:min-content;display:inline;color:#262626}.product-item .product-item-keyInfo{font-family:var(--font-secondary);font-size:16px;padding:3px 0;width:100%}.product-item .product-item-addToCartButton{margin-top:10px!important;margin-bottom:10px!important;margin-left:unset!important;margin-right:unset!important;font-size:14px!important;height:35px!important}.product-item .anticon-shopping-cart{font-size:16px}.product-item .product-item-footer{margin:auto auto 0;flex-direction:column}.product-item .product-item-footer,.product-item ul.bp2-menu-list li.bp2-menu-item{padding:0!important;display:flex;justify-content:center;align-items:center}.product-item ul.bp2-menu-list li.bp2-menu-item *{text-align:center}.product-item ul.bp2-menu-list li.bp2-menu-item .ant-btn-primary{margin:0 auto;font-size:14px}@media screen and (max-width:766px){.product-item ul.bp2-menu-list{width:100%;margin:10px auto 0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;padding:0}.product-item ul.bp2-menu-list li.bp2-menu-item{min-width:80px;height:30px;margin:0 5px 10px}.product-item ul.bp2-menu-list li.bp2-menu-item *{font-size:10px}.product-item ul.bp2-menu-list a{font-size:10px;line-height:30px}}.gx-package-header{background-color:var(--third);color:red!important}.add-to-cart-button{background-color:var(--first)!important}.productList-container{min-width:200px;min-height:100px;display:flex;position:relative;flex-wrap:wrap;justify-content:space-between}.productList-container .items-loader{position:absolute;inset:0;width:100%;height:100%;background:hsla(0,0%,100%,.75);display:grid;place-items:center}@media screen and (max-width:766px){.productList-container{justify-content:space-evenly}}@media screen and (max-width:480px){.productList-container{justify-content:center}}.project_summary-container{width:100%;height:100%;min-height:100px;display:grid;text-align:center;grid-template-columns:auto;grid-template-rows:auto;grid-template-areas:"title title title" "progress data data"}.project_summary-container .items-loader{position:absolute;inset:0;width:100%;height:100%;background:hsla(0,0%,100%,.75);display:grid;place-items:center;top:40px}.project_summary-container h6{color:var(--first);font-weight:500;padding:5px}.project_summary-container h5{padding:20px 5px 5px}.project_summary-container .project_summary-data{display:flex;flex-direction:row;justify-content:space-evenly;flex-wrap:wrap;grid-area:data;padding:10px}.project_summary-container .project_summary-data h4{padding:5px;margin-left:70px}.project_summary-container .project_summary-data>*{display:flex;flex-direction:column;align-items:flex-start;min-width:200px;width:49%;margin-bottom:20px}.project_summary-container .project_summary-project_name{color:var(--first);border-bottom:1px solid #e8e8e8;grid-area:title;margin-bottom:10px;text-align:left;overflow:scroll}.project_summary-container .project_summary-progress_chart_container{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.project_summary-container .project_summary-progress_chart_container h2{margin-bottom:0}.project_summary-container .project_summary-progress_in_completing_the_project{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;grid-area:progress;padding:10px;max-height:300px;position:relative}.project_summary-container .project_summary-progress_value{position:absolute;color:var(--third)}.project_summary-container .project_summary-category_title{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;text-align:left}.project_summary-container .icon{font-size:55px;color:var(--third)}@media (max-width:1199px){.project_summary-container{display:flex;flex-direction:column}.project_summary-container h5{padding:15px 5px 5px}.project_summary-container .icon{font-size:40px}.project_summary-container .project_summary-data h4{margin-left:55px}.project_summary-container .project_summary-project_name{font-size:25px}}.summaryWidget{height:100%}.summaryWidget .ant-card-body{padding:10px 0 0!important}.summaryWidget .green-timeline{background-color:#2b8000;height:30px;border-radius:8px;margin:0 30px;padding-top:7px}.summaryWidget .green-timeline .inside-timeline{background-color:#7dc20f;height:16px;border-radius:8px}.summaryWidget .timeline-settings{display:flex;margin-top:-35px}.summaryWidget .pencil-redirect{bottom:-40px;cursor:pointer;color:grey;border:1px solid #d3d3d3;border-radius:12px;padding:3px 4px 2px;background-color:#d3d3d3;position:relative;left:-40px}.users-ranking{display:grid;grid-gap:10px;grid-template-columns:1fr auto;min-height:35px}.users-ranking .user-display-fix{display:grid;grid-template-columns:auto auto 1fr}.users-ranking .user-display-fix .user-name{color:#767676;overflow-wrap:break-word}.users-ranking div{min-width:calc(33px - .5rem)}.users-ranking .number-position{margin-left:.5rem}.header{position:relative;margin-left:10px;padding-left:5px;margin-bottom:40px;color:#7d7d7d;font-weight:700;font-size:26px;display:flex;align-items:center}.header:before{position:absolute;top:50%;left:0;width:8px;height:22px;transform:translateY(-50%);background-color:#7dc20f;content:"";margin-right:10px;margin-left:-10px}.multimodus-header{margin-left:10px;margin-bottom:40px;color:#7d7d7d;font-weight:700;font-size:26px;display:flex;align-items:center}.multimodus-header:before{width:8px;height:22px;background-color:#f7347a;display:block;content:"";margin-right:10px;margin-left:-10px}.hoppyRanking .ant-card-extra{align-self:flex-start;margin-left:10px}.section-widget{padding-bottom:0!important}.section-widget .card-body{padding:0 12px!important;overflow:hidden}.section-widget .card-body .widget-section-title{padding-top:3px;margin-bottom:0;color:var(--default-sectionTitle)}.section-widget .card-body .widget-section-image{width:30px;margin-right:5px;margin-bottom:5px}.hidden-widget-background{background-color:initial!important;box-shadow:none}.hidden-widget-background .card-body{background-color:initial!important;overflow:hidden}.gx-timeline-center .gx-timeline-time{left:-200px!important}.gx-timeline-center .gx-timeline-inverted .gx-timeline-time{right:-200px!important}@media screen and (max-width:767px){.gx-timeline-center .gx-timeline-inverted .gx-timeline-time,.gx-timeline-center .gx-timeline-time{position:revert!important}}.table .gx-table-responsive{height:60vh;overflow:scroll;display:block}.ant-card.gx-card-widget.ant-card-bordered .ant-card-body .translation-container{height:calc(100vh - 300px)!important;transform:translateY(-28px)}.ant-card.gx-card-widget.ant-card-bordered .ant-card-body .translation-container .translations-actions-btn{gap:5px}.column-label-selects .ant-select{width:250px}.calendar-save-btn{right:15px}.calendar-action-buttons{display:flex;gap:.5;margin-block:.5rem;margin-inline:1rem}.list-id-error{color:red;margin-top:-15px;margin-left:194px}.recharts-default-legend{padding:0;margin:-5px 0 0;position:absolute;text-align:center}.photo-container{width:100%;min-width:150px;min-height:100px}.photo-container img.widget-image{height:100%;object-fit:cover;border-radius:10px}.photo-data-settinngs-wrapper{display:flex}.photo-data-settinngs-wrapper .photo-data-settinngs-label{width:120px;line-height:36px;margin-left:10px}.photo-data-settinngs-wrapper .photo-data-settinngs-input{width:30%}button.photo-settings-btn{position:absolute;right:30px}.PieChartWithPaddingAngle{margin-right:30%}.PieChartWithPaddingAngle .recharts-default-legend{margin-left:40%!important}.PieChartWithCustomizedLabel{margin-left:20%}.PieChartWithCustomizedLabel .recharts-default-legend{margin-right:20%!important}.table-settings-option-container{display:flex;flex-direction:row;margin:0 0 1rem;position:relative}.table-settings-option-container .table-option-label{margin-right:1rem}.simple-custom-select-container{position:relative;width:100%;cursor:pointer;font-size:14px}.simple-custom-select-container .select-input{width:100%;border:none}.simple-custom-select-container .select-input:focus{outline:none;border:none;box-shadow:none}.simple-custom-select-container .select-display{border:1px solid #e2e8f0;border-radius:4px;padding:6px 32px 6px 10px;background-color:#fff;color:#1a202c;display:flex;align-items:center;justify-content:space-between}.simple-custom-select-container .arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:20px;color:#718096;pointer-events:none}.simple-custom-select-container .select-options{position:absolute;top:calc(100% + 4px);left:0;right:0;background-color:#fff;border:1px solid #e2e8f0;border-radius:4px;max-height:200px;overflow-y:auto;z-index:1000;padding:0;margin:0;list-style:none}.simple-custom-select-container .option-item{padding:10px;transition:background-color .2s;border-bottom:1px solid #f0f0f0}.simple-custom-select-container .option-item:last-child{border-bottom:none}.simple-custom-select-container .option-item:hover{background-color:#edf2f7}.simple-custom-select-container .option-item.selected{font-weight:700;background-color:#e6f7ff}.my-boards-widget{box-shadow:none}.my-boards-widget .card-body{padding:0!important}.my-boards-widget .my-boards-widget-container{display:grid;grid-template-columns:50% 50%;gap:10px;align-items:center;justify-items:stretch;overflow:hidden;padding-bottom:10px}.my-boards-widget .my-boards-widget-container__single-board{position:relative;display:flex;height:13vh;background-color:#f8f8f8;border-radius:5px;flex-direction:row;padding:20px;box-shadow:1px 1px 5px #d6d6d6;transition:.4s;align-items:center}.my-boards-widget .my-boards-widget-container__single-board-narrow{display:flex;align-items:center;justify-content:center;box-shadow:1px 1px 5px #d6d6d6;background-color:#f8f8f8;width:90%;padding:5px;height:13vh;flex-direction:column}.my-boards-widget .my-boards-widget-container__single-board:hover{box-shadow:2px 2px 10px #bbb}.my-boards-widget .my-boards-widget-container__single-board-name{font-family:var(--font-primary);padding-right:10px;color:var(--first);margin-left:20px;font-weight:700;text-align:left}@media (min-width:250px){.my-boards-widget .my-boards-widget-container__single-board-name{font-size:8px}}@media (min-width:1024px){.my-boards-widget .my-boards-widget-container__single-board-name{font-size:10px}}@media (min-width:1247px){.my-boards-widget .my-boards-widget-container__single-board-name{font-size:19px}}.my-boards-widget .my-boards-widget-container__single-board-name-narrow{font-family:var(--font-primary);color:var(--first);text-align:center;word-break:break-word;font-size:10px}.my-boards-settings-container{display:flex;flex-direction:column;align-items:center;height:50vh;justify-content:center}.my-boards-settings-container__face{font-size:100px}.stripe-widget-settings{display:flex;flex-direction:column;position:relative;margin:1rem}.stripe-widget-settings .settings-section{display:flex;width:100%;align-items:center;flex-direction:row}.stripe-widget-settings .settings-section .label{margin-right:1rem}.stripe-widget-settings .settings-section .value{width:100%}.stripe-widget-settings .save-button-container{position:relative;margin-top:1rem;display:flex;justify-content:flex-end}.widget-dragg-handle{position:absolute;margin-left:3%;margin-top:1%;width:30px;color:grey;border:none!important;background-color:hsla(0,0%,100%,.75);cursor:default;z-index:2;height:30px;display:flex;align-items:center;justify-content:center;border-radius:20px}.widget-dragg-handle:hover{cursor:grab;border:1px solid #000}.widgets-background-image{position:fixed;width:23vw;bottom:40px;background-color:initial;right:12px;pointer-events:none}.device-list{position:relative}.device-list td{font-size:13px;height:20px;padding-top:8px!important;padding-bottom:8px!important}.device-list td:hover{cursor:pointer}.modal-title{position:relative;top:2px}.date-right{float:right;font-weight:200;padding-right:25px}.small-table{width:100%;margin-top:15px;margin-bottom:15px}.small-table td{font-size:11px;height:15px;padding-top:4px!important;padding-bottom:4px!important}.ant-modal .small-table .ant-table-body{max-height:70vh;overflow-y:auto;overflow-x:auto}.settings-table{margin-top:15px;margin-bottom:15px;width:100%}.settings-table td{font-size:11px;height:15px;padding-top:4px!important;padding-bottom:4px!important}.settings-table th{font-size:12px;height:15px}.settings-table .ant-table-body{max-height:50vh;overflow-y:auto;overflow-x:none}.messages-content-container .messages-content-container__all-buttons{height:56px}.messages-content-container__all-buttons{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;height:fit-content;gap:12px;padding:12px 24px;width:100%}.messages-content-container__all-buttons__send-button{display:flex;align-items:center;justify-content:center;gap:4px;height:32px;width:150px}.messages-content-container__all-buttons__send-button:hover{border-color:var(--btn-primaryBackground);color:var(--btn-primaryText);background-color:var(--btn-primaryBackground)}.comments-container{display:flex;flex-direction:column;width:fit-content;position:fixed;top:0;right:0;bottom:0;overflow-y:auto;border-left:1px solid #e8e8e8;background-color:#fff;z-index:3;transition:.4s ease-in-out}.comments-container .comments-header-fake{height:13px;background-color:var(--background)}.comments-container .comments-header{padding:12px 24px 12px 12px;border-bottom:1px solid #e8e8e8;display:flex;align-items:center}.comments-container .comments-header span{padding-left:0!important}.comments-container .comments-header .header-right-container{width:20%;text-align:right;display:flex;align-items:center;justify-content:flex-end}.comments-container .comments-header .header-right-container .reverse-arrow-bar-icon{transform:rotate(180deg);width:24px}.comments-container .comments-form{height:80%;overflow-y:auto;padding:0 12px 16px}.comments-container .comment-item .ant-comment-content-author{flex-direction:column}.comments-container .comment-item .ant-comment-content-author-name{color:#545454;font-size:15px}.comments-container .comment-item .ant-comment-content-author-time{color:#8c8c8c;font-size:12px}.comments-container .comment-item .ant-comment-content-detail{padding:2px}.comments-container .comment-system-item{padding:9px 1px 9px 12px}.comments-container .comment-system-item .system-comment-header{display:flex;justify-content:center;align-items:center;flex-direction:column}.comments-container .comment-system-item .bp2-comment__inner__content{font-size:13px;background-color:initial;border:1px dashed #94a3b8;padding:8px}.system-comment-show-more{color:var(--first)}.system-comment-date{color:var(--third)}.comments-arrows{display:flex;flex-direction:column;position:fixed;z-index:999;top:50%;transform:translate(-50%,-50%)}.comments-arrows .ant-btn-primary{margin:0}.comments-arrows .comments-left-arrow{margin-bottom:10px}.comment-icon{width:20px}.messages-content-container .comments-small .comments-container{width:24%}@media (max-width:1150px){.messages-content-container .comments-small .comments-container{width:30%}}@media (max-width:768px){.messages-content-container .comments-small .comments-container{width:55%}}@media (max-width:520px){.messages-content-container .comments-small .comments-container{width:60%}}.messages-content-container .comments-hidden #form{width:100%}.messages-content-container .comments-hidden .comments-container{width:0}.messages-content-container .comments-hidden .comments-arrows{right:0;left:unset}.messages-content-container .comments-full #form{width:0}.messages-content-container .comments-full .comments-container{position:fixed;width:auto}.messages-content-container .comments-full .comments-arrows{right:unset;transform:translate(25%,-50%)}.mail-content{margin-left:2.875rem;margin-right:1rem;padding-bottom:1rem}.mail-content__title{padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.mail-content__buttons{margin-top:1rem;display:flex;align-items:center;justify-content:space-between}.mail-content__buttons__list{display:flex;gap:5px;margin:0;padding:0;list-style:none}.mail-content__buttons__list__single{width:fit-content;border:1px solid rgba(0,0,0,.2);padding:6px 12px;color:#64748b}.mail-content__buttons__icon{margin-right:10px}.mail-content .email-plain-content{white-space:break-spaces}.mail-content .mail-attachments-container{display:flex;flex-wrap:wrap;overflow-x:scroll}.mail-content .mail-attachments-container .mail-attachment-card{display:flex;justify-content:center;align-items:center;margin:10px 10px 10px 0}.mail-content .mail-attachments-container .mail-attachment-card .mail-attachment{display:flex;justify-items:center;align-items:center;padding:6px 10px;border:1px solid rgba(0,0,0,.2)}.mail-content .mail-attachments-container .mail-attachment-card .mail-attachment__filename{text-align:center;overflow:hidden}.mail-content .mail-attachments-container .mail-attachment-card .mail-attachment__downloadBtn{padding:0}.mail-content .mail-attachments-container .mail-attachment-card .divider{min-height:28px;min-width:1px;margin:0 6px;background:rgba(0,0,0,.1)}.timer-container{display:flex;gap:6px;align-items:center}.timer-container .timer{white-space:nowrap}.timer-container .timer span{margin:0;padding:6px 12px;border-radius:var(--borderRadius);border:1px solid #e2e8f0;font-family:"IBM Plex Sans";font-size:13px;font-weight:400;line-height:120%}.timer-container .timer-btns{display:flex;justify-content:flex-end}.timer-container .timer-btns button{height:32px;width:32px;padding:8px;margin:0 2px!important}.closed-comments{margin-left:auto;margin-right:10px;justify-content:flex-end}.message-item-header{display:flex;gap:6px;padding:12px 24px;align-items:center;align-self:stretch;border-bottom:1px solid #e2e8f0}.message-item-header__goBack-button{box-shadow:none;border:none;background-color:initial;margin:0;padding:8px;color:var(--default-text)}.message-item-header__title-wrapper{display:flex;align-items:center;gap:6px}.message-item-header__title-wrapper__title{color:var(--topbar-text);font-weight:900;margin:0 0 0 10px}.message-item-header__title-wrapper__deadline{display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:6px;border-radius:var(--borderRadius);background:#fef3c7;font-size:11px;color:#d97706;font-weight:500;margin:0}.message-item-header__title-wrapper__deadline span{padding:1px 4px;background:#fde68a}.message-item-header .timer-container{margin-left:auto}.comments-divider{height:32px;margin-left:auto}.comments-hidden .message-item-header{width:100%}.messages-content-container{display:flex;flex-direction:column;margin:12px 16px 0;background-color:#fff;z-index:0;min-height:100%;border-radius:6px;overflow:scroll}.messages-content-container__img.no-image{position:absolute;min-height:80px;top:60px;right:0}.messages-content-container__img .case-image__button{top:12px;font-size:16px;padding:5px 10px}.messages-content-container__img .upload-button{right:75px}.messages-content-container__img .delete-button{right:15px}@media screen and (max-width:1000px){.messages-content-container{margin:12px 0 0}}.messages-content-container__header-fixed{position:sticky;top:0;z-index:3;width:100%;background-color:#fff}.messages-content-container__fake-header{height:12px;background-color:var(--background)}.messages-content-container .anchor-show{border:2px solid var(--btn-primaryBackground)}.messages-content-container .messages-content-form-comments{display:flex;flex-direction:row;justify-content:space-between;position:relative;background-color:#fff;overflow-x:hidden;overflow-y:scroll}.add-mailbox-wrapper{background-color:#fff;margin:2%;border-radius:4px;padding:5px}.mail-list{margin:0;list-style:none;padding:0;margin:4px 0 0;overflow-y:scroll;max-height:calc(100vh - 200px);height:fit-content}.mail-list__item{user-select:text;width:100%;min-height:59px;border-bottom:1px solid var(--messages-list-itemBorder)}.mail-list__item__collapse,.mail-list__item__collapse__header{min-height:inherit}.create-task-full-size{right:53px;top:22px;position:absolute}.main-create-task-container{display:flex;flex-direction:column;margin:0 20px 20px}.main-create-task-container .data-picker-create-task{justify-content:space-between;width:355px;display:flex;margin-top:10px;margin-left:13px;flex-direction:row}.main-create-task-container .arrow-create-task{left:0;top:5px;width:28px;height:28px;position:relative}.main-create-task-container .create-task-modal-input{padding-top:7px!important;border:none!important}.main-create-task-container .create-task-modal-input::placeholder{font-style:normal;font-family:var(--font-primary);font-weight:700;font-size:33px;line-height:120%;color:#334155!important}.main-create-task-container .create-task-modal-input:focus::placeholder{color:transparent;opacity:0}.main-create-task-container .create-task-content-div{margin-top:15px;margin-left:13px;margin-right:35px;height:300px;width:96.5%;border:none;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between}.main-create-task-container .create-task-description{width:70%}.main-create-task-container .create-task-assignment{width:30%;border:none;border-left:1px solid #f1f5f9}.main-create-task-container .create-task-description-window{top:10px;position:relative;width:97%;height:92%;overflow-y:scroll;padding:13px;border-radius:4px;overflow-wrap:break-word;border:1px solid #e2e8f0}.main-create-task-container .create-task-assignments{display:flex;flex-direction:column;align-items:flex-start;padding:6px 0 0 12px;gap:12px;isolation:isolate}.main-create-task-container .create-task-assigned{display:flex;flex-direction:row;align-items:center;padding:0;gap:6px}.main-create-task-container .create-task-assigned-text{width:77px;height:13px;font-family:var(--font-secondary);font-style:normal;font-weight:700;font-size:11px;line-height:120%;text-transform:uppercase;color:#64748b}.main-create-task-container .assignement-div{padding:15px 10px 10px}.main-create-task-container .create-task-assignment-user-name{position:relative;display:flex;align-items:center;padding-top:10px}.main-create-task-container .task-topic{max-height:20%;font-style:normal;font-weight:400;font-size:19px;line-height:125%}.main-create-task-container .task-description{padding-top:5px;font-style:normal;font-weight:400;font-size:13px}.main-create-task-container .additional-information{display:flex;flex-direction:column}.main-create-task-container .create-task-company{display:flex;padding-top:15px;flex-direction:column}.create-task-bottom-buttons{display:flex;flex-direction:row;justify-content:space-between;width:100%;padding:13px}.create-task-bottom-buttons .create-test-bottom-button{display:flex;flex-direction:row;align-items:center;padding:12px 24px;gap:10px;width:130px;height:48px;font-family:var(--font-secondary);font-style:normal;font-weight:400;font-size:16px;line-height:120%;text-align:center}.create-chat-body{height:92%;position:relative;top:20px}.create-chat-body .add-users-body{height:calc(100% - 168px)}.create-chat-body .search-bar{position:relative;top:-30px}.create-chat-modal__button{border:none;position:relative;border-radius:10%;background-color:var(--messages-list-iconBackground);cursor:pointer}.create-chat-modal__button .new-message-notification-pulsing{position:absolute;right:0;top:-5%;width:8px;height:8px;border-radius:50%;background-color:var(--customizer-btnsBackground);z-index:2}.create-chat-modal{padding:12px}.create-chat-modal .modal-top-bar{justify-content:flex-start;padding-bottom:14px}.create-chat-modal .modal-body{height:100%;display:flex;flex-direction:column;justify-content:space-between}.create-chat-modal .close-modal-button{right:0;top:0;margin:0;padding:0;font-size:32px}.create-chat-modal .modal-top-bar{border:none}.create-chat-modal .icon-chat{font-size:18px;margin:0 4px}.create-chat-modal>*{padding:5px}.create-chat-modal__user-list{overflow-y:scroll;position:absolute;width:100%;overflow-x:hidden;bottom:20px;height:calc(100% - 121px)}.create-chat-modal__user-list .user-element{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px}.create-chat-modal__user-list .user-element h6{margin-bottom:0;width:-webkit-fill-available}.create-chat-modal__user-list .user-element__avatar{margin-right:10px;flex-shrink:0}.create-chat-modal__search{bottom:10px;margin:0 2px 10px}.create-chat-modal__search input[type=search]{border-radius:30px}.create-chat-modal__header{font-family:var(--font-secondary);display:flex;align-items:center;gap:9px}.create-chat-modal__header__icon-chat{width:28px;height:26px;padding:6px;background-color:#64748b;flex-shrink:0;border-radius:4px}.create-chat-modal__header h6{margin:0}.create-chat-modal__title{position:relative;top:-3vh;height:59px;overflow:hidden;text-overflow:ellipsis;white-space:pre-line;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.create-chat-modal__buttons{display:flex;width:100%;justify-content:space-around;align-items:center}.create-chat-modal__buttons .bp2-button{font-size:14px}.create-chat-modal__buttons>*{width:45%}.create-chat-modal .p2{font-size:13px;bottom:15px;position:relative}.main-post-comment-div{height:75%;width:100%;position:relative}.main-post-comment-div .edit-mail-container{display:flex;position:absolute;background-color:#f8fafc;border:1px solid #385994;max-height:95%;max-width:100%;width:100%;height:95%}.main-post-comment-div .quote-message{bottom:20px;position:relative}.main-post-comment-div .add-chat-mail-comment{outline:none;padding:10px;cursor:context-menu;overflow:auto}.main-post-comment-div .add-message-spinner{display:grid;position:relative;place-items:center;left:48%}.message-pin-modal{width:640px;height:auto;user-select:text}.message-pin-modal .modal-top-bar .close-modal-button{right:27px;top:20px}.message-pin-modal .modal-top-bar .close-modal-button i.icon-close{font-size:30px}.modal-content-wrapper{padding:16px 36px 48px;max-width:580px;margin:0 auto}.modal-content-wrapper .modal-subtitle{margin:0;max-height:82px;overflow:hidden}.modal-content-wrapper__header{font-family:var(--font-secondary);display:flex;flex-direction:column;align-items:center;gap:4px}.modal-content-wrapper__header h3{margin:0}.modal-content-wrapper__search{bottom:10px;margin:0 2px 10px}.modal-content-wrapper__search input[type=search]{border-radius:30px}.modal-content-wrapper .pin-case-wrapper{max-height:200px;overflow:hidden;overflow-y:auto;margin-bottom:20px;color:var(--first)}.modal-content-wrapper .pin-case-wrapper__element{display:flex;gap:.5em;width:calc(100% - 10px);align-items:center;transition:.1s;padding:8px 0;border-bottom:1px solid #e2e8f0}.modal-content-wrapper .pin-case-wrapper__element:hover{background-color:#fafafa;transition:0s}.modal-content-wrapper .pin-case-wrapper__element__title{width:100%;padding-right:7px;margin:0}.modal-content-wrapper .pin-case-wrapper__element__unpin-btn{border:none;padding:0;margin-left:.8rem}.modal-content-wrapper .pin-case-wrapper__element__unpin-btn svg{width:18px;height:18px;transition:.3s}.modal-content-wrapper .pin-case-wrapper__element__percent{display:flex;align-items:center;gap:7px}.modal-content-wrapper .modal-buttons-wrapper{display:flex;gap:10px;height:40px}.modal-content-wrapper .modal-buttons-wrapper button,.modal-content-wrapper .modal-buttons-wrapper select{border:1px solid #e2e8f0;border-radius:6px;font-size:16px;flex-basis:50%;padding:11px 24px}.modal-content-wrapper .modal-buttons-wrapper select{text-indent:10px}.modal-content-wrapper .modal-buttons-wrapper button{background-color:#fff;border-color:#cbd5e1;cursor:pointer}.modal-content-wrapper .modal-buttons-wrapper button:last-child{background-color:#e2e8f0}.message-pin-icon-wrapper{position:relative;width:28px;aspect-ratio:1;background-color:#f1f5f9;border-radius:10%}.message-pin-icon-wrapper .message-icon{position:absolute;top:50%;left:50%;color:#94a3b8;transition:.2s}.message-pin-icon-wrapper .message-icon:hover{color:var(--first)}.message-pin-icon-wrapper .message-pin{transform:translate(-50%,-55%) rotate(-45deg) scale(1.1)}button.mail-pushpin-container{display:flex;flex-direction:row;gap:6px;max-width:56px;height:30px;padding:6px;border:1px solid;border-radius:4px;align-self:center;cursor:pointer}button.mail-pushpin-container div.matched-number-container{position:relative;flex-basis:50%;min-width:16px;height:100%}button.mail-pushpin-container div.matched-number-container img,button.mail-pushpin-container div.matched-number-container p,button.mail-pushpin-container div.matched-number-container span{position:absolute}button.mail-pushpin-container div.matched-number-container span.no-match{transform:scale(1.1);color:#f97316}button.mail-pushpin-container div.matched-number-container img{width:60%;top:1px;left:6px}button.mail-pushpin-container div.matched-number-container img.no-match-icon{width:80%;top:-1px;left:4px}button.mail-pushpin-container div.matched-number-container div{margin:0;color:var(--first);padding-top:1px}button.mail-pushpin-container div.pin-icon-container{position:relative;flex-basis:50%;height:100%}button.mail-pushpin-container div.pin-icon-container img.crossed-pin,button.mail-pushpin-container div.pin-icon-container img.match-pin,button.mail-pushpin-container div.pin-icon-container img.searching-pin{position:absolute}button.mail-pushpin-container div.pin-icon-container img.crossed-pin{top:1px;left:5px;width:65%}button.mail-pushpin-container div.pin-icon-container img.match-pin,button.mail-pushpin-container div.pin-icon-container img.searching-pin{top:1px;left:5px;width:60%}button.mail-pushpin-container div.pin-icon-container span{transform:scale(1.1)}button.pushpin-searching-container{border-color:var(--messages-list-iconBackground);background-color:var(--messages-list-iconBackground)}button.pushpin-match-container{border-color:var(--btn-primaryBackground);background-color:#f1f8d9}button.pushpin-no-match-container{border-color:#f97316;background-color:#fffbeb}.search-icon-progress{animation-name:spin;animation-duration:8s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spam-info-modal .modal-top-bar{height:auto;border:none;padding-top:36px}.spam-info-modal .modal-top-bar .compared-spam-mails-title-header{margin-top:20px;padding-top:10px}.spam-info-modal .modal-top-bar .close-modal-button{right:12px;top:10px}.spam-info-modal .spam-mail-list-container{margin:20px 50px}.spam-info-modal .spam-mail-list-container .mail-item-wrapper{display:flex;border-bottom:1px solid #ded7d7;margin-bottom:10px}.spam-info-modal .spam-mail-list-container .mail-item-wrapper .mail-info{display:flex;flex-direction:column;width:70%;margin-bottom:10px}.spam-info-modal .spam-mail-list-container .mail-item-wrapper .mail-info .mail-title{margin:0}.spam-info-modal .spam-mail-list-container .mail-item-wrapper .mail-info .spam-mail-item{display:flex}.spam-info-modal .spam-mail-list-container .mail-item-wrapper .mail-info .mail-preview__info__top{margin-bottom:5px}.spam-info-modal .spam-mail-list-container .mail-item-wrapper .spam-info{line-height:15px}.spam-info-modal .spam-mail-list-container .mail-item-wrapper .spam-info .spam-value{font-weight:700}.mail-preview{display:flex;width:100%;min-height:inherit;align-items:center;padding:13px 16px;gap:16px;background-color:var(--messages-list-itemBackground);container-type:normal}.mail-preview__avatar{position:static;display:flex;justify-content:center;align-items:center}.mail-preview__avatar .avatar-string{position:static;transform:none!important}.mail-preview .divider{min-height:clamp(10px,100%,32px);min-width:1px;background:rgba(0,0,0,.1)}.mail-preview>.divider{min-height:32px}.mail-preview__info{display:flex;flex-direction:column;font-size:13px;line-height:15.9px;color:var(--messages-list-text)}.mail-preview__info__top{display:flex;gap:.75rem}.mail-preview__info__top__date{opacity:.5}.mail-preview__info .cc-adress-container{text-align:left}.mail-preview__info__title{text-align:left;margin:0;padding:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:600px}.mail-preview__info__title.read{font-weight:400}.mail-preview__info__title.unread{font-weight:700}.mail-preview__actions{display:flex;gap:5px;margin-left:auto}.mail-preview__actions__single{display:flex;align-items:center;justify-content:center;padding:0 6px;height:auto;border-radius:10%;cursor:pointer}.mail-preview__actions__single,.mail-preview__actions__single:hover{background-color:var(--messages-list-iconBackground)}.mail-preview__actions__single .icon-chat:before{line-height:1.5}.message-clip-icon-wrapper{position:relative;width:18px;aspect-ratio:1;border-radius:10%}.message-clip-icon-wrapper .message-icon{position:absolute;top:50%;left:50%;transition:.2s}.message-clip-icon-wrapper .message-icon:hover{color:#1c4387}.message-clip-icon-wrapper .message-paperclip{width:16px;transform:translate(-50%,-50%)}.paperclip-wrapper{cursor:default}.message-calendar{display:grid;align-items:center;grid-template-columns:2fr 6fr 3fr;border:1px solid var(--messages-list-calendarBorder);background-color:var(--messages-list-calendarBackground);border-radius:4px;color:var(--messages-list-calendarText)}.message-calendar__icon button{height:5px;padding:5px}.message-calendar__date,.message-calendar__icon,.message-calendar__time{padding:2px}.message-calendar__date,.message-calendar__time{border-left:1px solid var(--messages-list-calendarBorder)}@media (max-width:1300px){.mail-preview__info__title{max-width:450px}}@media (max-width:1150px){.mail-preview__info__title{max-width:300px}}@media (max-width:1000px){.mail-preview__info__title{max-width:200px}}@media (max-width:992px){.mail-preview__info__title{max-width:500px}}@media (max-width:770px){.mail-preview__info__title{max-width:350px}.message-calendar{grid-template-columns:2fr 5fr}.message-calendar__time{display:none}}@media (max-width:630px){.mail-preview__info__title{max-width:200px}}@media (max-width:480px){.mail-preview__info__title{max-width:130px}}@container (min-width: 700px){.mail-preview__info__title{max-width:500px}}.mails-topbar{display:flex;align-items:center;background-color:var(--messages-list-background);padding-bottom:6px}.mails-topbar__divider{height:1.7em;border-color:#64748b}.mails-topbar__refresh-btn{padding:0;border:none;border-radius:50px;transition:.3s;margin-right:1em}.mails-topbar__select-all{margin-left:15px}.mails-topbar .mails-topbar__icons-wrapper__pin-icon{width:20px;height:20px;cursor:pointer}.mails-topbar__icons-wrapper{display:flex;align-items:center;gap:.8em;transition:.4s;display:none}.mails-topbar__icons-wrapper__search-bar{width:12vw;max-width:15vw}.mails-topbar__icons-wrapper__bin-icon,.mails-topbar__icons-wrapper__folder-move-icon{cursor:pointer}.mails-topbar__icons-wrapper--active{display:flex;margin-right:.5em;animation:onTopbarShow .5s}@keyframes onTopbarShow{0%{opacity:0;transform:translateX(-100%)}50%{opacity:0}to{opacity:1;transform:translate(0)}}.search-panel{position:relative}.search-panel #icon-search{transition:.3s;color:grey;position:absolute;font-style:normal;top:30%;right:47px;z-index:1;pointer-events:none}.search-panel .ant-select-arrow{display:none}.search-panel .search-text{display:inline-block;padding-left:3px}.search-panel .ant-select-search__field,.search-panel .ant-select-selection-selected-value{padding-left:10%}.search-panel .icon-search.hidden-search .search-text{transition:.3s;color:transparent!important}.messages-list{display:flex;background-color:var(--messages-list-background);z-index:0;height:calc(100% - 75px)}.messages-list__no-mails{height:100%;display:grid;place-items:center;text-align:center;opacity:.5}.messages-list__mailbox{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:calc(100% - 24px);border-radius:8px;background-color:var(--messages-list-innerBackground);margin:12px 16px}.messages-list__mailbox__header{position:relative;width:100%;min-height:50px;padding:15px;display:flex;justify-content:flex-end;align-items:center;font-size:1.75em}.messages-list__mailbox__header .drawer-opener{background:transparent;margin-right:auto;margin-left:2px;border:none;cursor:pointer;font-size:20px;display:grid;place-items:center}@media screen and (min-width:991px){.messages-list__mailbox__header .drawer-opener{display:none}}.messages-list__mailbox__maillist{height:100%;border-bottom:1px solid #d9d9d9;position:relative}.messages-list__mailbox__maillist__loader{position:absolute;inset:0;width:100%;height:100%;background:hsla(0,0%,100%,.75);display:grid;place-items:center}.messages-list__mailbox__maillist .no-content-found{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.messages-header{display:flex;align-items:center;gap:.8em;background-color:var(--topbar-background);position:relative;height:72px;min-height:70px}.messages-header .burger-wrapper{display:none}.messages-header .searchbar-wrapper{position:absolute;width:40%;max-width:460px;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center}.messages-header .searchbar-wrapper form{width:100%}.messages-header .searchbar-wrapper button.magnifying-glass{position:absolute;left:-3px;top:50%;transform:translateY(-50%);z-index:1;border-radius:50%;border:none;cursor:pointer}.messages-header .searchbar-wrapper .search-mails{width:100%}.messages-header .searchbar-wrapper .search-mails input{background-color:var(--topbar-searchBar);border:1px solid var(--topbar-searchBarBorder);padding-left:28px;border-radius:18px}.messages-header .searchbar-wrapper .settings-board-icon{width:20px;margin-left:15px;transform:scale(1.3)}.messages-header .searchbar-wrapper+.settings-board-icon{position:absolute;top:50%;right:1em;transform:translate(-50%,-50%) scale(1.3)}.messages-header .searchbar-wrapper+.settings-board-icon :before{position:absolute;top:50%;left:50%;transform:translate(-50%,-40%)}.messages-header a.create-new-case{position:absolute;top:50%;left:16px;transform:translateY(-50%)}.messages-header a.create-new-case button{font-size:16px}.messages-header a.create-new-case button .new-case-icon{margin-right:5px}@media screen and (max-width:992px){.messages-header a.create-new-case{left:62px}}.messages-header button.reschedule-cases-btn{position:absolute;top:50%;right:90px;transform:translateY(-50%)}.pagination-custom-style{justify-content:center!important;display:flex;border:none;padding-top:5px!important;margin-top:auto}.pagination-custom-style>li{margin-bottom:5px!important}.mail-new-message-modal{padding-bottom:2px;top:auto}.mail-new-message-modal .ant-design-draggable-modal-resize-handle{display:none}@media screen and (max-width:992px){.burger-wrapper{display:block!important;position:absolute;left:10px;bottom:15px}}.info-wrapper{display:flex;flex-basis:100%;justify-content:center;align-items:center}.info-wrapper .cases-planned-folder-link{margin-left:5px}.required-cb-1.alert .bp2-checkbox__box,.required-cb-2.alert .bp2-checkbox__box,.required-sms.alert{border:1px solid var(--notification-background-error)!important}.main-registration-container{display:flex;background-color:#fcfcfc;max-width:100vw;max-height:100vh;flex-direction:row;justify-content:flex-end;overflow:hidden}.main-registration-container .main-registration-form-container{overflow-x:hidden;overflow-y:scroll;height:100vh;display:flex;align-items:center}.first-step-registration-form-container{width:50vw;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:auto}@media (max-width:992px){.first-step-registration-form-container{justify-content:start;padding:1rem}}@media (max-width:576px){.first-step-registration-form-container{width:100%}}.first-step-registration-form-container__title-container{display:flex;flex-direction:column;align-items:flex-start}@media (max-width:992px){.first-step-registration-form-container__title-container{align-items:center}}.first-step-registration-form-container__title-container .main-title{color:var(--topbar-text);font-family:var(--font-primary);font-size:40px;font-weight:900;line-height:48px;text-align:left;margin-bottom:20px}@media (max-width:992px){.first-step-registration-form-container__title-container .main-title{text-align:center;margin-top:2rem;font-size:36px;line-height:38px}}.first-step-registration-form-container__title-container .second-title{color:var(--topbar-text);font-family:Epilogue;font-size:16px;font-weight:500;line-height:20px;text-align:left;margin-bottom:20px}@media (max-width:992px){.first-step-registration-form-container__title-container .second-title{text-align:center;line-height:18px;font-size:14px}}.first-step-registration-form-container__confirm-password{font-family:Epilogue;font-size:13px;font-weight:400;line-height:15.6px;text-align:left}.first-step-registration-form-container__form-container{display:flex;flex-direction:column;align-items:center}@media (max-width:992px){.first-step-registration-form-container__form-container{width:70%;margin:0 auto}}.first-step-registration-form-container__form-field{display:flex;flex-direction:column;margin-bottom:15px;width:100%}.first-step-registration-form-container__form-field .form-label{font-family:Epilogue;font-size:13px;font-weight:400;line-height:15.6px;text-align:left;margin-bottom:7px}.first-step-registration-form-container__form-field .form-label__form-required-star{color:#17b169}.first-step-registration-form-container__validate-container{margin-bottom:15px}.first-step-registration-form-container__validate-container .validate-field{display:flex;align-items:center;margin-top:10px}.first-step-registration-form-container__validate-container .validate-label{margin-left:10px;text-wrap:nowrap;font-family:Epilogue;font-size:13px;font-weight:400;line-height:15.6px;text-align:left}@media (max-width:346px){.first-step-registration-form-container__validate-container .validate-label{font-size:12px}}.first-step-registration-form-container__recaptcha-container{position:relative;display:flex;justify-content:center}@media (max-width:336px){.first-step-registration-form-container__recaptcha-container{display:block!important;overflow:auto;width:220px}}.first-step-registration-form-container__lower-container{width:100%}.first-step-registration-form-container__lower-container .forward-buton{margin-top:10px;background:#097347;width:100%;color:#fff;font-weight:500;font-size:14px;line-height:20px}.first-step-registration-form-container__lower-container .log-in-div{margin-top:28px}@media (max-width:630px){.first-step-registration-form-container__lower-container .log-in-div{margin-top:14px}}.first-step-registration-form-container .left-column,.first-step-registration-form-container .right-column{display:flex;flex-direction:column}.technical-brake-info{background-color:var(--notification-background-error);display:flex;color:#fff;font-size:15px;justify-content:center;font-weight:700;height:auto;border-radius:4px;align-items:center;margin-bottom:1rem;padding:1rem}.second-step-registration-form-container{width:50vw;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:auto;height:100%;width:100%}@media (max-width:992px){.second-step-registration-form-container{padding:1rem 0 .5rem 1rem}}@media (max-width:380px){.second-step-registration-form-container{justify-content:start;width:100%;padding:0 2rem}}.second-step-registration-form-container .second-step-main-container{width:55%}@media (max-width:1440px){.second-step-registration-form-container .second-step-main-container{width:70%}}@media (max-width:992px){.second-step-registration-form-container .second-step-main-container{width:100%}}.second-step-registration-form-container .second-step-main-container__headers{display:flex;flex-direction:column}.second-step-registration-form-container .second-step-main-container__headers .main-header{font-family:Carlsberg Sans;font-size:40px;font-weight:900;line-height:48px;margin-bottom:15px;text-align:left;color:var(--topbar-text)}@media (min-width:500px) and (min-height:300px){.second-step-registration-form-container .second-step-main-container__headers .main-header{font-size:15px;margin-bottom:5px;line-height:20px}}@media (min-width:750px) and (min-height:350px){.second-step-registration-form-container .second-step-main-container__headers .main-header{font-size:20px;margin-bottom:5px;line-height:25px}}@media (min-width:900px) and (min-height:400px){.second-step-registration-form-container .second-step-main-container__headers .main-header{font-size:25px;margin-bottom:8px;line-height:30px}}@media (min-width:1050px) and (min-height:450px){.second-step-registration-form-container .second-step-main-container__headers .main-header{font-size:30px;margin-bottom:11px;line-height:35px}}@media (min-width:1500px) and (min-height:700px){.second-step-registration-form-container .second-step-main-container__headers .main-header{font-size:35px;line-height:42px;margin-bottom:15px}}.second-step-registration-form-container .second-step-main-container__headers .second-header{font-family:Epilogue;font-size:16px;font-weight:500;line-height:20px;text-align:left;margin-bottom:25px;color:var(--topbar-text)}@media (min-width:500px) and (min-height:300px){.second-step-registration-form-container .second-step-main-container__headers .second-header{font-size:10px;margin-bottom:5px;line-height:15px}}@media (min-width:750px) and (min-height:350px){.second-step-registration-form-container .second-step-main-container__headers .second-header{font-size:16px;margin-bottom:15px;line-height:20px}}@media (min-width:900px) and (min-height:400px){.second-step-registration-form-container .second-step-main-container__headers .second-header{margin-bottom:25px}}@media (min-width:1500px) and (min-height:700px){.second-step-registration-form-container .second-step-main-container__headers .second-header{margin-bottom:40px}}.second-step-registration-form-container .second-step-main-container__checkbox-container .second-step-registration-field{margin-bottom:15px;display:flex;align-items:center;flex-direction:row}@media (min-width:500px) and (min-height:300px){.second-step-registration-form-container .second-step-main-container__checkbox-container .second-step-registration-field{font-size:5px;margin-bottom:0}}@media (min-width:750px) and (min-height:350px){.second-step-registration-form-container .second-step-main-container__checkbox-container .second-step-registration-field{font-size:8px}}@media (min-width:900px) and (min-height:400px){.second-step-registration-form-container .second-step-main-container__checkbox-container .second-step-registration-field{font-size:11px}}@media (min-width:1500px) and (min-height:700px){.second-step-registration-form-container .second-step-main-container__checkbox-container .second-step-registration-field{font-size:16px;margin-bottom:15px}}@media (min-width:500px) and (min-height:300px){.second-step-registration-form-container .second-step-main-container__checkbox-container .sale-info{font-size:7px;font-weight:400;margin-bottom:0}}@media (min-width:750px) and (min-height:350px){.second-step-registration-form-container .second-step-main-container__checkbox-container .sale-info{font-size:10px;font-weight:400;margin-bottom:3px}}@media (min-width:900px) and (min-height:400px){.second-step-registration-form-container .second-step-main-container__checkbox-container .sale-info{font-size:13px;font-weight:400;line-height:15.6px}}.second-step-registration-form-container .second-step-main-container__checkbox-container .checkbox-label{font-family:Epilogue;font-size:13px;font-weight:400;line-height:15.6px;text-align:left;color:#292726}@media (min-width:500px) and (min-height:300px){.second-step-registration-form-container .second-step-main-container__checkbox-container .checkbox-label{font-size:7px;margin-bottom:0}}@media (min-width:750px) and (min-height:350px){.second-step-registration-form-container .second-step-main-container__checkbox-container .checkbox-label{font-size:10px;margin-bottom:2px}}@media (min-width:900px) and (min-height:400px){.second-step-registration-form-container .second-step-main-container__checkbox-container .checkbox-label{font-size:13px;margin-bottom:6px}}.second-step-registration-form-container .second-step-main-container__checkbox-container .second-step-checkobox{margin:5px 10px}.second-step-registration-form-container .second-step-main-container__checkbox-container .second-step-checkobox .bp2-checkbox__box{border-color:#097347}.second-step-registration-form-container .second-step-main-container__footer-container .sms-container{margin:20px 0;display:flex;background-color:#f1f0ef;align-items:center}@media (max-width:1000px){.second-step-registration-form-container .second-step-main-container__footer-container .sms-container{margin:10px 0}}.second-step-registration-form-container .second-step-main-container__footer-container .sms-container__sms-info{padding:10px;font-family:Epilogue;font-size:13px;font-weight:700;line-height:15.6px;text-align:left;color:#292726}@media (min-width:500px) and (min-height:300px){.second-step-registration-form-container .second-step-main-container__footer-container .sms-container__sms-info{font-size:5px;padding:2px}}@media (min-width:750px) and (min-height:350px){.second-step-registration-form-container .second-step-main-container__footer-container .sms-container__sms-info{font-size:8px;padding:2px}}@media (min-width:900px) and (min-height:400px){.second-step-registration-form-container .second-step-main-container__footer-container .sms-container__sms-info{font-size:11px;padding:4px}}@media (min-width:1050px) and (min-height:450px){.second-step-registration-form-container .second-step-main-container__footer-container .sms-container__sms-info{font-size:13px;padding:6px}}.second-step-registration-form-container .second-step-main-container__footer-container .sms-container__small-font{font-family:Epilogue;font-size:13px;font-weight:500;line-height:15.6px;text-align:left;color:#292726}@media (min-width:500px) and (min-height:300px){.second-step-registration-form-container .second-step-main-container__footer-container .sms-container__small-font{font-size:5px;margin-bottom:0}}@media (min-width:750px) and (min-height:350px){.second-step-registration-form-container .second-step-main-container__footer-container .sms-container__small-font{font-size:8px;margin-bottom:3px}}@media (min-width:900px) and (min-height:400px){.second-step-registration-form-container .second-step-main-container__footer-container .sms-container__small-font{font-size:11px;margin-bottom:10px}}@media (min-width:1050px) and (min-height:450px){.second-step-registration-form-container .second-step-main-container__footer-container .sms-container__small-font{font-size:13px;margin-bottom:10px}}.second-step-registration-form-container .second-step-main-container__footer-container .sms-input-container{margin-top:-15px}@media (min-width:1500px) and (min-height:700px){.second-step-registration-form-container .second-step-main-container__footer-container .sms-input-container{padding-top:20px}}.second-step-registration-form-container .second-step-main-container__footer-container .sms-input-container .sms-code-label{font-family:Epilogue;font-size:16px;font-weight:600;line-height:20px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;color:#292726}@media (min-width:500px) and (min-height:300px){.second-step-registration-form-container .second-step-main-container__footer-container .sms-input-container .sms-code-label{font-size:5px;margin-bottom:0;line-height:0}}@media (min-width:750px) and (min-height:350px){.second-step-registration-form-container .second-step-main-container__footer-container .sms-input-container .sms-code-label{font-size:8px;margin-bottom:3px;line-height:5px}}@media (min-width:900px) and (min-height:400px){.second-step-registration-form-container .second-step-main-container__footer-container .sms-input-container .sms-code-label{font-size:11px;margin-bottom:10px;line-height:15px}}@media (min-width:1050px) and (min-height:450px){.second-step-registration-form-container .second-step-main-container__footer-container .sms-input-container .sms-code-label{font-size:14px;margin-bottom:10px}}@media (min-width:1500px) and (min-height:700px){.second-step-registration-form-container .second-step-main-container__footer-container .sms-input-container .sms-code-label{padding-top:16px;padding-bottom:20px}}.second-step-registration-form-container .second-step-main-container__footer-container .sms-input-container .second-step-sms-input{margin-bottom:20px}@media (min-width:500px) and (min-height:300px){.second-step-registration-form-container .second-step-main-container__footer-container .sms-input-container .second-step-sms-input{font-size:5px;max-height:20px;margin-bottom:0}}@media (min-width:750px) and (min-height:350px){.second-step-registration-form-container .second-step-main-container__footer-container .sms-input-container .second-step-sms-input{font-size:8px;max-height:25px;margin-bottom:0}}@media (min-width:900px) and (min-height:400px){.second-step-registration-form-container .second-step-main-container__footer-container .sms-input-container .second-step-sms-input{font-size:11px;max-height:30px;margin-bottom:5px}}@media (min-width:1050px) and (min-height:450px){.second-step-registration-form-container .second-step-main-container__footer-container .sms-input-container .second-step-sms-input{font-size:14px;max-height:35px;margin-bottom:10px}}.second-step-registration-form-container .second-step-main-container__footer-container .registration-error-message{background-color:#fee2e2;border-radius:3px;display:flex;padding:5px;font-family:Epilogue;font-size:13px;font-weight:400;line-height:15.6px;text-align:left;color:#dc2626;min-height:30px;align-items:center;align-content:space-around;flex-direction:row;justify-content:flex-start;margin-top:5px}@media (min-width:500px) and (min-height:300px){.second-step-registration-form-container .second-step-main-container__footer-container .registration-error-message{min-height:5px;font-size:5px;line-height:5.6px;padding:2px}}@media (min-width:750px) and (min-height:350px){.second-step-registration-form-container .second-step-main-container__footer-container .registration-error-message{min-height:15px;font-size:5px;line-height:10.6px;padding:3px}}@media (min-width:900px) and (min-height:400px){.second-step-registration-form-container .second-step-main-container__footer-container .registration-error-message{min-height:25px;line-height:15.6px;font-size:8px}}@media (min-width:1050px) and (min-height:450px){.second-step-registration-form-container .second-step-main-container__footer-container .registration-error-message{min-height:30px;font-size:13px}}.second-step-registration-form-container .second-step-main-container__footer-container .register-button-container{display:flex;flex-direction:row;justify-content:center}.second-step-registration-form-container .second-step-main-container__footer-container .register-button-container__register-button{margin-top:20px;width:50%;background:#097347;width:100%;color:#fff;font-weight:500;font-size:14px;line-height:20px;max-height:40px}@media (min-width:500px) and (min-height:300px){.second-step-registration-form-container .second-step-main-container__footer-container .register-button-container__register-button{max-height:20px;font-size:10px;margin-top:5px}}@media (min-width:750px) and (min-height:350px){.second-step-registration-form-container .second-step-main-container__footer-container .register-button-container__register-button{max-height:25px;font-size:13px;margin-top:5px}}@media (min-width:900px) and (min-height:400px){.second-step-registration-form-container .second-step-main-container__footer-container .register-button-container__register-button{max-height:35px;margin-bottom:5px}}@media (min-width:1050px) and (min-height:450px){.second-step-registration-form-container .second-step-main-container__footer-container .register-button-container__register-button{max-height:35px;margin-bottom:10px}}.password-requirements-validator{display:grid;grid-template-columns:1fr 1fr;gap:4%;text-wrap:nowrap}@media (max-width:936px){.password-requirements-validator{display:flex;flex-direction:column}}.no-register-code-main-container{font-family:Carlsberg Sans;font-size:40px;font-weight:900;line-height:30px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;display:flex;justify-content:center;align-items:center;height:100vh;width:50vw;padding:20px;box-sizing:border-box;flex-direction:column;text-align:center}.no-register-code-main-container__text{font-size:1.5rem;margin-top:1rem}@media (max-width:500px){.no-register-code-main-container{width:100vw}}.ant-upload-list-item-name{width:90%!important}.ant-upload-list-item-card-actions{position:absolute!important;top:25px!important}.lang-container{max-width:300px;padding:10px}.gx-popover-lang-scroll-custom{height:100px!important;width:160px!important}.lang-button{gap:5px;justify-content:center}.lang-button,.lang-radio{display:flex!important;flex-direction:row;align-items:center}.lang-radio{margin-block:6px!important}.change-password-main-container{width:100%;height:auto;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.change-password-main-container__form-container{display:flex;width:95%;margin-bottom:10px;padding:1rem 2rem 2rem;height:auto;background-color:var(--default-background);flex-direction:column;border-radius:5px;box-shadow:0 0 10px hsla(0,0%,66.7%,.5);align-items:center}.change-password-main-container__form-container .confirm-password,.change-password-main-container__form-container .password{margin-top:1rem}.change-password-main-container__form-container .button-container{margin-top:1rem;width:100%;display:flex;justify-content:center}.check-password-container{width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center}.check-password-container--margin-bottom{margin-bottom:1rem}.check-password-container .validate-field{display:flex;align-items:flex-end;margin-top:10px}.check-password-container .validate-label{margin-left:10px;text-wrap:nowrap;font-family:Epilogue;font-size:13px;font-weight:400;line-height:15.6px;text-align:left}@media (min-width:250px) and (max-width:430px){.check-password-container .validate-label{text-wrap:wrap;font-size:10px}}.domain-edit{padding:1rem;display:flex;flex-direction:column}.domain-edit__main{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem}.domain-edit__main__input{max-width:235px}.domain-edit .button{margin:0}.domain-public-user{margin-bottom:.5rem}.domain-public-user__box{margin-block:.5rem;display:flex;justify-content:space-between;align-items:center}.domain-public-user__box__field,.domain-public-user__field{display:flex;flex-direction:column}.add-public-user-button{margin:auto}.domain-card{height:fit-content}.domain-card .domain-title{display:flex;justify-content:space-between;align-items:center}.domain-card .domain-info{list-style-type:none;padding-left:0;display:flex;justify-content:space-between;gap:1rem}.domain-card .domain-info p{margin:0}.domain-card .domain-info__public-user{display:flex;justify-content:space-between}.domain-card .domain-info__public-user__boards ul{list-style-type:none;padding-left:1rem}@media screen and (max-width:480px){.domain-card .domain-info{flex-direction:column}}.add-domain{position:relative;width:fit-content}.add-domain__panel{position:absolute;width:200px;display:grid;gap:.5rem;padding:1rem;top:85%;left:0;border-radius:8px;z-index:100;background-color:rgba(0,0,0,.75);color:#fff}.add-domain__panel button{margin:0}.domains{margin:10px;min-height:500px;padding-inline:1rem}.domains .loader{display:grid;place-items:center}.domains .domains-manager{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media screen and (max-width:966px){.domains .domains-manager{grid-template-columns:1fr}}.no-domains,.permission-denied{text-align:center;margin-inline:1rem}.users-table-row{background-color:#fff}.main-visibility-manager-container{height:100%;width:auto;margin:1rem;padding:1rem;background-color:#fff;display:flex;flex-direction:column;border-radius:5px;align-items:center}.main-visibility-manager-container__options-container{display:flex;flex-direction:column}.main-visibility-manager-container__options-container .option{display:flex;justify-content:space-between;margin-bottom:1rem}.main-visibility-manager-container__options-container .option__label{display:flex;flex-direction:row}.main-visibility-manager-container__options-container .option__label .popover-container{margin-top:2px}.main-visibility-manager-container__options-container .option .question-button{font-size:14px;cursor:pointer;margin-right:.5rem}.main-visibility-manager-container__options-container .option__switch-container{display:flex;align-items:center;width:6rem}.main-visibility-manager-container__save-button-container{width:100%;display:flex;justify-content:center}.main-visibility-manager-container__save-button-container .save-button{background-color:var(--btn-primaryBackground);color:#fff;width:20%}.visibility-manager-example-image{margin-top:15px}.main-organizations-container{width:100%;height:100%;position:relative}.main-organizations-container__buttons{display:flex;flex-direction:row;justify-content:space-around;margin-top:1rem;overflow-y:auto;padding-bottom:.3rem;scrollbar-color:grey transparent}.main-organizations-container__buttons .organizations-button{background-color:#fff;border:none;box-shadow:0 0 3px rgba(0,0,0,.2)}.main-organizations-container__buttons :hover{background-color:var(--btn-primaryHover)}.main-organizations-container__buttons .active{background-color:var(--btn-primaryActive)}.calendar-loader-true{position:relative;opacity:.7;pointer-events:none}.calendar-spinner{position:absolute;top:240px;left:48%;z-index:1}.external-events-list{height:285px;border-radius:4px;background:#fff;border-width:1px;overflow:auto}.planner-unplanned-task{display:flex;flex-direction:column;align-items:flex-start;gap:8px;word-break:break-all;font-size:13px;padding:6px 12px 4px;margin:10px 12px;color:#334155;background-color:#f8fafc;border-radius:4px;cursor:move}.planner-unplanned-task__container{display:flex;width:100%;justify-content:space-between;align-items:center}.planner-unplanned-task__container__sender{margin:0}.planner-unplanned-task__container__sender span{padding-right:3px}.planner-unplanned-task .task-icon{flex-shrink:0}.planner-unplanned-task .task-tags{font-weight:300}.planner-unplanned-task .redirect-to-case{align-self:flex-end;padding:5px 5px 1px;border-radius:5px}.planner-unplanned-task .redirect-to-case svg{height:16px;width:auto;fill:var(--btn-primaryBackground)}.planner-unplanned-task .redirect-to-case:hover{background-color:var(--btn-primaryHover);color:var(--first)}.planner-unplanned-task .redirect-to-case:hover svg{fill:var(--first)}.planner-unplanned-task .task-header-first.read-0,.planner-unplanned-task .task-tags.read-0{font-weight:600}.planner-unplanned-task:hover{background-color:var(--highlight)}.planner-unplanned-task.search-active{background-color:var(--highlight);transition:all .2s ease-in-out}.planner-unplanned-task.search-inactive{opacity:.6;transition:all .2s ease-in-out}.unplanned-list-container{position:relative}.cloud-planner.view-v .planner-windows{display:flex;flex-direction:row}.cloud-planner.view-v .planner-windows .side-button{margin-top:38px;display:flex;justify-content:center;align-items:center;display:none;cursor:pointer;width:5px;padding:5px;font-size:13px;border:1px solid #ccc;border-right:none;background-color:#fff}.cloud-planner.view-v .planner-windows .side-button:hover{background-color:#f5f5f5}.cloud-planner.view-v .external-events-list,.cloud-planner.view-v .fc-view-harness,.cloud-planner.view-v .planner-container,.cloud-planner.view-v .unplanned-list-container{height:100vh!important;max-height:100vh!important}.cloud-planner.view-v .unplanned-list-container{width:256px;flex-shrink:0;border-right:1px solid #cbd5e1;border-left:1px solid #cbd5e1;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.cloud-planner.view-v .external-events-list{border-width:0 1px 1px}.cloud-planner.view-v .planner-container{width:100%}.cloud-planner.view-v.unplanned-hidden .unplanned-list-container{width:0;visibility:hidden}.cloud-planner.view-v.unplanned-hidden .planner-container{width:100%}.cloud-planner .planner-header{height:70px;display:flex;background-color:var(--topbar-background);border-bottom:1px solid #cbd5e1;border-left:1px solid #cbd5e1}.cloud-planner .planner-header .planner-title{margin:14px 22px 0 28px;font-style:normal;color:var(--topbar-text)}.cloud-planner .planner-header .planner-navigation{display:flex;align-items:center;gap:12px}.cloud-planner .planner-header .planner-navigation .switch-today-btn{height:34px;font-size:13px;color:var(--topbar-text);border:1px solid #e2e8f0}.cloud-planner .planner-header .planner-navigation .planner-switch-weeks-buttons{display:flex}.cloud-planner .planner-header .planner-navigation .planner-switch-weeks-buttons .switch-week-button{padding:10px;background-color:initial;border:none}.cloud-planner .planner-header .planner-navigation .planner-curr-date .curr-date{width:90px;font-size:16px;line-height:120%;margin:0;color:#1e293b}.cloud-planner .planner-header .controls-panel{display:flex;width:100%;justify-content:flex-end;align-items:center}.cloud-planner .planner-header .controls-panel .reschedule-btn{height:auto;padding:8px 12px;margin:0 12px;font-size:13px}.cloud-planner .planner-header .controls-panel .select-weekends-setting{padding-right:.4rem}.cloud-planner .planner-header .controls-panel .select-range-setting{margin-right:10px}.cloud-planner .planner-header .controls-panel .select-range-setting .ant-select-selection{display:flex;align-items:center;height:31px;font-size:13px;border:1px solid #e2e8f0;color:#334155}.cloud-planner .planner-header .controls-panel .select-range-setting .ant-select-selection .anticon-down svg{fill:#000}.cloud-planner .planner-header .controls-panel .icon-setting{font-size:1.1em;position:relative;top:0}.cloud-planner .planner-header .controls-panel .search-bar{width:167px;margin:0 10px;display:flex;justify-content:space-between;align-items:center;position:relative}.cloud-planner .planner-header .controls-panel .search-bar .search-bar-input input{padding-left:16px;background-color:initial;border:1px solid #e2e8f0;border-radius:18px}.cloud-planner .planner-header .controls-panel .search-bar .icon-search{position:absolute;z-index:1;left:10px;top:45%;transform:translateY(-40%)}.cloud-planner .unplanned-list-title{display:none;position:absolute;top:-23px;left:3px}.cloud-planner .settings-panel{color:var(--topbar-text)}.cloud-planner .planner-container{position:relative}.cloud-planner .planner-container .fc-scrollgrid.fc-scrollgrid-liquid{border:none}.cloud-planner .planner-container .fc-scrollgrid.fc-scrollgrid-liquid .fc-scrollgrid-section.fc-scrollgrid-section-header .holiday-header .holiday-title{font-size:14px;color:#334155}.cloud-planner .planner-container .fc-scrollgrid.fc-scrollgrid-liquid .fc-scrollgrid-section.fc-scrollgrid-section-header .holiday-header .fc-scrollgrid-sync-inner{justify-content:center;align-items:center;text-align:center;background:linear-gradient(0deg,rgba(187,221,64,.2),rgba(187,221,64,.2)),#fff}.cloud-planner .planner-container .fc-scrollgrid.fc-scrollgrid-liquid .fc-scrollgrid-section.fc-scrollgrid-section-header .fc-col-header-cell.fc-day{position:relative;border-bottom:none;border-left:none}.cloud-planner .planner-container .fc-scrollgrid.fc-scrollgrid-liquid .fc-scrollgrid-section.fc-scrollgrid-section-header .fc-day-sat .fc-scrollgrid-sync-inner,.cloud-planner .planner-container .fc-scrollgrid.fc-scrollgrid-liquid .fc-scrollgrid-section.fc-scrollgrid-section-header .fc-day-sun .fc-scrollgrid-sync-inner{border-bottom:1px solid #e2e8f0}.cloud-planner .planner-container .fc-scrollgrid.fc-scrollgrid-liquid .fc-scrollgrid-section.fc-scrollgrid-section-header .fc-scrollgrid-sync-inner{height:54px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;text-align:start;border-bottom:1px solid var(--planner-btn-primary)}.cloud-planner .planner-container .fc-scrollgrid.fc-scrollgrid-liquid .fc-scrollgrid-section.fc-scrollgrid-section-header .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion .fc-day-header{font-weight:400;font-style:normal;text-transform:capitalize}.cloud-planner .planner-container .fc-scrollgrid.fc-scrollgrid-liquid .fc-scrollgrid-section.fc-scrollgrid-section-header .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion .fc-day-header .fc-weekday{color:#334155;font-size:16px;margin-bottom:2px}.cloud-planner .planner-container .fc-scrollgrid.fc-scrollgrid-liquid .fc-scrollgrid-section.fc-scrollgrid-section-header .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion .fc-day-header .fc-date{color:#64748b;font-size:11px}.cloud-planner .planner-container .fc-scrollgrid.fc-scrollgrid-liquid .fc-scrollgrid-section.fc-scrollgrid-section-header .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion .fc-day-header .fc-event-tag{position:absolute;right:5px;top:4px;padding:2px 6px;line-height:120%;background:var(--btn-primaryBackground);color:var(--btn-primaryText);border-radius:3px;font-size:13px}.cloud-planner .planner-container .fc-view-harness{max-height:500px}.cloud-planner .planner-container .fc-event{background-color:var(--first);border:solid transparent;border-width:2px 0;padding:0 2px;font-size:11px;overflow:hidden}.cloud-planner .planner-container .fc-event:hover{border:solid var(--second);border-width:2px 0}.cloud-planner .planner-container .fc-event:hover:after{content:"==";color:hsla(0,0%,100%,.548);width:20px;height:20px;position:relative;top:-11px;left:48%}.cloud-planner .planner-container .fc-event .custom-event-content{height:100%;position:relative}.cloud-planner .planner-container .fc-event .custom-event-content__header{display:flex;justify-content:space-between;align-items:start}.cloud-planner .planner-container .fc-event .custom-event-content__header .header-icons{display:flex;justify-content:space-between;align-items:center;gap:3px;margin:1px 1px 0 0}.cloud-planner .planner-container .fc-event.search-active{border:2px solid orange;transition:all .2s ease-in-out}.cloud-planner .planner-container .fc-event.search-inactive{opacity:.5!important;transition:all .2s ease-in-out}.cloud-planner .planner-container .case-title,.cloud-planner .planner-container .fc-event-time,.cloud-planner .planner-container p{font-weight:400;color:#fff;white-space:pre-wrap}.cloud-planner .planner-container .case-range{font-style:normal;font-weight:700;letter-spacing:.05em}.cloud-planner .planner-container .fc-day-today{background-color:initial}.cloud-planner .planner-container .fc-day-today .fc-scrollgrid-sync-inner{background-color:var(--planner-btn-primary-alpha)}.cloud-planner .planner-container .fc-day-sat,.cloud-planner .planner-container .fc-day-sun{background-color:#f8fafc!important}.cloud-planner .planner-container .case-title{text-overflow:ellipsis}.cloud-planner .planner-container .fc-header-toolbar{display:none;margin-bottom:.05em!important;margin-top:.5em;align-items:center;justify-content:right;padding-bottom:3px}.cloud-planner .planner-container .fc-header-toolbar .fc-toolbar-title{font-size:15px;padding-right:1em}.cloud-planner .planner-container .fc-header-toolbar .fc-button-primary{border-color:#d3d3d3;color:#474747;background-color:#fff;height:27px;display:flex;align-items:center}.cloud-planner .planner-container .fc-header-toolbar .fc-button-active{border-color:var(--first)!important;background-color:var(--first)!important;color:#fff}.cloud-planner .planner-container .fc-footer-toolbar{margin-top:.25em!important}.cloud-planner .planner-container .fc-timegrid{background:#fff}.cloud-planner .planner-container .fc-timegrid-axis{background-color:#f8fafc;border-bottom:none;border-right:none}.cloud-planner .planner-container .fc-dayGridMonth-view{background:#fff}.cloud-planner .planner-container .fc-dayGridMonth-view .fc-event{height:26px;min-height:26px}.cloud-planner .planner-container .fc-dayGridMonth-view .fc-event .custom-event-content{padding-left:3px!important}.cloud-planner .planner-container .fc-dayGridMonth-view .fc-event .custom-event-content a{white-space:nowrap}.cloud-planner .planner-container .fc-dayGridMonth-view .fc-event .custom-event-content .case-range{display:none}.fc-timegrid-body{display:flex;flex-direction:row}.fc-timegrid-body .fc-timegrid-slots{font-size:10px}.fc-timegrid-body .fc-timegrid-slots .fc-timegrid-slot.fc-timegrid-slot-label{border-bottom:none;border-top:none}.fc-timegrid-body .fc-timegrid-slots .fc-timegrid-slot.fc-timegrid-slot-label.fc-timegrid-slot-minor{background-color:#f8fafc}.fc-timegrid-body .fc-timegrid-slots .fc-timegrid-slot-minor{border-top-style:unset}.fc-timegrid-body .fc-timegrid-slots .fc-timegrid-slot.fc-timegrid-slot-label.fc-scrollgrid-shrink{background-color:#f8fafc}.fc-timegrid-body .fc-timegrid-slots .fc-timegrid-slot.fc-timegrid-slot-label.fc-scrollgrid-shrink .fc-timegrid-slot-label-frame{text-align:center;color:#64748b;font-weight:400}.fc-timegrid-body .fc-timegrid-slots table{min-height:100%!important}.fc-theme-standard td{border:1px solid #e2e8f0}.fc .fc-non-business{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAM0AAAA6BAMAAADhBcD7AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAD1BMVEXu8PL09vf4+fr3+Pn////vcFMNAAAAAWJLR0QEj2jZUQAAAAlwSFlzAAASdAAAEnQB3mYfeAAAAAd0SU1FB+cIAQgyFLbgfIoAAAB8SURBVFjD7dXBCYAwFATRTQdiBeHbgP1XZyIIOQuZ05xkL37moC9JzqprPFpV3Ztm3/z+b3YmZ94hcuYdImdMJOfCcgLlBMoJlBMoJ1BOmJwjSE6b/zfiU33v6IIu6MLPqQu6oAu6EF3QhWXqgi7ogi5EF3RhmbqgC8OFBzaMpz2aGz41AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIzLTA4LTAxVDA4OjQ5OjE4KzAwOjAwe6eCegAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMy0wOC0wMVQwODo0OToxOCswMDowMAr6OsYAAAAASUVORK5CYII=);background-repeat:repeat-y;background-size:100%;height:100%}.replan-messages-modal{overflow-y:scroll}@media screen and (max-width:990px){.fc-toolbar-title{display:none}}.start-time-settings-wrapper{display:flex;flex-direction:column;gap:.4rem;width:20%;margin-left:10px;margin-bottom:16px!important}.work-time-settings-title{margin:0 0 10px 10px;color:var(--default-text)}.time-select-wrapper{display:flex;align-items:center;margin-bottom:10px}.time-select-wrapper label{width:80px;margin-right:10px;margin-left:10px}.time-select-wrapper .time-select-container{display:flex;align-items:center}.time-select-wrapper .time-select-container .time-select{width:90px}.time-select-wrapper .time-select-container .time-select-separator{margin:0 5px;font-weight:700}.case-label-popover.open{max-width:390px}.case-label-popover.open .bp2-popover-inner .bp2-popover-inner-content{padding:0;width:390px;max-width:390px}.case-label-popover.open .bp2-popover-inner .bp2-popover-inner-title{padding:0}.case-label{min-height:370px;height:auto;max-height:90vh;overflow-y:scroll;overflow-x:hidden;scrollbar-width:none}.case-label__img{position:relative;height:210px;background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:6px 6px 0 0}.case-label__header{height:48px;width:100%;overflow:hidden;display:flex;justify-content:flex-start;align-items:center;flex-shrink:0;background-color:#0b2a61;border:none;border-radius:6px 6px 0 0;z-index:1;position:absolute}.case-label__header__wrapper{display:flex;align-items:center;gap:12px;padding-left:14px}.case-label__header__wrapper__title{font-size:11px;font-weight:600;padding:4px 12px 2px;border-radius:12px;letter-spacing:.05em;background-color:#1c4387;color:#fff;text-transform:uppercase}.case-label__header__wrapper__close-btn{position:absolute;top:12px;right:11px;cursor:pointer}.case-label__header--with-img{background-color:unset}.case-label__body{padding:12px 6px 0 9px}.case-label__body p{margin:0}.case-label__title-wrapper{border-bottom:1px solid #f1f5f9}.case-label__title-wrapper__title{display:block;margin:0;padding-bottom:10px;font-size:23px;line-height:125%;font-style:normal;font-weight:400;word-wrap:break-word;cursor:pointer;color:#1e293b;transition:.3s}.case-label__title-wrapper__title:active,.case-label__title-wrapper__title:hover{color:#1e293b;text-decoration:underline}.case-label__title-wrapper__sender{padding-bottom:12px;font-weight:400;font-size:19px;color:#334155}.case-label__info-wrapper{padding:12px 0;border-bottom:1px solid #f1f5f9}.case-label__info-wrapper__label{display:block;font-weight:400;font-size:11px;line-height:120%;color:#334155}.case-label__info-wrapper__content{position:relative;padding:6px 0 12px;font-size:16px;line-height:120%;color:#334155}.case-label__info-wrapper__content__info{display:flex;justify-content:center;align-items:center}.case-label__info-wrapper__content__icon{position:absolute;top:-11px;left:33px;transition:.3s}.case-label__info-wrapper__content__icon--rotated{transform:rotate(180deg);transition:.3s}.case-label__info-wrapper__content--closed{padding:0;height:0}.case-label__info-wrapper__link-wrapper{display:flex;align-items:center;gap:10px;padding:8px 0 12px}.case-label__info-wrapper__link-wrapper__link{font-style:normal;font-weight:400;font-size:13px;line-height:120%;color:#64748b;text-decoration:underline;overflow-wrap:anywhere}.case-label__info-wrapper__date-wrapper{display:flex;align-items:center;gap:10px;padding:8px 0 0}.case-label__info-wrapper__date-wrapper__date{font-weight:400;font-size:13px;line-height:120%;color:#64748b}.case-label__actions{height:52px;display:flex;justify-content:space-between;align-items:center}.case-label__actions a.redirect-to-case{display:flex;cursor:pointer;background-color:initial;margin-right:10px;margin-left:auto}.case-label__actions a.redirect-to-case svg{transform:scale(1.2)}.case-label__actions__buttons{display:flex;align-items:center;gap:10px}.case-label__actions svg{height:16px;width:auto}.case-label::-webkit-scrollbar{width:0}.case-label-tags{display:inline-block;font-size:11px;padding:2px 10px;margin:2px;border-radius:12px;letter-spacing:.04em;background-color:#efefef;color:#666}.nav-section-wrapper{min-width:278px;width:278px;position:relative;left:0;top:0;z-index:20}.nav-section-wrapper .section-navbar{width:278px;position:fixed;display:flex;flex-direction:column;top:0;left:0;bottom:0;background-color:var(--nav-background);color:var(--nav-text);height:100%;box-sizing:border-box}.nav-section-wrapper .section-navbar .top-content-wrapper{position:relative;top:0;left:0;background-color:var(--nav-background)}.nav-section-wrapper .section-navbar .top-content-wrapper .navbar-top-section-wrapper{background-color:var(--nav-headerBackground)}.nav-section-wrapper .section-navbar .top-content-wrapper .navbar-top-section-wrapper .navbar-logo-wrapper{height:71px;margin:0 25px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--burger-color)}.nav-section-wrapper .section-navbar .top-content-wrapper .navbar-top-section-wrapper .navbar-logo-wrapper .logo img{height:25px}.nav-section-wrapper .section-navbar .top-content-wrapper .navbar-top-section-wrapper .navbar-logo-wrapper div.arrow-bar-wrapper{margin:0;cursor:pointer}.nav-section-wrapper .section-navbar .top-content-wrapper .navbar-top-section-wrapper .navbar-logo-wrapper div.arrow-bar-wrapper__navbar-icon{color:var(--default-sectionTitle)}.nav-section-wrapper .section-navbar .top-content-wrapper .navbar-top-section-wrapper .navbar-logo-wrapper div.arrow-bar-wrapper .arrow-bar-icon{width:24px;cursor:pointer}.nav-section-wrapper .section-navbar .top-content-wrapper .navbar-top-section-wrapper .navbar-logo-wrapper div.arrow-bar-wrapper .reverse-arrow-bar-icon{transform:rotate(180deg)}.nav-section-wrapper .section-navbar .top-content-wrapper .navbar-profile-wrapper div.navbar-profile{border-radius:var(--borderRadius);margin:10px 12px;background-color:var(--nav-organizationBackground);color:var(--nav-organizationText);border:1px solid var(--nav-organizationBorder)}.nav-section-wrapper .section-navbar .top-content-wrapper .navbar-profile-wrapper div.navbar-profile .sidebar__profile__info__company{display:flex;justify-content:space-between;align-items:center;padding:12px;cursor:pointer;margin:0}.nav-section-wrapper .section-navbar .top-content-wrapper .navbar-profile-wrapper div.navbar-profile .sidebar__profile__info__company p{margin:0}.nav-section-wrapper .section-navbar .top-content-wrapper .navbar-profile-wrapper div.navbar-profile i{color:#000}.nav-section-wrapper .section-navbar .department-selection-container{display:flex;justify-content:center}.nav-section-wrapper .section-navbar .main-content-wrapper,.nav-section-wrapper .section-navbar .main-content-wrapper-scroll,.nav-section-wrapper .section-navbar .main-content-wrapper-scroll-hidden{flex-grow:1;overflow-y:auto;overflow-x:hidden;background-color:var(--nav-background)}.nav-section-wrapper .section-navbar .main-content-wrapper{scrollbar-width:none}.nav-section-wrapper .section-navbar .main-content-wrapper::-webkit-scrollbar{display:none}.nav-section-wrapper .section-navbar .bottom-content-wrapper{min-height:100px;background-color:var(--nav-footerBackground)}.nav-section-wrapper .section-navbar .bottom-content-wrapper .navbar-footer-wrapper{height:fit-content;display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap;gap:8px;padding:9px 0 0 5px}.nav-section-wrapper .section-navbar .bottom-content-wrapper .navbar-footer-wrapper__button{display:flex;height:60px;padding:10px;border-radius:5px;border:none;background-color:#f1f0ef;flex:1;flex-grow:1;align-items:center;cursor:pointer}.nav-section-wrapper .section-navbar .bottom-content-wrapper .navbar-footer-wrapper__button--logout{flex:1}.nav-section-wrapper .section-navbar .bottom-content-wrapper .navbar-footer-wrapper .bp2-menu,.nav-section-wrapper .section-navbar .bottom-content-wrapper .navbar-footer-wrapper .bp2-menu .bp2-menu-list{margin:0!important}.nav-section-wrapper .section-navbar .bottom-content-wrapper .navbar-footer-wrapper .navbar__content__item{padding:6px 8px!important;margin:0!important;min-height:fit-content!important}.nav-section-wrapper .section-navbar .bottom-content-wrapper .navbar-footer-wrapper .navbar__content__item .icon-logout{width:28px;height:28px}.nav-section-wrapper .section-navbar .bottom-content-wrapper .navbar-footer-wrapper .navbar__content__item a{padding:0!important}.nav-section-wrapper .section-navbar .bottom-content-wrapper .navbar-footer-wrapper .ant-avatar{width:30px!important;height:30px!important;line-height:30px!important;align-self:center;font-size:18px}.nav-section-wrapper .section-navbar .bottom-content-wrapper .navbar-footer-wrapper .sidebar_profile_container{max-width:8.3rem;display:flex;flex-direction:column;padding-left:5px}.nav-section-wrapper .section-navbar .bottom-content-wrapper .navbar-footer-wrapper .sidebar__profile__info__email{text-wrap:nowrap;max-width:8rem;font-size:10px;color:#292726;font-weight:600;padding-top:5px;text-overflow:ellipsis;overflow:hidden}.nav-section-wrapper .section-navbar .bottom-content-wrapper .navbar-footer-wrapper .sidebar__profile__info__name{text-wrap:nowrap;max-width:8.3rem;flex-grow:1;font-size:16px;color:#292726;font-weight:600;text-overflow:ellipsis;overflow:hidden}.nav-section-wrapper .collapsed{width:88px!important}.nav-section-wrapper i{color:var(--nav-icon)}.sidebar__content__item.active-board a{background-color:var(--nav-linkHoverBackground)}.sidebar__content__item.active-board a,.sidebar__content__item.active-board a i{color:var(--nav-submenu-linkActive)!important}.nav-section-wrapper .bp2-menu.inline-mode,.navbar.ant-layout-sider .bp2-menu.inline-mode{margin:10px 12px}.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item{padding:3px 6px!important;height:36px}.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item a,.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item span,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item a,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item span{display:grid;grid-template-columns:30px auto;align-items:center;font-size:16px;color:var(--nav-menu-link);border-radius:var(--borderRadius)}.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item a span,.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item span span,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item a span,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item span span{white-space:nowrap;overflow:hidden;display:block;text-overflow:ellipsis}.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item a .icon,.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item span .icon,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item a .icon,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item span .icon{min-width:14px;margin-right:6px;flex-shrink:0}.nav-section-wrapper .bp2-menu.inline-mode .bp2-submenu-list__expanded>ul,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-submenu-list__expanded>ul{display:flex;flex-direction:column;gap:2px}.nav-section-wrapper .bp2-menu.inline-mode .bp2-submenu-item,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-submenu-item{max-height:40px}.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item,.nav-section-wrapper .bp2-menu.inline-mode .bp2-submenu-item,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-submenu-item{border-radius:4px;color:var(--default-link)}.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item.selected,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item.selected{border:none}.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item.sidebar__content__item.selected a div,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item.sidebar__content__item.selected a div{color:var(--nav-submenu-linkActive)}.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item.sidebar__content__item a,.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item.sidebar__content__item div,.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item.sidebar__content__item i,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item.sidebar__content__item a,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item.sidebar__content__item div,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item.sidebar__content__item i{color:var(--nav-submenu-link)}.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item.sidebar__content__item svg,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item.sidebar__content__item svg{color:var(--nav-submenu-icon)}.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item.sidebar__content__item .sidebar__content__item_container,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item.sidebar__content__item .sidebar__content__item_container{display:grid;grid-template-columns:25px auto;align-items:center}.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item.sidebar__content__item i,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item.sidebar__content__item i{padding-right:5px;position:relative}.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item.sidebar__content__item i:before,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item.sidebar__content__item i:before{position:absolute;top:50%;transform:translateY(-50%)}.nav-section-wrapper .bp2-menu.inline-mode .sidebar__content__item__title,.navbar.ant-layout-sider .bp2-menu.inline-mode .sidebar__content__item__title{padding:3px 6px;display:grid;grid-template-columns:20px auto;align-items:center;gap:10px}.nav-section-wrapper .bp2-menu.inline-mode .sidebar__content__item__title div,.navbar.ant-layout-sider .bp2-menu.inline-mode .sidebar__content__item__title div{display:flex}.nav-section-wrapper .bp2-menu.inline-mode .bp2-submenu-list__expanded .bp2-menu-item.sidebar__content__item,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-submenu-list__expanded .bp2-menu-item.sidebar__content__item{min-height:20px;margin-left:16px;padding:2px 16px}.nav-section-wrapper .bp2-menu.inline-mode svg.menu-chevron,.navbar.ant-layout-sider .bp2-menu.inline-mode svg.menu-chevron{stroke:var(--default-link)}.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item:active,.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item:focus,.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item:hover,.nav-section-wrapper .bp2-menu.inline-mode .bp2-submenu-item:active,.nav-section-wrapper .bp2-menu.inline-mode .bp2-submenu-item:focus,.nav-section-wrapper .bp2-menu.inline-mode .bp2-submenu-item:hover,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item:active,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item:focus,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item:hover,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-submenu-item:active,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-submenu-item:focus,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-submenu-item:hover{background-color:var(--nav-linkHoverBackground);color:var(--nav-submenu-linkActive)}.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item:active div,.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item:active i,.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item:focus div,.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item:focus i,.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item:hover div,.nav-section-wrapper .bp2-menu.inline-mode .bp2-menu-item:hover i,.nav-section-wrapper .bp2-menu.inline-mode .bp2-submenu-item:active div,.nav-section-wrapper .bp2-menu.inline-mode .bp2-submenu-item:active i,.nav-section-wrapper .bp2-menu.inline-mode .bp2-submenu-item:focus div,.nav-section-wrapper .bp2-menu.inline-mode .bp2-submenu-item:focus i,.nav-section-wrapper .bp2-menu.inline-mode .bp2-submenu-item:hover div,.nav-section-wrapper .bp2-menu.inline-mode .bp2-submenu-item:hover i,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item:active div,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item:active i,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item:focus div,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item:focus i,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item:hover div,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-menu-item:hover i,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-submenu-item:active div,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-submenu-item:active i,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-submenu-item:focus div,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-submenu-item:focus i,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-submenu-item:hover div,.navbar.ant-layout-sider .bp2-menu.inline-mode .bp2-submenu-item:hover i{color:var(--nav-submenu-linkActive)}.navbar.ant-layout-sider-collapsed{width:88px!important}.navbar.ant-layout-sider-collapsed .small-nav-section-wrapper{min-width:88px!important;width:88px!important}.navbar.ant-layout-sider-collapsed .small-nav-section-wrapper .section-navbar .top-content-wrapper{width:88px}.navbar.ant-layout-sider-collapsed .small-nav-section-wrapper .section-navbar .top-content-wrapper .navbar-logo-wrapper{justify-content:center}.navbar.ant-layout-sider-collapsed .small-nav-section-wrapper .section-navbar .bottom-content-wrapper,.navbar.ant-layout-sider-collapsed .small-nav-section-wrapper .section-navbar .main-content-wrapper{width:88px}.navbar.ant-layout-sider-collapsed .bp2-menu.vertical-mode .bp2-menu-item,.navbar.ant-layout-sider-collapsed .bp2-menu.vertical-mode .bp2-submenu-item{font-size:16px;border-radius:var(--borderRadius)}.navbar.ant-layout-sider-collapsed .bp2-menu.vertical-mode .bp2-menu-item{padding:6px 12px;height:36px}.navbar.ant-layout-sider-collapsed .bp2-menu.vertical-mode .bp2-menu-list{display:flex;flex-direction:column;align-items:center;gap:3px}.navbar.ant-layout-sider-collapsed .bp2-menu.vertical-mode .icon+span{max-width:0;display:inline-block;opacity:0}.navbar.ant-layout-sider-collapsed .bp2-menu.vertical-mode .menu-chevron{display:none}.navbar.ant-layout-sider-collapsed .bp2-menu.vertical-mode .bp2-menu-item:active,.navbar.ant-layout-sider-collapsed .bp2-menu.vertical-mode .bp2-menu-item:focus,.navbar.ant-layout-sider-collapsed .bp2-menu.vertical-mode .bp2-menu-item:hover,.navbar.ant-layout-sider-collapsed .bp2-menu.vertical-mode .bp2-submenu-item:active,.navbar.ant-layout-sider-collapsed .bp2-menu.vertical-mode .bp2-submenu-item:focus,.navbar.ant-layout-sider-collapsed .bp2-menu.vertical-mode .bp2-submenu-item:hover{background-color:var(--nav-linkHoverBackground);color:var(--nav-submenu-linkActive);border:none}.bp2-popover-inner-content .bp2-menu-list .bp2-menu-item.sidebar__content__item{border-radius:var(--borderRadius)}.bp2-popover-inner-content .bp2-menu-list .bp2-menu-item.sidebar__content__item a,.bp2-popover-inner-content .bp2-menu-list .bp2-menu-item.sidebar__content__item div,.bp2-popover-inner-content .bp2-menu-list .bp2-menu-item.sidebar__content__item i{color:var(--nav-submenu-link)}.bp2-popover-inner-content .bp2-menu-list .bp2-menu-item.sidebar__content__item .sidebar__content__item_container{display:grid;grid-template-columns:25px auto;align-items:center}.bp2-popover-inner-content .bp2-menu-list .bp2-menu-item.sidebar__content__item i{padding-right:5px;position:relative}.bp2-popover-inner-content .bp2-menu-list .bp2-menu-item.sidebar__content__item i:before{position:absolute;top:50%;transform:translateY(-50%)}.bp2-popover-inner-content .bp2-menu-list .sidebar__content__item__title{padding:3px 6px;display:flex;align-items:center;gap:10px}.bp2-popover-inner-content .bp2-menu-list .sidebar__content__item__title div{display:flex}.bp2-popover-inner-content .bp2-menu-list .bp2-menu-item:active,.bp2-popover-inner-content .bp2-menu-list .bp2-menu-item:focus,.bp2-popover-inner-content .bp2-menu-list .bp2-menu-item:hover,.bp2-popover-inner-content .bp2-menu-list .bp2-submenu-item:active,.bp2-popover-inner-content .bp2-menu-list .bp2-submenu-item:focus,.bp2-popover-inner-content .bp2-menu-list .bp2-submenu-item:hover{background-color:var(--nav-linkHoverBackground);color:var(--nav-submenu-linkActive)}.bp2-popover-inner-content .bp2-menu-list .bp2-menu-item:active div,.bp2-popover-inner-content .bp2-menu-list .bp2-menu-item:active i,.bp2-popover-inner-content .bp2-menu-list .bp2-menu-item:focus div,.bp2-popover-inner-content .bp2-menu-list .bp2-menu-item:focus i,.bp2-popover-inner-content .bp2-menu-list .bp2-menu-item:hover div,.bp2-popover-inner-content .bp2-menu-list .bp2-menu-item:hover i,.bp2-popover-inner-content .bp2-menu-list .bp2-submenu-item:active div,.bp2-popover-inner-content .bp2-menu-list .bp2-submenu-item:active i,.bp2-popover-inner-content .bp2-menu-list .bp2-submenu-item:focus div,.bp2-popover-inner-content .bp2-menu-list .bp2-submenu-item:focus i,.bp2-popover-inner-content .bp2-menu-list .bp2-submenu-item:hover div,.bp2-popover-inner-content .bp2-menu-list .bp2-submenu-item:hover i{color:var(--nav-submenu-linkActive)}.main-dropdowns-container{position:relative}.main-dropdowns-container__active{background-color:#f2f2f2}.main-dropdowns-container__select-container{position:relative;display:flex;width:253px;margin:20px auto;font-family:Arial,sans-serif;align-items:center;border:1px solid #f1f0ef;padding:8px;border-radius:4px;height:auto;cursor:pointer}.main-dropdowns-container__select-container .labels{display:flex;flex-direction:column;width:88%}.main-dropdowns-container__select-container .labels .info-label{font-family:var(--font-secondary);font-weight:300;font-size:10px;line-height:12.2px;letter-spacing:0;color:grey}.main-dropdowns-container__select-container .labels .data-label{font-family:var(--font-secondary);font-weight:700;font-size:fs-12;line-height:14.64px;letter-spacing:0;color:#292726}.main-dropdowns-container__select-container .union-image{width:7;height:8.75;top:3.75px;left:4.5px;margin-right:5px}.main-dropdowns-container__select-container .icon{font-size:16px;position:absolute;right:5px;top:10px}.main-dropdowns-container__dropdown{width:288px;height:auto;margin-top:-4px;background-color:#fff;z-index:2;position:absolute;box-shadow:0 2px 8px 0 rgba(41,39,38,.1607843137254902);border-radius:4px}.main-dropdowns-container__dropdown .triangle{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:19px solid #fff;position:absolute;top:-16px;left:20px}.main-dropdowns-container__dropdown .triangle:before{content:"";position:absolute;top:0;left:-11px;width:0;height:0;border-left:11px solid transparent;border-right:11px solid transparent;border-bottom:15px solid #000;filter:blur(3px);opacity:.1;z-index:-1}.main-dropdowns-container__dropdown .dropdown-list{padding:5px}.main-dropdowns-container__dropdown .navbar-select-item-main-container-active{background-color:#f2f2f2}.main-dropdowns-container__dropdown .navbar-select-item-main-container{cursor:pointer;width:100%;height:auto;display:flex;align-items:center;padding:10px;border-radius:4px}.main-dropdowns-container__dropdown .navbar-select-item-main-container .dropdown-item-icon{margin-right:10px}.main-dropdowns-container__dropdown .navbar-select-item-main-container .dropdown-item-labels{display:flex;flex-direction:column}.main-dropdowns-container__dropdown .navbar-select-item-main-container .dropdown-item-labels .name{font-family:var(--font-secondary);font-weight:300;font-size:14px;line-height:16.8px;letter-spacing:0;color:#292726}.main-dropdowns-container__dropdown .navbar-select-item-main-container .dropdown-item-labels .adress{font-family:var(--font-secondary);font-weight:300;font-size:10px;line-height:15px;letter-spacing:0;color:grey}.theme-selector{padding:0;display:flex;flex-wrap:wrap;list-style-type:none;gap:.5rem}.theme-selector__label{cursor:pointer;width:2.5rem;height:2.5rem;display:flex;border-radius:50%;overflow:hidden;position:relative}.theme-selector__label__first,.theme-selector__label__second{width:50%;height:100%}.theme-selector__label:hover{opacity:.8}.theme-selector__input{display:none}.theme-selector__input:checked~label{box-shadow:0 0 3px 2px var(--first)}.ant-drawer-content{height:100%}.ant-drawer-body{padding:0!important}.ant-drawer-right .ant-drawer-content-wrapper{padding:0!important;width:270px!important}@media screen and (max-width:576px){.ant-drawer-right .ant-drawer-content-wrapper{width:200px!important}}.ant-drawer .ant-tabs-ink-bar{width:5px!important}.ant-drawer .ant-tabs{height:100vh}.ant-drawer .ant-tabs .ant-tabs-right-content{height:100%;overflow:auto!important}.ant-drawer .ant-tabs .ant-tabs-right-content::-webkit-scrollbar{width:5px}.ant-drawer .ant-tabs .ant-tabs-right-content::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px}.ant-drawer .widgets-search-wrapper{margin-left:13px}.user-button{margin-left:10%}.chat-icon{margin-top:48px}@media screen and (min-width:560px){.chat-icon{margin-top:96px}}.chat-icon .customizer-icon-chat{width:24px;height:24px;margin-right:10px}.chat-icon .half-round-button{padding:0 12px}div.gx-customizer-option div{position:relative}div.gx-customizer-option div div.new-message-notification-pulsing{position:absolute;left:0;top:-5%;width:8px;height:8px;border-radius:50%;background-color:red;animation:pulse-red 1.5s infinite;z-index:2}@keyframes pulse-red{0%{transform:scale(.95);box-shadow:0 0 0 0 #8b0000}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(255,82,82,0)}to{transform:scale(.95);box-shadow:0 0 0 0 rgba(255,82,82,0)}}.button-div{display:flex;align-items:center;justify-content:flex-end}.main-text{color:#fff}.alert-box{position:fixed;left:0;width:100%;bottom:0;padding:30px;background-color:rgba(0,37,75,.86);transition:1s;z-index:99999}.cookies-modal{border-radius:20px;min-height:667px}.cookies-modal .modal-body{margin:0}.cookies-modal .modal-body::-webkit-scrollbar{width:0!important}.cookies-modal .modal-top-bar{display:none}.cookies-modal__inner{font-family:"Epilogue";padding:48px}.cookies-modal__header{display:flex}.cookies-modal__title{margin:0;color:#00321e}.cookies-modal__description{margin:0;padding:32px 0;max-width:700px;white-space:pre-wrap;font-size:13px}.cookies-modal__options{display:flex;flex-direction:column;gap:26px}.cookies-modal__options__option{display:flex;align-items:end;gap:8px}.cookies-modal__options__option__collapse-btn{display:flex;align-items:center;gap:8px;color:var(--first);font-size:13px;margin-left:auto;cursor:pointer}.cookies-modal__options__option__icon{width:9px;height:6px;transition:.3s}.cookies-modal__options__option__icon--rotated{transform:rotate(180deg)}.cookies-modal__options__option__name{font-size:13px;font-weight:700;color:#292726}.cookies-modal__options__option__content{font-size:11px;max-width:680px;line-height:14px;margin-top:20px}.cookies-modal__options .bp2-switch{margin:0}.cookies-modal__options .bp2-switch input:checked+.slider{background-color:#17b169}.cookies-modal .modal-footer{background-color:#fcfcfc}.cookies-modal__footer{display:flex;align-items:center;justify-content:center;gap:32px;width:100%;padding:26px 48px 38px}.cookies-modal__footer__btn{height:60px;padding:24px;font-weight:600;line-height:20px;font-family:"Epilogue";background-color:initial;font-size:16px;border-radius:2px}.cookies-modal__footer__btn--accept-all{background-color:var(--btn-primaryBackground);color:var(--btn-primaryText);border:none}.cookies-modal__footer__btn--accept-obligatory{color:var(--btn-primaryBackground);border:1px solid #5c5958}.cookies-modal__footer__btn--accept-obligatory:hover{border-color:var(--btn-primaryBackground);background-color:#fff;color:var(--btn-primaryBackground)}.cookies-modal__footer__btn--not-accept{color:var(--btn-primaryBackground);border:1px solid transparent}.cookies-modal__footer__btn--not-accept:hover{border-color:var(--btn-primaryBackground);color:var(--btn-primaryBackground)}.cloud-footer{padding:10px;color:var(--footer-text);font-size:11px;background-color:var(--footer-background)}.gx-container-wrap .ant-layout-footer{padding-left:0;padding-right:0}.gx-container-wrap .gx-layout-footer-content{width:94vw;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}@media screen and (max-width:575px){.ant-layout-footer{padding:14px 15px}}@media screen and (min-width:768px){.gx-container-wrap .gx-layout-footer-content{width:720px}}@media screen and (min-width:992px){.gx-container-wrap .gx-layout-footer-content{width:920px}}@media screen and (min-width:1200px){.gx-container-wrap .gx-layout-footer-content{width:1100px}}@media screen and (min-width:1367px){.gx-container-wrap .gx-layout-footer-content{width:1200px}}@media screen and (min-width:1600px){.gx-container-wrap .gx-layout-footer-content{width:1400px}}.cp-footer-container{display:flex;justify-content:space-between;align-items:center}.cp-footer-container__button{cursor:pointer;background:transparent;border:none;border-bottom:1px solid transparent;font-size:12px;color:#0c5b3a;transition:.2s}.cp-footer-container__button:hover{border-bottom:1px solid #0c5b3a}.cp-footer-container__text{display:flex;flex-direction:column}.scroll-top{z-index:2;position:fixed!important;bottom:50px!important;margin-bottom:0!important;display:flex;justify-content:center;align-items:center}.messages-layout{background-color:var(--background)!important}@media (max-width:900px){.messages-layout{width:100vw}}.app-login-wrapper,.gx-app-layout{display:flex;flex-direction:row}.app-login-wrapper{height:100%;background-color:#fff;overflow:hidden}.app-login-wrapper .login-section-wrapper{flex-basis:50%;position:relative}.app-login-wrapper .login-section-wrapper .login-form-container{position:absolute;width:70%;max-width:390px;height:60%;top:46%;display:flex;left:50%;transform:translate(-50%,-50%);flex-direction:column;justify-content:center}.app-login-wrapper .login-section-wrapper .login-form-container__mobile-store-redirect{margin-bottom:1rem}.app-login-wrapper .login-section-wrapper .login-form-container .mobile-buttons{display:flex;flex-direction:row;justify-content:space-between;margin-top:1rem}.app-login-wrapper .login-section-wrapper .login-form-container__main-header{font-family:"Carlsberg Sans";font-size:40px;font-weight:900;line-height:48px;text-align:left;color:#0c5b3a;white-space:nowrap}@media (max-width:576px){.app-login-wrapper .login-section-wrapper .login-form-container__main-header{font-size:36px;line-height:38px}}.app-login-wrapper .login-section-wrapper .login-form-container__minor-header{font-family:Epilogue;font-size:16px;font-weight:600;line-height:20px;text-align:left;color:#0c5b3a;white-space:nowrap}@media (max-width:933px){.app-login-wrapper .login-section-wrapper .login-form-container__main-header,.app-login-wrapper .login-section-wrapper .login-form-container__minor-header{white-space:wrap}}.app-login-wrapper .login-section-wrapper .login-form-container .login-title-container h1{color:var(--first);margin:0}.app-login-wrapper .login-section-wrapper .login-form-container .login-form{margin-top:20px}.app-login-wrapper .login-section-wrapper .login-form-container .login-form__input-header{font-family:Epilogue;font-size:13px;font-weight:400;line-height:15.6px;text-align:left}.app-login-wrapper .login-section-wrapper .login-form-container .login-form__inputs{width:100%;margin-left:-3px}.app-login-wrapper .login-section-wrapper .login-form-container .login-form__inputs .bp2input{margin-bottom:20px}.app-login-wrapper .login-section-wrapper .login-form-container .login-form__inputs .bp2input input{margin-top:5px;color:#64748b;border:1px solid #cbd5e1;margin-left:3px}.app-login-wrapper .login-section-wrapper .login-form-container .login-form__inputs .bp2input input::placeholder{color:#64748b}.app-login-wrapper .login-section-wrapper .login-form-container .login-form .signin-btns .login-btn{background-color:var(--btn-secondaryBackground)}.app-login-wrapper .login-section-wrapper .login-form-container .login-form .signin-btns__box{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;margin-bottom:10px}.app-login-wrapper .login-section-wrapper .login-form-container .login-form .signin-btns a{margin-left:5px;color:#64748b}.app-login-wrapper .login-section-wrapper .login-form-container .login-form .signin-btns button{padding-left:50px;padding-right:50px;height:40px}.app-login-wrapper .login-section-wrapper .login-form-container .login-form .signin-btns div.remind-password-btn{flex-basis:100%}@media (max-width:576px){.app-login-wrapper .login-section-wrapper .login-form-container .login-form .signin-btns div.remind-password-btn{font-size:12px}}.app-login-wrapper .login-section-wrapper .login-form-container .login-form .signin-btns div.remind-password-btn div{margin-top:5px}.app-login-wrapper .login-section-wrapper .login-form-container .login-form .signin-btns div.remind-password-btn .cp-link{margin-left:10px;color:#0c5b3a}.app-login-wrapper .login-section-wrapper .login-form-container .login-form .login-form__additional-login-info{color:#64748b;margin-left:3px}.app-login-wrapper .login-full-section-wrapper{flex-basis:100%}.app-login-wrapper .login-full-section-wrapper .login-form-container{left:50%;top:46%;width:30%;height:auto;max-width:400px;min-width:250px}.app-login-wrapper .technical-brake-info{background-color:var(--notification-background-error);display:flex;color:#fff;font-size:15px;justify-content:center;font-weight:700;height:auto;border-radius:4px;align-items:center;margin-bottom:1rem;padding:1rem}.app-login-wrapper .signin-image-wrapper{flex-basis:50%;position:relative;overflow:hidden;background-size:cover;background-position:left 10%;background-repeat:no-repeat}.signin-loader-with-picture .loader{position:absolute;top:82%;left:49%;transform:translate(-50%,-50%)}.signin-loader .loader{position:absolute;display:flex;top:0;justify-content:center;align-items:center}.custom-input-hoppy{height:50px;margin-bottom:10px!important}.custom-input-hoppy input{border:1px solid #707070;font-size:18px;border-radius:8px;background:transparent!important}.ari-signin .gx-app-logo-content-bg:before{background-color:#fff!important;border-right:1px solid rgba(3,143,222,.7)}.ari-signin .gx-app-logo-wid,.ari-signin .gx-app-logo-wid h5{color:#038fde!important}.button-hoppy{background-color:#7dc20f!important;color:#fff!important;height:50px!important;font-size:18px!important;border-radius:8px!important}.reminder-style>a{font-size:18px!important;color:#707070!important}.logo-ari{right:15px;bottom:10px;position:fixed;max-width:400px}.hoppy-img img{display:grid;max-width:50%!important;margin-left:auto;margin-right:auto}@media (max-width:575px){.hoppy-img img{max-width:75%!important;vertical-align:middle!important;padding:50px 35px 26px}}.new-text{text-align:center}.logo-map{background-position:100% 100%;background-repeat:no-repeat;margin-left:auto;margin-bottom:auto;position:fixed;bottom:0;right:0;width:100%;height:200px;background-size:contain}@media screen and (max-width:766px){.app-login-wrapper section.login-section-wrapper{flex-basis:100%}.app-login-wrapper section.login-section-wrapper .login-form-container{width:70%}.app-login-wrapper section.login-section-wrapper .login-form-container .login-title-container{margin-left:3px}.app-login-wrapper section.login-section-wrapper .login-form-container .login-title-container h1{font-size:38px}.app-login-wrapper div.signin-image-wrapper{display:none}}.background-image-container{background-size:cover;background-position:50%;background-repeat:no-repeat;height:100vh}@media (max-width:500px){.background-image-container{display:none}}.right-image-registration-background{width:50vw;height:100vh;position:relative}.right-image-registration-container{justify-content:space-evenly;height:100%;padding:40px 40px 24px}.right-image-registration-container,.sign-in-footer{display:flex;align-items:center;flex-direction:column}.sign-in-footer{position:relative;width:35vw;top:17%;white-space:nowrap}@media (max-width:1500px){.sign-in-footer{top:10%}}.sign-in-footer__wrapper{display:flex;flex-direction:row;justify-content:center;border-top:1px solid #088d53;flex-wrap:nowrap}.sign-in-footer__button{background:transparent;border:none;cursor:pointer;color:#fff;white-space:nowrap;font-family:IBM Plex Sans;font-size:12px;font-weight:400;line-height:14.4px;text-align:left}@media (max-width:1500px){.sign-in-footer__button{font-size:8px}}.sign-in-footer__info{font-family:Epilogue;font-size:11px;font-weight:400;line-height:13.2px;text-align:center;text-wrap:auto}@media (max-width:1500px){.sign-in-footer__info{font-size:8px;line-height:5px}}@media (max-width:1080px){.sign-in-footer__wrapper{flex-wrap:wrap}.sign-in-footer-image-footer{white-space:wrap}}.Carlsberg-Polska-Biznes-Portal-sign-in-button{width:100%;background-color:var(--btn-secondaryBackground)}.error_container{margin:auto;padding:0;width:500px;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.error_container .error_text{font-family:var(--font-secondary);font-weight:400;font-size:28px;text-align:center}.error_container .error_image{width:100%}.remind-password-form{display:flex;flex-direction:column;gap:1.4rem}.remind-password-form__buttons{display:flex;align-items:center;gap:.5rem}.remind-password-main-container{display:flex;flex-direction:row}.remind-password-main-container__left-side-container{background-color:#fcfcfc;width:50vw;display:flex;justify-content:center;align-items:center}@media (max-width:576px){.remind-password-main-container__left-side-container{width:100%;height:100vh}}.remind-password-main-container__left-side-container .main-form-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:42%}.remind-password-main-container__left-side-container .main-form-container .technical-brake-info{background-color:var(--notification-background-error);display:flex;color:#fff;font-size:15px;justify-content:center;font-weight:700;height:auto;border-radius:4px;align-items:center;margin-bottom:1rem;padding:1rem}@media (max-width:992px){.remind-password-main-container__left-side-container .main-form-container{width:50%}}@media (max-width:576px){.remind-password-main-container__left-side-container .main-form-container{width:60%}}.remind-password-main-container__left-side-container .main-form-container__header{width:100%;display:flex;font-family:Carlsberg Sans;font-size:40px;font-weight:900;line-height:48px;text-align:left;margin-bottom:15px;color:var(--topbar-text)}@media (max-width:992px){.remind-password-main-container__left-side-container .main-form-container__header{font-size:36px;line-height:38px}}.remind-password-main-container__left-side-container .main-form-container__input-container{width:100%;margin-bottom:15px}.remind-password-main-container__left-side-container .main-form-container__input-container .input-label{font-family:Epilogue;font-size:13px;font-weight:400;line-height:15.6px;text-align:left;color:#292726}.remind-password-main-container__left-side-container .main-form-container__input-container .input{margin-top:5px}.remind-password-main-container__left-side-container .main-form-container__recaptcha-container{position:relative}@media (max-width:336px){.remind-password-main-container__left-side-container .main-form-container__recaptcha-container{display:block!important;overflow:auto;width:220px}}.remind-password-main-container__left-side-container .main-form-container__buttons-container{width:100%;flex-direction:column;display:flex}.remind-password-main-container__left-side-container .main-form-container__buttons-container .remind-password-btn{width:100%;margin-bottom:15px;margin-top:20px;background:var(--btn-secondaryBackground);color:#fff;font-weight:500;font-size:14px;line-height:20px}.restore-login__header{margin-bottom:0}.restore-login__recaptcha{margin-bottom:15px;margin-top:15px;display:flex;justify-content:center}@media (max-width:336px){.restore-login__recaptcha{display:block!important;overflow:auto;width:220px}}.restore-login__input{margin-bottom:15px!important;max-height:36px}.restore-login-buttons__box{display:flex;justify-content:center}.restore-login-buttons__box .send-button{background-color:var(--btn-secondaryBackground);width:100%;margin-bottom:15px}.recaptcha-container-restore-login{position:relative;opacity:.6;cursor:not-allowed}.rodo-modal{max-height:700px}.rodo-modal-container{position:relative;display:flex;height:100%;flex-direction:column;align-items:center}.rodo-modal-container__content{padding:25px}.rodo-modal-container__top-content{display:flex;top:0;position:relative;justify-content:space-between;flex-direction:row;align-items:center;padding-bottom:30px;width:95%}.rodo-modal-container .custom-br{border-top:1px solid #e4e4e4;margin-bottom:20px}.rodo-modal-container__top-text{font-family:Carlsberg Sans;font-size:48px;font-weight:900;line-height:57.6px;text-align:left;color:#00321e}.rodo-modal-container__footer{background-color:#fcfcfc;width:100%;display:flex;height:120px;justify-content:center;border-top:1px solid #f1f0ef;align-items:center}.rodo-modal-container__accept-button{height:60px;border-radius:5px;background-color:#097347;color:#fff;width:825px;font-family:Epilogue;font-size:16px;font-weight:400;line-height:20px}.app-login-wrapper:has(.sign-in-mobile__wrapper){display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;overflow:auto;border-bottom:4px solid #17b169}.sign-in-mobile__wrapper{height:100vh;height:100dvh;max-width:450px;padding:0 12px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;overflow:auto}.sign-in-mobile__text,.sign-in-mobile__title{color:var(--first);margin:16px 12px 0}.sign-in-mobile__link{display:block;margin:36px auto 0 12px}.sign-in-mobile__footer{width:100%;padding:0 16px 16px;white-space:wrap;top:0;border-top:1px solid #d3d3d3}.sign-in-mobile__footer .sign-in-footer__wrapper{display:none}.sign-in-mobile__footer .sign-in-footer__button{color:var(--first);padding:6px 9px}.signup-main-wrapper{height:100%;background-color:#fff}.signup-main-wrapper .signup .signup-container{overflow:auto!important}.signup-main-wrapper .signup .gx-app-login-main-content{margin:0}.signup-main-wrapper .signup .gx-app-login-main-content .gx-app-login-content{display:flex;flex-direction:column;justify-content:center;flex-basis:50%;position:relative}.signup-main-wrapper .signup .gx-app-login-main-content .gx-app-login-content .signup-title{color:var(--first);margin-bottom:25px;padding-left:0!important}.signup-main-wrapper .signup .gx-app-login-main-content .gx-app-login-content .signup-form-item{margin-bottom:10px}.signup-main-wrapper .signup .gx-app-login-main-content .gx-app-login-content .signup-form-item .registration-label{color:var(--first)}.signup-main-wrapper .signup .gx-app-login-main-content .gx-app-login-content .regulations-wrapper .bp2-checkbox-wrapper{display:inline-block;line-height:11px;margin-bottom:10px}.signup-main-wrapper .signup .gx-app-login-main-content .gx-app-login-content .regulations-wrapper .bp2-checkbox-wrapper span{font-size:11px}.signup-main-wrapper .signup .gx-app-login-main-content .gx-app-login-content .regulations-wrapper .bp2-checkbox-wrapper .regulations-btn{height:11px;font-size:11px;color:var(--default-link)}.signup-main-wrapper .signup .gx-app-login-main-content .gx-app-login-content .submit-register{width:100%;margin-top:25px;font-size:18px;height:44px}.signup-main-wrapper .signup .gx-app-login-main-content .gx-app-login-full-content{margin:0 auto}.signup-main-wrapper .signup .gx-app-login-main-content .signin-image-wrapper{background-color:#f1f5f9;padding:75px 0 75px 60px;flex:0 0 50%;white-space:nowrap}.signup-main-wrapper .signup .gx-app-login-main-content .signin-image-wrapper .signup-image{height:100%;position:relative;overflow:hidden;background-size:cover;background-position:0 0;background-repeat:no-repeat}.signup-main-wrapper .signup .gx-app-login-main-content .back-register-btn{display:flex;gap:.2rem}.signup-main-wrapper .signup .gx-app-login-main-content .back-register-btn a{color:#64748b}.signup-main-wrapper .signup .ant-collapse-header{padding:0!important;background:#fff!important}.signup-main-wrapper .signup .ant-collapse-extra{position:absolute;top:0}.signup-main-wrapper .signup .signup-checkbox{padding-right:8px}.signup-main-wrapper .signup .collapse-text{margin-left:25px!important;color:grey}.signup-main-wrapper .signup .ant-form-item-control{line-height:20px!important}.signup-main-wrapper .signup .collapse{line-height:normal}.signup-main-wrapper .signup .collapse-panel{background:"#FFF !important";border-radius:4;border:0!important;overflow:"hidden"}.signup-main-wrapper .signup .text-star{color:red}.margin-html-text{margin:0 30px}.stripe-sign-up__wrapper{text-align:center}@media (min-width:1500px){body{overflow:auto!important}}@media (min-height:600px){body{overflow:auto!important}}@media screen and (max-width:766px){.signup-main-wrapper .signup .gx-app-login-main-content .gx-app-login-content{flex-basis:100%;padding:5% 15% 4%}.signup-main-wrapper .signup .gx-app-login-main-content .signin-image-wrapper{display:none}}.stripe-sign-up__wrapper{margin-top:2.5%}.stripe-sign-up__wrapper img{margin-bottom:2.5%}.stripe-sign-up__return{display:flex;width:100%;justify-content:center;margin:20px 0}@media screen and (max-width:992px){.stripe-sign-up__wrapper{margin-top:0}.stripe-sign-up__wrapper img{margin-bottom:0}}.renew-subscription{align-items:center;min-height:100vh;padding:2rem}.renew-subscription,.renew-subscription__wrapper{display:flex;justify-content:center;background-color:#f6f6f6}.renew-subscription__wrapper{position:absolute;inset:0;flex-direction:column;align-items:start;font-family:var(--font-renew);padding:3rem 2rem;gap:1.5rem;width:100%}@media screen and (min-width:766px){.renew-subscription__wrapper{left:50%;transform:translateX(-50%);max-width:1024px;gap:3rem;padding:7rem 6rem}}.renew-subscription__title{font-size:2.5rem;margin-bottom:.75rem;color:#3f3f3f}.renew-subscription__subtitle{font-size:1rem;color:#1b1b1b;font-weight:400}.renew-subscription__button{font-size:.875rem;font-weight:700;background-color:#1d1d1d;padding:.5rem 2rem;color:#fff;border-radius:.5rem;border:1px solid transparent;font-family:var(--font-secondary)}.renew-subscription__button:hover{border:1px solid #1d1d1d}.renew-subscription__icon{margin-left:-1rem}.flag,.flag.flag-24{display:inline-block;background-repeat:no-repeat}.flag.flag-24{width:24px;height:24px;background-image:url(/static/media/sprite-flags-24x24.6bd080ea.png)}.flag.flag-24.flag-abkhazia{background-position:0 0}.flag.flag-24.flag-basque-country{background-position:-24px 0}.flag.flag-24.flag-british-antarctic-territory{background-position:-48px 0}.flag.flag-24.flag-commonwealth{background-position:-72px 0}.flag.flag-24.flag-england{background-position:-96px 0}.flag.flag-24.flag-gosquared{background-position:-120px 0}.flag.flag-24.flag-kosovo{background-position:-144px 0}.flag.flag-24.flag-mars{background-position:-168px 0}.flag.flag-24.flag-nagorno-karabakh{background-position:-192px 0}.flag.flag-24.flag-nato{background-position:-216px 0}.flag.flag-24.flag-northern-cyprus{background-position:-240px 0}.flag.flag-24.flag-olympics{background-position:-264px 0}.flag.flag-24.flag-red-cross{background-position:-288px 0}.flag.flag-24.flag-scotland{background-position:-312px 0}.flag.flag-24.flag-somaliland{background-position:-336px 0}.flag.flag-24.flag-south-ossetia{background-position:-360px 0}.flag.flag-24.flag-united-nations{background-position:-384px 0}.flag.flag-24.flag-unknown{background-position:0 -24px}.flag.flag-24.flag-wales{background-position:-24px -24px}.flag.flag-24.flag-ad{background-position:-48px -24px}.flag.flag-24.flag-ae{background-position:-72px -24px}.flag.flag-24.flag-af{background-position:-96px -24px}.flag.flag-24.flag-ag{background-position:-120px -24px}.flag.flag-24.flag-ai{background-position:-144px -24px}.flag.flag-24.flag-al{background-position:-168px -24px}.flag.flag-24.flag-am{background-position:-192px -24px}.flag.flag-24.flag-an{background-position:-216px -24px}.flag.flag-24.flag-ao{background-position:-240px -24px}.flag.flag-24.flag-aq{background-position:-264px -24px}.flag.flag-24.flag-ar{background-position:-288px -24px}.flag.flag-24.flag-as{background-position:-312px -24px}.flag.flag-24.flag-at{background-position:-336px -24px}.flag.flag-24.flag-au{background-position:-360px -24px}.flag.flag-24.flag-aw{background-position:-384px -24px}.flag.flag-24.flag-ax{background-position:0 -48px}.flag.flag-24.flag-az{background-position:-24px -48px}.flag.flag-24.flag-ba{background-position:-48px -48px}.flag.flag-24.flag-bb{background-position:-72px -48px}.flag.flag-24.flag-bd{background-position:-96px -48px}.flag.flag-24.flag-be{background-position:-120px -48px}.flag.flag-24.flag-bf{background-position:-144px -48px}.flag.flag-24.flag-bg{background-position:-168px -48px}.flag.flag-24.flag-bh{background-position:-192px -48px}.flag.flag-24.flag-bi{background-position:-216px -48px}.flag.flag-24.flag-bj{background-position:-240px -48px}.flag.flag-24.flag-bl{background-position:-264px -48px}.flag.flag-24.flag-bm{background-position:-288px -48px}.flag.flag-24.flag-bn{background-position:-312px -48px}.flag.flag-24.flag-bo{background-position:-336px -48px}.flag.flag-24.flag-br{background-position:-360px -48px}.flag.flag-24.flag-bs{background-position:-384px -48px}.flag.flag-24.flag-bt{background-position:0 -72px}.flag.flag-24.flag-bw{background-position:-24px -72px}.flag.flag-24.flag-by{background-position:-48px -72px}.flag.flag-24.flag-bz{background-position:-72px -72px}.flag.flag-24.flag-ca{background-position:-96px -72px}.flag.flag-24.flag-cc{background-position:-120px -72px}.flag.flag-24.flag-cd{background-position:-144px -72px}.flag.flag-24.flag-cf{background-position:-168px -72px}.flag.flag-24.flag-cg{background-position:-192px -72px}.flag.flag-24.flag-ch{background-position:-216px -72px}.flag.flag-24.flag-ci{background-position:-240px -72px}.flag.flag-24.flag-ck{background-position:-264px -72px}.flag.flag-24.flag-cl{background-position:-288px -72px}.flag.flag-24.flag-cm{background-position:-312px -72px}.flag.flag-24.flag-cn{background-position:-336px -72px}.flag.flag-24.flag-co{background-position:-360px -72px}.flag.flag-24.flag-cr{background-position:-384px -72px}.flag.flag-24.flag-cu{background-position:0 -96px}.flag.flag-24.flag-cv{background-position:-24px -96px}.flag.flag-24.flag-cw{background-position:-48px -96px}.flag.flag-24.flag-cx{background-position:-72px -96px}.flag.flag-24.flag-cy{background-position:-96px -96px}.flag.flag-24.flag-cz{background-position:-120px -96px}.flag.flag-24.flag-de{background-position:-144px -96px}.flag.flag-24.flag-dj{background-position:-168px -96px}.flag.flag-24.flag-dk{background-position:-192px -96px}.flag.flag-24.flag-dm{background-position:-216px -96px}.flag.flag-24.flag-do{background-position:-240px -96px}.flag.flag-24.flag-dz{background-position:-264px -96px}.flag.flag-24.flag-ec{background-position:-288px -96px}.flag.flag-24.flag-ee{background-position:-312px -96px}.flag.flag-24.flag-eg{background-position:-336px -96px}.flag.flag-24.flag-eh{background-position:-360px -96px}.flag.flag-24.flag-er{background-position:-384px -96px}.flag.flag-24.flag-es{background-position:0 -120px}.flag.flag-24.flag-et{background-position:-24px -120px}.flag.flag-24.flag-eu{background-position:-48px -120px}.flag.flag-24.flag-fi{background-position:-72px -120px}.flag.flag-24.flag-fj{background-position:-96px -120px}.flag.flag-24.flag-fk{background-position:-120px -120px}.flag.flag-24.flag-fm{background-position:-144px -120px}.flag.flag-24.flag-fo{background-position:-168px -120px}.flag.flag-24.flag-fr{background-position:-192px -120px}.flag.flag-24.flag-ga{background-position:-216px -120px}.flag.flag-24.flag-gb{background-position:-240px -120px}.flag.flag-24.flag-gd{background-position:-264px -120px}.flag.flag-24.flag-ge{background-position:-288px -120px}.flag.flag-24.flag-gg{background-position:-312px -120px}.flag.flag-24.flag-gh{background-position:-336px -120px}.flag.flag-24.flag-gi{background-position:-360px -120px}.flag.flag-24.flag-gl{background-position:-384px -120px}.flag.flag-24.flag-gm{background-position:0 -144px}.flag.flag-24.flag-gn{background-position:-24px -144px}.flag.flag-24.flag-gq{background-position:-48px -144px}.flag.flag-24.flag-gr{background-position:-72px -144px}.flag.flag-24.flag-gs{background-position:-96px -144px}.flag.flag-24.flag-gt{background-position:-120px -144px}.flag.flag-24.flag-gu{background-position:-144px -144px}.flag.flag-24.flag-gw{background-position:-168px -144px}.flag.flag-24.flag-gy{background-position:-192px -144px}.flag.flag-24.flag-hk{background-position:-216px -144px}.flag.flag-24.flag-hn{background-position:-240px -144px}.flag.flag-24.flag-hr{background-position:-264px -144px}.flag.flag-24.flag-ht{background-position:-288px -144px}.flag.flag-24.flag-hu{background-position:-312px -144px}.flag.flag-24.flag-ic{background-position:-336px -144px}.flag.flag-24.flag-id{background-position:-360px -144px}.flag.flag-24.flag-ie{background-position:-384px -144px}.flag.flag-24.flag-il{background-position:0 -168px}.flag.flag-24.flag-im{background-position:-24px -168px}.flag.flag-24.flag-in{background-position:-48px -168px}.flag.flag-24.flag-iq{background-position:-72px -168px}.flag.flag-24.flag-ir{background-position:-96px -168px}.flag.flag-24.flag-is{background-position:-120px -168px}.flag.flag-24.flag-it{background-position:-144px -168px}.flag.flag-24.flag-je{background-position:-168px -168px}.flag.flag-24.flag-jm{background-position:-192px -168px}.flag.flag-24.flag-jo{background-position:-216px -168px}.flag.flag-24.flag-jp{background-position:-240px -168px}.flag.flag-24.flag-ke{background-position:-264px -168px}.flag.flag-24.flag-kg{background-position:-288px -168px}.flag.flag-24.flag-kh{background-position:-312px -168px}.flag.flag-24.flag-ki{background-position:-336px -168px}.flag.flag-24.flag-km{background-position:-360px -168px}.flag.flag-24.flag-kn{background-position:-384px -168px}.flag.flag-24.flag-kp{background-position:0 -192px}.flag.flag-24.flag-kr{background-position:-24px -192px}.flag.flag-24.flag-kw{background-position:-48px -192px}.flag.flag-24.flag-ky{background-position:-72px -192px}.flag.flag-24.flag-kz{background-position:-96px -192px}.flag.flag-24.flag-la{background-position:-120px -192px}.flag.flag-24.flag-lb{background-position:-144px -192px}.flag.flag-24.flag-lc{background-position:-168px -192px}.flag.flag-24.flag-li{background-position:-192px -192px}.flag.flag-24.flag-lk{background-position:-216px -192px}.flag.flag-24.flag-lr{background-position:-240px -192px}.flag.flag-24.flag-ls{background-position:-264px -192px}.flag.flag-24.flag-lt{background-position:-288px -192px}.flag.flag-24.flag-lu{background-position:-312px -192px}.flag.flag-24.flag-lv{background-position:-336px -192px}.flag.flag-24.flag-ly{background-position:-360px -192px}.flag.flag-24.flag-ma{background-position:-384px -192px}.flag.flag-24.flag-mc{background-position:0 -216px}.flag.flag-24.flag-md{background-position:-24px -216px}.flag.flag-24.flag-me{background-position:-48px -216px}.flag.flag-24.flag-mf{background-position:-72px -216px}.flag.flag-24.flag-mg{background-position:-96px -216px}.flag.flag-24.flag-mh{background-position:-120px -216px}.flag.flag-24.flag-mk{background-position:-144px -216px}.flag.flag-24.flag-ml{background-position:-168px -216px}.flag.flag-24.flag-mm{background-position:-192px -216px}.flag.flag-24.flag-mn{background-position:-216px -216px}.flag.flag-24.flag-mo{background-position:-240px -216px}.flag.flag-24.flag-mp{background-position:-264px -216px}.flag.flag-24.flag-mq{background-position:-288px -216px}.flag.flag-24.flag-mr{background-position:-312px -216px}.flag.flag-24.flag-ms{background-position:-336px -216px}.flag.flag-24.flag-mt{background-position:-360px -216px}.flag.flag-24.flag-mu{background-position:-384px -216px}.flag.flag-24.flag-mv{background-position:0 -240px}.flag.flag-24.flag-mw{background-position:-24px -240px}.flag.flag-24.flag-mx{background-position:-48px -240px}.flag.flag-24.flag-my{background-position:-72px -240px}.flag.flag-24.flag-mz{background-position:-96px -240px}.flag.flag-24.flag-na{background-position:-120px -240px}.flag.flag-24.flag-nc{background-position:-144px -240px}.flag.flag-24.flag-ne{background-position:-168px -240px}.flag.flag-24.flag-nf{background-position:-192px -240px}.flag.flag-24.flag-ng{background-position:-216px -240px}.flag.flag-24.flag-ni{background-position:-240px -240px}.flag.flag-24.flag-nl{background-position:-264px -240px}.flag.flag-24.flag-no{background-position:-288px -240px}.flag.flag-24.flag-np{background-position:-312px -240px}.flag.flag-24.flag-nr{background-position:-336px -240px}.flag.flag-24.flag-nu{background-position:-360px -240px}.flag.flag-24.flag-nz{background-position:-384px -240px}.flag.flag-24.flag-om{background-position:0 -264px}.flag.flag-24.flag-pa{background-position:-24px -264px}.flag.flag-24.flag-pe{background-position:-48px -264px}.flag.flag-24.flag-pf{background-position:-72px -264px}.flag.flag-24.flag-pg{background-position:-96px -264px}.flag.flag-24.flag-ph{background-position:-120px -264px}.flag.flag-24.flag-pirate-black{background-position:-144px -264px}.flag.flag-24.flag-pirate-white{background-position:-168px -264px}.flag.flag-24.flag-pk{background-position:-192px -264px}.flag.flag-24.flag-pl{background-position:-216px -264px}.flag.flag-24.flag-pn{background-position:-240px -264px}.flag.flag-24.flag-pr{background-position:-264px -264px}.flag.flag-24.flag-ps{background-position:-288px -264px}.flag.flag-24.flag-pt{background-position:-312px -264px}.flag.flag-24.flag-pw{background-position:-336px -264px}.flag.flag-24.flag-py{background-position:-360px -264px}.flag.flag-24.flag-qa{background-position:-384px -264px}.flag.flag-24.flag-ro{background-position:0 -288px}.flag.flag-24.flag-rs{background-position:-24px -288px}.flag.flag-24.flag-ru{background-position:-48px -288px}.flag.flag-24.flag-rw{background-position:-72px -288px}.flag.flag-24.flag-sa{background-position:-96px -288px}.flag.flag-24.flag-sb{background-position:-120px -288px}.flag.flag-24.flag-sc{background-position:-144px -288px}.flag.flag-24.flag-sd{background-position:-168px -288px}.flag.flag-24.flag-se{background-position:-192px -288px}.flag.flag-24.flag-sg{background-position:-216px -288px}.flag.flag-24.flag-sh{background-position:-240px -288px}.flag.flag-24.flag-si{background-position:-264px -288px}.flag.flag-24.flag-sk{background-position:-288px -288px}.flag.flag-24.flag-sl{background-position:-312px -288px}.flag.flag-24.flag-sm{background-position:-336px -288px}.flag.flag-24.flag-sn{background-position:-360px -288px}.flag.flag-24.flag-so{background-position:-384px -288px}.flag.flag-24.flag-sr{background-position:0 -312px}.flag.flag-24.flag-ss{background-position:-24px -312px}.flag.flag-24.flag-st{background-position:-48px -312px}.flag.flag-24.flag-sv{background-position:-72px -312px}.flag.flag-24.flag-sy{background-position:-96px -312px}.flag.flag-24.flag-sz{background-position:-120px -312px}.flag.flag-24.flag-tc{background-position:-144px -312px}.flag.flag-24.flag-td{background-position:-168px -312px}.flag.flag-24.flag-tf{background-position:-192px -312px}.flag.flag-24.flag-tg{background-position:-216px -312px}.flag.flag-24.flag-th{background-position:-240px -312px}.flag.flag-24.flag-tj{background-position:-264px -312px}.flag.flag-24.flag-tk{background-position:-288px -312px}.flag.flag-24.flag-tl{background-position:-312px -312px}.flag.flag-24.flag-tm{background-position:-336px -312px}.flag.flag-24.flag-tn{background-position:-360px -312px}.flag.flag-24.flag-to{background-position:-384px -312px}.flag.flag-24.flag-tr{background-position:0 -336px}.flag.flag-24.flag-tt{background-position:-24px -336px}.flag.flag-24.flag-tv{background-position:-48px -336px}.flag.flag-24.flag-tw{background-position:-72px -336px}.flag.flag-24.flag-tz{background-position:-96px -336px}.flag.flag-24.flag-ua{background-position:-120px -336px}.flag.flag-24.flag-ug{background-position:-144px -336px}.flag.flag-24.flag-us{background-position:-168px -336px}.flag.flag-24.flag-uy{background-position:-192px -336px}.flag.flag-24.flag-uz{background-position:-216px -336px}.flag.flag-24.flag-va{background-position:-240px -336px}.flag.flag-24.flag-vc{background-position:-264px -336px}.flag.flag-24.flag-ve{background-position:-288px -336px}.flag.flag-24.flag-vg{background-position:-312px -336px}.flag.flag-24.flag-vi{background-position:-336px -336px}.flag.flag-24.flag-vn{background-position:-360px -336px}.flag.flag-24.flag-vu{background-position:-384px -336px}@font-face{font-family:"gaxon";src:url(/static/media/gaxon.9f281cc5.eot);src:url(/static/media/gaxon.9f281cc5.eot?#iefix) format("embedded-opentype"),url(/static/media/gaxon.59f5815e.woff) format("woff"),url(/static/media/gaxon.2b3f572a.ttf) format("truetype"),url(/static/media/gaxon.a80523ea.svg#gaxon) format("svg");font-weight:400;font-style:normal}[data-icon]:before{content:attr(data-icon)}[class*=" icon-"]:before,[class^=icon-]:before,[data-icon]:before{font-family:"gaxon"!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-add:before{content:"\61"}.icon-add-circle:before{content:"\62"}.icon-affix:before{content:"\63"}.icon-alert:before{content:"\64"}.icon-alert-new:before{content:"\65"}.icon-all-contacts:before{content:"\66"}.icon-amchart:before{content:"\67"}.icon-anchor:before{content:"\68"}.icon-apps:before{content:"\69"}.icon-apps-new:before{content:"\6a"}.icon-arrow-left:before{content:"\6b"}.icon-arrow-right:before{content:"\6c"}.icon-attachment:before{content:"\6d"}.icon-auth-screen:before{content:"\6e"}.icon-autocomplete:before{content:"\6f"}.icon-avatar:before{content:"\70"}.icon-backtop:before{content:"\71"}.icon-badge:before{content:"\72"}.icon-basic-calendar:before{content:"\73"}.icon-birthday:before{content:"\74"}.icon-birthday-new:before{content:"\75"}.icon-bitcoin:before{content:"\76"}.icon-breadcrumb:before{content:"\77"}.icon-burger:before{content:"\78"}.icon-button:before{content:"\79"}.icon-calendar:before{content:"\7a"}.icon-calendar-new:before{content:"\41"}.icon-callout:before{content:"\42"}.icon-camera:before{content:"\43"}.icon-camera-2:before{content:"\44"}.icon-card:before{content:"\45"}.icon-cards-list-view:before{content:"\46"}.icon-carousel:before{content:"\47"}.icon-cascader:before{content:"\48"}.icon-chart:before{content:"\49"}.icon-chart-area:before{content:"\4a"}.icon-chart-area-new:before{content:"\4b"}.icon-chart-bar:before{content:"\4c"}.icon-chart-composed:before{content:"\4d"}.icon-chart-line:before{content:"\4e"}.icon-chart-pie:before{content:"\4f"}.icon-chart-radar:before{content:"\50"}.icon-chart-radial:before{content:"\51"}.icon-chart-scatter:before{content:"\52"}.icon-chart-tree:before{content:"\53"}.icon-charvlet-down:before{content:"\54"}.icon-charvlet-left:before{content:"\55"}.icon-charvlet-right:before{content:"\56"}.icon-charvlet-up:before{content:"\57"}.icon-chat:before{content:"\58"}.icon-chat-bubble:before{content:"\59"}.icon-chat-new:before{content:"\5a"}.icon-check:before{content:"\30"}.icon-check-circle-o:before{content:"\31"}.icon-check-cricle:before{content:"\32"}.icon-check-square:before{content:"\33"}.icon-check-square-o:before{content:"\34"}.icon-chevron-down:before{content:"\35"}.icon-chevron-left:before{content:"\36"}.icon-chevron-right:before{content:"\37"}.icon-chevron-up:before{content:"\38"}.icon-circle:before{content:"\39"}.icon-circle-o:before{content:"\21"}.icon-ckeditor:before{content:"\22"}.icon-close:before{content:"\23"}.icon-close-circle:before{content:"\24"}.icon-collapse:before{content:"\25"}.icon-company:before{content:"\26"}.icon-components:before{content:"\27"}.icon-compose:before{content:"\28"}.icon-contacts:before{content:"\29"}.icon-copy:before{content:"\2a"}.icon-crm:before{content:"\2b"}.icon-crypto:before{content:"\2c"}.icon-culture-calendar:before{content:"\2d"}.icon-custom-view:before{content:"\2e"}.icon-dasbhoard:before{content:"\2f"}.icon-data-display:before{content:"\3a"}.icon-data-entry:before{content:"\3b"}.icon-datepicker:before{content:"\3c"}.icon-default-timeline:before{content:"\3d"}.icon-diamond:before{content:"\3e"}.icon-divider:before{content:"\3f"}.icon-donut:before{content:"\40"}.icon-down:before{content:"\5b"}.icon-draft:before{content:"\5d"}.icon-drag-and-drop:before{content:"\5e"}.icon-dropdown:before{content:"\5f"}.icon-edit:before{content:"\60"}.icon-editor:before{content:"\7b"}.icon-ellipse-h:before{content:"\7c"}.icon-ellipse-v:before{content:"\7d"}.icon-email:before{content:"\7e"}.icon-error:before{content:"\5c"}.icon-error-404:before{content:"\e000"}.icon-error-500:before{content:"\e001"}.icon-etherium:before{content:"\e002"}.icon-exclamation:before{content:"\e003"}.icon-expand:before{content:"\e004"}.icon-extensions:before{content:"\e005"}.icon-extra-components:before{content:"\e006"}.icon-eye:before{content:"\e007"}.icon-facebook:before{content:"\e008"}.icon-family:before{content:"\e009"}.icon-feedback:before{content:"\e00a"}.icon-files:before{content:"\e00b"}.icon-filter:before{content:"\e00c"}.icon-filter-circle:before{content:"\e00d"}.icon-folder:before{content:"\e00e"}.icon-folder-o:before{content:"\e00f"}.icon-font:before{content:"\e010"}.icon-forgot-password:before{content:"\e011"}.icon-forward:before{content:"\e012"}.icon-forward-o:before{content:"\e013"}.icon-frequent:before{content:"\e014"}.icon-geo-location:before{content:"\e015"}.icon-graduation:before{content:"\e016"}.icon-growth:before{content:"\e017"}.icon-home:before{content:"\e018"}.icon-hotel-booking:before{content:"\e019"}.icon-icon:before{content:"\e01a"}.icon-image:before{content:"\e01b"}.icon-important:before{content:"\e01c"}.icon-important-o:before{content:"\e01d"}.icon-inbox:before{content:"\e01e"}.icon-inbuilt-apps:before{content:"\e01f"}.icon-input:before{content:"\e020"}.icon-inputnumber:before{content:"\e021"}.icon-invert-color:before{content:"\e022"}.icon-keyboard:before{content:"\e023"}.icon-like:before{content:"\e024"}.icon-like-o:before{content:"\e025"}.icon-link:before{content:"\e026"}.icon-lising-dbrd:before{content:"\e027"}.icon-list-select-o:before{content:"\e028"}.icon-listing-dbrd:before{content:"\e029"}.icon-litcoin:before{content:"\e02a"}.icon-localeprovider:before{content:"\e02b"}.icon-location:before{content:"\e02c"}.icon-lock-screen:before{content:"\e02d"}.icon-long-arrow:before{content:"\e02e"}.icon-long-arrow-down:before{content:"\e02f"}.icon-long-arrow-left:before{content:"\e030"}.icon-long-arrow-right:before{content:"\e031"}.icon-long-arrow-up:before{content:"\e032"}.icon-mail-open:before{content:"\e033"}.icon-map-clustering:before{content:"\e034"}.icon-map-directions:before{content:"\e035"}.icon-map-drawing:before{content:"\e036"}.icon-map-event-listener:before{content:"\e037"}.icon-map-google:before{content:"\e038"}.icon-map-km-layer:before{content:"\e039"}.icon-map-overlay:before{content:"\e03a"}.icon-map-popup-info:before{content:"\e03b"}.icon-map-selectable:before{content:"\e03c"}.icon-map-simple:before{content:"\e03d"}.icon-map-street-view:before{content:"\e03e"}.icon-map-styled:before{content:"\e03f"}.icon-map-traffic-layer:before{content:"\e040"}.icon-megaphone:before{content:"\e041"}.icon-mention:before{content:"\e042"}.icon-menu:before{content:"\e043"}.icon-menu-down:before{content:"\e044"}.icon-menu-fold:before{content:"\e045"}.icon-menu-left:before{content:"\e046"}.icon-menu-lines:before{content:"\e047"}.icon-menu-right:before{content:"\e048"}.icon-menu-select:before{content:"\e049"}.icon-menu-unfold:before{content:"\e04a"}.icon-menu-up:before{content:"\e04b"}.icon-message:before{content:"\e04c"}.icon-mic:before{content:"\e04d"}.icon-modal:before{content:"\e04e"}.icon-navigation:before{content:"\e04f"}.icon-noodles:before{content:"\e050"}.icon-notification:before{content:"\e051"}.icon-notification-new:before{content:"\e052"}.icon-orders:before{content:"\e053"}.icon-pagination:before{content:"\e054"}.icon-phone:before{content:"\e055"}.icon-picker:before{content:"\e056"}.icon-pizza:before{content:"\e057"}.icon-plain-list-divider:before{content:"\e058"}.icon-plain-list-view:before{content:"\e059"}.icon-popconfirm:before{content:"\e05a"}.icon-popover:before{content:"\e05b"}.icon-popup-calendar:before{content:"\e05c"}.icon-pricing-table:before{content:"\e05d"}.icon-product-grid:before{content:"\e05e"}.icon-product-list:before{content:"\e05f"}.icon-profile:before{content:"\e060"}.icon-profile2:before{content:"\e061"}.icon-progress:before{content:"\e062"}.icon-queries:before{content:"\e063"}.icon-question-circle:before{content:"\e064"}.icon-quote-backward:before{content:"\e065"}.icon-quote-forward:before{content:"\e066"}.icon-radiobutton:before{content:"\e067"}.icon-refer:before{content:"\e068"}.icon-rendaring-calendar:before{content:"\e069"}.icon-reply:before{content:"\e06a"}.icon-reply-o:before{content:"\e06b"}.icon-reset-password:before{content:"\e06c"}.icon-revenue-new:before{content:"\e06d"}.icon-ripple:before{content:"\e06e"}.icon-schedule:before{content:"\e06f"}.icon-search:before{content:"\e070"}.icon-search-new:before{content:"\e071"}.icon-select:before{content:"\e072"}.icon-selectable-map:before{content:"\e073"}.icon-sent:before{content:"\e074"}.icon-setting:before{content:"\e075"}.icon-shopping-cart:before{content:"\e076"}.icon-shuffle:before{content:"\e077"}.icon-signin:before{content:"\e078"}.icon-signup:before{content:"\e079"}.icon-slider:before{content:"\e07a"}.icon-social:before{content:"\e07b"}.icon-spam:before{content:"\e07c"}.icon-spin:before{content:"\e07d"}.icon-star:before{content:"\e07e"}.icon-star-half:before{content:"\e07f"}.icon-star-o:before{content:"\e080"}.icon-stats:before{content:"\e081"}.icon-steps:before{content:"\e082"}.icon-styled-map:before{content:"\e083"}.icon-sweet-alert:before{content:"\e084"}.icon-switch:before{content:"\e085"}.icon-tab:before{content:"\e086"}.icon-table:before{content:"\e087"}.icon-table-data:before{content:"\e088"}.icon-table-general:before{content:"\e089"}.icon-tag:before{content:"\e08a"}.icon-tag-new:before{content:"\e08b"}.icon-tag-o:before{content:"\e08c"}.icon-tasks:before{content:"\e08d"}.icon-team:before{content:"\e08e"}.icon-testimonial:before{content:"\e08f"}.icon-thumb-up:before{content:"\e090"}.icon-thumbs-down:before{content:"\e091"}.icon-ticket-new:before{content:"\e092"}.icon-tickets:before{content:"\e093"}.icon-timeline:before{content:"\e094"}.icon-timeline-left-align:before{content:"\e095"}.icon-timeline-new:before{content:"\e096"}.icon-timeline-with-icons:before{content:"\e097"}.icon-timepicker:before{content:"\e098"}.icon-tooltip:before{content:"\e099"}.icon-transfer:before{content:"\e09a"}.icon-translation:before{content:"\e09b"}.icon-trash:before{content:"\e09c"}.icon-tree:before{content:"\e09d"}.icon-treeselect:before{content:"\e09e"}.icon-uncheck-squire:before{content:"\e09f"}.icon-uncheck-squire-o:before{content:"\e0a0"}.icon-upload:before{content:"\e0a1"}.icon-user:before{content:"\e0a2"}.icon-user-o:before{content:"\e0a3"}.icon-view:before{content:"\e0a4"}.icon-view-o:before{content:"\e0a5"}.icon-visits:before{content:"\e0a6"}.icon-wall:before{content:"\e0a7"}.icon-widgets:before{content:"\e0a8"}.icon-wysiwyg:before{content:"\e0a9"}@font-face{font-family:"NoirPro";src:url(/static/media/NoirPro-Light.0c5156a6.eot?#iefix) format("embedded-opentype"),url(/static/media/NoirPro-Light.b9cb1c27.woff) format("woff"),url(/static/media/NoirPro-Light.d145a875.woff2) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:"NoirPro";src:url(/static/media/NoirPro-Regular.33474975.eot?#iefix) format("embedded-opentype"),url(/static/media/NoirPro-Regular.437841a0.woff) format("woff"),url(/static/media/NoirPro-Regular.38a6e5bf.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:"NoirPro";src:url(/static/media/NoirPro-Medium.06d8b758.eot?#iefix) format("embedded-opentype"),url(/static/media/NoirPro-Medium.a4383e1d.woff) format("woff"),url(/static/media/NoirPro-Medium.715c4044.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:"NoirPro";src:url(/static/media/NoirPro-SemiBold.b6449710.eot?#iefix) format("embedded-opentype"),url(/static/media/NoirPro-SemiBold.f631a808.woff) format("woff"),url(/static/media/NoirPro-SemiBold.94659a79.woff2) format("woff2");font-weight:600;font-style:normal}@font-face{font-family:"NoirPro";src:url(/static/media/NoirPro-Bold.24429603.eot?#iefix) format("embedded-opentype"),url(/static/media/NoirPro-Bold.d790118f.woff) format("woff"),url(/static/media/NoirPro-Bold.fa1d4e28.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:"NoirPro";src:url(/static/media/NoirPro-Heavy.49715936.eot?#iefix) format("embedded-opentype"),url(/static/media/NoirPro-Heavy.d8a492a7.woff) format("woff"),url(/static/media/NoirPro-Heavy.fd447230.woff2) format("woff2");font-weight:900;font-style:normal}.error-fallback{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100vh;background-color:#f1f2f6;color:var(--default-text);text-align:center}.error-fallback__window{text-align:start;padding:3rem 6rem;background-color:#fff;box-shadow:0 4px 6px -4px rgba(0,0,0,.10196078431372549),0 10px 15px -3px rgba(0,0,0,.10196078431372549);border-radius:12px;max-width:900px;max-height:60vh;overflow:auto;margin:3.6rem}.error-fallback__window__title{font-size:33px;color:#334155;margin-bottom:1.2rem;font-family:var(--font-primary)}.error-fallback__window__message{color:#64748b;font-size:19px;font-family:var(--font-secondary)}.error-fallback__window__btn{margin:1.2rem auto 0;padding:1.2rem 2rem;font-size:18px;width:100%}.error-fallback img{height:3rem;margin-bottom:1.2rem}