*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.notifications_notificationPanel__om4K6{position:fixed;top:20px;right:20px;background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:1rem;min-width:300px;max-width:390px;z-index:9999;display:flex;align-items:center;font-family:var(--font-open-sans),sans-serif;font-weight:500}.notifications_notificationContent__F4Es6{display:flex;align-items:center;width:100%}.notifications_iconContainer__UMhR6{margin-right:.5rem}.notifications_iconCheck__UnEIO{height:1.5rem;width:1.5rem;color:inherit}.notifications_notificationText__XQEyT{margin-left:.75rem;display:flex;flex-direction:column;flex:1 1;min-height:45px;gap:5px}.notifications_notificationTitle__6twWM{font-size:16px;font-weight:600}.notifications_notificationMessage__crEgj{font-size:14px}.notifications_closeButtonContainer___oUZv{margin-left:auto;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.notifications_closeButton__Kbi3o{background:none;border:none;cursor:pointer}.notifications_iconClose__NIvQy{height:1.25rem;width:1.25rem;color:inherit}.notifications_srOnly__zPxPe{display:none}.notifications_notificationPanel__om4K6.notifications_Success__vrxcg{background-color:#c9e8ca;color:#2a7e3b}.notifications_notificationPanel__om4K6.notifications_Success__vrxcg .notifications_iconClose__NIvQy{color:#2a7e3b}.notifications_notificationPanel__om4K6{background-color:#c2e5ff;color:#0d74ce}.notifications_notificationPanel__om4K6 .notifications_iconClose__NIvQy{color:#0d74ce}.notifications_notificationPanel__om4K6.notifications_Error__hIVrq{background-color:#ffcdce;color:#ce2c31}.notifications_notificationPanel__om4K6.notifications_Error__hIVrq .notifications_iconClose__NIvQy{color:#ce2c31}@media only screen and (max-width:768px){.notifications_notificationPanel__om4K6{top:20px;right:20px;width:calc(100dvw - 40px);max-width:390px}.notifications_notificationContent__F4Es6{display:flex;flex-direction:row;width:100%}}.notifications_notifications__exUFf{display:flex;flex-direction:column;height:100%;margin-bottom:81px}.notifications_notifications__exUFf .notifications_header__W4zuP{display:flex;justify-content:center;align-items:center;padding:20px;border-bottom:1px solid #cdced6}.notifications_notifications__exUFf .notifications_header__W4zuP h2{text-align:center}.notifications_notifications__exUFf .notifications_content__K4t2v{height:100%;display:flex;flex-direction:column;gap:20px;padding:20px;overflow-y:auto}.notifications_notifications__exUFf .notifications_content__K4t2v .notifications_notification___mFTe{border-radius:5px;padding:15px;display:flex;flex-direction:row;background-color:#f9f9fb;justify-content:space-between;align-items:center;box-shadow:0 4px 6px rgba(0,0,0,.1)}.notifications_notifications__exUFf .notifications_content__K4t2v .notifications_notification___mFTe .notifications_iconContainer__UMhR6{margin-right:15px}.notifications_notifications__exUFf .notifications_content__K4t2v .notifications_notification___mFTe .notifications_text__mCaA1{display:flex;flex-grow:1;flex-direction:column;gap:5px}.notifications_notifications__exUFf .notifications_content__K4t2v .notifications_notification___mFTe .notifications_text__mCaA1 .notifications_title__2pM4P{font-size:16px;font-weight:600}.notifications_notifications__exUFf .notifications_content__K4t2v .notifications_notification___mFTe .notifications_text__mCaA1 .notifications_message__wHWlO{font-size:14px}.notifications_notifications__exUFf .notifications_content__K4t2v .notifications_notification___mFTe .notifications_text__mCaA1 .notifications_timestamp__VxRF0{margin-top:10px;font-size:12px;margin-left:auto}.notifications_notifications__exUFf .notifications_content__K4t2v .notifications_notification___mFTe.notifications_Success__vrxcg{background-color:#c9e8ca;color:#2a7e3b}.notifications_notifications__exUFf .notifications_content__K4t2v .notifications_notification___mFTe.notifications_Success__vrxcg .notifications_iconClose__NIvQy{color:#2a7e3b}.notifications_notifications__exUFf .notifications_content__K4t2v .notifications_notification___mFTe{background-color:#c2e5ff;color:#0d74ce}.notifications_notifications__exUFf .notifications_content__K4t2v .notifications_notification___mFTe .notifications_iconClose__NIvQy{color:#0d74ce}.notifications_notifications__exUFf .notifications_content__K4t2v .notifications_notification___mFTe.notifications_Error__hIVrq{background-color:#ffcdce;color:#ce2c31}.notifications_notifications__exUFf .notifications_content__K4t2v .notifications_notification___mFTe.notifications_Error__hIVrq .notifications_iconClose__NIvQy{color:#ce2c31}.modal_container__AvKK5{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100dvw;height:100dvh;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.5);z-index:10;font-family:var(--font-open-sans)}.modal_modal___QzzY{min-width:500px;background-color:#f0f0f3;border-radius:5px;border:2px solid #cdced6;box-shadow:0 2px 4px 0 rgba(136,144,195,.2);position:relative;display:flex;flex-direction:column;font-family:inherit}.modal_header__MBv0z{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:15px;border-bottom:2px solid #cdced6}.modal_header__MBv0z h2{font-size:22px}.modal_content__3uvIa{display:flex;flex:1 1;flex-grow:1;overflow-y:hidden}.modal_footer__1cRbJ{width:100%;min-height:80px;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:15px;padding:10px 15px;border-top:2px solid #cdced6;background-color:#f0f0f3}.modal_footer__1cRbJ button{font-family:inherit;font-size:16px}.modal_footer__1cRbJ .modal_closeBtn__mrpig{background-color:#f0f0f3;border:2px solid #cdced6;border-radius:5px;padding:0 10px;height:40px;cursor:pointer;color:#8b8d98;margin-right:auto}.modal_footer__1cRbJ .modal_closeBtn__mrpig:hover{color:#1c2024;border-color:#1c2024}.modal_footer__1cRbJ .modal_secondaryBtn__JqPrn{background-color:#f0f0f3;border:2px solid #1c2024;border-radius:5px;padding:0 10px;height:40px;cursor:pointer;color:#1c2024}.modal_footer__1cRbJ .modal_secondaryBtn__JqPrn.modal_destructive__LmZbo{color:#ce2c31;border-color:#ce2c31}.modal_footer__1cRbJ .modal_secondaryBtn__JqPrn.modal_destructive__LmZbo:hover{color:#f0f0f3;background-color:#ce2c31;border-color:#ce2c31}.modal_footer__1cRbJ .modal_secondaryBtn__JqPrn:hover{color:#1c2024;border-color:#1c2024}.modal_footer__1cRbJ .modal_primaryBtn__FzmQe{background-color:#1c2024;border:2px solid #1c2024;border-radius:5px;padding:0 10px;height:40px;cursor:pointer;color:#f0f0f3}.modal_footer__1cRbJ .modal_primaryBtn__FzmQe.modal_disabled___eB98{background-color:#8b8d98;border-color:#8b8d98;color:#1c2024;cursor:not-allowed}.modal_footer__1cRbJ .modal_primaryBtn__FzmQe.modal_destructive__LmZbo{background-color:#ce2c31;color:#f0f0f3;border-color:#ce2c31}.modal_closeButtonContainer__OQQIe{margin-left:auto;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.modal_closeButton__fLIdr{background:none;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;height:40px;width:40px;border:1px solid #f0f0f3;border-radius:5px}.modal_iconClose__fMx8W{height:24px;width:24px;color:#1c2024}.modal_srOnly__9OHuT{display:none}.modal_closeButton__fLIdr:hover{border-color:#cdced6}.modal_screen__vl8Xc{width:100%;flex-grow:1;position:relative}.modal_form__6k_eg{display:flex;flex-direction:column;width:100%;padding:15px;gap:15px}.modal_form__6k_eg .modal_formField__V9dtO{display:flex;flex-direction:column;gap:5px}.modal_form__6k_eg .modal_formField__V9dtO label{font-size:16px;color:#1c2024}.modal_form__6k_eg .modal_formField__V9dtO input[type=email],.modal_form__6k_eg .modal_formField__V9dtO input[type=tel],.modal_form__6k_eg .modal_formField__V9dtO input[type=text]{padding:10px;font-size:16px;border:2px solid #cdced6;border-radius:5px;height:40px;outline:none}.modal_form__6k_eg .modal_formField__V9dtO input[type=text]:focus{border-color:#1c2024}.modal_form__6k_eg .modal_where__s6ozr{color:#80838d}.modal_checkboxField__4NTrh{display:flex;flex-direction:row;align-items:center;gap:10px}.modal_checkboxField__4NTrh.modal_selected__C1T8k .modal_checkbox__iw_Ud{background-color:#1c2024;border-color:#1c2024}.modal_checkboxField__4NTrh.modal_selected__C1T8k .modal_checkbox__iw_Ud svg{color:#f0f0f3;height:16px;width:16px}.modal_checkboxField__4NTrh:hover{cursor:pointer}.modal_checkbox__iw_Ud{height:20px;width:20px;border:2px solid #cdced6;border-radius:2px;display:flex;flex-direction:row;align-items:center;justify-content:center}.modal_checkbox__iw_Ud.modal_selected__C1T8k{background-color:#1c2024;border-color:#1c2024}.modal_checkboxIcon__4l0oR{height:auto;width:auto;color:#f0f0f3}.modal_checkboxLabel__ez5FY{font-size:14px;font-weight:500;color:#80838d;pointer-events:none}.modal_body__mpbNh{display:flex;flex-direction:column;gap:15px;padding:15px}.modal_body__mpbNh .modal_row__zwldA{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.modal_body__mpbNh .modal_row__zwldA .modal_label__s4nn_{font-size:16px;color:#80838d}.modal_body__mpbNh .modal_row__zwldA .modal_value__uwCXj{font-size:16px;color:#1c2024}.modal_form__6k_eg.modal_nopadding__WtzxY{padding:0;gap:10px}.modal_filters___gb_v{padding:0 10px 10px;display:flex;flex-direction:column;overflow-y:auto}.modal_filterField__nIGDT{display:flex;flex-direction:column;border-bottom:2px solid #cdced6}.modal_filterField__nIGDT .modal_header__MBv0z{border:none;padding:0;height:50px;font-size:16px;font-weight:500}.modal_filterField__nIGDT .modal_header__MBv0z:hover{cursor:pointer}.modal_filterField__nIGDT .modal_header__MBv0z .modal_icon__TVvcH{height:24px;width:24px;margin-right:5px}.modal_filterField__nIGDT .modal_body__mpbNh{display:flex;flex-direction:column;gap:10px;padding:10px}.modal_filterField__nIGDT.modal_collapsed__bC5wa .modal_body__mpbNh{display:none}.modal_filterField__nIGDT.modal_collapsed__bC5wa .modal_header__MBv0z{border:none}.modal_filterField__nIGDT.modal_collapsed__bC5wa .modal_header__MBv0z .modal_icon__TVvcH{transform:rotate(180deg)}.modal_filterField__nIGDT.modal_collapsed__bC5wa:last-child{border-bottom:2px solid #cdced6}.modal_filterField__nIGDT:last-child{border-bottom:none}.modal_instructions__Qu5LV{font-size:16px;color:#80838d}.modal_tabSelectorContainer__kOCB9{display:flex;flex-direction:row;align-items:center;justify-content:center;height:42px;border-bottom:2px solid #cdced6}.modal_tabSelectorContainer__kOCB9 button{font-family:inherit;font-size:16px;padding:0 10px;height:40px;cursor:pointer;color:#80838d;border:1px solid #f0f0f3;background-color:#f0f0f3;flex:1 1}.modal_tabSelectorContainer__kOCB9 button.modal_active__NI_bb,.modal_tabSelectorContainer__kOCB9 button.modal_active__NI_bb:hover{background-color:#1c2024;color:#f0f0f3;border-color:#1c2024}.modal_tabSelectorContainer__kOCB9 button:hover{border-color:#1c2024;color:#1c2024}@media(max-width:768px){.modal_modal___QzzY{width:90%}.modal_footer__1cRbJ,.modal_form__6k_eg,.modal_header__MBv0z{padding:10px}}@media(max-width:430px){.modal_modal___QzzY{min-width:unset;max-height:unset}.modal_modal___QzzY.modal_full__b1zkQ{height:calc(100% - 80px);width:100%;margin-top:80px;position:relative}.modal_modal___QzzY.modal_full__b1zkQ .modal_form__6k_eg{height:calc(100% - 80px)}.modal_modal___QzzY.modal_full__b1zkQ .modal_footer__1cRbJ{position:absolute;bottom:0}.modal_header__MBv0z{padding:10px}.modal_header__MBv0z h2{font-size:18px}.modal_footer__1cRbJ,.modal_form__6k_eg{padding:10px}}@media(min-width:431px){.modal_modal___QzzY.modal_full__b1zkQ{height:calc(100% - 60px);width:100%;margin-top:60px;position:relative;max-height:unset}.modal_modal___QzzY.modal_full__b1zkQ .modal_form__6k_eg{height:calc(100% - 80px)}.modal_modal___QzzY.modal_full__b1zkQ .modal_footer__1cRbJ{position:absolute;bottom:0}.modal_screen__vl8Xc{overflow-y:hidden;min-height:-moz-fit-content;min-height:fit-content}.modal_screen__vl8Xc .modal_form__6k_eg{overflow-y:hidden;max-height:100%}.modal_screen__vl8Xc .modal_filters___gb_v{overflow-y:scroll}}@media(min-width:768px){.modal_modal___QzzY,.modal_modal___QzzY.modal_full__b1zkQ{width:calc(100% - 300px);max-width:50%}}.form_dropdown__xJaM3{position:relative;width:100%}.form_dropdownWrapper__5ed4J{position:relative}.form_dropdownButton__S726K{width:100%;padding:8px 12px;font-size:16px;text-align:left;background-color:#fcfcfd;border:2px solid #cdced6;border-radius:5px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:#1c2024}.form_chevron__oC34u{font-size:12px;color:#777;height:14.5px;width:auto}.form_dropdownOptions__bkM4m{position:absolute;z-index:10;top:100%;left:0;width:100%;max-height:200px;overflow-y:auto;background-color:#fcfcfd;border:1px solid #cdced6;border-radius:4px;margin-top:4px;box-shadow:0 2px 4px 0 rgba(136,144,195,.2)}.form_dropdownOption__Qohjp{padding:8px 12px;cursor:pointer;font-size:16px;color:#1c2024}.form_dropdownOption__Qohjp:hover{background-color:#1c2024;color:#f0f0f3}.form_selected__RR1VT{font-weight:500;color:#1c2024}.form_selected__RR1VT:hover,.form_selected__RR1VT:hover .form_checkmark__9q1J4{color:#fcfcfd}.form_checkmark__9q1J4{float:right;color:#1c2024}.loader_loaderContainer__Vd7jO{display:flex;flex-direction:row;align-items:center;justify-content:center;height:100%;width:100%}.loader_loader__UI2_M{width:50px;padding:8px;aspect-ratio:1;border-radius:50%;background:#1c2024;--_m:conic-gradient(#0000 10%,#000),linear-gradient(#000 0 0) content-box;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;animation:loader_l3__ZjJSc 1s linear infinite}@keyframes loader_l3__ZjJSc{to{transform:rotate(1turn)}}.dashboard_main__LHede{display:flex;width:100dvw;height:100dvh;background-color:#f0f0f3;font-family:var(--font-open-sans),sans-serif;font-size:16px}.dashboard_row_centered__gh0tA{width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.dashboard_loginContainer__bDvaf{display:flex;flex-direction:column;max-width:428px;width:100%;background-color:#f9f9fb;border-radius:5px;border:1px solid #cdced6;padding:10px}.dashboard_loginContainer__bDvaf .dashboard_header__zok2i{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;color:#1c2024}.dashboard_loginContainer__bDvaf .dashboard_header__zok2i img{width:auto;height:auto;max-width:300px}.dashboard_providersContainer__nw8Tm{display:flex;flex-direction:column;width:100%;margin-top:15px;margin-bottom:15px;align-items:center}.dashboard_providersContainer__nw8Tm .dashboard_providerContainer__DME7N{display:flex;flex-direction:row;align-items:center;justify-content:center}.dashboard_providersContainer__nw8Tm button:hover{cursor:pointer}.dashboard_providersContainer__nw8Tm .dashboard_microsoftButtonLight__t4Nh3{display:inline-flex;align-items:center;justify-content:center;height:41px;padding:0 12px;background-color:#fff;border:1px solid #8c8c8c;font-family:Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#5e5e5e;cursor:pointer}.dashboard_providersContainer__nw8Tm .dashboard_microsoftIcon__7EgJX{margin-right:12px;height:19px;width:auto}.dashboard_providersContainer__nw8Tm .dashboard_microsoftButtonLight__t4Nh3 .dashboard_icon__c_BbY{margin-right:12px}.dashboard_providersContainer__nw8Tm .dashboard_microsoftButtonLight__t4Nh3:hover{background-color:#f0f0f0}.dashboard_providersContainer__nw8Tm .dashboard_microsoftButtonLight__t4Nh3:active{background-color:#e0e0e0}.dashboard_providersContainer__nw8Tm .dashboard_microsoftButtonLightSvg__4xk0L{height:41px;width:auto}.dashboard_footer___Vc3P{padding-bottom:20px;text-align:center}.dashboard_footer___Vc3P span{color:#0076d1}@media only screen and (max-width:430px){.dashboard_row_centered__gh0tA{padding:20px}.dashboard_footer___Vc3P{gap:10px}.dashboard_footer___Vc3P p{width:60%;min-width:205px}}.dashboard_main__LHede{flex-direction:column}.dashboard_headerBar__cwNkm{display:flex;flex-direction:row;width:100%;height:60px;background-color:#fcfcfd;color:#80838d;align-items:center;position:relative;padding-left:15px;box-shadow:0 2px 4px 0 rgba(136,144,195,.2);z-index:10}.dashboard_headerBar__cwNkm h2{color:#1c2024}.dashboard_headerBar__cwNkm .dashboard_rightAligned__mk73W{display:flex;flex-direction:row;position:absolute;right:15px}.dashboard_headerBar__cwNkm button{height:40px;width:40px;display:flex;flex-direction:row;align-items:center;justify-content:center;border:1px solid #fcfcfd;border-radius:5px;background-color:#fcfcfd;color:#80838d}.dashboard_headerBar__cwNkm button:hover{cursor:pointer;color:#1c2024;border-color:#1c2024}.dashboard_headerBar__cwNkm button:hover .dashboard_icon__c_BbY{color:#1c2024}.dashboard_headerBar__cwNkm button.dashboard_user__ovJ6l{height:40px;width:unset;display:flex;flex-direction:row;align-items:center;justify-content:center;border:1px solid #fcfcfd;border-radius:5px;background-color:#fcfcfd;font-size:16px;padding:0 10px;gap:10px}.dashboard_headerBar__cwNkm .dashboard_icon__c_BbY{height:24px;width:24px;color:#80838d}.dashboard_container__O1yuo{display:flex;flex-direction:row;width:100dvw;height:calc(100dvh - 60px)}.dashboard_sidebar___3SIl{display:flex;flex-direction:column;width:300px;height:100%;background-color:#fcfcfd;position:relative;box-shadow:2px 0 4px 0 rgba(136,144,195,.2),0 4px 4px 0 rgba(136,144,195,.2),-2px 0 4px 0 rgba(136,144,195,.2);z-index:5}.dashboard_sidebar___3SIl .dashboard_merchantLogo__8Zc5u{width:100%;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:20px 20px 0}.dashboard_sidebar___3SIl .dashboard_merchantLogo__8Zc5u img{width:auto;height:auto;max-width:100%;max-height:200px}.dashboard_sidebar___3SIl .dashboard_links__MUPzQ{display:flex;flex-direction:column;width:100%;gap:10px;padding:20px;overflow-y:auto}.dashboard_sidebar___3SIl .dashboard_links__MUPzQ button{height:40px;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;color:#80838d;background-color:#fcfcfd;border-radius:5px;border:1px solid #fcfcfd;font-size:16px;font-family:var(--font-open-sans)}.dashboard_sidebar___3SIl .dashboard_links__MUPzQ button:hover{cursor:pointer;color:#1c2024;border:1px solid #1c2024}.dashboard_sidebar___3SIl .dashboard_links__MUPzQ button.dashboard_active__MJVEL{background-color:#1c2024;color:#fcfcfd;border-color:#1c2024}.dashboard_tabContainer__i7KJ3{width:calc(100dvw - 300px)}.dashboard_footer___Vc3P,.dashboard_tabContainer__i7KJ3{display:flex;flex-direction:column;padding-top:15px;gap:10px}.dashboard_footer___Vc3P{position:absolute;left:0;bottom:0;width:100%;align-items:center;justify-content:center;color:#80838d;font-size:14px;border-top:1px solid #cdced6}.dashboard_footer___Vc3P span{text-decoration:underline}.dashboard_footer___Vc3P span:hover{cursor:pointer;color:#1c2024}.dashboard_navDrawer__pE_61{display:flex;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:100;font-family:var(--font-open-sans);opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.dashboard_navDrawer__pE_61.dashboard_open__ePxv7{opacity:1;pointer-events:auto}.dashboard_drawerContent__5pwbs{position:fixed;top:0;right:0;width:80%;max-width:425px;height:100dvh;display:flex;flex-direction:column;background-color:#f0f0f3;border-radius:10px 0 0 10px;overflow-y:auto;transform:translateX(100%);transition:transform .3s ease-in-out}.dashboard_drawerContent__5pwbs .dashboard_screenContainer___tyc7{height:100%;margin-bottom:81px;overflow-y:hidden}.dashboard_drawerContent__5pwbs .dashboard_footer___Vc3P{padding:20px;background-color:#f0f0f3;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px}.dashboard_drawerContent__5pwbs .dashboard_footer___Vc3P button{height:40px;border-radius:5px;border:1px solid #cdced6;flex:1 1;color:#80838d;font-family:var(--font-open-sans);font-weight:500}.dashboard_drawerContent__5pwbs .dashboard_footer___Vc3P button:hover{cursor:pointer;color:#1c2024;border-color:#1c2024}.dashboard_navDrawer__pE_61.dashboard_open__ePxv7 .dashboard_drawerContent__5pwbs{transform:translateX(0)}.dashboard_drawerContent__5pwbs .dashboard_sidebar___3SIl{width:100%;background-color:#f0f0f3;box-shadow:none}.dashboard_drawerContent__5pwbs .dashboard_sidebar___3SIl .dashboard_footer___Vc3P{display:none}.dashboard_drawerContent__5pwbs .dashboard_sidebar___3SIl .dashboard_links__MUPzQ button{background-color:#f0f0f3;border-color:#f0f0f3}.dashboard_drawerContent__5pwbs .dashboard_sidebar___3SIl .dashboard_links__MUPzQ button:hover{border-color:#1c2024}.dashboard_drawerContent__5pwbs .dashboard_sidebar___3SIl .dashboard_links__MUPzQ button.dashboard_active__MJVEL{background-color:#1c2024;color:#fcfcfd;border-color:#1c2024}@media(min-width:769px){button.dashboard_mobileEnabled__kEoC1{display:none}}@media(max-width:768px){.dashboard_container__O1yuo .dashboard_sidebar___3SIl{display:none}button.dashboard_mobileEnabled__kEoC1{display:flex}.dashboard_tabContainer__i7KJ3{width:100%}}@media(max-width:430px){.dashboard_headerBar__cwNkm{flex-wrap:wrap;height:80px;justify-content:space-between;padding-top:10px;padding-right:10px;padding-bottom:10px}.dashboard_headerBar__cwNkm .dashboard_rightAligned__mk73W{position:unset;gap:10px}.dashboard_headerBar__cwNkm .dashboard_rightAligned__mk73W .dashboard_user__ovJ6l{display:none}.dashboard_container__O1yuo{height:calc(100dvh - 80px)}}@font-face{font-family:__openSans_8b3ad3;src:url(/_next/static/media/a1ea4e6efdaa5b11-s.p.ttf) format("truetype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:__openSans_8b3ad3;src:url(/_next/static/media/b2b502441fceedca-s.p.ttf) format("truetype");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:__openSans_8b3ad3;src:url(/_next/static/media/3e3373eeaa83e3d0-s.p.ttf) format("truetype");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:__openSans_8b3ad3;src:url(/_next/static/media/e7f81a2069af8e63-s.p.ttf) format("truetype");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:__openSans_Fallback_8b3ad3;src:local("Arial");ascent-override:101.58%;descent-override:27.84%;line-gap-override:0.00%;size-adjust:105.22%}.__className_8b3ad3{font-family:__openSans_8b3ad3,__openSans_Fallback_8b3ad3}.__variable_8b3ad3{--font-open-sans:"__openSans_8b3ad3","__openSans_Fallback_8b3ad3"}