:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-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{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right: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{width:100vw;padding:0;left:0;margin:0}.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{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.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{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);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:auto;transform-origin:right}.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,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%{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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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: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{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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)}}:root{--max-width:1100px;--primary-color:#152128;--secondary-color:#1f2b37;--tertiary-color:#9d3640;--tertiary-color-dark:#642229;--tertiary-color-light:#c65964;--quaternary-color:#007bff;--quaternary-color-dark:#0056b3;--premium-color:#00f;--lead-color:gold;--success-color:#90ee90;--success-color-dark:#38e038;--success-color-light:#d2f8d2;--error-color:red;--error-color-dark:#b30000;--error-color-transparent:rgba(255,0,0,.2);--disabled-color:rgba(19,1,1,.3);--shadow-background-color:rgba(0,0,0,.6);--shadow-color:#d3d3d3;--shadow-color-dark:#a9a9a9;--white-color:#fff;--black-color:#000;--ice-color:#efefef;--ice-color-dark:#c9c9c9}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--white-color)}::-webkit-scrollbar{width:.5em;height:.5em;cursor:pointer}::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:1.563rem}::-webkit-scrollbar-thumb{background-color:#a9a9a9;border-radius:1.563rem;cursor:pointer}a{color:inherit;text-decoration:none}@font-face{font-family:__Inter_52d07b;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_52d07b;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_52d07b;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_52d07b;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_52d07b;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");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:__Inter_52d07b;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");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:__Inter_52d07b;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,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}@font-face{font-family:__Inter_Fallback_52d07b;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_52d07b{font-family:__Inter_52d07b,__Inter_Fallback_52d07b;font-style:normal}.customPagination_pagination__3kaRI{width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center;margin:20px 20px 20px auto}.customPagination_arrow__qr7rH{cursor:pointer;transition:.5s}.customPagination_arrow__qr7rH:hover,.customPagination_arrow__qr7rH:last-child:hover{transform:scale(1.3)}.customPagination_pagesList__sjOlE{list-style-type:none;display:grid;width:-moz-fit-content;width:fit-content;grid-template-columns:1fr auto auto auto auto;margin:0 5px}.customPagination_pageItem__DFwGd{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;width:32px;height:32px;border-radius:50%;border:1px solid var(--primary-color);margin:0 2px;font-size:1rem;font-weight:700;display:flex;justify-content:center;align-items:center;transition:.5s}.customPagination_pageItem--active__MESO0{background:var(--primary-color);color:var(--white-color)}.customPagination_pageItem__DFwGd:hover{box-shadow:0 0 0 3px var(--tertiary-color)}.customPagination_pageItem__DFwGd:last-child{margin-right:0}.customPagination_hide__7A8pm{opacity:0}.closeModalButton_closeModalButton__u1YHY{position:absolute;top:0;right:0;width:30px;height:30px;background:var(--error-color);border-top-right-radius:8px;border-bottom-left-radius:8px;font-weight:700;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.5s;z-index:1}.closeModalButton_closeModalButton__u1YHY:hover{box-shadow:-1px 1px 4px 0 var(--primary-color)}.closeModalButton_closeModalButton__u1YHY svg{color:var(--white-color)}.orderedTableHeader_orderedTableHeader__N_p8s{background:transparent}.orderedTableHeader_orderedTableHeader--active__O_rsr{background:var(--tertiary-color)}.modalContainer_background__3_2PY{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;background:#000;opacity:.4}.modalContainer_content__rRFZ8{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;background:var(--white-color);border-radius:8px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.modalContainer_closeButton__kYSNw{position:absolute;top:0;right:0;width:30px;height:30px;background:var(--error-color);border-top-right-radius:8px;border-bottom-left-radius:8px;font-weight:700;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.5s;z-index:1}.modalContainer_closeButton__kYSNw:hover{box-shadow:-1px 1px 4px 0 var(--primary-color)}.modalContainer_closeButton__kYSNw svg{color:var(--white-color)}.loadingHandle_iconContainer__mWzm2{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.loadingHandle_icon__afFX_{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;animation:loadingHandle_rotate__pxBTB .7s linear infinite}@keyframes loadingHandle_rotate__pxBTB{to{transform:rotate(1turn)}}.loadingHandle_error__c_lnf{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding:16px;border:2px solid var(--error-color);text-align:center}.loadingHandle_title__ip9yl{font-size:1.5rem;margin-bottom:10px;font-weight:bolder}.loadingHandle_message__sSzVe{font-size:1rem}.loadingPage_loadingPage__VX__e{position:relative;height:100vh}.loadingPage_loadingPage__VX__e svg{color:var(--primary-color)}.formikInput_formikInput__VV_2Q{display:flex;flex-wrap:wrap;margin-bottom:16px}.formikInput_inputContainer__q9e0u{display:flex;width:100%}.formikInput_input__Hx86l{border-radius:4px;display:block;width:100%;min-width:279px;height:38px;padding:6px 12px;font-size:1rem;line-height:1.5rem;font-weight:400;color:#495057;background-color:var(--white-color);background-clip:padding-box;border:1px solid #ced4da;box-shadow:inset 0 0 0 transparent;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.formikInput_input--error__mloQX{border-color:var(--error-color)}.formikInput_input--error__mloQX:focus{outline:var(--error-color)}.formikInput_input--has-icon__rPpzg{border-top-right-radius:0;border-bottom-right-radius:0}.formikInput_input__Hx86l:disabled{cursor:not-allowed}.formikInput_iconContainer__TKOgC{display:flex;width:42px;height:38px;background-color:#e9ecef;border:1px solid #ced4da;border-radius:4px;margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.formikInput_iconContainer__TKOgC svg{margin:auto}.formikInput_errorMessage__olbJ9{color:var(--error-color);margin:5px 0 0 5px}.dangerModal_dangerModal__WDDMS{display:flex;flex-direction:column;min-width:450px;border-radius:8px;background:var(--white-color);color:#000;border:4px solid var(--error-color)}.dangerModal_title__XJYc0{font-size:2.188rem;font-weight:700;color:var(--error-color);text-align:center;padding:16px 0;margin-bottom:10px;border-bottom:1px solid var(--primary-color);text-transform:uppercase}.dangerModal_confirmation__sVrCZ,.dangerModal_warningMessage__dt67_{font-size:1.125rem;padding:0 16px;text-align:center;margin:2px 0}.dangerModal_confirmation__sVrCZ:nth-of-type(2),.dangerModal_warningMessage__dt67_:nth-of-type(2){margin:10px 0;font-weight:700}.dangerModal_buttonsContainer__hkZxP{display:flex;justify-content:center;margin:10px}.dangerModal_buttonsContainer__hkZxP button{text-transform:uppercase}.customSelect_customSelect__IECmL{margin-bottom:16px;display:flex;flex-direction:column}.customSelect_customSelect__IECmL:first-child{margin-right:16px}.customSelect_title__32K8S{text-transform:capitalize}.customSelect_select__N87yk{width:200px;padding:8px 6px;border-radius:8px}.customSelect_select--error__7J7eC{border-color:red}.customSelect_errorMessage__7u2TD{color:var(--error-color);margin:5px 0 0 5px}.tabsContainer_tabsContainer__cm_a7{position:relative;margin-top:50px}.tabsContainer_contentTabs__mVOD4{list-style-type:none;display:flex;position:absolute;left:10px;top:-34px}.tabsContainer_tab__r9RVq{border:2px solid var(--black-color);background:var(--shadow-color);padding:6px;border-top-left-radius:8px;border-top-right-radius:8px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;margin-right:6px;cursor:pointer;transition:.5s}.tabsContainer_selected__0Qhft{border-bottom:3px solid var(--white-color);background:var(--white-color);box-shadow:inset 0 4px 0 0 var(--tertiary-color)}.tabsContainer_contentData__Yi_US{border:2px solid var(--black-color);border-radius:8px;padding:10px;height:-moz-fit-content;height:fit-content}.customTable_customTable__iow_H{display:flex;flex-direction:column;position:relative;height:100%;overflow:auto}.customTable_list__yMW38{height:100%;overflow-y:scroll;margin-top:10px;box-shadow:inset 0 0 8px 4px var(--shadow-color);border-bottom:2px solid #000;position:relative}.customTable_table__i_oDo{position:relative;width:100%;border-collapse:collapse}.customTable_table__i_oDo td,.customTable_table__i_oDo th{padding:6px 2px 4px}.customTable_table__i_oDo tbody,.customTable_table__i_oDo td,.customTable_table__i_oDo th,.customTable_table__i_oDo thead{border:1px solid #000;height:-moz-fit-content;height:fit-content}.customTable_header__oJi5s{position:-webkit-sticky;position:sticky;top:-1px;z-index:1;background:var(--secondary-color);color:var(--white-color);font-weight:700}.customTable_body__cE8o2{position:relative;height:calc(100dvh - 209px);height:calc(100vh - 209px)}.customRadioInput_switchField__jt7TO{font-family:Lucida Grande,Tahoma,Verdana,sans-serif;overflow:hidden;height:-moz-fit-content;height:fit-content;margin:auto 0;display:flex}.customRadioInput_switchTitle__uhzAg{font-weight:700;margin-bottom:6px}.customRadioInput_switchInput__WtRIy{position:absolute;clip:rect(0,0,0,0);height:1px;width:1px;border:0;overflow:hidden}.customRadioInput_switchInput__WtRIy:checked+label{background-color:var(--success-color);color:#fff;box-shadow:none}.customRadioInput_switchInput__WtRIy:checked+label:last-of-type{background:var(--error-color)}.customRadioInput_switchLabel__wEK0_{width:100px;background-color:#e4e4e4;color:rgba(0,0,0,.6);font-size:.875rem;font-weight:700;text-align:center;text-shadow:none;padding:8px 14px;border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 3px rgba(0,0,0,.3),0 1px hsla(0,0%,100%,.1);transition:all .4s ease-in-out}.customRadioInput_switchLabel__wEK0_:first-of-type{border-radius:4px 0 0 4px}.customRadioInput_switchLabel__wEK0_:last-of-type{border-radius:0 4px 4px 0}.customRadioInput_switchLabel__wEK0_:hover{cursor:pointer}.customFileInput_customFileInput__sc7_G{display:flex;flex-direction:column;margin:8px 0}.customFileInput_title__LaW4R{font-size:1rem}.customFileInput_container__7KC_F{display:flex}.customFileInput_inputWrapper__AsM0v{width:-moz-fit-content;width:fit-content;overflow:hidden;position:relative;padding:5px}.customFileInput_fileInput__NCjvt{cursor:pointer;height:100%;position:absolute;top:0;right:0;z-index:2;font-size:3.125rem;opacity:0;-moz-opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0)}.customFileInput_fileName__dFcmT{padding:5px;margin:auto 2px;font-size:1.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:230px}.custombutton_customButton__08RWE{display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;font-weight:700;color:var(--white-color);box-shadow:0 0 2px 1px var(--shadow-color-dark);border:0;border-radius:8px;cursor:pointer;transition:.5s;position:relative;white-space:nowrap}.custombutton_customButton__08RWE:disabled{background-color:var(--disabled-color);cursor:not-allowed}@keyframes custombutton_rotate__P6s2M{to{transform:rotate(1turn)}}.custombutton_loading__fowUa{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;animation:custombutton_rotate__P6s2M .7s linear infinite}.custombutton_hideMessage__JeBhK{color:transparent}.custombutton_iconLeft__mhMvY{margin-right:8px}.custombutton_iconRight__p8fUM{margin-left:8px}.custombutton_small__2mYrv{padding:8px 12px;font-size:1rem}.custombutton_medium__DM2qK{padding:8px 16px;font-size:1.25rem}.custombutton_large__v8q9M{padding:16px 24px;font-size:1.5rem}.custombutton_default__qJU2u{background:var(--ice-color);color:var(--black-color)}.custombutton_default__qJU2u:hover{background:var(--ice-color-dark)}.custombutton_primary__omtUA{background:var(--tertiary-color)}.custombutton_primary__omtUA:hover{background:var(--tertiary-color-dark)}.custombutton_secondary__B4xgh{background:var(--tertiary-color)}.custombutton_secondary__B4xgh:hover{background:var(--tertiary-color-dark)}.custombutton_tertiary__PceYg{background:var(--quaternary-color)}.custombutton_tertiary__PceYg:hover{background:var(--quaternary-color-dark)}.custombutton_quaternary__dkMGG{background:transparent;box-shadow:none}.custombutton_success__CbOXg{background:var(--success-color)}.custombutton_success__CbOXg:hover{background:var(--success-color-dark)}.custombutton_danger__FY7Fm{background:var(--error-color)}.custombutton_danger__FY7Fm:hover{background:var(--error-color-dark)}