#toast__container *{-webkit-box-sizing:border-box;box-sizing:border-box}.toast__message{opacity:0;position:fixed;z-index:1000;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:90%;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s,-webkit-transform .3s}.toast__message--top-center,.toast__message--bottom-center,.toast__message--center{left:50%}.toast__message--enter-active,.toast__message--appear-active{opacity:1}.toast__message--exit-active{opacity:0}.toast__message--loading .toast__spinner-wrap{visibility:visible;opacity:1;width:1.1em;margin-right:12px}.toast__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.toast__content--clickable{cursor:pointer}.toast__theme-content{-webkit-transition:all .2s;transition:all .2s}.toast__spinner-wrap{display:inline-block;visibility:hidden;opacity:0;width:0;margin-right:0}.toast__spinner{display:block;overflow:hidden;width:1.1em;height:1.1em;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;text-indent:-99999px;-webkit-animation:toast_spinner-spin 1s ease-in-out infinite;animation:toast_spinner-spin 1s ease-in-out infinite}@-webkit-keyframes toast_spinner-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes toast_spinner-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}:root{--primary-color: #f20089;--primary-color-rgb: 242, 0, 137;--secondary-color: #d100d1;--primary-text-color: #e8ebf0;--secondary-text-color: #717479;--third-text-color: #717479;--imageBtn-text-color: #000000;--white-color: #ffffff;--success-color: #4ade80;--success-color-rgb: 74, 222, 128;--warning-color: #ffe600;--error-color: #f24e51;--info-color: #0c6fda;--linear-gradient: linear-gradient(144.71deg, #ec4d37 9.67%, #f2361c 104.88%);--linear-gradient-dark: linear-gradient( 180deg, rgba(242, 0, 137, .01) 0%, rgba(242, 0, 137, .1) 53.09%, rgba(242, 0, 137, .35) 100% ), #141417;--background-color-main: #141417;--background-color-secondary: #1e1e23;--background-color-third: #000000;--primary-font: "Outfit", sans-serif;--max-width: 425px;--footer-height: 95px;--border-radius: 8px;--divider-color: #333333;font-family:Outfit,sans-serif;background-color:#141417;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{padding:0;margin:0;box-sizing:border-box}body{margin:0;color:var(--primary-text-color);line-height:normal;background:var(--background-color-main)}.app-shell{position:relative;min-height:100vh;isolation:isolate;background:var(--background-color-main)}.layout-container{position:relative;z-index:1;min-height:calc(100vh - 45px);background:var(--background-color-main)}.layout-content{position:relative;z-index:1}@media(min-width:768px){:root{--footer-height: 0px}}.my-toast-alert{background-color:var(--error-color)!important;padding:10px 20px;color:#fff;border-radius:30px;z-index:100000!important}.my-toast-success{background-color:var(--success-color)!important;padding:10px 20px;color:#fff;border-radius:30px;z-index:100000!important}img{width:100%;display:block}svg{display:grid;place-content:center}._theHeader_1svlk_1{position:sticky;top:0;z-index:80;background:var(--background-color-secondary)}._theHeader_1svlk_1 ._headerShell_1svlk_7{margin:0 auto;padding:8px 14px;display:flex;align-items:center;justify-content:space-between;gap:16px}@media screen and (min-width:900px){._theHeader_1svlk_1 ._headerShell_1svlk_7{padding:18px 16px}}._theHeader_1svlk_1 ._headerShell_1svlk_7 ._logoButton_1svlk_20{width:140px}._theHeader_1svlk_1 ._headerShell_1svlk_7 ._logoButton_1svlk_20 ._logoImage_1svlk_23{width:100%;object-fit:cover}._theHeader_1svlk_1 ._headerShell_1svlk_7 ._theHeaderActions_1svlk_27{display:flex;align-items:center;gap:12px}@media screen and (min-width:900px){._theHeader_1svlk_1 ._headerShell_1svlk_7 ._theHeaderActions_1svlk_27{gap:18px}}._theHeader_1svlk_1 ._headerShell_1svlk_7 ._theHeaderActions_1svlk_27 ._theHANotificationButton_1svlk_37{padding:8px;display:grid;place-content:center;background:#27272a;border:1px solid #4b5563;border-radius:50%;cursor:pointer}._theHeader_1svlk_1 ._headerShell_1svlk_7 ._theHeaderActions_1svlk_27 ._theHANotificationButton_1svlk_37 svg{width:14px;height:14px;color:var(--primary-text-color);display:grid;place-content:center}@media screen and (min-width:900px){._theHeader_1svlk_1 ._headerShell_1svlk_7 ._theHeaderActions_1svlk_27 ._theHANotificationButton_1svlk_37 svg{width:18px;height:18px}}._theHeader_1svlk_1 ._headerShell_1svlk_7 ._theHeaderActions_1svlk_27 ._theHALoginButton_1svlk_59{padding:5px 10px 6px;display:grid;place-content:center;background:#27272a;border:1px solid #4b5563;border-radius:16px;font-size:12px;font-weight:700;color:var(--primary-text-color);cursor:pointer}@media screen and (min-width:900px){._theHeader_1svlk_1 ._headerShell_1svlk_7 ._theHeaderActions_1svlk_27 ._theHALoginButton_1svlk_59{padding:5px 15px 6px;font-size:16px}}._theHeader_1svlk_1 ._headerShell_1svlk_7 ._theHeaderActions_1svlk_27 ._theDrawerIconBtn_1svlk_77{width:20px;height:20px;display:grid;place-content:center;cursor:pointer}._theHeader_1svlk_1 ._headerShell_1svlk_7 ._theHeaderActions_1svlk_27 ._theDrawerIconBtn_1svlk_77 svg{width:20px;height:20px}@media screen and (min-width:900px){._theHeader_1svlk_1 ._headerShell_1svlk_7 ._theHeaderActions_1svlk_27 ._theDrawerIconBtn_1svlk_77 svg{width:24px;height:24px}}._navIcon_1svlk_95 svg{width:22px;height:22px;display:block}._theDrawerOverlay_1svlk_102{position:fixed;inset:0;background:#00000073;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:2000}._drawerOverlayOpen_1svlk_112{opacity:1;pointer-events:auto}._theDrawerPanel_1svlk_117{position:fixed;top:0;right:0;width:min(100%,var(--max-width));height:100dvh;max-height:100dvh;padding:16px 8px calc(30px + env(safe-area-inset-bottom));background:#212026;transform:translate(100%);transition:transform .24s ease;z-index:2001;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}._drawerPanelOpen_1svlk_134{transform:translate(0)}._theDrawerHeader_1svlk_139{display:flex;justify-content:flex-end;margin-block:16px;padding-inline:16px}._theDrawerHeader_1svlk_139 ._theDrawerCloseButton_1svlk_145{width:20px;height:20px;margin:6px;display:inline-flex;align-items:center;justify-content:center;color:#f5f5f7}._theDrawerHeader_1svlk_139 ._theDrawerCloseButton_1svlk_145 svg{width:18px;height:18px}@media screen and (min-width:900px){._theDrawerHeader_1svlk_139 ._theDrawerCloseButton_1svlk_145 svg{width:24px;height:24px}}._theDrawerLoginButton_1svlk_165{width:100%;padding:12px 0;margin-bottom:12px;color:var(--white-color);font-size:16px;font-weight:700;line-height:24px;text-align:center;background:var(--primary-color);border-radius:10px;cursor:pointer}@media screen and (min-width:900px){._theDrawerLoginButton_1svlk_165{font-size:18px}}._drawerNav_1svlk_184{display:flex;flex-direction:column;gap:4px}._navItem_1svlk_190{padding:14px 16px;color:var(--primary-text-color);font-size:15px;font-weight:400;display:flex;align-items:center;text-decoration:none;gap:12px;border-radius:10px;transition:background-color .18s ease,color .18s ease}._navItem_1svlk_190:hover{background:#ffffff0a}._navItemActive_1svlk_207{color:var(--primary-color)}._navIcon_1svlk_95{width:20px;height:20px;flex-shrink:0;display:grid;place-content:center}._navIcon_1svlk_95 svg{width:18px;height:18px}._navLabel_1svlk_223{size:16px;font-weight:400;line-height:24px}@media screen and (min-width:900px){._navLabel_1svlk_223{font-size:18px}}._drawerFooter_1svlk_234{margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:8px}._theLogoutButton_1svlk_243{padding:14px 16px;border-radius:10px;text-align:left;font-size:16px;font-weight:400;color:var(--primary-text-color);cursor:pointer}._theFloatingButton_k5rx5_1{display:grid;place-content:center;-webkit-touch-callout:none!important;-webkit-user-select:none!important;user-select:none!important;background:var(--background-color-secondary);border-radius:50%;border:none;box-shadow:0 4px 8px #0003}._theFloatingButton_k5rx5_1 img{width:56px;-webkit-user-drag:none!important}
