: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-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{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:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top: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{left:0;margin:0;padding:0;width:100vw}.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{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;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;z-index:0}.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{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;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}.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{bottom:0;height:5px;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{left:auto;right:0;transform-origin:right}.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,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%{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:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform: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: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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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-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)}}@font-face{font-display:swap;font-family:Avenir LT Std;font-style:normal;font-weight:900;src:url(/static/media/AvenirLTStd-Black.ac7a83fc8087cf0df2c2.woff2) format("woff2"),url(/static/media/AvenirLTStd-Black.7b2d5e574a5df1de97d5.woff) format("woff")}@font-face{font-display:swap;font-family:Avenir LT Std;font-style:normal;font-weight:400;src:url(/static/media/AvenirLTStd-Book.81bedbd3602e59b6b5ec.woff2) format("woff2"),url(/static/media/AvenirLTStd-Book.a758904bcd4a398454a8.woff) format("woff")}@font-face{font-display:swap;font-family:Avenir LT Std;font-style:normal;font-weight:400;src:url(/static/media/AvenirLTStd-Roman.1b04422879d8838a16e8.woff2) format("woff2"),url(/static/media/AvenirLTStd-Roman.a76b1778953e1bbf2de4.woff) format("woff")}*{box-sizing:border-box;font-family:Avenir LT Std;margin:0;padding:0}html{color:#fff;font-size:.6944444444vw}body{background:#181818}.dashboard-layout{display:flex;flex-direction:column}@media only screen and (min-width:768px){.dashboard-layout{flex-direction:row}.dashboard-layout .logo-wrapper{width:5.56%}}.dashboard-layout .logo-wrapper>svg{height:5.2rem;width:8rem}@media only screen and (min-width:768px){.dashboard-layout .dashboard-content-wrapper{width:94.44%}}.stats-graph{padding:4rem}@media only screen and (min-width:580px){.stats-graph{max-width:65.2rem}}.stats-graph .title{font-size:1.4rem;line-height:2rem}.stats-graph .amount{font-size:4rem;font-weight:900;line-height:5.6rem;margin:.8rem 0 4rem}.stats-graph .button-wrapper{display:flex;gap:4rem;justify-content:center;margin-top:1.8rem}.custom-button{background-color:#0000;border:none;color:#9a9a9a;cursor:pointer;font-size:1.1rem;height:2.4rem;line-height:1.4rem;padding:.5rem .8rem;text-transform:uppercase}.custom-button.block{border-radius:.5rem;font-size:2rem;height:10rem;width:100%}@media only screen and (min-width:768px){.custom-button.block{font-size:1.1rem;height:5rem}}.custom-button.colored{background-color:#fb6320;color:#fff}.custom-button.active,.custom-button:hover{background-color:#ffece3;color:#fb6320}.user-counts{border:1px solid #4a4a4a;border-radius:.8rem;display:flex;justify-content:space-between;padding:1.2rem 17.32rem}.user-counts.lg{padding:1.2rem 9.17rem}.user-counts>div{align-items:center;display:flex;flex-direction:column;text-align:center}.user-counts>div p{font-size:1.4rem;line-height:2rem;margin-bottom:.8rem;text-transform:capitalize}.user-counts>div h4{font-size:4rem;font-weight:900;line-height:5.6rem}.custom-pagination{align-items:center;display:flex;gap:1.6rem;justify-content:flex-end}.custom-pagination .page-numbers{align-items:center;display:flex;gap:.8rem;width:fit-content}.custom-pagination .page-numbers li{cursor:pointer;list-style-type:none}.custom-pagination .page-numbers li:not(.btn){align-items:center;border-radius:50%;color:#9a9a9a;display:flex;height:2.8rem;justify-content:center;width:2.8rem}.custom-pagination .page-numbers li:not(.btn).active{background:#fbdfd2;color:#2e2e2e}.custom-pagination .page-numbers li>button{background-color:#fb6320;border:none;border-radius:.4rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem}.custom-pagination .page-numbers li>button:disabled{background-color:#2e2e2e;color:#9a9a9a}.custom-pagination .rows-per-page{align-items:center;display:flex;gap:.8rem;width:fit-content}.custom-pagination .rows-per-page p,.custom-select{color:#9a9a9a;font-size:1.2rem;font-weight:700;line-height:1.8rem}.custom-select{appearance:none;-webkit-appearance:none;background-color:#2e2e2e;background-image:url(/static/media/caret.5a40000f04c7bc25ae9b.svg);background-position:3.98rem 1.39rem;background-repeat:no-repeat;border:none;border-radius:.6rem;height:3.2rem;outline:none;padding:.7rem 1.2rem;width:6.2rem}.custom-select.fit-content{background-image:none;width:fit-content}.auth-input-wrapper{background-color:#0000;border:.2rem solid #fff;border-radius:.5rem;display:flex;height:10rem;width:100%}@media only screen and (min-width:768px){.auth-input-wrapper{height:5rem}}.auth-input-wrapper input,.auth-input-wrapper select,.auth-input-wrapper textarea{background:#0000!important;border:none;color:#fff!important;display:block;font-size:2rem;font-style:normal;font-weight:400;height:100%;line-height:1.9rem;outline:none;padding:0 1.25rem;width:100%}@media only screen and (min-width:768px){.auth-input-wrapper input,.auth-input-wrapper select,.auth-input-wrapper textarea{font-size:1.4rem}}.auth-input-wrapper input::placeholder,.auth-input-wrapper select::placeholder,.auth-input-wrapper textarea::placeholder{opacity:.6}.auth-input-wrapper select{--webkit-appearance:none;-moz-appearance:none;-webkit-appearance:none;appearance:none}.auth-input-wrapper select.no-value{color:#9a9a9a}.auth-input-wrapper select>.disabled{opacity:.3}.auth-input-wrapper>.toggle-button{background-color:#0000;border:none;color:#fb6320;cursor:pointer;display:block;font-size:2rem;font-style:normal;font-weight:600;height:100%;letter-spacing:.0625em;line-height:1.6rem;text-align:center;text-transform:uppercase;width:18.95%}@media only screen and (min-width:768px){.auth-input-wrapper>.toggle-button{font-size:1.2rem}}.overview-card{align-items:center;background:#1b1b1b;border-radius:.8rem;display:flex;gap:.8rem;height:10.4rem;max-width:32rem;padding:1.2rem 1.6rem}.overview-card-text-content{width:100%}.overview-card-text-content>h4{color:#fff;font-size:2.4rem;font-weight:900;line-height:3.2rem}.overview-card-text-content>h5{color:#9a9a9a;font-size:1.4rem;font-weight:500;line-height:2rem}.overview-card-text-content>p{font-size:1.2rem;line-height:1.6rem}.overview-card-text-content>p.danger{color:#ff3e00}.overview-card-text-content>p.success{color:#00ba50}.overview-card-label-image{align-items:center;background-color:#fb6320;border-radius:.8rem;display:flex;height:5.2rem;justify-content:center;width:5.2rem}.overview-card-label-image>svg{height:3.2rem;width:3.2rem}.area-graph-tooltip{background:#00ba50;border:none;border-radius:4px;padding:.8rem .4rem}.area-graph-tooltip.bg-orange{background:#ba7b00}.area-graph-tooltip>h4{color:#d4ffe7;font-size:1.4rem;line-height:2rem}.area-graph-tooltip>p{color:#d4ffe7;font-size:1.2rem;line-height:1.6rem}.area-graph-wrapper{background:#1b1b1b;border-radius:.8rem;margin:3.1rem 0 4.8rem;padding:2.4rem 1.2rem}.area-graph-wrapper .button-wrapper{display:flex;gap:3.2rem;justify-content:center;margin-top:3.6rem}.custom-modal-wrapper{background:#181818cc;display:flex;flex-direction:column;height:100%;left:0;padding-top:15rem;position:fixed;top:0;width:100%}.custom-modal-wrapper>.modal-wrapper{align-self:center;background:#2e2e2e;border-radius:.8rem;min-height:38rem;min-width:65rem}.custom-modal-wrapper>.modal-wrapper>.modal-content-wrapper{padding:4rem 2.4rem}.custom-modal-wrapper>.modal-wrapper>.modal-content-wrapper>.heading{align-items:center;display:flex;justify-content:space-between;margin-bottom:2.4rem}.custom-modal-wrapper>.modal-wrapper>.modal-content-wrapper>.heading>h3{font-size:1.8rem;font-weight:500;line-height:2.4rem}.custom-modal-wrapper>.modal-wrapper>.modal-content-wrapper>.heading>button{background-color:#0000;border:none;color:#fff;cursor:pointer;font-size:2.4rem}.dashboard-page{padding:4rem 1.6rem}.dashboard-page .publish-announcement{display:flex;justify-content:flex-end;margin-bottom:4rem}.dashboard-page .publish-announcement .button{border-radius:.8rem;font-size:1.6rem;height:4.8rem;padding:0;text-transform:capitalize;width:18rem}.dashboard-page .graph-wrapper{display:flex;flex-direction:column;gap:2.4rem}@media only screen and (min-width:580px){.dashboard-page .graph-wrapper{flex-direction:row}.dashboard-page .graph-wrapper>div{flex-basis:0;flex-grow:1}}.dashboard-page .user-counts-wrapper{margin:4rem 0}.dashboard-page .server-table-wrapper .table-title{color:#9a9a9a;font-size:1.6rem;line-height:2.4rem;text-transform:uppercase}.dashboard-page .server-table-wrapper .server-table{margin:1.6rem 0 1.8rem}.dashboard-page .server-table-wrapper .server-table>div{display:flex;justify-content:space-between;padding:1.6rem}.dashboard-page .server-table-wrapper .server-table>div>div{font-size:1.2rem;line-height:1.6rem;width:32%}.dashboard-page .server-table-wrapper .server-table>div>div:last-child{text-align:right;width:4%}.dashboard-page .server-table-wrapper .server-table>div.table-header{background-color:#2e2e2e}.dashboard-page .server-table-wrapper .server-table>div.table-header>div{font-weight:900;text-transform:capitalize}.dashboard-page .server-table-wrapper .server-table>div.table-row:hover{background-color:#2e2e2e4d;cursor:pointer}.dashboard-page .wallet-overview-wrapper{margin-bottom:4.7rem;margin-top:4.6rem}.dashboard-page .wallet-overview-wrapper>.wallet-title{color:#9a9a9a;font-size:1.4rem;font-weight:900;line-height:2rem;margin-bottom:3rem;text-transform:uppercase}.dashboard-page .wallet-overview-wrapper .wallet-overview{display:flex;gap:1.6rem}.dashboard-page .wallet-overview-wrapper .wallet-overview>div{flex-basis:0;flex-grow:1}.dashboard-page .wallet-insights-wrapper>.top{align-items:center;display:flex;justify-content:space-between}.dashboard-page .wallet-insights-wrapper>.top>h4{color:#9a9a9a;font-size:1.4rem;font-weight:900;line-height:2rem;text-transform:uppercase}.dashboard-page .wallet-insights-wrapper>.top>div{align-items:center;display:flex;gap:1.6rem}.dashboard-page .wallet-insights-wrapper>.top>div>p{color:#9a9a9a;font-size:1.2rem;font-weight:900;line-height:1.8rem}.dashboard-page .preloader{align-items:center;background-color:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.dashboard-page .arrow{cursor:pointer;font-size:x-small;margin-right:.1em}.dashboard-page .guildType{white-space:nowrap}.dashboard-modal .modal-label{color:#9a9a9a;font-size:1.4rem;line-height:2rem;margin-bottom:.8rem}.dashboard-modal .modal-text-input{background:#202020;border:none;border-radius:.8rem;display:block;height:14.3rem;padding:1.2rem;width:100%}.dashboard-modal .modal-text-input::placeholder{color:#9a9a9a}.dashboard-modal .button-wrapper{display:flex;gap:1rem;justify-content:flex-end;margin-top:2.4rem}.dashboard-modal .button-wrapper>.custom-button{border-radius:.8rem;font-size:1.6rem;height:4.8rem;padding:0;text-transform:capitalize;width:7.2rem}.login{align-items:center;display:flex;height:100%;justify-content:center;position:fixed;width:100%}.login .form-wrapper{display:flex;flex-direction:column;gap:2rem;max-width:80%;width:100%}@media only screen and (min-width:768px){.login .form-wrapper{max-width:45rem}}.login .form-wrapper .logo-wrapper{align-items:center;display:flex;justify-content:center}.space-detail-page .header{padding-left:1.5rem;padding-top:1.6rem;position:relative}.space-detail-page .header>.background{background:linear-gradient(180deg,#14141400,#141414),url(/static/media/test-bg.fe7b766d4999aa285d25.png);background-repeat:no-repeat;background-size:cover;content:"";height:20.4rem;left:0;position:absolute;top:0;width:100%}.space-detail-page .header>.content{display:flex;flex-direction:column;gap:11rem;justify-content:space-between;position:relative}.space-detail-page .header>.content>button{align-items:center;background-color:#2e2e2e;border:none;border-radius:.4rem;color:#fff;cursor:pointer;display:block;display:flex;font-size:1.4rem;font-weight:500;gap:.6rem;height:2.4rem;justify-content:center;line-height:2rem;width:7.7rem}.space-detail-page .header>.content>button>svg{height:1.6rem;width:1.6rem}@media only screen and (min-width:768px){.space-detail-page .header>.content .space-info{max-width:50.1rem}}.space-detail-page .header>.content .space-info>.profile-image-wrapper{border-radius:50%;height:10rem;overflow:hidden;width:10rem}.space-detail-page .header>.content .space-info>.profile-image-wrapper>img{height:100%;object-fit:cover;width:100%}>.space-detail-page .header>.content .space-info-name{align-items:center;display:flex;gap:.8rem;margin-top:1.6rem}>.space-detail-page .header>.content .space-info-name>svg{height:2.4rem;width:2.4rem}>.space-detail-page .header>.content .space-info-name>h4{font-size:2.4rem;line-height:3.2rem}>.space-detail-page .header>.content .space-info-description{color:#9a9a9a;font-size:1.6rem;line-height:2.4rem;margin:1.6rem 0}.space-detail-page .space-detail-main{padding:4.2rem 1.6rem}.space-detail-page .space-detail-main .space-detail-graph-wrapper{display:flex;flex-direction:column;gap:2.4rem;margin-top:4rem}@media only screen and (min-width:800px){.space-detail-page .space-detail-main .space-detail-graph-wrapper{flex-direction:row}.space-detail-page .space-detail-main .space-detail-graph-wrapper .wallet-insights-wrapper{flex-basis:0;flex-grow:1}}.space-detail-page .space-detail-main .space-detail-graph-wrapper .wallet-insights-wrapper>.top{align-items:center;display:flex;justify-content:space-between}.space-detail-page .space-detail-main .space-detail-graph-wrapper .wallet-insights-wrapper>.top>h4{color:#9a9a9a;font-size:1.4rem;font-weight:900;line-height:2rem;text-transform:uppercase}.space-detail-page .space-detail-main .space-detail-graph-wrapper .wallet-insights-wrapper>.top>div{align-items:center;display:flex;gap:1.6rem}.space-detail-page .space-detail-main .space-detail-graph-wrapper .wallet-insights-wrapper>.top>div>p{color:#9a9a9a;font-size:1.2rem;font-weight:900;line-height:1.8rem}
/*# sourceMappingURL=main.85793c73.css.map*/