@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap";html,body,#root{font-family:Open Sans,sans-serif;min-height:100vh;height:100%;min-width:100vw;width:100%;padding:0;margin:0;max-height:100dvh;overflow:auto}.app-wrapper{display:flex;flex-direction:column;min-height:100vh;min-width:100vw;height:100%;background-color:#0f0f10;color:#fff;overflow-x:auto}.fade-in{animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.paper-wrapper{padding:4px;border-radius:12px;display:inline-block;cursor:pointer}.paper-wrapper:hover{background:linear-gradient(to right,purple,#ffb6c1,#fff);transition:box-shadow .2s ease}.paper-content{background:#0f0f10;border-radius:8px;height:100%;width:100%;border:1px solid #343232}.footer-wrapper{display:flex;flex-direction:row;height:80px;align-items:center;justify-content:space-between;padding:0 20px;font-size:12px;border-top:1px solid #343232}.footer-wrapper .about{display:flex;flex-direction:column;gap:6px}.footer-wrapper .about div{display:flex;flex-direction:row;align-items:baseline}.footer-wrapper .about .me{gap:6px}.footer-wrapper .about .me :last-child{font-weight:600;font-size:14px;color:#4ea1ef}.footer-wrapper .contact-us :first-child{font-size:14px;font-weight:600}.footer-wrapper .contact-us :last-child{font-size:10px}.header-wrapper{display:flex;flex-direction:row;height:80px;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #343232}.header-wrapper .title{display:flex;flex-direction:row;gap:10px;align-items:center}.header-wrapper .title div{font-size:18px;font-weight:600}.info-wrapper{display:grid;grid-template-rows:1fr 1fr;height:100%;padding:20px;gap:30px}.info-wrapper .get-started-card-wrapper{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;padding:15px}.info-wrapper .get-started-card-wrapper :first-child{font-size:24px;font-weight:800}.info-wrapper .get-started-card-wrapper :nth-child(2){font-size:14px;text-align:center}.info-wrapper .info-card-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;grid-auto-rows:min-content;gap:30px;justify-self:center}.info-wrapper .info-card-wrapper .card-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:space-around;text-align:center;padding:20px;min-height:100px;max-width:350px}.info-wrapper .info-card-wrapper .card-wrapper :first-child{font-weight:600}.welcome-wrapper{color:#fff;display:grid;grid-template-rows:auto 1fr auto;height:100%}.login-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:30px}.login-wrapper>div:first-child{font-size:28px;font-weight:600}.login-wrapper>div:last-child{font-size:12px}.login-wrapper .login-footer{display:flex;justify-content:center;gap:30px;width:100%;font-size:14px;color:#fff;cursor:pointer}.login-wrapper .login-footer div:hover{text-decoration:underline}.signup-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:30px}.signup-wrapper>div:first-child{font-size:28px;font-weight:600}.signup-wrapper>div:last-child{font-size:12px}.login-or-signup-wrapper{height:100%;width:100%;display:flex;align-items:center;justify-content:center}.overview{display:flex;flex-direction:column;gap:20px;padding:20px;border-radius:8px;max-height:100%}.overview>div:first-child{font-size:24px;font-weight:600}.overview .url-list{max-height:600px;overflow:auto;display:flex;flex-direction:column;gap:10px;border:2px solid #343232;padding:20px;border-radius:8px}.overview .url-list .item{display:flex;justify-content:space-between}.overview .url-list .item .left>div:first-child,.overview .url-list .item .right>div:first-child{font-size:18px;font-weight:500}.overview .url-list .item .left>div:nth-child(2),.overview .url-list .item .right>div:nth-child(2){color:#9ca3af;font-size:14px}.overview .url-list .item:hover{transform:scale(1.05);transition:all .2s ease-in-out}.dashboard-wrapper{display:grid;grid-template-columns:3fr 7fr;gap:30px;padding:0 30px}.dashboard-wrapper .overview-container,.dashboard-wrapper .graph-chart{border:2px solid #343232;border-radius:8px}.details-wrapper{display:flex;flex-direction:column;padding:20px;border-radius:8px;gap:30px;min-width:600px;overflow:auto}.details-wrapper .d-header{display:flex;flex-direction:column;gap:10px}.details-wrapper .d-header>div:first-child{font-size:28px;font-weight:600;display:flex;align-items:center;justify-content:space-between}.details-wrapper .d-header>div:last-child{font-size:18px;color:#9ca3af}.details-wrapper .d-header .d-header-actions{display:flex;gap:10px;align-items:center;justify-content:flex-end}.details-wrapper .d-header .d-header-actions>svg{cursor:pointer}.details-wrapper .d-header .d-header-actions>svg:hover{color:#4f46e5}.details-wrapper .details-container{display:flex;flex-direction:column;gap:30px}.details-wrapper .details-container .click{font-size:26px}.details-wrapper .details-container .details-graph{display:grid;grid-template-columns:.3fr .7fr}.details-wrapper .details-container .details-graph .details{display:flex;flex-direction:column;gap:10px}.details-wrapper .details-container .details-graph .details>div{display:flex;flex-direction:column;gap:5px}.details-wrapper .details-container .details-graph .details>div>div:first-child{font-size:18px}.details-wrapper .details-container .details-graph .details>div>div:last-child{color:#9ca3af}.details-wrapper .details-container .actions{display:flex;gap:20px;align-items:center;justify-content:flex-end}.shorten-link{height:auto;width:100%;justify-items:center;display:flex;flex-direction:column;align-items:center;gap:20px;background-color:#000;border:2px solid #343232;padding:20px;border-radius:8px}.shorten-link>div:first-child{display:flex;align-items:center;justify-content:center;font-size:24px}.shorten-link .short-url-section{display:flex;flex-direction:column;width:100%;align-items:center}.shorten-link .short-url-section>div:first-child{font-size:24px}.shorten-link .short-url-section>div:last-child{display:flex;align-items:center;justify-content:space-evenly;width:100%;cursor:pointer}.shorten-link .short-url-section>div:last-child>a:first-child{color:#fff;text-decoration:none}.smolify-wrapper{height:100%;width:100%;display:grid;grid-template-columns:.3fr .7fr;gap:30px;justify-content:space-around;padding:20px}.smolify-wrapper .shorten-link-container{justify-items:center}.top-link{background-color:#000;border:2px solid #343232;border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:20px;min-height:100%}.top-link>div:first-child{font-size:24px}.top-link>div:last-child{height:100%}.top-link .copy-icon{visibility:hidden}.top-link .row-with-copy:hover .copy-icon{visibility:visible}.workspace-wrapper{color:#fff;display:grid;grid-template-rows:auto 1fr auto;height:100%;gap:30px}.workspace-wrapper .header{display:flex;flex-direction:row;height:100px;align-items:center;justify-content:space-between;padding:0 20px}.workspace-wrapper .header>div:first-child{display:flex;align-items:center;gap:10px;font-size:28px;height:100%}.workspace-wrapper .header>div:last-child{display:flex;gap:20px}.workspace-wrapper .content{height:100%;width:100%}.smol-header-tabs-wrapper{display:flex;gap:24px;padding:0 16px}.smol-header-tabs-wrapper .smol-tab{padding:12px 0;cursor:pointer;color:#fff;font-weight:500;border-bottom:2px solid transparent;transition:border-color .2s ease}.smol-header-tabs-wrapper .smol-tab:hover{border-bottom:2px solid rgba(255,255,255,.3)}.smol-header-tabs-wrapper .smol-tab.selected{border-bottom:2px solid #7C3AED;font-weight:600}.forgot-password-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:30px}.forgot-password-wrapper>div:first-child{font-size:28px;font-weight:600}.forgot-password-wrapper>div:last-child{font-size:12px}
