*{box-sizing:border-box;margin:0;padding:0}:root{--color-base:#1b2338;--color-black:#000;--color-rgb-black:0,0,0;--color-gray:#dadada;--color-main-1:#573685;--color-main-2:#6057a6;--color-main-3:#4f2377;--color-aside-1:#f41d72;--color-aside-2:#fd502c;--color-aside-3:#f8433f;--color-light:#fefefe;--color-slate:#b7bac1;--color-white:#fff;--color-rgb-white:255,255,255;--element:3rem;--font-main:"Gotham",Verdana,Arial;--gradient-1:linear-gradient(158deg,var(--color-main-1),var(--color-main-2));--gradient-2:linear-gradient(90deg,var(--color-aside-1),var(--color-aside-2));--img-cross:url(/static/media/360-cross.6300b4cdf856d7a8dfdb.svg) no-repeat;--img-target:url(/static/media/360-target.c50493bf5a8bf5e1c5a4.svg) no-repeat;--page-width-max:128rem;--radius-small:.25rem;--radius-medium:.5rem;--radius-large:1.6rem;--radius-giant:3rem;--shadow:0 0 50px rgba(var(--color-rgb-black),.08);--transition:ease-in;accent-color:#6057a6;accent-color:var(--color-main-2);font-size:14px}::selection{background:#f41d72;background:var(--color-aside-1);color:#fff;color:var(--color-white)}article,aside,figure,footer,header,main,nav,section{display:block}img,video{height:auto;max-width:100%}@media only screen and (min-width:40rem){:root{--element:3.6rem;font-size:16px}}html{text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;-webkit-text-size-adjust:none;font-family:sans-serif;overflow-y:scroll;scroll-behavior:smooth}.button,body,button,input,select,textarea{font-feature-settings:"kern";font-family:var(--font-main);font-kerning:normal;text-rendering:optimizeLegibility}.button,a,button,input[type=submit],select{cursor:pointer}body{background:var(--color-white);color:var(--color-base);font-size:1.07rem;font-weight:400;line-height:1.75;scrollbar-color:var(--color-aside-1) var(--color-white);scrollbar-width:thin;text-align:center}body::-webkit-scrollbar{width:.85em}body::-webkit-scrollbar-thumb{background:var(--color-aside-1);background:var(--gradient-2);border-left:1px solid var(--color-white);border-radius:var(--radius-medium)}body::-webkit-scrollbar-track{box-shadow:inset 0 0 5px rgba(var(--color-rgb-black),.25)}a{color:var(--color-main-1);text-decoration:underline;transition:all .3s var(--transition)}a:active,a:focus,a:hover{text-decoration:none}a img{border:none}b,strong{font-weight:700}.h1,.h2,.h3,.h4,h1,h2,h3,h4{font-weight:400;line-height:1.2}.h1,.h2,h1,h2{font-size:1.875rem;margin:1.5em auto .33em}.h1:first-child,.h2:first-child,h1:first-child,h2:first-child{margin-top:0}.h3,h3{font-size:1.4375rem;margin:1em auto .5em}.h2+.h3,.h2+h3,h2+.h3,h2+h3{margin-top:-.4em}.h4,h4{font-size:1.25rem;margin:.5em auto .33em}p{margin:0 auto 1rem 0}p:last-child{margin-bottom:0}p+ol,p+ul{margin-top:-.5em}ol,ul{margin:.25em auto 1em 1.5em}sub,sup{font-size:.75em}sub{bottom:-.2em;vertical-align:bottom}sub,sup{position:relative}sup{top:-.4em;vertical-align:top}table{border-collapse:collapse;width:100%}@media only screen and (min-width:40rem){.h1,.h2,h1,h2{font-size:2.5rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.375rem}}@media only screen and (min-width:80rem){.h1,.h2,h1,h2{font-size:3.125rem}.h3,h3{font-size:1.875rem}.h4,h4{font-size:1.4375rem}}.mb-1{margin-bottom:1em}.mb-2{margin-bottom:2em}.mb-3{margin-bottom:3em}.mb-4{margin-bottom:4em}.mt-1{margin-top:1em}.mt-2{margin-top:2em}.mt-3{margin-top:3em}.mt-4{margin-top:4em}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-wrap{white-space:normal}.sprite{height:0;width:0}.hide,[hidden]{display:none}.page{box-shadow:0 0 15px 5px rgba(var(--color-rgb-black),.125);margin:0 auto;max-width:var(--page-width-max);min-height:100vh;overflow:hidden;position:relative;text-align:left;width:100%}.logo,.page{display:flex;flex-direction:column}.logo{align-items:flex-start}.logo img,.logo svg{aspect-ratio:336/138;display:block;height:4.4rem;margin-bottom:.4rem}.logo svg{width:auto}.logo span{display:inline-block;font-size:.6rem;font-weight:700;letter-spacing:-.01em;line-height:1;text-transform:uppercase}.logo--color span{color:var(--color-main-2)}.logo--white span{color:var(--color-white)}.divider{background:var(--color-gray);height:1px;margin:1em 0}[class^=col-]+[class^=col-]{margin-top:1.5rem}@media only screen and (min-width:40rem){.row{display:flex;flex-wrap:wrap;gap:2rem}[class^=col-]+[class^=col-]{margin-top:0}.col-50{width:calc(50% - 1rem)}.col-25{width:calc(25% - 1.5rem)}}.app{min-height:100vh;overflow:hidden}.app__navbar{background:var(--gradient-1);bottom:0;color:var(--color-white);opacity:0;overflow:hidden;padding:5.5rem 2rem 2.5rem;pointer-events:none;position:fixed;top:0;transform:translateY(-100%);transition:transform .4s var(--transition);width:100%;z-index:9998}.app__navbar.open{opacity:1;pointer-events:all;transform:translateY(0)}.app__navbar .logo{align-items:center;margin-bottom:2.75rem}.app__body{background:var(--color-light)}.app__main{padding:0 1.5rem 1.5rem}.app__footer{margin-top:2.5rem}@media only screen and (min-width:80rem){.app{display:flex}.app__navbar{--coef:1.75;--cross-size:670px;--target-size:1034px;opacity:1;padding:6rem 0 2rem 3rem;pointer-events:all;position:relative;transform:translateY(0);width:24rem}.app__navbar:after,.app__navbar:before{background-size:cover;content:"";pointer-events:none;position:absolute;z-index:-1}.app__navbar:before{background:var(--img-target);bottom:calc((var(--target-size)/var(--coef))*-1);height:var(--target-size);left:calc((var(--target-size)/var(--coef))*-1);width:var(--target-size)}.app__navbar:after{background:var(--img-cross);bottom:calc((var(--cross-size)/var(--coef))*-1);height:var(--cross-size);left:calc((var(--cross-size)/var(--coef))*-1);width:var(--cross-size)}.app__navbar .logo{margin-bottom:5.75rem;padding-right:3rem}.app__body{width:calc(100% - 24rem)}.app__main{padding:0 2.5rem 1.5rem}}@media only screen and (min-width:100rem){.app__main{padding:0 5rem 1.5rem}}.app__box{background:var(--color-white);border-radius:var(--radius-medium);box-shadow:var(--shadow);margin-top:2.75rem;padding:.875em}.app__box--wide{padding:1.5rem}input[type=datetime-local],input[type=email],input[type=password],input[type=text],select,textarea{background:var(--color-white);border:1px solid var(--color-gray);border-radius:var(--radius-large);font-size:1.07rem;font-weight:400;line-height:var(--element);outline:none;padding:0 1.5rem;transition:all .3s var(--transition);width:100%}input[type=datetime-local]:active,input[type=datetime-local]:focus,input[type=email]:active,input[type=email]:focus,input[type=password]:active,input[type=password]:focus,input[type=text]:active,input[type=text]:focus,textarea:active,textarea:focus{border-color:var(--color-main-2)}.button{backface-visibility:hidden;border:none;border-radius:var(--radius-large);display:inline-block;font-size:1.07rem;font-weight:400;line-height:var(--element);min-width:12rem;overflow:hidden;padding:0 1.5rem;position:relative;text-align:center;text-decoration:none;transform:all .3s var(--transition) .15s;vertical-align:top;white-space:nowrap;z-index:1}.button:before{bottom:-2px;content:"";left:-2px;position:absolute;right:-2px;top:-2px;transform:rotateX(-90deg);transition:all .4s var(--transition);z-index:-1}.button:active:before,.button:focus:before,.button:hover:before{transform:rotateX(0)}.button.full{width:100%}.button.icon{padding-right:5.25rem}.button.icon svg{height:28px;pointer-events:none;position:absolute;right:1.5rem;top:calc(50% - 14px);transform:all .3s var(--transition) .15s;width:28px}.button.small{font-size:1rem;line-height:calc(var(--element)/1.35)}.button.main{background:var(--color-main-2);background:var(--gradient-1);color:var(--color-white)}.button.main:before{background:var(--color-base)}.button.main svg{fill:var(--color-white)}.button.aside{background:var(--color-aside-1);background:var(--gradient-2);color:var(--color-white)}.button.aside:before{background:var(--color-main-3)}.button.aside svg{fill:var(--color-white)}.button.primary{background:var(--color-aside-3);color:var(--color-white)}.button.primary:before{background:var(--color-main-3)}.button.primary svg{fill:var(--color-white)}.button.secondary{background:var(--color-main-3);color:var(--color-white)}.button.secondary:before{background:var(--color-aside-3)}.button.secondary svg{fill:var(--color-white)}.button.base{background:var(--color-base);color:var(--color-white)}.button.base:before{background:var(--color-aside-1)}.button.base svg{fill:var(--color-white)}.button.white{background:var(--color-white);box-shadow:0 0 0 1px var(--color-gray);color:var(--color-base)}.button.white:active,.button.white:focus,.button.white:hover{color:var(--color-white)}.button.white:before{background:var(--color-base)}.button.white svg{fill:var(--color-aside-2)}.button.white:active svg,.button.white:focus svg,.button.white:hover svg{fill:var(--color-white)}.button.white-shadow{background:var(--color-white);box-shadow:var(--shadow);color:var(--color-base)}.button.white-shadow:active,.button.white-shadow:focus,.button.white-shadow:hover{color:var(--color-white)}.button.white-shadow:before{background:var(--color-base)}.button.white-shadow svg{fill:var(--color-main-1);color:var(--color-main-1)}.button.white-shadow:active svg,.button.white-shadow:focus svg,.button.white-shadow:hover svg{fill:var(--color-white)}@media only screen and (min-width:40rem){.button{padding:0 2.5rem}}@media only screen and (min-width:80rem){.app__controls__user a{font-size:.94rem;padding:2rem 5em 2rem 2.5em}.app__controls__touch{background:var(--color-main-1);background:var(--gradient-1);border-radius:0 0 0 var(--radius-medium);cursor:pointer;display:block;margin-left:calc(var(--radius-medium)*-1);padding:2rem}.app__controls__touch svg{fill:#0000;stroke:var(--color-white);height:2.75rem;transition:all .3s var(--transition)}.app__controls__touch:active svg,.app__controls__touch:focus svg,.app__controls__touch:hover svg{stroke:var(--color-aside-1)}.app__controls__menu{display:none}}.app__welcome{color:var(--color-slate);font-weight:700}.app__title{margin-bottom:2rem}.app__title h1{margin:0}.app__title p{color:var(--color-slate);font-weight:500}.app__bricks{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;margin-top:2em}.app__bricks__item{background:var(--color-white);border-radius:var(--radius-medium);box-shadow:var(--shadow);padding:2em 4em 2em 2.5em;position:relative;width:100%}.app__bricks__item strong{color:var(--color-aside-2);font-size:2.25em;font-weight:400;line-height:1.05}.app__bricks__item svg{fill:#0000;stroke:var(--color-gray);stroke-linecap:round;stroke-width:12px;height:24px;position:absolute;right:2rem;top:calc(50% - 12px)}.app__bricks__item:nth-child(2){background:var(--gradient-2);color:var(--color-white)}.app__bricks__item:nth-child(3){background:var(--gradient-1);color:var(--color-white)}.app__bricks__item:nth-child(2) strong,.app__bricks__item:nth-child(3) strong{color:var(--color-white)}.app__bricks__item:nth-child(2) svg,.app__bricks__item:nth-child(3) svg{stroke:var(--color-white)}@media only screen and (min-width:32rem){.app__bricks__item{width:calc(50% - .375rem)}}@media only screen and (min-width:60rem){.app__bricks__item{width:calc(25% - .5625rem)}}@media only screen and (min-width:100rem){.app__bricks__item strong{font-size:2.95em}}.app__filter__item svg{fill:#0000;stroke:var(--color-aside-2);stroke-width:2px;height:24px;right:1rem;top:calc(50% - 12px)}.app__table{margin-top:1.5rem;padding:0 1.5em}.app__table__header{font-size:.94rem;font-weight:300;line-height:1.7}.app__table__header strong{font-weight:400}.app__table__body{font-size:.94rem;margin-bottom:2.5rem;overflow-x:auto;padding-bottom:1em;white-space:nowrap}.app__table__body::-webkit-scrollbar{width:.9em}.app__table__body::-webkit-scrollbar-thumb{background:var(--color-main-1);background:var(--gradient-1);border-radius:var(--radius-medium)}.app__table__body::-webkit-scrollbar-track{border-radius:var(--radius-medium);box-shadow:inset 0 0 5px rgba(var(--color-rgb-black),.25)}.app__table__body td{border-top:1px solid var(--color-gray);color:var(--color-main-1);font-weight:300;padding:.75rem 1em;vertical-align:middle}.app__table__body td img{aspect-ratio:1/1;display:block}.app__table__body td a img{transition:all .3s var(--transition)}.app__table__body td a:active img,.app__table__body td a:focus img,.app__table__body td a:hover img{transform:scale(1.15)}.app__table__body th{font-weight:400;padding:.625rem 1em;text-transform:uppercase}.app__table__body th:first-child{padding-left:0}.app__table__body th:last-child{padding-right:0}@media only screen and (min-width:40rem){.app__table__body{margin-bottom:4rem}}.app__detail{padding:0 1.5rem 2.5rem}.app__info table td,.app__info table th{font-size:.875rem;font-weight:300;line-height:1.6;padding:.5rem 1em;width:50%}.app__info table tr:nth-child(odd) td,.app__info table tr:nth-child(odd) th{background:rgba(var(--color-rgb-black),.03)}.app__detail__side{margin:3rem auto 0;max-width:24rem;text-align:center}@media only screen and (min-width:60rem){.app__detail{display:flex;height:100%;justify-content:space-between;padding:0 0 0 3.5rem}.app__detail__main{padding-bottom:2.75rem;width:calc(100% - 29rem)}.app__detail__side{background:var(--color-white);border-radius:var(--raduis-medium) 0 0 0;box-shadow:var(--shadow);margin:4rem 0 0;max-width:none;padding:2.5rem 2.25rem 3rem;width:24.5rem}.app__info table td,.app__info table th{font-size:1rem}}@media only screen and (min-width:100rem){.app__detail{padding-left:5.5rem}.app__info{display:flex;flex-direction:column;gap:3.25rem}.sub__container{display:flex;gap:3.25rem;justify-content:space-between}.app__info__item{flex-grow:1}.app__info table td,.app__info table th{width:auto}}.app__360{height:31.25rem;margin:1rem 0;max-height:95vh;position:relative}@media only screen and (min-width:60rem){.app__360{margin:2rem 0}}.FormCheckboxes .choice-label{display:flex;justify-content:space-between}.FormCheckboxes .choice-label input{margin-left:1rem}.button.disabled{cursor:not-allowed;opacity:.6}.Select{position:relative}.Select .empty__option{min-height:40px}.Select .label__placeholder{line-height:var(--element);min-height:34px;padding-bottom:0}.FormDropdown{position:relative}.FormDropdown-container{background:#fff;box-shadow:-6px 6px 20px 0 #0e1e2533;padding:4px 0;position:absolute;transform:translateX(-100%)}.FormDropdown-container span{display:flex;flex-direction:column;line-height:normal;padding:4px 16px}.FormDropdown-container span:hover{background:gray}.NestedForm>p{border-bottom:2px solid gray;font-size:18px;margin-top:40px}.NestedForm .desc{font-size:13px;position:relative;top:-18px}.FormFile{display:flex;flex-direction:column;font-size:12px;text-transform:uppercase}.FormFile input{border:1px solid #d0d0d0;border-radius:4px;color:#58606d;font-size:18px;line-height:32px;margin-top:4px;outline:none;padding:8px}.FormList .list .list-item{align-items:center;display:flex;margin-bottom:1rem}.FormList .list .list-item svg{fill:var(--color-aside-2);cursor:pointer;height:3rem}.FormList .list .list-item .FormText{width:100%}.FormList p{border-bottom:2px solid gray;font-size:18px;margin-top:40px}.FormList .actions{margin-top:1rem}.accordion{border:1px solid #ccc;margin-bottom:1em}.accordion-header{align-items:center;background-color:#f0f0f0;cursor:pointer;display:flex;padding:.5em}.accordion-header-checkbox{margin-right:.5em}.accordion-header-arrow{height:10px;margin-left:auto;transform:rotate(45deg);transition:transform .2s;width:10px}.accordion-header-arrow span{border-left:1px solid #333;border-top:1px solid #333;display:block;height:100%;width:100%}.accordion-header-arrow-open{transform:rotate(225deg)}.accordion-content{display:none;padding:.5em}.accordion-content>div{display:flex}.accordion-content-open{display:block}.accordion-checkbox{margin-right:.5em}.accordion-label{padding:0}.MachineSelector{grid-gap:1rem;align-items:start;display:grid;grid-template-columns:100%;width:100%}@media only screen and (min-width:40rem){.MachineSelector{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:80rem){.MachineSelector{grid-template-columns:repeat(3,1fr)}}fieldset{border:none}.label,label{color:var(--color-base);cursor:pointer;display:block;font-size:1.07rem;font-weight:400;line-height:1.75;padding-bottom:.2em}.label::selection,label::selection{background:#0000;color:inherit}input[type=date],input[type=datetime-local],input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{background:var(--color-white);border:1px solid var(--color-gray);border-radius:var(--radius-large);font-size:1.07rem;font-weight:400;line-height:var(--element);outline:none;padding:0 1.5rem;transition:all .3s var(--transition);width:100%}input[type=datetime-local],input[type=email],input[type=password],input[type=text]{height:var(--element)}input[type=date]:active,input[type=date]:focus,input[type=datetime-local]:active,input[type=datetime-local]:focus,input[type=email]:active,input[type=email]:focus,input[type=number]:active,input[type=number]:focus,input[type=password]:active,input[type=password]:focus,input[type=text]:active,input[type=text]:focus,textarea:active,textarea:focus{border-color:var(--color-main-2)}input::placeholder,textarea::placeholder{color:rgba(var(--color-rgb-black),.5)}select{padding:1.125rem 1.75rem .25rem}textarea{height:6.5rem;line-height:1.75;overflow:auto;padding-bottom:.75rem;padding-top:.75rem;resize:vertical}.input-container{margin:0 0 2rem;position:relative}.check-container input[type=checkbox],.check-container input[type=radio]{height:30px;left:0;opacity:0;position:absolute;top:0;width:30px}.check-container label{font-size:.75rem;padding:.5em 0 0 2.5rem;position:relative;text-align:left;text-transform:uppercase}.check-container label:active,.check-container label:focus,.check-container label:hover{color:var(--color-main-2)}.check-container label:before{background:var(--color-white);border:1px solid var(--color-gray);content:"";height:24px;left:0;position:absolute;top:1px;transition:all .3s var(--transition);width:24px}.check-container label:active:before,.check-container label:focus:before{border-color:var(--color-main-2)}.check-container input:checked~label:after{content:"";position:absolute}.check-container input[type=checkbox]~label:before{border-radius:var(--radius-small)}.check-container input[type=checkbox]:checked~label:after{border-color:var(--color-main-2);border-style:solid;border-width:0 2px 2px 0;height:12px;left:9px;top:5px;transform:rotate(45deg);width:6px}.check-container input[type=radio]~label:before{border-radius:50%}.check-container input[type=radio]:checked~label:after{background:var(--color-main-2);border-radius:50%;height:12px;left:7px;top:8px;width:12px}@media only screen and (min-width:40rem){.check-container label{padding-top:.3em}}.dropdown{position:relative}.dropdown select{display:none}.dropdown__selection{background:var(--color-white);border:1px solid var(--color-gray);border-radius:var(--radius-large);cursor:pointer;font-size:1.07rem;font-weight:400;line-height:var(--element);padding:0 2.25rem 0 1.5rem;position:relative;transition:all .3s var(--transition);white-space:nowrap}.dropdown__selection.active{border-color:var(--color-main-2)}.dropdown__selection:before{background:#0000;border-bottom:1.5px solid var(--color-aside-2);border-left:1.5px solid var(--color-aside-2);content:"";height:8px;pointer-events:none;position:absolute;right:1rem;top:calc(50% - 7px);transform:rotate(-45deg);transition:all .3s var(--transition);width:8px;z-index:2}.dropdown__selection.active:before{top:calc(50% - 1px);transform:rotateX(180deg) rotate(-45deg)}.dropdown__options{background:var(--color-main-3);border:1px solid var(--color-white);border-radius:var(--radius-medium);color:var(--color-white);font-size:.875em;left:0;line-height:1.6;overflow:hidden;position:absolute;right:0;top:100%;z-index:99}.dropdown__options div{cursor:pointer;padding:.5rem 1rem;-webkit-user-select:none;user-select:none}.dropdown__options div+div{border-top:1px solid rgba(var(--color-rgb-white),.2)}.dropdown__options div.selected,.dropdown__options div:active,.dropdown__options div:focus,.dropdown__options div:hover{background:var(--color-aside-3)}.Error{background-color:#f8d7da;border:1px solid #0000;border-radius:var(--radius-large);color:#721c24;padding:.75rem 1.25rem}.Error,div.Success{margin-bottom:1rem;position:relative}div.Success{background-color:#d1e7dd;border:1px solid #badbcc;border-radius:var(--radius-large);color:#0f5132;line-height:1rem;padding:1rem}.login{display:flex;flex-direction:column;min-height:100vh;text-align:center}.login__main{padding:4rem 2rem 3rem}.login__main h1{font-weight:300;margin:0}.login__main .logo{align-items:center;display:flex;flex-direction:column;margin-bottom:2.5rem}.login__form{margin-top:2rem}.login__form .input-container label{padding-left:.75em}.login__options{margin-bottom:2rem}.login__options .remember{display:inline-block;margin-bottom:1rem}.login__options .forgotten button{background:#0000;border:none;color:var(--color-main-2);font-size:1rem;font-weight:700}.login__options .forgotten button:active,.login__options .forgotten button:focus,.login__options .forgotten button:hover{color:var(--color-aside-1)}.login__desc{background:var(--gradient-1);color:var(--color-white);flex-grow:1;font-weight:300;overflow:hidden;padding:3rem 2rem 2rem}.login__desc__title{margin-bottom:1.5em;position:relative;z-index:2}.login__desc__title h2{font-weight:300}.login__desc__footer{font-size:.875rem}.login__desc__footer a{color:var(--color-white);display:inline-block;font-weight:400;text-decoration:none}.login__desc__footer a:active,.login__desc__footer a:focus,.login__desc__footer a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.login__desc__footer p{margin-bottom:.4em}.login__desc__links{display:flex;flex-wrap:wrap;font-size:1.15em;gap:1.5rem;justify-content:center}.login__desc__img{content-visibility:hidden;display:none}@media only screen and (min-width:40rem){.login__main h1{font-size:2.5rem}.login__options{align-items:center;display:flex;gap:1.5rem;justify-content:space-between}.login__options .remember{display:block;margin-bottom:0}.login__desc__title{font-size:1.41em}}@media only screen and (min-width:60rem){.login{flex-direction:row;text-align:left}.login__main{width:40%}.login__main .logo{align-items:flex-start}.login__desc{display:flex;flex-direction:column;flex-grow:0;padding:4rem 3rem 3rem;position:relative;width:60%}.login__desc__footer{margin-top:auto;position:relative;z-index:2}.login__desc__links{gap:3rem;justify-content:flex-start}}@media only screen and (min-width:80rem){.login__desc__img{--cross-size:788px;--target-size:1100px;content-visibility:visible;display:block;position:absolute;right:3rem;top:calc(50% - 15rem);z-index:1}.login__desc__img:after,.login__desc__img:before{background-size:cover;content:"";position:absolute;z-index:-1}.login__desc__img:before{background:var(--img-target);height:var(--target-size);left:calc(50% - var(--target-size)/2);top:calc(50% - var(--target-size)/2);width:var(--target-size)}.login__desc__img:after{animation:spin 30s linear infinite;background:var(--img-cross);height:var(--cross-size);left:calc(50% - var(--cross-size)/2);top:calc(50% - var(--cross-size)/2);width:var(--cross-size)}.login__desc__img img{aspect-ratio:514/480;height:30rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}}@media only screen and (min-width:100rem){.login__main{padding:4rem 6rem}.login__desc{padding:16rem 8rem 7rem}}.app__nav ul{list-style:none;margin:0}.app__nav li+li{margin-top:.7em}.app__nav a{background:var(--color-main-3);border-radius:var(--radius-giant);color:var(--color-white);display:block;padding:1em 2.5em 1em 5.2em;position:relative;text-decoration:none}.app__nav a:active,.app__nav a:focus,.app__nav a:hover{background:var(--color-base)}.app__nav a.selected{background:var(--color-light);color:var(--color-base)}.app__nav a svg{fill:var(--color-aside-1);height:3rem;left:1.75rem;position:absolute;top:calc(50% - 1.5rem);width:2.5rem}@media only screen and (min-width:80rem){.app__nav a{border-radius:var(--radius-giant) 0 0 var(--radius-giant)}}.OverviewBrick{align-items:center;background-color:#fff;border-radius:14px;box-shadow:-6px 6px 20px 0 #0e1e2533;display:flex;height:54px;justify-content:space-between;padding:24px 32px;text-decoration:none}.OverviewBrick.pointer *{cursor:pointer}.OverviewBrick>div{display:flex;flex-direction:column}.OverviewBrick .label{color:#1b2338;font-size:14px}.OverviewBrick .value{color:#613688;font-size:32px}.OverviewBrick svg{color:#d1d1d9}.Overview .annotation label{color:#b7bac1;font-size:14px}.Overview .annotation h1{color:#1b2338;margin:10px 0 32px}.Overview .bricks{grid-column-gap:10px;grid-row-gap:10px;column-gap:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));row-gap:10px}.Overview .bricks .OverviewBrick:nth-child(2) .label,.Overview .bricks .OverviewBrick:nth-child(2) .value,.Overview .bricks .OverviewBrick:nth-child(2) svg,.Overview .bricks .OverviewBrick:nth-child(3) .label,.Overview .bricks .OverviewBrick:nth-child(3) .value,.Overview .bricks .OverviewBrick:nth-child(3) svg{color:#fff}.Overview .bricks .OverviewBrick:nth-child(2){background:linear-gradient(90deg,#6057a6,#573685);color:#fff}.Overview .bricks .OverviewBrick:nth-child(3){background-color:#1b2338}.DateRangeFilter .container{position:absolute;top:0}.DateRangeFilter .rdrDateRangePickerWrapper{border:1px solid gray}.BooleanFilter{position:relative}.BooleanFilter .container{position:absolute;top:0;width:120px}.SelectFilter{position:relative}.SelectFilter .empty__option{min-height:40px}.app__filter{align-items:center;background:var(--color-light);border-radius:var(--radius-large);display:flex;flex-wrap:wrap;gap:.75rem;padding:1rem 1.125rem}.app__filter__item{flex-grow:1;position:relative}.app__filter__item label{left:0;line-height:var(--element);padding:0 4rem 0 1.5rem;position:absolute;top:0;transition:all .3s var(--transition);z-index:2}.app__filter__item.mini label{font-size:.75rem;line-height:1.1;opacity:.75;top:.4rem}.app__filter__item svg{fill:var(--color-aside-2);height:3.2rem;pointer-events:none;position:absolute;top:0}.app__filter__item.ico input[type=datetime-local],.app__filter__item.ico input[type=email],.app__filter__item.ico input[type=text]{padding-right:3.25rem}.OverviewTable .cross{fill:var(--color-aside-2)}.OverviewTable .action{text-align:right}.app__table__actions{padding:1rem 1.125rem}.app__controls{display:flex;justify-content:flex-end;margin-bottom:1rem}.app__controls__user a{background:var(--color-white);border-radius:0 0 0 var(--radius-medium);box-shadow:var(--shadow);color:var(--color-base);display:block;font-size:.8125rem;font-weight:300;height:100%;line-height:1.5;padding:.75rem 2em .75rem 1.5em;text-decoration:none}.app__controls__user a:active,.app__controls__user a:focus,.app__controls__user a:hover{background:var(--color-base);color:var(--color-white)}.app__controls__user a strong{color:var(--color-main-1);font-size:1.27em;font-weight:400;line-height:1.1;transition:all .3s var(--transition)}.app__controls__user a:active strong,.app__controls__user a:focus strong,.app__controls__user a:hover strong{color:var(--color-white)}.app__controls__touch{display:none}.app__controls__menu{position:relative;z-index:9999}.app__controls__menu button{align-items:center;background:var(--color-aside-1);background:var(--gradient-2);border:none;color:var(--color-white);display:flex;flex-direction:column;height:100%;justify-content:center;min-width:4rem;outline:none;padding:.25em .75em;position:relative;transition:all .3s var(--transition);z-index:2}.app__controls__menu button:active,.app__controls__menu button:focus,.app__controls__menu button:hover{background:var(--color-main-3)}.app__controls__menu button.open{background:var(--color-aside-3)}.app__controls__menu .burger{height:22px;position:relative;width:75%}.app__controls__menu .burger span{background:var(--color-white);height:1px;left:0;position:absolute;right:0;top:calc(50% - 1px);transition:background .2s var(--transition)}.app__controls__menu .open .burger span{background:none;left:-3px}.app__controls__menu .burger span:after,.app__controls__menu .burger span:before{background:var(--color-white);content:"";height:1px;left:0;position:absolute;transition-delay:.3s,0s,0s;transition-duration:.3s,.3s,.2s}.app__controls__menu .burger span:before{right:0;top:-6px;transition-property:top,transform,background}.app__controls__menu .open .burger span:before{left:.625rem;top:0;transform:rotate(45deg);width:20px}.app__controls__menu .burger span:after{bottom:-6px;right:8px;transition-property:bottom,transform,background}.app__controls__menu .open .burger span:after{bottom:0;left:.625rem;transform:rotate(-45deg);width:20px}.app__controls__menu .stamp{font-size:.625rem;font-weight:400;text-align:center;text-transform:uppercase;width:100%}@media only screen and (min-width:80rem){.app__controls__user a{font-size:.94rem;padding:2rem 5em 2rem 2.5em}.app__controls__touch{align-items:center;background:var(--color-main-1);background:var(--gradient-1);border-radius:0 0 0 var(--radius-medium);cursor:pointer;display:flex;margin-left:calc(var(--radius-medium)*-1);padding:15px 9px}.app__controls__touch svg{fill:#0000;stroke:var(--color-white);stroke-width:1.5px;height:5.5rem;transition:all .3s var(--transition)}.app__controls__touch:active svg,.app__controls__touch:focus svg,.app__controls__touch:hover svg{stroke:var(--color-aside-1)}.app__controls__menu{display:none}}.OverviewPagination li{align-items:center;display:flex}.OverviewPagination li a{text-decoration:none}.OverviewPagination{margin:2rem 0 1rem}.OverviewPagination ul{display:flex;flex-wrap:wrap;gap:.625rem;justify-content:center;list-style:none;margin:0}.OverviewPagination .button{align-items:center;background:var(--color-aside-2);border:2px solid var(--color-aside-2);border-radius:var(--radius-medium);color:var(--color-white);display:flex;font-size:1.25rem;font-weight:300;height:3rem;justify-content:center;line-height:2rem;min-width:3rem;padding:0;transition:border .3s var(--transition) .12s}.OverviewPagination li:not(.selected) .button:active,.OverviewPagination li:not(.selected) .button:focus,.OverviewPagination li:not(.selected) .button:hover{border-color:var(--color-main-3)}.OverviewPagination li:not(.selected) .button:before{background:var(--color-main-3);border-radius:var(--radius-medium)}.OverviewPagination .selected .button{background:var(--color-white);border-color:var(--color-aside-2);color:var(--color-base);cursor:default}.Photos .Photos-item-row.checked td{background-color:#c4ffbd4d}.Photos .Photos-item-row.rephoto td{background-color:#ffbb604d}.Photos .csv-icon{fill:var(--color-aside-2);cursor:pointer;height:32px;margin-left:1rem}.Photos .csv-icon.isLoading{cursor:wait}.Photos .app__table__header{align-items:center;display:flex}.Machines .OverviewTable table td:first-child,.Machines .OverviewTable table th:first-child{min-width:220px;width:25%}.Machines .OverviewTable table td:nth-child(2),.Machines .OverviewTable table td:nth-child(3),.Machines .OverviewTable table th:nth-child(2),.Machines .OverviewTable table th:nth-child(3){min-width:120px;width:10%}.Machines .OverviewTable table td:nth-child(4),.Machines .OverviewTable table th:nth-child(4){min-width:120px;width:15%}.Machines .OverviewTable table td:nth-child(5),.Machines .OverviewTable table th:nth-child(5){min-width:180px;width:15%}.ClientForm{background-color:#fff;border-radius:16px;box-shadow:-6px 6px 20px 0 #0e1e2533;margin-top:48px;padding:24px 32px}.ClientForm .formContent{display:flex}.ClientForm .formContent form{width:100%}.ClientForm .formActions{display:flex;justify-content:space-between;margin-top:40px}.ClientForm .formContent form .grid>div,.ClientForm .formContent form>.customGrid{grid-column-gap:24px;grid-row-gap:16px;column-gap:24px;display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:16px;row-gap:16px}.ClientForm .formContent .colorSettings>label{font-size:26px}.ClientForm .FormCheckbox input{margin-top:.5rem}.ClientForm .FormCheckbox{margin-bottom:auto;text-transform:uppercase}.ClientForm .formContent .divider{background:var(--color-aside-2)}.ClientForm .formContent h4{color:var(--color-aside-2);margin-top:96px}.UserDefinedInputItemForm{grid-column-gap:16px;align-items:center;display:grid;grid-template-columns:1fr 1fr 1fr}.UserDefinedInputsForm .userDefinedRow{grid-column-gap:16px;align-items:center;display:grid;grid-template-columns:1fr 32px;margin-top:40px}.UserDefinedInputsForm .userDefinedRow>svg{cursor:pointer;margin:16px 16px 0}.UserDefinedInputsForm p{border-bottom:2px solid gray;font-size:18px}.MachineForm .formContent{display:flex}.MachineForm .formContent form{width:100%}.MachineForm .formContent form .grid div,.MachineForm .formContent form>.customGrid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-bottom:16px}.MachineForm .formActions{display:flex;justify-content:space-between;margin-top:40px}.MachineForm .userDefinedInput{font-size:24px}.MachineForm .formContent .divider{background:var(--color-aside-2)}.MachineForm .formContent h4{color:var(--color-aside-2);margin-top:96px}.UserForm .actionsGroup button:not(:last-child){margin-right:1rem}.UserForm .formActions{display:flex;justify-content:space-between;margin-top:2rem}.wr360_player{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);background:#fff;height:100%;touch-action:pan-y;-webkit-user-select:none;user-select:none;width:100%}.wr360_player .container{background:inherit!important;border:0!important;box-shadow:none!important;cursor:pointer!important;font-family:Tahoma,sans-serif;margin:0!important;max-width:none!important;overflow:hidden;padding:0!important;position:relative}.wr360_player .container:before{display:none!important}.wr360_player .container .spinner_hint{cursor:pointer;display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:11}.wr360_player .container .spinner_hint .spinner_hint_aligner{bottom:20px;left:0;position:absolute;text-align:center;width:100%;z-index:1}.wr360_player .container .spinner_hint .spinner_hint_item{background:#f0f0f0e0;border-radius:0;color:#696969;display:inline-block;font-family:Tahoma,Helvetica,Sans-Serif;font-size:11px;line-height:14px;margin:0 auto;max-width:300px;opacity:0;padding:7px 18px;transition:.2s ease}@-moz-document url-prefix(){.wr360_player .container .spinner_hint .spinner_hint_item{padding-bottom:8px}}.wr360_player .container .spinner_hint:hover .spinner_hint_item{background:#e1e1e1c7;color:#555;padding-left:22px;padding-right:22px;transition:.3s ease}.wr360_player img{border:none!important;box-shadow:none!important;cursor:pointer!important;image-rendering:-webkit-optimize-contrast;max-height:none!important;max-width:none!important}.wr360_player .arrow_zoom_cursor,.wr360_player .arrow_zoom_cursor>img{cursor:url(/static/media/pointer-zoom-in.2366d3dd503d8409b4d8.svg),zoom-in!important}.wr360_player .arrow_zoom_cursor.container_zoomed,.wr360_player .arrow_zoom_cursor.container_zoomed>img{cursor:url(/static/media/pointer-zoom-out.de3a680c096d378adb03.svg),zoom-out!important}.wr360_player .arrow_zoom_cursor.container_zoomoff,.wr360_player .arrow_zoom_cursor.container_zoomoff>img{cursor:url(/static/media/pointer-zoom-off.e66d2051b31e898db218.svg),pointer!important}.wr360_player .zoom_cursor,.wr360_player .zoom_cursor>img{cursor:zoom-in!important}.wr360_player .zoom_cursor.container_zoomed,.wr360_player .zoom_cursor.container_zoomed>img{cursor:zoom-out!important}.wr360_player .zoom_cursor.container_zoomoff,.wr360_player .zoom_cursor.container_zoomoff>img{cursor:pointer!important}@media not all and (-webkit-min-device-pixel-ratio:0),not all and (min-resolution:.001dpcm){@media{.wr360_player img{image-rendering:auto}}}.wr360_player .container .panning{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:none;left:0;position:absolute;top:0;z-index:1}.wr360_player .container .theme_header{font-family:Tahoma,Helvetica,Sans-Serif;height:20px;left:0;margin:3px 0 0;position:absolute;top:0;width:100%;z-index:2}.wr360_player .container .theme_panel{visibility:hidden}.wr360_player .container .theme_header .progress_wrap{cursor:pointer;float:left}.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs{display:none;height:28px;margin:10px 0 0 15px;-webkit-user-select:none;user-select:none}.wr360_player .container .theme_header .progress_wrap .progress_bar_anim{display:none;height:16px;margin:1px 0 0 6px;-webkit-user-select:none;user-select:none}.wr360_player .container .theme_header .progress_wrap .progress_bar_anim div,.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs div{animation:wr360_progress_delay 1.2s ease-in-out infinite;background-color:#bbb;float:left;height:100%;margin:0 2px 0 0;opacity:0;overflow:hidden;width:5px}.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs div{background-color:#aaa;margin:0 3px 0 0;width:6px}.wr360_player .container .theme_header .progress_wrap .progress_bar_anim .animbar1,.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs .animbar1{animation-delay:-1.2s}.wr360_player .container .theme_header .progress_wrap .progress_bar_anim .animbar2,.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs .animbar2{animation-delay:-1.1s}.wr360_player .container .theme_header .progress_wrap .progress_bar_anim .animbar3,.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs .animbar3{animation-delay:-1s}.wr360_player .container .theme_header .progress_wrap .progress_bar_anim .animbar4,.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs .animbar4{animation-delay:-.9s}.wr360_player .container .theme_header .progress_wrap .progress_bar_anim .animbar5,.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs .animbar5{animation-delay:-.8s}.wr360_player .container .theme_header .progress_wrap .progress_bar_anim span.percentnums{color:#999;display:none;float:left;font-size:8px;height:16px;line-height:16px;margin:0 0 0 4px;width:25px}.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs span.percentnums{color:#999;display:none;float:left;font-size:11px;height:28px;line-height:28px;margin:0 0 0 6px;width:25px}@-moz-document url-prefix(){.wr360_player .container .theme_header .progress_wrap .progress_bar_anim span.percentnums,.wr360_player .container .theme_header .progress_wrap .progress_bar_anim_fs span.percentnums{margin-top:-1px}}@keyframes wr360_progress_delay{0%,40%,to{transform:scaleY(.5);-webkit-transform:scaleY(.5)}20%{opacity:1;transform:scaleY(1);-webkit-transform:scaleY(1)}}.wr360_player .container .theme_header a.watermark{cursor:pointer;display:none;float:left;height:1px;margin:5px 0 0 5px;width:1px}.wr360_player a.fullscreenoff_button{background:url(/static/media/fullscreenoff.f893deb9e6343d92455b.svg) no-repeat 50%;cursor:pointer;display:block;height:50px;position:absolute;right:23px;top:20px;transition:none!important;width:50px;z-index:10}.wr360_player a.fullscreenoff_button:hover{opacity:.8}.wr360_player .container .hotspot_indicator{--anim-duration:2000ms;background-repeat:no-repeat;cursor:pointer;z-index:4}.wr360_player .container .indicator_effect_pulseRinged{position:relative}.wr360_player .container .indicator_effect_pulseRinged:after{animation:wr360_effect_pulse_ringed var(--anim-duration) ease-out infinite;border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;transform-origin:center;width:100%;z-index:1}.wr360_player .container .indicator_effect_pulseRinged:before{animation:wr360_effect_pulse_ringed_border var(--anim-duration) ease-out infinite;border:1px solid #c8c8c800;border-radius:50%;content:"";height:100%;left:-1px;position:absolute;top:-1px;transform-origin:center;width:100%;z-index:2}.wr360_player .container .indicator_effect_spin{animation:wr360_effect_spin var(--anim-duration) linear infinite}.wr360_player .container .indicator_effect_scaleUp{animation:wr360_effect_scale_up .3s cubic-bezier(.22,.02,.13,.99) forwards;transform:scale(0)}.wr360_player .container .indicator_effect_pulseSimple{animation:wr360_effect_pulse_simple var(--anim-duration) ease-out 0s infinite}.wr360_player .container .indicator_effect_pulseOuter{animation:wr360_effect_pulse_outer var(--anim-duration) ease-out infinite;border-radius:50%}.wr360_player .container .indicator_effect_pulseRipple{position:relative}.wr360_player .container .indicator_effect_pulseRipple:after,.wr360_player .container .indicator_effect_pulseRipple:before{animation:wr360_effect_pulse_ripple var(--anim-duration) linear 0s infinite;background:#0000;border:1px solid #eee;border-radius:50%;content:"";height:100%;left:-1px;position:absolute;top:-1px;transform-origin:center;width:100%}.wr360_player .container .indicator_effect_pulseRipple:before{animation-delay:1s}.wr360_player .container .indicator_effect_pulseDoubleOuter{animation:wr360_effect_pulse_double_outer var(--anim-duration) ease-out infinite;border-radius:50%}.wr360_player .container .hotspot_indicator_hidden{display:none!important}.wr360_player .container .indicator_link_wrap{position:absolute;z-index:3}.wr360_player .container .indicator_link{position:absolute;transform-origin:top left}.wr360_player .container .position_rollover{cursor:pointer;left:0;position:absolute;top:0;visibility:hidden;z-index:15}.wr360_player .container .position_rollover>a{box-sizing:border-box;display:inline-block;text-decoration:none}.wr360_player .container .position_rollover>div{box-sizing:border-box}.wr360_player .container .lightbox_rollover{background-color:#000;cursor:default;display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:18}.wr360_player .container .lightbox_rollover *,.wr360_player .container .lightbox_rollover2 *{box-sizing:border-box}.wr360_player .container .lightbox_rollover .closelbox{background:url(/static/media/lightbox_close.f5ccfbf49bbc990a4211.svg) 7px 7px no-repeat;cursor:pointer;height:28px;position:absolute;right:15px;top:15px;width:28px}.wr360_player .container .lightbox_rollover .closelbox:hover{opacity:.8}.wr360_player .container .lightbox_rollover .img_wrap{background-position:50%;background-repeat:no-repeat;height:100%;max-height:100%;max-width:100%;width:100%}.wr360_player .container .lightbox_rollover a.img_wrap{display:block}.wr360_player .container .lightbox_rollover .img_title{background-color:#414141e6;bottom:0;left:0;max-width:100%;padding:0;position:absolute;text-align:left;width:100%}.wr360_player .container .lightbox_rollover .img_title a{color:red}.wr360_player .container .lightbox_rollover .img_title .usr_text{color:#fff;display:inline-block;font-size:16px;line-height:19px;padding:15px 20px 19px;text-align:left;width:50%}.wr360_player .container .lightbox_rollover .img_title a.usr_text{display:block;text-decoration:none}.wr360_player .container .lightbox_rollover2{align-items:center;background:#0000;cursor:pointer;display:flex;height:100%;justify-content:center;left:0;padding:0;position:relative;top:0;width:100%;z-index:18}.wr360_player .container .lightbox_rollover2 .lbox2_wrap{cursor:auto;height:100%;position:relative;width:100%}.wr360_player .container .lightbox_rollover2 .closelbox{background:none;cursor:pointer;height:26px;opacity:1;position:absolute;right:7px;top:7px;width:26px;z-index:2}.wr360_player .container .lightbox_rollover2 .closelbox:hover{opacity:.7}.wr360_player .container .lightbox_rollover2 .closelbox>div{background-color:#a3a3a3;height:100%;left:calc(50% - 1px);position:absolute;width:2px}.wr360_player .container .lightbox_rollover2 .closelbox div:first-child{transform:rotate(45deg)}.wr360_player .container .lightbox_rollover2 .closelbox div:nth-child(2){transform:rotate(-45deg)}.wr360_player .container .lightbox_rollover2 .lbox2_content{cursor:auto;height:100%;overflow:auto;padding:0 5px;position:relative;scrollbar-color:#b3b3b3 #0000;scrollbar-width:thin;width:100%;z-index:1}.wr360_player .container .lightbox_rollover2 .lbox2_content::-webkit-scrollbar{width:6px}.wr360_player .container .lightbox_rollover2 .lbox2_content::-webkit-scrollbar-thumb{background-color:#b3b3b3;border-radius:6px}.wr360_player .container .lightbox_rollover2 a.lbox2_content{color:inherit;cursor:pointer;display:block;text-decoration:none}.wr360_player .container .lightbox_rollover2 .lbox2_content.lbox2_frame{overflow:hidden;padding:0}.wr360_player .container .lightbox_rollover2 .lbox2_content iframe{border:none;height:100%;width:100%}.wr360_player .container .lightbox_rollover2 .lbox2_content img{cursor:auto!important}.wr360_player .container .lightbox_rollover2 .lbox2_wait{animation:wr360_popup_wait .9s ease-in-out infinite;background-color:#999;border-radius:100%;bottom:0;height:50px;left:0;margin:auto;position:absolute;right:0;top:0;width:50px;z-index:0}@keyframes wr360_effect_pulse_ringed{0%{box-shadow:0 0 1px 0 #eee0}50%{box-shadow:0 0 1px 7px #eee9}to{box-shadow:0 0 1px 0 #eee0}}@keyframes wr360_effect_pulse_ringed_border{0%{border-color:#c8c8c800;transform:scale(1)}50%{border-color:#c8c8c899;transform:scale(1.46)}to{border-color:#c8c8c800;transform:scale(1)}}@keyframes wr360_effect_spin{to{transform:rotate(1turn)}}@keyframes wr360_effect_scale_up{to{transform:scale(1)}}@keyframes wr360_effect_pulse_simple{0%,to{opacity:.85;transform:scale(.84)}50%{opacity:1;transform:scale(1)}}@keyframes wr360_effect_pulse_outer{0%{box-shadow:0 0 1px 0 #eee,0 0 0 0 #eee0}to{box-shadow:0 0 1px 15px #eee0,0 0 0 0 #eeeeeeb3}}@keyframes wr360_effect_pulse_ripple{0%{opacity:.9;transform:scale(1)}90%{opacity:0;transform:scale(2)}to{opacity:0;transform:scale(1)}}@keyframes wr360_effect_pulse_double_outer{0%{box-shadow:0 0 0 1px #0000,0 0 0 0 #0000}15%{box-shadow:0 0 0 5px #eeeeee80,0 0 3px 10px #eeeeee80}to{box-shadow:0 0 0 4px #0000,0 0 3px 20px #eee0}}@keyframes wr360_popup_wait{0%{transform:scale(0)}to{opacity:0;transform:scale(1)}}.wr360_player.basic .container .theme_panel_back{bottom:0;height:34px;left:0;position:absolute;width:100%;z-index:2}.wr360_player.basic .container .theme_panel{bottom:0;cursor:pointer!important;height:34px;left:0;position:absolute;width:100%;z-index:3}.wr360_player.basic .container .theme_panel .toolbar{background:inherit!important;border:none!important;box-sizing:initial!important;height:34px;margin:0 auto;padding:0 10px;pointer-events:none;position:relative}.wr360_player.basic .container .theme_panel .toolbar>a{display:block;float:left;height:24px;margin:5px 0 0 11px;opacity:.7;transition:none!important;width:22px}.wr360_player.basic .container .theme_panel .toolbar>a:first-of-type{margin-left:0}.wr360_player.basic .container .theme_panel .toolbar a.left_button{background:url(/static/media/left.1f0cba54b9ea9b158f18.svg) no-repeat 0 0}.wr360_player.basic .container .theme_panel .toolbar a.right_button{background:url(/static/media/right.bbbf9680f3a8f996ea80.svg) no-repeat 0 0;margin-right:2px}.wr360_player.basic .container .theme_panel .toolbar a.up_button{background:url(/static/media/up.1aaa346521eafbccee46.svg) no-repeat 0 0;margin-left:10px}.wr360_player.basic .container .theme_panel .toolbar a.down_button{background:url(/static/media/down.e555d799020120ec4980.svg) no-repeat 0 0;margin-left:7px}.wr360_player.basic .container .theme_panel .toolbar a.play_button{background:url(/static/media/play.2fb5133ec398aa6bdab5.svg) no-repeat 0 0}.wr360_player.basic .container .theme_panel .toolbar a.pause_button{background:url(/static/media/pause.59fb592715fe856cfca6.svg) no-repeat 0 0}.wr360_player.basic .container .theme_panel .toolbar a.zoomin_button{background:url(/static/media/zoomin.5cc13bad19dbef7c4cd2.svg) no-repeat 0 0}.wr360_player.basic .container_zoomoff .theme_panel .toolbar a.zoomin_button,.wr360_player.basic .container_zoomoff .theme_panel .toolbar a.zoomin_button:hover{cursor:default;opacity:.4}.wr360_player.basic .container .theme_panel .toolbar a.zoomout_button{background:url(/static/media/zoomout.05b174094352f9071d14.svg) no-repeat 0 0}.wr360_player.basic .container .theme_panel .toolbar a.hotspotson_button{background:url(/static/media/hotspoton.91b4d60dc9eb3e4f83c4.svg) no-repeat 0 0;margin-left:8px}.wr360_player.basic .container .theme_panel .toolbar a.hotspotsoff_button{background:url(/static/media/hotspotoff.4509419e016340bb81b5.svg) no-repeat 0 0;margin-left:8px}.wr360_player.basic .container .theme_panel .toolbar a.fullscreenon_button{background:url(/static/media/fullscreenon.37512f71873c5f0b3e66.svg) no-repeat 0 0}.wr360_player.basic .container .theme_panel .toolbar>a:hover{opacity:.6}.wr360_player.empty .container .theme_panel,.wr360_player.empty .container .theme_panel_back{bottom:0!important;height:0!important;left:0!important;margin:0!important;position:absolute;width:0!important;z-index:0!important}.wr360_player.empty .container .theme_panel{cursor:pointer!important}.wr360_player.empty .container .theme_panel .toolbar{height:0!important;margin:0!important;padding:0!important;pointer-events:none;position:relative}.wr360_player.empty .container .theme_panel .toolbar a.down_button,.wr360_player.empty .container .theme_panel .toolbar a.fullscreenoff_button,.wr360_player.empty .container .theme_panel .toolbar a.fullscreenon_button,.wr360_player.empty .container .theme_panel .toolbar a.hotspotsoff_button,.wr360_player.empty .container .theme_panel .toolbar a.hotspotson_button,.wr360_player.empty .container .theme_panel .toolbar a.left_button,.wr360_player.empty .container .theme_panel .toolbar a.pause_button,.wr360_player.empty .container .theme_panel .toolbar a.play_button,.wr360_player.empty .container .theme_panel .toolbar a.right_button,.wr360_player.empty .container .theme_panel .toolbar a.up_button,.wr360_player.empty .container .theme_panel .toolbar a.zoomin_button,.wr360_player.empty .container .theme_panel .toolbar a.zoomout_button{background:none!important;display:none!important;height:0!important;margin:0!important;width:0!important}.wr360_player.retina .container .theme_panel_back{bottom:0;height:50px;left:0;position:absolute;width:100%;z-index:2}.wr360_player.retina .container .theme_panel{bottom:0;cursor:pointer!important;height:50px;left:0;position:absolute;width:100%;z-index:3}.wr360_player.retina .container .theme_panel .toolbar{background:inherit!important;border:none!important;box-sizing:initial!important;height:42px;margin:0 auto;padding:3px 10px 0;pointer-events:none;position:relative}.wr360_player.retina .container .theme_panel .toolbar>a{display:block;float:left;height:38px;margin:3px 0 0 11px;transition:none!important;width:38px}.wr360_player.retina .container .theme_panel .toolbar>a:first-of-type{margin-left:0}.wr360_player.retina .container .theme_panel .toolbar a.left_button{background:url(/static/media/left.3d4edbc5e62d83ac6e9a.svg) no-repeat 0 0}.wr360_player.retina .container .theme_panel .toolbar a.right_button{background:url(/static/media/right.27117844ee8793bc3b7b.svg) no-repeat 0 0}.wr360_player.retina .container .theme_panel .toolbar a.up_button{background:url(/static/media/up.becb63c32cb0c1a31302.svg) no-repeat 0 0}.wr360_player.retina .container .theme_panel .toolbar a.down_button{background:url(/static/media/down.a52feae2235cc7c368bf.svg) no-repeat 0 0}.wr360_player.retina .container .theme_panel .toolbar a.play_button{background:url(/static/media/play.9827c3c6f37a9273c5fe.svg) no-repeat 0 0}.wr360_player.retina .container .theme_panel .toolbar a.pause_button{background:url(/static/media/pause.94a121c3e4c3de65e9c9.svg) no-repeat 0 0}.wr360_player.retina .container .theme_panel .toolbar a.zoomin_button{background:url(/static/media/zoomin.ff00eb1c2e7492655010.svg) no-repeat 0 0}.wr360_player.retina .container_zoomoff .theme_panel .toolbar a.zoomin_button,.wr360_player.retina .container_zoomoff .theme_panel .toolbar a.zoomin_button:hover{cursor:default;opacity:.4}.wr360_player.retina .container .theme_panel .toolbar a.zoomout_button{background:url(/static/media/zoomout.12bbeeb0a791f506dcd6.svg) no-repeat 0 0}.wr360_player.retina .container .theme_panel .toolbar a.hotspotson_button{background:url(/static/media/hotspoton.ff4ccf1cdddb41d2cdfd.svg) no-repeat 0 0}.wr360_player.retina .container .theme_panel .toolbar a.hotspotsoff_button{background:url(/static/media/hotspotoff.e403280172540901b6a6.svg) no-repeat 0 0}.wr360_player.retina .container .theme_panel .toolbar a.fullscreenon_button{background:url(/static/media/fullscreenon.b0865d3bad1ddb7ee453.svg) no-repeat 0 0}.wr360_player.retina .container .theme_panel .toolbar>a:hover{opacity:.8}.wr360_player.round .container .theme_panel_back{bottom:0;height:38px;left:0;position:absolute;width:100%;z-index:2}.wr360_player.round .container .theme_panel{bottom:0;cursor:pointer!important;height:38px;left:0;position:absolute;width:100%;z-index:3}.wr360_player.round .container .theme_panel .toolbar{background:inherit!important;border:none!important;box-sizing:initial!important;height:29px;margin:0 auto;padding:3px 10px 0;pointer-events:none;position:relative}.wr360_player.round .container .theme_panel .toolbar>a{display:block;float:left;height:28px;margin:2px 0 0 8px;opacity:1;transition:none!important;width:28px}.wr360_player.round .container .theme_panel .toolbar>a:first-of-type{margin-left:0}.wr360_player.round .container .theme_panel .toolbar a.left_button{background:url(/static/media/left.395b950ce3f5009bd7bd.svg) no-repeat 0 0}.wr360_player.round .container .theme_panel .toolbar a.right_button{background:url(/static/media/right.c92f004ef7ede061076d.svg) no-repeat 0 0}.wr360_player.round .container .theme_panel .toolbar a.up_button{background:url(/static/media/up.e3790c9a93fb7c311b6f.svg) no-repeat 0 0}.wr360_player.round .container .theme_panel .toolbar a.down_button{background:url(/static/media/down.fabadbc9c08f7457a2ce.svg) no-repeat 0 0}.wr360_player.round .container .theme_panel .toolbar a.play_button{background:url(/static/media/play.7e6f1a453a16139af1d0.svg) no-repeat 0 0}.wr360_player.round .container .theme_panel .toolbar a.pause_button{background:url(/static/media/pause.47c613c3ebeffe6b932c.svg) no-repeat 0 0}.wr360_player.round .container .theme_panel .toolbar a.zoomin_button{background:url(/static/media/zoomin.63b57f6c1b66de37db5d.svg) no-repeat 0 0}.wr360_player.round .container_zoomoff .theme_panel .toolbar a.zoomin_button,.wr360_player.round .container_zoomoff .theme_panel .toolbar a.zoomin_button:hover{cursor:default;opacity:.4}.wr360_player.round .container .theme_panel .toolbar a.zoomout_button{background:url(/static/media/zoomout.c4e6c62db37bd95072dd.svg) no-repeat 0 0}.wr360_player.round .container .theme_panel .toolbar a.hotspotson_button{background:url(/static/media/hotspoton.a3804ee97f435e612501.svg) no-repeat 0 0}.wr360_player.round .container .theme_panel .toolbar a.hotspotsoff_button{background:url(/static/media/hotspotoff.4465912dae40b8fbfb07.svg) no-repeat 0 0}.wr360_player.round .container .theme_panel .toolbar a.fullscreenon_button{background:url(/static/media/fullscreenon.f7d61742049c3ee60c79.svg) no-repeat 0 0}.wr360_player.round .container .theme_panel .toolbar>a:hover{opacity:.8}.wr360_player.thin .container .theme_panel_back{bottom:0;height:28px;left:0;position:absolute;width:100%;z-index:2}.wr360_player.thin .container .theme_panel{bottom:0;cursor:pointer!important;height:28px;left:0;position:absolute;width:100%;z-index:3}.wr360_player.thin .container .theme_panel .toolbar{background:inherit!important;border:none!important;box-sizing:initial!important;height:28px;margin:0 auto;padding:1px 10px 0;pointer-events:none;position:relative}.wr360_player.thin .container .theme_panel .toolbar>a{display:block;float:left;height:18px;margin:4px 0 0 12px;opacity:1;transition:none!important;width:18px}.wr360_player.thin .container .theme_panel .toolbar>a:first-of-type{margin-left:0}.wr360_player.thin .container .theme_panel .toolbar a.left_button{background:url(/static/media/left.d0fe522a31e2dc381840.svg) no-repeat 0 0;margin-right:-2px}.wr360_player.thin .container .theme_panel .toolbar a.right_button{background:url(/static/media/right.566857c2fdce329d8a0a.svg) no-repeat 0 0;margin-right:-1px}.wr360_player.thin .container .theme_panel .toolbar a.up_button{background:url(/static/media/up.fbd7d7eaaf6cddfc45d3.svg) no-repeat 0 0}.wr360_player.thin .container .theme_panel .toolbar a.down_button{background:url(/static/media/down.07ffd8c18606d7e8383d.svg) no-repeat 0 0}.wr360_player.thin .container .theme_panel .toolbar a.play_button{background:url(/static/media/play.572a7e2aa9e9a8d0ebe5.svg) no-repeat 0 0}.wr360_player.thin .container .theme_panel .toolbar a.pause_button{background:url(/static/media/pause.117bf71d53c5805a3275.svg) no-repeat 0 0}.wr360_player.thin .container .theme_panel .toolbar a.zoomin_button{background:url(/static/media/zoomin.faf5065e2514587c2315.svg) no-repeat 0 0}.wr360_player.thin .container_zoomoff .theme_panel .toolbar a.zoomin_button,.wr360_player.thin .container_zoomoff .theme_panel .toolbar a.zoomin_button:hover{cursor:default;opacity:.4}.wr360_player.thin .container .theme_panel .toolbar a.zoomout_button{background:url(/static/media/zoomout.5e9d37f3397de9af0ca0.svg) no-repeat 0 0}.wr360_player.thin .container .theme_panel .toolbar a.hotspotson_button{background:url(/static/media/hotspoton.b2f132b97b0371281141.svg) no-repeat 0 0}.wr360_player.thin .container .theme_panel .toolbar a.hotspotsoff_button{background:url(/static/media/hotspotoff.ed9d22d5be76f4a2b69c.svg) no-repeat 0 0}.wr360_player.thin .container .theme_panel .toolbar a.fullscreenon_button{background:url(/static/media/fullscreenon.a1ab980952ee327bb347.svg) no-repeat 0 0}.wr360_player.thin .container .theme_panel .toolbar>a:hover{opacity:.8}.wr360_player.zoom_dark .container .theme_panel_back{display:none}.wr360_player.zoom_dark .container .theme_panel{bottom:0;height:66px;left:0;pointer-events:none;position:absolute;width:100%;z-index:3}.wr360_player.zoom_dark .container .theme_panel .toolbar{background:inherit!important;border:none!important;box-sizing:initial!important;margin:15px auto 0;padding:0 15px;pointer-events:none;position:relative}.wr360_player.zoom_dark .container .theme_panel .toolbar>a{display:none!important;height:0;transition:none!important;width:0}.wr360_player.zoom_dark .container .theme_panel .toolbar a.fullscreenon_button{background:url(/static/media/fullscreenon.432581db78ca96f44cd1.svg) no-repeat 50%;background-color:#282828cc;background-size:36px 36px;cursor:pointer;display:block!important;height:36px;pointer-events:auto;width:36px}.wr360_player.zoom_dark .container .theme_panel .toolbar>a:hover{opacity:.8}.wr360_player.zoom_light .container .theme_panel_back{display:none}.wr360_player.zoom_light .container .theme_panel{bottom:0;height:66px;left:0;pointer-events:none;position:absolute;width:100%;z-index:3}.wr360_player.zoom_light .container .theme_panel .toolbar{background:inherit!important;border:none!important;box-sizing:initial!important;margin:15px auto 0;padding:0 15px;pointer-events:none;position:relative}.wr360_player.zoom_light .container .theme_panel .toolbar>a{display:none!important;height:0;transition:none!important;width:0}.wr360_player.zoom_light .container .theme_panel .toolbar a.fullscreenon_button{background:url(/static/media/fullscreenon.0dde3d759f4a7859731f.svg) no-repeat 0 0;background-color:#f8f8f8cc;background-size:36px 36px;cursor:pointer;display:block!important;height:36px;pointer-events:auto;width:36px}.wr360_player.zoom_light .container .theme_panel .toolbar>a:hover{opacity:.8}.CustomModal .ReactModal__Content{height:360px;margin:auto;padding:0!important;width:640px}.CustomModal .ReactModal__Content .modal-header{align-items:flex-start;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem;display:flex;justify-content:space-between;padding:1rem}.CustomModal .ReactModal__Content .modal-header .modal-title .close:not(:disabled):not(.disabled){cursor:pointer}.CustomModal .ReactModal__Content .modal-header button.close{-webkit-appearance:none;background-color:initial;border:0;padding:0}.CustomModal .ReactModal__Content .modal-header .close{color:#000;float:right;font-size:1.5rem;font-weight:700;line-height:1;opacity:.5;text-shadow:0 1px 0 #fff}.CustomModal .ReactModal__Content .modal-header .modal-title{font-size:1.25rem;line-height:1.5;margin-bottom:0;margin-top:0}.RephotoModalContent .body,.RephotoModalContent .footer{padding:1rem}.RephotoModalContent .footer{display:flex;justify-content:space-between;margin-top:auto}.RephotoModalContent textarea{width:100%}.PhotoDetailControlSection .section{margin-top:16px}.PhotoDetailControlSection button{margin-right:16px;width:250px}.PhotoDetailControlSection label{font-size:22px}.PhotoDetailControlSection .container{margin-top:8px}.PhotoDetailControlSection .container .FormFile{display:inline-block;margin-right:16px}.DownloadFullModalContent .body,.DownloadFullModalContent .footer{padding:1rem}.DownloadFullModalContent .footer{display:flex;justify-content:space-between}.DownloadFullModalContent textarea{width:100%}div.ReactModal__Content.ReactModal__Content--after-open{height:300px;width:500px}.EditPhotoModalContent .body,.EditPhotoModalContent .footer{padding:1rem}.EditPhotoModalContent .footer{display:flex;justify-content:space-between;margin-top:auto}.EditPhotoModalContent textarea{width:100%}.EditPhotoModalContent .FormText{margin-bottom:16px}.ReactModal__Overlay--after-open{z-index:100}.editPhotoModal .ReactModal__Content.ReactModal__Content--after-open{height:320px}.PhotoDetail .Overview .customLabel{color:#1b2338;margin:10px 0 32px}.PhotoDetail .Overview .customLabel .icon{cursor:pointer;margin-left:16px}.PhotoDetail .spacing button{margin-right:1rem}.PhotoDetail .Error{margin-top:2.5rem}.PhotoShootingModalContent .body,.PhotoShootingModalContent .footer{padding:1rem}.shootingHistoryModal .ReactModal__Content.ReactModal__Content--after-open{height:450px;width:840px}.svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;vertical-align:-.125em}.svg-inline--fa.fa-lg{vertical-align:-.225em}.svg-inline--fa.fa-w-1{width:.0625em}.svg-inline--fa.fa-w-2{width:.125em}.svg-inline--fa.fa-w-3{width:.1875em}.svg-inline--fa.fa-w-4{width:.25em}.svg-inline--fa.fa-w-5{width:.3125em}.svg-inline--fa.fa-w-6{width:.375em}.svg-inline--fa.fa-w-7{width:.4375em}.svg-inline--fa.fa-w-8{width:.5em}.svg-inline--fa.fa-w-9{width:.5625em}.svg-inline--fa.fa-w-10{width:.625em}.svg-inline--fa.fa-w-11{width:.6875em}.svg-inline--fa.fa-w-12{width:.75em}.svg-inline--fa.fa-w-13{width:.8125em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-15{width:.9375em}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-17{width:1.0625em}.svg-inline--fa.fa-w-18{width:1.125em}.svg-inline--fa.fa-w-19{width:1.1875em}.svg-inline--fa.fa-w-20{width:1.25em}.svg-inline--fa.fa-pull-left{margin-right:.3em;width:auto}.svg-inline--fa.fa-pull-right{margin-left:.3em;width:auto}.svg-inline--fa.fa-border{height:1.5em}.svg-inline--fa.fa-li{width:2em}.svg-inline--fa.fa-fw{width:1.25em}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{transform-origin:center center}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers-text{left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:center center}.fa-layers-counter{background-color:#ff253a;border-radius:1em;box-sizing:border-box;color:#fff;height:1.5em;line-height:1;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;right:0;text-overflow:ellipsis;top:0;transform:scale(.25);transform-origin:top right}.fa-layers-bottom-right{bottom:0;right:0;top:auto;transform:scale(.25);transform-origin:bottom right}.fa-layers-bottom-left{bottom:0;left:0;right:auto;top:auto;transform:scale(.25);transform-origin:bottom left}.fa-layers-top-right{right:0;top:0;transform:scale(.25);transform-origin:top right}.fa-layers-top-left{left:0;right:auto;top:0;transform:scale(.25);transform-origin:top left}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;line-height:inherit;position:absolute;text-align:center;width:2em}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s linear infinite}.fa-pulse{animation:fa-spin 1s steps(8) infinite}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{display:inline-block;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:#fff}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.svg-inline--fa .fa-primary{fill:currentColor;fill:var(--fa-primary-color,currentColor);opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:currentColor;fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:1;opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fad.fa-inverse{color:#fff}.rdrCalendarWrapper{background:#fff;box-sizing:border-box;display:inline-flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateDisplay{display:flex;justify-content:space-between}.rdrDateDisplayItem{color:inherit;flex:1 1;text-align:center;width:0}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{box-sizing:inherit;display:flex;justify-content:space-between}.rdrMonthAndYearPickers{align-items:center;display:flex;flex:1 1 auto;justify-content:center}.rdrNextPrevButton{box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:flex}.rdrMonthsVertical{flex-direction:column}.rdrMonthsHorizontal>div>div>div{display:flex;flex-direction:row}.rdrMonth{width:27.667em}.rdrWeekDays{display:flex}.rdrWeekDay{box-sizing:inherit;flex-basis:14.28571%;text-align:center}.rdrDays{display:flex;flex-wrap:wrap}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{color:red;font-size:1.6em;line-height:1.6em;position:absolute;right:.25em;top:0}.rdrDay{box-sizing:inherit;cursor:pointer;font:inherit;position:relative;width:14.28571%}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align:auto){.rdrDay{flex-basis:14.285%!important}}.rdrEndEdge,.rdrInRange,.rdrSelected,.rdrStartEdge{pointer-events:none}.rdrDateRangePickerWrapper{display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrStaticRanges{display:flex;flex-direction:column}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{background-color:#fff;border:1px solid #0000;border-radius:4px;box-shadow:0 1px 2px 0 #23394236}.rdrDateDisplayItem input{background:#0000;border:0;color:#849095;cursor:pointer;height:2.5em;line-height:2.5em;width:100%}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#0000;background:url("data:image/svg+xml;utf8,<svg width=%279px%27 height=%276px%27 viewBox=%270 0 9 6%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27><g id=%27Artboard%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27 transform=%27translate%28-636.000000, -171.000000%29%27 fill-opacity=%270.368716033%27><g id=%27input%27 transform=%27translate%28172.000000, 37.000000%29%27 fill=%27%230E242F%27 fill-rule=%27nonzero%27><g id=%27Group-9%27 transform=%27translate%28323.000000, 127.000000%29%27><path d=%27M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z%27 id=%27arrow%27></path></g></g></g></svg>") no-repeat;background-position:right 8px center;border:0;border-radius:4px;color:#3e484f;cursor:pointer;outline:0;padding:10px 30px 10px 10px;text-align:center}.rdrMonthAndYearPickers select:hover{background-color:#00000012}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{background:#eff2f7;border:0;border-radius:5px;display:block;height:24px;margin:0 .833em;padding:0;width:24px}.rdrNextPrevButton:hover{background:#e1e7f0}.rdrNextPrevButton i{border-style:solid;display:block;height:0;margin:auto;padding:0;text-align:center;transform:translate(-3px);width:0}.rdrPprevButton i{border-color:#0000 #34495e #0000 #0000;border-width:4px 6px 4px 4px;transform:translate(-3px)}.rdrNextButton i{border-color:#0000 #0000 #0000 #34495e;border-width:4px 4px 4px 6px;margin:0 0 0 7px;transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{color:#849095;font-weight:400;line-height:2.667em}.rdrDay{background:#0000;border:0;color:#1d2429;height:3em;line-height:3em;padding:0;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDay:focus{outline:0}.rdrDayNumber{align-items:center;bottom:0;bottom:5px;display:flex;font-weight:300;justify-content:center;left:0;outline:0;position:absolute;right:0;top:0;top:5px}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{background:#3d91ff;border-radius:2px;bottom:4px;content:"";height:2px;left:50%;position:absolute;transform:translate(-50%);width:18px}.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span{color:#ffffffd9}.rdrEndEdge,.rdrInRange,.rdrSelected,.rdrStartEdge{background:currentColor;bottom:5px;left:0;position:absolute;right:0;top:5px}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-bottom-left-radius:1.042em;border-top-left-radius:1.042em;left:2px}.rdrEndEdge{border-bottom-right-radius:1.042em;border-top-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange{border-bottom-left-radius:1.042em;border-top-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-bottom-right-radius:1.042em;border-top-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview{border-bottom-left-radius:1.333em;border-left-width:1px;border-top-left-radius:1.333em;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-bottom-right-radius:1.333em;border-right-width:1px;border-top-right-radius:1.333em;right:0}.rdrDayEndPreview,.rdrDayInPreview,.rdrDayStartPreview{background:#ffffff17;border:0 solid;bottom:3px;left:0;pointer-events:none;position:absolute;right:0;top:3px;z-index:1}.rdrDayStartPreview{border-bottom-left-radius:1.333em;border-bottom-width:1px;border-left-width:1px;border-top-left-radius:1.333em;border-top-width:1px;left:0}.rdrDayInPreview{border-bottom-width:1px;border-top-width:1px}.rdrDayEndPreview{border-bottom-right-radius:1.333em;border-bottom-width:1px;border-right-width:1px;border-top-right-radius:1.333em;border-top-width:1px;right:2px;right:0}.rdrDefinedRangesWrapper{background:#fff;border-right:1px solid #eff2f7;font-size:12px;width:226px}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{background:#fff;border:0;border-bottom:1px solid #eff2f7;cursor:pointer;display:block;outline:0;padding:0}.rdrStaticRange:focus .rdrStaticRangeLabel,.rdrStaticRange:hover .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{display:block;line-height:18px;outline:0;padding:10px 20px;text-align:left}.rdrInputRanges{padding:10px 0}.rdrInputRange{align-items:center;padding:5px 20px}.rdrInputRangeInput{border:1px solid #dee7eb;border-radius:4px;color:#6c767a;height:30px;line-height:30px;margin-right:10px;text-align:center;width:30px}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{border-color:#b4bfc4;color:#333;outline:0}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{background:#0000;border:1px solid;border-radius:1.333em;bottom:-2px;content:"";left:0;position:absolute;right:0;top:-2px}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrDayEndPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrStartEdge{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrDayEndPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrStartEdge{filter:grayscale(100%) opacity(60%)}.rdrMonthName{color:#849095;font-weight:600;padding:.833em;text-align:left}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.AppConfig .AppConfigOverview{background-color:#fff;border-radius:16px;box-shadow:-6px 6px 20px 0 #0e1e2533;margin-top:48px;padding:24px 32px}.AppConfig .AppConfigOverview p{font-size:22px}.AppConfig .AppConfigOverview .row{display:flex;margin-bottom:12px}.AppConfig .AppConfigOverview .row label:first-child{width:250px}.AppConfigOverview .userList .choices{display:flex;flex-wrap:wrap}.AppConfigOverview .userList .choices input{margin-right:1rem}.AppConfigOverview .notification-table thead tr,.AppConfigOverview .notification-table tr:not(:last-child){border-bottom:1px solid var(--color-gray)}.AppConfigOverview .notification-table td:first-child,.AppConfigOverview .notification-table td:nth-child(5){width:200px}.AppConfigOverview .notification-table td:nth-child(2){width:70px}.AppConfigOverview .notification-table td:nth-child(3){width:50px}.AppConfigOverview .notification-table td:nth-child(4),.AppConfigOverview .notification-table thead th:nth-child(4){padding:0 1rem}.AppConfigForm{background-color:#fff;border-radius:16px;box-shadow:-6px 6px 20px 0 #0e1e2533;margin-top:48px;padding:24px 32px}.AppConfigForm .formContent{display:flex}.AppConfigForm .formContent form{width:100%}.AppConfigForm .formContent form .grid div,.AppConfigForm .formContent form>.customGrid{grid-column-gap:24px;grid-row-gap:16px;column-gap:24px;display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:16px;row-gap:16px}.AppConfigForm .formActions{display:flex;justify-content:space-between;margin-top:40px}.GpuForm{background-color:#fff;border-radius:16px;box-shadow:-6px 6px 20px 0 #0e1e2533;margin-top:48px;padding:24px 32px}.GpuForm .formContent{display:flex}.GpuForm .formContent form{width:100%}.GpuForm .formActions{display:flex;justify-content:space-between;margin-top:40px}.GpuForm .formContent form .grid>div,.GpuForm .formContent form>.customGrid{grid-column-gap:24px;grid-row-gap:16px;column-gap:24px;display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:16px;row-gap:16px}.GpuForm .formContent .colorSettings>label{font-size:26px}.GpuForm .FormCheckbox input{margin-top:.5rem}.GpuForm .FormCheckbox{margin-bottom:auto;text-transform:uppercase}.GpuForm .formContent .divider{background:var(--color-aside-2)}.GpuForm .formContent h4{color:var(--color-aside-2);margin-top:96px}
/*# sourceMappingURL=main.3ab75bbc.css.map*/