body ::-webkit-scrollbar{height:.6em;width:.6em}body ::-webkit-scrollbar-track{background-color:#efefef;border:.5px solid #ddd;border-radius:5px;transition:border-color .5s linear}body ::-webkit-scrollbar-thumb{background-color:#ddd;border:1px solid #ccc;border-radius:5px;transition:background-color .5s linear}body :hover::-webkit-scrollbar-track{border-color:#ccc}body :hover::-webkit-scrollbar-track:hover{border-color:#bbb}body :hover::-webkit-scrollbar-thumb{background-color:#ccc}body :hover::-webkit-scrollbar-thumb:hover{background-color:#bbb}body div{min-width:0}@font-face{font-family:HeaderFont;src:url(fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf)}@font-face{font-family:ContentFont;src:url(fonts/Lato/Lato-Regular.ttf)}body{font-family:Lato,sans-serif!important}h1,h2,h3,h4{font-family:HeaderFont!important}.headerFont{font-family:HeaderFont}.contentFont{font-family:Lato,sans-serif}.mbTable{background:#fff;display:inline-grid;grid-template-areas:"c r" "b b";grid-template-columns:auto 1fr;grid-template-rows:auto 10px;margin:0;max-height:100%;max-width:100%;overflow:auto;padding:0;position:relative}.mbTable.fullWidth{width:100%}.mbTable .content{grid-area:c;min-width:auto}.mbTable .rightGutter{grid-area:r}.mbTable .bottomGutter{grid-area:b}.mbTable .content,.mbTable .left,.mbTable .right,.mbTable .rightGutter{display:flex;overflow:visible}.mbTable .content>.column,.mbTable .left>.column,.mbTable .right>.column,.mbTable .rightGutter>.column{background:#fff;position:relative}.mbTable .content>.column .cell,.mbTable .content>.column .header,.mbTable .content>.column .placeHolder,.mbTable .left>.column .cell,.mbTable .left>.column .header,.mbTable .left>.column .placeHolder,.mbTable .right>.column .cell,.mbTable .right>.column .header,.mbTable .right>.column .placeHolder,.mbTable .rightGutter>.column .cell,.mbTable .rightGutter>.column .header,.mbTable .rightGutter>.column .placeHolder{align-items:center;background:#fff;border-bottom:1px solid #e9e9e9;overflow:hidden;padding:8px;text-overflow:ellipsis;transition:.2s ease-in-out;white-space:nowrap;width:100%}.mbTable .content>.column .cell.selected,.mbTable .content>.column .header.selected,.mbTable .content>.column .placeHolder.selected,.mbTable .left>.column .cell.selected,.mbTable .left>.column .header.selected,.mbTable .left>.column .placeHolder.selected,.mbTable .right>.column .cell.selected,.mbTable .right>.column .header.selected,.mbTable .right>.column .placeHolder.selected,.mbTable .rightGutter>.column .cell.selected,.mbTable .rightGutter>.column .header.selected,.mbTable .rightGutter>.column .placeHolder.selected{background:#e6f7ff}.mbTable .content>.column .cell.clickable,.mbTable .content>.column .header.clickable,.mbTable .content>.column .placeHolder.clickable,.mbTable .left>.column .cell.clickable,.mbTable .left>.column .header.clickable,.mbTable .left>.column .placeHolder.clickable,.mbTable .right>.column .cell.clickable,.mbTable .right>.column .header.clickable,.mbTable .right>.column .placeHolder.clickable,.mbTable .rightGutter>.column .cell.clickable,.mbTable .rightGutter>.column .header.clickable,.mbTable .rightGutter>.column .placeHolder.clickable{cursor:pointer}.mbTable .content>.column .cell.loading,.mbTable .left>.column .cell.loading,.mbTable .right>.column .cell.loading,.mbTable .rightGutter>.column .cell.loading{animation:blur 4s ease 0s infinite;-webkit-animation:blur 4s ease 0s infinite;-moz-animation:blur 4s ease 0s infinite}.mbTable .content>.column .header,.mbTable .left>.column .header,.mbTable .right>.column .header,.mbTable .rightGutter>.column .header{align-items:content;background:#f7f7f7;border-right:1px solid #eee;box-shadow:0 2px 2px #ddd;display:flex;position:sticky;text-overflow:clip;top:0;z-index:1}.mbTable .content>.column .header .header-label,.mbTable .left>.column .header .header-label,.mbTable .right>.column .header .header-label,.mbTable .rightGutter>.column .header .header-label{display:flex;flex:1;overflow:hidden;text-overflow:ellipsis;vertical-align:top}.mbTable .content>.column .header .header-label *,.mbTable .left>.column .header .header-label *,.mbTable .right>.column .header .header-label *,.mbTable .rightGutter>.column .header .header-label *{max-width:100%;overflow:hidden;text-overflow:ellipsis}.mbTable .content>.column .header .resizeHook,.mbTable .left>.column .header .resizeHook,.mbTable .right>.column .header .resizeHook,.mbTable .rightGutter>.column .header .resizeHook{bottom:0;cursor:col-resize;position:absolute;right:0;top:0;transition:all .2s;width:5px;z-index:10}.mbTable .content>.column .header .resizeHook:active,.mbTable .content>.column .header .resizeHook:hover,.mbTable .left>.column .header .resizeHook:active,.mbTable .left>.column .header .resizeHook:hover,.mbTable .right>.column .header .resizeHook:active,.mbTable .right>.column .header .resizeHook:hover,.mbTable .rightGutter>.column .header .resizeHook:active,.mbTable .rightGutter>.column .header .resizeHook:hover{background:#ddd}.mbTable .content>.column .header .sort,.mbTable .left>.column .header .sort,.mbTable .right>.column .header .sort,.mbTable .rightGutter>.column .header .sort{cursor:pointer;font-size:80%;padding:0 5px}.mbTable .right{box-shadow:-1px 0 6px #ddd;position:sticky;right:0;top:0;z-index:2}.mbTable .right .column:first-child{border-left:1px solid #ddd}.mbTable .right .header{z-index:3}.mbTable .right .header .resizeHook{left:0;right:auto}.mbTable .left{box-shadow:1px 0 6px #ddd;left:0;position:sticky;top:0;z-index:2}.mbTable .left .column:last-child{border-right:1px solid #eee}.mbTable .left .header{z-index:3}.mbTable .ant-select-selection-overflow{flex-wrap:nowrap}@keyframes blur{0%{-webkit-filter:blur(0);-moz-filter:blur(0);-o-filter:blur(0);-ms-filter:blur(0)}50%,to{-webkit-filter:blur(1px);-moz-filter:blur(1px);-o-filter:blur(1px);-ms-filter:blur(1px)}}.mbSearchInput{align-items:center;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;justify-content:left;margin-bottom:5px;padding:5px 5px 0;position:relative}.mbSearchInput .filter{align-items:center;background:#fff;border:1px solid #eee;border-radius:6px;box-shadow:1px 1px #eee;display:flex;flex-wrap:nowrap;height:32px;margin:2px 6px 2px 2px;overflow:hidden;padding:0 3px;vertical-align:baseline;white-space:nowrap}.mbSearchInput .filter :not(.switch){border:none;border-radius:0}.mbSearchInput .filter .label{flex:auto;padding-right:2px}.mbSearchInput .filter .comparator .ant-select .ant-select-selection{border:none;min-width:35px}.mbSearchInput .filter .comparator .ant-select .ant-select-selection .ant-select-selection-selected-value{padding:0 5px}.mbSearchInput .filter .value{margin:0 3px;position:relative;width:auto}.mbSearchInput .filter .waitingIcon{position:absolute;right:0;top:5px}.mbSearchInput .input{border-left:none;border-radius:0;border-right:none;border-top:none;display:block;flex:1;margin:0 5px;max-width:100%;min-width:150px}.mbSearchInput-popup .hint{margin:5px;overflow:hidden;text-overflow:ellipsis;width:210px}.mbSearchInput-popup .hint>*{display:block;overflow:hidden;text-overflow:ellipsis}.mbSearchInput-popup .hint.selected{border-color:#3296ff;color:#3296ff}.customForm .ant-form-item{margin-bottom:8px}.customForm.ant-form-vertical .ant-form-item-label{line-height:1;padding:3px}.customForm .ant-form-item-control .ant-calendar-picker,.customForm .ant-form-item-control .ant-input-number,.customForm .ant-form-item-control .ant-picker{width:100%}.customForm .pullRight{text-align:right}.customForm .buttonContainer button,.customForm .pullRight button{margin:0 3px}.customForm .border{border-bottom:1px solid #eee;margin:5px 0;padding:10px}.customAntModal{max-width:780px}.customAntModal .ant-modal-confirm-btns,.customAntModal .ant-modal-footer{text-align:right}.customAntModal .ant-modal-confirm-btns button,.customAntModal .ant-modal-footer button{margin:5px}.logoPicker{background:#fff;border-radius:5px;margin-bottom:10px;padding:5px}.logoPicker .logoBox{background-position:50%;background-repeat:no-repeat;background-size:contain;min-height:200px;position:relative}.logoPicker .logoBox button{position:absolute;right:0;top:0}#pageTranslations{height:100%;width:100%}#pageTranslations .buttonRow ant-select,#pageTranslations .buttonRow button{margin:5px}#pageTranslations .autoWidth{width:auto}#pageTranslations .paggination,#pageTranslations .search{padding:10px 5px}#pageTranslations .search .searchLabel{margin:0 5px}#pageTranslations .translationRow{margin-bottom:0}#pageTranslations .translationRow .ant-row{margin:0}#pageTranslations .translationRow .label{bottom:-4px;height:auto;left:5px;line-height:1;position:relative;z-index:1}#pageTranslations .translationRow .inputs{align-items:flex-start;display:flex;flex-direction:row}#pageTranslations .translationRow .inputs textarea{flex:1;margin:2px 2px 5px;overflow:hidden;padding:3px 5px;resize:none;vertical-align:top}#pageTranslations .translationRow .inputs .defaultValue{background:#fafafa;color:#555;flex:1;resize:none}#pageTranslations .translationRow .inputs .value{flex:1}#pageTransaction{align-items:stretch;display:grid;justify-items:stretch;margin:10px;overflow-y:auto;padding:15px}#pageTransaction .ant-tabs-tab.ant-tabs-tab-disabled{cursor:default}#pageTransaction .ant-tabs-nav{border-bottom:1px solid #ddd}#pageTransaction .customHeader{font-size:130%}#pageTransaction .compactHeader{margin-bottom:0}#pageTransaction .childrenRowSpacer{display:flex;gap:35px}#pageTransaction .childrenColumnSpacer{display:flex;flex-direction:column;gap:35px}#pageTransaction.lg{grid-column-gap:35px;grid-row-gap:20px;grid-template-areas:"a a a" "n n s" "cd c s" "cd c f";grid-template-columns:350px 1fr 340px;grid-template-rows:auto auto auto 1fr;margin:0 auto;max-width:2200px}#pageTransaction.lg .childrenRowSpacer{gap:35px}#pageTransaction.lg .childrenColumnSpacer{gap:20px}#pageTransaction.lg .namePanel,#pageTransaction.lg .statusPanel{margin-top:-20px}#pageTransaction.lg .compactPanel{display:none}#pageTransaction.md{grid-column-gap:35px;grid-row-gap:15px;grid-template-areas:"a a a" "n n s" "cp cp s" "c c s" "c c f";grid-template-columns:1fr 1fr 340px;grid-template-rows:auto auto auto auto 1fr;margin:0 auto;max-width:1500px}#pageTransaction.md .childrenRowSpacer{gap:35px}#pageTransaction.md .childrenColumnSpacer{gap:15px}#pageTransaction.md .namePanel,#pageTransaction.md .statusPanel{margin-top:-20px}#pageTransaction.md .companyDataPanel{display:none}#pageTransaction.sm{grid-column-gap:25px;grid-row-gap:25px;grid-template-areas:"a" "n" "s" "cp" "c";grid-template-columns:1fr;grid-template-rows:auto;margin:0 auto;max-width:850px}#pageTransaction.sm .childrenRowSpacer{gap:25px}#pageTransaction.sm .childrenColumnSpacer{gap:10px}#pageTransaction.sm .namePanel,#pageTransaction.sm .statusPanel{margin-top:-20px}#pageTransaction.sm .companyDataPanel,#pageTransaction.sm .filesPanel{display:none}#pageTransaction .alertPanel{align-items:center;display:flex;flex-wrap:wrap;grid-area:a;margin:-15px auto 0;max-width:80%;overflow:hidden}#pageTransaction .alertPanel>*{margin:0 5px 10px;max-width:600px}#pageTransaction .compactPanel{grid-area:cp;overflow:hidden;padding:20px 13px}#pageTransaction .namePanel{grid-area:n}#pageTransaction .contentPanel{grid-area:c}#pageTransaction .statusPanel{grid-area:s}#pageTransaction .filesPanel{grid-area:f}#pageTransaction .companyDataPanel{grid-area:cd}#pageTransaction .namePanel{align-items:baseline;display:flex}#pageTransaction .namePanel .extraOptionsInterface{font-size:200%;padding:0 8px;position:relative;top:2px}#pageTransaction .namePanel .extraOptionsInterface:hover{color:#3296ff}#pageTransaction .namePanel .nameInterface{flex:1;position:relative;top:2px}#pageTransaction .namePanel .nameInterface .transactionHeader{background-color:transparent;border:solid #ddd;border-radius:0;border-width:0 0 1px;box-shadow:none;font-size:200%;line-height:1.2;padding-bottom:0;padding-left:15px}#pageTransaction .fileInterface{display:flex;flex:1;flex-direction:column;overflow:hidden}#pageTransaction .fileInterface .fileUploader{display:flex;font-size:1.2rem;gap:.3rem;justify-content:center}#pageTransaction .fileInterface .files{border-bottom:1px solid #eee;flex:1;margin-top:5px;overflow:auto}#pageTransaction .fileInterface .files .filePanel{background:#fff;border-bottom:1px solid rgba(0,0,0,.25);margin:5px;padding:5px}#pageTransaction .fileInterface .files .filePanel:last-child{border:none}#pageTransaction .fileInterface .files .filePanel.onAlert{border-color:#f66;border-radius:4px;border-width:2px 0}#pageTransaction .fileInterface .files .filePanel .top{display:flex}#pageTransaction .fileInterface .files .filePanel .top .meta{flex:1}#pageTransaction .fileInterface .files .filePanel .top .meta .anticon{font-size:140%}#pageTransaction .fileInterface .files .filePanel .top .meta .icon-comment{cursor:pointer;font-size:120%}#pageTransaction .fileInterface .files .filePanel .top .meta .icon-comment:hover{color:#49a9ee}#pageTransaction .fileInterface .files .filePanel .top .buttons .redHover:hover{border-color:#f66;color:#f66}#pageTransaction .fileInterface .files .filePanel .top .buttons button{margin:0 5px}#pageTransaction .commentsInterface .commentInputs{align-items:center;display:flex}#pageTransaction .commentsInterface .commentInputs .select,#pageTransaction .commentsInterface .commentInputs .selectIn{border-bottom-right-radius:0;border-top-right-radius:0;margin-right:2px;width:auto}#pageTransaction .commentsInterface .commentInputs .input{border-radius:0;flex:1;margin-top:3px}#pageTransaction .commentsInterface .commentInputs .input .inputIn{border-bottom-right-radius:0;border-top-right-radius:0;min-height:32px!important}#pageTransaction .commentsInterface .commentInputs .button,#pageTransaction .commentsInterface .commentInputs .buttonIn{border-bottom-left-radius:0;border-top-left-radius:0;width:auto}#pageTransaction .commentsInterface .note{margin:0 7px 7px;padding:2px 4px}#pageTransaction .commentsInterface .note .top{display:flex}#pageTransaction .commentsInterface .note .top .left{flex:1;overflow:hidden}#pageTransaction .commentsInterface .note .top .right{gap:5px;width:auto}#pageTransaction .commentsInterface .note .top .right .settings{cursor:pointer}#pageTransaction .commentsInterface .note .top .right .settings:hover{color:#3296ff}#pageTransaction .commentsInterface .note .content{background:#40a9ff22;border:1px solid #40a9ff;border-radius:0;color:#222!important;overflow-wrap:break-word;padding:15px;z-index:1}#pageTransaction .commentsInterface .message{color:hsla(0,0%,43%,.6);display:flex;margin:0 7px;padding:2px 4px}#pageTransaction .commentsInterface .message .left{flex:1;overflow:hidden}#pageTransaction .commentsInterface .message .right{width:auto}#pageTransaction .commentsInterface .comment{background:#fff;margin:0 7px 7px;padding:2px 4px}#pageTransaction .commentsInterface .comment.onAlert{border-color:#f66;border-style:solid;border-width:2px 0}#pageTransaction .commentsInterface .comment .ant-row.ant-form-item{margin-bottom:0}#pageTransaction .commentsInterface .comment .translationIcon{color:#f66}#pageTransaction .commentsInterface .comment .commentHead{color:#444;display:flex;white-space:nowrap}#pageTransaction .commentsInterface .comment .commentHead .left{flex:1;overflow:hidden}#pageTransaction .commentsInterface .comment .commentHead .right{width:auto}#pageTransaction .commentsInterface .comment .commentHead .right>*{margin-left:3px}#pageTransaction .commentsInterface .comment .commentHead .right .settings{cursor:pointer}#pageTransaction .commentsInterface .comment .commentHead .right .settings:hover{color:#3296ff}#pageTransaction .commentsInterface .comment .commentBody{display:flex;padding:0 5px;position:relative}#pageTransaction .commentsInterface .comment .commentBody .commentArea{flex:1;text-align:center;z-index:0}#pageTransaction .commentsInterface .comment .commentBody .commentArea .text{border-color:rgba(0,0,0,.25);border-radius:0;border-style:solid;border-width:0 0 0 1px!important;color:#222!important;height:99%;overflow-wrap:break-word;padding:15px;text-align:left;white-space:pre-wrap;z-index:1}#pageTransaction .commentsInterface .comment .commentBody .commentArea .text:disabled{background:#fff;cursor:default;resize:none}#pageTransaction .commentsInterface .comment .commentBody .commentArea .editOptions{display:flex;flex-wrap:nowrap;gap:5px;justify-content:flex-end}#pageTransaction .commentsInterface .comment .commentBody .commentArea .editOptions>*{width:auto}#pageTransaction .companyLink{text-decoration:underline}#pageTransaction .companyLink a{color:rgba(0,0,0,.9)}#pageTransaction .companyLink a:hover{color:#3296ff}#pageTransaction .ant-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#444!important}#pageTransaction .ant-tabs .ant-tabs-ink-bar{background:#444!important}#pageTransactions{display:flex;flex:1;flex-direction:column;height:100%;min-height:600px;overflow:hidden}#pageTransactions .quickFilters{display:flex;flex-wrap:wrap;gap:15px;margin:15px 15px 0}.transactionAddForm .container{display:flex;padding:0}.transactionAddForm .container.zone{border:1px solid #eee;border-radius:5px;margin:4px;padding:2px 6px}.transactionAddForm .container .clientSpace,.transactionAddForm .container .factorySpace{border:1px solid #eee;border-radius:5px;flex:1;margin:4px;min-width:250px;padding:4px 8px}.transactionAddForm .container .deliverySpace,.transactionAddForm .container .statusSpace{flex:1;min-width:250px;padding:4px}#pageHome.forNotLoggedIn .announcement{background:#fff;border:1px solid #eee;border-radius:5px;margin:5px;padding:8px}#pageHome.forNotLoggedIn .announcement .topRow{align-items:flex-end;border-bottom:1px solid #aaa;display:flex;padding:2px 5px}#pageHome.forNotLoggedIn .announcement .topRow .title{flex:1;margin-bottom:0}#pageHome.forNotLoggedIn .announcement .topRow .right>*{margin-bottom:0;margin-left:5px}#pageHome.forNotLoggedIn .announcement .content{padding:10px}#pageHome.forNotLoggedIn .announcement .content blockquote{background:#f9f9f9;border-left:1px solid #ededed;font-style:italic;margin-left:1em;padding:.5em 1em}#pageHome.forNotLoggedIn .announcement .content code{background-color:rgba(27,31,35,.05);border-radius:3px;font-size:85%;margin:0;padding:.2em .4em}#pageHome.forNotLoggedIn .announcement .content pre{background-color:#f6f8fa;border-radius:3px;display:inline-block;font-size:90%;line-height:1.45;padding:16px;width:100%}#pageHome.forNotLoggedIn .announcement .content pre code{background:transparent;border:none;border-radius:0;margin:0;padding:0}#pageHome.forNotLoggedIn .announcement .content table{border-collapse:collapse;border-color:grey;border-spacing:0}#pageHome.forNotLoggedIn .announcement .content table td,#pageHome.forNotLoggedIn .announcement .content table th{border:1px solid #dfe2e5;padding:6px 13px}#pageHome.forNotLoggedIn .announcement .content table th{font-weight:600}#pageHome.forNotLoggedIn .announcement .content table tr:nth-child(2n){background-color:#f6f8fa}#pageHome.forNotLoggedIn .announcement .content kbd{background-color:#eee;border:1px solid #b4b4b4;border-radius:3px;box-shadow:0 1px 1px rgba(0,0,0,.2),inset 0 2px 0 0 hsla(0,0%,100%,.7);color:#333;display:inline-block;font-size:.85em;font-weight:700;line-height:1;padding:2px 4px;white-space:nowrap}#pageHome.forAdmin{height:100%;max-height:100%;overflow:hidden}#pageHome.forAdmin .dataDisplay{height:100%}#pageHome.forClientClient,#pageHome.forUser{display:flex;flex-direction:column}#pageHome.forClientClient .mbCarousel,#pageHome.forUser .mbCarousel{flex:1}#pageHome.forClientClient .alerts,#pageHome.forUser .alerts{display:flex;flex-direction:row;justify-content:center}#pageHome.forClientClient .alerts .transaction,#pageHome.forUser .alerts .transaction{flex:auto;width:450px}#pageHome.forClientClient .transaction,#pageHome.forUser .transaction{border:1px solid transparent;border-radius:3px;margin:3px;max-width:450px;padding:7px;text-align:left;transition:.2s linear}#pageHome.forClientClient .transaction .badge,#pageHome.forUser .transaction .badge{background:hsla(0,0%,100%,.7);border-radius:7px;margin-left:1px;margin-right:3px;padding:3px 5px}#pageHome.forClientClient .transaction .badge:empty,#pageHome.forUser .transaction .badge:empty{display:none}#pageHome.forClientClient .transaction:not(.limited),#pageHome.forUser .transaction:not(.limited){cursor:pointer}#pageHome.forClientClient .transaction:not(.limited):hover,#pageHome.forUser .transaction:not(.limited):hover{border-color:#8ab7de}#pageHome.forClientClient .transaction.green,#pageHome.forUser .transaction.green{background-color:#f0fff0}#pageHome.forClientClient .transaction.green:hover,#pageHome.forUser .transaction.green:hover{background-color:rgba(240,255,240,.7);border-color:#dcffdc}#pageHome.forClientClient .transaction.blue,#pageHome.forUser .transaction.blue{background-color:#fafaff}#pageHome.forClientClient .transaction.blue:hover,#pageHome.forUser .transaction.blue:hover{background-color:rgba(250,250,255,.7);border-color:#dcdcff}#pageHome.forClientClient .transaction.red,#pageHome.forUser .transaction.red{background-color:#fff0f0}#pageHome.forClientClient .transaction.red:hover,#pageHome.forUser .transaction.red:hover{background-color:hsla(0,100%,97%,.7);border-color:#ffd2d2}#pageHome.forClientClient .transaction.alert,#pageHome.forUser .transaction.alert{background-color:#ffe1e1}#pageHome.forClientClient .transaction.alert:hover,#pageHome.forUser .transaction.alert:hover{background-color:#fdd;border-color:#f66}#pageHome.forClientClient .transaction .transactionFlag,#pageHome.forUser .transaction .transactionFlag{padding-right:5px}#pageHome.forClientClient .transaction .row,#pageHome.forUser .transaction .row{display:flex;margin:7px}#pageHome.forClientClient .transaction .row .center,#pageHome.forClientClient .transaction .row .left,#pageHome.forClientClient .transaction .row .right,#pageHome.forUser .transaction .row .center,#pageHome.forUser .transaction .row .left,#pageHome.forUser .transaction .row .right{overflow:hidden;text-overflow:ellipsis}#pageHome.forClientClient .transaction .row .center,#pageHome.forUser .transaction .row .center{flex:1;text-align:center}#pageHome.forClientClient .transaction .row .left,#pageHome.forUser .transaction .row .left{flex:1;text-align:left}#pageHome.forClientClient .transaction .row .right,#pageHome.forUser .transaction .row .right{max-width:50%;text-align:right}.navContainer .logo{background-position:50%;background-repeat:no-repeat;background-size:contain;height:50px;margin:10px 0}#pageNotFound{background:#fff;border-radius:5px;display:flex;justify-content:center;margin:20px auto;max-width:1170px;white-space:nowrap}#pageNotFound .column{flex:1;padding:15px 25px;text-align:center}#pageNotFound .column.small{background:#fff;border-left:1px solid #eee;max-width:400px;padding:10px 10px 0 20px}#pageNotFound .column.small .ant-row{margin:10px auto}#pageNotFound .column.small .message{color:red}#pageNotFound .column.small button{width:100%}#pageNotFound .column .title{font-size:200%;padding:2px 20px}#pageNotFound .column .text{font-size:120%;padding:10px}#pageNotFound .column .button{font-size:130%;margin:10px}@media only screen and (max-width:1170px){#pageNotFound{flex-direction:column}#pageNotFound .column.small{border:none;margin:auto}}#licenseAgreement{margin:10px}#licenseAgreement .license{margin:10px auto;max-width:1200px}#licenseAgreement .license .title{border-bottom:1px solid #eee}#licenseAgreement .license .title .right{float:right}#licenseAgreement .license .title h3{margin-bottom:1px}#licenseAgreement .license .content{margin:10px 10px 20px}#licenseAgreement .license .bottom .ant-btn-group{display:flex}#licenseAgreement .license .bottom .ant-btn-group .button{flex:1;text-align:center}#pageClient .pageHeader{margin:auto;max-width:1000px;padding:2px 15px 5px}#pageClient .panelContainer{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}#pageClient .panelContainer .leftPanel,#pageClient .panelContainer .rightPanel{flex:1;margin:10px;max-width:800px;min-width:300px}#pageClient .panelContainer .leftPanel .oneFieldForm .ant-row,#pageClient .panelContainer .rightPanel .oneFieldForm .ant-row{margin-bottom:10px}#pageClient .panelContainer .leftPanel .oneFieldForm .ant-row .ant-form-item-label,#pageClient .panelContainer .rightPanel .oneFieldForm .ant-row .ant-form-item-label{line-height:1}#pageClient .panelContainer .leftPanel .row,#pageClient .panelContainer .rightPanel .row{margin-bottom:5px}#pageClient .panelContainer .leftPanel .row .label,#pageClient .panelContainer .rightPanel .row .label{padding-right:3px}#pageClient .panelContainer .leftPanel .row .value,#pageClient .panelContainer .rightPanel .row .value{padding-left:3px}#pageClient .panelContainer .rightPanel .buttonContainer{padding:5px;text-align:center}#pageClient .panelContainer .rightPanel .buttonContainer .goCompanyPage,#pageClient .panelContainer .rightPanel .buttonContainer .resetUI{margin:auto;min-width:280px}#pageFactory .pageHeader{margin:auto;max-width:1000px;padding:2px 15px 5px}#pageFactory .panelContainer{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}#pageFactory .panelContainer .leftPanel,#pageFactory .panelContainer .rightPanel{flex:1;margin:10px;max-width:800px;min-width:300px}#pageFactory .panelContainer .leftPanel .oneFieldForm .ant-row,#pageFactory .panelContainer .rightPanel .oneFieldForm .ant-row{margin-bottom:10px}#pageFactory .panelContainer .leftPanel .oneFieldForm .ant-row .ant-form-item-label,#pageFactory .panelContainer .rightPanel .oneFieldForm .ant-row .ant-form-item-label{line-height:1}#pageFactory .panelContainer .leftPanel .row,#pageFactory .panelContainer .rightPanel .row{margin-bottom:5px}#pageFactory .panelContainer .leftPanel .row .label,#pageFactory .panelContainer .rightPanel .row .label{padding-right:3px}#pageFactory .panelContainer .leftPanel .row .value,#pageFactory .panelContainer .rightPanel .row .value{padding-left:3px}#pageFactory .panelContainer .rightPanel .buttonContainer{padding:5px;text-align:center}#pageFactory .panelContainer .rightPanel .buttonContainer .goCompanyPage,#pageFactory .panelContainer .rightPanel .buttonContainer .resetUI{margin:auto;min-width:280px}#pageFactory .currencyInterface{background:#fff;border:1px solid #eee;border-radius:3px;margin:2px;padding:4px}#pageFactory .currencyInterface>*{margin-bottom:5px}#pageLicenseAgreements .licence{background:#fefefe;border:1px solid #fff;border-radius:5px;margin:3px;padding:5px}#pageLicenseAgreements .licence .right{float:right}#pageMiddleman .pageHeader{margin:auto;max-width:1000px;padding:2px 15px 5px}#pageMiddleman .panelContainer{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}#pageMiddleman .panelContainer .leftPanel,#pageMiddleman .panelContainer .rightPanel{flex:1;margin:10px;max-width:800px;min-width:300px}#pageMiddleman .panelContainer .leftPanel .oneFieldForm .ant-row,#pageMiddleman .panelContainer .rightPanel .oneFieldForm .ant-row{margin-bottom:10px}#pageMiddleman .panelContainer .leftPanel .oneFieldForm .ant-row .ant-form-item-label,#pageMiddleman .panelContainer .rightPanel .oneFieldForm .ant-row .ant-form-item-label{line-height:1}#pageMiddleman .panelContainer .leftPanel .row,#pageMiddleman .panelContainer .rightPanel .row{margin-bottom:5px}#pageMiddleman .panelContainer .leftPanel .row .label,#pageMiddleman .panelContainer .rightPanel .row .label{padding-right:3px}#pageMiddleman .panelContainer .leftPanel .row .value,#pageMiddleman .panelContainer .rightPanel .row .value{padding-left:3px}#pageMiddleman .panelContainer .rightPanel .buttonContainer{padding:5px;text-align:center}#pageMiddleman .panelContainer .rightPanel .buttonContainer .goCompanyPage,#pageMiddleman .panelContainer .rightPanel .buttonContainer .resetUI{margin:auto;min-width:280px}#pageInfos .editContainer{border-bottom:1.5px solid #fff;margin:5px;padding:5px}.pageLogin{align-items:center;height:100%;justify-content:center}.pageLogin,.pageLogin .panel{display:flex;flex-direction:column}.pageLogin .panel{border-radius:25px;min-width:350px;padding:30px 45px}.pageLogin .panel .logo{height:200px;margin:20px auto 35px}.pageLogin .panel .logInPanelForm .message{color:red;padding:5px 2px}.pageLogin .panel .logInPanelForm button{width:100%}.pageLogin .panel .logInPanelForm button:not(:hover){background-color:#204f81;border-radius:5px}#pageStatus{display:grid;grid-template-areas:"top right" "left right";grid-template-columns:1fr 350px;grid-template-rows:auto 1fr;height:100%;max-height:100%;min-width:900px;overflow:hidden}#pageStatus .pageHeader{align-items:baseline;display:flex;grid-area:top;padding:10px 10px 0}#pageStatus .pageHeader .title{padding:10px 10px 0}#pageStatus .pageHeader .actions{flex:1;text-align:right}#pageStatus .rightPanel{grid-area:right;min-width:300px;overflow:auto;padding:10px}#pageStatus .leftPanel{grid-area:left;overflow:hidden}#pageStatus .leftPanel .graphContainer{background:#efefef;border:1px solid #bbb;border-radius:3px;height:100%;overflow:hidden;width:100%}#pageStatus .leftPanel .statusOrder{display:flex;flex-wrap:wrap;gap:10px}.statusOrderItem{background-color:#fff;border-radius:10px;box-shadow:0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(34,33,81,.15);cursor:grab;display:block;max-width:200px;overflow:hidden;padding:20px 10px;position:relative;text-align:center;text-overflow:ellipsis;transform:scale(1);transform-origin:50% 50%;transition:background-color .2s linear;white-space:nowrap;width:200px}.statusOrderItem.isDragging{box-shadow:0 2px 0 2px rgba(63,63,68,.05),0 2px 3px 2px rgba(34,33,81,.15);cursor:grabbing;transform:scale(1.05)}.statusOrderItem.selected{background-color:#3296ff;color:#fff}.statusOrderItem .id{bottom:3px;font-size:70%;left:3px;position:absolute}.statusOrderItem .order{font-size:90%;left:3px;position:absolute;top:3px}.statusOrderItem .link{position:absolute;right:0;top:0}#pageAnnouncements .form{margin:10px 30px}#pageAnnouncements .form .inFormBox{display:flex;flex-direction:row;flex-wrap:wrap}#pageAnnouncements .form .inFormBox .langGroup{background:#fff;border:1px solid #eee;flex:1;margin:10px;min-width:400px;padding:0 10px 10px}#pageAnnouncements .form .inFormBox .langGroup .ant-row:nth-child(3){margin-bottom:0}#pageAnnouncements .form .inFormBox .langGroup h3{margin:3px;text-align:center}#pageAnnouncements .form .inFormBox .langGroup .hidden{display:none}#pageAnnouncements .form .inFormBox .langGroup .fr-box{background:#fff;border:1px solid #eee;border-radius:3px;padding:5px}#pageAnnouncements .announcement{background:#fff;border:1px solid #eee;border-radius:5px;margin:5px;padding:8px}#pageAnnouncements .announcement .topRow{border-bottom:1px solid #aaa;display:flex;padding:2px 5px}#pageAnnouncements .announcement .topRow .title{flex:1}#pageAnnouncements .announcement .topRow .buttons>*{margin-left:5px}#pageAnnouncements .announcement .content{padding:5px}.modal.inFormBox{display:flex;flex-direction:row;flex-wrap:wrap}.modal.inFormBox .langGroup{background:#fff;border:1px solid #eee;flex:1;margin:10px;min-width:400px;padding:0 10px 10px}.modal.inFormBox .langGroup .ant-row:nth-child(3){margin-bottom:0}.modal.inFormBox .langGroup h3{margin:3px;text-align:center}.modal.inFormBox .langGroup .hidden{display:none}.modal.inFormBox .langGroup .fr-box{background:#fff;border:1px solid #eee;border-radius:3px;padding:5px}#pageUserProfile{text-align:center}#pageUserProfile .body{margin:20px auto;max-width:800px;text-align:left}#pageUserProfile .body .oneFieldForm .ant-row{margin-bottom:10px}#pageUserProfile .body .oneFieldForm .ant-row .ant-form-item-label{line-height:1}#pageBasicSettings{text-align:center}#pageBasicSettings .body{margin:20px auto;max-width:800px;text-align:left}#pageBasicSettings .body .oneFieldForm .ant-row{margin-bottom:10px}#pageBasicSettings .body .oneFieldForm .ant-row .ant-form-item-label{line-height:1}#pageBasicSettings .body .row{margin-bottom:5px}#pageBasicSettings .body .row .label{padding-right:3px}#pageBasicSettings .body .row .value{padding-left:3px}#pageBasicSettings .body .buttonContainer{padding:5px 5px 20px;text-align:center}#pageBasicSettings .body .buttonContainer .goCompanyPage,#pageBasicSettings .body .buttonContainer .resetUI{margin:auto;min-width:280px}#pageBasicSettings .body .MaskInterface .head .title{margin:5px 5px 15px}#pageBasicSettings .body .MaskInterface .head .form{text-align:right}#pageBasicSettings .body .MaskInterface .head .form .group{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%}#pageBasicSettings .body .MaskInterface .head .form .group .input{flex:1}#pageBasicSettings .body .MaskInterface .head .form .button,#pageBasicSettings .body .MaskInterface .head .form .group .ant-form-item{margin-bottom:1px}#pageBasicSettings .body .MaskInterface .body h3{margin-top:5px}#pageBasicSettings .body .MaskInterface .body .mask{display:block;padding-left:5px}#pageBlackList{display:flex;flex-direction:column}#pageBlackList .header{display:flex;flex-direction:row;gap:20px;justify-content:center;margin:10px auto;padding:20px;text-align:center}#pageBlackList .header .column{display:flex;flex-direction:column}#pageBlackList .header .actions{display:flex;gap:10px}#pageBlackList .hidden{height:1px;left:100px;max-height:1px;max-width:1px;position:absolute;top:-100px;width:1px}#pageBlackList .list{margin:20px 5px;text-align:center}#pageBlackList .list .noTransaction{font-size:140%}#pageBlackList .list>.transaction{background:#fff;border:1px solid #bbb;border-radius:3px;display:flex;flex-direction:row;margin:5px auto;max-width:1000px}#pageBlackList .list>.transaction .client,#pageBlackList .list>.transaction .factory,#pageBlackList .list>.transaction>.transaction{border:1px solid #ddd;border-radius:3px;flex:1;margin:0 1px;padding:5px;text-align:left}#pageBlackList .list>.transaction .client.atFault,#pageBlackList .list>.transaction .factory.atFault{background:#fff0f0;border:1px solid #ffdcdc}#pageDictionary{align-items:center;flex-direction:column;margin:0 auto 20px;max-width:1200px}#pageDictionary .top{align-items:center;display:flex;flex-wrap:wrap;margin:5px 5px 15px}#pageDictionary .top .factoryPicker,#pageDictionary .top button{margin-bottom:15px;margin-right:15px}#pageDictionary .dictionariesList .list{display:flex;flex-wrap:wrap;justify-content:center;margin:10px 5% 5%}#pageDictionary .dictionariesList .list .dictionary{align-items:stretch;border:1px solid #1890ff;border-radius:3px;cursor:pointer;display:flex;flex-direction:column;height:200px;margin:10px;overflow:hidden;padding:10px;position:relative;width:250px}@media (max-width:600px){#pageDictionary .dictionariesList .list .dictionary{margin:3%;width:96%}}#pageDictionary .dictionariesList .list .dictionary>.label{align-items:center;display:flex;flex:1;justify-content:center;padding-bottom:10px}#pageDictionary .dictionariesList .list .dictionary .langs{bottom:10px;position:absolute;right:10px;text-align:right}#pageDictionary .dictionariesList .list .dictionary .cog{position:absolute;right:0;text-align:right;top:0;z-index:2}#pageDictionary .dictionariesList .list .dictionary .cog:hover{color:red}#pageDictionary .dictionariesList .list .dictionary:hover{background:#c0dcf7}#pageDictionary .entriesList>*{display:block}#pageDictionary .entriesList .entryOptions{padding:5px 5px 10px}#pageDictionary .entriesList .entryOptions .buttons>*{margin:5px}#pageDictionary .entriesList .list{display:flex;flex-direction:column;max-width:1200px;padding:10px}#pageDictionary .entriesList .list .group{margin-bottom:10px}#pageDictionary .entriesList .list .group .header{border-bottom:1px solid #eee;display:flex}#pageDictionary .entriesList .list .group .header .groupName{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#pageDictionary .entriesList .list .group .header .groupOptions{display:flex;gap:5px}#pageDictionary .entriesList .list .group .header .groupOptions>*{border-radius:5px 5px 0 0}#pageDictionary .entriesList .list .entry{display:flex}#pageDictionary .entriesList .list .entry *{max-width:100%;overflow:hidden;text-overflow:ellipsis}#pageDictionary .entriesList .list .entry .field{flex:1}#pageDictionary .entriesList .bottom{text-align:right}#pageLeaveOfAbsence{text-align:center}#pageLeaveOfAbsence .body{margin:auto;max-width:800px;text-align:left}#pageLeaveOfAbsence .body .oneFieldForm .ant-row{margin-bottom:10px}#pageLeaveOfAbsence .body .oneFieldForm .ant-row .ant-form-item-label{line-height:1}#pageRepresentativesFlow{display:flex;flex-direction:column;max-height:100%}#pageRepresentativesFlow .table{overflow:hidden}.customRepresentativesFlowCell{height:100%;position:relative;width:100%}.customRepresentativesFlowCell .text{border:1px solid transparent;border-radius:3px;cursor:pointer;display:inline-block;margin:-7px;overflow:hidden;padding:5px;text-overflow:ellipsis;-webkit-transition:border .5s;transition:border .5s;white-space:nowrap;width:100%}.customRepresentativesFlowCell .text:hover{border-color:#0098f7}.customRepresentativesFlowCellEditTitle{display:flex}.customRepresentativesFlowCellEditTitle .text{flex:1;overflow:hidden;padding-right:5px;text-overflow:ellipsis}.customRepresentativesFlowCellEditTitle .close{margin:-3px}#pageNotificationSettings{text-align:center}#pageNotificationSettings .body{margin:auto;max-width:800px;text-align:left}#notificationsInterface{border-left:1px solid #ddd;display:flex;flex-direction:column}#notificationsInterface.close{background-color:#001529}#notificationsInterface .slider{border-radius:0}#notificationsInterface .openButton{color:hsla(0,0%,100%,.8);font-weight:700;margin:auto;writing-mode:tb-rl}#notificationsInterface .openButton>*{margin:20px 0}#notificationsInterface .list{background:#fff;flex:1;height:100%;margin-left:2px;overflow:auto}#notificationsInterface .list .notification.transaction{background:#fff;border-color:#ddd #fff;border-style:solid;border-width:1px;margin:3px 15px 1px 5px;padding:4px;transition:all 1s}#notificationsInterface .list .notification.transaction.exists:hover{background:#f1f7fd;border:1px solid #8ab7de;border-radius:6px;cursor:pointer}#notificationsInterface .list .notification.transaction.removed:hover{background:#fdf7f1}#notificationsInterface .list .notification.transaction .header,#notificationsInterface .list .notification.transaction .row{display:flex;flex-direction:row}#notificationsInterface .list .notification.transaction .header .left,#notificationsInterface .list .notification.transaction .row .left{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#notificationsInterface .list .notification.transaction .header .left .transactionFlag,#notificationsInterface .list .notification.transaction .row .left .transactionFlag{margin-right:5px}#notificationsInterface .list .notification.transaction .header .right,#notificationsInterface .list .notification.transaction .row .right{max-width:50%}#notificationsInterface .list .notification.transaction .header .right .icon,#notificationsInterface .list .notification.transaction .row .right .icon{cursor:pointer;margin-left:5px;transition:all .3s}#notificationsInterface .list .notification.transaction .header .right .icon:hover,#notificationsInterface .list .notification.transaction .row .right .icon:hover{color:red}#notificationsInterface .list .notification.transaction .factoryName,#notificationsInterface .list .notification.transaction .flowName{text-align:center}#notificationsInterface .list .notification.transaction .title{color:#337ab7;text-align:center}.oneFieldForm{margin-bottom:6px!important}.oneFieldForm .ant-form-item-label{padding:2px!important}.oneFieldForm .ant-form-item{margin-bottom:0}.oneFieldForm .ant-row{margin-bottom:10px}.oneFieldForm .ant-row .ant-form-item-label{line-height:1}.oneFieldForm.popupErrors .ant-form-item-explain{display:none}.languageInputGroup{color:rgba(0,0,0,.5)}.languageInputGroup .tooltip{padding:3px}.languageInputGroup .tooltip>*{cursor:help}.alertNotifications{text-align:center}.alertNotifications .alertNotification{align-items:center;background:#fff;border:1px solid #ddd;border-radius:5px;display:flex;margin:8px auto;max-width:900px;padding:10px;text-align:left;transition:.3s linear}.alertNotifications .alertNotification .icon{font-size:20px;margin-right:10px}.alertNotifications .alertNotification .text{flex:1}.alertNotifications .alertNotification:hover{cursor:pointer}.alertNotifications .alertNotification.warning{background:#ffa;border-color:#ff6}.alertNotifications .alertNotification.warning:hover{background:#ffe;border-color:#ff4}.alertNotifications .alertNotification.alert{background:#fdd;border-color:#f66}.alertNotifications .alertNotification.alert:hover{background:#fee;border-color:#f44}.languagePicker:hover{color:#3296ff}.loaderContainer{align-items:center;background:#fff;display:flex;height:100%;justify-content:center}.loaderContainer .spinner{-webkit-animation:sk-rotate 2s linear infinite;animation:sk-rotate 2s linear infinite;height:60px;margin:10px auto;position:relative;text-align:center;width:60px}.loaderContainer .dot1,.loaderContainer .dot2{-webkit-animation:sk-bounce 2s ease-in-out infinite;animation:sk-bounce 2s ease-in-out infinite;background-color:#333;background:#108ee9;border:1px solid #ddd;border-radius:100%;display:inline-block;height:60%;position:absolute;top:0;width:60%}.loaderContainer .dot2{-webkit-animation-delay:-1s;animation-delay:-1s;bottom:0;top:auto}@-webkit-keyframes sk-rotate{to{-webkit-transform:rotate(1turn)}}@keyframes sk-rotate{to{transform:rotate(1turn);-webkit-transform:rotate(1turn)}}@-webkit-keyframes sk-bounce{0%,to{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.multiLanguageForm{max-width:100%;width:100%}.multiLanguageForm .languagePicker{align-items:center;display:flex}.multiLanguageForm .languagePicker>*{margin:0 3px}.multiLanguageForm .languagePicker .langSelect{flex:1;margin-right:4px}.multiLanguageForm .buttonContainer{text-align:right}.multiLanguageForm .items{display:flex;flex-direction:row;width:100%}.multiLanguageForm .items .hidden{display:none}.multiLanguageForm .items .multiLanguageFormGroup{border:1px solid #bbb;border-radius:3px;flex:1;margin:10px 5px;padding:20px 5px 5px;position:relative}.multiLanguageForm .items .multiLanguageFormGroup .langLabel{background:#fff;border:1px solid #bbb;border-radius:5px;padding:0 10px;position:absolute;top:-10px}.multiLanguageForm .items .multiLanguageFormGroup .fr-box{background-color:#fff;border:1px solid #d9d9d9;border-radius:4px;color:rgba(0,0,0,.65);list-style:none;margin:0;padding:4px 11px;transition:all .3s;width:100%}.multiLanguageForm .items .buttonContainer button{margin:0 3px}.section{margin-bottom:12px;padding:5px;position:relative}.section>.title{background:#fff;left:12px;margin:0;padding:0 10px;position:absolute;top:0;z-index:1}.section>.content{border:1px solid #eee;border-radius:5px;margin-top:10px;padding:25px 15px 10px;position:relative}.section>.content .setting{align-items:center;display:flex;flex-wrap:nowrap;overflow:hidden;width:auto}.section>.content .setting .left{flex:2}.section>.content .setting .right{border-left:1px solid #eee;max-width:250px;min-width:150px;padding:20px;text-align:center}.hiddenSection{border-top-left-radius:5px;margin:5px 0 0;overflow-x:hidden;padding:0 0 10px;position:relative}.hiddenSection.open{border-left:1px solid #3296ff}.hiddenSection.open>.top>.title{border-bottom-left-radius:0}.hiddenSection.tooltip>.top>.title{border-bottom-right-radius:0;border-top-right-radius:0}.hiddenSection>.top,.hiddenSection>.top>.title{align-items:center;display:flex}.hiddenSection>.top>.title{flex:1;overflow:hidden}.hiddenSection>.top>.title .text{flex:1;overflow:hidden;text-overflow:ellipsis}.hiddenSection>.top>.tooltip{background:#3296ff;border-radius:0 4px 4px 0;color:#fff;margin:0 0 0 1px;padding:4px}.hiddenSection>.top>.tooltip>*{cursor:help}.hiddenSection>.content{padding:5px;position:relative}.transactionFlag{color:#bbb}.transactionFlag.important{color:orange;font-weight:700}.transactionFlag.clickable{cursor:pointer}.chatInput{align-items:center;align-items:stretch;border:1px solid #ddd;border-radius:4px;display:flex;flex-direction:column;margin:10px 0 25px;text-align:left}.chatInput.focused{border-color:#40a9ff}.chatInput.hasError{border-color:#ff4d4f}.chatInput .chatElement{height:26px!important}.chatInput .chatButton{height:26px!important;padding:1px 15px!important;width:auto!important}.chatInput .chatButton:disabled{color:#ccc}.chatInput .ant-form-item,.chatInput .ant-form-item .ant-form-item-control-input{margin:0!important;min-height:0!important}.chatInput .ant-form-item-explain{display:none}.chatInput .errorController{border-color:transparent;border-style:solid;border-width:1px 0;padding:2px 20px 5px}.chatInput .errorController.warning{background-color:#fffbe6;border-color:#ffe58f}.chatInput .errorController.error{background-color:#fff2f0;border:1px solid #ffccc7}.chatInput .valueField{padding:10px}.chatInput .bottomPanel{display:flex;padding:2px}.chatInput .bottomPanel .left,.chatInput .bottomPanel .right{display:flex;gap:5px;padding:0 5px}.chatInput .bottomPanel .left{flex:1}.chatInput .bottomPanel .right{align-items:flex-end}.chatInput .bottomPanel .right .submitButton:disabled{color:hsla(0,0%,43%,.6)}.mbCarousel{grid-column-gap:0;grid-row-gap:0;display:grid;grid-template-areas:"c" "f";grid-template-columns:auto;grid-template-rows:1fr auto;height:100%;max-width:100%;overflow:hidden}.mbCarousel .list{display:flex;flex-direction:row;flex-wrap:nowrap;grid-area:c;margin:0 auto;max-width:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:none;scroll-snap-type:x mandatory}.mbCarousel .list .mbCarouselItem{display:flex;flex:none;flex-direction:column;margin:0 auto;max-width:100%;overflow:hidden;padding:5px;position:relative;scroll-snap-align:start;scroll-snap-stop:always}.mbCarousel .list .mbCarouselItem .header{border-bottom:1px solid rgba(0,0,0,.25);display:flex;gap:5px;justify-content:center;margin-bottom:1px;padding-bottom:4px;text-align:center}.mbCarousel .list .mbCarouselItem .header,.mbCarousel .list .mbCarouselItem .header *{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mbCarousel .list .mbCarouselItem .content{flex:1;margin-right:5px;overflow:auto;padding:5px}.mbCarousel .list .mbCarouselItem.important .header{color:#ff4d4f}.mbCarousel .list .mbCarouselItem.hidden:hover{cursor:pointer}.mbCarousel .list .mbCarouselItem.animateBlur>*{transition:filter .2s linear}.mbCarousel .list .mbCarouselItem.animateBlur.hidden>*{filter:blur(.2rem)}.mbCarousel .list .mbCarouselItem.animateZoom>*{transition:transform .2s linear}.mbCarousel .list .mbCarouselItem.animateZoom .header{opacity:1;transition:opacity .2s linear}.mbCarousel .list .mbCarouselItem.animateZoom.hidden .header{opacity:0}.mbCarousel .list .mbCarouselItem.animateZoom.hidden>*{transform:scale(.98);transition:transform .2s ease}.mbCarousel .footer{display:flex;grid-area:f;justify-content:center;max-width:100%;overflow:hidden;text-align:center}.mbCarousel .footer .button{background:#fff;border:solid transparent;border-radius:0 0 5px 5px;border-width:1px 0 0;cursor:pointer;flex:1;overflow:hidden;padding:8px;transition:color .2s linear;transition:border-color .4s linear}.mbCarousel .footer .button .icon{font-size:1.5em}.mbCarousel .footer .button .text,.mbCarousel .footer .button .text *{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mbCarousel .footer .button.important{color:#ff4d4f}.mbCarousel .footer .button:hover{background-color:#f4f4f4}.mbCarousel .footer .button>*{transform:scale(.85);transition:transform .4s}.mbCarousel .footer .button.visible{background-color:#f8f8f8;border-color:#3296ff;color:#3296ff}.mbCarousel .footer .button.visible>*{transform:scale(1)}body{background:#f6f6f6;font-size:14px}.page{height:100%;overflow:auto;padding:8px 12px;width:100%}.box,.page{background:#fff;border:1px solid #ddd;border-radius:5px}.box{padding:18px}#app{grid-column-gap:0;grid-row-gap:0;background:#f6f6f6;display:grid;grid-template-areas:"l t t" "l c r";grid-template-columns:auto 1fr auto;grid-template-rows:35px auto;height:100%}#app>.top{align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;grid-area:t}#app>.top .trigger{cursor:pointer;padding-left:18px;padding-top:0;transition:color .3s}#app>.top .trigger:hover{color:#1890ff}#app>.top .right{padding:0 15px}#app>.top .right>*{padding:0 10px}#app>.top .left{display:flex;flex:1}#app>.top .left .mobileHeader{align-items:flex-end;display:flex;flex:1;margin:0 2rem;opacity:0;position:relative;top:-.2rem;transition-duration:.3s;transition-property:opacity,top;transition-timing-function:ease-in-out}#app>.top .left .mobileHeader.show{opacity:1;top:0}#app>.top .left .mobileHeader .flow{margin:0 .5rem;overflow:hidden;text-overflow:ellipsis}#app>.top .left .mobileHeader .transaction{font-size:1rem;font-weight:700;overflow:hidden;text-overflow:ellipsis}#app>.left{background-color:#001529;grid-area:l}#app>.right{grid-area:r}#app>.left,#app>.right,#app>.top{overflow:hidden}#app>.content{grid-area:c;margin:8px 12px;overflow-y:auto}.customIcon{font-size:1em;height:1em;width:auto}.errorText{color:#ff4d4f}.dangerOnHover:focus,.dangerOnHover:hover{border-color:#f66!important;color:#f66!important}.ant-tooltip-inner,.ant-tour-description{white-space:break-spaces}.ant-tabs-dropdown-menu-item.ant-tabs-dropdown-menu-item-disabled{display:none}.ant-tabs-nav-list{min-width:auto}