: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-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;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;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;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{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{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,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--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: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%{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:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) 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: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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}button{background:none;border-radius:.5rem;color:inherit;cursor:pointer;font-family:inherit;font-size:inherit;min-width:-webkit-fit-content;min-width:fit-content}.Buttons_submit__i6VFg{display:flex;font-size:.875rem;padding:.5rem 4rem}button:has(.Buttons_icon__GBhl0){align-items:center;display:flex;gap:.5rem;justify-content:center}.Buttons_cta__pT0U1,.Buttons_upload__aRyfl{border:none;font-size:.875rem;padding:.5rem 1.125rem}.Buttons_approve__aR0zX,.Buttons_cancel__gDgSf,.Buttons_reject__1Gic3{border:none;border-radius:.25rem;color:#fff;font-size:.75rem;padding:.5rem 1rem}.Buttons_approve__aR0zX{background:#4aca72}.Buttons_reject__1Gic3{background:red}.Buttons_ghost_delete__uzAht{border:1px solid #ff000080;border-radius:.25rem;color:red;font-size:.75rem;margin-left:1rem;padding:.5rem 1rem;transition:background .3s ease-in-out}.Buttons_cta__pT0U1,.Buttons_submit__i6VFg,.Buttons_upload__aRyfl{background:var(--secondary-color);border:none}.Buttons_ghost_outline__XyUqb,.Buttons_ghost_outline_normal__i-3Fq,.Buttons_ghost_outline_round__6Juld{border:1px solid var(--gray-light);color:var(--gray-dark);font-size:.75rem;padding:.5rem 1rem}.Buttons_ghost_outline__XyUqb,.Buttons_ghost_outline_normal__i-3Fq{border-radius:.25rem}.Buttons_ghost_outline_round__6Juld{border-radius:.5rem}.Buttons_ghost_outline_normal__i-3Fq{font-size:inherit}.Buttons_ghost__nk4Rc,.Buttons_ghost_gray__5qZMe,.Buttons_ghost_gray_no_underline__ljoDu,.Buttons_ghost_no_underline__n6znL{border:none;font-size:inherit;padding:0;text-decoration:underline}.Buttons_ghost_gray__5qZMe,.Buttons_ghost_gray_no_underline__ljoDu{color:var(--gray-dark)}.Buttons_ghost_gray_no_underline__ljoDu,.Buttons_ghost_no_underline__n6znL{text-decoration:none}.Buttons_toggle__EdvVp{background:none;border:none;color:inherit;cursor:pointer;font-size:1.5rem;transition:transform .2s ease-in-out}.Buttons_toggle__EdvVp:not(.Buttons_open__7Cm3u){transform:rotate(180deg)}.Buttons_end__4tkSf{align-self:end}.Buttons_start__NfKax{align-self:start}.Buttons_center__eUskd{align-self:center}.Buttons_icon__GBhl0{font-size:1rem}.Buttons_cancel__gDgSf,.Buttons_close__LhBdP{background:var(--gray-dark)}.Buttons_close__LhBdP{align-self:center;border:none;border-radius:.5rem;color:#fff;font-size:.75rem;padding:.5rem 2.5rem}.Buttons_large__nF26v{font-size:1rem}.Buttons_delete_image_button__CC-FM{background:#1e1e1e99;border:none;border-radius:0;bottom:.5rem;color:#fff;padding:.25rem;position:absolute;right:.5rem}.DeleteUser_page__FaRS4{background-color:var(--primary-color);background-image:url(/static/media/undraw_abstract_re_l9xy%201.7e48db6c83cb0d5c349a.svg);background-position:0 100%;background-repeat:no-repeat;background-size:contain;box-sizing:border-box;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;height:100vh;max-width:100vw;overflow:hidden;padding:3.75rem 5rem 5rem}.DeleteUser_logo_wrapper__XmTUg{color:#fff;display:flex;flex-direction:column;gap:.25rem;width:-webkit-max-content;width:max-content}.DeleteUser_logo__iN1v6{font-family:var(--font-logo);font-size:7.5rem;line-height:6.25rem}.DeleteUser_logo_tagline__Z1n5S{font-size:1.375rem;text-align:center}.DeleteUser_right__mxRh3{align-content:end}.DeleteUser_form_wrapper__JfZJR{align-self:end;background:#fff;border-radius:1.5rem;box-sizing:border-box;max-width:40rem;padding:4rem}.DeleteUser_form__nIzTG,.DeleteUser_form_wrapper__JfZJR{display:flex;flex-direction:column;gap:4rem}.DeleteUser_title__HaAU9{font-size:1.5rem;font-weight:500}.DeleteUser_column__fgQrN{display:flex;flex-direction:column;gap:.75rem}.DeleteUser_row__Gdg2T{align-items:center;display:flex;gap:.75rem}.DeleteUser_label__pvnvl{font-size:1.125rem}.DeleteUser_input__CPo9b{background:var(--gray-light-50);border:1px solid var(--gray-light);border-radius:.5rem;box-sizing:border-box;font-family:inherit;font-size:1rem;outline:none;padding:.75rem .5rem}.DeleteUser_otp_input__cTwoQ{font-size:1.25rem;height:2.75rem;text-align:center;width:2.75rem}.DeleteUser_row__Gdg2T:has(.DeleteUser_otp_input__cTwoQ){gap:1rem}select.DeleteUser_input__CPo9b{overflow:hidden;width:3.25rem}.DeleteUser_input__CPo9b::placeholder{color:var(--color-body-text);font-size:1rem}.DeleteUser_otp_resend__PkUZ0{background-color:initial;border:none;color:inherit;cursor:pointer}.DeleteUser_otp_resend__PkUZ0:hover{text-decoration:underline}.DeleteUser_otp_resend__PkUZ0:disabled:hover{text-decoration:none}.DeleteUser_submit__szkqE{align-self:end;background:var(--secondary-color);border:none;color:var(--color-body-text);font-family:inherit;font-size:1.25rem;padding:1rem 5rem;transition:all .3s ease-in-out}.DeleteUser_submit__szkqE:disabled{background:var(--gray-dark);color:#fff;cursor:not-allowed;opacity:1!important}.DeleteUser_error_modal__nnF2U{align-items:center;display:flex;flex-direction:column;gap:1.5rem;text-align:center;width:20rem}:root{--color-primary:#004c32;--color-secondary:#fbdf26;--color-secondary-dark:#f3d620;--color-bg-base:#fff;--color-paper-bg:#f4f4f4;--color-primary-contrast:#fff;--color-secondary-contrast:#1e1e1e;--color-gray-100:#d8d8d8;--color-gray-100-50:#d8d8d880;--color-gray-700:grey;--color-text-primary:#1e1e1e;--font-family-primary:"Mulish",sans-serif;--font-family-logo:"League Spartan",sans-serif;--primary-color:#004c32;--secondary-color:#fbdf26;--gray-light:#d8d8d8;--gray-light-50:#d8d8d880;--gray-dark:grey;--color-body-text:#1e1e1e;--sidebar-width:260px;--font-logo:"DM Serif Display",serif;--page-width-px:1275px;--page-height-px:1650px}body{background-color:#fff;background-color:var(--color-bg-base);color:#1e1e1e;color:var(--color-text-primary);font-family:Mulish,sans-serif;font-family:var(--font-family-primary);margin:0}a,a:visited{color:inherit}img{height:auto;max-width:100%}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9e9e9e}::-webkit-scrollbar-track{background:#f5f5f5}.sr-only{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.divider{box-sizing:border-box;width:100%}.vertical_divider{background-color:#d8d8d8;background-color:var(--gray-light);height:100%;justify-self:center;width:1px}.color_swatch{border-radius:.25rem;height:1.5rem;width:1.5rem}.color_swatch--gray,.status_canceled{background-color:#aaa}.status_unchecked{background-color:#ff000010}.color_swatch--red,.status_completed{background-color:red}.status_on-going{background-color:#fc0;color:#1e1e1e;color:var(--color-body-text)}.color_swatch--green,.status_approved,.status_available{background-color:#4aca72;color:#1e1e1e;color:var(--color-body-text)}.color_swatch--orange{background-color:orange}.color_swatch--blue,.status_on-hold{background-color:#64b5f6}.canvasjs-chart-credit{display:none}.color_swatch--white,.status_unavailable{background-color:#fff;border:1px solid #d8d8d8;border:1px solid var(--gray-light)}.status_verifying{background-color:#fff943;color:#1e1e1e;color:var(--color-body-text)}.status_rejected{background-color:#ff6a00;color:#fff}.status_accepted,.status_completed{color:#fff}.error{color:red}button:disabled{opacity:.6}.page_wrapper,.section_wrapper{display:flex;flex-direction:column;gap:2.5rem}.section_wrapper{font-size:.875rem}.section.grid_3{grid-gap:1.5rem;grid-template-columns:1fr 3rem 1fr}.section.grid_3,.section.grid_5{display:grid;font-size:.875rem;gap:1.5rem}.section.grid_5{grid-gap:1.5rem;grid-template-columns:auto 3rem 1fr 3rem 1fr}.grid_3{grid-column-gap:2.5rem;grid-row-gap:2.5rem;column-gap:2.5rem;display:grid;grid-template-columns:repeat(3,1fr);row-gap:2.5rem}.amenities_grid .row:nth-child(odd){justify-content:start}.amenities_grid .row:nth-child(2n){flex-direction:row-reverse;justify-content:end}.phase_select_wrapper{align-items:start;display:grid;grid-template-columns:30% 1fr}.grid_2{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.hide{display:none}.row{align-items:center;font-size:.875rem;justify-content:space-between}.column,.row{display:flex;gap:1rem}.column{flex:1 1;flex-direction:column}.column.start{justify-content:start}.shrink{flex:0 1}.form_wrapper{display:flex;flex-direction:column;gap:4rem;position:relative;text-align:left}.label{align-items:center;display:flex;flex:1 1;font-size:.75rem;gap:.5rem;min-width:-webkit-fit-content;min-width:fit-content}.radio_label{color:grey;color:var(--gray-dark)}.input,.input_textarea,.select_input,.textarea{border:1px solid #d8d8d8;border:1px solid var(--gray-light);border-radius:.25rem;font-family:inherit;outline:none;padding:.625rem}.select_input{padding:.5rem}.input_textarea.full{width:90%}.input,.input::placeholder,.input_textarea::placeholder,.select,.select_input,.textarea::placeholder{font-size:.75rem}.input_with_suffix{position:relative}.select{min-width:8rem}.input_with_prefix_wrapper,.input_with_suffix_wrapper{align-items:center;border:1px solid #d8d8d8;border:1px solid var(--gray-light);border-radius:.25rem;display:flex;gap:1rem}.input_with_prefix_wrapper .input,.input_with_suffix_wrapper .input{border:none;flex:1 1;width:100%}.input_with_suffix_wrapper:has(.select_input){padding:.25rem}.input_round{border-radius:.5rem;color:#1e1e1e;color:var(--color-body-text)}.input_error_text{display:none}.input.error+.input_error_text,.select:has(.error)+.input_error_text{color:red;display:block;font-size:.75rem}.input_wrapper{display:flex;flex-direction:column;gap:.5rem}.rate_range .label{justify-content:center;text-align:center}.upload_btn{background:#fbdf26;background:var(--secondary-color);border:none;border-radius:.5rem;cursor:pointer;font-family:inherit;font-size:.75rem;min-width:-webkit-fit-content;min-width:fit-content;padding:.5rem 1.5rem}.upload_icon{color:grey;color:var(--gray-dark);font-size:2rem}.input[type=number],.input[type=text]{min-width:6rem}.space-top{margin-top:1rem}.btn_group{align-items:center;display:flex;gap:1rem}button:disabled{cursor:default}.modal_wrapper{align-items:center;background-color:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:20}.modal{background-color:#fff;border-radius:.5rem;padding:1.5rem;text-align:left;width:32rem}.photo_wrapper,.photo_wrapper_empty{align-items:center;border:1px solid #d8d8d8;border:1px solid var(--gray-light);border-radius:.25rem;display:flex;font-size:.625rem;justify-content:center;object-fit:contain;overflow:hidden;width:8rem}.photo_placeholder{color:#d8d8d8;color:var(--gray-light);font-size:5rem}.photo_wrapper{height:auto}.photo_wrapper_empty{height:8rem}.photo{aspect-ratio:1;object-fit:cover;width:100%}.status{align-items:center;align-self:start;border-radius:.375rem;display:flex;font-size:.875rem;gap:.5rem;justify-content:center;padding:.5rem 1.5rem;text-align:center}.tc_wrapper{gap:2.5rem}.tc_text,.tc_wrapper{display:flex;flex-direction:column}.tc_text{gap:.25rem;height:60vh;overflow-y:auto;padding:0 1rem 0 0;text-align:justify}.tc_timestamp{color:grey;color:var(--gray-dark);display:flex;flex-direction:column;font-size:.75rem;gap:.5rem;text-align:left}.coupon_code_wrapper{display:flex;gap:1.5rem}.coupon_code{align-items:center;border:1px solid #d8d8d8;border:1px solid var(--gray-light);border-radius:.5rem;display:flex;font-size:1rem;height:2rem;justify-content:center;min-width:12rem}.preview,.preview_dark{cursor:pointer;font-family:inherit}.preview.preview{color:grey;color:var(--gray-dark)}.preview_dark{color:#1e1e1e;color:var(--color-body-text)}.row.end{justify-content:end}.row.start{justify-content:start}.row.start .label{flex:0 0}.end{align-self:end}.is_center{justify-self:center}.full{flex:1 1}.prefix,.suffix{font-size:.75rem;min-width:-webkit-fit-content;min-width:fit-content}.prefix{padding-left:.5rem}.suffix{padding-right:.5rem}.small{font-size:.75rem}.card{border:1px solid #d8d8d8;border:1px solid var(--gray-light);border-radius:.25rem;padding:1rem}.plot_grid{grid-column-gap:1rem;grid-row-gap:1rem;column-gap:1rem;display:grid;grid-template-columns:repeat(7,1fr);row-gap:1rem}.plot{align-items:center;aspect-ratio:1;border:1px solid #aaa;border-radius:.25rem;color:inherit;cursor:pointer;display:flex;justify-content:center;max-width:6rem;padding:.5rem;text-decoration:none}.plot_swatch_wrapper{grid-row-gap:1rem;grid-template-columns:repeat(3,1fr);row-gap:1rem}.plot_swatch_wrapper,.plot_swatch_wrapper_new{grid-column-gap:4rem;column-gap:4rem;display:grid}.plot_swatch_wrapper_new{grid-template-columns:repeat(2,1fr)}.row.center{justify-content:center}.center{align-items:center}.is-center{justify-self:center}.dashboard-card{align-items:center;border-left:1px solid #d8d8d8;border-left:1px solid var(--gray-light);border-radius:.5rem;border-top:1px solid #d8d8d8;border-top:1px solid var(--gray-light);box-shadow:2px 2px 4px 0 #00000029;display:flex;gap:2.5rem;justify-content:center;padding:1.5rem 2.5rem}.dashboard-card--text{display:flex;flex-direction:column;gap:.5rem;text-align:left}.dashboard-card--text .value{font-size:1.5rem;font-weight:600}.row.value{text-wrap:wrap;min-width:-webkit-min-content;min-width:min-content}.stats.grid_3{align-self:center;place-content:center}.charts.grid_2{align-self:start;column-gap:1.5rem;row-gap:1.5rem}.charts.grid_2 .dashboard-card{aspect-ratio:1/1;display:flex;flex-direction:column;gap:1rem;max-width:12rem;padding:1.5rem;padding-inline:1rem;position:relative;text-align:center}.charts.grid_2 .dashboard-card .label{align-self:center;flex:0 1;font-size:.875rem;text-align:center}.dashboard_chart_value{color:#fff;font-size:.75rem;left:37%;mix-blend-mode:exclusion;position:absolute;top:38%}.dashboard_chart_value.text-light{color:#004c32;color:var(--primary-color)}.charts.dashboard-card .label{align-self:center;flex:0 1;text-align:center}.chart--icon{color:#004c32;color:var(--primary-color);font-size:6.75rem}.stats .dashboard-card{width:20rem}.dashboard-card--text{max-width:8rem;text-align:center}.dashboard-card--text .label{align-self:center;flex:0 1;font-size:1rem;text-align:center}.pie{transform:rotate(270deg)}.chart_container{align-items:center;display:flex;height:7rem;justify-content:center;width:7rem}pre{word-wrap:break-word;font-family:inherit;font-size:inherit;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap}input[type=radio]:not(.PrivateSwitchBase-input):not(.MuiRating-visuallyHidden){-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid grey;border:1px solid var(--gray-dark);border-radius:50%;display:grid;height:1rem;margin-right:.375rem;place-content:center;position:relative;transition:all .2s linear;width:1rem}input[type=radio]:not(.MuiRadio-root):before{background-color:grey;background-color:var(--gray-dark);border-radius:50%;content:"";height:.65rem;transform:scale(0);transition:all .2s linear;width:.65rem}input[type=radio]:not(.MuiRadio-root):checked:before{transform:scale(1)}input[type=checkbox]:not(.PrivateSwitchBase-input){-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #d8d8d8;border:1px solid var(--gray-light);border-radius:.125rem;color:currentColor;display:grid;font:inherit;height:1rem;margin:0;place-content:center;transform:translateY(-.075em);width:1rem}input[type=checkbox]:not(.PrivateSwitchBase-input):before{background-color:grey;background-color:var(--gray-dark);-webkit-clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);content:"";height:.65rem;transform:scale(0);transform-origin:center;transition:all .2s linear;width:.65rem}input[type=checkbox]:not(.PrivateSwitchBase-input):checked:before{transform:scale(1)}.toggle_switch{display:inline-block;position:relative;text-align:left;top:.25rem;width:2rem}.toggle_switch .checkbox{display:none}.toggle_switch .label{border-radius:50px;cursor:pointer;display:block;overflow:hidden}.toggle_switch .checkbox:disabled+.label{cursor:default}.toggle_switch .inner{display:block;margin-left:-100%;transition:margin .2s ease-in 0s;width:200%}.toggle_switch .inner:after,.toggle_switch .inner:before{background-color:grey;background-color:var(--gray-dark);box-sizing:border-box;content:"";float:left;height:1.25rem;padding:0;width:50%}.toggle_switch .inner:before{padding-left:10px}.toggle_switch .inner:after{padding-right:10px}.toggle_switch .switch{background-color:#fff;border:2px solid #fff;border-radius:36px;bottom:0;display:block;margin:5px;position:absolute;right:.75rem;top:0;transition:all .2s ease-in;width:.375rem}.toggle_switch .checkbox:checked+.label .inner{margin-left:0}.toggle_switch .checkbox:checked+.label .switch{right:0}.spread{justify-content:space-between}.row.spread{align-items:start;gap:2.5rem}.underline{text-decoration:underline}.chip{border-radius:.5rem;padding:.25rem .5rem}.gray{color:grey;color:var(--gray-dark)}.text-center{text-align:center}.news_grid{grid-gap:.5rem 1rem;display:grid;gap:.5rem 1rem;grid-template-areas:"photo title" "photo content";grid-template-columns:12rem 1fr;grid-template-rows:auto 6rem}.article_photo{align-items:center;display:flex;flex-direction:column;gap:1rem;grid-area:photo;height:auto;justify-content:center;min-height:6rem;padding:0}.article_title{flex:0 1;font-weight:500;grid-area:title}.article_title span{text-align:left}.article_content{grid-area:content;height:100%;margin:0;overflow-y:auto;padding-right:.75rem}.article_image{aspect-ratio:4/3;height:auto;object-fit:cover;width:100%}.not_found_wrapper{align-items:center;display:flex;flex-direction:column;gap:4rem;justify-content:center}.not_found_text{color:grey;color:var(--gray-dark);text-align:center}.not_found_text p{font-size:1.5rem}.not_found_text h2{font-size:3rem;font-weight:500;margin-bottom:.5rem}.not_found_text h1{font-size:8.75rem;font-weight:400}.not_found_image{max-width:25rem;width:100%}.calendar{align-items:center;border-radius:.5rem;display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding:.5rem;width:100%}.icon_img{height:1.5rem;object-fit:cover;width:1.5rem}.table_title{align-self:start;font-size:1rem;font-weight:500;text-align:left}.count{font-size:.875rem;font-weight:400}.testimonial_view{height:100%;overflow-y:auto}.text_right{text-align:right}
/*# sourceMappingURL=main.b3eed009.css.map*/