.alert-toast{position:fixed;top:1.25rem;max-width:30rem;width:91%;right:1.25rem;background-color:#fafafa;border-radius:.3125rem;z-index:1000;box-shadow:0 0 .625rem rgba(0,0,0,.2);transition:transform .3s,opacity .3s;transform:translateX(100%);opacity:0}.alert-toast h5{font-weight:500}.alert-toast .text .action-btn span{text-transform:capitalize;cursor:pointer;font-weight:500}.alert-toast .flex{display:flex;justify-content:flex-start;gap:.5rem;align-items:flex-start;padding:.75rem 1.25rem}.alert-toast .text .action-btn span:hover{text-align:left;opacity:.7}.alert-toast .flex svg path{stroke:#fff}.alert-toast p{margin:.5rem 0 1rem}.alert-toast .flex .text{flex-grow:1}.alert-toast.show{transform:translateY(0);opacity:1}.alert-toast .action-btn{display:flex;gap:1rem}.alert-toast .close-btn{flex-shrink:0;cursor:pointer}.alert-toast .action-btn span,.alert-toast h5,.alert-toast p{color:var(--neutral-700);font-size:.875rem}.alert-toast.primary .action-btn span,.alert-toast.primary h5,.alert-toast.primary p{color:var(--primary-800)}.alert-toast.success .action-btn span,.alert-toast.success h5,.alert-toast.success p{color:var(--success-700)}.alert-toast.warning .action-btn span,.alert-toast.warning h5,.alert-toast.warning p{color:var(--warning-700)}.alert-toast.destructive .action-btn span,.alert-toast.destructive h5,.alert-toast.destructive p{color:var(--destructive-700)}.alert-toast.primary{background-color:var(--primary-50)}.alert-toast.success{background-color:var(--success-50)}.alert-toast.warning{background-color:var(--warning-50)}.alert-toast.destructive{background-color:var(--destructive-50)}.alert-toast.primary .close-btn path{stroke:var(--shades-50)}.alert-toast.success .close-btn path{stroke:var(--success-500)}.alert-toast.warning .close-btn path{stroke:var(--warning-500)}.alert-toast.destructive .close-btn path{stroke:var(--destructive-500)}@media screen and (min-width:37.5rem){.alert-toast{width:60%}}button{outline:none;cursor:pointer}.btn button,button span{font-weight:500}.btn button{padding:.75rem 1.25rem;display:flex;justify-content:center;align-items:center;gap:.5rem;border-radius:.375rem;font-size:1rem;font-style:normal;line-height:1.25rem;white-space:nowrap}.btn button:hover{opacity:.7}.btn.rounded button{border-radius:2.25rem}.btn button img{width:1.25rem;height:1.25rem}.btn.lg button{font-size:1rem;padding:.75rem 1.25rem}.btn.md button{font-size:.875rem;padding:.625rem 1rem;gap:.375rem}.btn.sm button{font-size:.75rem;padding:.375rem .75rem;gap:.375rem}.btn.sm button img{width:1rem;height:1rem}.input-field{display:inline-block;width:100%;max-width:35.9375rem}.input-field .label h4{text-transform:capitalize;font-size:.875rem;color:var(--neutral-900)}.input-container{position:relative;margin:.25rem 0 .5rem}.input-container .input-error{border:.0625rem solid var(--destructive-300);box-shadow:0 0 0 .25rem var(--destructive-100)}.input-container input{width:100%;background:var(--transparent-100);color:#737373;outline:none;padding:.75rem 4rem .75rem 2.5rem;border:.0625rem solid var(--neutral-200);border-radius:.375rem;box-shadow:0 .0625rem .125rem 0 #1018280d}.input-container input::-moz-placeholder{font-size:1rem;font-weight:400;color:var(--neutral-300)}.input-container input::placeholder{font-size:1rem;font-weight:400;color:var(--neutral-300)}.input-container>svg:first-child{position:absolute;top:.9375rem;left:.625rem}.input-container .right-img{position:absolute;top:.9375rem;right:.625rem}.input-container .right-img>div{display:flex;gap:.25rem;align-items:center}.error-message{color:var(--destructive-500)}.focus-normal:focus{border-color:var(--primary-300);--tw-shadow:0 0 0 0.25rem #e1e1fe;--tw-shadow-colored:0 0 0 0.25rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.loader{border-radius:50%;width:3.125rem;height:3.125rem;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.modal{position:fixed;inset:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:1000;background:rgba(0,0,0,.4);backdrop-filter:blur(.3125rem)}.custom-modal{position:relative;z-index:1001;padding:1.5rem;gap:.625rem;border-radius:.375rem;background-color:#fff;box-shadow:0 .5rem .625rem -.375rem rgba(16,24,40,.1),0 1.25rem 1.5625rem -.3125rem rgba(16,24,40,.1);min-width:18.75rem;width:90%;max-width:24rem;margin:auto}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);border:none;z-index:1000;cursor:pointer}.custom-modal>div{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem}.custom-modal .btn{display:flex;flex-direction:column;gap:.75rem;width:100%}.custom-modal .btn button{width:100%}.custom-modal .header{align-items:center}.custom-modal .header,.custom-modal .header .img{display:flex;justify-content:center;width:100%}.custom-modal .header .img div{display:flex;width:4rem;height:4rem;padding:.5rem;justify-content:center;align-items:center;border-radius:50%;background:#f6f6f6}.custom-modal .text h2{font-size:1.125rem}.custom-modal .text p{margin:.5rem 0 .75rem;font-size:.875rem}.custom-modal.horizontal{max-width:32rem}.custom-modal .horizontal{text-align:start}.custom-modal .horizontal .header .img{width:100%}.custom-modal .horizontal .btn{flex-direction:row;gap:.3125rem;max-width:9.8125rem;margin-left:auto;justify-content:flex-end}.custom-modal.gradient{box-shadow:0 .5rem .625rem -.375rem rgba(16,24,40,.1),0 1.25rem 1.5625rem -.3125rem rgba(16,24,40,.1);background:linear-gradient(180deg,#ffc233,#fff 50.52%,#fff)}.custom-modal .gradient{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}.custom-modal .gradient .btn{flex-direction:row;gap:.75rem;width:100%}.custom-modal .gradient .btn button{width:100%}.custom-modal .gradient .header{display:flex;align-items:flex-start;justify-content:flex-end;width:100%}.custom-modal .gradient .header .img{width:100%;display:flex;justify-content:center}.gradient .header .close{width:1.75rem;height:1.75rem;padding:.25rem;border-radius:1.5rem}.custom-modal .gradient .header .img div,.gradient .header .close{display:flex;justify-content:center;align-items:center;background:#f6f6f6}.custom-modal .gradient .header .img div{width:6rem;height:6rem;padding:.9167rem;border-radius:100%}.custom-modal .gradient .header .img img{width:2.75rem;height:2.75rem}.custom-modal .gradient .text h2{font-size:1.125rem;line-height:1.75rem;color:#000;margin-top:.5rem}.custom-modal .gradient .text p{margin:.5rem 0 0;line-height:1.25rem;font-size:.875rem}.progress-bar,.progress-bar-container{width:100%;border-radius:6.25rem;position:relative}.progress-bar{height:1rem;background-color:#fef1fb}.progress-bar.md{height:1.5rem}.progress-bar.lg{height:2rem}.progress-indicator{height:100%;border-radius:6.25rem;background-color:#ff63dc;transition:width .5s linear}.progress-steps-wrapper{display:flex;padding-top:1rem;padding-bottom:1rem}.progress-steps-wrapper .progress-step{position:relative;display:flex;width:4.75rem;flex-direction:column;align-items:center;justify-content:center}.progress-steps-wrapper .progress-step-line{position:absolute;right:-1.25rem;height:.125rem;width:2.5rem}.menu-link{white-space:nowrap;display:flex;min-width:15.125rem;align-items:center;justify-content:flex-start;gap:.75rem;border-radius:4rem;border-width:1px;border-color:transparent;padding:1rem 1.5rem;font-size:1rem;font-weight:500;line-height:1.25rem;--tw-shadow-color:#f3f4f6;--tw-shadow:var(--tw-shadow-colored);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.menu-link:hover{border-color:var(--neutral-800);--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.link-active{background-color:var(--gd-lemon-400);color:var(--primary-900)}.buddies-card{display:flex;width:100%;max-width:29.875rem;flex-direction:column;gap:1.5rem;border-radius:.75rem;padding:1rem}.buddies-card .img-group{position:relative;height:4rem;width:4rem}.buddies-card .img-group .buddy-2{position:absolute;right:0;bottom:0;border-radius:9999px;border-width:2px;--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.niyo-points-container{background:var(--electric-violet-50,#fbf4ff);padding:.375rem 1rem}.badge-points-container,.niyo-points-container{display:flex;border-radius:1.5rem;justify-content:center;align-items:center;gap:.625rem;width:-moz-fit-content;width:fit-content}.badge-points-container{background:#f0fdf4;padding:.625rem 1rem}.avatar{border-radius:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:#fef1fb;color:#ff63dc;width:1.5rem;height:1.5rem;font-size:.75rem;line-height:0}.avatar img{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover;display:block}.avatar-img.xs,.avatar.xs{width:1.5rem;height:1.5rem;font-size:.75rem}.avatar-img.sm,.avatar.sm{width:2rem;height:2rem;font-size:.875rem}.avatar-img.md,.avatar.md{width:2.5rem;height:2.5rem;font-size:1rem}.avatar-img.lg,.avatar.lg{width:3rem;height:3rem;font-size:1.125rem}.avatar-img.xl,.avatar.xl{width:3.5rem;height:3.5rem;font-size:1.25rem}.avatar-img.xxl,.avatar.xxl{width:4rem;height:4rem;font-size:1.5rem}.avatar-img{border-radius:6.25rem}.avatar-img.huge,.avatar.huge{width:6rem;height:6rem;font-size:2.25rem;border-radius:6.25rem}.avatar.huge{width:6rem;height:6rem;font-size:2.25rem;border:.25rem solid var(--generic-white,#fff)}.avatar-img.huge,.avatar.huge{box-shadow:0 .25rem .375rem -.25rem rgba(16,24,40,.1),0 .625rem .9375rem -.1875rem rgba(16,24,40,.1)}.avatar-img.huge{border:.0625rem solid var(--generic-white,#fff)}.avatar-img.xHuge,.avatar.xHuge{width:8rem;height:8rem;font-size:3.25rem}.avatar.xHuge{border:.25rem solid var(--generic-white,#fff)}.avatar-img.xHuge,.avatar.xHuge{box-shadow:0 .25rem .375rem -.25rem rgba(16,24,40,.1),0 .625rem .9375rem -.1875rem rgba(16,24,40,.1)}.avatar-img.xHuge{border:.0625rem solid var(--generic-white,#fff)}.dashboard-navbar{display:flex;width:100%;flex-direction:row;align-items:center;justify-content:space-between;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding-top:1.5rem;padding-bottom:1.5rem}@media (min-width:768px){.dashboard-navbar{padding-left:5rem;padding-right:5rem}}.dashboard-navbar .navbar-actions{display:flex;align-items:center;gap:1rem}@media screen and (max-width:60.5rem){.dashboard-navbar{padding-left:1.25rem;padding-right:1.25rem}.dashboard-navbar .search-action{display:none}}.buddy-container{width:100%;padding-bottom:1.5rem;padding-top:7rem}@media (min-width:768px){.buddy-container{padding-left:5rem;padding-right:5rem}}@media screen and (max-width:60.5rem){.buddy-container{padding-left:1.25rem;padding-right:1.25rem}}.course-card{display:flex;width:100%;flex-direction:column;justify-content:space-between;gap:1rem;border-radius:.75rem;border-width:1px;border-color:var(--neutral-100);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:.75rem}.form-control{display:flex;gap:1.875rem}.tab{display:flex;cursor:pointer;align-items:center;gap:.5rem;border-bottom-width:1px;padding:1rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}