Files
tuend-work 0b28a76e20 ud
2025-11-12 23:24:15 +07:00

1 line
21 KiB
CSS

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,600,700);html.vue-app a:hover{opacity:.75}html.vue-app a:active,html.vue-app a:active:hover{opacity:1;transition-duration:60ms}html.vue-app input:disabled,html.vue-app select:disabled,html.vue-app textarea:disabled{filter:grayscale(.5);opacity:.75!important;cursor:default;transition-duration:0ms}html.vue-app :not(a):focus{border:1px solid var(--primary-border);box-shadow:unset}body.dev:before{display:block;position:fixed;top:100%;left:0;font-family:monospace;font-size:14px;line-height:1;color:rgba(255,0,0,.6);z-index:4;-ms-transform-origin:left top;transform-origin:left top;-ms-transform:rotate(-90deg);transform:rotate(-90deg)}@media (max-width:479px){body.dev:before{content:"tiny"}}@media (min-width:480px) and (max-width:767px){body.dev:before{content:"phone"}}@media (min-width:768px) and (max-width:1023px){body.dev:before{content:"tablet"}}@media (min-width:1024px){body.dev:before{content:"desktop"}}html.vue-app{font-size:10px}html.vue-app *,html.vue-app :after,html.vue-app :before{box-sizing:border-box;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;transition-property:none;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.5,1)}html.vue-app :not(a):focus{outline:0}html.vue-app ::-moz-focus-inner{border:0}html.vue-app body{position:relative;min-height:100%;min-width:240px;margin:0;padding-top:.1px;font-family:Open Sans,Tahoma,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.67;color:#34383c;background:#f9f9fa;overflow-y:scroll;overflow-x:hidden}html.vue-app a{color:var(--primary);text-decoration:none;border-radius:4px;transition-property:color,background,opacity,border,filter}html.vue-app img{max-width:100%;box-sizing:content-box;image-rendering:optimizeQuality}html.vue-app img:not([height]){height:auto}html.vue-app blockquote:first-child,html.vue-app dd:first-child,html.vue-app dl:first-child,html.vue-app h1:first-child,html.vue-app h2:first-child,html.vue-app h3:first-child,html.vue-app h4:first-child,html.vue-app h5:first-child,html.vue-app h6:first-child,html.vue-app hr:first-child,html.vue-app ol:first-child,html.vue-app ol li:first-child,html.vue-app p:first-child,html.vue-app pre:first-child,html.vue-app table:first-child,html.vue-app ul:first-child,html.vue-app ul li:first-child{margin-top:0}html.vue-app blockquote:last-child,html.vue-app dd:last-child,html.vue-app dl:last-child,html.vue-app h1:last-child,html.vue-app h2:last-child,html.vue-app h3:last-child,html.vue-app h4:last-child,html.vue-app h5:last-child,html.vue-app h6:last-child,html.vue-app hr:last-child,html.vue-app ol:last-child,html.vue-app p:last-child,html.vue-app pre:last-child,html.vue-app table:last-child,html.vue-app ul:last-child{margin-bottom:0}html.vue-app blockquote,html.vue-app dd,html.vue-app dl,html.vue-app h1,html.vue-app h2,html.vue-app h3,html.vue-app h4,html.vue-app h5,html.vue-app h6,html.vue-app hr,html.vue-app ol,html.vue-app p,html.vue-app pre,html.vue-app table,html.vue-app ul{margin-top:2rem;margin-bottom:2rem}html.vue-app ol,html.vue-app ul{margin-left:0;padding-left:0;list-style:inside;text-indent:1rem}html.vue-app table{width:100%;border-collapse:collapse;border-spacing:0}html.vue-app td,html.vue-app th{height:4rem;vertical-align:middle;padding:.5rem 1rem;text-align:left;border:1px solid #e0e0e0;border-left:0;border-right:0}html.vue-app td a,html.vue-app th a{color:#34383c}html.vue-app th{font-weight:700;border:0}html.vue-app tr:nth-child(2n){background:#f9f9fa}html.vue-app thead>tr:nth-child(odd){background:transparent}html.vue-app h1,html.vue-app h2,html.vue-app h3,html.vue-app h4,html.vue-app h5,html.vue-app h6{font-family:Open Sans,Tahoma,sans-serif;font-weight:600;line-height:1.67}html.vue-app h1{font-size:2.2rem;line-height:1.25}html.vue-app h2{font-size:1.8rem;line-height:1.25}html.vue-app h3{font-size:1.6rem;line-height:1.25}html.vue-app h4{font-size:1.5rem;line-height:1.67}html.vue-app h5{font-size:1.4rem;line-height:1.67}html.vue-app h6{font-size:1.3rem;line-height:1.67}html.vue-app hr{border:0;border-top:3px solid #e0e0e0;clear:both}html.vue-app audio,html.vue-app canvas,html.vue-app img,html.vue-app svg,html.vue-app video{vertical-align:middle}html.vue-app pre{font-family:monospace}html.vue-app.dir\:rtl td,html.vue-app.dir\:rtl th{text-align:right}html.vue-app input,html.vue-app select,html.vue-app textarea{display:inline-block;vertical-align:middle;margin:0;padding:0 1.5rem;font-family:inherit;font-size:1.2rem;line-height:3.5rem;color:#34383c;background:#fff;border:1px solid #e0e0e0;border-radius:4px}html.vue-app input~*,html.vue-app select~*,html.vue-app textarea~*{vertical-align:middle}html.vue-app input:focus,html.vue-app select:focus,html.vue-app textarea:focus{position:relative;z-index:2}html.vue-app input:disabled,html.vue-app select:disabled,html.vue-app textarea:disabled{background:#f9f9fa}html.vue-app input:not([type=radio]):not([type=checkbox]):not([type=range]),html.vue-app select:not([multiple]){height:3.5rem}html.vue-app input[type=checkbox],html.vue-app input[type=radio]{width:1.5rem;height:1.5rem;margin:0 1rem 0 0;padding:0;cursor:pointer}@supports ((-webkit-appearance:none) or (-moz-appearance:none) or (appearance:none)){html.vue-app input[type=checkbox],html.vue-app input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none}html.vue-app input[type=radio]{border-radius:50%}html.vue-app input[type=radio]:checked{box-shadow:inset 0 0 0 .3rem #fff;background:var(--safe)}}html.vue-app textarea{height:auto;max-height:40rem;resize:vertical;-ms-transform:translate(0);transform:translate(0);line-height:inherit}html.vue-app input.-is-valid,html.vue-app select.-is-valid,html.vue-app textarea.-is-valid{border-color:var(--safe);box-shadow:inset 0 0 3px var(--safe-light)}html.vue-app input.-is-invalid,html.vue-app select.-is-invalid,html.vue-app textarea.-is-invalid{border-color:var(--danger);box-shadow:inset 0 0 3px var(--danger-light)}html.vue-app label{display:inline-block;vertical-align:middle;font-size:1.2rem;font-weight:600}html.vue-app label[for]{cursor:pointer}html.vue-app.mobile input,html.vue-app.mobile select,html.vue-app.mobile textarea{font-size:1.6rem;line-height:3.5rem}html.vue-app.mobile input:not([type=radio]):not([type=checkbox]):not([type=range]),html.vue-app.mobile select:not([multiple]){height:3.5rem}html.vue-app.mobile--disabled{height:inherit!important}html.vue-app.mobile--disabled .app,html.vue-app.mobile--disabled .app-content,html.vue-app.mobile--disabled body{background:var(--light);height:inherit!important;overflow:hidden}html.vue-app.mobile--disabled .app-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}html.vue-app.mobile--disabled .app-content .route-container{-ms-flex-positive:1;flex-grow:1;overflow:scroll}html.vue-app.mobile--disabled body.-has-overlay{cursor:pointer}html.vue-app .c\:txt\:light.c\:txt\:light{color:#fff}html.vue-app .c\:txt\:gray.c\:txt\:gray{color:#b5b5b5}html.vue-app .c\:txt\:gray2.c\:txt\:gray2{color:#f9f9fa}html.vue-app .c\:txt\:gray3.c\:txt\:gray3{color:#6f7070}html.vue-app .c\:txt\:content.c\:txt\:content{color:#34383c}html.vue-app .c\:txt\:primary.c\:txt\:primary{color:var(--primary)}html.vue-app .c\:txt\:primary\:dark.c\:txt\:primary\:dark{color:var(--primary-dark)}html.vue-app .c\:txt\:primary\:light.c\:txt\:primary\:light{color:var(--primary-l15)}html.vue-app .c\:txt\:primary\:overlay.c\:txt\:primary\:overlay{color:var(--primary-a:90)}html.vue-app .c\:txt\:link.c\:txt\:link{color:var(--primary)}html.vue-app .c\:txt\:safe.c\:txt\:safe{color:var(--safe)}html.vue-app .c\:txt\:danger.c\:txt\:danger{color:var(--danger)}html.vue-app .c\:txt\:neutral.c\:txt\:neutral{color:var(--neutral)}html.vue-app .c\:txtHov\:light.c\:txtHov\:light:hover{color:#fff}html.vue-app .c\:txtHov\:gray.c\:txtHov\:gray:hover{color:#b5b5b5}html.vue-app .c\:txtHov\:gray2.c\:txtHov\:gray2:hover{color:#f9f9fa}html.vue-app .c\:txtHov\:gray3.c\:txtHov\:gray3:hover{color:#6f7070}html.vue-app .c\:txtHov\:content.c\:txtHov\:content:hover{color:#34383c}html.vue-app .c\:txtHov\:primary.c\:txtHov\:primary:hover{color:var(--primary)}html.vue-app .c\:txtHov\:primary\:dark.c\:txtHov\:primary\:dark:hover{color:var(--primary-dark)}html.vue-app .c\:txtHov\:primary\:light.c\:txtHov\:primary\:light:hover{color:var(--primary-l15)}html.vue-app .c\:txtHov\:primary\:overlay.c\:txtHov\:primary\:overlay:hover{color:var(--primary-a:90)}html.vue-app .c\:txtHov\:link.c\:txtHov\:link:hover{color:var(--primary)}html.vue-app .c\:txtHov\:safe.c\:txtHov\:safe:hover{color:var(--safe)}html.vue-app .c\:txtHov\:danger.c\:txtHov\:danger:hover{color:var(--danger)}html.vue-app .c\:txtHov\:neutral.c\:txtHov\:neutral:hover{color:var(--neutral)}html.vue-app .c\:bg\:light.c\:bg\:light{background-color:#fff}html.vue-app .c\:bg\:gray.c\:bg\:gray{background-color:#b5b5b5}html.vue-app .c\:bg\:gray2.c\:bg\:gray2{background-color:#f9f9fa}html.vue-app .c\:bg\:gray3.c\:bg\:gray3{background-color:#6f7070}html.vue-app .c\:bg\:content.c\:bg\:content{background-color:#34383c}html.vue-app .c\:bg\:primary.c\:bg\:primary{background-color:var(--primary)}html.vue-app .c\:bg\:primary\:dark.c\:bg\:primary\:dark{background:var(--primary-dark)}html.vue-app .c\:bg\:primary\:light.c\:bg\:primary\:light{background:var(--primary-l15)}html.vue-app .c\:bg\:primary\:overlay.c\:bg\:primary\:overlay{background:var(--primary-a:90)}html.vue-app .c\:bg\:link.c\:bg\:link{background:var(--primary)}html.vue-app .c\:bg\:safe.c\:bg\:safe{background-color:var(--safe)}html.vue-app .c\:bg\:danger.c\:bg\:danger{background-color:var(--danger)}html.vue-app .c\:bg\:neutral.c\:bg\:neutral{background-color:var(--neutral)}html.vue-app .c\:bgHov\:light.c\:bgHov\:light:hover{background-color:#fff}html.vue-app .c\:bgHov\:gray.c\:bgHov\:gray:hover{background-color:#b5b5b5}html.vue-app .c\:bgHov\:gray2.c\:bgHov\:gray2:hover{background-color:#f9f9fa}html.vue-app .c\:bgHov\:gray3.c\:bgHov\:gray3:hover{background-color:#6f7070}html.vue-app .c\:bgHov\:content.c\:bgHov\:content:hover{background-color:#34383c}html.vue-app .c\:bgHov\:primary.c\:bgHov\:primary:hover{background-color:var(--primary)}html.vue-app .c\:bgHov\:primary\:dark.c\:bgHov\:primary\:dark:hover{background:var(--primary-dark)}html.vue-app .c\:bgHov\:primary\:light.c\:bgHov\:primary\:light:hover{background:var(--primary-l15)}html.vue-app .c\:bgHov\:primary\:overlay.c\:bgHov\:primary\:overlay:hover{background:var(--primary-a:90)}html.vue-app .c\:bgHov\:link.c\:bgHov\:link:hover{background:var(--primary)}html.vue-app .c\:bgHov\:safe.c\:bgHov\:safe:hover{background-color:var(--safe)}html.vue-app .c\:bgHov\:danger.c\:bgHov\:danger:hover{background-color:var(--danger)}html.vue-app .c\:bgHov\:neutral.c\:bgHov\:neutral:hover{background-color:var(--neutral)}[class*="fx:"]{display:-ms-flexbox;display:flex}html.vue-app .fx\:pushLastRow\:true.fx\:pushLastRow\:true:after{content:"";-ms-flex-positive:1;flex-grow:1}html.vue-app .fx\:inline\:true.fx\:inline\:true{display:-ms-inline-flexbox;display:inline-flex}html.vue-app .fx\:dir\:row.fx\:dir\:row{-ms-flex-direction:row;flex-direction:row}html.vue-app .fx\:dir\:column.fx\:dir\:column{-ms-flex-direction:column;flex-direction:column}html.vue-app .fx\:dir\:row-rev.fx\:dir\:row-rev{-ms-flex-direction:row-reverse;flex-direction:row-reverse}html.vue-app .fx\:dir\:column-rev.fx\:dir\:column-rev{-ms-flex-direction:column-reverse;flex-direction:column-reverse}html.vue-app .fx\:wrap\:true.fx\:wrap\:true{-ms-flex-wrap:wrap;flex-wrap:wrap}html.vue-app .fx\:wrap\:false.fx\:wrap\:false{-ms-flex-wrap:nowrap;flex-wrap:nowrap}html.vue-app .fx\:main\:start.fx\:main\:start{-ms-flex-pack:start;justify-content:flex-start}html.vue-app .fx\:main\:end.fx\:main\:end{-ms-flex-pack:end;justify-content:flex-end}html.vue-app .fx\:main\:center.fx\:main\:center{-ms-flex-pack:center;justify-content:center}html.vue-app .fx\:main\:between.fx\:main\:between{-ms-flex-pack:justify;justify-content:space-between}html.vue-app .fx\:main\:around.fx\:main\:around{-ms-flex-pack:distribute;justify-content:space-around}html.vue-app .fx\:cross\:start.fx\:cross\:start{-ms-flex-align:start;align-items:flex-start}html.vue-app .fx\:cross\:end.fx\:cross\:end{-ms-flex-align:end;align-items:flex-end}html.vue-app .fx\:cross\:center.fx\:cross\:center{-ms-flex-align:center;align-items:center}html.vue-app .fx\:cross\:stretch.fx\:cross\:stretch{-ms-flex-align:stretch;align-items:stretch}html.vue-app .fx\:cross\:baseline.fx\:cross\:baseline{-ms-flex-align:baseline;align-items:baseline}html.vue-app .fx\:equalWidth\:true.fx\:equalWidth\:true>*{-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html.vue-app .fx\:equalWidth\:true.fx\:equalWidth\:true>*{-ms-flex-preferred-size:auto!important;flex-basis:auto!important}}html.vue-app .fxi\:grow\:true.fxi\:grow\:true{-ms-flex-positive:1;flex-grow:1}html.vue-app .fxi\:grow\:false.fxi\:grow\:false{-ms-flex-positive:0;flex-grow:0}html.vue-app .fxi\:shrink\:true.fxi\:shrink\:true{min-width:0;min-height:0}html.vue-app .fxi\:shrink\:false.fxi\:shrink\:false{-ms-flex-negative:0;flex-shrink:0}html.vue-app .fxi\:cross\:start.fxi\:cross\:start{-ms-flex-item-align:start;align-self:flex-start}html.vue-app .fxi\:cross\:end.fxi\:cross\:end{-ms-flex-item-align:end;align-self:flex-end}html.vue-app .fxi\:cross\:center.fxi\:cross\:center{-ms-flex-item-align:center;align-self:center}html.vue-app .fxi\:cross\:stretch.fxi\:cross\:stretch{-ms-flex-item-align:stretch;align-self:stretch}html.vue-app .fxi\:cross\:baseline.fxi\:cross\:baseline{-ms-flex-item-align:baseline;align-self:baseline}html.vue-app .type\:h1.type\:h1{font-size:2.2rem;line-height:1.25}html.vue-app .type\:h2.type\:h2{font-size:1.8rem;line-height:1.25}html.vue-app .type\:h3.type\:h3{font-size:1.6rem;line-height:1.25}html.vue-app .type\:h4.type\:h4{font-size:1.5rem;line-height:1.67}html.vue-app .type\:h5.type\:h5{font-size:1.4rem;line-height:1.67}html.vue-app .type\:h6.type\:h6{font-size:1.3rem;line-height:1.67}html.vue-app .type\:content.type\:content{font-size:1.2rem;line-height:1.67}html.vue-app .type\:small.type\:small{font-size:1.1rem;line-height:1.67}html.vue-app .type\:xs.type\:xs{font-size:1rem;line-height:1.67}html.vue-app .pos\:a\:0.pos\:a\:0,html.vue-app .pos\:t\:0.pos\:t\:0,html.vue-app .pos\:v\:0.pos\:v\:0{top:0}html.vue-app .pos\:a\:0.pos\:a\:0,html.vue-app .pos\:b\:0.pos\:b\:0,html.vue-app .pos\:v\:0.pos\:v\:0{bottom:0}html.vue-app .pos\:a\:0.pos\:a\:0,html.vue-app .pos\:h\:0.pos\:h\:0,html.vue-app .pos\:l\:0.pos\:l\:0{left:0}html.vue-app .pos\:a\:0.pos\:a\:0,html.vue-app .pos\:h\:0.pos\:h\:0,html.vue-app .pos\:r\:0.pos\:r\:0{right:0}html.vue-app .border\:a\:def.border\:a\:def,html.vue-app .border\:t\:def.border\:t\:def,html.vue-app .border\:v\:def.border\:v\:def{border-top:1px solid #e0e0e0}html.vue-app .border\:a\:def.border\:a\:def,html.vue-app .border\:b\:def.border\:b\:def,html.vue-app .border\:v\:def.border\:v\:def{border-bottom:1px solid #e0e0e0}html.vue-app .border\:a\:def.border\:a\:def,html.vue-app .border\:h\:def.border\:h\:def,html.vue-app .border\:l\:def.border\:l\:def{border-left:1px solid #e0e0e0}html.vue-app .border\:a\:def.border\:a\:def,html.vue-app .border\:h\:def.border\:h\:def,html.vue-app .border\:r\:def.border\:r\:def{border-right:1px solid #e0e0e0}html.vue-app .width\:100\%.width\:100\%{width:100%}html.vue-app .pos\:rel.pos\:rel{position:relative!important}html.vue-app .pos\:abs.pos\:abs{position:absolute!important}html.vue-app .pos\:fix.pos\:fix{position:fixed!important}html.vue-app .disp\:block.disp\:block{display:block}html.vue-app .disp\:iblock.disp\:iblock{display:inline-block}html.vue-app .disp\:table.disp\:table{display:table}html.vue-app .disp\:tcell.disp\:tcell{display:table-cell}html.vue-app .disp\:trow.disp\:trow{display:table-row}html.vue-app .rotate\:180.rotate\:180{-ms-transform:rotate(180deg);transform:rotate(180deg)}html.vue-app .trans\:none.trans\:none{transition-duration:0ms}html.vue-app .trans\:fast.trans\:fast{transition-duration:.15s}html.vue-app .radius\:def.radius\:def{border-radius:4px}html.vue-app .shadow\:def.shadow\:def{box-shadow:0 1px 2px rgba(0,0,0,.4)}html.vue-app .shadow\:inset.shadow\:inset{box-shadow:inset 0 0 3px rgba(0,0,0,.5)}html.vue-app .z\:0.z\:0{z-index:0!important}html.vue-app .z\:1.z\:1{z-index:1!important}html.vue-app .z\:2.z\:2{z-index:2!important}html.vue-app .txt\:center.txt\:center{text-align:center}html.vue-app .txt\:left.txt\:left{text-align:left}html.vue-app .txt\:upper.txt\:upper{text-transform:uppercase}html.vue-app .txt\:normal.txt\:normal{font-weight:400}html.vue-app .txt\:medium.txt\:medium{font-weight:600}html.vue-app .txt\:bold.txt\:bold{font-weight:700}html.vue-app .lineh\:1.lineh\:1{line-height:1}html.vue-app .overfl\:hid.overfl\:hid{overflow:hidden}html.vue-app .overfl\:auto.overfl\:auto{overflow:auto}html.vue-app .overfl\:visible.overfl\:visible{overflow:visible}html.vue-app .cursor\:pointer.cursor\:pointer{cursor:pointer}html.vue-app .pEvents\:none.pEvents\:none{pointer-events:none}html.vue-app .pEvents\:auto.pEvents\:auto{pointer-events:auto}html.vue-app .wrap\:nowrap.wrap\:nowrap{white-space:nowrap}html.vue-app .toverfl\:ellipsis.toverfl\:ellipsis{text-overflow:ellipsis}html.vue-app .opacity\:dimmed.opacity\:dimmed{opacity:.5}html.vue-app .no\:marg\:first.no\:marg\:first:first-child,html.vue-app .no\:marg\:last.no\:marg\:last:last-child{margin-top:0!important}html.vue-app .no\:pad\:first.no\:pad\:first:first-child,html.vue-app .no\:pad\:last.no\:pad\:last:last-child{padding-top:0!important}html.vue-app .no\:hover.no\:hover:hover{opacity:1!important}html.vue-app .no\:disabled.no\:disabled:disabled{filter:none;opacity:1!important}html.vue-app .no\:focus.no\:focus:focus{box-shadow:none}html.vue-app .no\:blur.no\:blur{filter:blur(0)!important}html.vue-app .txt\:ellipsis.txt\:ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}[class*="scrollbar:"]::-webkit-scrollbar-track{background-color:transparent}[class*="scrollbar:"]::-webkit-scrollbar{width:1rem}[class*="scrollbar:"]::-webkit-scrollbar-thumb{border-radius:4px;box-shadow:inset 0 0 3px rgba(0,0,0,.4)}html.vue-app .scrollbar\:primary.scrollbar\:primary::-webkit-scrollbar-thumb{background-color:primary}[v-cloak]{display:none!important}.fade-enter-active,.fade-leave-active{will-change:opacity;transition-property:opacity!important;transition-duration:1s}.fade-enter,.fade-leave-to{opacity:0}.fadeBounce-enter-active{animation:a .3s}.fadeBounce-leave-active{animation:a .3s reverse}@keyframes a{0%{opacity:0;transform:scale(.95)}50%{opacity:.75}to{opacity:1;transform:scale(1)}}.slideFadeLeft-enter,.slideFadeLeft-leave{-ms-transform:translateX(0);transform:translateX(0);opacity:0}.slideFadeLeft-enter-to{animation:b .3s}.slideFadeLeft-leave-to{animation:b .3s reverse}.slideFadeRight-enter,.slideFadeRight-leave{-ms-transform:translateX(0);transform:translateX(0);opacity:0}.slideFadeRight-enter-active{animation:c .3s reverse}.slideFadeRight-leave-active{animation:c .3s}@keyframes b{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-100%)}}@keyframes c{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}.slideDown-enter-active{animation:d .3s}.slideDown-leave-active{animation:d .3s reverse}@keyframes d{0%{transform:translateY(100%) scale(.95)}to{transform:translateY(0) scale(1)}}.table-wrap .table{display:table;table-layout:fixed;min-width:100%}.table-wrap .table .row{display:table-row;-ms-flex-align:center;align-items:center;border-bottom:1px solid #e5e5e5}.table-wrap .table .row:nth-of-type(odd){background:#f9f9fa}.table-wrap .table .row:hover{background:var(--primary-a-90)}.table-wrap .table .row:first-of-type{border-top:1px solid #e5e5e5}.table-wrap .table .row:first-of-type .col{font-weight:600}.table-wrap .table .row .col{display:table-cell;padding:.5rem 1rem;vertical-align:middle}.table-wrap .table .row .col.table-no-results{font-weight:600}.table-wrap .table>br{display:none}#REQUEST_RESULT_DIALOG .code_edit{display:block;width:auto;line-height:3.2rem;border:1px solid #e5e5e5;border-radius:4px;padding:0 1.5rem;font-size:1.4rem;color:#34383c;filter:grayscale(.5);opacity:.75!important;cursor:default;font-weight:700;transition-duration:0ms;text-align:center;letter-spacing:1px;height:unset}#REQUEST_RESULT_DIALOG .code_edit:not(textarea){height:3.2rem}body.-preloader-active .errorNotification a{color:#00314a!important}body.-preloader-active .errorNotification h4{text-align:center}#preloader{position:fixed;background:#fff;display:-ms-flexbox;display:flex;width:100vw;height:100vh;left:0;top:0;z-index:3;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;transition:opacity .5s ease}#preloader img{max-width:20vw;width:20rem}body.-preloader-active{overflow:hidden}body.-preloader-active #preloader{animation:unset;opacity:1!important}body.-preloader-active.-preloader-dark-mode #preloader{color:hsla(0,0%,100%,.87);background:#121212}body.-preloader-active.-preloader-dark-mode #preloader a{color:#01a2de!important}.ui-icon-counter{position:relative}.ui-icon-counter .ui-icon-counter-badge{position:absolute;top:0;right:0;-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.animation\:spin{fill:red;animation:e 3s infinite linear}@keyframes e{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}