.logo{display:block}@media screen and (max-width: 820px){.logo{width:100px}}.login-page{min-height:100vh;background-color:#fff;display:flex;align-item:stretch}.login-page aside,.login-page main{width:50%}.login-page main{display:flex;flex-direction:column;justify-content:center}@media screen and (max-width: 720px){.login-page main{width:100%}}.login-page main .logo-container{padding:2rem 1rem 0}@media screen and (min-width: 720px){.login-page main .logo-container{display:none}}.login-page main .login-form-container{display:flex;flex-direction:column;gap:4rem;padding:3rem 2rem;justify-content:center;margin:auto;width:100%}@media screen and (max-width: 720px){.login-page main .login-form-container{width:100%;padding:1rem;gap:3rem;justify-content:space-between}}.login-page main .login-form-container>div:nth-child(1){width:100%;max-width:447px;margin:0 auto}.login-page main .login-form-container>div:nth-child(1) h1{font-size:40px;color:var(--secondary-color);font-weight:700}@media screen and (max-width: 720px){.login-page main .login-form-container>div:nth-child(1) h1{font-size:32px}}.login-page main .login-form-container>div:nth-child(1) p{font-size:20px;color:#545f7d}@media screen and (max-width: 720px){.login-page main .login-form-container>div:nth-child(1) p{font-size:16px}}.login-page main .login-form-container .login-form{width:100%;max-width:447px;margin:0 auto}.login-page main .login-form-container .login-form .inputs-container{display:flex;flex-direction:column;gap:1rem}.login-page main .login-form-container .login-form p.forgot-password{margin-top:1.5rem}.login-page main .login-form-container .login-form p.forgot-password a{color:var(--primary-cta-color);font-size:12px;font-weight:700}.login-page main .login-form-container .login-form p.forgot-password a:hover{text-decoration:underline}.login-page main .login-form-container .login-form button[type=submit]{color:#fff;background-color:var(--primary-cta-color);height:48px;padding:1rem;width:100%;border-radius:var(--border-radius-secondary);display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:700;margin-top:1.5rem}.login-page main .login-form-container .login-form button[type=submit]:active:not(:disabled){background-color:var(--primary-cta-active-color)}.login-page main .login-form-container .login-form button[type=submit]:disabled{cursor:not-allowed;opacity:.5}.login-page aside{display:inherit;flex-direction:column;padding:3rem;background-color:#fafafa}@media screen and (max-width: 720px){.login-page aside{display:none}}.login-page aside .img-banner{display:inherit;flex:1 1;align-items:center}.login-page aside .img-banner img{max-width:100%}.input-component{position:relative;width:100%}.input-component input{border:2px solid rgba(84,95,125,.1490196078);height:50px;min-width:0;width:100%;border-radius:5px;font-size:14px;padding:0 1rem;color:var(--secondary-color)}.input-component input:focus{border-color:var(--primary-cta-color)}.input-component input::placeholder{color:#545f7d}.input-component button{position:absolute;top:50%;right:1rem;font-size:12px;font-weight:700;color:var(--primary-cta-color);transform:translateY(-50%)}@font-face{font-family:DM Sans;src:url(/assets/DM_Sans-d9KJDlpM.ttf) format(truetype);font-display:swap}:root{--primary-cta-color: #39cdcc;--primary-cta-active-color: #299191;--secondary-color: #213f7d;--transition: .3s linear all;--bg-hover: #39cdcc20;--box-shadow: 0 0 10px #f1f1f1;--border-radius-primary: 4px;--border-radius-secondary: 8px}*{padding:0;margin:0;font-size:16px;box-sizing:border-box;font-family:DM Sans,sans-serif;line-height:1.5;-webkit-tap-highlight-color:transparent}a,a:link,a:active{text-decoration:unset}a,button{cursor:pointer;color:inherit}button,input{border:unset;outline:unset;background-color:unset}hr{border:none;height:1px;background-color:#e1e1e1}#toasts-portal{position:fixed;width:100%;max-width:420px;background-color:transparent;top:0;right:0;bottom:0;left:auto;pointer-events:none;overflow:hidden;display:flex;flex-direction:column;gap:.5rem;padding:1rem;z-index:9999}#toasts-portal .toast{padding:1rem;height:fit-content;box-shadow:0 2px 5px #e1e1e1;border-radius:var(--border-radius-primary);pointer-events:all;cursor:pointer;background-color:#d1d1ff;color:#005;display:inherit;align-items:center;gap:.5rem;transform:translate(500px);animation:toastSlideIn .6s ease forwards}#toasts-portal .toast.hide{animation:toastSlideOut .5s ease forwards}#toasts-portal .toast[data-type=error]{background-color:#ffe1e1;color:#500}#toasts-portal .toast[data-type=success]{background-color:#e1ffe1;color:#050}#toasts-portal .toast[data-type=warning]{background-color:#ffffe1;color:#550}#alerts-portal{position:fixed;width:100%;max-width:420px;background-color:transparent;top:0;bottom:0;left:0;right:auto;pointer-events:none;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;gap:.5rem;padding:1rem;z-index:9999}#alerts-portal .alert{padding:1rem;height:fit-content;font-size:14px;font-weight:500;color:var(--secondary-color);box-shadow:0 2px 5px #e1e1e1;border-radius:var(--border-radius-primary);background-color:#fff;animation:alertSlideIn .6s ease forwards}#alerts-portal .alert.hide{animation:alertSlideOut .5s ease forwards}#alerts-portal .alert button{font-size:12px;padding:.25rem 1rem;border-radius:6px;float:right;pointer-events:all;cursor:pointer;background-color:var(--primary-cta-color);color:#fff}#alerts-portal .alert button:active{background-color:var(--primary-cta-active-color)}@keyframes toastSlideIn{0%{transform:translate(500px);opacity:0}60%{transform:translate(-7px);opacity:1}80%{transform:translate(3px)}to{transform:translate(0)}}@keyframes toastSlideOut{0%{opacity:1;transform:translate(-3px)}80%{opacity:0;transform:translate(500px)}to{height:0;opacity:0;padding:0;margin:0;display:none}}@keyframes alertSlideIn{0%{transform:translate(-500px);opacity:0}60%{transform:translate(7px);opacity:1}80%{transform:translate(-3px)}to{transform:translate(0)}}@keyframes alertSlideOut{0%{opacity:1;transform:translate(3px)}50%{opacity:0;transform:translate(-500px)}to{height:0;opacity:0;padding:0;margin:0;display:none}}.dashboard-header{display:flex;gap:1.5rem;justify-content:space-between;padding:1rem 1.5rem;background-color:#fff;box-shadow:0 2px 10px #f1f1f1;align-items:center;position:sticky;top:0;width:100%;left:0;z-index:50}.dashboard-header>div:first-child{display:flex;align-items:center}.dashboard-header>div:first-child button{margin-right:1rem;width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.dashboard-header>div:first-child button:active{background-color:#e1e1e1}@media screen and (min-width: 820px){.dashboard-header>div:first-child button{display:none}}.dashboard-header .search-bar{border:1px solid var(--secondary-color);border-radius:var(--border-radius-secondary);display:inherit;overflow:hidden;flex:1 1;height:40px;max-width:400px}@media screen and (max-width: 720px){.dashboard-header .search-bar{display:none}}.dashboard-header .search-bar>div{position:relative;flex:1;height:100%}.dashboard-header .search-bar>div input{font-size:14px;padding:.5rem 1.5rem;min-width:0;width:100%}.dashboard-header .search-bar>div input::placeholder{color:#545f7d}.dashboard-header .search-bar>div button{position:absolute;right:.5rem;transform:translateY(-50%);top:50%;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%}.dashboard-header .search-bar>div button:hover{background-color:#e1e1e1}.dashboard-header .search-bar>div button:active{transform:scale(.9) translateY(-50%)}.dashboard-header .search-bar>button{background-color:var(--primary-cta-color);padding:.5rem 1rem}.dashboard-header .search-bar>button:active{background-color:var(--primary-cta-active-color)}.dashboard-header .nav{display:inherit;align-items:inherit;gap:1.5rem}@media screen and (max-width: 720px){.dashboard-header .nav{gap:.5rem}}.dashboard-header .nav .links{color:var(--secondary-color);display:inherit;align-items:inherit;gap:2rem}@media screen and (max-width: 720px){.dashboard-header .nav .links{gap:.5rem}}.dashboard-header .nav .links>:nth-child(1){text-decoration:underline}@media screen and (max-width: 720px){.dashboard-header .nav .links>:nth-child(1){display:none}}@media screen and (min-width: 720px){.dashboard-header .nav .links button{display:none}}.dashboard-header .nav .profile{display:inherit;align-items:inherit;gap:.5rem}.dashboard-header .nav .profile>div:first-child{height:48px;width:48px;background-color:#e1e1e1;border-radius:50%;overflow:hidden}@media screen and (max-width: 720px){.dashboard-header .nav .profile>div:first-child{height:24px;width:24px}}.dashboard-header .nav .profile>button:last-child{display:inherit;align-items:inherit;padding:.25rem .5rem;color:var(--secondary-color);border-radius:9999px}.dashboard-header .nav .profile>button:last-child:hover{background-color:var(--bg-hover)}@media screen and (max-width: 720px){.dashboard-header .nav .profile>button:last-child{display:none}}.sidebar-nav{font-size:14px;display:flex;flex-direction:column;gap:1.25rem;max-height:100%;overflow:auto;position:relative}.sidebar-nav .menu-close-btn{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:fixed;top:.5rem;left:235px;background-color:#f1f1f1;z-index:100}.sidebar-nav .menu-close-btn:active{background-color:#e1e1e1}@media screen and (min-width: 820px){.sidebar-nav .menu-close-btn{display:none}}.sidebar-nav .organization-dropdown{position:relative;z-index:50}.sidebar-nav .organization-dropdown button{color:var(--secondary-color);padding:.5rem 1rem;display:flex;gap:.5rem;align-items:center}.sidebar-nav .organization-dropdown button:focus~ul{transform:none;opacity:1}.sidebar-nav .organization-dropdown ul{list-style:none;background-color:#fff;box-shadow:0 0 15px #e1e1e1;margin-left:1rem;padding:.25rem;width:calc(100% - 1.5rem);position:absolute;font-size:14px;font-weight:500;color:var(--secondary-color);border-radius:var(--border-radius-secondary);transform:translateY(-10px);opacity:0;transition:var(--transition)}.sidebar-nav .organization-dropdown ul li{padding:.5rem;cursor:pointer;border-radius:var(--border-radius-primary)}.sidebar-nav .organization-dropdown ul li:hover{background-color:var(--bg-hover)}.sidebar-nav .dashboard-icon{color:var(--secondary-color);padding:.5rem 1rem;display:flex;gap:.5rem;align-items:center}.sidebar-nav .menu-section{display:flex;flex-direction:column;color:var(--secondary-color)}.sidebar-nav .menu-section .section-heading{font-size:12px;font-weight:700;padding:.5rem 1rem}.sidebar-nav .menu-section .nav-link{padding:.25rem 1rem;display:flex;width:100%;gap:.5rem;align-items:center}.sidebar-nav .menu-section .nav-link:hover{background-color:var(--bg-hover)}.sidebar-nav .menu-section .nav-link[data-active=true]{border-left:3px solid var(--primary-cta-color);background-color:var(--bg-hover)}.dashboard-layout>div:nth-child(2) aside{padding:1rem 0;box-shadow:2px 0 10px #f1f1f1;width:283px;position:fixed;bottom:0;top:80px;overflow:auto;background-color:#fff;transition:var(--transition)}@media screen and (max-width: 820px){.dashboard-layout>div:nth-child(2) aside{top:0;left:-100%;z-index:50}.dashboard-layout>div:nth-child(2) aside[data-open=true]{display:block;left:0}}.dashboard-layout>div:nth-child(2) main{margin-left:283px;flex:1;background-color:#fafafa;min-height:calc(100vh - 80px);padding:1.5rem}@media screen and (max-width: 820px){.dashboard-layout>div:nth-child(2) main{margin-left:0}}@media screen and (max-width: 720px){.dashboard-layout>div:nth-child(2) main{padding:1rem}}.users-landing-page{display:flex;flex-direction:column;gap:1.5rem}.users-landing-page h1{font-size:24px;color:var(--secondary-color)}.users-landing-page .optimistic-ui{display:grid;grid-template-columns:1fr;gap:2rem;animation:ping 1s linear infinite alternate}@keyframes ping{0%{opacity:.2}to{opacity:1}}.users-landing-page .optimistic-ui>div:first-child{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media screen and (min-width: 480px) and (max-width: 960px){.users-landing-page .optimistic-ui>div:first-child{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 720px){.users-landing-page .optimistic-ui>div:first-child{gap:1rem}}@media screen and (max-width: 480px){.users-landing-page .optimistic-ui>div:first-child{grid-template-columns:repeat(1,1fr)}}.users-landing-page .optimistic-ui>div:first-child div{aspect-ratio:16/9;background-color:#f1f1f1;border-radius:var(--border-radius-primary)}.users-landing-page .optimistic-ui>div:nth-child(2) div:not(:first-child){height:2rem;background-color:#f1f1f1;margin-top:2px}.users-landing-page .optimistic-ui>div:nth-child(2) div:first-child{height:4rem;background-color:#e1e1e1;border-radius:var(--border-radius-primary);border-top-radius:4px}.users-landing-page .optimistic-ui>div:nth-child(2) div:last-child{border-bottom-radius:4px}.users-landing-page .optimistic-ui>div:last-child{display:flex;gap:1rem;justify-content:space-between}.users-landing-page .optimistic-ui>div:last-child div{height:2rem;background-color:#f1f1f1;width:100%;max-width:250px}.users-landing-page .stats-container{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media screen and (min-width: 480px) and (max-width: 960px){.users-landing-page .stats-container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 720px){.users-landing-page .stats-container{gap:1rem}}@media screen and (max-width: 480px){.users-landing-page .stats-container{grid-template-columns:repeat(1,1fr)}}.users-landing-page .stats-container .stat{background-color:#fff;padding:1rem;border-radius:var(--border-radius-primary);box-shadow:0 0 15px #f1f1f1;color:var(--secondary-color)}.users-landing-page .stats-container .stat div:first-of-type{font-size:14px;font-weight:500}.users-landing-page .stats-container .stat div:last-child{font-size:24px;font-weight:600;margin-top:4px}.users-landing-page .users-table-container{max-width:100%;border-radius:var(--border-radius-primary);background-color:#fff;overflow-x:auto;overflow-y:visible;box-shadow:0 0 15px #f1f1f1;border:1px solid rgba(33,63,125,.0588235294);padding:1.5rem 1.5rem 2.5rem}.users-landing-page .users-table-container table{border-collapse:collapse;color:#545f7d;font-size:14px;min-width:100%;width:fit-content}.users-landing-page .users-table-container table thead td{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;position:relative;overflow:visible}.users-landing-page .users-table-container table thead td>button{font-size:12px;font-weight:600;display:flex;align-items:center;gap:.5rem;white-space:nowrap;padding:1rem 0}.users-landing-page .users-table-container table thead td>button:focus+div.filter{transform:scale(1);opacity:1}.users-landing-page .users-table-container table thead td:not(:last-child){padding-right:.5rem}.users-landing-page .users-table-container table tbody tr td{font-size:14px;white-space:nowrap;padding:1rem 0;position:relative}.users-landing-page .users-table-container table tbody tr td:not(:last-child){padding-right:.5rem}.users-landing-page .users-table-container table tbody tr td>span{padding:.25rem .5rem;border-radius:999px}.users-landing-page .users-table-container table tbody tr td>span[data-status=Pending]{background-color:#e9b20020;color:#e9b200}.users-landing-page .users-table-container table tbody tr td>span[data-status=Inactive]{background-color:#545f7d20;color:#545f7d}.users-landing-page .users-table-container table tbody tr td>span[data-status=Active]{background-color:#39cd6220;color:#39cd62}.users-landing-page .users-table-container table tbody tr td>span[data-status=Blacklisted]{background-color:#e4033b20;color:#e4033b}.users-landing-page .users-table-container table tbody tr td button:first-child{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.users-landing-page .users-table-container table tbody tr td button:first-child:hover{background-color:var(--bg-hover)}.users-landing-page .users-table-container table tbody tr td button:first-child+div{position:absolute;right:0;top:0;box-shadow:0 0 15px #f1f1f1;background-color:#fff;display:flex;flex-direction:column;border-radius:var(--border-radius-primary);width:180px;opacity:0;transform:scale(0);transform-origin:top right;transition:var(--transition);z-index:100;padding:.5rem;transition-delay:.3s}.users-landing-page .users-table-container table tbody tr td button:first-child+div>*{padding:.25rem .5rem;text-align:left;font-size:14px;display:flex;align-items:center;gap:.5rem}.users-landing-page .users-table-container table tbody tr td button:first-child+div>*.blacklist-btn:hover{background-color:#e4033b20}.users-landing-page .users-table-container table tbody tr td button:first-child+div>*.activate-btn:hover{background-color:#39cd6220}.users-landing-page .users-table-container table tbody tr td button:first-child+div>*:hover{background-color:var(--bg-hover)}.users-landing-page .users-table-container table tbody tr td button:first-child:focus+div{opacity:1;transform:scale(1)}.users-landing-page .users-table-container table tbody tr:not(:last-child){border-bottom:1px solid rgba(33,63,125,.1019607843)}.filter{position:absolute;transform:scale(0);opacity:0;z-index:10;transform-origin:top center;transition:var(--transition);transition-delay:.3s;background-color:#fff;box-shadow:var(--box-shadow);width:270px;padding:2rem 1rem;display:flex;flex-direction:column;gap:1rem;border:1px solid rgba(84,95,125,.1411764706);border-radius:var(--border-radius-primary)}.filter.status-filter-wrapper{right:0}.filter:hover{transform:scale(1);opacity:1}.filter>*{width:100%}.input-filter{border-radius:8px!important;height:40px!important;border-width:1px!important}.filter-label{font-weight:500}.organization-filter,.status-filter{font-size:12px;border-radius:var(--border-radius-secondary);border:1px solid rgba(84,95,125,.1490196078)}.organization-filter>div,.status-filter>div{position:relative}.organization-filter div button,.status-filter div button{width:100%;height:40px;align-items:center;display:flex;justify-content:space-between;padding:.5rem}.organization-filter div button span,.status-filter div button span{text-overflow:ellipsis;overflow:clip;width:90%;text-align:left}.organization-filter div button:focus+div,.status-filter div button:focus+div{transform:scale(1);opacity:1}.organization-filter div div,.status-filter div div{display:flex;flex-direction:column;position:absolute;background-color:#fff;box-shadow:var(--box-shadow);z-index:10;border-radius:var(--border-radius-secondary);overflow:hidden;top:0;transform:scale(0);opacity:0;transition-origin:top center;transition:var(--transition);transition-delay:.3s;min-width:100%}.organization-filter div div button,.status-filter div div button{width:100%;padding:.25rem .5rem;text-align:left}.organization-filter div div button:hover,.organization-filter div div button:active,.status-filter div div button:hover,.status-filter div div button:active{background-color:var(--bg-hover)}.btn-container{width:100%;display:flex;gap:1rem}.reset-btn,.filter-btn{width:100%;padding:.5rem 1rem;border-radius:var(--border-radius-secondary)}.reset-btn{background-color:#fff;border:1px solid var(--secondary-color)}.filter-btn{background-color:var(--primary-cta-color);color:#fff}.table-pagination{display:flex;justify-content:space-between;align-items:center;gap:3rem;flex-wrap:wrap;font-size:14px;color:var(--secondary-color);width:100%}@media screen and (max-width: 520px){.table-pagination{justify-content:center}}.table-pagination>div:first-child>span{position:relative;display:inline-block}.table-pagination>div:first-child>span>button{background-color:#e1e1e1;height:24px;width:fit-content;display:inline-flex;align-items:center;justify-content:center;padding:.5rem;border-radius:var(--border-radius-secondary)}.table-pagination>div:first-child>span>button:focus+span{transform:scale(1)}.table-pagination>div:first-child>span span{position:absolute;display:flex;flex-direction:column;bottom:100%;background-color:#fff;box-shadow:var(--box-shadow);border-radius:var(--border-radius-primary);transition:var(--transition);transition-delay:.5s;transform:scale(0);transform-origin:bottom center;width:100%}.table-pagination>div:first-child>span span button{height:24px;display:flex;align-items:center;justify-content:center;padding:1rem}.table-pagination>div:first-child>span span button:hover{background-color:var(--bg-hover)}.table-pagination>div:last-child{display:flex}.table-pagination>div:last-child button{height:32px;width:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius-secondary)}.table-pagination>div:last-child button:first-child,.table-pagination>div:last-child button:last-child{background-color:#213f7d1a}.table-pagination>div:last-child button:hover{background-color:var(--bg-hover)}.table-pagination>div:last-child button[data-active=true]{font-weight:900;color:#545f7d}.user-details{color:var(--secondary-color);display:flex;flex-direction:column;gap:1.5rem}.user-details .back-btn{display:flex;align-items:center;gap:4px}.user-details h1{font-size:24px}.user-details h2{font-size:22px}.user-details>div:first-of-type{display:flex;align-items:center;gap:3rem;flex-wrap:wrap;justify-content:space-between}.user-details>div:first-of-type>div{display:inherit;gap:1rem}.user-details>div:first-of-type>div button{font-size:14px;height:40px;align-items:center;justify-content:center;display:flex;padding:1rem;border:1px solid transparent;border-radius:var(--border-radius-secondary)}.user-details>div:first-of-type>div button.activate-user{border-color:var(--primary-cta-color);color:var(--primary-cta-color)}.user-details>div:first-of-type>div button.deactivate-user{border-color:#e4033b;color:#e4033b}.user-details>div:nth-child(3){background-color:#fff;border-radius:var(--border-radius-primary);box-shadow:var(--box-shadow)}.user-details>div:nth-child(3)>div:first-child{padding:1rem;display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.user-details>div:nth-child(3)>div:first-child>div:first-child{display:flex;align-items:center;gap:1rem}.user-details>div:nth-child(3)>div:first-child>div{width:fit-content;padding:1rem}.user-details>div:nth-child(3)>div:first-child>div>div:first-child{width:100px;aspect-ratio:1/1;border-radius:50%;background-color:#e1e1e1}.user-details>div:nth-child(3)>div:first-child>div:last-child p{font-size:12px}.user-details>div:nth-child(3)>div:first-child>div p{font-size:14px}.user-details>div:nth-child(3)>div:first-child>div p:first-child{font-weight:500}.user-details>div:nth-child(3)>div:first-child>span{width:1px;background-color:#545f7d;align-self:center;height:60px}.user-details>div:nth-child(3)>div:last-child{padding:0 1rem;display:flex;justify-content:space-between;overflow:auto}.user-details>div:nth-child(3)>div:last-child button{padding:.5rem 1rem;white-space:nowrap}.user-details>div:nth-child(3)>div:last-child button.active{color:var(--primary-cta-color);border-bottom:2px solid var(--primary-cta-color)}.user-details>div:nth-child(4){background-color:#fff;box-shadow:var(--box-shadow);padding:1rem;border-radius:var(--border-radius-primary);display:flex;flex-direction:column;gap:1.5rem}.user-details>div:nth-child(4)>div.info-section{display:flex;flex-direction:column;gap:1rem}.user-details>div:nth-child(4)>div.info-section h3{font-weight:500}.user-details>div:nth-child(4)>div.info-section>div{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media screen and (min-width: 960px) and (max-width: 1020px){.user-details>div:nth-child(4)>div.info-section>div{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 480px) and (max-width: 960px){.user-details>div:nth-child(4)>div.info-section>div{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 480px){.user-details>div:nth-child(4)>div.info-section>div{grid-template-columns:repeat(1,1fr)}}.user-details>div:nth-child(4)>div.info-section>div>div div:first-child{font-size:12px}.user-details>div:nth-child(4)>div.info-section>div>div div:last-child{font-weight:500}.error-404{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:auto;text-align:center;color:var(--secondary-color)}.error-404 h1{font-size:6rem;font-weight:900}@media screen and (max-width: 720px){.error-404 h1{font-size:4rem}}.error-404 p{font-size:1.5rem;font-weight:600;margin-bottom:2rem}.error-404 a{padding:.5rem 1rem;border-radius:var(--border-radius-secondary);background-color:var(--primary-cta-color);color:#fff;font-weight:500}.error-404 a:active{background-color:var(--primary-cta-active-color)}
