.button{align-items:center;background-color:#fff;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:auto;justify-content:center;margin:.4rem;min-height:3rem;padding:.1rem 3rem;text-align:center;transition:all .3s;width:auto}@media only screen and (max-width:37.5em){.button__label-mobile{display:none}}.button--align-left{justify-content:flex-start;text-align:left}.button--align-right{justify-content:flex-end;text-align:right}@media only screen and (max-width:350px){.button{font-size:1.4rem}}.button:hover{transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.button:active,.button:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25)}.button:active{transform:translateY(-1px);-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);-o-transform:translateY(-1px)}.button__icon{height:2rem;margin:0 1rem;width:2rem}.button__icon--unique{margin:0}.button__icon--small{height:1.5rem;width:1.5rem}.button__icon--big{height:3rem;width:3rem}.button__icon--giant{height:4rem;margin:0 2rem;width:4rem}.button--button-disabled{cursor:default;opacity:.7}.button--button-disabled:active,.button--button-disabled:hover{box-shadow:none;-webkit-transform:none;transform:none}.button__blueFill{background-color:var(--color-blue);color:var(--color-white)}.button__lowBlueFill{background-color:var(--color-low-blue);color:var(--color-white)}.button__lowGreyFill{background-color:var(--color-low-grey);color:var(--color-high-grey)}.button__borderHighGrey{background-color:var(--color-high-grey);color:var(--color-white)}.button__redFill{background-color:var(--color-red);color:var(--color-white)}.button__borderNoneTransparent{background-color:initial!important;border:none;color:#717070!important}.button__borderNoneTransparent:hover{box-shadow:none}.button__primary{background-color:var(--color-blue)}.button__primary-outlined{background-color:var(--color-low-grey);color:var(--color-high-grey)}.button__secondary-outlined{background-color:var(--color-high-grey);color:var(--color-white)}.button__secondary{background-color:var(--color-low-blue);color:var(--color-white)}.button__red{background-color:var(--color-red);color:#fff}.button__borderBlue{border:2px solid #004b63}.button__borderLowBlue{border:2px solid #7fc0c6}.button__borderLowGrey{border:2px solid #f8f8f8}.button__borderHighGrey{border:2px solid #717070}.button__borderRed{border:2px solid #ff6262}.button__disabledBlue{background-color:rgba(0,75,99,.8)}.button__disabledLowBlue{background-color:rgba(127,192,198,.8)}.button__disabledLowGrey{background-color:hsla(0,0%,97%,.8)}.button__disabledHighGrey{background-color:hsla(0,0%,44%,.8)}.button__disabledRed{background-color:rgba(255,98,98,.8)}.button__rounded{border-radius:2rem}.button--small{font-size:1.3rem}.button--big{height:auto;min-height:4rem;padding:.4rem 3rem!important}@media only screen and (max-width:56.25em){.button--big{font-size:1.8rem;padding:1rem 3rem!important}}.button--giant{height:auto;min-height:6rem;padding:.4rem 3rem!important}.button--fullWidth{margin:.4rem 0;width:100%!important}.button--icon-center{display:flex;flex-direction:column;height:auto}.file-input-container{width:100%}.file-input{border:3px dashed var(--color-text);border-radius:8px;overflow:hidden;width:100%}.file-input>.filepond--credits,.file-input>.filepond--list-scroller{display:none}.file-input>.filepond--root{align-items:center;flex-direction:column;height:22rem;justify-content:space-around;width:100%}.file-input>.filepond--drop-label{background-color:initial;color:var(--color-text);cursor:pointer;font-size:1.5rem!important;height:21rem;text-align:center}.file-input>.filepond--panel{background-color:var(--color-low-grey)}.file-input-error{border:3px dashed #e06e6e;border-radius:8px;overflow:hidden;width:100%}.file-input-error>.filepond--credits,.file-input-error>.filepond--list-scroller{display:none}.file-input-error>.filepond--root{align-items:center;flex-direction:column;height:22rem;justify-content:space-around;width:100%}.file-input-error>.filepond--drop-label{background-color:initial;color:#e06e6e;cursor:pointer;font-size:1.5rem!important;height:21.5rem;text-align:center}.file-input__container{background-color:var(--color-white);border-radius:8px;display:flex;flex-direction:column;width:100%}.file-input__helperText{font-size:1.4rem}.file-input__helperText--error{color:#e06e6e}.file-input__label{align-items:center;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;font-size:1.5rem;height:22rem;justify-content:space-around;overflow:hidden;position:relative;text-align:center;transition:all .3s;width:100%;z-index:10}.file-input__label:hover{background-color:hsla(0,1%,45%,.2)}.file-input__label--empty{border:3px dashed #747272}.file-input__label--error{border:3px dashed #e06e6e;color:#e06e6e}.file-input__label__multiple-es:before{content:"Arrastra aquí tus archivos"}@media only screen and (max-width:37.5em){.file-input__label__multiple-es:before{content:"Presiona el botón para subir tus archivos"}}.file-input__label__multiple-en:before{content:"Drag your files here"}@media only screen and (max-width:37.5em){.file-input__label__multiple-en:before{content:"Press the button to upload your files"}}.file-input__label__single-es:before{content:"Arrastra aqui tu archivo"}@media only screen and (max-width:37.5em){.file-input__label__single-es:before{content:"Presiona el boton para subir tu archivo"}}.file-input__label__single-en:before{content:"Drag your file here"}@media only screen and (max-width:37.5em){.file-input__label__single-en:before{content:"Press the button to upload your file"}}.file-input__icon{width:6rem}.file-input__button{background:#747272;border-radius:4px;color:#fff;padding:.5rem 3rem}.file-input__button--error{background:#e06e6e}.file-input-title{color:rgba(var(--color-text),.7);font-size:1.8rem;font-weight:600}.file-input-title--error{color:#e06e6e}.tooltip{position:relative}.tooltip--full-width{width:100%}.tooltip__text{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background-color:rgba(0,0,0,.6);border-radius:9px;color:#fff;cursor:default;font-size:1.3rem;font-weight:600;height:auto;opacity:0;padding:.6rem;position:absolute;text-align:center;text-overflow:ellipsis;text-transform:none;transition:opacity .3s;visibility:hidden;width:20rem}.tooltip__text--top{top:-4rem}.tooltip__text--bottom,.tooltip__text--top{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip__text--bottom{top:6rem}.tooltip__text--left{left:100%}.tooltip__text--left,.tooltip__text--right{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tooltip__text--right{right:100%}.tooltip:active>.tooltip__text,.tooltip:hover>.tooltip__text{opacity:1;visibility:visible;z-index:99999}.select{min-height:4rem;padding:0;position:relative;width:100%}.select--with-title{height:8rem}.select__helper-text{font-size:1.3rem;text-align:left}.select__helper-text--disabled{color:#a3a3a3}.select__helper-text--with-error{color:#e06e6e}.select__title{font-size:1.4rem;font-weight:600;margin-bottom:.6rem}.select__title--with-error{color:#e06e6e}.select__content{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:transparent;background-color:var(--color-white);border:1px solid #717070;border-radius:5px;box-sizing:border-box;color:var(--color-text);cursor:pointer;display:inline-block;font-size:1.3rem;font-weight:600;height:4rem;outline:0;padding:.6rem 4rem .6rem 1rem;position:relative;transition:all .25s ease;width:100%;z-index:8}.select__content--yellow{background-color:#ebe6a7}.select__content--backgroundClear{background-color:initial}.select__content::-ms-expand{display:none}.select__content option{background-color:var(--color-white);cursor:pointer}.select__content--disabled{background-color:var(--color-disable-input);border:1px solid hsla(0,1%,45%,.6);color:hsla(0,1%,45%,.6);cursor:default;outline:1px solid hsla(0,1%,45%,.6);outline-offset:-1px}.select__content--with-error{border:4px solid #e06e6e;color:#e06e6e}.select__arrow{border-bottom:4px solid #717070;border-left:4px solid #717070;cursor:pointer;display:block;height:1.6rem;position:absolute;right:1.5rem;top:.8rem;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);transition:all .25s ease;width:1.6rem}.select__arrow--with-title{top:3.8rem}.select__title-container{display:flex;flex-direction:row;height:3rem;justify-content:space-between}.select__title-container__title{font-size:1.4rem;font-weight:600}.select__title-container__tooltip{align-items:center;background-color:#747272;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:2.5rem;justify-content:center;position:relative;-webkit-user-select:none;user-select:none;width:2.5rem}.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{align-items:center;appearance:button;-webkit-appearance:button;background-color:#fff;background-color:var(--react-international-phone-country-selector-background-color,var(--react-international-phone-background-color,#fff));border:1px solid #dcdcdc;border:1px solid var(--react-international-phone-country-selector-border-color,var(--react-international-phone-border-color,#dcdcdc));box-sizing:border-box;cursor:pointer;display:flex;height:36px;height:var(--react-international-phone-height,36px);justify-content:center;margin:0;padding:0;text-transform:none;-webkit-user-select:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:#f5f5f5;background-color:var(--react-international-phone-country-selector-background-color-hover,#f5f5f5)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:initial}.react-international-phone-country-selector-button__button-content{align-items:center;display:flex;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-left:4px solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--react-international-phone-country-selector-arrow-size,4px) solid transparent;border-top:4px solid #777;border-top:var(--react-international-phone-country-selector-arrow-size,4px) solid var(--react-international-phone-country-selector-arrow-color,#777);margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:#999;border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color,#999)}.react-international-phone-country-selector-button--disabled{cursor:auto}.react-international-phone-country-selector-button--disabled,.react-international-phone-country-selector-button--disabled:hover{background-color:#f5f5f5;background-color:var(--react-international-phone-disabled-country-selector-background-color,var(--react-international-phone-disabled-background-color,#f5f5f5))}.react-international-phone-flag-emoji{box-sizing:border-box;height:24px;height:var(--react-international-phone-flag-height,24px);width:24px;width:var(--react-international-phone-flag-width,24px)}.react-international-phone-country-selector-dropdown{background-color:#fff;background-color:var(--react-international-phone-dropdown-item-background-color,var(--react-international-phone-background-color,#fff));box-shadow:2px 2px 16px rgba(0,0,0,.25);box-shadow:var(--react-international-phone-dropdown-shadow,2px 2px 16px rgba(0,0,0,.25));color:#222;color:var(--react-international-phone-dropdown-item-text-color,var(--react-international-phone-text-color,#222));display:flex;flex-direction:column;left:0;left:var(--react-international-phone-dropdown-left,0);list-style:none;margin:0;max-height:200px;overflow-y:scroll;padding:4px 0;position:absolute;top:44px;top:var(--react-international-phone-dropdown-top,44px);width:300px;z-index:1}.react-international-phone-country-selector-dropdown__preferred-list-divider{background:#dcdcdc;background:var(--react-international-phone-dropdown-preferred-list-divider-color,var(--react-international-phone-border-color,#dcdcdc));border:none;height:1px;margin:0;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin,0)}.react-international-phone-country-selector-dropdown__list-item{align-items:center;box-sizing:border-box;display:flex;min-height:28px;min-height:var(--react-international-phone-dropdown-item-height,28px);padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{font-size:14px;font-size:var(--react-international-phone-dropdown-item-font-size,14px);margin-right:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:gray;color:var(--react-international-phone-dropdown-item-dial-code-color,gray);font-size:14px;font-size:var(--react-international-phone-dropdown-item-font-size,14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:#f5f5f5;background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--focused,.react-international-phone-country-selector-dropdown__list-item--selected{background-color:#f5f5f5;background-color:var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5);color:#222;color:var(--react-international-phone-selected-dropdown-item-text-color,var(--react-international-phone-text-color,#222))}.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code{color:gray;color:var(--react-international-phone-selected-dropdown-item-dial-code-color,var(--react-international-phone-dropdown-item-dial-code-color,gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:#f5f5f5;background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5))}.react-international-phone-dial-code-preview{align-items:center;background-color:#fff;background-color:var(--react-international-phone-dial-code-preview-background-color,var(--react-international-phone-background-color,#fff));border:1px solid #dcdcdc;border:1px solid var(--react-international-phone-dial-code-preview-border-color,var(--react-international-phone-border-color,#dcdcdc));color:#222;color:var(--react-international-phone-dial-code-preview-text-color,var(--react-international-phone-text-color,#222));display:flex;font-size:13px;font-size:var(--react-international-phone-dial-code-preview-font-size,var(--react-international-phone-font-size,13px));justify-content:center;margin-right:-1px;padding:0 8px}.react-international-phone-dial-code-preview--disabled{background-color:#f5f5f5;background-color:var(--react-international-phone-dial-code-preview-disabled-background-color,var(--react-international-phone-disabled-background-color,#f5f5f5));color:#666;color:var(--react-international-phone-dial-code-preview-disabled-text-color,var(--react-international-phone-disabled-text-color,#666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:4px;border-radius:var(--react-international-phone-border-radius,4px);border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.react-international-phone-input-container .react-international-phone-input{background-color:#fff;background-color:var(--react-international-phone-background-color,#fff);border:1px solid #dcdcdc;border:1px solid var(--react-international-phone-border-color,#dcdcdc);border-radius:4px;border-radius:var(--react-international-phone-border-radius,4px);border-bottom-left-radius:0;border-top-left-radius:0;box-sizing:border-box;color:#222;color:var(--react-international-phone-text-color,#222);font-family:inherit;font-size:13px;font-size:var(--react-international-phone-font-size,13px);height:36px;height:var(--react-international-phone-height,36px);margin:0;overflow:visible;padding:0 8px}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:#f5f5f5;background-color:var(--react-international-phone-disabled-background-color,#f5f5f5);color:#666;color:var(--react-international-phone-disabled-text-color,#666)}.yellow{background-color:#ebe6a7!important}.input{height:auto;position:relative;width:100%;z-index:10}.input__title-container{display:flex;flex-direction:row;justify-content:space-between;min-height:3rem}.input__title-container__title{font-size:1.4rem;font-weight:600}.input__title-container__title--whit-error{color:#e06e6e}.input__title-container__tooltip{align-items:center;background-color:#747272;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:2.5rem;justify-content:center;position:relative;-webkit-user-select:none;user-select:none;width:2.5rem}.input__helper-text{font-size:1.3rem;text-align:left}.input__helper-text--disabled{color:#a3a3a3}.input__helper-text--with-error{color:#e06e6e}.input__input-container{position:relative;width:100%}.input__input-container__icon{height:2rem;position:absolute;right:1rem;top:1rem}.input__area{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:var(--color-white);border:0;border-radius:5px;box-sizing:border-box;color:var(--color-text);display:inline-block;font-size:1.3rem;font-weight:600;height:4rem;outline:0;outline:1px solid var(--color-high-grey);outline-offset:-1px;padding:.6rem;transition:all .25s ease;transition:outline 0s;transition:box-shadow .4s ease;width:100%}.input__area::-webkit-input-placeholder{color:#747272;font-weight:400}.input__area::placeholder{color:#747272;font-weight:400}.input__area--with-icon{padding-right:4rem}.input__area--disabled{background-color:var(--color-disable-input);color:var(--color-text-light);cursor:default;outline:1px solid hsla(0,1%,45%,.6);outline-offset:-1px}.input__area:focus{box-shadow:0 0 10px 0 var(--color-low-blue-1);-webkit-box-shadow:0 0 10px 0 var(--color-low-blue-1);-moz-box-shadow:0 0 10px 0 var(--color-low-blue-1);outline:2px solid var(--color-blue);outline-offset:-2px}.input__area:focus--with-error{box-shadow:0 0 10px 0 #e06e6e;-webkit-box-shadow:0 0 10px 0 #e06e6e;-moz-box-shadow:0 0 10px 0 #e06e6e;outline:2px solid #e06e6e;outline-offset:-2px}.input__area--with-error{color:#e06e6e!important;outline:4px solid #e06e6e!important;outline-offset:-4px}.input__area--with-error:focus{box-shadow:0 0 10px 0 #e06e6e;-webkit-box-shadow:0 0 10px 0 #e06e6e;-moz-box-shadow:0 0 10px 0 #e06e6e;outline:4px solid #e06e6e;outline-offset:-4px}.input__textarea{background-color:var(--color-white);border:none;border-radius:5px;color:var(--color-text);font-size:1.3rem;height:15rem;max-width:100vw;outline:1px solid var(--color-high-grey);outline-offset:-1px;padding:.6rem;position:relative;resize:none;width:100%}.input__textarea--disabled{color:hsla(0,1%,45%,.6);cursor:default;outline:1px solid hsla(0,1%,45%,.6);outline-offset:-1px}.input__textarea:focus{box-shadow:0 0 10px 0 var(--color-low-blue-1);-webkit-box-shadow:0 0 10px 0 var(--color-low-blue-1);-moz-box-shadow:0 0 10px 0 var(--color-low-blue-1);outline:2px solid var(--color-blue);outline-offset:-2px}.input__textarea--with-error{color:#e06e6e;outline:4px solid #e06e6e;outline-offset:-4px}.input__textarea--with-error:focus{box-shadow:0 0 10px 0 #e06e6e;-webkit-box-shadow:0 0 10px 0 #e06e6e;-moz-box-shadow:0 0 10px 0 #e06e6e;outline:4px solid #e06e6e;outline-offset:-4px}.header{align-items:flex-start;background-color:var(--color-low-grey);display:flex;flex-direction:column;height:7.5rem;justify-content:center;padding-left:12rem;position:fixed;right:0;right:14px;top:0;transition:all .2s;width:calc(100% - 25rem - 14px);z-index:12}.header--lateral-menu-closed{width:calc(100% - 5rem - 14px)}@media only screen and (max-width:56.25em){.header{margin-top:5rem;width:98.5%}}@media only screen and (max-width:37.5em){.header{height:auto;min-height:7.5rem;padding-left:8rem;width:97.5%}}.header__title{align-items:center;display:flex;font-size:1.8rem;font-weight:600;gap:1rem;justify-content:center}.header__title__icon{height:4rem}.header__sub-title{font-size:1.4rem}.header__sub-title--label{color:var(--color-blue);font-weight:700}.header__sub-title-container{display:flex;flex-direction:row;gap:10px}.header__back-button{cursor:pointer;left:0;position:absolute;top:0;transition:all .2s;-webkit-user-select:none;user-select:none;width:8rem;z-index:10}.header__back-button:hover{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05)}.header__back-button__complement{-webkit-clip-path:polygon(100% 0,0 100%,100% 100%);clip-path:polygon(100% 0,0 100%,100% 100%);cursor:default;height:8rem;left:0;position:absolute;top:0;width:8rem;z-index:11}@media only screen and (max-width:37.5em){.header{flex-wrap:wrap;padding-left:8rem}.header--whithout-back-button{align-items:center;padding-left:0}}.radio-list{display:flex;font-size:1.3rem;-webkit-user-select:none;user-select:none}.radio-list--vertical{flex-direction:column;margin-bottom:1rem}.radio-list--vertical:last-child{margin-bottom:0}.radio-list--horizontal{flex-direction:row;flex-wrap:wrap;gap:.5rem}.radio-list--horizontal:last-child{margin-right:0}.radio-list__option{align-items:center;cursor:pointer;display:flex;flex-direction:row;margin:.2rem 0}.radio-list__option--vertical{margin-bottom:1rem}.radio-list__option--vertical:last-child{margin-bottom:0}.radio-list__option--horizontal{margin-right:1rem}.radio-list__option--horizontal:last-child{margin-right:0}.radio-list__input{align-items:center;border:3px solid #004b63;border-radius:50%;display:flex;height:3rem;justify-content:center;min-height:3rem;min-width:3rem;width:3rem}.radio-list__input__checked--true{background-color:var(--color-blue);border-radius:50%;height:1.8rem;min-height:1.8rem;min-width:1.8rem;width:1.8rem}.radio-list__label{display:inline-block;margin-left:.3rem}.lateral-menu{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:space-between;position:relative;-webkit-user-select:none;user-select:none;width:100%;z-index:10}.lateral-menu__option:nth-child(3n+1){-webkit-animation:list_annimation_element .2s .07s;animation:list_annimation_element .2s .07s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.lateral-menu__option:nth-child(3n+2){-webkit-animation:list_annimation_element .2s .14s;animation:list_annimation_element .2s .14s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.lateral-menu__option:nth-child(3n+3){-webkit-animation:list_annimation_element .2s .21s;animation:list_annimation_element .2s .21s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.lateral-menu__option:nth-child(3n+4){-webkit-animation:list_annimation_element .2s .28s;animation:list_annimation_element .2s .28s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.lateral-menu__option:nth-child(3n+5){-webkit-animation:list_annimation_element .2s .35s;animation:list_annimation_element .2s .35s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.lateral-menu__option:nth-child(3n+6){-webkit-animation:list_annimation_element .2s .42s;animation:list_annimation_element .2s .42s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.lateral-menu__option:nth-child(3n+7){-webkit-animation:list_annimation_element .2s .49s;animation:list_annimation_element .2s .49s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.lateral-menu__option:nth-child(3n+8){-webkit-animation:list_annimation_element .2s .56s;animation:list_annimation_element .2s .56s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.lateral-menu__option:nth-child(3n+9){-webkit-animation:list_annimation_element .2s .63s;animation:list_annimation_element .2s .63s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.lateral-menu__option:nth-child(3n+10){-webkit-animation:list_annimation_element .2s .7s;animation:list_annimation_element .2s .7s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.lateral-menu__option:nth-child(3n+11){-webkit-animation:list_annimation_element .2s .77s;animation:list_annimation_element .2s .77s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.lateral-menu__option:nth-child(3n+12){-webkit-animation:list_annimation_element .2s .84s;animation:list_annimation_element .2s .84s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.lateral-menu__option:nth-child(3n+13){-webkit-animation:list_annimation_element .2s .91s;animation:list_annimation_element .2s .91s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.lateral-menu__option:nth-child(3n+14){-webkit-animation:list_annimation_element .2s .98s;animation:list_annimation_element .2s .98s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.lateral-menu__option:nth-child(3n+15){-webkit-animation:list_annimation_element .2s 1.05s;animation:list_annimation_element .2s 1.05s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.lateral-menu__option:nth-child(3n+16){-webkit-animation:list_annimation_element .2s 1.12s;animation:list_annimation_element .2s 1.12s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.lateral-menu__option:nth-child(3n+17){-webkit-animation:list_annimation_element .2s 1.19s;animation:list_annimation_element .2s 1.19s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.lateral-menu__option:nth-child(3n+18){-webkit-animation:list_annimation_element .2s 1.26s;animation:list_annimation_element .2s 1.26s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.lateral-menu__option:nth-child(3n+19){-webkit-animation:list_annimation_element .2s 1.33s;animation:list_annimation_element .2s 1.33s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.lateral-menu__option:nth-child(3n+20){-webkit-animation:list_annimation_element .2s 1.4s;animation:list_annimation_element .2s 1.4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.lateral-menu__option{align-items:center;color:var(--color-text);cursor:pointer;display:flex;font-size:1.5rem;font-weight:600;height:5rem;justify-content:flex-start;margin:.5rem 0;padding:.2rem 1rem .2rem 2rem;text-align:left;text-overflow:ellipsis;transition:all .3s;width:100%;z-index:10}.lateral-menu__option:hover{transform:translate(7px);-webkit-transform:translate(7px);-moz-transform:translate(7px);-ms-transform:translate(7px);-o-transform:translate(7px)}.lateral-menu__option--selected{color:#fff}.lateral-menu__option__icon{height:5rem;margin-right:2rem;width:5rem}.lateral-menu__option p{text-align:left;text-overflow:ellipsis;width:100%}@media only screen and (max-width:56.25em){.lateral-menu__option{font-size:1.8rem}}.lateral-menu__selected-component{background-color:#fbb500;border-radius:8px;height:4rem;position:absolute;top:1rem;transition:all .3s;width:100%;z-index:9}.pagination{background-color:var(--color-white);color:var(--color-high-grey);font-size:1.3rem;font-weight:700;height:100%;width:100%}.pagination__results{display:inline-block;margin-left:1rem;max-width:50%}.pagination__pages{color:inherit;display:flex;flex-direction:row;float:right;line-height:normal;margin-right:1rem;max-width:50%}.pagination__pages span{margin:0 .5rem}.pagination__pages__button{align-items:center;background-color:var(--color-white);border:none;border-radius:.2rem;color:inherit;cursor:pointer;display:flex;flex-direction:column;font-size:inherit;font-weight:450;justify-content:center;line-height:normal;margin:0 .5rem;padding:.2rem;vertical-align:top}.pagination__pages__button--current{overflow:visible}.pagination__pages__button--current__underline{background-color:#fbb500;border:none;color:#fbb500;height:.6rem;width:2rem}.pagination__pages__button:hover{cursor:pointer;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transition:all .2s}.pagination__pages__button:active,.pagination__pages__button:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25)}.pagination__pages__button:active{transform:translateY(-1px);-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);-o-transform:translateY(-1px)}.pagination__pages__arrow{height:1.3rem;margin-left:.3rem}.separator{background-color:#717070}.separator--vertical{margin:1% 1rem;width:1px}.separator--horizontal{height:1px;margin:1rem 1%;width:100%}.tab-menu{flex-direction:column;-webkit-user-select:none;user-select:none;width:100%}.tab-menu,.tab-menu__tabs{align-items:stretch;display:flex;height:auto;justify-content:center}.tab-menu__tabs{color:#a3a3a3;font-size:1.3rem;position:relative}@media only screen and (max-width:56.25em){.tab-menu__tabs{flex-direction:column;font-size:1.5rem;margin:.5rem 0}}.tab-menu__tabs__tab-selector{background-color:#004b63;bottom:0;height:8px;left:0;position:absolute;transition:all .4s}.tab-menu__tabs__tab-selector--blue{background-color:#004b63}.tab-menu__tabs__tab-selector--red{background-color:#ff6262}.tab-menu__tabs__tab-selector--lightBlue{background-color:#7fc0c6}.tab-menu__tabs__tab-selector--yellow{background-color:#fbb500}@media only screen and (max-width:56.25em){.tab-menu__tabs__tab-selector{display:none}}.tab-menu__tabs__tab{align-items:center;cursor:pointer;display:flex;-webkit-filter:grayscale(50%);filter:grayscale(50%);flex:1 1;flex-wrap:wrap;justify-content:space-around;margin-bottom:8px;overflow:hidden;padding:.5rem;text-align:center;transition:all .2s}.tab-menu__tabs__tab:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25);cursor:pointer;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transition:all .2s}@media only screen and (max-width:56.25em){.tab-menu__tabs__tab{flex-wrap:nowrap;justify-content:space-between;margin-bottom:0;padding:1.5rem}}.tab-menu__tabs__tab--selected{color:#004b63;-webkit-filter:grayscale(0);filter:grayscale(0)}@media only screen and (max-width:56.25em){.tab-menu__tabs__tab--selected{background-color:rgba(0,75,99,.1)}}.tab-menu__tabs__tab__icon{margin-right:.3rem;width:2.5rem}.tab-menu__tabs__tab__quantity{align-items:center;border-radius:15px;color:#fff;display:flex;font-size:1.3rem;height:2rem;justify-content:center;margin-left:.2rem;min-width:2rem;overflow:hidden;padding:0 1rem;text-align:center;transition:all .2s;white-space:nowrap;width:auto}.tab-menu__tabs__tab__quantity--blue{background-color:#004b63}.tab-menu__tabs__tab__quantity--red{background-color:#ff6262}.tab-menu__tabs__tab__quantity--lightBlue{background-color:#7fc0c6}.tab-menu__tabs__tab__quantity--yellow{background-color:#fbb500}.file{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin:1rem;position:relative;transition:all .3s;width:13rem;z-index:10}.file__file-name{font-size:1.4rem;max-height:8rem;overflow:hidden;padding:0 .3rem;text-align:center;text-overflow:ellipsis;width:13rem}.file__file-name--horizontal{flex:1 1;margin-left:1rem;text-align:left;width:auto}.file--horizontal{flex:1 1;flex-direction:row;justify-content:space-between;margin:0 1.5rem 0 0;width:calc(100% - 1.5rem)}.file--horizontal:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25);cursor:pointer;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transition:all .2s}.file--horizontal>.tooltip{width:100%}.file--horizontal-no-hover{flex-direction:row;justify-content:space-between;margin:0 1.5rem 0 0;width:calc(100% - 1.5rem)}.file--horizontal-no-hover:hover{box-shadow:none;cursor:default;-webkit-transform:none;transform:none;transition:none}.file--horizontal-no-hover>.tooltip{width:100%}.file__button-container{width:100%;z-index:11}.file__button-container--horizontal{width:14rem}.file--disabled{-webkit-filter:grayscale(.5);filter:grayscale(.5);opacity:.7}.file__button-top{cursor:pointer;position:absolute;right:0;top:0;transition:all .2s;width:2.5rem}.file__button-top:hover{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05)}.file__button-top--horizontal{height:100%;margin:0 1rem;position:relative}.file__disable-text{align-items:center;background-color:#747272;border-radius:6px;color:#fff;display:flex;flex-direction:column;font-size:1.3rem;height:3rem;justify-content:center;margin:.4rem;text-align:center;width:100%;z-index:1}.file__disable-text--horizontal{padding:.1rem 3rem;width:14rem}.file__file-icon{height:6rem;margin-left:0;margin-right:0;margin-top:1rem;padding-left:0;padding-right:0;z-index:1}.file__file-icon:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25);cursor:pointer;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transition:all .2s}.file__file-icon--horizontal-no-hover:hover,.file__file-icon--vertical-no-hover:hover,.file__file-icon-no-hover:hover{box-shadow:none;cursor:default;-webkit-transform:none;transform:none;transition:none}.file__progress-bar{align-items:center;background-color:hsla(0,0%,44%,.3);border-radius:6px;display:flex;flex-direction:column;height:3rem;justify-content:center;position:relative;width:100%;z-index:9}.file__progress-bar__text{color:#fff;font-size:1.3rem;z-index:10}.file__progress-bar__porcent{background-color:#7fc0c6;border-radius:6px;height:100%;left:0;position:absolute;top:0;transition:all .5s;z-index:9}.excel-table-container{background-color:var(--color-white);max-height:50rem;overflow:auto;width:100%}@media only screen and (max-width:1060px){.excel-table-container{width:calc(100vw - 28rem)}}@media only screen and (max-width:56.25em){.excel-table-container{width:95vw}}.excel-table{border-collapse:collapse;margin-bottom:10rem;width:100%}.excel-table__cell-border{background-color:var(--color-grey);border:1px solid var(--color-border-cell-excel-table);color:var(--color-black);font-size:1.3rem;font-weight:600;min-width:11rem;text-align:center}.excel-table__cell-border--first{border:none;font-weight:600;width:2rem}.excel-table__cell{background-color:var(--color-white);border:1px solid var(--color-border-cell-excel-table);color:#000;font-size:1.3rem;line-height:2rem;max-width:11rem;text-align:center}.excel-table__cell--header{background-color:var(--color-excel-table-header);color:#fff}.excel-table__cell--first{background-color:var(--color-grey);border:1px solid var(--color-border-cell-excel-table);color:var(--color-black);font-weight:600;width:2rem}.excel-table__more-button{background-color:hsla(0,0%,77%,.6);font-size:1.3rem;height:3rem;text-align:center;transition:all .2s;-webkit-user-select:none;user-select:none}.excel-table__more-button:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25);cursor:pointer;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transition:all .2s}.excel-table__input{background-color:var(--color-white);border:none;color:var(--color-black);font-size:1.3rem;height:3rem;margin:0;outline:none;padding-left:.3rem;width:100%}.excel-table__input--error{border:2px solid red}.full-table{background-color:var(--color-white);height:100%;width:100%}.full-table__item:nth-child(3n+1){-webkit-animation:list_annimation_element .3s .06s;animation:list_annimation_element .3s .06s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.full-table__item:nth-child(3n+2){-webkit-animation:list_annimation_element .3s .12s;animation:list_annimation_element .3s .12s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.full-table__item:nth-child(3n+3){-webkit-animation:list_annimation_element .3s .18s;animation:list_annimation_element .3s .18s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.full-table__item:nth-child(3n+4){-webkit-animation:list_annimation_element .3s .24s;animation:list_annimation_element .3s .24s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.full-table__item:nth-child(3n+5){-webkit-animation:list_annimation_element .3s .3s;animation:list_annimation_element .3s .3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.full-table__item:nth-child(3n+6){-webkit-animation:list_annimation_element .3s .36s;animation:list_annimation_element .3s .36s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.full-table__item:nth-child(3n+7){-webkit-animation:list_annimation_element .3s .42s;animation:list_annimation_element .3s .42s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.full-table__item:nth-child(3n+8){-webkit-animation:list_annimation_element .3s .48s;animation:list_annimation_element .3s .48s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.full-table__item:nth-child(3n+9){-webkit-animation:list_annimation_element .3s .54s;animation:list_annimation_element .3s .54s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.full-table__item:nth-child(3n+10){-webkit-animation:list_annimation_element .3s .6s;animation:list_annimation_element .3s .6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.full-table__empty-state{align-items:center;background-color:var(--color-white);box-shadow:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;cursor:default!important;display:flex;flex-direction:column;justify-content:center;transform:none!important;-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transition:none!important;width:100%}.full-table__empty-state p{font-size:1.3rem;margin:1rem 0;text-align:center}.full-table__empty-state__icon{width:35%}@media only screen and (max-width:56.25em){.full-table__empty-state__icon{width:50%}}.full-table__item{border-radius:15px;display:flex;flex-direction:row;flex-wrap:wrap;font-size:1.4rem;height:auto;justify-content:flex-start;margin-bottom:7px;padding:1rem;width:auto}.full-table__item--even{background-color:hsla(0,1%,45%,.1)}.full-table__item--odd{background-color:var(--color-white);border:1px solid #a3a3a3}.full-table__item__value{display:flex;flex:1 1;flex-direction:column;margin:.3rem 1rem;min-width:12rem;text-align:center;width:100%}.full-table__item__value__label{color:var(--color-blue)}.full-table__item__buttons-container{display:flex;flex-wrap:wrap;margin:0;padding:0;width:100%}.loading-bar{margin-top:1rem;width:100%}.loading-bar__bar{border:1px solid var(--color-high-grey);border-radius:5px;box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25);height:3rem;overflow:hidden;position:relative;width:100%}.loading-bar__bar__label{color:var(--color-black);font-size:1.4rem;font-weight:600;left:46%;position:absolute;text-shadow:0 0 8px var(--color-white);top:.2rem}.loading-bar__bar__progress{-webkit-animation:animate-stripes .6s linear infinite;animation:animate-stripes .6s linear infinite;background-color:var(--color-link);background-image:linear-gradient(135deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:30px 30px;border-radius:3px;height:100%;margin:0;padding:0;transition:width .4s}.text{text-align:left}.modal{align-items:center;display:flex;height:100vh;justify-content:center;left:0;margin:auto;position:fixed;top:0;width:100vw}.modal--visible{display:block;opacity:1;visibility:visible;z-index:1000}.modal--hidden{display:none;opacity:0;visibility:hidden}.modal__loading-container{height:12rem;margin:4rem 10rem;position:relative;width:12rem}.modal__loading-container__label{font-size:1.5rem}.modal__loading-container__square-1{-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:loading_square_1;animation-name:loading_square_1;background-color:#004b63;height:3.5rem;left:1rem;position:absolute;top:1rem;width:3.5rem}.modal__loading-container__square-1--christmas{background-color:initial;height:5rem;width:5rem}.modal__loading-container__square-1--february,.modal__loading-container__square-1--october,.modal__loading-container__square-1--september{background-color:initial;height:4rem;width:4rem}.modal__loading-container__square-2{-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:loading_square_2;animation-name:loading_square_2;background-color:#fbb500;bottom:1rem;height:3.5rem;left:1rem;position:absolute;width:3.5rem}.modal__loading-container__square-2--christmas{background-color:initial;height:5rem;width:5rem}.modal__loading-container__square-2--february,.modal__loading-container__square-2--october,.modal__loading-container__square-2--september{background-color:initial;height:4rem;width:4rem}.modal__loading-container__square-3{-webkit-animation-delay:.4s;animation-delay:.4s;-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:loading_square_3;animation-name:loading_square_3;background-color:#7fc0c6;bottom:1rem;height:3.5rem;position:absolute;right:1rem;width:3.5rem}.modal__loading-container__square-3--christmas{background-color:initial;height:7rem;width:7rem}.modal__loading-container__square-3--february,.modal__loading-container__square-3--october,.modal__loading-container__square-3--september{background-color:initial;height:4rem;width:4rem}.modal__icon{height:25rem;margin:4rem 10rem 1rem;transition:all .2s}@media only screen and (max-width:75em){.modal__icon{height:15rem}}@media only screen and (max-width:37.5em){.modal__icon{height:10rem}}.modal__modal-bg{-webkit-animation:appear-modal-background .2s linear;animation:appear-modal-background .2s linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;background-color:var(--color-modal-background);cursor:default;display:block;height:100vh;left:0;opacity:.7;overflow:hidden;position:fixed;text-decoration:none;top:0;transition:all .2s;visibility:visible;width:100vw;z-index:200}.modal__header-container{display:flex;flex-direction:column;font-size:1.5rem;height:2rem;position:-webkit-sticky;position:sticky;right:0;top:0;width:2rem;z-index:10}.modal__header-container__close-icon{cursor:pointer;position:absolute;right:0;top:0;width:2rem}.modal__custom-component{display:flex;flex-direction:column;font-size:1.5rem;padding-top:3rem;position:relative}.modal__modal-content{background-color:var(--color-white);border-radius:10px;display:table-cell;font-size:1.3rem;left:50%;margin:auto;max-height:95vh;max-width:100vw;max-width:95vw;overflow-x:hidden;overflow-y:auto;padding:2rem;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:300}@media only screen and (max-width:37.5em){.modal__modal-content{padding:1rem}}.modal__modal-content--fullSize{display:table-cell;height:94vh;overflow-x:hidden;overflow-y:auto;width:94vw}.modal__title{font-size:1.8rem;font-weight:600;margin:.2rem .2rem .6rem}.modal__sub-title{font-size:1.5rem;margin:.2rem .2rem .6rem}.modal__buttons-container{align-items:center;display:flex;flex-direction:row;justify-content:space-around;margin:1rem 0;text-align:center;width:100%}@media only screen and (max-width:37.5em){.modal__buttons-container{margin:.5rem 0}}.title{font-weight:600}.title--primary{color:var(--color-blue);font-size:1.8rem;text-align:center}.title--secondary{color:rgba(var(--color-text),.7);font-size:1.5rem}.title--error{color:var(--color-red);font-size:1.5rem}.title--font-size-2{font-size:1.8rem}.sub-title{color:#747272;font-size:1.5rem}.sub-title__red{color:#e06e6e!important}.accordeon{width:100%}.accordeon__item{margin:1rem 0}.accordeon__item__element{height:auto;margin:.5rem 0;transition:all .3s}.accordeon__item__element--active{height:0!important;overflow:hidden}.accordeon__item__element--open{height:auto!important}@media only screen and (max-width:56.25em){.accordeon__item__element{height:0!important;overflow:hidden}.accordeon__item__element--open{height:auto!important}}.accordeon__item__title{align-items:center;display:flex;padding-left:1rem;position:relative;-webkit-user-select:none;user-select:none}.accordeon__item__title--active:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25);cursor:pointer;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transition:all .2s}@media only screen and (max-width:56.25em){.accordeon__item__title{font-size:1.8rem!important;height:6rem;margin:0 .5rem}}@media only screen and (max-width:56.25em) and (max-width:56.25em){.accordeon__item__title{border-radius:10px;box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25);cursor:pointer;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transition:all .2s}}.accordeon__item__title__arrow{display:none;transition:all .25s ease}@media only screen and (max-width:56.25em){.accordeon__item__title__arrow{cursor:pointer;display:flex;display:block;height:2rem;position:absolute;right:1.5rem;top:2rem;z-index:9}}.accordeon__item__title__arrow--visible{cursor:pointer;display:flex;display:block;height:2rem;position:absolute;right:1.5rem;top:.8rem;z-index:9}.accordeon__item__title__arrow--selected{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.steps-indicator{align-items:center;display:flex;justify-content:center;width:100%}.steps-indicator__step{border:1px solid #c4c4c4;border-radius:50%;height:2.2rem;width:2.2rem}.steps-indicator__step--current{background-color:#7fc0c6;border-radius:50%;height:2.6rem;width:2.6rem}.steps-indicator__step__separator{background-color:var(--color-grey);height:.5rem;width:2.7rem}.terms-and-conditions{color:#747272;font-size:1.4rem;width:100%}.terms-and-conditions__service{font-weight:700}.terms-and-conditions__accept-checkbox{display:flex}.file-folder{background-color:var(--color-white);border:1px solid #f8f8f8;border-radius:8px;cursor:pointer;height:20rem;margin:1rem;padding:2rem;width:14rem}.file-folder:hover{background-color:var(--color-low-grey)}.file-folder--selected{border:1px solid #a3a3a3}.file-folder__box{position:relative}.file-folder__box--active{border:1px solid #fcc740;border-radius:10%}.file-folder__box--active,.file-folder__box--inactive{align-items:center;display:flex;height:10rem;justify-content:center;width:10rem}.file-folder__box--inactive{border:1px solid #c4c4c4;border-radius:10%}.file-folder__box--error{align-items:center;border:1px solid #e06e6e;border-radius:10%;display:flex;height:10rem;justify-content:center;width:10rem}.file-folder__box__error-icon{position:absolute;right:-5px;top:-5px}.file-folder__folder-name,.file-folder__folder-text-small{margin-top:.5rem;text-align:center}.file-folder__folder-name__label{display:inherit;font-size:1.3rem;font-weight:700;max-height:2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.folder-expanded{background-color:var(--color-white);border:3px solid var(--color-grey-three);border-radius:1rem;padding:3rem;position:relative;width:100%;z-index:10}.folder-expanded__text{font-size:1.4rem}.folder-expanded__icon-outer-box{border:1px solid #fcc740;border-radius:10%;display:inline-block;height:6rem;margin-right:3.5rem;width:6rem}.folder-expanded__icon-outer-box--empty{border:1px solid #717070}.folder-expanded__icon-outer-box__inner-box{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.folder-expanded__icon-outer-box__inner-box__icon{width:70%}.folder-expanded__title{display:inline-block;flex-flow:column;font-size:1.4rem;font-weight:700;height:6rem;margin-right:4rem;padding-top:1.4rem}.folder-expanded__title__files-quantity{font-size:1.3rem;font-weight:400}.folder-expanded__title span{display:block;line-height:1.6rem}.folder-expanded__cross-mark{cursor:pointer;display:inline-block;position:absolute;right:2rem;top:2rem}.folder-expanded__label{font-size:1.3rem}.folder-expanded__files{display:flex;flex-flow:row;flex-wrap:wrap;max-height:35rem;min-height:17rem;overflow-x:hidden;overflow-y:auto}.entity-table-container{display:flex;flex-direction:column;justify-content:space-between;width:100%}.entity-table-container--flaoting-header{max-height:75vh;overflow:visible;overflow-x:hidden;overflow-y:auto;position:relative}.bordered-cell{border:1px solid var(--color-grey-three)}.entity-table{border-collapse:collapse;height:100%;position:relative;width:100%}.entity-table__floating-head{background-color:var(--color-white);box-shadow:0 -2px 15px 0 var(--color-text);-webkit-box-shadow:0 -2px 15px 0 var(--color-text);-moz-box-shadow:0 -2px 15px 0 var(--color-text);left:0;position:-webkit-sticky;position:sticky;right:0;top:0;z-index:11}.entity-table--animation tbody tr:nth-child(3n+1){-webkit-animation:list_annimation_element .3s .06s;animation:list_annimation_element .3s .06s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.entity-table--animation tbody tr:nth-child(3n+2){-webkit-animation:list_annimation_element .3s .12s;animation:list_annimation_element .3s .12s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.entity-table--animation tbody tr:nth-child(3n+3){-webkit-animation:list_annimation_element .3s .18s;animation:list_annimation_element .3s .18s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.entity-table--animation tbody tr:nth-child(3n+4){-webkit-animation:list_annimation_element .3s .24s;animation:list_annimation_element .3s .24s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.entity-table--animation tbody tr:nth-child(3n+5){-webkit-animation:list_annimation_element .3s .3s;animation:list_annimation_element .3s .3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.entity-table--animation tbody tr:nth-child(3n+6){-webkit-animation:list_annimation_element .3s .36s;animation:list_annimation_element .3s .36s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.entity-table--animation tbody tr:nth-child(3n+7){-webkit-animation:list_annimation_element .3s .42s;animation:list_annimation_element .3s .42s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.entity-table--animation tbody tr:nth-child(3n+8){-webkit-animation:list_annimation_element .3s .48s;animation:list_annimation_element .3s .48s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.entity-table--animation tbody tr:nth-child(3n+9){-webkit-animation:list_annimation_element .3s .54s;animation:list_annimation_element .3s .54s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.entity-table--animation tbody tr:nth-child(3n+10){-webkit-animation:list_annimation_element .3s .6s;animation:list_annimation_element .3s .6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.entity-table--no-animation,.entity-table--no-animation tbody{-webkit-animation:none!important;animation:none!important;-webkit-animation-fill-mode:none!important;-webkit-animation-fill-mode:initial!important;animation-fill-mode:none!important}.entity-table p{font-size:1.4rem;font-weight:400}@media only screen and (max-width:56.25em){.entity-table p{font-size:1.8rem}}.entity-table th{color:#716f6f;cursor:pointer;font-size:1.4rem;font-weight:700;padding:1rem .7rem;text-overflow:ellipsis;text-transform:capitalize;-webkit-user-select:none;user-select:none}.entity-table th:hover{cursor:pointer;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transition:all .2s;transition:all .2s ease}.entity-table th:active,.entity-table th:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25)}.entity-table th:active{transform:translateY(-1px);-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);-o-transform:translateY(-1px)}.entity-table__header-not-hover-effect{box-shadow:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;cursor:default!important;transform:none!important;-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transition:none!important}.entity-table td{font-size:1.3rem;padding:1rem .5rem;text-align:center;text-overflow:ellipsis}@media only screen and (max-width:56.25em){.entity-table td{font-size:1.8rem}}.entity-table__row:nth-child(odd){background-color:hsla(0,1%,45%,.1)}.entity-table__row:hover{cursor:pointer;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transition:all .2s;transition:all .2s ease}.entity-table__row:active,.entity-table__row:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25)}.entity-table__row:active{transform:translateY(-1px);-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);-o-transform:translateY(-1px)}.entity-table__row--disabled:hover{box-shadow:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;cursor:default!important;transform:none!important;-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transition:none!important}.entity-table__row__empty-message{text-align:center;-webkit-user-select:none;user-select:none}.entity-table__header__down-arrow-icon{height:1.2rem;margin-left:.5rem}.entity-table__cell__label{display:none}@media only screen and (max-width:56.25em){.entity-table thead{display:none}.entity-table tr{padding-top:3rem}.entity-table td{display:block;padding:0 .5rem}.entity-table__cell__label{color:#716f6f;color:var(--color-blue);display:inline-block;font-size:1.4rem;font-size:1.5rem;font-weight:700;margin:.5rem 0;padding-left:1rem;text-align:left;text-overflow:ellipsis;text-transform:capitalize;vertical-align:top;width:45%}}@media only screen and (max-width:56.25em) and (max-width:56.25em){.entity-table__cell__label{font-size:1.8rem}}@media only screen and (max-width:56.25em){.entity-table__cell__value{display:inline-block;font-size:1.5rem;margin:.7rem 0;text-align:left;width:55%}}@media only screen and (max-width:56.25em) and (max-width:56.25em){.entity-table__cell__value{font-size:1.8rem}}.medal{margin:0;padding:0;-webkit-transform:translateY(.7rem);transform:translateY(.7rem);width:3rem}.empty-state{background-color:var(--color-white)}@media only screen and (max-width:56.25em){.empty-state__icon{width:50%}}.lds-spinner{color:official;display:inline-block;height:80px;position:relative;width:80px}.lds-spinner div{-webkit-animation:spinner 1.2s linear infinite;animation:spinner 1.2s linear infinite;-webkit-transform-origin:40px 40px;transform-origin:40px 40px}.lds-spinner div:after{background:var(--color-black);border-radius:20%;content:" ";display:block;height:18px;left:37px;position:absolute;top:3px;width:6px}.lds-spinner div:first-child{-webkit-animation-delay:-1.1s;animation-delay:-1.1s;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.lds-spinner div:nth-child(2){-webkit-animation-delay:-1s;animation-delay:-1s;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.lds-spinner div:nth-child(3){-webkit-animation-delay:-.9s;animation-delay:-.9s;-webkit-transform:rotate(60deg);transform:rotate(60deg)}.lds-spinner div:nth-child(4){-webkit-animation-delay:-.8s;animation-delay:-.8s;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.lds-spinner div:nth-child(5){-webkit-animation-delay:-.7s;animation-delay:-.7s;-webkit-transform:rotate(120deg);transform:rotate(120deg)}.lds-spinner div:nth-child(6){-webkit-animation-delay:-.6s;animation-delay:-.6s;-webkit-transform:rotate(150deg);transform:rotate(150deg)}.lds-spinner div:nth-child(7){-webkit-animation-delay:-.5s;animation-delay:-.5s;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.lds-spinner div:nth-child(8){-webkit-animation-delay:-.4s;animation-delay:-.4s;-webkit-transform:rotate(210deg);transform:rotate(210deg)}.lds-spinner div:nth-child(9){-webkit-animation-delay:-.3s;animation-delay:-.3s;-webkit-transform:rotate(240deg);transform:rotate(240deg)}.lds-spinner div:nth-child(10){-webkit-animation-delay:-.2s;animation-delay:-.2s;-webkit-transform:rotate(270deg);transform:rotate(270deg)}.lds-spinner div:nth-child(11){-webkit-animation-delay:-.1s;animation-delay:-.1s;-webkit-transform:rotate(300deg);transform:rotate(300deg)}.lds-spinner div:nth-child(12){-webkit-animation-delay:0s;animation-delay:0s;-webkit-transform:rotate(330deg);transform:rotate(330deg)}.loader{-webkit-animation:l2 1s linear infinite;animation:l2 1s linear infinite;aspect-ratio:1;border:8px solid var(--color-grey);border-radius:50%;border-right-color:var(--color-blue);margin:1rem auto;width:50px}@-webkit-keyframes l2{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes l2{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.bubble-elements{display:flex;flex-direction:column;font-size:1.4rem;width:100%}.bubble-elements__title{margin-bottom:1rem}.bubble-elements__container{display:flex;flex-wrap:wrap;max-height:20rem;overflow:auto;width:100%}.bubble-elements__container__empty-title{text-align:center;width:100%}.bubble-elements__container__element{border:1px solid #717070;border-radius:20px;display:flex;height:4rem;margin:.5rem;padding:.6rem 1rem;width:auto}.bubble-elements__container__element__label{font-size:1.5rem}.bubble-elements__container__element__icon{margin-left:1rem;transition:all .1s;width:2rem}.bubble-elements__container__element__icon:hover{cursor:pointer;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.filters{margin-top:1rem;width:100%}.filters>.radio-list{flex-wrap:nowrap}.filters--vertical{display:flex;flex-direction:column}.filters--vertical div{margin:.4rem 0}.filters--horizontal{display:flex;flex-direction:row}.filters--horizontal>.select{margin-right:.5rem}.filters--horizontal button{margin:0 .4rem;max-width:10rem}@media only screen and (max-width:700px){.filters--horizontal{display:flex;flex-direction:column}.filters--horizontal div{margin:.4rem 0}.filters--horizontal button{margin:.4rem 0;max-width:100%}}.data-display{-webkit-animation:appear_element .4s .2s;animation:appear_element .4s .2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;display:inline-block;opacity:0;width:100%}.data-display--loading{opacity:.7;pointer-events:none}.data-display__row{display:flex;flex-flow:row;font-size:1.4rem;margin-bottom:.5rem}.data-display__row__label{color:var(--color-blue);display:inline-block;font-size:1.5rem;font-weight:700;text-align:right;width:47%}@media only screen and (max-width:56.25em){.data-display__row__label{font-size:1.8rem}}.data-display__row__gap{display:inline-block;width:2rem}.data-display__row__value{display:inline-block;font-size:1.5rem;text-align:left;width:47%}@media only screen and (max-width:56.25em){.data-display__row__value{font-size:1.8rem}}.data-display__row__value--red{color:#ff6262}.data-display__row__value--link{color:var(--color-link);cursor:pointer;font-weight:500}.data-display__row__value--link:hover{-webkit-text-decoration:underline var(--color-link);text-decoration:underline var(--color-link)}.action-buttons div:nth-child(3n+1){-webkit-animation:list_annimation_element .2s .07s;animation:list_annimation_element .2s .07s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.action-buttons div:nth-child(3n+2){-webkit-animation:list_annimation_element .2s .14s;animation:list_annimation_element .2s .14s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.action-buttons div:nth-child(3n+3){-webkit-animation:list_annimation_element .2s .21s;animation:list_annimation_element .2s .21s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.action-buttons div:nth-child(3n+4){-webkit-animation:list_annimation_element .2s .28s;animation:list_annimation_element .2s .28s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.action-buttons div:nth-child(3n+5){-webkit-animation:list_annimation_element .2s .35s;animation:list_annimation_element .2s .35s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.action-buttons div:nth-child(3n+6){-webkit-animation:list_annimation_element .2s .42s;animation:list_annimation_element .2s .42s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.action-buttons div:nth-child(3n+7){-webkit-animation:list_annimation_element .2s .49s;animation:list_annimation_element .2s .49s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.action-buttons div:nth-child(3n+8){-webkit-animation:list_annimation_element .2s .56s;animation:list_annimation_element .2s .56s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.action-buttons div:nth-child(3n+9){-webkit-animation:list_annimation_element .2s .63s;animation:list_annimation_element .2s .63s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.action-buttons div:nth-child(3n+10){-webkit-animation:list_annimation_element .2s .7s;animation:list_annimation_element .2s .7s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.action-buttons div:nth-child(3n+11){-webkit-animation:list_annimation_element .2s .77s;animation:list_annimation_element .2s .77s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.action-buttons div:nth-child(3n+12){-webkit-animation:list_annimation_element .2s .84s;animation:list_annimation_element .2s .84s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.action-buttons div:nth-child(3n+13){-webkit-animation:list_annimation_element .2s .91s;animation:list_annimation_element .2s .91s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.action-buttons div:nth-child(3n+14){-webkit-animation:list_annimation_element .2s .98s;animation:list_annimation_element .2s .98s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.action-buttons div:nth-child(3n+15){-webkit-animation:list_annimation_element .2s 1.05s;animation:list_annimation_element .2s 1.05s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.action-buttons div:nth-child(3n+16){-webkit-animation:list_annimation_element .2s 1.12s;animation:list_annimation_element .2s 1.12s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.action-buttons div:nth-child(3n+17){-webkit-animation:list_annimation_element .2s 1.19s;animation:list_annimation_element .2s 1.19s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.action-buttons div:nth-child(3n+18){-webkit-animation:list_annimation_element .2s 1.26s;animation:list_annimation_element .2s 1.26s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.action-buttons div:nth-child(3n+19){-webkit-animation:list_annimation_element .2s 1.33s;animation:list_annimation_element .2s 1.33s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.action-buttons div:nth-child(3n+20){-webkit-animation:list_annimation_element .2s 1.4s;animation:list_annimation_element .2s 1.4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.action-buttons__empty-label{font-size:1.3rem;padding-left:1rem;width:100%}.action-buttons__separator{border-bottom:2px dashed #a3a3a3;height:2px;margin:1rem 0}@media only screen and (max-width:56.25em){.action-buttons__separator{display:none}}.action-buttons__soft-separator{margin:3rem 0}.action-buttons__disabled{opacity:.5!important;pointer-events:none}@media only screen and (max-width:56.25em){.action-buttons__disabled{display:none}}.manual-form__container__package-img-container{align-items:center;display:flex;justify-content:center;width:100%}.manual-form__container__package-img-container__package-img{width:30%}@media only screen and (max-width:37.5em){.manual-form__container__package-img-container__package-img{width:50%}}.manual-form{flex:1 1;max-width:90rem;text-align:left}.manual-form__container{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.manual-form__container>*{flex:1 1;margin:.5rem 2rem .5rem 0;min-width:25rem}.manual-form__bottom-buttons{display:flex;flex-direction:row;flex-wrap:wrap;margin:3rem 0}.manual-form__textarea-container{width:100%}.manual-form__codes-container{display:flex;flex-direction:column;width:100%}.manual-form__codes-container__first-code{display:flex;margin-bottom:2rem;width:100%}.manual-form__codes-container__first-code--only-input,.manual-form__codes-container__first-code--whithout-button{width:75.3%}@media only screen and (max-width:1054px){.manual-form__codes-container__first-code{align-items:center;flex-direction:column;width:100%}}.manual-form__codes-container__action-code-container{width:29rem}@media only screen and (max-width:1054px){.manual-form__codes-container__action-code-container{margin:1rem 0}}.manual-form__codes-container__code-item{align-items:center;display:flex;flex-direction:row;height:5rem;margin-bottom:1rem;min-width:75.3%;width:75.3%}.manual-form__codes-container__code-item--whith-button{display:flex;flex-direction:row;width:100%}@media only screen and (max-width:1054px){.manual-form__codes-container__code-item--whith-button{height:7rem}.manual-form__codes-container__code-item{flex-direction:column;width:100%}}.form-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.task-card{border-radius:.5rem;color:#747272;cursor:pointer;display:flex;font-size:1.3rem;margin:.5rem 0;overflow:hidden;transition:all .2s;width:100%}.task-card:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25);transform:scale(1.01);-webkit-transform:scale(1.01);-moz-transform:scale(1.01);-ms-transform:scale(1.01);-o-transform:scale(1.01)}.task-card--constancy-inspection,.task-card--remote-inspection,.task-card--revision-inspection{background-color:#c9f2ff}.task-card--onsite-inspection{background-color:#ffe9af}.task-card__left-bar{border-bottom-left-radius:.5rem;border-top-left-radius:.5rem;min-width:1.5rem}.task-card__left-bar--constancy-inspection,.task-card__left-bar--remote-inspection,.task-card__left-bar--revision-inspection{background-color:#004b63}.task-card__left-bar--onsite-inspection{background-color:#fbb500}.task-card__content{margin:0 .5rem;overflow:hidden;padding-left:.5rem;padding-right:.5rem;width:100%}.task-card__header{align-items:center;display:flex;justify-content:space-between;margin:.6rem 0;position:relative;width:100%}.task-card__header__client{display:inline-block;flex:1 1;font-weight:700;overflow:hidden;padding-right:.5rem;padding-top:.5rem;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width:75em){.task-card__header__client{max-width:80%}}@media only screen and (max-width:353px){.task-card__header__client{max-width:9rem}}.task-card__header__type{border-radius:1rem;color:#fff;padding-left:1.5rem;padding-right:1.5rem;white-space:nowrap}@media only screen and (max-width:1715px){.task-card__header__type{font-size:1.1rem}}@media only screen and (max-width:75em){.task-card__header__type{font-size:1.3rem}}.task-card__header__type--constancy-inspection,.task-card__header__type--remote-inspection,.task-card__header__type--revision-inspection{background-color:#004b63}.task-card__header__type--onsite-inspection{background-color:#fbb500}.task-card__list{display:flex;justify-content:space-between;margin:.5rem 0}.task-card__list__line{display:block}.task-card__list__alert{color:#ff6262;font-weight:600}.task-card__footer{display:flex;justify-content:space-between;margin:.5rem 0;overflow:hidden;white-space:nowrap;width:100%}.task-card__footer__person{align-items:center;display:flex;flex:1 1;justify-content:flex-start;overflow:hidden;width:100%}.task-card__footer__person__photo{border-radius:50%;height:2.5rem;width:2.5rem}.task-card__footer__person__name{margin-left:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-card__footer__date{text-align:right;width:8rem}.task-detail__alert-status{align-items:center;gap:2px;justify-content:center}.task-detail__alert-status__icon--small{width:20px}.task-detail-modal{align-items:center;display:flex;height:100vh;justify-content:center;left:0;margin:auto;position:fixed;top:0;width:100vw}.task-detail-modal--visible{display:block;opacity:1;visibility:visible;z-index:999}.task-detail-modal__modal-bg{background-color:var(--color-modal-background);cursor:default;display:block;height:100vh;left:0;opacity:.7;overflow:hidden;position:fixed;text-decoration:none;top:0;visibility:visible;width:100vw;z-index:200}.task-detail-modal__header-container{display:flex;flex-direction:column;font-size:1.5rem;height:2rem;position:-webkit-sticky;position:sticky;right:0;top:0;width:2rem;z-index:11}.task-detail-modal__header-container__close-icon{cursor:pointer;position:absolute;right:0;top:0;width:2rem}@media only screen and (max-width:56.25em){.task-detail-modal__header-container__close-icon{width:3rem}}.task-detail-modal__custom-component{display:flex;flex-direction:column;font-size:1.5rem;padding-top:3rem;position:relative}.task-detail-modal__modal-content{-webkit-animation:appear_modal .3s;animation:appear_modal .3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;background-color:var(--color-white);border-radius:10px;display:table-cell;left:50%;margin:auto;overflow-x:hidden;overflow-y:auto;padding:2rem;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:300}@media only screen and (max-width:37.5em){.task-detail-modal__modal-content{padding:1rem}}.task-detail-modal__modal-content--fullSize{display:table-cell;height:95vh;overflow-x:hidden;overflow-y:auto;width:95vw}.check-in-form{display:flex;flex-direction:column;margin:1rem;min-width:20vw}.task-detail__main{display:flex;flex-direction:row;margin:0 5rem 5rem;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.task-detail__main{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.task-detail__main{margin:17rem 1rem 1rem}}@media only screen and (max-width:56.25em){.task-detail__main{flex-direction:column;margin:0 0 2rem}}.task-detail__data-clicked{color:#127ea2;cursor:pointer;font-weight:500}.task-detail__data-clicked:hover{-webkit-text-decoration:underline #127ea2;text-decoration:underline #127ea2}.task-detail__data{text-align:left}.task-detail__alert-message{color:red;margin:1rem 0;text-align:center}.task-detail__alert-status{display:flex;flex-direction:row}.task-detail__alert-status__icon{margin-right:.5rem}.task-detail__alert-status__alert{align-items:center;display:flex;height:100%;justify-content:center}.task-detail__alert-status__alert>p{color:#ff6262;font-weight:600;height:100%;margin-right:.5rem;margin-top:1rem}.task-detail__left-container{display:flex;flex-direction:column;width:20%}@media only screen and (max-width:1330px){.task-detail__left-container{width:25%}}@media only screen and (max-width:1060px){.task-detail__left-container{margin:1 1.5rem;width:100%}}.task-detail__right-container{align-items:flex-end;align-items:center;display:flex;flex:1 1;flex-direction:column;margin-left:2rem;overflow-x:auto;width:calc(80% - 2rem);width:100%}@media only screen and (max-width:1330px){.task-detail__right-container{width:calc(75% - 2rem)}}@media only screen and (max-width:1060px){.task-detail__right-container{margin-left:0;width:100%}}@media only screen and (max-width:56.25em){.task-detail__right-container{margin-top:1.5rem}}.task-detail__documents,.task-detail__documents__list{display:flex;flex-direction:column;width:100%}.task-detail__documents__list{overflow:hidden}.task-detail__documents__list__items{display:flex;flex-direction:column}.task-detail__documents__list__pdf{height:90vh;margin:2rem 0;width:100%}.task-detail__link{color:var(--color-blue);cursor:pointer;display:flex;font-size:1.5rem;text-decoration:none}@media only screen and (max-width:56.25em){.task-detail__link{font-size:1.8rem}}.task-detail__link:hover{text-decoration:underline}.task-detail__table-icon{width:2.5rem}.task-detail__history-table-container{overflow:auto;width:100%}.task-detail__button-table{width:9rem}@media only screen and (max-width:1500px){.task-detail__button-table{width:11rem}}@media only screen and (max-width:1300px){.task-detail__button-table{width:13rem}}@media only screen and (max-width:75em){.task-detail__button-table{width:15rem}}@media only screen and (max-width:760px){.task-detail__button-table{width:16rem}}@media only screen and (max-width:37.5em){.task-detail__button-table{width:100%}}.task-detail__info-container{width:90%}.task-detail__info-container__share-container{align-items:flex-end;display:flex;flex-direction:column;text-align:end;width:100%}@media only screen and (max-width:56.25em){.task-detail__info-container{width:100%}}.task-detail__container{left:0;position:absolute;top:-3rem;-webkit-user-select:none;user-select:none;width:3rem}.task-detail__options-container{color:#a3a3a3;cursor:pointer;height:4rem;position:relative;width:4rem}.task-detail__options-container__options{height:.2rem;position:relative;z-index:10}.task-detail__options-container__options__list{background-color:#fff;border-radius:.9rem;box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25);left:-10rem;padding:1rem;position:absolute;top:0;-webkit-transform:translateX(15rem);transform:translateX(15rem);white-space:nowrap}.task-detail__options-container__options__list__item{display:flex;flex-direction:row;padding:.5rem}.task-detail__options-container__options__list__item__icon{margin-right:1rem;width:2rem}.task-detail__info{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}@media only screen and (max-width:56.25em){.task-detail__info{font-size:1.8rem}}@media only screen and (max-width:37.5em){.task-detail__info{flex-direction:column;margin:1rem 0}}.task-detail__info__title{align-items:center;color:#a3a3a3;display:flex;flex-direction:row;margin:.7rem 0;padding-right:.5rem;width:50%}.task-detail__info__title--full-width{width:100%}@media only screen and (max-width:37.5em){.task-detail__info__title{width:100%}}.task-detail__info__title__icon-container{height:3rem;margin-right:.7rem;width:3rem}.task-detail__info__title__icon{height:3rem}@media only screen and (max-width:56.25em){.task-detail__info__title__icon{height:3.5rem}}.task-detail__info__data{align-items:center;display:flex;justify-content:flex-start;padding-left:1rem;text-align:left;width:50%}.task-detail__info__data--full-width{width:100%}@media only screen and (max-width:56.25em){.task-detail__info__data{font-size:1.8rem}}@media only screen and (max-width:37.5em){.task-detail__info__data{width:100%}}.task-detail__info__data__profile-picture{border-radius:50%;height:3rem;margin-right:1rem;width:3rem}.task-detail__info--column{flex-direction:column;justify-content:flex-start;width:100%}.task-detail__task-type{border-radius:1rem;color:#fff;display:inline-block;font-size:1.3rem;padding-left:1.5rem;padding-right:1.5rem}@media only screen and (max-width:56.25em){.task-detail__task-type{font-size:1.5rem}}.task-detail__task-type--constancy-inspection,.task-detail__task-type--remote-inspection,.task-detail__task-type--revision-inspection{background-color:#004b63}.task-detail__task-type--onsite-inspection{background-color:#fbb500}.task-detail__task-status{background-color:#5fbda7;border-radius:1rem;color:#fff;display:inline-block;font-size:1.3rem;padding-left:1.5rem;padding-right:1.5rem}@media only screen and (max-width:56.25em){.task-detail__task-status{font-size:1.5rem}}.inspection-round{align-items:center;border-radius:10px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;font-size:1.5rem;justify-content:center;margin:2rem;max-height:25rem;min-height:18rem;padding:2rem;text-align:center;width:14rem}.inspection-round:hover{background-color:var(--color-low-grey)}.inspection-round--selected{outline:2px solid var(--color-grey-three);outline-offset:0}.inspection-round__icon{width:9rem}.inspection-round__title{font-weight:700}.inspection-round__complies{margin:.5rem}.nutrimental-result{border:1px solid #000;display:flex;flex-direction:column;font-family:Helvetica,Arial,sans-serif!important;height:auto;margin:1rem auto;overflow:hidden;padding:4pt;white-space:nowrap;width:200pt}.nutrimental-result span,.nutrimental-result>p{line-height:1;margin:0;padding:0}.nutrimental-result__title{font-size:23pt;font-weight:800}.nutrimental-result__separator-1{background-color:#000;height:1pt;margin:4pt 0;width:100%}.nutrimental-result__servings{font-size:10pt;height:13pt}.nutrimental-result__servings-size{display:flex;flex-direction:row;font-size:13pt;font-weight:800;height:15pt;justify-content:space-between}.nutrimental-result__separator-2{background-color:#000;height:7pt;margin:3pt 0;width:100%}.nutrimental-result__amount-servings{font-size:7pt;font-weight:800;height:9pt}.nutrimental-result__calories{display:flex;flex-direction:row;font-size:19pt;font-weight:800;height:17pt;justify-content:space-between;-webkit-transform:translateY(-7px);transform:translateY(-7px);vertical-align:bottom}.nutrimental-result__calories__label{-webkit-transform:translateY(7px);transform:translateY(7px)}.nutrimental-result__calories__value{font-size:25pt}.nutrimental-result__separator-3{background-color:#000;height:3pt;margin:4pt 0;width:100%}.nutrimental-result__daily-porcent{font-size:8pt;font-weight:800;height:11pt;padding-top:-2pt;text-align:right}.nutrimental-result__separator-4{background-color:#000;height:.5pt;margin:2pt 0;width:100%}.nutrimental-result__nutriment-1{display:flex;flex-direction:row;font-size:10pt;justify-content:space-between}.nutrimental-result__nutriment-1__bold{font-weight:800;margin-right:4pt}.nutrimental-result__nutriment-1__bold-porcent{font-weight:800}.nutrimental-result__nutriment-1>p{display:flex;flex-direction:row}.nutrimental-result__nutriment-2{display:flex;flex-direction:row;font-size:10pt;justify-content:space-between}.nutrimental-result__nutriment-2__padding{padding-left:11pt}.nutrimental-result__nutriment-2__padding>span{margin-right:4pt}.nutrimental-result__nutriment-2__bold-porcent{font-weight:800}.nutrimental-result__nutriment-2>p{display:flex;flex-direction:row}.nutrimental-result__separator-partial-5{background-color:#000;height:.5pt;margin:2pt 0;-webkit-transform:translateX(15%);transform:translateX(15%);width:87%}.nutrimental-result__nutriment-3{display:flex;flex-direction:row;font-size:10pt;justify-content:space-between;-webkit-transform:translateX(8%);transform:translateX(8%);width:92%}.nutrimental-result__nutriment-3__padding{padding-left:11pt}.nutrimental-result__nutriment-3__padding>p{margin:0 4pt}.nutrimental-result__nutriment-3__bold-porcent{font-weight:800}.nutrimental-result__nutriment-3>p{display:flex;flex-direction:row}.nutrimental-result__nutriment-4{display:flex;flex-direction:row;font-size:10pt;justify-content:space-between}.nutrimental-result__nutriment-4__value-1{display:flex;flex-direction:row;gap:2pt;width:40%}.nutrimental-result__nutriment-4__dot{align-items:center;display:flex;flex:1 1;flex-direction:row;font-size:8pt;justify-content:center}.nutrimental-result__nutriment-4__value-2{display:flex;flex-direction:row;gap:3pt;justify-content:flex-end;text-align:right;width:50%}.nutrimental-result__text{font-size:7.5pt;height:auto;margin-right:2pt;white-space:normal;width:199pt}.nutrimental-result__text--indent{text-indent:2pt}.table-grouped{border-collapse:collapse;width:100%}.table-grouped__head{background-color:hsla(0,0%,56%,.2)}.table-grouped__head>td{text-align:center}.table-grouped__head__item-radius-left{border-top-left-radius:8px;border-top-right-radius:8px}.table-grouped__item{background-color:hsla(0,0%,56%,.2);border-bottom:1px solid hsla(0,0%,56%,.5);border-radius:8px}.table-grouped__item>td{text-align:center}.table-grouped__item__arrow{height:1.5rem;margin:0;padding:0}.table-grouped__separator{height:.6rem}.sign-container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.sign-container__item{max-width:90vw;width:60rem}.sign-container p{font-size:1.7rem}.image-container-comments{align-items:center!important;border-radius:0!important;cursor:pointer!important;display:flex;height:100%!important;justify-content:center!important;margin:0!important;max-width:100%!important;padding:0!important;position:relative!important;width:100%!important}.image-container-comments:hover .image-container-comments__icon{opacity:1;z-index:10}.image-container-comments__image{height:100%;transition:all .2s;width:100%;z-index:9}.image-container-comments__image:hover{filter:grayscale(40%) brightness(70%) blur(2px);-webkit-filter:grayscale(40%) brightness(70%) blur(2px);-moz-filter:grayscale(40%) brightness(70%) blur(2px)}.image-container-comments__icon{height:3rem;left:50%;opacity:0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:8}.image-container-comments__icon:hover+.image-container-comments__image{filter:grayscale(40%) brightness(70%) blur(2px);-webkit-filter:grayscale(40%) brightness(70%) blur(2px);-moz-filter:grayscale(40%) brightness(70%) blur(2px)}.expanded-image-modal{width:80vw}@media only screen and (max-width:37.5em){.expanded-image-modal{width:90vw}}.expanded-image-modal__image{width:100%}.comments-in-list{align-items:center;background-color:var(--color-white);border-top-left-radius:10px;border-top-right-radius:10px;bottom:0;box-shadow:0 0 14px -2px rgba(82,82,82,.75);-webkit-box-shadow:0 0 14px -2px rgba(82,82,82,.75);-moz-box-shadow:0 0 14px -2px rgba(82,82,82,.75);display:flex;flex-direction:column;justify-content:center;left:30rem;position:fixed;width:25rem;z-index:12}@media only screen and (max-width:56.25em){.comments-in-list{left:2rem}}.comments-in-list__header{align-items:center;cursor:pointer;display:flex;flex-direction:row;font-size:1.2rem;height:2rem;justify-content:space-evenly;margin:.6rem;-webkit-user-select:none;user-select:none;width:100%}.comments-in-list__header__icon{margin-left:.7rem;-webkit-transform:rotate(-180deg);transform:rotate(-180deg);transition:all .3s;width:1.4rem}.comments-in-list__header__icon--open{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.comments-in-list__content{border-top:1px solid var(--color-text);height:0;overflow-x:hidden;overflow-y:auto;transition:all .5s;width:100%}.comments-in-list__content--open{height:28rem}.loading-page{align-items:center;display:flex;height:20rem;justify-content:center;width:100%}.cta-save-inspection-list-button{align-items:center;display:flex;justify-content:space-around;width:100%}.packing{display:flex}.inspection-list{background-color:var(--color-white);height:100%;width:100%}.inspection-list__alert-label{color:#e06e6e}.inspection-list__page{margin:20px 0;width:100%}.inspection-list__sticky-item{position:-webkit-sticky;position:sticky;top:7.4rem;z-index:11}@media only screen and (max-width:56.25em){.inspection-list__sticky-item{top:12.5rem}}.inspection-list__not-mandatory-list-container{background-color:var(--color-white);width:100%}.inspection-list__not-mandatory-list{align-items:center;background-color:rgba(255,0,0,.5);border:2px solid rgba(255,0,0,.6);border-radius:10px;color:#fff;display:flex;flex-direction:row;font-size:2rem;padding:.7rem}.inspection-list__not-mandatory-list__icon{height:4.4rem;margin-right:1rem}.inspection-list__not-mandatory-list>span>b{cursor:pointer}.inspection-list__not-mandatory-list>span>b:hover{text-decoration:underline}.inspection-list__progress-bar-container{background-color:var(--color-white);display:flex;flex-direction:column;padding:1rem 0;width:100%}.inspection-list__progress-bar-container__label{align-items:center;display:flex;font-size:1.4rem;justify-content:space-between}.inspection-list__progress-bar-container__bar{background-color:#c4c4c4;border-radius:4px;height:2rem;position:relative;width:100%}.inspection-list__progress-bar-container__bar__progress{background-color:#fbb500;border-radius:4px;height:2rem;left:0;position:absolute;top:0;transition:all 1s ease-out;width:0}.table-head{border:1px solid var(--color-black);border-collapse:collapse;color:var(--color-black);font-size:12px;width:100%}.table-head__row__icon{margin-top:10px;width:40%}.table-head__row__col-1{background-color:var(--color-grey);max-width:2rem}.table-head__row__col-1--transparent{background-color:initial}.table-head__row__col-1--center{align-items:center;display:flex;height:100%;justify-content:center;line-height:15px;width:100%}.table-head__row__col-2,.table-head__row__col-3{border:1px solid var(--color-black);padding-left:1rem;width:40%}.full-width{width:100%}.text-center{text-align:center!important}.min-width{min-width:5rem!important}.text-left{text-align:left}.width-50{width:50%!important}.display-none{display:none}.text-red{color:red}.border-red{border:2px solid red}.text-blue{color:#3251b6}.cell-blue{background-color:#8194d3}.cell-result{background-color:#9fc595}.text-sm{font-size:1.4rem}.text-left{text-align:left!important}.width-8{width:8rem!important}.navigate-container{bottom:1rem;display:flex;flex-direction:column;gap:0;position:fixed;right:2rem;width:10rem;z-index:13}.disapear{border-radius:0!important;box-shadow:none;height:0!important;overflow:hidden;width:0!important;z-index:-999999999999!important}.apear,.disapear{position:relative}.apear{border-radius:auto;height:auto;overflow:auto;width:auto}.display-flex-row{display:flex;flex-direction:row}.download-button{background-color:#6281d6;border:none;border-radius:7px;color:#fff;cursor:pointer;font-size:1.8rem;max-width:100vw;padding:.3rem;width:30rem}.table-content{border:1px solid var(--color-black);color:var(--color-black);font-size:17px}.table-content,.table-content__inspector-table{border-collapse:collapse;max-width:100%;width:100%}.table-content__inspector-table{border:1px solid var(--color-black);margin-top:2rem;table-layout:fixed}.table-content__inspector-table__cell-justify{text-align:left!important}.table-content__inspector-table tr td input{border:none;border-radius:0}.table-content__inspector-table tr td input,.table-content__inspector-table tr td select{background-color:#ebe6a7;box-sizing:border-box;font-size:1.6rem;height:100%;margin:0;padding:5px;width:100%}.table-content__inspector-table tr td select{border-radius:0}.table-content__inspector-table__table-container{align-items:center;display:flex;justify-content:center}.table-content__inspector-table tr{border:1px solid var(--color-black)}.table-content__inspector-table tr td{border:1px solid var(--color-black);padding:5px}.table-content__inspector-table__input{box-sizing:border-box;font-size:1.6rem;height:100%;margin:0;padding:0;width:100%}.table-content__inspector-table__button-container{align-items:center;display:flex;justify-content:center;width:100%}.table-content__inspector-table__button{background-color:#6dc23c;border:none;border-radius:7px;box-shadow:3px 3px 18px -4px #474747;cursor:pointer;font-weight:600;margin:.5rem;padding:1rem 2rem;transition:all .3s}.table-content__inspector-table__button:hover{box-shadow:3px 3px 5px -4px #474747;-webkit-transform:scale(1.05);transform:scale(1.05)}.table-content__inspector-table__table{border:1px solid var(--color-black);border-collapse:collapse;max-width:100%;table-layout:fixed;text-align:center;width:100%}.table-content__inspector-table__table__error-text{color:#e06e6e;font-weight:600}.table-content__inspector-table__table__image{max-width:100%}.table-content__inspector-table__table tr{border:1px solid var(--color-black)}.table-content__inspector-table__table tr td{border:1px solid var(--color-black);padding:0}.table-content__inspector-table__table tr td input{border:none;border-radius:0}.table-content__inspector-table__table tr td input,.table-content__inspector-table__table tr td select{background-color:#ebe6a7;box-sizing:border-box;font-size:1.6rem;height:100%;margin:0;padding:5px;width:100%}.table-content__inspector-table__table tr td select{border-radius:0}.table-content__inspector-table__header{background-color:#99c8ee;text-align:center}.table-content__inspector-table__header,.table-content__inspector-table__text{border:1px solid var(--color-black);max-width:100%;width:100%}.table-content__inspector-table__text td{height:auto}.table-content__inspector-table__text__image{margin:0 15%;max-width:100%;width:70%}@media only screen and (max-width:56.25em){.table-content__inspector-table__text__image{margin:0;width:100%}}.table-content--disabled{font-size:14px}.table-content__row__cell{border:1px solid var(--color-black);height:100%;padding:2px 17px;text-align:center}.table-content__row__cell--criterion{text-align:center;width:80%}.table-content__row__cell--response{align-items:center;border:0;border:1px solid var(--color-black);justify-content:center;text-align:center}.table-content__row__cell--disabled{max-width:2rem}.table-content__row__cell--evidence,.table-content__row__cell--observations{text-align:center}.table-content__row__cell--text{line-height:25px;margin:5px 2px;text-align:left;width:100%}.table-content__row__cell--text-center{text-align:center}.table-content__row__cell__table{border-collapse:collapse;width:100%}.table-content__row__cell-evidence,.table-content__row__cell__table tr td,.table-content__row__cell__table tr th{border:1px solid var(--color-black)}.table-content__row__cell-evidence{height:100%;margin:0;text-align:center;vertical-align:middle;width:100%}.table-content__row__cell-evidence__alert{color:#ff6262;font-size:1.4rem;height:auto}.table-content__row__cell-text-area{border:1px solid var(--color-black);height:100%;margin:0;padding:0;text-align:left;vertical-align:middle;width:100%}.table-content__row__cell-text-area__tooltip-container{align-items:center;cursor:pointer;display:flex;font-size:1.5rem;gap:7px;justify-content:center;margin:5px;text-align:center}.table-content__row__cell-text-area__tooltip{min-height:2.5rem}.table-content__row__cell-text-area__text-area{field-sizing:content;background-color:var(--color-white);box-sizing:border-box;color:var(--color-text);height:100%;height:10rem;margin:0;max-height:100%;max-width:100%;min-height:7rem;resize:vertical;width:100%}.table-content__row__cell-text-area__text-area--error{border:3px solid #ff6262;color:#ff6262}.table-content__row__cell-text-area__text-area--sizing-animation{-webkit-animation:sizing-text-area 1s linear 1s;animation:sizing-text-area 1s linear 1s}.measures-container{align-items:center;display:flex;height:11rem;justify-content:center;position:relative;width:100%}.measures-container__container{background-color:#fff;height:8rem;margin-top:1rem;max-width:100%;overflow:hidden;position:relative;width:25rem}.result{overflow-x:hidden;overflow-y:auto;padding:2rem;position:relative;z-index:35}.result__stampsContainer{align-items:center;display:flex;height:33.5rem;justify-content:center;position:relative;width:100%}.result__tagImgContainer{background-color:#fff;height:32rem;margin-top:1rem;overflow:hidden;position:relative;width:30rem}.radio-container{align-items:center;display:flex;height:100%;justify-content:space-around;width:100%}.radio-container__radio{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:30px;justify-content:center;position:relative;-webkit-user-select:none;user-select:none;width:30px}.radio-container__radio--disabled{cursor:default}.radio-container__radio input{cursor:pointer;opacity:0;position:absolute;z-index:-999}.radio-container__radio__check{align-items:center;background-color:var(--color-white);border:3px solid var(--color-grey);border-radius:50%;display:flex;height:30px;justify-content:center;width:30px}.radio-container__radio__check:after{background-color:var(--color-blue);border-radius:50%;content:"";display:none;height:14px;width:14px}.radio-container__radio:hover input~.radio-container__radio__check{border:3px solid var(--color-low-blue-1)}input:checked~.radio-container__radio__check{border:3px solid var(--color-blue)}input:checked~.radio-container__radio__check:after{display:block;left:50%;margin:0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.inputs-container{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.inputs-container__title{align-items:flex-start;display:flex;flex-direction:row;font-size:1.5rem;font-weight:600;justify-content:flex-start;margin:0 .5rem;min-width:15rem;text-align:left;width:100%}.inputs-container__title b{margin:0 .6rem}.inputs-container div{flex:1 1 30%;min-width:30%}@media only screen and (max-width:75em){.inputs-container div{min-width:45%}}@media only screen and (max-width:37.5em){.inputs-container div{min-width:100%}}.information-table{color:var(--color-black);font-family:Verdana,Geneva,sans-serif;font-size:11px;width:100%}.information-table__col-title{padding-left:10px;width:15%}.information-table__col-data{border-bottom:1px solid var(--color-black);padding-left:10px;width:30%}.responsive-iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}@media (max-width:800px){.table-content{border:none;display:block}.table-content__row{border:1px solid #4d4d4d;border-radius:10px;display:flex;flex-wrap:wrap;margin:0 0 2rem}}@media (max-width:800px) and (max-width:460px){.table-content__row{flex-direction:column}}@media (max-width:800px){.table-content__row:nth-child(odd){background:#dfdfdfb5}.table-content__row__cell{border:none;border-bottom:1px solid var(--color-black);display:block;font-size:18px;position:relative;width:100%}.table-content__row__cell:before{left:6px;padding-right:10px;position:absolute;top:0;white-space:nowrap;width:50%}.table-content__row__cell--criterion{width:100%}.table-content__row__cell--question{max-width:100%;padding:.3rem;text-align:center;width:100%}.table-content__row__cell--disabled{max-width:100%}.table-content__row__cell--response{border-right:1px solid var(--color-black);padding:.4rem 0;text-align:center;width:33.333333%}}@media (max-width:800px) and (max-width:520px){.table-content__row__cell--response{width:100%}}@media (max-width:800px){.table-content__row__cell:nth-of-type(2):before{content:"Cumple";margin-top:.5rem}.table-content__row__cell:nth-of-type(3):before{content:"No Cumple";margin-top:.5rem}.table-content__row__cell:nth-of-type(4):before{content:"No Aplica";margin-top:.5rem}.table-content__row__cell-evidence{align-items:center;border:1px solid var(--color-black);display:flex;flex-direction:column;justify-content:center;margin-top:0;text-align:center}.table-content__row__cell-evidence__alert{color:#ff6262;font-size:1.4rem;height:auto}.table-content__row__cell-evidence__switch{margin:1rem}.table-content__row__cell-text-area{border:none;display:flex;margin-top:0;position:relative}.table-content__row__cell-text-area__text-area{background-color:var(--color-white);border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;height:100%;padding:.4rem;resize:none;width:100%}.table-content__row__cell-text-area__text-area--unique{border:1px solid var(--color-black);border-radius:0;resize:none}.table-content__row__cell-text-area__text-area--error{border:3px solid #ff6262;color:#ff6262}.table-thead{display:block}.table-thead tr{left:-9999px;position:absolute;top:-9999px}.table-body{display:block}}.sampling-table{border-collapse:collapse;margin-bottom:2rem;margin-top:2rem;width:100%}.sampling-table__row{height:1.7rem}.sampling-table__cell{border:1px solid var(--color-black);color:var(--color-black);text-align:center;text-transform:none}.sampling-table__cell__text{height:100%;min-height:15.3rem;overflow:hidden;width:100%}.sampling-table__cell--grey{background-color:var(--color-grey)}.sampling-table__cell--comments{max-width:100px;overflow:hidden;text-overflow:ellipsis}.sampling-table__cell--comments__text{height:145px;margin:6px;overflow:hidden;text-align:left;text-overflow:ellipsis}.sampling-table__cell--text-left{padding-left:1rem;text-align:left}.sampling-form{font-size:1.5rem}.sampling-form__center{align-items:center;display:flex;flex-direction:column;justify-content:center}.sampling-form__item-left{align-items:flex-start!important;display:flex;flex-direction:row;justify-content:flex-start!important;max-width:40rem}.sampling-form__item{align-items:center;display:flex;justify-content:center;margin:0 0 .4rem;width:100%}.sampling-form__item__label{font-weight:700;margin-right:2rem;width:9rem}.sampling-form__item--input{max-width:40rem}.sampling-form__item--input-lot{max-width:40rem}.sampling-form__item--input-lot,.sampling-form__item--input-range{align-items:center;display:flex;flex-direction:column;justify-content:center}.sampling-form__item--input-range{margin-top:2rem;max-width:60rem}.sampling-form__item--input-range>#range,.tabs{width:100%}.tabs{display:flex;flex-direction:column;margin-bottom:10px}.tabs__container{display:flex;flex-direction:row;padding:0 15px}.tabs__container__item{background-color:var(--color-grey-three)!important;border:none;border:1px solid var(--color-text-light);border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;color:rgba(var(--color-black),.8)!important;cursor:pointer;font-size:1.5rem;padding:6px;text-align:center;z-index:9}@media only screen and (max-width:1060px){.tabs__container__item{font-size:1.8rem}}@media only screen and (max-width:37.5em){.tabs__container__item{font-size:1.4rem}}.tabs__container__item--selected{background-color:var(--color-white)!important;color:var(--color-black)!important;cursor:default;z-index:11}.tabs__separator{background:linear-gradient(90deg,#fff 0,var(--color-text-light) 3%,var(--color-text-light) 97%,#fff 100%);height:2.5px;-webkit-transform:translateY(-2.5px);transform:translateY(-2.5px);width:100%;z-index:10}.progress-indicator{width:100%}.progress-indicator__status{font-size:1.3rem;font-weight:700}.progress-indicator__status--completed{color:#a3a3a3;display:flex;flex-flow:row;font-size:1.3rem;font-weight:700}.progress-indicator__status--completed__ctn{margin-right:1.5rem}.progress-indicator__status--completed__ctn__circle{align-items:center;background-color:#7fc0c6;border-radius:50%;display:flex;height:3.7rem;justify-content:center;width:3.7rem}.progress-indicator__status--completed__ctn__separator{background-color:#7fc0c6;height:4rem;margin:0 auto;width:.8rem}.progress-indicator__status--completed__label{margin-top:.5rem}.progress-indicator__status--uncompleted{color:#dadada;display:flex;flex-flow:row;font-size:1.3rem;font-weight:700}.progress-indicator__status--uncompleted__ctn{margin-right:1.5rem}.progress-indicator__status--uncompleted__ctn__circle{background-color:#fff;border:2px solid #dadada;border-radius:50%;height:3.9rem;width:3.9rem}.progress-indicator__status--uncompleted__ctn__separator{border-left:.6rem dashed #dadada;height:4rem;margin:0 auto;width:.8rem}.progress-indicator__status--uncompleted__label{margin-top:.5rem}.constancy-product-detail__main{display:flex;flex-direction:row;margin:13rem 5rem 5rem;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.constancy-product-detail__main{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.constancy-product-detail__main{margin:17rem 1rem 1rem}}.constancy-product-detail__left-container{display:flex;flex-direction:column;width:20%}@media only screen and (max-width:1330px){.constancy-product-detail__left-container{width:25%}}@media only screen and (max-width:1060px){.constancy-product-detail__left-container{margin:1 1.5rem;width:100%}}.constancy-product-detail__right-container{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;margin-left:2rem;overflow-x:auto;width:calc(80% - 2rem)}@media only screen and (max-width:1330px){.constancy-product-detail__right-container{width:calc(75% - 2rem)}}@media only screen and (max-width:1060px){.constancy-product-detail__right-container{margin-left:0;width:100%}}@media only screen and (max-width:56.25em){.constancy-product-detail__right-container{margin-top:1.5rem}}.constancy-product-detail__alert{color:#e06e6e;text-align:center;width:100%}.constancy-product-detail__alert-constancy-product-files{align-items:center;display:flex;justify-content:center;margin:0 .6rem;min-height:4rem;width:calc(100% - 1.2rem)}.constancy-product-detail__alert-constancy-product-files p{color:red;font-size:1.5rem;text-align:center}.constancy-product-detail__documents{display:flex;flex-flow:column;width:100%}.constancy-product-detail__documents__container{display:flex;flex-direction:column;flex-wrap:wrap;width:100%}.constancy-product-detail__documents__container__title{color:var(--color-blue);font-size:1.4rem;font-weight:600}.constancy-product-detail__documents__container__empty-message{font-size:1.3rem;margin-top:2rem;text-align:center;-webkit-user-select:none;user-select:none;width:100%}.constancy-product-detail__history{overflow:auto;width:100%}.constancy-product-detail__progress-indicator{margin:0 auto;width:60%}@media only screen and (max-width:37.5em){.constancy-product-detail__main{flex-flow:column;gap:2rem}.constancy-product-detail__main__br{height:5vh}.constancy-product-detail__accordeon,.constancy-product-detail__content{width:90%}}.inspection-dictaminate{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding-bottom:3rem;width:100%}.inspection-dictaminate__complies-text{font-size:1.5rem;font-weight:700;margin:1rem 0;text-align:center;width:100%}.inspection-dictaminate__continue-buttons{align-items:center;display:flex;justify-content:space-around;margin-top:4rem}.inspection-dictaminate__title{margin-top:4rem}.inspection-dictaminate__sub-title{margin:1rem 0 4rem;text-align:center}.inspection-dictaminate__container{margin:0 1rem;max-width:80rem;padding:1rem}.inspection-dictaminate__complies-box{align-items:center;display:flex;justify-content:space-around}@media only screen and (max-width:450px){.inspection-dictaminate__complies-box{flex-wrap:wrap}}.inspection-dictaminate__complies-box__option{align-items:center;display:flex;flex-flow:column;justify-content:center;margin:0 1rem}.inspection-dictaminate__complies-box__option__img{height:30rem;margin:1rem 0}@media only screen and (max-width:450px){.inspection-dictaminate__complies-box__option__img{display:none}}.inspection-dictaminate__complies-box__option--hidden{display:none}.inspection-dictaminate__complies-box__option--no-pointer-events{pointer-events:none}.inspection-dictaminate__complies-box__option--no-pointer-events button{display:none}.inspection-card{background-color:#f4f4f4;border:1px solid var(--color-grey);border-radius:.55rem;color:#747272;cursor:pointer;display:flex;font-size:1.3rem;margin:.5rem 0;overflow:hidden;transition:all .2s;width:100%}.inspection-card:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25);transform:scale(1.01);-webkit-transform:scale(1.01);-moz-transform:scale(1.01);-ms-transform:scale(1.01);-o-transform:scale(1.01)}.inspection-card__left-bar{background-color:#717070;border-bottom-left-radius:.5rem;border-top-left-radius:.5rem;min-width:1.5rem}.inspection-card__left-bar--on-site{background-color:#fbb500}.inspection-card__left-bar--constancy,.inspection-card__left-bar--remote,.inspection-card__left-bar--revision{background-color:#004b63}.inspection-card__content{overflow:hidden;padding-left:.5rem;padding-right:.5rem;width:100%}.inspection-card__content--constancy,.inspection-card__content--remote,.inspection-card__content--revision{background-color:#c9f2ff}.inspection-card__content--on-site{background-color:#ffe9af}.inspection-card__header{align-items:center;display:flex;justify-content:space-between;margin:.6rem 0;position:relative;width:100%}.inspection-card__header__icon{margin-right:.5rem}.inspection-card__header__alert{color:#ff6262;font-weight:600;margin-right:.2rem;margin-top:.4rem}.inspection-card__header__title{display:inline-block;flex:1 1;font-weight:700;overflow:hidden;padding-right:.5rem;padding-top:.5rem;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width:75em){.inspection-card__header__title{max-width:80%}}@media only screen and (max-width:353px){.inspection-card__header__title{max-width:9rem}}.inspection-card__header__type{background-color:#717070;border-radius:1rem;color:#fff;padding-left:1.5rem;padding-right:1.5rem;white-space:nowrap}@media only screen and (max-width:1715px){.inspection-card__header__type{font-size:1.1rem}}@media only screen and (max-width:75em){.inspection-card__header__type{font-size:1.3rem}}.inspection-card__list{display:flex;justify-content:space-between;margin:.5rem 0}.inspection-card__list__line{display:block}.notification{align-items:center;background-color:var(--color-white);border:1px solid var(--color-grey-three);border-radius:14px;box-shadow:4px 4px 12px 0 rgba(0,0,0,.1);cursor:pointer;display:flex;flex-direction:row;font-size:1.5rem;gap:4px;height:100%;justify-content:space-between;margin:.5rem 0;transition:all .3s!important;width:100%}.notification--shadow{-webkit-filter:contrast(85%);filter:contrast(85%)}.notification:hover{background-color:rgba(127,192,198,.4)}@media only screen and (max-width:37.5em){.notification{font-size:1.8rem}}.notification__4-red{background-color:#ff6262;height:2rem;margin-right:1rem;width:2rem}.notification__3-orange{background-color:#f59439;height:2rem;margin-right:1rem;width:2rem}.notification__2-yellow{background-color:#ecd23a;height:2rem;margin-right:1rem;width:2rem}.notification__1-green{background-color:#6dc23c;height:2rem;margin-right:1rem;width:2rem}.notification__none{background-color:none;height:0;margin-right:0;width:0}.notification__content{align-items:center;display:flex;flex:1 1;flex-direction:row;margin:2rem 0}@media only screen and (max-width:37.5em){.notification__content{margin:1rem 0}}.notification__date{align-items:flex-end;display:flex;justify-content:flex-end;margin:0 1rem;text-align:center;width:20%}.notification__label{cursor:pointer;flex:1 1;transition:all .2s}.notification__icon-container{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;width:5rem}@media only screen and (max-width:37.5em){.notification__icon-container{width:4rem}}.notification__icon-container__icon{-webkit-filter:drop-shadow(0 0 3px #c4c4c4);filter:drop-shadow(0 0 3px #c4c4c4);height:100%;margin-left:1rem;margin-right:1rem;object-fit:cover;width:100%}@media only screen and (max-width:37.5em){.notification__icon-container__icon{margin-left:.5rem;margin-right:.5rem}}.notification__alert{border:1px solid #c4c4c4;border-radius:3px;height:1.5rem;margin:0 1rem;min-height:1.5rem;min-width:1.5rem;width:1.5rem}@media only screen and (max-width:37.5em){.notification__alert{margin:0 .7rem}}.notification__alert--active{background-color:var(--color-low-blue);border:1px solid var(--color-low-blue)}.switch__item{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}.switch__item--disabled{cursor:default}@media only screen and (max-width:37.5em){.switch__item{flex-direction:column}}.switch__label{font-size:1.4rem;margin:0 1rem;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}@media (max-width:800px){.switch__label{font-size:1.5rem}}.switch__label--selected{font-weight:900;text-decoration:underline}.switch__bullet-container{align-items:center;background-color:var(--color-low-blue);border:2px solid #717070;border-radius:25px;cursor:pointer;display:flex;height:3rem;justify-content:center;min-height:3rem;min-width:6rem;padding:.2rem;width:6rem}.switch__bullet-container--disabled{cursor:default;filter:grayscale(50%);-webkit-filter:grayscale(50%);-moz-filter:grayscale(50%)}@media (max-width:800px){.switch__bullet-container{height:4rem;min-height:4rem;min-width:8rem;width:8rem}}.switch__bullet-container__bullet{background-color:var(--color-blue);border-radius:20px;height:2.2rem;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;width:2.2rem}@media (max-width:800px){.switch__bullet-container__bullet{height:3rem;width:3rem}}.switch__bullet-container__bullet--normal{transform:translate(-1.4rem);-webkit-transform:translate(-1.4rem);-moz-transform:translate(-1.4rem);-ms-transform:translate(-1.4rem);-o-transform:translate(-1.4rem)}@media (max-width:800px){.switch__bullet-container__bullet--normal{transform:translate(-1.9rem);-webkit-transform:translate(-1.9rem);-moz-transform:translate(-1.9rem);-ms-transform:translate(-1.9rem);-o-transform:translate(-1.9rem)}}.switch__bullet-container__bullet--checked{transform:translate(1.4rem);-webkit-transform:translate(1.4rem);-moz-transform:translate(1.4rem);-ms-transform:translate(1.4rem);-o-transform:translate(1.4rem)}@media (max-width:800px){.switch__bullet-container__bullet--checked{transform:translate(1.9rem);-webkit-transform:translate(1.9rem);-moz-transform:translate(1.9rem);-ms-transform:translate(1.9rem);-o-transform:translate(1.9rem)}}.online-status{align-items:center;border-top-left-radius:10px;border-top-right-radius:10px;bottom:0;display:flex;height:3rem;justify-content:center;left:50%;padding:8px;position:fixed;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%);transition:-webkit-transform 1.5s;transition:transform 1.5s;transition:transform 1.5s,-webkit-transform 1.5s;z-index:9999999999}.online-status__text{color:#fff;font-size:1.5rem}.online-status--error{background-color:var(--color-red)}.online-status--error,.online-status--success{-webkit-animation:appear-online-status 3s linear;animation:appear-online-status 3s linear}.online-status--success{background-color:#6dc23c}.table-norms{border:1px solid #000;border-collapse:collapse}.table-norms td,.table-norms th,.table-norms tr{border:1px solid #000;border-collapse:collapse;padding:2px}.evidence-title{font-size:1.5rem;height:3rem;width:100%}.inspection-detail__main{display:flex;flex-direction:row;margin:13rem 5rem 5rem;margin-top:3rem!important;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.inspection-detail__main{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.inspection-detail__main{margin:17rem 1rem 1rem}}.inspection-detail__left-container{display:flex;flex-direction:column;width:20%}@media only screen and (max-width:1330px){.inspection-detail__left-container{width:25%}}@media only screen and (max-width:1060px){.inspection-detail__left-container{margin:1 1.5rem;width:100%}}.inspection-detail__right-container{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;margin-left:2rem;max-width:100%;overflow-x:auto;overflow-x:hidden;overflow-y:auto;position:relative;width:calc(80% - 2rem)}@media only screen and (max-width:1330px){.inspection-detail__right-container{width:calc(75% - 2rem)}}@media only screen and (max-width:1060px){.inspection-detail__right-container{margin-left:0;width:100%}}@media only screen and (max-width:56.25em){.inspection-detail__right-container{margin-top:1.5rem}}@media only screen and (max-width:1060px){.inspection-detail__right-container{max-width:100%}}.inspection-detail__alert{align-items:center;display:flex;justify-content:center;margin:0 .6rem;min-height:4rem;width:calc(100% - 1.2rem)}.inspection-detail__alert p{color:red;font-size:1.5rem;text-align:center}.inspection-detail__history{overflow:auto;width:100%}.inspection-detail__navigation-bar{align-items:center;background-color:var(--color-white);color:var(--color-text);display:flex;font-size:1.5rem;height:5rem;justify-content:center;padding:0 4rem;top:7.5rem;width:100%;z-index:11}@media only screen and (max-width:37.5em){.inspection-detail__navigation-bar{padding:0 1rem}}.inspection-detail__navigation-bar__item{align-items:center;cursor:pointer;display:flex;text-align:center}.inspection-detail__navigation-bar__item:hover{text-decoration:underline}.inspection-detail__navigation-bar__item__icon{margin:0 .7rem}.inspection-detail__navigation-bar__item--disable{cursor:default;opacity:.4;pointer-events:none}.inspection-detail__navigation-bar__item--center{margin:0 1rem}.inspection-detail__documents{display:flex;flex-direction:column;width:100%}.inspection-detail__documents__list{display:flex;flex-wrap:wrap;height:100%;width:100%}.inspection-detail__rounds-container{display:flex;flex-direction:column;width:100%}.inspection-detail__rounds-container__rounds-limit{align-items:center;color:#ff6262;display:flex;font-size:1.5rem;font-weight:700;width:100%}.inspection-detail__rounds-container__rounds-limit__icon{height:2rem;margin-right:1rem}.inspection-detail__rounds{display:flex;width:100%}@media only screen and (max-width:1486px){.inspection-detail__rounds{flex-direction:column}}.inspection-detail__rounds__inspector{font-size:1.4rem;font-weight:400}.inspection-detail__rounds__inspector--alert{color:var(--color-red)}.inspection-detail__rounds__list{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.inspection-detail__rounds__list--opened{flex-direction:column;flex-wrap:nowrap;overflow-x:hidden;overflow-y:auto;width:19rem}@media only screen and (max-width:1486px){.inspection-detail__rounds__list--opened{flex-direction:row;height:auto;overflow-x:auto;overflow-y:hidden;width:100%}}.inspection-detail__rounds__documents{border:2px solid var(--color-grey-three);border-radius:10px;display:flex;flex:1 1;flex-direction:column;height:calc(100% - 4rem);margin:2rem;position:relative;width:calc(100% - 2rem)}.inspection-detail__rounds__documents__close-icon{cursor:pointer;position:absolute;right:2rem;top:2rem}.inspection-detail__rounds__documents__header{display:flex;flex-wrap:wrap;font-size:1.5rem;margin:2rem}.inspection-detail__rounds__documents__header__icon{margin-right:2rem;width:6rem}.inspection-detail__rounds__documents__header__label{display:flex;flex-direction:column;justify-content:center;margin-right:4rem}.inspection-detail__rounds__documents__header__label__round{font-weight:700}.inspection-detail__rounds__documents__documents-list{height:100%;margin:1rem;overflow-x:hidden;overflow-y:auto}.inspection-detail__rounds__documents__documents-list__title{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.inspection-detail__rounds__documents__documents-list__list{display:flex;flex-direction:column;flex-wrap:wrap}.inspection-detail__rounds__documents__documents-list__empty-message{font-size:1.5rem;margin:2rem 0;width:100%}.inspection-detail__rounds__documents__documents-list__image-preview{align-items:center;aspect-ratio:1/1;border:1px solid #a5a5a5;border-radius:8px;display:flex;flex-direction:column;font-size:1.4rem;height:auto;justify-content:center;margin:2rem 0;min-height:10rem;overflow:hidden;position:relative;width:100%;z-index:10}.inspection-detail__rounds__documents__documents-list__image-preview__spinner{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);z-index:11}.inspection-detail__rounds__documents__documents-list__image-preview>img{margin:1rem 0;max-width:100%;z-index:10}.inspection-detail__rounds__documents__documents-list__content-preview{align-items:center;display:flex;height:90vh;justify-content:center;margin:1rem 0;position:relative;width:100%}.inspection-detail__rounds__documents__documents-list__content-preview iframe{border:1px solid #8b8b8b}.react-transform-wrapper{aspect-ratio:1/1;background-color:hsla(0,0%,64%,.4);background-image:linear-gradient(90deg,#a1a1a1 1px,transparent 0),linear-gradient(180deg,#a1a1a1 1px,transparent 0);background-size:40px 40px;border:1px solid #a5a5a5;border-radius:8px;border-top-left-radius:0;border-top-right-radius:0;max-height:80vh;width:100%!important}.rotate-container{align-items:center;background-color:hsla(0,0%,64%,.1);border:1px solid #a5a5a5;border-radius:8px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:flex;flex-direction:row;gap:2rem;height:4rem;justify-content:center;margin-top:2rem;width:100%}.rotate-container button{background-color:initial;border:none;color:var(--color-black);cursor:pointer;height:100%;width:3rem}.inspection-upload-evidence{display:flex;flex-direction:column;width:100%}.inspection-upload-evidence__pdf-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.inspection-upload-evidence__text{font-size:1.4rem}.inspection-upload-evidence__file-input,.inspection-upload-evidence__file-input__webcam{display:flex;flex-direction:column;width:100%}.inspection-upload-evidence__file-input__webcam__buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:center;width:100%}.inspection-upload-evidence__file-input__webcam__buttons>.button{width:auto!important}.inspection-list-view__main{align-items:flex-end;display:flex;flex-direction:column;width:100%}.bug-modal{min-width:50vw}@media only screen and (max-width:56.25em){.bug-modal{min-width:85vw}}.main-menu{align-items:center;background-color:#004b63;display:flex;flex-direction:column;height:100vh;position:relative;transition:all .2s;width:25rem}.main-menu__bug-report{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:1.3rem;height:4rem;justify-content:center;margin-bottom:1rem;padding:0 .5rem;width:100%}.main-menu__bug-report__icon{height:3.5rem;margin-right:1rem}.main-menu--desktop-close{width:5rem}.main-menu__version{color:#fff}@media only screen and (max-width:56.25em){.main-menu{align-items:flex-start;height:5rem;left:0;position:fixed;right:0;top:0;transition:all 0s;width:100vw;z-index:500}}.main-menu__spacer-top{height:13rem}.main-menu__arrow-button{align-items:center;background-color:#004b63;border:1px solid #fff;border-radius:50%;cursor:pointer;display:flex;height:3rem;justify-content:center;position:absolute;right:-1.5rem;top:8.6rem;width:3rem;z-index:200}@media only screen and (max-width:75em){.main-menu__arrow-button{height:4rem;width:4rem}}@media only screen and (max-width:56.25em){.main-menu__arrow-button{display:none}}.main-menu__footer{align-items:center;box-shadow:0 -2px 14px 0 rgba(43,43,43,.75);-webkit-box-shadow:0 -2px 14px 0 rgba(43,43,43,.75);-moz-box-shadow:0 -2px 14px 0 rgba(43,43,43,.75);display:flex;flex-direction:column;height:4.6rem;justify-content:space-between;transition:all .25s ease;width:100%}.main-menu__footer--open{height:26rem}.main-menu__footer__icon-container{align-items:center;cursor:pointer;display:flex;height:4rem;justify-content:center;margin-bottom:1.5rem;padding:1.5rem 0;width:100%}.main-menu__footer__icon{cursor:pointer;display:block;height:1.6rem;-webkit-transform:rotate(180deg) translate(5px,-4px);transform:rotate(180deg) translate(5px,-4px);transition:all .25s ease;width:1.6rem;z-index:10}.main-menu__footer__icon--open{-webkit-transform:rotate(0deg) translateY(5px);transform:rotate(0deg) translateY(5px)}.main-menu__sound{align-items:center;color:#fff;display:flex;font-size:1.3rem;height:2.5rem;justify-content:space-evenly;margin-bottom:13px;width:88%}.main-menu__sound p{margin-right:.5rem}.main-menu__sound__icon{cursor:pointer;height:2.5rem}.main-menu__languaje{align-items:center;display:flex;gap:10px;justify-content:center;margin-bottom:13px;width:88%}.main-menu__languaje .select__content{border:1px solid #fff;color:#fff}.main-menu__languaje .select__arrow{border-bottom:4px solid #fff;border-left:4px solid #fff}.main-menu__languaje__icon{cursor:pointer}.main-menu__hamburguer-button{cursor:pointer;display:none;margin:1rem;transition:all .2s}@media only screen and (max-width:56.25em){.main-menu__hamburguer-button{display:flex}}.main-menu__close-button-container{display:flex;width:100%}.main-menu__close-button-container__close-button{cursor:pointer;display:none;height:3rem;margin:1rem;position:left;transition:all .2s}@media only screen and (max-width:56.25em){.main-menu__close-button-container__close-button{display:flex}}.main-menu__menu-container{align-items:center;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s;width:100%}@media only screen and (max-width:56.25em){.main-menu__menu-container{background-color:#004b63;height:100vh;left:0;position:absolute;top:0;width:25rem;z-index:1000}.main-menu__menu-container--close{transform:translate(-100%);-webkit-transform:translate(-100%);-moz-transform:translate(-100%);-ms-transform:translate(-100%);-o-transform:translate(-100%)}}.main-menu__mobile-background{display:none;transition:display .2s}@media only screen and (max-width:56.25em){.main-menu__mobile-background{background-color:rgba(0,0,0,.4);bottom:0;display:flex;height:100vh;left:0;position:absolute;right:0;top:0;width:100vw;z-index:1000;z-index:400}.main-menu__mobile-background--close{display:none}}.main-menu__icon{margin-top:2rem;width:55%}@media only screen and (max-width:37.5em){.main-menu__icon{margin-top:.5rem}}.main-menu__divider{background-color:#fff;height:2px;margin:1.5rem 10%;width:80%}.main-menu__user-name{font-size:1.4rem;font-weight:600;height:auto}.main-menu__user-information,.main-menu__user-name{color:#fff;line-height:2rem;text-align:center;width:100%}.main-menu__user-information{font-size:1.3rem}.main-menu__client-short-name{color:#fff;font-size:1.4rem;line-height:2rem;margin-top:1rem;text-align:center;width:100%}.main-menu__options-container{display:flex;flex:1 1;flex-direction:column;height:100%;margin-top:3rem;overflow-x:hidden;overflow-y:auto;position:relative;width:100%}@media only screen and (max-width:37.5em){.main-menu__options-container{margin-top:2rem}}.main-menu__options-container__option:nth-child(3n+1){-webkit-animation:list_annimation_element .2s .05s;animation:list_annimation_element .2s .05s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.main-menu__options-container__option:nth-child(3n+2){-webkit-animation:list_annimation_element .2s .1s;animation:list_annimation_element .2s .1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.main-menu__options-container__option:nth-child(3n+3){-webkit-animation:list_annimation_element .2s .15s;animation:list_annimation_element .2s .15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.main-menu__options-container__option:nth-child(3n+4){-webkit-animation:list_annimation_element .2s .2s;animation:list_annimation_element .2s .2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.main-menu__options-container__option:nth-child(3n+5){-webkit-animation:list_annimation_element .2s .25s;animation:list_annimation_element .2s .25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.main-menu__options-container__option:nth-child(3n+6){-webkit-animation:list_annimation_element .2s .3s;animation:list_annimation_element .2s .3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.main-menu__options-container__option:nth-child(3n+7){-webkit-animation:list_annimation_element .2s .35s;animation:list_annimation_element .2s .35s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.main-menu__options-container__option:nth-child(3n+8){-webkit-animation:list_annimation_element .2s .4s;animation:list_annimation_element .2s .4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.main-menu__options-container__option:nth-child(3n+9){-webkit-animation:list_annimation_element .2s .45s;animation:list_annimation_element .2s .45s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.main-menu__options-container__option:nth-child(3n+10){-webkit-animation:list_annimation_element .2s .5s;animation:list_annimation_element .2s .5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.main-menu__options-container__option:nth-child(3n+11){-webkit-animation:list_annimation_element .2s .55s;animation:list_annimation_element .2s .55s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.main-menu__options-container__option:nth-child(3n+12){-webkit-animation:list_annimation_element .2s .6s;animation:list_annimation_element .2s .6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.main-menu__options-container__option:nth-child(3n+13){-webkit-animation:list_annimation_element .2s .65s;animation:list_annimation_element .2s .65s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.main-menu__options-container__option:nth-child(3n+14){-webkit-animation:list_annimation_element .2s .7s;animation:list_annimation_element .2s .7s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.main-menu__options-container__option:nth-child(3n+15){-webkit-animation:list_annimation_element .2s .75s;animation:list_annimation_element .2s .75s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.main-menu__options-container__option{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:1.3rem;height:5rem;justify-content:space-between;min-height:5rem;overflow:hidden;padding:1rem 0 1rem 2rem;text-decoration:none;text-overflow:ellipsis;transition:all .3s;-webkit-user-select:none;user-select:none;white-space:nowrap}.main-menu__options-container__option__container{align-items:center;display:flex}.main-menu__options-container__option__container-full{align-items:center;display:flex;justify-content:space-between;min-height:4rem;padding-top:0;width:100%}.main-menu__options-container__option__container-full-children{width:calc(100% - 1rem)!important}.main-menu__options-container__option--with-childrens{align-items:flex-start;flex-wrap:wrap!important;min-height:5rem;padding-top:.5rem}.main-menu__options-container__option--with-childrens-1{min-height:10rem}.main-menu__options-container__option--with-childrens-2{min-height:15rem}.main-menu__options-container__option--with-childrens-3{min-height:20rem}.main-menu__options-container__option--with-childrens-4{min-height:25rem}.main-menu__options-container__option--with-childrens-5{min-height:30rem}.main-menu__options-container__option--with-childrens-6{min-height:35rem}.main-menu__options-container__option:hover{background-color:hsla(0,0%,100%,.07)}@media only screen and (max-width:56.25em){.main-menu__options-container__option{font-size:1.4rem;height:6rem!important}}.main-menu__options-container__option__icon{margin-right:1rem;width:2.5rem}@media only screen and (max-width:56.25em){.main-menu__options-container__option__icon{margin-right:.5rem;width:3.1rem}}.main-menu__options-container__option__arrow-icon{margin-right:1rem;transition:all .3s;width:1.8rem}.main-menu__options-container__option__arrow-icon--open{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media only screen and (max-width:56.25em){.main-menu__options-container__option__arrow-icon{margin-right:.5rem;width:2.3rem}}.main-menu__options-container__option__label--closed{display:none}.main-menu__options-container__option--closed{padding:1rem 0 1rem 1rem}@media only screen and (max-width:56.25em){.main-menu__options-container__option--closed{padding:1rem 0 1rem 2rem}}.main-menu__options-container__option__alert-dot{align-items:center;background-color:red;border-radius:50%;display:flex;font-weight:700;height:2.5rem;justify-content:center;margin-left:1.5rem;margin-right:1rem;width:2.5rem}.main-menu__options-container__selector{background-color:#fff;border-bottom-left-radius:0;border-bottom-right-radius:7px;border-top-left-radius:0;border-top-right-radius:7px;height:5rem;left:0;position:absolute;top:0;transition:all .3s;width:1rem}.main-menu__options-container__selector--closed{width:.4rem}@media only screen and (max-width:56.25em){.main-menu__options-container__selector--closed{width:.6rem}}.main-menu__theme-mode-switch{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:1.3rem;justify-content:space-between;margin-bottom:1rem;padding:0 1.5rem;-webkit-user-select:none;user-select:none;width:100%}.main-menu__theme-mode-switch__button{border:1px solid #c4c4c4;border-radius:15px;height:3rem;position:relative;transition:all .2s;width:7rem}.main-menu__theme-mode-switch__button__icon{height:2rem;left:.3rem;margin:0 .3rem;position:absolute;top:.3rem;transition:all .2s}.main-menu__theme-mode-switch__button__icon--dark{-webkit-transform:translateX(3.6rem);transform:translateX(3.6rem)}.main-layout{display:flex;flex-direction:row;flex-wrap:nowrap;height:100vh;overflow:hidden;width:100vw}.main-layout__version{color:#f8f8f8;z-index:99}.main-layout__outlet{flex:1 1;overflow-y:auto;width:100%}.main-layout__outlet,.signin{background-color:var(--color-white);height:100vh;overflow-x:hidden}.signin{display:flex;flex-direction:column;width:100vw;z-index:10}.signin__header{align-items:center;background-color:var(--color-blue);display:flex;height:8rem;justify-content:center;padding:.4rem 0;width:100%;z-index:10}.signin__header__icon{height:4rem}.signin__content{align-items:center;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:space-between;padding-top:0;width:100%;z-index:10}.signin__content__icon{height:8rem}.signin__content__title{margin-top:5rem;text-align:center;width:35rem;z-index:10}@media only screen and (max-width:370px){.signin__content__title{width:30rem}}.signin__content__title>.sub-title{height:4rem}.signin__content__inputs-container{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin:0 0 2rem;width:35rem;z-index:10}@media only screen and (max-width:370px){.signin__content__inputs-container{width:30rem}}.signin__content__inputs-container__inputs{align-items:center;display:flex;flex-direction:column;justify-content:space-between;width:100%}.signin__content__inputs-container__inputs--with-select{height:25rem}.signin__content__inputs-container__inputs__alert{display:flex;flex-direction:row}.signin__content__inputs-container__inputs__alert-icon{height:100%;margin-right:.5rem;width:2.3rem}.signin__content__inputs-container__options{display:flex;flex-direction:row;height:4rem;justify-content:space-between;width:35rem}@media only screen and (max-width:370px){.signin__content__inputs-container__options{width:30rem}}.signin__content__footer{align-items:center;color:#a3a3a3;display:flex;flex-direction:column;height:8rem;justify-content:center;width:100%;z-index:9}.signin__content__footer__icon{height:4rem}.paid-petition-modal{text-align:left}.paid-petition-modal__title{font-size:1.8rem;font-weight:600}.paid-petition-modal__text{font-size:1.5rem;margin-bottom:2rem}.paid-petition-modal__used-invoice{color:#7fc0c6;font-weight:700}.paid-petition-modal__not-used-invoice{color:#e06e6e;font-weight:700}.paid-petition-modal__file-container{display:flex;justify-content:center;position:relative;width:100%;z-index:11}.dictum-service-detail__separator{height:3rem;width:100%}.dictum-service-detail__main{display:flex;flex-direction:row;margin:13rem 5rem 5rem;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.dictum-service-detail__main{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.dictum-service-detail__main{margin:17rem 1rem 1rem}}.dictum-service-detail__left-container{display:flex;flex-direction:column;width:20%}@media only screen and (max-width:1330px){.dictum-service-detail__left-container{width:25%}}@media only screen and (max-width:1060px){.dictum-service-detail__left-container{margin:1 1.5rem;width:100%}}.dictum-service-detail__right-container{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;margin-left:2rem;overflow-x:auto;width:calc(80% - 2rem)}@media only screen and (max-width:1330px){.dictum-service-detail__right-container{width:calc(75% - 2rem)}}@media only screen and (max-width:1060px){.dictum-service-detail__right-container{margin-left:0;width:100%}}@media only screen and (max-width:56.25em){.dictum-service-detail__right-container{margin-top:1.5rem}}.dictum-service-detail__documents{display:flex;flex-flow:column;width:100%}.dictum-service-detail__documents__container{display:flex;flex-direction:column;flex-wrap:wrap;width:100%}.dictum-service-detail__documents__files{display:flex;flex-direction:column;flex-wrap:wrap;max-width:100%}.dictum-service-detail__history{overflow:auto;width:100%}.dictum-service-detail__products{display:flex;flex-flow:column;width:100%}.dictum-service-detail__progress-indicator{margin:0 auto;width:60%}.dictum-service-detail__table-paid-petition{align-items:flex-start;display:flex;flex-flow:column;overflow:auto;width:100%}.dictum-service-detail__text-paid-petition{font-size:1.5rem;font-weight:400;margin-bottom:1rem}.dictum-service-detail__title-paid-petition{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.dictum-service-detail__table{display:flex;flex-flow:column;width:100%}.dictum-service-detail__assing-out-of-customs-date{margin:5rem}.dictum-service-detail__assing-out-of-customs-date__error{color:#ff6262}@media only screen and (max-width:56.25em){.dictum-service-detail__main{flex-flow:column;gap:2rem}.dictum-service-detail__main__br{height:5vh}.dictum-service-detail__accordeon,.dictum-service-detail__content{width:90%}}.constancy-service-detail__main{display:flex;flex-direction:row;margin:13rem 5rem 5rem;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.constancy-service-detail__main{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.constancy-service-detail__main{margin:17rem 1rem 1rem}}.constancy-service-detail__left-container{display:flex;flex-direction:column;width:20%}@media only screen and (max-width:1330px){.constancy-service-detail__left-container{width:25%}}@media only screen and (max-width:1060px){.constancy-service-detail__left-container{margin:1 1.5rem;width:100%}}.constancy-service-detail__right-container{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;margin-left:2rem;overflow-x:auto;width:calc(80% - 2rem)}@media only screen and (max-width:1330px){.constancy-service-detail__right-container{width:calc(75% - 2rem)}}@media only screen and (max-width:1060px){.constancy-service-detail__right-container{margin-left:0;width:100%}}@media only screen and (max-width:56.25em){.constancy-service-detail__right-container{margin-top:1.5rem}}.constancy-service-detail__documents{width:100%}.constancy-service-detail__documents__container{display:flex;flex-direction:column;width:100%}.constancy-service-detail__history{overflow:auto;width:100%}.constancy-service-detail__products{display:flex;flex-flow:column;width:100%}.constancy-service-detail__progress-indicator{margin:0 auto;width:60%}.constancy-service-detail__table{width:100%}@media only screen and (max-width:37.5em){.constancy-service-detail__main{flex-flow:column;gap:2rem}.constancy-service-detail__accordeon,.constancy-service-detail__content{width:90%}}.form-billing-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.revision-service-detail__main{display:flex;flex-direction:row;margin:13rem 5rem 5rem;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.revision-service-detail__main{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.revision-service-detail__main{margin:17rem 1rem 1rem}}.revision-service-detail__left-container{display:flex;flex-direction:column;width:20%}@media only screen and (max-width:1330px){.revision-service-detail__left-container{width:25%}}@media only screen and (max-width:1060px){.revision-service-detail__left-container{margin:1 1.5rem;width:100%}}.revision-service-detail__right-container{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;margin-left:2rem;overflow-x:auto;width:calc(80% - 2rem)}@media only screen and (max-width:1330px){.revision-service-detail__right-container{width:calc(75% - 2rem)}}@media only screen and (max-width:1060px){.revision-service-detail__right-container{margin-left:0;width:100%}}@media only screen and (max-width:56.25em){.revision-service-detail__right-container{margin-top:1.5rem}}.revision-service-detail__documents{width:100%}.revision-service-detail__documents__container{display:flex;flex-direction:column;width:100%}.revision-service-detail__history{overflow:auto;width:100%}.revision-service-detail__products{display:flex;flex-flow:column;width:100%}.revision-service-detail__progress-indicator{margin:0 auto;width:60%}.revision-service-detail__table{width:100%}@media only screen and (max-width:37.5em){.revision-service-detail__main{flex-flow:column;gap:2rem}.revision-service-detail__accordeon,.revision-service-detail__content{width:90%}}.revision-product-detail__main{display:flex;flex-direction:row;margin:13rem 5rem 5rem;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.revision-product-detail__main{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.revision-product-detail__main{margin:17rem 1rem 1rem}}.revision-product-detail__left-container{display:flex;flex-direction:column;width:20%}@media only screen and (max-width:1330px){.revision-product-detail__left-container{width:25%}}@media only screen and (max-width:1060px){.revision-product-detail__left-container{margin:1 1.5rem;width:100%}}.revision-product-detail__right-container{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;margin-left:2rem;overflow-x:auto;width:calc(80% - 2rem)}@media only screen and (max-width:1330px){.revision-product-detail__right-container{width:calc(75% - 2rem)}}@media only screen and (max-width:1060px){.revision-product-detail__right-container{margin-left:0;width:100%}}@media only screen and (max-width:56.25em){.revision-product-detail__right-container{margin-top:1.5rem}}.revision-product-detail__alert{color:#e06e6e;text-align:center;width:100%}.revision-product-detail__alert-revision-product-files{align-items:center;display:flex;justify-content:center;margin:0 .6rem;min-height:4rem;width:calc(100% - 1.2rem)}.revision-product-detail__alert-revision-product-files p{color:red;font-size:1.5rem;text-align:center}.revision-product-detail__documents{display:flex;flex-flow:column;width:100%}.revision-product-detail__documents__container{display:flex;flex-direction:column;flex-wrap:wrap;width:100%}.revision-product-detail__documents__container__title{color:var(--color-blue);font-size:1.4rem;font-weight:600}.revision-product-detail__documents__container__empty-message{font-size:1.3rem;margin-top:2rem;text-align:center;-webkit-user-select:none;user-select:none;width:100%}.revision-product-detail__history{overflow:auto;width:100%}.revision-product-detail__progress-indicator{margin:0 auto;width:60%}@media only screen and (max-width:37.5em){.revision-product-detail__main{flex-flow:column;gap:2rem}.revision-product-detail__main__br{height:5vh}.revision-product-detail__accordeon,.revision-product-detail__content{width:90%}}.dictum-request{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:10rem;position:relative;width:100%}.dictum-request__icon{bottom:0;position:fixed;right:2rem;width:20rem;z-index:9}@media only screen and (max-width:1500px){.dictum-request__icon{width:15rem}}@media only screen and (max-width:1100px){.dictum-request__icon{display:none}}.step-1{font-size:1.3rem;margin:1rem;max-width:60rem;position:relative;text-align:center}.step-1,.step-1__file-container{display:flex;flex-direction:column;justify-content:center}.step-1__file-container{margin:2rem 0;text-align:left}.step-1__file-container__item{display:flex;margin:2rem 0}@media only screen and (max-width:430px){.step-1__file-container__item{align-items:center;flex-direction:column}}.step-1__file-container__item__input-container{flex:1 1;margin-left:1.5rem}.step-1__input-container{display:flex;flex-direction:column;justify-content:center;margin:2rem 0;text-align:left}.step-1__button-container{margin-bottom:2rem}.step-1__button-container,.step-1__steps{display:flex;justify-content:center;width:100%}.step-1__steps{align-items:center;padding:5rem 0}.step-1__content{display:flex;width:100%}.csv-form,.step-1__content{align-items:center;justify-content:center}.csv-form__form{max-width:90rem;width:100%}.csv-form__excel-table-container{width:100%}.product-form,.step-2{text-align:center}.step-2{align-items:center;display:flex;flex:1 1;flex-direction:column;font-size:1.3rem;justify-content:center;margin:1rem;position:relative;z-index:10}@media only screen and (max-width:56.25em){.step-2{padding:1rem;width:100vw}}.step-2__full-table-container{max-width:90rem}.step-2__solid-background-container{background-color:#fff}.step-2__button-container{margin:2rem 0}.step-2__button-container,.step-2__steps{align-items:center;display:flex;justify-content:center;width:100%}.step-2__steps{padding:5rem 0}.step-2__content{align-items:center;display:flex;justify-content:center;width:100%}.step-2__action-buttons-container{display:flex;justify-content:flex-end;margin:2rem 0;text-align:right;width:100%}.step-3{flex-direction:column;font-size:1.3rem;margin:1rem;max-width:60rem;position:relative}.step-3,.step-3__steps{display:flex;justify-content:center}.step-3__steps{align-items:center;padding:5rem 0;width:100%}.step-3__button-container{margin-bottom:2rem}.constancy-request,.step-3__button-container{display:flex;justify-content:center;width:100%}.constancy-request{align-items:center;flex-direction:column;margin-top:10rem;position:relative}.constancy-request__icon{bottom:0;position:fixed;right:2rem;width:20rem;z-index:9}@media only screen and (max-width:1500px){.constancy-request__icon{width:15rem}}@media only screen and (max-width:1100px){.constancy-request__icon{display:none}}.revision-request{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:10rem;position:relative;width:100%}.revision-request__icon{bottom:0;position:fixed;right:2rem;width:20rem;z-index:9}@media only screen and (max-width:1500px){.revision-request__icon{width:15rem}}@media only screen and (max-width:1100px){.revision-request__icon{display:none}}.step-1-constancy{font-size:1.3rem;max-width:60rem;padding:1rem;position:relative;text-align:center;width:100%}.step-1-constancy,.step-1-constancy__input-container{display:flex;flex-direction:column;justify-content:center}.step-1-constancy__input-container{margin:2rem 0;text-align:left}.step-1-constancy__button-container{display:flex;justify-content:center;margin-bottom:2rem;width:100%}.step-1-constancy__steps{padding:5rem 0}.step-1-constancy__content,.step-1-constancy__steps{align-items:center;display:flex;justify-content:center;width:100%}.step-1-constancy__content,.step-3-constancy{flex-direction:column}.step-3-constancy{align-items:center;display:flex;justify-content:center;width:100%}.step-3-constancy__help-text{font-size:1.5rem;padding:1rem 4rem;width:100%}.step-3-constancy__steps{align-items:center;display:flex;justify-content:center;padding:5rem 0;width:100%}.step-3-constancy__content{display:flex;flex-direction:column;width:100%}.step-3-constancy__folders{display:flex;padding:2rem;width:100%;z-index:10}@media only screen and (max-width:37.5em){.step-3-constancy__folders{flex-direction:column}}.step-3-constancy__folders__list{display:flex;flex-wrap:wrap;max-height:80vh;overflow-x:hidden;overflow-y:auto;width:100%}.step-3-constancy__folders__left-container{display:flex;flex-direction:column;flex-wrap:nowrap;margin-right:2rem;max-height:60rem;overflow-x:hidden;overflow-y:auto;padding:1rem 3rem 1rem 1rem;width:19rem}@media only screen and (max-width:37.5em){.step-3-constancy__folders__left-container{flex-direction:row;overflow-x:auto;overflow-y:hidden;width:100%}}.step-3-constancy__folders__right-container{flex:1 1;height:100%;margin-left:2rem;width:100%}@media only screen and (max-width:37.5em){.step-3-constancy__folders__right-container{margin-left:0}}.step-4-constancy{display:flex;flex-direction:column;font-size:1.3rem;justify-content:center;margin:1rem;max-width:60rem;position:relative}.step-4-constancy__steps{align-items:center;display:flex;justify-content:center;padding:5rem 0;width:100%}.step-4-constancy__button-container{display:flex;justify-content:center;margin-bottom:2rem;width:100%}.step-1-revision{font-size:1.3rem;max-width:60rem;padding:1rem;position:relative;text-align:center;width:100%}.step-1-revision,.step-1-revision__input-container{display:flex;flex-direction:column;justify-content:center}.step-1-revision__input-container{margin:2rem 0;text-align:left}.step-1-revision__button-container{display:flex;justify-content:center;margin-bottom:2rem;width:100%}.step-1-revision__steps{padding:5rem 0}.step-1-revision__content,.step-1-revision__steps{align-items:center;display:flex;justify-content:center;width:100%}.step-1-revision__content{flex-direction:column}.csv-form{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;max-width:90rem;text-align:left;width:100%}.csv-form p{margin-bottom:1rem}.csv-form__excel-table-container{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin:3rem 0;width:100%!important}.csv-form__excel-table-container__footer-container{display:flex;flex-direction:column;justify-content:center;margin:2rem 0;text-align:center;width:100%}.csv-form__excel-table-container__footer-container__title{align-items:center;display:flex;flex-direction:row;height:3rem;justify-content:center;margin:1rem;text-align:left}.csv-form__excel-table-container__footer-container__title__icon{height:2rem;margin:0 1rem}.csv-form__excel-table-container__footer-container__buttons-container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}.product-form{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;width:100%}.product-form__top-container{max-width:90rem;width:100%}.step-3-revision{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.step-3-revision__help-text{font-size:1.5rem;padding:1rem 4rem;width:100%}.step-3-revision__steps{align-items:center;display:flex;justify-content:center;padding:5rem 0;width:100%}.step-3-revision__content{display:flex;flex-direction:column;width:100%}.step-3-revision__folders{display:flex;padding:2rem;width:100%;z-index:10}@media only screen and (max-width:37.5em){.step-3-revision__folders{flex-direction:column}}.step-3-revision__folders__list{display:flex;flex-wrap:wrap;max-height:80vh;overflow-x:hidden;overflow-y:auto;width:100%}.step-3-revision__folders__left-container{display:flex;flex-direction:column;flex-wrap:nowrap;margin-right:2rem;max-height:60rem;overflow-x:hidden;overflow-y:auto;padding:1rem 3rem 1rem 1rem;width:19rem}@media only screen and (max-width:37.5em){.step-3-revision__folders__left-container{flex-direction:row;overflow-x:auto;overflow-y:hidden;width:100%}}.step-3-revision__folders__right-container{flex:1 1;height:100%;margin-left:2rem;width:100%}@media only screen and (max-width:37.5em){.step-3-revision__folders__right-container{margin-left:0}}.step-4-revision{display:flex;flex-direction:column;font-size:1.3rem;justify-content:center;margin:1rem;max-width:60rem;position:relative}.step-4-revision__steps{align-items:center;display:flex;justify-content:center;padding:5rem 0;width:100%}.step-4-revision__button-container{display:flex;justify-content:center;margin-bottom:2rem;width:100%}.procedures-se{display:flex;flex-direction:row;margin:13rem 5rem 5rem;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.procedures-se{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.procedures-se{margin:17rem 1rem 1rem}}.procedures-se__invalidationReason{width:100%}.procedures-se__left-container{display:flex;flex-direction:column;width:20%}@media only screen and (max-width:1330px){.procedures-se__left-container{width:25%}}@media only screen and (max-width:1060px){.procedures-se__left-container{margin:1 1.5rem;width:100%}}.procedures-se__right-container{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;margin-left:2rem;overflow-x:auto;width:calc(80% - 2rem)}@media only screen and (max-width:1330px){.procedures-se__right-container{width:calc(75% - 2rem)}}@media only screen and (max-width:1060px){.procedures-se__right-container{margin-left:0;width:100%}}@media only screen and (max-width:56.25em){.procedures-se__right-container{margin-top:1.5rem}}.procedures-se__checkbox-container,.procedures-se__loading{align-items:center;display:flex;justify-content:center}.procedures-se__loading{flex-direction:column;width:100%}.procedures-se__input-container{align-items:center;display:flex;justify-content:flex-start;text-align:left}.procedures-se__input-container>.input{margin-right:1rem;min-width:4rem;width:4rem}.procedures-se__input-container__reject-text{font-size:1.5rem}@media only screen and (max-width:56.25em){.procedures-se__input-container{flex-wrap:wrap}}.spacer{min-width:40vw!important;width:40vw!important}.layouts-backup__main{display:flex;flex-direction:row;margin:13rem 5rem 5rem;margin:0!important;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.layouts-backup__main{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.layouts-backup__main{margin:17rem 1rem 1rem}}.layouts-backup__main__container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:100%;justify-content:center;min-width:100%;width:100%}.layouts-backup__main__container__inspections-report{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.layouts-backup__main__container__dates-container{display:flex;flex-direction:row;gap:10px}.layouts-backup__main__container__item{align-items:center;border:2px solid #d7d7d7;display:flex;flex-direction:column;justify-content:center}.layouts-backup__main__container__inputs-container{min-width:100%;width:100%}.layouts-backup__main__container__inputs{display:flex;flex-direction:row;gap:10px;height:8rem;min-width:100%;width:100%}.layouts-backup__main__container__inputs>.button{height:4rem;margin-top:3rem}@media only screen and (max-width:37.5em){.layouts-backup__main__container__inputs>.button{margin-top:0}.layouts-backup__main__container__inputs{flex-direction:column;height:auto}}.layouts-backup__main__container__list{display:flex;flex:1 1;flex-direction:row;min-width:100%;width:100%}.layouts-backup__main__container__items{display:flex;flex:1 1;flex-direction:column;font-size:1.6rem;gap:1.5rem;text-align:center;width:70%}.layouts-backup__main__container__items p{color:var(--color-link);cursor:pointer;font-weight:600;margin:0 5rem;text-decoration:underline}.layouts-backup__main__container__menu{display:flex;gap:1rem;width:30%}.layouts-backup__main__container__menu__vertical{display:flex;flex-direction:column;text-align:center}.client-form{display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem;height:auto;padding-left:15%;padding-right:15%}@media only screen and (max-width:37.5em){.client-form{padding-left:5%;padding-right:5%}}.client-form__title{margin-bottom:1rem;text-align:left;width:100%}.client-form__inputs-container{display:flex;flex-wrap:wrap;gap:1rem;height:auto;width:100%}.clients-list__main{display:flex;flex-direction:row;margin:13rem 5rem 5rem;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.clients-list__main{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.clients-list__main{margin:17rem 1rem 1rem}}.clients-list__main__left-container{display:flex;flex-direction:column;width:20%}@media only screen and (max-width:1330px){.clients-list__main__left-container{width:25%}}@media only screen and (max-width:1060px){.clients-list__main__left-container{margin:1 1.5rem;width:100%}}.clients-list__main__right-container{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;margin-left:2rem;overflow-x:auto;width:calc(80% - 2rem)}@media only screen and (max-width:1330px){.clients-list__main__right-container{width:calc(75% - 2rem)}}@media only screen and (max-width:1060px){.clients-list__main__right-container{margin-left:0;width:100%}}@media only screen and (max-width:56.25em){.clients-list__main__right-container{margin-top:1.5rem}}@media only screen and (max-width:37.5em){.client-list__main{flex-flow:column;gap:2rem}.client-list__main__br{height:5vh}.client-list__accordeon,.client-list__content{width:90%}}.client-service-detail__main{display:flex;flex-direction:row;margin:13rem 5rem 5rem;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.client-service-detail__main{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.client-service-detail__main{margin:17rem 1rem 1rem}}.client-service-detail__left-container{display:flex;flex-direction:column;width:20%}@media only screen and (max-width:1330px){.client-service-detail__left-container{width:25%}}@media only screen and (max-width:1060px){.client-service-detail__left-container{margin:1 1.5rem;width:100%}}.client-service-detail__right-container{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;margin-left:2rem;overflow-x:auto;width:calc(80% - 2rem)}@media only screen and (max-width:1330px){.client-service-detail__right-container{width:calc(75% - 2rem)}}@media only screen and (max-width:1060px){.client-service-detail__right-container{margin-left:0;width:100%}}@media only screen and (max-width:56.25em){.client-service-detail__right-container{margin-top:1.5rem}}.client-service-detail__buttons-container{display:flex;flex-direction:column;justify-content:center;width:100%}.client-service-detail__table{width:100%}.check-list{display:flex;flex-wrap:wrap}.check-list--vertical{flex-direction:column}.check-list--horizontal,.check-list__item{flex-direction:row}.check-list__item{align-items:flex-start;display:flex;margin-bottom:1rem;-webkit-user-select:none;user-select:none}.check-list__item--vertical{flex-direction:row;margin:1rem .4rem;text-align:flex-start}.check-list__item--vertical:last-child{margin-bottom:0}.check-list__item--horizontal{margin:.4rem 1.5rem .4rem 0}.check-list__label{align-items:center;display:flex;font-size:1.3rem;font-weight:400;height:3rem;margin-left:.5rem;-webkit-user-select:none;user-select:none;width:100%}.check-list__box{align-items:center;border:2px solid #c4c4c4;border-radius:.4rem;cursor:pointer;display:flex;justify-content:center;min-height:3rem;min-width:3rem;transition:all .2s ease}.check-list__box:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25);transition:all .2s ease}.check-list__box--checked{align-items:center;background-color:#7fc0c6;border:0 solid #c4c4c4;border-radius:.4rem;cursor:pointer;display:flex;justify-content:center;min-height:3rem;min-width:3rem;transition:all .2s ease}.check-list__box--disabled{cursor:default!important}.check-list__box--disabled:hover{box-shadow:none;transition:none}.check-list__box__icon{height:60%;width:60%}.profile__main{display:flex;flex-direction:row;margin:13rem 5rem 5rem;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.profile__main{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.profile__main{margin:17rem 1rem 1rem}}.profile__left-container{display:flex;flex-direction:column;width:20%}@media only screen and (max-width:1330px){.profile__left-container{width:25%}}@media only screen and (max-width:1060px){.profile__left-container{margin:1 1.5rem;width:100%}}.profile__right-container{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;margin-left:2rem;overflow-x:auto;width:calc(80% - 2rem)}@media only screen and (max-width:1330px){.profile__right-container{width:calc(75% - 2rem)}}@media only screen and (max-width:1060px){.profile__right-container{margin-left:0;width:100%}}@media only screen and (max-width:56.25em){.profile__right-container{margin-top:1.5rem}}.profile__picture-container{align-items:center;display:flex;justify-content:center;width:100%}.profile__picture-container__picture{max-width:25rem;min-height:15rem;min-width:15rem}.profile__picture-container__icon-container,.profile__picture-container__picture{border:2px solid #747272;border-radius:20px;margin-bottom:2rem;overflow:hidden;text-align:center}.profile__picture-container__icon-container{align-items:center;display:flex;height:15rem;justify-content:center;width:15rem}.profile__picture-container__icon-container__icon{height:7rem;width:7rem}.profile__signature-container{align-items:center;display:flex;flex-flow:column;justify-content:center;margin:4rem 0 3rem;width:100%}.profile__signature-container__text{color:#004b63;font-size:1.4rem;font-weight:700}.profile__signature-container__inner-container{border:1px solid #747272;border-radius:.7rem;height:10rem;overflow:hidden;text-align:center;width:50%}.profile__signature-container__inner-container__img{height:100%}.upload-file-modal{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;text-align:left;width:100%}.upload-file-modal__title{color:#e06e6e}.upload-file-modal__title,.upload-file-modal__title-normal{font-size:1.8rem;font-weight:600}.upload-file-modal__title-normal--error{color:#ff6262}.upload-file-modal__file{align-items:center;display:flex;justify-content:center;padding:2rem;width:100%}.upload-file-modal__files{display:flex;flex-wrap:wrap;width:100%}.password-form{display:flex;flex-wrap:wrap;gap:1rem;height:auto;padding-left:30%;padding-right:30%}@media only screen and (max-width:37.5em){.password-form{padding-left:0;padding-right:0}}.canvas-container{align-items:center;display:flex;flex-direction:column;font-size:1.5rem;font-weight:700;justify-content:center;margin:1rem 0;width:100%}.canvas-container__canvas{border:1px solid #000;border-radius:20px}.alert-green{background-color:#50e664;color:#1e791b}.alert-green,.alert-orange{align-items:center;display:flex;flex:1 1;font-weight:600;height:3.5rem;justify-content:center}.alert-orange{background-color:#ecba80;color:#fc7b26}.alert-red{background-color:#f57676c9;color:#ff1a1a;flex:1 1;font-weight:600;height:3.5rem}.alert-red,.checkbox-contaioner{align-items:center;display:flex;justify-content:center}.task-form-view{align-items:center;display:flex;flex-direction:column;font-size:1.5rem;margin-top:10rem;width:100%}@media only screen and (max-width:56.25em){.task-form-view{margin-top:13rem}}.task-form-view__content{display:flex;flex-direction:column;margin:1rem;max-width:95rem;padding-top:2rem;position:relative}.task-form-view__content__spinner{align-items:center;display:flex;height:15rem;justify-content:center;width:100%}.task-form-view__content__cta-button{display:flex;justify-content:space-between;width:auto}.task-form-view__content__text-bold{font-weight:700}.task-form-view__content__inputs-container{display:flex;flex-direction:row;flex-wrap:wrap;margin:1rem 0}.task-form-view__content__inputs-container__buttons-container{display:flex;flex-wrap:wrap;width:100%}.task-form-view__content__inputs-container__buttons-container p{margin:1rem 0;text-align:center;width:100%}.task-form-view__content__inputs-container__item-one-third{flex:1 1 26rem;padding:.6rem .5rem}.task-form-view__content__inputs-container__item-two-thirds{flex:1 1 52rem;padding:.6rem .5rem}.task-form-view__content__inputs-container__item-full-width{margin:1rem 0;width:100%}.task-form-view__content__inputs-container__item-full-width__table{max-height:60rem;overflow-x:hidden;overflow-y:auto}.task-form-view__content__inputs-container__item-full-width p{font-weight:700}.task-form-view__content__inputs-container__item-full-width__checked-all-container{display:flex;justify-content:flex-end;margin-bottom:1rem;width:100%}@media only screen and (max-width:37.5em){.task-form-view__content__inputs-container__item-full-width__checked-all-container{justify-content:center}}.task-form-view__content__inputs-container__item-full-width__checked-all-container__checkbox{width:23%}.inspection-detail-modal__header-container{max-width:2rem}.inspection-product-information,.spinner-container{align-items:center;display:flex;justify-content:center}.inspection-product-information{background-color:#e9e9e9;flex-direction:column;height:0;margin-bottom:1rem;overflow:hidden;position:relative;transition:height .7s;width:100%;z-index:10}.inspection-product-information__global-container{align-items:flex-end;display:flex;flex-direction:column}.inspection-product-information__container{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;max-width:100rem}.inspection-product-information--open{height:auto}.inspection-product-information__button{margin-right:1rem;z-index:11}.inspection-product-information__item{align-items:center;display:flex;flex-direction:column;font-size:1.4rem;justify-content:center;margin:1rem;width:auto}.inspection-product-information__item__title{color:#004b63;text-align:center}.inspection-product-information__item__data{color:#747272;text-align:center}.inspection{margin-top:7.5rem}@media only screen and (max-width:56.25em){.inspection{margin-top:13rem}}.review-comments-separator{align-items:center;display:flex;justify-content:center;margin-bottom:1.5rem;position:relative;width:100%}.review-comments-separator__title{background-color:var(--color-white);padding:0 .7rem;position:absolute;top:0;white-space:nowrap;z-index:10}.review-comments-separator__separator{background-color:var(--color-text);height:1px;-webkit-transform:translateY(12px);transform:translateY(12px);width:90%;z-index:9}.review-comments{border:1px solid var(--color-low-grey);border-radius:7px;display:flex;flex-direction:column;height:100%;justify-content:space-between;max-height:110vh;overflow:hidden;width:100%}.review-comments__title{align-items:center;background-color:var(--color-light-grey);display:flex;height:3rem;justify-content:center;width:100%}.review-comments__title>.title{color:var(--color-black)}.review-comments__input-container{background-color:var(--color-low-grey);border-radius:7px;display:flex;padding:1.5rem}.review-comments__input-container__left{display:flex;flex-direction:column;max-height:20rem;width:100%}.review-comments__input-container__left>#file-input-container{max-height:15rem}.review-comments__comments{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;font-size:1.5rem;justify-content:flex-start;overflow:auto;width:100%}.review-comments__comments--small{font-size:1.3rem}.review-comments__comments--empty{align-items:center;justify-content:center;min-height:15rem}.review-comments__comments__own-comment{display:flex;justify-content:flex-end;position:relative;width:100%}.review-comments__comments__own-comment div{background-color:#004b63;border-bottom-left-radius:9px;border-bottom-right-radius:9px;border-top-left-radius:9px;border-top-right-radius:0;display:flex;flex-direction:column;margin:1.5rem;max-width:70%;padding:1rem}@media only screen and (max-width:37.5em){.review-comments__comments__own-comment div{max-width:100%}}.review-comments__comments__comment{display:flex;justify-content:flex-start;position:relative;width:100%}.review-comments__comments__comment div{background-color:#747272;border-bottom-left-radius:9px;border-bottom-right-radius:9px;border-top-left-radius:0;border-top-right-radius:9px;display:flex;flex-direction:column;margin:1.5rem;max-width:70%;padding:1rem}@media only screen and (max-width:37.5em){.review-comments__comments__comment div{max-width:100%}}.review-comments__comments__arrow--left{background-color:#747272;-webkit-clip-path:polygon(100% 0,0 0,100% 100%);clip-path:polygon(100% 0,0 0,100% 100%);height:1.5rem;left:-1.4rem;position:absolute;top:0;width:1.5rem}.review-comments__comments__arrow--right{background-color:#004b63;-webkit-clip-path:polygon(100% 0,0 0,0 100%);clip-path:polygon(100% 0,0 0,0 100%);height:1.5rem;position:absolute;right:-1.4rem;top:0;width:1.5rem}.review-comments__comments__message{color:#e9e9e9;overflow:hidden;text-align:left}.review-comments__comments__image{max-width:100%}.review-comments__comments__image--clieckable{cursor:pointer}.review-comments__comments__date{color:#e9e9e9;font-size:1.3rem;margin-left:2rem;text-align:right;width:calc(100% - 2rem)}.review-comments__comments__author{color:#fff;font-size:1.5rem;text-align:left}.review-comments__comments__author--small{font-size:1.3rem}.success-dictaminate-inspection-modal{align-items:center;display:flex;flex-direction:column;justify-content:center;overflow-x:hidden;overflow-y:auto}@media only screen and (max-width:37.5em){.success-dictaminate-inspection-modal{min-width:90vw}}.success-dictaminate-inspection-modal__title{font-size:1.8rem;font-weight:700;margin-bottom:1rem}.success-dictaminate-inspection-modal__img{margin:2rem 0;width:60%}.dictaminate-inspection-modal{overflow-x:hidden;overflow-y:auto;text-align:center}.dictaminate-inspection-modal p{align-items:center;display:flex;flex-direction:column;justify-content:center}.dictaminate-inspection-modal__alert{color:#ff6262}.dictaminate-inspection-modal__icon{margin-bottom:3rem;max-width:80%}.dictaminate-inspection-modal ul{margin-top:1.5rem;text-align:left}@media only screen and (max-width:37.5em){.dictaminate-inspection-modal{min-width:90vw}}.dictaminate-inspection-modal__title{font-size:1.8rem;font-weight:700;margin-bottom:1rem}.dictaminate-inspection-modal__buttons-container{display:flex;flex-wrap:wrap;justify-content:space-around;margin:4rem 0;width:100%}.dictaminate-inspection-modal__buttons-container__option{display:flex;flex-direction:column;margin:0 1rem}.dictaminate-inspection-modal__buttons-container__option__img{height:25rem}@media only screen and (max-width:927px){.dictaminate-inspection-modal__buttons-container__option__img{display:none}}.spacer{height:10rem}.inspection-update-product{padding:5rem;text-align:center}.inspection-update-product__product-form{display:flex;justify-content:center}@media only screen and (max-width:56.25em){.inspection-update-product{padding:1rem}}.inspection-inspection-list{margin:1rem;padding-bottom:3rem}.inspection-inspection-list__text{font-size:1.4rem}.inspection-inspection-list__continue-button{align-items:center;display:flex;justify-content:center}@media only screen and (max-width:56.25em){.inspection-inspection-list{padding:1rem}}.binnacle{background-color:var(--color-white);height:calc(100vh - 24.5rem);margin-bottom:13rem;margin-top:11.5rem;overflow:auto;width:100%}@media only screen and (max-width:37.5em){.binnacle{height:calc(100vh - 20.5rem);margin-top:7.5rem}}.binnacle__footer{align-items:flex-start;background-color:var(--color-grey-four);bottom:0;display:flex;flex-direction:column;height:10rem;justify-content:flex-start;position:fixed;right:0;width:100%;z-index:100}.binnacle__footer__spinner{align-items:center;display:flex;justify-content:center;width:100%}.binnacle__footer__options{align-items:flex-start;background-color:var(--color-white);border-top:1px solid var(--color-light-grey);color:var(--color-black);display:flex;height:4rem;justify-content:flex-start;width:100%;z-index:100}.binnacle__footer__options__item{align-items:center;color:var(--color-high-grey);cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;height:100%;justify-content:center;padding:0 1rem;position:relative}.binnacle__footer__options__item--selected{font-weight:400}.binnacle__footer__options__item__selected{background-color:var(--color-text-light);bottom:30%;height:2px;position:absolute;width:90%}.binnacle__footer__options__item__selected--hidden{display:none}.binnacle__footer__options__item:hover{background-color:var(--color-low-grey)}.binnacle__footer__elements{align-items:flex-start;background-color:var(--color-grey-four);display:flex;height:6rem;justify-content:flex-start;width:100%;z-index:100}.binnacle__footer__elements__option{align-items:center;color:var(--color-text-footer-binnacle);cursor:pointer;display:flex;font-size:1.4rem;font-weight:400;height:100%;justify-content:center;padding:0 1rem;transition:all .2s}.binnacle__footer__elements__option:hover{background-color:var(--color-low-grey);color:var(--color-text)}.binnacle__footer__elements__option--selected{background-color:var(--color-white);color:var(--color-high-grey);font-weight:600}@media only screen and (max-width:360px){.binnacle__footer__elements__option{font-size:1.3rem;padding:0 .5rem}}.binnacle__footer__elements__home-button-container{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;width:7rem}.binnacle__footer__elements__home-button-container:hover{background-color:#d7d7d7}.binnacle__footer__elements__csv-button-container{align-items:center;display:flex;flex:1 1;height:100%;justify-content:flex-end;overflow:hidden}.binnacle__footer__elements__csv-button-container button,.binnacle__footer__elements__csv-button-container>.button{max-width:100%!important}.binnacle__footer__elements__home-button{height:2.5rem;transition:all .2s}.binnacle__header{align-items:flex-start;background-color:var(--color-low-grey);display:flex;height:7.5rem;justify-content:flex-start;padding-left:5rem;position:fixed;right:0;top:0;width:100%;z-index:100}.binnacle__header__option{align-items:center;color:var(--color-high-grey);cursor:pointer;display:flex;font-size:1.8rem;height:100%;justify-content:center;margin-left:1rem;position:relative}.binnacle__header__option__select{bottom:2rem;font-weight:600;height:.4rem;position:absolute;width:100%}.binnacle__header__option--selected>.binnacle__header__option__select{background-color:var(--color-black)}.mobile-filter{display:none;height:auto;width:100%}.mobile-filter__filter-container{margin:.5rem 1rem}.mobile-filter__filters-bubbles{display:flex;flex-wrap:wrap;font-size:1.4rem;margin:.5rem 1rem}.mobile-filter__filters-bubbles__item{border:2px solid #717070;border-radius:3px;display:flex;margin:.7rem;padding:.4rem;width:auto}.mobile-filter__filters-bubbles__item p{margin:0 .5rem;white-space:nowrap}.mobile-filter__filters-bubbles__item__icon{cursor:pointer;margin-left:1rem}.mobile-filter>.select{margin:.5rem 1.5rem;width:calc(100% - 3rem)}.mobile-filter__title{align-items:center;background-color:var(--color-grey);color:var(--color-white);display:flex;font-size:1.4rem;font-weight:600;padding:.7rem 1.5rem;text-align:center;width:100%}.mobile-filter__title__icon{margin-right:1rem;width:3rem}@media only screen and (max-width:37.5em){.mobile-filter{display:flex;flex-direction:column}}.binnacle-table-modal{background-color:var(--color-white);border-radius:5px;bottom:0;box-shadow:0 0 5px 0 rgba(76,76,76,.75);-webkit-box-shadow:0 0 5px 0 rgba(76,76,76,.75);-moz-box-shadow:0 0 5px 0 rgba(76,76,76,.75);cursor:default;display:flex;flex-direction:column;left:50%;position:absolute;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%);width:18rem;z-index:999}.binnacle-table-modal--hidden{height:0;left:0!important;opacity:0;position:absolute;top:0!important;visibility:hidden;width:0;z-index:-999}.binnacle-table-modal__filter-container{align-items:center;display:flex;padding:.5rem;width:100%}.binnacle-table-modal__title{align-items:center;background-color:var(--color-grey-four);color:var(--color-text-binnacle-modal);display:flex;height:3rem;padding:0 1.5rem;width:100%}.binnacle-table-modal__title__icon{height:2rem;margin-right:1rem}.binnacle-table-modal__cliceable-option{align-items:center;color:var(--color-black);cursor:pointer;display:flex;height:3rem;padding:0 1.5rem;transition:all .18s;width:100%}.binnacle-table-modal__cliceable-option__icon{height:2rem;margin-right:1rem}.binnacle-table-modal__cliceable-option--selected{background-color:var(--color-light-grey)}.binnacle-table-modal__cliceable-option--disabled{cursor:default;opacity:.7;pointer-events:none;transition:none}.binnacle-table-modal__cliceable-option:hover{background-color:var(--color-low-grey)}.binnacle-table-modal__close-container{align-items:center;display:flex;height:3rem;justify-content:flex-end;padding:0 1.5rem;width:100%}.binnacle-table-modal__close-container__icon{cursor:pointer}.binnacle-table-container{color:var(--color-text);flex-direction:column;position:relative}.binnacle-table-container,.binnacle-table-container__reset-filter-container{background-color:var(--color-white);display:flex;justify-content:space-between}.binnacle-table-container__reset-filter-container{align-items:center;height:4rem;left:0;padding-right:2rem;position:fixed;right:0;top:7.5rem;width:100vw}@media only screen and (max-width:37.5em){.binnacle-table-container__reset-filter-container{display:none}}.binnacle-table-container>.pagination{bottom:10rem;height:3rem;left:0;position:fixed;right:0;width:100vw}@media only screen and (max-width:37.5em){.binnacle-table-container>.pagination{bottom:10rem}}.binnacle-table{border-collapse:collapse;height:100%;position:relative}.binnacle-table thead{background-color:var(--color-white)!important;position:-webkit-sticky!important;position:sticky!important;top:0;z-index:11}.binnacle-table p{font-size:1.4rem;font-weight:400}.binnacle-table tr{height:100%;width:100%}.binnacle-table th{border-bottom:2px solid #a3a3a3;border-top:2px solid #a3a3a3;color:#716f6f;color:var(--color-text);font-size:1.4rem;font-weight:700;text-overflow:ellipsis;text-transform:capitalize;-webkit-user-select:none;user-select:none;z-index:10}.binnacle-table th .header-container-all{border-bottom:1px solid #a3a3a3!important;border-top:1px solid #a3a3a3!important;box-sizing:border-box;height:100%;min-width:18rem;position:relative;top:0;width:100%}.binnacle-table th .header-container{align-items:center;cursor:pointer;display:flex;flex-wrap:nowrap;height:100%;justify-content:center;min-width:18rem;padding:1rem .5rem;width:100%}.binnacle-table th .header-container--no-click-events{pointer-events:none}.binnacle-table th:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25)}.binnacle-table td{font-size:1.3rem;padding:.8rem .5rem;text-align:center;text-overflow:ellipsis}.binnacle-table__row:nth-child(odd){background-color:hsla(0,1%,45%,.1)}.binnacle-table__row:hover{cursor:pointer;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transition:all .2s;transition:all .2s ease}.binnacle-table__row:active,.binnacle-table__row:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25)}.binnacle-table__row:active{transform:translateY(-1px);-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);-o-transform:translateY(-1px)}.binnacle-table__row--disabled:hover{box-shadow:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;cursor:default!important;transform:none!important;-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transition:none!important}.binnacle-table__row__empty-message{text-align:center;-webkit-user-select:none;user-select:none}.binnacle-table__header__filter-icon{cursor:pointer;height:2rem;margin-left:.5rem}.binnacle-table__cell__label{display:none}.binnacle-table__cell__value{color:var(--color-black);font-size:1.4rem}.binnacle-table__cell__value--cell-description{max-height:9rem;min-width:25rem;overflow:hidden}@media only screen and (max-width:37.5em){.binnacle-table thead{display:none}.binnacle-table tr{padding-top:3rem}.binnacle-table td{display:block;padding:0 .5rem}.binnacle-table__cell__label{color:#716f6f;color:var(--color-blue);display:inline-block;font-size:1.4rem;font-weight:700;margin:.5rem 0;padding-left:1rem;text-align:left;text-overflow:ellipsis;text-transform:capitalize;vertical-align:top;width:40%}.binnacle-table__cell__value{display:inline-block;margin:.7rem 0;text-align:left;width:60%}}.spinner-container{position:relative;-webkit-user-select:none;user-select:none}.spinner-container:hover{box-shadow:none!important;cursor:default!important;-webkit-transform:none!important;transform:none!important;transition:none!important}.spinner-container__container{left:0;position:fixed;right:0;top:30rem}@media only screen and (max-width:37.5em){.spinner-container__container{position:relative;top:0}}.spinner-container__row{background-color:var(--color-white)}.empty-state{position:relative;-webkit-user-select:none;user-select:none}.empty-state p{margin:1rem 0}.empty-state__container{left:0;position:fixed;right:0;top:23rem}@media only screen and (max-width:37.5em){.empty-state__container{position:relative;top:0}}.empty-state:hover{box-shadow:none!important;cursor:default!important;-webkit-transform:none!important;transform:none!important;transition:none!important}.empty-state__row{background-color:var(--color-white)}.empty-state__row:hover{box-shadow:none!important;cursor:default!important;-webkit-transform:none!important;transform:none!important;transition:none!important}.empty-state__icon{max-height:30vh;min-height:15rem;width:25%}@media only screen and (max-width:37.5em){.empty-state__icon{width:50%}}.notifications__main{display:flex;flex-direction:column;margin:10rem 3rem 3rem;width:calc(100% - 6rem);z-index:9}@media only screen and (max-width:56.25em){.notifications__main{margin-top:14rem}}@media only screen and (max-width:37.5em){.notifications__main{margin:14rem 0 0;width:100%}}.notifications__main__button{width:100%}.notifications__main>.notification:nth-child(3n+1){-webkit-animation:top_appear_element .1s .04s;animation:top_appear_element .1s .04s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.notifications__main>.notification:nth-child(3n+2){-webkit-animation:top_appear_element .1s .08s;animation:top_appear_element .1s .08s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.notifications__main>.notification:nth-child(3n+3){-webkit-animation:top_appear_element .1s .12s;animation:top_appear_element .1s .12s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.notifications__main>.notification:nth-child(3n+4){-webkit-animation:top_appear_element .1s .16s;animation:top_appear_element .1s .16s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.notifications__main>.notification:nth-child(3n+5){-webkit-animation:top_appear_element .1s .2s;animation:top_appear_element .1s .2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.notifications__main>.notification:nth-child(3n+6){-webkit-animation:top_appear_element .1s .24s;animation:top_appear_element .1s .24s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.notifications__main>.notification:nth-child(3n+7){-webkit-animation:top_appear_element .1s .28s;animation:top_appear_element .1s .28s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.notifications__main>.notification:nth-child(3n+8){-webkit-animation:top_appear_element .1s .32s;animation:top_appear_element .1s .32s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.notifications__main>.notification:nth-child(3n+9){-webkit-animation:top_appear_element .1s .36s;animation:top_appear_element .1s .36s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.notifications__main>.notification:nth-child(3n+10){-webkit-animation:top_appear_element .1s .4s;animation:top_appear_element .1s .4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.notifications__main__loading-label,.notifications__main__spinner{align-items:center;display:flex;justify-content:center;margin:2rem 0;width:100%}.notifications__main__loading-label{cursor:pointer;font-size:1.7rem;text-decoration:underline}.notifications__main__select{align-items:flex-start;display:flex;flex-direction:column;margin:0 5px 10px;width:calc(100% - 10px)}.notifications__main__filter{color:var(--color-black);display:flex;flex-direction:row;height:5rem;width:100%;z-index:10}.notifications__main__filter__item{align-items:center;background-color:var(--color-white);display:flex;font-size:1.8rem;justify-content:center;width:50%}.notifications__main__filter__item:hover{background-color:var(--color-grey-four);cursor:pointer}.notifications__main__filter__item--active{background-color:var(--color-disable-input)}.reports__main__container__table-container>.entity-table-container{overflow-x:auto}.reports__main__container__inspections-report{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.help__main{align-items:center;display:flex;flex-direction:row;flex-direction:column;justify-content:center;margin:13rem 5rem 5rem;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.help__main{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.help__main{margin:17rem 1rem 1rem}}.help__main>a{font-size:1.5rem}.help__main__video{align-items:center;display:flex;flex-direction:column;margin-top:2rem;width:100%}.help__main__video>video{border-radius:13px;box-shadow:0 0 10px 0 #000;width:98%}.help__left-container{display:flex;flex-direction:column;width:20%}@media only screen and (max-width:1330px){.help__left-container{width:25%}}@media only screen and (max-width:1060px){.help__left-container{margin:1 1.5rem;width:100%}}.help__right-container{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;margin-left:2rem;overflow-x:auto;width:calc(80% - 2rem)}@media only screen and (max-width:1330px){.help__right-container{width:calc(75% - 2rem)}}@media only screen and (max-width:1060px){.help__right-container{margin-left:0;width:100%}}@media only screen and (max-width:56.25em){.help__right-container{margin-top:1.5rem}}@media only screen and (max-width:75em){.tasks-view{margin-top:10rem}}@media only screen and (max-width:56.25em){.tasks-view{margin-top:15rem}}.tasks-view__concluded-task{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;margin-top:2rem}.tasks-view__concluded-task__text{color:#747272;font-size:1.5rem;margin:0 1rem}.tasks-view__concluded-task__separator{background-color:#747272;height:2px;width:100%}.tasks-view__main{display:flex;flex-direction:row;margin:10rem 5rem 5rem}@media only screen and (max-width:1200px){.tasks-view__main{flex-direction:column}}@media only screen and (max-width:75em){.tasks-view__main{margin:2rem}}.tasks-view__main__left-container{display:flex;flex-direction:column;min-width:30rem;width:20%}@media only screen and (max-width:1200px){.tasks-view__main__left-container{margin:1 1.5rem;width:100%}}.tasks-view__main__left-container__today-tasks{background-color:#fef5d5;border-radius:7px;box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25);display:flex;flex-direction:column;height:auto;margin-top:3rem;padding:3rem 1rem 1rem;position:relative;width:100%}.tasks-view__main__left-container__today-tasks__icon{left:50%;position:absolute;top:-30px;-webkit-transform:translateX(-5rem);transform:translateX(-5rem);width:13rem}.tasks-view__main__right-container{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;margin-left:2rem;overflow-x:auto;overflow-y:hidden;position:relative;width:calc(80% - 2rem)}@media only screen and (max-width:1330px){.tasks-view__main__right-container{width:calc(75% - 2rem)}}@media only screen and (max-width:1060px){.tasks-view__main__right-container{margin-left:0;width:100%}}@media only screen and (max-width:56.25em){.tasks-view__main__right-container{margin-top:1.5rem}}@media only screen and (max-width:1200px){.tasks-view__main__right-container{margin-left:0;width:100%}}.tasks-view__main__right-container__loading-label{cursor:pointer;font-size:1.5rem;text-align:center;width:100%}.tasks-view__main__right-container__loading-label:hover{text-decoration:underline}.tasks-view__main__right-container__check-boxes-content{display:flex;flex-wrap:wrap;width:100%}.tasks-view__main__right-container__top-content{align-items:center;display:flex;flex-wrap:wrap;height:auto;margin:1rem 0;width:100%}.tasks-view__main__right-container__top-content__left-container{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:.7rem;width:calc(100% - .5rem)}.tasks-view__main__right-container__top-content__left-container>.select{margin-right:.5rem}.tasks-view__main__right-container__top-content__rigth-container{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center;width:100%}.tasks-view__main__right-container__status-column-container{display:flex;flex-direction:row;height:100%;width:100%}@media only screen and (max-width:75em){.tasks-view__main__right-container__status-column-container{flex-direction:column}}.tasks-view__main__right-container__status-column{align-items:center;border-radius:10px;display:flex;flex:1 1;flex-direction:column;flex-wrap:nowrap;height:auto;margin:.5rem;min-width:200px;width:100%}.tasks-view__main__right-container__status-column--grey-1{background-color:var(--color-grey-four)}.tasks-view__main__right-container__status-column--grey-1>.title{color:#525252}.tasks-view__main__right-container__status-column--grey-2{background-color:var(--color-disable-input)}.tasks-view__main__right-container__status-column>.task-card:nth-child(3n+1){-webkit-animation:top_appear_element .2s .07s;animation:top_appear_element .2s .07s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view__main__right-container__status-column>.task-card:nth-child(3n+2){-webkit-animation:top_appear_element .2s .14s;animation:top_appear_element .2s .14s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view__main__right-container__status-column>.task-card:nth-child(3n+3){-webkit-animation:top_appear_element .2s .21s;animation:top_appear_element .2s .21s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view__main__right-container__status-column>.task-card:nth-child(3n+4){-webkit-animation:top_appear_element .2s .28s;animation:top_appear_element .2s .28s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view__main__right-container__status-column>.task-card:nth-child(3n+5){-webkit-animation:top_appear_element .2s .35s;animation:top_appear_element .2s .35s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view__main__right-container__status-column>.task-card:nth-child(3n+6){-webkit-animation:top_appear_element .2s .42s;animation:top_appear_element .2s .42s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view__main__right-container__status-column>.task-card:nth-child(3n+7){-webkit-animation:top_appear_element .2s .49s;animation:top_appear_element .2s .49s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view__main__right-container__status-column>.task-card:nth-child(3n+8){-webkit-animation:top_appear_element .2s .56s;animation:top_appear_element .2s .56s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view__main__right-container__status-column>.task-card:nth-child(3n+9){-webkit-animation:top_appear_element .2s .63s;animation:top_appear_element .2s .63s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view__main__right-container__status-column>.task-card:nth-child(3n+10){-webkit-animation:top_appear_element .2s .7s;animation:top_appear_element .2s .7s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view__main__right-container__status-column>.inspection-card:nth-child(3n+1){-webkit-animation:top_appear_element .2s .07s;animation:top_appear_element .2s .07s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view__main__right-container__status-column>.inspection-card:nth-child(3n+2){-webkit-animation:top_appear_element .2s .14s;animation:top_appear_element .2s .14s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view__main__right-container__status-column>.inspection-card:nth-child(3n+3){-webkit-animation:top_appear_element .2s .21s;animation:top_appear_element .2s .21s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view__main__right-container__status-column>.inspection-card:nth-child(3n+4){-webkit-animation:top_appear_element .2s .28s;animation:top_appear_element .2s .28s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view__main__right-container__status-column>.inspection-card:nth-child(3n+5){-webkit-animation:top_appear_element .2s .35s;animation:top_appear_element .2s .35s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view__main__right-container__status-column>.inspection-card:nth-child(3n+6){-webkit-animation:top_appear_element .2s .42s;animation:top_appear_element .2s .42s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view__main__right-container__status-column>.inspection-card:nth-child(3n+7){-webkit-animation:top_appear_element .2s .49s;animation:top_appear_element .2s .49s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view__main__right-container__status-column>.inspection-card:nth-child(3n+8){-webkit-animation:top_appear_element .2s .56s;animation:top_appear_element .2s .56s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view__main__right-container__status-column>.inspection-card:nth-child(3n+9){-webkit-animation:top_appear_element .2s .63s;animation:top_appear_element .2s .63s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view__main__right-container__status-column>.inspection-card:nth-child(3n+10){-webkit-animation:top_appear_element .2s .7s;animation:top_appear_element .2s .7s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}@media only screen and (max-width:75em){.tasks-view__main__right-container__status-column{margin-top:2rem}}.image-bug{max-width:100%}.errors-list__container{color:#d7d7d7;display:flex;flex-direction:column;font-family:Courier New,Courier,monospace!important;font-size:1.7rem;gap:9px;margin:13rem 2rem 2rem}@media only screen and (max-width:1060px){.errors-list__container{margin-top:14rem}}@media only screen and (max-width:37.5em){.errors-list__container{margin-top:17rem}}.errors-list__container__loading-label{color:var(--color-black);cursor:pointer;text-align:center;width:100%}.errors-list__container__code{background-color:#1c1941;border:1px solid var(--color-text-light);font-family:Courier New,Courier,monospace!important;overflow:auto;padding:.5rem;width:100%}.errors-list__container__code__collapse-item{cursor:pointer}.errors-list__container__code__text{font-family:Courier New,Courier,monospace!important}.error-404{align-items:center;background-color:var(--color-white);color:var(--color-blue);display:flex;flex-direction:column;font-size:1.8rem;font-weight:700;height:100vh;justify-content:space-around;overflow-x:hidden;overflow-y:auto;padding:5rem 0;position:relative;text-align:center;width:100%}.error-404__icon{height:30rem;z-index:10}@media only screen and (max-width:700px){.error-404__icon{height:25rem}}.error-404 p{z-index:10}.error-404__icon-1{left:0;position:absolute;top:0;z-index:9}@media only screen and (max-width:700px){.error-404__icon-1{display:none}}.error-404__icon-2{position:absolute;right:30rem;top:30rem;z-index:9}@media only screen and (max-width:1000px){.error-404__icon-2{right:10rem;top:20rem}}.error-404__icon-3{bottom:30rem;left:30rem;position:absolute;z-index:9}@media only screen and (max-width:1000px){.error-404__icon-3{bottom:20rem;left:10rem}}.error-404__icon-4{bottom:0;position:absolute;right:0;z-index:9}@media only screen and (max-width:700px){.error-404__icon-4{display:none}}.error-404__icon-5{position:absolute;z-index:9}.monthly-closings__icon-status{align-items:center;display:flex;justify-content:center;width:100%}.monthly-closings__icon-status img{height:2rem}.monthly-closings__main #button-back{max-width:95vw;width:20rem}.monthly-closings__main__finish-button{align-items:center;display:flex;justify-content:center}.monthly-closings__documents{display:flex;flex-direction:column;margin:1rem 4rem}.monthly-closings__porcent{align-items:center;background-color:var(--color-grey);border-radius:4px;color:var(--color-white);display:flex;font-size:1.5rem;font-weight:600;height:3rem;justify-content:center;overflow:hidden;padding-left:1rem;position:relative;text-align:left;vertical-align:middle;width:100%}.monthly-closings__porcent p{z-index:10}.monthly-closings__porcent__porcent{background-color:var(--color-yellow-two);border-radius:4px;bottom:0;height:3rem;left:0;max-width:100%;position:absolute;top:0;transition:all 1s;width:0;z-index:9}.monthly-closings__main{display:flex;flex-direction:row;flex-direction:column;margin:13rem 5rem 5rem;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.monthly-closings__main{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.monthly-closings__main{margin:17rem 1rem 1rem}}.monthly-closings__main__header-info{border:2px solid #a3a3a3;border-radius:1rem;display:flex;flex-wrap:wrap;font-size:1.6rem;padding:1rem}@media only screen and (max-width:37.5em){.monthly-closings__main__header-info{flex-direction:column}}.monthly-closings__main__header-info span{display:flex;width:50%}.monthly-closings__main__header-info span b{margin-right:.7rem}.monthly-closings__main__titles{align-items:center;display:flex;flex-direction:row;justify-content:space-around;margin:3rem 0 2rem;text-transform:uppercase;width:100%}.monthly-closings__main__documents{display:flex;flex-direction:column;gap:3rem;margin:2rem 0;text-align:center;width:100%}.monthly-closings__main__documents .sub-title{background-color:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25);font-size:1.7rem;position:-webkit-sticky;position:sticky;text-transform:uppercase;top:0;z-index:11}@media only screen and (max-width:56.25em){.monthly-closings__main__documents{flex-direction:column}}.monthly-closings__main__documents__document{border:1px solid #a7a7a7;border-radius:1.2rem;box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25);flex:1 1;height:100%;height:95vh;max-height:100vh;overflow:auto}.monthly-closings__main__documents__document .loading-page{display:flex;height:100%;justify-content:center;text-align:center}@media only screen and (max-width:56.25em){.monthly-closings__main__documents__document{width:100%}}.monthly-closings__main__buttons{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly}.monthly-closings__main__button-back{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:3rem}.monthly-closings-finish__main{display:flex;flex-direction:row;flex-direction:column;margin:13rem 5rem 5rem;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.monthly-closings-finish__main{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.monthly-closings-finish__main{margin:17rem 1rem 1rem}}.monthly-closings-finish__main__button-back{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:3rem}.monthly-closings-finish__main__card-info{border-radius:7px;box-shadow:0 0 9px 1px hsla(0,0%,43%,.75);-webkit-box-shadow:0 0 9px 1px hsla(0,0%,43%,.75);-moz-box-shadow:0 0 9px 1px hsla(0,0%,43%,.75);display:flex;flex-direction:column;gap:1.5rem;margin:0 6px 2rem;padding:1rem}.monthly-closings-finish__main__card-info__action-buttons{display:flex;justify-content:space-evenly;width:100%}.monthly-closings-finish__main__card-info textarea{max-width:100%}.monthly-closings-finish__main__switches{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;margin:2rem 0;width:100%}@media only screen and (max-width:37.5em){.monthly-closings-finish__main__switches{gap:3rem}}.monthly-closings-finish__main__switches__item{align-items:flex-start;display:flex;width:100%}@media only screen and (max-width:37.5em){.monthly-closings-finish__main__switches__item{align-items:center;flex-direction:column;justify-content:center}}.monthly-closings-finish__main__switches__item .switch__item{width:auto}.monthly-closings-finish__main__switches__item .sub-title{flex:1 1}@media only screen and (max-width:37.5em){.monthly-closings-finish__main__switches__item .sub-title{font-size:2rem}}.corrective-actions__main{display:flex;flex-direction:row;margin:13rem 5rem 5rem;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.corrective-actions__main{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.corrective-actions__main{margin:17rem 1rem 1rem}}.corrective-actions__container{display:flex;flex-direction:column;height:100%;width:100%}.corrective-actions__container>button{width:auto}.reports__main{display:flex;flex-direction:row;margin:13rem 5rem 5rem;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.reports__main{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.reports__main{margin:17rem 1rem 1rem}}.reports__main__container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:100%;justify-content:center;width:100%}.reports__main__container__textarea{margin:0;max-width:100%}.reports__main__container__inputs{align-items:center;flex-direction:column;justify-content:center}.reports__main__container__inputs__dates-container{align-items:center;display:flex;flex:1 1;flex-direction:row;gap:2rem;justify-content:center;width:100%}.reports__main__container__selects-container{display:flex;flex-direction:column;gap:2rem;width:100%}@media only screen and (max-width:37.5em){.reports__main__container__selects-container{flex-direction:column;gap:0}}.reports__main__container__table-container{width:100%}.reports__main__container__spinner{align-items:center;display:flex;justify-content:center;width:100%}.reports__main__container__dates-container{display:flex;flex-direction:row;gap:10px}.reports__main__container__item{align-items:center;border:2px solid #d7d7d7;display:flex;flex-direction:column;justify-content:center}.reports__main__container__inputs-container{width:100%}.reports__main__container__inputs{display:flex;flex-direction:row;gap:10px;height:8rem;width:100%}.reports__main__container__inputs>.button{height:4rem;margin-top:3rem}@media only screen and (max-width:37.5em){.reports__main__container__inputs>.button{margin-top:0}.reports__main__container__inputs{flex-direction:column;height:auto}}.training-records__main{display:flex;flex-direction:row;margin:13rem 5rem 5rem;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.training-records__main{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.training-records__main{margin:17rem 1rem 1rem}}.training-records__container{display:flex;flex-direction:column;height:100%;width:100%}.training-records__container>button{width:auto}.corrective-actions-form__main{display:flex;flex-direction:row;margin:13rem 5rem 5rem;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.corrective-actions-form__main{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.corrective-actions-form__main{margin:17rem 1rem 1rem}}.corrective-actions-form__container{align-items:center;display:flex;flex-direction:column;height:100%;padding:0 1rem;width:100%}.corrective-actions-form__container>button{width:auto}.corrective-actions-form__container__comments-container{align-items:center;display:flex;flex-direction:column;margin:2rem 0;width:100%}.corrective-actions-form__container__comments-container__comment{align-items:center;background-color:#f0f0f0;border:2px solid #d6d6d6;border-radius:1.4rem;display:flex;flex-direction:column;margin-bottom:1rem;padding:.4rem;width:100%}.corrective-actions-form__container__comments-container__comment span{font-size:1.3rem;font-weight:400;width:100%}.corrective-actions-form__container__comments-container__comment p{font-size:1.7rem;font-weight:500;width:100%}.corrective-actions-form__container__approve-buttons{align-items:center;display:flex;flex-wrap:wrap}.corrective-actions-form__container__button-container{display:flex;justify-content:flex-start;width:100%}.root-calendar__content__left__calendar__item__today{background-color:#127ea2;border-radius:50%;bottom:0;color:#fff;font-size:2rem;height:3rem;position:absolute;right:0;width:3rem}.inspection-detail-modal,.root-calendar__content__left__calendar__item__today{align-items:center;display:flex;justify-content:center;left:0;margin:auto;top:0}.inspection-detail-modal{height:100vh;position:fixed;width:100vw}.inspection-detail-modal--visible{display:block;opacity:1;visibility:visible;z-index:999}.inspection-detail-modal__modal-bg{background-color:var(--color-modal-background);cursor:default;display:block;height:100vh;left:0;opacity:.7;overflow:hidden;position:fixed;text-decoration:none;top:0;visibility:visible;width:100vw;z-index:200}.inspection-detail-modal__header-container{display:flex;flex-direction:column;font-size:1.5rem;height:2rem;position:-webkit-sticky;position:sticky;right:0;top:0;width:2rem;z-index:11}.inspection-detail-modal__header-container__close-icon{cursor:pointer;position:absolute;right:0;top:0;width:2rem}@media only screen and (max-width:56.25em){.inspection-detail-modal__header-container__close-icon{width:3rem}}.inspection-detail-modal__custom-component{display:flex;flex-direction:column;font-size:1.5rem;position:relative}.inspection-detail-modal__modal-content{-webkit-animation:appear_modal .3s;animation:appear_modal .3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;background-color:var(--color-white);border-radius:10px;display:table-cell;left:50%;margin:auto;overflow-x:hidden;overflow-y:auto;padding:2rem;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:300}@media only screen and (max-width:37.5em){.inspection-detail-modal__modal-content{padding:1rem}}.inspection-detail-modal__modal-content--fullSize{display:table-cell;height:95vh;overflow-x:hidden;overflow-y:auto;width:95vw}@media only screen and (max-width:75em){.tasks-view-collaborator{margin-top:10rem}}@media only screen and (max-width:56.25em){.tasks-view-collaborator{margin-top:15rem}}.tasks-view-collaborator__concluded-task{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;margin-top:2rem}.tasks-view-collaborator__concluded-task__text{color:#747272;font-size:1.5rem;margin:0 1rem}.tasks-view-collaborator__concluded-task__separator{background-color:#747272;height:2px;width:100%}.tasks-view-collaborator__main{display:flex;flex-direction:row;margin:10rem 5rem 5rem}@media only screen and (max-width:1200px){.tasks-view-collaborator__main{flex-direction:column}}@media only screen and (max-width:75em){.tasks-view-collaborator__main{margin:2rem}}.tasks-view-collaborator__main__left-container{display:flex;flex-direction:column;min-width:30rem;width:20%}@media only screen and (max-width:1200px){.tasks-view-collaborator__main__left-container{margin:1 1.5rem;width:100%}}.tasks-view-collaborator__main__left-container__today-tasks{background-color:#fef5d5;border-radius:7px;box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25);display:flex;flex-direction:column;height:auto;margin-top:3rem;padding:3rem 1rem 1rem;position:relative;width:100%}.tasks-view-collaborator__main__left-container__today-tasks__icon{left:50%;position:absolute;top:-30px;-webkit-transform:translateX(-5rem);transform:translateX(-5rem);width:13rem}.tasks-view-collaborator__main__right-container{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;margin-left:2rem;overflow-x:auto;overflow-y:hidden;position:relative;width:calc(80% - 2rem)}@media only screen and (max-width:1330px){.tasks-view-collaborator__main__right-container{width:calc(75% - 2rem)}}@media only screen and (max-width:1060px){.tasks-view-collaborator__main__right-container{margin-left:0;width:100%}}@media only screen and (max-width:56.25em){.tasks-view-collaborator__main__right-container{margin-top:1.5rem}}.tasks-view-collaborator__main__right-container__top-buttons{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}.tasks-view-collaborator__main__right-container__top-buttons button{border:2px solid #a3a3a3}@media only screen and (max-width:1200px){.tasks-view-collaborator__main__right-container{margin-left:0;width:100%}}.tasks-view-collaborator__main__right-container__loading-label{cursor:pointer;font-size:1.5rem;text-align:center;width:100%}.tasks-view-collaborator__main__right-container__loading-label:hover{text-decoration:underline}.tasks-view-collaborator__main__right-container__check-boxes-content{display:flex;flex-wrap:wrap;width:100%}.tasks-view-collaborator__main__right-container__top-content{align-items:center;display:flex;flex-wrap:wrap;height:auto;margin:1rem 0;width:100%}.tasks-view-collaborator__main__right-container__top-content__left-container{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:.7rem;width:calc(100% - .5rem)}.tasks-view-collaborator__main__right-container__top-content__left-container>.select{margin-right:.5rem}.tasks-view-collaborator__main__right-container__top-content__rigth-container{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center;width:100%}.tasks-view-collaborator__main__right-container__status-column-container{display:flex;flex-direction:column;height:100%;width:100%}.tasks-view-collaborator__main__right-container__status-column-container>.title{font-size:2rem;font-weight:600;margin-bottom:1rem;text-align:center;width:100%}@media only screen and (max-width:75em){.tasks-view-collaborator__main__right-container__status-column-container{flex-direction:column}}.tasks-view-collaborator__main__right-container__status-column{align-items:center;border-radius:10px;display:flex;flex:1 1;flex-direction:column;flex-wrap:nowrap;height:auto;margin:.5rem;min-width:200px;width:100%}.tasks-view-collaborator__main__right-container__status-column--grey-1{background-color:var(--color-grey-four)}.tasks-view-collaborator__main__right-container__status-column--grey-1>.title{color:#525252}.tasks-view-collaborator__main__right-container__status-column--grey-2{background-color:var(--color-disable-input)}.tasks-view-collaborator__main__right-container__status-column>.task-card:nth-child(3n+1){-webkit-animation:top_appear_element .2s .07s;animation:top_appear_element .2s .07s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view-collaborator__main__right-container__status-column>.task-card:nth-child(3n+2){-webkit-animation:top_appear_element .2s .14s;animation:top_appear_element .2s .14s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view-collaborator__main__right-container__status-column>.task-card:nth-child(3n+3){-webkit-animation:top_appear_element .2s .21s;animation:top_appear_element .2s .21s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view-collaborator__main__right-container__status-column>.task-card:nth-child(3n+4){-webkit-animation:top_appear_element .2s .28s;animation:top_appear_element .2s .28s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view-collaborator__main__right-container__status-column>.task-card:nth-child(3n+5){-webkit-animation:top_appear_element .2s .35s;animation:top_appear_element .2s .35s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view-collaborator__main__right-container__status-column>.task-card:nth-child(3n+6){-webkit-animation:top_appear_element .2s .42s;animation:top_appear_element .2s .42s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view-collaborator__main__right-container__status-column>.task-card:nth-child(3n+7){-webkit-animation:top_appear_element .2s .49s;animation:top_appear_element .2s .49s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view-collaborator__main__right-container__status-column>.task-card:nth-child(3n+8){-webkit-animation:top_appear_element .2s .56s;animation:top_appear_element .2s .56s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view-collaborator__main__right-container__status-column>.task-card:nth-child(3n+9){-webkit-animation:top_appear_element .2s .63s;animation:top_appear_element .2s .63s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view-collaborator__main__right-container__status-column>.task-card:nth-child(3n+10){-webkit-animation:top_appear_element .2s .7s;animation:top_appear_element .2s .7s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view-collaborator__main__right-container__status-column>.inspection-card:nth-child(3n+1){-webkit-animation:top_appear_element .2s .07s;animation:top_appear_element .2s .07s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view-collaborator__main__right-container__status-column>.inspection-card:nth-child(3n+2){-webkit-animation:top_appear_element .2s .14s;animation:top_appear_element .2s .14s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view-collaborator__main__right-container__status-column>.inspection-card:nth-child(3n+3){-webkit-animation:top_appear_element .2s .21s;animation:top_appear_element .2s .21s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view-collaborator__main__right-container__status-column>.inspection-card:nth-child(3n+4){-webkit-animation:top_appear_element .2s .28s;animation:top_appear_element .2s .28s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view-collaborator__main__right-container__status-column>.inspection-card:nth-child(3n+5){-webkit-animation:top_appear_element .2s .35s;animation:top_appear_element .2s .35s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view-collaborator__main__right-container__status-column>.inspection-card:nth-child(3n+6){-webkit-animation:top_appear_element .2s .42s;animation:top_appear_element .2s .42s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view-collaborator__main__right-container__status-column>.inspection-card:nth-child(3n+7){-webkit-animation:top_appear_element .2s .49s;animation:top_appear_element .2s .49s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view-collaborator__main__right-container__status-column>.inspection-card:nth-child(3n+8){-webkit-animation:top_appear_element .2s .56s;animation:top_appear_element .2s .56s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view-collaborator__main__right-container__status-column>.inspection-card:nth-child(3n+9){-webkit-animation:top_appear_element .2s .63s;animation:top_appear_element .2s .63s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.tasks-view-collaborator__main__right-container__status-column>.inspection-card:nth-child(3n+10){-webkit-animation:top_appear_element .2s .7s;animation:top_appear_element .2s .7s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}@media only screen and (max-width:75em){.tasks-view-collaborator__main__right-container__status-column{margin-top:2rem}}.root-calendar{background-color:#fff;display:flex;flex-direction:column;height:100vh;overflow-x:hidden;overflow-y:auto;width:100%}.root-calendar__content{display:flex;flex:1 1}@media only screen and (max-width:1150px){.root-calendar__content{flex-direction:column}}.root-calendar__content__left{display:flex;flex-direction:column;margin-bottom:40px;width:100%}.root-calendar__content__left__calendar{grid-column-gap:0;grid-row-gap:0;display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(6,1fr);height:30rem;margin-bottom:10px;width:100%}.root-calendar__content__left__calendar__days{grid-column-gap:0;grid-row-gap:0;display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:1fr}.root-calendar__content__left__calendar__days__day{align-items:center;background-color:#7fc0c6;border-left:1px solid #717070;border-right:1px solid #717070;color:#004b63;display:flex;justify-content:center;-webkit-user-select:none;user-select:none}.root-calendar__content__left__calendar__top{align-items:center;background-color:#004b63;border-top-left-radius:4px;border-top-right-radius:4px;color:#fff;display:flex;font-size:2rem;height:4rem;justify-content:space-between;-webkit-user-select:none;user-select:none;white-space:nowrap}.root-calendar__content__left__calendar__top__date{align-items:center;display:flex;flex:1 1;height:4rem;margin-left:1rem}.root-calendar__content__left__calendar__top__arrows-container{display:flex;height:1.8rem;justify-content:space-between;margin-right:1rem;width:20%}.root-calendar__content__left__calendar__top__arrows-container__icon{box-shadow:none;cursor:pointer;height:1.8rem;transition:all .1s}.root-calendar__content__left__calendar__top__arrows-container__icon:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.root-calendar__content__left__calendar__top__today{align-items:center;background-color:#7fc0c6;border-radius:8px;box-shadow:none;color:#004b63;cursor:pointer;display:flex;font-size:1.3rem;height:70%;margin-left:2rem;padding:0 1rem;transition:all .1s}.root-calendar__content__left__calendar__top__today:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.root-calendar__content__left__calendar__item{-webkit-animation:appearSubOption .1s;animation:appearSubOption .1s;background-color:var(--color-white);border:1px solid var(--color-high-grey);box-shadow:none;color:var(--color-text);cursor:pointer;font-size:1.6rem;padding:5px 0 0 5px;position:relative;transition:all .2s;-webkit-user-select:none;user-select:none}.root-calendar__content__left__calendar__item--disable{background-color:var(--color-light-grey);color:var(--color-high-grey)}.root-calendar__content__left__calendar__item--red{color:red}.root-calendar__content__left__calendar__item--current-day{box-shadow:inset 0 0 0 3px rgba(67,102,194,.75);-webkit-box-shadow:inset 0 0 0 3px rgba(67,102,194,.75);-moz-box-shadow:inset 0 0 0 3px rgba(67,102,194,.75)}.root-calendar__content__left__calendar__item__alert-container{display:flex;flex-wrap:wrap;height:70%;width:100%}.root-calendar__content__left__calendar__item__alert-container__icon{align-items:center;background-color:var(--color-blue);border-radius:20px;color:var(--color-white);display:flex;flex-direction:row;gap:.6rem;justify-content:center;padding:.5rem 1rem}.root-calendar__content__left__calendar__item__alert-container__icon--alert{background-color:var(--color-error)}.root-calendar__content__left__calendar__item__alert-container__icon__image{height:2rem}@media only screen and (max-width:75em){.root-calendar__content__left__calendar__item__alert-container{height:60%}}@media only screen and (max-width:1150px){.root-calendar__content__left__calendar__item__alert-container{margin-right:4px}}.root-calendar__content__left__calendar__item__number{bottom:0;position:absolute;right:8px}.root-calendar__content__left__calendar__item__number--today{align-items:center;background-color:#127ea2;border-radius:50%;color:#fff;display:flex;height:2.5rem;justify-content:center;width:2.5rem}.root-calendar__content__left__calendar__item__onsite-inspection-alert{background-color:#fbb500;height:1.3rem;margin-right:4px;width:1.3rem}@media only screen and (max-width:75em){.root-calendar__content__left__calendar__item__onsite-inspection-alert{margin-right:2px}}.root-calendar__content__left__calendar__item__remote-inspection-alert{background-color:#004b63;height:1.3rem;margin-right:4px;width:1.3rem}@media only screen and (max-width:75em){.root-calendar__content__left__calendar__item__remote-inspection-alert{margin-right:2px}}.root-calendar__content__left__calendar__item__out-of-time-alert{height:1.3rem;margin-right:4px;width:1.3rem}@media only screen and (max-width:75em){.root-calendar__content__left__calendar__item__out-of-time-alert{margin-right:2px}}.root-calendar__content__left__calendar__item:hover{box-shadow:inset 0 0 0 3px rgba(35,163,118,.75);-webkit-box-shadow:inset 0 0 0 3px rgba(35,163,118,.75);-moz-box-shadow:inset 0 0 0 3px rgba(35,163,118,.75)}.users-list__main{display:flex;flex-direction:row;margin:13rem 5rem 5rem;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.users-list__main{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.users-list__main{margin:17rem 1rem 1rem}}.users-list__main__left-container{display:flex;flex-direction:column;width:20%}@media only screen and (max-width:1330px){.users-list__main__left-container{width:25%}}@media only screen and (max-width:1060px){.users-list__main__left-container{margin:1 1.5rem;width:100%}}.users-list__main__right-container{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;margin-left:2rem;overflow-x:auto;width:calc(80% - 2rem)}@media only screen and (max-width:1330px){.users-list__main__right-container{width:calc(75% - 2rem)}}@media only screen and (max-width:1060px){.users-list__main__right-container{margin-left:0;width:100%}}@media only screen and (max-width:56.25em){.users-list__main__right-container{margin-top:1.5rem}}.users-available{display:flex;flex-direction:column;overflow:hidden;-webkit-user-select:none;user-select:none;width:100%}.users-available h1,.users-available h2{text-align:center;width:100%}.users-available__list{display:flex;flex-direction:row;gap:2rem;overflow:hidden}.users-available__list__column{align-items:center;border:1px solid #c4c4c4;border-radius:2rem;display:flex;flex-direction:column;gap:.5rem;overflow:hidden;padding:2rem;width:50%}.users-available__list__column__item{align-items:center;background-color:var(--color-grey-four);border:1px solid #bdbdbd;border-radius:1rem;color:var(--color-black);cursor:pointer;display:flex;flex-direction:row;font-size:1.4rem;justify-content:space-between;margin:0 1rem;padding:.6rem;width:100%}.users-available__list__column__item__arrow-left,.users-available__list__column__item__arrow-right{display:none}.users-available__list__column__item--left{justify-content:flex-end}.users-available__list__column__item--left:hover{justify-content:space-between}.users-available__list__column__item:hover{background-color:#aabcf7;color:#fff}.users-available__list__column__item:hover>img{display:inline}.users-available__list__column__item--left-disabled{background-color:var(--color-low-grey);color:var(--color-black);cursor:default}.users-available__list__column__item--left-disabled:hover{background-color:var(--color-low-grey);color:var(--color-black);justify-content:flex-end}.users-available__list__column__item--left-disabled:hover>img{display:none}.users-available__list__column__item--disabled{background-color:var(--color-low-grey);cursor:default}.users-available__list__column__item--disabled:hover{background-color:var(--color-low-grey);color:var(--color-black)}.users-available__list__column__item--disabled:hover>img{display:none}.left-container{flex:1 1;flex-flow:column;font-size:2rem;margin:auto;width:80%}.left-container,.left-container__item{align-items:center;display:flex;justify-content:center}.left-container__item{gap:.5rem}.left-container__icon{max-width:50%}.dictum-product-detail__main{display:flex;flex-direction:row;margin:13rem 5rem 5rem;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.dictum-product-detail__main{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.dictum-product-detail__main{margin:17rem 1rem 1rem}}.dictum-product-detail__left-container{display:flex;flex-direction:column;width:20%;width:25%}@media only screen and (max-width:1330px){.dictum-product-detail__left-container{width:25%}}@media only screen and (max-width:1060px){.dictum-product-detail__left-container{margin:1 1.5rem;width:100%}}.dictum-product-detail__right-container{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;margin-left:2rem;overflow-x:auto;width:calc(80% - 2rem)}@media only screen and (max-width:1330px){.dictum-product-detail__right-container{width:calc(75% - 2rem)}}@media only screen and (max-width:1060px){.dictum-product-detail__right-container{margin-left:0;width:100%}}@media only screen and (max-width:56.25em){.dictum-product-detail__right-container{margin-top:1.5rem}}.dictum-product-detail__documents{width:100%}.dictum-product-detail__documents__container{display:flex;flex-flow:column}.dictum-product-detail__history{overflow:auto;width:100%}.dictum-product-detail__progress-indicator{margin:0 auto;width:60%}@media only screen and (max-width:37.5em){.dictum-product-detail__main{flex-flow:column;gap:2rem}.dictum-product-detail__main__br{height:5vh}.dictum-product-detail__accordeon,.dictum-product-detail__content{width:90%}}.measuring-equipment__main{display:flex;flex-direction:row;margin:13rem 5rem 5rem;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.measuring-equipment__main{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.measuring-equipment__main{margin:17rem 1rem 1rem}}.measuring-equipment__left-container{display:flex;flex-direction:column;width:20%}@media only screen and (max-width:1330px){.measuring-equipment__left-container{width:25%}}@media only screen and (max-width:1060px){.measuring-equipment__left-container{margin:1 1.5rem;width:100%}}.measuring-equipment__right-container{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;margin-left:2rem;overflow-x:auto;width:calc(80% - 2rem)}@media only screen and (max-width:1330px){.measuring-equipment__right-container{width:calc(75% - 2rem)}}@media only screen and (max-width:1060px){.measuring-equipment__right-container{margin-left:0;width:100%}}@media only screen and (max-width:56.25em){.measuring-equipment__right-container{margin-top:1.5rem}}.title-centered{text-align:center;width:100%}.measuring-equipment-detail__main{display:flex;flex-direction:row;margin:13rem 5rem 5rem;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.measuring-equipment-detail__main{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.measuring-equipment-detail__main{margin:17rem 1rem 1rem}}.measuring-equipment-detail__left-container{display:flex;flex-direction:column;width:20%}@media only screen and (max-width:1330px){.measuring-equipment-detail__left-container{width:25%}}@media only screen and (max-width:1060px){.measuring-equipment-detail__left-container{margin:1 1.5rem;width:100%}}.measuring-equipment-detail__right-container{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;margin-left:2rem;overflow-x:auto;width:calc(80% - 2rem)}@media only screen and (max-width:1330px){.measuring-equipment-detail__right-container{width:calc(75% - 2rem)}}@media only screen and (max-width:1060px){.measuring-equipment-detail__right-container{margin-left:0;width:100%}}@media only screen and (max-width:56.25em){.measuring-equipment-detail__right-container{margin-top:1.5rem}}.user-detail__main{display:flex;flex-direction:row;margin:13rem 5rem 5rem;overflow:hidden;z-index:9}@media only screen and (max-width:1060px){.user-detail__main{flex-direction:column;margin:14rem 2rem 2rem}}@media only screen and (max-width:37.5em){.user-detail__main{margin:17rem 1rem 1rem}}.user-detail__left-container{display:flex;flex-direction:column;width:20%}@media only screen and (max-width:1330px){.user-detail__left-container{width:25%}}@media only screen and (max-width:1060px){.user-detail__left-container{margin:1 1.5rem;width:100%}}.user-detail__right-container{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;margin-left:2rem;overflow-x:auto;width:calc(80% - 2rem)}@media only screen and (max-width:1330px){.user-detail__right-container{width:calc(75% - 2rem)}}@media only screen and (max-width:1060px){.user-detail__right-container{margin-left:0;width:100%}}@media only screen and (max-width:56.25em){.user-detail__right-container{margin-top:1.5rem}}.user-form{display:flex;flex-direction:column;gap:1rem;height:auto;padding-bottom:2%;padding-left:2%;padding-right:2%;text-align:left;width:60vw}@media only screen and (max-width:37.5em){.user-form{padding:0;width:86vw}}.witnesses__content--full-width{max-width:100%!important}.witnesses__content__action-buttons--partial-width,.witnesses__content__sign-list--partial-width,.witnesses__content__sign-title--partial-width,.witnesses__content__sub-title--partial-width,.witnesses__content__title--partial-width{margin:auto;max-width:60rem}.witnesses__content__footer-buttons{justify-content:space-around}.witnesses__content__canvas-draw{background-color:var(--color-white)}.witnesses__content__canvas-draw--partial-width{margin:auto;max-width:60rem}.witnesses{align-items:center;font-size:1.5rem}.witnesses,.witnesses__content{display:flex;flex-direction:column;justify-content:center;width:100%}.witnesses__content{margin-top:13rem;max-width:60rem;padding:1rem;position:relative;text-align:center}.witnesses__content--no-margin{margin-top:0}.witnesses__content__table{width:80%}.witnesses__content__loading-page{align-items:center;flex-direction:column;gap:2rem;height:100%;margin:3rem auto;text-align:center;width:80%}.witnesses__content__loading-page,.witnesses__content__sign-file{display:flex;justify-content:center}.witnesses__content__title{font-weight:700;text-align:left;width:100%}.witnesses__content__sub-title{font-size:1.4rem;text-align:left;width:100%}.witnesses__content__sign-title{font-weight:700;margin-top:2rem;text-align:left;width:100%}.witnesses__content__sign-list{display:flex;flex-direction:column;margin-top:2rem;width:100%}.witnesses__content__sign-list__item{display:flex;margin:1rem 0;width:100%}.witnesses__content__sign-list__item__img-container{margin-right:2rem;position:relative;width:18rem}.witnesses__content__sign-list__item__img-container__img{border:1px solid #747272;border-radius:4px;height:7rem;width:7rem}.witnesses__content__action-buttons{display:flex;justify-content:space-around;margin-bottom:2rem;width:100%}.witnesses__content__footer-buttons{display:flex;justify-content:flex-end}.witnesses__content__canvas-draw{background-color:#fff;background-image:linear-gradient(90deg,#e3e3e3 1px,transparent 0),linear-gradient(180deg,#e3e3e3 1px,transparent 0);background-size:40px 40px;border:3px dashed #747272;border-radius:5px;height:40rem;margin:0 0 2rem;width:100%}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes loading_square_1{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(6rem);transform:translate(6rem)}50%{-webkit-transform:translate(6rem,6rem);transform:translate(6rem,6rem)}75%{-webkit-transform:translateY(6rem);transform:translateY(6rem)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes loading_square_1{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(6rem);transform:translate(6rem)}50%{-webkit-transform:translate(6rem,6rem);transform:translate(6rem,6rem)}75%{-webkit-transform:translateY(6rem);transform:translateY(6rem)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes loading_square_2{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(-6rem);transform:translateY(-6rem)}50%{-webkit-transform:translate(6rem,-6rem);transform:translate(6rem,-6rem)}75%{-webkit-transform:translate(6rem);transform:translate(6rem)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes loading_square_2{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translateY(-6rem);transform:translateY(-6rem)}50%{-webkit-transform:translate(6rem,-6rem);transform:translate(6rem,-6rem)}75%{-webkit-transform:translate(6rem);transform:translate(6rem)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes loading_square_3{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(-6rem);transform:translate(-6rem)}50%{-webkit-transform:translate(-6rem,-6rem);transform:translate(-6rem,-6rem)}75%{-webkit-transform:translateY(-6rem);transform:translateY(-6rem)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes loading_square_3{0%{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(-6rem);transform:translate(-6rem)}50%{-webkit-transform:translate(-6rem,-6rem);transform:translate(-6rem,-6rem)}75%{-webkit-transform:translateY(-6rem);transform:translateY(-6rem)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes list_annimation_element{0%{opacity:0;-webkit-transform:translate(-30px);transform:translate(-30px)}to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@keyframes list_annimation_element{0%{opacity:0;-webkit-transform:translate(-30px);transform:translate(-30px)}to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes appear_element{0%{opacity:0}to{opacity:1}}@keyframes appear_element{0%{opacity:0}to{opacity:1}}@-webkit-keyframes top_appear_element{0%{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@keyframes top_appear_element{0%{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes scale_appear_element{0%{opacity:0;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale_appear_element{0%{opacity:0;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes appear_modal{0%{height:84vh;width:84vw}to{height:94vh;width:94vw}}@keyframes appear_modal{0%{height:84vh;width:84vw}to{height:94vh;width:94vw}}@-webkit-keyframes spinner{0%{opacity:1}to{opacity:0}}@keyframes spinner{0%{opacity:1}to{opacity:0}}@-webkit-keyframes animate-stripes{0%{background-position:0 0}to{background-position:60px 0}}@keyframes animate-stripes{0%{background-position:0 0}to{background-position:60px 0}}@-webkit-keyframes appear-online-status{0%{-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}10%{-webkit-transform:translate(-50%);transform:translate(-50%)}90%{-webkit-transform:translate(-50%);transform:translate(-50%)}to{-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}}@keyframes appear-online-status{0%{-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}10%{-webkit-transform:translate(-50%);transform:translate(-50%)}90%{-webkit-transform:translate(-50%);transform:translate(-50%)}to{-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}}@-webkit-keyframes appear-modal-background{0%{opacity:0}to{opacity:.7}}@keyframes appear-modal-background{0%{opacity:0}to{opacity:.7}}.body{--color-modal-background:hsla(0,0%,60%,.8);--color-white:#f7f7f7;--color-black:#000;--color-text:#747272;--color-text-light:#a3a3a3;--color-red:#ff6262;--color-error:#e06e6e;--color-blue:#004b63;--color-low-blue-1:#127ea2;--color-low-blue:#7fc0c6;--color-low-grey:#dfdfdf;--color-high-grey:#717070;--color-grey:#c4c4c4;--color-yellow:#fbb500;--color-green:#5fbda7;--color-light-grey:#dadada;--color-yellow-two:#fcc740;--color-yellow-low:#fef5d5;--color-grey-three:#d7d7d7;--color-grey-four:#e9e9e9;--color-excel-table-header:#727272;--color-text-footer-binnacle:#747272;--color-border-cell-excel-table:#717070;--color-text-binnacle-modal:#535353;--color-disable-input:#e4e4e4;--color-link:#127ea2}.body--dark-mode{--color-modal-background:hsla(0,0%,41%,.8);--color-white:#26292b;--color-black:#f7f7f7;--color-text:#a3a3a3;--color-text-light:#757575;--color-red:#ff6262;--color-error:#e06e6e;--color-blue:#0088b4;--color-low-blue-1:#127ea2;--color-low-blue:#7fc0c6;--color-low-grey:#484a52;--color-high-grey:#9f9f9f;--color-grey:#8f8f8f;--color-yellow:#fbb500;--color-green:#5fbda7;--color-light-grey:#4b4b4b;--color-yellow-two:#fcc740;--color-yellow-low:#fef5d5;--color-grey-three:#828282;--color-grey-four:#929292;--color-excel-table-header:#727272;--color-text-footer-binnacle:#454545;--color-border-cell-excel-table:#5fbda7;--color-text-binnacle-modal:#373737;--color-disable-input:#525252;--color-link:#31b2dd}*,:after,:before{box-sizing:border-box;margin:0;padding:0}* ::selection,:after ::selection,:before ::selection{background-color:#3d5a80;color:#fff}html{font-size:59%}@media only screen and (max-width:37.5em){html{font-size:31%}}@media only screen and (max-width:56.25em){html{font-size:50%}}@media only screen and (max-width:75em){html{font-size:56.25%}}@media only screen and (min-width:90em){html{font-size:62%}}@media only screen and (min-width:112.5em){html{font-size:68%}}.body{box-sizing:border-box;color:#747272;font-family:Roboto,sans-serif;font-weight:400;line-height:1.7}.body--dark-mode{color:var(--color-text)}.body--develop:before{align-items:center;bottom:0;color:rgba(52,166,214,.4);content:"TEST";display:flex;font-size:10em;justify-content:center;left:0;-webkit-pointer-events:none;-moz-pointer-events:none;-ms-pointer-events:none;-o-pointer-events:none;pointer-events:none;position:fixed;right:0;top:0;-webkit-user-select:none;-o-user-select:none;user-select:none;z-index:9999}textarea{font-family:Roboto}input[type=file]{display:none}::-webkit-scrollbar,::-webkit-scrollbar-track{height:14px;width:14px;z-index:13}::-webkit-scrollbar-track{background:rgba(0,0,0,.2)}::-webkit-scrollbar-thumb{background-color:#575757;z-index:13}*{scrollbar-color:#575757;scrollbar-width:auto}#modal{position:absolute;z-index:1000}#modal-view{position:absolute;z-index:900}.Toastify__toast-body{font-size:1.4rem}.canvas-draw{background-color:#fff;background-image:linear-gradient(90deg,#e3e3e3 1px,transparent 0),linear-gradient(180deg,#e3e3e3 1px,transparent 0);background-size:40px 40px;border:3px dashed #747272;border-radius:5px;height:40rem!important;margin:0 0 2rem;width:100%!important}.statements{align-items:center;font-size:1.5rem}.statements,.statements__content{display:flex;flex-direction:column;justify-content:center;width:100%}.statements__content{margin-top:13rem;max-width:60rem;padding:1rem;position:relative;text-align:center}.statements__content__title{font-weight:700;text-align:left;width:100%}.statements__content__sub-title{font-size:1.4rem;text-align:left;width:100%}.statements__content__footer-buttons{display:flex;justify-content:flex-end}.statements__content__spacer{height:2rem;width:100%}.driver-active *,.driver-active .driver-overlay{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@-webkit-keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{-webkit-animation:animate-fade-in .2s ease-in-out;animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{-webkit-animation:animate-fade-in .2s;animation:animate-fade-in .2s}.driver-popover{all:unset;background-color:#fff;border-radius:5px;box-shadow:0 1px 10px #0006;box-sizing:border-box;color:#2d2d2d;margin:0;max-width:300px;min-width:250px;padding:15px;position:fixed;right:0;top:0;z-index:1000000000}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,Apple Color Emoji,Helvetica,Arial,sans-serif}.driver-popover-title{zoom:1;display:block;font:19px/normal sans-serif;font-weight:700;line-height:1.5;margin:0;position:relative}.driver-popover-close-btn{all:unset;color:#d2d2d2;cursor:pointer;font-size:18px;font-weight:500;height:28px;position:absolute;right:0;text-align:center;top:0;transition:color;transition-duration:.2s;width:32px;z-index:1}.driver-popover-close-btn:focus,.driver-popover-close-btn:hover{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{zoom:1;font:14px/normal sans-serif;font-weight:400;line-height:1.5;margin-bottom:0}.driver-popover-footer{zoom:1;align-items:center;display:flex;justify-content:space-between;margin-top:15px;text-align:right}.driver-popover-progress-text{zoom:1;color:#727272;font-size:13px;font-weight:400}.driver-popover-footer button{zoom:1;all:unset;background-color:#fff;border:1px solid #ccc;border-radius:3px;box-sizing:border-box;color:#2d2d2d;cursor:pointer;display:inline-block;font:12px/normal sans-serif;line-height:1.3;outline:0;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:focus,.driver-popover-footer button:hover{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{border:5px solid #fff;content:"";position:absolute}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;left:100%}.driver-popover-arrow-side-right{border-bottom-color:transparent;border-left-color:transparent;border-top-color:transparent;right:100%}.driver-popover-arrow-side-top{border-bottom-color:transparent;border-left-color:transparent;border-right-color:transparent;top:100%}.driver-popover-arrow-side-bottom{border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;bottom:100%}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start,.driver-popover-arrow-side-top.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end,.driver-popover-arrow-side-top.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{margin-top:-5px;top:50%}.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center,.driver-popover-arrow-side-top.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}: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:hsla(0,0%,100%,.7);--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-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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-color-progress-bgo:0.2}.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:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);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;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;-webkit-transform:translate3d(0,var(--y),0) scale(var(--s));transform:translate3d(0,var(--y),0) scale(var(--s));transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{-webkit-transform-origin:top;transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{-webkit-transform-origin:bottom;transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;-webkit-transform:scaleY(3);transform:scaleY(3);z-index:-1}.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{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;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:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.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}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;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}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,var(--y),0);transform:translate3d(-20px,var(--y),0)}to{opacity:0;-webkit-transform:translate3d(2000px,var(--y),0);transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,var(--y),0);transform:translate3d(-20px,var(--y),0)}to{opacity:0;-webkit-transform:translate3d(2000px,var(--y),0);transform:translate3d(2000px,var(--y),0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,var(--y),0);transform:translate3d(20px,var(--y),0)}to{opacity:0;-webkit-transform:translate3d(-2000px,var(--y),0);transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,var(--y),0);transform:translate3d(20px,var(--y),0)}to{opacity:0;-webkit-transform:translate3d(-2000px,var(--y),0);transform:translate3d(-2000px,var(--y),0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,calc(var(--y) - 10px),0);transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,calc(var(--y) + 20px),0);transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,calc(var(--y) - 10px),0);transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,calc(var(--y) + 20px),0);transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,calc(var(--y) - 10px),0);transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,calc(var(--y) + 20px),0);transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,calc(var(--y) - 10px),0);transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,calc(var(--y) + 20px),0);transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3);transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3);transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:translate3d(0,var(--y),0) perspective(400px);transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;-webkit-transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:translate3d(0,var(--y),0) perspective(400px);transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;-webkit-transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(110%,var(--y),0);transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(110%,var(--y),0);transform:translate3d(110%,var(--y),0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(-110%,var(--y),0);transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(-110%,var(--y),0);transform:translate3d(-110%,var(--y),0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translate3d(0,var(--y),0);transform:translate3d(0,var(--y),0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
/*# sourceMappingURL=main.f874f400.css.map*/