:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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:translate3d(0,var(--y),0) 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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Andromeda Bold;src:url(/fonts/Andromeda-Bold.ttf)}:root{--max-width: 1400px;--primary: #202121;--secondary: #003ea2;--tertiary: #021127;--quaternary: #b9c3d3;--text: #fff;--btn-color: #00a40b;--table-border: #4c4c4c;--table-th-bg: #202121;--table-th-text: #fff;--table-th-sort-hover-bg: #030303;--table-tr-bg: #fff;--table-td-text: #363636;--table-tr-striped-bg: #bfc8d0;--table-tr-striped-text: #fff;--table-tr-hover-bg: #202020;--table-tr-hover-text: #fff}html{font-size:89%}canvas{background-color:#101010b3;border-radius:4px;padding:1em}*{box-sizing:border-box;margin:0;padding:0;font-size:1rem;font-family:Mulish,sans-serif;border:none;outline:none}.logo{font-family:Bungee,cursive;font-size:2.3rem;color:var(--tertiary);font-weight:700;cursor:pointer}a.link{font-size:1.2rem;color:var(--tertiary);font-weight:700;margin-top:1em;margin-bottom:0;text-decoration:underline;cursor:pointer}body{background-color:var(--background);font-size:1.1rem}input,select{width:100%;height:40px;border-radius:5px;padding:1rem;background-color:#fff}.title{font-size:1.5rem;color:#000;font-weight:700;padding-top:1rem}.description{font-size:1rem;font-weight:700;color:#000;padding-top:1rem;text-align:center}.btn-primary{min-width:150px;background-color:var(--btn-color);color:var(--text);border:none;border-radius:5px;padding:.8rem 1rem;cursor:pointer;margin:1rem;font-weight:700}.link{color:var(--primary);text-decoration:none;transition:color .2s}.link:hover{color:var(--secondary);text-decoration:underline}.delete-register-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:1em;gap:1em}.delete-register-action{display:flex;justify-content:center;align-items:center;gap:1em}.delete-register-container p{font-size:1.2em;color:var(--tertiary);text-align:center;margin:1rem}.delete-register-container button{display:flex;justify-content:center;align-items:center;gap:.5em;min-width:150px;background-color:var(--primary);color:var(--text);border:none;border-radius:5px;padding:.8rem 1rem;cursor:pointer;transition:background-color .2s}.delete-register-container button:hover{filter:brightness(.5)}input.rs-input{max-height:34px!important;font-size:1rem!important}div.rs-input-group{border:1px solid var(--primary);align-items:center;outline:none!important}div.rs-input-group span{padding:10px 12px!important}div.rs-input-group span svg{color:red!important}div.rs-picker-input{border:1px solid var(--primary);border-radius:5px;padding:0 1rem;outline:none!important;box-shadow:none!important;background-color:#fff}button.delete{background-color:red}@media screen and (max-width:1024px){html{font-size:90%}}@media screen and (max-width:768px){html{font-size:75%}}@media screen and (max-width:480px){html{font-size:55%}}@font-face{font-family:Bungee;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/bungee-vietnamese-400-normal-B6gKbkHm.woff2) format("woff2"),url(/assets/bungee-vietnamese-400-normal-CmjDSWyd.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Bungee;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/bungee-latin-ext-400-normal-DWzJMwsA.woff2) format("woff2"),url(/assets/bungee-latin-ext-400-normal-DXe9_7Rr.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Bungee;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/bungee-latin-400-normal-Dfnurram.woff2) format("woff2"),url(/assets/bungee-latin-400-normal-DA8IEVW_.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._main_egdx0_1{display:flex;justify-content:center;align-items:center;height:100vh}._container_egdx0_8{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:400px;margin:1rem;padding:2rem;border-radius:5px;box-shadow:0 0 10px #02112733;background-color:#ffffff91;padding:2em;gap:1rem}._logo_egdx0_24{width:90%}._title_egdx0_28{font-size:2rem;color:var(--tertiary);font-weight:700;padding:2rem}._form_egdx0_35{width:90%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}._container_bt6w8_1{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;height:100vh}._container_bt6w8_1 h1{font-size:2em;font-weight:700;margin-top:1rem;color:#000;font-family:Andromeda,sans-serif}._container_bt6w8_1 a{margin-top:1em;font-family:Mulish,sans-serif;font-size:1.1rem;font-weight:700;color:var(--primary)}._spinner_170gs_1{display:inline-block;border:4px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:var(--primary);animation:_spin_170gs_1 1s linear infinite;margin:1em;padding:0}._loader_170gs_11{display:inline-block;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:var(--primary);animation:_spin_170gs_1 1s linear infinite;margin:.2rem;padding:0}@keyframes _spin_170gs_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._field_1q7tq_1{width:100%;padding:.5em}._loader_1q7tq_6{display:none;width:100%}._show_1q7tq_11{display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:5px}._msg_error_1q7tq_18{border:1px solid red}._error_1q7tq_22{color:red;font-size:.8rem}._checkbox_1q7tq_27{width:20px;height:20px}._container_1q7tq_32{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;width:100%;height:65px;gap:.5rem}@media screen and (min-width:768px){select ._field_1q7tq_1{width:100%;min-height:25px!important;padding:.1rem}}._group_pc221_1{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;max-width:350px;padding-right:.5rem}._label_pc221_11{font-size:1rem;font-weight:700;color:var(--primary);margin:0}@media screen and (max-width:768px){._group_pc221_1{max-width:100%}}._container_25a7u_1{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;height:100vh}._btn_25a7u_10{position:absolute;width:18px;height:150px;background-color:#3d3d3d66;transition:all .9s ease;left:0;z-index:99;border-radius:0 30px 30px 0;transition:all .7s ease;font-family:Mulish,sans-serif;font-weight:700;font-size:1.2rem;color:#fff}._btn_25a7u_10:hover{background-color:#3d3d3dcc}@media screen and (min-width:2000px){._btn_25a7u_10{display:none}}._navigation_25a7u_36{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:85px;padding:.2rem;background-color:#fff;position:fixed;box-shadow:0 0 10px #02112733;transition:all .9s ease;top:0;left:0;z-index:98;height:100vh;overflow-y:auto;container-type:inline-size}@container (inline-size < 100vh){._navigation_25a7u_36{justify-content:center}}._options_25a7u_61{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}._item_25a7u_69{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem .2rem .2rem;width:100%;cursor:pointer}._item_25a7u_69:hover{margin-bottom:.5rem}._item_25a7u_69 svg{font-size:2.2rem;color:var(--primary)}._item_25a7u_69 span{font-size:.8rem;color:var(--primary);font-weight:700;text-align:center}._menu_25a7u_95{display:none;position:fixed;font-size:4rem;color:var(--primary);right:15px;bottom:15px;cursor:pointer;background-color:#fff;box-shadow:0 0 10px #02112733;border-radius:4px}@media screen and (max-width:1000px){._navigation_25a7u_36{justify-content:flex-start}._item_25a7u_69 svg{font-size:1.5rem}._item_25a7u_69 span{font-size:.65rem}}@media screen and (max-width:2000px){._navigation_25a7u_36{width:60px;left:-60px}._btn_25a7u_10{left:0}._item_25a7u_69 svg{font-size:1.8rem}._item_25a7u_69 span{font-size:.6rem}._menu_25a7u_95{display:block}._show_25a7u_137{left:0}}._container_1rm7t_1{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;width:100%;min-height:100vh}._content_1rm7t_11{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding-left:85px;min-height:100vh;background-color:#efefef}@media screen and (max-width:2000px){._content_1rm7t_11{padding-left:0rem;margin-left:0;border-left:none}._title_1rm7t_29{font-size:1.2rem}}._container_15keb_1{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;padding:1rem}._card_15keb_11{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:1em;border-radius:5px;min-height:175px;max-width:300px;box-shadow:0 0 10px #0003;background-color:teal}._card_15keb_11 span{font-size:1.2rem;font-weight:bolder;color:#000;font-family:Mulish,sans-serif;padding:0;margin:0}._container_1ah22_1{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:300px;padding:1em;margin:1em;border-radius:5px;min-height:120px;box-shadow:0 0 10px #0003}._title_1ah22_16{font-size:1.7rem;font-weight:bolder;color:#000;font-family:Tahoma,sans-serif;text-transform:uppercase;padding:0;margin:0}._item_1ah22_26{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:.3em;gap:1em}._description_1ah22_36{font-size:1.2em;color:#000;font-family:Mulish,sans-serif;font-weight:bolder;text-transform:uppercase;padding:0;margin:0}._value_1ah22_46{font-size:1.2em;font-weight:700;color:#000;font-family:Mulish,sans-serif;padding:0;margin:0}._content_1ah22_55{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%}._container_1i2cm_1{display:flex;justify-content:flex-end;align-items:center;width:100%;margin-top:20px;padding:.2em 1em;margin-bottom:1em}._pagination_1i2cm_11{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0;padding:0;gap:.2em}._pagination_1i2cm_11 svg{display:flex;justify-content:center;align-items:center;width:25px;border-radius:50%;color:var(--table-th-bg);cursor:pointer;transition:all .3s ease-in-out}._total_1i2cm_32{display:flex;justify-content:center;align-items:center;gap:.5em}._active_1i2cm_40{font-family:Mulish,sans-serif;font-size:.8rem;font-weight:700;padding:0px .3rem;border-radius:2px;cursor:pointer;background-color:var(--table-th-bg);color:#fff}._page_1i2cm_51{font-family:Mulish,sans-serif;font-size:.8rem;font-weight:700;padding:0px .3rem;border-radius:2px;color:var(--table-th-bg);cursor:pointer}._page_1i2cm_51:hover{background-color:var(--table-th-bg);color:#fff}._items_1i2cm_66{font-family:Mulish,sans-serif;font-size:.8rem;font-weight:700;color:var(--table-th-bg)}@media screen and (max-width:900px){._items_1i2cm_66,._page_1i2cm_51{font-size:.7rem}}@media screen and (max-width:600px){._items_1i2cm_66,._page_1i2cm_51{font-size:.6rem}}._search_container_19r2u_1{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.5rem}._options_19r2u_10{height:34px;padding:.3rem;border-radius:5px;border:1px solid var(--table-border);outline:none;margin:none;width:auto}._form_19r2u_20{display:flex;flex-direction:row;align-items:center;position:relative;gap:10px}._field_19r2u_28{height:34px;padding:.3rem;border-radius:5px;border:1px solid var(--table-border);outline:none;margin:none;text-align:center;min-width:150px}@media screen and (max-width:900px){._field_19r2u_28{width:100%;height:25px;padding:.1rem}._options_19r2u_10{height:25px;padding:.1rem}}._container_1bl19_1{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;padding:1rem;overflow-x:auto}._table_container_1bl19_11{display:inline-block;width:100%;overflow-x:auto;padding-bottom:.2em}._table_container_1bl19_11::-webkit-scrollbar{width:.4em;height:5px}._table_container_1bl19_11::-webkit-scrollbar-track{box-shadow:inset 0 0 6px var(--primary);border-radius:2px}._table_container_1bl19_11::-webkit-scrollbar-thumb{background-color:var(--primary);outline:none;width:30%;border-radius:4px}._head_1bl19_34{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;width:100%}._table_1bl19_11{margin-top:1em;border-collapse:collapse;table-layout:inherit;border-spacing:0;width:100%}._thead_1bl19_51{background-color:var(--table-th-bg)}._thead_1bl19_51 th{border:1px solid var(--table-border);font-family:Mulish,sans-serif;font-weight:700;font-size:.9em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;padding:.2em 18px .2em .5em;position:relative;color:var(--table-th-text);-webkit-user-select:none;user-select:none}._table_1bl19_11 th[class*=sortable]{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}._table_1bl19_11 th[class*=sortable]:hover{background-color:var(--table-th-sort-hover-bg)}._table_1bl19_11 th[class*=sortable]:after,._table_1bl19_11 th[class*=sortable]:before{border:4px solid transparent;content:"";display:block;position:absolute;top:50%;right:5px;width:0;height:0}._table_1bl19_11 th[class*=sortable][id=""]:before,._table_1bl19_11 th[class*=sortable][id*=asc]:before{border-bottom-color:var(--table-text);margin-top:-9px}._table_1bl19_11 th[class*=sortable][id=""]:after,._table_1bl19_11 th[class*=sortable][id*=desc]:after{border-top-color:var(--table-text);margin-top:1px}._tbody_1bl19_103{width:100%;background-color:var(--table-tr-bg)}._tbody_1bl19_103 tr:nth-child(2n){background-color:var(--table-tr-striped-bg)}._tbody_1bl19_103 tr:hover{background-color:var(--table-tr-hover-bg)}._tbody_1bl19_103 tr:hover td{color:var(--table-tr-hover-text)}._tbody_1bl19_103 td{border-bottom:.5px solid var(--table-border);border-left:.5px solid var(--table-border);border-right:.5px solid var(--table-border);font-family:Mulish,sans-serif;font-weight:700;font-size:.8em;color:var(--table-td-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;padding:.2em .5em}._actions_1bl19_134{place-items:center;overflow:visible!important}._actions_1bl19_134>svg{cursor:pointer;margin:0px .1rem}._empty_1bl19_144{color:var(--table-td-text);font-weight:700;margin:2rem}._title_1bl19_150{font-family:Mulish,sans-serif;font-weight:700;font-size:1.5em;color:var(--table-td-text);width:auto}@media screen and (max-width:1000px){._container_1bl19_1{padding:.5rem}._title_1bl19_150{font-size:1.3em}._table_1bl19_11{margin-top:.5rem}}._delete_96nlh_1{font-size:2rem;padding:.1em;background-color:#f52314;border-radius:4px;color:#fff;cursor:pointer}._update_96nlh_10{font-size:2rem;padding:.1em;border-radius:4px;background-color:var(--primary);color:#fff;cursor:pointer}._save_96nlh_19{font-size:1rem;padding:.55em;border-radius:4px;background-color:var(--primary);color:#fff;margin-left:1em;margin-top:1em;min-width:100px;cursor:pointer}._cancel_96nlh_31{font-size:1rem;padding:.55em;border-radius:4px;background-color:#f52314;color:#fff;min-width:100px;cursor:pointer}._confirm_96nlh_41{font-size:1rem;padding:.55em;border-radius:4px;background-color:var(--secondary);color:#fff;margin-left:1em;min-width:100px;cursor:pointer}._refund_96nlh_52{font-size:2rem;padding:.1em;border-radius:4px;background-color:#dca500;color:#fff;cursor:pointer}._cancelInvoice_96nlh_61{font-size:2rem;padding:.1em;border-radius:4px;background-color:#1e90ff;color:#fff;cursor:pointer}._payment_96nlh_70{font-size:.8rem;border-radius:2px;padding:.1em 1em;background-color:#dca500;color:#000;cursor:pointer}._register_96nlh_81{font-size:1rem;height:34px;border-radius:4px;background-color:var(--primary);color:#fff;min-width:120px;text-wrap:nowrap;cursor:pointer}@media screen and (max-width:900px){._register_96nlh_81{height:25px;padding:.1rem}}@media screen and (max-width:768px){._download_96nlh_100{margin-top:1em}}._container_s8yfm_1{display:flex;width:100vw;height:100vh;justify-content:center;align-items:center;background-color:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);position:fixed;top:0;left:0;z-index:1200}._modal_s8yfm_15{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:500px;height:auto;padding:1em;margin:.5em;background-color:#fff;box-shadow:0 0 5px #0009;border-radius:5px}._header_s8yfm_30{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:auto;padding:.5em;position:relative}._header_s8yfm_30 h2{font-family:Andromeda,sans-serif;font-size:1.5em;color:var(--primary);margin:0}._header_s8yfm_30>._close_s8yfm_48{display:flex;justify-content:center;text-align:center;position:absolute;width:30px;height:30px;border-radius:50%;color:#000;font-size:1.5em;cursor:pointer;top:0;right:0}._body_s8yfm_63{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;padding:1em}._body_s8yfm_63 p{font-size:1.2em;color:#000;margin:0;text-align:center}._modal_s8yfm_15._invert_s8yfm_80{background-color:#181818;box-shadow:0 0 2px #fff9}._invert_s8yfm_80 ._body_s8yfm_63{background-color:#181818}._invert_s8yfm_80 ._close_s8yfm_48{background-color:#fff;color:#181818}._invert_s8yfm_80 ._header_s8yfm_30 h2{color:#fff}._form_15bbx_1{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:700px;gap:.5rem;padding:1rem}._line_15bbx_12{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;gap:.4rem}._group_15bbx_21{display:flex;flex-direction:column;width:100%;max-width:350px}._group_15bbx_21 label{font-size:1.2rem;margin-bottom:5px}._group_15bbx_21 input,._group_15bbx_21 textarea,._group_15bbx_21 select{width:100%;padding:.5rem;font-size:1rem;border:1px solid var(--primary);border-radius:.2rem}._submit_15bbx_57{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%}._submit_15bbx_57 button{width:100%;max-width:200px;background-color:var(--primary);border:none;padding:.5rem;border-radius:.2rem;color:#fff;cursor:pointer;font-size:1rem;margin-top:10px}._header_1l5pb_1{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;padding:1rem 1rem 1.5rem;position:relative}._header_1l5pb_1 h1{font-size:1.5rem}._button_1l5pb_16{position:absolute;right:1rem;min-width:100px;height:2.7rem;background-color:var(--primary);border:none;padding:.25rem .4rem;border-radius:.2rem;color:#fff;cursor:pointer}@media screen and (min-width:900px){._header_1l5pb_1{padding:.5rem}._header_1l5pb_1 h1{font-size:1rem}}._breadcrumb_f3v1y_1{display:flex;flex-wrap:wrap;padding:0;margin:0;list-style:none;justify-content:center;align-items:flex-end}._link_f3v1y_11{color:var(--secondary);text-decoration:none;font-size:1.1rem;font-weight:700;margin-top:.3rem}._link_f3v1y_11:hover{text-decoration:underline}._arrow_f3v1y_23{margin:0rem .5rem;color:var(--secondary);font-size:1.5rem}._container_om018_1{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:1rem;width:100%}._container_om018_1 h2{font-size:2rem;font-weight:700;margin-left:1rem}._container_1c9by_1{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:95vh;padding:0;border-radius:4px}@media screen and (max-width:780px){._container_1c9by_1{border-radius:0;margin:0;width:100%}}._row_1xavj_1{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;width:100%;gap:1rem}._form_1xavj_11{display:flex;width:auto;gap:.2rem;padding:0;margin-left:1rem;margin-bottom:.2rem;align-items:center;justify-content:center}#_date_1xavj_1,#_time_1xavj_1{font-size:1.2rem;font-weight:700;color:var(--tertiary);text-align:center;max-width:250px;border:1px solid var(--primary)}._hour_1xavj_32{font-size:25px;font-weight:700;color:#fff;text-align:center;max-width:250px;text-wrap:nowrap}._sync_1xavj_41{width:15px;height:15px;background-color:red;border-radius:50px}._banner_1xavj_48{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;height:80px;padding:1rem;position:absolute;top:0;left:0;z-index:1}._content_1xavj_62{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5em;align-items:center;justify-content:center;width:100%;max-width:500px;background-color:#fff;padding:1rem;margin-top:5px;border-radius:5px;box-shadow:0 0 10px #0003}._content_1xavj_62 span{font-size:1.2rem;font-weight:700;color:#000;font-family:Mulish,sans-serif;padding:0;margin:0}._content_1xavj_62 a{font-size:1.2rem;font-weight:700;color:#0250be;font-family:Mulish,sans-serif;padding:0;margin:0}._status_1xavj_96{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5em}@media screen and (max-width:768px){._row_1xavj_1{flex-direction:row!important}._form_1xavj_11{width:calc(100% - 2rem)}._hour_1xavj_32{font-size:2em}._content_1xavj_62{max-width:100%}._status_1xavj_96{width:100%}}._container_133de_2{position:relative;display:inline-block;margin-right:4px}._tooltip_133de_8{visibility:hidden;opacity:0;color:#fff;text-align:center;padding:6px 10px;border-radius:5px;position:absolute;z-index:999999;top:-100%;right:0%;white-space:nowrap;background-color:#080808;border:1px solid #fff;font-size:1rem;font-weight:700;font-family:Mulish,sans-serif;transition:opacity .2s ease,visibility .2s ease}._tooltip_133de_8:after{content:"";position:absolute;top:100%;left:90%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#080808 transparent transparent transparent}._container_133de_2:hover ._tooltip_133de_8{visibility:visible;opacity:1}._badge_hua1t_1{padding:4px 8px;border-radius:4px;color:#fff;font-weight:700;font-size:.8rem;text-transform:uppercase;display:inline-block}._active_hua1t_11{background-color:#28a745}._inactive_hua1t_15{background-color:#dc3545}._actions_1ee72_1{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;padding-right:1rem}._actions_1ee72_1 button{font-size:1rem;padding:.5rem 1rem;border-radius:5px;border:none;background-color:#151515;color:#fff;cursor:pointer;transition:all .3s ease-in-out}._field_1ee72_21{border:1px solid #ccc}._container_r7lct_1{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center}._header_r7lct_9{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:1rem;max-width:var(--max-width)}._nav_r7lct_19{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1em}._nav_r7lct_19 a{font-weight:700;color:#fff;padding:.5em 1em;font-size:1.2em;cursor:pointer;transition:all .3s ease-in-out;background-color:var(--btn-color);border-radius:5px;text-decoration:none;min-width:100px;text-align:center}._section_r7lct_43{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#001533;width:100%;min-height:700px;padding:1em}._content_r7lct_54{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1em;padding:2em;max-width:var(--max-width)}._section_r7lct_43 h2{font-weight:700;padding-top:2rem;padding-bottom:1rem;color:#000}._hero_r7lct_71{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:50%;min-height:21rem;gap:1.5rem}._hero_r7lct_71 strong{font-size:2.5rem;font-weight:bolder;color:#000;text-transform:uppercase;text-wrap:nowrap;font-family:Andromeda,sans-serif;text-align:center}._hero_r7lct_71 span{font-size:1.2rem;font-weight:700;color:#000;padding:1rem;text-align:center}._features_r7lct_99{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:50%}._features_r7lct_99 span,._security_r7lct_108{font-size:1.5rem;font-weight:700;text-transform:uppercase;font-family:Andromeda,sans-serif;color:#000}._checklist_r7lct_116{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;width:100%;padding:.5rem}._checklist_r7lct_116 svg{color:var(--btn-color)}._row_r7lct_130{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%}._row_r7lct_130 p{font-size:1.1rem;color:#000;padding:1rem;width:95%}._row_r7lct_130 strong{font-size:1.1rem;font-weight:700;color:#000}._description_r7lct_151{font-size:1.2rem;font-weight:700;color:#000;padding:1rem;text-align:center}._action_r7lct_159{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:1rem}._action_r7lct_159 span{font-size:1.4rem;font-weight:700;color:#000}._action_r7lct_159 a{font-weight:700;color:#fff;padding:1rem;font-size:1.2em;cursor:pointer;background-color:var(--btn-color);border-radius:5px;text-decoration:none;min-width:200px;text-align:center}._checklist_r7lct_116 span{font-size:1.2rem;font-weight:700;color:#000;padding:.8rem}@media screen and (max-width:900px){._content_r7lct_54{flex-direction:column;max-width:100%}._hero_r7lct_71,._features_r7lct_99{width:100%}._hero_r7lct_71{justify-content:center}._hero_r7lct_71 strong{font-size:2.1rem}._nav_r7lct_19 a{padding-top:1rem;padding-bottom:1rem}._section_r7lct_43{min-height:auto}._section_r7lct_43 h2{margin-top:1rem;font-size:2rem}}._container_1vud4_1{position:fixed;bottom:0;left:0;width:100%;background-color:transparent;padding:1rem;display:flex;justify-content:center;align-items:center;z-index:1000}._content_1vud4_14{background-color:#fff;padding:1rem;border-radius:.5rem;box-shadow:0 0 .5rem #0003;display:flex;justify-content:space-between;align-items:center;width:100%;max-width:900px;color:#000;font-size:1.2rem;font-weight:500;line-height:1.5;text-align:center;transition:all .3s ease-in-out;border:1px solid #080808}._content_1vud4_14 button{background-color:#00a800;color:#fff;padding:.5rem 1rem;border:none;border-radius:.5rem;font-size:1.2em;font-weight:500;cursor:pointer}._content_1vud4_14 p{margin:0 1em;font-size:.9em;font-weight:500;line-height:1.5;text-align:center}._plan_f90fq_1{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;width:100%;min-width:410px;max-width:350px;min-height:550px;background-color:#ffffffb3;border:1px solid #000;border-radius:7px 7px 0 0;box-shadow:0 0 5px #000c;margin-top:1rem}._details_f90fq_18{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:1em;min-height:500px}._details_f90fq_18 h4{font-family:Bungee,sans-serif;font-size:2.4em;font-weight:700;color:#000;margin-bottom:.2em;margin-top:1rem;margin-bottom:.5rem}._price_container_f90fq_39{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;margin-bottom:2rem}._price_f90fq_39{display:flex;justify-content:center;align-items:center;width:100%;position:relative;min-height:100px}._amount_f90fq_57{font-family:Mulish,sans-serif;font-size:2.6em;font-weight:700;color:#03b2e8}._period_f90fq_64{position:absolute;font-family:Mulish,sans-serif;font-size:1.2em;font-weight:700;color:#000;margin-top:30px;top:30px;right:30%}._tag_f90fq_75{display:flex;justify-content:center;align-items:center;position:absolute;top:-15px;left:auto;width:50%;height:20px;background-color:#e62204;color:#fff;font-family:Mulish,sans-serif;font-size:1em;font-weight:700;border-radius:5px;padding:1em}._details_f90fq_18 ._button_f90fq_93{font-family:Mulish,sans-serif;font-size:1.3em;font-weight:700;color:#fff;background-color:var(--btn-color);border:none;border-radius:5px;padding:.5em 1em;text-decoration:none;text-align:center;cursor:pointer;margin:1em 1em 0;min-width:250px;margin-top:3rem}._feature_f90fq_111{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;gap:1rem;padding:.2rem}._feature_f90fq_111 svg{width:20px;color:var(--btn-color)}._feature_f90fq_111 span,._feature_f90fq_111 strong{font-size:1.3rem;font-weight:700;color:#000}@media screen and (max-width:900px){._plan_f90fq_1{min-width:250px;min-height:auto;margin-top:2rem;max-width:90%}._price_f90fq_39{min-height:50px}._period_f90fq_64{top:0;right:20%}._details_f90fq_18{min-height:auto}._details_f90fq_18 ._button_f90fq_93{min-width:150px}._feature_f90fq_111 svg{width:15px}}._dscoding_1xlgx_1{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.8em;background-color:#000e16;width:100%;font-family:Mulish,sans-serif}._container_1xlgx_12{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;max-width:1200px}._container_1xlgx_12 p{color:#fff;font-size:.8em;font-weight:600}._container_1xlgx_12 p svg{color:red;fill:red;width:1.5em}._container_1xlgx_12 p a{color:#fff;font-size:1em}._footer_1dghs_1{display:flex;justify-content:center;align-items:center;background-color:#080808;width:100%;height:100px;padding:1em}._footer_1dghs_1 span{color:#fff;font-weight:700;font-size:1.1em}@media(max-width:768px){._footer_1dghs_1{height:70px}._footer_1dghs_1 span{font-size:.8em}}._container_16lnn_1{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:calc(100vh - 100px)}._content_16lnn_10{display:flex;flex-direction:row;align-items:center;justify-content:center;width:80%;background-color:#080808;gap:2rem;padding:2rem;border-radius:7px;box-shadow:0 0 10px #02112733;max-width:900px;min-height:50%}._plan_16lnn_25{display:flex;flex-direction:column;align-items:center;justify-content:center;width:50%;min-height:50%}._plan_16lnn_25 h2{font-size:1.5rem;font-weight:700;color:#fff}._card_16lnn_40{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%;background-color:#fff;padding:1rem;border-radius:5px}._row_16lnn_52{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}._row_16lnn_52 span{font-size:1.1rem;font-weight:700;color:#000}._steps_16lnn_66{display:flex;flex-direction:column;align-items:center;justify-content:center;width:50%;gap:1rem}._steps_16lnn_66 h3{font-size:1.5rem;font-weight:700;color:#fff}._form_16lnn_81{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:1rem;padding:1rem}._form_16lnn_81 input,._form_16lnn_81 select{width:100%;height:45px;padding:.5rem;border-radius:5px;border:1px solid #ccc;font-size:1.1rem;font-weight:700;outline:none}._form_16lnn_81 ._password_16lnn_103{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;position:relative}._form_16lnn_81 button{width:100%;height:45px;border-radius:5px;border:none;background-color:green;color:#fff;font-size:1.2rem;font-weight:700;cursor:pointer;outline:none}._form_16lnn_81 ._password_16lnn_103 svg{position:absolute;cursor:pointer;font-size:1.5rem;color:#000;transition:all .3s ease-in-out;width:25px;height:25px;background-color:transparent;right:10px}._form_16lnn_81 label{font-size:1.2rem;font-weight:700;color:#fff}@media(max-width:768px){._container_16lnn_1{height:calc(100vh - 70px)}._content_16lnn_10{flex-direction:column-reverse;width:100%;height:100%;border-radius:0;border-bottom:1px solid #ccc}._plan_16lnn_25,._steps_16lnn_66{width:100%;min-height:auto}._card_16lnn_40{background-color:transparent}._card_16lnn_40 span{color:#fff;font-size:1.3rem;font-weight:700}}._container_1elfx_1{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:calc(100vh - 112px)}._body_1elfx_10{display:flex;flex-direction:column;align-items:center;justify-content:center;width:80%;background-color:#080808;gap:2rem;padding:2rem;border-radius:7px;box-shadow:0 0 10px #02112733;max-width:900px;min-height:50%}._content_1elfx_24{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;gap:2rem;padding:2rem;border-radius:7px;min-height:50%}._loading_1elfx_36{display:flex;align-items:center;justify-content:center;width:100%}._steps_1elfx_43{display:flex;flex-direction:column;align-items:center;justify-content:center;width:50%;min-width:200px;gap:1rem}._steps_1elfx_43 h3{font-size:1.5rem;font-weight:700;color:#fff}._plan_1elfx_59{display:flex;flex-direction:column;align-items:center;justify-content:center;width:50%;min-height:80%}._plan_1elfx_59 h2{font-size:1.5rem;font-weight:700;color:#fff}._card_1elfx_74{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%;background-color:#fff;padding:1rem;border-radius:5px}._row_1elfx_86{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}._row_1elfx_86 span{font-size:1.1rem;font-weight:700;color:#000}._pix_1elfx_100{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:350px}._pix_1elfx_100 span{font-size:1rem;font-weight:700;color:#fff;margin:1em}._copy_1elfx_116{cursor:pointer;font-size:1.1rem;font-weight:700;color:#000;text-align:center;margin-top:.5rem;background-color:#fff;max-width:316px;padding:.5rem 1rem;overflow:hidden;text-overflow:ellipsis;max-height:33px;text-wrap:nowrap;border-radius:5px}._form_1elfx_135{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:700px;gap:.5rem}._form_1elfx_135>button{width:100%;height:45px;border-radius:5px;border:none;background-color:green;color:#fff;font-size:1.2rem;font-weight:700}._form_1elfx_135>select{width:100%;height:45px;padding:.5rem;border-radius:5px;border:1px solid #ccc;font-size:1.1rem;font-weight:700}@media(max-width:768px){._container_1elfx_1{height:100vh}._content_1elfx_24{flex-direction:column-reverse;width:100%;height:100%;border-radius:0;border-bottom:1px solid #ccc}._plan_1elfx_59,._steps_1elfx_43{width:100%;min-height:auto}._card_1elfx_74{background-color:transparent}._card_1elfx_74 span{color:#fff;font-size:1.3rem;font-weight:700}}._container_1h476_1{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;padding:1rem;gap:.5rem}._header_1h476_12{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:1rem;background-color:#f0f0f0}._header_1h476_12 button{border-radius:5px;border:none;background-color:#d80000;color:#000;font-size:1rem;font-weight:700;cursor:pointer;padding:.6rem 1rem}._title_1h476_33{font-size:1.5rem;font-weight:bolder;color:#000;font-family:Mulish,sans-serif;padding:0;margin:0}._card_1h476_42{display:flex;position:relative;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:.5em;border-radius:5px;box-shadow:0 0 10px #0003}._message_1h476_54{font-size:.8rem;font-weight:700;color:#000;font-family:Mulish,sans-serif;padding:0;margin:1.5em 0 0;width:100%;max-width:100%;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}._time_1h476_69{position:absolute;top:.5rem;right:1em;font-size:.8rem;font-weight:700;color:#000;font-family:Mulish,sans-serif;padding:0;margin:0}._filter_1v5hq_1{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;max-width:700px;gap:.5rem}._filter_1v5hq_1 select,._filter_1v5hq_1 input{font-size:1rem;padding:.5rem}._vol_1v5hq_17{display:flex;padding-top:.5rem;gap:1rem}._vol_1v5hq_17 select{min-width:140px;padding:.3rem}._vol_1v5hq_17 button{background-color:#121212;color:#fff;border-radius:4px;min-width:150px}._header_lawmp_1{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:1rem}._header_lawmp_1 h2{font-size:1.5rem;font-weight:700;color:#000}._header_lawmp_1 button{height:40px;border-radius:5px;border:none;background-color:#000;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;padding:.5rem}._container_lawmp_28{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;width:100%;padding:1rem}._card_lawmp_37{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:280px;min-height:120px;padding:1rem;border-radius:5px;border:1px solid #ccc;background-color:#161616;box-shadow:0 0 10px #0000001a;gap:2rem}._row_lawmp_53{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;margin-bottom:.5rem;font-size:.9rem;font-weight:700;color:#000}._row_lawmp_53 span{font-size:1.2rem;font-weight:700;color:#fff}._row_lawmp_53 svg{width:20px;height:20px;color:red;cursor:pointer;transition:all .3s ease-in-out}._row_lawmp_53 svg:hover{color:#fff}@media screen and (max-width:768px){._header_lawmp_1 h2{font-size:1.4rem}._container_lawmp_28{flex-direction:column;justify-self:center;align-self:center}._button_lawmp_94{font-size:.8rem;padding:.5rem}}._form_lqwfr_1{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:1em;gap:1em}._form_lqwfr_1>button>span{padding:.5em 1em;border-radius:5px;font-family:Mulish,sans-serif;font-weight:600;font-size:1.2em;margin-bottom:.5em;color:#fff!important}._btn_pay_lqwfr_21{width:100%;min-height:2.8em;margin-top:20px;padding:.6em 1em;outline:none;border:none;border-radius:5px;font-family:Mulish,sans-serif;font-weight:600;cursor:pointer;font-size:1em;background-color:#1e40af}@keyframes _spinner_lqwfr_1{to{transform:rotate(360deg)}}._bounce1_lqwfr_42{width:1.5em;height:1.5em;border:2.5px solid #fff;border-radius:50%;border-top-color:#000505e6;animation:_spinner_lqwfr_1 1.1s linear infinite;margin:0 auto}._container_3h14n_1{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;width:100%;padding:1rem;gap:1rem}._card_3h14n_11{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:350px;padding:1em;border-radius:5px;box-shadow:0 0 10px #0003}._title_3h14n_23{font-size:1.5rem;font-weight:bolder;color:#000;font-family:Mulish,sans-serif;padding:0;margin:0}._row_3h14n_32{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;margin:0;padding:.15rem;gap:.5em}._row_3h14n_32 span{font-size:1rem;font-weight:700;color:#000;font-family:Mulish,sans-serif;padding:0;margin:0}
