@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";.body{padding:20px 20px 10px 10px}.Container{width:100%;height:fit-content;display:flex;gap:20px;padding:20px 20px 10px 10px}.containerElement{display:flex;width:100%;margin-left:20px}.buttonPopup{padding:50px}*{padding:0;margin:0;box-sizing:border-box;font-family:Inter,sans-serif;color:#212121}html,body,#root{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;background-color:#fdfdfd}#root{min-height:100%;background-color:#fdfdfd}input:focus{outline:none}li{list-style:none}a{text-decoration:none}.construction-container{display:flex;flex-direction:column;text-align:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;max-width:500px;width:90%}.icon{font-size:4rem;margin-bottom:1rem;animation:bounce 2s infinite}h2{font-size:2.5rem;margin-bottom:.5rem;color:#2c3e50}p{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2rem}.loader{width:100%;height:6px;background-color:#eee;border-radius:3px;overflow:hidden}.loader-bar{height:100%;width:50%;background-color:#3498db;border-radius:3px;animation:loading 1.5s ease-in-out infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes loading{0%{transform:translate(-100%)}to{transform:translate(200%)}}.container-authdev{display:flex;flex-direction:column;text-align:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;max-width:800px;width:100%}.primary-button{width:fit-content;min-width:100px;height:37px;padding:10px;border:none;border-radius:10px;background-color:#9b63a6;font-size:.75rem;color:#fdfdfd;cursor:pointer}.primary-button:hover{background-color:#9b63a6;border:1px solid #fdfdfd}.primary-button:active{box-shadow:0 4px 4px #00000040}.primary-button:disabled{opacity:.2;pointer-events:none}.secundary-button{width:fit-content;height:37px;min-width:100px;padding:10px;border:none;border-radius:10px;background-color:#498982;font-size:.75rem;color:#fdfdfd;cursor:pointer}.secundary-button:hover{background-color:#498982;border:1px solid #fdfdfd}.secundary-button:active{box-shadow:0 4px 4px #00000040}.secundary-button:disabled{opacity:.2;pointer-events:none}.primary-button-icon{display:flex;justify-content:center;align-items:center;gap:.3125rem;width:fit-content;min-width:100px;height:37px;padding:10px;border:none;border-radius:10px;background-color:#9b63a6;font-size:.75rem;color:#fdfdfd;cursor:pointer}.primary-button-icon:hover{background-color:#9b63a6;border:1px solid #fdfdfd}.primary-button-icon:active{box-shadow:0 4px 4px #00000040}.primary-button-icon:disabled{opacity:.2;pointer-events:none}.secundary-button-icon{display:flex;justify-content:center;align-items:center;gap:.3125rem;width:fit-content;min-width:100px;height:37px;padding:10px;border:none;border-radius:10px;background-color:#498982;font-size:.75rem;color:#fdfdfd;cursor:pointer}.secundary-button-icon:hover{background-color:#498982;border:1px solid #fdfdfd}.secundary-button-icon:active{box-shadow:0 4px 4px #00000040}.secundary-button-icon:disabled{opacity:.2;pointer-events:none}.delete-button{display:flex;flex-direction:column;align-items:center;justify-content:center;width:6.25rem;min-width:100px;height:37px;padding:10px;border:none;background:none;font-size:.75rem;color:#ed3636;cursor:pointer}.delete-button:hover{color:#fdfdfd;background-color:#ed3636;border-radius:10px}.delete-button:active{color:#fdfdfd;background-color:#ed3636;border-radius:10px;box-shadow:0 4px 4px #00000040}.delete-button:disabled{opacity:.2;pointer-events:none}.line-delete{width:60%;height:2px;background-color:#ed3636}.discard-button{display:flex;flex-direction:column;align-items:center;justify-content:center;width:6.25rem;min-width:100px;height:37px;padding:10px;border:none;background:none;font-size:.75rem;color:#959595;cursor:pointer}.discard-button:hover{color:#fdfdfd;background-color:#959595;border-radius:10px}.discard-button:active{color:#fdfdfd;background-color:#959595;border-radius:10px;box-shadow:0 4px 4px #00000040}.discard-button:disabled{opacity:.2;pointer-events:none}.line-discard{width:70%;height:2px;background-color:#959595}.googleButton{display:flex;justify-content:center;align-items:center;gap:10px;min-width:100px;width:fit-content;height:37px;padding:10px;border:1px solid #959595;border-radius:10px;background-color:#fdfdfd;font-size:.75rem;color:#212121;font-weight:600;cursor:pointer}.googleButton .iconGoogle{width:20px;height:20px;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:pixelated}.googleButton:hover{border:1px solid #d28202}.googleButton:active{box-shadow:0 4px 4px #00000040}.googleButton:disabled{opacity:.2;pointer-events:none}form{display:flex;flex-direction:column;gap:30px;padding:20px}.inputsContainers{display:flex;margin-bottom:20px;flex-direction:column;gap:.3125rem;align-items:flex-start}.labelText{font-size:.75rem;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px}.inputText,.errorInput{display:flex;width:var(--w, 200px);height:var(--h, 40px);padding:10px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:10px;border:1px solid #959595;background-color:#fdfdfd}.inputText::placeholder,.errorInput::placeholder{color:#959595;opacity:1}.inputText::placeholder,.errorInput::placeholder{color:#aaa;transition:color .3s ease}.inputText:focus::placeholder,.errorInput:focus::placeholder{color:#ddd}.inputText:hover,.errorInput:hover{border:1px solid #9b63a6}.inputText:disabled,.errorInput:disabled{background:#959595;color:#212121;border:none;cursor:not-allowed;opacity:.7}.inputText:disabled::placeholder,.errorInput:disabled::placeholder{color:#212121}.errorInput{border:1px solid #ed3636}.errorInput::placeholder{color:#ed3636}.labelCurrency{font-size:.75rem;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px}.inputCurrency,.errorInputCurrency{display:flex;width:var(--w, 200px);height:var(--h, 40px);padding:10px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:10px;border:1px solid #959595;background-color:#fdfdfd}.inputCurrency::placeholder,.errorInputCurrency::placeholder{color:#959595;opacity:1}.inputCurrency::placeholder,.errorInputCurrency::placeholder{color:#aaa;transition:color .3s ease}.inputCurrency:focus::placeholder,.errorInputCurrency:focus::placeholder{color:#ddd}.inputCurrency:hover,.errorInputCurrency:hover{border:1px solid #9b63a6}.inputCurrency:disabled,.errorInputCurrency:disabled{background:#959595;color:#212121;border:none;cursor:not-allowed;opacity:.7}.inputCurrency:disabled::placeholder,.errorInputCurrency:disabled::placeholder{color:#212121}.width100 input{width:800px}.errorInputCurrency{border:1px solid #ed3636}.errorInputCurrency::placeholder{color:#ed3636}.inputVerificationCode,.inputVerificationCodeError{display:flex;width:50px;height:75px;background-color:#fdfdfd;border:1px solid #959595;padding:10px;text-align:center;font-size:.75rem;color:#959595;justify-content:center;align-items:center;gap:10px;border-radius:10px}.inputVerificationCode::placeholder,.inputVerificationCodeError::placeholder{color:#959595;opacity:.8}.inputVerificationCode:active::placeholder,.inputVerificationCodeError:active::placeholder{display:none}.inputVerificationCodeError{border:1px solid #ed3636}.labelDate{font-size:.75rem;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px}.inputDate,.errorInputDate{display:flex;width:var(--w, 100%);height:40px;padding:10px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:10px;border:1px solid #959595;background-color:#fdfdfd}.inputDate::placeholder,.errorInputDate::placeholder{color:#959595}.inputDate::placeholder,.errorInputDate::placeholder{color:#aaa;transition:color .3s ease}.inputDate:focus::placeholder,.errorInputDate:focus::placeholder{color:#ddd}.inputDate:hover,.errorInputDate:hover{border:1px solid #9b63a6}.inputDate:not(:placeholder-shown),.errorInputDate:not(:placeholder-shown){border-color:green}.inputDate:disabled,.errorInputDate:disabled{background:#959595;color:#212121;border:none;cursor:not-allowed;opacity:.7}.inputDate:disabled::placeholder,.errorInputDate:disabled::placeholder{color:#212121}.errorInputDate{border:1px solid #ed3636}.errorInputDate::placeholder{color:#ed3636}.labelIcon{font-size:.75rem;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px}.inputIcon,.errorInputIcon{display:flex;width:var(--w, 200px);height:var(--h, 40px);padding:10px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:10px;border:1px solid #959595;background-color:#fdfdfd}.inputIcon input,.errorInputIcon input{border:none;background:none}.inputIcon input::placeholder,.errorInputIcon input::placeholder{color:#959595;opacity:1}.inputIcon input::placeholder,.errorInputIcon input::placeholder{color:#aaa;transition:color .3s ease}.inputIcon input:focus::placeholder,.errorInputIcon input:focus::placeholder{color:#ddd}.inputIcon:hover,.errorInputIcon:hover{border:1px solid #9b63a6}.errorInputIcon{border:1px solid #ed3636}.errorInputIcon input::placeholder{color:#ed3636}.labelPassword{font-size:.75rem;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px}.inputPassword,.errorInputPassword{display:flex;width:var(--w, 200px);height:var(--h, 40px);padding:10px;justify-content:space-between;align-items:center;gap:10px;align-self:stretch;border-radius:10px;border:1px solid #959595;background-color:#fdfdfd}.inputPassword .iconButtonEye,.errorInputPassword .iconButtonEye{background:none;border:none;cursor:pointer}.inputPassword input,.errorInputPassword input{width:80%;height:100%;border:none;background:none}.inputPassword input::placeholder,.errorInputPassword input::placeholder{color:#959595;opacity:1}.inputPassword input::placeholder,.errorInputPassword input::placeholder{color:#aaa;transition:color .3s ease}.inputPassword input:focus::placeholder,.errorInputPassword input:focus::placeholder{color:#ddd}.inputPassword input:disabled,.errorInputPassword input:disabled{background:#959595;color:#212121;border:none;cursor:not-allowed;opacity:.7}.inputPassword input:disabled::placeholder,.errorInputPassword input:disabled::placeholder{color:#212121}.errorInputPassword{border:1px solid #ed3636}.errorInputPassword input::placeholder{color:#ed3636}.fileUploadWrapper{display:flex;align-items:center;gap:12px;font-family:inherit}.fileUploadWrapper.disabled{opacity:.6;cursor:not-allowed}.fileUploadWrapper .uploadButton{display:flex;height:37px;justify-content:center;align-items:center;gap:10px;background:#498982;color:#fdfdfd;font-weight:600;padding:8px 16px;border:none;border-radius:10px;cursor:pointer}.fileUploadWrapper .uploadButton:disabled{opacity:.5;cursor:not-allowed}.fileUploadWrapper .placeholderText{color:#959595}.fileUploadWrapper .fileInfo{display:flex;width:fit-content;min-width:221px;align-items:center;justify-content:space-between;gap:8px;background-color:#959595;opacity:.5;padding:6px 10px;border-radius:6px}.fileUploadWrapper .fileInfo span{color:#212121}.fileUploadWrapper .fileInfo .clearButton{background:transparent;border:none;font-size:16px;color:#212121;cursor:pointer}.fileUploadWrapper .fileInfo .clearButton:hover{color:#ed3636}.fileIcon{width:20px;height:20px}.inputImage{display:flex;justify-content:flex-start;padding-top:10px;padding-bottom:10px;border:1px solid #959595;border-radius:10px 10px 0 0}.inputImageContent{display:flex;flex-direction:column;width:100%;border-radius:0 0 10px 10px;border:1px solid #959595;overflow:hidden}.inpuImageContainer{min-width:200px;max-width:400px}.inputIconSearch,.errorInputIconSearch{display:flex;width:100%;height:40px;padding:10px;justify-content:space-around;align-items:center;gap:10px;align-self:stretch;border-radius:10px;background-color:#fdfdfd}.inputIconSearch input,.errorInputIconSearch input{width:85%;border:none;background:none}.inputIconSearch input::placeholder,.errorInputIconSearch input::placeholder{color:#959595;opacity:1}.inputIconSearch input::placeholder,.errorInputIconSearch input::placeholder{color:#aaa;transition:color .3s ease}.inputIconSearch input:focus::placeholder,.errorInputIconSearch input:focus::placeholder{color:#ddd}.contentSearch{display:flex;width:90%;height:25px;gap:20px;align-items:center;margin-top:20px;margin-bottom:10px;margin-left:20px;padding:20px;cursor:pointer}.contentSearch .icon{width:30px;height:30px;border-radius:5px}.contentSearch .text{font-style:normal;font-weight:400;line-height:17px;letter-spacing:.192px;font-size:.75rem;color:#959595}.contentSearch:hover{background-color:gray;border-radius:5px;opacity:.3}.contentSearch:hover .text{color:#fdfdfd}.generalSearch .lineSearch{width:90%;height:1px;margin-left:4%;background-color:#959595}.generalSearch:last-child .lineSearch{display:none}.errorInputIconSearch{border:1px solid #ed3636}.errorInputIconSearch input::placeholder{color:#ed3636}.labelDropdown{font-size:.75rem;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px}.inputDropdown,.errorDropdown{width:100%}.inputDropdown .rs__control,.errorDropdown .rs__control{display:flex;height:40px;padding:0 10px;justify-content:space-between;align-items:center;border-radius:10px;border:1px solid #959595;background-color:#fdfdfd;font-size:.75rem;box-shadow:none}.inputDropdown .rs__control:hover,.errorDropdown .rs__control:hover{border-color:#9b63a6}.inputDropdown .rs__control--is-focused,.errorDropdown .rs__control--is-focused{border-color:#9b63a6;box-shadow:0 0 0 1px #9b63a6}.inputDropdown .rs__control--is-focused .rs__dropdown-indicator svg,.errorDropdown .rs__control--is-focused .rs__dropdown-indicator svg{fill:#212121}.inputDropdown .rs__placeholder,.errorDropdown .rs__placeholder{color:#959595}.inputDropdown .rs__single-value,.errorDropdown .rs__single-value{color:#212121}.inputDropdown .rs__menu,.errorDropdown .rs__menu{border-radius:10px;background:#fdfdfd;box-shadow:0 4px 12px #0000001a}.inputDropdown .rs__option,.errorDropdown .rs__option{padding:8px 12px;font-size:.75rem;color:#212121;cursor:pointer}.inputDropdown .rs__option--is-focused,.errorDropdown .rs__option--is-focused{background:none}.inputDropdown .rs__option--is-selected,.errorDropdown .rs__option--is-selected{background:#9b63a6;color:#fff}.inputDropdown .rs__indicator-separator,.errorDropdown .rs__indicator-separator{display:none}.inputDropdown .rs__dropdown-indicator svg,.errorDropdown .rs__dropdown-indicator svg{fill:#959595;transition:transform .2s ease}.inputDropdown .rs__menu-notice,.errorDropdown .rs__menu-notice{color:#959595}.inputDropdown .rs__control--is-disabled,.errorDropdown .rs__control--is-disabled{background:#959595;border:none;cursor:not-allowed;opacity:.7}.inputDropdown .rs__single-value,.errorDropdown .rs__single-value,.inputDropdown .rs__placeholder,.errorDropdown .rs__placeholder{color:#212121}.errorDropdown .rs__dropdown-indicator svg{fill:#ed3636}.errorDropdown .rs__control{border-color:#ed3636}.errorDropdown .rs__control:hover{border-color:1px solid #9b63a6}.errorDropdown .rs__placeholder{color:#ed3636}.labelDropdownFilter{font-size:.75rem;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px}.inputDropdownFilter,.errorDropdownFilter{width:100%}.inputDropdownFilter .rs__control,.errorDropdownFilter .rs__control{display:flex;height:40px;padding:0 10px;justify-content:space-between;align-items:center;border-radius:10px;border:1px solid #959595;background-color:#fdfdfd;font-size:.75rem;box-shadow:none}.inputDropdownFilter .rs__control:hover,.errorDropdownFilter .rs__control:hover{border-color:#9b63a6}.inputDropdownFilter .rs__control--is-focused,.errorDropdownFilter .rs__control--is-focused{border-color:#9b63a6;box-shadow:0 0 0 1px #9b63a6}.inputDropdownFilter .rs__control--is-focused .rs__dropdown-indicator svg,.errorDropdownFilter .rs__control--is-focused .rs__dropdown-indicator svg{fill:#212121}.inputDropdownFilter .rs__placeholder,.errorDropdownFilter .rs__placeholder{color:#959595}.inputDropdownFilter .rs__single-value,.errorDropdownFilter .rs__single-value{color:#212121}.inputDropdownFilter .rs__menu,.errorDropdownFilter .rs__menu{border-radius:10px;background:#fdfdfd;box-shadow:0 4px 12px #0000001a}.inputDropdownFilter .rs__option,.errorDropdownFilter .rs__option{padding:8px 12px;font-size:.75rem;color:#212121;cursor:pointer}.inputDropdownFilter .rs__option--is-focused,.errorDropdownFilter .rs__option--is-focused{background:none}.inputDropdownFilter .rs__option--is-selected,.errorDropdownFilter .rs__option--is-selected{background:#9b63a6;color:#fff}.inputDropdownFilter .rs__indicator-separator,.errorDropdownFilter .rs__indicator-separator{display:none}.inputDropdownFilter .rs__dropdown-indicator svg,.errorDropdownFilter .rs__dropdown-indicator svg{fill:#959595;transition:transform .2s ease}.inputDropdownFilter .rs__menu-notice,.errorDropdownFilter .rs__menu-notice{color:#959595}.inputDropdownFilter .rs__control--is-disabled,.errorDropdownFilter .rs__control--is-disabled{background:#959595;border:none;cursor:not-allowed;opacity:.7}.inputDropdownFilter .rs__single-value,.errorDropdownFilter .rs__single-value,.inputDropdownFilter .rs__placeholder,.errorDropdownFilter .rs__placeholder{color:#212121}.errorDropdownFilter .rs__dropdown-indicator svg{fill:#ed3636}.errorDropdownFilter .rs__control{border-color:#ed3636}.errorDropdownFilter .rs__control:hover{border-color:1px solid #9b63a6}.errorDropdownFilter .rs__placeholder{color:#ed3636}.checkboxWrapper{display:flex;flex-direction:column;gap:4px}.checkboxWrapper .checkboxLabel{display:flex;align-items:center;gap:8px;font-size:.75rem;color:#212121;cursor:pointer;position:relative}.checkboxWrapper .checkboxLabel.disabled{opacity:.6;cursor:not-allowed}.checkboxWrapper .checkboxLabel input{position:absolute;opacity:0;cursor:pointer}.checkboxWrapper .checkboxLabel input:checked~.checkmark{border-color:#1b9229}.checkboxWrapper .checkboxLabel input:checked~.checkmark:after{display:block}.checkboxWrapper .checkboxLabel input:disabled~.checkmark{cursor:not-allowed}.checkboxWrapper .checkboxLabel .checkmark{display:flex;width:25px;height:25px;border-radius:5px;border:2px solid #1b9229;background:#fdfdfd;position:relative;transition:all .2s ease}.checkboxWrapper .checkboxLabel .checkmark:after{content:"";position:absolute;left:6.5px;top:3px;width:5px;height:10px;border:solid #1b9229;border-width:0 2px 2px 0;transform:rotate(45deg);display:none}.checkboxWrapper .checkboxError~.checkmark{border-color:#ed3636}.checkboxWrapper .errorMsg{font-size:.75rem;color:#ed3636}.errorApi{display:flex;width:100%;margin-bottom:20px}.errorMsg{margin-left:2px;min-width:200px;color:#ed3636;font-size:.75rem;font-style:normal;line-height:17px;letter-spacing:.192px}.errorContainer{width:90%;margin-bottom:20px}.errorLink a{font-size:.75rem;color:#9b63a6;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.table-container{width:100%;overflow-x:auto}.dynamic-table{width:90%;margin-left:30px;margin-bottom:30px;border-collapse:collapse;font-size:.75rem;background-color:#fdfdfd;box-shadow:0 2px 4px #0000000d}.dynamic-table thead{background-color:#212121}.dynamic-table thead th{color:#fdfdfd;padding:12px;text-align:left;font-weight:600}.dynamic-table thead th:first-child{border-top-left-radius:8px}.dynamic-table thead th:last-child{border-top-right-radius:8px}.dynamic-table tbody tr{border-bottom:1px solid #959595}.dynamic-table tbody td{padding:12px;color:#212121}.dynamic-table tbody td a{color:#d28202;text-decoration:none;font-weight:500}.dynamic-table tbody td a:hover{text-decoration:underline}.popup-overlay{position:fixed;inset:0;background:#0003;display:flex;justify-content:center;align-items:center;z-index:50}.popup-container{background:#fdfdfd;border-radius:20px;width:50%;max-width:90%;max-height:90vh;display:flex;flex-direction:column;padding:20px;box-shadow:0 8px 16px #0003;animation:fadeIn .3s ease-in-out}.popup-header{display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.popup-header h2{font-size:1.4rem;margin:0;font-weight:600}.popup-header .popup-close{background:none;border:none;font-size:1.4rem;cursor:pointer;transition:color .2s ease}.popup-header .popup-close .iconClose{width:22px}.popup-header .popup-close:hover{color:#212121}.popup-body{overflow-y:auto;flex-grow:1;margin-top:20px;scrollbar-width:thin;scrollbar-color:#959595 transparent}.popup-body::-webkit-scrollbar{width:2px}.popup-body::-webkit-scrollbar-thumb{background:#959595;border-radius:2px}.popup-body::-webkit-scrollbar-track{background:transparent}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.dateInputsPopup{display:flex;gap:200px}.textInputPopup{display:flex;width:100%;justify-content:space-between;gap:70px}.buttonsPopup{display:flex;padding-top:50px;padding-left:20px;padding-right:20px;justify-content:space-between}.home{display:flex}.login{display:flex;width:100%;height:100vh;align-items:center}.login .authForm{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:50px;width:50%;height:100%;padding:40px;background-color:#fdfdfd}.login .authForm .linkContainerForm{display:flex;width:100%;padding:0 80px 0 20px;justify-content:space-between}.login .authForm .logoAuthForm{width:100%;display:flex}.login .authForm .formAuth{display:flex;flex-direction:column;gap:10px;padding:0;width:100%}.login .authForm .textAuthForm{display:flex;flex-direction:column;gap:10px}.login .authForm h1{font-size:1.5rem;font-style:normal;font-weight:600;line-height:30px;letter-spacing:.348px}.login .authForm h4{width:80%;font-size:.75rem;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px}.login .authForm span{font-size:.75rem;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px}.login .authForm span a{font-size:.75rem;color:#9b63a6;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.login .authImg{display:flex;justify-content:center;align-items:center;width:50%;height:100%;background-image:url(img/backgrounds/auth/backslgpng.png);background-repeat:no-repeat;background-size:cover;background-position:center}.login .authImg .authImgSlg{display:flex;background:#ffffff4d;flex-direction:column;gap:20px;justify-content:center;align-items:flex-start;border-radius:10px;padding:80px;width:80%;height:250px}.login .authImg .authImgSlg .slgContent{color:#fdfdfd;font-size:1.5rem;font-weight:600;line-height:30px;letter-spacing:.34px;text-shadow:0 4px 4px #959595}.login .authImg .authImgSlg .slgQuote{display:flex;font-size:.75rem;justify-content:flex-end;width:100%;color:#fdfdfd;font-weight:600;line-height:17px;letter-spacing:.192px;text-shadow:0 4px 4px #959595}.forgotPassword{width:100%;display:flex;justify-content:flex-end;padding:0 90px 20px 50px}.forgotPassword a{color:#498982;font-size:12px;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px;text-align:right}.searchForm{display:flex;width:100%;height:120px;align-items:center;justify-content:space-between;flex-direction:row}.searchForm .bodyInputsSearch{display:flex;align-items:center;justify-content:space-around;gap:30px}.searchForm .bodyInputsSearch .dateInputs{display:flex;justify-content:center;align-items:center;gap:5px}.searchForm .bodyInputsSearch .dateInputs .lineSolid{margin-right:10px;height:40px}.searchForm .bodyInputsSearch .dateInputs .lineSolid p{color:#9b63a6}.searchForm .buttonPopup{margin-bottom:15px}.containerTable{width:100%;margin-top:40px}.bodyHome{width:85%;height:100vh;padding:30px;background-color:#fdfdfd}.lateralMenu{display:flex;flex-direction:column;align-items:center;width:15%;height:100vh;padding:30px 10px 15px;background-color:#9b63a6}.lateralMenu .title{color:#fdfdfd;width:75%;font-size:1.5rem;text-align:center}.lateralMenu .containerButtonsLateralMenu{display:flex;flex-direction:column;width:100%;gap:15px;margin-top:30px}.lateralMenu .containerButtonsLateralMenu .btnFill,.lateralMenu .containerButtonsLateralMenu .btnInactive{display:flex;align-items:center;cursor:pointer;gap:20px;padding:10px 15px;height:50px;background-color:#fdfdfd;border:none;border-radius:5px;box-shadow:0 1px 3px #959595}.lateralMenu .containerButtonsLateralMenu .btnFill img,.lateralMenu .containerButtonsLateralMenu .btnInactive img{height:20px}.lateralMenu .containerButtonsLateralMenu .btnFill p,.lateralMenu .containerButtonsLateralMenu .btnInactive p{color:#9b63a6;font-size:.75rem;font-style:normal;font-weight:600;line-height:17px;letter-spacing:0 .192px}.lateralMenu .containerButtonsLateralMenu .btnInactive{background:none;outline:none;box-shadow:none}.lateralMenu .containerButtonsLateralMenu .btnInactive p{color:#fdfdfd}.bodyMenu{display:flex;flex-wrap:wrap;margin-top:30px;margin-bottom:30px}.bodyMenu .btnBodyMenu,.bodyMenu .btnBodyMenuActive{cursor:pointer;min-width:300px;max-width:300px;height:40px;padding:10px;border:none;border-bottom:1px solid #212121;background-color:#fdfdfd}.bodyMenu .btnBodyMenuActive{border-bottom:2px solid #9b63a6}.grlContainerReception{display:flex;flex-direction:column;align-items:center;justify-content:center}.grlContainerReception .conteinerNull{display:flex;background-color:#959595;margin-top:100px;border-radius:20px;opacity:.5;justify-content:center;align-items:center;width:70%;height:100px;font-size:.75rem}.grlContainerReception .conteinerNull h2{color:#fdfdfd}.loader-container{display:flex;width:100%;height:100vh;justify-content:center;align-items:center}.loader-container .loader{width:120px;height:120px;border:10px solid #959595;border-top-color:#9b63a6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.verificationCode{display:flex;width:100%;gap:40px;margin-bottom:50px;justify-content:flex-start}.showError{display:flex;background-color:#ed363633;width:67%;height:90px;padding:10px 30px;align-items:center;gap:10px;border-radius:5px;animation:fadeInScale .3s ease-out forwards}.showError.hide{animation:fadeOutScale .3s ease-in forwards}.showError img{width:40px;height:40px}.showError .showErrorContainer{padding:10px 20px;display:flex;height:100%;flex-direction:column;gap:5px}.showError .showErrorContainer .titleShowError{color:#212121;font-size:12px;font-style:normal;font-weight:600;margin-left:-59px;line-height:17px;letter-spacing:.192px}.showError .showErrorContainer .messageErrorConteiner{display:flex;margin-top:-30px;gap:5px}.showError .showErrorContainer .messageErrorConteiner .messageShowError{font-size:12px;font-style:normal;font-weight:400;line-height:17px;letter-spacing:.192px}.showError .showErrorContainer .messageErrorConteiner a{font-size:.75rem;color:#9b63a6;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes fadeOutScale{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.showSuccess{display:flex;background-color:#1b922933;width:67%;height:90px;padding:10px 30px;align-items:center;gap:10px;border-radius:5px;animation:fadeInScale .3s ease-out forwards}.showSuccess.hide{animation:fadeOutScale .3s ease-in forwards}.showSuccess img{width:40px;height:40px}.showSuccess .showSuccessContainer{padding:10px 20px;display:flex;height:100%;flex-direction:column;gap:5px}.showSuccess .showSuccessContainer .titleShowSuccess{color:#212121;font-size:12px;font-style:normal;font-weight:600;line-height:17px;letter-spacing:.192px}.showSuccess .showSuccessContainer .messageShowSuccess{font-size:12px;font-style:normal;font-weight:400;line-height:17px;letter-spacing:.192px}.iconInput{width:22px;height:22px;margin-right:9px}.changeLangContainer{position:absolute;bottom:20px;right:20px}.changeLangContainer button{width:5rem;height:3.125rem;padding:8px 16px;cursor:pointer;background:#fff;box-shadow:0 10px 25px #0000001a;border:none;border-radius:4px;text-transform:uppercase;font-weight:700}
