.legacy .btn{height:40px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:3px;position:relative;padding:0 12px;margin:0;font:inherit;cursor:pointer;background-color:rgb(0 0 0 / .05);transition:color 0.2s ease-in-out;user-select:none}.legacy .btn+.btn{margin-left:3px}.legacy .btn:not(:disabled):hover{background-image:linear-gradient(rgb(0 0 0 / .05),rgb(0 0 0 / .05))}.legacy .btn:not(:disabled):active{background-image:linear-gradient(rgb(0 0 0 / .1),rgb(0 0 0 / .1))}.legacy .btn:disabled{cursor:not-allowed;text-shadow:1px 1px 1px #FFF}.legacy .btn-green{background-color:#080;color:#FFF}.legacy .btn.btn-primary{background-color:#fff0;font-weight:700;color:#080}.legacy .btn.icon::before{font-size:16px;margin-right:.6em}.legacy .btn.btn-icon-only::before{font-size:16px;margin-right:0}.legacy .btn.btn-loading{color:#fff0;pointer-events:none}.legacy .btn.btn-loading::after{content:"";position:absolute;top:calc(50% - 13px);left:calc(50% - 13px);width:26px;height:26px;border:4px solid rgb(0 0 0 / .1);border-right-color:#080;border-radius:50%;animation:spinner 0.4s linear infinite}.legacy .btn.hspacer{margin-left:3px}@charset "UTF-8";.legacy .list .list-row{padding:10px 10px;display:flex;align-items:center;justify-content:stretch;position:relative;border-top:1px solid rgb(0 0 0 / .05)}.legacy .list:not(.list-no-overflow) .list-row{overflow:hidden}.legacy .list .list-row+.list-row{margin-top:-1px}.legacy .list .list-row.selected{background-color:var(--highlight-color)}.legacy .list .list-row.selected:hover{background-color:var(--highlight-hover-color)}.legacy .list .list-row>div.select-box{position:absolute;left:0;top:0;bottom:0;width:55px;transform:translateX(-100%);opacity:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform 0.15s ease-in-out,opacity 0.15s ease-in-out}.legacy .list .list-row>div.select-box:hover::before{box-shadow:inset 0 0 3px rgb(0 0 0 / .3),0 0 0 1px rgba(var(--main-color-rgb),.3)}.legacy .list .list-row>div.select-box::before{width:18px;height:18px;flex:0 0 auto;box-shadow:inset 0 0 3px rgb(0 0 0 / .3);border:1px solid var(--main-color);background-color:#FFF;font-family:var(--font-icon);font-size:0;font-weight:700;display:inline-flex;align-items:center;justify-content:center;color:#fff0;transition:box-shadow 0.15s ease-in-out,font-size 0.15s ease-in-out;content:""}.legacy .list .list-row.selected>div.select-box::before{color:#FFF;font-size:12px;box-shadow:inset 0 0 0 15px rgba(var(--main-color-rgb),.9)}.legacy .list .list-row:first-child{border-top:0}.legacy .list .list-row>*{flex:1 1 auto}.legacy .list .list-row>*+*{margin-left:8px}.legacy .list .list-row>.icon{width:30px;flex:0 0 30px}.legacy .list.list-select .list-row>.icon{transition:opacity 0.1s ease-in-out}.legacy .list.list-select .list-row.selected>.icon,.legacy .list.list-select .list-row:hover>.icon{opacity:0;pointer-events:none}.legacy .list .list-row>.icon[data-label]{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 50px;width:50px}.legacy .list .list-row>.icon::before{font-size:20px;color:gray}.legacy .list .list-row>.icon[data-flag]{text-align:center}.legacy .list .list-row>.icon[data-flag]::before{content:attr(data-flag);color:inherit;margin-right:0}.legacy .list .list-row>.icon[data-label]::before{margin-right:0}.legacy .list .list-row>.icon[data-label]::after{content:attr(data-label);color:gray;margin-top:4px;font-size:7pt;letter-spacing:-.2pt;line-height:.95;text-align:center}.legacy .list .list-row:hover,.legacy .list .list-row:active{background-color:rgb(0 0 0 / .05)}.legacy .list.list-select .list-row.selected>div.select-box,.legacy .list.list-select .list-row:hover>div.select-box{transform:translateX(0);opacity:1}.legacy .list .list-row>.actions{flex:0 0 auto;background-color:#FFF;border-left:1px solid rgb(0 0 0 / .1);padding:0;visibility:hidden;opacity:0;display:inline-flex;align-items:center;position:absolute;right:0;top:0;bottom:0;transition-duration:0.175s;transition-property:opacity,visibility,padding;transition-timing-function:linear}.legacy .list .list-row:hover>.actions,.legacy .list .list-row:focus>.actions{visibility:visible;opacity:1;padding:0 8px}.legacy .list .list-row.autoremove{animation:remove 1.2s linear 1;animation-fill-mode:forwards;background-color:#ffe4e4;box-shadow:none!important;pointer-events:none}.legacy .list+.list-loading{text-align:center}.legacy .list+.list-loading.loading{padding:5px 0}.legacy .list+.list-loading.loading::before{display:inline-block;width:30px;height:30px;border-radius:50%;border:4px solid rgb(0 0 0 / .08);border-right-color:var(--main-color);animation:spinner 0.4s linear infinite;content:""}.legacy .list-filter-bar{background-color:#d9f4ff;border-bottom:1px solid #E1E1E1;box-shadow:0 0 5px rgb(0 0 0 / .2);padding:8px 10px;position:sticky;z-index:10;top:40px;display:none;align-items:center;user-select:none}.legacy .list-filter-bar.show{display:flex}.legacy .list-filter-bar>div{flex:1 1 auto;display:flex;align-items:center}.legacy .list-filter-bar>div::before{flex:0 0 auto;margin-right:8px}.legacy .list-filter-bar>i.close{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;cursor:pointer;font-style:normal;padding:5px}.legacy .list-filter-bar>i.close:hover::before{color:#C00}.legacy .list-filter-bar>i.close:active::before{transform:scale(.6)}.legacy .list .list-group{background-color:#FFF;border:1px solid silver;box-shadow:0 0 5px rgb(0 0 0 / .2)}.legacy .list .list-group>label{background-color:#E1E1E1;padding:8px 8px;border-bottom:1px solid silver;display:flex;align-items:center;position:sticky;z-index:5;top:40px}.legacy .box.box-toolbar.has-selection~.list .list-group>label{top:82px}.legacy .list.list-group-xs .list-group>label{padding:1px 8px}.legacy .list.list-group-s .list-group>label{padding:5px 8px;font-size:95%}.legacy .list .list-group>label h3{font-size:12px;font-weight:700;margin:0;flex:1 1 auto}.legacy .list .list-group>label .actions{flex:0 0 auto;text-align:right}.legacy .list .list-group>label .actions [data-action]{min-width:40px}.legacy .list .list-group+.list-group{margin-top:16px}.legacy .list.list-group-s .list-group+.list-group{margin-top:5px}.legacy .window-export .export-actions{display:flex;align-items:center;justify-content:center}.legacy .window-export .export-actions>.btn-large{padding:15px;display:inline-flex;flex-direction:column;align-items:center;font:inherit;cursor:pointer;border:0;border-radius:3px;background-color:#fff0;color:var(--main-color);width:100px}.legacy .window-export .export-actions>.btn-large+.btn-large{margin-left:15px}.legacy .window-export .export-actions>.btn-large::before{margin-bottom:10px;font-family:var(--font-icon);font-weight:400;font-size:25px;color:var(--secondary-color)}.legacy .window-export .export-actions>.btn-large:hover{background-color:#F4F4F4}.legacy .window-export .export-actions>.btn-large:active{background-color:#E1E1E1}@keyframes spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes remove{0%{transform:translateX(0%);opacity:1}50%{max-height:100px;padding:10px 10px}50%,100%{transform:translateX(100%);opacity:0}100%{max-height:0;padding:0 10px}}@charset "UTF-8";.legacy .box-toolbar [data-action="toggle-filter"]>span{display:inline-flex;align-items:center}.legacy .box-toolbar [data-action="toggle-filter"]>span::after{margin-left:.5em;display:inline-flex;align-items:center;font-family:var(--font-icon);font-weight:900;font-size:7pt;content:"";transition:transform 0.6s ease-in-out}.legacy body.list-show-filter .box-toolbar [data-action="toggle-filter"]>span{font-weight:700}.legacy body.list-show-filter .box-toolbar [data-action="toggle-filter"]>span::after{transform:scaleY(-1)}.legacy .box-filter{display:none;background-color:#fff6ba;border-left:5px solid #ffe02f}.legacy .box-filter input[type="submit"]{display:none}.legacy body.list-show-filter .box-filter{display:block}.legacy .box-filter .filter-group{border:1px solid silver;position:relative}.legacy .box-filter .filter-group+.filter-group{margin-top:6px}.legacy .box-filter .filter-group>input{opacity:0;position:absolute}.legacy .box-filter .filter-group>label{background-color:#E1E1E1;padding:8px 12px;display:flex;align-items:center;font-weight:700;cursor:pointer}.legacy .box-filter .filter-group>label::before{font-family:var(--font-icon);font-weight:900;font-size:7pt;content:"";margin-right:8px;transition:transform 0.6s ease-in-out}.legacy .box-filter .filter-group>input:checked~label::before{transform:rotate(90deg)}.legacy .box-filter .filter-group>input:focus+label{border:1px solid var(--secondary-color);margin:-1px;position:relative;z-index:1}.legacy .box-filter .filter-group>label:active{background-color:#E0E0E0}.legacy .box-filter .filter-group>.filter{padding:0 10px;display:none;background-color:#FFF;border-top:1px solid silver;overflow:hidden}.legacy .box-filter .filter-group>input:checked~.filter{display:flex;padding:10px}@charset "UTF-8";.legacy .float-label{--border-color-focus:var(--main-color);--border-color:#CCC;--text-align:left;display:inline-flex;align-items:center;flex:1 1 auto;position:relative;vertical-align:middle}.legacy .float-label.float-label-text-right{--text-align:right}.legacy .float-label.icon::before{position:absolute;pointer-events:none;padding:0 8px;display:inline-flex;align-items:center;left:0;top:0;bottom:0;font-size:16px;color:var(--main-color)}.legacy .float-label.float-label-select::after{position:absolute;right:0;top:0;bottom:0;font-family:var(--font-icon);font-weight:900;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;pointer-events:none;color:gray;content:""}.legacy .float-label+.float-label{margin-left:3px}.legacy .float-label>input,.legacy .float-label>select,.legacy .float-label>textarea{width:100%;flex:1 1 auto;padding-top:4px;text-align:var(--text-align);border-top-color:#fff0}.legacy .float-label>textarea{padding-top:10px;padding-bottom:10px}.legacy .float-label.icon>input,.legacy .float-label.icon>select,.legacy .float-label.icon>textarea{padding-left:35px}.legacy .float-label>input:focus,.legacy .float-label>select:focus,.legacy .float-label>textarea:focus{border-top-color:#fff0}.legacy .float-label>input:placeholder-shown:focus,.legacy .float-label>select:placeholder-shown:focus,.legacy .float-label>textarea:placeholder-shown:focus{border-top-color:var(--border-color)}.legacy .float-label>input:not(:placeholder-shown):focus,.legacy .float-label>select:not(:placeholder-shown):focus,.legacy .float-label>textarea:not(:placeholder-shown):focus{transition:border-top 0.1s ease-in-out 0.2s}.legacy .float-label>input:focus~span,.legacy .float-label>select:focus~span,.legacy .float-label>textarea:focus~span{--border-color:var(--border-color-focus)}.legacy .float-label>select:invalid{color:gray}.legacy .float-label.float-label-selected>i{position:absolute;right:0;top:0;bottom:0;display:none;align-items:center;pointer-events:all;padding:0 8px;cursor:pointer}.legacy .float-label.float-label-selected>i:hover{color:var(--main-color)}.legacy .float-label.float-label-selected>i::before{font-family:var(--font-icon);font-weight:900;font-style:normal;content:""}.legacy .float-label.float-label-selected>input:disabled~i{display:inline-flex}.legacy .float-label>i{position:absolute;right:0;top:0;bottom:0;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;pointer-events:none}.legacy .float-label>input.error~i::before{font-family:var(--font-icon);font-weight:900;font-style:normal;content:"";color:#C00}.legacy .float-label>input.error{padding-right:30px}.legacy .float-label>span{color:var(--main-color);display:inline-flex;align-items:center;position:absolute;top:-1px;bottom:0;left:0;right:0;font-size:7pt;height:10px;transition:top 0.15s ease-in-out,font-size 0.15s ease-in-out;pointer-events:none;line-height:1}.legacy .float-label>span::before,.legacy .float-label>span::after{content:"";display:inline-block;align-self:flex-start;margin-top:1px;height:1px;background-color:var(--border-color);transition:opacity 0.2s ease-in-out 0.2s}.legacy .float-label>span::before{width:7px;margin-right:3px}.legacy .float-label.icon>span::before{width:32px}.legacy .float-label>span::after{flex:1 1 auto;margin-left:3px}.legacy .float-label.float-label-text-right>span{order:2}.legacy .float-label.float-label-text-right>span::before{width:auto;flex:1 1 auto}.legacy .float-label.float-label-text-right>span::after{width:7px;flex:0 0 7px}.legacy .float-label input:placeholder-shown,.legacy .float-label select:placeholder-shown,.legacy .float-label select:required:invalid,.legacy .float-label textarea:placeholder-shown{border-top-color:var(--border-color);padding-top:0}.legacy .float-label textarea:placeholder-shown{padding-top:10px}.legacy .float-label input:placeholder-shown~span,.legacy .float-label select:placeholder-shown~span,.legacy .float-label textarea:placeholder-shown~span{height:18px;top:calc(50% - 9px);margin-top:0;color:gray;font-size:inherit}.legacy .float-label>textarea:placeholder-shown~span{top:11px}.legacy .float-label input:placeholder-shown~span::before,.legacy .float-label select:placeholder-shown~span::before,.legacy .float-label textarea:placeholder-shown~span::before,.legacy .float-label input:placeholder-shown~span::after,.legacy .float-label select:placeholder-shown~span::after,.legacy .float-label textarea:placeholder-shown~span::after{opacity:0;transition:none}.legacy .float-label select:invalid~span{display:none}.legacy .float-label input::-webkit-input-placeholder,.legacy .float-label select::-webkit-input-placeholder,.legacy .float-label textarea::-webkit-input-placeholder{opacity:0;color:gray}.legacy .float-label input::-moz-placeholder,.legacy .float-label select::-moz-placeholder,.legacy .float-label textarea::-moz-placeholder{opacity:0;color:gray}.legacy .float-label input::placeholder,.legacy .float-label select::placeholder,.legacy .float-label textarea::placeholder{opacity:0;color:gray}.legacy .input-checkbox{height:40px;display:inline-flex;align-items:center;cursor:pointer;user-select:none;position:relative}.legacy .input-checkbox.input-checkbox-m{height:30px}.legacy .input-checkbox.input-checkbox-s{height:30px}.legacy .input-checkbox.input-checkbox-full{display:flex;flex:1 1 auto}.legacy .input-checkbox>input{display:none}.legacy .input-checkbox>i{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--main-color);background-color:#FFF;color:var(--secondary-color);font-style:normal;width:20px;height:20px;flex:0 0 20px}.legacy .input-checkbox>i::before{font-family:var(--font-icon);font-weight:900;font-size:16px;opacity:0;transform:scale(0);content:"";transition:opacity 0.1s ease-in-out,transform 0.1s ease-in-out}.legacy .input-checkbox>input:checked+i::before{opacity:1;transform:scale(1)}.legacy .input-checkbox.input-checkbox-m>i{height:16px;width:16px;flex:0 0 16px}.legacy .input-checkbox.input-checkbox-m>i::before{font-size:12px}.legacy .input-checkbox>input[type="radio"]~i{border-radius:50%;box-shadow:inset 0 0 5px rgb(0 0 0 / .1)}.legacy .input-checkbox>input[type="radio"]~i::before{width:12px;height:12px;flex:0 0 12px;border-radius:50%;background-color:var(--secondary-color);content:""}.legacy .input-checkbox>input:disabled~i{border-color:gray;background-color:#F4F4F4;opacity:.8;cursor:not-allowed}.legacy .input-checkbox>input:disabled~i::before{color:gray}.legacy .input-checkbox>input[type="radio"]:disabled~i::before{background-color:gray}.legacy .input-checkbox>i+span{margin-left:.6em;line-height:1}.legacy .input-checkbox:hover>span{text-decoration:underline}.legacy .input-checkbox:active>i{background-color:#E1E1E1}.legacy .input-checkbox>span.input-checkbox-tooltip{position:absolute;bottom:100%;left:50%;margin-top:-2px;margin-left:0;border-radius:2px;background-color:rgb(0 0 0 / .9);padding:2px 4px;color:#FFF;text-shadow:0 0 1px rgb(0 0 0 / .3);pointer-events:none;text-decoration:none!important;font-size:90%;font-weight:700;white-space:nowrap;transform:translate(-50%,-10px);opacity:0;visibility:hidden;box-shadow:0 0 10px rgb(0 0 0 / .3);transition:opacity 0.15s ease-in-out,visibility 0.15s ease-in-out,transform 0.15s ease-in-out}.legacy .input-checkbox>span.input-checkbox-tooltip::after{position:absolute;left:calc(50% - 5px);top:100%;width:0;height:0;border-left:5px solid #fff0;border-right:5px solid #fff0;border-top:5px solid rgb(0 0 0 / .8);content:""}.legacy .input-checkbox:hover>span.input-checkbox-tooltip{visibility:visible;opacity:1;transform:translate(-50%,0)}.legacy .input-checkbox+.help{padding-left:25px;margin-top:-5px;font-size:85%;color:gray}.legacy input,.legacy select,.legacy textarea{height:40px;border:1px solid var(--border-color);border-radius:0;background-color:#FFF;font-family:inherit;font-size:inherit;padding:0 10px;transition:box-shadow 0.2s ease-in-out,border-color 0.2s ease-in-out}.legacy input[type="number"]::-webkit-inner-spin-button,.legacy input[type="number"]::-webkit-outer-spin-button{opacity:0;appearance:none;display:none;position:absolute}.legacy textarea{min-height:80px;height:auto;max-height:500px;resize:vertical}.legacy select{-webkit-appearance:none;padding-right:20px;cursor:pointer}.legacy input:focus,.legacy select:focus,.legacy textarea:focus{--border-color:var(--border-color-focus);box-shadow:inset 0 0 0 -1px var(--main-color)}.legacy input:disabled,.legacy select:disabled,.legacy textarea:disabled,.legacy input:read-only,.legacy textarea:read-only{--border-color:#CCC}.legacy input:disabled,.legacy select:disabled,.legacy textarea:disabled{background-color:#F4F4F4}.legacy input[type="date"]::-webkit-clear-button,.legacy input[type="date"]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}.legacy input[type="date"]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:1;position:absolute;top:0;bottom:0;right:1px;width:36px;height:39px;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAwIDEwMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGU+cGF0aCB7IGZpbGw6ICM4MDgwODA7IH08L3N0eWxlPgo8Zz48cGF0aCBkPSJNODU5LjQsNzUuM2gtOTguMXYtMzNjMC0xNy42LTE0LjYtMzIuNC0zMi43LTMyLjRDNzEwLjUsMTAsNjk2LDI0LjUsNjk2LDQyLjR2MzNIMzA0di0zM2MwLTE3LjYtMTQuNi0zMi40LTMyLjctMzIuNGMtMTguMiwwLTMyLjcsMTQuNS0zMi43LDMyLjR2MzNoLTk4LjFjLTUzLjgsMC05Ny45LDQzLjgtOTcuOSw5Ny45djcxOC45YzAsNTMuOCw0My44LDk3LjksOTcuOSw5Ny45aDcxOC45YzUzLjgsMCw5Ny45LTQzLjgsOTcuOS05Ny45VjE3My4yQzk1Ny4zLDExOS40LDkxMy41LDc1LjMsODU5LjQsNzUuM3ogTTg5Miw4NTkuMmMwLDM2LjItMjkuMyw2NS41LTY1LjUsNjUuNWgtNjUzYy0zNi4yLDAtNjUuNS0yOS4zLTY1LjUtNjUuNVYzNjkuM2g3ODRWODU5LjJ6IE04OTIsMzA0SDEwOHYtOTcuOGMwLTM2LjIsMjkuMy02NS41LDY1LjUtNjUuNWg2NS4ydjMzYzAsMTcuNiwxNC42LDMyLjQsMzIuNywzMi40YzE4LjIsMCwzMi43LTE0LjUsMzIuNy0zMi40di0zM2gzOTJoMHYzM2MwLDE3LjYsMTQuNiwzMi40LDMyLjcsMzIuNGMxOC4yLDAsMzIuNy0xNC41LDMyLjctMzIuNHYtMzNoNjUuMmMzNi4yLDAsNjUuNSwyOS4zLDY1LjUsNjUuNVYzMDR6Ii8+PHBhdGggZD0iTTY2My4zLDQ2Ny4zSDc5NFY1OThINjYzLjNWNDY3LjNMNjYzLjMsNDY3LjN6Ii8+PHBhdGggZD0iTTY2My4zLDY5Nkg3OTR2MTMwLjdINjYzLjNWNjk2eiIvPjxwYXRoIGQ9Ik00MzQuNyw2OTZoMTMwLjd2MTMwLjdINDM0LjdWNjk2TDQzNC43LDY5NnoiLz48cGF0aCBkPSJNNDM0LjcsNDY3LjNoMTMwLjdWNTk4SDQzNC43VjQ2Ny4zTDQzNC43LDQ2Ny4zeiIvPjxwYXRoIGQ9Ik0yMDYsNjk2aDEzMC43djEzMC43SDIwNlY2OTZ6Ii8+PHBhdGggZD0iTTIwNiw0NjcuM2gxMzAuN1Y1OThIMjA2VjQ2Ny4zTDIwNiw0NjcuM3oiLz48L2c+Cjwvc3ZnPg==);background-position:50% 50%;background-repeat:no-repeat;background-size:25px 25px;color:#fff0;background-color:#fff0}.legacy input[type="date"]::-webkit-calendar-picker-indicator:hover{background-color:rgb(0 0 0 / .075)}.legacy input[type="date"]::-webkit-calendar-picker-indicator:active{background-color:rgb(0 0 0 / .15)}.legacy input[type="date"]:invalid{color:gray}.legacy input[type="date"]::-webkit-datetime-edit-text{display:inline-flex;margin:0 2px;color:gray}.legacy input[type="date"]::-webkit-datetime-edit-day-field,.legacy input[type="date"]::-webkit-datetime-edit-month-field,.legacy input[type="date"]::-webkit-datetime-edit-year-field{display:inline-flex;padding:0 4px;text-transform:uppercase}.legacy form .row{display:flex;align-items:center}.legacy form .row[hidden]{display:none}.legacy form .row+.row:not(.vspacer){margin-top:3px}.legacy small.info,.legacy time.info,.legacy ul.info.info-small{font-size:85%;color:gray}.legacy ul.info{margin:0;padding:0;list-style-type:none;display:inline-flex;align-items:baseline;flex-wrap:wrap}.legacy small.info>span{position:relative}.legacy small.info>span+span{padding-left:10px;margin-left:10px}.legacy small.info>span+span::after{border-left:1px solid silver;position:absolute;left:0;top:50%;margin-top:-4px;height:8px;content:""}.legacy ul.info>li+li::before{background-color:silver;width:1px;height:8px;display:inline-block;margin-left:10px;margin-right:10px;content:""}