@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);.price-title{font-size:20px;font-weight:700;display:flex;margin:0 20px 20px}#payment-form{align-self:center;border-radius:7px}.result-message{line-height:22px;font-size:16px}.result-message a{color:#596fd6;font-weight:600;text-decoration:none}.hidden{display:none}#card-error{color:#697386;font-size:16px;line-height:20px;margin-top:12px;text-align:center}#card-element{border-radius:4px 4px 0 0;padding:12px;border:1px solid rgba(50,50,93,.1);max-height:44px;width:100%;background:#fff;box-sizing:border-box}#payment-request-button{margin-bottom:32px}#submit{background:#5469d4;font-family:Arial,sans-serif;color:#fff;border-radius:0 0 4px 4px;border:0;padding:12px 16px;font-size:16px;font-weight:600;cursor:pointer;display:block;transition:all .2s ease;box-shadow:0 4px 5.5px 0 rgba(0,0,0,.07);width:100%}#submit:hover{-webkit-filter:contrast(115%);filter:contrast(115%)}#submit:disabled{opacity:.5;cursor:default}.spinner,.spinner:after,.spinner:before{border-radius:50%}.spinner{color:#fff;font-size:22px;text-indent:-99999px;margin:0 auto;position:relative;width:20px;height:20px;box-shadow:inset 0 0 0 2px;-webkit-transform:translateZ(0);transform:translateZ(0)}.spinner:after,.spinner:before{position:absolute;content:""}.spinner:before{height:20.4px;border-radius:20.4px 0 0 20.4px;top:-.2px;left:-.2px;-webkit-transform-origin:10.4px 10.2px;transform-origin:10.4px 10.2px;-webkit-animation:loading 2s ease 1.5s infinite;animation:loading 2s ease 1.5s infinite}.spinner:after,.spinner:before{width:10.4px;background:#5469d4}.spinner:after{height:10.2px;border-radius:0 10.2px 10.2px 0;top:-.1px;left:10.2px;-webkit-transform-origin:0 10.2px;transform-origin:0 10.2px;-webkit-animation:loading 2s ease infinite;animation:loading 2s ease infinite}@-webkit-keyframes loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media only screen and (max-width:600px){#payment-form{width:80vw}}.ant-btn-add:hover:disabled:not(.ant-btn-background-ghost),.ant-btn-dangerous:hover:disabled,.ant-btn-primary:hover:disabled:not(.ant-btn-background-ghost),.ant-input-affix-wrapper-disabled:hover,.ant-input:hover[disabled]{background-color:var(--bodyBackground);color:var(--disabledColor)}.ant-btn-primary:not([disabled]){border-color:var(--primaryColor)}.ant-btn-primary:not([disabled]):not(.ant-btn-background-ghost){background-color:var(--primaryColor)}.ant-btn-primary:not([disabled]):not(.ant-btn-background-ghost):hover{color:var(--primaryColor);background-color:initial;text-shadow:none}.ant-btn-primary:not([disabled]):hover{color:var(--primaryColor);background-color:initial}.ant-btn-primary:not([disabled]).ant-btn-background-ghost{color:var(--primaryColor)}.ant-btn-primary:not([disabled]).ant-btn-background-ghost:hover{color:var(--primaryHover)}.ant-btn-primary:disabled{border-color:var(--borderColor)}.ant-btn-primary:disabled:hover{border-color:var(--disabledColor)}.ant-btn-add:not([disabled]):not(.ant-btn-background-ghost){background-color:var(--componentBackground);color:var(--textColor);border-color:var(--borderColor)}.ant-btn-add:not([disabled]):not(.ant-btn-background-ghost):hover{color:var(--addColor);border-color:var(--addColor);text-shadow:none}.ant-btn-add:not([disabled]):hover{color:var(--addColor);background-color:initial}.ant-btn-add:not([disabled]).ant-btn-background-ghost{color:var(--addColor)}.ant-btn-add:not([disabled]).ant-btn-background-ghost:hover{color:var(--primaryHover)}.ant-btn-add:disabled{border-color:var(--borderColor)}.ant-btn-add:disabled:hover{border-color:var(--disabledColor)}.ant-btn:not([disabled]):not(.ant-btn-primary):not(.ant-btn-add):not(.ant-btn-danger):not(.ant-btn-dangerous):not(.ant-btn-link):not(.ant-dropdown-trigger){background-color:var(--componentBackground);color:var(--textColor);border-color:var(--borderColor)}.ant-btn:not([disabled]):hover:not(.ant-btn-primary):not(.ant-btn-add):not(.ant-btn-danger):not(.ant-btn-dangerous):not(.ant-btn-link):not(.ant-dropdown-trigger){color:var(--primaryColor);border-color:var(--primaryColor)}.ant-btn:disabled:not(.ant-btn-primary):not(.ant-btn-add):not(.ant-btn-danger):not(.ant-btn-dangerous):not(.ant-btn-link):not(.ant-dropdown-trigger){color:var(--disabledColor);background-color:var(--bodyBackground);border-color:var(--borderColor)}.ant-btn-link:not(disabled){color:var(--primaryColor);border:none}.ant-btn-link:not(disabled):hover{color:var(--primaryColor);opacity:.8}.ant-btn-link:not(disabled).ant-btn-background-ghost:hover{color:var(--itemHoverColor)}.ant-btn-link:disabled,.ant-btn-link:disabled:hover{color:var(--disabledColor)}.ant-btn-dangerous:not(disabled){background-color:var(--secondaryColor);color:var(--secondaryHover);border-color:var(--secondaryColor)}.ant-btn-dangerous:not(disabled):active,.ant-btn-dangerous:not(disabled):focus,.ant-btn-dangerous:not(disabled):hover{background-color:initial;color:var(--secondaryColor);border-color:var(--secondaryColor);opacity:1}.ant-btn-dangerous:disabled,.ant-btn-dangerous:disabled:hover{border-color:var(--borderColor)}.ant-btn-link.ant-btn-dangerous:disabled,.ant-btn-link.ant-btn-dangerous:disabled:hover{color:var(--disabledColor)}.ant-btn-background-ghost.ant-btn-dangerous,.ant-btn-background-ghost.ant-btn-dangerous:active,.ant-btn-background-ghost.ant-btn-dangerous:focus,.ant-btn-background-ghost.ant-btn-dangerous:hover{border-color:var(--secondaryColor);color:var(--secondaryColor)}.ant-btn-background-ghost:not(disabled).ant-btn-primary:focus,.ant-btn-background-ghost:not(disabled).ant-btn-primary:hover{border-color:var(--primaryColor)}.ant-btn-background-ghost:disabled,.ant-btn-background-ghost:disabled:hover{color:var(--disabledColor)}.ant-btn:not(.ant-btn-circle){border-radius:1px}.ant-btn:before{background:var(--bodyBackground)}.ant-btn>svg{transition:margin-left .3s cubic-bezier(.645,.045,.355,1)}.ant-btn>span+svg,.ant-btn>svg+span{margin-left:8px}.ant-btn-lg{font-size:12px}.ant-btn-sm{line-height:100%}.barcode-btn.ant-btn-primary:not([disabled]):not(.ant-btn-background-ghost):hover{color:#fff}.add-shaping-btn{border:none;text-transform:uppercase!important}.add-shaping-btn:hover{background-color:#000!important;color:#fff!important}.ant-btn.filterButton{max-height:unset;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.customShortcut.ant-btn:not([disabled]):not(.ant-btn-primary):not(.ant-btn-add):not(.ant-btn-danger):not(.ant-btn-dangerous):not(.ant-btn-link):not(.ant-dropdown-trigger){font-weight:500;font-size:13px;text-transform:uppercase!important;letter-spacing:2px;color:#fff;cursor:hand;text-align:center;text-transform:capitalize;border:1px solid #fff;border-radius:2px;position:relative;overflow:hidden!important;transition:all .3s ease-in-out;background-color:var(--primaryColor);z-index:10}.customShortcut:hover{border:1px solid #e8e9ee;color:var(--primaryColor)!important}.customShortcut:before{background:#fffbfb;opacity:1;z-index:-12;transition:all .7s cubic-bezier(.77,0,.175,1)}.customShortcut:after,.customShortcut:before{content:"";width:0;height:100%;display:block;position:absolute;-webkit-transform:skewX(-20deg);transform:skewX(-20deg);left:-10%;top:0;box-shadow:2px 0 14px rgba(0,0,0,.6)}.customShortcut:after{background:var(--primaryColor);opacity:0;z-index:-15;transition:all .4s cubic-bezier(.2,.95,.57,.99)}.customShortcut:hover:before{opacity:1;width:116%}.customShortcut:hover:after{opacity:1;width:120%}.ant-card{background:var(--componentBackground)}.ant-card,.ant-card-head,.ant-card-meta-description,.ant-card-meta-title{color:var(--textColor)}.ant-card-head{border-bottom-color:var(--borderColor)}.ant-card-bordered{border-color:var(--borderColor)}.dashboard-card{margin-bottom:24px}.ant-checkbox,.ant-checkbox-wrapper{color:var(--textColor)}.ant-checkbox-inner,.ant-checkbox-input:focus+.ant-checkbox-inner,.ant-checkbox-wrapper:hover .ant-checkbox-inner,.ant-checkbox:hover .ant-checkbox-inner{border-color:var(--primaryColor)}.ant-checkbox-inner{background-color:var(--componentBackground)}.ant-checkbox-checked:after{border-color:var(--primaryColor)}.ant-checkbox-checked .ant-checkbox-inner{background-color:var(--primaryColor);border-color:var(--primaryColor)}.ant-checkbox-indeterminate .ant-checkbox-inner{background-color:var(--bodyBackground);border-color:var(--borderColor)}.ant-checkbox-indeterminate .ant-checkbox-inner:after{background-color:var(--primaryColor)}.ant-checkbox-disabled .ant-checkbox-inner{background-color:var(--bodyBackground)}.ant-checkbox-disabled+span{color:var(--disabledColor)}.ant-collapse{color:var(--textColor)!important;line-height:35px;background-color:var(--componentBackground)}.ant-collapse-borderless{background-color:var(--componentBackground)!important}.ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content{background:transparent!important}.ant-collapse>.ant-collapse-item{color:var(--textColor)!important;border-color:var(--borderColor)}.ant-collapse-content,.ant-collapse>.ant-collapse-item>.ant-collapse-header{color:var(--textColor)!important}.ant-collapse-content{background:var(--componentBackground)}.ant-collapse-content-box .ant-collapse-content-box{padding:0!important}.ant-collapse.deal-collapse{border:1px solid #000}.ant-collapse.deal-collapse>.ant-collapse-item{border-bottom:1px solid #000}.ant-collapse.deal-collapse>.ant-collapse-item .ant-collapse-header{background:#efefef}.ant-collapse.deal-collapse>.ant-collapse-item .ant-collapse-content{border-top:1px solid #efefef;background:#fff}.ant-descriptions-bordered .ant-descriptions-item-content,.ant-descriptions-bordered .ant-descriptions-item-label,.ant-descriptions-bordered .ant-descriptions-row,.ant-descriptions-bordered .ant-descriptions-view{border-color:var(--contrastBackground)}.ant-descriptions-bordered .ant-descriptions-item-label{background:var(--contrastBackground)}.ant-descriptions-item-content,.ant-descriptions-item-label,.ant-descriptions-title{color:var(--textColor)}.ant-descriptions .ant-descriptions-item-content>div:first-child{color:#383838;font-size:.9em}.deal-collapse .ant-descriptions .ant-descriptions-item-content>div:first-child{text-transform:uppercase;color:var(--textColorSecondary)}.ant-divider-horizontal.ant-divider-with-text-center,.ant-divider-horizontal.ant-divider-with-text-left,.ant-divider-horizontal.ant-divider-with-text-right{color:var(--textColor)}.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{border-color:var(--textColor)}.dividerHome.ant-divider-horizontal{margin:15px 0;width:80%;min-width:auto;border:1px solid #000}.ant-form-item-label>label{color:var(--textColor)}.ant-form-item-control:not(.has-error) .ant-form-explain{color:var(--disabledColor)}.ant-form-item{margin-bottom:10px}#quotation{margin:-24px;padding:24px;min-height:calc(100vh - 203px);min-width:calc(100vw - 256px);background:url(/static/media/white-stone_Scott-Webb.2b438786.jpg) no-repeat;background-size:cover;overflow:auto}.quotation-form-wrapper{padding:24px;background:hsla(0,0%,100%,.7)}.quotation-form-wrapper .ant-typography,.quotation-form-wrapper>h4{display:block;margin-bottom:14px;font-weight:500}.quotation-form-wrapper .ant-typography:after,.quotation-form-wrapper>h4:after{content:"";height:5px;width:100px;background:#000;position:relative;top:14px;display:block}.quotation-form-wrapper>.ant-tabs{margin-top:32px}.quotation-form-wrapper>.ant-tabs-nav:before,.quotation-form-wrapper>.ant-tabs .ant-tabs-bar{border:none}.quotation-form-wrapper>.ant-tabs .ant-tabs-nav{margin:0}.quotation-form-wrapper>.ant-tabs>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type),.quotation-form-wrapper>.ant-tabs>div>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type){margin-right:0;border-radius:0;background:#000;height:43px;border-color:#fcfcfc}.quotation-form-wrapper>.ant-tabs>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type) .ant-tabs-tab-btn,.quotation-form-wrapper>.ant-tabs>div>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type) .ant-tabs-tab-btn{color:#fff;text-transform:uppercase;font-weight:400}.quotation-form-wrapper>.ant-tabs>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type) .ant-tabs-tab-remove,.quotation-form-wrapper>.ant-tabs>div>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type) .ant-tabs-tab-remove{color:#fff}.quotation-form-wrapper>.ant-tabs>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type) .ant-tabs-tab-remove .anticon:focus,.quotation-form-wrapper>.ant-tabs>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type) .ant-tabs-tab-remove .anticon:hover,.quotation-form-wrapper>.ant-tabs>div>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type) .ant-tabs-tab-remove .anticon:focus,.quotation-form-wrapper>.ant-tabs>div>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type) .ant-tabs-tab-remove .anticon:hover{color:#f47e52}.quotation-form-wrapper>.ant-tabs>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type):hover,.quotation-form-wrapper>.ant-tabs>div>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type):hover{background:rgba(0,0,0,.6)}.quotation-form-wrapper>.ant-tabs>.ant-tabs-nav .ant-tabs-tab-active:not(:last-of-type),.quotation-form-wrapper>.ant-tabs>div>.ant-tabs-nav .ant-tabs-tab-active:not(:last-of-type){background:#fcfcfc;margin-right:0}.quotation-form-wrapper>.ant-tabs>.ant-tabs-nav .ant-tabs-tab-active:not(:last-of-type) .ant-tabs-tab-btn,.quotation-form-wrapper>.ant-tabs>.ant-tabs-nav .ant-tabs-tab-active:not(:last-of-type) .ant-tabs-tab-remove,.quotation-form-wrapper>.ant-tabs>div>.ant-tabs-nav .ant-tabs-tab-active:not(:last-of-type) .ant-tabs-tab-btn,.quotation-form-wrapper>.ant-tabs>div>.ant-tabs-nav .ant-tabs-tab-active:not(:last-of-type) .ant-tabs-tab-remove{color:#000}.quotation-form-wrapper>.ant-tabs>.ant-tabs-nav .ant-tabs-tab-active:not(:last-of-type) .ant-tabs-tab-remove .anticon:focus,.quotation-form-wrapper>.ant-tabs>.ant-tabs-nav .ant-tabs-tab-active:not(:last-of-type) .ant-tabs-tab-remove .anticon:hover,.quotation-form-wrapper>.ant-tabs>div>.ant-tabs-nav .ant-tabs-tab-active:not(:last-of-type) .ant-tabs-tab-remove .anticon:focus,.quotation-form-wrapper>.ant-tabs>div>.ant-tabs-nav .ant-tabs-tab-active:not(:last-of-type) .ant-tabs-tab-remove .anticon:hover{color:#f47e52}.quotation-form-wrapper>.ant-tabs>.ant-tabs-nav .ant-tabs-tab-active:not(:last-of-type):hover,.quotation-form-wrapper>.ant-tabs>div>.ant-tabs-nav .ant-tabs-tab-active:not(:last-of-type):hover{background:#fcfcfc}.quotation-form-wrapper>.ant-tabs .ant-tabs-nav-add{min-width:43px;height:43px;padding:11px 8px;background:#000;color:#fff;border-color:#fcfcfc;border-radius:0}.quotation-form-wrapper>.ant-tabs .ant-tabs-nav-add:focus,.quotation-form-wrapper>.ant-tabs .ant-tabs-nav-add:hover{color:#94bfa7;background:rgba(0,0,0,.6)}.quotation-form-fields-wrapper{background:#fcfcfc;padding:24px 0 16px}.quotation-form-fields-wrapper label{font-weight:500}.quotation-form-fields-wrapper .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before{color:#f47e52}.quotation-form-fields-wrapper .ant-btn-link{position:absolute;top:24px;right:24px;color:#999;padding:0;height:15px;z-index:110}.quotation-form-fields-wrapper .ant-btn-link .anticon-close{color:#999;transition:all .3s linear}.quotation-form-fields-wrapper .ant-btn-link .anticon-close:hover{color:#f47e52}.quotation-form-fields-wrapper>div>.ant-tabs{margin-top:-12px}.quotation-form-fields-wrapper>div>.ant-tabs>div:first-child{margin-bottom:20px}.quotation-form-fields-wrapper+.ant-form-item{margin-top:24px}.quotation-form-fields-wrapper .ant-divider-horizontal{position:relative;top:16px;margin:0}.quotation-shaping-field-wrapper+.quotation-add-btn,.quotation-size-field-wrapper+.quotation-add-btn{margin-top:16px}.quotation-size-field-wrapper{display:flex;justify-content:space-around;align-items:center;height:85px;width:105%;margin-left:-7px}@media (min-width:1565px){.quotation-size-field-wrapper{height:60px}}.quotation-size-field-wrapper .anticon{color:#999}.quotation-size-field-wrapper .anticon:hover{color:#f47e52}@media (min-width:1565px){.quotation-size-field-wrapper .anticon{margin-bottom:12px}}.quotation-shaping-field-wrapper{height:140px;display:block;position:relative;margin-bottom:16px}.ant-input,.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled),.ant-input-number,.ant-input-number-input{color:var(--textColor);background-color:var(--componentBackground);border-color:var(--borderColor)}.ant-input-affix-wrapper:focus-within:not(.ant-input-affix-wrapper-disabled),.ant-input-affix-wrapper:focus:not(.ant-input-affix-wrapper-disabled),.ant-input-affix-wrapper:hover:not(.ant-input-affix-wrapper-disabled),.ant-input-number-input:focus,.ant-input-number-input:focus-within,.ant-input-number-input:hover,.ant-input-number:focus,.ant-input-number:focus-within,.ant-input-number:hover,.ant-input:focus,.ant-input:focus-within,.ant-input:hover{border-color:var(--primaryColor)}.ant-btn-add:disabled:not(.ant-btn-background-ghost),.ant-btn-dangerous:disabled,.ant-btn-primary:disabled:not(.ant-btn-background-ghost),.ant-input-affix-wrapper-disabled,.ant-input[disabled]{color:var(--disabledColor);background-color:var(--bodyBackground);border-color:var(--borderColor)}.ant-btn-add:hover:disabled:not(.ant-btn-background-ghost),.ant-btn-dangerous:hover:disabled,.ant-btn-primary:hover:disabled:not(.ant-btn-background-ghost),.ant-input-affix-wrapper-disabled:hover,.ant-input:hover[disabled]{border-color:var(--borderColor)}.ant-form-item-has-error .ant-input,.ant-form-item-has-error .ant-input-affix-wrapper,.ant-form-item-has-error .ant-input-affix-wrapper:hover,.ant-form-item-has-error .ant-input:hover{background-color:var(--componentBackground)}.ant-input-affix-wrapper-disabled input:disabled::-webkit-input-placeholder,.ant-input[disabled]::-webkit-input-placeholder{color:var(--disabledColorA04)}.ant-input-affix-wrapper-disabled input:disabled::placeholder,.ant-input[disabled]::placeholder{color:var(--disabledColorA04)}.ant-input-number-input{text-align:right;padding-right:24px}.ant-input-number-handler,.ant-input-number-handler-down-inner,.ant-input-number-handler-up-inner{color:var(--textColor);background-color:var(--componentBackground)}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover{border-color:var(--primaryColor)}.ant-input-affix-wrapper-disabled .ant-input-clear-icon,.ant-input-affix-wrapper-disabled .ant-input-search-icon{cursor:not-allowed;color:var(--disabledColor)}.ant-input-affix-wrapper-disabled .ant-input-clear-icon:hover,.ant-input-affix-wrapper-disabled .ant-input-search-icon:hover{color:var(--disabledColor)}.ant-input-affix-wrapper-disabled input:disabled{background-color:var(--bodyBackground)}.ant-input-clear-icon,.ant-input-password-icon,.ant-input-search-icon{color:var(--textColor)}.ant-input-clear-icon:hover,.ant-input-password-icon:hover,.ant-input-search-icon:hover{color:var(--primaryColor)}.ant-input-clear-icon:before,.ant-input-password-icon:before,.ant-input-search-icon:before{border-left-color:var(--borderColor)}.has-error .ant-input{border-color:var(--errorColor)}.has-error .ant-input:hover{border-color:var(--error100)}.has-error .ant-input-affix-wrapper,.has-error .ant-input-affix-wrapper i{color:var(--errorColor)}.has-error .ant-input-affix-wrapper:focus-within .ant-input:not(.ant-input-disabled),.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled){border-color:var(--errorColor)}@-webkit-keyframes josefinKenburns{0%{opacity:0;-webkit-transform:scale3d(1.05,1.05,1.05) translate3d(-15px,0,0);transform:scale3d(1.05,1.05,1.05) translate3d(-15px,0,0);-webkit-animation-timing-function:linear;animation-timing-function:linear}1%{opacity:1}to{-webkit-transform:scale3d(1.3,1.3,1.3) translate3d(-25px,-55px,0);transform:scale3d(1.3,1.3,1.3) translate3d(-25px,-55px,0)}}@keyframes josefinKenburns{0%{opacity:0;-webkit-transform:scale3d(1.05,1.05,1.05) translate3d(-15px,0,0);transform:scale3d(1.05,1.05,1.05) translate3d(-15px,0,0);-webkit-animation-timing-function:linear;animation-timing-function:linear}1%{opacity:1}to{-webkit-transform:scale3d(1.3,1.3,1.3) translate3d(-25px,-55px,0);transform:scale3d(1.3,1.3,1.3) translate3d(-25px,-55px,0)}}.ant-layout{background:var(--bodyBackground)}.ant-layout-header,.ant-layout-sider,.ant-layout-sider-children,.ant-layout-sider-trigger{background:var(--clientColor)}.login-layout{min-height:100vh;max-height:100vh;display:inherit;background:url(/static/media/MP-D800E_29-tny.bd1f45fa.jpg);background-size:cover}.login-layout .login-form-col{background-color:var(--componentBackground);min-height:100vh;max-height:100vh;overflow:auto;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:4vh;gap:4vh}.login-layout .login-form-col form,.login-layout .login-form-col h1{width:90%;text-align:center}.login-layout .login-form-col img{width:80%}@media (min-width:769px){.login-layout .login-decor-col{overflow:hidden}.login-layout .login-decor-col .animated-background{width:100%;height:100%;background:url(/static/media/MP-D800E_29-tny.bd1f45fa.jpg);background-size:cover;-webkit-animation:josefinKenburns 45s forwards;animation:josefinKenburns 45s forwards}}@media (max-width:768px){.login-layout{padding:16px}.login-layout .login-form-col{border-radius:12px;min-height:calc(100vh - 32px);max-height:calc(100vh - 32px)}}.ant-list,.ant-list-item-meta-description,.ant-list-item-meta-title{color:var(--textColor)}.ant-list-item{border-color:var(--borderColor)!important}.ant-drawer,.ant-modal{color:var(--textColor)}.ant-drawer-wrap.no-padding .ant-modal-body,.ant-drawer.no-padding .ant-modal-body,.ant-modal-wrap.no-padding .ant-modal-body,.ant-modal.no-padding .ant-modal-body{padding:0!important}.ant-drawer-wrap.no-padding .ant-modal-content,.ant-drawer.no-padding .ant-modal-content,.ant-modal-wrap.no-padding .ant-modal-content,.ant-modal.no-padding .ant-modal-content{overflow:hidden}.ant-drawer-content,.ant-modal-content{background-color:var(--componentBackground)}.ant-drawer-close,.ant-modal-close{color:var(--textColorSecondary)}.ant-drawer-close:hover,.ant-drawer-title,.ant-modal-close:hover,.ant-modal-title{color:var(--textColor)}.ant-drawer-footer,.ant-drawer-header,.ant-modal-footer,.ant-modal-header{color:var(--textColor);background:transparent;border-color:var(--borderColor)}.ant-drawer-confirm-body .ant-modal-confirm-content,.ant-drawer-confirm-body .ant-modal-confirm-title,.ant-drawer-confirm-body .ant-modal-error-content,.ant-drawer-confirm-body .ant-modal-error-title,.ant-drawer-confirm-body .ant-modal-info-content,.ant-drawer-confirm-body .ant-modal-info-title,.ant-drawer-confirm-body .ant-modal-success-content,.ant-drawer-confirm-body .ant-modal-success-title,.ant-drawer-confirm-body .ant-modal-warning-content,.ant-drawer-confirm-body .ant-modal-warning-title,.ant-drawer-error-body .ant-modal-confirm-content,.ant-drawer-error-body .ant-modal-confirm-title,.ant-drawer-error-body .ant-modal-error-content,.ant-drawer-error-body .ant-modal-error-title,.ant-drawer-error-body .ant-modal-info-content,.ant-drawer-error-body .ant-modal-info-title,.ant-drawer-error-body .ant-modal-success-content,.ant-drawer-error-body .ant-modal-success-title,.ant-drawer-error-body .ant-modal-warning-content,.ant-drawer-error-body .ant-modal-warning-title,.ant-drawer-info-body .ant-modal-confirm-content,.ant-drawer-info-body .ant-modal-confirm-title,.ant-drawer-info-body .ant-modal-error-content,.ant-drawer-info-body .ant-modal-error-title,.ant-drawer-info-body .ant-modal-info-content,.ant-drawer-info-body .ant-modal-info-title,.ant-drawer-info-body .ant-modal-success-content,.ant-drawer-info-body .ant-modal-success-title,.ant-drawer-info-body .ant-modal-warning-content,.ant-drawer-info-body .ant-modal-warning-title,.ant-drawer-success-body .ant-modal-confirm-content,.ant-drawer-success-body .ant-modal-confirm-title,.ant-drawer-success-body .ant-modal-error-content,.ant-drawer-success-body .ant-modal-error-title,.ant-drawer-success-body .ant-modal-info-content,.ant-drawer-success-body .ant-modal-info-title,.ant-drawer-success-body .ant-modal-success-content,.ant-drawer-success-body .ant-modal-success-title,.ant-drawer-success-body .ant-modal-warning-content,.ant-drawer-success-body .ant-modal-warning-title,.ant-drawer-warning-body .ant-modal-confirm-content,.ant-drawer-warning-body .ant-modal-confirm-title,.ant-drawer-warning-body .ant-modal-error-content,.ant-drawer-warning-body .ant-modal-error-title,.ant-drawer-warning-body .ant-modal-info-content,.ant-drawer-warning-body .ant-modal-info-title,.ant-drawer-warning-body .ant-modal-success-content,.ant-drawer-warning-body .ant-modal-success-title,.ant-drawer-warning-body .ant-modal-warning-content,.ant-drawer-warning-body .ant-modal-warning-title,.ant-modal-confirm-body .ant-modal-confirm-content,.ant-modal-confirm-body .ant-modal-confirm-title,.ant-modal-confirm-body .ant-modal-error-content,.ant-modal-confirm-body .ant-modal-error-title,.ant-modal-confirm-body .ant-modal-info-content,.ant-modal-confirm-body .ant-modal-info-title,.ant-modal-confirm-body .ant-modal-success-content,.ant-modal-confirm-body .ant-modal-success-title,.ant-modal-confirm-body .ant-modal-warning-content,.ant-modal-confirm-body .ant-modal-warning-title,.ant-modal-error-body .ant-modal-confirm-content,.ant-modal-error-body .ant-modal-confirm-title,.ant-modal-error-body .ant-modal-error-content,.ant-modal-error-body .ant-modal-error-title,.ant-modal-error-body .ant-modal-info-content,.ant-modal-error-body .ant-modal-info-title,.ant-modal-error-body .ant-modal-success-content,.ant-modal-error-body .ant-modal-success-title,.ant-modal-error-body .ant-modal-warning-content,.ant-modal-error-body .ant-modal-warning-title,.ant-modal-info-body .ant-modal-confirm-content,.ant-modal-info-body .ant-modal-confirm-title,.ant-modal-info-body .ant-modal-error-content,.ant-modal-info-body .ant-modal-error-title,.ant-modal-info-body .ant-modal-info-content,.ant-modal-info-body .ant-modal-info-title,.ant-modal-info-body .ant-modal-success-content,.ant-modal-info-body .ant-modal-success-title,.ant-modal-info-body .ant-modal-warning-content,.ant-modal-info-body .ant-modal-warning-title,.ant-modal-success-body .ant-modal-confirm-content,.ant-modal-success-body .ant-modal-confirm-title,.ant-modal-success-body .ant-modal-error-content,.ant-modal-success-body .ant-modal-error-title,.ant-modal-success-body .ant-modal-info-content,.ant-modal-success-body .ant-modal-info-title,.ant-modal-success-body .ant-modal-success-content,.ant-modal-success-body .ant-modal-success-title,.ant-modal-success-body .ant-modal-warning-content,.ant-modal-success-body .ant-modal-warning-title,.ant-modal-warning-body .ant-modal-confirm-content,.ant-modal-warning-body .ant-modal-confirm-title,.ant-modal-warning-body .ant-modal-error-content,.ant-modal-warning-body .ant-modal-error-title,.ant-modal-warning-body .ant-modal-info-content,.ant-modal-warning-body .ant-modal-info-title,.ant-modal-warning-body .ant-modal-success-content,.ant-modal-warning-body .ant-modal-success-title,.ant-modal-warning-body .ant-modal-warning-content,.ant-modal-warning-body .ant-modal-warning-title{color:var(--textColor)}.ant-drawer-confirm-info .ant-modal-confirm-body>.anticon,.ant-modal-confirm-info .ant-modal-confirm-body>.anticon{color:var(--primaryColor)}.ant-notification{color:var(--textColor)}.ant-notification-notice{background-color:var(--componentBackground);border:1px solid var(--contrastBackground)}.ant-message,.ant-notification-notice-message{color:var(--textColor)}.ant-message-notice-content{background-color:var(--componentBackground);border:1px solid var(--contrastBackground)}.ant-pagination{color:var(--textColor)}.ant-pagination-item .ant-pagination-item-link,.ant-pagination-jump-next .ant-pagination-item-link,.ant-pagination-jump-prev .ant-pagination-item-link,.ant-pagination-next .ant-pagination-item-link,.ant-pagination-prev .ant-pagination-item-link{background-color:initial}.ant-pagination-item:not(.ant-pagination-disabled),.ant-pagination-jump-next:not(.ant-pagination-disabled),.ant-pagination-jump-prev:not(.ant-pagination-disabled),.ant-pagination-next:not(.ant-pagination-disabled),.ant-pagination-prev:not(.ant-pagination-disabled){color:var(--textColor);background-color:initial;border-color:var(--borderColor)}.ant-pagination-item:not(.ant-pagination-disabled):hover,.ant-pagination-item:not(.ant-pagination-disabled):hover a,.ant-pagination-jump-next:not(.ant-pagination-disabled):hover,.ant-pagination-jump-next:not(.ant-pagination-disabled):hover a,.ant-pagination-jump-prev:not(.ant-pagination-disabled):hover,.ant-pagination-jump-prev:not(.ant-pagination-disabled):hover a,.ant-pagination-next:not(.ant-pagination-disabled):hover,.ant-pagination-next:not(.ant-pagination-disabled):hover a,.ant-pagination-prev:not(.ant-pagination-disabled):hover,.ant-pagination-prev:not(.ant-pagination-disabled):hover a{border-color:var(--primaryColor)}.ant-pagination-item:not(.ant-pagination-disabled) .ant-pagination-item-link,.ant-pagination-item:not(.ant-pagination-disabled) a,.ant-pagination-jump-next:not(.ant-pagination-disabled) .ant-pagination-item-link,.ant-pagination-jump-next:not(.ant-pagination-disabled) a,.ant-pagination-jump-prev:not(.ant-pagination-disabled) .ant-pagination-item-link,.ant-pagination-jump-prev:not(.ant-pagination-disabled) a,.ant-pagination-next:not(.ant-pagination-disabled) .ant-pagination-item-link,.ant-pagination-next:not(.ant-pagination-disabled) a,.ant-pagination-prev:not(.ant-pagination-disabled) .ant-pagination-item-link,.ant-pagination-prev:not(.ant-pagination-disabled) a{border-color:var(--borderColor);color:var(--textColor)}.ant-pagination-item-container .ant-pagination-item-ellipsis,.ant-pagination-item-container .ant-pagination-item-ellipsis a,.ant-pagination-item .ant-pagination-item-container .ant-pagination-item-ellipsis,.ant-pagination-item .ant-pagination-item-container .ant-pagination-item-ellipsis a,.ant-pagination-jump-next-container .ant-pagination-item-ellipsis,.ant-pagination-jump-next-container .ant-pagination-item-ellipsis a,.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis,.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis a,.ant-pagination-jump-prev-container .ant-pagination-item-ellipsis,.ant-pagination-jump-prev-container .ant-pagination-item-ellipsis a,.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis a,.ant-pagination-next-container .ant-pagination-item-ellipsis,.ant-pagination-next-container .ant-pagination-item-ellipsis a,.ant-pagination-next .ant-pagination-item-container .ant-pagination-item-ellipsis,.ant-pagination-next .ant-pagination-item-container .ant-pagination-item-ellipsis a,.ant-pagination-prev-container .ant-pagination-item-ellipsis,.ant-pagination-prev-container .ant-pagination-item-ellipsis a,.ant-pagination-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,.ant-pagination-prev .ant-pagination-item-container .ant-pagination-item-ellipsis a{color:var(--disabledColor)}.ant-pagination-item-container .ant-pagination-item-link-icon,.ant-pagination-item .ant-pagination-item-container .ant-pagination-item-link-icon,.ant-pagination-jump-next-container .ant-pagination-item-link-icon,.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon,.ant-pagination-jump-prev-container .ant-pagination-item-link-icon,.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,.ant-pagination-next-container .ant-pagination-item-link-icon,.ant-pagination-next .ant-pagination-item-container .ant-pagination-item-link-icon,.ant-pagination-prev-container .ant-pagination-item-link-icon,.ant-pagination-prev .ant-pagination-item-container .ant-pagination-item-link-icon{color:var(--primaryColor)}.ant-pagination-item-active{border-color:var(--primaryColor)}.ant-pagination-item-active a{color:var(--primaryColor)}.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(--disabledColor);border-color:var(--borderColor)}.ant-picker.ant-picker-disabled,.ant-select-multiple,.ant-select.ant-select-single:not(.ant-select-customize-input){color:var(--disabledColor);background-color:var(--bodyBackground);border-color:var(--borderColor)}.ant-picker.ant-picker-disabled .ant-picker-suffix,.ant-select-multiple .ant-picker-suffix,.ant-select.ant-select-single:not(.ant-select-customize-input) .ant-picker-suffix{color:var(--disabledColor)}.ant-picker.ant-picker-disabled .ant-picker-separator:after,.ant-picker.ant-picker-disabled .ant-picker-separator:before,.ant-select-multiple .ant-picker-separator:after,.ant-select-multiple .ant-picker-separator:before,.ant-select.ant-select-single:not(.ant-select-customize-input) .ant-picker-separator:after,.ant-select.ant-select-single:not(.ant-select-customize-input) .ant-picker-separator:before{border-color:inherit}.ant-picker.ant-picker-disabled .ant-picker-input,.ant-select-multiple .ant-picker-input,.ant-select.ant-select-single:not(.ant-select-customize-input) .ant-picker-input{background:inherit}.ant-picker.ant-picker-disabled .ant-picker-input>input,.ant-select-multiple .ant-picker-input>input,.ant-select.ant-select-single:not(.ant-select-customize-input) .ant-picker-input>input{color:inherit}.ant-picker-dropdown{color:var(--textColor)}.ant-picker-dropdown .ant-picker-panel{border-color:var(--borderColor)}.ant-picker-dropdown .ant-picker-panel-container{background:var(--pickerDropdown)}.ant-picker-dropdown .ant-picker-panel-container .ant-picker-header{color:var(--textColorA015);border-color:var(--borderColor)}.ant-picker-dropdown .ant-picker-panel-container .ant-picker-header .ant-picker-header-view button:hover{color:var(--primaryColor)}.ant-picker-dropdown .ant-picker-panel-container .ant-picker-header>button{color:var(--textColorA075)}.ant-picker-dropdown .ant-picker-panel-container .ant-picker-header>button:hover{color:var(--textColor)}.ant-picker-dropdown .ant-picker-panel .ant-picker-footer{border-top-color:var(--borderColor)}.ant-picker-dropdown .ant-picker-panel .ant-picker-footer .ant-picker-today-btn{color:var(--primaryColor)}.ant-picker-dropdown .ant-picker-cell{color:var(--textColorA075)}.ant-picker-dropdown .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,.ant-picker-dropdown .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner{background:var(--primaryColorA07)}.ant-picker-dropdown .ant-picker-cell-in-view{color:var(--textColor)}.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner,.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner{background:var(--primaryColor)}.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-in-range:before,.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):before,.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):before{background:var(--primaryContrast)}.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-in-range .ant-picker-cell-inner:after,.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-in-range .ant-picker-cell-inner:after{background:var(--primaryColorA07)}.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single:after,.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):after,.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single:after,.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):after,.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range):after,.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{border-color:var(--primaryColor)}.ant-picker-dropdown .ant-picker-content th{color:var(--textColor)}.ant-picker-dropdown .ant-picker-cell-disabled:before{background:var(--disabledColorA06)}.ant-picker-dropdown .ant-picker-century-panel .ant-picker-cell-disabled .ant-picker-cell-inner,.ant-picker-dropdown .ant-picker-decade-panel .ant-picker-cell-disabled .ant-picker-cell-inner,.ant-picker-dropdown .ant-picker-month-panel .ant-picker-cell-disabled .ant-picker-cell-inner,.ant-picker-dropdown .ant-picker-quarter .ant-picker-cell-disabled .ant-picker-cell-inner,.ant-picker-dropdown .ant-picker-year-panel .ant-picker-cell-disabled .ant-picker-cell-inner{background:transparent}.ant-picker-dropdown .ant-picker-ranges .ant-picker-preset>.ant-tag-blue{color:var(--primaryColor);border-color:var(--primaryColor);background:var(--itemHoverBackground)}.ant-picker-dropdown .ant-picker-week-panel-row:hover td{background:var(--primaryColorA07)}.ant-picker-dropdown .ant-picker-week-panel-row-selected:hover td,.ant-picker-dropdown .ant-picker-week-panel-row-selected td{background:var(--primaryColor)}.ant-picker-dropdown .ant-picker-range-arrow:after{border-color:var(--pickerDropdown)}.ant-picker-range .ant-picker-active-bar{background:var(--primaryColor)}.ant-picker:not(.ant-picker-disabled){color:var(--textColor);background-color:var(--componentBackground);border-color:var(--borderColor)}.ant-picker:not(.ant-picker-disabled) .ant-picker-input{background:inherit}.ant-picker:not(.ant-picker-disabled) .ant-picker-input>input{color:inherit}.ant-picker:not(.ant-picker-disabled) .ant-picker-input>input:disabled{color:var(--disabledColor)}.ant-picker:not(.ant-picker-disabled) .ant-picker-suffix{color:var(--textColor)}.ant-picker:not(.ant-picker-disabled) .ant-picker-clear{color:inherit;background:inherit}.ant-picker:not(.ant-picker-disabled) .ant-picker-clear:hover{color:var(--primaryColor)}.ant-picker-focused:not(.ant-picker-disabled),.ant-picker:hover:not(.ant-picker-disabled){border-color:var(--primaryColor)}.ant-popover{color:var(--textColor)}.ant-popover.no-padding .ant-popover-inner-content{padding:0!important}.ant-popover.no-padding .ant-popover-inner{overflow:hidden!important}.ant-popover.title-bottom .ant-popover-inner>div{display:flex;flex-direction:column;flex-flow:column-reverse}.ant-popover.title-bottom .ant-popover-title{border-top:1px solid var(--componentBackground);border-bottom:none}.ant-popover-inner{border:1px solid var(--contrastBackground);background-color:var(--componentBackground)}.ant-popover-inner-content{color:var(--textColor)}.ant-popover-inner-content .ant-btn-default{background:transparent;color:var(--textColor);border-color:var(--textColor)}.ant-popover-message,.ant-popover-title{color:var(--textColor)}.ant-popover-title{border-color:var(--contrastBackground)}.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{border-right-color:var(--componentBackground);border-bottom-color:var(--componentBackground)}.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{border-left-color:var(--componentBackground);border-top-color:var(--componentBackground)}.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{border-right-color:var(--componentBackground);border-top-color:var(--componentBackground)}.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{border-left-color:var(--componentBackground);border-bottom-color:var(--componentBackground)}.ant-progress-text{color:var(--textColorSecondary)}.ant-progress.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path{stroke:var(--addColor)}.ant-progress .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path{stroke:var(--primaryColor)}.ant-progress-inner{background:var(--contrastBackground)}.ant-radio,.ant-radio-wrapper{color:var(--textColor)}.ant-radio-input:focus+.ant-radio-inner,.ant-radio-wrapper:hover .ant-radio-inner,.ant-radio:hover .ant-radio-inner{border-color:var(--primaryColor)}.ant-radio-inner{background-color:var(--bodyBackground);border-color:var(--borderColor)}.ant-radio-checked:after{border-color:var(--primaryColor)}.ant-radio-checked .ant-radio-inner{border-color:var(--primaryColor);background-color:var(--bodyBackground)}.ant-radio-checked .ant-radio-inner:after{background-color:var(--primaryColor)}.ant-radio-indeterminate .ant-radio-inner{background-color:var(--bodyBackground);border-color:var(--borderColor)}.ant-radio-indeterminate .ant-radio-inner:after{background-color:var(--primaryColor)}.ant-radio-disabled .ant-radio-inner{background-color:var(--bodyBackground)}.ant-radio-button-wrapper:not(.ant-radio-button-wrapper-disabled){background:var(--componentBackground);color:var(--textColor)}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){background:var(--contrastBackground);color:var(--primaryColor)}.ant-result-title{color:var(--textColor)}.ant-result-subtitle{color:var(--disabledColor)}.ant-select-dropdown{background-color:var(--componentBackground)}.ant-select-dropdown .ant-select-item:not(.ant-select-item-option-disabled){color:var(--textColor)}.ant-select-dropdown .ant-select-item:not(.ant-select-item-option-disabled).ant-select-item-option-selected{color:var(--primaryColor);background-color:var(--itemHoverBackground)}.ant-select-dropdown .ant-select-item:not(.ant-select-item-option-disabled):hover{background-color:var(--itemHoverBackground)}.ant-select-disabled.ant-picker.ant-picker-disabled .ant-select-selector,.ant-select-disabled.ant-select-multiple .ant-select-selector,.ant-select-disabled.ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{color:var(--disabledColor);background:var(--bodyBackground);border-color:var(--borderColor)}.ant-select-disabled.ant-picker.ant-picker-disabled .ant-select-arrow,.ant-select-disabled.ant-select-multiple .ant-select-arrow,.ant-select-disabled.ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-arrow{color:var(--disabledColor)}.ant-select-multiple:not(.ant-select-disabled) .ant-select-selector{color:var(--textColor);background-color:var(--componentBackground);border-color:var(--borderColor)}.ant-select-multiple:not(.ant-select-disabled).ant-select-open .ant-select-selector,.ant-select-multiple:not(.ant-select-disabled):focus-within .ant-select-selector,.ant-select-multiple:not(.ant-select-disabled):focus .ant-select-selector,.ant-select-multiple:not(.ant-select-disabled):hover .ant-select-selector{color:var(--primaryColor);border-color:var(--primaryColor)}.ant-select-multiple:not(.ant-select-disabled).ant-select-open .ant-select-selector .ant-select-selection-item,.ant-select-multiple:not(.ant-select-disabled):focus-within .ant-select-selector .ant-select-selection-item,.ant-select-multiple:not(.ant-select-disabled):focus .ant-select-selector .ant-select-selection-item,.ant-select-multiple:not(.ant-select-disabled):hover .ant-select-selector .ant-select-selection-item{opacity:1}.ant-select-multiple:not(.ant-select-disabled) .ant-select-selection-item{background:var(--itemHoverBackground);border-color:var(--itemHoverBackground)}.ant-select-multiple:not(.ant-select-disabled) .ant-select-selection-item-remove{color:var(--contrastBackground)}.ant-select-multiple:not(.ant-select-disabled) .ant-select-selection-item-remove:hover{color:var(--primaryColor)}.ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{transition:none}.ant-select.ant-select-single:not(.ant-select-customize-input):not(.ant-select-disabled) .ant-select-selector{color:var(--textColor);background-color:var(--componentBackground);border-color:var(--borderColor)}.ant-select.ant-select-single:not(.ant-select-customize-input):not(.ant-select-disabled) .ant-select-arrow{color:var(--textColor)}.ant-select.ant-select-single:not(.ant-select-customize-input):not(.ant-select-disabled).ant-select-open .ant-select-selector,.ant-select.ant-select-single:not(.ant-select-customize-input):not(.ant-select-disabled):focus-within .ant-select-selector,.ant-select.ant-select-single:not(.ant-select-customize-input):not(.ant-select-disabled):focus .ant-select-selector,.ant-select.ant-select-single:not(.ant-select-customize-input):not(.ant-select-disabled):hover .ant-select-selector{color:var(--primaryColor);border-color:var(--primaryColor)}.ant-select.ant-select-single:not(.ant-select-customize-input):not(.ant-select-disabled).ant-select-open .ant-select-selector .ant-select-selection-item,.ant-select.ant-select-single:not(.ant-select-customize-input):not(.ant-select-disabled):focus-within .ant-select-selector .ant-select-selection-item,.ant-select.ant-select-single:not(.ant-select-customize-input):not(.ant-select-disabled):focus .ant-select-selector .ant-select-selection-item,.ant-select.ant-select-single:not(.ant-select-customize-input):not(.ant-select-disabled):hover .ant-select-selector .ant-select-selection-item{opacity:1}.ant-select.ant-select-single:not(.ant-select-customize-input):not(.ant-select-disabled).ant-select-open .ant-select-arrow,.ant-select.ant-select-single:not(.ant-select-customize-input):not(.ant-select-disabled):focus-within .ant-select-arrow,.ant-select.ant-select-single:not(.ant-select-customize-input):not(.ant-select-disabled):focus .ant-select-arrow,.ant-select.ant-select-single:not(.ant-select-customize-input):not(.ant-select-disabled):hover .ant-select-arrow{color:var(--primaryColor)}.ant-select-item-option-active:not(.ant-select-item-option-disabled){background-color:var(--itemHoverBackground)}.ant-spin{color:var(--primaryColor)}.ant-spin-dot-item{background-color:var(--primaryColor)}.ant-spin-blur{opacity:var(--opacitySpin)}.ant-steps,.ant-steps .ant-steps-item-title{color:var(--textColor)}.ant-steps .ant-steps-item-title:after{background:var(--contrastBackground)}.ant-steps .ant-steps-item-container:hover .ant-steps-item-title{color:var(--textColor)!important}.ant-steps-item-process .ant-steps-item-icon{background-color:var(--contrastBackground)}.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:var(--textColor)}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content .ant-steps-item-title{color:var(--textColor)}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content .ant-steps-item-title:after{background-color:var(--contrastBackground)}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content .ant-steps-item-subtitle{color:var(--textColor)}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-tail:after,.ant-steps-item-wait .ant-steps-item-icon{background-color:var(--contrastBackground)}.ant-steps-item-wait .ant-steps-item-icon{border-color:var(--disabledColor)}.ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon,.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:var(--disabledColor)}.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:var(--contrastBackground)}.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content .ant-steps-item-subtitle{color:var(--textColor)}.ant-steps-item-finish .ant-steps-item-icon,.ant-steps-item-wait>.ant-steps-item-container .ant-steps-item-tail:after{background-color:var(--contrastBackground)}.ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:var(--textColor)}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content .ant-steps-item-subtitle,.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:var(--primaryColor)}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:var(--textColor)}.quotation-form-steps{margin:4px 0 32px}.quotation-form-steps .ant-steps-item-container{display:flex;align-items:stretch}.quotation-form-steps .ant-steps-item-container .ant-steps-item-content{display:flex;align-items:center}.quotation-form-steps .ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{padding-right:8px;color:hsla(0,0%,100%,.8);text-transform:uppercase;white-space:normal}.quotation-form-steps .ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:hsla(0,0%,100%,.3)}.quotation-form-steps .ant-steps-item-icon{background:transparent;border-color:#fff;min-height:38px;min-width:38px;line-height:38px;border-radius:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin:8px 16px 8px 2px}.quotation-form-steps .ant-steps-item-icon .ant-steps-icon{display:block;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:8px;color:#fff;font-size:19px}.quotation-form-steps .ant-steps-item-active>.ant-steps-item-container .ant-steps-item-icon,.quotation-form-steps .ant-steps-item-finish>.ant-steps-item-container .ant-steps-item-icon,.quotation-form-steps .ant-steps-item-process>.ant-steps-item-container .ant-steps-item-icon{background:#fff}.quotation-form-steps .ant-steps-item-active>.ant-steps-item-container .ant-steps-item-icon .ant-steps-icon,.quotation-form-steps .ant-steps-item-finish>.ant-steps-item-container .ant-steps-item-icon .ant-steps-icon,.quotation-form-steps .ant-steps-item-process>.ant-steps-item-container .ant-steps-item-icon .ant-steps-icon{color:#000;font-weight:700}.quotation-form-steps .ant-steps-item-active>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title,.quotation-form-steps .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title,.quotation-form-steps .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:#fff;font-weight:700}.quotation-form-steps .ant-steps-item-active>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after,.quotation-form-steps .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after,.quotation-form-steps .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#fff}.quotation-form-steps .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{font-weight:400}.quotation-form-steps .ant-steps-item-finish .ant-steps-icon{top:9px}.quotation-form-steps .ant-steps-item:first-child .ant-steps-item-icon{margin-left:8px}.quotation-form-steps .ant-steps-item:hover .ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:#fff!important}.quotation-form-steps .ant-steps-item:hover .ant-steps-item-icon{background:hsla(0,0%,100%,.6)!important;border-color:hsla(0,0%,100%,.6)!important}.quotation-form-steps .ant-steps-item:hover .ant-steps-item-icon .ant-steps-icon{color:#000!important}.ant-switch{border-color:var(--borderColor)}.ant-switch-checked{background-color:var(--primaryColor)}.ant-table-bordered.ant-table .ant-table-container,.ant-table-bordered.ant-table .ant-table-expanded-row-fixed:after,.ant-table-bordered.ant-table table thead>tr:not(:last-child)>th,.ant-table-bordered.ant-table tbody>tr>td,.ant-table-bordered.ant-table tfoot>tr>td,.ant-table-bordered.ant-table tfoot>tr>th,.ant-table-bordered.ant-table thead>tr>th{border-color:var(--borderColor)}.ant-table .row-danger>td,.ant-table .row-success>td,.ant-table .row-warning>td{position:relative}.ant-table .row-danger>td:first-of-type:before,.ant-table .row-success>td:first-of-type:before,.ant-table .row-warning>td:first-of-type:before{position:absolute;content:"";height:100%;width:3px;left:0;top:0}.ant-table .title-center span{justify-content:center}.ant-table .text-center,.ant-table .title-center{text-align:center}.ant-table .text-left,.ant-table .title-left{text-align:left}.ant-table .text-right,.ant-table .title-right{text-align:right}.ant-table .check-in-field-title{text-align:center}.ant-table .check-in-field-title .ant-table-header-column{width:10vw;white-space:normal}.ant-table .tree-expand-placeholder .ant-table-row-expand-icon{margin-right:0;margin-left:8px}.ant-table .no-padding{padding:0}.ant-table .title-avatar-indent .ant-table-header-column>div{text-indent:63px}.ant-table .title-large-icon-indent .ant-table-header-column>div{text-indent:12px}.ant-table .no-wrap{white-space:nowrap}.small-head-padding .ant-table .ant-table-thead>tr>th{padding:6px}.ant-table .ant-table-tbody>tr>td,.ant-table .ant-table-thead>tr>th{white-space:nowrap}.ant-table .ant-table-row-level-1 .ant-table-row-expand-icon{display:none}.ant-table .ant-table-row-level-1 td{border-bottom-color:transparent}.ant-table .row--nested-table{padding:0 50px 0 0;margin:-3px -16px -6px}.ant-table .row--nested-table table,.ant-table .row--nested-table table tbody,.ant-table .row--nested-table table thead,.ant-table .row--nested-table table thead>tr>th{background-color:initial}.ant-table .row--nested-table table tbody>tr>td{border:none}.ant-table .row--nested-table table tbody .ant-table-row:hover>td{background:transparent}.ant-table .ant-table-thead>tr>th{position:relative;color:var(--textColor);border-color:var(--textColor);background:var(--componentBackground)!important}.ant-table .ant-table-thead>tr>th .ant-table-column-sorters .ant-table-column-sorter,.ant-table .ant-table-thead>tr>th .ant-table-column-sorters .ant-table-column-sorter-full,.ant-table .ant-table-thead>tr>th .ant-table-column-sorters .ant-table-filter-trigger-container .ant-dropdown-trigger,.ant-table .ant-table-thead>tr>th .ant-table-filter-column .ant-table-column-sorter,.ant-table .ant-table-thead>tr>th .ant-table-filter-column .ant-table-column-sorter-full,.ant-table .ant-table-thead>tr>th .ant-table-filter-column .ant-table-filter-trigger-container .ant-dropdown-trigger{color:var(--textColorSecondary)}.ant-table .ant-table-tbody>tr:not(.ant-table-expanded-row)>td{background:var(--componentBackground)}.ant-table .ant-table-tbody>tr.ant-table-expanded-row .ant-table-tbody tr td{background:var(--contrastBackground)}.ant-table .ant-table-tbody>tr>td{border-color:var(--contrastBackground);color:var(--textColor)}.ant-table .ant-table-tbody>tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td,.ant-table .ant-table-tbody>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td{background:var(--primaryHover)}.ant-table .ant-table-tbody tr.ant-table-placeholder:hover>td.ant-table-cell{background:#000;color:#fff}.ant-table .ant-table-placeholder{border:1px solid var(--contrastBackground)}.ant-table .ant-table-placeholder,.ant-table .ant-table-placeholder td{background:var(--componentBackground)!important}.ant-table .ant-table-placeholder .ant-empty{color:var(--disabledColor)}.ant-table .ant-table-placeholder .ant-empty-image svg g g[fill-rule=nonzero]{stroke:var(--borderColor)!important}.ant-table .ant-table-placeholder .ant-empty-image svg g g[fill-rule=nonzero] path:first-child{fill:var(--componentBackground)!important}.ant-table .ant-table-placeholder .ant-empty-image svg ellipse,.ant-table .ant-table-placeholder .ant-empty-image svg g g[fill-rule=nonzero] path:last-child{fill:var(--contrastBackground)!important}.ant-table .ant-table-header{background:transparent}.ant-table .ant-table-row.hide-expand-icon .ant-table-row-expand-icon{cursor:default}.ant-table .ant-table-row:not(.hide-expand-icon) .ant-table-row-expand-icon{background-color:var(--bodyBackground);border-color:var(--bodyBackground)}.ant-table tr.ant-table-expanded-row,.ant-table tr.ant-table-expanded-row:hover{background:var(--contrastBackground)}.ant-table tr.ant-table-expanded-row .row--nested-table table thead>tr>th,.ant-table tr.ant-table-expanded-row:hover .row--nested-table table thead>tr>th{border-color:var(--borderColor)}.ant-table tr.ant-table-row-selected td{background:var(--bodyBackground)}.ant-table tr.ant-table-row-selected:hover td{background:var(--contrastBackground)}.ant-table-filter-dropdown{background:var(--bodyBackground)}.ant-table-filter-dropdown .ant-input{background:var(--contrastBackground)}.ant-table-filter-dropdown-btns{border-color:var(--primaryColor)}.ant-table-filter-column .ant-table-filter-column-title{padding:0!important;flex:unset!important}.ant-table-filter-column .ant-table-column-sorters-with-tooltip{width:unset!important}.ant-table-filter-column .ant-table-filter-trigger-container{position:static!important;left:0}.ant-table-filter-column .ant-table-filter-trigger-container .ant-table-filter-trigger .anticon{left:unset!important;margin-left:-5px;top:calc(50% + 1px)!important}.planning-table .ant-table .ant-table-header table .ant-table-thead>tr:first-child th:not(:first-child):not(:last-child){border-left:1px solid #fff;border-right:1px solid #fff}.planning-table .ant-table .ant-table-body table .ant-table-tbody>tr>td{border-color:var(--textColorSecondary)}.ant-tabs{color:var(--textColor)}.ant-tabs-bar,.ant-tabs>.ant-tabs-nav:before{border-bottom-color:var(--bodyBackground)}.ant-tabs-content{color:var(--textColor)}.ant-tabs-content-holder{padding:16px}.ant-tabs-nav .ant-tabs-tab-active,.ant-tabs-nav .ant-tabs-tab:hover{color:var(--primaryColor)}.ant-tabs-nav .ant-tabs-tab-disabled,.ant-tabs-nav .ant-tabs-tab-disabled:hover{color:var(--disabledColor)}.ant-tabs-ink-bar{background-color:var(--primaryColor)}.ant-tabs-bottom>.ant-tabs-nav.site-custom-tab-bar:before,.ant-tabs-bottom>div>.ant-tabs-nav.site-custom-tab-bar:before,.ant-tabs-top>.ant-tabs-nav.site-custom-tab-bar:before,.ant-tabs-top>div>.ant-tabs-nav.site-custom-tab-bar:before{border:none}.ant-tabs-nav.site-custom-tab-bar{z-index:1;background:transparent;padding-left:24px;margin-bottom:16px}.ant-tabs-nav.site-custom-tab-bar .ant-tabs-tab-btn{text-transform:uppercase;font-weight:400;color:#999;transition:all .3s linear}.ant-tabs-nav.site-custom-tab-bar .ant-tabs-tab-btn:hover{color:#000}.ant-tabs-nav.site-custom-tab-bar .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#000;font-weight:700}.blacktab.ant-tabs-top .ant-tabs-nav{margin-bottom:0}.blacktab.ant-tabs-top .ant-tabs-content{margin-top:0}.blacktab.ant-tabs-top .ant-tabs-tab-btn{color:#fff}.blacktab.ant-tabs-top .ant-tabs-tab{display:inline-block;padding:10px 16px;margin:0;border-right:1px solid #fff;background:#444;color:#fff;font-weight:400;transition:all .3s linear}.blacktab.ant-tabs-top .ant-tabs-tab.ant-tabs-tab-active,.blacktab.ant-tabs-top .ant-tabs-tab.ant-tabs-tab-btn{color:#fff;background-color:#000}.blacktab.ant-tabs-top .ant-tabs-bar,.blacktab.ant-tabs-top .ant-tabs-ink-bar,.blacktab.ant-tabs-top>.ant-tabs-nav:before{display:none}.ant-tag{background:transparent;border-color:var(--borderColorA06)}.ant-tag a,.ant-tag a:hover{color:var(--textColorSecondary)}.ant-time-picker-input{background-color:var(--bodyBackground);border-color:var(--borderColor);color:var(--textColor)}.ant-time-picker-input:hover{border-color:var(--primaryColor)}.ant-time-picker-clear{background-color:initial}.ant-time-picker:hover .ant-time-picker-icon i{color:var(--primaryColor)}.ant-time-picker:hover .ant-time-picker-input:not([value=""])~.ant-time-picker-icon i{color:transparent}.ant-time-picker-clear .ant-time-picker-clock-icon,.ant-time-picker-icon .ant-time-picker-clock-icon{color:var(--borderColor)}.ant-time-picker-clear .ant-time-picker-clock-icon:hover,.ant-time-picker-clear:hover,.ant-time-picker-icon .ant-time-picker-clock-icon:hover,.ant-time-picker-icon:hover{color:var(--primaryColor)}.ant-time-picker-panel{color:var(--textColor)}.ant-time-picker-panel-inner{background-color:var(--componentBackground);border:1px solid var(--contrastBackground)}.ant-time-picker-panel-input-wrap{border-color:var(--borderColor)}.ant-time-picker-panel-input{background:transparent}.ant-time-picker-panel-combobox .ant-time-picker-panel-select{border-color:var(--borderColor)}.ant-time-picker-panel-combobox .ant-time-picker-panel-select-option-selected{background:var(--itemActiveBackground);color:var(--textColor)}.ant-time-picker-panel-combobox .ant-time-picker-panel-select li:not(.ant-time-picker-panel-select-option-disabled):hover{background:var(--itemHoverBackground)}.ant-time-picker-panel-combobox .ant-time-picker-panel-select li.ant-time-picker-panel-select-option-disabled{color:var(--itemActiveColor);background:var(--itemActiveBackground)}.ant-time-picker-panel-combobox .ant-time-picker-panel-select li.ant-time-picker-panel-select-option-disabled:hover{color:var(--itemActiveColor);background:var(--itemHoverBackground)}.ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner{color:var(--textColor)}.ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover{color:var(--primaryColor);background:var(--bodyBackground)}.ant-picker-time-panel-column>li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner{background:var(--bodyBackground)}.has-error .ant-time-picker-input{border-color:var(--errorColor)}.has-error .ant-time-picker-input:hover{border-color:var(--error100)}.has-error .ant-time-picker-icon i{color:var(--errorColor)}.has-error .ant-time-picker:hover .ant-time-picker-icon i{color:var(--error100)}.ant-tree{background:var(--componentBackground);color:var(--textColor)}.ant-menu .ant-menu-item:focus a,.ant-menu .ant-menu-item:hover a,.ant-menu .ant-menu-submenu-active,.ant-menu .ant-menu-submenu-open,.ant-menu .ant-menu-submenu-selected,.ant-menu .ant-menu-submenu-title:focus,.ant-menu .ant-menu-submenu-title:hover,.ant-menu .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open{color:var(--primaryColor)}.ant-menu .ant-menu-item:active,.ant-menu .ant-menu-submenu-title:active{background-color:initial}.ant-menu .ant-menu-item a{color:var(--textColor)}.ant-menu:not(.ant-menu-horizontal){border-right:transparent}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected{background-color:var(--primaryColor)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected a{color:var(--textColorInvert)}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected:after{display:none}.ant-menu-sub.ant-menu-inline>.ant-menu-item{color:var(--textColor)}.ant-menu-sub.ant-menu-inline>.ant-menu-item.ant-menu-item-active{color:var(--primaryColor)}.ant-menu-submenu>.ant-menu{color:var(--textColor);background:var(--contrastBackground)}.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:before{background-image:linear-gradient(90deg,var(--textColor),var(--textColor))}.ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-submenu-arrow.ant-menu,.ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-submenu-arrow.ant-menu,.ant-menu-submenu>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow.ant-menu{background:var(--componentBackground)}.ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-submenu-arrow .ant-menu-inline.ant-menu-sub,.ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-submenu-arrow.ant-menu-sub,.ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-submenu-arrow .ant-menu-inline.ant-menu-sub,.ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-submenu-arrow.ant-menu-sub,.ant-menu-submenu>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow .ant-menu-inline.ant-menu-sub,.ant-menu-submenu>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow.ant-menu-sub{background:transparent}.ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-submenu-arrow .ant-menu-item-active,.ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-submenu-arrow .ant-menu-item:hover,.ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-submenu-arrow .ant-menu-submenu-active,.ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-submenu-arrow .ant-menu-submenu-open,.ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-submenu-arrow .ant-menu-submenu-selected,.ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-submenu-arrow .ant-menu-submenu-title:hover,.ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-submenu-arrow .ant-menu-item-active,.ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-submenu-arrow .ant-menu-item:hover,.ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-submenu-arrow .ant-menu-submenu-active,.ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-submenu-arrow .ant-menu-submenu-open,.ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-submenu-arrow .ant-menu-submenu-selected,.ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-submenu-arrow .ant-menu-submenu-title:hover,.ant-menu-submenu>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow .ant-menu-item-active,.ant-menu-submenu>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow .ant-menu-item:hover,.ant-menu-submenu>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow .ant-menu-submenu-active,.ant-menu-submenu>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow .ant-menu-submenu-open,.ant-menu-submenu>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow .ant-menu-submenu-selected,.ant-menu-submenu>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow .ant-menu-submenu-title:hover{color:var(--textColorSecondary)}.ant-dropdown-trigger{color:var(--textColor);border-color:var(--borderColor);line-height:inherit}.ant-dropdown-trigger:focus,.ant-dropdown-trigger:focus-within,.ant-dropdown-trigger:hover{border-color:var(--primaryColor);color:var(--primaryColor)}.ant-dropdown-trigger>span+span{margin-left:10px}.ant-dropdown-open.ant-dropdown-trigger .ant-dropdown-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ant-btn-primary.ant-dropdown-trigger:not([disabled]){border-color:var(--primaryColor)}.ant-btn.ant-dropdown-trigger[disabled]{color:var(--disabledColor)}.ant-btn.ant-dropdown-trigger[disabled],.ant-btn.ant-dropdown-trigger[disabled]:hover{background:var(--componentBackground);border-color:var(--borderColor)}.ant-dropdown{color:var(--textColor)}.ant-dropdown-open{color:var(--primaryColor)}.ant-dropdown-menu{background-color:var(--componentBackground);border:1px solid var(--contrastBackground)}.ant-dropdown-menu-item{color:var(--textColor)}.ant-dropdown-menu-item:not(.no-hover):hover{background-color:var(--itemHoverBackground)}.ant-dropdown-menu-item.no-hover:hover{background-color:initial}.ant-dropdown-menu-item.no-padding{padding:0}.ant-dropdown-menu-item-selected,.ant-dropdown-menu-item-selected>a,.ant-dropdown-menu-submenu-title-selected,.ant-dropdown-menu-submenu-title-selected>a{background-color:var(--itemHoverBackground)}.ant-dropdown-arrow{transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-typography,h1.ant-typography,h2.ant-typography,h3.ant-typography,h4.ant-typography,h5.ant-typography,h6.ant-typography{color:var(--textColor)}a{color:var(--textColorSecondary)}a:hover{color:var(--textColor)}.ant-empty-image svg{opacity:var(--opacitySVG)}.ant-page-header{background:var(--componentBackground);border-bottom:1px solid var(--borderColor);padding:12px 24px 8px}.ant-page-header,.ant-page-header-back-button,.ant-page-header-heading-title,.ant-page-header>.ant-breadcrumb .ant-breadcrumb-link a,.ant-page-header>.ant-breadcrumb>span:last-child a,.ant-page-header>.ant-breadcrumb a:not(:hover){color:var(--textColor)}.ant-page-header-back-button:hover,.ant-page-header-heading-title:hover,.ant-page-header>.ant-breadcrumb .ant-breadcrumb-link a:hover,.ant-page-header>.ant-breadcrumb>span:last-child a:hover,.ant-page-header>.ant-breadcrumb a:not(:hover):hover{color:var(--textColorSecondary)}.ant-page-header>.ant-breadcrumb>span:last-child a{cursor:auto}.ant-page-header .ant-breadcrumb-separator{color:var(--textColorSecondary)}.ant-page-header .ant-page-header-heading{margin:0}.ant-form-item,.ant-upload{color:var(--textColor)}.ant-form-item .ant-upload.ant-upload-drag,.ant-upload .ant-upload.ant-upload-drag{background:var(--componentBackground)}.ant.ant-drag p.ant-drag-icon .anticon{color:var(--primaryColor)!important}.ant.ant-drag:hover{border-color:var(--primaryColor)!important}.ant-skeleton .ant-skeleton-content .ant-skeleton-paragraph>li,.ant-skeleton .ant-skeleton-content .ant-skeleton-title{background:var(--textColor)}.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph>li,.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,.ant-skeleton.ant-skeleton-active .ant-skeleton-input{background-image:linear-gradient(90deg,var(--textColorSecondary) 25%,var(--bodyBackground) 37%,var(--textColorSecondary) 63%);background-size:400% 100%;-webkit-animation:ant-skeleton-loading 1.4s ease infinite;animation:ant-skeleton-loading 1.4s ease infinite}@-webkit-keyframes ant-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}@keyframes ant-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{border-radius:30px;background:var(--borderColor);height:50px}body,html,pre{font-family:"Roboto",sans-serif;font-weight:400}.ant-timeline-item-head-blue{color:var(--textColor);border-color:var(--textColor)}