@import url(https://fonts.googleapis.com/css?family=Quicksand:regular,bold,bolder,italic&subset=latin,latin-ext);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rangeslider{background:#e6e6e6;margin:20px 0;position:relative;touch-action:none}.rangeslider,.rangeslider .rangeslider__fill{box-shadow:inset 0 1px 3px #0006;display:block}.rangeslider .rangeslider__handle{background:#fff;border:1px solid #ccc;box-shadow:0 1px 3px #0006,0 -1px 3px #0006;cursor:pointer;display:inline-block;position:absolute}.rangeslider .rangeslider__handle .rangeslider__active{opacity:1}.rangeslider .rangeslider__handle-tooltip{background-color:#000c;border-radius:4px;color:#fff;display:inline-block;font-size:14px;font-weight:400;height:40px;left:50%;position:absolute;text-align:center;transform:translate3d(-50%,0,0);transition:all .1s ease-in;width:40px}.rangeslider .rangeslider__handle-tooltip span{display:inline-block;line-height:100%;margin-top:12px}.rangeslider .rangeslider__handle-tooltip:after{content:" ";height:0;position:absolute;width:0}.rangeslider-horizontal{border-radius:10px;height:12px}.rangeslider-horizontal .rangeslider__fill{background-color:#7cb342;border-radius:10px;height:100%;top:0}.rangeslider-horizontal .rangeslider__handle{border-radius:30px;height:30px;top:50%;transform:translate3d(-50%,-50%,0);width:30px}.rangeslider-horizontal .rangeslider__handle:after{background-color:#dadada;border-radius:50%;box-shadow:inset 0 1px 3px #0006,inset 0 -1px 3px #0006;content:" ";height:16px;left:6px;position:absolute;top:6px;width:16px}.rangeslider-horizontal .rangeslider__handle-tooltip{top:-55px}.rangeslider-horizontal .rangeslider__handle-tooltip:after{border-left:8px solid #0000;border-right:8px solid #0000;border-top:8px solid #000c;bottom:-8px;left:50%;transform:translate3d(-50%,0,0)}.rangeslider-vertical{background-color:initial;height:150px;margin:20px auto;max-width:10px}.rangeslider-vertical .rangeslider__fill,.rangeslider-vertical .rangeslider__handle{position:absolute}.rangeslider-vertical .rangeslider__fill{background-color:#7cb342;bottom:0;box-shadow:none;width:100%}.rangeslider-vertical .rangeslider__handle{box-shadow:none;height:10px;left:-10px;width:30px}.rangeslider-vertical .rangeslider__handle-tooltip{left:-100%;top:50%;transform:translate3d(-50%,-50%,0)}.rangeslider-vertical .rangeslider__handle-tooltip:after{border-bottom:8px solid #0000;border-left:8px solid #000c;border-top:8px solid #0000;left:100%;top:12px}.rangeslider-reverse.rangeslider-horizontal .rangeslider__fill{right:0}.rangeslider-reverse.rangeslider-vertical .rangeslider__fill{bottom:inherit;top:0}.rangeslider__labels{position:relative}.rangeslider-vertical .rangeslider__labels{height:100%;left:10px;list-style-type:none;margin:0 0 0 24px;padding:0;position:relative;text-align:left;width:250px}.rangeslider-vertical .rangeslider__labels .rangeslider__label-item{position:absolute;transform:translate3d(0,-50%,0)}.rangeslider-vertical .rangeslider__labels .rangeslider__label-item:before{background:#000;content:"";height:2px;left:-14px;position:absolute;top:50%;transform:translateY(-50%);width:10px;z-index:-1}.rangeslider__labels .rangeslider__label-item{cursor:pointer;display:inline-block;font-size:14px;position:absolute;top:10px;transform:translate3d(-50%,0,0)}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.-inset-2\.5{inset:-.625rem}.inset-0{inset:0}.inset-y-0{bottom:0;top:0}.left-0{left:0}.right-0{right:0}.top-0{top:0}.z-10{z-index:10}.-m-1{margin:-.25rem}.-ml-8{margin-left:-2rem}.mb-4{margin-bottom:1rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.mt-2{margin-top:.5rem}.mt-6{margin-top:1.5rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-full{height:100%}.min-h-full{min-height:100%}.w-6{width:1.5rem}.w-full{width:100%}.w-screen{width:100vw}.min-w-0{min-width:0}.max-w-2xl{max-width:42rem}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.flex-1{flex:1 1}.flex-shrink-0{flex-shrink:0}.-translate-x-0{--tw-translate-x:-0px}.-translate-x-0,.-translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x:-100%}.translate-x-0{--tw-translate-x:0px}.translate-x-0,.translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x:100%}.translate-y-0{--tw-translate-y:0px}.translate-y-0,.translate-y-4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y:1rem}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:#e5e7eb;border-color:rgb(229 231 235/var(--tw-divide-opacity,1))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.border{border-width:1px}.bg-customGreen{--tw-bg-opacity:1;background-color:#54e046;background-color:rgb(84 224 70/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:#f3f4f6;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-500{--tw-bg-opacity:1;background-color:#6b7280;background-color:rgb(107 114 128/var(--tw-bg-opacity,1))}.bg-gray-800{--tw-bg-opacity:1;background-color:#1f2937;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-opacity-75{--tw-bg-opacity:0.75}.p-1{padding:.25rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.pb-4{padding-bottom:1rem}.pl-0{padding-left:0}.pl-10{padding-left:2.5rem}.pr-2{padding-right:.5rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.text-left{text-align:left}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-6{line-height:1.5rem}.text-customGreen{--tw-text-opacity:1;color:#54e046;color:rgb(84 224 70/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:#d1d5db;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:#9ca3af;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:#111827;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-xl{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.hover\:bg-customGreenHover:hover{--tw-bg-opacity:1;background-color:#47c73d;background-color:rgb(71 199 61/var(--tw-bg-opacity,1))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:#6b7280;color:rgb(107 114 128/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity,1))}.focus\:ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity,1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.group:hover .group-hover\:bg-gray-50{--tw-bg-opacity:1;background-color:#f9fafb;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}@media (min-width:640px){.sm\:my-8{margin-bottom:2rem;margin-top:2rem}.sm\:-ml-10{margin-left:-2.5rem}.sm\:w-full{width:100%}.sm\:max-w-lg{max-width:32rem}.sm\:translate-y-0{--tw-translate-y:0px}.sm\:scale-100,.sm\:translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x:1;--tw-scale-y:1}.sm\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:items-center{align-items:center}.sm\:p-0{padding:0}.sm\:p-6{padding:1.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pl-0{padding-left:0}.sm\:pr-4{padding-right:1rem}.sm\:duration-700{transition-duration:.7s}}iframe#webpack-dev-server-client-overlay{display:none}body{height:100vh;margin:0;overflow:hidden;padding:0;position:relative;width:100vw}body,div,input,p{font-family:Quicksand,sans-serif!important}#blip-chat-container{align-items:center;bottom:20px;display:flex;justify-content:center;right:20px}#blip-chat-icon{height:auto;width:65%!important}input[type=range]{-webkit-appearance:none;border:1px solid #fff;width:300px}input[type=range]::-webkit-slider-runnable-track{background:#ddd;border:none;border-radius:3px;height:5px;width:300px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#00e52e;border:none;border-radius:50%;height:16px;margin-top:-4px;width:16px}input[type=range]:focus{outline:none}input[type=range]:focus::-webkit-slider-runnable-track{background:#ccc}input[type=range]::-moz-range-track{background:#ddd;border:none;border-radius:3px;height:5px;width:300px}input[type=range]::-moz-range-thumb{background:#00e52e;border:none;border-radius:50%;height:16px;width:16px}input[type=range]:-moz-focusring{outline:1px solid #fff;outline-offset:-1px}input[type=range]::-ms-track{background:#0000;border-color:#0000;border-width:6px 0;color:#0000;height:5px;width:300px}input[type=range]::-ms-fill-lower{background:#777;border-radius:10px}input[type=range]::-ms-fill-upper{background:#00e52e;border-radius:10px}input[type=range]::-ms-thumb{background:#00e52e;border:none;border-radius:50%;height:16px;width:16px}input[type=range]:focus::-ms-fill-lower{background:#888}input[type=range]:focus::-ms-fill-upper{background:#00e52e}@media only screen and (min-width:721px){.mobile{display:none!important}.desktop{display:block!important}}@media only screen and (max-width:720px){.mobile{display:block!important}.desktop{display:none!important}}.withoutAccess{height:75vh;padding:20px;position:relative;text-align:center;width:90%}.withoutAccess .b{font-size:20px;font-weight:700}.withoutAccess .b,.withoutAccess .p{display:block;margin:0 auto 15px;max-width:300px}.withoutAccess .p{height:fit-content}.withoutAccess .btnRefresh{background-color:#dadfe1;border-radius:6px;color:#000;cursor:pointer;display:block;font-size:14px;height:fit-content;margin:15px auto;padding:7px;text-align:center;width:100px}.mainContent{background-color:#fff;height:100vh;left:0;margin:0;overflow-x:hidden;overflow-y:scroll;padding:0;position:relative;top:0;width:100%}#__react-alert__ div div div{flex:3 1;font:inherit!important;padding:8px 10px;text-transform:none!important}#modalRegister{position:fixed!important;top:100px!important}#modalRegister .h1{font-size:25px;font-weight:700;line-height:1;margin:10px 0 5px;text-align:left}#modalRegister .h5{font-size:16px;text-align:left}#modalRegister .imgModal{display:block;margin:20px auto 10px;max-height:70%;max-width:90%;position:relative}@media only screen and (max-width:720px){#modalRegister .btnModalOk{background-color:#00e52e;color:#fff;margin:40px 0 10px}#modalRegister .btnModalOk,#modalRegister .btnModalRetry{border:2px solid #00e52e;border-radius:6px;cursor:pointer;font-weight:bolder;height:30px;padding-top:10px;text-align:center;width:100%}#modalRegister .btnModalRetry{background-color:#fff;color:#00e52e;margin:5px 0 30px}}@media only screen and (min-width:721px){#modalRegister .btnModalOk{background-color:#00e52e;color:#fff;margin:40px 2% 10px 0}#modalRegister .btnModalOk,#modalRegister .btnModalRetry{border:2px solid #00e52e;border-radius:6px;cursor:pointer;display:inline-block;font-weight:bolder;height:30px;padding-top:10px;text-align:center;width:47%}#modalRegister .btnModalRetry{background-color:#fff;color:#00e52e;margin:5px 0 30px 2%}}#modalQuoteAlert{display:block;height:fit-content;margin:0 auto;max-width:650px;position:fixed!important;top:100px!important}#modalQuoteAlert .contentTitleModal{background-color:#fffaf1;display:block;font-weight:bolder;margin:10px auto;padding:10px;position:relative;text-align:center;width:90%}#modalQuoteAlert .contentTitleModal img{margin-right:10px}#modalQuoteAlert .contentTitleModal .text,#modalQuoteAlert .contentTitleModal img{display:inline-block;position:relative;vertical-align:middle}#modalQuoteAlert .pModal{text-align:center}@media only screen and (max-width:720px){#modalQuoteAlert .btnModalOk{background-color:#00e52e;color:#fff;margin:5px auto 30px}#modalQuoteAlert .btnModalOk,#modalQuoteAlert .btnModalRetry{border:2px solid #00e52e;border-radius:6px;cursor:pointer;display:block;font-weight:bolder;height:30px;padding-top:10px;text-align:center;width:90%}#modalQuoteAlert .btnModalRetry{background-color:#fff;color:#00e52e;margin:40px auto 10px}}@media only screen and (min-width:721px){#modalQuoteAlert .btnModalOk{background-color:#00e52e;color:#fff;margin:40px 0 10px 2%}#modalQuoteAlert .btnModalOk,#modalQuoteAlert .btnModalRetry{border:2px solid #00e52e;border-radius:6px;cursor:pointer;display:inline-block;font-weight:bolder;height:30px;padding-top:10px;text-align:center;width:47%}#modalQuoteAlert .btnModalRetry{background-color:#fff;color:#00e52e;margin:5px 2% 30px 0}}#modalFilterRemittancesAndDeposits{display:block;height:fit-content;margin:0 auto;max-width:650px;position:fixed!important;top:100px!important}#modalFilterRemittancesAndDeposits .title{display:block;font-weight:bolder;margin:10px auto;padding:10px;position:relative;text-align:left;width:90%}#modalFilterRemittancesAndDeposits .btnModalOk{background-color:#00e52e;border:2px solid #00e52e;border-radius:6px;color:#fff;cursor:pointer;display:block;font-weight:bolder;height:30px;margin:5px auto 30px;padding-top:10px;text-align:center;width:90%}#modalFilterRemittancesAndDeposits .contentItemMenu{display:inline-block;margin:5px;vertical-align:top;width:100%}#modalFilterRemittancesAndDeposits .contentItemMenu .contentSubitemMenu{display:block;width:100%}#modalFilterRemittancesAndDeposits .contentItemMenu .select{display:inline-block;margin-right:5px;position:relative;vertical-align:top;width:100px}#modalFilterRemittancesAndDeposits .contentItemMenu .btn{background-color:#fff;border-radius:6px;color:#061b2b;cursor:pointer;display:inline-block;font-size:12px;font-weight:700;margin:0 3px 3px;min-width:40px;padding:12px 15px 3px 13px;position:relative;vertical-align:top;width:calc(100% - 180px)!important}#modalFilterRemittancesAndDeposits .contentItemMenu .btnSelected{background-color:#54e046;color:#fff;width:50px}#modalFilterRemittancesAndDeposits .contentItemMenu .bigSelect{width:140px}#modalFilterRemittancesAndDeposits .contentItemMenu .flagSelectIcon{margin-right:4px;position:relative;top:2px;width:17px}#modalFilterRemittancesAndDeposits .contentItemMenu .textSelect{position:relative;top:-2px}#modalFilterRemittancesAndDeposits .contentItemMenu .label{color:#061b2b;font-size:12px;font-weight:700;margin:0 0 5px 5px}#modalFilterRemittancesAndDeposits .contentItemMenu .textItem{font-size:16px}#modalFilterRemittancesAndDeposits .contentItemMenu .textSubitem1{font-size:20px}#modalFilterRemittancesAndDeposits .contentItemMenu .textSubitem2{font-size:14px}#modalFilterRemittancesAndDeposits .contentItemMenu .imgTextItem{position:relative;top:3px}@media only screen and (min-width:721px){#modalContacts{display:block;height:fit-content;margin:0 auto;max-width:900px;position:fixed!important;top:100px!important}#modalContacts .h1{border-bottom:1px solid #f4f4f6;font-size:18px;font-weight:700;margin-bottom:10px;padding-bottom:10px}#modalContacts .h5,#modalContacts .label{font-size:14px;font-weight:700}#modalContacts .label{color:#696c70;margin:5px 0 0;text-align:left}#modalContacts .contentInputText{display:inline-block;max-width:300px;position:relative;vertical-align:top;width:100%}#modalContacts .contentInfo{background-color:#e2ecfb;border-radius:8px;color:#236ad5;font-size:14px;margin-bottom:15px;padding:10px;text-align:center}#modalContacts .input{background-color:#ebebed;border:1px solid #ebebed;border-radius:4px;color:#061b2b;font-size:14px;font-weight:700;height:auto;min-height:35px;outline-color:#000;padding-left:10px;text-align:left;width:97%}#modalContacts .inputDanger{border:1px solid #ff460c;color:#ff460c;outline-color:#ff460c}#modalContacts .btnModalAdd{cursor:pointer;float:left;font-weight:700}#modalContacts .btnModalAddInline{display:inline-block;padding:6px 10px;vertical-align:bottom;width:fit-content}#modalContacts .btnModalAddInline,#modalContacts .btnModalSave{background-color:#54e046;border-radius:6px;color:#fff;cursor:pointer;font-weight:bolder;text-align:center}#modalContacts .btnModalSave{display:block;margin:10px auto;max-width:350px;padding:10px;width:100%}#modalContacts .contentFormAddContact{background-color:#fff;box-shadow:3px 3px 15px #1e1e1e12;padding:20px 10px}#modalContacts .imgDeleteAccount{cursor:pointer;height:20px}#modalContacts table{margin:5px 10px 10px;width:calc(100% - 20px)}#modalContacts table thead{border-radius:8px;font-size:14px;text-align:left}#modalContacts table thead th{padding:10px}#modalContacts table tbody{font-size:16px}#modalContacts table tbody td{background-color:#fff;padding:10px}#modalContacts table tbody td .grayText{color:#696c70;font-size:12px;margin:8px 0}}@media only screen and (max-width:720px){#modalContacts{border-radius:6px;display:block;height:fit-content;margin:0 auto;max-height:90%;overflow-x:hidden!important;overflow-y:auto;position:fixed!important;top:100px!important;width:85%}#modalContacts .h1{border-bottom:1px solid #f4f4f6;font-size:18px;font-weight:700;margin-bottom:10px;padding-bottom:10px}#modalContacts .h5,#modalContacts .label{font-size:14px;font-weight:700}#modalContacts .label{color:#696c70;margin:5px 0 0;text-align:left}#modalContacts .contentInputText{display:inline-block;margin-bottom:10px;position:relative;vertical-align:top;width:95%}#modalContacts .contentInfo{background-color:#e2ecfb;border-radius:8px;color:#236ad5;font-size:14px;margin-bottom:15px;padding:10px;text-align:center}#modalContacts .input{background-color:#ebebed;border:1px solid #ebebed;border-radius:4px;color:#061b2b;font-size:14px;font-weight:700;height:auto;min-height:35px;outline-color:#000;padding-left:10px;text-align:left;width:97%}#modalContacts .inputDanger{border:1px solid #ff460c;color:#ff460c;outline-color:#ff460c}#modalContacts .btnModalAdd{cursor:pointer;float:left;font-weight:700}#modalContacts .btnModalAddInline{display:inline-block;padding:6px 10px;vertical-align:bottom;width:fit-content}#modalContacts .btnModalAddInline,#modalContacts .btnModalSave{background-color:#54e046;border-radius:6px;color:#fff;cursor:pointer;font-weight:bolder;text-align:center}#modalContacts .btnModalSave{display:block;margin:10px auto;max-width:350px;padding:10px;width:100%}#modalContacts .contentFormAddContact{background-color:#fff;box-shadow:3px 3px 15px #1e1e1e12;padding:20px 10px}#modalContacts .imgDeleteAccount{cursor:pointer;height:20px}#modalContacts table{margin:5px 10px 10px;width:calc(100% - 20px)}#modalContacts table thead{border-radius:8px;font-size:14px;text-align:left}#modalContacts table thead th{padding:10px}#modalContacts table tbody{font-size:16px}#modalContacts table tbody td{background-color:#fff;padding:10px}#modalContacts table tbody td .grayText{color:#696c70;font-size:12px;margin:8px 0}}@media only screen and (min-width:721px){section.contactsPage .contentSpaceBetween{display:flex;justify-content:space-between}section.contactsPage .contentSpaceBetween b{color:#000}section.contactsPage .contentSpaceBetween div{color:#898d92;margin:10px}section.contactsPage .contactLetters{border:1px solid #696c70;border-radius:15px;color:#696c70;font-weight:700;height:30px;padding:2px 5px 0 3px;position:relative;text-align:center;top:-13px;width:30px}section.contactsPage .contentBar .item{display:inline-block;vertical-align:top}section.contactsPage .btnCl{color:#000!important}section.contactsPage .btnCl,section.contactsPage .btnFl{background-color:#fff;border-radius:4px;cursor:pointer;font-weight:700;min-width:100px;padding:3px 10px;text-align:center;width:fit-content}section.contactsPage .btnFl{background-color:#54e046;color:#fff!important}section.contactsPage .btnAddNewContact{background-color:#54e046;border-radius:6px;color:#fff;cursor:pointer;float:right;font-weight:700;padding:10px 25px;position:relative;top:-50px;width:fit-content}}@media only screen and (max-width:720px){section.contactsPage .contentSpaceBetween{display:flex;justify-content:space-between}section.contactsPage .contentSpaceBetween b{color:#000}section.contactsPage .contentSpaceBetween div{color:#898d92;margin:10px}section.contactsPage .inputSearch{background-color:#f9f9f9;border-radius:4px;display:block;height:40px;margin:0 auto 30px;padding-left:5px;position:relative;top:-25px;width:90%}section.contactsPage .contactLetters{border:1px solid #696c70;border-radius:15px;color:#696c70;font-weight:700;height:30px;margin-right:10px;padding:2px 5px 0 3px;position:relative;text-align:center;top:-13px;width:30px}section.contactsPage .contentBar .item{display:inline-block;position:relative;vertical-align:top}section.contactsPage .btnCl{color:#000!important}section.contactsPage .btnCl,section.contactsPage .btnFl{background-color:#fff;border-radius:4px;cursor:pointer;font-weight:700;min-width:100px;padding:3px 10px;text-align:center;width:fit-content}section.contactsPage .btnFl{background-color:#54e046;color:#fff!important}section.contactsPage .btnAddNewContact{background-color:#54e046;border-radius:6px;color:#fff;cursor:pointer;float:right;font-weight:700;padding:10px 25px;position:relative;top:-60px;width:fit-content}section.contactsPage .contentItems{background-color:#fff;border-radius:6px;box-shadow:3px 3px 15px #1e1e1e12;display:block;margin:10px auto;padding:30px 30px 10px;width:90%}}section.loginPage{height:fit-content!important;min-height:100vh!important}@media only screen and (max-width:720px){section.loginPage .sideLeftContent{display:none}section.loginPage .sideLeftContentMobile{display:block}section.loginPage .sideRightContent{display:block;height:100vh;left:0;margin:0 auto;overflow-y:scroll;padding:0!important;width:100%}section.loginPage .footer{background-color:#0f1824;color:#fff;height:fit-content;left:0;position:relative;text-align:center;width:100%}section.loginPage .footer .subItemFooter{display:inline-block;padding:20px;position:relative;text-align:left;vertical-align:top;width:100%}section.loginPage .footer .btnTalk{border:2px solid #54e046;border-radius:6px;color:#54e046;cursor:pointer;margin-top:20px;padding:10px;text-align:center;width:230px}}@media only screen and (min-width:721px){section.loginPage .sideLeftContent{display:inline-block}section.loginPage .sideLeftContentMobile{display:none}section.loginPage .sideRightContent{display:inline-block;left:0;margin:0;width:38%}section.loginPage .footer{background-color:#0f1824;height:300px;left:0;padding:20px;position:relative;text-align:center;top:calc(60vh - 320px);width:100%}section.loginPage .footer .subItemFooter{display:inline-block;margin:20px;max-width:320px;position:relative;text-align:left;vertical-align:top;width:auto}section.loginPage .footer .btnTalk{border:2px solid #54e046;border-radius:6px;color:#54e046;cursor:pointer;margin-top:20px;padding:10px;text-align:center;width:230px}}section.loginPage .sideLeftContent{background-color:#061b2b;color:#fff;height:100vh;left:0;margin:0;max-width:900px;min-height:800px;min-width:350px;padding-top:30px;position:relative;top:0;vertical-align:top;width:58%}section.loginPage .sideLeftContent .mapImage{display:block;margin:20px auto;max-width:450px;position:relative;width:80%}section.loginPage .sideLeftContent .textContent{display:block;margin:0 auto;max-width:500px;position:relative;width:100%}section.loginPage .sideLeftContent .textContent .h1{font-size:46px;font-weight:700;line-height:1;text-align:left}section.loginPage .sideLeftContent .textContent .h2{font-size:18px;font-weight:700;text-align:left}section.loginPage .sideLeftContent .textContent .h3{font-size:12px;font-weight:700;text-align:left}section.loginPage .sideLeftContent .textContent .h4{font-size:12px;text-align:left}section.loginPage .sideLeftContent .textContent a{text-decoration:none}section.loginPage .sideLeftContent .textContent a .btnRegister{background-color:#54e046;border-radius:6px;color:#fff;cursor:pointer;font-weight:bolder;height:30px;padding-top:10px;text-align:center;width:100%}section.loginPage .sideRightContent{background-color:#fff;color:#061b2b;height:auto;max-height:100%;min-height:100vh;min-width:275px;padding:30px 10px 10px;position:relative;top:0;vertical-align:top}section.loginPage .sideRightContent .textContent{display:block;margin:0 auto;max-width:400px;position:relative;text-align:left;width:100%}section.loginPage .sideRightContent .textContent .titleRightLogin{display:inline-block;font-size:24px;text-align:left}section.loginPage .sideRightContent .textContent .h1{font-size:30px;font-weight:700;margin:5px}section.loginPage .sideRightContent .textContent .h2{font-size:20px;margin:5px}section.loginPage .sideRightContent .textContent .loginTypeContent{position:relative;text-align:center;width:100%}section.loginPage .sideRightContent .textContent .btnLoginType{background-color:#fff;border-bottom:2px solid #898d92;color:#898d92;cursor:pointer;display:inline-block;font-size:14px;font-weight:bolder;height:32px;padding:10px 3px;position:relative;vertical-align:top;width:30%}@media screen and (min-width:699px){section.loginPage .sideRightContent .textContent .btnLoginType{height:25px}}section.loginPage .sideRightContent .textContent .btnLoginTypeSelected{border-bottom:2px solid #54e046;color:#54e046}section.loginPage .sideRightContent .textContent .googleLogin{cursor:pointer;margin:30px 0;padding-top:10px}section.loginPage .sideRightContent .textContent .or{border-bottom:1px solid #ebebed;color:#696c70;font-size:14px;margin-bottom:40px;position:relative}section.loginPage .sideRightContent .textContent .or p{background-color:#fff;left:calc(50% - 15px);margin-bottom:-8px;position:relative;top:0;width:30px}section.loginPage .sideRightContent .textContent .label{color:#696c70;font-size:14px;font-weight:bolder;margin:25px 0 5px;text-align:left}section.loginPage .sideRightContent .textContent .contentInput{position:relative}section.loginPage .sideRightContent .textContent .contentIconFaceInput{border-left:1px solid #ebebed;height:39px;left:35px;position:absolute;top:23px}section.loginPage .sideRightContent .textContent .contentIconKeyInput{border-left:1px solid #ebebed;height:39px;left:35px;position:absolute;top:109px}section.loginPage .sideRightContent .textContent .contentIconPasswordInput{position:absolute;right:50px;top:178px}section.loginPage .sideRightContent .textContent .iconFaceInput{left:-27px;position:absolute;top:10px}section.loginPage .sideRightContent .textContent .iconKeyInput{left:-30px;position:absolute;top:10px}section.loginPage .sideRightContent .textContent .iconPasswordInput{cursor:pointer}section.loginPage .sideRightContent .textContent .input{border:1px solid #ebebed;border-radius:4px;color:#061b2b;font-size:14px;font-weight:700;height:35px;padding-left:10px;text-align:left;width:90%}section.loginPage .sideRightContent .textContent .recoveryPassword{color:#54e046;cursor:pointer;font-size:14px;font-weight:bolder;margin-top:-10px;text-align:left;text-decoration:underline}section.loginPage .sideRightContent .textContent .btnLogin{background-color:#54e046;border:2px solid #54e046;border-radius:6px;color:#fff;cursor:pointer;font-weight:bolder;height:50px;margin:30px 0 20px;max-width:350px;padding:10px 0!important;text-align:center;width:100%}section.loginPage .sideRightContent .textContent a{text-decoration:none}section.loginPage .sideRightContent .textContent a .btnLegalRegister{background-color:#fff;border:2px solid #54e046;border-radius:6px;color:#54e046;cursor:pointer;font-weight:bolder;height:30px;margin:5px 0 30px;padding-top:10px;width:100%}section.loginPage .sideRightContent .textContent .btnPhysicalRegister{color:#061b2b;font-size:16px;margin-top:20px}section.loginPage .sideRightContent .textContent .btnPhysicalRegister a{color:#54e046;font-weight:bolder;text-decoration:none}section.loginPage .logoLeft{font-size:28px;margin-top:35px}section.loginPage .iconHigherImage{display:inline-block;height:50px;margin-right:7px;position:relative}section.loginPage .bullet{background-color:#54e046;border-radius:10px;display:inline-block;height:7px;margin:5px 10px 5px 5px;position:relative;top:3px;width:7px}@media only screen and (max-width:720px){.loginPage{height:100vh;overflow:hidden!important}}.loginPage .buttonSend.disabled{opacity:.6;pointer-events:none}.loginPage .loader{animation:spin 2s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#54e046;height:20px;left:50%;margin-left:-10px;position:relative;top:4px;width:20px}@media only screen and (max-width:720px){section.recoveryPasswordPage .sideLeftContent{display:none}section.recoveryPasswordPage .sideRightContent{display:block;margin:0 auto;padding:10px;width:80%}}@media only screen and (min-width:721px){section.recoveryPasswordPage .sideLeftContent{display:inline-block}section.recoveryPasswordPage .sideRightContent{display:inline-block;left:0;margin:0;padding:30px 10px 10px;top:0;width:48%}}section.recoveryPasswordPage .sideLeftContent{background-color:#061b2b;color:#fff;height:100%;left:0;margin:0;max-width:650px;min-height:800px;min-height:105vh;min-width:350px;padding-top:30px;position:relative;top:0;vertical-align:top;width:48%}section.recoveryPasswordPage .sideLeftContent .mapImage{display:block;margin:20px auto;max-width:450px;position:relative;width:80%}section.recoveryPasswordPage .sideLeftContent .textContent{display:block;margin:0 auto;max-width:350px;position:relative;width:100%}section.recoveryPasswordPage .sideLeftContent .textContent .h1{font-size:46px;font-weight:700;line-height:1;text-align:left}section.recoveryPasswordPage .sideLeftContent .textContent .h2{font-size:18px;font-weight:700;text-align:left}section.recoveryPasswordPage .sideLeftContent .textContent .h3{font-size:12px;font-weight:700;text-align:left}section.recoveryPasswordPage .sideLeftContent .textContent .h4{font-size:12px;text-align:left}section.recoveryPasswordPage .sideRightContent{background-color:#fff;color:#061b2b;height:auto;min-height:100%;min-width:300px;position:relative;vertical-align:top}section.recoveryPasswordPage .sideRightContent .textContent{display:block;margin:0 auto;max-width:400px;position:relative;text-align:center;width:100%}section.recoveryPasswordPage .sideRightContent .iconHigherImage{display:block;margin:30px auto;position:relative}section.recoveryPasswordPage .sideRightContent .h1{font-size:30px;font-weight:700;margin:5px}section.recoveryPasswordPage .sideRightContent .h2{font-size:16px;font-weight:bolder;margin:15px 5px 5px}section.recoveryPasswordPage .sideRightContent .h3{color:#696c70;font-size:16px;margin:15px 5px 5px}section.recoveryPasswordPage .sideRightContent .contentInput{position:relative}section.recoveryPasswordPage .sideRightContent .contentIconKeyInput{border-left:1px solid #ebebed;height:39px;left:35px;position:absolute;top:0}section.recoveryPasswordPage .sideRightContent .contentIconKeyInputDanger{border-left:1px solid #ff460c}section.recoveryPasswordPage .sideRightContent .contentIconPasswordInput{cursor:pointer;position:absolute;right:5px;top:10px}section.recoveryPasswordPage .sideRightContent .iconKeyInput{left:-30px;position:absolute;top:10px}section.recoveryPasswordPage .sideRightContent .label{color:#696c70;font-size:14px;font-weight:bolder;margin:5px 0;text-align:left}section.recoveryPasswordPage .sideRightContent .labelResend{color:#061b2b;font-size:14px;margin:15px 0 5px;text-align:right}section.recoveryPasswordPage .sideRightContent .labelLink{color:#54e046;cursor:pointer;font-size:14px;font-weight:bolder}section.recoveryPasswordPage .sideRightContent .inputCode{border:1px solid #ebebed;border-radius:4px;color:#061b2b;font-size:20px;font-weight:400;height:35px;padding-left:10px;text-align:left;width:100%}section.recoveryPasswordPage .sideRightContent .inputToken{padding-left:10px}section.recoveryPasswordPage .sideRightContent .input,section.recoveryPasswordPage .sideRightContent .inputToken{border:1px solid #ebebed;border-radius:4px;color:#061b2b;font-size:14px;font-weight:400;height:35px;margin-bottom:15px;text-align:left;width:90%}section.recoveryPasswordPage .sideRightContent .input{padding-left:45px}section.recoveryPasswordPage .sideRightContent .inputDanger{border:1px solid #ff460c;color:#ff460c;outline-color:#ff460c}section.recoveryPasswordPage .sideRightContent .btnRecovery{margin:40px 0 10px}section.recoveryPasswordPage .sideRightContent .btnChangePass,section.recoveryPasswordPage .sideRightContent .btnRecovery{background-color:#54e046;border:2px solid #54e046;border-radius:6px;color:#fff;cursor:pointer;font-weight:bolder;height:30px;padding-top:10px;width:100%}section.recoveryPasswordPage .sideRightContent .btnChangePass{margin:10px 0}section.recoveryPasswordPage .sideRightContent .btnBack{background-color:#fff;border:2px solid #54e046;border-radius:6px;color:#54e046;cursor:pointer;font-weight:bolder;height:30px;margin:10px 0;padding-top:10px;width:100%}@media only screen and (max-width:720px){section.registerPage .desktop{display:none}section.registerPage .mobile{display:block}section.registerPage .sideLeftContent{display:none}section.registerPage .sideLeftContentMobile{display:block}section.registerPage .sideRightContent{display:block;margin:0 auto;padding:10px;width:90%}section.registerPage .footer{display:block}}@media only screen and (min-width:721px){section.registerPage .desktop{display:block}section.registerPage .mobile{display:none}section.registerPage .sideLeftContent{display:inline-block}section.registerPage .sideLeftContentMobile{display:none}section.registerPage .sideRightContent{display:inline-block;margin:0;padding:30px 10px 10px;width:48%}section.registerPage .footer{display:none}}section.registerPage .footer{background-color:#061b2b;border:0;color:#fff;font-size:14px;height:auto;margin:0;min-height:90px;padding:15px 0 0;position:relative;width:100%}section.registerPage .footer .h3{display:block;font-weight:bolder;margin:0 auto;width:90%}section.registerPage .footer .label{display:block;font-size:13px;margin:5px auto;width:90%}section.registerPage .footer .footerCorp{background-color:#0c1119;min-height:30px;padding:20px 0 10px;width:100%}section.registerPage .footer .footerDark{background-color:#060c14;height:25px;width:100%}section.registerPage .sideLeftContentMobile{background-color:#061b2b;border:0;height:60px;margin:0;padding-top:5px;width:100%}section.registerPage .sideLeftContentMobile .logoImage{display:block;margin:-12px auto}section.registerPage .sideLeftContent{background-color:#061b2b;color:#fff;height:100%;left:0;margin:0;max-width:650px;min-height:800px;min-width:350px;padding-top:30px;position:relative;top:0;vertical-align:top;width:48%}section.registerPage .sideLeftContent .mapImage{display:block;margin:20px auto;max-width:450px;position:relative;width:80%}section.registerPage .sideLeftContent .logoImage{display:block;left:-30px;position:relative}section.registerPage .sideLeftContent .textContent{display:block;margin:0 auto;max-width:350px;position:relative;width:100%}section.registerPage .sideLeftContent .textContent .h1{font-size:30px;font-weight:700;line-height:1;text-align:left}section.registerPage .sideLeftContent .textContent .h2{font-size:26px;font-weight:700;margin:10px 0;text-align:left}section.registerPage .sideLeftContent .textContent .h3{font-size:12px;font-weight:700;text-align:left}section.registerPage .sideLeftContent .textContent .h4{font-size:12px;text-align:left}section.registerPage .sideLeftContent .textContent .h5{font-size:16px;text-align:left}section.registerPage .sideLeftContent .textContent .iconNumber{background-color:#ffffff14;border-radius:30px;color:#ffffff6e;display:inline-block;font-size:18px;font-weight:700;height:40px;margin:5px 5px 10px 0;padding-top:8px;position:relative;text-align:center;width:40px}section.registerPage .sideLeftContent .textContent .iconNumberSelected{background-color:#54e046;color:#fff}section.registerPage .sideLeftContent .textContent .contentNumbers{position:relative}section.registerPage .sideLeftContent .textContent .checkIcon{position:absolute;right:0;top:15px}section.registerPage .sideLeftContent .textContent .textNumberSelected{color:#fff;display:inline-block;font-weight:bolder}section.registerPage .sideLeftContent .textContent .textNumber{color:#5a6371;display:inline-block;font-weight:bolder;opacity:.8}@media only screen and (max-width:720px){section.registerPage .contentStatus{display:block}}@media only screen and (min-width:721px){section.registerPage .contentStatus{display:none}}section.registerPage .contentStatus{background-color:#ebebed;border:0;height:auto;margin:0;min-height:60px;padding-top:10px;text-align:center;width:100%}section.registerPage .contentStatus .contentStatusBar{background-color:#fff;border-radius:10px;display:inline-block;height:10px;margin:-5px 0 0 10px;overflow:hidden;position:relative;vertical-align:middle;width:150px}section.registerPage .contentStatus .contentStatusBar .contentStatusCurrent{background-color:#54e046;border-radius:30px;height:100%}section.registerPage .h1{display:inline-block;font-size:20px;font-weight:700;margin:10px 0 2px;max-width:350px;text-align:left}section.registerPage .h1 .h1LabelMobile{background-color:#54e046;border-radius:30px;color:#fff;font-weight:bolder;height:37px;margin-right:10px;padding:0 4px 4px;position:relative;text-align:center;top:1px;width:37px}@media only screen and (max-width:720px){section.registerPage .h1 .h1Label{display:none}section.registerPage .h1 .h1LabelMobile{display:inline-block}section.registerPage .h1 .sideRightContent{width:90%}}@media only screen and (min-width:721px){section.registerPage .h1 .h1Label{display:inline-block}section.registerPage .h1 .h1LabelMobile{display:none}section.registerPage .h1 .sideRightContent{width:48%}}section.registerPage .sideRightContent{background-color:#fff;color:#061b2b;height:auto;left:0;min-height:100%;min-width:300px;position:relative;top:0;vertical-align:top}section.registerPage .sideRightContent .iconLoad{display:block;margin:30% auto 0;width:80px}section.registerPage .sideRightContent .imgModal{display:block;margin:15px auto;position:relative;width:80%}section.registerPage .sideRightContent .btnModalOk{background-color:#54e046;color:#fff;margin:40px 0 10px}section.registerPage .sideRightContent .btnModalOk,section.registerPage .sideRightContent .btnModalRetry{border:2px solid #54e046;border-radius:6px;cursor:pointer;font-weight:bolder;height:50px;padding-top:10px;width:100%}section.registerPage .sideRightContent .btnModalRetry{background-color:#fff;color:#54e046;margin:5px 0 30px}section.registerPage .sideRightContent .h1Load{display:block;font-size:26px;font-weight:700;margin:20px auto 0;max-width:300px;text-align:center}section.registerPage .sideRightContent .labelLoad{display:block;font-size:16px;margin:10px auto 0;max-width:300px;text-align:center}section.registerPage .sideRightContent .textContent{display:block;margin:0 auto;max-width:450px;position:relative;text-align:center;width:100%}section.registerPage .sideRightContent .textContent .iconHigherImage{display:block;margin:30px auto;position:relative}@media only screen and (max-width:720px){section.registerPage .sideRightContent .textContent .h1{font-size:20px;font-weight:700;margin:0 5px 5px}}@media only screen and (min-width:721px){section.registerPage .sideRightContent .textContent .h1{font-size:30px;font-weight:700;margin:0}}section.registerPage .sideRightContent .textContent .h2{font-size:16px;margin:15px 5px 20px}section.registerPage .sideRightContent .textContent .contentForm{text-align:left}section.registerPage .sideRightContent .textContent .contentName{display:inline-block;margin-right:3%;position:relative;vertical-align:bottom;width:56%}section.registerPage .sideRightContent .textContent .contentPhone{display:inline-block;position:relative;vertical-align:bottom;width:39%}section.registerPage .sideRightContent .textContent .label{font-size:14px;font-weight:bolder;margin:25px 0 5px;text-align:left}section.registerPage .sideRightContent .textContent .input{background-color:#fff!important;border:1px solid #ebebed;border-radius:4px;color:#061b2b;font-size:14px;font-weight:400;height:35px;outline-color:#000;padding-left:10px;text-align:left;width:97%}section.registerPage .sideRightContent .textContent .inputDanger{border:1px solid #ff460c;color:#ff460c;outline-color:#ff460c}section.registerPage .sideRightContent .textContent .btnRegister{background-color:#54e046;border:2px solid #54e046;border-radius:6px;color:#fff;cursor:pointer;font-weight:bolder;height:30px;margin:40px 0 10px;padding-top:10px;width:100%}section.registerPage .sideRightContent .textContentSteps{color:#061b2b;display:block;margin:0 auto;max-width:1200px;min-width:300px;position:relative;text-align:left;width:96%}section.registerPage .sideRightContent .textContentSteps .contentPartner{display:block;left:1%;margin-bottom:15px;padding-bottom:10px;position:relative;width:96%}section.registerPage .sideRightContent .textContentSteps .contentPartner .contentIndexPartner{background-color:#061b2b;border-radius:30px;color:#fff;font-weight:700;height:30px;left:-28px;margin-bottom:-40px;padding-top:5px;position:relative;text-align:center;top:20px;width:30px}section.registerPage .sideRightContent .textContentSteps .contentText{display:inline-block;min-width:300px;position:relative;vertical-align:top;width:48%}section.registerPage .sideRightContent .textContentSteps input[type=radio]{accent-color:#000}section.registerPage .sideRightContent .textContentSteps .select{background-color:#ebebed;border:1px solid #ebebed;font-weight:400;height:auto;max-width:400px;min-height:40px;outline-color:#000;width:100%}section.registerPage .sideRightContent .textContentSteps .selectPartner{background-color:#ebebed;border:1px solid #ebebed;display:inline-block;font-weight:400;height:30px;margin-left:10px;max-width:50px;padding-left:5px;vertical-align:middle;width:100%}section.registerPage .sideRightContent .textContentSteps .moneyLabel{background-color:#ebebed;border-radius:6px 0 0 6px;display:inline-block;font-weight:bolder;height:33px;margin-top:0;overflow:hidden;padding-left:5px;padding-top:8px;position:relative;vertical-align:top;width:27px}section.registerPage .sideRightContent .textContentSteps .selectMoneyLabel{display:inline-block;vertical-align:top;width:calc(100% - 35px)}section.registerPage .sideRightContent .textContentSteps input[type=date]::-webkit-calendar-picker-indicator{accent-color:#54e046;color:red}section.registerPage .sideRightContent .textContentSteps .inputCheckbox{accent-color:#54e046;color:#fff}section.registerPage .sideRightContent .textContentSteps .contentInput{position:relative;width:90%}section.registerPage .sideRightContent .textContentSteps .contentIconKeyInput{border-left:1px solid #ebebed;height:39px;left:35px;position:absolute;top:0}section.registerPage .sideRightContent .textContentSteps .contentIconKeyInputDanger{border-left:1px solid #ff460c}section.registerPage .sideRightContent .textContentSteps .contentIconPasswordInput{position:absolute;right:-13px;top:10px}section.registerPage .sideRightContent .textContentSteps .contentInstructions{height:auto;position:relative;width:100%}section.registerPage .sideRightContent .textContentSteps .contentInstructions .cardInstruction{background-color:#e2ecfb;border-radius:8px;display:inline-block;font-size:14px;height:auto;margin:1px 5px;max-width:345px;padding:10px;position:relative;vertical-align:top;width:100%}section.registerPage .sideRightContent .textContentSteps .contentInstructions .cardInstruction .contentImgInstruction{border-radius:35px;display:inline-block;height:180px;margin-right:10px;position:relative;vertical-align:middle;width:120px}section.registerPage .sideRightContent .textContentSteps .contentInstructions .cardInstruction .contentTextInstruction{display:inline-block;max-width:195px;position:relative;vertical-align:top}section.registerPage .sideRightContent .textContentSteps .contentInstructions .cardInstruction .label{display:inline-block;font-weight:400;max-width:150px;position:relative;vertical-align:middle}section.registerPage .sideRightContent .textContentSteps a{color:#54e046;font-weight:bolder;text-decoration:underline}section.registerPage .sideRightContent .textContentSteps .QRCodeCanvas{display:inline-block;margin:10px 10px 5px 0;position:relative;vertical-align:top;width:100px}section.registerPage .sideRightContent .textContentSteps .iconInstructions{display:block;height:40%;margin:30% auto;position:relative}section.registerPage .sideRightContent .textContentSteps .contentLabelQrCode{display:inline-block;max-width:800px;position:relative;vertical-align:top;width:calc(90% - 130px)}section.registerPage .sideRightContent .textContentSteps .iconKeyInput{left:-30px;position:absolute;top:10px}section.registerPage .sideRightContent .textContentSteps .textarea{border:1px solid #ebebed;border-radius:4px;color:#061b2b;font-size:14px;font-weight:bolder;outline-color:#000;padding-left:10px;text-align:left}section.registerPage .sideRightContent .textContentSteps .contentCountry{border-radius:6px 6px 6px 6px;margin-bottom:20px;margin-top:-10px;padding-left:0;text-align:left}section.registerPage .sideRightContent .textContentSteps .contentInputs{display:inline-block;height:80px;margin:0 10px;position:relative;vertical-align:top}section.registerPage .sideRightContent .textContentSteps .contentInputSmall{width:14%}section.registerPage .sideRightContent .textContentSteps .contentInputSmallMedium{width:10%}section.registerPage .sideRightContent .textContentSteps .contentInputLarge{width:38%}section.registerPage .sideRightContent .textContentSteps .contentInputVerySmall{width:8%}section.registerPage .sideRightContent .textContentSteps .contentInputMediumSmall{width:20%}section.registerPage .sideRightContent .textContentSteps .contentInputMedium{width:25%}section.registerPage .sideRightContent .textContentSteps .contentInputMediumLarge{width:30%}section.registerPage .sideRightContent .textContentSteps .contentInputPartner1{width:17%}section.registerPage .sideRightContent .textContentSteps .contentInputPartner2{width:45%}section.registerPage .sideRightContent .textContentSteps .contentInputPartner3{width:25%}section.registerPage .sideRightContent .textContentSteps .titleImage{display:inline-block;height:30px;margin-right:10px;position:relative;vertical-align:middle}section.registerPage .sideRightContent .textContentSteps .h1{display:inline-block;font-size:26px;font-weight:700;margin:10px 0 8px;max-width:300px;text-align:left}section.registerPage .sideRightContent .textContentSteps .h1 .h1LabelMobile{background-color:#54e046;border-radius:30px;color:#fff;font-weight:bolder;height:37px;margin-right:10px;padding:0 4px 4px;position:relative;text-align:center;top:1px;width:37px}@media only screen and (max-width:720px){section.registerPage .sideRightContent .textContentSteps .h1 .h1Label{display:none}section.registerPage .sideRightContent .textContentSteps .h1 .h1LabelMobile{display:inline-block}}@media only screen and (min-width:721px){section.registerPage .sideRightContent .textContentSteps .h1 .h1Label{display:inline-block}section.registerPage .sideRightContent .textContentSteps .h1 .h1LabelMobile{display:none}}section.registerPage .sideRightContent .textContentSteps .h3{font-size:20px;margin:10px 0 40px;text-align:left}section.registerPage .sideRightContent .textContentSteps .h5{font-size:16px;font-weight:700;margin:10px 0 5px;text-align:left}section.registerPage .sideRightContent .textContentSteps .label{font-size:15px;font-weight:400;margin:5px 0 0;text-align:left}section.registerPage .sideRightContent .textContentSteps .contentInputText{display:inline-block;max-width:300px;position:relative;vertical-align:top;width:100%}section.registerPage .sideRightContent .textContentSteps .input{background-color:#ebebed;border:1px solid #ebebed;border-radius:4px;color:#061b2b;font-size:14px;font-weight:400;height:auto;min-height:35px;outline-color:#000;padding-left:10px;text-align:left;width:97%}section.registerPage .sideRightContent .textContentSteps .inputDanger{border:1px solid #ff460c;color:#ff460c;outline-color:#ff460c}section.registerPage .sideRightContent .textContentSteps .inputPassword{padding-left:40px!important}section.registerPage .sideRightContent .textContentSteps .contentName{display:inline-block;margin-right:3%;min-width:250px;position:relative;vertical-align:top;width:56%}section.registerPage .sideRightContent .textContentSteps .contentPhone{display:inline-block;min-width:250px;position:relative;vertical-align:top;width:39%}@media only screen and (max-width:720px){section.registerPage .sideRightContent .contentPhotoPartners{width:300px}}@media only screen and (min-width:721px){section.registerPage .sideRightContent .contentPhotoPartners{width:100%}}section.registerPage .sideRightContent .contentPhotoPartners{display:inline-block;position:relative;vertical-align:top}section.registerPage .sideRightContent .contentInputImageDocPartners{border:2px solid #ebebed;border-radius:4px;color:#000;cursor:pointer;display:inline-block;font-size:14px;height:40px;margin:10px 10px 10px 0;overflow:hidden;padding:7px;position:relative;text-align:left;vertical-align:top;width:180px}section.registerPage .sideRightContent .contentInputImageDocPartners .iconInputDocumentPartners{display:inline-block;margin-right:5px;position:relative;vertical-align:middle}section.registerPage .sideRightContent .contentInputImageDocPartners .contentTextInputImageDocPartners{display:inline-block;font-weight:bolder;overflow:hidden;position:relative;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;width:140px}section.registerPage .sideRightContent .contentInputImageDocPartners .iconRemoveInputDocumentPartners{font-weight:bolder;position:absolute;right:5px;top:10px}section.registerPage .sideRightContent .contentInputImageDocMobileFile{background-color:#54e046;border:2px solid #54e046;border-radius:4px;color:#fff;height:40px;min-width:130px;width:45%}section.registerPage .sideRightContent .contentInputImageDocMobileFile,section.registerPage .sideRightContent .contentInputImageDocPartnersSmall{cursor:pointer;display:inline-block;font-size:14px;font-weight:bolder;margin:10px 10px 10px 0;overflow:hidden;position:relative;text-align:left;vertical-align:top}section.registerPage .sideRightContent .contentInputImageDocPartnersSmall{border:2px solid #a6abaf;border-radius:4px;color:#000;height:35px;width:160px}section.registerPage .sideRightContent .contentInputImageDocMobileCam{border:2px solid #54e046;color:#54e046;font-weight:bolder;margin:10px 10px 10px 0;min-width:130px;text-align:left;width:45%}section.registerPage .sideRightContent .contentInputImageDoc,section.registerPage .sideRightContent .contentInputImageDocMobileCam{border-radius:4px;cursor:pointer;display:inline-block;font-size:14px;height:40px;overflow:hidden;position:relative;vertical-align:top}section.registerPage .sideRightContent .contentInputImageDoc{background-color:#54e046;color:#fff;margin:10px 5px 10px 0;padding-top:2px;text-align:center;width:130px}section.registerPage .sideRightContent .contentInputImageDoc .contentImg{background-color:#1fc541;height:100%;left:0;position:absolute;top:0;width:fit-content}section.registerPage .sideRightContent td{padding:5px}section.registerPage .sideRightContent .iconInputDocument{display:inline-block;margin:6px 5px 0 10px;vertical-align:top;width:20px}section.registerPage .sideRightContent .contentTextInputImageDoc{display:inline-block;height:100%;padding:8px 0 0 5px;vertical-align:top;width:calc(100% - 55px)}section.registerPage .sideRightContent .lineBtnSaveAndContinue{border-top:1px solid #ebebed;display:block;display:flex;justify-content:space-between;margin:20px auto;padding:40px 0 0;position:relative;width:90%}section.registerPage .sideRightContent .lineBtnSaveAndContinue .addPartner{color:#54e046;cursor:pointer;font-weight:700;text-align:left}section.registerPage .sideRightContent .lineBtnSaveAndContinue .addPartner .arrowBack{display:inline-block;position:relative}section.registerPage .sideRightContent .lineBtnSaveAndContinue .addPartner .pAddPartner{display:inline-block;margin:0 0 0 10px;position:relative;vertical-align:middle;width:200px}section.registerPage .sideRightContent .lineBtnSaveAndContinue .btnOpenAccount{height:35px;max-width:381px;width:98%}section.registerPage .sideRightContent .lineBtnSaveAndContinue .btnOpenAccount,section.registerPage .sideRightContent .lineBtnSaveAndContinue .btnSaveAndContinue{background-color:#54e046;border-radius:6px 6px 6px 6px;color:#fff;cursor:pointer;display:inline-block;font-weight:700;overflow:hidden;padding-top:15px;position:relative;text-align:center;vertical-align:top}section.registerPage .sideRightContent .lineBtnSaveAndContinue .btnSaveAndContinue{height:52px;width:272px}section.registerPage .sideRightContent .lineBtnSaveAndContinue .btnSaveAndContinue .arrow{background-color:#1fc541;border-radius:0 6px 6px 0;height:50px;position:absolute;right:0;top:0;width:50px}section.registerPage .sideRightContent .lineBtnSaveAndContinue .btnSaveAndContinue .arrow .arrowNext{left:15px;position:relative;top:17px}section.registerPage .sideRightContent .lineBtnSaveAndContinue .btnBack{background-color:#fff;border:1px solid #c8cacc;border-radius:6px 6px 6px 6px;color:#c8cacc;cursor:pointer;display:inline-block;font-weight:700;height:52px;padding-top:15px;position:relative;text-align:center;vertical-align:top;width:272px}section.registerPage .sideRightContent .lineBtnSaveAndContinue .btnBack .arrow{background-color:#fff;border-radius:6px 0 0 6px;border-right:1px solid #c8cacc;height:50px;left:0;position:absolute;top:0;width:50px}section.registerPage .sideRightContent .lineBtnSaveAndContinue .btnBack .arrow .arrowBack{padding-left:18px;position:relative;top:17px}@media only screen and (max-width:1123px){section.registerPage .sideRightContent .lineBtnSaveAndContinue{display:block;justify-content:center;margin:20px auto;padding:40px 0 0;text-align:center}section.registerPage .sideRightContent .btnBack,section.registerPage .sideRightContent .btnSaveAndContinue{display:block;margin:5px auto}}@media only screen and (max-width:720px){section.registerPage .sideRightContent .lineBtnSaveAndContinue{display:inline-block;margin:20px auto;padding:40px 0 0;text-align:right}}section.registerPage .contentSpaceBetween{display:flex;justify-content:space-between}section.registerPage .contentSpaceBetween .contentDeleteItem{color:#061b2b;cursor:pointer;font-weight:700;margin-bottom:8px;position:relative;top:5px}section.registerPage .contentSpaceBetween .imgDeleteItem{display:inline-block;margin-right:5px;position:relative;top:0}section.registerPage .contentLabelSucessRegister{color:#061b2b;font-size:20px;margin:10px 0}section.registerPage .contentLabelSucessRegister p{display:inline-block;position:relative;vertical-align:middle}section.registerPage .contentLabelSucessRegister .successImage{display:inline-block;margin-right:10px;vertical-align:middle;width:50px}@media only screen and (max-width:965px)and (min-width:720px){section.registerPage .contentLabelSucessRegister{display:flex;justify-content:space-between}}@media only screen and (max-width:965px)and (max-width:515px){section.registerPage .contentLabelSucessRegister{display:flex;justify-content:space-between}}section.registerPage .h3AccountStatus{color:#061b2b;font-size:20px;font-weight:700}section.registerPage .contentAccountStatus{background-color:#f9fbf9;border-radius:4px;display:flex;justify-content:space-between;margin:0;padding:10px;position:relative;width:100%}section.registerPage .contentAccountStatus .statusImage{display:inline-block;margin:10px 5px 10px 10px;position:relative;top:10px;vertical-align:top;width:30px}section.registerPage .contentAccountStatus .contentTextStatus{font-size:16px;margin-left:10px;position:relative;vertical-align:top}section.registerPage .contentAccountStatus .contentTextStatus p{max-width:600px;position:relative;vertical-align:top}section.registerPage .contentAccountStatus .btnStatus{background-color:#54e046;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-size:12px;font-weight:bolder;height:auto;margin-left:10px;padding:10px;position:relative;text-align:center;top:20px;vertical-align:top;width:130px}@media screen and (max-width:1069px)and (min-width:571px){section.registerPage .contentAccountStatus .btnStatus{max-height:15px}}@media screen and (max-width:1069px)and (max-width:570px){section.registerPage .contentAccountStatus .btnStatus{max-height:30px}}@media screen and (max-width:1069px)and (min-width:721px){section.registerPage .contentAccountStatus .btnStatus{max-height:30px}}@media screen and (min-width:1070px){section.registerPage .contentAccountStatus .btnStatus{max-height:15px}}section.registerPage .contentMeet .h5Status{color:#061b2b;font-size:20px;font-weight:700}section.registerPage .contentMeet .h3Status{color:#061b2b;font-size:16px}section.registerPage .btnMeet{background-color:#54e046;border-radius:6px;color:#fff;cursor:pointer;margin:20px 20px 30px;padding:10px;text-align:center;width:90px}section.registerPage .btnsRegisterTypeContent{position:relative;text-align:center;width:100%}section.registerPage .btnRegisterType{background-color:#fff;border-bottom:2px solid #898d92;color:#898d92;cursor:pointer;display:inline-block;font-size:14px;font-weight:bolder;height:32px;padding:10px 3px;position:relative;vertical-align:top;width:46%}@media screen and (min-width:699px){section.registerPage .btnRegisterType{height:25px}}section.registerPage .btnRegisterTypeSelected{border-bottom:2px solid #54e046;color:#54e046}section.registerPage .selectDdi{background-color:#fff;border:1px solid #ebebed;border-radius:4px;display:inline-block;font-weight:400;height:auto;margin-right:5px;max-width:100px;min-height:40px;outline-color:#000;vertical-align:top;width:100%}section.registerPage .logoLeft{font-size:30px}section.registerPage .iconHigherImage{display:inline-block;margin-right:7px;position:relative}section.registerPage .labelPassword{background-color:#e2ecfb;border-radius:8px;color:#236ad5;display:block;margin:10px auto;padding:10px;width:100%}section.registerPage .contentInputComponents{display:inline-block;position:relative;vertical-align:top}section.TableContent table{margin:20px 10px 10px;width:calc(100% - 20px)}section.TableContent table thead{background-color:#061b2b;border-radius:8px;color:#fff;font-size:14px;text-align:left}section.TableContent table thead th{padding:10px}section.TableContent table tbody{font-size:16px}section.TableContent table tbody td{background-color:#fff;padding:10px}section.TableContent table tbody td .grayText{color:#696c70;font-size:12px;margin:8px 0}@media only screen and (min-width:721px){section.statementPage .pagination{align-items:center;display:flex;justify-content:center;margin-top:20px}section.statementPage .pagination button{cursor:pointer;margin:0 10px;padding:5px 10px}section.statementPage .pagination span{font-weight:700}section.statementPage .item{background-color:#fff;border-radius:6px;box-shadow:3px 3px 15px #1e1e1e12;color:#000;cursor:pointer;display:inline-block;font-weight:700;margin:5px;min-width:100px;padding:10px;position:relative;text-align:center;vertical-align:top;width:fit-content}section.statementPage .itemSelected{background-color:#54e046;color:#fff}section.statementPage .inputPage{margin:0 10px;max-width:100px}section.statementPage .spinner{animation:spin 1s linear infinite;border:3px solid #ffffff1a;border-radius:50%;border-top-color:#fff;display:inline-block;height:20px;margin:1px 47px -3px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}section.statementPage .inputSearch{box-shadow:3px 3px 15px #1e1e1e12;display:inline-block;float:right;height:44px;margin:5px;min-width:300px;padding:5px 10px;position:relative;vertical-align:top}section.statementPage .contentRangeDate{background-color:#fff;border-radius:6px;box-shadow:3px 3px 15px #1e1e1e12;left:0;padding:10px 3px;position:absolute;top:45px;width:350px;z-index:1}section.statementPage .contentRangeDate input{color:#000;display:inline-block;margin:0 5px 5px;vertical-align:top;width:140px}section.statementPage .contentRangeDate div{background-color:#54e046;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;padding:2px 10px;text-align:center;vertical-align:middle}}@media only screen and (max-width:720px){section.statementPage .item{background-color:#fff;border-radius:6px;box-shadow:3px 3px 15px #1e1e1e12;color:#000;cursor:pointer;display:inline-block;font-weight:700;margin:5px;min-width:50px;padding:10px;position:relative;text-align:center;vertical-align:top;width:fit-content}section.statementPage .itemSelected{background-color:#54e046;color:#fff}section.statementPage .inputSearch{background-color:#f9f9f9;box-shadow:3px 3px 15px #1e1e1e12;display:block;height:44px;margin:10px auto;min-width:300px;padding:5px 10px;position:relative;vertical-align:top;width:90%}section.statementPage .spinner{animation:spin 1s linear infinite;border:3px solid #ffffff1a;border-radius:50%;border-top-color:#fff;display:inline-block;height:20px;margin:1px 47px -3px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}section.statementPage .contentRangeDate{background-color:#fff;border-radius:6px;box-shadow:3px 3px 15px #1e1e1e12;padding:10px 3px;position:absolute;right:0;top:45px;width:350px;z-index:1}section.statementPage .contentRangeDate input{color:#000;display:inline-block;margin:0 5px 5px;vertical-align:top;width:140px}section.statementPage .contentRangeDate div{background-color:#54e046;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;padding:2px 10px;text-align:center;vertical-align:middle}}@media only screen and (min-width:721px){section.transactionPage .contentData{max-width:calc(100% - 330px)!important}section.transactionPage .contentSubData{max-width:100%!important;width:100%!important}section.transactionPage .contentButtonPix{background-color:#fff;border-radius:6px;box-shadow:3px 3px 15px #1e1e1e12;cursor:pointer;display:inline-block;font-weight:700;height:85px;margin:5px;padding:15px;vertical-align:top;width:200px}section.transactionPage .contentButtonPix img{height:30px;margin-bottom:3px}section.transactionPage .contentButtonPixSelected{background-color:#54e046;color:#fff}}@media only screen and (max-width:720px){section.transactionPage .contentData{width:100%!important}section.transactionPage .scroll{overflow-x:auto;overflow-y:hidden;width:100%}section.transactionPage .contentButtons{height:auto;width:1080px}section.transactionPage .contentCircleContact{cursor:pointer;padding:5px}section.transactionPage .circleContact{border:1px solid #696c70;border-radius:30px;color:#696c70;display:inline-block;font-weight:700;height:30px;overflow:hidden;padding-top:3px;text-align:center;vertical-align:middle;width:30px}section.transactionPage .labelContact{display:inline-block;overflow:hidden;padding-left:10px;vertical-align:middle;width:calc(95% - 30px)}section.transactionPage .contentButtonPix{background-color:#fff;border-radius:6px;box-shadow:3px 3px 15px #1e1e1e12;cursor:pointer;display:inline-block;font-weight:700;height:85px;margin:5px;padding:15px;vertical-align:top;width:200px}section.transactionPage .contentButtonPix img{height:30px;margin-bottom:3px}section.transactionPage .contentButtonPixSelected{background-color:#54e046;color:#fff}}section.userPage{background-color:#fdfdfd;display:table;height:100vh;overflow:hidden;padding:0;position:relative;width:100vw}section.userPage .iconPix{width:20px}section.userPage .textArea{border:1px solid #f4f4f6;border-radius:6px;padding:10px}section.userPage .deactivateButton{background-color:#fff;color:#ff460c}section.userPage .deactivateButton,section.userPage .destroyButton{border-radius:4px;cursor:pointer;display:block;margin:15px auto;max-width:500px;padding:15px auto;text-align:center}section.userPage .destroyButton{background-color:#ff460c;color:#fff}@media only screen and (min-width:721px){section.userPage .contentData{display:table-cell;min-width:250px;position:relative;width:calc(100vw - 300px)}section.userPage .contentScroll{height:100vh;overflow-x:hidden;overflow-y:auto;padding:10px 10px 10px 30px;position:relative;width:100%}section.userPage .contentSubData{display:inline-block;height:auto;max-width:810px;min-height:70vh;min-width:250px;position:relative;vertical-align:top;width:calc(100% - 330px)}section.userPage .title{font-size:26px;font-weight:700}}@media only screen and (max-width:720px){section.userPage .contentData{display:block;margin:10px auto;min-width:250px;padding:75px 10px 10px;position:relative;width:100vw}section.userPage .title{font-size:26px;font-weight:700}section.userPage{background-color:#fdfdfd;display:block;height:100vh;overflow-x:hidden;overflow-y:scroll;position:relative;width:100vw}section.userPage .contentSubData{min-height:90vh;position:relative}}.user-list{list-style:none;padding:0}.user-item{border-top:1px solid #898d92;display:flex;flex-direction:column;margin-bottom:15px;max-width:400px;padding-top:10px}.input-field{border:1px solid #ccc;border-radius:4px;margin:5px 0;padding:10px}.form-group{display:flex;flex-direction:column;max-width:400px}@media only screen and (min-width:721px){section.pixTransferComponent .mainContent{border-radius:8px 0 0 8px;margin:10px 0;max-width:507px;min-height:350px;overflow:hidden;width:50%}section.pixTransferComponent .mainContent,section.pixTransferComponent .mainContent100{background-color:#fff;box-shadow:3px 3px 15px #1e1e1e12;display:inline-block;height:fit-content;min-width:250px;padding:15px;vertical-align:top}section.pixTransferComponent .mainContent100{border-radius:8px;margin:10px;max-width:1034px;min-height:200px;width:100%}section.pixTransferComponent .pTitle{font-size:18px;font-weight:700}section.pixTransferComponent .contact-list{display:flex;flex-wrap:wrap;gap:11px}section.pixTransferComponent .labelGray{color:#898d92;font-size:14px}section.pixTransferComponent .contact-card{background-color:#fff;border-radius:8px;box-shadow:3px 3px 15px #1e1e1e12;display:flex;margin-bottom:0;padding:13px;width:100%}section.pixTransferComponent .simulateInput{background-color:#f9f9f9;border-radius:6px;color:#000;font-weight:700;height:40px;margin:-10px 0 10px;max-width:300px;padding:0 5px;width:100%}section.pixTransferComponent .diplay-inline{display:inline-block;margin:15px;position:relative;vertical-align:top}section.pixTransferComponent .initials-circle{align-items:center;background-color:#00e52e;border-radius:50%;color:#fff;display:flex;font-size:16px;font-weight:700;height:30px;justify-content:center;margin-right:15px;position:relative;top:8px;width:30px}section.pixTransferComponent .contact-info{flex-grow:1}section.pixTransferComponent .name{font-size:16px;font-weight:700;margin-bottom:0;margin-top:5px}section.pixTransferComponent .last-contact{color:#888}section.pixTransferComponent .pix-keys{gap:4px;position:relative;text-align:right;top:8px}section.pixTransferComponent .modal-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}section.pixTransferComponent .modal{background-color:#fff;border-radius:5px;box-shadow:0 0 10px #0000004d;height:80%;max-height:600px;max-width:800px;overflow:hidden;padding:20px;position:relative;width:80%}section.pixTransferComponent .close-button{background:none;border:none;color:#fff;cursor:pointer;font-size:20px;position:absolute;right:10px;top:0;z-index:1000}section.pixTransferComponent .modal-content{height:100%;left:0;position:absolute;top:-100px;width:100%}section.pixTransferComponent .pix-key-button{background-color:#fff;border:1px solid #00e52e;border-radius:5px;color:#00e52e;cursor:pointer;height:35px;margin:5px;overflow:hidden;padding:5px 10px;transition:background-color .3s,color .3s}section.pixTransferComponent .pix-key-button:hover{background-color:#00e52e;color:#fff}section.pixTransferComponent .contentSlider{padding:10px 20px 15px;width:280px}section.pixTransferComponent .rangeslider-horizontal .rangeslider__fill{background-color:#00e52e}section.pixTransferComponent .input{background-color:#f9f9f9;font-weight:700;height:30px;margin:10px 0;max-width:300px;padding:0 5px;width:100%}section.pixTransferComponent .buttonSend{display:block;margin:20px auto;width:90%}section.pixTransferComponent .buttonSend,section.pixTransferComponent .buttonSendConfigPix{background-color:#00e52e;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;padding:10px;text-align:center}section.pixTransferComponent .buttonSendConfigPix{width:200px}section.pixTransferComponent .inputPassword{background-color:#fff;border-radius:4px;box-shadow:3px 3px 15px #1e1e1e12;cursor:pointer;display:inline-block;font-weight:700;height:40px;margin:2px;padding:8px;position:relative;text-align:center;vertical-align:top;width:40px}section.pixTransferComponent .spaceBetween{display:flex;justify-content:space-between}section.pixTransferComponent .spaceAround{display:flex;justify-content:space-around}section.pixTransferComponent .contentSpaceBetween{border-bottom:1px solid #696c704d;display:flex;justify-content:space-between;margin:5px 0 0;padding:5px}section.pixTransferComponent .labelGray{color:#696c70}section.pixTransferComponent .backButton{cursor:pointer;font-size:14px}section.pixTransferComponent .buttonShare{border:1px solid #54e046;border-radius:6px;display:block;font-weight:700;margin:10px auto;padding:10px;width:80%}section.pixTransferComponent .imgSuccess{display:block;margin:5px auto}section.pixTransferComponent .deletePixKeyImg{cursor:pointer;position:relative;top:8px;width:15px}section.pixTransferComponent .buttonNewContact{background-color:#00e52e;border-radius:6px;color:#fff;cursor:pointer;display:block;display:flex;font-weight:700;margin:10px 0;padding:10px;text-align:center;width:fit-content}section.pixTransferComponent .buttonNewContact .imgNewContact{margin-right:10px}}@media only screen and (max-width:720px){section.pixTransferComponent .mainContent{max-width:507px;min-height:350px;overflow:hidden;width:95%}section.pixTransferComponent .mainContent,section.pixTransferComponent .mainContent100{background-color:#fff;border-radius:8px;box-shadow:3px 3px 15px #1e1e1e12;display:inline-block;height:fit-content;margin:10px;min-width:250px;padding:15px;vertical-align:top}section.pixTransferComponent .mainContent100{max-width:1034px;min-height:200px;width:100%}section.pixTransferComponent .pTitle{font-size:18px;font-weight:700}section.pixTransferComponent .contentSlider{padding:10px 20px 15px;width:280px}section.pixTransferComponent .rangeslider-horizontal .rangeslider__fill{background-color:#00e52e}section.pixTransferComponent .input{background-color:#f9f9f9;font-weight:700;height:30px;margin:10px 0;max-width:300px;padding:0 5px;width:100%}section.pixTransferComponent .buttonSend{background-color:#00e52e;border-radius:6px;color:#fff;cursor:pointer;display:block;font-weight:700;margin:20px auto;padding:10px;text-align:center;width:90%}section.pixTransferComponent .inputPassword{background-color:#fff;border-radius:4px;box-shadow:3px 3px 15px #1e1e1e12;cursor:pointer;display:inline-block;font-weight:700;height:50px;margin:5px;padding:10px;position:relative;vertical-align:top;width:70px}section.pixTransferComponent .spaceBetween{display:flex;justify-content:space-between}section.pixTransferComponent .spaceAround{display:flex;justify-content:space-around}section.pixTransferComponent .contentSpaceBetween{border-bottom:1px solid #696c704d;display:flex;justify-content:space-between;margin:5px 0 0;padding:5px}section.pixTransferComponent .labelGray{color:#696c70}section.pixTransferComponent .backButton{cursor:pointer;font-size:14px}section.pixTransferComponent .buttonShare{border:1px solid #54e046;border-radius:6px;display:block;font-weight:700;margin:10px auto;padding:10px;width:80%}section.pixTransferComponent .imgSuccess{display:block;margin:5px auto}section.pixTransferComponent .deletePixKeyImg{cursor:pointer;position:relative;top:8px;width:15px}section.pixTransferComponent .buttonNewContact{background-color:#00e52e;border-radius:6px;color:#fff;cursor:pointer;display:block;display:flex;font-weight:700;margin:10px 0;padding:10px;text-align:center;width:fit-content}section.pixTransferComponent .buttonNewContact .imgNewContact{margin-right:10px}}section.pixTransferComponent .buttonSend.disabled{opacity:.6;pointer-events:none}section.pixTransferComponent .loader{animation:spin 2s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#54e046;height:20px;left:50%;margin-left:-10px;position:relative;width:20px}section.AccountInfoComponent{background-color:#fff;border-radius:8px;box-shadow:3px 3px 15px #1e1e1e12;margin:10px;max-width:750px;padding:10px;position:relative;width:100%}section.AccountInfoComponent .contentItem{color:#696c70;display:inline-block;font-weight:700;margin:10px;position:relative;vertical-align:top}section.AccountInfoComponent .contentItem b{color:#000}section.AccountInfoComponent .contentButton{background-color:#54e046;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-weight:700;height:45px;padding:10px;position:relative;top:20px;vertical-align:middle;white-space:nowrap;width:fit-content}section.AccountInfoComponent .loader{align-items:center;display:inline-block;height:70px;justify-content:center;padding-left:16px;width:80px}section.AccountInfoComponent .spinner{animation:spin 1s linear infinite;border:4px solid #0000001a;border-left-color:#54e046;border-radius:50%;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}section.CoinQuoteComponent{border-radius:8px;display:inline-block;height:110px;left:0;margin:10px auto;position:relative;top:0;width:100%}section.CoinQuoteComponent .imgQuote,section.CoinQuoteComponent .itemQuote{display:inline-block;margin:10px;position:relative;vertical-align:top}section.CoinQuoteComponent .imgQuote{top:0}section.CoinQuoteComponent .textQuote{display:inline-block;position:relative;vertical-align:top}section.CoinQuoteComponent .dispQuotesMobile{text-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding-top:10px;width:100%}@media only screen and (max-width:720px){section.CoinQuoteComponent{height:fit-content}}section.CoinQuotesBarComponent{display:inline-block;margin:10px;vertical-align:top;width:100%}section.CoinQuotesBarComponent .contentItem{background-color:#fff;border-radius:8px;box-shadow:0 3px 10px #0000001a;color:#061b2b;display:inline-block;font-size:14px;height:30px;margin:0 10px 10px 0;padding:5px 5px 0 10px;width:120px}section.CoinQuotesBarComponent .flagIcon{margin:0 5px 0 10px;position:relative;top:4px;width:18px}@media only screen and (min-width:721px){section.FooterComponent{color:#696c70;display:inline-block;font-size:14px;height:fit-content;margin:10px auto;padding-top:20px;position:relative;width:100%}section.FooterComponent .FooterImg{border-right:1px solid #696c70;display:inline-block;margin-right:10px;padding-right:0;position:relative;vertical-align:top;width:150px}section.FooterComponent .FooterText{display:inline-block;max-width:calc(100% - 160px);position:relative;top:-5px;vertical-align:top}}@media only screen and (max-width:720px){section.FooterComponent{color:#696c70;display:block;font-size:10px;height:fit-content;margin:10px auto;padding-top:20px;position:relative;text-align:center;width:100%}section.FooterComponent .FooterImg{border-right:1px solid #696c70;display:inline-block;margin-right:10px;padding-right:10px;position:relative;vertical-align:top;width:120px}section.FooterComponent .FooterText{display:inline-block;max-width:calc(100% - 200px);position:relative;text-align:left;top:-5px;vertical-align:top}}section.LastTransactionsComponent{background-color:#fff;border-radius:8px;box-shadow:3px 3px 15px #1e1e1e12;display:inline-block;margin:10px;max-width:300px;min-height:500px;padding:20px;position:relative;vertical-align:top;width:93%}section.LastTransactionsComponent .contentSubMoviments{height:auto;position:relative;width:100%}section.LastTransactionsComponent .contentSpaceBetween{display:flex;justify-content:space-between}section.LastTransactionsComponent .contentSpaceBetween .title{color:#061b2b;font-size:18px;font-weight:700}section.LastTransactionsComponent .contentSpaceBetween .iconHigher{position:relative;top:4px}section.LastTransactionsComponent .contentSpaceBetween .showBalance{color:#061b2b;cursor:pointer;font-size:12px;font-weight:700;vertical-align:bottom;width:115px}section.LastTransactionsComponent .contentSpaceBetween .showBalance .imgShowBalance{height:15px;position:relative;width:20px}section.LastTransactionsComponent .labelAccountBalance{color:#061b2b;font-size:12px}section.LastTransactionsComponent .contentCardBalance{display:inline-block;position:relative;vertical-align:top;width:48%}section.LastTransactionsComponent .contentCardBalance .flagIcon{display:inline-block;margin:0 7px 0 5px;position:relative;vertical-align:middle;width:25px}section.LastTransactionsComponent .contentCardBalance .contentBalance{color:#061b2b;display:inline-block;font-size:14px;font-weight:700;position:relative;vertical-align:middle;width:calc(100% - 50px)}section.LastTransactionsComponent .btnDeposit{border:1px solid #54e046;border-radius:4px;color:#54e046;cursor:pointer;display:block;height:27px;margin:30px auto;padding-top:7px;text-align:center;width:90%}section.LastTransactionsComponent .title{color:#061b2b;font-size:16px;font-weight:700}section.LastTransactionsComponent .movimentsLabel{color:#a6abaf;font-size:12px}section.LastTransactionsComponent .contentMoviments{display:block;height:100%;margin:10px auto 0;min-height:450px;overflow-x:hidden;overflow-y:auto;position:relative;width:100%}section.LastTransactionsComponent .contentMoviments .iconMoviment{display:inline-block;margin:0 10px 0 0;vertical-align:middle;width:18px}section.LastTransactionsComponent .contentMoviments .contentMoviment{display:inline-block;margin:5px 0 13px;position:relative;vertical-align:middle;width:calc(70% - 20px)}section.LastTransactionsComponent .contentMoviments .contentMoviment .t1{color:#061b2b;font-size:12px;margin:0}section.LastTransactionsComponent .contentMoviments .contentMoviment .t2{color:#061b2b;font-size:18px;margin:3px 0}section.LastTransactionsComponent .contentMoviments .contentMoviment .t3{color:#061b2b;font-size:12px;font-weight:700;margin:0}section.LastTransactionsComponent .contentMoviments .contentMoviment .t4{color:#a6abaf;font-size:12px;margin:3px 0 0}section.LastTransactionsComponent .contentMoviments .contentBRL{color:#061b2b;display:inline-block;font-size:14px;font-weight:700;margin:0;position:relative;vertical-align:middle;width:calc(25% - 20px)}section.LastTransactionsComponent .btnSend{background-color:#fff;border:1px solid #54e046;border-radius:6px;color:#54e046;cursor:pointer;display:block;font-weight:bolder;height:30px;margin:10px auto;padding-top:10px;position:relative;text-align:center;width:100%}@media only screen and (max-width:720px){section.LastTransactionsComponent{display:block;margin:10px auto;max-width:100%;width:93%}}@media only screen and (min-width:721px){section.sideMenuComponent{background-color:#fff;box-shadow:3px 3px 15px #1e1e1e12;display:table-cell;height:100%;margin-right:15px;position:relative;width:300px}section.sideMenuComponent .mobile{display:none}section.sideMenuComponent .desktop{height:100%;left:0;overflow-x:hidden;overflow-y:auto;padding:20px;position:absolute;top:0;width:100%}section.sideMenuComponent .desktop .iconMenu{display:inline-block;margin:-10px 10px 0 0;position:relative;top:2px;width:18px}section.sideMenuComponent .desktop .subitemMenu{color:#696c70;cursor:pointer;margin:3px;padding-left:26px;position:relative;width:100%}section.sideMenuComponent .desktop .btnSimple{cursor:pointer;height:auto;margin:5px;padding:5px 0 5px 5px;width:100%}section.sideMenuComponent .desktop .btnSimple:hover{color:#54e046;font-weight:bolder}section.sideMenuComponent .contentName .contentLetter{background-color:#54e046;border-radius:50px;color:#fff;display:inline-block;font-weight:700;height:40px;overflow:hidden;padding:10px 0 0;position:relative;text-align:center;vertical-align:top;width:40px}section.sideMenuComponent .contentName .contentCardData{display:inline-block;padding-left:10px;vertical-align:top;width:calc(98% - 50px)}section.sideMenuComponent .contentName .contentCardData .title{color:#061b2b;font-size:16px;margin:5px 0 8px}section.sideMenuComponent .contentName .contentCardData .subtitle{color:#061b2b;font-size:14px;margin:-5px 0 15px}section.sideMenuComponent .contentName .contentCardData .btnName{cursor:pointer;margin:5px 0 10px}section.sideMenuComponent .contentName .contentCardData .btnName:hover{color:#54e046;font-weight:bolder}section.sideMenuComponent .logoLeft{font-size:28px}section.sideMenuComponent .iconHigherImage{display:inline-block;height:50px;margin-right:7px;position:relative}section.sideMenuComponent .imgProfileHigherConsult{display:inline-block;position:relative;vertical-align:middle;width:30px}section.sideMenuComponent .contentProfileHigherConsult{display:inline-block;font-weight:700;padding-left:5px;position:relative;vertical-align:middle;width:calc(95% - 30px)}section.sideMenuComponent .pProfileHigherConsult{color:#898d92;font-size:12px}section.sideMenuComponent .pPhoneProfileHigherConsult{font-size:14px}}@media only screen and (max-width:720px){section.sideMenuComponent{height:fit-content;left:0;overflow-x:hidden;overflow-y:auto;padding:20px;position:fixed;top:0;width:100%;z-index:1000}section.sideMenuComponent .desktop{display:none}section.sideMenuComponent .mobile .contentFakeHeader{height:60px;left:0;position:relative;top:0;width:100%}section.sideMenuComponent .mobile .contentHeader{background-color:#fff;box-shadow:0 3px 10px #0a0a0a0d;height:80px;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:10}section.sideMenuComponent .mobile .container{align-items:center;cursor:pointer;display:inline-block;height:100%;justify-content:center;padding:29px 0 0 20px;vertical-align:top;width:80px}section.sideMenuComponent .mobile #checkbox-menu{opacity:0;position:absolute}section.sideMenuComponent .mobile label{cursor:pointer;display:block;height:22px;position:relative;width:30px}section.sideMenuComponent .mobile label span{background:#54e346;border-radius:30px;display:block;height:5px;position:absolute;transition:.25s ease-in-out;width:100%}section.sideMenuComponent .mobile label span:first-child{top:0}section.sideMenuComponent .mobile label span:nth-child(2){top:8px}section.sideMenuComponent .mobile label span:nth-child(3){top:16px}section.sideMenuComponent .mobile #checkbox-menu:checked+label span:first-child{top:8px;transform:rotate(-45deg)}section.sideMenuComponent .mobile #checkbox-menu:checked+label span:nth-child(2){opacity:0}section.sideMenuComponent .mobile #checkbox-menu:checked+label span:nth-child(3){top:8px;transform:rotate(45deg)}section.sideMenuComponent .mobile .contentIconKeyInput{display:flex;justify-content:space-between;padding:7px 0 0;position:absolute;right:20px;top:0;width:50%}section.sideMenuComponent .mobile .contentLetter{background-color:#54e046;border-radius:50px;color:#fff;font-size:20px;font-weight:700;height:50px;overflow:hidden;padding:10px 0 0;position:relative;text-align:center;top:7px;width:50px}section.sideMenuComponent .mobile .contentHideMenu{background-color:#fff;height:fit-content;left:-20px;max-height:calc(100vh - 110px);overflow-y:auto;padding:20px;position:relative}section.sideMenuComponent .mobile .iconMenu{margin:0 10px 0 0;position:relative;top:2px;width:18px}section.sideMenuComponent .mobile .btnReceiver{background-color:#54e046}section.sideMenuComponent .mobile .btnReceiver,section.sideMenuComponent .mobile .btnSend{border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-weight:bolder;height:29px;margin:2%;padding:8px 0 7px;position:relative;text-align:center;vertical-align:bottom;width:45%}section.sideMenuComponent .mobile .btnSend{background-color:#061b2b}section.sideMenuComponent .mobile .btnSimple{cursor:pointer;height:15px;padding:5px 0 25px 30px;width:85%}}section.BalanceComponent{max-width:810px;position:relative;width:100%}section.BalanceComponent .contentBalance{background-color:#fff;border-radius:8px;box-shadow:3px 3px 15px #1e1e1e12;margin:10px;padding:10px}section.BalanceComponent .contentItemBalance,section.BalanceComponent .contentSubitemBalance{display:inline-block;margin:0 10px;position:relative;vertical-align:top}section.BalanceComponent .label{color:#696c70;font-size:15px}section.BalanceComponent .imgSubitemBalance{display:inline-block;margin-right:10px;position:relative;vertical-align:top;width:20px}section.BalanceComponent .btnSchedule{background-color:#54e046;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-weight:700;padding:7px;text-align:center;vertical-align:top;width:150px}@media only screen and (max-width:720px){section.BalanceComponent{max-width:810px;position:relative;width:100%}section.BalanceComponent .contentBalance{background-color:#fff;border-radius:8px;box-shadow:3px 3px 15px #1e1e1e12;margin:10px;padding:10px}section.BalanceComponent .contentQuickActions{border-radius:8px;margin:0 10px 10px;padding:0 10px 10px;text-align:center}section.BalanceComponent .contentItemBalance{display:block;position:relative;width:100%}section.BalanceComponent .contentButtonQuickActions{background-color:#54e046;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;height:65px;margin:8px;padding:10px;text-align:center;vertical-align:top;width:105px}section.BalanceComponent .contentButtonQuickActions img{display:block;margin:0 auto 3px}section.BalanceComponent .contentSubitemBalance{display:block;margin:10px auto;position:relative;vertical-align:top}section.BalanceComponent .label{color:#696c70;font-size:15px}section.BalanceComponent .imgSubitemBalance{display:inline-block;margin-right:10px;position:relative;vertical-align:top;width:20px}section.BalanceComponent .btnSchedule{background-color:#54e046;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-weight:700;padding:7px;text-align:center;vertical-align:top;width:150px}}.wrg-toggle{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#0000;border:0;cursor:pointer;display:inline-block;padding:0;position:relative;touch-action:pan-x;-webkit-user-select:none;user-select:none}.wrg-toggle-input{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wrg-toggle-check,.wrg-toggle-uncheck{bottom:0;height:6px;line-height:0;margin-bottom:auto;margin-top:auto;opacity:0;position:absolute;top:0;transition:opacity .25s ease;width:5px}.wrg-toggle-check{left:8px}.wrg-toggle-uncheck{opacity:1;right:10px}.wrg-toggle-check span,.wrg-toggle-uncheck span{align-items:center;display:flex;height:6px;justify-content:center;position:relative;width:5px}.wrg-toggle-container{background-color:#454744;border-radius:30px;height:13px;padding:0;transition:all .2s ease;width:25px}.wrg-toggle-circle{background-color:#fafafa;border-radius:50%;box-sizing:border-box;height:11px;left:1px;position:absolute;top:1px;transition:all .5s cubic-bezier(.23,1,.32,1) 0ms;transition:all .25s ease;width:11px}.wrg-toggle--checked .wrg-toggle-check{opacity:1}.wrg-toggle--checked .wrg-toggle-uncheck{opacity:0}.wrg-toggle--checked .wrg-toggle-circle{left:13px}.wrg-toggle--disabled{cursor:not-allowed;opacity:.5;transition:opacity .25s}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}div.slideOverComponent .btnShare{background-color:#fff;border:1px solid #54e046;border-radius:6px;color:#000;cursor:pointer;font-size:14px;font-weight:700;padding:5px 20px;text-align:center}div.slideOverComponent .spaceBetween{display:flex;justify-content:space-between}div.slideOverComponent .spaceBetween span{color:#696c70}div.slideOverComponent .spaceBetween b{color:#000}div.slideOverComponent .btnSave{background-color:#54e046;border-radius:6px;color:#fff;cursor:pointer;display:block;font-weight:700;margin:10px auto;padding:10px;text-align:center}div.slideOverComponent .border{border:1px solid #fff;border-bottom:2px solid #f9f9f9;padding:10px 5px}section.TableContent .contentItemTable{background-color:#fff;border-radius:6px;cursor:pointer;margin:10px 5px;width:96%}section.TableContent .contentItemTable .contentTitleMobile{display:flex;justify-content:space-between;padding:20px;width:96%}section.TableContent .contentItemTable .contentTitleMobile .imgDirection{display:inline-block;margin-right:10px;vertical-align:top}section.TableContent .contentItemTable .contentTitleMobile b{display:inline-block;vertical-align:top}section.TableContent .contentItemTable .row{border-top:1px solid #ebebed;padding:10px 20px}
/*# sourceMappingURL=main.82f2e4e0.css.map*/