@import"https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*::-webkit-scrollbar{width:4px;height:4px}*::-webkit-scrollbar-track{border-radius:2px;background-color:#cce8eb}*::-webkit-scrollbar-thumb{border-radius:2px;background-color:#66bbc2}body{font:14px/1.5 "Source Sans 3",sans-serif}h1,h2,h3,h4,h5,h6{color:#337177;font-size:100%;font-weight:600;margin:0}h1{font-size:200%}h2{font-size:137.5%}h3{font-size:112.5%}p{margin:.75rem 0}b,strong{font-weight:600}small,.caption{font-size:87.5%}.caption{font-weight:300}ul,ol,li{list-style:none;padding:0;margin:0}table{width:100%;table-layout:fixed;border-collapse:collapse}table td,table th{border:1px solid #CCDCDD}table td:first-child,table th:first-child{border-left-color:transparent}table td:last-child,table th:last-child{border-right-color:transparent}table tbody>tr:first-of-type td,table th{border-top-color:transparent}table tbody>tr:last-of-type td{border-bottom-color:transparent}table tbody>a{display:contents}table tbody>a>tr{cursor:pointer}table tbody>a:first-of-type tr td,table tbody>a th{border-top-color:transparent}table tbody>a:last-of-type tr td{border-bottom-color:transparent}table th,table td{padding:10px 12px}table th{cursor:default;text-align:left;font-size:87.5%;font-weight:400;color:#669599}table tbody tr:hover{background-color:#f2f9fa80}html,body{height:100%;padding:0;margin:0}body{cursor:default;background:#f2f9fa;color:#000}a{color:#008d99;text-decoration:underline solid currentColor 1px}.section{background:#fff;border-radius:10px;padding:1rem 1.5rem}.section+.section{margin-top:1rem}fieldset{border:none}.DSSelect__search:focus{outline:none}@keyframes NotifyItem-disappear{to{transform:scale(.5);opacity:0;display:none}}@keyframes NotifyItem-appear{0%{transform:translate(100%)}to{transform:translate(0)}}.NotifyItem{position:relative;background:#fff;border:1px solid #99D1D6;border-radius:6px;box-shadow:-2px 2px 10px -4px #000000bf;animation:NotifyItem-appear .25s ease 0s 1 normal forwards;display:flex;flex-flow:row nowrap;align-items:stretch;padding:.75rem;padding-right:32px;gap:.75rem}.NotifyItem__close{position:absolute;right:0;top:0;margin:4px 4px 0 0;width:24px;height:24px;color:#999}.NotifyItem__close .icon{padding:5px;width:100%;height:100%;display:block}.NotifyItem__close:hover{color:#337177}.NotifyItem__icon{flex:0 0 auto;width:40px;height:40px;border-radius:50%;color:#fff;background:#33a4ad}.NotifyItem__icon>.icon{width:100%;height:100%;display:block;padding:12px;border-radius:inherit}.NotifyItem__message{flex:1 1 auto;align-self:center;white-space:pre-line;font-size:87.5%;line-height:1.25}.NotifyItem--animeRemove{pointer-events:none;animation-name:NotifyItem-disappear}.NotifyItem--error{border-color:#d69595}.NotifyItem--error .NotifyItem__icon{background-color:#bb4f4f}.NotifyItem--success{border-color:#669599}.NotifyItem--success .NotifyItem__icon{background-color:#26803f}.NotifiesContainer{border:0px solid red;box-sizing:border-box;position:fixed;right:0;top:0;width:100%;max-width:450px;max-height:100%;z-index:10}.NotifiesContainer>ol{padding:.5rem}.NotifiesContainer>ol>li:not(:first-of-type){margin-top:.5rem}@keyframes SpinnerRing-spin{to{transform:rotate(360deg)}}@keyframes SpinnerRing-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.SpinnerRing{flex:0 0 auto;box-sizing:border-box;display:inline-block;overflow:hidden;color:#008d99;padding:1px;width:auto;height:52px;stroke-width:5}.SpinnerRing[hidden]{display:none}.SpinnerRing>svg{display:block;width:100%;height:100%;animation:SpinnerRing-spin 2s linear infinite}.SpinnerRing>svg>circle{animation:SpinnerRing-dash 1.5s ease-in-out infinite;stroke:currentColor;stroke-linecap:round;stroke-width:inherit}.FileNotify{position:relative;box-sizing:border-box;background:#fff;border-radius:5px;padding:18px 16px;box-shadow:-1px -1px 5px #0000000d,2px 4px 6px #0000001a;color:#666;display:flex;flex-flow:row nowrap;align-items:flex-end}.FileNotify__close{position:absolute;right:0;top:0;margin:3px;height:16px;width:16px;cursor:pointer;color:#99b8bb}.FileNotify__close .icon{display:block;padding:3px}.FileNotify>div:first-of-type{min-width:0;flex:1 1 100%;display:flex;flex-flow:row wrap;align-items:center;justify-content:space-between;gap:.325rem}.FileNotify .button--border{color:#bb4f4f}.FileNotify__name{flex:0 0 100%;display:flex;flex-flow:row nowrap;white-space:nowrap;overflow:hidden}.FileNotify__name>span:nth-child(1){flex:0 1 auto;overflow:hidden;text-overflow:ellipsis}.FileNotify__name>span:nth-child(2){flex:1 0 auto}.FileNotify__state{display:flex;flex-flow:row nowrap;align-items:center;min-height:16px;gap:.325rem}.FileNotify__state .icon{height:16px;width:12px}.FileNotify__state .spinner{height:16px;stroke-width:8px}.FileNotify__state--load{color:#99b8bb}.FileNotify__state--okay{color:#26803f}.FileNotify__state--fail{color:#bb4f4f}.FileNotify__more{color:#99b8bb}.FileNotify__more .icon{width:10px;height:10px;vertical-align:middle;margin-left:2px}.FileNotify__details{flex:1 1 100%}.NotifiesFileUpload{position:absolute;bottom:72px;right:0;top:0;overflow:hidden auto;width:400px;padding:.75rem .5rem;display:flex;flex-flow:column nowrap;justify-content:flex-end;align-items:stretch;gap:.75rem;pointer-events:none}.NotifiesFileUpload>li{pointer-events:all;animation:NotifyItem-appear .25s ease 0s 1 normal forwards}.SidebarMenuItem{display:flex;align-items:center;gap:1rem;box-sizing:border-box;padding:4px 1rem;min-height:60px;text-decoration:none;cursor:pointer}.SidebarMenuItem .icon{width:40px;height:40px;padding:11px;color:#669599}.SidebarMenuItem b{display:block;overflow:hidden;font-weight:600;line-height:1.25;text-decoration:none;color:#008d99}.SidebarMenuItem[aria-current]{position:relative;background:#f6f7fd}.SidebarMenuItem[aria-current]:after{content:"";position:absolute;top:0;bottom:0;right:0;border-right:2px solid #008D99;margin:15px 0}.BaseSidebar{width:100%;height:100%;display:flex;align-items:stretch;flex-flow:column nowrap;box-sizing:border-box;padding:1rem 0;gap:1rem}.BaseSidebar-wrapper{width:100%;height:100%;overflow:hidden;background:#fff;transition:width .25s,box-shadow .5s}.BaseSidebar-wrapper:hover{width:260px;box-shadow:0 0 12px -4px #000}.BaseSidebar__user{padding:0 1rem;display:flex;flex-flow:row nowrap;white-space:nowrap;gap:1rem}.BaseSidebar__user>img{width:40px;height:40px;padding:3px;box-sizing:border-box;background:#e5f4f5;border-radius:10px}.BaseSidebar__user>div{flex:1 1 100%;line-height:1;padding:2px 0;min-width:0;white-space:nowrap}.BaseSidebar__user>div strong{display:block;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px}.BaseSidebar__user>div span{font-style:normal;font-size:87.5%;font-weight:300;line-height:1.25}.BaseSidebar__menu{flex:1 1 100%;scrollbar-width:none;-ms-overflow-style:none;overflow:hidden auto}.BaseSidebar__menu::-webkit-scrollbar{display:none}.BaseSidebar__menu ul>li:not(:first-of-type){margin-top:4px}.BaseSidebar__bottom{box-sizing:border-box;max-width:100%;padding:0 12px}.BaseSidebar__bottom button{justify-content:flex-start;gap:1rem;max-width:100%;overflow:hidden}.LoginForm>h6{font-size:28px;margin-bottom:1.5rem;text-align:center}.LoginForm__username,.LoginForm__password,.LoginForm__submit{width:100%}.LoginForm__password{margin-top:.75rem}.LoginForm__submit{margin-top:1.5rem}.LoginForm__submit[aria-busy]{pointer-events:none}.LoginForm__error{margin-top:.75rem;display:flex;align-items:center;justify-content:center;color:#bb4f4f;font-size:87.5%;line-height:1}.LoginForm__error>.icon{margin-right:.5rem;align-self:flex-start;color:inherit}.LoginView{position:fixed;left:0;top:0;width:100%;height:100%;background:#e5f4f5}.LoginView:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:url("data:image/svg+xml,%3csvg%20width='504'%20height='356'%20viewBox='0%200%20504%20356'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1306_1209)'%3e%3c!--%20%3crect%20width='504'%20height='356'%20fill='url(%23paint0_linear_1306_1209)'/%3e%20--%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M388.416%20255.245C388.416%20298.907%20352.704%20356%20293.546%20356C234.383%20356%20208.32%20298.907%20208.32%20255.245C264.5%20308.04%20331.417%20309.121%20388.416%20255.245Z'%20fill='%232FAAB5'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M288.96%20328.372C50.6965%20364.34%203.22367%20232.14%200.162343%20190.619C-2.72133%20152.033%2033.1313%20114.807%2082.221%20102.098C71.323%20187.658%20103.3%20230.261%20147.625%20264.364C177.888%20287.725%20214.911%20306.073%20288.955%20328.372H288.96Z'%20fill='%2377C7CE'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M242.756%20111.2C260.811%2093.9342%20300.503%20106.439%20331.158%20139.25C361.813%20171.97%20372.012%20212.698%20353.947%20230.045C335.897%20247.3%20296.214%20234.714%20265.645%20201.999C234.99%20169.275%20224.706%20128.46%20242.756%20111.205V111.2Z'%20fill='%2377C7CE'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M272.832%2054.5106C201.085%2073.4158%20161.902%20119.075%20185.792%20210.913C164.349%20206.587%20124.992%20177.062%20124.992%20126.274C124.992%2075.4949%20196.56%2011.3774%20272.832%2054.5106Z'%20fill='%232FAAB5'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M224.067%20207.03C242.236%20278.937%20287.507%20318.573%20379.629%20295.647C375.079%20317.035%20345.135%20356.066%20294.326%20355.54C243.527%20355.013%20180.126%20282.817%20224.067%20207.03Z'%20fill='%232FAAB5'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M235.209%20-23.9877C161.522%20-32.6725%20108.327%20-4.53772%2096.8924%2089.6629C78.526%2077.7846%2052.7282%2035.8994%2071.3449%20-11.3575C89.958%20-58.6052%20180.052%20-92.0543%20235.209%20-23.9877Z'%20fill='%232FAAB5'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M57.8014%2074.0802C-15.8857%2065.3954%20-69.0809%2093.5302%20-80.5156%20187.731C-98.882%20175.852%20-124.68%20133.967%20-106.063%2086.7105C-87.4499%2039.4627%202.64364%206.01366%2057.8014%2074.0802Z'%20fill='%232FAAB5'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M445.948%20170.611C491.779%20198.403%20511.63%20243.47%20501.347%20283.024C490.979%20322.578%20438.597%20332.527%20413.952%20328.194C458.983%20288.093%20458.007%20237.768%20445.948%20170.611Z'%20fill='%2377C7CE'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M170.688%2027.8145C170.688%206.59007%20203.245%200.0877678%20233.133%200.000934933C246.719%20-0.0397226%20259.754%201.24972%20268.931%203.07902C305.392%2010.3916%20345.331%2029.3534%20368.256%2067.1698C304.31%2033.3181%20248.787%2013.551%20170.688%2027.8194V27.8145Z'%20fill='%2377C7CE'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M375.519%20-29.5891C389.621%20-45.4566%20418.281%20-28.705%20440.683%20-8.92921C450.867%200.0593992%20459.755%209.67646%20465.401%2017.1362C487.8%2046.8073%20505.06%2087.4967%20497.073%20130.987C471.758%2063.229%20443.383%2011.5928%20375.515%20-29.5854L375.519%20-29.5891Z'%20fill='%2377C7CE'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M341.376%2099.0754C398.299%2066.9076%20440.832%20116.276%20440.832%20152.335C440.832%20188.402%20421.729%20203.239%20403.396%20210.913C412.243%20154.704%20397.918%20116.338%20341.376%2099.0754Z'%20fill='%232FAAB5'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1306_1209'%20x1='252'%20y1='0'%20x2='252'%20y2='356'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2347B9C4'/%3e%3cstop%20offset='1'%20stop-color='%2351B0B9'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_1306_1209'%3e%3crect%20width='504'%20height='356'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat 50% 50%;background-size:cover;opacity:.1}.LoginView>div{position:relative;box-sizing:border-box;outline:1px solid red;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center;padding:20px;height:100%}.LoginView__logo{margin-top:20px}.LoginView__form{margin-top:70px;box-sizing:border-box;max-width:500px;width:100%;background:#fff;border-radius:1.5rem;padding:2.5rem 5rem}.DSIcon{color:currentColor;display:inline-block;width:24px;height:24px}.DSIcon>svg{fill:currentColor;width:100%;height:100%;display:block}.DSButton{cursor:pointer;font:400 14px/20px "Source Sans 3",sans-serif;box-sizing:border-box;background:#33a4ad;color:#fff;border:1px solid transparent;border-radius:4px;padding:0 7px;height:40px;min-width:40px;display:inline-flex;flex-flow:row nowrap;align-items:center;justify-content:center;gap:0 2px;transition:background 333ms ease;transition-property:background,color,border-color}.DSButton__text{flex:0 1 auto;line-height:24px;margin:0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.DSButton__icon{width:24px;height:24px;flex:0 0 auto}.DSButton:hover{background-color:#008d99}.DSButton:disabled{background-color:#e5e5e5;color:#fff;pointer-events:none}.DSButton--mini{min-width:28px;height:28px}.DSButton--iconRight{flex-direction:row-reverse}.DSButton--iconMini .DSButton__icon{width:16px;height:16px}.DSButton--sev-secondary{background-color:#f2f9fa;color:#008d99}.DSButton--sev-secondary:hover{background-color:#e5f4f5;color:#33a4ad}.DSButton--sev-secondary:disabled{background-color:#f2f2f2;color:#b2b2b2}.DSButton--sev-transparent,.DSButton--sev-stroke{background-color:#fff;color:#008d99}.DSButton--sev-transparent:hover,.DSButton--sev-stroke:hover{background-color:#f2f9fa;color:#99d1d6}.DSButton--sev-transparent:disabled,.DSButton--sev-stroke:disabled{background-color:#fff;color:#b2b2b2}.DSButton--sev-transparent{background-color:transparent}.DSButton--sev-transparent:disabled{background-color:transparent}.DSButton--sev-stroke{border-color:#33a4ad}.DSButton--sev-stroke:hover{border-color:#80c6cc}.DSButton--sev-stroke:disabled{border-color:#ccc}.DSButton--sev-danger,.DSButton--sev-danger-secondary{background-color:#fcf6f6;color:#bb4f4f}.DSButton--sev-danger:hover,.DSButton--sev-danger-secondary:hover{background-color:#f8eded;color:#c97272}.DSButton--sev-danger:disabled,.DSButton--sev-danger-secondary:disabled{background-color:#f2f2f2;color:#b2b2b2}.DSButton--sev-danger-secondary{background-color:transparent;border-color:#c97272}.DSButton--sev-danger-secondary:disabled{border-color:#ccc;background-color:#fff;color:#b2b2b2}@keyframes DSButton-pending{0%{transform:translate(0)}to{transform:translate(28px)}}.DSButton[aria-busy]{pointer-events:none;position:relative;overflow:hidden}.DSButton[aria-busy]:after{content:"";position:absolute;width:calc(100% + 28px);top:0;right:0;bottom:0;border-radius:inherit;background:repeating-linear-gradient(-60deg,transparent,transparent 12px,rgba(255,255,255,.25) 12px,rgba(255,255,255,.25) 24px);background-color:#0000;animation:DSButton-pending .5s infinite linear}.DSCheckbox{cursor:pointer;font:400 14px/20px "Source Sans 3",sans-serif;line-height:18px;display:inline-flex;flex-flow:row nowrap;align-items:center;gap:0 8px}.DSCheckbox>input{display:none;pointer-events:none}.DSCheckbox__check{flex:0 0 auto;align-self:flex-start;position:relative;cursor:pointer;box-sizing:border-box;width:20px;height:20px;padding:2px;border-radius:2px;border:1px solid #CCC;background:#fff;color:#fff}.DSCheckbox__check>svg{flex:0 0 auto;display:block;width:100%;height:100%;fill:currentColor}.DSCheckbox__check>b{position:absolute;top:50%;right:0;left:0;margin:-2px 3px 0;height:4px;background:currentColor;border-radius:1px}.DSCheckbox__label{padding-top:1px}.DSCheckbox--left{flex-direction:row-reverse}.DSCheckbox--mini{line-height:16px}.DSCheckbox--mini .DSCheckbox__check{width:16px;height:16px;padding:0 1px}.DSCheckbox--mini .DSCheckbox__check>b{height:2px;margin:-1px 2px 0}.DSCheckbox[aria-checked] .DSCheckbox__check{background-color:#33a4ad;border-color:transparent}.DSCheckbox:hover:not([aria-disabled]){color:#008d99}.DSCheckbox:hover:not([aria-disabled]) .DSCheckbox__check{background-color:#cce8eb;border-color:#66bbc2}.DSCheckbox:hover:not([aria-disabled])[aria-checked] .DSCheckbox__check{color:#cce8eb;background-color:#008d99;border-color:transparent}.DSCheckbox[aria-disabled]{pointer-events:none;color:#999}.DSCheckbox[aria-disabled] .DSCheckbox__check{background-color:#fff;border-color:#e5e5e5}.DSCheckbox[aria-disabled][aria-checked] .DSCheckbox__check{background-color:#e5e5e5}.DSCheckbox--minus[aria-checked] .DSCheckbox__check{background-color:#ccdcdd}.DSCheckbox--minus[aria-checked]:hover:not([aria-disabled]) .DSCheckbox__check{background-color:#80a6aa}.DSRadio{cursor:pointer;font:400 14px/20px "Source Sans 3",sans-serif;line-height:18px;display:inline-flex;flex-flow:row nowrap;align-items:center;gap:0 8px}.DSRadio>input{display:none;pointer-events:none}.DSRadio__check{flex:0 0 auto;align-self:flex-start;position:relative;cursor:pointer;box-sizing:border-box;width:20px;height:20px;border-radius:50%;text-align:center;border:1px solid #CCC;background:#fff;color:#fff}.DSRadio__check:after{position:absolute;left:50%;top:50%;border-radius:50%;width:6px;height:6px;margin:-3px;background:currentColor}.DSRadio__label{padding-top:1px}.DSRadio--left{flex-direction:row-reverse}.DSRadio--mini{line-height:16px}.DSRadio--mini .DSRadio__check{width:16px;height:16px}.DSRadio[aria-checked] .DSRadio__check{background-color:#33a4ad;border-color:transparent}.DSRadio[aria-checked] .DSRadio__check:after{content:""}.DSRadio:hover:not([aria-disabled]){color:#008d99}.DSRadio:hover:not([aria-disabled]) .DSRadio__check{background-color:#cce8eb;border-color:#66bbc2}.DSRadio:hover:not([aria-disabled])[aria-checked] .DSRadio__check{color:#cce8eb;background-color:#008d99;border-color:transparent}.DSRadio[aria-disabled]{pointer-events:none;color:#999}.DSRadio[aria-disabled] .DSRadio__check{background-color:#fff;border-color:#e5e5e5}.DSRadio[aria-disabled][aria-checked] .DSRadio__check{background-color:#e5e5e5}.DSSwitch{cursor:pointer;font:400 14px/20px "Source Sans 3",sans-serif;line-height:18px;display:inline-flex;flex-flow:row nowrap;align-items:center;gap:0 8px}.DSSwitch__check{flex:0 0 auto;align-self:flex-start;position:relative;cursor:pointer;box-sizing:border-box;width:32px;height:20px;border-radius:10px;border:1px solid #CCC;background:#fff;color:#cce8eb;padding:1px}.DSSwitch__check:after{content:"";display:block;height:14px;aspect-ratio:1 / 1;border-radius:50%;background-color:currentColor;margin:1px auto 0 0}.DSSwitch__label{padding-top:1px}.DSSwitch[aria-checked] .DSSwitch__check{background-color:#33a4ad;color:#fff;border-color:transparent}.DSSwitch[aria-checked] .DSSwitch__check:after{height:16px;margin:0 0 0 auto}.DSSwitch:hover:not([aria-disabled]) .DSSwitch__check{border-color:transparent;background-color:#cce8eb;color:#80c6cc}.DSSwitch:hover:not([aria-disabled])[aria-checked] .DSSwitch__check{border-color:transparent;background-color:#008d99;color:#cce8eb}.DSSwitch[aria-disabled]{pointer-events:none}.DSSwitch[aria-disabled] .DSSwitch__check{background-color:#e5e5e5;color:#fff}.DSCount{background-color:#f5f6fc;color:#008d99;font:400 14px/20px "Source Sans 3",sans-serif;font-size:11px;font-weight:600;display:inline-block;box-sizing:border-box;white-space:nowrap;text-align:center;cursor:default;border-radius:9px;min-width:18px;padding:2px 4px 1px;line-height:15px;vertical-align:1px}.DSSelectOption{cursor:pointer;-webkit-user-select:none;user-select:none;border-left:2px solid transparent;display:flex;align-items:center;gap:8px;line-height:16px;min-height:16px;padding:7px 7px 7px 4px}.DSSelectOption__checkbox{pointer-events:none}.DSSelectOption__label{flex:1 1 100%;white-space:nowrap;min-width:0;overflow:hidden;text-overflow:ellipsis}.DSSelectOption__icon{color:#ccdcdd;flex:0 0 auto;height:16px;width:16px}.DSSelectOption:hover{color:#000;background-color:#f2f9fa}.DSSelectOption:hover>.DSSelectOption__icon{color:#80a6aa}.DSSelectOption[aria-selected]{background-color:#f2f9fa;border-color:#33a4ad;color:#33a4ad}.DSSelectOption[aria-selected]>.DSSelectOption__icon{color:#ccdcdd}.DSSelectOption[aria-disabled]{pointer-events:none;color:#a9a9a9}.DSSelectOptgroup{gap:4px}.DSSelectOptgroup__optgroup{position:relative;align-self:stretch;background:none;flex:0 0 12px}.DSSelectOptgroup__optgroup:before{content:"‹";color:#ccdcdd;display:block;text-align:center;font-size:18px;line-height:16px}.DSSelectOptgroup:hover .DSSelectOptgroup__optgroup:before{color:#80a6aa}.DSSelectOptgroup__optgroup>div{background:none;position:absolute;top:0;right:100%;padding:8px 12px;margin:-15px 0}.DSSelectOptgroup__optgroup>div>ol{overflow:hidden;overflow-y:auto;overscroll-behavior:none;max-width:220px;max-height:240px;border-radius:3px;background:#fff;box-shadow:0 1px 6px -3px #303030;animation:ds-anime-overlay-appear-right .333s ease 0s 1;animation-direction:normal;animation-fill-mode:none}.DSSelectOptgroup__optgroup>div>ol,.DSSelectOptgroup__optgroup>div>ol>li{list-style:none;padding:0;margin:0}@-moz-document url-prefix(){.DSSelectOptgroup__optgroup>div>ol{scrollbar-color:#90a3e7 #dae0f7;scrollbar-width:thin}}.DSSelectOptgroup__optgroup>div>ol::-webkit-scrollbar{width:4px;height:4px}.DSSelectOptgroup__optgroup>div>ol::-webkit-scrollbar-track{background:transparent}.DSSelectOptgroup__optgroup>div>ol::-webkit-scrollbar-thumb{cursor:pointer;background-color:#e5edee;border-radius:2px}.DSSelectOptgroup__optgroup>div>ol::-webkit-scrollbar-thumb:hover{background:#a4a8ca}.DSSelectOptgroup .DSSelectOptgroup__optgroup>div{display:none}.DSSelectOptgroup:hover .DSSelectOptgroup__optgroup>div{display:block}.DSSelectOptgroup--anchorRight{flex-direction:row-reverse;gap:0}.DSSelectOptgroup--anchorRight .DSSelectOptgroup__optgroup{margin-right:0}.DSSelectOptgroup--anchorRight .DSSelectOptgroup__optgroup:before{content:"›"}.DSSelectOptgroup--anchorRight .DSSelectOptgroup__optgroup>div{right:unset;left:100%}.DSSelectOptgroup--anchorBottom .DSSelectOptgroup__optgroup>div{top:unset;bottom:0}.DSSelectOverlay{font:400 14px/20px "Source Sans 3",sans-serif;box-sizing:border-box}.DSSelectOverlay--scroll{max-height:220px;overflow:hidden;overflow-y:auto;overscroll-behavior:none}@-moz-document url-prefix(){.DSSelectOverlay--scroll{scrollbar-color:#90a3e7 #dae0f7;scrollbar-width:thin}}.DSSelectOverlay--scroll::-webkit-scrollbar{width:4px;height:4px}.DSSelectOverlay--scroll::-webkit-scrollbar-track{background:transparent}.DSSelectOverlay--scroll::-webkit-scrollbar-thumb{cursor:pointer;background-color:#e5edee;border-radius:2px}.DSSelectOverlay--scroll::-webkit-scrollbar-thumb:hover{background:#a4a8ca}.DSSelectOverlay__toggle{border-bottom:1px solid #E5EDEE;color:#999;display:flex;align-items:center;gap:6px;padding:0 6px}.DSSelectOverlay__count{flex:0 0 auto}.DSSelectOverlay__checkbox{padding:8px 0;flex:1 1 100%}.DSSelectOverlay__empty{display:flex;align-items:center;justify-content:center;color:#999;font-size:11px;min-height:20px;padding:5px 6px}.DSSelectOverlay__options,.DSSelectOverlay__groups,.DSSelectOverlay__options>li,.DSSelectOverlay__groups>li{list-style:none;padding:0;margin:0}.DSSelectOverlay__options,.DSSelectOverlay__groups,.DSSelectOverlay__options>li,.DSSelectOverlay__groups>li{min-height:30px}.DSSelectOverlay__options>li:not(:first-child),.DSSelectOverlay__groups>li:not(:first-child){margin-top:1px}.DSIconButton{box-sizing:border-box;cursor:pointer;width:24px;height:24px;margin:0;padding:0;background:transparent;border:none;border-radius:4px;color:#ccdcdd;transition:background 333ms ease;transition-property:background,color,border-color}.DSIconButton:hover{background-color:#cce8eb;color:#80a6aa}.DSIconButton__icon{width:100%;height:100%;display:block;fill:currentColor}.DSIconButton__icon>svg{width:100%;height:100%}.DSSelect{font:400 14px/20px "Source Sans 3",sans-serif;-webkit-user-select:none;user-select:none;box-sizing:border-box;border-radius:4px;height:unset;min-width:130px;display:grid;align-items:center;grid-auto-columns:min-content minmax(0,1fr);grid-template:"labelOver labelOver" auto "labelLeft input" auto "labelLeft overlay" auto "labelLeft caption" auto}.DSSelect-input{grid-area:input}.DSSelect__caption{grid-area:caption}.DSSelect__labelOver{grid-area:labelOver}.DSSelect__labelLeft{grid-area:labelLeft}.DSSelect__overlay{grid-area:overlay}.DSSelect-input{flex:1 1 auto;display:flex;flex-flow:row nowrap;align-items:center;box-sizing:border-box;border-radius:inherit;cursor:pointer;gap:6px;height:40px;padding:0 0 0 6px;border:1px solid #E5EDEE;background:#fff}.DSSelect-input:hover{background-color:#f2f9fa;border-color:#99b8bb}.DSSelect[aria-expanded]{position:relative}.DSSelect[aria-expanded] .DSSelect-input{border-color:#008d99}.DSSelect-overlay{position:absolute;z-index:10;top:0;left:0;width:100%;margin:4px 0;border-radius:3px;background:#fff;box-shadow:0 1px 6px -3px #303030;animation:ds-anime-overlay-appear-bottom .333s ease 0s 1;animation-direction:normal;animation-fill-mode:none}.DSSelect__confirm{position:absolute;left:0;right:0;top:100%;margin:6px 0 0;box-shadow:0 1px 6px -3px #303030}.DSSelect__filter,.DSSelect__icon{flex:0 0 auto;align-self:center;width:24px;height:24px;color:#ccc}.DSSelect__filter{margin:0 -4px 0 -2px}.DSSelect__filter>svg>path{stroke:currentColor}.DSSelect__placeholder,input.DSSelect__search{flex:1 1 100%}.DSSelect__placeholder,.DSSelect__selectedLabel{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.DSSelect__placeholder{padding:0 0 0 .25rem;font-style:normal;color:#a9a9a9}.DSSelect__selectedLabel{flex:0 1 auto}.DSSelect__counter{color:#4665d7}.DSSelect__counter:before{content:"+"}input.DSSelect__search{height:100%;border:none;background:none;padding:0 0 0 .25rem;font:inherit;min-width:0}.DSSelect__button{flex:0 0 28px;height:100%;margin-left:auto;background:none;cursor:pointer;color:#ccdcdd;border-radius:inherit;text-align:center;padding:0;border:0}.DSSelect__button:before{font:10px/10px Verdana;display:block;content:"◢";transform:rotate(45deg);margin-bottom:4px}.DSSelect__clear{flex:0 0 28px;height:100%;margin-left:auto}.DSSelect__caption,.DSSelect__labelOver,.DSSelect__labelLeft{color:#999;font-size:12px;line-height:18px;padding:0 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.DSSelect__labelLeft{padding:0;margin-right:7px}.DSSelect__overlay{position:relative;height:0}.DSSelect__caption{margin-top:4px;font-size:11px;line-height:12px}.DSSelect--icon .DSSelect__caption{margin-left:30px}.DSSelect--mini .DSSelect-input{height:24px}.DSSelect--error .DSSelect-input{border-color:#bb4f4f}.DSSelect--error .DSSelect__caption{color:#bb4f4f}.DSSelect[aria-disabled]{color:#ccc}.DSSelect[aria-disabled] .DSSelect-input{background-color:#fff;border-color:#ccc;pointer-events:none}.DSSelect[aria-required] .DSSelect__labelOver:before,.DSSelect[aria-required] .DSSelect__labelLeft:before{content:"*";position:static;color:#bb4f4f;font-size:18px;line-height:0;vertical-align:-4px;margin-right:2px}.DSSelect[aria-busy] .DSSelect-input{pointer-events:none;position:relative;overflow:hidden}.DSSelect[aria-busy] .DSSelect-input:after{content:"";position:absolute;width:calc(100% + 28px);top:0;right:0;bottom:0;border-radius:inherit;background:repeating-linear-gradient(-60deg,transparent,transparent 12px,rgba(0,141,153,.05) 12px,rgba(0,141,153,.05) 24px);animation:ds-anime-pending-stripes .5s infinite linear}.DSInputText{position:relative;box-sizing:border-box;font:400 14px/20px "Source Sans 3",sans-serif;color:#000;border:1px solid #E5EDEE;background-color:#fff;border-radius:4px;height:40px;overflow:hidden;display:inline-flex;flex-flow:row nowrap;align-items:center}.DSInputText>input{height:unset;flex:1 1 100%;align-self:stretch;text-align:inherit;min-width:0;font:inherit;color:inherit;box-sizing:border-box;outline:0;border:0;margin:0;padding:0 8px;background:none;border-radius:inherit}.DSInputText>input::placeholder{opacity:1;color:#999}.DSInputText>input[type=number]{-moz-appearance:textfield}.DSInputText>input[type=number]::-webkit-outer-spin-button,.DSInputText>input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.DSInputText__icon{flex:0 0 auto;width:24px;height:24px;color:#ccc;margin-left:3px}.DSInputText__clear{position:absolute;right:4px;top:50%;transform:translateY(-50%);z-index:1}.DSInputText__clear+input{padding-right:32px}.DSInputText:hover{background-color:#f2f9fa;border-color:#e5edee;color:#004e55}.DSInputText:hover>input::placeholder{color:#999}.DSInputText:hover .DSInputText__icon{color:#ccc}.DSInputText[aria-placeholder]:hover{border-color:#99b8bb}.DSInputText--sev-error,.DSInputText--sev-error:hover,.DSInputText--sev-error[aria-placeholder]:hover{border-color:#bb4f4f}.DSInputText--sev-error:hover>input,.DSInputText--sev-error[aria-placeholder]:hover>input{color:#bb4f4f}.DSInputText--sev-success,.DSInputText--sev-success:hover,.DSInputText--sev-success[aria-placeholder]:hover{border-color:#aadc6d}.DSInputText--sev-success:hover>input,.DSInputText--sev-success[aria-placeholder]:hover>input{color:#aadc6d}.DSInputText:focus-within,.DSInputText:focus-within:hover{border-color:#008d99;background-color:#fff;color:#000}.DSInputText[aria-disabled]{pointer-events:none;border-color:#ccc}.DSInputText[aria-disabled]>input{color:#4c4c4c;background-color:#fff}.DSInputText[aria-disabled] .DSInputText__icon{color:#ccc}.DSInputText[aria-busy]{pointer-events:none;position:relative;overflow:hidden}.DSInputText[aria-busy]:after{content:"";position:absolute;width:calc(100% + 28px);top:0;right:0;bottom:0;border-radius:inherit;background:repeating-linear-gradient(-60deg,transparent,transparent 12px,rgba(0,141,153,.05) 12px,rgba(0,141,153,.05) 24px);animation:ds-anime-pending-stripes .5s infinite linear}.DSInputText--mini{height:24px}.DSInputText--iconMini .DSInputText__icon{width:16px;height:16px;margin-left:8px}.DSInputText--iconMini.DSInputText--mini .DSInputText__icon{margin-left:3px}.DSInputTextExt{font:400 14px/20px "Source Sans 3",sans-serif;display:flex;flex-flow:column nowrap;align-items:stretch;cursor:default}.DSInputTextExt__label,.DSInputTextExt__caption{color:#999;font-size:12px;line-height:1.125rem;padding:0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.DSInputTextExt__caption{font-size:11px;padding-left:36px}.DSInputTextExt[aria-required] .DSInputTextExt__label:before{content:"*";position:static;color:#bb4f4f;font-size:18px;line-height:0;vertical-align:-4px;margin-right:2px}.DSInputTextExt--sev-error .DSInputTextExt__caption{color:#bb4f4f}.DSInputTextExt--sev-success .DSInputTextExt__caption{color:#aadc6d}.DSTextarea{position:relative;box-sizing:border-box;font:400 14px/20px "Source Sans 3",sans-serif;width:100%;display:grid;align-items:start;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;grid-template-areas:"labelOver labelOver" "labelLeft textarea" "labelLeft textarea"}.DSTextarea__labelOver,.DSTextarea__labelLeft{color:#999;font-size:12px;line-height:1.125rem}.DSTextarea__labelOver>span:first-child,.DSTextarea__labelLeft>span:first-child{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.DSTextarea__labelOver{grid-area:labelOver;display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:2px}.DSTextarea__labelLeft{grid-area:labelLeft;max-width:100px;padding:8px 8px 0 0}.DSTextarea__textarea{position:relative;grid-area:textarea;height:100%}.DSTextarea__textarea>textarea{display:block;box-sizing:border-box;font:400 14px/20px "Source Sans 3",sans-serif;color:#000;border:1px solid #E5EDEE;background-color:#fff;border-radius:4px;padding:8px;min-height:80px;min-width:280px;height:100%;width:100%;resize:none;outline:0;transition:all .2s ease;white-space:inherit;overflow:hidden;overflow-y:auto;overscroll-behavior:none}@-moz-document url-prefix(){.DSTextarea__textarea>textarea{scrollbar-color:#90a3e7 #dae0f7;scrollbar-width:thin}}.DSTextarea__textarea>textarea::-webkit-scrollbar{width:4px;height:4px}.DSTextarea__textarea>textarea::-webkit-scrollbar-track{background:transparent}.DSTextarea__textarea>textarea::-webkit-scrollbar-thumb{cursor:pointer;background-color:#e5edee;border-radius:2px}.DSTextarea__textarea>textarea::-webkit-scrollbar-thumb:hover{background:#a4a8ca}.DSTextarea__textarea>textarea::placeholder{opacity:1;color:#999}.DSTextarea__textarea>textarea:hover{background-color:#f2f9fa;border-color:#e5edee;color:#004e55}.DSTextarea__textarea>textarea:hover::placeholder{color:#999}.DSTextarea__textarea>textarea:focus{border-color:#008d99;background-color:#fff;color:#000}.DSTextarea__counter{color:#669599}.DSTextarea__counter--over{color:#bb4f4f}.DSTextarea--error .DSTextarea__textarea>textarea{border-color:#bb4f4f}.DSTextarea--monofont .DSTextarea__textarea>textarea{font:400 14px/20px Source Code Pro,monospace}.DSTextarea[aria-disabled]{pointer-events:none}.DSTextarea[aria-disabled] .DSTextarea__textarea>textarea,.DSTextarea[aria-readonly] .DSTextarea__textarea>textarea{border-color:#ccc;color:#4c4c4c}.DSTextarea[aria-busy]{pointer-events:none}.DSTextarea[aria-busy] .DSTextarea__textarea{position:relative;overflow:hidden}.DSTextarea[aria-busy] .DSTextarea__textarea:after{content:"";position:absolute;width:calc(100% + 28px);top:0;right:0;bottom:0;border-radius:inherit;background:repeating-linear-gradient(-60deg,transparent,transparent 12px,rgba(0,141,153,.05) 12px,rgba(0,141,153,.05) 24px);animation:ds-anime-pending-stripes .5s infinite linear}.DSTextarea[aria-required] .DSTextarea__labelOver>span:first-child:before,.DSTextarea[aria-required] .DSTextarea__labelLeft>span:first-child:before{content:"*";position:static;color:#bb4f4f;font-size:18px;line-height:0;vertical-align:-4px;margin-right:2px}.LinkButton{display:inline-block;white-space:nowrap;cursor:pointer;font:400 14px/20px "Source Sans 3",sans-serif;color:#99b8bb;background-color:transparent;padding:0 4px;border-radius:2px}.LinkButton:hover{color:#008d99;background-color:#f2f9fa}.LinkButton a,.LinkButton a:link,.LinkButton a:hover{color:inherit;text-decoration:none}.DSStatusChip{box-sizing:border-box;display:inline-block;font:400 14px/20px "Source Sans 3",sans-serif;line-height:20px;padding:1px 10px 0;border-radius:50px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.DSStatusChip[data-color=GREY]{background-color:#e5edee;color:#669599}.DSStatusChip[data-color=GREEN]{background-color:#f7fbf0;color:#779a4c}.DSStatusChip[data-color=RED]{background-color:#f8eded;color:#bb4f4f}.DSStatusChip[data-color=YELLOW]{background-color:#fff5da;color:#9094a9}.DSPagerSize{color:#669599;display:flex;flex-flow:row nowrap;white-space:nowrap;padding-left:16px;column-gap:1em}.DSPagerSize>div{display:flex;flex-flow:row nowrap;column-gap:.5em}.DSPagerSize__select{min-width:0;width:65px}.DSPagerInput{width:30px;display:flex;align-items:center;justify-content:center}.DSPagerInput__input{width:100%}.DSPagerInput__input input{padding:0 4px;text-align:center}.DSPagerInput:before{display:none;content:"…";text-align:center;font:14px/1 Verdana;pointer-events:none}.DSPagerInput:not([aria-expanded]){cursor:pointer}.DSPagerInput:not([aria-expanded]):before{display:block}.DSPagerInput:not([aria-expanded]) .DSPagerInput__input{display:none}.DSPager{-webkit-user-select:none;user-select:none;color:#008d99;font:400 14px/20px "Source Sans 3",sans-serif;line-height:24px;display:grid;grid-template-columns:.5fr auto .5fr;column-gap:1px;padding:2px 10px;border-radius:5px;background-color:#fff}.DSPager-lft,.DSPager-rgt,.DSPager-mid{display:flex;align-items:center;justify-content:center}.DSPager-lft{justify-content:flex-start}.DSPager-rgt{justify-content:flex-end}.DSPager-mid{min-width:500px}.DSPager-buttons{flex:0 0 auto;width:fit-content;min-height:36px;max-width:100%;overflow:hidden;display:grid;grid-auto-flow:column;column-gap:1px}.DSPager__prev,.DSPager__next{background:none;border:0;margin:0;outline:0;cursor:pointer;color:inherit;width:30px;padding:0 0 0 2px;color:#ccdcdd}.DSPager__prev svg,.DSPager__next svg{pointer-events:none}.DSPager__prev:hover,.DSPager__next:hover{color:#80a6aa}.DSPager__prev:disabled,.DSPager__next:disabled{color:#efefef;pointer-events:none}.DSPager__prev{transform:scaleX(-1)}.DSPager__next{order:1}.DSPager__page{min-width:30px;box-sizing:border-box;padding:6px 6px 0;border-radius:4px;text-decoration:none;text-align:center;cursor:pointer;background:transparent;transition:background .5s ease}.DSPager__page,.DSPager__page:hover,.DSPager__page:link,.DSPager__page:visited{color:inherit}.DSPager__page[aria-current]{pointer-events:none;background-color:#f2f9fa}.DSPager__input{width:30px}.DSPager[aria-hidden]{display:none}.DSTabs{position:relative;overflow-x:auto;overflow-y:hidden;display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:8px}.DSTabs,.DSTabs>li{list-style:none;padding:0;margin:0}.DSTabs:before{content:"";position:absolute;bottom:0;width:100%;height:2px;background:#e5edee;z-index:1}.DSTabs__tab{position:relative;font:400 14px/20px "Source Sans 3",sans-serif;color:#99b8bb;vertical-align:middle;padding:8px 8px 6px;border-radius:5px 5px 0 0;border-bottom:2px solid transparent;box-sizing:border-box;cursor:pointer;white-space:nowrap;transition:background 333ms ease;transition-property:background,color,border-color;z-index:1}.DSTabs__tab--mini{padding:2px 8px 0;font-size:12px}.DSTabs__tab>span{line-height:150%}.DSTabs__tab:hover{background-color:#e5f4f5;color:#008d99;border-color:transparent}.DSTabs__tab[aria-selected]{pointer-events:none;border-color:#008d99;color:#008d99}.DSTabs__tab[aria-disabled]{pointer-events:none;color:#b2b2b2}.DSTabs__count{cursor:pointer;margin-left:4px}.DSDatePickerInput{display:grid;grid-template-columns:1fr}.DSDatePickerInput__label{font-size:12px;font-weight:400;line-height:1.5;color:#999;margin-left:8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.DSDatePickerInput__input{border:1px solid #E5EDEE;background-color:#fff;border-radius:4px;display:flex;align-items:center;gap:4px;font-size:14px;font-weight:400;cursor:pointer;padding-left:8px;padding-right:45px;position:relative;height:40px}.DSDatePickerInput__input:hover{background-color:#f2f9fa;border-color:#99b8bb}.DSDatePickerInput__value{line-height:1;color:#999;white-space:nowrap}.DSDatePickerInput__iconCalendar{flex-grow:0;flex-shrink:0;font-size:0;color:#ccdcdd;height:16px;width:16px}.DSDatePickerInput__iconCross{position:absolute;top:50%;right:4px;transform:translateY(-50%);color:#ccdcdd}.DSDatePickerInput__iconCross:hover{background-color:transparent}.DSDatePickerInput--labelLeft{grid-template-columns:auto auto;align-items:center;gap:8px}.DSDatePickerInput--labelLeft .DSDatePickerInput__label{margin-left:0}.DSDatePickerInput--mini .DSDatePickerInput__input{padding-left:4px;height:24px}.DSDatePickerInput--opened .DSDatePickerInput__input{border-color:#008d99}.DSDatePickerInput--notEmpty .DSDatePickerInput__value{color:#000}.DSDatePickerInput--disabled{pointer-events:none}.DSDatePickerInput--disabled .DSDatePickerInput__input{border-color:#dadbe2}.DSDatePickerInput--disabled .DSDatePickerInput__value,.DSDatePickerInput--disabled .DSDatePickerInput__iconCalendar{color:#dadbe2}.DSDatePickerInput--disabled .DSDatePickerInput__iconCross{display:none}.DSDatePickerInput--error .DSDatePickerInput__input{border-color:#bb4f4f}.DSDatePickerInput--error .DSDatePickerInput__value,.DSDatePickerInput--error .DSDatePickerInput__iconCalendar{color:#bb4f4f}.DSMonthPicker{display:flex;align-items:center;justify-content:space-between;gap:8px;-webkit-user-select:none;user-select:none}.DSMonthPicker__arrow{flex-grow:0;flex-shrink:0;cursor:pointer;color:#ccdcdd;transition:color ease .2s;height:22px;width:22px}.DSMonthPicker__arrow:hover{color:#33a4ad}.DSMonthPicker__arrow--next{transform:rotate(180deg)}.DSMonthPicker__arrow--disabled{color:#f6f6f8;pointer-events:none}.DSMonthPicker__selectedContainer{position:relative}.DSMonthPicker__selected{background-color:#fff;border:1px solid #E5EDEE;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;padding:0 28px 0 8px;position:relative;font-size:14px;font-weight:400;color:#000;cursor:pointer;height:24px;min-width:157px}.DSMonthPicker__selected:before{content:"";position:absolute;top:50%;right:10px;transform:translateY(-50%);border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #CCDCDD}.DSMonthPicker__selected--opened{border-color:#008d99}.DSMonthPicker__dropdown{background-color:#fff;border-radius:4px;box-shadow:0 0 2px #3030301a,0 0 4px #30303017,0 0 6px #3030300d,0 0 7px #30303003,0 0 8px #30303000;display:none;padding:4px 0;position:absolute;top:calc(100% + 8px);left:0;cursor:default;overflow-y:auto;max-height:136px;width:100%;z-index:2}.DSMonthPicker__dropdown--opened{display:block}.DSMonthPicker__item{border-left:2px solid transparent;font-size:14px;font-weight:400;line-height:1.5;color:#000;cursor:pointer;transition:all ease .2s;position:relative;padding:4px 8px;margin-bottom:4px}.DSMonthPicker__item:last-of-type{margin-bottom:0}.DSMonthPicker__item--selected,.DSMonthPicker__item:hover{background-color:#f2f9fa;color:#33a4ad}.DSMonthPicker__item--selected{border-left-color:#33a4ad;pointer-events:none}.DSWeekdays{display:grid;grid-template-columns:repeat(7,1fr)}.DSWeekdays__item{font-size:11px;font-weight:400;line-height:16px;color:#999;text-align:center;padding:4px 0}.DSMonthScale{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:10px 12px}.DSMonthScale__item{font-size:11px;font-weight:400;line-height:1.5;color:#999}.DSMonthScale__item.more{color:#0003}.DSDatePicker,.DSDatePicker *{box-sizing:border-box}.DSDatePicker__popup{background-color:#fff;box-shadow:0 0 2px #3030301a,0 0 4px #30303017,0 0 6px #3030300d,0 0 7px #30303003,0 0 8px #30303000;border-radius:5px;padding:12px;cursor:default;min-width:346px}.DSDatePicker__popup--noTeleport{display:none;position:absolute;top:calc(100% + 8px);left:0}.DSDatePicker__popup--visible{display:block}.DSDatePicker__popup--openToTop{top:inherit;bottom:calc(100% + 8px)}.DSDatePicker__popup--double{padding:0}.DSDatePicker__weekdays{margin-top:8px}.DSDatePicker__days{display:grid;grid-template-columns:repeat(7,1fr)}.DSDatePicker__day{border:2px solid transparent;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:400;color:#000;cursor:pointer;transition:all ease .2s;height:46px;width:46px}.DSDatePicker__day:hover:not(.disabled):not(.selected){background-color:#cce8eb;border-color:#cce8eb;color:#008d99}.DSDatePicker__day.today{border-color:#007f8a}.DSDatePicker__day.outside-month{color:#b2b2b2}.DSDatePicker__day.selected{background-color:#33a4ad;border-color:#33a4ad;color:#fff}.DSDatePicker__day.dashed{background-color:#e5f4f5;border:2px dashed #33A4AD}.DSDatePicker__day.in-range:not(.selected):not(.hover-range){background-color:#e5f4f5;border-color:#e5f4f5;color:#008d99}.DSDatePicker__day.hover-range:not(.dashed){background-color:#cce8eb;border-color:#cce8eb;color:#008d99}.DSDatePicker__day.disabled{pointer-events:none;color:#999}.DSDatePicker__doubleContainer{display:flex}.DSDatePicker__doubleSide{flex-grow:0;flex-shrink:0;padding:12px;min-width:346px}.DSDatePicker__doubleSide--right{background-color:#f2f9fa}.DSDatePicker__doubleMonthContainer{display:flex;align-items:center;justify-content:space-between}.DSDatePicker__doubleMonthLabel{font-size:16px;font-weight:600;line-height:1.5;color:#000;padding-right:22px;position:relative}.DSDatePicker__doubleMonthLabel:before{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:14px solid #DADBE2}.DSDatePicker .slide-left{animation:slideLeft .25s ease}.DSDatePicker .slide-right{animation:slideRight .25s ease}@keyframes slideLeft{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.DSModal{box-sizing:border-box;font:400 14px/20px "Source Sans 3",sans-serif;color:#000;background:#fff;box-shadow:0 4px 16px #33333314,0 4px 4px #3333330a;margin:auto;padding:16px 16px 24px;position:relative;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;max-width:100%;max-height:100%}.DSModal--center{padding:56px 16px 32px;text-align:center}.DSModal--center .DSModal__title{margin:0 auto 8px}.DSModal--center .DSModal__buttons{justify-content:center}.DSModal__wrapper{box-sizing:border-box;position:fixed;left:0;bottom:0;width:100%;height:100%;padding:12px;background:#00000040;display:flex;z-index:10;animation:ds-anime-fade-in .25s ease 0s 1;animation-direction:normal;animation-fill-mode:none}.DSModal__wrapper[hidden]{display:none}.DSModal__close{position:absolute;top:6px;right:6px;padding:0;margin:0;outline:none;background-color:transparent;display:flex;color:#ccdcdd;width:24px;height:24px;transition:color .25s linear;z-index:1;border:none;cursor:pointer}.DSModal__close>svg{width:20px;height:20px;margin:auto}.DSModal__close:hover{color:#33a4ad}.DSModal__title{margin:0 20px 16px 0;color:#004e55;font-size:20px;font-weight:600;line-height:150%;max-width:100%;overflow:hidden;text-overflow:ellipsis;flex:none}.DSModal__content{flex:1;overflow:hidden;overflow-y:auto;margin-bottom:-16px}.DSModal__content:after{content:"";display:block;pointer-events:none;position:sticky;left:0;bottom:0;width:100%;height:16px;background:linear-gradient(180deg,#fff0,#fff);z-index:1}.DSModal__content>p:first-child{margin-top:0}.DSModal__content>p:last-child{margin-bottom:0}.DSModal__buttons{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px;margin-top:16px;flex:none}.DSModal__buttons--revert .DSModal__confirm{order:0}.DSModal__buttons--revert .DSModal__reject{order:1}.DSModal__buttons .DSButton{width:auto}.DSTable{overflow:hidden;position:relative;font:400 14px/20px "Source Sans 3",sans-serif;background:#fff;border:1px solid #E5EDEE;border-radius:5px}.DSTable__wrap,.DSTable table,.DSTable thead,.DSTable thead>tr,.DSTable thead>tr>th{background-color:inherit}.DSTable__wrap,.DSTable table,.DSTable thead,.DSTable tbody,.DSTable tr,.DSTable th,.DSTable td{border:inherit;border-width:0}.DSTable th,.DSTable td{border-width:1px}.DSTable th{border-top-width:0}.DSTable th:first-of-type,.DSTable td:first-of-type{border-left-width:0}.DSTable th:last-of-type,.DSTable td:last-of-type{border-right-width:0}.DSTable tbody tr:last-of-type td{border-bottom-width:0}.DSTable tbody tr:first-of-type td{border-top-width:0}.DSTable__wrap{overflow:hidden;max-height:inherit;height:inherit}.DSTable table{width:100%;table-layout:auto;border-collapse:collapse}.DSTable th,.DSTable td{vertical-align:middle;text-align:left;overflow:hidden;text-overflow:ellipsis;padding:4px 8px 3px;line-height:18px}.DSTable th{cursor:default;color:#669599;font-size:11px;white-space:nowrap;font-weight:400;line-height:16.5px}.DSTable thead tr{height:24px}.DSTable tbody tr{height:40px}.DSTable table tbody tr:hover{background-color:#f2f9fa}.DSTable__wrap>s{display:block;position:sticky;top:0;left:0;right:0;box-shadow:0 0 12px -3px #a9a9a9;pointer-events:none;height:24px;margin-top:-24px;visibility:hidden}.DSTable--shifted .DSTable__wrap>s{visibility:visible}.DSTable-th-label{display:block;width:100%;overflow:hidden;text-overflow:ellipsis}th.DSTable-cell--clickable{cursor:pointer}th.DSTable-cell--clickable:hover{color:#008d99}.DSTable-th-sort{display:flex;align-items:center;justify-content:space-between;gap:4px}.DSTable-th-sort>span{flex:0 1 auto;overflow:hidden;text-overflow:ellipsis}.DSTable-th-sort>i{width:10px;height:10px;flex:0 0 auto}.DSTable-th-sort>i>svg{transform:rotate(90deg);display:block;width:100%;height:100%}.DSTable th[aria-sort=ascending] .DSTable-th-sort>i{transform:scaleY(-1)}.DSTable-cell--align-right .DSTable-th-sort{justify-content:flex-end}.DSTable-cell--align-center .DSTable-th-sort{justify-content:center}td.DSTable-td-counter{font-weight:300}.DSTable td>.td-placeholder,.DSTable-td-placeholder{display:block;text-align:center;color:#d3d3d3;width:100%;font-style:normal;font-weight:300}.DSTable td>.td-placeholder:empty:after,.DSTable-td-placeholder:empty:after{content:"―"}th.DSTable-cell--noPadding,td.DSTable-cell--noPadding{padding:0}th.DSTable-cell--align-center,td.DSTable-cell--align-center{text-align:center}th.DSTable-cell--align-right,td.DSTable-cell--align-right{text-align:right}th.DSTable-cell--lines-1>span,td.DSTable-cell--lines-1>span{white-space:nowrap}th.DSTable-cell--lines-2>span,td.DSTable-cell--lines-2>span{display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}th.DSTable-cell--lines-3>span,td.DSTable-cell--lines-3>span{display:block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.DSTable--fixed table{table-layout:fixed}.DSTable tbody tr.dark,.DSTable tbody td.dark,.DSTable--stripy tbody tr:nth-child(odd){background-color:#fafafa}.DSTable--scrollable .DSTable__wrap{overflow:hidden;overflow-y:auto;overscroll-behavior:none}@-moz-document url-prefix(){.DSTable--scrollable .DSTable__wrap{scrollbar-color:#90a3e7 #dae0f7;scrollbar-width:thin}}.DSTable--scrollable .DSTable__wrap::-webkit-scrollbar{width:4px;height:4px}.DSTable--scrollable .DSTable__wrap::-webkit-scrollbar-track{background:transparent}.DSTable--scrollable .DSTable__wrap::-webkit-scrollbar-thumb{cursor:pointer;background-color:#e5edee;border-radius:2px}.DSTable--scrollable .DSTable__wrap::-webkit-scrollbar-thumb:hover{background:#a4a8ca}.DSTable--scrollable .DSTable__wrap>s{z-index:3}.DSTable--scrollable th{z-index:3;position:sticky;top:0}.DSTable--clickable tbody tr{cursor:pointer}.DSTable--pending{pointer-events:none}.DSTable--pending .DSTable__wrap{filter:grayscale(.5) opacity(.5) blur(1px)}.DSTable--valign-top tbody td{vertical-align:top}.DSTable--valign-bottom tbody td{vertical-align:bottom}.DSTable--valign-baseline tbody td{vertical-align:baseline}.DSTable--mini{border-radius:0;border-color:transparent}.DSTable--mini,.DSTable--mini th,.DSTable--mini td{border-width:0}.DSTable--mini tbody tr{height:unset}.DSTable--mini tbody td{padding:4px 6px}.DSTable--midi tbody tr{height:32px}.DSTableMedias{display:flex;flex-flow:row nowrap;align-items:stretch;gap:8px;height:40px;min-width:136px;font-size:12px;color:#669599}.DSTableMedias__pending{flex:1 1 100%;border-radius:4px;background-color:#f8fcfc;position:relative;overflow:hidden}.DSTableMedias__pending:after{content:"";position:absolute;width:calc(100% + 28px);top:0;right:0;bottom:0;border-radius:inherit;background:repeating-linear-gradient(-60deg,transparent,transparent 12px,white 12px,white 24px);animation:ds-anime-pending-stripes .5s infinite linear}.DSTableMedias__items{flex:1 1 100%;display:flex;flex-flow:row nowrap;height:40px;gap:8px}.DSTableMedias__items>i,.DSTableMedias__items>div{box-sizing:border-box;width:auto;height:100%;flex:1 1 100%;min-width:40px;border-radius:4px;position:relative;overflow:hidden;background-color:#f8fcfc}.DSTableMedias__items>i[hidden],.DSTableMedias__items>div[hidden]{display:none}.DSTableMedias__items>i{text-align:center;font-style:normal;white-space:nowrap;line-height:24px;padding-top:9px}.DSTableMedias__items>span{background-color:azure}.DSTableMedias__items>span>svg{display:block;height:100%;width:auto}.DSTableMedias__items>div>img,.DSTableMedias__items>div>video{display:block;width:100%;height:100%;object-fit:cover;position:relative}.DSTableMedias__items>div>i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;color:#fff}.DSTableMedias__items>div>i>svg{display:block}.DSTableMedias__items>div:hover>i{color:#669599;background:#ffffffbf}.DSTableMedias__items>div>span,.DSTableMedias__items>div>span>svg{display:block;height:100%;width:100%}.DSTableMedias-imagetooltip,.DSTableMedias-videotooltip{display:block;object-fit:scale-down}.DSTableMedias-imagetooltip{max-width:300px;height:auto}.DSTableMedias-videotooltip{width:240px;height:240px}.DSTableBoolean{color:#999;display:inline-block;vertical-align:middle;box-sizing:border-box;padding:1px;height:16px;width:17px}.DSTableBoolean>svg{display:block;width:100%;height:100%;fill:currentColor}.DSTableBoolean[aria-checked=true]{color:#aadc6d}.ds-textstyle-caption,.ds-textstyle-caption-2{font-size:12px;line-height:16px;color:#999}.ds-textstyle-caption-2{font-size:11px}@keyframes ds-anime-pending-stripes{0%{transform:translate(0)}to{transform:translate(28px)}}@keyframes ds-anime-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ds-anime-overlay-appear-bottom{0%{transform:translateY(12px);opacity:.5}to{transform:translateY(0);opacity:1}}@keyframes ds-anime-overlay-appear-top{0%{transform:translateY(-12px);opacity:.5}to{transform:translateY(0);opacity:1}}@keyframes ds-anime-overlay-appear-right{0%{transform:translate(12px);opacity:.5}to{transform:translate(0);opacity:1}}@keyframes ds-anime-overlay-appear-left{0%{transform:translate(-12px);opacity:.5}to{transform:translate(0);opacity:1}}.DSTooltip{position:fixed;max-width:200px;pointer-events:none;z-index:10;animation:ds-anime-fade-in .25s ease 0s 1;animation-direction:normal;animation-fill-mode:none}.DSTooltip__content{background:#fff;color:#777cb0;padding:10px;border-radius:5px;font-size:11px;line-height:1.4;font-weight:400;box-shadow:-2px 4px 10px #0000001a,2px -4px 10px #0000001a;overflow:hidden;text-overflow:ellipsis}.DSTooltip--top{padding-bottom:8px}.DSTooltip--bottom{padding-top:8px}.DSTooltip--left{padding-right:8px}.DSTooltip--right{padding-left:8px}.DSTooltip__arrow{position:absolute;width:0;height:0;border:6px solid transparent;z-index:1}.DSTooltip__arrow--top{bottom:-4px;border-top:6px solid #FFFFFF}.DSTooltip__arrow--bottom{top:-4px;border-bottom:6px solid #FFFFFF}.DSTooltip__arrow--left{right:-4px;border-left:6px solid #FFFFFF}.DSTooltip__arrow--right{left:-4px;border-right:6px solid #FFFFFF}.DSTooltip[data-error] .DSTooltip__content{background:#fcf6f6;color:#bb4f4f}.DSTooltip[data-error] .DSTooltip__arrow--top{bottom:-4px;border-top:6px solid #FCF6F6}.DSTooltip[data-error] .DSTooltip__arrow--bottom{top:-4px;border-bottom:6px solid #FCF6F6}.DSTooltip[data-error] .DSTooltip__arrow--left{right:-4px;border-left:6px solid #FCF6F6}.DSTooltip[data-error] .DSTooltip__arrow--right{left:-4px;border-right:6px solid #FCF6F6}.DSTablePlatform{display:inline-flex;flex-flow:row nowrap;vertical-align:middle}.DSTablePlatform>span{flex:0 0 auto;height:24px;width:25px;overflow:hidden;font-size:12px;line-height:25px;text-align:center}body>#app{height:100%}.RootLayout{height:100%;min-width:800px;display:grid;grid-template-areas:"sidebar content" "sidebar bottom";grid-template-columns:72px 1fr;grid-template-rows:1fr auto;overflow:hidden}.RootLayout__sidebar{grid-area:sidebar;position:relative}.RootLayout__content{grid-area:content;outline-offset:-1px;overflow:auto;height:100%}.RootLayout__bottom{grid-area:bottom;min-height:72px;box-sizing:border-box;padding:1rem 1.5rem;background:#fff;box-shadow:0 -8px 12px -12px #a9a9a9;border-left:1px solid #ECEFFB}.RootLayout__bottom:empty{visibility:hidden;min-height:0;padding:0}.BaseView{outline-offset:-1px;box-sizing:border-box;padding:1rem 1.5rem 2rem;min-height:100%}.BaseView__title{padding:4px 0;margin:0 0 1.25rem;display:flex;flex-flow:row nowrap;gap:1rem}.BaseView__title h1,.BaseView__title h2{line-height:1;font-size:200%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:0 1 auto;margin:0}.BaseView__title .icon--plus{width:24px;height:24px;margin-left:-4px}.BaseView__title>button{margin-top:-2px}.BaseView__crumbs{margin:0 0 1rem}.BaseView__bottom{display:flex;align-items:flex-end;justify-content:flex-end;gap:1rem}.BaseView__bottom hr{flex:0 0 auto;display:block;background:#ccdcdd;width:1px;height:32px;border:0;align-self:stretch;margin:4px 0 0}.BaseView__bottom .button--light,.BaseView__bottom .align-left{margin-right:auto}.icon{flex:0 0 auto;box-sizing:border-box;display:inline-block;width:1rem;height:1rem}.icon>svg{fill:currentColor;display:block;width:100%;height:100%}.SearchNotFound{text-align:center;margin:7rem 0 2rem}.SearchNotFound p{margin:0;font-size:1.5rem;font-weight:600;color:#999}.SearchNotFound>button{margin:1.5rem 0 0}.PagerInput{height:44px;width:44px;text-align:center}.PagerInput:empty:before{content:"…";line-height:44px}.PagerInput input{text-align:inherit;height:100%;width:100%}.PagerPages ul{color:#004e55;display:flex;flex-flow:row nowrap;justify-content:center;gap:2px}.PagerPages ul>li{box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:44px;height:44px}.PagerPages__prev,.PagerPages__next,.PagerPages__page{cursor:pointer;border-radius:50%}.PagerPages__prev:hover,.PagerPages__next:hover,.PagerPages__page:hover{background-color:#f2f9fa}.PagerPages__prev[aria-current],.PagerPages__next[aria-current],.PagerPages__page[aria-current]{pointer-events:none;background-color:#e5f4f5;cursor:default}.PagerPages__prev,.PagerPages__next{transform:rotate(90deg);padding-top:2px}.PagerPages__prev .icon,.PagerPages__next .icon{color:#669599;flex:0 0 auto;width:14px}.PagerPages__next{transform:rotate(-90deg)}.Pager{display:flex;flex-flow:row nowrap;align-items:flex-start;padding:.5rem 1rem;gap:1rem}.Pager__size{padding:2px 0 0;display:flex;flex-flow:row nowrap;white-space:nowrap;align-items:center;font-size:87.5%;color:#669599;gap:.5rem}.Pager__size .InputSelect{height:40px;width:56px}.Pager__pages{flex:1 1 100%;overflow:hidden;min-width:0}.ViewUsersList__search>.icon{vertical-align:bottom;width:24px;height:48px;padding:0 1px;margin:0 8px;color:#33a4ad}.ViewUsersList__search .DSInputText{width:276px}.ViewUsersList__table{margin-top:.75rem}.ViewUsersList__table table{table-layout:fixed}.ViewUsersList__table table th{z-index:0}.BreadCrumbs{display:flex;flex-flow:row nowrap;align-items:center}.BreadCrumbs ul{width:100%;overflow:hidden;display:flex;flex-flow:row nowrap;align-items:center;font-size:87.5%;color:#666;gap:.5em}.BreadCrumbs ul li{flex:0 0 auto;white-space:nowrap;min-width:0;overflow:hidden;text-overflow:ellipsis}.BreadCrumbs ul li:not(:last-of-type):after{content:"/";font-weight:600;margin-left:.5em}.BreadCrumbs ul li:last-of-type{flex-shrink:1;font-size:112.5%;font-weight:700;color:#337177}.BreadCrumbs ul a{color:inherit;text-decoration:none}.BreadCrumbs ul a:hover{text-decoration:underline solid currentColor 1px}.TagSimple{height:40px;line-height:20px;border-radius:20px;padding:6px 10px;box-sizing:border-box;display:inline-flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;cursor:default;white-space:nowrap;font-size:87.5%;border:2px solid transparent;background:#f2f9fa}.TagSimple>b{font-weight:400}.TagSimple>.icon{cursor:pointer;width:20px;height:20px;padding:3px;margin:0 -2px 0 4px;color:#669599}.TagSimple>.icon:hover{color:#004e55}.TagSimple:hover{color:#008d99;background:#e5f4f5;border-color:currentColor}.TagSimple--type16{height:1rem;line-height:1rem;border-radius:0;padding:0;border:0;color:#999;background:transparent}.TagSimple--type16>b{font-weight:600}.TagSimple--type16 .icon{width:1rem;height:1rem;padding:2px 2px 2px 3px;color:#33a4ad;margin:0 0 0 3px}.TagSimple--type16:hover{color:#666;background:inherit}.ClipboardCopy{vertical-align:bottom}.ClipboardCopy .DSIcon{box-sizing:border-box;padding:4px}.UserEditRoles{display:flex;flex-flow:row nowrap;align-items:stretch;padding-bottom:6px;gap:1.5rem}.UserEditRoles__input{flex:0 0 340px}.UserEditRoles__input .InputSelect{display:block}.UserEditRoles__tags{padding-bottom:2px;flex:0 1 auto;display:flex;flex-flow:row wrap;align-items:flex-end;gap:.5rem}.UserEditFilials{display:flex;flex-flow:row nowrap;align-items:stretch;padding-bottom:6px;gap:1.5rem}.UserEditFilials__input{flex:0 0 340px}.UserEditFilials__input .InputSelect{display:block}.UserEditFilials__tags{padding-bottom:2px;flex:0 1 auto;display:flex;flex-flow:row wrap;align-items:center;gap:.75rem .5rem}.ViewUsersEdit__about{max-width:750px;margin:0 auto;font-size:87.5%;display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center}.ViewUsersEdit__about>div>b{color:#337177;font-weight:400}.ViewUsersEdit__about .ClipboardCopy{vertical-align:text-bottom}.ViewUsersEdit__credentials,.ViewUsersEdit__roles,.ViewUsersEdit__regbody{display:flex;flex-flow:row nowrap;gap:.75rem}.ViewUsersEdit__credentials>label,.ViewUsersEdit__roles>label,.ViewUsersEdit__regbody>label{margin-top:.75rem;color:#337177;width:144px;text-align:right;white-space:nowrap;flex:0 0 auto}.ViewUsersEdit__credentials{align-items:center}.ViewUsersEdit__roles,.ViewUsersEdit__regbody{align-items:top}.ViewUsersEdit .UserEditFilials,.ViewUsersEdit .UserEditRoles{flex:1 1 100%}.ViewUsersEdit__credentials{max-width:850px}.ViewUsersEdit__credentials>div{flex:0 1 50%}.ViewUsersEdit__credentials .InputText,.ViewUsersEdit__credentials .DSInputText{width:100%}.ViewUsersEdit__credentials .ViewUsersEdit__savepass{flex:0 0 auto}.ViewUsersEdit__credentials .ViewUsersEdit__savepass button{height:3rem}.ViewUsersEdit__inputName{padding-left:105px}.ViewUsersEdit__generate{width:3rem;height:3rem;padding:.75rem}.ViewUsersEdit__generate .icon{width:100%;height:100%}.UserinfoPopup{text-align:center}.UserinfoPopup-popup{width:100%;max-width:480px}.UserinfoPopup h2{font-size:150%;line-height:1.25;color:#000;margin:0}.UserinfoPopup p{margin:1rem 0 1.5rem}.UserinfoPopup__buttons{display:flex;align-items:center;justify-content:center;gap:1rem}.PopoverMenu{inset:unset;padding:7px;overflow:visible;border:none;background:#fff;border-radius:5px;font-size:1rem;font-weight:400;color:#333;line-height:1.25;position:absolute;z-index:4;box-shadow:6px 8px 16px -10px #00000054,0 0 4px #19191940}.PopoverMenu>ul>li{padding:10px 12px;box-sizing:border-box;cursor:pointer}.PopoverMenu>ul>li:not(:first-child){margin-top:1px}.ContextMenu{box-shadow:6px 8px 16px -10px #00000054,0 0 4px #19191940;pointer-events:all;font-size:14px;background:#333;color:#eee;border-radius:4px;position:absolute;overflow:hidden;left:0;top:0;margin:-2px}.ContextMenu-wrapper{pointer-events:none;background:#05050501;position:fixed;left:0;right:0;bottom:0;top:0;z-index:9}.ContextMenu>ul>li:hover{background-color:#666}.ContextMenu>ul>li{padding:6px 12px}.ContextMenu>ul>li:not(:first-child){margin-top:1px}.StorageFolder{font-size:14px}.StorageFolder__name{height:24px;display:flex;flex-flow:row nowrap;align-items:center;white-space:nowrap;padding:0 0 0 6px;color:#004e55}.StorageFolder__name .icon{flex:0 0 auto}.StorageFolder__name .icon--folder{width:12px;color:#99d1d6;margin:-1px 6px 0 0}.StorageFolder__name>b{flex:1 1 100%;padding-right:2px;font-weight:400;overflow:hidden;text-overflow:ellipsis}.StorageFolder__arrow{color:#ccc;width:20px;height:20px;padding:6px}.StorageFolder__arrow:hover{color:#999}.StorageFolder__arrow[aria-disabled]{pointer-events:none;visibility:hidden}.StorageFolder__name{padding-left:calc(var(--node-depth-level) * 12px)}.StorageFolder__name:hover{background-color:#e5f4f5}.StorageFolder[aria-selected]>.StorageFolder__name{background-color:#cce8eb}.StorageFolder[aria-selected]>.StorageFolder__name .icon--folder{color:#33a4ad}.StorageFolder[aria-expanded]>.StorageFolder__name .StorageFolder__arrow{transform:rotate(90deg)}.StorageExplorer{position:relative;flex:1 1 100%;height:100%;display:flex;flex-flow:row nowrap;align-items:stretch;justify-content:center;background:#fff;font-size:14px}.StorageExplorer--resize{-webkit-user-select:none;user-select:none}.StorageExplorer__resize{width:2px;cursor:w-resize;background:#ccdcdd;position:relative}.StorageExplorer__resize:hover:after{content:""}.StorageExplorer__resize:after{position:absolute;top:0;left:-4px;width:12px;height:100%;background:#0000}.StorageExplorer__column-nodes,.StorageExplorer__column-files{display:flex;flex-flow:column nowrap}.StorageExplorer__column-nodes{flex:0 0 auto;max-width:50%;min-width:120px;width:25%}.StorageExplorer__column-files{flex:1 1 100%}.StorageExplorer__column-files .StorageExplorer__columnHead,.StorageExplorer__column-files .StorageExplorer__files>ol{display:grid;grid-template-columns:1fr 45% 25%}.StorageExplorer__columnHead{flex:0 0 auto;border-bottom:1px solid #CCDCDD}.StorageExplorer__columnHead h6{font-size:100%;font-weight:400;line-height:21px;background:#fff;padding:0 .5rem 0px}.StorageExplorer__columnHead h6:not(:first-of-type){border-left:1px solid #CCDCDD}.StorageExplorer__columnBody{flex:1 1 100%;overflow:hidden auto;scrollbar-width:none;-ms-overflow-style:none}.StorageExplorer__columnBody::-webkit-scrollbar{display:none}.StorageExplorer__nodes{background:transparent none repeat-y 0 0;background-size:100% 48px;background-image:linear-gradient(0deg,#F2F9FA 0,#F2F9FA 24px,transparent 24px,transparent 48px)}.StorageExplorer__files>ol{background:transparent none repeat-y 0 0;background-size:100% 48px;background-image:linear-gradient(0deg,#F2F9FA 0,#F2F9FA 24px,transparent 24px,transparent 48px);line-height:24px}.StorageExplorer__files>ol>li{display:contents;height:24px}.StorageExplorer__files>ol>li>div{overflow:hidden}.StorageExplorer__files .icon{color:#008d99;vertical-align:middle;margin:-3px 3px 0 0}.StorageExplorer__files .icon--file{padding:2px}.StorageExplorer__files em{font-style:normal;color:#666}.StorageExplorer__files a{text-decoration:none;color:#004e55}.StorageExplorer__files>ol>li>div{height:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 4px}.StorageExplorer__load .SpinnerRing{stroke-width:3;height:36px}.StorageExplorer__load,.StorageExplorer__filesEmpty,.StorageExplorer__nodesEmpty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:150%;line-height:36px;text-align:center;color:#99b8bb}.StorageExplorer__load>span,.StorageExplorer__filesEmpty>span,.StorageExplorer__nodesEmpty>span{flex:1 1 auto;height:100%;max-width:400px;max-height:400px;display:flex;flex-flow:column nowrap;align-items:stretch}.StorageExplorer__load>span:before,.StorageExplorer__filesEmpty>span:before,.StorageExplorer__nodesEmpty>span:before{content:"";flex:1 1 100%;opacity:.125;background:transparent url("data:image/svg+xml,%3csvg%20width='35'%20height='25'%20viewBox='0%200%2035%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M26.9954%2017.5574C26.9954%2020.5207%2024.5989%2024.3954%2020.6289%2024.3954C16.6587%2024.3954%2014.9096%2020.5207%2014.9096%2017.5574C18.6797%2021.1405%2023.1703%2021.2138%2026.9954%2017.5574Z'%20fill='%23008D99'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M20.2767%2022.5101C4.27957%2024.9404%201.09223%2016.0078%200.886693%2013.2022C0.693082%2010.595%203.10024%208.07962%206.39614%207.22091C5.66444%2013.0021%207.8114%2015.8807%2010.7874%2018.1851C12.8193%2019.7635%2015.305%2021.0033%2020.2763%2022.5101H20.2767Z'%20fill='%2393D4DA'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M17.2225%207.8216C18.4464%206.66174%2021.137%207.50181%2023.2151%209.70595C25.2931%2011.904%2025.9845%2014.64%2024.7599%2015.8053C23.5363%2016.9645%2020.8463%2016.119%2018.7741%2013.9213C16.696%2011.7229%2015.9989%208.98113%2017.2225%207.82195V7.8216Z'%20fill='%2393D4DA'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.1635%203.96364C14.3594%205.23677%2011.7358%208.31162%2013.3354%2014.4962C11.8996%2014.2049%209.26428%2012.2166%209.26428%208.79637C9.26428%205.37678%2014.0564%201.05893%2019.1635%203.96364Z'%20fill='%23008D99'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M30.8688%2011.9518C34.0254%2013.8198%2035.3926%2016.8489%2034.6844%2019.5074C33.9703%2022.1659%2030.3625%2022.8346%2028.6652%2022.5434C31.7666%2019.8481%2031.6994%2016.4656%2030.8688%2011.9518Z'%20fill='%2393D4DA'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.3255%202.21987C12.3255%200.78779%2014.5268%200.349058%2016.5475%200.343199C17.4661%200.340456%2018.3474%200.427459%2018.9679%200.550887C21.4331%201.04429%2024.1335%202.32371%2025.6835%204.87531C21.3599%202.59122%2017.6059%201.25746%2012.3255%202.22021V2.21987Z'%20fill='%2393D4DA'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M22.503%203.99204C27.9412%200.947867%2032.0046%205.61985%2032.0046%209.03228C32.0046%2012.4454%2030.1797%2013.8495%2028.4282%2014.5757C29.2733%209.25639%2027.9048%205.62566%2022.503%203.99204Z'%20fill='%23008D99'/%3e%3c/svg%3e") no-repeat 50% 50%;background-size:contain}.StorageExplorer__nodesEmpty>span{max-width:144px;max-height:200px;line-height:1}.StorageExplorer__nodesEmpty>span:before{background-image:url("data:image/svg+xml,%3csvg%20width='144'%20height='126'%20viewBox='0%200%20144%20126'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M83.5%2012.625L71.4%200H35.1C31.7765%200.00420833%2028.929%201.24146%2026.5574%203.71175C24.1858%206.18204%2023%209.15312%2023%2012.625V88.375C23.004%2091.8511%2024.1898%2094.8243%2026.5574%2097.2946C28.925%2099.7648%2031.7725%20101%2035.1%20101H131.9C135.232%20101.004%20138.081%2099.7691%20140.449%2097.2946C142.816%2094.8201%20144%2091.8469%20144%2088.375V25.25C144.004%2021.7823%20142.82%2018.8112%20140.449%2016.3367C138.077%2013.8622%20135.227%2012.625%20131.9%2012.625H83.5ZM33.0833%2088.3676C33.0851%2089.2814%2033.2946%2089.74%2033.8314%2090.3C34.1824%2090.6663%2034.4005%2090.7727%2034.4757%2090.8054C34.5451%2090.8354%2034.7136%2090.9%2035.1%2090.9H131.913C132.299%2090.9005%20132.465%2090.8361%20132.531%2090.8075C132.603%2090.7763%20132.819%2090.6717%20133.169%2090.3062C133.711%2089.739%20133.917%2089.2802%20133.917%2088.375V25.2382C133.918%2024.3501%20133.719%2023.8991%20133.175%2023.3313C132.82%2022.9613%20132.599%2022.8531%20132.522%2022.8198C132.452%2022.7892%20132.284%2022.725%20131.9%2022.725H79.2023L67.1023%2010.1H35.1086C34.7273%2010.1009%2034.5579%2010.165%2034.4844%2010.1969C34.4045%2010.2316%2034.1814%2010.3417%2033.8254%2010.7125C33.2863%2011.2741%2033.0833%2011.7254%2033.0833%2012.625V88.3676Z'%20fill='%23E9F6F8'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M60.5%2037.625L48.4%2025H12.1C8.77653%2025.0042%205.929%2026.2415%203.5574%2028.7117C1.1858%2031.182%200%2034.1531%200%2037.625V113.375C0.00403333%20116.851%201.18983%20119.824%203.5574%20122.295C5.92497%20124.765%208.7725%20126%2012.1%20126H108.9C112.232%20126.004%20115.081%20124.769%20117.449%20122.295C119.816%20119.82%20121%20116.847%20121%20113.375V50.25C121.004%2046.7823%20119.82%2043.8112%20117.449%2041.3367C115.077%2038.8622%20112.227%2037.625%20108.9%2037.625H60.5ZM10.0833%20113.368C10.0851%20114.281%2010.2946%20114.74%2010.8314%20115.3C11.1824%20115.666%2011.4005%20115.773%2011.4757%20115.805C11.5451%20115.835%2011.7136%20115.9%2012.1%20115.9H108.913C109.299%20115.9%20109.465%20115.836%20109.531%20115.807C109.603%20115.776%20109.819%20115.672%20110.169%20115.306C110.711%20114.739%20110.917%20114.28%20110.917%20113.375V50.2382C110.918%2049.3501%20110.719%2048.8991%20110.175%2048.3313C109.82%2047.9613%20109.599%2047.8531%20109.522%2047.8198C109.452%2047.7892%20109.284%2047.725%20108.9%2047.725H56.2023L44.1023%2035.1H12.1086C11.7273%2035.1009%2011.5579%2035.165%2011.4844%2035.1969C11.4045%2035.2316%2011.1814%2035.3417%2010.8254%2035.7125C10.2863%2036.2741%2010.0833%2036.7254%2010.0833%2037.625V113.368Z'%20fill='%23CCE8EB'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.0835%20113.368C10.0852%20114.281%2010.2948%20114.74%2010.8316%20115.3C11.1826%20115.666%2011.4006%20115.773%2011.4758%20115.805C11.5452%20115.835%2011.7137%20115.9%2012.1002%20115.9H108.913C109.299%20115.9%20109.465%20115.836%20109.531%20115.807C109.603%20115.776%20109.819%20115.672%20110.169%20115.306C110.712%20114.739%20110.917%20114.28%20110.917%20113.375V50.2382C110.918%2049.3501%20110.719%2048.8991%20110.175%2048.3313C109.82%2047.9612%20109.599%2047.853%20109.523%2047.8197C109.452%2047.7891%20109.284%2047.725%20108.9%2047.725H56.2025L44.1025%2035.1H12.1087C11.7274%2035.1009%2011.5581%2035.1649%2011.4846%2035.1969C11.4046%2035.2316%2011.1816%2035.3417%2010.8256%2035.7125C10.2865%2036.274%2010.0835%2036.7254%2010.0835%2037.625V113.368Z'%20fill='white'/%3e%3c/svg%3e");opacity:1}.SearchPanel{display:flex;flex-flow:row nowrap;align-items:center;gap:1rem}.SearchPanel-search,.SearchPanel-button{white-space:nowrap;align-self:flex-start}.SearchPanel-search>.icon,.SearchPanel-button>.icon{color:#008d99;height:24px;width:24px;vertical-align:middle;margin-right:.75rem}.SearchPanel-search .InputText,.SearchPanel-search .DSInputText{width:276px}.SearchPanel-button>.icon{height:18px;width:18px}.SearchPanel-button .DSSelect{width:276px}.SearchPanel-filials{display:flex;flex-flow:row wrap;gap:.325rem .5rem}.SearchPanel__button{flex:0 0 auto;height:37px;box-sizing:border-box;background:#fff;color:#004e55;border:1px solid transparent;border-radius:18px}.SearchPanel__button:hover{border-color:#ccdcdd;background:none}.RegBodiesSelect{width:266px;max-height:310px;box-sizing:border-box;display:flex;flex-flow:column nowrap;align-items:stretch;gap:.75rem}.RegBodiesSelect .InputText,.RegBodiesSelect .DSInputText{flex:0 0 auto;width:100%}.RegBodiesSelect>p{margin:.25rem .5rem .5rem;text-align:center;color:#999}.RegBodiesSelect>ol{flex:1 1 auto;overflow:hidden auto}.RegBodiesSelect li{display:flex;flex-flow:row nowrap;gap:.5rem;padding:1px .5rem 0 0}.RegBodiesSelect li:not(:first-of-type){margin-top:1rem}.RegBodiesSelect li>label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1 1 100%}.RegBodiesSelect li .Checkbox{margin-top:-1px}.ViewStorage{height:100%;display:flex;flex-flow:column nowrap;align-items:stretch}.ViewStorage__crumbs{min-width:0;flex:0 1 auto;display:flex;flex-flow:row nowrap;align-items:center;white-space:nowrap;line-height:1;font-weight:600;font-size:200%;color:#337177;gap:.375rem}.ViewStorage__crumbs>li{flex:0 1 auto;overflow:hidden;align-items:center;text-overflow:ellipsis;display:inherit}.ViewStorage__crumbs>li:first-of-type{flex-shrink:0}.ViewStorage__crumbs>li>b{flex:0 1 auto;overflow:hidden;text-overflow:ellipsis}.ViewStorage__crumbs>li>b>button{overflow:hidden;text-overflow:ellipsis;max-width:100%}.ViewStorage__crumbs>li>b button[popovertarget]{min-width:0;display:inline-block;background:none;font:inherit;color:inherit;height:unset;padding:0;margin:0}.ViewStorage__crumbs>li>.icon--arrow{height:12px;width:12px;transform:rotate(-90deg);margin:3px 0 0 .5rem;color:#99b8bb}.ViewStorage__explorer{flex:1 1 100%;min-height:0}.ViewStorage__filter{margin:0 0 1rem}.ViewStorage__popover .red{color:#bb4f4f}.SelectRegBodies{display:flex;flex-flow:row nowrap;gap:0 .5rem}.SelectRegBodies__label{flex:0 0 auto;color:#337177;padding-top:.625rem;text-align:right}.SelectRegBodies__input{flex:1 0 300px}.SelectRegBodies__input .InputSelect{display:flex;width:100%}.SelectRegBodies__tags{flex:1 1 auto;padding-bottom:2px;display:flex;flex-flow:row wrap;align-items:center;gap:.75rem .75rem}.FilePreviewButton{width:300px;display:flex;flex-flow:row nowrap;align-items:center}.FilePreviewButton>div{min-width:0;white-space:nowrap}.FilePreviewButton>input{display:none}.FilePreviewButton__icon{flex:0 0 auto;color:#008d99;width:100px;height:100px}.FilePreviewButton__icon.icon--file{padding:12px}.FilePreviewButton__name{display:flex;flex-flow:row nowrap;white-space:nowrap;overflow:hidden;margin:0 0 .325rem}.FilePreviewButton__name span:nth-child(1){flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis}.FilePreviewButton__name span:nth-child(1):after{content:". "}.FilePreviewButton__name span:nth-child(2){flex:0 0 auto;margin-left:-1px}.FilePreviewButton__load{display:inline-block;text-decoration:none;margin-left:1rem}.FilePreviewButton__load:hover{color:#004e55}.FilePreviewButton__load .icon{vertical-align:-2px;margin-right:4px}.InputFileDropzone{min-width:100px;min-height:100px;box-sizing:border-box;border:1px dashed #008D99;background:#f2f9fa;border-radius:5px;position:relative;display:flex;align-items:center;color:#99b8bb}.InputFileDropzone>input{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0}.InputFileDropzone>p{pointer-events:none;text-align:center;margin:0 1rem}.ViewFile-attrs{display:flex;flex-flow:row nowrap;align-items:stretch;gap:1.5rem}.ViewFile-attrs .InputFileDropzone{height:100%}.ViewFile__namedesc{flex:1 1 100%;display:flex;flex-flow:column nowrap;gap:1rem}.ViewFile .InputText__labelLeft,.ViewFile .InputSelect__labelLeft,.ViewFile .SelectRegBodies__label{width:144px;text-align:right}.ViewFile .SelectRegBodies__input{flex-grow:0}
