:root{--color-main: hsl(209, 100%, 44%);--color-blue: hsl(209, 100%, 44%);--color-blue-dark: hsl(216, 47%, 46%);--color-blue-light: hsl(201, 71%, 57%);--color-blue-extra-light: hsl(213, 67%, 92%);--color-blue-extra-bcg: hsl(210, 83%, 98%);--color-gray: hsl(0, 0%, 85%);--color-gray-dark: hsl(0, 0%, 50%);--color-gray-light: hsl(0, 0%, 91%);--color-gray-extra-light: hsl(0, 0%, 97%);--color-red: hsl(0, 100%, 43%);--color-red-light: hsl(0, 100%, 73%);--color-green: hsl(128, 96%, 35%);--color-green-light: hsl(128, 96%, 45%);--color-green-extra-light: hsl(128, 75%, 63%)}*,*:before,*:after{box-sizing:border-box}html{height:100%;width:100%}body,#app{height:inherit;width:inherit;font-family:Google Sans Code,monospace;font-optical-sizing:auto}#app{display:flex;flex-direction:column;color:var(--color-black-main);overflow-y:hidden}html:focus-within{scroll-behavior:smooth}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}strong{font-weight:900}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul,ul[role=list],ol[role=list]{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}img,picture{max-width:100%;display:block}details{cursor:pointer;display:flex;flex-direction:column;gap:16px}details>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px}details>summary::-webkit-details-marker{display:none}input::-ms-reveal{display:none}.button-reset{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inherit;border:0;background-color:transparent;cursor:pointer;padding:0;margin:0}.button-link{color:var(--color-main);text-decoration:underline;text-decoration-color:var(--color-main)}.button-main{display:flex;align-items:center;justify-content:center;padding:8px 16px;color:#fff;background-color:var(--color-main);border-radius:8px}.button-reject{display:flex;align-items:center;justify-content:center;padding:8px 16px;color:#fff;background-color:var(--color-red);border-radius:8px}.button-confirm{display:flex;align-items:center;justify-content:center;padding:8px 16px;color:#fff;background-color:var(--color-green);border-radius:8px}.input-text{display:inline-flex;align-items:center;font-family:inherit;padding:16px 12px;border:1px solid var(--color-blue-extra-light);border-radius:4px;background:#fff;color:inherit;font-weight:400;font-size:14px;max-width:100%;transition:border .4s ease-in-out}.input-text::placeholder{color:var(--color-gray)}.input-text:hover{border:1px solid var(--color-blue-light)}.input-text[disabled]:hover{border:1px solid transparent}.input-text:focus{border:1px solid var(--color-blue-light);outline:none}.input-text[disabled]{border:1px solid var(--color-gray-extra-light);background-color:var(--color-gray-extra-light);color:var(--color-gray-dark)}.select-custom{padding:16px 12px;border:1px solid var(--color-blue-extra-light);border-radius:4px;background:#fff;color:inherit;font-weight:400;font-size:14px}.table{display:flex;flex-direction:column;gap:16px}.table-wrap{display:grid;padding:8px 16px;align-items:center;gap:16px}.table-header{border-radius:8px;color:#fff;background-color:var(--color-blue-light);font-size:14px;font-weight:500}.table-item{font-size:16px;font-weight:300;border-radius:8px}.table-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.table-text_active{color:var(--color-green)}.table-text_inactive{color:var(--color-red)}.table-item:nth-of-type(odd){background-color:var(--color-blue-extra-light)}.table-edit{width:fit-content;opacity:.5;justify-self:end}.table-text_mb,.table-text_tb{display:block}.hr{width:100%;height:1px;color:var(--color-gray-extra-light);opacity:.3}.arrange-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.arrange-row__key{font-size:14px;font-weight:500;min-width:fit-content}.arrange-row__value{font-size:14px;font-weight:300;color:var(--color-gray-dark)}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(max-width:1439.98px){.table-text_tb{display:none}}@media(max-width:767.98px){.table-text_mb{display:none}}
