@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Halant:wght@300;400;500;600;700&display=swap);:root{--rlms-font-size-xxs:0.875rem;--rlms-font-size-xs:clamp(0.875rem,200vw - 179rem,1rem);--rlms-font-size-sm:clamp(1rem,200vw - 179rem,1.125rem);--rlms-font-size-md:clamp(1.125rem,200vw - 179rem,1.25rem);--rlms-font-size-lg:clamp(1.25rem,200vw - 179rem,1.375rem);--rlms-font-size-xl:clamp(1.5rem,400vw - 358.25rem,1.75rem);--rlms-font-size-xxl:clamp(1.625rem,800vw - 717.875rem,2.125rem);--rlms-font-size-xxxl:clamp(1.75rem,1200vw - 1077.5rem,2.5rem);--rlms-primary-50:#f6f2fd;--rlms-primary-100:#eae6ff;--rlms-primary-200:#c0b8ff;--rlms-primary-300:#a394ff;--rlms-primary-400:#7d6bff;--rlms-primary-500:#654eff;--rlms-primary-600:#3e20ff;--rlms-secondary-100:#e6f7ff;--rlms-secondary-200:#b3e5ff;--rlms-secondary-300:#80d4ff;--rlms-secondary-400:#4db3ff;--rlms-secondary-500:#09f;--rlms-secondary-600:#06c;--rlms-success-100:#e6ffed;--rlms-success-200:#b3ffcc;--rlms-success-300:#80ffaa;--rlms-success-400:#4dff88;--rlms-success-500:#0f5;--rlms-success-600:#008040;--rlms-warning-100:#fffbe6;--rlms-warning-200:#fff2b3;--rlms-warning-300:#ffeb80;--rlms-warning-400:#ffd94d;--rlms-warning-500:#ffb300;--rlms-warning-600:#cc7a00;--rlms-danger-100:#ffe6e6;--rlms-danger-200:#ffb3b3;--rlms-danger-300:#ff8080;--rlms-danger-400:#ff4d4d;--rlms-danger-500:red;--rlms-danger-600:maroon;--rlms-extra-1:#eeeff0;--rlms-extra-2:#bec0c4;--rlms-extra-3:#71767d;--rlms-extra-4:#0f0f0f;--rlms-color-white:#fff;--rlms-bg-white:#fff;--rlms-sidebar-size:250px}.rlms-fs-xxs{font-size:var(--rlms-font-size-xxs)}.rlms-fs-xs{font-size:var(--rlms-font-size-xs)}.rlms-fs-sm{font-size:var(--rlms-font-size-sm)}.rlms-fs-md{font-size:var(--rlms-font-size-md)}.rlms-fs-lg{font-size:var(--rlms-font-size-lg)}.rlms-fs-xl{font-size:var(--rlms-font-size-xl)}.rlms-fs-xxl{font-size:var(--rlms-font-size-xxl)}.rlms-fs-xxxl{font-size:var(--rlms-font-size-xxxl)}.rlms-flex{display:flex}.rlms-contents{display:contents}.rlms-flex-row{flex-direction:row}.rlms-flex-row-reverse{flex-direction:row-reverse}.rlms-flex-col{flex-direction:column}.rlms-flex-col-reverse{flex-direction:column-reverse}.rlms-flex-wrap{flex-wrap:wrap}.rlms-flex-wrap-reverse{flex-wrap:wrap-reverse}.rlms-flex-no-wrap{flex-wrap:nowrap}.rlms-justify-start{justify-content:flex-start}.rlms-justify-end{justify-content:flex-end}.rlms-justify-center{justify-content:center}.rlms-justify-between{justify-content:space-between}.rlms-justify-around{justify-content:space-around}.rlms-items-start{align-items:flex-start}.rlms-items-end{align-items:flex-end}.rlms-items-center{align-items:center}.rlms-items-baseline{align-items:baseline}.rlms-items-stretch{align-items:stretch}.rlms-content-start{align-content:flex-start}.rlms-content-end{align-content:flex-end}.rlms-content-center{align-content:center}.rlms-content-between{align-content:space-between}.rlms-content-around{align-content:space-around}.rlms-content-stretch{align-content:stretch}.rlms-flex-grow{flex-grow:1}.rlms-flex-shrink{flex-shrink:1}.rlms-flex-no-shrink{flex-shrink:0}.rlms-order-1{order:1}.rlms-order-2{order:2}.rlms-order-3{order:3}.rlms-self-auto{align-self:auto}.rlms-self-start{align-self:flex-start}.rlms-self-end{align-self:flex-end}.rlms-self-center{align-self:center}.rlms-self-baseline{align-self:baseline}.rlms-self-stretch{align-self:stretch}.rlms-gap-5{gap:5px}.rlms-gap-16{gap:16px}.rlms-gap-8{gap:8px}.rlms-gap-10{gap:10px}.rlms-gap-15{gap:15px}.rlms-gap-20{gap:20px}.rlms-gap-25{gap:25px}.rlms-gap-30{gap:30px}.rlms-cursor-pointer{cursor:pointer}.rlms-us-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.rlms-text-center{text-align:center}.rlms-text-start{text-align:start}.rlms-text-end{text-align:end}.rlms-w-100{width:100%}.rlms-w-mc{width:-moz-max-content;width:max-content}.rlms-w-fc{width:-moz-fit-content;width:fit-content}.rlms-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rlms-relative{position:relative}.rlms-p-0{padding:0}.rlms-p-1{padding:.25rem}.rlms-p-2{padding:.5rem}.rlms-p-3{padding:.75rem}.rlms-p-4{padding:1rem}.rlms-p-5{padding:1.25rem}.rlms-p-6{padding:1.5rem}.rlms-p-8{padding:2rem}.rlms-p-10{padding:2.5rem}.rlms-p-12{padding:3rem}.rlms-p-16{padding:4rem}.rlms-p-20{padding:5rem}.rlms-pt-0{padding-top:0}.rlms-pt-1{padding-top:.25rem}.rlms-pt-2{padding-top:.5rem}.rlms-pt-3{padding-top:.75rem}.rlms-pt-4{padding-top:1rem}.rlms-pt-5{padding-top:1.25rem}.rlms-pt-6{padding-top:1.5rem}.rlms-pr-0{padding-right:0}.rlms-pr-1{padding-right:.25rem}.rlms-pr-2{padding-right:.5rem}.rlms-pr-3{padding-right:.75rem}.rlms-pr-4{padding-right:1rem}.rlms-pr-5{padding-right:1.25rem}.rlms-pr-6{padding-right:1.5rem}.rlms-pb-0{padding-bottom:0}.rlms-pb-1{padding-bottom:.25rem}.rlms-pb-2{padding-bottom:.5rem}.rlms-pb-3{padding-bottom:.75rem}.rlms-pb-4{padding-bottom:1rem}.rlms-pb-5{padding-bottom:1.25rem}.rlms-pb-6{padding-bottom:1.5rem}.rlms-pl-0{padding-left:0}.rlms-pl-1{padding-left:.25rem}.rlms-pl-2{padding-left:.5rem}.rlms-pl-3{padding-left:.75rem}.rlms-pl-4{padding-left:1rem}.rlms-pl-5{padding-left:1.25rem}.rlms-pl-6{padding-left:1.5rem}.rlms-px-0{padding-left:0;padding-right:0}.rlms-px-1{padding-left:.25rem;padding-right:.25rem}.rlms-px-2{padding-left:.5rem;padding-right:.5rem}.rlms-px-3{padding-left:.75rem;padding-right:.75rem}.rlms-px-4{padding-left:1rem;padding-right:1rem}.rlms-px-5{padding-left:1.25rem;padding-right:1.25rem}.rlms-px-6{padding-left:1.5rem;padding-right:1.5rem}.rlms-py-0{padding-top:0;padding-bottom:0}.rlms-py-1{padding-top:.25rem;padding-bottom:.25rem}.rlms-py-2{padding-top:.5rem;padding-bottom:.5rem}.rlms-py-3{padding-top:.75rem;padding-bottom:.75rem}.rlms-py-4{padding-top:1rem;padding-bottom:1rem}.rlms-py-5{padding-top:1.25rem;padding-bottom:1.25rem}.rlms-py-6{padding-top:1.5rem;padding-bottom:1.5rem}.rlms-m-0{margin:0}.rlms-m-1{margin:.25rem}.rlms-m-2{margin:.5rem}.rlms-m-3{margin:.75rem}.rlms-m-4{margin:1rem}.rlms-m-5{margin:1.25rem}.rlms-m-6{margin:1.5rem}.rlms-m-8{margin:2rem}.rlms-m-10{margin:2.5rem}.rlms-m-12{margin:3rem}.rlms-m-16{margin:4rem}.rlms-m-20{margin:5rem}.rlms-mt-0{margin-top:0}.rlms-mt-1{margin-top:.25rem}.rlms-mt-2{margin-top:.5rem}.rlms-mt-3{margin-top:.75rem}.rlms-mt-4{margin-top:1rem}.rlms-mt-5{margin-top:1.25rem}.rlms-mt-6{margin-top:1.5rem}.rlms-mr-0{margin-right:0}.rlms-mr-1{margin-right:.25rem}.rlms-mr-2{margin-right:.5rem}.rlms-mr-3{margin-right:.75rem}.rlms-mr-4{margin-right:1rem}.rlms-mr-5{margin-right:1.25rem}.rlms-mr-6{margin-right:1.5rem}.rlms-mb-0{margin-bottom:0}.rlms-mb-1{margin-bottom:.25rem}.rlms-mb-2{margin-bottom:.5rem}.rlms-mb-3{margin-bottom:.75rem}.rlms-mb-4{margin-bottom:1rem}.rlms-mb-5{margin-bottom:1.25rem}.rlms-mb-6{margin-bottom:1.5rem}.rlms-ml-0{margin-left:0}.rlms-ml-1{margin-left:.25rem}.rlms-ml-2{margin-left:.5rem}.rlms-ml-3{margin-left:.75rem}.rlms-ml-4{margin-left:1rem}.rlms-ml-5{margin-left:1.25rem}.rlms-ml-6{margin-left:1.5rem}.rlms-mx-0{margin-left:0;margin-right:0}.rlms-mx-1{margin-left:.25rem;margin-right:.25rem}.rlms-mx-2{margin-left:.5rem;margin-right:.5rem}.rlms-mx-3{margin-left:.75rem;margin-right:.75rem}.rlms-mx-4{margin-left:1rem;margin-right:1rem}.rlms-mx-5{margin-left:1.25rem;margin-right:1.25rem}.rlms-mx-6{margin-left:1.5rem;margin-right:1.5rem}.rlms-my-0{margin-top:0;margin-bottom:0}.rlms-my-1{margin-top:.25rem;margin-bottom:.25rem}.rlms-my-2{margin-top:.5rem;margin-bottom:.5rem}.rlms-my-3{margin-top:.75rem;margin-bottom:.75rem}.rlms-my-4{margin-top:1rem;margin-bottom:1rem}.rlms-my-5{margin-top:1.25rem;margin-bottom:1.25rem}.rlms-my-6{margin-top:1.5rem;margin-bottom:1.5rem}.rlms-fw-100{font-weight:100}.rlms-fw-200{font-weight:200}.rlms-fw-300{font-weight:300}.rlms-fw-400{font-weight:400}.rlms-fw-500{font-weight:500}.rlms-fw-600{font-weight:600}.rlms-fw-700{font-weight:700}.rlms-fw-800{font-weight:800}.rlms-fw-900{font-weight:900}.rlms-bg-white{background-color:var(--rlms-bg-white)}.rlms-bg-primary-50{background-color:var(--rlms-primary-50)}.rlms-bg-primary-100{background-color:var(--rlms-primary-100)}.rlms-bg-primary-200{background-color:var(--rlms-primary-200)}.rlms-bg-primary-300{background-color:var(--rlms-primary-300)}.rlms-bg-primary-400{background-color:var(--rlms-primary-400)}.rlms-bg-primary-500{background-color:var(--rlms-primary-500)}.rlms-bg-primary-600{background-color:var(--rlms-primary-600)}.rlms-bg-secondary-100{background-color:var(--rlms-secondary-100)}.rlms-bg-secondary-200{background-color:var(--rlms-secondary-200)}.rlms-bg-secondary-300{background-color:var(--rlms-secondary-300)}.rlms-bg-secondary-400{background-color:var(--rlms-secondary-400)}.rlms-bg-secondary-500{background-color:var(--rlms-secondary-500)}.rlms-bg-secondary-600{background-color:var(--rlms-secondary-600)}.rlms-bg-success-100{background-color:var(--rlms-success-100)}.rlms-bg-success-200{background-color:var(--rlms-success-200)}.rlms-bg-success-300{background-color:var(--rlms-success-300)}.rlms-bg-success-400{background-color:var(--rlms-success-400)}.rlms-bg-success-500{background-color:var(--rlms-success-500)}.rlms-bg-success-600{background-color:var(--rlms-success-600)}.rlms-bg-warning-100{background-color:var(--rlms-warning-100)}.rlms-bg-warning-200{background-color:var(--rlms-warning-200)}.rlms-bg-warning-300{background-color:var(--rlms-warning-300)}.rlms-bg-warning-400{background-color:var(--rlms-warning-400)}.rlms-bg-warning-500{background-color:var(--rlms-warning-500)}.rlms-bg-warning-600{background-color:var(--rlms-warning-600)}.rlms-bg-danger-100{background-color:var(--rlms-danger-100)}.rlms-bg-danger-200{background-color:var(--rlms-danger-200)}.rlms-bg-danger-300{background-color:var(--rlms-danger-300)}.rlms-bg-danger-400{background-color:var(--rlms-danger-400)}.rlms-bg-danger-500{background-color:var(--rlms-danger-500)}.rlms-bg-danger-600{background-color:var(--rlms-danger-600)}.rlms-p-desk30-mob-20{padding:clamp(20px,-1533rem + 3200vw,30px)}.rlms-text-primary-50{color:var(--rlms-primary-50)}.rlms-text-primary-100{color:var(--rlms-primary-100)}.rlms-text-primary-200{color:var(--rlms-primary-200)}.rlms-text-primary-300{color:var(--rlms-primary-300)}.rlms-text-primary-400{color:var(--rlms-primary-400)}.rlms-text-primary-500{color:var(--rlms-primary-500)}.rlms-text-primary-600{color:var(--rlms-primary-600)}.rlms-text-secondary-100{color:var(--rlms-secondary-100)}.rlms-text-secondary-200{color:var(--rlms-secondary-200)}.rlms-text-secondary-300{color:var(--rlms-secondary-300)}.rlms-text-secondary-400{color:var(--rlms-secondary-400)}.rlms-text-secondary-500{color:var(--rlms-secondary-500)}.rlms-text-secondary-600{color:var(--rlms-secondary-600)}.rlms-text-success-100{color:var(--rlms-success-100)}.rlms-text-success-200{color:var(--rlms-success-200)}.rlms-text-success-300{color:var(--rlms-success-300)}.rlms-text-success-400{color:var(--rlms-success-400)}.rlms-text-success-500{color:var(--rlms-success-500)}.rlms-text-success-600{color:var(--rlms-success-600)}.rlms-text-warning-100{color:var(--rlms-warning-100)}.rlms-text-warning-200{color:var(--rlms-warning-200)}.rlms-text-warning-300{color:var(--rlms-warning-300)}.rlms-text-warning-400{color:var(--rlms-warning-400)}.rlms-text-warning-500{color:var(--rlms-warning-500)}.rlms-text-warning-600{color:var(--rlms-warning-600)}.rlms-text-danger-100{color:var(--rlms-danger-100)}.rlms-text-danger-200{color:var(--rlms-danger-200)}.rlms-text-danger-300{color:var(--rlms-danger-300)}.rlms-text-danger-400{color:var(--rlms-danger-400)}.rlms-text-danger-500{color:var(--rlms-danger-500)}.rlms-text-danger-600{color:var(--rlms-danger-600)}.rlms-br-8{border-radius:8px}.rlms-br-20{border-radius:20px}.rlms-br-16{border-radius:16px}.rlms-gap-desk30-mob-20{gap:clamp(20px,-1533rem + 3200vw,30px)}.rlms-py-desk50-mob-30{padding-block:clamp(30px,-1533rem + 3200vw,50px)}.rlms-border{border:1px solid var(--rlms-extra-2)}.rlms-border-bottom{border-bottom:1px solid var(--rlms-extra-2)}.rlms-border-top{border-top:1px solid var(--rlms-extra-2)}.rlms-text-extra-1{color:var(--rlms-extra-1)}.rlms-text-extra-2{color:var(--rlms-extra-2)}.rlms-text-extra-3{color:var(--rlms-extra-3)}.rlms-text-extra-4{color:var(--rlms-extra-4)}.rlms-mx-auto{margin-inline:auto}.rlms-height-full{min-height:calc(100dvh - var(--header-height, 0px))}.rlms-mt-auto{margin-top:auto}.rlms-text-white{color:#fff}body,html{width:100%;height:100%;scroll-behavior:smooth}body{background-color:#fff;font-size:16px;line-height:1.4;color:#444}.container{max-width:1200px}.common__page__box{background-color:#eaeef5;padding:20px;min-height:100dvh}.main__login__page .login__wrapper{padding:20px}.main__login__page .login__wrapper .group__box{display:flex;align-items:stretch;justify-content:center;gap:24px}.login__wrapper .login__box__wrapper,.login__wrapper .login__img__wrap{width:100%}.login__wrapper .login__img__wrap{display:flex;padding:70px 8px 30px 0;flex-direction:column;justify-content:flex-end;align-items:center;border-radius:24px;background:#e8f2fc}.login__box__wrapper .inner__box__wrapper{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100%}.login__wrapper .login__box__wrapper{display:flex;align-items:center;flex-direction:column;justify-content:center}.login__title h1.title{font-family:Poppins,sans-serif;font-size:38px;font-style:normal;font-weight:700;line-height:normal;background:linear-gradient(122deg,#725cff,#41b9fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.login__box__wrapper .login__form__wrapper{width:605px}.login__form__wrapper .form__title__box h3.title{color:#111610;text-align:left;font-family:Poppins,sans-serif;font-size:28px;font-style:normal;font-weight:700;line-height:normal}.form__title__box .short__msg{color:#44474c;font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.login__form__wrapper .form__title__box{display:flex;flex-direction:column;gap:12px;margin-bottom:40px}.form__field__box__wrapper .input__field__box input{width:100%;border-radius:8px;border:1px solid #bec0c4;padding:13px 16px;color:#44474c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px}.form__field__box__wrapper .form__field label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px;display:block}.form__field__box__wrapper .form__field{display:flex;flex-direction:column;gap:8px}.form__field__box__wrapper .form__field+.form__field{margin-top:24px}.form__field__box__wrapper .form__options__box{display:flex;align-items:center;justify-content:space-between;margin-top:24px}.form__field__box__wrapper .form__btn__group{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px;margin:30px 0}.form__options__box .forgot__psw a{color:#917aff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:30px;display:block;transition:all .3s ease}.form__options__box .forgot__psw a:hover{color:#44474c}.form__options__box .remember__me label{color:#44474c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.3;display:block}.form__options__box .remember__me{display:flex;align-items:center;gap:16px;cursor:pointer}.form__options__box .remember__me input{height:24px;width:24px}.form__field__box__wrapper .form__field .input__field__box{position:relative}.psw__hide__show{position:absolute;line-height:0px;top:50%;right:16px;transform:translateY(-50%);z-index:2;cursor:pointer}.form__field__box__wrapper .form__btn__group button{width:100%;cursor:pointer}.form__field__box__wrapper .login__btn{border-radius:10px;background:#725cff;border:1px solid #725cff;color:#fff;line-height:34px;border:0}.form__field__box__wrapper .login__btn,.form__field__box__wrapper .register__btn{padding:12px 26px;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;transition:all .3s ease}.form__field__box__wrapper .register__btn{border-radius:10px;border:1px solid #725cff;background:#fff;color:#725cff;line-height:32px}.form__field__box__wrapper .register__btn:hover{background-color:#725cff;color:#fff}.form__field__box__wrapper .login__btn:hover{background-color:#111610}.google__connection a{border-radius:10px;background:#fff;box-shadow:0 6px 24px 0 rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;gap:16px;padding:13px 30px;color:#111610}.google__connection .google__icon{line-height:0px;width:28px;height:28px}.continue__with{width:393px;display:block;text-align:center;margin:0 auto;margin-bottom:24px;color:#bec0c4;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:28px;position:relative}.continue__with:before{left:0}.continue__with:after,.continue__with:before{content:"";position:absolute;background-color:#bec0c4;width:120px;height:1px;top:50%}.continue__with:after{right:0}.form__field__box__wrapper .form__field{width:100%}.signup__form__wrapper .form__field__box__wrapper .form__field{margin:0}.signup__form__wrapper .form__field__box__wrapper .form__field__group{display:flex;align-items:self-start;gap:30px}.signup__form__wrapper .form__field__box__wrapper .form__field__group+.form__field__group{margin-top:24px}.form__options__box .terms__condition{display:flex;align-items:center;gap:16px;width:100%}.form__options__box .terms__condition input{width:24px;height:24px}.login__box__wrapper .copyright{color:#44474c;text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}input[type=checkbox]{position:absolute;border:1px solid #000;border-radius:6px;background:none;cursor:pointer;line-height:0;outline:0;padding:0!important;vertical-align:text-top;height:20px;width:20px;-webkit-appearance:none}input[type=checkbox]:hover{opacity:1}input[type=checkbox]:checked{background-color:#000;opacity:1}input[type=checkbox]:before{content:"";position:absolute;right:50%;top:50%;width:4px;height:10px;border:solid #fff;border-width:0 2px 2px 0;margin:-1px -1px 0 -1px;transform:rotate(45deg) translate(-50%,-50%);z-index:2}input[type=checkbox]+label{padding-left:40px}input[type=checkbox].rlms-checkbox{width:20px;height:20px;border-radius:5px;border:1.5px solid var(--rlms-extra-3);-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative}input[type=checkbox].rlms-checkbox:before{content:"";position:absolute;top:50%;left:55%;transform:translate(-50%,-50%);display:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAA4BAMAAACs4aO1AAAAFVBMVEUAAAD///////////////////////9Iz20EAAAABnRSTlMA7zAgv68pcOXQAAAAmElEQVRIx+3VsQ2DMBBA0VOyAUTUyQYwQpqMQI8Ubv8RkEzxu+9rkXD57/QkF5bjeuf53efu0idz7O08psx/AcqtAGUWoNwr0FiAtncBGm7ohuoQb8uhpRWHYm3JoaDJ1aYWHYpfqw7FcmaB6AYxEIiJQYwEgjIICkgoIKGAhAISCkgoIKGAhAISCkgoIKOG/re1vua4zDkAMzt46tTMObMAAAAASUVORK5CYII=);background-size:contain;width:13px;height:13px;background-repeat:no-repeat;background-position:0 1.4px;border:none}input[type=checkbox].rlms-checkbox:checked:before{display:block}input[type=checkbox].rlms-checkbox:checked{background-color:var(--rlms-primary-600);border-color:var(--rlms-primary-600)}.footer__wrapper{text-align:center;padding:20px 40px;background-color:#fff}.footer__wrapper .copyright{color:#44474c;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.main__choose__section{background-color:#eeeef0;padding:40px}.main__choose__section .data__section__wrapper{display:flex;padding:100px 155px;flex-direction:column;justify-content:center;align-items:center;gap:60px;flex:1 0 0;align-self:stretch;border-radius:20px;background-color:#fff}.header__wrapper .group__box{display:flex;align-items:center;justify-content:space-between}.header__wrapper .navbar__box ul{margin:0;padding:0;list-style:none;display:flex;align-items:center;gap:20px}.navbar__box ul li a{display:block;margin:0 10px;padding-bottom:8px;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.2;transition:all .3s ease;position:relative}.header__wrapper .navbar__profile__box{position:relative}.navbar__profile__box .profile__menu__popup{border-radius:12px;background:#fff;box-shadow:0 0 15px 0 rgba(64,65,69,.05),0 0 30px 5px rgba(64,65,69,.05);display:flex;width:300px;padding:15px;flex-direction:column;align-items:center;position:absolute;right:0;top:100%;opacity:0;visibility:hidden}.navbar__profile__box .profile__menu__popup.menu__active{opacity:1;visibility:visible;z-index:1}.navbar__profile__box .profile__menu__popup .inner__profile__wrapper{width:100%;display:flex;padding:24px 16px;flex-direction:column;justify-content:center;align-items:center;gap:5px;align-self:stretch}.profile__menu__popup .profile__img__wrap,.profile__menu__popup .profile__img__wrap img{line-height:0px;width:70px;height:70px;border-radius:100%}.inner__profile__wrapper .user__name__box h6.title{width:100%;color:#311613;text-align:center;font-family:Poppins;font-size:24px;font-style:normal;font-weight:500;line-height:normal;text-transform:capitalize}.profile__menu__popup .inner__profile__wrapper .user__name__box{width:100%}.profile__menu__popup .profile__menu__links__box ul{list-style:none;margin:0;display:flex;padding:8px 0;flex-direction:column;align-items:flex-start}.profile__menu__links__box ul li,.profile__menu__popup .profile__menu__links__box{width:100%}.profile__menu__links__box ul li a{display:flex;padding:14px 20px;align-items:center;gap:10px}.profile__menu__links__box span.link__icon{line-height:0px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.profile__menu__links__box span.link__text{color:#343232;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.67;display:block}.menu__logout__btn a{display:flex;padding:14px 20px;align-items:center;gap:10px}.menu__logout__btn span.btn__icon{line-height:0px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.menu__logout__btn span.btn__text{color:#c9171d;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.65;display:block}.profile__menu__popup .sepline__divider{background-color:#fceae8;height:1px;width:100%}.navbar__box ul li a:hover,.navbar__box ul li.active a{background:linear-gradient(122deg,#725cff,#41b9fe);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.navbar__box ul li a:before{content:"";position:absolute;left:0;bottom:0;width:0;border-radius:10px;background:linear-gradient(122deg,#725cff,#41b9fe);height:2px;align-self:stretch;transition:all .3s ease}.navbar__box ul li a:hover:before,.navbar__box ul li.active a:before{width:100%}.navbar__profile__box .profile__img,.navbar__profile__box .profile__img img{width:48px;line-height:0px;height:48px;border-radius:50%}.navbar__profile__box .profile__name__text{display:flex;align-items:center;justify-content:center;gap:10px}.navbar__profile__box .profile__name__text .down__caret{line-height:0px;width:24px;height:24px}.profile__name__text h5.name__title{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.65;text-transform:capitalize}.navbar__profile__box .navbar__profile__cover{display:flex;align-items:center;gap:10px;border-radius:80px;border:1px solid #eeeef0;padding:8px 10px;cursor:pointer;justify-content:center}.header__wrapper{padding:20px;position:sticky;top:0;z-index:10;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1)}.data__selectbox__wrapper .selectbox__wrapper{display:flex;padding:40px 30px;align-items:center;gap:30px;border-radius:20px;border:1px solid #eeeef0;background:#fff;cursor:pointer;transition:all .3s ease}.data__selectbox__wrapper .selectbox__wrapper.selected,.data__selectbox__wrapper .selectbox__wrapper:hover{background-color:#f6f2fd;border-color:#725cff}.selectbox__wrapper .select__icon{width:48px;line-height:0px;height:48px}.selectbox__wrapper .select__text__wrapper{display:flex;flex-direction:column;gap:12px;width:calc(100% - 78px)}.selectbox__wrapper .select__text__wrapper h4.title{color:#111610;font-family:Halant,serif;font-size:32px;font-style:normal;font-weight:600;line-height:normal}.select__text__wrapper .select__short__desc{color:#44474c;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.data__section__wrapper .data__selectbox__wrapper{display:flex;align-items:center;gap:30px}.data__section__wrapper .section__btn__box{width:100%;text-align:center;padding-bottom:65px}.section__btn__box .continue__btn{display:inline-block}.section__btn__box .continue__btn a{display:block;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;border-radius:10px;background:#eee8ff;padding:12px 26px;text-transform:capitalize;text-align:center;transition:all .3s ease}.section__btn__box .continue__btn a:hover{background-color:#725cff;color:#fff}.data__section__wrapper .data__title__box{text-align:center;display:flex;flex-direction:column;gap:12px;width:100%;padding-top:65px}.data__section__wrapper .data__title__box h3.title{color:#111610;text-align:center;font-family:Poppins;font-size:38px;font-style:normal;font-weight:600;line-height:normal}.data__section__wrapper .data__title__box .data__short__note{color:#44474c;text-align:center;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px;width:100%}.data__selectbox__wrapper.verticle__layout__design .selectbox__wrapper{flex-direction:column;text-align:center}.main__individual__section .add__individual__details__section{display:flex;padding:60px 155px;flex-direction:column;justify-content:center;align-items:center;gap:40px;border-radius:20px;background:#fff}.divider__sepline{background-color:#bec0c4;height:1px;width:100%}.add__individual__details__section .individual__title__box{width:100%;display:flex;flex-direction:column;text-align:center;gap:12px}.individual__title__box h2.title{color:#111610;text-align:center;font-family:Poppins;font-size:38px;font-style:normal;font-weight:600;line-height:normal}.individual__title__box .page__short__note{color:#44474c;text-align:center;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.7}.form__btn__box{width:100%;text-align:center}.form__btn__box .create__account__btn{display:inline-block}.form__btn__box .create__account__btn button{border:none}.form__btn__box .create__account__btn a,.form__btn__box .create__account__btn button{display:block;padding:12px 26px;border-radius:10px;background:#725cff;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;transition:all .3s ease}.form__btn__box .create__account__btn a:hover,.form__btn__box .create__account__btn button:hover{background-color:#44474c;color:#fff}.add__individual__details__section .title__box h3.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.add__individual__details__section .form__options__box,.add__individual__details__section .individual__form__wrapper{width:100%}.form__box__wrapper .form__field__group{display:flex;align-items:self-start;gap:30px}.form__box__wrapper .form__field__group .form__field__box{width:100%;display:flex;flex-direction:column;gap:8px}.form__field__box input{width:100%;border-radius:8px;border:1px solid #bec0c4;padding:18px 16px;color:#44474c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.2;height:100%}.add__individual__details__section .individual__form__wrapper,.individual__form__wrapper .form__box__wrapper{gap:24px;display:flex;flex-direction:column}.form__box__wrapper .form__field__box label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.75;display:block}.add__individual__details__section .form__options__box{display:flex;align-items:center;gap:24px}.add__individual__details__section .form__options__box .form__options__title,.form__options__box .inner__form__options__box{width:100%}.form__options__title h4.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.form__options__box .options__box{display:flex;align-items:center;gap:16px}.form__options__box .inner__form__options__box{display:flex;align-items:center;gap:40px}.form__options__box .options__box label{color:#44474c;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;display:block;cursor:pointer}.main__learner__section .learner__subscription__section{border-radius:20px;background:#fff;display:flex;padding:60px 155px;flex-direction:column;justify-content:center;align-items:center;gap:40px}.switch label{width:46px;height:10px;background-color:#eee8ff;display:block;top:0;left:0;border-radius:30px}.switch input[type=checkbox]{visibility:hidden}.switch label:after{content:"";width:20px;height:20px;border-radius:50px;position:absolute;top:50%;left:0;transition:.1s;background-color:#fff;box-shadow:0 0 10px #00000050;transform:translate(-1px,-50%)}.switch .look:checked+label:after{left:32px}.switch .look:checked+label{background-color:#725cff}.section__title__box .monthly__yearly__box{display:flex;align-items:center;justify-content:center;gap:16px;width:320px}.monthly__yearly__box .plan{color:#3f444a;font-size:14px;line-height:1}.monthly__yearly__box .offer__discount,.monthly__yearly__box .plan{font-family:Poppins;font-style:normal;font-weight:500;display:block}.monthly__yearly__box .offer__discount{border-radius:30px;background:#eee8ff;color:#725cff;font-size:12px;line-height:22px;padding:4px 12px}.section__title__box .section__title h2.title{color:#111610;font-family:Poppins;font-size:38px;font-style:normal;font-weight:600;line-height:normal}.learner__subscription__section .section__title__box{width:100%}.section__title__box .group__box{display:flex;align-items:center;justify-content:space-between}.learner__subscription__section .learner__form__wrapper{width:100%;display:flex;flex-direction:column;gap:24px;align-self:stretch}.learner__form__wrapper h3.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.form__field__box .input__field select{width:100%;padding:17px 16px;border-radius:8px;border:1px solid #bec0c4;color:#44474c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.2;display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/img/select-down-caret.5b588274.svg);background-size:20px 20px;background-repeat:no-repeat;background-position:98% 20px;height:100%}.form__field__box .input__field{height:58px;position:relative;width:100%}.learner__form__wrapper .form__box__wrapper{display:flex;flex-direction:column;gap:24px;align-self:stretch}.section__btn__box{text-align:center}.section__btn__box .buy__learner__btn{display:inline-block}.section__btn__box .buy__learner__btn a{display:block;border-radius:10px;background:#725cff;padding:12px 26px;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px;min-width:170px;text-align:center;transition:all .3s ease}.section__btn__box .buy__learner__btn a:hover{background-color:#44474c}.payment__box .dollar__icon{width:18px;line-height:0px;height:18px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.input__field.payment__box input{padding:18px 16px 18px 45px}.dashboard__content__box .overview__box__wrapper{display:flex;padding:30px;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;border-radius:20px;background:#fff}.overview__box__wrapper .section__title__box{display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px}.overview__box__wrapper .section__title__box h4.title{color:#111610;font-family:Poppins;font-size:25px;font-style:normal;font-weight:600;line-height:normal}.overview__box__wrapper .edit__btn a{display:flex;padding:12px 30px;justify-content:center;align-items:center;gap:12px;border-radius:10px;background:#725cff;transition:all .3s ease}.overview__box__wrapper .edit__btn .btn__icon{line-height:0px;width:24px;height:24px}.edit__btn .btn__text{color:#fff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal;transition:all .3s ease}.edit__btn a:hover{background-color:#44474c}.data__box__wrap .data__box{display:flex;padding:30px;flex-direction:column;justify-content:center;align-items:flex-start;gap:25px;border-radius:16px;background:#f6f2fd;width:100%}.overview__box__wrapper .data__box__wrap{display:flex;align-items:self-start;width:100%;gap:20px}.data__box__wrap .data__box.color1{background-color:#f6f2fd}.data__box__wrap .data__box.color2{background-color:#e8f2fc}.data__box__wrap .data__box.color3{background-color:#f7f3ed}.data__box__wrap .data__box .data__details{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;align-self:stretch}.overview__box__wrapper .data__box__wrap .data__box .data__details{gap:5px}.data__details .data__title{color:#44474c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.7;display:block}.data__details .data__output{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;display:block}.dashboard__content__box .learners__data__box{display:flex;padding:25px;flex-direction:column;align-items:flex-start;gap:25px;border-radius:20px;background:#fff}.dashboard__section .dashboard__content__box{display:flex;flex-direction:column;gap:30px;width:100%}.learners__data__box .section__title__box{display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px;flex-wrap:wrap}.learners__data__box .section__title__box h4.title{color:#111610;font-family:Poppins;font-size:25px;font-style:normal;font-weight:600;line-height:normal}.learners__data__box .section__title__box .view__all__btn{display:inline-block}.learners__data__box .section__title__box .view__all__btn a{border-radius:10px;background-color:#fff;color:#725cff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal;padding:12px 30px;min-width:130px;display:block;text-align:center;transition:all .3s ease}.dashboard__content__box .learners__data__box .learner__details__box{border-radius:16px;border:1px solid #bec0c4;display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.learner__details__box .learner__head__box{width:100%;display:flex;align-items:center;justify-content:space-between;gap:40px}.learner__details__box .learner__head__box .head__title{width:100%;color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.7;display:flex;align-items:center;gap:12px}.learner__details__box .learner__head__box .head__title i{line-height:0px;width:24px;height:24px}.learner__details__box .card__tablist__box{width:100%;display:flex;flex-direction:column;gap:30px;align-self:stretch;max-height:500px;overflow:auto}.learner__details__box .card__tablist__box .tablist__item .action__tab,.learner__details__box .learner__head__box .head__title:last-child{max-width:140px}.tablist__item .progress__tab>span{color:#41b9fe;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.75;display:block}.card__tablist__box .tablist__item{display:flex;align-items:center;gap:40px}.tablist__item .learner__tab{display:flex;gap:12px}.tablist__item .action__tab,.tablist__item .learner__tab,.tablist__item .progress__tab,.tablist__item .subscription__tab{width:100%;align-items:center}.learner__tab .learner__profile,.learner__tab .learner__profile img{width:35px;line-height:0px;height:35px;border-radius:50%;background:#cccccf}.tablist__item .learner__tab .learner__name{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.7}.inactive__label{color:#db3e59;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:1.5;border-radius:60px;background:#fff5f1;padding:5.5px 16px;min-width:104px;text-align:center}.action__tab .action__btn,.inactive__label{display:inline-block}.action__tab .action__btn a{border-radius:6px;background:#725cff;display:flex;align-items:center;gap:10px;padding:10px 18px;min-width:105px;justify-content:center;transition:all .3s ease}.action__tab .action__btn a:hover{background-color:#44474c}.action__btn .btn__text{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.6;display:block;transition:all .3s ease}.action__btn .btn__arrow{width:20px;line-height:0px;height:20px}.progress__tab .progress__bar{border-radius:100px;background:#e2f5ff;width:100%;height:15px}.progress__bar span{display:block;background-color:#41b9fe;height:100%;border-radius:100px;color:#fff;font-size:16px;font-weight:500}.active__label,.progress__bar span{font-family:Poppins;font-style:normal;line-height:1.5;text-align:center}.active__label{color:#36c27a;font-size:14px;font-weight:400;border-radius:60px;background:#f0fdf4;padding:5px;display:inline-block;min-width:104px}.learner__details__box .card__tablist__box::-webkit-scrollbar-track{border-radius:100px;background:#f6f2fd}.learner__details__box .card__tablist__box::-webkit-scrollbar{width:8px;border-radius:100px;background:#f6f2fd}.learner__details__box .card__tablist__box::-webkit-scrollbar-thumb{border-radius:100px;background:#d2c7fe}.dashboard__section .group__box__wrapper{display:flex;align-items:self-start;gap:30px}.dashboard__sidebar__box .resources__box__wrapper{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:20px;border-radius:20px;background:#fff;width:100%}.dashboard__section .dashboard__sidebar__box{display:flex;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch;width:33%}.resources__box__wrapper h3.title{color:#111610;font-family:Poppins;font-size:25px;font-style:normal;font-weight:600;line-height:normal}.resources__box__wrapper .data__link__box{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.data__link__box .link__item__box{justify-content:space-between;border-radius:16px;background:#eee8ff;padding:20px;width:100%}.data__link__box .link__item__box,.link__item__box .link__group a{display:flex;align-items:center;gap:12px}.link__group span{display:block;color:#725cff;line-height:1.65}.link__group span,.link__item__box h5.title{font-family:Poppins;font-size:18px;font-style:normal;font-weight:500}.link__item__box h5.title{color:#111610;line-height:1.7}.dashboard__sidebar__box .latest__posts__wrapper{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:20px;min-height:370px;align-self:stretch;border-radius:20px;background:#fff}.latest__posts__wrapper h4.title{color:#111610;font-family:Poppins;font-size:25px;font-style:normal;font-weight:600;line-height:normal;width:100%}.latest__posts__wrapper .latest__post__list__wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:20px;flex:1 0 0;align-self:stretch;overflow:auto;padding-right:15px}.latest__post__list__wrapper .latest__posts__item{width:100%}.latest__post__list__wrapper .latest__posts__item a{display:flex;gap:16px;align-items:stretch}.latest__posts__item .post__img__box,.latest__posts__item .post__img__box img{line-height:0px;width:70px;height:70px;-o-object-fit:cover;object-fit:cover;border-radius:16px}.post__description__box .tags__box__wrap{display:flex;align-items:center;justify-content:space-between}.post__description__box .tags__box__wrap span{color:#44474c;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.latest__posts__item .post__description__box{width:calc(100% - 136px);display:flex;flex-direction:column;gap:12px;flex:1 0 0}.latest__posts__item .post__description__box h5.title{color:#111610;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:1.75}.main__profile__page__section .profile__page__section{display:flex;padding:0 195px;align-items:flex-start;gap:30px}.main__profile__page__section .profile__page__section .group__box__wrapper{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;border-radius:20px}.profile__page__section .profile__box__wrapper{width:100%;display:flex;padding:30px;align-items:center;gap:30px;align-self:stretch;border-radius:20px;background:#fff}.profile__box__wrapper .profile__desc__box{width:calc(100% - 385px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px}.profile__box__wrapper .profile__desc__box h4.title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal}.profile__box__wrapper .profile__desc__box .location{width:100%;display:block;color:#44474c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65}.profile__box__wrapper .edit__btn a{display:flex;padding:15.5px 26px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background:#725cff;min-width:195px;transition:all .3s ease}.profile__box__wrapper .edit__btn .btn__icon{line-height:0px;width:24px;height:24px}.profile__box__wrapper .edit__btn a:hover{background-color:#44474c}.profile__box__wrapper .profile__img__box,.profile__box__wrapper .profile__img__box img{width:128px;height:128px;border-radius:50%}.profile__page__section .profile__form__wrapper{display:flex;padding:40px 30px;flex-direction:column;justify-content:center;align-items:center;gap:40px;align-self:stretch;border-radius:20px;background:#fff}.privacy__details__form{width:100%;display:flex;flex-direction:column;gap:30px;align-self:stretch}.privacy__details__form .section__title h3.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.sso__form .form__field__group{display:flex;align-items:self-start;gap:30px}.sso__form .form__field__box{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}.sso__form .form__field__box label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.75;display:block;width:100%}.error__note .error__icon{width:13px;line-height:0px;display:flex;height:13px;align-items:center;justify-content:center}.error__message,.error__note .error__text{color:#fb4b41;font-feature-settings:"clig" off,"liga" off;font-size:13px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.37px}.form__field__box .error__note{display:flex;align-items:center;gap:6px}.sso__information__form{display:flex;flex-direction:column;gap:30px;align-self:stretch}.sso__information__form .section__title h3.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.profile__form__wrapper .personal__information__form{display:flex;flex-direction:column;gap:30px;align-self:stretch}.personal__information__form .personal__form .form__field__group{display:flex;align-items:self-start;gap:30px}.personal__information__form .section__title h3.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.personal__form .form__field__group .form__field__box{width:100%}.personal__information__form .personal__form{display:flex;flex-direction:column;gap:30px;align-self:stretch}.personal__form .form__field__group .form__field__box{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.personal__form .form__field__group .form__field__box label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.75;display:block;width:100%}.profile__form__wrapper .form__btn__group{display:flex;align-items:center;gap:30px;justify-content:center}.cancel__btn{display:flex;min-width:200px;padding:12px 26px;justify-content:center;align-items:center;gap:14px;border-radius:10px;border:1px solid #725cff;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.6;background-color:#fff;transition:all .3s ease;cursor:pointer}.cancel__btn:hover{background-color:#725cff;color:#fff}.save__changes__btn{display:flex;min-width:200px;padding:12px 26px;justify-content:center;align-items:center;border:1px solid #725cff;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.6;transition:all .3s ease;border-radius:10px;background:#725cff;cursor:pointer}.save__changes__btn:hover{background-color:#44474c;border-color:#44474c}.profile__box__wrapper .profile__img__box{position:relative;overflow:hidden}.profile__box__wrapper .profile__img__box:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.3}.profile__img__box .profile__photo__edit{width:32px;line-height:0px;display:flex;height:32px;position:absolute;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%);cursor:pointer}.profile__img__box .profile__photo__edit img{max-width:100%;width:auto;height:auto}.main__organization__page__section .create__organization__section{display:flex;padding:60px 155px;flex-direction:column;justify-content:center;gap:40px;align-self:stretch;border-radius:20px;background:#fff}.checkbox__wrapper{display:flex;align-items:center;gap:60px}.checkbox__wrapper h5.title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.checkbox__wrapper .checkbox__group{display:flex;align-items:center;gap:40px}.checkbox__group .checkbox__box{position:relative}.checkbox__group .checkbox__box label{color:#44474c;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;display:block;cursor:pointer}.checkbox__group .checkbox__box input[type=checkbox]{top:50%;transform:translateY(-50%)}.checkbox__group .checkbox__box input[type=checkbox]+label{padding-left:36px}.create__organization__section .section__title__box{text-align:center;display:flex;flex-direction:column;gap:12px}.create__organization__section .personal__information__form{display:flex;flex-direction:column;gap:24px;align-self:stretch}.personal__information__form .checkbox__wrapper.seprate__box .checkbox__group,.personal__information__form .checkbox__wrapper.seprate__box h5.title{width:100%}.personal__information__form .checkbox__wrapper{gap:24px}.create__organization__section .section__title__box .title{color:#111610;text-align:center;font-family:Poppins;font-size:38px;font-style:normal;font-weight:600;line-height:normal}.create__organization__section .section__title__box .shortnote{color:#44474c;text-align:center;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.67}.main__organization__membership__page .choose__plan__section{display:flex;padding:60px 155px;flex-direction:column;justify-content:center;align-items:center;gap:40px;align-self:stretch;border-radius:20px;background:#fff}.main__organization__membership__page .choose__plan__section .section__title__box{width:100%}.choose__plan__section .pricing__box__wrapper{display:flex;justify-content:center;align-items:center;gap:30px;align-self:stretch}.choose__plan__section .pricing__box__wrapper .pricing__box__item{display:flex;padding:40px 30px;flex-direction:column;align-items:flex-start;gap:30px;flex:1 0 0;border-radius:20px;background:#fff;box-shadow:0 6px 24px 0 rgba(0,0,0,.08)}.pricing__box__item .pricing__head{display:flex;align-items:center;gap:20px;align-self:stretch}.pricing__box__item .pricing__head .pricing__box{display:flex;align-items:center;gap:10px;flex:1 0 0}.pricing__head .pricing__box .pricing{color:#111610;font-family:Poppins;font-size:48px;font-style:normal;font-weight:600;line-height:34px}.pricing__head .pricing__box label{color:#3f444a;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;display:block;line-height:10px}.pricing__head .pricing__box .pricing__offer{color:#44474c;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;display:block}.pricing__head .member__btn{display:inline-block}.pricing__head .member__btn a{display:flex;padding:6px 12px;align-items:center;gap:10px;border-radius:8px;background:#725cff;color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px;min-width:115px;justify-content:center}.pricing__box__item .plan__features__options{display:flex;padding:20px;flex-direction:column;gap:16px;align-self:stretch;border-radius:16px;background:#f6f2fd}.feature__options .feature__icon{width:20px;line-height:0px;height:20px;display:flex;align-items:center;justify-content:center}.feature__options .feature{color:#44474c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.65;display:block}.plan__features__options .feature__options{display:flex;align-items:center;gap:12px}.pricing__box__item .get__started__btn{width:100%;text-align:center}.pricing__box__item .get__started__btn a{display:flex;padding:12px 26px;justify-content:center;align-items:center;gap:14px;align-self:stretch;border-radius:10px;border:1px solid #725cff;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.6;text-transform:capitalize;transition:all .3s ease}.pricing__box__item .get__started__btn a:hover{background-color:#725cff;color:#fff}.overlay{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.7);transition:opacity .5s;visibility:hidden;opacity:0;z-index:999}.overlay:target{visibility:visible;opacity:1}.addmember__popup .popup__wrap{display:flex;max-width:595px;padding:30px;flex-direction:column;gap:30px;border-radius:16px;background:#fff;position:absolute;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.addmember__popup .popup__wrap .popup__head{display:flex;align-items:center;gap:12px;justify-content:space-between}.addmember__popup .popup__close__btn{line-height:0px}.addmember__popup .popup__close__btn a{display:flex;padding:6px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background:#eeeef0}.addmember__popup .popup__wrap .popup__head h4.title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal}.invite__field__box{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.invite__field__box label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.75;display:block}.invite__field__box .input__field{width:100%;position:relative}.invite__field__box .input__field input{display:flex;padding:18px 16px;align-items:center;gap:12px;align-self:stretch;border-radius:8px;border:1px solid #bec0c4;color:#44474c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.12;width:100%}.invite__field__box .input__field .invite__link a{color:#725cff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.1;display:block}.invite__field__box .input__field .invite__link{position:absolute;top:50%;right:16px;transform:translateY(-50%)}.addmember__popup .popup__wrap .member__list__box{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;border-radius:12px;background:#f6f2fd}.member__list__box h5.title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;display:block;width:100%}.member__list__box .member__list__item{width:100%;display:flex;flex-direction:column;gap:8px;height:310px;overflow:auto}.member__list__box .member__list__item::-webkit-scrollbar{display:none}.member__list__item .member__item{width:100%;display:flex;padding:12px 16px;align-items:center;gap:16px;align-self:stretch;border-radius:10px;background:#fff}.member__list__item .member__item .member__img,.member__list__item .member__item .member__img img{width:40px;line-height:0px;height:40px;border-radius:50%}.delete__item{line-height:0px}.delete__item a{display:flex;padding:9px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background:#f6f2fd}.member__item .member__details h6.title{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.75}.member__item .member__details .email{color:#44474c;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.member__item .member__details{display:flex;flex-direction:column;align-items:flex-start;flex:1 0 0}.addmember__popup .popup__wrap .popup__btn__box{text-align:center}.popup__btn__box .copy__link__btn{display:inline-block}.popup__btn__box .copy__link__btn a{display:flex;padding:12px 26px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background:#725cff;transition:all .3s ease;min-width:187px}.popup__btn__box .copy__link__btn .btn__icon{line-height:0px;width:24px;height:24px}.popup__btn__box .copy__link__btn .btn__text{color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;display:block}.no__learner__box .inner__cover__box{display:flex;padding:0 160px;flex-direction:column;align-items:center;gap:40px;align-self:stretch;text-align:center}.no__learner__box .img__box__wrapper{line-height:0px}.no__learner__box .no__learner__content__box{display:flex;flex-direction:column;align-items:center;gap:20px;align-self:stretch}.no__learner__content__box h4.title{color:#111610;text-align:center;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal}.no__learner__content__box .no__learner__shortnote{color:#44474c;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75}.no__learner__box .btn__box__wrapper{width:100%;text-align:center}.btn__box__wrapper .purchase__learner__btn{display:inline-block}.purchase__learner__btn a{color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px;display:flex;padding:12px 26px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background:#725cff;min-width:227px;transition:all .3s ease}.purchase__learner__btn a:hover{background-color:#44474c}.dashboard__content__box .learners__data__box .no__learner__box{width:100%}.main__subscription__section .subscription__section .pricing__box__wrapper{display:flex;padding:60px;flex-direction:column;justify-content:center;align-items:center;gap:40px;align-self:stretch;border-radius:20px;background:#fff}.subscription__section .pricing__box__wrapper .pricing__head{display:flex;align-items:center;justify-content:space-between}.subscription__section .pricing__box__wrapper .pricing__head .pricing__box{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:20px}.subscription__section .monthly__yearly__box{display:flex;gap:10px;flex-direction:column;width:245px}.monthly__yearly__box .plan__btn__tab{display:flex;padding:3px;align-items:flex-start;gap:20px;border-radius:6px;border:.5px solid #7162d6;background:#f6f6f9;position:relative}.monthly__yearly__box .plan__btn__tab:before{content:"";position:absolute;left:calc(50% + 9px);border-radius:6px;background:#725cff;color:#fff;width:110px;height:34px;top:3px;transition:all .3s ease}.plan__btn__tab span{display:flex;padding:3px 21px;align-items:flex-start;gap:10px;border-radius:6px;color:#3f444a;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px;width:100%;justify-content:center;cursor:pointer;transition:all .3s ease;position:relative;z-index:1}.plan__btn__tab.monthly__active .monthly,.plan__btn__tab.yearly__active .yearly{color:#fff}.monthly__yearly__box .offer__box{display:flex;align-items:center;gap:10px;justify-content:flex-end}.no__learners__field .no___learner__group{display:flex;align-items:center;justify-content:space-between;gap:20px}.no__learners__field .no___learner__group label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.75;display:block}.no__learners__field .select__box__wrapper select{width:100%;display:flex;padding:18px 16px;align-items:center;gap:12px;flex:1 0 0;border-radius:8px;border:1px solid #bec0c4;color:#44474c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.1;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/img/select-down-caret.5b588274.svg);background-size:20px 20px;background-position:96% 19px;background-repeat:no-repeat}.no__learners__field .charges__tags{display:flex;align-items:center;gap:12px;cursor:pointer}.toolkit__msg{position:relative}.no__learners__field .charges__tags .error__icon{line-height:0px;width:24px;height:24px;cursor:pointer}.no__learners__field .charges__tags .charges__text{color:#44474c;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.75;display:block}.subscription__section .no__learners__field{display:flex;align-items:center;justify-content:space-between;gap:20px}.subscription__section .no__learners__field .select__box__wrapper{width:305px}.subscription__section .pricing__box__wrapper .pricing__inner__cover{width:550px;display:flex;flex-direction:column;gap:40px}.learner__pricing__box .price__per__learner h3.price__title{color:#111610;font-family:Poppins;font-size:54px;font-style:normal;font-weight:600;line-height:1}.special__offers__btn a{border-radius:60px;background:#eee8ff;padding:8px 10px;justify-content:center;align-items:center;gap:10px;color:#725cff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:1.2;display:inline-flex;max-width:264px;width:100%}.special__offers__btn .btn__icon{line-height:0px;width:7px;height:9px}.subscription__pricing__box .learner__pricing__box{display:flex;width:100%;flex-direction:column;gap:15px;max-width:315px}.price__per__learner h3.price__title span{color:#8f959c;font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:normal;text-transform:capitalize}.learner__subscription__plan h4.plan__title{display:flex;padding:3px 30px;align-items:flex-start;gap:10px;color:#111610;text-align:center;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;justify-content:flex-end}.learner__subscription__plan .paying__yearly{display:flex;align-items:center;gap:10px;justify-content:end;position:relative}.learner__subscription__plan .paying__yearly label{color:#3f444a;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.learner__subscription__plan .paying__yearly span.discount__label{display:flex;padding:7px 8px;justify-content:center;align-items:center;border-radius:30px;background-color:#f0fdf4;color:#36c27a;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:1.3}.subscription__pricing__box{display:flex;align-items:center;gap:53px}.subscription__pricing__box .learner__subscription__plan{width:100%;display:flex;flex-direction:column;gap:7px;max-width:190px}.faq__section__box__wrapper{padding:60px;background-color:#fff;border-radius:20px}.faq__section__box__wrapper .cover__container{max-width:1270px;margin:0 auto}.faq__section__box__wrapper .faq__title__box{max-width:867px;margin:0 auto 50px;width:100%}.faq__section__box__wrapper .faq__title__box h4.faq__title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;border-bottom:1px solid #8f959c;padding-bottom:16px}.faq__section__box__wrapper .faq__item__box{width:100%;border:none;outline:none;text-align:left;padding:30px;font-size:18px;color:#333;cursor:pointer;transition:background-color .2s linear;border-radius:12px;background-color:#f2f2f7}.faq__section__box__wrapper .faq__item__box:hover{background-color:#e8f2fc}.faq__section__box__wrapper .faq__item__box .accordion-content{max-height:0;overflow:hidden;transition:max-height .2s ease-in-out}.faq__section__box__wrapper .faq__item__box .faq__head__box h6.faq__title{color:#10223b;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.faq__section__box__wrapper .faq__item__box .faq__head__box .faq__icon{width:28px;height:28px;transform:rotate(180deg);transition:all .3s ease}.faq__section__box__wrapper .faq__item__box .faq__head__box{display:flex;align-items:center;gap:10px}.faq__section__box__wrapper .faq__item__box .faq__description__wrapper{color:#5c667f;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.8}.faq__head__box.accordion.is-open{margin-bottom:18px}.faq__item__box .faq__head__box.accordion.is-open .faq__icon{transform:rotate(0deg)}.faq__section__box__wrapper .faq__content__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:13px}.faq__section__box__wrapper .faq__item__box.active__faq{background-color:#e8f2fc}.special__offer__popup .popup__wrap{display:flex;max-width:525px;padding:30px;flex-direction:column;align-items:center;gap:30px;width:100%;border-radius:16px;background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.special__offer__popup .special__offer__head{display:flex;align-items:flex-start;gap:12px;align-self:stretch;border-bottom:1px solid #8f959c;padding-bottom:24px}.special__offer__head .special__title__group{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;flex:1 0 0}.special__offer__head .special__title__group h5.popup__title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;align-self:stretch}.special__offer__head .special__title__group .popup__title__info{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65;align-self:stretch}.special__offer__popup .specialoffer__learners__number{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:20px;border-radius:16px;background:#fff;box-shadow:0 2px 20px 0 rgba(0,0,0,.06);width:100%}.specialoffer__learners__number .special__table__row__head{display:flex;width:100%;align-items:center;gap:30px;justify-content:space-between}.special__table__row__head h4.table__head__title{flex:1 0 0}.special__table__row__head .table__head__price,.special__table__row__head h4.table__head__title{color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:1.7}.special__table__row__head .table__head__price{max-width:107px;width:100%}.learner__purchase__table table{width:100%;border:0;border-collapse:collapse}.specialoffer__learners__number .learner__purchase__table{width:100%}.specialoffer__learners__number .learner__purchase__table tr td{border:.25px solid #d9d9d950;background-color:#fff}.bundle__price span{color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;display:block}.learner__purchase__table .bundle__price{margin:8px 10px 8px 15px;width:100%}.learner__bundle .learner__bundle__options{display:flex;align-items:center;gap:10px;padding:0;margin:0 15px 0 15px}.learner__bundle .checkbox{position:relative;display:block;width:22px;height:22px}.learner__purchase__table .learner__bundle{margin-left:10px;position:relative;display:flex;align-items:center;cursor:pointer}.learner__bundle__options .learner__count{color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.learner__bundle__options .learner__bundle__discount{display:flex;width:54px;padding:2px 10px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:16px;background-color:#f0fdf4;color:#25a26e;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.learner__bundle .checkbox input{border-radius:30px;border:2px solid #725cff;width:100%;height:100%}.learner__bundle .checkbox input:before{content:"";border:0;background-color:transparent;width:13px;height:13px;transform:none;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);margin:0}.learner__bundle .checkbox input:checked:before{background-color:#725cff}.learner__bundle .checkbox input[type=checkbox]{background-color:transparent;position:relative}.solid__choose__btn .purple__solid__btn a{min-width:141px}.no__learners__field label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px}.learner__input__box input{width:100%;color:#8f959c;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:24px;display:flex;padding:12px 12px;align-items:center;gap:5px;border-radius:8px;border:.5px solid #111610}.no__learners__field .learner__input__box{max-width:209px}.toolkit__msg .toolkit__wrapper{display:flex;padding:12px 14px;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;border-radius:10px;background:#343334;color:#fff;text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;max-width:320px;width:320px;position:absolute;left:-147px;top:42px;transition:all .3s ease;visibility:hidden;opacity:0}.toolkit__msg .toolkit__wrapper:before{content:"";position:absolute;top:-14px;left:50%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASBAMAAADI5sFhAAAAHlBMVEUAAAA0NDQ0MjQ0MzRAQEA0MzQ1MzU0NDQ1NTU0MzQacbNrAAAACXRSTlMAgF9wEO/fQDBAaUGsAAAAT0lEQVQY02PABTxKUPnMkdMMUAQkZ86ciMxnnAkEAqgKIEoQCqBKEAogShAKoEoQCqBK4ArgSmAK4EpgChBKoAoQSuAKEEo0UQUmYQqgAwCOylHTGQmUxAAAAABJRU5ErkJggg==);width:32px;height:18px;display:block;background-size:cover;background-repeat:no-repeat;background-position:top;transform:translate(-50%)}.toolkit__msg:hover .toolkit__wrapper{opacity:1;visibility:visible}.monthly__yearly__box .plan__btn__tab.monthly__active:before{left:3px}.subscription__section .payment__box__wrapper{padding:60px;border-radius:20px;background:#fff}.payment__box__wrapper .payment__inner__cover{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0;max-width:868px;margin:0 auto;width:100%}.subscription__section .group__box__wrapper{display:flex;flex-direction:column;gap:30px}.saved__card__title .saved__card__btn{display:inline-block}.saved__card__title .saved__card__btn a{display:flex;padding:12px 22px;justify-content:center;align-items:center;gap:12px;border-radius:10px;background:#725cff;transition:all .3s ease}.saved__card__title .saved__card__btn .btn__icon{line-height:0px;width:24px;height:24px}.saved__card__title .saved__card__btn .btn__text{color:#fff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.saved__card__btn a:hover{background-color:#44474c}.payment__box__wrapper .payment__title__box{width:100%;display:flex;align-items:center;gap:12px;align-self:stretch;justify-content:space-between;margin-bottom:16px}.payment__title__box .payment__title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.payment__title__box .total__learner{color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px}.payment__box__wrapper .payment__options__wrapper{width:100%;margin:50px 0;display:flex;justify-content:center;align-items:flex-start;gap:20px;align-self:stretch}.payment__options__wrapper .card__details__wrapper{border-radius:16px;background:#eee8ff;width:100%}.payment__options__wrapper .card__details__wrapper.pcd{background-color:#725cff}.card__details__wrapper.pcd .card__title__box .card__title,.card__details__wrapper.pcd .card__title__box label{color:#fff}.payment__box__wrapper .addnew__card__btn__box{display:block;width:100%;margin:40px auto}.addnew__card__btn__box .add_card__btn span{line-height:1px;display:block}.addnew__card__btn__box .add_card__btn .btn__icon{width:24px;height:24px;flex-shrink:0}.addnew__card__btn__box .add_card__btn .btn__text{color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.payment__options__wrapper .card__details__wrapper a{display:flex;align-items:center;width:100%;gap:10px;padding:24px 20px}.card__details__wrapper .icon__box{line-height:0px}.card__details__wrapper .card__title__box{width:286px}.card__title__box label{font-size:14px}.card__title__box .card__title,.card__title__box label{color:#111610;font-family:Poppins;font-style:normal;font-weight:500;line-height:normal;display:block;width:100%}.card__title__box .card__title{font-size:18px}.card__details__wrapper .arrow__icon{line-height:0px}.main__saved__cards__box{width:100%}.main__saved__cards__box .saved__card__title{display:flex;align-items:center;justify-content:space-between;gap:24px}.saved__card__title .title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:500;line-height:normal}.payment__box__wrapper .main__cardsgroup__box{width:100%;display:flex;align-items:center;gap:30px}.saved__card__box .card__title__box{display:flex;align-items:center;gap:20px}.saved__card__box .card__title__box .card__checkbox{width:28px;height:28px;display:flex;align-items:center;justify-content:center;position:relative}.card__title__box .card__checkbox input[type=checkbox]{width:28px;height:28px;border-color:#44474c}.card__details h6{color:#111610;font-family:Poppins;font-size:22px;font-style:normal;font-weight:600;line-height:normal}.card__details .card__expiry{color:#44474c;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.5;display:block}.saved__card__box .card__title__box .card__details{width:calc(100% - 140px)}.main__cardsgroup__box .saved__card__box{display:flex;padding:30px;flex-direction:column;justify-content:center;gap:24px;flex:1 0 0;border-radius:12px;border:1px solid #eeeef0;background:#fff}.saved__card__box .card__options__box{display:flex;align-items:center;justify-content:space-between}.card__options__box .card__btn a{display:flex;align-items:center;line-height:normal;gap:12px;color:#725cff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;cursor:pointer}.card__title__box .card__checkbox input[type=checkbox]:checked{background-color:transparent}.card__title__box .card__checkbox input[type=checkbox]:checked:before{content:"";position:absolute;width:14px;height:14px;flex-shrink:0;border-radius:4px;background:#725cff;transform:translate(-50%,-50%);border:0;margin:0;right:inherit;left:50%}.payment__box__wrapper .btn__box__wrapper{width:100%;text-align:center;margin-top:30px}.default__blue__btn{display:inline-block}.default__blue__btn a{color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;display:flex;padding:12px 26px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background:#725cff;min-width:203px;transition:all .3s ease}.default__blue__btn a:hover{background-color:#44474c}.makepayment__popup .popup__wrap{display:flex;width:600px;padding:25px;flex-direction:column;align-items:center;gap:20px;margin:0 auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:16px;background:#fff}.makepayment__popup .makepayment__charges__box{display:flex;padding:20px;flex-direction:column;align-items:center;gap:16px;align-self:stretch;width:100%;border-radius:10px;background:#f6f2fd}.makepayment__popup .popup__wrap .popup__content__box{width:100%;display:flex;flex-direction:column;gap:30px}.makepayment__charges__box .info__tiles__box .info__title{color:#44474c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px;display:block}.makepayment__charges__box .info__tiles__box .info__label{color:#44474c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.7;display:block}.makepayment__popup .makepayment__charges__box .info__tiles__box,.makepayment__popup .popup__head{width:100%;display:flex;align-items:center;justify-content:space-between}.makepayment__popup .popup__head h4.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;display:flex;align-items:center;gap:12px;align-self:stretch;flex:1 0 0}.makepayment__popup .popup__head .popup__close__btn{line-height:0px}.makepayment__popup .popup__head .popup__close__btn a{display:flex;padding:6px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background:#eeeef0}.makepayment__popup .popup__wrap .saved__card__box{display:flex;padding:30px;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;align-self:stretch;border-radius:12px;border:1px solid #eeeef0;background:#fff}.makepayment__popup .saved__card__box .card__options__box,.makepayment__popup .saved__card__box .card__title__box{width:100%}.makepayment__popup .card__expiry__cvv .card__input__group{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;align-self:stretch}.makepayment__popup .card__expiry__cvv .card__input__group .input__box{display:flex;flex-direction:column;width:100%;gap:8px}.card__expiry__cvv .card__input__group .input__box label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px;text-transform:capitalize}.card__expiry__cvv .card__input__group .input__box input{display:flex;padding:16px 15px;align-items:center;gap:12px;align-self:stretch;border-radius:8px;border:1px solid #bec0c4;color:#44474c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.4;width:100%}.addnewcard__popup .popup__wrap{display:flex;width:595px;padding:30px;flex-direction:column;align-items:center;gap:30px;margin:0 auto;border-radius:16px;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.addnewcard__popup .popup__btn__box .copy__link__btn a{min-width:157px}.addnewcard__popup .popup__head{display:flex;align-items:center;width:100%;justify-content:space-between}.addnewcard__popup .popup__close__btn a{border-radius:6px;background:#eeeef0;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.addnewcard__popup .popup__head h4.title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;width:100%}.addnewcard__popup .popup__content__box .new__card__form__wrapper{width:100%;display:flex;flex-direction:column;gap:30px}.addnewcard__popup .popup__content__box{width:100%}.new__card__form__wrapper .card__input__field{display:flex;flex-direction:column;gap:8px;width:100%}.new__card__form__wrapper .card__input__field label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px;display:block;width:100%}.new__card__form__wrapper .card__input__field input{width:100%;display:flex;padding:14.5px 16px;align-items:center;gap:12px;align-self:stretch;border-radius:8px;border:1px solid #bec0c4;color:#44474c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.5}.new__card__form__wrapper .card__group__field{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;align-self:stretch}.resume__subscription__popup .save__card__information__box{width:100%;text-align:left;display:flex;flex-direction:column;align-items:flex-start;gap:30px;flex-shrink:0}.resume__subscription__popup .save__card__information__box .resume__save__card{display:flex;width:100%;padding:15px 20px;align-items:center;gap:30px;flex-shrink:0;border-radius:10px;background-color:#f6f2fd}.resume__subscription__popup .resume__save__card .card__img__box{line-height:0px}.resume__save__card .card__details h6{color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:700;line-height:1.7}.resume__save__card .card__details .card__expiry{color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;line-height:1.7;display:block}.cancel__subscription__popup.resume__subscription__popup .popup__content__box{align-items:self-start}.main__learner__data__section .learners__data__box__wrapper{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;border-radius:20px;background:#fff}.learners__data__box__wrapper .title__box__wrapper{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.learners__data__box__wrapper .title__box__wrapper h1.page__title{color:#111610;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal;width:100%;display:flex;align-items:center;gap:12px}.learners__data__box__wrapper .title__box__wrapper .purchase__learner__btn a{min-width:202px;display:flex;padding:12px 22px;justify-content:center;align-items:center;gap:12px;border-radius:10px;background:#725cff;color:#fff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.learners__data__box__wrapper .title__box__wrapper .purchase__learner__btn a:hover{background-color:#44474c}.learner__details__box__wrapper .learner__data__head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:0}.learners__data__box__wrapper .learner__details__box__wrapper{width:100%;display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch;border-radius:16px;border:1px solid #bec0c4}.learner__details__box__wrapper .learner__data__head .data__title{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px;display:block;width:100%;flex:1}.learner__details__box__wrapper .learner__list__box__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:25px;align-self:stretch}.learner__details__box__wrapper .learner__list__box__wrapper .learner__row__item{width:100%}.learner__list__box__wrapper .learner__row__item .learner__group__box{display:flex;align-items:center;gap:0}.learner__list__box__wrapper .learner__row__item .learner__option{width:100%;display:flex;align-items:center;gap:12px}.learner__row__item .learner__option .user__img,.learner__row__item .learner__option .user__img img{line-height:0px;width:48px;height:48px;border-radius:50%}.learner__row__item .user__box .user__name{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px;display:block}.subscription__type label.type{border-radius:60px;background:#f6f2fd;color:#725cff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px;display:flex;padding:4px 18px;align-items:center;gap:8px}.purchase__date .date{font-size:20px;font-weight:500;line-height:34px}.purchase__date .date,.purchase__date .time{color:#44474c;font-family:Poppins;font-style:normal;display:block}.purchase__date .time{font-size:16px;font-weight:400;line-height:28px}.status .status__text{color:#44474c;font-size:20px;line-height:34px;display:block}.action__btn a,.status .status__text{font-family:Poppins;font-style:normal;font-weight:500}.action__btn a{display:flex;padding:10px 18px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background:#725cff;color:#fff;font-size:16px;line-height:1.4;transition:all .3s ease}.action__btn .btn__icon{line-height:0px}.action__btn a:hover{background-color:#44474c}.popup__btn__box .copy__link__btn a{padding:12px 10px;min-width:174px}.add__learner__popup .popup__wrap{display:flex;width:595px;padding:30px;flex-direction:column;align-items:center;gap:30px;border-radius:16px;background:#fff;top:50%;left:50%;position:absolute;transform:translate(-50%,-50%)}.add__learner__popup .popup__head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.add__learner__popup .popup__head h4.title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;width:100%}.popup__close__btn a{display:flex;padding:6px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background:#eeeef0;width:40px;height:40px}.add__learner__popup .popup__content__box{width:100%}.add__learner__popup .learner__personal__detail__box{display:flex;flex-direction:column;align-items:self-start;gap:24px}.learner__personal__detail__box .form__input__field{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;width:100%}.learner__personal__detail__box h6.title{font-size:20px;line-height:34px}.form__input__field label,.learner__personal__detail__box h6.title{color:#111610;font-family:Poppins;font-style:normal;font-weight:500;width:100%}.form__input__field label{font-size:16px;line-height:1.5;display:block}.learner__personal__detail__box .form__input__field input{line-height:1.9}.form__input__field .gender__select__box,.learner__personal__detail__box .form__input__field input{width:100%;display:flex;padding:13px 16px;align-items:center;gap:12px;align-self:stretch;border-radius:8px;border:1px solid #bec0c4;color:#44474c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400}.form__input__field .gender__select__box{-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:1.65;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAHlBMVEUAAABFR01ISFBERktAQENAUFBER0xER01DR0tER0y8zmSXAAAACXRSTlMA3yDPEBC/75/E93IqAAAARUlEQVQY02OgKWBBIhkYhUCkogCYwzZRgYGBSdIAzGG1FAJKTHaAqAueqMAkaQJkQKXAElCpmZVACZhU5zQHJKuAbDoCAA/ACGuAlERzAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:24px 24px;background-position:95% 50%}.learner__personal__detail__box .form__group__field{width:100%;display:flex;justify-content:center;align-items:flex-start;gap:30px;align-self:stretch}.learner__personal__detail__box .member__list__box{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch;border-radius:12px;background-color:#f4f4f4}.learner__personal__detail__box .member__list__box label{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;display:block;width:100%}.member__list__box .user__list__box{display:flex;max-width:100%;justify-content:center;align-items:center;align-content:center;gap:20px 24px;align-self:stretch;flex-wrap:wrap}.member__list__box .user__list__box .user__profile,.member__list__box .user__list__box .user__profile img{width:48px;height:48px;border-radius:50%}.user__profile.name__based a{width:48px;padding:10px 0 4px 0;justify-content:center;align-items:center;flex-shrink:0;border-radius:100px;border:1.5px solid #fff;background:#fff;height:48px;color:#44474c;text-align:center;font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;line-height:1.4;display:block}.confirmation__popup .popup__wrap{display:flex;width:595px;padding:30px;flex-direction:column;align-items:self-start;gap:30px;border-radius:16px;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.confirmation__popup .popup__head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.confirmation__popup .popup__head h4.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:500;line-height:normal;width:100%}.choose__data__body,body.route-ForgotPassword,body.route-Login,body.route-Register{background-color:#f2f2f7}.choose__data__body{padding:0 20px}.center__footer__wrapper{display:block;padding:30px;text-align:center}.center__footer__wrapper .group__box{display:flex;flex-direction:column;gap:20px;align-items:center}.center__footer__wrapper .logo__box{max-width:187px;line-height:0px;height:24px}.center__footer__wrapper .footer__links__box{display:flex;align-items:center;gap:11px}.center__footer__wrapper .footer__links__box a{display:flex;align-items:center;gap:5px;color:#725cff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:21px;transition:all .3s ease;padding:2px 0}.center__footer__wrapper .footer__links__box a:hover{color:#000}.choose__data__page .back__btn__box{line-height:0px;padding:13px 0;margin-top:50px}.choose__data__page .choose__data__options__box{max-width:560px;margin:0 auto;text-align:center;margin-top:20px}.choose__data__options__box .choose__data__title__box{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:50px}.choose__data__options__box .choose__data__title__box h4.title{color:#111610;text-align:center;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;width:100%}.choose__data__title__box .short__note{color:#3f444a;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.6}.choose__data__page .choose__data__options__box .choose__data__options{display:flex;flex-direction:column;gap:24px}.choose__data__options .option__box__wrapper .option__inner__cover{display:flex;align-items:center;justify-content:center;gap:0;background-color:#fff;border-radius:16px;box-shadow:0 4px 20px 0 rgba(16,25,40,.1);padding:24px}.choose__data__options .option__box__wrapper .option__inner__cover:hover{background-color:#725cff}.choose__data__options .option__box__wrapper .option__inner__cover:hover *{color:#fff}.choose__data__options .option__box__wrapper .option__inner__cover:hover .option__arrow img{filter:brightness(0) invert(1)}.option__box__wrapper .option__img{width:100px;height:100px;line-height:0px;display:flex;align-items:center;justify-content:center}.choose__data__options .option__box__wrapper .option__text__box{width:410px;text-align:left;display:flex;flex-direction:column;gap:0;margin-left:10px}.option__box__wrapper .option__arrow{line-height:0px;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.option__box__wrapper .option__text__box h4.title{color:#101928;font-family:Halant;font-size:28px;font-style:normal;font-weight:600;line-height:normal}.option__box__wrapper .option__text__box .option__tag{color:#101928;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:1.55}.choose__data__options .option__box__wrapper.blue__box .option__inner__cover{background-color:#725cff}.option__box__wrapper.blue__box .option__text__box .option__tag,.option__box__wrapper.blue__box .option__text__box h4.title{color:#fff}.signin__flow__individual__wrap{display:flex;flex-direction:column;gap:30px;max-width:800px;margin:0 auto;text-align:center}.signin__flow__individual__wrap .signin__form__wrapper{width:420px;margin:0 auto;text-align:left}.signin__title__box h4.title{color:#111610;text-align:center;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal}.signin__flow__individual__wrap .signin__title__box{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.signin__form__wrapper .form__input__field{display:flex;flex-direction:column;gap:8px}.signin__form__wrapper .form__input__field+.form__input__field{margin-top:16px}.signin__form__wrapper .form__input__field input{width:100%;display:flex;padding:14px 12px;align-items:center;align-self:stretch;color:#000;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:28px;border-radius:8px;border:.5px solid #111610}.signin__form__wrapper .form__input__field input::-moz-placeholder{color:#9093ab;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.signin__form__wrapper .form__input__field input::placeholder{color:#9093ab;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.signin__form__wrapper .form__forgot{margin:16px 0 30px;text-align:right}.signin__form__wrapper .form__forgot a{color:#6950f3;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.signin__form__wrapper .form__sign__btn{text-align:center}.signin__form__wrapper .form__sign__btn .sign__in__btn{width:100%;border:0;outline:none;display:flex;padding:13px 0;justify-content:center;align-items:center;border-radius:8px;background:#725cff;color:#fff;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:24px;transition:all .3s ease;cursor:pointer}.signin__form__wrapper .form__sign__btn .sign__in__btn:hover{background-color:#111610}.signin__form__wrapper .or{margin:16px 0;text-align:center;color:#757676;font-family:Inter;font-size:13px;font-style:normal;font-weight:400;line-height:16px;text-transform:uppercase;position:relative}.signin__form__wrapper .or:before{content:"";position:absolute;left:50%;top:50%;background-color:#e8e8ee;height:1px;width:100%;transform:translate(-50%,-50%)}.signin__form__wrapper .or span{display:block;width:50px;margin:0 auto;background-color:#f2f2f7;z-index:1;position:relative}.signin__form__wrapper .signin__options__box{width:100%;display:flex;flex-direction:column;align-items:center;gap:5px}.signin__form__wrapper .signin__options__box .signin__label{width:100%;color:#757676}.create__account__link a,.signin__form__wrapper .signin__options__box .signin__label{display:block;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.create__account__link a{color:#6950f3}.continue__with__google{text-align:center;margin-bottom:40px}.continue__with__google a{display:flex;align-items:center;justify-content:start;border-radius:8px;border:1px solid #d5d7da;background:#f2f2f7;padding:11px 15px;transition:all .3s ease;width:100%;background-color:#fff}.continue__with__google a:hover{background-color:#000;color:#fff}.continue__with__google a:hover .continue__google__text{color:#fff}.continue__with__google .google__icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;line-height:0px}.continue__with__google .continue__google__text{display:block;color:#111610;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-left:83px;transition:all .3s ease}.signin__form__wrapper .signin__options__box .option__title{color:#111610;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:24px;width:100%}.signin__flow__individual__wrap.organization__form__wrapper .form__sign__btn{margin-top:30px}.signin__flow__individual__wrap.organization__form__wrapper .continue__with__google{margin-bottom:16px}.alert-danger ul li{list-style:none;color:red}.signin__flow__individual__wrap.confirm__data__from__google{max-width:678px}.signin__flow__individual__wrap.confirm__data__from__google .signin__title__box h4.title{color:#111610;text-align:center;font-family:Inter;font-size:26px;font-style:normal;font-weight:600;line-height:normal}.signin__flow__individual__wrap.confirm__data__from__google .signin__title__box .short__note{color:#111610;text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:26px}.personal__profile__box .profile__img{position:relative}.personal__profile__box .profile__img,.personal__profile__box .profile__img img{width:120px;height:120px;border-radius:50%}.personal__profile__box .profile__img .remove__btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:50%;position:absolute;right:0;bottom:0}.personal__profile__box .profile__img .remove__btn span{padding:3px;background-color:#fff;line-height:0px;border-radius:50%;border:1px solid #e0d9d9;box-shadow:0 0 10px #00000005}.personal__profile__box .profile__img .remove__btn img{width:24px;height:24px;border-radius:0}.personal__profile__box .profile__text__area{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.confirm__data__form__wrapper .personal__profile__box{display:flex;align-items:center;gap:30px;margin-bottom:30px}.personal__profile__box .profile__text__area h6.title{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.5}.personal__profile__box .profile__text__area .tagline{color:#3f444a;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.signin__flow__individual__wrap.confirm__data__from__google .confirm__data__form__wrapper{max-width:420px;margin:0 auto}.confirm__data__form__wrapper .join__form__wrapper .form__group__field{display:flex;align-items:flex-start;gap:10px;margin-bottom:20px}.join__form__wrapper .form__group__field .input__field{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1 0 0}.form__group__field .input__field input,.form__group__field .input__field select{display:flex;padding:15px 12px;align-items:center;gap:5px;align-self:stretch;border-radius:8px;border:.5px solid #c2d1d9;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:26px;width:100%}.join__form__wrapper .form__group__field .input__field label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px;width:100%;text-align:left}.form__group__field .input__field input::-moz-placeholder{color:#9093ab;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:26px}.form__group__field .input__field input::placeholder{color:#9093ab;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:26px}.form__input__field .input__field{display:flex;flex-direction:column;gap:8px;text-align:left}.form__input__field .input__field label{text-align:left}.form__input__field .input__field input,.form__input__field .input__field select{display:flex;padding:15px 12px;align-items:center;gap:5px;align-self:stretch;border-radius:8px;border:.5px solid #111610;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:26px;width:100%}.confirm__data__form__wrapper .join__form__wrapper .form__input__field{margin-top:20px}.form__input__field .input__field .hint{color:#787272;font-family:Poppins;font-size:13.5px;font-style:normal;font-weight:400;line-height:normal;display:block}.confirm__data__form__wrapper .join__form__wrapper .form__input__field.psw__field__box{margin-top:30px}.find__aboutus__field{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-top:30px}.find__aboutus__field .field__label{width:100%;text-align:left;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.find__aboutus__field .find__options__box{width:100%;display:flex;align-items:flex-start;gap:20px;align-self:stretch}.find__options__box .checkbox__option{display:flex;align-items:center;gap:10px}.find__options__box .checkbox__option label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal;display:block}.find__options__box .checkbox__option input{width:20px;height:20px}.join__form__wrapper .form__btn__box{margin-top:30px}.join__form__wrapper .form__btn__box .joinbtn{display:flex;padding:13px 0;justify-content:center;align-items:center;width:100%;border-radius:8px;background:#725cff;border:0;color:#fff;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:24px;transition:all .3s ease;cursor:pointer}.join__form__wrapper .form__btn__box .joinbtn:hover{background-color:#111610}.join__form__wrapper .iti--separate-dial-code .iti__selected-dial-code{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:28px;margin-left:8px}.join__form__wrapper .iti--separate-dial-code .iti__selected-flag{background-color:transparent;padding:0 0 0 14px;border-radius:8px}.join__form__wrapper .iti--separate-dial-code input{padding-left:95px!important;position:relative}.join__form__wrapper .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag:hover{background-color:#fff}.join__form__wrapper .form__input__field .phone__number__field{position:relative}.join__form__wrapper .phone__number__field .iti.iti--allow-dropdown.iti--separate-dial-code{width:100%}.join__form__wrapper .form__input__field .phone__number__field:before{content:"";position:absolute;width:1.5px;height:28px;display:block;background:#ebdbdb;left:88px;top:50%;z-index:2;transform:translateY(-50%)}.form__input__field label span{color:#9093ab;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.join__form__wrapper .form__btn__box{display:flex;align-items:center;justify-content:center;gap:30px}.join__form__wrapper .form__btn__box button{display:flex;min-width:170px;padding:12px 24px;justify-content:center;align-items:center;color:#fff;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:24px;border:1px solid #000;cursor:pointer}.form__btn__box.mt50{margin-top:50px}.join__form__wrapper .form__btn__box button.previous__btn{border-radius:8px;border:1px solid #725cff;color:#725cff;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:24px;background-color:transparent;transition:all .3s ease}.join__form__wrapper .form__btn__box button.previous__btn:hover{background-color:#725cff;color:#fff}.join__form__wrapper .form__btn__box button.next__btn{display:flex;padding:13px 24px;justify-content:center;align-items:center;border-radius:8px;background:#725cff;color:#fff;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:22px;border:1px solid #725cff;transition:all .3s ease}.join__form__wrapper .form__btn__box button.next__btn:hover{background-color:transparent;color:#725cff}.avatar__popup .popup__wrap{width:450px;border-radius:12px;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.avatar__popup .popup__wrap .popup__head{width:100%;justify-content:space-between;display:flex;padding:20px;align-items:center;gap:12px}.avatar__popup .popup__wrap .popup__head h4.title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px;width:100%}.avatar__popup .popup__wrap .popup__head .popup__close__btn a{display:flex;padding:0;justify-content:center;align-items:center;border-radius:0;background:#fff;width:28px;height:28px}.avatar__popup .popup__wrap .popup__btn__box{display:flex;align-items:center;justify-content:center;padding-bottom:30px}.avatar__popup .popup__btn__box .copy__link__btn a{display:flex;width:200px;min-width:200px;max-width:420px;padding:13px 0;justify-content:center;align-items:center;border-radius:8px;background:#725cff;color:#fff;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:24px;transition:all .3s ease;border:1px solid #725cff}.avatar__popup .popup__btn__box .copy__link__btn a:hover{background-color:#fff;color:#725cff}.avatar__popup .popup__content__box .avatar__list__box{display:flex;min-width:100%;max-width:100%;padding:20px;align-items:flex-start;align-content:flex-start;gap:24px;flex-wrap:wrap}.avatar__popup .avatar__box{line-height:1;display:flex;align-items:center;justify-content:center}.avatar__popup .avatar__box,.avatar__popup .avatar__box img{width:48px;height:48px;border-radius:50%}.avatar__popup .avatar__box.no__img{border-radius:100px;border:1.5px solid #725cff;background:#fff}.avatar__popup .popup__wrap .popup__content__box{margin:30px 0}.join__form__wrapper .selectbox__list__wrapper{display:flex;width:100%;padding:20px 40px;flex-direction:column;align-items:flex-start;gap:16px;border-radius:10px;border:.5px solid #8b97ab}.join__form__wrapper .selectbox__list__wrapper .inner__cover__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.signin__flow__individual__wrap.confirm__select__data__box{max-width:970px}.signin__flow__individual__wrap.confirm__select__data__box .confirm__data__form__wrapper{max-width:520px;margin:0 auto;width:100%}.selectbox__list__wrapper .inner__cover__wrapper .select__list__item{width:100%;text-align:left;display:flex;align-items:center;gap:10px}.selectbox__list__wrapper .select__list__item input{display:flex;padding:2px;align-items:center;gap:10px;width:20px;height:20px}.selectbox__list__wrapper .select__list__item .select__text{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal;display:block}.update__subscription__alert__box{align-items:center;justify-content:space-between;border-radius:20px;background:#e85858;display:flex;padding:30px;gap:30px;align-self:stretch}.update__subscription__alert__box .alert__text{display:flex;align-items:center;gap:12px}.update__subscription__alert__box .alert__text .alert__icon{display:flex;width:30px;height:30px;justify-content:center;align-items:center}.update__subscription__alert__box .alert__text label{color:#fff;font-family:Poppins;font-size:28px;font-style:normal;font-weight:500;line-height:normal}.update__subscription__alert__box .alert__btn__box{display:inline-block}.update__subscription__alert__box .alert__btn__box a{display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background:#fff;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px;min-width:270px;transition:all .3s ease}.update__subscription__alert__box .alert__btn__box a:hover{background-color:#725cff;color:#fff}.update__subscription__popup .popup__wrap{max-width:860px;width:100%;margin:0 auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:16px;background:#fff;padding:20px}.update__subscription__popup .update__subscription__wrapper{display:flex;padding:0;align-items:flex-start;gap:10px}.update__subscription__wrapper .update__content__wrapper,.update__subscription__wrapper .update__img__wrapper{width:100%}.update__subscription__wrapper .update__content__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch;padding:18px 10px}.update__subscription__btn{display:inline-block}.update__subscription__btn a{display:flex;padding:12px 30px;justify-content:center;align-items:center;gap:12px;border-radius:10px;background:#725cff;color:#fff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal;min-width:246px;transition:all .3s ease}.update__subscription__btn a:hover{background-color:#111610}.update__subscription__wrapper .update__content__wrapper h4.popup__title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:500;line-height:normal}.update__content__wrapper .benefits{color:#8f959c;line-height:24px;display:block;width:100%}.update__content__wrapper .benefits,.update__content__wrapper ul{font-family:Poppins;font-size:16px;font-style:normal;font-weight:400}.update__content__wrapper ul{color:#111610;line-height:28px;padding:0 0 0 30px}.update__content__wrapper .short__description{color:#8f959c;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.update__content__wrapper .update__subscription__btn{display:inline-block;margin-top:40px}.update__subscription__wrapper .update__img__wrapper{line-height:0px;position:relative}.update__img__wrapper .close__btn{position:absolute;top:0;right:0}.update__img__wrapper .close__btn a{border-radius:6px;background:hsla(240,6%,94%,.4);display:flex;width:30px;height:30px;padding:6px;justify-content:center;align-items:center;gap:10px}.footer__wrapper .footer__copyright{display:flex;align-items:center;justify-content:space-between}.footer__copyright .copyright__text{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.footer__copyright .footer__links__wrap{display:flex;align-items:center;gap:11px}.footer__copyright .footer__links__wrap .links{display:flex;align-items:center;justify-content:center;gap:5px}.footer__links__wrap .links .link__icon{line-height:0px;width:16px;height:16px;display:flex;align-items:center}.links .link__text a{color:#725cff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:21px;display:block}.payment__box__wrapper .invoice__box__wrapper{display:flex;width:100%;padding:20px;flex-direction:column;align-items:center;border-radius:10px;border:.5px solid #3f444a}.invoice__box__wrapper .billing__box__wrapper{width:100%;display:flex;justify-content:space-between;align-items:center}.billing__box__wrapper .billing__date__box{display:flex;flex-direction:column}.billing__date__box label.date{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:24px;display:block}.billing__date__box span.text{color:#917aff;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:20px;display:block}.invoice__box__wrapper .dotted__sepline{line-height:0px;margin:16px 0 10px}.invoice__box__wrapper .invoice__total__box{display:flex;flex-direction:column;align-items:self-start;gap:10px;align-self:stretch}.invoice__total__box .number__of__learner,.invoice__total__box .total__charges{display:flex;width:100%;justify-content:space-between;align-items:center}.invoice__total__box .number__of__learner .text{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:24px;display:block;position:relative;cursor:pointer}.invoice__total__box .number__of__learner span.number{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.3;display:block}.dotted__sepline.space__zero{margin:0}.invoice__total__box .number__of__learner.subtotal span.number{font-size:22px;line-height:1;font-weight:600}.total__charges .text{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.5}.total__charges .number{color:#725cff;font-family:Poppins;font-size:30px;font-style:normal;font-weight:600;line-height:normal;display:block}.card__form__wrapper .card__input__field{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}.card__form__wrapper .card__input__field label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.75;width:100%;display:block}.makepayment__popup .card__form__wrapper .save__card__field{display:flex;align-items:center;gap:8px;align-self:stretch}.card__form__wrapper .card__input__field input{border-radius:8px;border:.5px solid #111610;display:flex;padding:12px 12px;align-items:center;gap:5px;align-self:stretch;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.4}.card__form__wrapper .card__input__field input::-moz-placeholder{color:#9093ab;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.4}.card__form__wrapper .card__input__field input::placeholder{color:#9093ab;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.4}.makepayment__popup .popup__content__box .card__form__wrapper{display:flex;padding-bottom:0;flex-direction:column;align-items:flex-start;gap:15px}.card__form__wrapper .card__input__field .card__number__field,.card__form__wrapper .card__input__field .card__number__field input{width:100%}.card__form__wrapper .card__number__field .card__available__options,.card__form__wrapper .card__number__field .card__cvv{line-height:0px;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.card__form__wrapper .card__number__field .card__cvv{width:24px;height:24px}.makepayment__popup .card__form__wrapper .card__input__group{display:flex;align-items:flex-start;gap:10px;align-self:stretch}.makepayment__popup .card__form__wrapper .save__card__field input[type=checkbox]{width:24px;height:24px}.makepayment__popup .card__form__wrapper .save__card__field input[type=checkbox]+label{padding-left:33px}.makepayment__popup .card__form__wrapper .save__card__field label{color:#111610;font-size:14px;font-style:normal;font-weight:500;line-height:1.4}.makepayment__popup .popup__btn__box .copy__link__btn a{color:#fff;min-width:196px}.makepayment__popup .card__form__wrapper .shortnote__wrap{color:#3f444a;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.subscriptions__successful__popup .popup__wrap{display:flex;width:525px;padding:30px;flex-direction:column;align-items:center;gap:30px;border-radius:16px;background:#fff;box-shadow:0 0 40px 0 rgba(0,0,0,.1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.subscriptions__successful__popup .popup__head{width:100%;display:flex;align-items:center;gap:12px;align-self:stretch;justify-content:space-between}.subscriptions__successful__popup .popup__head h4.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:500;line-height:normal;width:100%}.subscriptions__successful__popup .confirmation__img__wrap{line-height:0px}.subscriptions__successful__popup .sucessful__content__box{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.subscriptions__successful__popup .sucessful__content__box h3.title{color:#111610;text-align:center;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal}.subscriptions__successful__popup .sucessful__content__box .description__shortnote{color:#3f444a;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.popup__btn__box .done__btn{display:block}.popup__btn__box .done__btn a{display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background:#725cff;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px;min-width:100%;width:100%}.subscriptions__successful__popup .popup__btn__box{width:100%}.main__subscription__purchase__order .col__section__wrapper{display:flex;padding:60px;flex-direction:column;justify-content:center;align-items:center;gap:50px;border-radius:20px;background:#fff}.main__subscription__purchase__order .col__section__wrapper .section__box__wrapper{max-width:870px;width:100%}.purchase__order__form__wrapper .btn__box__wrapper{text-align:center;margin-top:50px}.section__box__wrapper .payment__title__box{display:flex;padding-bottom:16px;align-items:center;gap:12px;justify-content:space-between}.section__box__wrapper .purchase__order__form__wrapper{margin-top:50px;display:flex;padding-bottom:0;flex-direction:column;gap:16px}.purchase__order__form__wrapper .form__group__field{display:flex;align-items:flex-start;gap:16px}.purchase__order__form__wrapper .purchase__form__field{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}.purchase__form__field label{font-weight:500;display:block}.purchase__form__field label,.purchase__order__form__wrapper .purchase__form__field input{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;line-height:28px;width:100%}.purchase__order__form__wrapper .purchase__form__field input{display:flex;padding:15px 12px;align-items:center;gap:5px;align-self:stretch;border-radius:8px;border:.5px solid #111610;font-weight:400}.purchase__order__form__wrapper .purchase__form__field input::-moz-placeholder{color:#9093ab;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.purchase__order__form__wrapper .purchase__form__field input::placeholder{color:#9093ab;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.quote__link a{color:#725cff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.main__subscription__purchase__order{display:flex;flex-direction:column;gap:30px}.section__box__wrapper .nodata__box__wrapper{display:flex;padding:30px 0;flex-direction:column;justify-content:center;align-items:center;gap:20px;border-radius:20px;background:#ecf2ff;margin-top:30px}.section__box__wrapper .nodata__box__wrapper .nodata__text{color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px;display:inline-flex;padding:8px 32px;justify-content:center;align-items:center;gap:14px;align-self:stretch}.head__tab__nav__link #tabs-nav{list-style:none;padding:0;margin:0;display:flex;height:40px;align-items:center;gap:20px}.head__tab__nav__link #tabs-nav li{padding:0 10px}.head__tab__nav__link #tabs-nav li a{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:30px;display:flex;padding:0 0 8px;flex-direction:column;justify-content:center;align-items:center;transition:all .3s ease;position:relative}.head__tab__nav__link #tabs-nav li.active a{background:var(--gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.head__tab__nav__link #tabs-nav li a:before{content:"";position:absolute;height:2px;align-self:stretch;border-radius:10px;left:50%;bottom:0;width:100%;transform:translate(-50%)}.head__tab__nav__link #tabs-nav li.active a:before{background:var(--gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%))}.section__box__wrapper .purchase__order__tab__section{margin-top:30px}.purchase__order__tab__section .head__tab__nav__link{margin-bottom:30px}.table__head__links .tab__head{display:flex;align-items:center;gap:6px;padding:14px 10px;width:236px}.table__head__links .tab__head:last-child{width:100px}.table__head__links .tab__head .tabnav__icon{width:16px;height:16px;line-height:0px}.purchase__order__tab__section .table__section__box{display:flex;padding:0 20px 20px 20px;flex-direction:column;align-items:flex-start;border-radius:10px;background:#eee8ff}.table__section__box .table__head__links{display:flex;width:100%;padding:0 10px;align-items:center;align-self:stretch}.table__section__box .data__table__box__wrapper{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:10px;background-color:#fff}.table__section__box .data__table__box__wrapper .data__table__item{display:flex;align-items:center;align-self:stretch;border-bottom:.5px solid #ebdbdb;background:#fff;border-radius:10px 10px 0 0;justify-content:center}.table__section__box .data__table__box__wrapper .data__table__item:last-child{border-radius:0 0 10px 10px;border:0}.table__section__box .data__table__box__wrapper .data__table__item:first-child{border-radius:10px 10px 0 0}.data__table__box__wrapper .data__table__item .data__value__box{width:236px;padding:0 10px;color:#311613;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.data__table__box__wrapper .data__table__item .data__value__box.status{width:100px}.data__table__box__wrapper .data__table__item .data__value__box span{color:#565252;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.data__table__box__wrapper .data__table__item .data__value__box.date__box{display:flex;align-items:center;gap:10px}.data__table__box__wrapper .data__table__item .data__value__box.status__box{width:100px}.data__table__box__wrapper .data__table__item .data__value__box.status__box span{color:#111610;font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:22px;display:inline-flex;padding:4px 13px;justify-content:center;align-items:center;border-radius:30px;background:#eeeef0}.data__table__box__wrapper .data__table__item .data__value__box.price__box{color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.data__table__box__wrapper .data__table__item .data__value__box{padding:15px 10px}.learner__subscription__section .subscription__section .monthly__yearly__box{width:445px;flex-direction:inherit}.learner__subscription__section .subscription__section .monthly__yearly__box .plan__btn__tab{width:248px}.learner__row__item .learner__profile__box{display:flex;align-items:center;gap:12px;flex:1}.learner__profile__box .learner__name{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.7}.learner__profile__box .learner__profile,.learner__profile__box .learner__profile img{line-height:0px;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center}.learner__row__item .learner__dob,.learner__row__item .learner__gender,.learner__row__item .learner__subscription__end__date{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.7;flex:1}.learner__row__item .learner__subscription__end__date{display:flex;align-items:center;gap:12px}.learner__row__item .learner__progress__box{flex:1;align-items:center}.learner__row__item .learner__action__options{flex:1}.learner__action__options .action__btn__box{display:flex;align-items:center;gap:20px;max-width:285px}.action__btn__box .action__option__btn .btn__icon{line-height:0px;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.action__btn__box .action__option__btn .btn__text{color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:26px;display:block}.action__btn__box .action__option__btn a{display:flex;padding:10px 15px;justify-content:center;align-items:center;gap:10px;border-radius:6px;width:100%;min-width:100%}.learner__row__item .learner__subscription__end__date .subscription__time{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.learner__progress__box .learner__progress__bar{border-radius:100px;background:#e2f5ff;width:100%;height:15px}.learner__progress__box .learner__progress__fillup span{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:22px;display:block}.learner__progress__bar .learner__progress__fillup{text-align:center;border-radius:100px;background:#41b9fe;height:100%}.add__learner__popup .popup__btn__box .copy__link__btn a{min-width:186px}.learner__confirmation__popup .popup__wrap{width:560px;gap:24px}.confirmation__popup.learner__confirmation__popup .popup__wrap{max-width:515px;width:100%}.learner__confirmation__popup .popup__content__box{display:flex;flex-direction:column;gap:30px;text-align:center}.learner__confirmation__popup .popup__content__box .img__wrapper{line-height:0px}.learner__confirmation__popup .confirmation__text__wrapper{display:flex;flex-direction:column;align-items:center;gap:20px;align-self:stretch}.learner__confirmation__popup .confirmation__text__wrapper h4.title{color:#111610;text-align:center;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal}.learner__confirmation__popup .confirmation__text__wrapper .desc__shortnote{color:#3f444a;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.learner__confirmation__popup .popup__btn__box{width:100%;display:flex;align-items:center;justify-content:center}.learner__confirmation__popup .popup__btn__box .learner__btn a{display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background:#725cff;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px;min-width:260px;transition:all .3s ease}.learner__confirmation__popup .popup__btn__box .learner__btn a:hover{background-color:#44474c}.billingdata__box__group .data__card__box{border-radius:16px;background:#fff;display:flex;padding:30px;align-items:center;gap:30px;width:100%}.main__billing__information__section .billing__information__overview{display:flex;padding:30px;flex-direction:column;justify-content:center;align-items:flex-start;gap:30px;border-radius:20px;background:#fff}.billing__information__overview .billingdata__box__group{display:flex;align-items:center;gap:30px;align-self:stretch}.data__card__box .icon__box{line-height:0px;width:65px;height:65px;display:flex;align-items:center;justify-content:center}.data__card__box .data__text__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;flex:1 0 0}.billingdata__box__group .data__card__box.green__box{background-color:#dbf1f3}.billingdata__box__group .data__card__box.lightblue__box{background-color:#e8f2fc}.billingdata__box__group .data__card__box.lightyellow__box{background-color:#fffae5}.data__card__box .data__text__wrapper .data{font-size:28px}.billing__information__overview h3.title,.data__card__box .data__text__wrapper .data{color:#111610;font-family:Poppins;font-style:normal;font-weight:600;line-height:normal;display:block;width:100%}.billing__information__overview h3.title{font-size:32px}.main__billing__information__section .billing__information__invoices{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;border-radius:20px;background:#fff}.main__billing__information__section{display:flex;flex-direction:column;gap:30px}.billing__information__invoices h3.title{color:#111610;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal;width:100%;display:block}.billing__information__invoices .learner__invoices__details{width:100%;display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch;border-radius:16px;border:1px solid #8f959c}.billing__information__invoices .learner__invoices__details .billing__invoices__head{width:100%;display:flex;align-items:center;gap:40px;justify-content:center}.learner__invoices__details .billing__invoices__head .head__title{width:100%;color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px}.billing__information__invoices .learner__invoices__details .sepline{height:1px;background-color:#8f959c;width:100%}.learner__invoices__details .invoice__transaction__list{display:flex;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch;width:100%;height:425px;overflow:auto}.learner__invoices__details .invoice__transaction__list .transaction__item{display:flex;padding:10px 0;align-items:center;gap:40px;align-self:stretch;justify-content:center}.learner__invoices__details .invoice__transaction__list::-webkit-scrollbar-track{border-radius:10px;background-color:#f5f5f5}.learner__invoices__details .invoice__transaction__list::-webkit-scrollbar{width:6px;background-color:#f5f5f5}.learner__invoices__details .invoice__transaction__list::-webkit-scrollbar-thumb{border-radius:10px;background-color:#555}.invoice__transaction__list .transaction__item .invoice__item{width:100%;display:flex;align-items:center;color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px}.transaction__invoice__action .view__invoice__btn a{display:flex;padding:10px 24px;justify-content:center;align-items:center;gap:10px;border-radius:6px;color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:26px}.view__invoice__btn .btn__icon{line-height:0px;width:20px;height:20px}.learner__invoices__details .billing__invoices__head .head__title.date{width:180px}.learner__invoices__details .billing__invoices__head .head__title.description,.learner__invoices__details .billing__invoices__head .head__title.learner{width:370px}.learner__invoices__details .billing__invoices__head .head__title.action,.learner__invoices__details .billing__invoices__head .head__title.invoice__total,.learner__invoices__details .billing__invoices__head .head__title.status{width:200px}.transaction__item .transaction__date.invoice__item{width:180px}.transaction__item .transaction__description.invoice__item,.transaction__item .transaction__learner.invoice__item{width:370px}.transaction__item .transaction__invoice__action.invoice__item,.transaction__item .transaction__invoice__status.invoice__item,.transaction__item .transaction__invoice__total.invoice__item{width:200px}.active__learners__popup .popup__wrap{display:flex;width:520px;padding:30px;flex-direction:column;align-items:center;gap:30px;border-radius:16px;background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.active__learners__popup .popup__wrap .popup__head{width:100%;display:flex;align-items:flex-start;gap:12px;align-self:stretch;justify-content:space-between}.popup__title__box h4.title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;width:100%}.popup__title__box .title__tagline{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px;display:block}.active__learners__popup .popup__title__box{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;flex:1 0 0}.active__learners__popup .popup__wrap .popup__btn__box{width:100%;text-align:center}.popup__btn__box .learner__btn{display:inline-block}.popup__btn__box .learner__btn a{display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background:#725cff;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px;min-width:91px}.popup__btn__box .learner__btn a:hover{background-color:#44474c}.active__learners__popup .popup__wrap .popup__content__box{width:100%}.active__learners__popup .invoice__item__list{display:flex;padding:20px;flex-direction:column;align-items:center;gap:16px;width:100%;border-radius:10px;background-color:#f6f2fd}.invoice__item__list .invoice__list__item{display:flex;align-items:center;gap:15px;align-self:stretch;justify-content:space-between}.invoice__item__list .invoice__list__item .item,.invoice__item__list .invoice__list__item .item__price{color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px}.invoice__item__list .invoice__total__item{width:100%;display:flex;align-items:center;gap:15px;align-self:stretch;justify-content:space-between}.invoice__item__list .invoice__total__item .item,.invoice__item__list .invoice__total__item .item__price{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:34px}.main__invoices__section .invoices__section{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;border-radius:20px;background:#fff}.main__invoices__section .invoices__section .invoice__title__box{display:flex;align-items:center;gap:12px;align-self:stretch;justify-content:space-between}.invoices__section .invoice__title__box h3.title{color:#111610;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal}.invoices__section .invoice__title__box h6.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:500;line-height:normal}.main__invoices__section .invoices__section .invoice__learners__details__table{width:100%;border-radius:16px;border:1px solid #8f959c;display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;flex:1 0 0;align-self:stretch}.invoice__learners__details__table .invoice__learners__head{display:flex;align-items:center;gap:40px;width:100%;justify-content:center}.invoice__learners__details__table .invoice__learners__head .invoice__head__item{width:100%;color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px}.invoice__learners__details__table .invoice__learners__head .invoice__head__item.learner__head,.invoice__learners__details__table .invoice__learners__head .invoice__head__item.learner__payment__head,.invoice__learners__details__table .invoice__learners__head .invoice__head__item.learner__startdate__head,.invoice__learners__details__table .invoice__learners__head .invoice__head__item.learner__subscription__head{width:315px}.invoice__learners__details__table .invoice__learners__head .invoice__head__item.learner__action__head{width:300px}.invoice__learners__details__table .invoice__learner__list{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:30px}.invoice__learner__list .invoice__row__item{display:flex;padding:10px 0;align-items:center;gap:40px;width:100%;justify-content:center}.invoice__row__item .invoice__learner__profile__box,.invoice__row__item .invoice__payment,.invoice__row__item .invoice__start__date,.invoice__row__item .invoice__subscription__type{width:315px}.invoice__row__item .invoice__action__btn{width:300px}.invoice__action__btn .cancel__subscription__btn a{display:flex;padding:12px 30px;justify-content:center;align-items:center;gap:12px;border-radius:10px}.invoice__action__btn .cancel__subscription__btn{display:inline-block}.cancel__subscription__btn .btn__icon{line-height:0px;width:24px;height:24px}.invoice__learner__profile__box .learner__profile,.invoice__learner__profile__box .learner__profile img{line-height:0px;width:56px;height:56px;display:flex;align-items:center;justify-content:center}.invoice__learner__profile__box .learner__name{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:500;line-height:normal}.invoice__learner__profile__box{display:flex;align-items:center;gap:16px}.invoice__start__date{font-weight:500}.invoice__payment,.invoice__start__date{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;line-height:34px}.invoice__payment{font-weight:600}.invoice__subscription__type{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px}.assessment__dashboard__section .left__assessment__box .assessment__data__box{display:flex;padding:30px;flex-direction:column;justify-content:center;align-items:flex-start;gap:30px;border-radius:20px;background:#fff;width:100%}.assessment__data__box .section__title__box{display:flex;align-items:center;gap:12px;align-self:stretch;justify-content:space-between}.assessment__data__box .section__title__box h3.title{color:#111610;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal}.add__new__assessment__btn a{display:flex;padding:12px 30px;justify-content:center;align-items:center;gap:12px;border-radius:10px;background:#725cff;color:#fff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal;transition:all .3s ease}.add__new__assessment__btn a:hover{background-color:#44474c}.add__new__assessment__btn .btn__icon{line-height:0px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.assessment__dashboard__section .right__assessment__box{padding:30px;border-radius:20px;background:#fff;width:440px}.right__assessment__box .program__planner__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:30px}.program__planner__wrapper h4.title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal}.program__planner__wrapper .sepline{width:100%;height:1px;background-color:#8f959c}.program__planner__wrapper .planners__list__box{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px;height:885px;overflow:auto}.program__planner__wrapper .planners__list__box::-webkit-scrollbar-track{border-radius:10px;background-color:#f5f5f5}.program__planner__wrapper .planners__list__box::-webkit-scrollbar{width:6px;background-color:#f5f5f5}.program__planner__wrapper .planners__list__box::-webkit-scrollbar-thumb{border-radius:10px;background-color:#111610}.planners__list__box .planner__member__box{display:flex;padding:20px;align-items:center;gap:16px;border-radius:12px;background:#f6f2fd;width:100%}.planner__member__box .planner__profile__box{display:flex;align-items:center;gap:12px;flex:1 0 0}.planner__member__box .planner__profile__box .avatar__img{line-height:0px}.planner__member__box .planner__profile__box .avatar__img img{line-height:0px;width:56px;height:56px;border-radius:50%;-o-object-fit:none;object-fit:none}.planner__member__box .planner__profile__box .planner__info{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0}.planner__profile__box .planner__info h6.name{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:30px;width:100%}.planner__member__box .planner__profile__box .planner__info .location{color:#3f444a;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;display:block;width:100%}.planner__member__box .manager__link a{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px}.main__assessment__section .assessment__dashboard__section{display:flex;align-items:flex-start;gap:30px}.assessment__dashboard__section .left__assessment__box{width:calc(100% - 470px);display:flex;flex-direction:column;align-items:flex-start;gap:30px;flex:1 0 0}.assessment__data__box .assessment__cards__wrapper .cards__item__box{display:flex;padding:30px;flex-direction:column;justify-content:center;align-items:center;gap:30px;flex:1 0 0;border-radius:16px;background:#fff;box-shadow:0 2px 20px 0 rgba(0,0,0,.06);width:100%}.cards__item__box h4.title{color:#111610;text-align:center;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.cards__item__box .data__progress__box{line-height:0px;width:120px;height:120px}.assessment__data__box .assessment__cards__wrapper{width:100%;display:flex;align-items:center;gap:30px;align-self:stretch}.assessment__dashboard__section .left__assessment__box .analysis__graph__box{width:100%;display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch;border-radius:20px;background:#fff}.assessment__dashboard__section .left__assessment__box .analysis__graph__box .section__title__box{display:flex;align-items:center;gap:12px;align-self:stretch;justify-content:space-between}.analysis__graph__box .section__title__box h3.title{color:#111610;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.title__select__box .select{display:flex;padding:12px 50px 12px 15px;justify-content:center;align-items:center;gap:12px;border-radius:10px;border:1px solid #725cff;color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZBAMAAADZBfNuAAAAKlBMVEUAAABwWP9xW/9wXf9yXf9yXP9wYP9yXP9xW/9zXv9wXP91Xf9wYP9yXP+theo8AAAADXRSTlMAIN8w7+8gn89fUD8QTCGtHgAAAEVJREFUGNNjoBvgSYDQbCCaPRjCMSkAEoyqBiA2s5MAiBIKBksoAgmwFFQCIgWRgEmBJaBSkUuAEjAp3RsCCIu5DRhoDADJVwfHoXztgwAAAABJRU5ErkJggg==);background-size:24px 25px;background-repeat:no-repeat;background-position:90% 50%;cursor:pointer;transition:all .3s ease;text-transform:capitalize}.analysis__graph__box .section__title__box .title__select__box{width:153px}.analysis__graph__box .sepline{background-color:#8f959c;height:1px;width:100%}.analysis__graph__box .chartbox__wrapper{display:flex;height:460px;align-items:flex-start;gap:40px;align-self:stretch;width:100%}.chartbox__wrapper .chart__number__box{display:flex;width:40px;flex-direction:column;justify-content:space-between;align-items:flex-end;align-self:stretch}.chartbox__wrapper .chart__tower__box{display:flex;align-items:flex-end;gap:50px;flex:1 0 0;align-self:stretch}.chartbox__wrapper .chart__number__box span{width:100%;text-align:right}.chart__tower__box .tower__item__bar span,.chartbox__wrapper .chart__number__box span{display:block;color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px}.chart__tower__box .tower__item__bar span{text-align:center}.chartbox__wrapper .chart__tower__box .tower__item__bar{width:100%;display:flex;flex-direction:column;align-items:center;gap:12px;flex:1 0 0;align-self:stretch}.chart__tower__box .tower__item__bar .tower__progress__bar{width:28px;display:flex;justify-content:center;align-items:flex-end;gap:10px;flex:1 0 0;align-self:stretch;border-radius:100px;background:#eee8ff;margin:0 auto}.tower__item__bar .tower__progress__bar .tower__fillup{border-radius:100px;background:#b3a2fe;width:100%}.links .link__text.privacy{position:relative}.links .link__text.privacy:before{content:"";position:absolute;bottom:-3px;width:100%;height:1px;background-color:#725cff;left:0}.main__pricing__page .pricing__plans__section{padding:70px 20px;text-align:center;background-color:#f2f2f7}.heading__title__box{display:flex;flex-direction:column;align-items:center;gap:12px}.heading__title__box h3.title{font-size:26px;font-weight:600;line-height:normal}.heading__title__box .tagline,.heading__title__box h3.title{color:#111610;text-align:center;font-family:Poppins;font-style:normal}.heading__title__box .tagline{font-size:16px;font-weight:400;line-height:26px;display:block;width:100%}.pricing__plans__section .section__group__box{display:flex;width:100%;flex-direction:column;align-items:center;gap:60px}.pricing__plans__section .pricing__offer__box__wrapper{display:flex;width:100%;flex-direction:column;align-items:center;gap:20px}.pricing__offer__box__wrapper .offer__label__box{display:flex;padding:16px 50px;flex-direction:column;align-items:center;gap:4px;border-radius:10px;background:#ffeaaa}.offer__label__box h6.title{color:#111610;font-size:20px;font-weight:600}.offer__label__box .discount__text,.offer__label__box h6.title{text-align:center;font-family:Poppins;font-style:normal;line-height:normal}.offer__label__box .discount__text{color:#725cff;font-size:18px;font-weight:500}.pricing__offer__box__wrapper .short__description{color:#3f444a;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal;align-self:stretch;max-width:890px;margin:0 auto}.pricing__plans__section .pricing__plans__box{display:flex;max-width:1140px;align-items:flex-start;gap:30px;width:100%}.pricing__plans__box .pricing__plan__wrapper{display:flex;padding:50px 30px;flex-direction:column;align-items:self-start;gap:50px;flex:1 0 0;border-radius:24px;border:1px solid #e2e8f0;background:#fff;width:100%;position:relative}.pricing__plans__box .pricing__plan__wrapper .pricing__heading__box{display:flex;flex-direction:column;align-items:flex-start;gap:23px;align-self:stretch;width:100%}.pricing__heading__box h4.title{color:#0f0c0c;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize;display:block;width:100%;text-align:left}.pricing__heading__box .pricing__plan__btn{display:block;width:100%}.pricing__heading__box .pricing__plan__btn a{display:flex;padding:14px 24px;justify-content:center;align-items:center;width:100%;border-radius:5px;background:#f2f4ff;color:#725cff;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal;transition:all .3s ease}.pricing__heading__box .pricing__plan__btn a:hover{background-color:#725cff;color:#fff}.pricing__heading__box .plan__yearly h5.price{color:#111610;font-size:30px}.plan__yearly h5.price span,.pricing__heading__box .plan__yearly h5.price{font-family:Poppins;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize}.plan__yearly h5.price span{color:#798495;font-size:17px}.pricing__plans__box .pricing__plan__wrapper .plan__feature__box{width:100%;text-align:left;padding:0 16px}.plan__feature__box .feature__list__box ul{list-style:none;margin:0;padding:0}.plan__feature__box .feature__title{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal;display:block;width:100%;text-transform:uppercase;margin-bottom:20px}.pricing__plan__wrapper .addon__feature__box{display:flex;flex-direction:column;align-items:flex-start;margin-top:30px}.pricing__plan__wrapper .plan__feature__box ul li{color:#8f959c;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal;width:100%}.pricing__plan__wrapper .plan__feature__box ul{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:100%}.deployment__feature__box .feature__list__box,.plan__feature__box .deployment__feature__box{margin-top:50px}.feature__list__box.first__feature ul li{color:#111610;padding-left:24px;position:relative}.feature__list__box.first__feature ul li:before{content:"";position:absolute;left:0;top:50%;background-image:url(/img/feature-bullet-icon.b0d9e1a1.svg);width:15px;height:12px;background-position:top;background-repeat:no-repeat;background-size:100%;transform:translateY(-50%);display:block}.deployment__feature__box .feature__list__box ul li{position:relative;padding-left:30px}.deployment__feature__box .feature__list__box ul li:before{content:"";position:absolute;left:0;top:50%;background-image:url(/img/feature-bullet-icon.b0d9e1a1.svg);width:15px;height:12px;background-position:top;background-repeat:no-repeat;background-size:100%;transform:translateY(-50%);display:block}.addon__feature__box .feature__list__box ul li{position:relative;padding-left:34px}.addon__feature__box .feature__list__box ul li:before{content:"";position:absolute;left:0;top:50%;background-image:url(/img/feature-bullet-icon2.ade61682.svg);width:18px;height:18px;background-position:top;background-repeat:no-repeat;background-size:100%;transform:translateY(-50%);display:block}.pricing__plans__section .pricing__planbtn__box{width:100%}.pricing__planbtn__box .skip__btn{display:inline-block}.pricing__planbtn__box .skip__btn a{display:flex;min-width:170px;padding:12px 24px;justify-content:center;align-items:center;border-radius:8px;border:1px solid #725cff;color:#725cff;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:24px;transition:all .3s ease;text-transform:capitalize}.pricing__planbtn__box .skip__btn a:hover{background-color:#725cff;color:#fff}.most__popular__plan .plan__label{position:absolute;left:50%;top:-18px;border-radius:8px;background:#ffead3;display:flex;width:235px;padding:5px 0;flex-direction:column;justify-content:center;align-items:center;transform:translate(-50%);color:#cc3102;font-size:14px;font-style:normal;font-weight:700;line-height:30px;letter-spacing:.1px;text-align:center;text-transform:uppercase}.pricing__plan__wrapper.most__popular__plan .pricing__plan__btn a{background-color:#725cff;color:#fff}.pricing__plan__wrapper.most__popular__plan{box-shadow:0 10px 20px 0 rgba(0,0,0,.1)}.how__it__works__section{padding:70px 20px;background-color:#f2f2f7;text-align:center;position:relative}.section__content__box .img__wrapper{line-height:0px;margin:0 auto;max-width:855px}.how__it__works__section .section__content__box{display:flex;flex-direction:column;gap:85px}.how__it__works__section .video__play__btn,.how__it__works__section .video__play__btn img{line-height:0px;width:73px;height:73px;border-radius:50%}.how__it__works__section .video__play__btn{margin:0 auto}.how__it__works__section .heading__title__box{margin-bottom:60px}.section__content__box .img__wrapper img{border-radius:20px;background:linear-gradient(0deg,rgba(0,0,0,.3),rgba(0,0,0,.3))}.how__it__works__section:before{content:"";position:absolute;left:0;bottom:0;background-image:url(/img/rounded-curve-img.73720d9b.png);height:507px;width:100%;z-index:1;background-size:100% 100%;background-repeat:no-repeat;background-position:top}.how__it__works__section .container{position:relative;z-index:1}.faq__section__wrapper{padding:70px 20px;background-color:#f2f2f7}.faq__section__wrapper .container{max-width:1140px}.faq__section__wrapper .heading__title__box h3.title{font-size:30px;line-height:1.5}.faq__section__wrapper .section__group__box{display:flex;flex-direction:column;gap:60px}.faq__tabs__box ul{display:flex;justify-content:center;align-items:center;gap:20px;list-style:none;margin:0;padding:0}.faq__section__wrapper .faq__tabs__box ul li{padding:0 10px}.faq__section__wrapper .faq__tabs__box ul li a{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:30px;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;position:relative;padding:0 0 8px}.faq__section__wrapper .faq__tabs__box #tabs-nav li a:before{content:"";position:absolute;height:2px;align-self:stretch;border-radius:10px;left:50%;bottom:0;width:100%;transform:translate(-50%)}.faq__section__wrapper .faq__tabs__box #tabs-nav li.active a:before,.faq__section__wrapper .faq__tabs__box ul li.active a{background:var(--gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%))}.faq__section__wrapper .faq__tabs__box ul li.active a{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.faq__content__section .faq-container{display:flex;flex-direction:column;align-items:flex-start;gap:40px;width:100%}.faq-container{width:100%;background-color:#f2f2f7}.faq-item{cursor:pointer;transition:background-color .3s ease-in-out;display:flex;justify-content:space-between;align-items:center;text-align:left;width:100%;gap:22px}.faq-question{color:#111610;font-size:20px;font-weight:600;line-height:normal;width:100%}.faq-answer,.faq-question{font-family:Poppins;font-style:normal}.faq-answer{overflow:hidden;transition:max-height .3s ease-in-out;text-align:left;color:#3f444a;font-size:16px;font-weight:400;line-height:1.4;max-height:0}.faq__content__section .faq__item__cover{display:flex;align-items:flex-start;align-self:stretch;flex-direction:column;border-bottom:1px solid #8f959c;padding:10px 10px 0 10px;gap:20px}.faq__item__cover .faq-item i{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background-repeat:no-repeat;background-position:top;background-size:100%;transition:all .3s ease}.faq__content__section .faq__item__cover .faq-answer.active{margin-bottom:10px}.faq__item__cover .faq-item i.active{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAABAREo/RElAREg/RErMCFrSAAAABHRSTlMAf98g0fCw7wAAABxJREFUGNNjGATAUBAKhIEcFRcocELhoCobeAAADWQGpVv8llcAAAAASUVORK5CYII=)!important}.organization__flow .section__btn__box{text-align:center;max-width:56%;display:flex;align-items:center;justify-content:space-between;margin:auto 0 auto auto;width:100%}.organization__flow .learner__setup__btn .btn__icon{line-height:0px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.organization__flow .learner__setup__btn .btn__text{color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px}.organization__flow .section__btn__box .learner__setup__btn a{display:flex;padding:12px 0;justify-content:center;align-items:center;gap:14px}.learner__details__box__wrapper .learner__data__head .learner__subscription,.learner__list__box__wrapper .subscription__type.learner__option{width:260px}.learner__details__box__wrapper .learner__data__head .learner__purchase__date,.learner__details__box__wrapper .learner__data__head .learner__status,.learner__list__box__wrapper .purchase__date.learner__option,.learner__list__box__wrapper .status.learner__option,.learner__list__box__wrapper .user__box.learner__option{width:373px}.pending__learner__data__box .learner__data__box__wrapper{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;border-radius:20px;background:#fff}.learner__data__box__wrapper .learner__table__title__wrap{display:flex;align-items:center;gap:12px;align-self:stretch;justify-content:space-between}.learner__table__title__wrap h4.title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.learner__table__title__wrap .table__title__btn{display:inline-block}.learner__table__title__wrap .table__title__btn a{color:#725cff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal;display:flex;padding:12px 30px;justify-content:center;align-items:center;gap:12px;border-radius:10px}.learner__members__list__box .sepline{background-color:#8f959c;height:1px;width:100%}.learner__data__box__wrapper .learner__members__list__box{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch;border-radius:16px;border:1px solid #8f959c}.learner__members__list__box .table__head__title{display:flex;align-items:center;align-self:stretch;justify-content:center}.learner__members__list__box .table__head__title .head__title{width:100%;color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.85;flex:1 0 0}.pending__learner__data__box .mobile__table__btn__box{text-align:center;margin-top:20px;display:none}.pending__learner__data__box .learner__date .date__text{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.7;display:block}.learner__members__list__box .table__head__title .head__title.action__head,.learner__members__list__box .table__head__title .head__title.learner__head,.learner__members__list__box .table__head__title .head__title.purchase__date__head,.learner__members__list__box .table__head__title .head__title.status__head,.learner__members__list__box .table__head__title .head__title.subscription__type__head{flex:1}.learner__members__list__box .learner__list__box{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.learner__members__list__box .learner__list__box .learner__row__item{display:flex;align-items:center;align-self:stretch;justify-content:center}.learner__list__box .learner__row__item .learner__member__box{display:flex;align-items:center;gap:10px;flex:1}.learner__member__box .user__img,.learner__member__box .user__img img{line-height:0px;width:48px;height:48px;flex-shrink:0;border-radius:100px}.learner__member__box .user__name{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.7}.learner__subscription__type__box{display:flex;flex:1}.learner__subscription__type__box .type{display:flex;padding:4px 18px;align-items:center;gap:8px;border-radius:60px;background:#f6f2fd;color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.7}.learner__purchase__date{display:flex;align-items:center;gap:12px;flex:1}.learner__purchase__date .date{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.7;display:block}.learner__purchase__date .time{color:#3f444a;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:1.75}.learner__date,.learner__status{flex:1}.learner__status .status__text{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.7;display:block}.learner__action__btn{flex:1}.learner__action__btn a{padding:10px 24px;gap:10px;border-radius:6px;color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1}.action__btn__box .btn__icon,.learner__action__btn a{display:flex;justify-content:center;align-items:center}.action__btn__box .btn__icon{line-height:0px;width:20px;height:20px}.title__box__wrapper .page__title span{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px;display:block}.title__box__wrapper .page__title label{color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:26px}.learner__details__box__wrapper .learner__list__box__wrapper::-webkit-scrollbar-track{border-radius:10px;background-color:#f5f5f5}.learner__details__box__wrapper .learner__list__box__wrapper::-webkit-scrollbar{width:6px;background-color:#f5f5f5}.learner__details__box__wrapper .learner__list__box__wrapper::-webkit-scrollbar-thumb{border-radius:10px;background-color:#555}.main__checkout__payment__wrapper .payment__checkout__section{display:flex;justify-content:center}.payment__checkout__section .payment__section__box{width:100%;padding:70px}.payment__section__box.left__checkout__box{background-color:#f2f2f7}.payment__section__box.right__checkout__box{background-color:#fff}.payment__checkout__section .payment__section__box .inner__cover__box{max-width:420px;width:100%;margin:0 auto}.payment__section__box .checkout__heading__box{display:flex;align-items:center;gap:18px;width:100%}.checkout__heading__box .back__btn a{display:flex;width:24px;height:24px;padding:3.999px 2.5px 4.501px 2px;flex-direction:column;align-items:flex-start}.checkout__heading__box .logo__box{line-height:0px;width:180px}.test__mode__btn{display:inline-block}.checkout__heading__box .test__mode__btn a{display:flex;padding:4px 14px;justify-content:center;align-items:center;border-radius:8px;background-color:#ffe6dd;color:#db3e59;text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:1.75}.payment__checkout__section .payment__section__box .pricing__wrapper{width:100%;margin-top:30px;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.pricing__wrapper h5.label__title{color:#798495;font-size:16px;font-weight:500}.pricing__wrapper h5.label__title,.pricing__wrapper h6.price__label{text-align:center;font-family:Poppins;font-style:normal;line-height:normal}.pricing__wrapper h6.price__label{color:#000;font-size:30px;font-weight:600}.pricing__wrapper h6.price__label span{color:#798495;font-family:Poppins;font-size:17px;font-style:normal;font-weight:500;line-height:normal}.payment__checkout__section .payment__section__box .sepline{background-color:#8f959c;height:1px;width:100%;margin:60px 0}.cart__item__list__box .cart__product__item{display:flex;align-items:flex-start;gap:22px}.item__product__img{display:flex;width:70px;height:70px;padding:10px;flex-direction:column;align-items:flex-start;gap:10px;flex-shrink:0;border-radius:10px;background:#fff}.cart__product__item .product__item__info{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.product__price{font-size:18px}.product__item__info h6.product__name,.product__price{color:#000;text-align:center;font-family:Poppins;font-style:normal;font-weight:500;line-height:normal}.product__item__info h6.product__name{font-size:17px;text-transform:capitalize}.product__item__info .product__tagline{color:#798495;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal;display:block}.qty__product__box{display:flex;align-items:center;gap:5px}.qty__product__box select{display:flex;padding:6.5px 8px;align-items:center;gap:6px;border-radius:8px;background:#fff;border:0;width:62px;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#000;font-family:Poppins;font-size:17px;font-style:normal;font-weight:400;line-height:1;text-align:left;background-image:url(/img/select-caret-icon.63be0712.svg);background-size:14px 8px;background-position:90%;background-repeat:no-repeat;cursor:pointer}.qty__product__box span{color:#798495;text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:1.3;display:block}.payment__form__wrapper .apple__pay__btn{display:block;width:100%;text-align:center}.apple__pay__btn a{border-radius:8px;background:#000;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;font-size:20px;font-style:normal;font-weight:400;line-height:normal;padding:11px 10px;width:100%;transition:all .3s ease}.payment__checkout__section .payment__section__box .payment__form__wrapper{display:flex;width:100%;padding:0;flex-direction:column;align-items:flex-start;gap:32px}.pay__another__way{color:#8f959c;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal;width:140px;margin:0 auto;text-align:center;position:relative;display:inline-flex;justify-content:center}.pay__another__way:after,.pay__another__way:before{content:"";position:absolute;top:50%;transform:translate(-50%)}.pay__another__way:before{width:90px;background-color:#8f959c;height:.5px;left:-50%}.pay__another__way:after{width:90px;background-color:#8f959c;height:.5px;right:calc(-100% - 12px)}.payment__card__form__wrapper .card__form__field__box{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}.card__number__field .support__card__icon{display:flex;width:120px;align-items:flex-start;gap:5px;line-height:0px;position:absolute;top:14px;right:20px}.card__number__field{position:relative}.form__field__group__box.payment__method__box{display:flex;align-items:flex-end;gap:20px}.payment__card__form__wrapper .card__information__box{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:11px;margin:0 0 24px}.card__on__name__field{margin-bottom:24px}.card__on__name__field,.country__field{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.payment__card__form__wrapper .form__short__note{color:#474646;font-size:14px;font-style:normal;font-weight:400;line-height:1.28}.payment__card__form__wrapper .form__subscribe__btn{text-align:center;margin:32px 0}.payment__card__form__wrapper .form__subscribe__btn .subscribe__btn{width:100%;border:0;display:flex;padding:12px 20px;justify-content:center;align-items:center;gap:10px;border-radius:8px;background-color:#725cff;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px;text-transform:capitalize;cursor:pointer}.country__field label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.5;width:100%;display:block}.country__field .select__box{display:flex;padding:13px 16px;align-items:center;gap:12px;align-self:stretch;border-radius:8px;border:1px solid #8f959c;color:#8f959c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAJ1BMVEUAAABAQEg/Q0k/REpAQkpARUY/RElASEg/REk/RElARktAREw/REpLV/EAAAAADHRSTlMAIN/vYDB/IM+/X0Dadt8AAAAAN0lEQVQI12OgBggHEdvBzMkBDAwsJ8BMIVMGBh9FMJNROYDlkAADRNgKJAgR1gEKQoFYIgO1AQA/HQbrss1T7AAAAABJRU5ErkJggg==);background-size:20px 20px;background-position:97% 55%;background-repeat:no-repeat}.card__on__name__field label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.5;display:block;width:100%}.card__on__name__field input{display:flex;padding:13px 16px;align-items:center;gap:12px;align-self:stretch;border-radius:8px;border:1px solid #8f959c;color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px}.card__on__name__field input::-moz-placeholder{color:#8f959c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px}.card__on__name__field input::placeholder{color:#8f959c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px}.card__form__field__box label,.card__information__box label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;display:block;width:100%}.card__form__field__box input::-moz-placeholder{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px}.card__form__field__box input::placeholder{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px}.card__form__field__box input{display:flex;padding:13px 16px;align-items:center;gap:12px;align-self:stretch;border-radius:8px;border:1px solid #8f959c;color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px;width:100%}.card__form__field__box .card__input__field{position:relative}.card__input__field .card__field__icon{line-height:0px;height:20px;position:absolute;top:50%;left:14px;z-index:2;transform:translateY(-50%)}.card__form__field__box .card__input__field input{padding-left:55px}.card__information__box .sep__card__form{width:100%;border-radius:8px;border:1px solid #8f959c}.payment__form__wrapper .payment__card__form__wrapper{width:100%}.sep__card__form .card__number__field,.sep__card__form .card__number__field input{width:100%;color:#8f959c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px;border:0;border-radius:8px;padding:15px;height:55px}.card__expiry__cvv .expiry__card__field input,.cvv__card__field input{color:#8f959c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65;width:100%;border:0}.sep__card__form .card__expiry__cvv{display:flex;align-items:center;border-top:1px solid #8f959c;position:relative}.sep__card__form .card__expiry__cvv:before{content:"";position:absolute;left:50%;top:0;background-color:#8f959c;height:100%;width:1px;z-index:1}.card__expiry__cvv .cvv__card__field{position:relative}.cvv__card__field .cvv__icon{line-height:0px;width:35px;position:absolute;top:15px;right:13px}.card__expiry__cvv .cvv__card__field,.expiry__card__field{width:100%;color:#8f959c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px;border:0;border-radius:8px;padding:15px}.info__popup__wrap .info__popup{top:50px}.head__title.info__popup__wrap i:hover .info__popup{visibility:visible;opacity:1}.organization__billing__information__overview{display:flex;padding:30px;align-items:center;gap:30px;border-radius:20px;background-color:#fff;justify-content:space-between}.organization__billing__information__overview h3.title{color:#111610;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal;display:flex;align-items:center;gap:12px;flex:1 0 0}.organization__billing__information__overview h3.title label{display:flex;padding:6px 16px;align-items:center;gap:8px;border-radius:60px;background-color:#e2f5ff;color:#349eed;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px}.organization__billing__information__overview .title__btn__Box{display:flex;align-items:center;gap:24px}.purple__fill__btn{display:inline-block}.purple__fill__btn a{display:flex;padding:12px 30px;justify-content:center;align-items:center;gap:12px;border-radius:10px;background-color:#725cff;color:#fff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal;transition:all .3s ease;border:1px solid #725cff}.purple__fill__btn a:hover{background-color:#fff;color:#725cff}.purple__transparent__btn{display:inline-block}.purple__transparent__btn a{color:#725cff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal;display:flex;padding:12px 30px;justify-content:center;align-items:center;gap:12px;border-radius:10px;border:1px solid #725cff;transition:all .3s ease}.purple__transparent__btn a:hover{background-color:#725cff;color:#fff}.main__billing__section__wrapper .payment__history__box__wrapper{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;border-radius:20px;background-color:#fff;margin-top:30px}.payment__history__box__wrapper .heading__title__wrap{display:flex;align-items:center;gap:12px;align-self:stretch;justify-content:space-between}.heading__title__wrap h4.title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal}.payment__history__box__wrapper .payment__transaction__table__box{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch;border-radius:16px;border:1px solid #8f959c}.payment__transaction__table__box .sepline{background-color:#8f959c;width:100%;height:1px}.payment__transaction__table__box .payment__table__head{display:flex;align-items:center;gap:40px;align-self:stretch}.payment__transaction__table__box .payment__table__head .head__title{width:100%;color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px}.payment__transaction__list__box .transaction__item{display:flex;padding:10px 0;align-items:center;gap:40px;width:100%}.payment__transaction__table__box .payment__transaction__list__box{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch}.payment__transaction__list__box .transaction__item div{width:100%;color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:34px}.invoice__box a{display:flex;padding:10px 24px;justify-content:start;align-items:center;gap:10px;border-radius:6px}.invoice__box .btn__text{color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:26px;display:block}.invoice__box .btn__icon{line-height:0px;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.main__billing__manager__wrapper .overview__box__wrapper{display:flex;padding:30px;flex-direction:column;justify-content:center;align-items:flex-start;gap:30px;border-radius:20px;background-color:#fff;width:100%}.overview__box__wrapper .section__title__box h3.title{color:#111610;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal}.title__btn__link a{padding:12px 30px;gap:12px;border-radius:10px}.title__btn__link .link__icon,.title__btn__link a{display:flex;justify-content:center;align-items:center}.title__btn__link .link__icon{width:24px;height:24px}.title__btn__link .link__text{color:#725cff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.overview__box__wrapper .overview__data__box{width:100%;display:flex;align-items:center;gap:30px;align-self:stretch}.overview__data__box .data__box{display:flex;padding:30px;flex-direction:column;justify-content:center;align-items:flex-start;gap:30px;border-radius:16px;width:100%}.overview__data__box .data__box .data__icon{line-height:0px;width:58px;height:58px}.overview__data__box .data__box .data__details{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;align-self:stretch}.overview__data__box .color1{background-color:#f6f2fd}.overview__data__box .color2{background-color:#f7f3ed}.overview__data__box .color3{background-color:#fffae5}.overview__data__box .color4{background-color:#e8f2fc}.main__billing__manager__wrapper .revenue__box__wrapper,.main__billing__manager__wrapper .section__group__box{display:flex;flex-direction:column;align-items:flex-start;gap:30px}.main__billing__manager__wrapper .revenue__box__wrapper{width:100%;padding:30px;align-self:stretch;border-radius:20px;background-color:#fff}.revenue__box__wrapper .section__title__box{display:flex;align-items:center;gap:12px;align-self:stretch;justify-content:space-between}.revenue__box__wrapper .section__title__box h3.title{color:#111610;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal}.revenue__box__wrapper .section__title__box .title__select__box{width:153px}.revenue__graph__box h4.revenue__value{display:flex;padding:1px 0;align-items:center;gap:10px;width:100%;color:#111610;font-family:Poppins;font-size:30px;font-style:normal;font-weight:700;line-height:normal}.revenue__box__wrapper .revenue__graph__box{width:100%;display:flex;padding:10px 0 0 20px;align-items:flex-start;flex:1 0 0;align-self:stretch;flex-direction:column;gap:30px}.revenue__value .lp__indicator{display:flex;padding:2px 8px;justify-content:center;align-items:center;border-radius:800px;border:.5px solid #1bc47d;color:#1bc47d;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal;gap:5px}.revenue__graph__box .graph__box__wrapper{height:400px;width:100%;position:relative}.graph__box__wrapper .graph__name{color:#8f959c;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:26px;transform:rotate(-90deg);position:absolute;left:-80px;bottom:50%;width:200px}.graph__box__wrapper .graph__indicators__wrapper{padding-left:65px;line-height:0px}.main__members__wrapper .member__box__wrapper{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;border-radius:20px;background-color:#fff}.member__box__wrapper .member__heading__box{display:flex;align-items:center;gap:12px;width:100%;justify-content:space-between}.member__box__wrapper .member__heading__box .title__link__box{display:flex;align-items:center;gap:12px}.member__heading__box h2.title{color:#111610;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal;display:flex;align-items:center;gap:10px}.member__heading__box h2.title .alert__icon{position:relative;width:24px;height:24px;line-height:0px}.title__link__box .text{color:#111610;font-size:18px;line-height:30px;display:block}.title__link__box .text,.upgrade__plan__link a{font-family:Poppins;font-style:normal;font-weight:500}.upgrade__plan__link a{display:flex;padding:12px 10px;justify-content:center;align-items:center;gap:14px;border-radius:10px;color:#a35cff;font-size:20px;line-height:34px;min-width:157px}.member__personal__information__wrap{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch}.invite__by__link .invite__content__box{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;max-width:1335px}.member__personal__information__wrap .invite__by__link{display:flex;align-items:center;width:100%;justify-content:space-between}.invite__content__box h6.title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:34px}.invite__content__box .info__description{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px}.invite__content__box .info__description a{color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:34px;text-decoration-line:underline}.invite__by__link .on__switch__btn{width:105px;display:flex;align-items:center;gap:20px;color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:30px;text-transform:uppercase}.invite__by__link .on__switch__btn .switch{width:58px;cursor:pointer}.invite__by__link .on__switch__btn .switch label{width:100%;height:32px}.invite__by__link .on__switch__btn .switch label:after{content:"";width:25px;height:25px;border-radius:50px;position:absolute;top:50%;left:4px;transition:.1s;background-color:#fff;box-shadow:0 0 10px #00000050;transform:translate(-1px,-50%);cursor:pointer}.invite__by__link .on__switch__btn .switch .look:checked+label:after{left:30px}.copy__link__input__box{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;width:100%}.copy__link__input__box label{display:block;width:100%;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1}.copy__link__input__box .url__copy__input{width:100%;position:relative}.copy__link__input__box .url__copy__input input{width:100%;display:flex;align-items:center;gap:5px;border-radius:8px;border:.5px solid #111610;background-color:#f6f3f3;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:20px;height:50px;padding-left:14px}.copy__link__input__box .tips{color:#787272;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;width:100%;display:block}.url__copy__input .copy__btn{display:inline-block;position:absolute;top:1px;right:1px}.url__copy__input .copy__btn a{display:flex;padding:12px 20px;justify-content:center;align-items:center;gap:14px;border-radius:8px;background-color:#725cff;color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1;min-width:123px}.url__copy__input .copy__btn .btn__icon{line-height:0px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.invite__by__link.invite__by__email__address{display:flex;padding:20px;align-items:center;gap:30px;align-self:stretch;justify-content:space-between}.add__member__btn a{display:flex;padding:12px 30px;justify-content:center;align-items:center;gap:12px;border-radius:10px;background-color:#725cff;color:#fff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal;min-width:178px}.members__learners__data__box{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch;border-radius:16px;border:1px solid #8f959c}.members__learners__data__box .member__learners__head{display:flex;align-items:center;gap:30px;align-self:stretch;justify-content:center}.members__learners__data__box .member__learners__head .member__head{width:100%;color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px}.member__learners__list__box .learner__member__item{display:flex;padding:10px 0;align-items:center;gap:30px;width:100%;justify-content:center}.member__profile__box .member__profile__img{line-height:0px;width:48px;height:48px}.member__profile__box .member__profile__img img{border-radius:100%;-o-object-fit:none;object-fit:none}.members__learners__data__box .member__learners__list__box{width:100%}.member__profile__box .member__description{display:flex;flex-direction:column;align-items:flex-start;gap:0}.learner__member__item .member__profile__box{display:flex;align-items:center;gap:16px}.member__learners__list__box .learner__member__item .member__item{width:100%}.member__profile__box .member__description h4.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.member__profile__box .member__description .email__info{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px;display:block}.member__addedon__box.member__item,.member__role__box.member__item{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px}.member__action__box .btn__group__box{display:flex;align-items:center;gap:20px}.member__action__box .edit__btn a{display:flex;padding:10px 24px;justify-content:center;align-items:center;gap:10px;border-radius:6px}.member__action__box .edit__btn .btn__icon{line-height:0;display:flex;width:20px;height:20px;justify-content:center;align-items:center}.member__action__box .edit__btn .btn__text{color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:26px;display:block}.member__learners__list__box .learner__member__item .member__profile__box.member__item,.members__learners__data__box .member__learners__head .member__head.member__learner{width:495px}.member__learners__list__box .learner__member__item .member__addedon__box.member__item,.member__learners__list__box .learner__member__item .member__role__box.member__item,.members__learners__data__box .member__learners__head .member__head.member__addedon,.members__learners__data__box .member__learners__head .member__head.member__role{width:438px}.member__learners__list__box .learner__member__item .member__action__box.member__item,.members__learners__data__box .member__learners__head .member__head.member__action{width:260px}.alert__icon .info__popup{cursor:pointer;display:flex;padding:12px 14px;flex-direction:column;justify-content:center;align-items:center;gap:10px;border-radius:6px;background-color:#fff;position:absolute;max-width:250px;width:100%;z-index:1;width:250px;top:55px;left:-112px;opacity:0;visibility:hidden;transition:all .3s ease}.alert__icon:hover .info__popup{opacity:1;visibility:visible}.alert__icon .info__popup h6.title{color:#111610;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px}.alert__icon .description__wrapper{color:#111610;text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.alert__icon .info__popup:before{content:"";position:absolute;top:-14px;left:50%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASAgMAAABHpjTBAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAgF86IRDwAAAASklEQVQI10XKsRHAIBADQezEZbgVd2Y6owWKIQWh4Z5BiS7Y5N05sadGvC3i7/wlfRCpQqQGkXoQI4gRxAhitAjIBGQCKsQ4sTcBlWNGpoRSE4kAAAAASUVORK5CYII=);background-size:100%;background-repeat:no-repeat;background-position:top;display:block;width:32px;height:18px;z-index:0;transform:translate(-50%)}.invite__from__emails__popup .popup__wrap{display:flex;width:488px;padding:30px;flex-direction:column;align-items:self-start;gap:30px;border-radius:16px;background:#fff;box-shadow:0 0 40px 0 rgba(0,0,0,.1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.invite__from__emails__popup .popup__wrap .popup__head{display:flex;align-items:center;gap:12px;align-self:stretch;justify-content:space-between}.invite__from__emails__popup .popup__wrap .popup__head h4.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.invite__from__emails__popup .popup__wrap .popup__content__box{width:100%}.invite__emails__form__wrapper .form__cover__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:20px;width:100%;height:405px;overflow:auto}.invite__emails__form__wrapper .form__cover__wrapper::-webkit-scrollbar{display:none}.invite__emails__form__wrapper .form__cover__wrapper .form__input__box{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.invite__emails__form__wrapper .form__input__box label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px;width:100%;display:block}.invite__emails__form__wrapper .form__input__box .input__field input{display:flex;padding:15px 12px;align-items:center;gap:5px;width:100%;border-radius:8px;border:.5px solid #111610;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:26px}.form__input__box .input__field input::-moz-placeholder{color:#9093ab;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.form__input__box .input__field input::placeholder{color:#9093ab;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.form__input__box .input__field,.form__input__box.select__box .select__field{width:100%}.form__input__box.select__box .select__field select{border-radius:8px;border:.5px solid #111610;background:#fff;display:flex;padding:15px 14px;align-items:center;gap:8px;color:#9093ab;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:28px;height:58px;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHAgMAAABB3ES3AAAADFBMVEUAAABxdnxwc3tydnztCy1SAAAAA3RSTlMA3yDHuD3GAAAAJElEQVQI12OIYFBlKGOYyzC3qYxBPfMGA+f1BAam2gYGhmkMAGbtB2Np2asjAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:12px 7px;background-position:96% 50%}.invite__emails__form__wrapper .popup__footer__btn{display:flex;justify-content:end;align-items:center;gap:10px;width:100%;margin-top:30px}.popup__footer__btn .trans__btn a{color:#725cff}.popup__footer__btn .fill__btn a,.popup__footer__btn .trans__btn a{display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;border-radius:10px;border:1px solid #725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:32px;min-width:152px;transition:all .3s ease}.popup__footer__btn .fill__btn a{color:#fff;background-color:#725cff}.main__profile__page.common__page__box{padding:60px 195px}.profile__tab__section .tab__links{display:flex;padding:30px 20px;justify-content:space-between;align-items:center;border-radius:20px;background:#fff}.profile__tab__section .tab__links ul{padding:0;margin:0;list-style:none;display:flex;align-items:center;gap:20px;flex:1 0 0}.profile__tab__section .tab__links ul li a{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:30px;text-transform:uppercase;position:relative;transition:all .3s ease}.profile__tab__section .tab__links ul li a:hover{background:var(--gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.profile__tab__section .tab__links ul li{display:flex;padding:0 10px 8px;flex-direction:column;justify-content:center;align-items:center;position:relative}.profile__tab__section .tab__links ul li a:before{transition:all .3s ease;content:"";position:absolute;bottom:-8px;left:0;width:100%;height:2px;background:var(--gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%));opacity:0;visibility:hidden}.profile__tab__section .tab__links ul li a:hover:before,.profile__tab__section .tab__links ul li.active a:before{visibility:visible;opacity:1}.profile__tab__section .tab__links ul li.active a{background:var(--gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.main__profile__box__wrapper .profile__tab__content__box{padding:40px 30px;border-radius:20px;background:#fff;width:100%}.main__profile__page .main__profile__box__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;border-radius:20px}.main__profile__page .main__profile__box__wrapper .profile__tab__section{width:100%}.profile__general__information__content__box .profile__box__wrapper{display:flex;padding:30px;align-items:center;gap:30px;border-radius:20px;background:#fff}.profile__tab__content__box .profile__general__information__content__box{display:flex;flex-direction:column;gap:40px}.profile__general__information__content__box .profile__box__wrapper .general__profile__user__info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;flex:1 0 0}.profile__general__information__content__box .profile__box__wrapper .profile__user__img{line-height:0px;position:relative}.profile__user__img .profile__user,.profile__user__img .profile__user img{width:128px;height:128px;border-radius:50%;-o-object-fit:none;object-fit:none}.general__profile__user__info h6.title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;width:100%}.general__profile__user__info .profile__short__desc{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px;width:100%}.profile__btn__box .transh__edit__btn{display:inline-block}.profile__btn__box .transh__edit__btn a{display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;border-radius:10px;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px}.profile__btn__box .transh__edit__btn .btn__icon{line-height:0px;width:24px;height:24px}.profile__user__img .trash__btn{width:40px;height:40px;position:absolute;bottom:0;right:0}.profile__user__img .trash__btn,.profile__user__img .trash__btn a{display:flex;align-items:center;justify-content:center;padding:4px}.profile__user__img .trash__btn a{background-color:#725cff;stroke-width:.5px;border:1px solid #e0d9d9;box-shadow:0 0 10px #00000020;line-height:0px;width:32px;height:32px;border-radius:50%}.profile__general__information__content__box .personal__information__wrapper{display:flex;flex-direction:column;align-items:self-start;gap:30px;align-self:stretch}.personal__information__wrapper h5.title{width:100%;color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;align-self:stretch}.personal__information__wrapper .personal__form__wrapper{width:100%;display:flex;flex-direction:column;gap:30px}.personal__form__wrapper .form__field__group{display:flex;justify-content:start;align-items:flex-start;gap:30px}.personal__form__wrapper .form__field__group .form__field__box{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1 0 0}.personal__form__wrapper .form__field__box label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;width:100%}.btn__group__box .group__box{display:flex;align-items:center;justify-content:flex-end;gap:30px}.blue__trans__btn{display:inline-block}.blue__trans__btn a{display:flex;min-width:200px;padding:11px 20px;justify-content:center;align-items:center;gap:14px;border-radius:10px;border:1px solid #725cff;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px;transition:all .3s ease}.blue__fill__btn{display:inline-block}.blue__fill__btn a{text-align:center;display:flex;min-width:200px;padding:12px 20px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background:#725cff;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px}.main__profile__box__wrapper .profile__password__content__box{display:flex;padding:0;flex-direction:column;justify-content:center;align-items:flex-start;gap:40px}.profile__password__content__box .section__title__box{width:100%;display:flex;flex-direction:column;gap:0}.section__title__box h5.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.section__title__box .tagline{color:#3f444a;font-weight:400;display:block}.profile__password__content__box .note__info,.section__title__box .tagline{font-family:Poppins;font-size:18px;font-style:normal;line-height:30px;width:100%}.profile__password__content__box .note__info{color:#111610;font-weight:500}.changes__fill__btn{display:inline-block}.changes__fill__btn a{display:flex;padding:12px 25px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background:#725cff;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px;min-width:260px}.profile__tab__content__box .profile__notification__settings__content__box{gap:40px;display:flex;flex-direction:column}.profile__notification__settings__content__box .notification__options__list__box{display:flex;padding:20px;flex-direction:column;align-items:self-start;gap:30px;align-self:stretch}.notification__options__list__box .option__list__item{width:100%;display:flex;align-items:center;justify-content:space-between}.option__list__item .options__content__box{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;flex:1 0 0}.options__content__box h6.option__title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:34px;width:100%}.option__list__item .options__content__box .options__info{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px;width:100%}.option__btn .on__switch__btn{display:flex;align-items:center;gap:10px}.on__switch__btn span{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:30px;display:block;text-transform:uppercase}.on__switch__btn .switch label{height:32px;width:58px}.on__switch__btn .switch label:after{width:24px;height:24px;left:4px}.password__security__popup .popup__wrap{display:flex;width:600px;flex-direction:column;align-items:center;border-radius:16px;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.password__security__popup .popup__wrap .popup__head{display:flex;padding:21px 24px;align-items:center;gap:30px;align-self:stretch;justify-content:space-between}.password__security__popup .popup__head h4.title{color:#311613;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;width:100%}.password__security__popup .popup__wrap .popup__btn__box{display:flex;justify-content:center;align-items:center;gap:30px;align-self:stretch;width:100%;padding:40px 30px 50px 30px}.password__security__popup .blue__fill__btn,.password__security__popup .blue__trans__btn{width:100%}.password__security__popup .popup__wrap .popup__content__box{display:flex;padding:20px 30px 0 30px;flex-direction:column;align-items:center;gap:40px;align-self:stretch;text-align:left}.password__security__popup .popup__content__box h6.note{width:100%;color:#311613;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px}.password__security__popup .popup__wrap .main__password__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch}.main__password__wrapper .password__field__box{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;width:100%}.password__field__box label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px;width:100%;display:block}.main__password__wrapper .password__field__box .input__box{width:100%;position:relative}.password__field__box .input__box input{display:flex;padding:13px 12px;align-items:center;gap:5px;border-radius:6px;border:1px solid #8f959c;background-color:#fbfbfc;width:100%;color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px}.password__field__box .input__box input::-moz-placeholder{color:#8f959c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px}.password__field__box .input__box input::placeholder{color:#8f959c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px}.make__password__logicaly{color:#343232;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:26px;padding-left:20px}.password__field__box .input__box .option{position:absolute;line-height:0px;width:16px;height:16px;right:12px;top:50%;transform:translateY(-50%);cursor:pointer}.main__learner__assessments__data__box .learner__assessments__cover::-webkit-scrollbar-track{border-radius:100px;background-color:#f6f2fd}.main__learner__assessments__data__box .learner__assessments__cover::-webkit-scrollbar{width:14px;border-radius:100px;background-color:#f6f2fd}.main__learner__assessments__data__box .learner__assessments__cover::-webkit-scrollbar-thumb{border-radius:100px;background-color:#d2c7fe}.learner__subscription__popup .solid__popup__btn{display:inline-block}.learner__subscription__popup .solid__popup__btn a{display:flex;padding:12px 20px;justify-content:center;align-items:center;border-radius:10px;background-color:#725cff;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px;min-width:202px;transition:all .3s ease}.learner__subscription__popup .solid__popup__btn a:hover{background-color:#111610;color:#fff}.learner__subscription__popup .popup__data__content__wrapper{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch;border-radius:16px;background-color:#eee8ff}.learner__subscription__popup .popup__data__content__wrapper .popup__data__group{display:flex;align-items:center;gap:30px;align-self:stretch;width:100%;justify-content:space-between}.learner__subscription__popup .popup__data__group label{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.67;flex:1 0 0;display:block}.learner__subscription__popup .popup__data__group span{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.67;flex:1 0 0;display:block}.learner__subscription__popup .popup__btn__wrapper{text-align:center}.learner__subscription__popup .popup__wrapper{border-radius:20px;background:#fff;max-width:595px;margin:0 auto;position:absolute;top:50%;left:50%;width:100%;transform:translate(-50%,-50%);padding:40px 30px;display:flex;flex-direction:column;gap:30px}.learner__subscription__popup .popup__wrapper .popup__title__head{display:flex;align-items:center;gap:12px;justify-content:space-between}.learner__subscription__popup .popup__title__head h4.popup__title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:500;line-height:normal;flex:1 0 0}.main__learner__profile__page .main__learner__profile__dashboard::-webkit-scrollbar-track{border-radius:100px;background-color:#f6f2fd}.main__learner__profile__page .main__learner__profile__dashboard::-webkit-scrollbar{width:10px;border-radius:100px;background-color:#f6f2fd}.main__learner__profile__page .main__learner__profile__dashboard::-webkit-scrollbar-thumb{border-radius:100px;background-color:#d2c7fe}.tag__grid__table__wrapper .tag__table__data__box table tr td.purple__box{background-color:#725cff;color:#fff}.h__data__table__number span{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65}.h__data__table__number{display:flex;align-items:center;justify-content:space-between;padding-left:100px;padding-right:24px}.tag__table__data__box .data__table__number{display:flex;flex-direction:column;height:100%;width:60px;gap:85px;text-align:center}.tag__table__data__box .data__table__number span{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65}.tag__table__data__box .table__group__box{display:flex;align-items:self-start;gap:20px}.tag__grid__table__wrapper .tag__table__data__box table{width:100%;border-collapse:collapse;background-color:#fff}.tag__grid__table__wrapper .tag__table__data__box table tr td{border:.3px solid #8f959c;color:#3f444a;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;padding:15px;text-align:center}.tag__grid__table__wrapper .tag__table__data__box{width:100%;display:flex;flex-direction:column;gap:10px}.tag__grid__table__wrapper .head__title__wrap .title__select__box{max-width:183px;min-width:183px;width:100%}.tag__grid__table__wrapper .head__title__wrap h3.title{color:#111610;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.tag__grid__table__wrapper .head__title__wrap{display:flex;align-items:center;gap:12px;align-self:stretch;justify-content:space-between;width:100%}.left__learner__dashboard__box .tag__grid__table__wrapper{display:flex;height:auto;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch;border-radius:20px;background-color:#fff}.user__info__box .profile__title__box{width:100%;display:flex;align-items:center;gap:20px;align-self:stretch}.learner__btn__box .blue__solid__btn{display:inline-block}.learner__btn__box .blue__solid__btn a{display:flex;padding:15px 10px;justify-content:center;align-items:center;min-width:142px;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.4;border-radius:10px;background-color:#725cff;transition:all .3s ease}.learner__btn__box .blue__solid__btn a:hover{background-color:#111610;color:#fff}.learner__btn__box .blue__solid__btn a .learner__profile__box .user__info__box .profile__title__box{width:100%;display:flex;align-items:center;gap:20px;align-self:stretch}.learners__assessment__widget .learner__btn__box{width:100%;text-align:center}.main__learner__profile__page .learner__profile__box .profile__group__box{display:flex;gap:30px}.main__learner__profile__page{width:100%}.main__learner__profile__page .learner__profile__box{display:flex;padding:20px;align-items:center;gap:20px;border-radius:20px;background:#fff;justify-content:center;width:100%}.learner__profile__box .user__profile__img{width:80px;height:80px;line-height:0px;border-radius:50%;-o-object-fit:none;object-fit:none;border:1px solid #eee;display:flex;align-items:center;justify-content:center;overflow:hidden;& img{margin-top:auto;width:60px}}.learner__profile__box .user__info__box{display:flex;align-items:self-start;gap:10px;width:680px;flex-direction:column}.trans__purple__btn a{display:flex;padding:12px 30px;justify-content:center;align-items:center;border-radius:10px;border:1px solid #725cff;color:#725cff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.45;transition:all .3s ease}.action__default__btn.disable__btn{filter:grayscale(1)}.action__default__btn.disable__btn a{cursor:no-drop}.trans__purple__btn a:hover{background-color:#725cff;color:#fff}.learner__profile__box .user__info__box h3.name__title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:1.2}.user__info__box .subscription__expiry span{color:#3f444a;font-family:Poppins;font-size:1px;font-style:normal;font-weight:400;line-height:28px;display:block}.user__info__box .subscription__expiry label.date{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px}.user__info__box .subscription__expiry{display:flex;align-items:center;gap:8px;flex:1 0 0}.learner__profile__box .user__personal__info{display:flex;align-items:center;gap:30px;flex:1}.user__personal__info .info__box__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;width:100%}.user__personal__info .info__box__wrapper .label{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:28px;display:block;width:100%}.user__personal__info .info__box__wrapper .location{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:600;line-height:1.5;display:block;width:100%}.learner__profile__box .learner__edit__btn{display:inline-block}.learner__profile__box .learner__edit__btn a{display:flex;padding:12px 30px;justify-content:center;align-items:center;gap:12px;min-width:202px}.learner__edit__btn .btn__icon{width:24px;height:24px;line-height:0px}.learner__edit__btn .btn__text{color:#725cff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.main__learner__profile__dashboard{margin-top:30px;display:flex;align-items:flex-start;gap:30px;align-self:stretch;width:100%}.main__learner__profile__dashboard .learner__analysis__widget{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;border-radius:20px;background-color:#fff;width:100%}.learner__analysis__widget .head__title__wrap{display:flex;align-items:center;gap:12px;align-self:stretch;justify-content:space-between}.learner__analysis__widget .head__title__wrap h3.title{color:#111610;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.head__title__wrap .title__select__box .select{width:100%;height:100%}.main__learner__profile__dashboard .learner__progress__widget{display:flex;padding:30px;flex-direction:column;align-items:center;gap:30px;width:100%;border-radius:20px;background-color:#fff}.main__learner__profile__dashboard .left__learner__dashboard__box,.main__learner__profile__dashboard .right__learner__dashboard__box{width:100%}.main__learner__profile__dashboard .left__learner__dashboard__box{width:75%;display:flex;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch}.main__learner__profile__dashboard .right__learner__dashboard__box{width:calc(25% - 30px);display:flex;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch}.learner__progress__widget .chart__box__wrapper{line-height:0px}.learner__progress__widget .head__title__wrap{display:flex;align-items:center;gap:12px;align-self:stretch;justify-content:space-between}.learner__progress__widget .head__title__wrap h3.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.right__learner__dashboard__box .learner__voice__widget{display:flex;padding:30px;flex-direction:column;align-items:center;gap:30px;border-radius:20px;background-color:#fff;width:100%}.learner__voice__widget h3.title{width:100%;color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.learner__voice__widget .view__voice__bank__btn{width:100%;display:block}.learner__voice__widget .view__voice__bank__btn a{display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;border-radius:10px;border:1px solid #725cff;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:32px;width:100%;transition:all .3s ease}.learner__voice__widget .view__voice__bank__btn a:hover{background-color:#725cff;color:#fff}.left__learner__dashboard__box .learners__assessment__widget{display:flex;padding:20px;flex-direction:column;align-items:center;gap:20px;border-radius:20px;background-color:#fff;width:100%}.learners__assessment__widget .head__title__wrap{width:100%;display:flex;align-items:center;gap:12px;align-self:stretch;justify-content:space-between}.head__title__wrap .title__btn__group{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.learners__assessment__widget .head__title__wrap h3.title{color:#111610;font-family:Poppins;font-size:25px;font-style:normal;font-weight:600;line-height:normal}.learners__assessment__widget .learners__assessment__table__box__wrapper{width:100%;display:flex;padding:25px;flex-direction:column;align-items:flex-start;gap:25px;border-radius:16px;border:1px solid #8f959c}.learners__assessment__table__box__wrapper .head__title__box{display:flex;align-items:center;gap:25px;width:100%;justify-content:inherit}.head__title__box .head__title{width:100%;color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:600;line-height:1.65}.learners__assessment__table__box__wrapper .head__title__box .head__title{width:auto;flex:1}.learners__assessment__item .learners__assessment__data.learners__index__number{max-width:45px;text-align:center}.learners__assessment__table__box__wrapper .learners__assessment__card__box{display:flex;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch;height:260px;overflow:auto}.learners__assessment__card__box .learners__assessment__item{display:flex;align-items:center;gap:25px;align-self:stretch;justify-content:space-between}.learners__assessment__item .learners__assessment__data{flex:1}.learners__assessment__data .learners__btn__group{display:flex;align-items:center;gap:20px;width:100%}.action__default__btn a{display:flex;padding:10px 18px;align-items:center;gap:10px;border-radius:6px;background-color:#eee8ff;width:100%;justify-content:space-between}.action__default__btn .btn__icon{width:20px;height:20px;flex-shrink:0}.action__default__btn .btn__text{color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:26px;display:block}.learners__progress .learners__progress__bar{border-radius:100px;background-color:#e2f5ff;width:100%;height:15px}.learners__progress__bar .learners__progress{border-radius:100px;background-color:#41b9fe;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px}.learners__assessment__table__box__wrapper .learners__assessment__card__box::-webkit-scrollbar-track{border-radius:100px;background-color:#eee8ff}.learners__assessment__table__box__wrapper .learners__assessment__card__box::-webkit-scrollbar{width:8px;border-radius:100px;background-color:#eee8ff}.learners__assessment__table__box__wrapper .learners__assessment__card__box::-webkit-scrollbar-thumb{border-radius:100px;background-color:#725cff}.right__learner__dashboard__box .learner__tips__widget{display:flex;padding:40px 30px;flex-direction:column;align-items:center;align-self:stretch;border-radius:20px;background-color:#fff;position:relative}.learner__tips__widget .owl-nav button{background-color:#000;color:#fff;margin:0;transition:all .3s ease-in-out}.learner__tips__widget .owl-nav button.owl-prev{left:0}.learner__tips__widget .owl-nav button.owl-next{right:0}.learner__tips__widget .owl-dots{text-align:center;padding-top:40px;line-height:0px}.learner__tips__widget .owl-dots button.owl-dot{width:24px;height:12px;display:inline-block;background:#ccc;margin:0 5px;border-radius:60px;background-color:#b7e6ff;transition:all .3s ease}.learner__tips__widget .owl-dots button.owl-dot.active{background-color:#41b9fe;width:40px}.learner__tips__widget .owl-dots button.owl-dot:focus{outline:none}.learner__tips__widget .owl-dots button:first-child{margin-left:0}.learner__tips__widget .owl-dots button:last-child{margin-right:0}.learner__tips__widget .owl-nav button{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.38)!important}.learner__tips__widget .owl-nav button:focus{outline:none}.slide__item__box{flex-direction:column}.right__learner__dashboard__box .learner__tips__widget .swiper-container{width:100%;padding-bottom:50px}.slide__item__box .img__wrapper{width:100%;margin-bottom:30px;line-height:0px}.slide__item__box .ads___description__box{display:flex;flex-direction:column;align-items:center;gap:12px;align-self:stretch;text-align:left}.slide__item__box .ads___description__box h5.title{width:100%;color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:normal;text-align:center;align-self:stretch}.ads___description__box .short__description{color:#3f444a;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.4;align-self:stretch}.learner__tips__widget .swiper-pagination{line-height:0px;z-index:99;position:inherit}.learner__tips__widget .owl-slider{width:100%}.learner__tips__widget .owl-nav{display:none}.learner__tips__widget .learner__tips__slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet{width:24px;height:12px;display:inline-block;background:#ccc;margin:0 5px;border-radius:60px;background-color:#b7e6ff;transition:all .3s ease;opacity:1}.learner__tips__widget .learner__tips__slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#41b9fe;width:40px}.main__widget__group__section .widget__group{display:flex;align-items:flex-start;gap:30px;align-self:stretch}.main__widget__group__section .analysis__graph__box{display:flex;height:464px;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;flex:1 0 0;border-radius:20px;background-color:#fff}.main__widget__group__section .chartbox__wrapper .chart__tower__box{gap:40px}.main__widget__group__section .analysis__graph__box .chartbox__wrapper{gap:30px}.main__widget__group__section .section__title__box{display:flex;align-items:center;gap:12px;align-self:stretch}.profile__widget__box{display:flex;padding:20px;flex-direction:column;align-items:center;gap:25px;align-self:stretch;border-radius:20px;background-color:#fff;width:100%}.profile__widget__box .user__profile__img,.profile__widget__box .user__profile__img img{line-height:0px;border-radius:100%;border:1.5px solid #fff;width:128px;height:128px;flex-shrink:0;-o-object-fit:none;object-fit:none}.profile__widget__box h5.title{color:#111610;text-align:center;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;width:100%}.profile__widget__box .user__personal__info{display:flex;align-items:center;gap:30px;align-self:stretch}.profile__widget__box .learner__edit__btn a{display:flex;padding:12px 30px;justify-content:center;align-items:center;gap:12px;border-radius:10px;background-color:#725cff;width:100%}.profile__widget__box .learner__edit__btn .btn__text{color:#fff}.profile__widget__box .learner__edit__btn{width:100%}.left__learner__dashboard__box .learners__assessment__widget .title__select__box{height:100%}.learners__assessment__widget .view__all__btn a{display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background-color:#725cff;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px}.second__learner__profile__page .learners__assessment__table__box__wrapper .learners__assessment__card__box{height:400px}.main__learner__profile__dashboard .main__widget__group__section{width:100%}.learner__assessments__filter__box{display:flex;align-items:center;gap:25px;border-radius:20px;background-color:#fff;padding:25px;margin-bottom:30px}.learner__assessments__filter__box .main__title{flex:1 0 0}.learner__assessments__filter__box .main__title h3.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.learner__assessments__filter__box .back__btn a{display:flex;align-items:center;gap:8px}.back__btn .btn__text{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1;display:block}.back__btn .btn__icon{line-height:0px;width:24px;height:24px}.learner__assessments__filter__box .filter__search__box{width:520px;position:relative}.filter__search__box input{width:100%;padding:14px 45px 14px 16px;border-radius:6px;border:1px solid #dee2e7;color:#111610;font-feature-settings:"clig" off,"liga" off;font-family:Poppins;font-size:17px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:.37px}.filter__search__box .search__btn{position:absolute;right:16px;top:50%;height:20px;width:20px;background-color:#fff;border:0;padding:0;margin:0;transform:translateY(-50%);cursor:pointer}.learner__assessments__filter__box .title__select__box{max-width:166px;width:100%}.learner__assessments__filter__box .title__select__box .select{width:100%}.main__learner__assessments__page .main__learner__assessments__data__box{display:block;padding:30px;border-radius:20px;background-color:#fff;overflow:hidden}.main__learner__assessments__data__box .learner__assessments__table{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;flex:1 0 0;align-self:stretch;border-radius:16px;border:1px solid #8f959c}.learner__assessments__table .learner__assessments__data__table{display:flex;flex-direction:column;align-items:flex-start;gap:25px;align-self:stretch;width:100%;padding-right:10px}.learner__assessments__data__table .data__row{width:100%;display:flex;align-items:center;gap:30px;align-self:stretch;justify-content:center;flex:1}.main__learner__assessments__data__box .load__more__btn a{display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background-color:#725cff;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px;min-width:170px}.learner__assessments__table .table__head__title{display:flex;align-items:center;gap:30px;align-self:stretch;width:100%;justify-content:center;flex:1}.table__head__title .head__title__item{width:100%;color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px}.learner__assessments__data__table .data__row .data__item{width:100%}.learner__assessments__data__table .data__row .action__btn__box .action__option__btn a{background:#eee8ff;border-radius:6px;background-color:#eee8ff}.learner__assessments__data__table .data__row .data__item.assessment,.learner__assessments__data__table .data__row .data__item.date{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.7}.learner__assessments__data__table .data__row .data__item.assessment,.learner__assessments__data__table .data__row .data__item.date,.learner__assessments__data__table .data__row .progress__tab.data__item,.table__head__title .head__title__item.date,.table__head__title .head__title__item.progress,.table__head__title .head__title__item.score__assessment{flex:1}.learner__assessments__data__table .data__row .learner__action__options.data__item,.table__head__title .head__title__item.action{width:260px}.learner__action__options .action__btn__box .action__option__btn{width:100%}.learner__assessments__filter__box.voice__bank .title__select__box{max-width:218px}.learner__assessments__filter__box.voice__bank .title__select__box .select{background-position:85% 50%;height:100%}.learner__assessments__filter__box.voice__bank .main__title{flex:inherit}.learner__assessments__filter__box.voice__bank .page__tabs__links{flex:1 0 0}.learner__assessments__filter__box.voice__bank .page__tabs__links ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:20px}.page__tabs__links ul li a{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.65;margin:0 10px;display:block;padding-bottom:4px;transition:all .3s ease;position:relative}.page__tabs__links ul li a:hover,.page__tabs__links ul li.active a{color:#725cff}.page__tabs__links ul li a:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;border-radius:10px;background-color:#725cff;transition:all .3s ease;opacity:0;visibility:hidden}.page__tabs__links ul li a:hover:before,.page__tabs__links ul li.active a:before{opacity:1;visibility:visible}.audio__video__widget__box{display:flex;padding:20px;flex-direction:column;align-items:self-start;gap:20px;border-radius:20px;background-color:#fff;width:100%}.audio__video__widget__box h4.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.widget__saved__btn .btn__icon{line-height:0px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.widget__saved__btn .btn__text{color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.widget__saved__btn a{display:flex;padding:11px 32px;justify-content:center;align-items:center;gap:14px;border-radius:10px;border:1px solid #725cff;width:100%}.audio__video__widget__box .widget__saved__btn{width:100%}.btn__widget__box{display:flex;padding:20px;flex-direction:column;align-items:center;gap:30px;border-radius:20px;background-color:#fff;width:100%}.btn__widget__box .purple__solid__btn{display:block;width:100%}.purple__solid__btn a{display:flex;padding:12px 15px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background-color:#725cff;color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:34px}.main__voice__bank__page .learner__data__content__box{height:calc(100vh - 395px);overflow:auto;padding-right:10px}.main__voice__bank__page .learner__data__content__box .inner__cover__box{display:flex;gap:25px}.main__voice__bank__page .learner__data__content__box::-webkit-scrollbar-track{border-radius:100px;background-color:#f6f2fd}.main__voice__bank__page .learner__data__content__box::-webkit-scrollbar{width:10px;border-radius:100px;background-color:#f6f2fd}.main__voice__bank__page .learner__data__content__box::-webkit-scrollbar-thumb{border-radius:100px;background-color:#d2c7fe}.main__voice__bank__page .learner__data__content__box .sidebar__section__box{display:flex;width:25%;flex-direction:column;align-items:flex-start;gap:25px}.learner__data__content__box .main__data__content__box{display:flex;padding:25px;flex-direction:column;align-items:center;gap:25px;border-radius:20px;background-color:#fff;width:75%;height:900px;overflow:auto}.learner__data__content__box .main__data__content__box.rlms-table table{display:block}.learner__data__content__box .main__data__content__box .head__title__box{display:flex;align-items:center;gap:0;align-self:stretch;justify-content:center}.audio__data__row .learner__user__box{display:flex;align-items:center;gap:10px}.learner__user__box .user__name{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.5}.learner__user__box .learner__user__profile,.learner__user__box .learner__user__profile img{line-height:0px;width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.main__data__content__box .audio__content__box{display:flex;flex-direction:column;width:100%}.audio__content__box .audio__data__row{display:flex;padding:14px 0;align-items:center;gap:0;align-self:stretch;justify-content:center}.audio__data__row .audio__data__item{width:100%;flex:1 0 0}.audio__test__box.audio__data__item{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px}.audio__test__box.audio__data__item span{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.5;display:block;width:100%}.audio__test__box.audio__data__item span strong{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.5}.audio__date__box.audio__data__item{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.5}.audio__time__length .play__icon{line-height:0px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.audio__time__length .time{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.5;display:block}.audio__data__row .audio__time__length{display:flex;align-items:center;gap:10px}.play__audio__btn .playaudiobtn .play__icon{line-height:0px;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.play__audio__btn .playaudiobtn .time{color:#725cff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:1.5;display:block}.play__audio__btn .playaudiobtn a{display:flex;padding:10px 14px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background-color:#eee8ff}.main__data__content__box .audio__content__box::-webkit-scrollbar-track{border-radius:100px;background-color:#eee8ff}.main__data__content__box .audio__content__box::-webkit-scrollbar{width:8px;border-radius:100px;background-color:#eee8ff}.main__data__content__box .audio__content__box::-webkit-scrollbar-thumb{border-radius:100px;background-color:#725cff}.play__audio__popup__wrapper .popup__wrapper{display:flex;max-width:510px;padding:30px;flex-direction:column;align-items:center;gap:30px;border-radius:16px;background:#fff;width:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.play__audio__popup__wrapper .popup__wrapper .music__controls__box{display:flex;padding:30px;flex-direction:column;align-items:center;gap:20px;align-self:stretch;border-radius:16px;background-color:#fff;box-shadow:0 6px 24px 0 rgba(0,0,0,.08)}.play__audio__popup__wrapper .popup__wrapper .popup__heading{gap:12px}.music__controls__box .main__music__control__box,.play__audio__popup__wrapper .popup__wrapper .popup__heading{width:100%;display:flex;align-items:center;align-self:stretch;justify-content:space-between}.main__music__control__box .icon__box{line-height:0px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer}.main__music__control__box .time__controls__box{display:flex;align-items:center;gap:20px}.time__controls__box .backward__icon,.time__controls__box .forward__icon,.time__controls__box .next__icon,.time__controls__box .prev__icon{line-height:0px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer}.time__controls__box .music__play__icon{width:64px;line-height:0px;height:64px;display:flex;align-items:center;justify-content:center;cursor:pointer}.music__play__progress .audio__duration__box{display:flex;justify-content:space-between;align-items:center;width:100%}.music__controls__box .music__play__progress{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:14px;align-self:stretch}.audio__duration__box .time{color:#3f444a;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;display:block}.popup__wrapper .music__info{width:100%;display:flex;align-items:flex-start;gap:16px;align-self:stretch}.popup__wrapper .music__info .music__desc,.popup__wrapper .music__info .music__name{width:100%}.popup__wrapper .music__info .music__desc{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;width:100%;color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px}.music__info .music__name .name{font-size:20px;line-height:34px}.music__info .music__name .name,.popup__heading .popup__title{color:#111610;font-family:Poppins;font-style:normal;font-weight:600;width:100%;display:block}.popup__heading .popup__title{font-size:28px;line-height:normal}.music__play__progress .play__progress__bar{height:6px;border-radius:60px;background:#eee8ff;width:100%}.play__progress__bar .play__progress{height:100%;border-radius:60px;background-color:#917aff;position:relative}.play__progress__bar .play__progress:after{content:"";position:absolute;right:0;top:50%;width:20px;height:20px;flex-shrink:0;background-color:#917aff;border-radius:100%;transform:translate(10px,-50%);cursor:pointer}.no__data__wrapper .nodata__wrapper h6.nodata{color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px;padding:8px 20px;max-width:145px;margin:0 auto;width:100%}.no__data__wrapper{width:100%;display:flex;padding:30px 0;flex-direction:column;justify-content:center;align-items:center;gap:20px;flex:1 0 0;align-self:stretch;border-radius:20px;background:#ecf2ff;text-align:center}.no__data__wrapper .nodata__wrapper{display:flex;flex-direction:column;gap:20px;line-height:0px}.test__row__item .row__group__box{display:flex;padding:0 12px 0 150px;align-items:center;gap:120px}.row__item__box .icon__btn{line-height:0px;width:50px;height:50px}.row__item__box .icon__btn a{display:flex;padding:5px;justify-content:center;align-items:center;border-radius:8px;background-color:#f6f2fd;width:100%;height:100%}.testitem__list__box .test__row__item{padding:12px 0;display:flex;align-items:center;gap:40px}.learner__data__content__box .main__data__content__box.testitem__table__box .testitem__list__box{width:100%}.testitem__list__box .test__row__item .row__item__box{display:flex;flex-direction:column;gap:5px;width:100%;max-width:150px}.data__head__box .head__item.test__item__head{width:145px}.row__item__box.disable img{opacity:.4}.testitem__table__box .data__head__box{display:flex;align-items:center;gap:30px;width:100%}.testitem__table__box .data__head__box .head__group__box{display:flex;align-items:center;gap:40px;align-self:stretch;margin-right:30px}.head__item.test__item__head{width:220px}.data__head__box .head__item{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.67;width:120px;display:block}.data__head__box .head__item.asseessments__head{max-width:120px;width:100%}.choose__data__body .choose__data__page,.main__login__page.updated__login__page{height:-webkit-fill-available;display:flex;align-items:center}.main__login__page.updated__login__page{padding:75px 20px;justify-content:center}.main__login__page.updated__login__page .signin__form__wrapper .or span{background-color:#fff}.main__assessment__box__wrapper .assessment__sidebar__box{display:flex;width:100%;flex-direction:column;align-items:self-start;gap:20px;max-width:440px;overflow:auto;max-height:100%}.main__assessment__box__wrapper .assessment__sidebar__box>*{padding:25px;width:100%;background-color:#fff;border-radius:20px}.main__assessment__box__wrapper .assessment__sidebar__box>.info{padding:15px 25px}.main__assessment__box__wrapper .assessment__sidebar__box .assessment__sidebar__box_menu{display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center;align-self:stretch;overflow:auto;height:-webkit-fill-available}.main__assessment__box__wrapper .assetssment__main__data__box{overflow:auto;max-height:100%}.main__assessment__box__wrapper .group__box{display:flex;width:100%;padding:30px;gap:30px;background-color:#e8f2fc;height:calc(100dvh - 110px)}.main__assessment__box__wrapper .assetssment__main__data__box{display:flex;flex-direction:column;gap:30px;flex:1 0 0;align-self:stretch;width:calc(100% - 440px);padding-right:10px}.main__assessment__box__wrapper .assessment__sidebar__box h3.title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:normal;width:100%}.assessment__sidebar__box .tab__menu__item__box{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1 0 0;align-self:stretch;width:100%}.assessment__sidebar__box .tab__menu__item__box ul{display:flex;flex-direction:column;align-items:flex-start;gap:5px;align-self:stretch;width:100%;list-style:none}.tab__btn__box .btn__icon{display:flex;width:24px;height:24px;justify-content:center;align-items:center}.tab__btn__box .btn__text{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.5;display:block}.tab__menu__item__box .tab__btn__box a{display:flex;padding:12px 15px;align-items:center;gap:10px;border-radius:6px;width:100%}.assessment__sidebar__box .tab__menu__item__box .tab__btn__box{width:100%}.assessment__sidebar__box .tab__menu__item__box ul li a{display:flex;padding:12px 15px;align-items:center;gap:10px;width:100%;color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.5;background-color:#fff;border-left:2px solid #fff;border-radius:6px;transition:all .3s ease;text-transform:capitalize}.assessment__sidebar__box .tab__menu__item__box ul li{width:100%}.assessment__sidebar__box .tab__menu__item__box ul li a:hover,.assessment__sidebar__box .tab__menu__item__box ul li.active a{border-radius:6px;border-left:2px solid #725cff;background-color:#f6f2fd}.assetssment__main__data__box .result__summary__box__wrapper{flex-direction:column}.result__summary__box__wrapper .result__data__content__wrapper{border-radius:20px;background-color:#fff;padding:22px;gap:23px 18px;display:grid;grid-template-columns:49% 49%}.result__summary__box__wrapper .result__data__content__wrapper .result__group__box{padding:20px;border-radius:16px;background-color:#fff;display:flex;align-items:center;gap:40px}.result__group__box .group__score__ellipse{width:135px;height:135px;flex-shrink:0;background-color:#fff;border-radius:100%;display:flex;align-items:center;justify-content:center}.result__group__box .group__score__ellipse .score__text{color:#fff;text-align:center;font-family:Poppins;font-size:38px;font-style:normal;font-weight:600;line-height:normal}.result__group__box .group__text__wrapper{width:100%;height:100%;display:flex;flex-direction:column;gap:40px;justify-content:center}.result__group__box .group__text__wrapper label{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;display:block}.result__group__box .group__text__wrapper h6.group__counter{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.result__summary__box__wrapper .result__data__content__wrapper .result__group__box.purple__group__box{background-color:#f6f2fd}.result__summary__box__wrapper .result__data__content__wrapper .result__group__box.skyblue__group__box{background-color:#e8f2fc}.result__summary__box__wrapper .result__data__content__wrapper .result__group__box.yellow__group__box{background-color:#f7f3ed}.result__summary__box__wrapper .result__data__content__wrapper .result__group__box.dark__yellow__group__box{background-color:#fffae5}.result__summary__box__wrapper .result__data__content__wrapper .result__group__box.dark__blue__group__box{background-color:#dbf1f3}.result__group__box.purple__group__box .group__score__ellipse{background-color:#725cff}.result__group__box.skyblue__group__box .group__score__ellipse{background-color:#41b9fe}.result__group__box.yellow__group__box .group__score__ellipse{background-color:#ffb42b}.result__group__box.dark__yellow__group__box .group__score__ellipse{background-color:#db921f}.result__group__box.dark__blue__group__box .group__score__ellipse{background-color:#2d79c3}.main__assessment__box__wrapper .assetssment__main__data__box .result__cover__box{display:flex;gap:30px}.result__cover__box .result__voice__bank__wrapper{width:100%;border-radius:20px;background-color:#fff;padding:30px;max-width:435px}.main__assessment__box__wrapper .assessment__sidebar__box .tab__btn__group{display:flex;flex-direction:column;align-items:center;gap:15px;align-self:stretch;width:100%}#editname__popup .popup__wrap{border-radius:20px;background-color:#fff;max-width:1372px;position:absolute;top:50%;left:50%;width:100%;transform:translate(-50%,-50%);padding:60px 70px;display:flex;flex-direction:column;gap:60px}.editname__popup .edit__header__wrapper{display:flex;align-items:center;justify-content:space-between}.editname__popup .edit__header__wrapper h6.title{color:#111610;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.cancel__btn__box .btn__text{color:#725cff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.cancel__btn__box .btn__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.cancel__btn__box a{display:flex;align-items:center;gap:12px}.change__name__form__wrapper .field__group__box input{width:100%;border-radius:8px;border:1px solid #8f959c;color:#8f959c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px;padding:13px 16px}.change__name__form__wrapper .field__group__box{display:flex;align-items:center;gap:20px}.field__group__box button.save__btn{display:inline-flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background-color:#725cff;border:0;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;transition:all .3s ease;cursor:pointer}.field__group__box button.save__btn:hover{background-color:#311613}.learner__analysis__widget .chart__box__wrapper,.learner__analysis__widget .chart__box__wrapper img{line-height:0px;width:100%}.tab__btn__group .purple__trans__btn .select__btn{display:flex;padding:12px 20px;justify-content:center;align-items:center;gap:14px;border-radius:10px;border:1px solid #725cff;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;text-align:left;background-image:url(/img/select-purple-arrow-down.d4936b33.svg);background-repeat:no-repeat;background-position:95% 50%;background-size:24px 24px}.tab__btn__group .purple__solid__btn,.tab__btn__group .purple__trans__btn{width:100%}.tab__btn__group .purple__solid__btn .btn__icon{line-height:0px;width:24px;height:24px}.assetssment__main__data__box .assetssment__head__section{width:100%;display:flex;padding:25px;flex-direction:column;justify-content:start;align-items:flex-start;gap:20px;align-self:stretch;border-radius:20px;background-color:#fff;height:100%}.assetssment__head__section .assetssment__data__box{display:flex;padding:20px;flex-direction:column;align-items:self-start;gap:12px;align-self:stretch;border-radius:16px;background-color:#e8f2fc;height:100%}.assetssment__head__section .assetssment__data__box .heading__box{display:flex;align-items:center;align-self:stretch;width:100%}.assetssment__data__box .heading__box .heading__item{flex:1;color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.75}.assetssment__head__section .assetssment__data__box .divider__sepline{background-color:#8f959c}.assetssment__head__section .assetssment__data__box .data__table__box{width:100%;display:flex;flex-direction:column;align-items:self-start;gap:12px;align-self:stretch}.assetssment__data__box .data__table__box .row__box{display:flex;align-items:center;align-self:stretch;width:100%}.assetssment__data__box .data__table__box .data__item{color:#3f444a;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:1.4;flex:1}.assetssment__head__section .section__title__box{display:flex;align-items:center;gap:30px;align-self:stretch;justify-content:space-between}.assetssment__head__section .section__title__box h4.title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0;display:flex;width:100%}.assetssment__head__section .section__title__box .small__note__title{display:flex;align-items:center;gap:10px}.section__title__box .small__note__title label{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.3}.section__title__box .small__note__title span{color:#3f444a;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:1.3}.assetssment__main__data__box .assetssment__content__block .assetssment__no__data__block{display:flex;flex-direction:column;align-items:center;gap:20px;flex:1 0 0;align-self:stretch;text-align:center}.assetssment__main__data__box .assetssment__content__block{padding:25px;background-color:#fff;border-radius:20px;height:100%}.assetssment__content__block .assetssment__data__text__box{display:flex;flex-direction:column;align-items:center;gap:8px;align-self:stretch}.assetssment__data__text__box h6.title{color:#111610;text-align:center;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;align-self:stretch}.assetssment__data__text__box p{color:#3f444a;text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:1.5;display:block;width:100%}.assetssment__content__block .assetssment__no__data__img{max-width:228px;line-height:0px}.assetssment__btn__box .purple__regular__btn{display:inline-block}.assetssment__btn__box .purple__regular__btn a{display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background-color:#725cff;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;min-width:188px;transition:all .3s ease}.assetssment__btn__box .purple__regular__btn a:hover{background-color:#111610}.main__assessment__box__wrapper .assessment__sidebar__box .divider__sepline{background-color:#8f959c}.main__assessment__box__wrapper .assetssment__main__data__box .assetssment__cover__box{display:flex;flex-direction:column;gap:15px;flex:1 0 0;align-self:stretch}.confirmation__popup.assessment__confirmation__popup .popup__wrap{max-width:535px;width:100%}.confirmation__popup.assessment__confirmation__popup .popup__btn__box{display:flex;justify-content:center;align-items:center;gap:30px;align-self:stretch}.confirmation__popup.assessment__confirmation__popup .popup__btn__box div{width:100%;text-align:center}.confirmation__popup.assessment__confirmation__popup .popup__btn__box .purple__trans__btn a{display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;border-radius:10px;border:1px solid #725cff;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.6;width:100%}.confirmation__popup.assessment__confirmation__popup .divider__sepline{background-color:#8f959c;width:100%}.popup__content__box .confirmation__text__box{display:flex;flex-direction:column;align-items:center;gap:20px}.confirmation__text__box .popup__title{color:#111610;text-align:center;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal}.popup__content__box .confirmation__text__box .description__wrapper{color:#3f444a;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:28px;align-self:stretch}.confirmation__popup.assessment__confirmation__popup .popup__img__wrapper{text-align:center;line-height:0px}.confirmation__popup.assessment__confirmation__popup .popup__content__box,.select__item__popup .popup__wrap{display:flex;flex-direction:column;gap:30px}.select__item__popup .popup__wrap{border-radius:16px;background-color:#fff;max-width:905px;width:100%;padding:30px;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.select__item__popup .popup__head h4.title{display:flex;align-items:center;gap:16px;color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.select__item__popup .popup__head h4.title span{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.7;flex:1 0 0;display:block}.select__item__popup .popup__head{display:flex;align-items:center;gap:12px;align-self:stretch;justify-content:space-between;width:100%}.select__item__popup .popup__wrap .popup__content__box{width:100%;display:flex;flex-direction:column;gap:20px}.select__item__popup .popup__wrap .popup__content__box h6.title{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.7;text-align:center}.select__item__box__wrapper .select__data__item{display:flex;padding:12px 15px;align-items:center;gap:12px;border-radius:12px;border:1px solid #eeeef0;background-color:#fff;position:relative;cursor:pointer}.select__data__item .select__text__box{display:flex;align-items:center;gap:6px;flex:1 0 0;cursor:pointer}.select__data__item .select__text__box .item__number{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.7;width:30px;height:30px}.select__text__box .text__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:2px;flex:1 0 0}.select__text__box .text__wrapper .label{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:30px;display:block;width:100%}.select__text__box .text__wrapper p{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.7;align-self:stretch;display:block}.select__item__box__wrapper .select__data__item .check__btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center}.select__item__popup .select__item__box__wrapper{display:grid;justify-content:center;align-items:flex-start;gap:15px;align-self:stretch;grid-template-columns:31.8% 31.8% 31.8%;max-height:455px;overflow:auto;padding-right:16px}.select__item__popup .popup__wrap .popup__btn__box{display:flex;justify-content:center;align-items:center;gap:30px;align-self:stretch}.select__data__item .check__btn input[type=checkbox]{position:absolute;border:2px solid #3f444a;border-radius:100%;background:none;cursor:pointer;line-height:0;outline:0;padding:0!important;vertical-align:text-top;height:28px;width:28px;-webkit-appearance:none}.select__data__item .check__btn input[type=checkbox]:before{content:"";position:absolute;right:50%;top:50%;width:inherit;height:inherit;border:0;border-width:0;margin:0;transform:rotate(45deg) translate(-50%,-50%);z-index:2}.select__data__item .check__btn input[type=checkbox]:checked{opacity:1;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAPFBMVEUAAAD/VmT/VmT/VmT/VGT/VmX/VmT/VmP/VWX/VWT/VmP/VWX/VmT/VmT/////lZ7/ipX/YG7/ys7/wMVOz/r6AAAADXRSTlMA77+PIN9A3z9gXzDPXbFZgwAAAJxJREFUKM+Fk1kOwyAMRMdmy+Y2y/3vWqk1hBKcvC/EE6MxCBSiYxIhdhEtY5BCmFDjWf4IvkokaQhzdrN0iJpJPUm/5CBd+NtTDCY92CUAUUwinC0d2JYLdI5tfRdWlQRdHK+KXTez3Gt5ZHnGnmwae1eI70eJthyAxXLp6eKtSun5sTFTv43adDk3oOAbyx41Y6XThJYhf4cz8QPB3x7FEWgNQgAAAABJRU5ErkJggg==);border:0}.select__item__popup .select__item__box__wrapper::-webkit-scrollbar-track{border-radius:10px;background-color:#f6f2fd}.select__item__popup .select__item__box__wrapper::-webkit-scrollbar{width:14px;background-color:#f6f2fd;border-radius:10px}.select__item__popup .select__item__box__wrapper::-webkit-scrollbar-thumb{border-radius:10px;background-color:#d2c7fe}.select__item__popup .select__item__box__wrapper{overflow-x:hidden}.select__item__popup .popup__btn__box .purple__trans__btn a{padding:10px 30px;border-radius:10px;border:1px solid #725cff;line-height:1.6}.select__item__popup .popup__btn__box .purple__trans__btn a,.select__item__popup .purple__solid__btn a{display:flex;min-width:240px;justify-content:center;align-items:center;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500}.select__item__popup .purple__solid__btn a{padding:12px 26px;border-radius:10px;background-color:#eee8ff;line-height:1.7}.select__item__box__wrapper .select__data__item.remove__item{border-color:#ffc8bb;background-color:#fff5f1}.showing__data__head{display:flex;align-items:center;gap:24px;align-self:stretch}.showing__data__head h6.label{font-weight:400;flex:1 0 0}.showing__data__head h6.label,.showing__data__head span{color:#3f444a;font-family:Poppins;font-size:14px;font-style:normal;line-height:1.7}.showing__data__head span{font-weight:500;display:block}.assetssment__data__table__wrapper{display:flex;flex-direction:column;align-items:center;gap:24px;border-radius:20px;background-color:#fff}.assetssment__data__table__wrapper .assetssment__table__head{width:100%;display:flex;align-items:center;gap:30px;align-self:stretch;justify-content:space-between;padding:0 15px}.assetssment__data__table__wrapper .assetssment__table__head .table__head__item{width:100%;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.7;flex:1 0 0}.assetssment__data__table__wrapper .divider__sepline{background-color:#8f959c}.assetssment__data__table__wrapper .assetssment__table__head .no.table__head__item{max-width:60px;width:100%}.assetssment__data__table__wrapper .assetssment__table__head .test__item.table__head__item{max-width:170px;width:100%}.assetssment__data__table__wrapper .assetssment__table__head .score__assessment.table__head__item{max-width:572px;width:100%}.assetssment__data__table__wrapper .assetssment__table__head .action.table__head__item{max-width:360px;width:100%}.assetssment__data__table__wrapper .assetssment__data__box__wrapper{width:100%;padding-right:15px;display:flex;flex-direction:column;gap:0;max-height:600px;overflow:auto}.assetssment__data__table__wrapper .assetssment__data__box__wrapper .assetssment__data__row{width:100%;display:flex;padding:10px 15px;align-items:center;gap:30px;justify-content:space-between}.assetssment__data__box__wrapper .assetssment__data__row .table__row__item{width:100%}.assetssment__data__box__wrapper .data__number.table__row__item{max-width:60px;width:100%;color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:30px}.assetssment__data__box__wrapper .data__test.table__row__item{max-width:170px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px}.assetssment__data__box__wrapper .data__score__checkbox.table__row__item{display:flex;align-items:center;gap:30px;flex:1 0 0;max-width:572px;width:100%}.assetssment__data__box__wrapper .data__action__options.table__row__item{max-width:360px;width:100%}.assetssment__data__box__wrapper .assetssment__data__row .data__action__options{display:flex;align-items:center;gap:60px}.data__action__options .audio__video__options{display:flex;align-items:center;gap:20px;width:100%}.data__action__options .audio__video__options .audio__btn a{display:flex;padding:10px;justify-content:center;align-items:center;gap:10px;border-radius:8px;background-color:#725cff}.data__action__options .audio__video__options .audio__btn a.disabled{background:#eee;pointer-events:none;cursor:default}.data__action__options .audio__video__options .flag__btn a{display:flex;padding:9px;justify-content:center;align-items:center;background-color:#fff;border-radius:8px;border:1px solid #dee2e7;line-height:0px}.data__action__options .audio__video__options .flag__btn.red__flag a{background-color:#ff5664;border-color:#ff5664}.action__add__note__btn .btn__icon{line-height:0px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.action__add__note__btn .btn__text{color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;display:block}.action__add__note__btn a{border-radius:10px;background-color:#eee8ff;display:flex;padding:12px 22px;justify-content:center;align-items:center;gap:12px;min-width:164px}.assetssment__data__table__wrapper .assetssment__data__box__wrapper::-webkit-scrollbar-track{border-radius:10px;background-color:#f6f2fd}.assetssment__data__table__wrapper .assetssment__data__box__wrapper::-webkit-scrollbar{width:10px;height:10px;background-color:#f6f2fd;border-radius:10px}.assetssment__data__table__wrapper .assetssment__data__box__wrapper::-webkit-scrollbar-thumb{border-radius:10px;background-color:#d2c7fe}.table__row__item .point__checkbox{position:relative;display:flex;align-items:center;cursor:pointer}.table__row__item .point__checkbox input[type=checkbox],.table__row__item .point__checkbox input[type=radio]{position:absolute;height:25px;width:25px;border-radius:6px;border:2px solid #3f444a;z-index:1}.table__row__item .point__checkbox input[type=checkbox]+label,.table__row__item .point__checkbox input[type=radio]+label{padding-left:40px;color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.6;display:block;cursor:pointer;z-index:2}.table__row__item .point__checkbox input[type=checkbox]:checked{background-color:#3f444a;opacity:1}.assetssment__data__box__wrapper .data__score__checkbox.table__row__item input[type=checkbox]:before{display:none}.table__row__item .point__checkbox input[type=checkbox]:checked:before{display:block}.data__test.table__row__item label{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.9;align-self:stretch;display:block}.data__test.table__row__item span{color:#111610;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:2;display:block}.assetssment__data__table__wrapper .table__control__box{display:flex;justify-content:center;align-items:center;gap:30px;align-self:stretch}.table__control__box .prev__btn .btn__icon{display:flex;width:20px;height:20px;justify-content:center;align-items:center;transform:rotate(180deg)}.table__control__box .next__btn .btn__icon{display:flex;width:20px;height:20px;justify-content:center;align-items:center;line-height:0px;transform:rotate(-90deg)}.table__control__box .prev__btn .btn__text{color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.6;display:block}.table__control__box .prev__btn a{padding:10px 18px;background:#eee8ff;min-width:102px}.table__control__box .next__btn a,.table__control__box .prev__btn a{display:flex;align-items:center;gap:10px;border-radius:6px;justify-content:center}.table__control__box .next__btn a{padding:10px 24px;background-color:#725cff;min-width:114px}.table__control__box .next__btn .btn__text{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.63;display:block}.video__popup__box .video__popup__block{max-width:1588px;margin:0 auto;width:100%}.video__popup__box .popup__close__btn,.video__popup__box .video__popup__block .close__btn{line-height:0px;width:30px;height:30px;position:absolute;right:-40px;top:0}.video__popup__box .video__popup__cover{border-radius:16px;background-color:#fff;display:flex;justify-content:center;align-items:flex-start;gap:30px}.video__popup__box .video__static__text__wrapper{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:16px;flex:1 0 0;align-self:stretch;border-radius:16px;background-color:#e8f2fc;width:100%;max-width:280px}.video__popup__block .video__box__wrapper{max-width:1215px;width:100%;line-height:0px}.video__popup__block .video__box__wrapper video{height:auto;border-radius:12px}.video__static__text__wrapper .static__desc__wrapper{color:#3f444a;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:1.6;flex:1 0 0;align-self:stretch;max-height:575px;overflow:auto;width:100%;padding-right:10px}.video__static__text__wrapper h4.title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:1.7}.video__static__text__wrapper .static__desc__wrapper::-webkit-scrollbar-track{border-radius:100px;background:#fff}.video__static__text__wrapper .static__desc__wrapper::-webkit-scrollbar{width:8px;border-radius:100px;background:#fff}.video__static__text__wrapper .static__desc__wrapper::-webkit-scrollbar-thumb{border-radius:100px;background:#8f959c}.video__popup__box .video__static__text__wrapper .divider__sepline{background-color:#8f959c}.addnote__popup__block .popup__wrap{border-radius:16px;background-color:#fff;display:flex;max-width:554px;padding:30px;flex-direction:column;align-items:center;gap:30px;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.addnote__popup__block .popup__wrap .popup__head{display:flex;width:100%;align-items:center;gap:12px}.addnote__popup__block .popup__wrap .popup__head h4.title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.addnote__popup__block .popup__wrap .divider__sepline{background-color:#8f959c}.addnote__popup__block .popup__btn__box{display:flex;justify-content:center;align-items:center;gap:30px;align-self:stretch;width:100%}.addnote__popup__block .popup__btn__box div{width:100%}.addnote__popup__block .popup__btn__box .purple__trans__btn a{display:flex;padding:11px 32px;justify-content:center;align-items:center;gap:14px;width:100%;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px;border-radius:10px;border:1px solid #725cff}.addnote__popup__block .popup__content__box{width:100%}.addnote__popup__block .popup__content__box .select__assessment__wrapper{display:flex;align-items:center;gap:16px;align-self:stretch;width:100%}.select__assessment__wrapper h6.title{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:30px;flex:1 0 0}.addnote__popup__block .add__note__test__box{display:flex;padding:20px;align-items:flex-start;gap:16px;border-radius:10px;background-color:#fff;box-shadow:0 2px 20px 0 rgba(0,0,0,.06);margin:30px 0}.add__note__test__box h6.title{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.65;flex:1 0 0}.add__note__test__box .addnote__box{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;flex:1 0 0}.add__note__test__box .addnote__box label{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;display:block;width:100%}.add__note__test__box .addnote__box span{font-size:18px;font-weight:400}.addnote__popup__block .test__options__wrapper{display:flex;align-items:center;gap:16px}.addnote__popup__block .test__options__wrapper h6.title{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.7;flex:1 0 0}.test__options__wrapper .record_audio_wrapper{display:flex;align-items:center;gap:10px}.light__purple__btn .btn__icon{line-height:0px;width:20px;height:20px;display:flex;align-items:center}.light__purple__btn .btn__text{color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.6;display:block}.light__purple__btn a{display:flex;padding:10px 18px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background-color:#eee8ff}.light__purple__btn.disable span{opacity:.5}.addnote__popup__block .textarea__box__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin:30px 0 0}.addnote__popup__block .textarea__box__wrapper label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;width:100%}.addnote__popup__block .textarea__box__wrapper textarea{display:flex;padding:18px 16px;align-items:flex-start;gap:12px;flex:1 0 0;align-self:stretch;border-radius:8px;border:1px solid #8f959c;min-height:105px;color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px}.textarea__box__wrapper textarea::-moz-placeholder{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.2}.textarea__box__wrapper textarea::placeholder{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.2}.select__box__wrapper .select__btn{display:flex;padding:13px 32px;justify-content:center;align-items:center;gap:14px;border-radius:10px;border:1px solid #725cff;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.5;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZBAMAAADZBfNuAAAAKlBMVEUAAABwWP9xW/9wXf9yXf9yXP9wYP9yXP9xW/9zXv9wXP91Xf9wYP9yXP+theo8AAAADXRSTlMAIN8w7+8gn89fUD8QTCGtHgAAAEVJREFUGNNjoBvgSYDQbCCaPRjCMSkAEoyqBiA2s5MAiBIKBksoAgmwFFQCIgWRgEmBJaBSkUuAEjAp3RsCCIu5DRhoDADJVwfHoXztgwAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:24px 25px;background-position:83% 50%}.select__assessment__wrapper .select__box__wrapper{max-width:225px;width:100%}.select__assessment__wrapper .select__box__wrapper .select{position:relative}.select .selectBtn{padding:10px;box-sizing:border-box;border-radius:3px;cursor:pointer;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;padding:13px 32px;align-items:center;gap:14px;border-radius:10px;border:1px solid #725cff;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.5;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZBAMAAADZBfNuAAAAKlBMVEUAAABwWP9xW/9wXf9yXf9yXP9wYP9yXP9xW/9zXv9wXP91Xf9wYP9yXP+theo8AAAADXRSTlMAIN8w7+8gn89fUD8QTCGtHgAAAEVJREFUGNNjoBvgSYDQbCCaPRjCMSkAEoyqBiA2s5MAiBIKBksoAgmwFFQCIgWRgEmBJaBSkUuAEjAp3RsCCIu5DRhoDADJVwfHoXztgwAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:24px 25px;background-position:83% 50%}.select .selectBtn.toggle{border-radius:3px 3px 0 0}.select .selectBtn.toggle:after{transform:translateY(-50%) rotate(-135deg)}.select .selectDropdown{position:absolute;top:100%;width:100%;border-radius:0 0 3px 3px;overflow:hidden;background:var(--bg1);border-top:1px solid #eee;z-index:1;background:#fff;transform:scaleY(0);transform-origin:top center;visibility:hidden;transition:.2s ease;box-shadow:0 3px 3px rgba(0,0,0,.2)}.select .selectDropdown .option{padding:10px 20px;box-sizing:border-box;cursor:pointer;color:#000;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.2}.select .selectDropdown .option:hover{background:#f8f8f8}.select .selectDropdown.toggle{visibility:visible;transform:scale(1)}.light__purple__btn.disable a{cursor:no-drop}.record__audio__popup .popup__wrap{display:flex;max-width:595px;padding:20px;flex-direction:column;align-items:center;gap:20px;border-radius:16px;background-color:#fff;position:absolute;top:50%;width:100%;left:50%;transform:translate(-50%,-50%)}.record__audio__popup .popup__head{display:flex;align-items:center;gap:12px;align-self:stretch}.record__audio__popup .popup__head h4.title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.record__audio__popup .divider__sepline{background-color:#8f959c}.record__audio__popup .popup__content__box{width:100%;display:flex;flex-direction:column;gap:20px}.record__audio__popup .popup__btn__box{display:flex;justify-content:center;align-items:center;gap:30px;align-self:stretch;width:100%}.record__audio__popup .popup__btn__box .purple__solid__btn,.record__audio__popup .popup__btn__box .purple__trans__btn{width:100%}.play__audio__box__wrapper .music__beat__box{display:flex;align-items:center;gap:2px;position:relative;width:100%;justify-content:center;height:65px}.play__audio__box__wrapper .recording__title{max-width:100%;width:100%;display:flex;align-items:center;gap:16px;align-self:stretch}.play__audio__box__wrapper .recording__title h6.title{font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.65;flex:1 0 0}.play__audio__box__wrapper .recording__title .edit__audio__btn{position:relative;z-index:2}.edit__audio__btn a{padding:8px 14px;gap:6px;border-radius:6px;background-color:#eee8ff;min-width:125px}.edit__audio__btn .btn__icon,.edit__audio__btn a{display:flex;justify-content:center;align-items:center}.edit__audio__btn .btn__icon{line-height:0px;width:20px;height:20px}.edit__audio__btn .btn__text{color:#725cff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:1.75;display:block}.play__audio__box__wrapper .music__beat__box .record__scroll__img{position:absolute;width:100%;line-height:0px;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center}.record__audio__popup .purple__trans__btn a{display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;border-radius:10px;border:1px solid #725cff;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.transcription__box .transcription__switch__box{display:flex;align-items:center;gap:16px;max-width:143px;width:100%}.record__audio__popup .transcription__box h6.title{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.7;flex:1 0 0}.record__audio__popup .transcription__box{display:flex;align-items:center;gap:16px;align-self:stretch}.transcription__box .transcription__switch__box .plan{color:#3f444a;text-align:center;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.7;display:block;text-transform:capitalize}.record__audio__popup .popup__content__box .play__audio__box__wrapper{border-radius:16px;background-color:#fff;box-shadow:0 6px 24px 0 rgba(0,0,0,.08);display:flex;padding:15px 20px;align-items:center;gap:20px;align-self:stretch;flex-direction:column}.play__audio__box__wrapper .timing{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:500;line-height:normal;width:100%;text-align:center}.mic__play__btn a{border-radius:80px;background:#725cff;display:flex;justify-content:center;align-items:center;gap:10px;line-height:0px}.mic__play__btn img{width:60px;height:60px}.edit_audio_button.square,.mic__play__btn.square a{border-radius:10px}.edit_audio_button,.mic__play__btn.square img{width:40px;height:40px}.edit_audio_button{background:#eee8ff;border-radius:45px;display:flex;justify-content:center;align-items:center;gap:10px;line-height:0px}.edit_audio_button img{width:20px;height:20px}.mic__play__btn_with_timer{display:flex;justify-content:space-between;align-items:center;gap:5px;height:42px;width:110px;background:#f6f2fd;border-radius:45px;padding:2px;font-weight:500}.mic__play__btn_with_timer .button{width:40px}.mic__play__btn_with_timer .timer{width:60px;font-size:16px;font-weight:600}.play__audio__box__wrapper .mic__play__btn{display:inline-block}.transcription__switch__box .switch{max-width:58px;width:100%}.transcription__switch__box .switch label{width:100%;height:32px}.transcription__switch__box .switch label:after{left:4px;width:24px;height:24px}.transcription__switch__box .switch .look:checked+label:after{left:32px}.record__audio__popup .record__audio__info__box{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;border-radius:10px;border:1px solid #dee2e7;background-color:#fff}.record__audio__info__box .audio__description{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75;align-self:stretch}.record__audio__popup .record__audio__info__box .audio__name__time{display:flex;align-items:center;gap:4px;align-self:stretch;width:100%}.record__audio__info__box .audio__name__time .music__name{flex:1 0 0;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.75;display:block}.record__audio__info__box .audio__name__time .music__time{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75;display:block}.addnote__popup__block .save__close__link{width:100%;text-align:right}.addnote__popup__block .save__close__link a{color:#725cff;text-align:right;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.play__audio__popup .popup__wrap{border-radius:16px;background-color:#fff;display:flex;max-width:510px;padding:30px;flex-direction:column;align-items:center;gap:30px;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.play__audio__popup .popup__wrap .popup__head{width:100%;display:flex;align-items:center;gap:12px;align-self:stretch}.play__audio__popup .popup__head h4.title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.play__audio__popup .divider__sepline{background-color:#8f959c}.play__audio__popup .popup__content__box{width:100%}.play__audio__popup .play__audio__control__box{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:20px;border-radius:16px;background-color:#fff;box-shadow:0 6px 24px 0 rgba(0,0,0,.08)}.play__audio__control__box .main__music__control__box{display:flex;align-items:center;width:100%;justify-content:space-between}.play__audio__control__box .audio__play__progress{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:14px;align-self:stretch}.audio__play__progress .audio__progress__bar{height:6px;border-radius:60px;background-color:#eee8ff;width:100%}.audio__progress__bar .time__progress{height:100%;background-color:#917aff;border-radius:60px;position:relative}.play__audio__control__box .audio__play__progress .audio__play__time{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.audio__play__progress .audio__play__time span{color:#3f444a;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;display:block}.audio__progress__bar .time__progress:before{content:"";position:absolute;width:20px;height:20px;flex-shrink:0;background-color:#917aff;transform:translateY(-50%);right:0;top:50%;border-radius:50%}.result__summary__box__wrapper .result__summary__box{display:flex;flex-direction:column;align-items:flex-start;gap:25px;width:100%}.result__summary__box .result__summary__head{width:100%;border-radius:20px;background-color:#fff;display:flex;padding:30px;align-items:start;gap:24px;align-self:stretch}.result__summary__box .result__summary__head .heading__text__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;flex:1 0 0}.result__summary__head .heading__text__wrapper h4.title{color:#111610;font-family:Poppins;font-size:22px;font-style:normal;font-weight:600;line-height:normal;align-self:stretch}.result__summary__head .heading__text__wrapper .head__info{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65;display:block;width:100%}.result__summary__head .print__data__btn a{display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background-color:#725cff}.result__summary__head .print__data__btn .btn__icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.result__summary__head .print__data__btn .btn__text{color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.result__summary__box__wrapper .result__summary__box .result__data__block{width:100%;border-radius:20px;background-color:#fff;display:flex;padding:25px;flex-direction:column;align-items:flex-start;gap:25px;align-self:stretch;height:100%;overflow:auto}.result__data__block .result__group__box{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px}.result__data__block .form__cover{width:100%;display:flex;flex-direction:column;gap:15px}.result__data__block .result__group__box label{width:100%;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.7}.result__data__block .result__group__box .input__group__box{display:flex;align-items:center;gap:30px;align-self:stretch;width:100%}.result__data__block .field__box input{width:100%;display:flex;padding:12px 40px 12px 16px;align-items:center;gap:12px;border-radius:6px;border:1px solid #8f959c;color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.25}.result__data__block .field__box input::-moz-placeholder{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.25}.result__data__block .field__box input::placeholder{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.25}.input__group__box .result__numbers{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.25;width:48px}.result__data__block .field__box{width:100%;flex:1 0 0;position:relative}.result__data__block .field__box .field__icon{line-height:0px;position:absolute;top:50%;transform:translate(-16px,-50%);right:0}.result__cover__box .result__summary__box__wrapper{display:flex;gap:30px;flex:1 0 0;width:100%}.result__summary__box__wrapper .result__voice__bank__wrapper{display:flex;max-width:437px;padding:30px;flex-direction:column;gap:30px;width:100%;border-radius:20px;background-color:#fff}.result__voice__bank__wrapper .divider__sepline{background-color:#8f959c}.result__voice__bank__wrapper h4.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:30px}.voice__data__group__box .title__group{display:flex;align-items:center;justify-content:space-between}.title__group .info__icon__btn a{line-height:0px;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.voice__data__group__box .info__icon__btn{width:24px;line-height:0px;height:24px;border-radius:100%}.voice__data__group__box h6.group__title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.result__voice__bank__wrapper .voicebank__list__group__box{display:flex;flex-direction:column;gap:20px;margin-top:20px}.voice__data__group__box .data__group{display:flex;align-items:center;justify-content:space-between}.voice__data__group__box .data__group .data__item__box{width:100%;text-align:center;display:flex;flex-direction:column;gap:7px}.voicebank__list__group__box .voice__data__group__box .sepline__divider{margin:8px auto 13px}.data__group .data__item__box label{display:block;color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75}.data__group .data__item__box span{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;display:block}.voice__data__group__box .data__group .data__item__box:first-child{text-align:left}.voice__data__group__box .data__group .data__item__box:last-child{text-align:right}.voicebank__list__group__box .voice__data__group__box{padding:17px 25px;border-radius:16px}.voice__data__group__box.light__purple__bg{background-color:#f6f2fd}.voice__data__group__box.light__blue__bg{background-color:#e8f2fc}.voice__data__group__box.dark__yellow__bg{background-color:#f7f3ed}.voice__data__group__box.gray__bg{background-color:#eeeef0}.voice__data__group__box.gray__bg h6.group__title{color:#8f959c}.voice__data__group__box.gray__bg .voice__data__shortnote{color:#cacaca;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75}.voicebank__list__group__box .voice__data__group__box.gray__bg .sepline__divider{background-color:#c6c6c6}.voicebank__group__block h6.subtitle{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.7}.result__voice__bank__wrapper .voicebank__group__block{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;align-self:stretch}.input__group__block .input__group__box{display:flex;align-items:center;gap:30px;align-self:stretch;width:100%}.input__group__block .input__group__box input{border-radius:6px;border:1px solid #8f959c;display:flex;padding:13px 16px;align-items:center;gap:12px;align-self:stretch;color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.25;width:100%}.input__group__block .input__group__box input.small__input{max-width:95px}.result__voice__bank__wrapper .voicebank__group__block .input__group__block{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;align-self:stretch}.result__cover__box .result__summary__box__wrapper.verticle__layout__design{display:flex;flex-direction:column;align-items:flex-start;gap:25px;align-self:stretch}.result__voice__bank__wrapper .inner__cover__block{display:flex;flex-direction:column;width:100%;gap:30px}.result__summary__box__wrapper.verticle__layout__design .divider__sepline{display:none}.result__summary__box__wrapper.verticle__layout__design .result__voice__bank__wrapper{max-width:100%;border-radius:20px;background-color:#fff;display:flex;padding:25px;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch;height:100%;overflow:auto}.result__summary__box__wrapper.verticle__layout__design .inner__cover__block{display:flex;align-items:flex-start;gap:30px;align-self:stretch;flex-direction:row}.result__summary__box__wrapper.verticle__layout__design .voicebank__group__block{max-width:100%;width:100%;display:flex;padding:25px;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;flex:1 0 0;border-radius:12px;border:1px solid #dee2e7}.result__voice__bank__wrapper .sepline__divider{width:100%;background-color:#8f959c;height:1px}.main__sc__analysis__wrapper .sc__analysis__group__wrapper{display:flex;width:100%;padding:20px;gap:20px;background-color:#eaeef5}.main__sc__analysis__wrapper .sidebar__group__list__box{display:flex;max-width:350px;padding:20px;flex-direction:column;gap:15px;flex-shrink:0;align-self:stretch;width:100%;border-radius:12px;background-color:#fff}.main__sc__analysis__wrapper .sc__analysis__group__wrapper .sc__right__box__wrapper{display:flex;flex-direction:column;align-items:center;gap:30px;flex:1 0 0;align-self:stretch;width:calc(100% - 440px)}.sc__right__box__wrapper .sc__analysis__head__box{display:flex;padding:20px;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;align-self:stretch;border-radius:12px;background-color:#fff}.sc__analysis__head__box .title__box{display:flex;align-items:center;gap:30px;align-self:stretch}.sc__analysis__head__box .title__box h3.title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.sc__analysis__head__box .title__box .print__data__btn a{display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background-color:#725cff;min-width:202px;transition:all .3s ease}.sc__analysis__head__box .title__box .print__data__btn a:hover{background-color:#000}.print__data__btn .btn__icon{line-height:0px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.print__data__btn .btn__text{color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;display:block}.sc__analysis__head__box .head__label__box__wrapper{display:flex;padding:20px;flex-direction:column;align-items:center;gap:12px;align-self:stretch;border-radius:16px;background-color:#e8f2fc}.sc__analysis__head__box .head__label__box__wrapper .lable____head__title{width:100%;display:flex;align-items:center;gap:30px;align-self:stretch}.head__label__box__wrapper .lable____head__title .label__title{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.75;flex:1 0 0;width:100%}.head__label__box__wrapper .head__info__box{display:flex;align-items:center;gap:30px;align-self:stretch}.head__label__box__wrapper .head__info__box .info__box{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:28px;flex:1 0 0;width:100%}.sc__analysis__head__box .head__label__box__wrapper .divider__sepline{background-color:#8f959c}.sidebar__group__list__box .heading__title h3.title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:normal;width:100%}.main__sc__analysis__wrapper .sidebar__group__list__box .heading__title{border-bottom:1px solid #8f959c;padding-bottom:20px}.sidebar__group__list__box .tab__menu__item__box ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}.sidebar__group__list__box .tab__menu__item__box ul li a{display:flex;padding:12px 14px;align-items:center;gap:10px;width:100%;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.5;border-radius:6px;transition:all .3s ease;border-left:2px solid #fff;justify-content:space-between}.sidebar__group__list__box .tab__menu__item__box ul li a:hover,.sidebar__group__list__box .tab__menu__item__box ul li.active>a{border-left:2px solid #725cff;background-color:#f6f2fd}.sidebar__group__list__box .tab__menu__item__box ul li{width:100%}.main__sc__analysis__wrapper .sidebar__group__list__box .tab__btn__group{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch;width:100%}.sc__analysis__group__wrapper .sc__right__box__wrapper .sc__analysis__data__box{display:flex;padding:30px;flex-direction:column;align-items:center;gap:30px;flex:1 0 0;align-self:stretch;border-radius:20px;background-color:#fff}.sc__analysis__data__box .inner__group__block{width:100%;display:flex;align-items:flex-start;gap:30px;flex:1 0 0;align-self:stretch}.sc__analysis__data__box .inner__group__block .analysis__data__box{width:100%;display:flex;padding:20px;flex-direction:column;align-items:center;gap:24px;flex:1 0 0;align-self:stretch;border-radius:10px;border:1px solid #dee2e7;background-color:#fff}.analysis__data__box .analysis__data__head{width:100%;gap:30px;padding-inline:15px}.analysis__data__box .analysis__data__head .column__head__title{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px}.analysis__data__box .analysis__data__head .column__head__title.center{text-align:center}.analysis__data__head .column__head__title h6.column__title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;align-self:stretch}.analysis__data__head .column__head__title .column__subtitle{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.7;width:100%;display:flex;justify-content:center;align-items:flex-start;gap:10px;align-self:stretch}.column__head__title .column__subtitle span{width:100%}.analysis__data__box .column__data__box__wrapper{width:100%;display:flex;flex-direction:column;gap:0;max-height:645px;overflow:auto;scrollbar-width:thin;scrollbar-color:#ddd transparent}.analysis__data__box .analysis__data__head,.column__data__box__wrapper .column__data__row{display:grid;grid-template-columns:repeat(3,1fr)}.column__data__box__wrapper .column__data__row{padding:16px 20px;align-items:center;gap:30px;border-bottom:1px solid #bcc7ba}.column__data__box__wrapper .column__data__row .column__item{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px}.column__data__box__wrapper .column__data__row .column__item.column__group{flex-direction:inherit;display:flex;align-items:center;gap:20px;text-align:center;width:100%}.column__data__box__wrapper .column__data__row.active__column__row{background-color:#725cff}.column__data__box__wrapper .column__data__row.active__column__row .column__item p,.column__data__box__wrapper .column__data__row.active__column__row .column__item span{color:#fff}.column__data__box__wrapper .column__data__row.deactive__column__row{border-bottom:1px solid #bcc7ba;background-color:#dee2e7;position:relative}.column__data__box__wrapper .column__data__row.deactive__column__row p,.column__data__box__wrapper .column__data__row.deactive__column__row span{color:#8f959c!important}.column__item.right__item span{text-align:right}.column__data__box__wrapper .column__data__row .column__item span{width:100%;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.7}.dropdown__menu__tabs .dropdown__tab__group{display:flex;padding:0;flex-direction:column;align-items:flex-start;gap:8px;width:100%;transition:all .3s ease;height:0;overflow:hidden}.dropdown__menu__tabs .dropdown__tab__group .sub__tab__item{width:100%}.dropdown__menu__tabs .dropdown__icon{display:flex;width:24px;height:24px;justify-content:center;align-items:center;background-size:100%;background-repeat:no-repeat;background-position:50%}.dropdown__menu__tabs.active .dropdown__icon{background-image:url(/img/minus-icon1.7c88561d.svg)!important}.dropdown__menu__tabs.active .dropdown__tab__group{height:auto;padding:10px 10px 10px 20px}.sc__analysis__group__wrapper .sc__right__box__wrapper .sc__analysis__tab__box{display:flex;flex-direction:column;align-items:center;gap:20px;flex:1 0 0;align-self:stretch;width:100%}.sc__analysis__data__box .tabs__data__wrapper{width:100%;display:flex;flex-direction:column;align-items:center;gap:30px;flex:1 0 0;align-self:stretch}.tabs__data__wrapper .divider__sepline{background-color:#8f959c}.sc__analysis__data__box .tabs__data__wrapper .data__title__box{width:100%;display:flex;align-items:center;gap:30px;align-self:stretch}.tabs__data__wrapper .data__title__box span{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65;width:100%}.target__guide__data .target__guide__data__box{width:100%;display:flex;flex-direction:column;align-items:self-start;gap:15px;flex:1 0 0;align-self:stretch}.target__guide__data__box .group__box__wrapper{display:flex;align-items:center;gap:30px;align-self:stretch}.group__box__wrapper .group__heading__box{display:flex;max-width:360px;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;align-self:stretch;width:100%}.group__box__wrapper .group__heading__box span{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;width:100%;display:block}.input__group__wrapper .input__box{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}.target__guide__data__box .group__box__wrapper .input__group__wrapper{width:100%;display:flex;align-items:center;gap:30px;flex:1 0 0;align-self:stretch}.input__group__wrapper .input__box .input__label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;display:block;width:100%}.input__group__wrapper .input__box input{display:flex;padding:14.5px 16px;align-items:center;gap:12px;align-self:stretch;border-radius:8px;border:1px solid #8f959c;width:100%;color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.5}.sc__analysis__head__box .title__box .head__title__group{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;flex:1 0 0}.tabs__data__wrapper.starting__targets__data__box .data__title__box span{width:100%}.starting__targets__data__box .target__guide__data__box{width:100%;display:flex;flex-direction:column;gap:24px;flex:1 0 0;align-self:stretch}.target__guide__data__box .check__group__box{display:flex;justify-content:center;align-items:flex-start;gap:20px}.target__guide__data__box .check__group__box .group__title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:500;line-height:normal;width:100%;max-width:255px}.target__guide__data__box .check__group__box .checkbox__group{display:flex;align-items:center;gap:30px;align-self:stretch;width:100%}.checkbox__group .input__checkbox{width:100%;display:flex;align-items:center}.input__checkbox input[type=checkbox]{height:28px;width:28px}.checkbox__group .input__checkbox label{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;align-self:stretch;cursor:pointer;display:flex;flex-direction:column;gap:8px}.input__checkbox input[type=checkbox]:checked{background-color:#3f444a;border-color:#3f444a}.input__checkbox input[type=checkbox]:before{border-width:0 2px 2px 0;margin:-2px -1px 0 -2px;width:5px;height:14px}.input__checkbox .check__info{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.7;align-self:stretch;display:block}.checkbox__group .input__checkbox input[type=checkbox]+label{padding-left:44px}.syllable__complexity__wrapper .syllable__complexity__group__box{padding:0}.syllable__complexity__group__box .checkbox__group__wrapper{display:flex;align-items:flex-start;gap:30px;align-self:stretch}.checkbox__group__wrapper .input__checkbox{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:30px;flex:1 0 0;width:100%}.checkbox__group__wrapper .input__checkbox span{display:block;width:100%;color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.input__checkbox .checkbox__group .check__box{display:flex;align-items:center;gap:20px;min-width:60px;max-width:150px}.syllable__complexity__group__box h6.group__title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:500;line-height:normal;align-self:stretch}.checkbox__group__wrapper .input__checkbox .checkbox__group{display:flex;align-items:center;gap:40px;align-self:stretch}.checkbox__group .check__box input[type=checkbox]+label{padding-left:50px;color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;display:block}.sc__analysis__group__wrapper .sc__analysis__data__box.syllable__complexity__wrapper{background-color:transparent;padding:0}.syllable__complexity__wrapper .syllable__complexity__group__box{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:30px;align-self:stretch;border-radius:16px;background-color:#fff;padding:30px}.sidebar__group__list__box .tab__menu__item__box{height:100%}.sc__analysis__data__box .tabs__data__wrapper .examples__syllable__combinations__wrapper{display:flex;padding:30px;flex-direction:column;justify-content:center;align-items:flex-start;gap:30px;align-self:stretch;border-radius:16px;background-color:#fff}.examples__syllable__combinations__wrapper .examples__table__box{border-radius:12px;border:1px solid #8f959c;display:flex;padding:30px;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;align-self:stretch}.examples__syllable__combinations__wrapper h6.title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:500;line-height:normal}.examples__table__box .example__table__head{width:100%;display:flex;align-items:center;gap:30px;align-self:stretch}.examples__table__box .example__table__head label{width:100%;color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;line-height:1.7;flex:1 0 0}.examples__table__box .example__table__row__box{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch;max-height:355px;overflow:auto}.example__table__row__box .example__row{width:100%;display:flex;align-items:center;gap:30px;align-self:stretch}.example__row .example__check__item{width:100%;display:flex;align-items:center;position:relative}.example__row .example__item{width:100%}.example__row .example__item span{flex:1 0 0;width:100%}.example__row .example__check__item label,.example__row .example__item span{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;display:block}.example__row .example__check__item label{padding-left:50px}.example__row .example__check__item input[type=checkbox]{width:28px;height:28px}.examples__table__box .example__table__row__box::-webkit-scrollbar-track{border-radius:100px;background:#f6f2fd}.examples__table__box .example__table__row__box::-webkit-scrollbar{width:8px;border-radius:100px;background:#f6f2fd}.examples__table__box .example__table__row__box::-webkit-scrollbar-thumb{border-radius:100px;background:#d2c7fe}.sc__analysis__group__wrapper .sc__analysis__data__box.mini__progream__plan__wrapper{background-color:transparent;padding:0!important}.sc__analysis__data__box .tabs__data__wrapper .input__form__wrapper{width:100%;border-radius:16px;background-color:#fff;display:flex;padding:30px;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;align-self:stretch}.input__form__wrapper .input__group{display:flex;align-items:center;gap:30px;align-self:stretch;width:100%}.input__form__wrapper .input__group .input__field__box{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1 0 0;width:100%}.input__form__wrapper .input__field__box input{width:100%;display:flex;padding:15px 16px;align-items:center;gap:12px;align-self:stretch;border-radius:8px;border:1px solid #8f959c;color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.45}.input__form__wrapper .input__field__box label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;width:100%;display:block;text-transform:capitalize}.input__form__wrapper .input__field__box input::-moz-placeholder{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.67}.input__form__wrapper .input__field__box input::placeholder{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.67}.sc__analysis__data__box .tabs__data__wrapper .faq__questions__wrapper{display:flex;padding:20px;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;align-self:stretch;border-radius:12px;background-color:#fff;width:100%}.faq__questions__wrapper .question__note__wrapper{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;border-radius:12px;background-color:#e8f2fc}.question__note__wrapper h6.faq__title{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.7;align-self:stretch}.faq__questions__wrapper .question__note__wrapper .faq__ans__box{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65;align-self:stretch}.head__label__box__wrapper.main__head__info__wrapper{background-color:#fff;align-items:self-start;padding:0}.head__label__box__wrapper.main__head__info__wrapper .head__information__wrapper{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;border-radius:16px;background-color:#e8f2fc}.head__label__box__wrapper.main__head__info__wrapper{display:flex;flex-direction:column;gap:30px}.head__information__wrapper .info__title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:1.7;width:100%}.head__information__wrapper ul{padding-left:20px;width:100%}.head__information__wrapper .inner__subpoints ul{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin:12px 0}.sc__analysis__tab__box .sc__analysis__data__box.syllable__tracker__wrapper{display:flex;padding:30px;flex-direction:column;justify-content:start;align-items:self-start;gap:24px;align-self:stretch;border-radius:16px;background-color:#fff;overflow-x:auto;min-height:clamp(14px,calc(100vw - 900px),900px);max-height:900px}.sc__analysis__data__box.syllable__tracker__wrapper .main__table__head__group{display:grid;grid-template-columns:110px 1fr;width:100%}.main__table__head__group .table__head__group{display:grid;grid-template-columns:repeat(14,80px);gap:10px;justify-content:space-between}.main__table__head__group .table__head__item{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;width:110px}.main__table__head__group .table__head__group .head__item{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;flex:1 0 0;width:100%}.table__head__group .head__item label{line-height:1.67}.main__table__head__group .table__head__item label,.table__head__group .head__item label{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;width:100%}.main__table__head__group .table__head__item label{line-height:1.65}.main__table__head__group .table__head__item span{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.67;width:100%}.checkbox__row__box .checkbox__row__group{display:grid;grid-template-columns:repeat(14,80px);gap:10px;justify-content:space-between}.checkbox__row__box .row__lable{display:flex;max-width:160px;align-items:center;gap:40px;width:100%;color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.main__checkbox__table__box .checkbox__row__box{display:grid;grid-template-columns:110px 1fr}.main__checkbox__table__box{width:100%}.checkbox__row__box .checkbox__row__group .checkbox__box{width:100%;position:relative}.sc__analysis__data__box.syllable__tracker__wrapper .divider___sepline{height:1px;background-color:#8f959c}.main__checkbox__table__box .inner__table__cover__box{display:flex;flex-direction:column;gap:15px}.checkbox__row__group .checkbox__box input[type=checkbox]{width:28px;height:28px}.checkbox__row__group .checkbox__box input[type=checkbox]:checked{opacity:1;border-color:#36c27a;background-color:transparent}.checkbox__row__group .checkbox__box input[type=checkbox]:before{border:0}.checkbox__row__group .checkbox__box input[type=checkbox]:checked:before{border:0;width:14px;height:14px;border-radius:4px;background:#36c27a;margin:0;transform:translate(-50%,-50%);left:50%;top:50%}.sc__analysis__tab__box .preferences__list__options__box{width:100%;display:flex;padding:30px;flex-direction:column;justify-content:center;align-items:flex-start;gap:30px;align-self:stretch;border-radius:16px;background-color:#fff}.preferences__list__options__box .options__box__wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.preferences__list__options__box .options__box__wrapper label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;width:100%;display:block}.options__box__wrapper .options__textarea__box{width:100%}.options__box__wrapper .options__textarea__box textarea{width:100%;display:flex;padding:18px 16px;align-items:flex-start;gap:12px;border-radius:8px;border:1px solid #8f959c;color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.7}.sc__analysis__tab__box .notice__box__wrapper{display:flex;padding:30px;flex-direction:column;justify-content:center;align-items:flex-start;gap:30px;align-self:stretch;border-radius:16px;background-color:#fff}.notice__box__wrapper .inner__note__cover__box{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;border-radius:12px;background:#e8f2fc}.inner__note__cover__box .section__title__box{width:100%;display:flex;align-items:center;gap:10px;align-self:stretch;justify-content:space-between}.section__title__box h6.title{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:30px;flex:1 0 0}.notice__box__wrapper .print__data__btn{display:inline-block}.notice__box__wrapper .print__data__btn a{display:flex;padding:10px 24px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background:#725cff}.notice__box__wrapper .print__data__btn .btn__text{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.65;display:block}.notice__box__wrapper .print__data__btn .btn__icon{width:20px;height:20px}.notice__box__wrapper .note__desc__wrapper{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65;display:flex;padding:0;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}.sc__analysis__tab__box .skills__preferences__input__wrapper{padding:30px;border-radius:16px;background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;gap:30px;flex:1 0 0;align-self:stretch}.skills__preferences__input__wrapper .group__wrapper{width:100%;display:flex;align-items:center;gap:30px;flex:1 0 0}.skills__preferences__input__wrapper .field__number{max-width:80px;width:100%;color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.input__group__box .input__field__box{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1 0 0;width:100%}.skills__preferences__input__wrapper .input__group__box{display:flex;align-items:center;gap:30px;flex:1 0 0;width:100%}.input__field__box .input__field{width:100%}.input__group__box .input__field__box label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;display:block;width:100%}.input__field__box .input__field input{width:100%;border-radius:8px;border:1px solid #8f959c;padding:18px 15px;color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.15}.skills__preferences__input__wrapper .data__cover__group__box::-webkit-scrollbar-track{border-radius:100px;background:#f6f2fd}.skills__preferences__input__wrapper .data__cover__group__box::-webkit-scrollbar{width:8px;border-radius:100px;background:#f6f2fd}.skills__preferences__input__wrapper .data__cover__group__box::-webkit-scrollbar-thumb{border-radius:100px;background:#d2c7fe}.sc__analysis__tab__box .skills__preferences__input__wrapper .data__cover__group__box{max-height:680px;overflow:auto;height:100%;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch;padding-right:30px}.main__programtargets__data__box{display:flex;padding:30px;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:16px;background-color:#fff}.main__programtargets__data__box h5.title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;flex:1 0 0;width:100%}.main__programtargets__data__box .programtargets__data__table{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch;width:100%;max-height:675px;overflow:auto;height:100%}.programtargets__data__table .data__item__group{display:flex;padding:30px;align-items:flex-start;gap:30px;align-self:stretch;border-radius:12px;background-color:#fff;box-shadow:0 2px 20px 0 rgba(0,0,0,.06)}.data__item__group .item__number{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;max-width:80px;display:block;width:80px}.data__item__group .data__field__group{display:flex;align-items:flex-end;gap:30px;flex:1 0 0;width:100%}.data__field__group .input__field__box{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1 0 0;width:100%;max-width:100%}.data__field__group .input__field__box label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;width:100%;display:block}.data__field__group .input__field__box input{display:flex;padding:18px 16px;align-items:center;align-self:stretch;border-radius:8px;border:1px solid #8f959c;color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.15;width:100%}.main__programtargets__data__box .programtargets__data__table::-webkit-scrollbar-track{border-radius:100px;background:#f6f2fd}.main__programtargets__data__box .programtargets__data__table::-webkit-scrollbar{width:8px;border-radius:100px;background:#f6f2fd}.main__programtargets__data__box .programtargets__data__table::-webkit-scrollbar-thumb{border-radius:100px;background:#d2c7fe}.tbh__popup__block .popup__wrap{display:flex;max-width:600px;padding:30px;flex-direction:column;align-items:self-start;gap:25px;width:100%;border-radius:16px;background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tbh__popup__block .popup__wrap .popup__head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;align-self:stretch}.tbh__popup__block .popup__wrap .divider__sepline{background-color:#8f959c}.tbh__popup__block .popup__wrap .popup__head h4.title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.tbh__popup__block .popup__btn__box{max-width:100%;width:100%;display:flex;justify-content:center;align-items:center;gap:30px;align-self:stretch}.tbh__popup__block .popup__btn__box .purple__solid__btn,.tbh__popup__block .popup__btn__box .purple__trans__btn{width:100%}.tbh__popup__block .popup__btn__box .purple__trans__btn a{display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;border-radius:10px;border:1px solid #725cff;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.6;transition:all .3s ease}.tbh__popup__block .add__note__test__box{display:flex;padding:20px;align-items:flex-start;gap:16px;border-radius:10px;background-color:#fff;box-shadow:0 2px 20px 0 rgba(0,0,0,.06);margin:0 0}.tbh__popup__block .popup__content__box{width:100%;display:flex;flex-direction:column;gap:25px}.tbh__popup__block .add__note__test__box h6.title{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.65;flex:1 0 0;max-width:180px;width:100%}.tbh__popup__block .add__note__test__box .addnote__box{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;flex:1 0 0}.tbh__popup__block .add__note__test__box .addnote__box label{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;display:block;width:100%}.tbh__popup__block .test__options__wrapper{display:flex;align-items:center;gap:16px}.tbh__popup__block .test__options__wrapper h6.title{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.7;flex:1 0 0}.keyboard__title__wrap{display:flex;align-items:center;gap:12px;align-self:stretch}.keyboard__title__wrap .question__icon{line-height:0px;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.checkbox__group label{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.65;display:block;cursor:pointer}.keyboard__title__wrap .checkbox__group{display:flex;align-items:center;gap:12px;align-self:stretch}.keyboard__title__wrap .checkbox__group input{width:28px;height:28px;border:1px solid #725cff}.keyboard__title__wrap .checkbox__group input[type=checkbox]:checked{background-color:transparent}.keyboard__title__wrap .checkbox__group input[type=checkbox]:checked:before{width:14px;height:14px;border-radius:4px;border:0;margin:0;transform:translate(-50%,-50%);left:50%;background-color:#725cff}.keyboard__title__wrap .checkbox__group input[type=checkbox]+label{padding-left:42px}.phonetic__keyboard__box .keyboard__group__box{display:flex;flex-direction:column;align-items:self-start;gap:20px;width:100%}.keyboard__pad__box .keyboard__cover{display:flex;padding:0;align-items:flex-start;gap:12px 6.5px;border-radius:10px;background-color:#dee2e7;width:100%;flex-wrap:wrap}.keyboard__input__field .bootstrap-tagsinput{border-radius:8px;border:1px solid #8f959c;background-color:#fff;display:flex;padding:14px 110px 14px 15px;align-items:center;gap:10px;flex-wrap:wrap;min-height:60px}.phonetic__keyboard__box .keyboard__box__wrapper{display:flex;flex-direction:column;align-items:self-start;gap:20px;align-self:stretch}.keyboard__box__wrapper .keyboard__input__field{width:100%}.keyboard__input__field .bootstrap-tagsinput .tag.label{display:flex;padding:8px 12px;align-items:center;gap:0;justify-content:center;border-radius:6px;background-color:#eee8ff;color:#725cff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:1;min-width:auto;height:auto}.keyboard__input__field .bootstrap-tagsinput input{height:100%;border:0;outline:none;color:#111610;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:1.65;display:block}.keyboard__pad__box .keyboard__cover button.keyboard__key{display:flex;width:32px;height:32px;padding:2px 12px;justify-content:center;align-items:center;gap:10px;border-radius:4px;background-color:#fff;border:0;outline:none;color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.2}.indicator__box .indicator__icon{width:22px;height:22px;display:block;background-color:#fff;border-radius:100%}.indicator__box span{display:block;color:#000;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75}.keyboard__pad__box .key__indicator__box .indicator__box{display:flex;align-items:center;gap:12px}.indicator__box.color1 .indicator__icon{background-color:#b3a2fe}.indicator__box.color2 .indicator__icon{background-color:#88d6ff}.indicator__box.color3 .indicator__icon{background-color:#b8fcbe}.indicator__box.color4 .indicator__icon{background-color:#ffeaaa}.indicator__box.color5 .indicator__icon{background-color:#ffc8bb}.indicator__box.color6 .indicator__icon{background-color:#fff}.phonetic__keyboard__box .keyboard__notes__box{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.keyboard__notes__box label{width:100%;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.keyboard__notes__box input{width:100%;border-radius:8px;border:1px solid #8f959c;display:flex;padding:17px 16px;align-items:flex-start;align-self:stretch;color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.2}.info__popup{cursor:pointer}.info__popup__wrap .info__popup{display:flex;padding:12px 14px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:320px;color:#111610;text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;box-shadow:0 2px 6px #00000030;border-radius:10px;background-color:#fff;position:absolute;z-index:2;left:-148px;top:40px;transition:all .3s ease;visibility:hidden;opacity:0}.info__popup__wrap .info__popup:before{content:"";position:absolute;top:-14px;left:50%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASAgMAAABHpjTBAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAgF86IRDwAAAASklEQVQI10XKsRHAIBADQezEZbgVd2Y6owWKIQWh4Z5BiS7Y5N05sadGvC3i7/wlfRCpQqQGkXoQI4gRxAhitAjIBGQCKsQ4sTcBlWNGpoRSE4kAAAAASUVORK5CYII=);background-size:100%;background-repeat:no-repeat;background-position:top;display:block;width:32px;height:18px;z-index:0;transform:translate(-50%)}.info__popup__wrap i:hover .info__popup{visibility:visible;opacity:1}.info__popup__wrap .info__popup h6.title{color:#111610;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px;width:100%;display:block}.popup__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000030;transition:all .3s ease;overflow:hidden;opacity:0;transform:scale(0)}.popup__overlay.hover__overlay{opacity:1;visibility:visible;transform:scale(1)}.table__head__item i{width:20px;height:20px;position:relative;cursor:pointer;z-index:4;display:flex;align-items:center;justify-content:center}.action.table__head__item.info__popup__wrap{display:flex;align-items:center;gap:10px}.record__audio__popup .add__note__test__box{display:flex;padding:20px;align-items:flex-start;gap:16px;border-radius:10px;background-color:#fff;box-shadow:0 2px 20px 0 rgba(0,0,0,.06);margin:0 0}.record__audio__popup .add__note__test__box h6.title{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.65;flex:1 0 0}.record__audio__popup .add__note__test__box .addnote__box{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;flex:1 0 0}.record__audio__popup .add__note__test__box .addnote__box label{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;display:block;width:100%}.phonetic__symbol__guide__popup .popup__wrap{display:inline-flex;padding:30px;flex-direction:column;align-items:flex-start;gap:20px;border-radius:16px;background-color:#fff;max-width:615px;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.phonetic__symbol__guide__popup .popup__head{width:100%;justify-content:space-between;display:flex;align-items:center;gap:12px;align-self:stretch}.phonetic__symbol__guide__popup .popup__head h4.title{color:#111610;font-family:Poppins;font-size:26px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.phonetic__symbol__guide__popup .divider__sepline{background-color:#8f959c}.phonetic__symbol__guide__popup .popup__content__box{width:100%}.phonetic__symbol__guide__popup .phonetic__symbol__guide__table{margin-top:30px}.phonetic__symbol__guide__table table{width:100%;border-collapse:collapse;padding:0;margin:0}.phonetic__symbol__guide__table table th{padding:10px;border:1px solid #eeeef0;color:#3f444a;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:1.95}.phonetic__symbol__guide__table .phonetic__table__body td{border:.5px solid #eeeef0}.phonetic__symbol__guide__table .phonetic__table__body .table__td{padding:3px 10px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px}.phonetic__table__body .table__td .text{color:#8f959c;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:1.8;width:100%;display:block;text-align:center}.phonetic__table__body .table__td .table__icon{display:flex;max-width:20px;height:20px;justify-content:center;align-items:center;line-height:0px;width:100%;cursor:pointer}.phonetic__symbol__guide__table .phonetic__table__body{max-height:500px;overflow:auto;padding-right:10px}.phonetic__symbol__guide__table .phonetic__table__body::-webkit-scrollbar-track{border-radius:100px;background:#e8f2fc}.phonetic__symbol__guide__table .phonetic__table__body::-webkit-scrollbar{width:8px;border-radius:100px;background:#e8f2fc}.phonetic__symbol__guide__table .phonetic__table__body::-webkit-scrollbar-thumb{border-radius:100px;background:#8f959c}.phonetic__table__head{padding-right:18px}.single__checkbox input[type=checkbox]{border-radius:6px;border:2px solid #3f444a;width:28px;height:28px}.single__checkbox input[type=checkbox]:before{width:6px;height:14px}.tbh__labels__group .single__checkbox{position:relative;height:28px}.tbh__labels__group.checkbox__group{display:flex;align-items:flex-end;gap:20px;align-self:stretch;height:28px}::-webkit-scrollbar,::-webkit-scrollbar-track{border-radius:10px;background-color:#f6f2fd}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{border-radius:10px;background-color:#d2c7fe}.play-button{background-color:blue!important}.play-layer-wrapper{position:relative}.play-layer{background-color:rgba(0,0,0,.3);backdrop-filter:blur(4px);position:fixed;height:100vh}.play-layer,.sound-wave{display:flex;align-items:center;justify-content:center;width:100%}.sound-wave{position:relative}.sound-wave svg{display:block;max-width:63rem;height:auto}.sound-wave:after{content:"";position:absolute;width:100%;height:40rem;z-index:-1;top:0;border-radius:50%;left:50%;transform:translateX(-50%);background:radial-gradient(#1389e933,transparent 60%,transparent 100%)}.progress-bar{height:10px;width:35%;border-radius:30px;border:2px solid #fff;background-color:#fff;margin:-2rem auto 6rem}.progress-color{background:#1389e9;height:100%;width:0;border-radius:30px;transition:width 4s linear}.d-none{display:none}@keyframes scale1{0%{transform:scaleY(.6)}40%{transform:scaleY(1.2)}to{transform:scaleY(.6)}}.bar-scale1{animation:scale1 .6s infinite;transform-origin:center;stroke:#725cff}@keyframes scale2{0%{transform:scaleY(.5)}30%{transform:scaleY(1.6)}to{transform:scaleY(.5)}}.bar-scale2{animation:scale2 .6s infinite;transform-origin:center;stroke:#725cff}@keyframes scale3{0%{transform:scaleY(1.5)}70%{transform:scaleY(.5)}to{transform:scaleY(1.5)}}.bar-scale3{animation:scale3 .6s infinite;transform-origin:center;stroke:#41b9fe}.stop-animation{animation-duration:0s}.audio-buttons{position:relative}.play-button svg{box-shadow:0 0 32px rgba(0,0,0,.65);border-radius:50px}.pause-button,.play-button{width:46px;height:46px;position:absolute;bottom:0;left:50%;transform:translateX(-50%)}.learner__profile__box .learner__user__profile__box{display:flex;gap:30px;align-self:stretch}.learner__user__profile__box .user__info__box .info__seprate__cover{display:flex;align-items:baseline;gap:10px;flex-direction:column}.user__info__box .trans__dark__btn__box a{border-radius:10px;border:1px solid #725cff;display:flex;padding:8px 16px;justify-content:center;align-items:center;gap:12px;color:#725cff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal;transition:all .3s ease}.user__info__box .trans__dark__btn__box a:hover{background-color:#725cff;color:#fff}.keyboard__pad__box button.keyboard__backspace{border-radius:4px;background-color:#fff;display:flex;width:109px;padding:2px 5px;justify-content:center;align-items:center;border:0;color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75}.tbh__popup__block .add__note__test__box .cover__group__box{display:flex;align-items:self-start;gap:16px;width:100%}.add__note__test__box.response__group__wrapper{flex-direction:column}.response__status__btn .response__option{display:flex;align-items:center;gap:12px}.response__status__btn .response__option label{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.4;display:block;padding-left:38px}.response__option input[type=radio]{display:none}.response__option label{cursor:pointer;position:relative}.response__option label:before{content:"";position:absolute;width:20px;height:20px;background-color:transparent;border:2px solid #725cff;border-radius:50%;top:50%;left:0;transform:translateY(-50%);transition:border-color .4s ease}.response__option label:after{content:"";position:absolute;width:18px;height:18px;background-color:#725cff;border-radius:50%;top:50%;left:3px;transform:translateY(-50%) scale(0);transition:transform .4s ease}.response__option input[type=radio]:checked+label:after{transform:translateY(-50%) scale(.55)}#skip_scores .popup__btn__box .purple__solid__btn{width:auto}.assetssment__data__box__wrapper .data__score__checkbox.table__row__item .point__checkbox input{background-color:transparent}.assetssment__data__box__wrapper .data__score__checkbox.table__row__item .point__checkbox input[type=checkbox]:checked{border-color:#725cff}.assetssment__data__box__wrapper .data__score__checkbox.table__row__item .point__checkbox input:before{width:13px;height:13px;flex-shrink:0;border:0;margin:0;top:4px;left:4px;right:inherit;border-radius:4px;background-color:#725cff;transform:none}.assetssment__data__table__wrapper .action.table__head__item.info__popup__wrap .info__popup{display:none}#video__popup__box.video__popup__box.hover__overlay,.assetssment__data__table__wrapper .action.table__head__item.info__popup__wrap i:hover #video__popup__box.video__popup__box{opacity:1;visibility:visible}.mobile__header__menu__wrapper{display:none;position:relative;z-index:1}.mobile__header__menu__wrapper .header__group{display:flex;align-items:center;justify-content:space-between}.mobile__header__menu__wrapper .mobile__cover__header{border-radius:0 0 16px 16px;background-color:#fff;padding:24px 20px}.mobile__header__menu__wrapper .logo__wrap{line-height:0px;max-width:170px}.menu__bar__wrapper{border-radius:8px;background:var(--Gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%));display:flex;padding:8px;justify-content:center;align-items:center;line-height:0px;cursor:pointer}.mobile__menu__dropdown__box .menu__list ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.mobile__menu__dropdown__box .menu__list ul li a{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.65;text-transform:capitalize;transition:all .3s ease;display:block;position:relative}.mobile__menu__dropdown__box .menu__list ul li a:hover{background:linear-gradient(122deg,#725cff,#41b9fe);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.mobile__menu__dropdown__box .menu__list ul li a:before{content:"";position:absolute;left:0;bottom:0;width:0;border-radius:10px;background:linear-gradient(122deg,#725cff,#41b9fe);height:2px;align-self:stretch;transition:all .5s linear}.mobile__menu__dropdown__box .menu__list ul li a:hover:before{width:100%}.mobile__header__menu__wrapper .mobile__menu__dropdown__box{margin-top:0;display:none;opacity:0;visibility:hidden;position:absolute;background-color:#fff;width:100%;left:0;top:100%;padding:0 20px 20px}.mobile__header__menu__wrapper .mobile__menu__dropdown__box.dropdown__open{display:block;opacity:1;visibility:visible}.mobile__menu__dropdown__box .menu__list .mobile__profile__links{margin-top:10px;gap:15px;border-top:1px solid #33333320}.mobile__profile__links .mobile__profile__btn{display:flex;align-items:center;gap:10px}.mobiel__profile__link .btn__icon{line-height:0px}.mobile__logout__link .mobiel__profile__link .btn__text{color:#c9171d;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.65;display:block;flex:1}.mobiel__profile__link .link__text{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.65;text-transform:capitalize;transition:all .3s ease;display:block}.group__information__popup .popup__wrap{display:block;padding:35px 70px;border-radius:20px;background:#fff;max-width:1492px;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.group__information__popup .popup__head{display:flex;align-items:center;gap:12px;margin-bottom:24px}.group__information__popup .popup__head h4.title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.group__information__popup .sc__analysis__data__box .column__data__box__wrapper{max-height:400px}.group__information__popup .sc__analysis__data__box .group__popup__btn .purple__solid__btn{display:inline-block;width:auto}.group__information__popup .sc__analysis__data__box .group__popup__btn{text-align:center}.group__information__popup .sc__analysis__data__box .inner__group__block{margin:30px auto}.thankyou__popup__wrapper .popup__wrap{border-radius:16px;background:#fff;display:block;padding:30px;max-width:530px;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.thankyou__popup__wrapper .img__box__wrapper{padding:10px;position:relative}.thankyou__popup__wrapper .img__box__wrapper .close__btn a{display:flex;padding:6px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background:#fff}.thankyou__popup__wrapper .img__box__wrapper .close__btn{width:40px;height:40px;position:absolute;top:0;right:0;z-index:3}.thankyou__popup__wrapper .divider__sepline{background-color:#eeeef0}.thankyou__popup__wrapper .popup__content__box{display:flex;flex-direction:column;gap:30px}.thankyou__popup__wrapper .thankyou__content__box{display:flex;width:100%;flex-direction:column;align-items:center;gap:20px;position:relative}.continue__btn__wrapper .continue__btn a{border-radius:10px;background-color:#fff;display:flex;padding:12px 32px;justify-content:center;align-items:center;color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;text-transform:capitalize}.continue__btn__wrapper .continue__btn,.thankyou__content__box .continue__btn__wrapper{width:100%;position:relative;z-index:2}.thankyou__content__box .thankyou__text__wrapper{width:100%}.thankyou__text__wrapper h5{color:#3f444a;font-family:Poppins;font-size:27px;font-style:normal;font-weight:400;line-height:normal}.thankyou__text__wrapper h5 span{color:#ffb42b;text-align:center;font-family:Poppins;font-size:38px;font-style:normal;font-weight:700;line-height:normal;display:block}.thankyou__popup__wrapper .thankyou__content__box:after{content:"";position:absolute;background-image:url(/img/shadow-img.244517dc.png);width:100%;height:495px;left:0;bottom:0;background-size:100%;background-repeat:no-repeat;background-position:bottom;z-index:1}.learner__easily__popup .popup__wrap{border-radius:16px;background-color:#fff;max-width:510px;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:30px 30px 45px}.learner__easily__popup .popup__head h4.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:500;line-height:normal;flex:1 0 0}.learner__easily__popup .popup__head{display:flex;justify-content:flex-end;align-items:flex-start;gap:12px}.learner__easily__popup .divider__sepline{margin:24px auto 30px}.learner__easily__popup .select__options__wrapper{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center;width:100%}.learner__easily__popup .select__options__wrapper h5.title{color:#111610;text-align:center;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.7;align-self:stretch;width:100%}.learner__easily__popup .popup__note__info{color:#3f444a;text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.learner__easily__popup .select__options__wrapper .select__btn__group{width:100%;display:flex;justify-content:center;align-items:center;gap:30px;align-self:stretch}.learner__easily__popup button.popup__btn{display:flex;padding:12px 20px;justify-content:center;align-items:center;border-radius:10px;border:1px solid #725cff;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.6;min-width:100px;background-color:transparent;text-transform:capitalize;cursor:pointer;transition:all .3s ease}.learner__easily__popup button.popup__btn.solid__btn{background-color:#725cff;color:#fff}.main__profile__page__wrapper{background-color:#eaeef5;padding:40px}.main__profile__page__wrapper .profile__sidebar__box{display:flex;padding:35px 30px 55px;flex-direction:column;align-items:flex-start;border-radius:20px;background-color:#fff;max-width:436px;width:100%;justify-content:space-between}.user__profile__detail__box .profile__avatar__box,.user__profile__detail__box .profile__avatar__box img{line-height:0px;width:200px;height:200px;border-radius:100%}.profile__sidebar__box .user__profile__detail__box,.user__profile__detail__box .profile__user__info__box{display:flex;flex-direction:column;align-items:center;gap:17px;width:100%}.profile__user__info__box h3.user__name__title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal}.profile__user__info__box .user__email{color:#3f444a;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75;display:block}.profile__user__info__box .user__location{color:#111610;text-align:center;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.7}.profile__user__info__box .purple__trans__btn{display:inline-block}.profile__user__info__box .purple__trans__btn a{display:flex;padding:12px 30px;justify-content:center;align-items:center;gap:12px;border-radius:10px;border:1px solid #725cff}.profile__user__info__box .purple__trans__btn .btn__icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.profile__user__info__box .purple__trans__btn .btn__text{color:#725cff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.main__profile__page__wrapper .profile__sidebar__box .profile__logout__box{width:100%;text-align:center}.profile__logout__box .purple__solid__btn{display:flex;justify-content:center;align-items:center;gap:14px;width:100%;border-radius:10px;background-color:#725cff;border:0;cursor:pointer}.profile__logout__box .purple__solid__btn .btn__icon{width:24px;line-height:0px;height:24px;display:flex;align-items:center;justify-content:center}.profile__logout__box .purple__solid__btn .btn__text{color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.main__profile__page__wrapper .group__box{display:flex;gap:30px}.profile__edit__info a{display:inline-flex;padding:12px 30px;justify-content:center;align-items:center;gap:12px;border-radius:10px}.profile__edit__info .btn__icon{width:24px;height:24px;align-items:center;justify-content:center;display:flex}.profile__edit__info .btn__text{color:#725cff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.main__profile__page__wrapper .profile__details__box__wrapper{border-radius:20px;background-color:#fff;width:100%;height:100%;display:block;padding:42px 70px}.profile__detail__title__box h3.title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.profile__details__box__wrapper .profile__detail__title__box{margin-bottom:62px}.profile__details__box__wrapper .profile__detail__title__box,.profile__information__wrapper .form__title__box{display:flex;align-items:center;justify-content:space-between}.form__title__box .sub__title{color:#505d68;font-size:20px;font-style:normal;font-weight:500;line-height:normal;font-family:Poppins;flex:1 0 0}.main__profile__page__wrapper .field__group__box input{display:flex;padding:16px;align-items:center;width:100%;background-color:#eeeef0;color:#505d68;font-size:16px;font-style:normal;font-weight:500;line-height:1.6;font-family:Poppins;height:58px;border-radius:8px;border:1px solid #c2d1d9}.main__profile__page__wrapper .field__group__box.group__with__btn input{border:0}.profile__details__box__wrapper.profile__edit__wrapper .field__box__wrapper .field__group__box.group__with__btn button,.profile__details__box__wrapper.profile__edit__wrapper .field__group__box input,.profile__details__box__wrapper.profile__edit__wrapper .field__group__box.group__with__btn{background-color:#fff}.profile__details__box__wrapper.profile__edit__wrapper .field__group__box.group__with__btn{border:1px solid #c2d1d9}.profile__details__box__wrapper.profile__edit__wrapper .field__group__box.group__with__btn input{border:0}.main__profile__page__wrapper .field__group__box input::-moz-placeholder{color:#505d68;font-size:16px;font-style:normal;font-weight:500;line-height:1.65;font-family:Poppins;text-transform:capitalize}.main__profile__page__wrapper .field__group__box input::placeholder{color:#505d68;font-size:16px;font-style:normal;font-weight:500;line-height:1.65;font-family:Poppins;text-transform:capitalize}.save__changes__btn.disable{background-color:#d2c7fe;border-color:#d2c7fe}.field__group__box.group__with__btn{display:flex;align-items:center;gap:20px;border-radius:8px;background-color:#eeeef0;padding-right:16px}.field__box__wrapper .field__group__box{display:flex;align-items:center;gap:30px;width:100%}.field__box__wrapper .field__group__box.group__with__btn button{color:#505d68;font-size:16px;font-style:normal;font-weight:500;line-height:1.5;border:0;font-family:Poppins;cursor:pointer}.profile__information__wrapper .field__box__wrapper{display:flex;flex-direction:column;gap:20px}.profile__information__wrapper h6.sub__title{color:#505d68;font-size:20px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:20px}.profile__details__box__wrapper .profile__information__wrapper+.profile__information__wrapper{margin-top:65px}.profile__details__box__wrapper .save__btn__box__wrapper{text-align:center;display:flex;justify-content:center;align-items:center;margin-top:115px;gap:30px}.choose__data__options .option__box__wrapper{cursor:pointer}.profile__details__box__wrapper .profile__detail__title__box.account__setting__title{margin-bottom:40px}.main__account__setting__wrapper .email__address__box{display:flex;flex-direction:column;align-items:flex-start;gap:22px}.main__account__setting__wrapper .sepline__divider{background-color:#cfcfcf;width:100%;height:1px;margin:40px auto}.email__address__box label.email__title{color:#505d68;font-size:20px;font-style:normal;font-weight:500;line-height:1.15;width:100%}.email__address__box span.email__text{display:block;width:100%;color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75}.email__address__box span.email__text strong{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.75;display:block}.account__setting__psw__box{display:flex;flex-direction:column;align-items:flex-start;gap:22px;width:100%}.account__setting__psw__box h6.psw__title{color:#505d68;font-size:20px;font-style:normal;font-weight:500;line-height:1.15;width:100%;font-family:Poppins}.account__setting__psw__box .psw__field__box__wrapper{width:100%;display:flex;align-items:center;gap:24px}.psw__field__box__wrapper .psw__field__box{display:flex;align-items:center;width:100%;position:relative}.psw__field__box__wrapper .psw__field__box input{display:flex;padding:16px 70px 16px 16px;align-items:center;border-radius:8px;border:1px solid #c2d1d9;width:100%;color:#505d68;font-size:16px;font-style:normal;font-weight:500;line-height:1.5;font-family:Poppins}.psw__field__box__wrapper .psw__field__box input::-moz-placeholder{color:#505d68;font-size:16px;font-style:normal;font-family:Poppins;font-weight:500;line-height:1.5}.psw__field__box__wrapper .psw__field__box input::placeholder{color:#505d68;font-size:16px;font-style:normal;font-family:Poppins;font-weight:500;line-height:1.5}.psw__field__box__wrapper .psw__field__box button.psw__show__btn{color:#505d68;font-size:16px;font-style:normal;font-weight:500;line-height:1.5;border:0;background-color:transparent;width:45px;font-family:Poppins;position:absolute;right:16px;top:50%;transform:translateY(-50%);z-index:2;cursor:pointer}.reset__link__box{font-weight:400}.reset__link__box,.reset__link__box a{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;line-height:1.75}.reset__link__box a{font-weight:500;display:inline-block}.save__btn__wrapper .purple__solid__btn{padding:0}.save__btn__wrapper .purple__solid__btn a{min-width:216px}.google__connectivity__option{display:flex;align-items:center;justify-content:space-between;gap:20px}.google__text__wrapper .icon__box{width:60px;height:60px;line-height:0px;display:flex;align-items:center;justify-content:center;border-radius:10px;background-color:#eeeef0}.google__text__wrapper .google__description__wrapper{display:flex;flex-direction:column;gap:3px;flex:1}.google__description__wrapper label{color:#505d68;font-size:20px;font-style:normal;font-weight:500;line-height:1.15;text-transform:capitalize}.google__description__wrapper .option__desc{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75}.google__connectivity__option .google__text__wrapper{display:flex;align-items:center;gap:20px}.google__connectivity__option .toggle__option__btn .switch label{width:58px;height:32px;cursor:pointer}.google__connectivity__option .toggle__option__btn .switch label:after{width:24px;height:24px;left:5px}.google__connectivity__option .toggle__option__btn .switch .look:checked+label:after{left:calc(100% - 28px)}.google__connectivity__option .toggle__option__btn .switch{cursor:pointer}.option__btn__box .contact__us__btn{display:inline-block}.option__btn__box .contact__us__btn a{border-radius:10px;border:1px solid #725cff;display:flex;min-width:168px;padding:12px 20px;justify-content:center;align-items:center;color:#725cff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.4;transition:all .3s ease}.option__btn__box .contact__us__btn a:hover{background-color:#725cff;color:#fff}.profile__logout__box .purple__solid__btn{padding:12px 32px}.modal__popup .popup__wrap{display:inline-flex;padding:30px;flex-direction:column;align-items:flex-start;gap:14px;border-radius:16px;background:#fff;max-width:630px;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.modal__popup .popup__wrap.small{max-width:510px}.modal__popup .popup__wrap.large{max-width:800px}.modal__popup .popup__wrap.extra-large{max-width:1588px}.modal__popup .popup__head{width:100%;display:flex;justify-content:space-between;gap:12px}.modal__popup .popup__head h4.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:500;line-height:normal;flex:1 0 0}.modal__popup .file__upload__box__wrapper{border-radius:12px;border:1px solid #e9e9e9;text-align:center;height:215px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:53px;width:100%}.modal__popup .sepline__divider{background-color:#8f959c;width:100%;height:1px}.modal__popup .short__note__info{margin-bottom:14px}.modal__popup .short__note__info,.modal__popup .upload__file__text__wrapper{color:#3f444a;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.modal__popup .upload__file__text__wrapper{max-width:268px;margin:0 auto}.modal__popup .popup__content__box{width:100%}.modal__popup .file__upload__box__wrapper .upload__icon__box{line-height:0px;width:56px;height:56px}.modal__popup .upload__file__text__wrapper a{color:#725cff;font-weight:500}.profile__photo__crop__box .user__profile__img__box{width:150px;aspect-ratio:1;border-radius:50%;overflow:hidden;& img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.volumn__control__wrap .volumn__btn{line-height:0px;width:20px;height:20px}.volumn__control__wrap .volumn__lane{background-color:#d2c7fe;width:calc(100% - 65px);height:4px;border-radius:10px;position:relative}.volumn__control__wrap .volumn__lane .volumn__fill__lane{background-color:#725cff;height:100%;border-radius:10px;position:relative}.volumn__control__wrap .volumn__lane .volumn__updown__btn{border-radius:12px;background:#725cff;width:12px;height:12px;position:absolute;right:0;top:50%;transform:translateY(-50%);cursor:pointer}.crop__save__btn button.profile__save__btn{display:flex;min-width:135px;padding:12px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background-color:#725cff;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;border:0}.profile__photo__crop__box .img__crop__control__box{display:flex;align-items:center;justify-content:space-between}.img__crop__control__box .crop__control__options{width:100%;line-height:0px;display:flex;align-items:center;gap:28px}.crop__control__options .crop__percentage{color:#3f444a;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;display:block}.crop__control__options .volumn__control__wrap{display:flex;align-items:center;gap:12px;width:100%;max-width:287px}.delete__my__account__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:22px}.delete__my__account__wrapper h5.title{color:#505d68;font-size:20px;font-style:normal;font-weight:500;line-height:normal;width:100%}.delete__my__account__wrapper .delete__account__desc{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75;width:100%}.delete__my__account__wrapper .deletemyaccountbtn{display:inline-block}.delete__my__account__wrapper .deletemyaccountbtn a{border-radius:10px;background-color:#ff5664;display:flex;padding:12px 32px;justify-content:center;align-items:center;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.75;transition:all .3s ease}.delete__my__account__wrapper .deletemyaccountbtn a:hover{background-color:#505d68}.delete__popup__wrap .popup__wrap{display:flex;max-width:510px;padding:30px;flex-direction:column;align-items:center;gap:30px;width:100%;border-radius:16px;background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.delete__popup__wrap .popup__head{display:flex;align-items:center;gap:12px;align-self:stretch;justify-content:space-between}.delete__popup__wrap .sepline__divider{background-color:#8f959c;width:100%;height:1px}.delete__popup__wrap .popup__content__box{width:100%;text-align:center}.delete__popup__wrap .popup__content__box .content__inner__wrapper{display:flex;flex-direction:column;align-items:center;gap:20px}.delete__popup__wrap .popup__btn__group{display:flex;justify-content:center;align-items:center;gap:30px;margin-top:30px}.delete__popup__wrap .popup__head h4.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:500;line-height:normal;flex:1 0 0}.delete__popup__wrap h5.title{color:#111610;text-align:center;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;align-self:stretch}.delete__popup__wrap .short__description__wrapper{color:#3f444a;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75;width:100%}.delete__popup__wrap .purple__trans__btn a{gap:14px;border-radius:10px;border:1px solid #725cff;color:#725cff}.delete__popup__wrap .purple__trans__btn a,.delete__popup__wrap .red__solid__btn a{display:flex;padding:12px 32px;justify-content:center;align-items:center;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.6;width:100%;transition:all .3s ease}.delete__popup__wrap .red__solid__btn a{border-radius:10px;background-color:#ff5664;color:#fff}.delete__popup__wrap .popup__btn__group div{width:100%}.delete__popup__wrap .purple__trans__btn a:hover{background-color:#725cff;color:#fff}.delete__popup__wrap .red__solid__btn a:hover{background-color:#505d68}.help__desk__content__wrapper .wehelpyou__wrapper{display:flex;padding:38px 53px 38px 38px;flex-direction:column;align-items:flex-start;gap:46px;border-radius:20px;background:#fff;width:100%}.main__profile__page__wrapper .help__desk__content__wrapper{width:100%;display:flex;flex-direction:column;gap:33px}.wehelpyou__wrapper .wehelp__title__box{display:flex;align-items:center;width:100%;justify-content:space-between}.wehelpyou__wrapper .wehelp__title__box h5.title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal}.wehelpyou__wrapper .search__note__info{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75}.askanyque__field__box .search__group__box{display:flex;align-items:center;gap:20px;width:100%}.wehelpyou__wrapper .askanyque__field__box{width:100%}.askanyque__field__box .search__group__box .search__btn{display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background-color:#725cff;border:0;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;min-width:173px;cursor:pointer}.askanyque__field__box .search__group__box input{display:flex;width:100%;padding:18px 16px;align-items:center;border-radius:8px;border:1px solid #8f959c;color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.15}.askanyque__field__box .search__group__box input::-moz-placeholder{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.15}.askanyque__field__box .search__group__box input::placeholder{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.15}.help__desk__content__wrapper .submit__request__box__wrapper{display:flex;padding:65px 70px;flex-direction:column;align-items:self-start;border-radius:20px;background-color:#fff}.submit__request__box__wrapper .inner__group__box{display:flex;width:100%;flex-direction:column;align-items:self-start;gap:18px}.submit__request__box__wrapper h4.submit__title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal}.submit__request__box__wrapper .submit__request__btn a{display:inline-flex;padding:12px 32px;justify-content:center;align-items:center;border-radius:10px;background-color:#725cff;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;min-width:238px}.help__faq__section__wrapper{display:flex;padding:48px 53px;flex-direction:column;align-items:flex-start;gap:50px;border-radius:20px;background-color:#fff}.help__faq__section__wrapper h5.section__title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;width:100%}.faq__item__wrap .question{transition:all .3s ease;position:relative;cursor:pointer;justify-content:space-between;display:flex;align-items:center;gap:10px;width:100%}.answercont{max-height:0;overflow:hidden;transition:.3s}.faq__item__wrap .answer{color:#5c667f;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:1.75;transition:all .3s ease}@media screen and (max-width:790px){html{font-size:14px}.wrapper{width:80%}}.help__faq__section__wrapper .faq__cover__box__wrapper{width:100%}.help__faq__section__wrapper .faq__item__wrap{border-radius:12px;background-color:#f2f2f7;padding:30px;cursor:pointer;width:100%}.faq__item__wrap .question .faq__icon{line-height:0px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transform:rotate(180deg);transition:all .3s ease}.faq__item__wrap .question h6.faq__title{flex:1 0 0;color:#10223b;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.faq__item__wrap .question.active .faq__icon{transform:rotate(0deg)}.faq__item__wrap .question.active{padding-bottom:18px}.faq__cover__box__wrapper .faq__list__wrapper{display:grid;gap:30px 45px;align-items:self-start;grid-template-columns:48% 48%}.search__result__faq__box .result__title{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75;display:block;width:100%}.wehelpyou__wrapper .search__result__faq__box{flex-direction:column;display:flex;gap:45px}.search__result__faq__box .faq__item__wrap{display:flex;padding:30px;flex-direction:column;align-items:flex-start;border-radius:12px;background:#f2f2f7}.search__result__faq__box .faq__list__wrapper{display:flex;flex-direction:column;align-items:center;gap:20px;align-self:stretch}.submit__request__form__wrapper .request__form__wrapper{display:flex;flex-direction:column;gap:22px}.submit__request__form__wrapper{display:flex;flex-direction:column;gap:50px;margin-bottom:85px}.submit__request__form__wrapper h5.title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal}.submit__request__form__wrapper .request__form__wrapper .request__info__note{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75}.request__form__wrapper .request__field__box textarea{width:100%;display:flex;height:188px;padding:16px;align-items:flex-start;gap:20px;border-radius:8px;border:1px solid #c2d1d9;color:#505d68;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.45}.request__form__wrapper .request__field__box textarea::-moz-placeholder{color:#505d68;font-size:16px;font-style:normal;font-weight:500;line-height:26px;font-family:Poppins}.request__form__wrapper .request__field__box textarea::placeholder{color:#505d68;font-size:16px;font-style:normal;font-weight:500;line-height:26px;font-family:Poppins}.request__form__wrapper .request__field__box input{width:100%;padding:16px;border-radius:8px;border:1px solid #c2d1d9;color:#505d68;font-size:16px;font-style:normal;font-weight:500;line-height:1.5;font-family:Poppins}.request__form__wrapper .request__field__box input::-moz-placeholder{color:#505d68;font-size:16px;font-style:normal;font-weight:500;font-family:Poppins;line-height:1.5}.request__form__wrapper .request__field__box input::placeholder{color:#505d68;font-size:16px;font-style:normal;font-weight:500;font-family:Poppins;line-height:1.5}.request__form__wrapper .request__field__box select{border-radius:8px;border:1px solid #c2d1d9;padding:16px;color:#505d68;font-size:16px;font-style:normal;font-family:Poppins;font-weight:500;height:58px;width:100%;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none}.submit__request__btn .purple__send__btn{border-radius:10px;background-color:#725cff;display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;border:0;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;min-width:153px;transition:all .3s ease;cursor:pointer}.submit__request__box__wrapper .inner__group__box.submitrequest__active__form{display:none}.submit__request__box__wrapper .submit__request__form__wrapper.submitrequest__active__form{display:flex!important}.save__btn__box__wrapper .back__trans__btn{display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;border-radius:10px;border:1px solid #725cff;min-width:152px;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.6;background-color:#fff;cursor:pointer}.save__btn__box__wrapper .back__trans__btn .btn__icon{line-height:0px;width:24px;height:24px}.learner__tag_grid__wrapper .section__title__box{display:flex;align-items:center;gap:12px;align-self:stretch;width:100%;justify-content:space-between}.learner__tag_grid__wrapper .section__title__box h4.title{flex:1 0 0;color:#111610;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal}.color__key__select .select__option{display:flex;padding:12px 30px;justify-content:center;align-items:center;gap:12px;border-radius:10px;border:1px solid #725cff;cursor:pointer}.color__key__select .select__option .select__text{color:#725cff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.color__key__select .select__option .select__icon{line-height:0px;width:24px;height:24px}.learner__tag_grid__wrapper .section__title__box .color__key__select{position:relative}.color__key__select .color__key__dropdown{display:flex;max-width:380px;padding:20px;flex-direction:column;align-items:flex-start;width:380px;position:absolute;right:0;top:calc(100% + 5px);border-radius:10px;border:1px solid #dfe5ec;background-color:#fff;box-shadow:0 12px 20px 0 rgba(0,0,0,.1)}.color__key__select .color__key__dropdown table{width:100%;border-collapse:collapse;border:0;padding:0;margin:0}.color__key__select .color__key__dropdown table .head__item{display:flex;padding:10px;flex-direction:column;justify-content:center;align-items:center;gap:10px;background-color:#fff5f1;color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.color__key__select .color__key__dropdown table th{border:1px solid #dfe5ec}.color__key__select .color__key__dropdown table span{width:100%;height:48px;display:block}.color__key__dropdown table .purple__options{background-color:#917aff}.color__key__dropdown table .blue__options{background-color:#b7e6ff}.color__key__dropdown table .light_red__options{background-color:#ffc8bb}.color__key__dropdown table td .color__title{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.75;padding:10px;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.color__key__dropdown table td{border:1px solid #dfe5ec}.color__key__select .color__key__dropdown.dropdown__active{display:flex!important}.learner__tag_grid__wrapper{border-radius:20px;background-color:#fff;display:flex;padding:30px;flex-direction:column;gap:30px;width:100%}.main__grid__table__wrapper .table__box__wrapper table{width:100%;border-collapse:collapse;border:0;padding:0;margin:0}.learner__tag_grid__wrapper .main__grid__table__wrapper .table__x__wrap{display:flex;height:50px;padding-left:100px;align-items:center;width:100%;padding-right:24px;margin-top:10px}.main__grid__table__wrapper .table__inner__cover{display:flex;align-items:flex-start;gap:20px}.main__grid__table__wrapper .table__y__wrap{display:flex;width:50px;height:600px;flex-direction:column;justify-content:space-between;align-items:center;padding-bottom:12px}.main__grid__table__wrapper .table__box__wrapper{width:100%;text-align:center}.main__grid__table__wrapper .table__box__wrapper .table__box__last_tr td{border:inherit;background-color:inherit;height:inherit;width:inherit;max-width:inherit;min-width:inherit;padding-top:10px}.main__grid__table__wrapper .table__box__wrapper table td{border:1px solid #8f959c;background-color:#fff;height:100px;width:200px;max-width:200px;min-width:200px}.main__grid__table__wrapper .table__box__wrapper table td>* span{height:50px;display:flex;align-items:center;justify-content:center;color:#000;width:100%}.main__grid__table__wrapper .table__box__wrapper table td,.main__grid__table__wrapper .table__box__wrapper table tr{border-collapse:collapse}.main__grid__table__wrapper .table__box__wrapper table td span{color:#3f444a;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.main__grid__table__wrapper .table__box__wrapper table td span:first-child{border-bottom:1px solid}.main__grid__table__wrapper table td.purple__box{border:1px solid #8f959c}.main__grid__table__wrapper table td.brown__box{border:1px solid #8f959c;background-color:#eeeef0}.recycle__bin__popup .popup__wrap{border-radius:20px;background-color:#fff;display:flex;max-width:90%;padding:30px;flex-direction:column;align-items:center;gap:30px;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.recycle__bin__popup .popup__head__wrapper{width:100%;display:flex;align-items:center;gap:12px;align-self:stretch}.recycle__bin__popup .popup__close__btn a{padding:0}.recycle__bin__popup .popup__head__wrapper h4.popup__title{flex:1 0 0;color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.recycle__bin__popup .recycle__bin__table__wrapper{width:100%}.recycle__bin__table__wrapper .table__data__wrapper{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:20px;border-radius:16px;border:1px solid #8f959c;width:100%;overflow:hidden;overflow-x:auto}.recycle__bin__table__wrapper .table__data__wrapper .table__head__box,.recycle__bin__table__wrapper .table__data__wrapper table{width:100%;text-align:left}.recycle__bin__table__wrapper .table__data__wrapper .table__row__wrapper{width:100%;display:flex;flex-direction:column;align-items:center;gap:30px;height:375px;overflow:hidden;overflow-y:auto;padding-right:10px}.recycle__bin__popup .table__row__wrapper .table__row__item{display:flex;align-items:center;align-self:stretch;justify-content:space-between;width:100%;gap:30px}.table__row__wrapper .table__row__item .row__item{width:100%;flex:1}.table__row__wrapper .table__row__item .action__btn__group.row__item{display:flex;align-items:center;gap:20px}.restore__btn a{border-radius:6px;background-color:#eee8ff;padding:10px 18px;gap:10px;min-width:127px}.restore__btn .btn__icon,.restore__btn a{display:flex;justify-content:center;align-items:center}.restore__btn .btn__icon{width:20px;height:20px;line-height:0}.restore__btn .btn__text{color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.65;display:block}.delete__permanently__btn a{min-width:225px;border-radius:6px;background-color:#eeeef0;display:flex;padding:10px 18px;justify-content:center;align-items:center;gap:10px;width:100%}.delete__permanently__btn .btn__icon{display:flex;width:20px;height:20px;justify-content:center;align-items:center;line-height:0px;filter:grayscale(1)}.delete__permanently__btn .btn__text{color:#8f959c;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.65;display:block}.recycle__bin__table__wrapper .table__head__box span{display:block;color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.7}.recycle__bin__table__wrapper .table__head__box{display:flex;align-items:center;gap:30px;align-self:stretch}.table__row__wrapper .table__row__item .past__assessment.row__item{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.5}.recycle__bin__popup .table__row__item .table__progress__bar.row__item{display:flex;justify-content:start;align-items:center;gap:10px}.recycle__bin__table__wrapper .table__data__wrapper .main__head__cover{width:100%}.recycle__bin__table__wrapper .table__head__box .head__action__item,.recycle__bin__table__wrapper .table__head__box .head__date__item,.recycle__bin__table__wrapper .table__head__box .head__pastassessment__item,.recycle__bin__table__wrapper .table__head__box .head__progress__item{flex:1}.recycle__bin__popup .table__row__item .table__progress__bar.row__item span{color:#41b9fe;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.75;display:block}.table__progress__bar .progressbar__box{border-radius:100px;background-color:#e2f5ff;display:flex;width:calc(100% - 40px);height:20px;align-items:center;flex-shrink:0}.table__progress__bar .progressbar__box .progressbar__fill{border-radius:100px;background-color:#41b9fe;height:100%}.table__row__wrapper .table__row__item .date__item.row__item span{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.5;display:block}.btn__group__box{margin-top:225px;display:flex;flex-direction:column;gap:12px;text-align:center}.btn__group__box .contact__us_btn a{min-width:100%;width:100%;border-radius:10px;border:2px solid #725cff;display:inline-flex;padding:12px 32px;justify-content:center;align-items:center;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.5}.btn__group__box .payment__solid__back__btn a{display:inline-flex;padding:12px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background-color:#725cff;min-width:100%}.btn__group__box .payment__solid__back__btn .btn__icon{display:flex;width:24px;height:24px;justify-content:center;align-items:center;line-height:0px;transform:rotate(90deg)}.btn__group__box .payment__solid__back__btn .btn__text{color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;display:block}.mobile__pending__learner__setup.for__mobile{padding:30px 20px;background-color:#eaeef5}.mobile__pending__learner__setup.for__mobile h4.title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.mobile__pending__learner__setup.for__mobile .pending__learner__table__details{display:flex;padding:20px;flex-direction:column;justify-content:center;align-items:flex-start;gap:14px;border-radius:16px;background-color:#fff;width:100%}.mobile__pending__learner__setup.for__mobile .inner__cover__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.pending__learner__table__details .table__head__box{width:100%}.pending__learner__table__details .table__head__box table{width:100%;border-collapse:collapse;border:0}.pending__learner__table__details .table__head__box table th{color:#111610;text-align:right;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:1.85}.pending__learner__table__details .table__head__box table th.text__left{text-align:left}.pending__learner__table__details .table__head__box table th.text__right{text-align:right}.mobile__pending__learner__setup.for__mobile .pending__learner__table__details .divider__sepline{background-color:#8f959c}.mobile__pending__learner__setup.for__mobile .pending__learner__table__details .table__data__box__wrapper{width:100%;flex-direction:column;display:flex;gap:0}.mobile__pending__learner__setup.for__mobile .table__row__item .pending__learner__user{display:flex;align-items:center;gap:10px;padding:14px 0}.table__row__item .subscription__status__box{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:2px}.table__row__item .subscription__status__box .monthly{color:#3f444a;font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:1.85;display:block}.table__row__item .subscription__status__box .setup__needed{color:#3f444a;font-family:Poppins;font-size:10px;font-style:normal;font-weight:400;line-height:1.8}.table__row__item .pending__learner__user .learner__user__detail{display:flex;align-items:center;gap:10px;flex:1 0 0}.table__row__item .pending__learner__user .learner__user__detail .user__avatar_img,.table__row__item .pending__learner__user .learner__user__detail .user__avatar_img img{line-height:0px;width:32px;height:32px;border-radius:100%}.table__row__item .pending__learner__user .learner__user__info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;flex:1 0 0}.table__row__item .pending__learner__user .learner__user__info h6.user__name{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.65}.table__row__item .pending__learner__user .learner__user__info .time{color:#3f444a;font-family:Poppins;font-size:10px;font-style:normal;font-weight:400;line-height:1.8;align-self:stretch}.mobile__button__wrapper .purple__purchase__learner__btn a{display:flex;padding:10px 24px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background-color:#725cff;color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.65;width:100%}.mobile__pending__learner__setup.for__mobile .mobile__button__wrapper{width:100%;display:flex;align-items:center;gap:10px;align-self:stretch;justify-content:center}.mobile__pending__learner__setup.for__mobile .table__data__box__wrapper .divider__sepline{background-color:#eeeef0}.mobile__pending__learner__setup .mobile__button__wrapper div{width:100%;text-align:center}.mobile__pending__learner__setup .mobile__button__wrapper .purple__trans__btn a{color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.62;display:flex;padding:10px 24px;justify-content:center;align-items:center;border-radius:8px;border:1px solid #725cff}.mobile__pending__learner__setup .mobile__button__wrapper .purple__solid__btn a{display:flex;padding:10px 24px;justify-content:center;align-items:center;border-radius:6px;background-color:#725cff;color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.62}.mob__learner__userinfo .learner__options__btn{display:flex;padding:8px;align-items:center;gap:4px;border-radius:6px;background-color:#eaeef5;width:40px;height:40px;cursor:pointer}.mob__learner__userinfo .learner__user__avatar,.mob__learner__userinfo .learner__user__avatar img{line-height:0px;width:40px;height:40px;border-radius:100%}.mobile__main_learner__list__wrapper.for__mobile .mobile__learner__list__box{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:24px;border-radius:16px;background-color:#fff}.mobile__learner__list__box .mobile__learner__list__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.mobile__main_learner__list__wrapper.for__mobile{padding:30px 20px;background-color:#eaeef5}.mobile__learner__list__box .learner__title__box__wrap{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;align-self:stretch}.mobile__learner__list__box .mobile__learner__list__wrapper .learner__user__item__box{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;align-self:stretch}.learner__user__item__box .mob__learner__userinfo{width:100%;display:flex;align-items:center;gap:12px;align-self:stretch;justify-content:space-between}.mob__learner__userinfo .learner__user__info{width:calc(100% - 105px);display:flex;flex-direction:column;gap:0}.learner__user__item__box .learner__user__progress__bar{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;align-self:stretch}.learner__user__progress__bar .progress__bar__title{display:flex;align-items:center;gap:10px;width:100%}.learner__user__progress__bar .progress__bar__title .progress__percent{color:#3f444a;font-family:Poppins;font-size:10px;font-style:normal;font-weight:500;line-height:normal}.learner__user__progress__bar .progress__bar__title .progress__label{color:#3f444a;font-family:Poppins;font-size:10px;font-style:normal;font-weight:400;line-height:1.8;flex:1 0 0}.mob__learner__userinfo .learner__user__info .learner__name__gender{display:flex;align-items:center;gap:5px}.mob__learner__userinfo .learner__user__info .user__dob{color:#3f444a;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:1.83}.mob__learner__userinfo .learner__name__gender .gender{color:#3f444a;font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:1.85;flex:1 0 0}.mob__learner__userinfo .learner__name__gender .name{color:#111610;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal;max-width:120px;width:100%}.default__progressbar{border-radius:100px;background-color:#e2f5ff;height:10px;width:100%}.learner__progress{width:100%}.progress-tc-pb-info .default__progressbar{height:5px}.progress-tc-pb-info .learners__progress__bar{height:10px}.default__progressbar .progressbar__filler{transition:all .3s ease;height:100%;display:block;border-radius:100px;background-color:#41b9fe}.mobile__learner__list__box .learner__title__box__wrap h4.title{color:#111610;font-family:Poppins;font-size:22px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.learner__title__box__wrap .solid__purple__btn{display:inline-block}.learner__title__box__wrap .solid__purple__btn a{border-radius:6px;background-color:#725cff;display:flex;padding:8px 15px;justify-content:center;color:#fff;font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:normal;min-width:136px;align-items:center}.learner__user__item__box .mob__learner__userinfo .options__btn__cover{position:relative}.options__btn__cover .menu__options__popup{display:flex;padding:10px;flex-direction:column;justify-content:center;align-items:center;gap:8px;position:absolute;right:-20px;width:180px;top:calc(100% + 18px);border-radius:6px;background-color:#fff;z-index:2;opacity:0;visibility:hidden}.learner__options__btn.menu__active+.menu__options__popup{opacity:1;visibility:visible}.options__btn__cover .menu__options__popup:after{content:"";position:absolute;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASAgMAAABHpjTBAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAgF86IRDwAAAASklEQVQI10XKsRHAIBADQezEZbgVd2Y6owWKIQWh4Z5BiS7Y5N05sadGvC3i7/wlfRCpQqQGkXoQI4gRxAhitAjIBGQCKsQ4sTcBlWNGpoRSE4kAAAAASUVORK5CYII=);width:32px;height:18px;top:-15px;right:18px}.menu__options__popup .menu__purple__btn a{display:flex;padding:10px 24px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background-color:#725cff;width:100%}.menu__purple__btn .btn__icon{line-height:0px;display:flex;width:20px;height:20px;justify-content:center;align-items:center}.menu__options__popup .menu__purple__btn .btn__text{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.65;display:block}.menu__options__popup .menu__purple__btn{width:100%}.overlay__popup.overlay__active{width:100%;height:100%;top:0;left:0;position:fixed;background-color:#00000050;z-index:1}.mob__learner__details__block .mob__learner__details__card__list{display:flex;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch;max-height:360px;overflow:auto;padding-right:10px}.mob__learner__details__card__list .mob__learner__details__item{display:flex;padding:12px;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;align-self:stretch;border-radius:10px;border:1px solid #eeeef0;background-color:#fff;width:100%}.mobile__organization__learner__details.for__mobile{display:flex;width:100%;padding:0;background-color:#eaeef5}.mobile__organization__learner__details.for__mobile .mob__learner__details__block{width:100%;display:flex;padding:20px;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;align-self:stretch;border-radius:16px;background-color:#fff}.mob__learner__details__block .title__block{display:flex;align-items:center;gap:10px;align-self:stretch;justify-content:space-between}.mob__learner__details__block .title__block h5.title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.mob__learner__details__block .title__block .view__all__link a{display:flex;align-items:center;gap:6px;line-height:0px}.title__block .view__all__link .link__text{color:#725cff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:1.3;display:block}.title__block .view__all__link .link__icon{display:flex;width:20px;height:20px;justify-content:center;align-items:center;transform:rotate(180deg)}.mob__learner__details__block .mob__table__header{width:100%;display:flex;align-items:center;justify-content:space-between;padding-right:20px}.mob__learner__details__block .mob__table__header .table__head__item{color:#111610;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:1.85;display:flex;align-items:center;gap:12px;position:relative}.table__head__item .subscription__info__block{position:absolute;width:300px;top:100%;text-align:center;left:50%;transform:translate(-50%,20px);display:flex;padding:12px 14px;flex-direction:column;justify-content:center;align-items:center;gap:10px;align-self:stretch;background-color:#fff;border-radius:6px;z-index:2;opacity:0;visibility:hidden;transition:all .3s ease}.subscription__info__block .info__title{color:#111610;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.75}.table__head__item .subscription__info__block .info__text{color:#111610;text-align:center;font-family:Poppins;font-size:13px;font-style:normal;font-weight:400;line-height:normal}.table__head__item .subscription__info__block:before{content:"";position:absolute;top:-15px;left:50%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASAgMAAABHpjTBAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAgF86IRDwAAAASklEQVQI10XKsRHAIBADQezEZbgVd2Y6owWKIQWh4Z5BiS7Y5N05sadGvC3i7/wlfRCpQqQGkXoQI4gRxAhitAjIBGQCKsQ4sTcBlWNGpoRSE4kAAAAASUVORK5CYII=);width:32px;height:18px;background-position:top;background-repeat:no-repeat;background-size:100%}.table__head__item .subscription__info__block.popover__active{opacity:1;visibility:visible}.mob__learner__details__item .inner__learner__info{width:100%;display:flex;align-items:center;gap:12px;align-self:stretch}.mob__learner__details__item .inner__learner__info .learner__personal__info{display:flex;align-items:center;gap:8px;flex:1 0 0;width:100%;justify-content:space-between}.learner__personal__info .mob__learn__more a{display:flex;padding:4px;align-items:center;gap:4px;border-radius:6px;background-color:#eaeef5;width:32px;height:32px}.mob__learner__details__item .learner__user__progress__bar{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;align-self:stretch}.mob__learner__details__item .learner__avatar__img,.mob__learner__details__item .learner__avatar__img img{width:40px;height:40px;border-radius:100%}.mob__learner__details__item .learner__avatar__img{border:1.5px solid #fff}.learner__personal__info .learner__name__status{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;flex:1 0 0}.learner__personal__info .learner__name__status .name{color:#111610;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:1.72;align-self:stretch}.learner__name__status .status_label{display:flex;padding:2px 8px;align-items:center;gap:8px;border-radius:60px;font-family:Poppins;font-size:10px;font-style:normal;font-weight:400;line-height:1.8;color:#fff}.learner__name__status .status_label.inactive{background-color:#fff5f1;color:#db3e59}.learner__name__status .status_label.active{color:#36c27a;background-color:#f0fdf4}.mobile__active__learner__subscriptions__wrapper.for__mobile{display:flex;width:100%;padding:30px 20px;flex-direction:column;align-items:flex-start;background-color:#eaeef5}.mobile__active__learner__subscriptions__wrapper .main__subscription__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;align-self:stretch}.main__subscription__wrapper .learner__subscriptions__list__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch}.learner__subscriptions__list__wrapper .subscription__list__item__block{display:flex;padding:26px 16px;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;align-self:stretch;border-radius:12px;border:1px solid #eeeef0;background-color:#fff}.subscription__list__item__block .active__learner__info{display:flex;align-items:center;gap:16px;align-self:stretch}.active__learner__info .activve__learner__avatar{width:48px;height:48px;flex-shrink:0;border-radius:100px;border:1.5px solid #fff}.active__learner__info .activve__learner__avatar img{width:48px;height:48px;border-radius:100%}.active__learner__personal__info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;flex:1 0 0}.active__learner__personal__info .name__and__duration{display:flex;align-items:center;gap:8px;align-self:stretch}.active__learner__personal__info .name__and__duration h6.name__title{flex:1 0 0;color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:600;line-height:normal}.name__and__duration .duration{color:#3f444a;font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:1.85}.name__and__duration .price__label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal;width:100%}.active__learner__date__box{display:flex;align-items:center;width:100%;justify-content:space-between}.active__learner__date__box .date__box{display:flex;flex-direction:column}.active__learner__date__box .date__box .date__text{color:#3f444a;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:1.7;display:block}.active__learner__date__box .date__box .text{color:#111610;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:1.85}.purple__cancel__subscription__btn{width:100%}.purple__cancel__subscription__btn a{border-radius:6px;background-color:#725cff;display:flex;padding:12px 24px;justify-content:center;align-items:center;gap:10px}.purple__cancel__subscription__btn .btn__icon{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.purple__cancel__subscription__btn .btn__text{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.5}.active__learner__personal__info .price__label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0;width:100%}.main__subscription__wrapper .title__block__wrapper h5.title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.cancel__subscription__popup .popup__wrap{display:flex;max-width:525px;padding:30px;flex-direction:column;align-items:center;gap:30px;width:100%;border-radius:16px;background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cancel__subscription__popup .popup__group__box{display:flex;align-items:flex-start;gap:12px}.cancel__subscription__popup .description__content__box{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;flex:1 0 0;text-align:left}.cancel__subscription__popup .description__content__box h5.popup__title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;align-self:stretch}.cancel__subscription__popup .popup__description__wrap{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.5}.cancel__subscription__popup .popup__content__box{display:flex;flex-direction:column;gap:28px;text-align:center;align-items:center}.cancel__subscription__popup .close__btn a{border-radius:6px;background-color:#eeeef0;display:flex;padding:0;justify-content:center;align-items:center;line-height:0px;width:40px;height:40px}.cancel__subscription__popup .divider__sepline{background-color:#8f959c}.purple__solid__cancel__btn{display:inline-flex}.purple__solid__cancel__btn a{display:flex;padding:12px 32px;justify-content:center;align-items:center;border-radius:10px;background-color:#725cff;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;min-width:136px;transition:all .3s ease}.purple__solid__cancel__btn a:hover{background-color:#44474c}.resume__subscription__popup .card__number__field{padding:0}.resume__subscription__popup .card__information__box{display:flex;max-width:420px;flex-direction:column;align-items:flex-start;gap:12px;text-align:left}.mobile__invoices__wrapper.for__mobile{display:flex;width:100%;padding:30px 20px;flex-direction:column;align-items:flex-start;background-color:#eaeef5}.mobile__invoices__wrapper .mobile__main__invoice__wrapper{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;align-self:stretch}.mobile__main__invoice__wrapper .mobile__invoice__list__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch;width:100%}.mobile__invoice__list__wrapper .mobile__invoice__item__block{display:flex;padding:16px;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;align-self:stretch;border-radius:12px;border:1px solid #eeeef0;background-color:#fff}.mobile__invoice__item__block .mobile__invoice__user__box{display:flex;align-items:center;gap:16px;align-self:stretch}.mobile__invoice__item__block .invoice__text__link__wrap{display:flex;align-items:center;gap:8px;align-self:stretch;justify-content:space-between}.mobile__invoice__user__box .invoice__user__info__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;flex:1 0 0}.invoice__user__info__wrapper .user__name__p_status{display:flex;align-items:center;gap:8px;align-self:stretch;justify-content:space-between}.invoice__user__info__wrapper .pay__date__wrapper{display:flex;align-items:center;gap:12px;align-self:stretch;justify-content:space-between}.mobile__invoice__user__box .user__profile__img,.mobile__invoice__user__box .user__profile__img img{display:flex;width:48px;height:48px;justify-content:center;align-items:center;border-radius:100%}.mobile__invoice__item__block .divider__sepline{background-color:#dee2e7}.mobile__main__invoice__wrapper h4.title{font-size:20px}.mobile__main__invoice__wrapper h4.title,.user__name__p_status h4.invoice__name{color:#111610;font-family:Poppins;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.user__name__p_status h4.invoice__name{font-size:16px}.user__name__p_status .payment__status{color:#3f444a;font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:1.85;display:block}.pay__date__wrapper .invoice__amount{color:#111610;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:1.75;flex:1 0 0;display:block}.pay__date__wrapper .invoice__date{color:#3f444a;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:1.85;display:block}.invoice__text__link__wrap h6{display:flex;align-items:center;gap:4px;flex:1 0 0;color:#111610;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:1.75}.invoice__text__link__wrap h6 span{color:#3f444a;font-family:Poppins;font-size:10px;font-style:normal;font-weight:400;line-height:1.8;display:block}.invoice__text__link__wrap .view__invoice__link a{display:flex;align-items:center;line-height:1px}.view__invoice__link .link__icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;transform:rotate(180deg)}.view__invoice__link .link__text{color:#725cff;font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:1.85}.mobile__payment__history__wrapper.for__mobile{display:flex;width:100%;padding:30px 20px;flex-direction:column;align-items:flex-start;background-color:#eaeef5}.mobile__payment__history__wrapper h4.title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.mobile__payment__history__wrapper .main__section__cover__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;align-self:stretch}.mobile__payment__history__wrapper .payment__history__invoice__list__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch}.payment__history__invoice__list__wrapper .payment__invoice__plan__item{width:100%;display:flex;padding:16px;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;align-self:stretch;border-radius:12px;border:1px solid #eeeef0;background-color:#fff}.payment__invoice__plan__item .invoice__user__info__wrapper{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;flex:1 0 0}.invoice__btn a{display:flex;justify-content:flex-end;align-items:center;gap:5px}.invoice__btn .invoice__text{color:#725cff;font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:1.85}.invoice__btn .invoice__icon{display:flex;width:20px;height:20px;justify-content:center;align-items:center;flex-shrink:0}.payment__history__btn__box .purple__download__btn a{border-radius:10px;background-color:#725cff;display:flex;padding:12px 30px;justify-content:center;align-items:center;color:#fff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal;min-width:178px}.payment__history__btn__box .purple__download__btn{display:inline-block}.mobile__payment__history__wrapper .payment__history__btn__box{margin-top:4px}.mobile__learners__assessment__widget{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;align-self:stretch}.mobile__learners__assessment__widget .mobile__learner__assessment__list__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:10px;flex:1 0 0;align-self:stretch}.mobile__learner__assessment__list__wrapper .learner__assessment__box__item{width:100%;display:flex;padding:20px;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;align-self:stretch;border-radius:10px;background-color:#fff}.learner__assessment__box__item .learner__assessment__header{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;align-self:stretch}.learner__assessment__header .date__assessment__label{width:100%;display:flex;align-items:center;gap:2px;align-self:stretch;justify-content:space-between}.learner__assessment__header .learner__user__progress__bar{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;align-self:stretch}.learner__assessment__box__item .learner__options__wrap{width:100%;display:flex;justify-content:space-between;align-items:center;align-self:stretch}.learner__options__wrap .link__btn .link__icon{display:flex;width:24px;height:24px;justify-content:center;align-items:center}.learner__options__wrap .link__btn .link__text{color:#725cff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:1.6;display:block}.learner__options__wrap .link__btn a{display:flex;align-items:center;gap:4px}.date__assessment__label .date__text{font-size:12px;line-height:1.85}.date__assessment__label .date__text,.date__assessment__label .text{color:#111610;font-family:Poppins;font-style:normal;font-weight:500;flex:1 0 0}.date__assessment__label .text{text-align:right;font-size:14px;line-height:1.72}.mobile__learners__assessment__widget .assessment__view__all__btn{width:100%}.assessment__view__all__btn .purple__solid__btn a{font-size:16px;line-height:1.62;padding:10px 24px}.mobile__learners__assessment__widget .mobile__learners__assessment__title{display:flex;align-items:center;gap:10px;align-self:stretch;justify-content:space-between}.mobile__learners__assessment__title h6.title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.mobile__learners__assessment__title .mobile__title__select__box .select{border:0;background-color:transparent;color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;width:110px;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZBAMAAADZBfNuAAAAKlBMVEUAAABwWP9xW/9wXf9yXf9yXP9wYP9yXP9xW/9zXv9wXP91Xf9wYP9yXP+theo8AAAADXRSTlMAIN8w7+8gn89fUD8QTCGtHgAAAEVJREFUGNNjoBvgSYDQbCCaPRjCMSkAEoyqBiA2s5MAiBIKBksoAgmwFFQCIgWRgEmBJaBSkUuAEjAp3RsCCIu5DRhoDADJVwfHoXztgwAAAABJRU5ErkJggg==);background-position:100% 50%;background-repeat:no-repeat;padding:0 30px 0 0;text-transform:capitalize}.sub__footer__wrapper{display:flex;padding:20px 40px;justify-content:center;align-items:center;color:#3f444a;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75}.mobile__voicebank__wrapper.for__mobile{display:flex;width:100%;padding:30px 20px;flex-direction:column;align-items:flex-start;gap:24px;background-color:#eaeef5}.mobile__voicebank__wrapper .voicebank__header__wrapper{width:100%;display:flex;padding:20px;flex-direction:column;align-items:center;gap:20px;align-self:stretch;border-radius:16px;background-color:#fff}.voicebank__header__wrapper .heading__title__group{width:100%;display:flex;align-items:center;gap:10px;align-self:stretch;justify-content:space-between}.voicebank__header__wrapper .mobile__page__tabs__links{width:100%}.voicebank__header__wrapper .mobile__page__tabs__links ul{justify-content:space-between;display:flex;align-items:center;list-style:none}.mobile__page__tabs__links ul li a{color:#111610;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:1.75;display:flex;padding:0 2px;flex-direction:column;justify-content:center;align-items:center;position:relative;transition:all .3s ease}.mobile__page__tabs__links ul li a:before{content:"";position:absolute;bottom:-4px;height:2px;border-radius:10px;background-color:#725cff;width:100%;transition:all .3s ease;opacity:0;visibility:hidden}.mobile__page__tabs__links ul li a:hover:before,.mobile__page__tabs__links ul li.active a:before{opacity:1;visibility:visible}.mobile__page__tabs__links ul li a:hover,.mobile__page__tabs__links ul li.active a{color:#725cff}.mobile__voicebank__learner__wrapper{display:flex;padding:16px 12px;flex-direction:column;align-items:self-start;gap:12px;align-self:stretch;border-radius:16px;background-color:#fff}.mobile__voicebank__learner__wrapper .inner__cover__wrapper{overflow:auto;width:100%;padding-bottom:12px}.mobile__voicebank__learner__wrapper .learner__table__head{display:flex;align-items:center;gap:13px;align-self:stretch;justify-content:space-between}.mobile__voicebank__learner__wrapper .learner__table__head .head__title{width:100%;color:#111610;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:1.85;flex:1 0 0;text-transform:capitalize}.mobile__voicebank__learner__wrapper .mobile__learner__profile__item__list{width:100%;display:flex;flex-direction:column;align-items:flex-start;flex:1 0 0;align-self:stretch}.mobile__learner__profile__item__list .learner__profile__item__block{display:flex;padding:14px 0;align-items:center;gap:13px;align-self:stretch;border-bottom:1px solid #eaeef5}.learner__profile__item__block .learner__action__options{display:flex;align-items:center;gap:13px;align-self:stretch;flex:1 0 0}.learner__action__options .music__btn a,.learner__action__options .trash__btn a{display:flex;padding:11px;align-items:center;gap:4px;border-radius:6px;background-color:#f6f2fd;line-height:0px;width:42px;height:42px}.learner__profile__item__block .learner__info__item{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;width:100%;flex:1 0 0}.learner__info__item .learner__name{color:#111610;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:1.75;display:block}.learner__info__item .date{color:#3f444a;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:1.85;display:block}.learner__profile__item__block .learner__test__item{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;flex:1 0 0}.learner__test__item .strong__text{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.63;display:block}.learner__test__item .small__text{color:#111610;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:1.84}.voicebank__header__wrapper .mobile__title__select__box .select{border:0;background-color:transparent;color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZBAMAAADZBfNuAAAAKlBMVEUAAABwWP9xW/9wXf9yXf9yXP9wYP9yXP9xW/9zXv9wXP91Xf9wYP9yXP+theo8AAAADXRSTlMAIN8w7+8gn89fUD8QTCGtHgAAAEVJREFUGNNjoBvgSYDQbCCaPRjCMSkAEoyqBiA2s5MAiBIKBksoAgmwFFQCIgWRgEmBJaBSkUuAEjAp3RsCCIu5DRhoDADJVwfHoXztgwAAAABJRU5ErkJggg==);background-position:100% 50%;background-repeat:no-repeat;padding:0 32px;text-transform:capitalize}.voicebank__header__wrapper .mobile__title__select__box .select option{font-size:16px}.voicebank__header__wrapper .heading__title__group h3.title{flex:1 0 0;color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.profile__widget__box.for__mobile{padding:20px;gap:20px}.profile__widget__box.for__mobile .user__profile__img,.profile__widget__box.for__mobile .user__profile__img img{display:flex;width:96px;height:96px;justify-content:center;align-items:center;flex-shrink:0;-o-object-fit:contain;object-fit:contain}.profile__widget__box.for__mobile h5.title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize}.profile__widget__box.for__mobile .user__personal__info .info__box__wrapper .label{color:#3f444a;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:1.85}.profile__widget__box.for__mobile .user__personal__info .info__box__wrapper .location{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal;align-self:stretch}.profile__widget__box.for__mobile .learner__edit__btn .btn__text{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.65;display:block}.profile__widget__box.for__mobile .learner__edit__btn .btn__icon{width:20px;height:20px;flex-shrink:0}.profile__widget__box.for__mobile .learner__edit__btn a{padding:10px 24px}.profile__widget__box.for__mobile .divider__sepline{background-color:#dee2e7}.audio__video__widget__box.for__mobile{padding:20px;gap:20px}.audio__video__widget__box.for__mobile h4.title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.audio__video__widget__box.for__mobile .widget__saved__btn .btn__icon{width:22px;height:22px}.audio__video__widget__box.for__mobile .widget__saved__btn .btn__text{color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.65}.audio__video__widget__box.for__mobile .widget__saved__btn a{padding:10px 32px}.mobile__voicebank__wrapper.for__mobile .voicebank__mobile__btn__box{width:100%}.voicebank__mobile__btn__box .purple__solid__btn a{padding:10px 24px;color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.65}.learner__action__options .save__btn .btn__icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAMAAABVlYYBAAAASFBMVEUAAAByXf9yWv9yXP9yXf9zXP9wXv9yXP9yW/9xXf9xXP9yXf9xXP9xW/9yXP9yXf9yXP9yXf9wXP9wWv9zXP9yW/9xWv9yXP8V6xaaAAAAF3RSTlMAXx+/30AQ758/z4+A32/vr59QMK+PT7/Wp9wAAACRSURBVBjTnZHdCsMwCEY12qRLmqw/2773f9NlwYKDXvVciBwFUcmIYUCORZ4w8maVmFFReJAS9Bh2A0940EDnUDX+WjGTsz1nomG8pVR6wgj/Nq9XVuSW/dD+WmKf5GxMKsjQFews7Tk3CqILOeswO2HyzraIPTpsYypoTgat5yWlNB70S6fD6iw40bfNvvjQF3LLCC0qiRVfAAAAAElFTkSuQmCC);background-size:20px 20px;width:100%;height:100%;background-position:50%;background-repeat:no-repeat;transition:all .3s ease}.learner__action__options .save__btn a{display:flex;padding:11px;align-items:center;gap:4px;border-radius:6px;background-color:#f6f2fd;line-height:0px;width:42px;height:42px;transition:all .3s ease}.learner__action__options .save__btn a:hover .btn__icon,.learner__action__options .save__btn.active__btn .btn__icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAMAAABVlYYBAAAAbFBMVEUAAAByXP9xXP9wYP9wXv9xWf9yXP9yXP9xXP9yXP9yXf9zXP9wWv9yXf9yXP9xXP////9yXP/c1v+DcP+VhP/t6v/Kwv+nmf97Zv+Me//TzP+5rv+vo//29f/u6//Bt/+ej/+Ecf/CuP+Vhf9GV5ROAAAAEHRSTlMAYL8gEB/fj8/vn0Aw76+Aw6fbRgAAAJtJREFUGNOd0csSgyAMQFG1FB+1bSKoIPhq//8fy2RiJ53pyruCwyoh49SFykTP4o5c1fCLqnDHDijjULekDQ7dV8dl1yqhwhGEpnOe9JZEKrgyaY79r/rHP7XFKZ1g2sIMLgqdnbHo0Ww4CIXJ+xcs1gQQKiOlKUQ8haqjNJ44K3EV2Bt9bPId14EK1tUtbz0v8EiX8j/UleLbBxA6FSQcAbaIAAAAAElFTkSuQmCC)}.learner__action__options .save__btn.active__btn a{background-color:#725cff}.learner__profile__item__block .learner__date__item{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex:1 0 0}.learner__profile__item__block .learner__date__item .date,.learner__profile__item__block .learner__time__item .time{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.65;display:block}.learner__profile__item__block .learner__time__item{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex:1 0 0}.pricing__box__wrapper .divider__sepline{display:none}.select__item__popup .random__btn .pink__solid__btn{border-radius:10px;background-color:#ff5664;display:flex;min-width:auto;padding:8px 18px;justify-content:center;align-items:center;color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.5;border:0;transition:all .3s ease;cursor:pointer}.select__item__popup .random__btn .pink__solid__btn:hover{background-color:#3f444a}.select__item__popup .popup__head .title__cover__box{display:flex;align-items:center;gap:12px;align-self:stretch;flex:1 0 0}.head__title__wrap .recycle__bin__btn .btn__icon{display:flex;width:20px;height:20px;justify-content:center;align-items:center}.head__title__wrap .recycle__bin__btn .btn__text{color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.63;display:block}.head__title__wrap .recycle__bin__btn a{display:flex;padding:10px 24px;justify-content:center;align-items:center;gap:10px}.confirmation__popup.randomize__confirmation__popup .popup__content__box{width:100%}.confirmation__popup.randomize__confirmation__popup .popup__btn__box{display:flex;justify-content:center;align-items:center;gap:30px;align-self:stretch;width:100%}.confirmation__popup.randomize__confirmation__popup .popup__wrap{max-width:510px;width:100%;gap:25px}.confirmation__popup.randomize__confirmation__popup .popup__btn__box div{width:100%;text-align:center}.confirmation__popup.randomize__confirmation__popup .confirmation__text__box .description__wrapper{max-width:292px;margin:0 auto}.confirmation__popup.randomize__confirmation__popup .purple__trans__btn a{border-radius:10px;border:1px solid #725cff;display:flex;padding:10px 20px;justify-content:center;align-items:center;color:#725cff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.6}.confirmation__popup.randomize__confirmation__popup .purple__solid__btn a{padding:10px 9px;border-radius:10px;background-color:#ff5664;color:#fff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.7}.assessment__sidebar__box .tab__menu__item__box .red__flag{position:relative}.assessment__sidebar__box .tab__menu__item__box .red__flag:before{content:"";position:absolute;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAANlBMVEUAAAD/VmX/V2T/VWT/VmP/VWT/VmT/VGT/VmT/VmT/VWP/VGT/VmT/VmT/VGT/VGT/U2b/VmS7mgh8AAAAEXRSTlMAn7+/3+9ff6+AYD/Pj49wUGHfxHYAAABbSURBVCjPvZBJDoAwDAOb0qQtZfP/P8sxCMWIU+c6SmQ7fXLtREhhQrPT7CGwOAVGXqnEopOLjiNMtULiuLmQHm0jgr5KFfISbgYpCIm3Uli8lQw6+1xx1vSfGySAAmF31YncAAAAAElFTkSuQmCC);width:24px;height:24px;background-size:100%;background-repeat:no-repeat;background-position:50%;top:50%;right:16px;transform:translateY(-50%)}.tbh__popup__block.transcribe__popup__wrap .popup__title__group{display:flex;align-items:center;flex:1 0 0;gap:12px}.tbh__popup__block.transcribe__popup__wrap .add__note__test__box{gap:20px}.tbh__popup__block.transcribe__popup__wrap .feature__info__btn{position:relative}.tbh__popup__block.transcribe__popup__wrap .feature__info__btn .info__btn{line-height:0px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer}.feature__info__btn .info__options__box{position:absolute;top:-18px;left:calc(100% + 12px);line-height:1;width:148px;border-radius:10px;background-color:#fff;padding:16px 12px 10px;display:flex;flex-direction:column;gap:9px;filter:drop-shadow(-5px 6px 29.4px rgba(0,0,0,.15));opacity:0;visibility:hidden;z-index:5}.info__options__box .info__colors{display:flex;width:40px;height:28px;padding:2px 12px;justify-content:center;align-items:center;border-radius:6px;background-color:#fff}.info__options__box .light__purple .info__colors{background-color:#eee8ff}.info__options__box .light__green .info__colors{background-color:#dbfddb}.info__options__box .light__red .info__colors{background-color:#fff5f1}.feature__info__btn .info__options__box .options__group .options__text{color:#000;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75;display:block}.feature__info__btn .info__options__box .options__group{display:flex;align-items:center;gap:8px;width:100%}.feature__info__btn .info__options__box:before{content:"";position:absolute;left:-7px;top:18px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAPCAYAAADd/14OAAAAb0lEQVR4AY3QUQ2AMAwE0EpAAhKQgAQkIAEH4GAWcIKUSUDC0SUjaZZ2t0su2cdb2k2EBMCkvRlatFmLHjpgEo160KRF6z8qhHq+0EkBszfKgwkDcV8YworLCplC8zWJQnNh174UeqsIi5pzCFa8fbCFSgZXsfLsAAAAAElFTkSuQmCC);width:10px;height:15px;background-repeat:no-repeat;background-position:50%}.feature__info__btn:hover .info__options__box{opacity:1;visibility:visible}.transcribe__tab__section .tab__btn__groups{width:100%;display:flex;align-items:center;gap:10px;justify-content:center}.transcribe__tab__section .tab__btn__groups .tab__btn{width:100%;color:#8f959c;text-align:center;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.65;padding:10px;height:56px;border:0;background-color:#fff;cursor:pointer;border-bottom:1px solid #dee2e7}.transcribe__tab__section .tab__btn__groups .tab__btn.active__btn{background-color:#725cff;color:#fff}.transcribe__popup__wrap .keyboard__box__wrapper .keyboard__input__field{position:relative;height:72px}.transcribe__popup__wrap .keyboard__box__wrapper .keyboard__input__field .search__info__btn{position:absolute;top:7px;right:10px;transform:inherit;z-index:9}.transcribe__popup__wrap .search__info__btn a{padding:10px 18px}.transcribe__popup__wrap .search__info__btn .btn__text{color:#917aff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.6;display:block}.transcribe__popup__wrap .search__info__btn .btn__icon{display:flex;width:20px;height:20px;padding:3.5px;justify-content:center;align-items:center}.transcribe__popup__wrap .search__info__btn a{display:flex;padding:9px 17px;justify-content:center;align-items:center;gap:10px;border-radius:8px;border:1px solid #d2c7fe;min-width:97px}.select__incorrect__details__box{display:flex;padding:10px;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch;border-radius:6px;background-color:#fff;box-shadow:7px 7px 25px 0 rgba(0,0,0,.1);width:100%}.select__incorrect__details__box .select__title__group__box{display:flex;align-items:center;justify-content:space-between;width:100%}.select__incorrect__details__box .select__title__group__box h6.title{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.75}.title__result__box .result__label__groups{display:flex;height:45px;justify-content:flex-end;align-items:flex-start;gap:10px}.title__result__box .result__label__groups .label__text{display:flex;padding:2px 12px;justify-content:center;align-items:center;gap:10px;flex:1 0 0;align-self:stretch;border-radius:6px;border:1px solid #dee2e7;color:#dee2e7;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.3;min-width:53px;cursor:pointer}.title__result__box .result__label__groups .label__text.label__active{background-color:#fff5f1;color:#db3e59;border-color:transparent}.options__list__group__box .options__group{display:flex;flex-direction:column}.select__incorrect__details__box .options__list__group__box{width:100%}.options__list__group__box .options__group{width:100%;display:grid;align-items:flex-start;gap:10px;grid-template-columns:49% 49%}.select__incorrect__details__box .options__list__group__box .options__item__box{display:flex;padding:8px 18px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background-color:#eaeef5;height:50px}.select__incorrect__details__box .options__item__box label{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:2.15;display:block}.tbh__popup__block.transcribe__popup__wrap .divider__sepline{background-color:#dee2e7}.select__incorrect__details__box .incorrect__cover__box{width:100%;display:flex;flex-direction:column;gap:10px}.select__incorrect__details__box .incorrect__cover__box h6.title{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.75}.incorrect__cover__list .incorrect__options__item{display:flex;width:100%;align-items:center;gap:10px}.incorrect__cover__list .incorrect__options__item .ans__number{padding:2px 12px;justify-content:center;align-items:center;max-width:50px;height:50px;font-size:16px;line-height:1.3}.incorrect__cover__list .incorrect__options__item .ans__number,.incorrect__cover__list .incorrect__options__item .ans__text{display:flex;gap:10px;flex:1 0 0;align-self:stretch;border-radius:6px;background-color:#fff5f1;color:#db3e59;font-family:Poppins;font-style:normal;font-weight:500}.incorrect__cover__list .incorrect__options__item .ans__text{padding:8px 18px;align-items:flex-start;font-size:20px;line-height:1.7}.select__incorrect__details__box .incorrect__cover__box .incorrect__cover__list{display:flex;flex-direction:column;gap:10px}.transcribe__popup__wrap .transcribe__tab__section{display:flex;width:100%;flex-direction:column;gap:22px}.transcribe__popup__wrap .transcribe__tab__section .tab__note__box textarea{display:flex;height:176px;padding:15px;align-items:flex-start;gap:12px;border-radius:8px;border:1px solid #8f959c;width:100%;color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.3}.phonetic__symbol__guide__popup.updated__popup .keyboard__input__field input{border-radius:8px;border:1px solid #8f959c;background-color:#fff;width:100%;display:flex;padding:14px 16px;align-items:center;gap:12px;height:60px}.phonetic__symbol__guide__popup.updated__popup .phonetic__symbol__guide__table table th:first-child{background-color:#eeeef0;color:#000;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:1.6}.phonetic__symbol__guide__popup.updated__popup .phonetic__table__body .table__td .text{line-height:2}.phonetic__symbol__guide__popup.updated__popup .tab__head__item .table__td .text{color:#3f444a;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:2}.phonetic__symbol__guide__popup.updated__popup .label__text{text-align:center;color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75;display:flex;width:32px;height:32px;padding:2px 12px;justify-content:center;align-items:center;gap:10px;border-radius:4px;background-color:#eeeef0}.phonetic__symbol__guide__popup.updated__popup .phonetic__table__body .table__td{justify-content:center}.title__result__box .result__label__groups .red__label{background-color:#fff5f1;color:#db3e59;border-color:transparent}.title__result__box .result__label__groups .green__label{background-color:#dbfddb;color:#36c27a;border-color:transparent}.title__result__box .result__label__groups .purple__label{background-color:#eee8ff;color:#725cff;border-color:transparent}.title__result__box .result__label__groups .grey__label{color:#dee2e7}.title__result__box .result__label__groups .incorrect__hide__label{display:none}.learners__assessment__data.learners__progress{display:flex;align-items:center;gap:10px}.learners__assessment__data.learners__progress .progress__numbers{color:#41b9fe;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;display:block;line-height:1.45}.learner__subscription__popup .popup__wrap{display:flex;max-width:595px;padding:40px 30px;flex-direction:column;align-items:center;gap:30px;border-radius:20px;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%}.learner__subscription__popup .popup__head__wrapper{display:flex;align-items:center;gap:12px;align-self:stretch}.learner__subscription__popup .popup__head__wrapper h4.popup__title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:500;line-height:normal;flex:1 0 0}.learner__subscription__popup .subscription__content__box{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch;border-radius:16px;background-color:#eee8ff}.learner__subscription__popup .subscription__content__box .data__row__group{display:flex;align-items:center;gap:30px;align-self:stretch}.learner__subscription__popup .data__row__group label,.learner__subscription__popup .data__row__group span{flex:1 0 0}.learner__subscription__popup .data__row__group label{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.65;display:block}.learner__subscription__popup .data__row__group span{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65;display:block}.learner__subscription__popup .solid__purple__btn a{display:flex;padding:16px 30px;justify-content:center;align-items:center;border-radius:10px;background-color:#725cff;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.3;min-width:202px}.checkbox__list__group .checkbox{position:relative}.phonetic__keyboard__box .keyboard__notes__box.note_tab_content.tab_content_common textarea{border-radius:8px;border:1px solid #8f959c;display:flex;padding:18px 16px;align-items:flex-start;gap:12px;flex:1 0 0;align-self:stretch;width:100%;color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.3;height:176px}.phonetic__keyboard__box .keyboard__notes__box.note_tab_content.tab_content_common{display:grid}.options__item__box.checkbox__checked__red{background-color:#fff5f1!important}.options__item__box.checkbox__checked__red label{color:#db3e59}.options__item__box.checkbox__checked__green{background-color:#dbfddb!important}.options__item__box.checkbox__checked__green label{color:#36c27a}.options__item__box.checkbox__checked__purple{background-color:#eee8ff!important}.options__item__box.checkbox__checked__purple label{color:#725cff}.options__item__box [type=radio]:checked,.options__item__box [type=radio]:not(:checked){left:-9999px;position:absolute}.options__item__box [type=radio]:checked+label,.options__item__box [type=radio]:not(:checked)+label{position:relative;padding-right:28px;cursor:pointer;line-height:20px;display:inline-block;color:#666;width:100%}.options__item__box [type=radio]:checked+label:before,.options__item__box [type=radio]:not(:checked)+label:before{content:"";position:absolute;right:0;top:0;width:18px;height:18px;border:1px solid #ddd;border-radius:100%;background:#fff}.options__item__box [type=radio]:checked+label:after,.options__item__box [type=radio]:not(:checked)+label:after{content:"";width:20px;height:20px;background-color:#db3e59;position:absolute;top:0;right:0;border-radius:100%;transition:all .2s ease;background-image:url(/img/radio-checked-icon.c25f344d.svg);background-size:cover;background-position:50%;background-repeat:no-repeat}.options__item__box [type=radio]:not(:checked)+label:after{opacity:0;transform:scale(0)}.options__item__box [type=radio]:checked+label:after{opacity:1;transform:scale(1)}.assesment__transcribe__wrapper{display:flex;width:100%;padding:30px;flex-direction:column;align-items:center;gap:30px;flex-shrink:0;align-self:stretch;border-radius:16px;background-color:#fff}.assesment__transcribe__wrapper .transcribe__head__wrap,.assesment__transcribe__wrapper .transcribe__head__wrap .title__group{width:100%;display:flex;align-items:center;gap:12px;align-self:stretch}.assesment__transcribe__wrapper .transcribe__head__wrap h4.title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.assesment__transcribe__wrapper .add__note__test__box.response__group__wrapper{display:flex;padding:20px;gap:10px;align-self:stretch;flex-direction:column;border-radius:10px;background:#fff;box-shadow:0 2px 20px 0 rgba(0,0,0,.06)}.assesment__transcribe__wrapper .add__note__test__box .cover__group__box{display:flex;align-items:flex-start;gap:10px;flex-direction:column;align-self:stretch}.assesment__transcribe__wrapper .add__note__test__box.response__group__wrapper h6.title{flex:1 0 0;color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.65;max-width:100%}.assesment__transcribe__wrapper .add__note__test__box.response__group__wrapper .addnote__box{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;flex:1 0 0}.tbh__labels__group{display:flex;align-items:center;gap:8px;align-self:stretch;position:relative}.tbh__labels__group .label{display:flex;padding:2px 12px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background-color:#eee8ff;width:auto}.add__note__test__box .addnote__box span{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.7;display:block;width:100%}.tbh__labels__group .label.purple{color:#725cff}.tbh__labels__group .label.green{background-color:#dbfddb;color:#36c27a}.tbh__labels__group .label.red{background-color:#fff5f1;color:#db3e59}.assesment__transcribe__wrapper .response__status__btn .response__option label{padding-left:35px}.assesment__transcribe__wrapper .response__option label:before{border-color:#111610}.main__assessment__box__wrapper .assetssment__main__data__box .transcribe__popup__wrap.assesment__transcribe__wrapper{gap:30px}.transcribe__popup__wrap.assesment__transcribe__wrapper .transcribe__tab__section .tab__btn__groups{width:100%;display:flex;align-items:center;gap:10px;justify-content:center;max-width:520px}.transcribe__popup__wrap.assesment__transcribe__wrapper .popup__btn__box{max-width:540px}.transcribe__popup__wrap.assesment__transcribe__wrapper .phonetic__keyboard__box .keyboard__box__wrapper{gap:30px}.transcribe__popup__wrap.assesment__transcribe__wrapper .options__list__group__box .options__group{width:100%;display:flex;align-items:center;gap:10px;flex-direction:inherit}.transcribe__popup__wrap.assesment__transcribe__wrapper .options__list__group__box .options__item__box,.transcribe__popup__wrap.assesment__transcribe__wrapper .phonetic__keyboard__box,.transcribe__popup__wrap.assesment__transcribe__wrapper .phonetic__keyboard__box .keyboard__pad__box{width:100%}.main__assessment__box__wrapper .assetssment__main__data__box{overflow-x:hidden}.work__packet__starter{background-color:#e8f2fc;height:calc(100dvh - 90px);display:flex;align-items:center;justify-content:center;position:relative;background-image:url(/img/eesa-cover-bg-img.95623c57.png);background-position:100% 100%;background-repeat:no-repeat;overflow:hidden}.work__packet__starter:before{content:"";position:absolute;left:0;top:0;background-image:url(/img/esaa-cover-logo.3e8a9269.png);width:300px;height:100%;background-size:100% 100%;background-repeat:no-repeat;background-position:0 0;z-index:1}.work__packet__starter .work__packet__content__box{position:relative;z-index:2;max-width:600px;width:100%;display:flex;flex-direction:column;gap:24px;text-align:center}.work__packet__content__box h3.title{color:#1f3479;text-align:center;font-family:Poppins;font-size:68px;font-style:normal;font-weight:600;line-height:100%}.work__packet__content__box h6.sub__title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal}.work__packet__content__box .short__description{color:#5c667f;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75}.work__packet__content__box .short__description p+p{margin-top:25px}.button__box__wrapper .start__btn a{border-radius:10px;background-color:#725cff;display:inline-flex;padding:12px 32px;justify-content:center;align-items:center;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;min-width:113px;transition:all .3s ease}.button__box__wrapper .start__btn a:hover{background-color:#1f3479;color:#fff}.work__packet__content__box .button__box__wrapper{margin-top:30px}.work__packet__starter .assessment__list__box__wrapper{border-radius:25px;background-color:#fff;padding:20px;max-width:380px;width:100%;position:absolute;right:40px;top:50%;transform:translateY(-50%)}.work__packet__starter .assessment__list__box__wrapper ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;max-height:450px;height:100%;overflow:auto;padding-right:10px}.work__packet__starter .assessment__list__box__wrapper ul li a{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.5;display:block;transition:all .3s ease;border-radius:6px;display:flex;padding:10px 15px}.work__packet__starter .assessment__list__box__wrapper ul li a:hover,.work__packet__starter .assessment__list__box__wrapper ul li.active a{border-left:2px solid #725cff;background-color:#f6f2fd}.information__content__box__wrapper{padding:70px 45px 70px 60px;border-radius:20px;background-color:#fff;width:100%}.information__content__box__wrapper .content__group__box{display:flex;align-items:center;gap:70px;justify-content:center}.information__content__box__wrapper .information__text__wrapper{max-width:373px;width:100%;color:#5c667f;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.8}.information__content__box__wrapper .information__img__box{line-height:0px}.information__content__box__wrapper .information__text__wrapper h6.title{color:#10223b;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:22px}.information__text__wrapper .text__wrapper p+p{margin-top:25px}.information__content__box__wrapper .tab__button__box{margin-top:70px;text-align:center}.information__content__box__wrapper .tab__button__box .purple__solid__btn{display:inline-block}.tab__button__box .purple__solid__btn a{transition:all .3s ease}.tab__button__box .purple__solid__btn a:hover{background-color:#1f3479;color:#fff}.eesa__work__packet__wrapper .result__cover__box .result__summary__box__wrapper{display:flex;flex-direction:column}.eesa__work__packet__wrapper .result__cover__box{display:flex;width:100%;gap:30px}.confirmation__popup .popup__img__wrapper{text-align:center;line-height:0px}.confirmation__popup .popup__content__box{display:flex;flex-direction:column;gap:30px}.confirmation__popup .popup__btn__box{display:flex;justify-content:center;align-items:center;gap:30px;align-self:stretch}.confirmation__popup .popup__btn__box div{width:100%;text-align:center}.popup__btn__box .purple__trans__btn a{color:#725cff;font-family:Poppins;font-style:normal;font-weight:500;display:flex;justify-content:center;align-items:center;gap:14px;border-radius:10px;border:1px solid #725cff}.popup__btn__box .purple__trans__btn a,.record__audio__popup .popup__btn__box .purple__solid__btn a{font-size:18px;line-height:1.5;padding:10px 28px}.assesment__transcribe__wrapper .transcribe__features__group{display:flex;align-items:flex-start;gap:20px;align-self:stretch}.assesment__transcribe__wrapper .transcribe__features__group .add__note__test__box,.assesment__transcribe__wrapper .transcribe__features__group .play__audio__feature{width:100%}.assesment__transcribe__wrapper .transcribe__features__group .play__audio__feature{display:flex;padding:20px;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:10px;background-color:#fff;box-shadow:0 2px 20px 0 rgba(0,0,0,.06);gap:20px}.assesment__transcribe__wrapper .play__audio__feature .play__title{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.7;width:100%}.play__audio__feature .play__control__options{display:flex;justify-content:space-between;align-items:center;flex:1 0 0;align-self:stretch;line-height:0px;gap:10px}.play__audio__feature .play__control__options .play__btn{width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer}.play__audio__feature .play__control__options .play__audio__time .time{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:500;display:block;line-height:1.5}.play__control__options.no__audio__label .play__audio__wave span{color:#ffb42b;text-align:center;font-family:Poppins;font-size:28px;font-style:normal;font-weight:500;line-height:normal}.play__control__options.no__audio__label .play__audio__time .time{color:#dee2e7}.play__control__options.no__audio__label img.play__audio{display:none}.addnew__card__btn__box .add_card__btn a{border-radius:10px;background-color:#e8f2fc;display:flex;width:100%;padding:12px 32px;justify-content:center;align-items:center;gap:14px}.main__billing__information__wrapper{display:flex;padding:40px;flex-direction:column;align-items:flex-start;gap:30px;background-color:#eaeef5}.main__billing__information__wrapper .billing__information__wrapper{display:flex;width:100%;padding:30px;flex-direction:column;justify-content:center;align-items:flex-start;gap:30px;border-radius:20px;background-color:#fff}.billing__information__wrapper .section__title__block{display:flex;align-items:center;gap:12px;align-self:stretch}.billing__information__wrapper .section__title__block .page__title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;flex:1 0}.billing__information__wrapper .section__title__block .sub__title__block h3.title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.section__title__block .sub__title__block .purple__edit__btn a{border-radius:10px;background-color:#725cff;display:flex;padding:12px 30px;justify-content:center;align-items:center;gap:12px;min-width:130px}.section__title__block .sub__title__block .purple__edit__btn .btn__icon{width:24px;height:24px;flex-shrink:0}.section__title__block .sub__title__block .purple__edit__btn .btn__text{color:#fff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal;display:block}.billing__information__wrapper .section__title__block .sub__title__block{display:flex;align-items:center;gap:12px;align-self:stretch;max-width:555px;width:100%}.billing__feature__card__box .billing__data__box{display:flex;padding:30px;align-items:center;gap:30px;border-radius:16px;width:100%}.billing__feature__card__box .billing__data__box .billing__card__icon{line-height:0px;width:64px;height:64px;display:flex;align-items:center;justify-content:center}.billing__feature__card__box .billing__data__box .billing__card__text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px}.billing__information__wrapper .billing__feature__card__box{width:100%;display:flex;gap:30px;align-self:stretch}.billing__feature__card__box .billing__data__box.subscription__plan__card{background:var(--Gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%))}.billing__data__box .billing__card__text h6.data__title{font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.7}.billing__data__box .billing__card__text .data__value{display:block;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;width:100%}.billing__feature__card__box .billing__data__box.active__learners__card{background-color:#e8f2fc}.billing__information__wrapper .billing__feature__card__box .billing__card__group{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:30px;width:100%}.billing__data__box.subscription__plan__card .billing__card__text .data__title,.billing__data__box.subscription__plan__card .billing__card__text .data__value{color:#fff}.billing__feature__card__box .billing__data__box.next__invoice__card{background-color:#dbf1f3}.billing__feature__card__box .billing__data__box.invoice__total__card{background-color:#fffae5}.billing__feature__card__box .billing__data__box.billing__card__box{display:flex;padding:0 30px;flex-direction:column;justify-content:center;align-items:flex-start;gap:30px;border-radius:16px;background-color:#e8f2fc}.billing__data__box.billing__card__box .payment__card__list__box .payment__card__item{display:flex;padding:15px 20px;align-items:center;gap:30px;border-radius:10px;background-color:#fff;width:100%}.billing__data__box.billing__card__box .payment__card__list__box{width:100%;display:flex;flex-direction:column;gap:20px}.payment__card__list__box .payment__card__item .card__img{width:100px;line-height:0px;height:64px;display:flex;align-items:center;justify-content:center}.payment__card__list__box .payment__card__item .card__detail__box{display:flex;flex-direction:column;flex:1 0 0}.payment__card__item .card__detail__box .card__details{display:flex;align-items:center;gap:10px}.payment__card__item .card__detail__box .card__details label{color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;line-height:1.7;display:block}.payment__card__item .card__detail__box .card__details span{color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:700;line-height:1.7;display:block}.main__billing__information__wrapper .billing__invoices__box__wrapper{width:100%;display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch;border-radius:20px;background-color:#fff}.main__billing__information__wrapper .billing__invoices__box__wrapper .invoice__title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0;width:100%}.billing__invoices__box__wrapper .billing__table__invoice__box{width:100%;display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch;border-radius:16px;border:1px solid #8f959c}.billing__table__invoice__box .billing__invoice__head__box{display:flex;align-items:center;gap:40px;width:100%}.billing__table__invoice__box .billing__invoice__head__box .invoice__head__item{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65;flex:1 0 0;display:block}.billing__invoices__box__wrapper .billing__table__invoice__box .sepline__divider{display:block;background-color:#8f959c;height:1px;width:100%}.billing__invoices__box__wrapper .billing__table__invoice__box .billing__invoice__transaction__box{display:flex;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch;width:100%}.billing__invoice__transaction__box .invoice__transaction__item{display:flex;padding:10px 0;align-items:center;gap:40px;align-self:stretch}.billing__invoice__transaction__box .invoice__transaction__item .transaction__data__item{color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:1.7;width:100%}.billing__invoice__transaction__box .invoice__transaction__item .invoice__view__invoice__btn{width:100%}.invoice__view__invoice__btn .btn__icon{display:flex;line-height:0px;width:20px;height:20px;align-items:center;justify-content:center}.invoice__view__invoice__btn .btn__text{display:block;color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.65}.invoice__transaction__item .invoice__view__invoice__btn a{display:flex;padding:10px 24px;justify-content:start;align-items:center;gap:10px}.sc__analysis__data__box .tabs__data__wrapper.target__guide__data{gap:15px}.target__guide__data .target__data__group__wrapper{padding:13px 30px;flex:1 0 0;border-radius:16px;background-color:#e8f2fc;width:100%;display:flex;align-items:center;gap:30px;align-self:stretch;transition:all .3s ease}.target__guide__data .target__data__group__wrapper .data__item__box{width:100%}.target__data__group__wrapper .data__item__box.scored__data{display:flex;flex-direction:column;gap:0}.target__data__group__wrapper .data__item__box.frequent__number__data{display:flex;align-items:self-start;gap:115px}.data__item__box.frequent__number__data .frequent__number__box{display:flex;flex-direction:column;gap:7px}.data__item__box.frequent__number__data .frequent__number__box label{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75;display:block}.data__item__box.general__tips__note .tips__text__wrapper{display:flex;padding:8px 20px;align-items:center;gap:10px;background-color:transparent;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.7;border-radius:10px;border:1px dashed #725cff;transition:all .3s ease}.target__data__group__wrapper .data__item__box.scored__data label{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.target__data__group__wrapper .data__item__box.scored__data span{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:700;line-height:normal}.data__item__box.frequent__number__data .frequent__number__box span{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;display:block}.target__guide__data .target__data__group__wrapper.active__target__group{background-color:#725cff;box-shadow:4px 4px 13.7px 0 rgba(0,0,0,.25)}.target__data__group__wrapper.active__target__group .data__item__box.frequent__number__data .frequent__number__box label,.target__data__group__wrapper.active__target__group .data__item__box.frequent__number__data .frequent__number__box span,.target__data__group__wrapper.active__target__group .data__item__box.scored__data label,.target__data__group__wrapper.active__target__group .data__item__box.scored__data span{color:#fff}.target__data__group__wrapper.active__target__group .data__item__box.general__tips__note .tips__text__wrapper{border:1px dashed #fff;background-color:#917aff;color:#fff}.disabled__checkbox,.disabled_tab{opacity:.5!important;cursor:not-allowed!important}.sc__analysis__tab__box .error__analysis__widget__box{display:flex;padding:30px;flex-direction:column;align-items:center;gap:15px;align-self:stretch;border-radius:20px;background-color:#fff}.error__analysis__widget__box .analysis__data__group{display:flex;justify-content:center;align-items:flex-start;gap:15px;flex-shrink:0;align-self:stretch}.error__analysis__widget__box .analysis__data__group .error__analysis__content__box,.error__analysis__widget__box .analysis__data__group .error__analysis__feature__box{width:100%}.error__analysis__widget__box .analysis__data__group .error__analysis__content__box{padding:35px;border-radius:16px;background-color:#e8f2fc;display:flex;flex-direction:column;align-items:flex-start;gap:15px;align-self:stretch;width:100%}.error__analysis__widget__box .error__analysis__content__box h3.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:700;line-height:normal}.error__analysis__widget__box .error__analysis__content__box .error__description__wrapper{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75;padding:8px 0}.error__analysis__feature__box .error__feature__box{display:flex;padding:23.5px 30px;justify-content:center;align-items:center;gap:20px;border-radius:16px;background-color:#e8f2fc;transition:all .3s ease}.error__analysis__feature__box .error__feature__box.active__error__box{box-shadow:4px 4px 13.7px 0 rgba(0,0,0,.25);background-color:#725cff}.feature__average__points h5.points__text{color:#111610;text-align:center;font-family:Poppins;font-size:24px;font-style:normal;font-weight:700;line-height:normal;display:block}.error__analysis__feature__box .error__feature__box .feature__average__points{max-width:105px;width:100%}.error__analysis__feature__box .error__feature__box .feature__error__textarea{color:#111610;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;display:flex;padding:8px 20px;align-items:center;gap:10px;border-radius:10px;background-color:#fff;transition:all .3s ease}.error__analysis__widget__box .analysis__data__group .error__analysis__feature__box{display:flex;flex-direction:column;align-items:center;gap:15px}.feature__average__points span.text{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;display:block;text-align:center}.error__analysis__feature__box .error__feature__box.active__error__box .feature__average__points h5.points__text,.error__analysis__feature__box .error__feature__box.active__error__box .feature__average__points span.text{color:#fff}.error__analysis__feature__box .error__feature__box.active__error__box .feature__error__textarea{background-color:#917aff;color:#fff}.right__text{text-align:right}.center__text{text-align:center}.starting__targets__checkbox .target__guide__data__box .check__group__box{padding:40px 20px;justify-content:center;display:flex;align-items:center;gap:30px;border-radius:10px;background-color:#e8f2fc;transition:all .3s ease}.starting__targets__checkbox .target__guide__data__box .check__group__box .input__checkbox{width:100%;position:relative}.starting__targets__checkbox .input__checkbox label{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;display:block}.starting__targets__checkbox .input__checkbox input{top:50%;left:0;transform:translateY(-50%)}.starting__targets__checkbox .target__guide__data__box .check__group__box.active__check__group{background-color:#725cff;box-shadow:4px 4px 13.7px 0 rgba(0,0,0,.25)}.check__group__box.active__check__group .input__checkbox label,.target__guide__data__box .check__group__box.active__check__group .group__title{color:#fff}.check__group__box.active__check__group .input__checkbox input{border-color:#fff;opacity:1!important}.check__group__box.active__check__group .input__checkbox label .check__info{color:#fff}.syllable__range__wrapper{display:flex;padding:30px;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;align-self:stretch;width:100%;border-radius:16px;background-color:#725cff}.syllable__range__wrapper .syllable__range__label__box h6.title{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;width:100%;display:block}.syllable__range__wrapper .syllable__range__label__box{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px}.syllable__range__label__box .range__label__box{width:100%}.syllable__range__label__box .range__label__box .range__label{display:inline-flex;padding:10px 20px;align-items:center;gap:20px;border-radius:10px;background-color:#fff;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.range__field__box__wrapper{display:flex;align-items:flex-start;gap:48px;flex:1 0 0;align-self:stretch;width:100%}.range__field__box__wrapper .range__input__field__box{display:flex;padding:10px;justify-content:center;align-items:center;gap:7px;flex:1 0 0;align-self:stretch;border-radius:10px;background-color:#917aff}.range__field__box__wrapper .range__input__field__box label,.range__field__box__wrapper .range__input__field__box span{width:100%;text-align:center}.range__field__box__wrapper .range__input__field__box label{color:#fff;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75;display:block}.range__field__box__wrapper .range__input__field__box span{color:#fff;text-align:center;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;display:block}.syllable__textarea__wrapper{width:100%;display:flex;flex-direction:column;gap:8px}.syllable__textarea__wrapper label{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;display:block;flex:1 0 0}.syllable__textarea__wrapper textarea{display:flex;padding:18px 16px;align-items:flex-start;gap:12px;flex:1 0 0;align-self:stretch;border-radius:8px;border:1px solid #fff;background-color:transparent;min-height:180px;color:#fff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.4}.syllable__textarea__wrapper textarea::-moz-placeholder{color:#fff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.4}.syllable__textarea__wrapper textarea::placeholder{color:#fff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.4}.syllable__textarea__wrapper textarea:focus{outline:none}.starting__targets__checkbox .target__guide__data__box .check__group__box .input__checkbox input[type=checkbox]:checked{background-color:transparent}.disable__label{filter:contrast(.3)}.starting__targets__checkbox .target__guide__data__box .check__group__box .input__checkbox input[type=checkbox]:before{opacity:0}.starting__targets__checkbox .target__guide__data__box .check__group__box .input__checkbox input[type=checkbox]:checked:before{opacity:1}.sc__analysis__data__box.syllable__complexity__wrapper .tabs__data__wrapper .syllable__complexity__group__box{border-radius:16px;border:1px solid #dee2e7;background-color:#dee2e7}.sc__analysis__data__box.syllable__complexity__wrapper .checkbox__group__wrapper .input__checkbox .group__head{color:#8f959c;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.syllable__complexity__wrapper .input__checkbox .static__value__wrapper .static__value{display:flex;padding:10px 15px;flex-direction:column;align-items:center;border-radius:9px;background-color:#eaeef5;color:#d4d4d4;text-align:center;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:1.5;width:50px}.syllable__complexity__wrapper .syllable__complexity__group__box .static__value__wrapper{width:100%;display:flex;align-items:center;gap:30px;align-self:stretch}.syllable__complexity__group__box.active__syllable__complexity__box h6.group__title{color:#fff}.sc__analysis__data__box.syllable__complexity__wrapper .syllable__complexity__group__box.active__syllable__complexity__box{background-color:#725cff}.sc__analysis__data__box.syllable__complexity__wrapper .syllable__complexity__group__box.active__syllable__complexity__box .group__head{color:#fff}.syllable__complexity__group__box.active__syllable__complexity__box .static__value__wrapper .purple.static__value{background-color:#917aff;color:#fff}.syllable__complexity__group__box.active__syllable__complexity__box .static__value__wrapper .white.static__value{background-color:#fff;color:#725cff}.syllable__combinations__group__wrapper{width:100%;display:flex;padding:30px;flex-direction:column;justify-content:center;align-items:flex-start;gap:30px;align-self:stretch;border-radius:16px;background-color:#725cff}.syllable__combinations__group__wrapper h4.title{color:#fff;font-family:Poppins;font-size:28px;font-style:normal;font-weight:500;line-height:normal;width:100%}.syllable__combinations__group__wrapper .syllable__range__combo__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:30px;width:100%}.syllable__combinations__group__wrapper .syllable__range__combo__wrapper h5.title,.syllable__range__combo__wrapper h6.title{color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.syllable__range__combo__wrapper .range__combo__label__box .combo__value{border-radius:10px;display:flex;padding:10px 20px;align-items:center;gap:20px;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.syllable__range__combo__wrapper .range__combo__label__box .combo__value.white{background-color:#fff}.syllable__range__combo__wrapper .range__combo__label__box .combo__value.purple{background-color:#917aff;color:#fff}.syllable__range__combo__wrapper .range__combo__label__box{display:flex;align-items:center;gap:30px}.syllable__range__combo__wrapper .advance__range__combo__box{display:flex;align-items:center;gap:20px}.syllable__range__combo__wrapper .advance__range__combo__box .range__arrow{display:flex;padding:10px 20px;align-items:center;border-radius:10px;line-height:1;width:68px;justify-content:center;height:48px}.syllable__range__combo__wrapper .advance__range__combo__box .combo__value{display:flex;padding:10px 20px;align-items:center;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;border-radius:10px}.syllable__range__combo__wrapper .advance__range__combo__box .combo__value.white{color:#917aff;background-color:#fff}.syllable__range__combo__wrapper .advance__range__combo__box .combo__value.purple{color:#fff;background-color:#917aff}.examples__table__box .example__table__row__box .example__row{display:flex;padding:10px;align-items:center;border-radius:10px;background-color:#f6f2fd}.examples__table__box .example__table__row__box{padding-right:5px;gap:10px}.examples__table__box .example__table__row__box .example__row.active__example__row{background-color:#725cff}.example__row.active__example__row .example__item span{display:block;color:#fff}.deactive__column__row .deactive__notice__box__wrapper{position:absolute;border-radius:6px;background-color:#fff;display:flex;padding:12px 14px;flex-direction:column;justify-content:center;align-items:center;gap:10px;align-self:stretch;top:60px;max-width:320px;left:50%;width:100%;transform:translate(-50%);z-index:1;opacity:0;visibility:hidden;transition:all .3s ease}.deactive__column__row .deactive__notice__box__wrapper h6.notice__title{color:#111610;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.75;width:100%}.deactive__column__row .deactive__notice__box__wrapper .short__info__box{color:#111610;text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.deactive__column__row .deactive__notice__box__wrapper:before{content:"";position:absolute;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASAgMAAABHpjTBAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAgF86IRDwAAAASklEQVQI10XKsRHAIBADQezEZbgVd2Y6owWKIQWh4Z5BiS7Y5N05sadGvC3i7/wlfRCpQqQGkXoQI4gRxAhitAjIBGQCKsQ4sTcBlWNGpoRSE4kAAAAASUVORK5CYII=);width:32px;height:18px;top:-16px;left:50%;transform:translate(-50%)}.column__data__box__wrapper .column__data__row.deactive__column__row:hover .deactive__notice__box__wrapper{opacity:1;visibility:visible}.sc__analysis__tab__box .information__indicator__wrapper{display:flex;width:100%;padding:30px;align-items:center;gap:20px;border-radius:20px;background-color:#fff}.information__indicator__wrapper .indicator__checkbox label{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:1.7;display:block}.information__indicator__wrapper .indicator__checkbox{position:relative;width:220px}.information__indicator__wrapper .indicator__checkbox input{left:0;top:50%;transform:translateY(-50%);width:28px;height:28px}.indicator__checkbox.automated input{border-color:#725cff}.indicator__checkbox.manual input{border-color:#36c27a}.information__indicator__wrapper .indicator__checkbox input{background-color:transparent}.information__indicator__wrapper .indicator__checkbox input:before{width:auto;height:auto;border:0;margin:0;width:14px;height:14px;transform:translate(-50%,-50%);right:inherit;left:50%;top:50%;border-radius:4px}.indicator__checkbox.automated input:before{background-color:#725cff}.indicator__checkbox.manual input:before{background-color:#36c27a}.sc__analysis__data__box.syllable__tracker__wrapper .head__item .head__title{display:block;width:100%;text-align:center}.sc__analysis__data__box.syllable__tracker__wrapper .main__table__head__group .table__head__group .head__item{text-align:center;align-items:center}.sc__analysis__data__box.syllable__tracker__wrapper .main__table__head__group .table__head__group .head__item span:last-child{min-height:60px}.sc__analysis__data__box.syllable__tracker__wrapper .checkbox__row__box .checkbox__row__group .checkbox__box{text-align:center}.sc__analysis__data__box.syllable__tracker__wrapper .checkbox__row__box .checkbox__box label{padding-left:27px}.sc__analysis__data__box.syllable__tracker__wrapper .table__head__group .head__item label{display:flex;padding:0 10px;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;border-radius:4px;background-color:#eee8ff;width:70px;height:40px;font-size:14px;margin:0 auto}.sc__analysis__data__box.syllable__tracker__wrapper .table__head__group .head__item .purple__label{background-color:#725cff;color:#fff}.checkbox__row__group .checkbox__box.purple__checked input[type=checkbox]:checked{border-color:#725cff}.checkbox__row__group .checkbox__box.purple__checked input[type=checkbox]:checked:before{background-color:#725cff}.assetssment__data__table__wrapper .assetssment__data__box__wrapper .assetssment__data__row{transition:all .3s ease}.assetssment__data__table__wrapper .assetssment__data__box__wrapper .assetssment__data__row.canSkipQues{background-color:#fff5f1}.assetssment__data__table__wrapper .assetssment__table__head .video__info__btn__item a{display:flex;padding:12px 22px;justify-content:center;align-items:center;gap:12px;border-radius:10px}.assetssment__data__table__wrapper .assetssment__table__head .video__info__btn__item .btn__icon{line-height:0px;width:24px;height:24px}.assetssment__data__table__wrapper .assetssment__table__head .video__info__btn__item .btn__text{color:#725cff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.learners__assessment__data.learners__score__assessment .score__label{display:inline-flex;padding:4px 20px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background-color:#f7f3ed;color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.head__title__box .head__title.head__index__number{max-width:52px;text-align:center}.learners__assessment__data.learners__index__number .index__number{display:flex;width:45px;justify-content:center;align-items:center;gap:12px;border-radius:10px;color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.index__number.color1{background-color:#f6f2fd}.index__number.color2{background-color:#e8f2fc}.index__number.color3{background-color:#f7f3ed}.index__number.color4{background-color:#dbf1f3}.example__btn__box{background:var(--gradiant-1,linear-gradient(109deg,#917aff 4.97%,#41b9fe 95.65%));border-radius:30px}.example__btn__box .btn__text{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.63;display:block}.example__btn__box .btn__icon{width:32px;height:32px;line-height:0px}.example__btn__box .btn__icon,.example__btn__box a{display:flex;align-items:center;justify-content:center}.example__btn__box a{padding:7px 14px;gap:10px}.syllable__textarea__wrapper .title__block__wrapper{display:flex;align-items:center;gap:0;align-self:stretch;justify-content:space-between}.ai__examples__popup .main__popup__box{display:flex;max-width:525px;padding:30px;flex-direction:column;align-items:center;gap:30px;border-radius:16px;background-color:#fff;z-index:1;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%}.ai__examples__popup .main__popup__box .popup__head__wrapper{display:flex;align-items:flex-start;gap:12px;align-self:stretch}.popup__head__wrapper .popup__title__group{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;flex:1 0 0}.popup__head__wrapper .popup__title__group .popup__desc__info{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65}.popup__head__wrapper .popup__title__group h4.title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0;width:100%}.ai__examples__popup .main__popup__box .popup__head__wrapper .popup__close__btn{line-height:0px;width:40px;height:40px;cursor:pointer}.ai__examples__popup .main__popup__box .sepline__divider{width:100%;height:1px;background-color:#8f959c}.ai__examples__popup .main__popup__box .popup__content__wrapper{width:100%}.ai__examples__popup .main__popup__box .popup__content__wrapper .content__loading__wrapper{width:100%;display:flex;flex-direction:column;align-items:center;gap:30px;line-height:0px}.ai__examples__popup{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;display:none;z-index:1}.ai__examples__popup:before{content:"";position:absolute;left:0;top:0;opacity:.4;background:#484848;width:100%;height:100%}.ai__examples__popup .example__content__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:20px;padding:0 20px}.ai__examples__popup .example__content__wrapper h5.ai__title{color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.example__content__wrapper .ai__generated__result__list{width:100%;display:flex;flex-direction:column;align-items:flex-start}.example__content__wrapper .ai__generated__result__list .result__item__wrapper{border-bottom:.25px solid #d9d9d9;background-color:#e8f2fc;display:flex;width:100%;padding:10px 15px;align-items:center;justify-content:space-between}.result__item__wrapper .result__copy__btn .copy__btn{line-height:0px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;cursor:pointer}.result__item__wrapper .result__text__wrapper h6.result__title{color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;width:100%}.result__item__wrapper .result__text__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex:1 0 0}.result__text__wrapper .result__points__wrapper ul{display:flex;flex-direction:column;gap:0;width:100%;padding-left:20px}.result__text__wrapper .result__points__wrapper{width:100%}.ai__examples__popup .result__popup__box .select__btn a{display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background-color:#725cff;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;min-width:126px}.ai__examples__popup .result__popup__box{width:100%;text-align:center}.ai__examples__popup .result__popup__box .select__btn{display:inline-flex}.ai__generated__result__list .result__item__wrapper.active__result__item{background-color:#725cff}.ai__generated__result__list .result__item__wrapper.active__result__item .result__text__wrapper h6.result__title,.result__item__wrapper.active__result__item .result__text__wrapper .result__points__wrapper ul li{color:#fff}.ai__generated__result__list .result__item__wrapper .result__copy__btn .copy__btn,.ai__generated__result__list .result__item__wrapper.active__result__item .result__copy__btn .copy__btn{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAQlBMVEUAAAByXP9yXP9yXP9wXP9wXP9yXP9xXP9yXP9yXP9yXP9yXP9zXP9xXP9wXf9wYP9xW/9yXf9yW/9wWf9wUP9yXP/pgo+EAAAAFXRSTlMA359fUB/vz78/r2/PbzAQz4+PTxDIHRCdAAAAgElEQVQY04XM2w7EIAhFUQFRq73Mjf//1clMi9DYpPvpZIUQblqfsFfIaZRU8V+WbAzw0blI0znJ207moouEjRGOW0JpRJE9xyQabp1ZXLUzim9Tnk9MyjBwfVwxJxx44ZiFja0Uw8BI0w/H30flxJNy8wqhlx3HYFGBvddqeNkXg14QG6oYTggAAAAASUVORK5CYII=)}.ai__generated__result__list .result__item__wrapper .result__copy__btn .copy__btn{background-position:50%;background-repeat:no-repeat}.ai__generated__result__list .result__item__wrapper.active__result__item .result__copy__btn .copy__btn{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMA359fz1Afb++/P68QjzBPECK3zQAAAHxJREFUGNOFz1kKwzAMRdFo9JhU+19taRNFNg7kfj0OwuDtpWOHs0KDiuWG/9g4GKD7TJZ8VvvECRdfZBqMcN0SWiISHVmyedhvVhtqN6ONdWeemJxh4cZPrBkXTipsGhxl2RZGqj9c374qE1fnNCq4zv+RLaICZ/sR+NgXke0MiN8/53AAAAAASUVORK5CYII=)}.divider__sepline.black{background-color:#000}.add__numberoflearners__box input{display:flex;padding:9px 25px;justify-content:flex-end;align-items:center;gap:10px;border-radius:5px;border:1px solid #dee2e7;background-color:#fff;color:#040e15;text-align:center;font-family:Poppins;font-size:18px;font-style:normal;font-weight:600;line-height:1.33;width:100%}.learners__numbers__box__wrapper{display:flex;align-items:flex-start;gap:20px;align-self:stretch}.learners__numbers__box__wrapper h6.section__title{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.75;flex:1 0 0}.learners__numbers__box__wrapper .add__numberoflearners__box{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex:1 0 0}.add__numberoflearners__box .add__number__box{display:flex;padding:0 16px;justify-content:flex-end;align-items:center;gap:12px;border-radius:5px;background-color:#f4f4f4;max-width:165px}.add__numberoflearners__box .add__number__options__box{display:flex;justify-content:flex-end;align-items:flex-start;gap:28px}.add__numberoflearners__box .add__number__options__box .numbers{color:#725cff;text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal;display:block;cursor:pointer}.billing__invoices__box__wrapper .table__title__block .renewal__total{color:#111610;font-family:Poppins;font-size:22px;font-style:normal;font-weight:500;line-height:normal;display:block}.main__billing__information__wrapper .billing__invoices__box__wrapper .table__title__block{display:flex;align-items:center;gap:12px;align-self:stretch}.billing__invoices__box__wrapper .subscriptions__tabs__wrapper{width:100%}.billing__invoices__box__wrapper .subscriptions__tabs__wrapper #learner-tabs-nav{list-style:none;margin:0;padding:0;width:100%;display:flex;align-items:center;gap:30px}.subscriptions__tabs__wrapper #learner-tabs-nav li a{color:#8f959c;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:normal;display:block}.subscriptions__tabs__wrapper #learner-tabs-nav li.active a{color:#725cff}.main__billing__information__wrapper .billing__invoices__box__wrapper .learner__subscriptions__table__wrapper{width:100%}.learner__subscriptions__table__wrapper .learner__subscriptions__table{display:flex;padding:25px;flex-direction:column;align-items:flex-start;gap:25px;border-radius:16px;border:1px solid #8f959c}.learner__subscriptions__table__wrapper .learner__subscriptions__table .sepline__divider{background-color:#8f959c;width:100%;height:1px}.learner__subscriptions__table__wrapper .learner__subscriptions__table .subscription__table__head__wrapper{display:flex;align-items:center;align-self:stretch}.learner__subscriptions__table .subscription__table__head__wrapper .head__item{width:100%;flex:1 0 0;color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65}.subscription__transactions__wrapper .transactions__row___item .transactions__item{flex:1}.learner__subscriptions__table__wrapper .learner__subscriptions__table .subscription__transactions__wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.subscription__transactions__wrapper .transactions__row___item{display:flex;padding:10px 20px;align-items:center;align-self:stretch;border-radius:10px}.subscription__transactions__wrapper .transactions__row___item .subscription__learner.transactions__item{display:flex;align-items:center;gap:16px}.subscription__learner.transactions__item .learner__profile,.subscription__learner.transactions__item .learner__profile img{display:flex;width:50px;height:50px;justify-content:center;align-items:center;line-height:0px;border-radius:100%;-o-object-fit:cover;object-fit:cover}.subscription__learner.transactions__item .learner__name{line-height:normal;flex:1}.start__date.transactions__item span,.subscription__learner.transactions__item .learner__name{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;display:block}.start__date.transactions__item span{line-height:1.7}.amount.transactions__item span{font-weight:600}.amount.transactions__item span,.payment__method.transactions__item span{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;line-height:1.6;display:block}.payment__method.transactions__item span{font-weight:500}.status.transactions__item span{display:block;padding:12px 15px;color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.action.transactions__item .action__btn__box a{display:inline-flex;padding:12px 15px;justify-content:center;align-items:center;gap:12px;border-radius:10px}.action__btn__box .btn__icon{width:24px;height:24px;flex-shrink:0}.action__btn__box .btn__text{font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;color:#725cff}.action__btn__box.action__cancel__btn a{background-color:#fff5f1}.action__btn__box.action__cancel__btn .btn__text{color:#ff5664}.action__btn__box.action__autorenew__btn a{background-color:#eee8ff}.action__btn__box.action__autorenew__btn .btn__text{color:#725cff}.subscription__transactions__wrapper .transactions__row___item{background-color:#fff}.subscription__transactions__wrapper .auto_Subscriptions_remove{background-color:#fff5f1}.status.transactions__item.cancelled span{color:#ff5664}.subscription__transactions__wrapper .transactions__row___item .amount.transactions__item{display:flex;align-items:center;gap:10px}.amount.transactions__item label.discount__txt{display:flex;padding:0 8px;align-items:center;gap:10px;border-radius:33px;background-color:#f0fdf4;color:#4ae285;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.heading__text__wrapper .more__info__btn a{border-radius:6px;background-color:#725cff;display:flex;padding:10px 24px;justify-content:center;align-items:center;gap:10px}.heading__text__wrapper .more__info__btn .btn__icon{display:flex;width:20px;height:20px;justify-content:center;align-items:center}.more__info__btn .btn__text{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.62}.heading__text__wrapper .more__info__btn{margin-top:16px}.invoice__box__wrapper .billing__box__wrapper .loop__icon{line-height:0px;width:24px;height:24px}.payment__box__wrapper .cvv__input__box__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;margin-top:24px}.cvv__input__box__wrapper label.field__label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.75;display:block;width:100%}.cvv__input__box__wrapper .cvv__input__box{width:100%;display:flex;padding:12px 14px;align-items:center;gap:8px;align-self:stretch;border-radius:8px;border:.5px solid #111610;background-color:#fff}.cvv__input__box__wrapper .cvv__input__box .cvv__icon{line-height:0px;width:24px;height:24px}.cvv__input__box__wrapper .cvv__input__box input{width:100%;border:0;color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;line-height:1.2}.pro__rated{display:block;padding:7px 8px;border-radius:30px;background-color:#e2f5ff;color:#41b9fe;line-height:1.3;cursor:pointer;position:relative;z-index:1}.moreinfo__tooltip__popup,.pro__rated{font-family:Poppins;font-size:14px;font-style:normal;font-weight:400}.moreinfo__tooltip__popup{position:absolute;right:-50%;display:flex;width:262px;padding:12px 14px;flex-direction:column;justify-content:center;align-items:center;color:#111610;text-align:center;line-height:normal;top:50px;border-radius:6px;background-color:#fff;z-index:2;opacity:0;visibility:hidden;transition:all .3s ease}.moreinfo__tooltip__popup.active__tooltip{opacity:1;visibility:visible}.global__overlay{position:fixed;top:0;left:0;opacity:0;background:#000;width:100%;height:100%;z-index:1;visibility:hidden;transition:all .3s ease}.global__overlay.active__overlay{opacity:.2;visibility:visible}.moreinfo__tooltip__popup:before{content:"";position:absolute;left:50%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASAgMAAABHpjTBAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAgF86IRDwAAAASklEQVQI10XKsRHAIBADQezEZbgVd2Y6owWKIQWh4Z5BiS7Y5N05sadGvC3i7/wlfRCpQqQGkXoQI4gRxAhitAjIBGQCKsQ4sTcBlWNGpoRSE4kAAAAASUVORK5CYII=);width:32px;height:18px;top:-15px;transform:translate(-50%)}.number__of__learner .moreinfo__tooltip__popup{top:40px}.loading__popup .popup__wrap{max-width:530px;width:100%;margin:0 auto;background-color:#fff;border-radius:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;padding:68px 30px;flex-direction:column;justify-content:center;align-items:center;gap:43px}.loading__popup .popup__wrap .loading__img{width:100%;line-height:0px;text-align:center}.loading__popup .popup__wrap .loading__text__wrapper{color:#3f444a;text-align:center;font-family:Poppins;font-size:27px;font-style:normal;font-weight:400;line-height:normal}.loading__popup .close__btn a{display:flex;padding:6px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background:#fff;width:40px;height:40px}.loading__popup .close__btn{position:absolute;top:30px;right:30px}.card__declined__popup .popup__wrap{display:block;padding:30px;border-radius:16px;background-color:#fff;max-width:530px;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.card__declined__popup .popup__content__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:30px}.card__declined__popup .close__btn,.payment__confirmation__popup .close__btn{position:absolute;top:30px;right:30px}.card__declined__popup .close__btn a,.payment__confirmation__popup .close__btn a{display:flex;padding:6px;justify-content:center;align-items:center;border-radius:6px;background-color:#fff;width:40px;height:40px}.card__declined__popup .sepline__divider{height:1.5px;align-self:stretch;width:100%;background-color:#eeeef0}.card__declined__popup .img__wrapper{display:flex;width:100%;height:216px;padding:10px;flex-direction:column;justify-content:center;align-items:center;gap:10px}.card__declined__popup .description__wrapper{display:flex;flex-direction:column;gap:0;align-items:center;text-align:center}.card__declined__popup .description__wrapper h3.title{color:#ff5664;text-align:center;font-family:Poppins;font-size:38px;font-style:normal;font-weight:700;line-height:normal;width:100%}.card__declined__popup .description__wrapper .text__wrapper{color:#3f444a;font-family:Poppins;font-size:27px;font-style:normal;font-weight:400;line-height:normal}.card__declined__popup .gobackbtn{width:100%}.card__declined__popup .gobackbtn a{width:100%;display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background-color:#fff;color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.payment__confirmation__popup .popup__wrap{background:#fff}.payment__confirmation__popup .popup__content__wrapper{display:flex;padding:0;flex-direction:column;align-items:center;gap:30px;border-radius:16px;background-color:#fff}.payment__confirmation__popup .popup__wrap{display:block;padding:30px;border-radius:16px;background-color:#fff;max-width:530px;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.payment__confirmation__popup h4.title{color:#3f444a;font-family:Poppins;font-size:28px;font-style:normal;font-weight:500;line-height:normal;width:100%}.payment__confirmation__popup .invoice__box__wrapper{border-radius:10px;border:.5px solid #3f444a;display:flex;padding:20px;flex-direction:column;align-items:center;gap:0;align-self:stretch}.main__common__cover.page__otp__wrapper{display:flex;padding:40px;flex-direction:column;align-items:flex-start;background-color:#eaeef5}.main__common__cover.page__otp__wrapper .main__opt__wrapper{display:flex;padding:120px 50px;flex-direction:column;justify-content:center;align-items:center;gap:50px;flex:1 0 0;align-self:stretch;border-radius:20px;background-color:#fff}.main__common__cover.page__otp__wrapper .main__opt__wrapper h4.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;width:100%;text-align:center}.main__common__cover.page__otp__wrapper .main__opt__wrapper h6.title{color:#3f444a;text-align:center;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.7;display:block}.otp__input__box__wrapper{max-width:500px;width:100%}.otp__input__box__wrapper .field__group__box{display:flex;justify-content:center;align-items:flex-start;gap:23px}.otp__input__box__wrapper .field__group__box input{display:flex;width:80px;height:80px;padding:0;flex-direction:column;align-items:center;gap:50px;border-radius:10px;border:2px solid #dee2e7;background-color:#fff;color:#040e15;text-align:center;font-family:Poppins;font-size:36px;font-style:normal;font-weight:600;line-height:1.3}.main__opt__wrapper .otp__expiry{width:100%;color:#3f444a;text-align:center;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65}.main__opt__wrapper .otp__btn__group__box{display:flex;justify-content:center;align-items:flex-start;gap:20px;align-self:stretch}.otp__btn__group__box button{border-radius:10px;border:1px solid #725cff;display:flex;padding:12px 30px;justify-content:center;align-items:center;color:#fff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal;background-color:transparent;cursor:pointer}.main__opt__wrapper .otp__btn__group__box .send__again__btn{color:#725cff}.main__opt__wrapper .otp__btn__group__box .verify__btn{background-color:#725cff;color:#fff}.card__form__wrapper #cardExpiryPopup,.card__form__wrapper .card__number__field{width:100%;border-radius:8px;border:1px solid #8f959c;height:50px;padding:15px}.card__input__field #cardExpiryPopup .__PrivateStripeElement{height:100%!important}div#cardNumber,div#cardNumberPopup{z-index:999}div#cardCodePopup,div#cardNumber,div#cardNumberPopup{left:0;position:absolute;width:100%;height:100%;padding-left:10px}.expiry__card__field{position:relative}.btn__disable,.btn__disable a,.btn__disable a:hover{filter:grayscale(1)!important;opacity:.4;cursor:no-drop;background-color:#6c6c6c;border-radius:10px}.phonenumber__country__wise .iti__arrow{border:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAIBAMAAAA/ygPCAAAAD1BMVEUAAABwdHxxdXtydXxydnwFX22lAAAABHRSTlMAf4BfLGmd2QAAADNJREFUCNcVxzERACAMBMEjGKBAQAoEMBMFMO9fE892S2GFEkLMC+vQlKGB6+D+uI71DQ+GYQRj2vre2QAAAABJRU5ErkJggg==);width:12px;height:8px;background-size:100%;background-repeat:no-repeat;background-position:50%;transition:all .3s ease;margin-left:10px}.phonenumber__country__wise .iti__arrow.iti__arrow--up{transform:rotate(180deg)}.phonenumber__country__wise .iti__selected-dial-code{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75;margin:0 0 0 10px}.phonenumber__country__wise .iti__selected-flag{background-color:transparent}.phonenumber__country__wise .iti.iti--allow-dropdown.iti--separate-dial-code{display:block}.phonenumber__country__wise{width:100%}.main__account__setting__wrapper .email__address__btn{margin-top:22px}.email__address__btn .purple__solid__btn{display:inline-block}.account__setting__psw__box label{color:#505d68;font-size:20px;font-style:normal;font-weight:500;line-height:normal;display:block}.update__email__address__popup .popup__wrap{display:flex;max-width:692px;padding:30px;flex-direction:column;align-items:self-start;gap:30px;border-radius:16px;background-color:#fff;position:absolute;width:100%;top:50%;left:50%;transform:translate(-50%,-50%)}.update__email__address__popup .popup__head h4.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:500;line-height:normal;flex:1 0 0}.update__email__address__popup .popup__close__btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.update__email__address__popup .sepline__divider{background-color:#8f959c;width:100%;height:1px}.update__email__address__popup .popup__head{display:flex;align-items:center;gap:12px;align-self:stretch}.update__email__address__popup .popup__content__box{width:100%;display:flex;flex-direction:column;gap:30px}.update__email__address__popup .short__desc__wrapper{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75}.emailupdates__field__block .form__group__flex{display:flex;flex-direction:column;align-items:center;gap:10px;justify-content:center}.emailupdates__field__block .form__group__flex .email__field{display:flex;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch}.emailupdates__field__block .email__field label{color:#505d68;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.65;display:block}.emailupdates__field__block .email__field input{display:flex;height:50px;padding:12px;align-items:center;align-self:stretch;border-radius:8px;border:1px solid #c2d1d9;color:#505d68;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.4}.form__group__flex .form__btn__group{display:flex;align-items:center;justify-content:center;gap:30px;margin-top:20px;width:100%}.form__group__flex .form__btn__group button{width:100%;display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;flex:1 0 0;border-radius:10px;border:1px solid #725cff;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.6;background-color:#fff;cursor:pointer}.form__group__flex .form__btn__group button.solid__btn{background-color:#725cff;color:#fff}.email__confirmation .popup__wrap{display:flex;max-width:510px;padding:30px;flex-direction:column;align-items:self-start;gap:30px;border-radius:16px;background-color:#fff;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.email__confirmation .popup__head{width:100%;display:flex;align-items:center;gap:12px;align-self:stretch}.email__confirmation .popup__head h4.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:500;line-height:normal;flex:1 0 0}.password__reset__popup .popup__wrap{display:flex;max-width:510px;padding:30px;flex-direction:column;align-items:center;gap:24px;width:100%;border-radius:16px;background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.password__reset__popup .popup__head{display:flex;align-items:center;gap:12px;align-self:stretch}.password__reset__popup h4.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:500;line-height:normal;flex:1 0 0}.password__reset__popup .sepline__divider{background-color:#8f959c;width:100%;height:1px}.password__reset__popup .field__group__cover{display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:100%}.password__reset__popup .popup__content__box{width:100%}.password__reset__popup .form__btn__group{display:flex;justify-content:center;align-items:center;gap:30px;width:100%;margin-top:20px}.password__reset__popup .psw__field__group{display:flex;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch}.password__reset__popup .psw__field__group label{color:#505d68;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.65;display:block}.password__reset__popup .psw__field__group input{display:flex;height:58px;padding:16px 100px 16px 16px;align-items:center;border-radius:8px;border:1px solid #c2d1d9;color:#505d68;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.3;width:100%}.password__reset__popup .form__btn__group button{width:100%;display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;flex:1 0 0;border-radius:10px;border:1px solid #725cff;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.6;background-color:transparent;cursor:pointer}.password__reset__popup .form__btn__group button.solid__btn{background-color:#725cff;color:#fff}.psw__field__group .input__block{width:100%;position:relative}.psw__field__group .input__block button.show__btn{color:#505d68;font-size:16px;font-style:normal;font-weight:500;line-height:1.5;border:0;background-color:#fff;font-family:Poppins;position:absolute;top:50%;right:16px;transform:translateY(-50%);cursor:pointer}.psw__field__group.output__error .psw__error{color:#ff5664;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.4}.psw__field__group.output__error .input__block input{border-color:#ff8180}.email__confirmation .sepline__divider{width:100%;height:1px;background-color:#8f959c}.email__confirmation .inner__cover__wrap{max-width:292px;margin:0 auto;width:100%;text-align:center;display:flex;flex-direction:column;gap:40px}.email__confirmation .popup__content__box{width:100%}.email__confirmation .inner__cover__wrap h6{color:#3f444a;text-align:center;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:30px}.email__confirmation .inner__cover__wrap .note__text{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75}.congratulation__popup .popup__wrap{display:flex;max-width:510px;padding:30px;flex-direction:column;align-items:center;gap:30px;border-radius:16px;background-color:#fff;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.congratulation__popup .popup__head{display:flex;align-items:center;gap:12px;align-self:stretch}.congratulation__popup .popup__head h4.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.congratulation__popup .sepline__divider{background-color:#8f959c;height:1px;width:100%}.congratulation__popup .popup__content__box{width:100%;text-align:center}.congratulation__popup .text__block__wrapper{display:flex;flex-direction:column;align-items:center;gap:20px}.congratulation__popup .text__block__wrapper h4.title{color:#111610;text-align:center;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal}.congratulation__popup .text__block__wrapper .text__desc{color:#3f444a;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75;max-width:292px}.congratulation__popup .login__btn__block{width:100%;text-align:center}.congratulation__popup .login__btn__block a{color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;display:flex;padding:12px 32px;justify-content:center;align-items:center;border-radius:10px;background-color:#725cff}#imagePreview{margin-inline:auto}.field__box__wrapper .iti.iti--allow-dropdown{width:49%;position:relative}.field__box__wrapper .iti.iti--allow-dropdown #phone_number{padding-left:120px!important;position:relative}.field__box__wrapper .iti--separate-dial-code .iti__selected-dial-code{margin-left:20px;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75}.field__box__wrapper .iti--separate-dial-code .iti__selected-flag{background-color:transparent;padding:0 0 0 16px}.field__box__wrapper .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:transparent}.field__box__wrapper .iti__arrow{display:none}.field__box__wrapper .iti--separate-dial-code .iti__selected-flag:before{content:"";position:absolute;width:1.5px;height:28px;right:-20px;display:block;z-index:1;background-color:#cfcfcf}#imagePreview{display:flex;justify-content:center;align-items:center}.signin__form__wrapper .restore__back__btn{text-align:center;margin:16px 0 40px}.signin__form__wrapper .restore__back__btn a{border-radius:8px;border:1px solid #d5d7da;background-color:#fff;display:flex;width:100%;min-width:120px;min-height:48px;padding:5px 0;justify-content:center;align-items:center;color:#111610;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.5;text-transform:uppercase}.restore__your__account__wrapper .title__cover__block h3.title{color:#111610;text-align:center;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal}.restore__your__account__wrapper .title__cover__block{display:flex;width:100%;flex-direction:column;align-items:center;gap:12px;max-width:625px;margin:0 auto 50px}.restore__your__account__wrapper .logo__wrapper{margin-bottom:165px}.restore__your__account__wrapper #countdown ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:20px}.signin__flow__individual__wrap .restore__your__account__wrapper{margin-bottom:50px}.restore__your__account__wrapper #countdown ul li{color:#8f959c;font-size:14px;font-weight:400}.restore__your__account__wrapper #countdown ul li,.restore__your__account__wrapper #countdown ul li span{display:flex;flex-direction:column;gap:10px;text-align:center;font-family:Poppins;font-style:normal;line-height:normal}.restore__your__account__wrapper #countdown ul li span{padding:10px 15px;justify-content:center;align-items:center;color:#000;font-size:28px;font-weight:600;border-radius:5px;background-color:#eaeef5;width:65px;height:65px}.signin__flow__individual__wrap .back__btn__box{text-align:left}.restore__your__account__wrapper .back__btn__box .back__btn a{display:flex;width:24px;height:24px;padding:4px}.main__restore__your__account__wrapper .signin__flow__individual__wrap{gap:0}.main__restore__your__account__wrapper{padding-top:50px;margin-bottom:50px}.alert-error{background-color:#f44336}.alert-success{background-color:#4caf50}.alert-warning{background-color:#f90}.alert{padding:10px 20px;color:#fff;border-radius:5px;position:relative}.closebtn{margin-left:15px;color:#fff;font-weight:700;float:right;font-size:22px;cursor:pointer;transition:.3s}.closebtn:hover{color:#000}.header__wrapper .header__btn__box.header__btn__box_sm{display:none}input[type=date]{padding-block:5px}input[type=date]:before{content:attr(placeholder)!important;color:#aaa;margin-right:.5em}input[type=date]:focus:before,input[type=date]:valid:before{content:""}.main__forgot__password__wrapper{padding:50px 20px;height:-webkit-fill-available;display:flex;align-items:center}.main__forgot__password__wrapper .form__sign__btn{margin:30px 0 40px}div#app{height:100%}.choose__data__body{padding:30px 20px;display:flex;flex-direction:column;gap:10px;justify-content:space-between;height:100%}.main__forgot__password__wrapper .signin__flow__individual__wrap .restore__your__account__wrapper{margin:0;align-items:center;justify-content:center;display:flex;flex-direction:column}.main__forgot__password__wrapper .signin__form__wrapper .form__input__field.default__field__block input{border-color:#eeeef0;cursor:no-drop}.main__forgot__password__wrapper .signin__form__wrapper .form__input__field+.form__input__field{margin-top:30px}.main__create__organization__wrapper{background-color:#eaeef5;padding:40px;min-height:100dvh}.main__create__organization__wrapper .create__organization__wrapper{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;border-radius:20px;background-color:#fff}.create__organization__wrapper .title__block{width:100%;text-align:center}.create__organization__wrapper .title__block h2.title{color:#111610;text-align:center;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal}.create__organization__wrapper .sepline__divider{width:100%;height:1px;background-color:#8f959c}.create__organization__wrapper .organizations__content__block{width:100%;text-align:center;display:flex;flex-direction:column;gap:40px;margin-bottom:50px}.organizations__content__block .img__block__wrapper{line-height:0px}.organizations__content__block .text__block__wrapper{display:flex;flex-direction:column;gap:20px;row-gap:20px;-moz-column-gap:20px;column-gap:20px}.text__block__wrapper h4.title{color:#111610;text-align:center;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;align-self:stretch}.text__block__wrapper .shortnote__block{color:#3f444a;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75}.btn__block__wrapper .default__purple__btn,.default__purple__btn{display:inline-block}.default__purple__btn a{border-radius:10px;background-color:#725cff;display:flex;padding:12px 32px;justify-content:center;align-items:center;gap:14px;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.create__organization__popup .popup__wrap{display:flex;max-width:490px;padding:30px;flex-direction:column;gap:30px;width:100%;border-radius:16px;background-color:#fff;box-shadow:0 0 40px 0 rgba(0,0,0,.1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.create__organization__popup .popup__head{display:flex;align-items:center;gap:12px;align-self:stretch;justify-content:space-between}.create__organization__popup .popup__head h4.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.create__organization__popup .sepline__divider{background-color:#8f959c;width:100%;height:1px}.create__organization__popup .field__block__wrap{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.create__organization__popup .field__block__wrap label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.4}.create__organization__popup .field__block__wrap input{width:100%;display:flex;padding:14px 12px;align-items:center;gap:5px;align-self:stretch;border-radius:8px;border:.5px solid #111610;color:#9093ab;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75}.popup__btn__group{display:flex;justify-content:end;align-items:flex-start;gap:10px}button.trans__purple__btn{color:#725cff;background-color:#fff}button.solid__purple__btn,button.trans__purple__btn{display:flex;padding:12px 32px;justify-content:center;align-items:center;border-radius:10px;border:1px solid #725cff;flex:1 0 0;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}button.solid__purple__btn{color:#fff;background-color:#725cff}.popup__btn__group button{cursor:pointer}.main__create__organization__wrapper .organization__list__wrapper{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;border-radius:20px;background-color:#fff}.organization__list__wrapper .section__title__block{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.organization__list__wrapper .section__title__block h3.title{color:#111610;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.organization__list__wrapper .organization__list__table__block{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch;border-radius:16px;border:1px solid #8f959c}.organization__list__table__block .table__head__block{width:100%;display:flex;align-items:center;justify-content:space-around;padding:0 20px}.table__head__block .table__head__item{flex:1 0 0;color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65;display:flex;align-items:center;gap:10px}.organization__list__table__block .sepline__divider{background-color:#8f959c;height:1px;width:100%}.organization__entry__table__block .user__block{display:flex;align-items:center;gap:16px}.organization__list__table__block .organization__entry__table__block{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.organization__entry__table__block .organization__table__item{display:flex;align-items:center;padding:10px 20px;width:100%;transition:all .3s ease;border-radius:10px;cursor:pointer}.organization__entry__table__block .organization__table__item:hover{background-color:#eaeef5}.organization__table__item .table__item{flex:1 0 0}.user__block .user__profile__img{display:flex;width:48px;height:48px;justify-content:center;align-items:center;line-height:0px}.user__block .user__info__block{display:flex;flex-direction:column;align-items:flex-start;flex:1 0 0}.user__info__block h4.company__label{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.user__info__block label{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.65;display:block}.organization__table__item .joined__block,.organization__table__item .learners__block,.organization__table__item .users__block,.organization__table__item .yourrole__block{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.74}.organization__table__item .action__btn__block{display:flex;align-items:center;gap:10px}.action__btn__block .action__option__btn a{display:flex;padding:10px;justify-content:center;align-items:center;gap:10px;line-height:0px}.action__btn__block .action__option__btn label{color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.62;display:block;cursor:pointer}.action__option__btn.yellow__btn label{color:#ffb42b}.action__option__btn.delete__btn label{color:#ff5664}.main__single__organization__wrapper{background-color:#eaeef5;padding:40px;display:flex;flex-direction:column;gap:20px}.overview__section__wrapper{display:flex;padding:30px;flex-direction:column;justify-content:center;align-items:flex-start;gap:30px;align-self:stretch;border-radius:20px;background-color:#fff}.overview__section__wrapper .title__block__wrapper{display:flex;width:100%;gap:12px;align-items:center}.overview__section__wrapper .title__block__wrapper h3.title{color:#111610;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.overview__section__wrapper .title__block__wrapper .title__btn__group{display:flex;align-items:center;gap:12px}.title__block__wrapper .title__btn__group .purple__trans__btn{display:inline-block}.title__block__wrapper .purple__trans__btn a{display:flex;padding:12px 30px;justify-content:center;align-items:center;gap:12px;border-radius:10px;min-width:190px;border:1px solid #fff;transition:all .3s ease;color:#725cff}.title__block__wrapper .purple__trans__btn .btn__icon{line-height:0px;display:flex;width:24px;height:24px;justify-content:center;align-items:center}.purple__trans__btn .btn__text{color:#725cff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal;text-transform:capitalize}.title__block__wrapper .purple__trans__btn.blue__border a{border-color:#725cff}.overview__section__wrapper .overview__widget__blocks{width:100%;display:flex;align-items:center;gap:30px}.main__single__organization__wrapper .billing__invoices__box__wrapper{display:flex;padding:25px;flex-direction:column;align-items:flex-start;gap:25px;align-self:stretch;border-radius:20px;background-color:#fff}.learner__subscriptions__table__wrapper{width:100%}.main__single__organization__wrapper .table__title__block{display:flex;align-items:center;gap:12px;align-self:stretch}.main__single__organization__wrapper .table__title__block h3.invoice__title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.overview__widget__blocks .value__view__block{border-radius:16px;background-color:#fff;display:flex;padding:30px;align-items:center;gap:30px;flex:1}.overview__widget__blocks .light__purple__bg{background-color:#e8f2fc}.btn__group__wrapper .purple__trans__btn a{color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;display:flex;padding:12px 32px;justify-content:center;align-items:center;border-radius:10px;border:1px solid #725cff}.value__view__block .text__block__wrap{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:25px;flex:1 0 0}.text__block__wrap .icon__box{width:58px;height:58px;line-height:0px}.value__view__block .text__block__wrap .value__text__wrap{flex:1;display:flex;flex-direction:column;gap:12px}.text__block__wrap .value__text__wrap h6{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65}.text__block__wrap .value__text__wrap span{display:block;color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.overview__widget__blocks .light__yellow__bg{background-color:#f7f3ed}.overview__data__blocks__wrapper .overview__data__block{display:flex;padding:30px;align-items:center;gap:30px;width:100%;border-radius:16px}.overview__section__wrapper .overview__data__blocks__wrapper{width:100%;display:grid;grid-template-columns:32% 32% 32%;gap:30px}.overview__data__blocks__wrapper .overview__data__block .data__icon{line-height:0px;width:64px;height:64px}.overview__data__blocks__wrapper .overview__data__block .data__text__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;flex:1 0 0}.overview__data__block .data__text__wrapper label{color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;line-height:1.7;display:block}.overview__data__block .data__text__wrapper h6.value{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal}.overview__data__blocks__wrapper .light__green{background-color:#dbf1f3}.overview__data__blocks__wrapper .light__red{background-color:#ffe6dd}.overview__data__blocks__wrapper .light__yellow{background-color:#fffae5}.overview__data__blocks__wrapper .light__purple{background-color:#f6f2fd}.overview__data__blocks__wrapper .gradiant__purple{background:var(--Gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%))}.overview__data__blocks__wrapper .light__success{background-color:#f0fdf4}.overview__data__block.gradiant__purple .data__text__wrapper h6.value,.overview__data__block.gradiant__purple .data__text__wrapper label{color:#fff}.overview__data__blocks__wrapper .overview__data__block.card__block h6.value{font-weight:400;font-size:20px}.active__status{background-color:#f0fdf4;color:#36c27a;min-width:90px;justify-content:center}.active__status,.expired__status{display:inline-flex;padding:4px 16px;border-radius:60px;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65}.expired__status{align-items:center;background-color:#fff5f1;color:#db3e59}.head__item.tac{text-align:center}.action__block .action__option__group,.action__option__group .option__btn a{display:flex;align-items:center;justify-content:center}.action__option__group .option__btn a{padding:10px 24px;border-radius:6px}.progress__bar__wrapper .progress__bar{border-radius:100px;background-color:#e2f5ff;display:flex;height:15px;flex-direction:column;align-items:flex-start;gap:10px;flex:1}.progress__bar__wrapper{display:flex;align-items:center;gap:10px}.progress__bar__wrapper .progress__bar .progress__filler{height:100%;background-color:#41b9fe;border-radius:100px}.learner__subscriptions__table.learner__table__block .transactions__row___item:nth-child(2n){background-color:inherit}.main__transfer__ownership__wrapper{background-color:#eaeef5;padding:30px}.main__transfer__ownership__wrapper .transfer__ownership__wrapper{display:flex;padding:40px;flex-direction:column;align-items:flex-start;gap:30px;border-radius:20px;background-color:#fff}.transfer__ownership__wrapper .title__block__wrap{width:100%;display:flex;align-items:center;gap:12px;justify-content:space-between}.transfer__ownership__wrapper .title__block__wrap h4.title{color:#111610;font-family:Poppins;font-size:30px;font-style:normal;font-weight:600;line-height:normal;flex:1}.transfer__ownership__wrapper .title__block__wrap .user__counter{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.66;display:block}.transfer__ownership__wrapper .transfer__ownership__table__block{width:100%;display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch;border-radius:16px;border:1px solid #8f959c}.transfer__ownership__table__block .sepline__divider{background-color:#8f959c;width:100%;height:1px}.transfer__ownership__table__block .transfer__ownership__table__head__wrapper{display:flex;align-items:center;gap:30px;align-self:stretch}.transfer__ownership__table__head__wrapper .head__item{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65;display:block;flex:1}.transfer__ownership__table__head__wrapper .head__item.select__head{max-width:70px}.transfer__ownership__table__wrapper .transfer__ownership__list__wrap{background-color:#fff;width:100%}.transfer__ownership__table__wrapper .transfer__ownership__table__item .profile__block,.transfer__ownership__table__wrapper .transfer__ownership__table__item .profile__block img{line-height:0px;display:flex;width:48px;height:48px;justify-content:center;align-items:center;-o-object-fit:cover;object-fit:cover;border-radius:100%}.transfer__ownership__table__wrapper .transfer__ownership__table__item{display:flex;align-items:center;gap:16px;flex:1;position:relative}.transfer__ownership__table__item .name__user__block h4.title{color:#111610;font-size:22px;font-style:normal;font-weight:600;line-height:normal}.transfer__ownership__table__wrapper .transfer__ownership__table__item .name__user__block span{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.5;display:block}.transfer__ownership__table__wrapper .transfer__ownership__table__item.checkbox__block{max-width:70px}.transfer__ownership__table__item.checkbox__block input[type=checkbox]{width:40px;height:40px;border-radius:6px;border:2px solid #3f444a;background-color:transparent}.transfer__ownership__table__wrapper .transfer__ownership__table__item.checkbox__block input[type=checkbox]:checked:before{border:0;margin:0;transform:translate(-50%,-50%);width:20px;height:20px;border-radius:4px;background-color:#725cff;right:inherit;left:50%}.transfer__ownership__table__item.checkbox__block input[type=checkbox]:checked{border-color:#725cff}.transfer__ownership__table__wrapper .transfer__ownership__list__wrapper{width:100%;display:flex;align-items:center}.transfer__ownership__table__block .transfer__ownership__table__wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.transfer__ownership__wrapper .btn__group__wrapper{display:flex;align-items:center;justify-content:start;gap:10px;width:100%}.transfer__ownership__table__wrapper .transfer__ownership__list__wrap .list__item__cover{display:flex;align-items:center;gap:30px;width:100%;cursor:pointer;padding:10px 30px;border-radius:10px;transition:all .3s ease}.transfer__ownership__table__wrapper .transfer__ownership__list__wrap .list__item__cover:hover{background-color:#eaeef5}.transfer__ownership__table__wrapper .transfer__ownership__table__item span{display:block;color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.5}.transfer__confirmation__popup .popup__wrap{display:flex;max-width:510px;padding:30px;flex-direction:column;align-items:center;gap:30px;width:100%;border-radius:16px;background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.transfer__confirmation__popup .popup__head{display:flex;align-items:center;gap:12px;align-self:stretch}.transfer__confirmation__popup .popup__head h4.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:500;line-height:normal;flex:1 0 0}.transfer__confirmation__popup .sepline__divider{background-color:#8f959c;width:100%;height:1px}.transfer__confirmation__popup .popup__content__box{display:flex;flex-direction:column;gap:30px;justify-content:center;text-align:center;align-items:center;width:100%}.transfer__confirmation__popup .content__inner__wrapper{display:flex;flex-direction:column;align-items:center;gap:20px;align-self:stretch}.transfer__confirmation__popup .popup__content__box h5.title{color:#111610;text-align:center;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal}.transfer__confirmation__popup .popup__content__box .short__description__wrapper{color:#3f444a;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75;width:100%;max-width:292px}.transfer__confirmation__popup .popup__btn__group{width:100%;justify-content:center}.transfer__confirmation__popup .purple__solid__btn{width:100%}.transfer__confirmation__popup .purple__solid__btn a{text-transform:capitalize}.transfer__ownership__table__item.checkbox__block input[type=checkbox]:before{border:0}.transfer__ownership__table__wrapper .list__item__cover.activate__item{background-color:#eaeef5}.title__block__wrap .subtitle__block{display:flex;align-items:center;gap:12px}.title__block__wrap .subtitle__block .label__title{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.65;display:block}.subtitle__block .upgrade__plan a{display:flex;padding:12px 10px;justify-content:center;align-items:center;color:#a35cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.title__block__wrap .section__title i{display:flex;width:24px;height:24px;justify-content:center;align-items:center}.title__block__wrap .section__title{display:flex;align-items:center;gap:10px}.main__user__list__wrapper .userlist__table__wrapper{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch;width:100%;background-color:#fff;border-radius:20px}.main__user__list__wrapper{padding:40px;background-color:#eaeef5}.userlist__table__wrapper .title__block__wrap{display:flex;align-items:center;gap:12px;flex:1 0 0;width:100%;justify-content:space-between}.userlist__table__wrapper .title__block__wrap .section__title h4.title{color:#111610;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal}.userlist__table__wrapper .user__list__table__wrapper{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch;border-radius:16px;border:1px solid #8f959c}.user__list__table__wrapper .sepline__divider{background-color:#8f959c;height:1px;width:100%}.user__list__table__wrapper .userlist__head__list{display:flex;align-items:center;gap:30px;align-self:stretch}.user__list__table__wrapper .userlist__head__list .head__item{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.665;flex:1 0 0;text-transform:capitalize}.keyboard__pad__box .key__indicator__box{display:flex;justify-content:start;align-items:center;gap:36px;width:100%}.keyboard__pad__box{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:30px;border-radius:10px;background-color:#dee2e7}.keyboard__pad__box .keyboard__cover .keyboard__key.color__key1{background-color:#b3a2fe;color:#3f444a}.keyboard__pad__box .keyboard__cover .keyboard__key.color__key2{background-color:#88d6ff;color:#3f444a}.keyboard__pad__box .keyboard__cover .keyboard__key.color__key3{background-color:#b8fcbe;color:#3f444a}.keyboard__pad__box .keyboard__cover .keyboard__key.color__key4{background-color:#ffeaaa;color:#3f444a}.keyboard__pad__box .keyboard__cover .keyboard__key.color__key5{background-color:#ffc8bb;color:#3f444a}.keyboard__pad__box .keyboard__cover .keyboard__key.color__key6{background-color:#fff;color:#3f444a}.trans__btn .btn__icon{display:flex;align-items:center;justify-content:center;line-height:0px;width:20px;height:20px}.trans__btn .btn__text{color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.65;display:block}.action__btn__group .trans__btn a{display:flex;padding:10px 24px;justify-content:center;align-items:center;gap:10px}.list__item.action .action__btn__group{display:flex;align-items:center;gap:20px}.userlist__table__block__wrapper .userlist__row__block{display:flex;padding:10px 0;align-items:center;gap:30px;width:100%}.user__list__table__wrapper .userlist__table__block__wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.userlist__table__block__wrapper .userlist__row__block .list__item{flex:1 0 0}.userlist__row__block .list__item.addedon span,.userlist__row__block .list__item.role span{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;display:block}.list__item.userlist__profile .profile__block,.list__item.userlist__profile .profile__block img{line-height:0px;display:flex;width:45px;height:45px;justify-content:center;align-items:center;border-radius:100%;-o-object-fit:cover;object-fit:cover}.userlist__row__block .list__item.userlist__profile{display:flex;align-items:center;gap:16px}.userlist__profile .name__user__block{display:flex;flex-direction:column;align-items:flex-start}.userlist__profile .name__user__block h4.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.userlist__profile .name__user__block span{display:block;color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.7}.userlist__popup__box .popup__wrap{display:flex;padding:30px;flex-direction:column;align-items:flex-start;max-width:525px;border-radius:16px;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%}.userlist__popup__box .popup__head{display:flex;align-items:start;gap:12px;align-self:stretch;margin-bottom:60px}.userlist__popup__box .popup__head h4.title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:6px}.userlist__popup__box .short__note__wrapper{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65}.userlist__popup__box .popup__copylink__block{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.popup__copylink__block .info__text{color:#787272;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;width:100%}.userlist__popup__box .popup__content__box{width:100%}.popup__copylink__block .invite__link__block{width:100%;position:relative}.popup__copylink__block .invite__link__block input{border-radius:8px;border:1px solid #111610;background-color:#f6f3f3;width:100%;color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.6;padding:10px 130px 10px 15px}.popup__copylink__block .invite__link__block input::-moz-placeholder{color:#8f959c;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.3}.popup__copylink__block .invite__link__block input::placeholder{color:#8f959c;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.3}.popup__copylink__block .invite__link__block .copy__btn{position:absolute;top:0;right:0;display:flex;padding:13px 21px;justify-content:center;align-items:center;gap:14px;border-radius:8px;background-color:#725cff;border:0}.copy__btn .btn__icon{line-height:0px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.copy__btn .btn__text{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.invite__user__popup .popup__wrap{display:flex;max-width:490px;padding:30px;flex-direction:column;align-items:flex-end;gap:30px;width:100%;border-radius:16px;background-color:#fff;box-shadow:0 0 40px 0 rgba(0,0,0,.1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.invite__user__popup .popup__head{display:flex;align-items:center;gap:12px;align-self:stretch}.invite__user__popup .popup__head h4.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.invite__user__popup .sepline__divider{background-color:#8f959c;width:100%;height:1px}.invite__user__popup .popup__content__box{width:100%}.form__group__field .popup__btn__group{margin-top:10px}.form__group__field .popup__btn__group button{border-radius:10px;border:1px solid #725cff;display:flex;padding:15px 32px;justify-content:center;align-items:center;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.3;min-width:152px;background-color:#fff}.invite__user__popup .invite__input__block{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.invite__user__popup .invite__input__block label{width:100%;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.75}.invite__user__popup .invite__input__block input{width:100%;display:flex;padding:15px 12px;align-items:center;gap:5px;align-self:stretch;border-radius:8px;border:1px solid #111610;color:#9093ab;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75}.invite__user__popup .form__group__field{display:flex;flex-direction:column;gap:20px;width:100%}.invite__user__popup .invite__input__block .select__field{width:100%;display:flex;padding:15px 14px;align-items:center;gap:8px;align-self:stretch;border-radius:8px;border:1px solid #111610;background-color:#fff;color:#9093ab;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.3;height:58px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form__group__field .popup__btn__group .purple__solid__btn{background-color:#725cff;color:#fff}.invite__input__block .select__block{width:100%;position:relative}.invite__user__popup .invite__input__block .select__field{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAHlBMVEUAAABFR01ISFBERktAQENAUFBER0xER01DR0tER0y8zmSXAAAACXRSTlMA3yDPEBC/75/E93IqAAAARUlEQVQY02OgKWBBIhkYhUCkogCYwzZRgYGBSdIAzGG1FAJKTHaAqAueqMAkaQJkQKXAElCpmZVACZhU5zQHJKuAbDoCAA/ACGuAlERzAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:98% 50%;background-size:24px 24px}.congratulation__popup.edit__popup .popup__content__box{display:flex;flex-direction:column;align-items:center;gap:20px;align-self:stretch;max-width:292px;margin:0 auto}.congratulation__popup.edit__popup .popup__content__box h6.title{color:#111610;text-align:center;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal}.congratulation__popup .text__block{color:#3f444a;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75}.congratulation__popup .purple__solid__btn{width:100%}.userlist__popup__box .popup__btn__group,.userlist__popup__box.change__role__popup .popup__btn__group{width:100%;justify-content:start;margin-top:20px}.userlist__popup__box.change__role__popup .popup__head{margin:0}.userlist__popup__box.change__role__popup .invite__input__block{margin-top:20px;display:flex;flex-direction:column;gap:8px}.userlist__popup__box.change__role__popup .invite__input__block label{display:block;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.75}.change__role__popup .invite__input__block .select__block .select__field{display:flex;padding:15px 14px;align-items:center;gap:8px;border-radius:8px;border:1px solid #111610;background-color:#fff;width:100%;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75;-webkit-appearance:none;-moz-appearance:none;appearance:none}.userlist__popup__box.change__role__popup .popup__btn__group button{display:flex;padding:12px 32px;justify-content:center;align-items:center;border-radius:10px;background-color:#725cff;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;border:0;min-width:152px;border:1px solid #725cff}.userlist__popup__box.change__role__popup .popup__btn__group button.purple__trans__btn{background-color:transparent;color:#725cff;border:1px solid #725cff}.change__role__popup .invite__input__block .select__block .select__field{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAHlBMVEUAAABFR01ISFBERktAQENAUFBER0xER01DR0tER0y8zmSXAAAACXRSTlMA3yDPEBC/75/E93IqAAAARUlEQVQY02OgKWBBIhkYhUCkogCYwzZRgYGBSdIAzGG1FAJKTHaAqAueqMAkaQJkQKXAElCpmZVACZhU5zQHJKuAbDoCAA/ACGuAlERzAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:98% 50%;background-size:24px 24px}.mobile__header__menu{background-color:#eaeef5;width:100%;padding:24px 20px 0 20px}.mobile__header__menu .mobile__header__cover__block{display:flex;align-items:center;justify-content:space-between;width:100%}.mobile__header__menu .mobile__bar__box{width:38px;height:38px;display:flex;align-items:center;justify-content:center}.mobile__header__menu .mobile__logo__block{max-width:128px;line-height:0px}.mobile__profile__menu .user__profile__box,.mobile__profile__menu .user__profile__box img{display:flex;width:40px;height:40px;justify-content:center;align-items:center;line-height:0px;border-radius:100%;-o-object-fit:cover;object-fit:cover}.mobile__assessment__btn select{padding:1em;width:100%;border-radius:.2em;border:1px solid #acacac;color:#181820;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;background:url(https://cdn1.iconfinder.com/data/icons/arrows-vol-1-4/24/dropdown_arrow-512.png);background-repeat:no-repeat;background-size:15px 15px;background-position:100%;background-origin:content-box}.mobile__menu__sidebar__box{display:flex;width:440px;padding:24px;flex-direction:column;align-items:self-start;gap:16px;border-radius:20px;background-color:#fff}.mobile__menu__sidebar__box .sepline__divider{background-color:#8f959c;width:100%;height:1px}.mobile__menu__sidebar__box .tab__btn__group{display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}.mobile__menu__sidebar__box h4.mobile__menu__title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:1.7}.mobile__menu__sidebar__box .mobile__menu__link ul{list-style:none;margin:0;padding:0;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.mobile__menu__sidebar__box .mobile__menu__link,.mobile__menu__sidebar__box .mobile__menu__link ul li{width:100%}.mobile__menu__sidebar__box .mobile__menu__link ul li a{display:flex;padding:10px 16px;align-items:center;border-radius:6px;color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;text-transform:capitalize;transition:all .3s ease;border-left:2px solid #fff}.support__menu__link .link__icon{display:flex;width:24px;height:24px;justify-content:center;align-items:center}.support__menu__link .link__text{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.65;display:block}.mobile__menu__sidebar__box .support__menu__link{width:100%}.mobile__menu__sidebar__box .support__menu__link a{display:flex;padding:14px;align-items:center;gap:10px}.mobile__menu__sidebar__box .mobile__menu__link ul li a:hover{border-radius:6px;border-left:2px solid #725cff;background-color:#f6f2fd;color:#725cff}.modalConfirmBtn{display:flex;padding:12px 32px;justify-content:center;align-items:center;border-radius:10px;background-color:#ff5664;color:#fff;font-family:Poppins;font-size:20px;font-weight:500;line-height:1.6;border:none;width:100%;transition:all .3s ease;&:hover{background-color:#505d68}}input[type=radio].markscore{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;border:2px solid #666;border-radius:4px;background-color:#fff;cursor:pointer;position:relative;outline:none}input[type=radio].markscore:checked{background-color:#725cff;border-color:#725cff}input[type=radio].markscore:checked:after{content:"";position:absolute;top:4px;left:4px;width:13px;height:13px;border-radius:4px;background-color:#725cff}input[type=number]{-moz-appearance:textfield;border:2px solid #ccc;padding:8px;font-size:16px;width:100%}.mobile__header__menu .mobile__menu__sidebar__box{position:absolute;top:95px;left:-100%;transition:all .3s ease}.mobile__header__menu .mobile__profile__menu{position:relative}.mobile__profile__menu .profile__menu__popup{position:absolute;top:45px;right:0;display:flex;width:300px;padding:15px;flex-direction:column;align-items:center;border-radius:12px;background-color:#fff;box-shadow:0 0 30px 5px rgba(64,65,69,.05),0 0 15px 0 rgba(64,65,69,.05);opacity:0;visibility:hidden;transition:all .3s ease;z-index:2}.mobile__profile__menu .profile__menu__popup.activate__mobile__menu{opacity:1;visibility:visible}.profile__menu__popup .inner__profile__wrapper{display:flex;padding:15px;flex-direction:column;justify-content:center;align-items:center;gap:5px;align-self:stretch;width:100%;text-align:center}.mobile__profile__menu .inner__profile__wrapper .user__name__box h6.title{font-size:20px;line-height:1.5}.mobile__profile__menu .profile__menu__links__box ul li a{padding:10px 0;color:#311613;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.4}.mobile__profile__menu .menu__logout__btn a{padding:10px 15px}.mobile__profile__menu .menu__logout__btn .btn__text{font-size:16px;line-height:1.5}.mobile__header__menu .mobile__menu__sidebar__box.activate__mobile__slideout{left:20px}.mobile__header__menu .mobile__bar__box.btn__rotate{transform:rotate(180deg)}.mobile__header__menu .tab__btn__group .purple__trans__btn .select__btn{padding:12px 18px;font-size:16px;line-height:1.5}.mobile__header__menu .tab__btn__group .purple__solid__btn a{padding:10px 20px;gap:5px}.mobile__header__menu .tab__btn__group .purple__solid__btn .btn__text{font-size:14px;line-height:1.3}.group__information__popup .sc__analysis__data__box .group__popup__btn .purple__solid__btn a{padding:10px 15px;font-size:16px;line-height:1.5}.organization__table__item .action__option__btn span{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.add__numberoflearners__box .add__number__box span{cursor:pointer}.mobile__organization__list__wrapper h3.title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0;width:100%}.mobile__organization__list__block .organization__item__block{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.mobile__organization__list__block .organization__item__block .organization__info__block{display:flex;align-items:center;gap:10px;align-self:stretch;flex:1 0 0;width:100%}.mobile__organization__list__wrapper .sepline__divider{background-color:#8f959c;height:1px;width:100%}.mobile__organization__list__wrapper{display:flex;padding:30px 15px;flex-direction:column;align-items:flex-start;gap:30px;border-radius:16px;background-color:#fff;box-shadow:0 0 40px 0 rgba(0,0,0,.1)}.organization__info__block .organization__name__block{display:flex;flex-direction:column;align-items:flex-start;gap:0;flex:1 0 0}.organization__name__block .company__label{color:#111610;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.organization__info__block .organization__name__block label{display:block;color:#3f444a;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.mobile__organization__list__wrapper .mobile__organization__list__block{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch}.organization__item__block .organization__info__block .avatar__block,.organization__item__block .organization__info__block .avatar__block img{display:flex;width:48px;height:48px;justify-content:center;align-items:center;border-radius:100%;-o-object-fit:cover;object-fit:cover}.organization__info__block .organization__position__block{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;flex:1 0 0}.organization__info__block .organization__position__block .position__label{display:block;color:#3f444a;text-align:right;font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:1.82}.organization__info__block .organization__position__block .date__label{color:#111610;text-align:right;font-family:Poppins;font-size:10px;font-style:normal;font-weight:400;line-height:1.8;display:block}.mobile__organization__list__block .organization__item__block .action__btn__block{display:flex;align-items:center;align-self:stretch}.organization__item__block .action__btn__block .action__option__btn a{display:flex;padding:10px 11px;justify-content:center;align-items:center;gap:10px;border-radius:6px;width:100%}.organization__item__block .action__btn__block .action__option__btn{flex:1 0 0}.organization__item__block .action__option__btn span{display:flex;width:20px;height:20px;justify-content:center;align-items:center}.organization__item__block .action__option__btn label{font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:1.82}.mobile__billing__invoices__box__wrapper{gap:16px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch}.mobile__billing__invoices__box__wrapper .invoice__title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0;width:100%;margin-bottom:20px}.mobile__billing__invoices__box__wrapper .learner__subscriptions__list__block{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;align-self:stretch}.learner__subscriptions__list__block .learner__subscriptions__item__block{display:flex;padding:16px;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;align-self:stretch;border-radius:12px;border:1px solid #eeeef0;background-color:#fff}.learner__subscriptions__item__block .sepline__divider{background-color:#dee2e7;height:1px;width:100%}.learner__subscriptions__item__block .upper__part__box{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;flex:1 0 0}.upper__part__box .group__flex{width:100%;display:flex;align-items:center;gap:8px;align-self:stretch;justify-content:space-between}.upper__part__box .learner__name{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.upper__part__box .status__label{color:#3f444a;font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:1.85}.upper__part__box .amount__label{color:#111610;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:1.75;flex:1 0 0}.upper__part__box .date__label{color:#3f444a;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:1.85}.bottom__part__block .title__label__block{display:flex;align-items:center;gap:8px;align-self:stretch;flex:1 0 0}.bottom__part__block .title__label__block h6{color:#111610;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:1.75}.bottom__part__block .title__label__block span{color:#3f444a;font-family:Poppins;font-size:10px;font-style:normal;font-weight:400;line-height:1.8;display:block}.learner__subscriptions__item__block .bottom__part__block{flex:1 0 0;width:100%;display:flex;justify-content:space-between}.bottom__part__block .mobile__btn__block a{display:flex;padding:10px 15px;justify-content:center;align-items:center;gap:10px;border-radius:6px}.autorenew__btn__box a,.cancel__btn__box a{background-color:#eee8ff}.bottom__part__block .mobile__btn__block.autorenew__btn__box .btn__text{color:#725cff}.bottom__part__block .mobile__btn__block .btn__icon{display:flex;width:20px;height:20px;justify-content:center;align-items:center}.bottom__part__block .mobile__btn__block .btn__text{color:#ff5664;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:1.75}.filter__select__box select{display:flex;padding:12px;align-items:center;gap:8px;border-radius:6px;border:1px solid #8f959c;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:700;line-height:1;width:100%;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAHlBMVEUAAABFR01ISFBERktAQENAUFBER0xER01DR0tER0y8zmSXAAAACXRSTlMA3yDPEBC/75/E93IqAAAARUlEQVQY02OgKWBBIhkYhUCkogCYwzZRgYGBSdIAzGG1FAJKTHaAqAueqMAkaQJkQKXAElCpmZVACZhU5zQHJKuAbDoCAA/ACGuAlERzAAAAAElFTkSuQmCC)}.mobile__billing__invoices__box__wrapper .filter__select__box select{background-size:24px 24px;background-repeat:no-repeat;background-position:99% 50%}.mobile__billing__invoices__box__wrapper .filter__select__box{width:100%}.mobile__ownership__transfer__wrapper{display:flex;width:100%;padding:20px 15px;flex-direction:column;align-items:flex-start;gap:20px;border-radius:16px;background-color:#fff;box-shadow:0 0 40px 0 rgba(0,0,0,.1)}.no__learner__assessment__block{display:flex;padding:30px;flex-direction:column;align-items:self-start;gap:30px;align-self:stretch;width:100%;border-radius:20px;background-color:#fff}.no__learner__assessment__block .inner__content__block{display:flex;padding:20px;flex-direction:column;justify-content:center;align-items:center;gap:40px;height:450px;align-self:stretch}.no__learner__assessment__block .title__block__wrap{display:flex;flex-direction:column;align-items:center;gap:20px;align-self:stretch}.no__learner__assessment__block h3.title,.no__learner__assessment__block h4.title{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal}.no__learner__assessment__block h4.title{text-align:center}.no__learner__assessment__block .subtitle{color:#3f444a;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75}.mobile__ownership__transfer__wrapper .title__block__wrap{display:flex;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch;width:100%}.mobile__ownership__transfer__wrapper .title__block__wrap h3.title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.mobile__ownership__transfer__wrapper .title__block__wrap .user__counter{color:#3f444a;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.mobile__ownership__transfer__wrapper .mobile__owners__list__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:10px;flex:1 0 0;align-self:stretch}.mobile__owners__list__wrapper .mobile__transfer__ownership__list__wrap{width:100%}.mobile__transfer__ownership__list__wrap .list__item__cover{display:flex;align-items:center;gap:10px;cursor:pointer}.mobile__transfer__ownership__list__wrap .owner__profile__block{display:flex;align-items:center;gap:10px;flex:1}.mobile__transfer__ownership__list__wrap .owner__profile__block .profile__block,.mobile__transfer__ownership__list__wrap .owner__profile__block .profile__block img{width:48px;height:48px;border-radius:100%;-o-object-fit:cover;object-fit:cover}.mobile__transfer__ownership__list__wrap .owner__info__block{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.owner__info__block .position__label{color:#3f444a;text-align:right;font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:1.85;display:block}.owner__info__block .date__label{display:block;color:#111610;text-align:right;font-family:Poppins;font-size:10px;font-style:normal;font-weight:400;line-height:1.8}.owner__profile__block .name__user__block h4.title{color:#111610;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.owner__profile__block .name__user__block span{display:block;color:#3f444a;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.selector__block.checkbox__block input[type=checkbox]{width:20px;height:20px;border-radius:6px;border:2px solid #3f444a;background-color:transparent}.selector__block.checkbox__block input[type=checkbox]:checked{border-color:#725cff}.selector__block.checkbox__block input[type=checkbox]:checked:before{border:0;margin:0;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:4px;background-color:#725cff;right:inherit;left:50%}.mobile__transfer__ownership__list__wrap .selector__block.checkbox__block{position:relative;width:20px;height:20px}.mobile__owners__list__wrapper .sepline__divider{background-color:#dee2e7;height:1px;width:100%}.mobile__ownership__transfer__wrapper .btn__group__wrapper .purple__trans__btn a{display:flex;min-width:107px;padding:10px;justify-content:center;align-items:center;border-radius:8px;border:1px solid #725cff;color:#725cff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:1.56}.mobile__ownership__transfer__wrapper .btn__group__wrapper{gap:10px}.mobile__ownership__transfer__wrapper .btn__group__wrapper .purple__solid__btn a{display:flex;min-width:184px;padding:10px;justify-content:center;align-items:center;border-radius:8px;border:1px solid #725cff;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:1.56}.mobile__userlist__table__wrapper{display:flex;padding:30px 15px;flex-direction:column;align-items:flex-start;gap:30px;border-radius:16px;background-color:#fff;box-shadow:0 0 40px 0 rgba(0,0,0,.1)}.mobile__userlist__table__wrapper .mobile__title__block__wrap .section__title{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;width:100%}.mobile__userlist__table__wrapper .mobile__title__block__wrap{width:100%}.mobile__title__block__wrap .section__title h4.title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.mobile__title__block__wrap .section__title .label__title{display:block;color:#111610;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.mobile__title__block__wrap .section__title .upgrade__plan a{color:#a35cff;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:1.82;display:block}.mobile__userlist__table__wrapper .btn__group__wrapper{gap:10px;flex:1;width:100%}.mobile__userlist__table__wrapper .purple__solid__btn a{padding:10px 24px;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:1.75}.mobile__userlist__table__wrapper .mobile__user__list__table__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch}.mobile__user__list__table__wrapper .sepline__divider{background-color:#8f959c;width:100%;height:1px}.mobile__user__list__table__wrapper .mobile__user__list__item__block{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch}.mobile__user__list__table__wrapper .mobile__user__list__item__block .user__info__block{display:flex;align-items:center;gap:10px;align-self:stretch;justify-content:space-between}.mobile__user__list__table__wrapper .mobile__user__list__item__block .user__option__block{display:flex;align-items:center;align-self:stretch}.mobile__user__list__item__block .user__info__block .user__profile__box,.mobile__user__list__item__block .user__info__block .user__profile__box img{line-height:0px;display:flex;width:48px;height:48px;justify-content:center;align-items:center;border-radius:100%;-o-object-fit:cover;object-fit:cover}.user__name__info h6.user__name{color:#111610;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.user__name__info .user__email{color:#3f444a;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal;display:block}.user__info__block .user__name__info{flex:1 0 0}.user__status__info label.user__designation{color:#3f444a;font-size:12px;font-weight:500}.user__status__info .user__date,.user__status__info label.user__designation{text-align:right;font-family:Poppins;font-style:normal;line-height:1.8;display:block}.user__status__info .user__date{color:#111610;font-size:10px;font-weight:400}.user__option__block .option__btn__block{flex:1 0 0}.user__option__block .option__btn__block a{display:flex;padding:10px 11px;justify-content:center;align-items:center;gap:10px}.user__option__block .option__btn__block .btn__icon{display:flex;width:20px;height:20px;justify-content:center;align-items:center;line-height:0px}.user__option__block .option__btn__block .btn__text{color:#000;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:1.8;display:block}.user__option__block .option__btn__block.yellow__btn .btn__text{color:#ffb42b}.user__option__block .option__btn__block.red__btn .btn__text{color:#ff5664}.subscription__status__box .setup__link a{display:flex;padding:5px 0;justify-content:flex-end;align-items:center}.subscription__status__box .setup__link .link__text{color:#725cff;font-family:Poppins;font-size:10px;font-style:normal;font-weight:500;line-height:normal}.subscription__status__box .setup__link .link__icon{display:flex;width:20px;height:20px;justify-content:center;align-items:center}.mobile__pending__learner__setup .learner__user__detail .learner__user__info span{display:block;color:#3f444a;font-family:Poppins;font-size:10px;font-style:normal;font-weight:400;line-height:1.8}.main__share__learner__wrapper{display:block;padding:40px;background-color:#eaeef5}.main__share__learner__wrapper .share__learners__wrapper{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;border-radius:20px;background-color:#fff}.share__learners__wrapper .share__learners__title__block{display:flex;align-items:center;gap:12px;align-self:stretch}.share__learners__wrapper .share__learners__title__block .title__block__group{display:flex;align-items:center;gap:12px;flex:1 0 0}.share__learners__title__block .title__block__group h3.title{color:#111610;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal}.share__learners__title__block .title__block__group span{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65;display:block}.share__learners__title__block .purple__trans__btn{display:inline-block}.share__learners__title__block .purple__trans__btn a{display:flex;padding:12px;justify-content:center;align-items:center;border-radius:10px;border:1px solid #725cff;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;min-width:156px}.share__learners__wrapper .share__learners__table__block{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch;width:100%;border-radius:16px;border:1px solid #8f959c}.share__learners__wrapper .share__learners__table__block .sepline__divider{background-color:#8f959c;height:1px;width:100%}.share__learners__wrapper .share__learners__table__block .table__head__block{display:flex;align-items:center;align-self:stretch}.share__learners__table__block .table__head__block .head__item{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65;display:block;flex:1 0 0}.share__learners__table__block .table__head__block .head__item.action__item{max-width:60px}.share__learner__row__table__block .table__row__item__block{display:flex;padding:10px;align-items:center;width:100%}.share__learner__row__table__block .table__row__item__block .group__flex{display:flex;align-items:center;flex:1;cursor:pointer}.table__row__item__block .profile__learner__block{display:flex;align-items:center;gap:12px;flex:1 0 0}.profile__learner__block .user__learner__block,.profile__learner__block .user__learner__block img{line-height:0px;display:flex;width:48px;height:48px;justify-content:center;align-items:center;border-radius:100%;-o-object-fit:cover;object-fit:cover}.table__row__item__block .profile__learner__block h6.name{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.table__row__item__block .added__on__block{display:flex;align-items:center;gap:12px;flex:1 0 0}.table__row__item__block .added__on__block span{color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;display:block}.table__row__item__block .last__assessment__date__block,.table__row__item__block .subscription__status__block{display:flex;align-items:center;flex:1 0 0}.table__row__item__block .action__block{max-width:60px;flex:1 0 0}.share__learners__table__block .share__learner__row__table__block{width:100%;display:flex;flex-direction:column;gap:30px}.share__learners__wrapper .share__learner__btn__group{display:flex;max-width:314px;align-items:center;gap:10px;width:100%}.share__learner__btn__group .purple__trans__btn{display:inline-block}.share__learner__btn__group .purple__trans__btn a{color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;display:flex;padding:12px;justify-content:center;align-items:center;border-radius:10px;border:1px solid #725cff;min-width:152px}.share__learner__btn__group .purple__solid__btn{display:inline-block}.share__learner__btn__group .purple__solid__btn a{display:flex;padding:12px;justify-content:center;align-items:center;min-width:152px}.action__block .checkbox__block input{width:40px;height:40px;border:2px solid #3f444a}.action__block .checkbox__block{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin:0 auto}.action__block .checkbox__block input[type=checkbox]:checked{background-color:transparent;border-color:#725cff}.action__block .checkbox__block input[type=checkbox]:checked:before{border:none;margin:0;width:20px;height:20px;transform:translate(-50%,-50%);right:inherit;left:50%;background-color:#725cff;border-radius:6px}.table__row__item__block .last__assessment__date__block span{display:block;color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.select__organisations__popup .popup__wrap{display:flex;max-width:510px;padding:30px;flex-direction:column;align-items:center;gap:30px;width:100%;border-radius:16px;background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.select__organisations__popup .popup__head{display:flex;align-items:center;gap:12px;align-self:stretch}.select__organisations__popup .popup__head h4.title{flex:1 0 0;color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:500;line-height:normal}.select__organisations__popup .sepline__divider{background-color:#8f959c;width:100%;height:1px}.select__organisations__popup .popup__btn__group{align-items:center;width:100%;justify-content:center}.select__organisations__popup .purple__trans__btn a{display:flex;justify-content:center;align-items:center;border-radius:10px;color:#725cff;font-family:Poppins}.select__organisations__popup .purple__solid__btn a,.select__organisations__popup .purple__trans__btn a{padding:12px;border:1px solid #725cff;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;min-width:152px}.select__organisations__popup .popup__content__box{display:flex;flex-direction:column;align-items:self-start;width:100%}.select__organisations__popup .organisations__select__block{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.select__organisations__popup .organisations__select__block label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.75;display:block}.select__organisations__popup .organisations__select__block .select__block{display:flex;padding:15px 14px;align-items:center;gap:8px;align-self:stretch;border-radius:8px;border:1px solid #111610;background-color:#fff;color:#9093ab;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAHlBMVEUAAABFR01ISFBERktAQENAUFBER0xER01DR0tER0y8zmSXAAAACXRSTlMA3yDPEBC/75/E93IqAAAARUlEQVQY02OgKWBBIhkYhUCkogCYwzZRgYGBSdIAzGG1FAJKTHaAqAueqMAkaQJkQKXAElCpmZVACZhU5zQHJKuAbDoCAA/ACGuAlERzAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:98% 50%}.main__learner__assessments__data__box .table__btn__block{margin-top:30px;text-align:center}.table__btn__block .purple__solid__btn{display:inline-block}.table__btn__block .purple__solid__btn a{color:#fff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.7;min-width:170px;padding:12px}.learner__assessments__filter__box .filter__search__box input::-moz-placeholder{color:#111610;font-feature-settings:"clig" off,"liga" off;font-family:Poppins;font-size:17px;font-style:normal;font-weight:400;line-height:1.2;letter-spacing:.37px;text-transform:capitalize}.learner__assessments__filter__box .filter__search__box input::placeholder{color:#111610;font-feature-settings:"clig" off,"liga" off;font-family:Poppins;font-size:17px;font-style:normal;font-weight:400;line-height:1.2;letter-spacing:.37px;text-transform:capitalize}.mobile__share__learners__wrapper .title__block__box{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;width:100%}.mobile__share__learners__wrapper .title__block__box h3.title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.mobile__share__learners__wrapper .title__block__box .learner__step{display:inline-block}.mobile__share__learners__wrapper .title__block__box .learner__step a{color:#725cff;font-family:Poppins;font-size:10px;font-style:normal;font-weight:500;line-height:normal;display:block}.mobile__share__learners__wrapper{display:flex;padding:0;flex-direction:column;align-items:flex-start;gap:20px}.mobile__share__learners__wrapper .button__group__block{display:flex;align-items:center;gap:20px;align-self:stretch;justify-content:center}.share__learner__list__item label{cursor:pointer}.mobile__share__learners__wrapper .mobile__share__learners__table__block{display:flex;padding:20px;flex-direction:column;justify-content:center;align-items:flex-start;gap:14px;flex:1 0 0;align-self:stretch;border-radius:16px;background-color:#fff}.share__learner__list__item .group__flex{display:flex;align-items:center;gap:10px;width:100%}.share__learner__list__item .learner__user__profile{display:flex;align-items:center;gap:10px;flex:1 0 0}.mobile__share__learners__table__block .sepline__divider{background-color:#8f959c;width:100%;height:1px}.mobile__share__learners__table__block .shortnote{color:#111610;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:1.82}.share__learner__list__block .share__learner__list__item{display:flex;padding:14px 0;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;align-self:stretch}.mobile__share__learners__table__block .share__learner__list__block{width:100%}.share__learner__list__item .learner__user__profile .profile__block,.share__learner__list__item .learner__user__profile .profile__block img{line-height:0px;display:flex;width:32px;height:32px;justify-content:center;align-items:center;border-radius:100%;-o-object-fit:cover;object-fit:cover}.share__learner__list__item .learner__user__profile .user__info__block{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;flex:1 0 0}.learner__user__profile .user__info__block .active__label{color:#36c27a;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal;display:flex;padding:0 10px;align-items:center;gap:8px;border-radius:60px;background-color:#f0fdf4;min-width:57px}.learner__user__profile .user__info__block h4.name__title{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.62}.learner__user__profile .user__info__block .date__txt{color:#3f444a;font-family:Poppins;font-size:10px;font-style:normal;font-weight:400;line-height:1.8;display:block}.share__learner__list__item .item__checkbox__block .checkbox{width:30px;height:30px;position:relative}.share__learner__list__item .item__checkbox__block .checkbox input{border:2px solid #3f444a;width:100%;height:100%;left:0;top:0}.item__checkbox__block .checkbox input:checked{background-color:transparent;border-color:#725cff}.item__checkbox__block .checkbox input:checked:before{margin:0;transform:translate(-50%,-50%);border:0;width:15px;height:15px;border-radius:3px;right:inherit;left:50%;background-color:#725cff}.share__learner__list__block .sepline__divider{background-color:#eeeef0}.mobile__share__learners__wrapper .purple__trans__btn{display:inline-block}.mobile__share__learners__wrapper .purple__trans__btn a{color:#725cff}.mobile__share__learners__wrapper .purple__solid__btn a,.mobile__share__learners__wrapper .purple__trans__btn a{display:flex;padding:10px;justify-content:center;align-items:center;gap:10px;border-radius:6px;border:1px solid #725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.62;min-width:155px}.mobile__share__learners__wrapper .purple__solid__btn a{color:#fff}.learner__assessments__data__table .data__row .data__item .score__label{display:inline-flex;padding:4px 15px;justify-content:center;align-items:center;border-radius:6px;background-color:#f7f3ed;color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:1.4}.progress__tab .progress__bar__group{display:flex;align-items:center;gap:10px}.progress__bar__group .progress__numbers{color:#41b9fe;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;display:block;line-height:1.45}.progress__bar__group .learners__progress__bar{border-radius:100px;background-color:#e2f5ff;width:100%;height:20px}.learner__assessments__filter__box .recycle__bin__btn a{display:flex;align-items:center;gap:10px;padding:10px 20px;border:1px solid #725cff;border-radius:10px}.overview__widget__blocks .value__view__block .btn__group__wrapper{gap:20px}.learner__assessments__filter__box .recycle__bin__btn .btn__icon{line-height:0px}.card{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.card .percent,.card svg{position:relative}.card svg{width:300px;height:300px;transform:rotate(-90deg)}.card svg circle{width:100%;height:100%;fill:none;stroke:#e2f5ff;stroke-width:30;stroke-linecap:round}.card svg circle:last-of-type{stroke-dasharray:625px;stroke-dashoffset:calc(625px - (625px*var(--percent))/100);stroke:#3498db}.card .number{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.card .number h3{color:#111611;text-align:center;font-family:Poppins;font-size:30px;font-style:normal;font-weight:600;line-height:normal}.card:first-child svg circle:last-of-type{stroke:#41b9fe}.card:nth-child(2) svg circle:last-of-type{stroke:#2ecc71}.header__wrapper .navbar__box{flex:1}.header__wrapper .navbar__box ul{justify-content:center}.mobile__profile__links .mobile__profile__btn h5.name__title{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.65;text-transform:capitalize;transition:all .3s ease;display:block;flex:1}.mobile__profile__links .mobile__profile__btn .profile__img,.mobile__profile__links .mobile__profile__btn .profile__img img{line-height:0px;width:50px;height:50px;border-radius:100%;-o-object-fit:cover;object-fit:cover}.mobiel__profile__link{display:flex;align-items:center;gap:10px}.mobiel__profile__link .link__icon{line-height:0px}.mobile__menu__dropdown__box .menu__list ul li a:before{display:none}.main__profile__page__wrapper .profile__details__box__wrapper .save__btn__box__wrapper .save__changes__btn.disableee{border-color:#44474c}.confirmation__popup.assessment__confirmation__popup .popup__btn__box .purple__solid__btn a{padding:10px 25px}.mobile__billing__invoices__box__wrapper.for__mobile{display:none}.audio__data__row .play__audio__btn.audio__data__item{display:flex;align-items:center;gap:15px}.learners__assessment__widget .title__btn__group .purple__fill__btn a{font-size:16px;line-height:1.5}.audio__save__btn div{display:block}.audio__save__btn div a{display:flex;padding:10px 18px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background-color:#eee8ff}.audio__save__btn div .btn__icon{line-height:0px;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.audio__save__btn div .btn__text{color:#725cff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:1.5;display:block}.audio__save__btn .saved__btn{display:none}.audio__save__btn.active__btn .saved__btn{display:block}.audio__save__btn.active__btn .save__btn{display:none}.audio__save__btn.active__btn .saved__btn a{background-color:#725cff}.audio__save__btn.active__btn .saved__btn .btn__text{color:#fff}.action__btn__group.row__item .restore__btn a{max-width:127px;min-width:auto}.action__btn__group.row__item .delete__permanently__btn a{max-width:225px;min-width:auto}.play__audio__popup__wrapper .popup__wrapper .divider__sepline{width:100%}.mobile__voicebank__learner__wrapper .divider__sepline{margin:10px auto}.syllable__range__wrapper .section__btn__block{width:100%}.section__btn__block .save__btn{background-color:#fff;color:#725cff}.section__btn__block .purple__save__btn,.section__btn__block .save__btn{display:flex;padding:12px 20px;justify-content:center;align-items:center;gap:14px;border-radius:10px;border:0;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.4;min-width:114px;cursor:pointer}.section__btn__block .purple__save__btn{background-color:#725cff;color:#fff}.sc__analysis__tab__box .section__btn__block{width:100%}.print__btn.disable__btn{display:inline-block}.print__btn.disable__btn a{display:flex;align-items:center;gap:14px;padding:12px 32px;border-radius:10px;background-color:#dee2e7}.print__btn.disable__btn .btn__icon{line-height:0px;display:flex;width:24px;height:24px;justify-content:center;align-items:center}.print__btn.disable__btn .btn__text{display:flex;flex-direction:column;gap:0}.print__btn.disable__btn .btn__text label{color:#8f959c;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.2;display:block}.print__btn.disable__btn .btn__text span{color:#3f444a;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal;display:block}.payment__options__wrapper .disable__purchase__order{line-height:0px;width:100%;border-radius:16px}.coming__soon__label{color:#111610;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal;margin-left:5px}.program-target-box-wrapper{display:flex;width:100%;flex-wrap:wrap;gap:clamp(15px,-1533rem + 3200vw,30px);max-height:680px;overflow-y:auto;padding-top:30px}.ptb-remove-btn{position:absolute;top:-10px;right:-10px;width:25px;cursor:pointer}.ptb-remove-btn path{fill:red;stroke:#fff}.program-target-box{display:flex;flex-direction:column;gap:10px;flex:0 0 min(250px,100%);position:relative;padding:10px;border:1px solid #eeee;border-radius:10px;height:-moz-fit-content;height:fit-content}.ptb-head{display:flex;align-items:center;gap:14px}.ptb-head span{font-size:20px;font-weight:600}.ptb-head input{border-left:0;border-right:0;border-top:0;width:100%;border-color:#000;font-size:16px}.ptb-body-item{display:flex;align-items:center;gap:10px}.ptb-body-item input:first-child{flex:0 0 77px}.ptb-body-item input{flex:1;display:flex;padding:18px 16px;align-items:center;align-self:stretch;border-radius:8px;border:1px solid #8f959c;color:#3f444a;font-size:18px;font-style:normal;font-weight:400;line-height:1.15;width:100%}.ptb-body{display:flex;flex-direction:column;gap:10px}.ptb-footer{display:flex;justify-content:end}.ptb-bi-box{position:relative}.ptb-bi-box svg{position:absolute;top:50%;right:16px;transform:translateY(-50%);cursor:pointer}.ptb-bi-box input{padding-right:40px}.program-target-add-box{align-items:center;justify-content:center;border-radius:8px;border:1px solid #dee2e7;cursor:pointer;height:313px}.program-target-add-box span{color:#725cff;font-weight:500}.programtargets_top_wrapper{display:flex;align-items:center;justify-content:space-between;width:100%}.programtargets_top_btn_wrapper{display:flex;align-items:center;gap:20px}.purple_outline_btn{padding:10px 20px;border-radius:10px;border:1px solid #725cff;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:32px;transition:all .3s ease;background:#fff;text-wrap:nowrap;cursor:pointer}.addNewInput{padding:5px 10px!important;font-size:15px!important}body.blur{filter:blur(5px);overflow:hidden}.custom-alert{display:none;position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:9999}.custom-alert-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;padding:30px;box-shadow:0 0 10px rgba(0,0,0,.5);border-radius:5px;text-align:left;min-width:300px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center}.custom-alert-content #alertMessage,.custom-alert-content #alertMessageSeccess{flex-grow:1;margin:20px 0}.custom-alert-content button{padding:10px 20px;background-color:#725cff;color:#fff;border:none;border-radius:5px;cursor:pointer}.custom-alert-content button:hover{background-color:#725cff}.learner__user__progress__bar .tippy-box,.learners__assessment__data .tippy-box{--rlms-t-bg-color:#fff;border-radius:6px;padding:12px 14px;box-shadow:0 2px 10px rgba(0,0,0,.31)!important;width:320px}.learner__user__progress__bar .tippy-content,.learners__assessment__data .tippy-content{padding:0;display:flex;flex-direction:column;gap:10px;color:#000;box-shadow:none}.progress-tc-title{text-align:center;font-size:14px;font-weight:600;margin-bottom:10px}.progress-tc-pb-info{display:flex;flex-direction:column;gap:10px;padding-bottom:10px;border-bottom:1px solid #dee2e7}.progress-tc-pb-info+.progress-tc-pb-info{margin-top:10px}.progress-tc-pb-info:last-child{border-bottom:none;padding-bottom:0}.tc-pb-info{display:flex;align-items:center;justify-content:space-between;&>*{font-weight:500}}.faq-container .faq-answer ul li{display:flex;align-items:center;gap:10px}.faq-container .faq-answer ul li:before{content:"";width:5px;height:5px;background:#000;display:inline-block;border-radius:50%}.main__grid__table__wrapper::-webkit-scrollbar{height:5px;background-color:#f6f2fd;border-radius:10px}.main__grid__table__wrapper{max-width:982px;overflow-x:auto}.learner__tag_grid__wrapper .main__grid__table__wrapper .table__x__wrap{gap:210px}.pagination{display:flex;list-style:none;gap:8px;justify-content:center}.page-item.active-page .page-link{color:#fff}.page-item .page-link{color:#000}.page-item{cursor:pointer;padding:6px 10px;border:1px solid #ccc;border-radius:.5rem;width:40px;height:40px;text-align:center}.page-item.disabled{opacity:.5;background:#eee}.active-page{background-color:var(--rlms-primary-500);color:#fff}.switch{position:relative;display:inline-block;width:60px;height:34px}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff}input:checked+.slider{background-color:#725cff}input:focus+.slider{box-shadow:0 0 1px #725cff}input:checked+.slider:before{transform:translateX(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.group_score_zero{background:#fff;padding:20px;border-radius:20px;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;gap:40px;min-height:80dvh;&>h4{font-size:clamp(14px,-1533rem + 3200vw,18px);width:min(100%,600px);margin-inline:auto}}.group_score_zero__btn{display:flex;padding:10px 24px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background-color:#725cff;min-width:114px;color:#fff}.resend-otp-link{font-size:14px;color:var(--rlms-primary-500);border-bottom:1px solid var(--rlms-primary-500);padding-bottom:2px}.success-container{display:flex;justify-content:center;padding:30px 0}.success-content{max-width:600px;width:100%;background-color:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);padding:40px;text-align:center}.success-icon{width:120px;height:120px;margin-bottom:20px}.success-content h1{color:#4caf50;margin-bottom:15px}.success-content p{margin-bottom:25px;color:#555}.purchase-details{background-color:#f8f9fa;border-radius:12px;padding:20px;margin-bottom:25px;text-align:left}.purchase-details h3{margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee}.purchase-details ul{list-style:none;padding:0;margin:0}.purchase-details ul li{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #eee}.purchase-details ul li:last-child{border-bottom:none}.action-buttons{display:flex;gap:15px;justify-content:center;margin-top:30px}@media (max-width:767px){.success-content{padding:30px 20px}.action-buttons{flex-direction:column}.success-icon{width:100px;height:100px}}.terms-page{margin-block:50px;background-color:#fff;border-radius:20px;padding:20px}.terms-page,.terms-page section{display:flex;flex-direction:column}.terms-page section{margin-top:30px;gap:5px}.terms-page section ul{padding-left:20px}.privacy-page{display:flex;flex-direction:column;margin-block:50px;background-color:#fff;border-radius:20px;padding:20px}.privacy-page section{margin-top:30px;display:flex;flex-direction:column;gap:5px}.privacy-page section ul{padding-left:20px}.info-popup .sc__analysis__head__box{display:none}.transcription-setting{display:flex;align-items:center;justify-content:space-between;padding:5px 20px;border-radius:16px;gap:10px;flex-wrap:wrap}.transcription-setting .setting-label{font-weight:500;color:#555;display:flex;gap:10px;position:relative;align-items:center}.transcription-setting .badge{padding:.2rem .6rem;border-radius:12px;font-size:.75rem;margin-left:.5rem;color:#fff;border-radius:30px;background:var(--gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%));box-shadow:0 2px 5px rgba(0,0,0,.2)}.transcription-setting .toggle-switch{display:flex;align-items:center;gap:10px}.or-divider{width:100%;height:1px;display:flex;align-items:center;justify-content:center;margin-block:10px;background:linear-gradient(90deg,#fff,#bfbfbf 50%,#bfbfbf,#fff)}.or-divider span{font-size:14px;font-weight:500;background-color:#fff;color:#bfbfbf;padding-inline:15px}.record__audio__popup .assesment__transcribe__wrapper.popup__content__box{padding:3px}.record__audio__popup .assesment__transcribe__wrapper .add__note__test__box .cover__group__box{flex-direction:row;width:100%;flex-wrap:wrap;justify-content:space-between}.popup_point_items input[type=radio].markscore:checked:after{width:10px;height:10px;top:50%;left:50%;transform:translate(-50%,-50%)}.popup_point_items input[type=radio].markscore:checked{background-color:transparent}.popup_point_items{align-items:center;width:100%;border-radius:16px;gap:clamp(15px,calc(100vw - 768px),25px);flex-wrap:wrap;border:1px solid #8f959c;justify-content:space-between}.popup-vowels-content,.popup_point_items{display:flex;padding:15px 20px;box-shadow:0 2px 20px 0 rgba(0,0,0,.06)}.popup-vowels-content{border-radius:16px;background:#fff;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch;border:1px solid #ebebeb}.popup-vowels-content-head{display:flex;align-items:center;justify-content:space-between;width:100%;flex-wrap:wrap}.popup_point_items .point__checkbox{display:flex;align-items:center;gap:5px}.popup-vowels-content-body{width:100%;display:flex;flex-direction:column;gap:5px;padding-top:10px;border-top:1px solid #ebebeb}.audio-nav{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.audio-nav .next,.audio-nav .prev{display:flex;align-items:center;justify-content:center;gap:10px}.audio-nav .btn__icon{display:flex;align-items:center}.audio-nav .btn__text{font-size:var(--rlms-font-size-xs);color:#725cff}.audio-nav .btn__icon img{width:7px}.audio-nav .purple__solid__btn a{padding-block:5px;font-size:16px}button.swal2-cancel.rlms-btn.rlms-btn-default.swal2-styled:hover{background:#eee}.audio-overlay-message{position:absolute;top:0;left:0;width:100%;background:hsla(0,0%,100%,.9);height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:8;border-radius:16px}.audio-overlay-message img{margin-bottom:20px}.audio-overlay-message img,.audio-overlay-message p{text-align:center}.animate-img{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}to{transform:scale(1);opacity:1}}.swal2-popup.swal2-modal.swal2-show{border-radius:16px}.ai-data-container{width:100%;background-color:#725cff;padding:20px;border-radius:12px;display:flex;flex-direction:column;gap:20px}.ai-data-info-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));gap:20px}.ai-data-info-item{padding:10px 20px;background:#917aff;display:flex;align-items:center;justify-content:space-between;border-radius:8px;color:#fff}.ai-data-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));gap:20px}.ai-data-item{gap:10px}.ai-data-item-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.ai-data-item-body{gap:5px;list-style:none}.ai-data-item,.ai-data-item-body{display:flex;flex-direction:column}.ai-data-item{border-radius:8px;background:#eee8ff;gap:20px;padding:10px}.ai-data-item-body li{display:flex;align-items:center;justify-content:space-between;font-size:14px}.ai-data-item-add-custom{display:flex;align-items:center;flex-direction:column;justify-content:center;border:2px dashed;border-radius:8px;color:#fff;gap:10px;cursor:pointer;min-height:140px;p{font-size:14px}&:hover{background-color:var(--rlms-primary-500)}}.ai-s-close-btn,.atd-for-sm-screen-btn{display:none}.ai-sidebar-and-content-wrapper{width:100%;display:grid;grid-template-columns:1fr 350px;grid-gap:20px}.ai-sidebar{display:flex;flex-direction:column;padding:20px;border-radius:12px;border:1px solid #725cff;background:#f6f2fd;gap:15px;height:-moz-min-content;height:min-content;position:sticky;top:100px}.ai-sidebar-head{text-align:center;border-bottom:1px solid #8f959c;padding-bottom:10px}.ai-sidebar-body{flex-grow:1}.ai-sidebar-no-data{display:flex;flex-direction:column;align-items:center;height:100%;justify-content:center;gap:12px;text-align:center;min-height:700px}.ai-sidebar-data-list li{display:grid;grid-template-columns:1fr 22px;gap:10px;background-color:#fff;padding:10px;&.active{background-color:var(--rlms-primary-500);color:#fff}&.active svg path:first-child{fill:#fff;stroke:#fff}&.active svg path:nth-child(2){stroke:#fff}&:hover:not(.active){background-color:var(--rlms-primary-100);cursor:pointer}}.ai-sidebar-data-list li:not(:last-child){border-bottom:1px solid #dddd}ul.ai-sidebar-data-list{max-height:700px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d2c7fe transparent}ul.ai-sidebar-data-list li.disabled{pointer-events:none;cursor:not-allowed;background-color:#b9b9b9;opacity:.5}.rlms-height-auto{height:auto!important}*{margin:0;padding:0;box-sizing:border-box}img{height:auto;border:0}body{font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.5;color:#3f444a}.container{max-width:1530px;margin:0 auto}.header__wrapper .logo__wrap{line-height:0px;max-width:250px;width:100%}.header__wrapper .mobile__cover{display:flex;align-items:center;position:relative}.header__wrapper .logo__box{line-height:0px;width:250px;height:50px;display:flex;align-items:center}.header__wrapper .logo__box a{display:block}.header__wrapper .header__menu__box{width:100%}.header__menu__box .navbar ul{list-style:none;margin:0;padding:0;display:flex;justify-content:center;align-items:center;gap:30px}.header__menu__box .navbar ul li a{display:flex;padding:0 0 5px;flex-direction:column;justify-content:center;align-items:center;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.4;width:100%;transition:all .3s ease;position:relative}.header__menu__box .navbar ul li a:hover,.header__menu__box .navbar ul li.active a{background:var(--gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header__menu__box .navbar ul li a:before{height:2px;width:100%;content:"";position:absolute;bottom:100%;left:0;border-radius:10px;background:var(--gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%));transition:all .4s ease;opacity:0}.header__menu__box .navbar ul li a:hover:before,.header__menu__box .navbar ul li.active a:before{bottom:0;opacity:1}.header__wrapper .header__btn__box{display:flex;align-items:center;gap:20px;width:250px;justify-content:center}.header__btn__box .register__btn a{display:flex;padding:12px 30px;justify-content:center;align-items:center;min-width:134px;border-radius:10px;background:var(--gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%));color:#fff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal;transition:all .3s ease}.header__btn__box .register__btn a:hover{box-shadow:0 4px 0 #000}.header__btn__box .signin__link{display:block;width:96px;text-align:right}.header__btn__box .signin__link a{display:block;color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:30px;transition:all .3s ease}.header__btn__box .signin__link a:hover{background:var(--gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.footer__wrapper{padding:0 20px 40px 20px;background:#000}.getintouch__box{display:flex;padding:40px 60px;align-items:center;gap:20px;border-radius:30px;background:#fff;justify-content:center}.getintouch__box .title__box__wrapper h4.title{color:#111610;font-family:Halant;font-size:62px;font-style:normal;font-weight:600;line-height:normal}.getintouch__box .title__box__wrapper .short__note{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px}.getintouch__box .title__box__wrapper{display:flex;flex-direction:column;gap:8px;width:100%}.getintouch__box .getintouch__btn{display:inline-block}.getintouch__box .getintouch__btn a{display:flex;padding:18px 30px;justify-content:center;align-items:center;gap:14px;width:100%;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px;border-radius:10px;background:var(--gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%));transition:all .3s ease;min-width:186px}.getintouch__box .getintouch__btn a:hover{box-shadow:0 4px 0 #000}.footer__box__wrapper .all__rights{color:#8f959c;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.footer__wrapper .group__section{display:flex;flex-direction:column;gap:80px}.footer__box__wrapper .footer__sepline{background:#3f444a;height:1px;width:100%;margin:40px auto}.footer__box__wrapper .footer__cover__box{display:flex;justify-content:center;align-items:flex-start;gap:30px;width:100%}.footer__box__wrapper .footer__cover__box .footer__logo__wrap{line-height:0px;width:230px;padding-right:7px}.footer__box__wrapper .footer__cover__box .footer__links__wrapper{display:flex;justify-content:center;align-items:flex-start;gap:30px;width:880px}.footer__links__wrapper .footer__links{width:100%}.footer__links__wrapper .footer__link__list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer__links__wrapper .footer__links h5.title{color:#fff;font-family:Halant;font-size:26px;font-style:normal;font-weight:600;line-height:normal;text-decoration-line:underline;width:100%}.footer__links .footer__link__list ul li a{color:#8f959c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px;display:block;width:100%;transition:all .3s ease}.footer__links .footer__link__list ul li a:hover{color:#f1f1f1}.footer__links__wrapper .footer__links .footer__link__list{margin-top:30px}.footer__box__wrapper .footer__cover__box .follow__us__on{width:360px}.follow__us__on h5.title{color:#fff;font-family:Halant;font-size:26px;font-style:normal;font-weight:600;line-height:normal;text-decoration-line:underline}.follow__us__on .social__media__links{margin-top:30px;line-height:0px}.follow__us__on .social__media__links ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:24px;justify-content:center}.social__media__links ul li a{display:flex}.hero__section__wrapper{padding:160px 20px 180px;text-align:center;min-height:860px;background-size:cover;background-repeat:no-repeat;background-position:top}.hero__section__wrapper h1.title{color:#fff;text-align:center;font-family:Halant;font-size:100px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:2px;position:relative}.hero__section__wrapper h1.title:before{content:"";position:absolute;left:50%;bottom:20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA9QAAAAMCAMAAAC0jwVpAAAAPFBMVEUAAAByXf9yW/9zXP9yXf9yXP9xXP9zXP9zWv9wWP9xXP9yXP9yXP9yXP9yWv9wV/9xXf9zXv9zXP9yXP+Gni5AAAAAE3RSTlMA358/X3+/vx8gz4/vrzAQT29va5dUswAAAflJREFUaN7t2MG2giAQBmBgIBUEufX+73pbeOIEw4Cmlca3bOEi5mdmYM0xTAMCKsgSVUEQ7GVbfAO3Mxg5v1ysAtbsgYhSKSEiUVPG461pZob9FDxpRMqIeOkDporX0F0tK6rVt/dNmrzmuNNfh9xcHftG0xA4eMCCZ/DIfWiyKqdDJIzCSJQHjOsxAMMTRw7ZfyplRB4ZqB/K0LcZYc5PfOQeP2spYWKMwf038zhZ8VdauUxdp9s1XzrfXsgkwZM+9tp9hf3f+aZVnMA328sIXYkoMopwlduBN3P9EoDwEhOCpG/74IZ5JUR3t/jWJerDUgd/rc3ZfhMD1t9UgGZPL+lOPKiYbqsaOyT6xMTWGPIcVJOLqCWMILz6bqfP9g7HrYzrvs+Z2Ecldeaj+jDxmeZPINOpbPYiQsMVTc+FEPiVFS4I+UI9Xik2AT6TCkvNY9oKo6R3PXuXOJDxNmDELKnKMR0j09nQPkfxOZQhneiyaeh7XrdUHNDIK+mubM3+ITEeEouaJvAo+p0VSkpYF+RoaE0W9DgQelEIxkd4+UyHL8wfbK8zwboife0pW5b5V1dWGmsYmxx4eQduweA8zLnUP9eZeKwUi+rnIMjrv3XXac6mn8Ht3Ua67xTmnivZOdrF3zSMgek0xwLXBZmQ5VpV60dNs7t/2yFOCqCy9v0AAAAASUVORK5CYII=);width:980px;height:12px;transform:translate(-50%)}.hero__section__wrapper .tagline{display:flex;justify-content:center;align-items:center;gap:20px}.hero__section__wrapper .tagline .img__wrap,.hero__section__wrapper .tagline .img__wrap img{line-height:0px;width:180px;height:100px}.hero__section__wrapper .tagline .sub__title{color:#fff;text-align:center;font-family:Halant;font-size:80px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:1.6px}.hero__section__wrapper .tagline .img__wrap img{line-height:0px;border-radius:400px}.hero__section__wrapper .hero__short__note{color:#fff;text-align:center;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px;max-width:1010px;margin:0 auto;margin-top:32px}.hero__section__wrapper .hero__btn__group{display:inline-flex;align-items:center;gap:30px;justify-content:center;margin-top:80px;position:relative}.hero__btn__group .watch__video__btn{display:inline-block}.hero__btn__group .watch__video__btn a{display:flex;align-items:center;gap:12px}.hero__btn__group .watch__video__btn .btn__icon{line-height:0px;display:flex;width:24px;height:24px;justify-content:center;align-items:center}.hero__btn__group .watch__video__btn .btn__text{font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px;background:var(--gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero__btn__group .sign__up__btn{display:inline-block}.hero__btn__group .sign__up__btn a{display:flex;padding:18px 30px;justify-content:center;align-items:center;gap:14px;min-width:190px;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px;border-radius:10px;background:var(--gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%))}.hero__section__wrapper .arrow__img{line-height:0px;height:81px;width:185px;position:absolute;right:-215px;bottom:15px}.our__companies__wrapper{padding:100px 20px}.our__companies__wrapper .company__logos__wrap{display:flex;align-items:center;justify-content:space-between}.author__section__wrapper{background:#f7f3ed;padding:57px 20px}.author__section__wrapper .group__box{display:flex;align-items:center;gap:160px}.author__section__wrapper .author__description__wrapper{max-width:750px}.author__section__wrapper .container{max-width:1600px}.author__section__wrapper .author__img__wrapper{max-width:690px;line-height:0px}.author__description__wrapper h3.title{color:#111610;font-family:Halant;font-size:62px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:8px}.author__description__wrapper h6.short__title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:32px}.author__description__wrapper .short__description__wrapper{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px;margin-bottom:60px}.start__journey__btn{display:inline-block}.start__journey__btn a{display:flex;padding:18px 30px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background:var(--gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%));color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px;min-width:196px;transition:all .3s ease}.start__journey__btn a:hover{box-shadow:0 4px 0 #000}.about__us__wrapper .about__description__wrapper .btn__tag__arrow{position:absolute;width:135px;height:60px;line-height:0px;bottom:67px;left:245px}.about__us__wrapper .group__box{display:flex;align-items:center;gap:50px}.about__us__wrapper .img__wrapper{width:810px;line-height:0px}.about__us__wrapper .about__description__wrapper{width:750px;position:relative}.about__us__wrapper .container{max-width:1610px}.about__us__wrapper{padding:120px 20px;background-size:cover;background-repeat:no-repeat;background-position:top}.about__us__wrapper .about__description__wrapper h3.title{color:#111610;font-family:Halant;font-size:62px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:20px}.about__description__wrapper .about__desc{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px;margin-bottom:60px}.features__section__wrapper{padding:100px 20px}.features__section__wrapper .features__cover__wrapper{border-radius:30px;background:var(--gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%));display:flex;padding:80px 60px;flex-direction:column;justify-content:center;align-items:self-start;gap:60px}.features__section__wrapper h2.title{color:#fff;font-family:Halant;font-size:62px;font-style:normal;font-weight:600;line-height:normal;width:100%}.features__section__wrapper .features__btn__box{width:100%;text-align:center}.features__btn__box .signup__btn{display:inline-block}.features__btn__box .signup__btn a{display:flex;padding:12px 32px;justify-content:center;align-items:center;border-radius:10px;background:#fff;color:#725cff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px;min-width:193px;transition:all .3s ease}.features__btn__box .signup__btn a:hover{box-shadow:0 4px 0 #000}.features__section__wrapper .features__list__box .feature__card__item{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;border-radius:24px;background:#fff;max-width:100%}.features__list__box .feature__card__item .feature__icon{border-radius:20px;background:var(--gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%));padding:26px;line-height:0px}.feature__description__wrapper h5.title{color:#111610;font-family:Halant;font-size:32px;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize}.feature__description__wrapper .feature__shortnote{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.feature__card__item .feature__description__wrapper{display:flex;flex-direction:column;gap:4px}.features__section__wrapper .features__list__box{display:grid;flex-wrap:wrap;gap:30px 30px;grid-template-columns:32% 32% 32%}.download__app__section{padding:100px 20px;background-size:cover;background-repeat:no-repeat;background-position:top}.download__app__section .group__box{display:flex;align-items:center;justify-content:center;gap:130px}.download__app__section .app__img__wrapper{width:860px;line-height:0px}.download__app__section .app__description__wrapper{max-width:620px}.download__app__section .app__description__wrapper h3.title{color:#111610;font-family:Halant;font-size:62px;font-style:normal;font-weight:600;line-height:82px;margin-bottom:20px}.download__app__section .app__description__wrapper .short__description{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px;margin-bottom:60px}.btn__group__wrapper{display:flex;align-items:center;justify-content:start;gap:30px}.app__store__btn a{display:flex;align-items:center;gap:14px;padding:16px 24px;border-radius:10px;background:var(--gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%));min-width:194px;transition:all .3s ease}.app__store__btn .btn__icon{line-height:0px;width:32px;height:32px}.app__store__btn .btn__text{color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:34px}.app__store__btn a:hover{box-shadow:0 4px 0 #000}.video__section__wrapper{padding:100px 20px;background-color:#fff}.video__section__wrapper .section__title__box{display:flex;align-items:center;justify-content:space-between;margin-bottom:60px;gap:20px}.section__title__box h3.title{color:#111610;font-family:Halant;font-size:62px;font-style:normal;font-weight:600;line-height:normal;width:100%}.video__section__wrapper .video__box__wrapper{line-height:0px;position:relative;display:flex;justify-content:center}.video__box__wrapper .videoplay__btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;z-index:1}.mfp-bg{z-index:502;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:503;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:505}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:504}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;padding:0;z-index:506}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;top:0;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:solid transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{opacity:.8;border-top-width:12px;border-bottom-width:12px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:20px;border-bottom-width:20px}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:12px solid #000;left:5px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{border-right:20px solid #fff}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:12px solid #000;left:3px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:20px solid #fff}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;top:-3px;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.mfp-iframe-holder .mfp-close{top:-43px}img.mfp-img{max-width:100%;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;right:0;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6)}.mfp-figure{line-height:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-break:break-word;padding-right:36px}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}}@media (max-width:800px){.mfp-arrow{transform:scale(.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.achievements__section__wrapper{background:#f6f2fd;padding:100px 20px;text-align:center}.achievements__section__wrapper h3.title{color:#111610;text-align:center;font-family:Halant;font-size:62px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:60px}.achievements__section__wrapper .achievements__list__box{display:flex;justify-content:center;align-items:flex-start;gap:30px}.achievements__section__wrapper .achievements__list__box .achievements__item{width:100%;display:flex;padding:30px;align-items:center;gap:30px;border-radius:30px;background:#fff;text-align:left}.achievements__item .icon__box{border-radius:24px;background:#eee8ff;line-height:0px;display:flex;width:80px;height:80px;padding:16px;justify-content:center;align-items:center}.achievements__item .text__wrap h4.title{color:#111610;font-family:Halant;font-size:54px;font-style:normal;font-weight:600;line-height:1.2;text-transform:capitalize}.text__wrap .info{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.6;display:block}.faq__section__wrapper{padding:100px 20px;background-position:top;background-repeat:no-repeat;background-size:cover}.faq__section__wrapper .faq__item__box{padding:30px;border-radius:24px;background:#fff;box-shadow:0 6px 24px 0 rgba(0,0,0,.08);width:100%}.faq-item:last-child{border-bottom:none}.faq__item__box .faq-item .faq-question{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;padding:0}.faq__item__box .faq-answer{max-height:0;overflow:hidden;transition:all .3s ease;color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px}.faq__item__box .faq-answer.active{margin-top:14px;max-height:-moz-fit-content;max-height:fit-content}.icon-container i{font-size:16px;cursor:pointer;transition:transform .3s ease-in-out}.icon-container i.active{transform:rotate(180deg)}.faq__section__wrapper h3.title{color:#111610;text-align:center;font-family:Halant;font-size:62px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:60px}.faq__item__box .faq__icon{width:32px;height:32px;display:flex;align-items:center;background-repeat:no-repeat;background-position:top;background-size:cover}.faq__item__box .faq-item{display:flex;align-items:center;width:100%;justify-content:space-between;cursor:pointer}.faq__section__wrapper .faq__box__wrapper .faq-container{display:flex;flex-direction:column;align-items:center;gap:15px}.dmtd__section__wrapper{padding:60px 20px;background-color:#fff}.dmtd__section__wrapper .dmtd__cover__wrapper{display:flex;padding:80px 60px;flex-direction:column;justify-content:center;align-items:center;gap:60px;border-radius:30px;background:var(--gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%))}.dmtd__section__wrapper .dmtd__cover__wrapper .title__box__wrapper{display:flex;align-items:flex-end;gap:20px;align-self:stretch}.title__box__wrapper .title__wrap h6.title{color:#fff;font-family:Halant;font-size:48px;font-style:normal;font-weight:500;line-height:normal}.title__box__wrapper .title__wrap h3.title{color:#fff;font-family:Halant;font-size:62px;font-style:normal;font-weight:600;line-height:normal;margin-top:-16px}.dmtd__section__wrapper .title__box__wrapper .short__description{color:#eeeef0;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:28px;width:610px}.dmtd__section__wrapper .title__box__wrapper .title__wrap{width:780px}.our__sub__compaines__box{display:flex;justify-content:center;align-items:center;gap:30px;align-self:stretch}.our__sub__compaines__box .company__box{line-height:0px;width:100%;text-align:center;display:flex;height:180px;padding:30px;justify-content:center;align-items:center;border-radius:16px;background:#fff}.dmtd__section__wrapper .start__journey__btn a{display:flex;padding:18px 30px;justify-content:center;align-items:center;gap:14px;border-radius:10px;background:var(--gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%));-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:34px}.dmtd__section__wrapper .start__journey__btn{border-radius:10px;background:#fff}.testimonial__section__wrapper{padding:100px 20px;background:#f7f3ed}.testimonial__section__wrapper h2.title{color:#111610;text-align:center;font-family:Halant;font-size:62px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:60px}.swiper-slide{text-align:center;font-size:18px;justify-content:center}.swiper-slide,.testimonial__section__wrapper .testimonail__cover{background:#fff;border-radius:30px;display:flex;align-items:center}.testimonial__section__wrapper .testimonail__cover{width:100%;padding:40px;gap:30px}.testimonial__section__wrapper .testimonail__cover .client__img__wrapper{line-height:0px;width:240px}.testimonial__section__wrapper .testimonail__cover .client__review__box{width:400px;text-align:left}.client__review__box h6.review{color:#111610;font-family:Halant;font-size:22px;font-style:normal;font-weight:600;line-height:32px}.client__review__box .sepline{margin:30px 0;background:#eeeef0;width:100%;display:block;height:1px}.client__review__box .client__review{display:flex;align-items:center;gap:10px;justify-content:space-between}.client__review__box .client__review h6.title{color:#111610;text-align:center;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:34px}.client__review__box .client__review .review__star{display:flex;align-items:center;gap:4px}.testimonial__section__wrapper .swiper-button-prev{width:64px;height:64px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAABgFBMVEUAAABkd/9rav9rZf9Hrf5Hrf9kc/9nb/9xXv9jeP9AuP9On/9jdv9xXf9Yif9Buf9kdv9saP9Kp/9fgv9Nov9SmP9ehP9jd/9nbf9gf/9Ar/9Qmv9ldP9Yjf9bh/9egv9kdf9mcv9pbP9LpP5Pn/5zXP9Buf5ajP9OoP5Qm/9yXP9AuP5mc/9Jq/9Yj/9Es/9rZv9Eq/5Ukf9hev9mcf9xX/9Ctv5MpP5jd/5Smv9hev9Fs/5hfv5he/9mdP9OoP5Dtv9Vkf9ncP9wX/9Tlf5Smf9Etf9pb/9wYP9Grf5Kpv5zXP9AuP9Oov9xXP9Auf9sZv9Mpf9ncf9xYP9Et/9Mo/9Atf9Qlf9An/9pbf9uY/9sZv9KqP9gfv9Fsf5BuP9Iq/9Tlv9Xj/9mcv9qav9raP9xXP9Gr/5Vkv9YjP9Dtf9Es/9Pnv9Smf9wX/9MpP9aiv9aiP9chf9dg/9kdf9vYf9Jqf5Nof9dhP9egP9he/9ief9nb/9ieP5pbP5Hrf9q9BN8AAAAWXRSTlMAIB8Q/iAw39+vX19fXyDf39+/v39/f38/IBAQ79/f39/f39/fz8+/v6+vr49/f29QUE/v7+/v7+/f39/fz8/Pv7+/v7++r6+vr6+Qj4+Af39vb29AQDAwELJ09x8AAAHbSURBVFjD7dfHc9pAFMfx30r0Hjp23Hsv6b333iNABCQIkJgANjGY5n/dGjO2LxYM+w72jPme9vI+szt7ejhM/PLSEo1GY7FMOt2WpKaqqpVKq9Wo12VZ3tvZqW1vl8ulfF5RlFwul0qlCrcW7Dhp/doTp4C++mFfmD4m3ljC4Mg47e8c3s+I4Gr4wTtoOS0iwClMbQCwCODu242fcC6CkPcTFp0UwP4aMyYKYJzCb5CKDwA6sEsFkvhHvMGZA8lzAPw/Y2C/OyAyGsDGG+EegAHRLvMTlSuMADCzetMEfoBNqpd7ziOrCwiTTW2eHxAuSWYGbkCbb0vLoVAwGFxdDQQCfv/KirEv4GOm3aw06nu1cl5JFbaqxV3Dmg4Q03uBarX6fL65uUdPn83Pe72vTr9BAjHdP/REoFtvAGy8dTdCAcBuy2MRCgA2Vht1UQC4RksjwxQArhFlswfwFxl0EzZBA4ALAPxBegBQgV+QBsA5AMwCCH2fxQsHBbAt4fNjCrBkg3g1TFhY3ADWJ0RwNuS2QWv5vsg5P/uhcwh5GDj66n57dHR4rA5Tn6+3Pby+gZMc1ntyZ9PXFv2Stujnjxf9QmFLq1otFovxeDyZNBiy2UTizvO1ocPJAyPLbDXzkj7cAAAAAElFTkSuQmCC);background-size:cover;top:inherit;margin:0;bottom:0;left:50%;transform:translate(-80px);background-repeat:no-repeat;background-position:top}.testimonial__section__wrapper .swiper-container{padding-bottom:124px}.testimonial__section__wrapper .swiper-button-next{width:64px;height:64px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAABhlBMVEUAAABnb/9rav9pav9ZiP9yXv9Fsv9raP9lcv9NoP9Oof9qaP9saP9Auf9Qn/9rZv9Eq/62z/9Ctv5MpP5Smv9Buf5Fs/5Kpv5Qnv5he/9Buv5Etf9AuP5zXP9AuP9mcv9Mo/5On/5ldP9Vkv9gff9UlP9bhv9dg/9WkP9hfP9Lpf5YjP9SmP5iev9Kp/5ncP9chf9gf/9FsP9mcv9kdv9Jqv9Tlv9Tl/9Nof9Rmv5sZ/9QnP5aiv9fgP9pbP9Qnf5IrP9Esv9jef9egf9jd/9aif5Yjf9tZf9egv9obv9Hrv9raf9HrP9qa/9obf9Xjv5Qnv9biP9Rm/9ieP9qav9uYv9wYP////9Xjv9Rmv9Jqf9OoP9tZP9ob/9mc/5Dtf9raP9Ct/9vYf9aif9keP9ncP5EtP9KqP/q8f9xXv9xXP9No//W4f9Wj/9Lp/9Buf9Mpf9rn/9tnP9lcv+sxv+uwv95oP/1+P9pov/F2f+vwP+vv/+Nsv90j//f6v+ew/+Orf9enP7eBm5kAAAAIHRSTlMA/a9gENp079+viIBvX19QUP7v79/f39/fz8+vr5CPj6e0kwYAAAZvSURBVFjDZVd3XxNREDwRe+9dEyS0ICGQgFIMgkEDGGKoGsEIRDRYQOzdb+7u7Nx7p9z/O7+dndl5ewG+xsMNe+aePLk3UJ18cLtQSKWWm5oyd2dGb7Q3p9PD91tbu1se5vPJ8cXptrbriURff+fpA0cD/x3bNz8/N4f6WQFYSqV6l0OA5vTY/dbu7pb8kAK8brt+PdEnALfKg+cdxJX6/Pz8ijYwOTt7u1iQeu1gZuZGu3QwrAAtLatDSQFoA4DU3xosleIHrf5Qvc4GBiaFQXEp1durDNasATIYGkqOTxuDfm0gl4vHK0DYXa+/lAYMYPa2A5B6BRgmg3xSAMIGOsuDuVK8cjN2XAD21F+GANUqGChAJnN39H8GizqCBBiUywJw8+bGqcZoAzaCpSWOkBqMmQbCYHExbOCRdBCvVGKxzb1BgwKscAQPZAS7UrVenYCNkPUGME2AR4/KxiDWcQAMACD1OoJCOEMBaHYM8jrD15ERlOICsLHZcS6oiwZgoCKqBrWU1dMEY06DcWtAO7glDOLaQMebACOki3SEBTYg9RSxWwGS6iKIKA2gHgzedAVgsDInDQzMCgNogAZGBYAmoAvMhuoCEbESjwlAFwDIoKoMBGBbNMjMhC5C/Wre1fd1wobSgI4AAF7EB0XsARnQBK1igjxtSBuXwxEoAEaABtTGZEAbhyKqDWECA1AbSv2GMngcvHQaYBFrHKHXABMQgDZuspigXKpU4trAelc2cAxogtoyFkn3II1NZgfhHigFaQAMCLCiABghXLTd1AQG7WmMUABoYwB0gkFcATpkBI+zwb8MnIjcA2tAGYAAGKiI4Qiz2YANGEBKG8gIABgMD0ODPEQUAESB1A+KCcxFj6UDaUBcVB2ADc3GGgV+EVugwWu3yQqg9dAgOxJ4EwgAsowapOkiRAEaoAY5MiCAMqAJijIChOFaJEoYBdEsogZd61I/FTgbywhEw22O0EfBR4SZ1tNFusoxjCALADCocgQAQBgizgXg98KLd8npKACiRMJo3QCsAbioABNk1kwDMvj4SRAAQAYKAAY6gqkQYNbtATUkgCwiELAH/T5KNjpsBADge1BAmAKAGty3LFKErbZEAgBuEQkwEVADAUCa+k3GHkBDICgD+DheIYDWE2ASUVAjg6gGCLPFdy8EQRtgEkADbWBkoifQBoSBmAANkMGPb1+/ftDvPb4TCwsv/iCLEOeIAtVgQgBCDYoYYajBt4Ud368+jDBHBmhgqkcAxASSpnChMriLKPnxKvp9+SIdfIYG6kITESMEQNU04AhCE4x5G09v/ZR6ZTCIEWzENnWEHqDKLArf5GYHkAeAzFDqaQIAhBoCgCLaVZKJpinieHwa9SIiGWAP1kMGdwK4CJusALQxH5T8qjRgGibsSXU2VIARAsgiFv1VMRo9CiSOUe82WR71iIsAABHxpOJB2nHWfEe9pKmEYblUkidZ6x0DAOBN9iZwe5Rf1ST4voUwkwbKGobcg2x2asQAqrTxzhHiRRx3lyFExJNKF4kGd7SD8EVr2pFF0TCkiBVx0eYbtTEZPA/sqiBA5LTECHjWQINwkcRFHuC5AIgGiALa2GuQ92nKLCvRRQJgGmoH9iDVABA5CuCiZJJ3lVtEc5GOgAyeBsaAWWQNAMD2AGGILMIi0gSewVMBEAa7kKZcxHSaI1QAaoAsK+XC9wD16EAATINlGwFuW2hABqYBGLgsQhqTgQIUIxq0Ow1gY3/ec5MdA20AAM8C2eQaj2NvY5sAGfizJh4Dgy6bQI/WC0ChYFdJhi5inPMu8tc1GdgmT0gHYKAAwsA04HnPy85rYCIaANOYLnr27G0gLqqZiGTAEdBF1ACXoZ01ACADpYAnlTaOLBLrpYM+iuiiJOtdhA6WdkXPmjSjhHvgG0CcyyIxStAAAPaLjXlaMgpoAh5mAFAN1IUbjJKpHo7w7cWgAQ+KJMGOLKKIkgRMU9kj2+QRz+BycLgGEdeiGhgAT0s+SFhEhGGYRWBwJGjcp2EmDGgCHmb2f4HTsl8B/n+QeqyBM/rbag/SzL82pI39HoSL6ES8Yw3Id83eg3anwUN902kCHwV+D0xEHeFe/roKwI6jQBiYCfptDzQMFYAjhA2vBvx273e3qb/OwcBEzCHL3GVHDU4eRzEhGi40OwaraCD8R4s+SFhEAJy9tLcRlX8BlSu57MoZ5lMAAAAASUVORK5CYII=);background-size:cover;top:inherit;margin:0;bottom:0;left:50%;transform:translate(15px);background-repeat:no-repeat;background-position:top}#nav-icon3{width:40px;height:40px;position:relative;transform:rotate(0deg);transition:.5s ease-in-out;cursor:pointer}#nav-icon3 span{display:block;position:absolute;height:5px;width:100%;border-radius:10px;background:var(--gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%));border-radius:9px;opacity:1;left:0;transform:rotate(0deg);transition:.25s ease-in-out}#nav-icon3 span:first-child{top:8px}#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:19px}#nav-icon3 span:nth-child(4){top:30px}#nav-icon3.open span:first-child{top:18px;width:0;left:50%}#nav-icon3.open span:nth-child(2){transform:rotate(45deg)}#nav-icon3.open span:nth-child(3){transform:rotate(-45deg)}#nav-icon3.open span:nth-child(4){top:18px;width:0;left:50%}.mobile__menu{margin-left:30px;display:none}.mobile__menu__links ul{list-style:none;margin:0;padding:0}.mobile__menu__links{position:absolute;left:-20px;top:68px;background-color:#fff;width:calc(100% + 40px);margin:0;padding:20px;z-index:1;border-top:1px solid #61a6fc50;height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .3s ease}.mobile__menu__links.open__mobile__menu{height:215px;overflow:visible;opacity:1;visibility:visible}.mobile__menu__links ul{display:flex;flex-direction:column;gap:10px}.mobile__menu__links ul li a{color:#111610;font-family:Halant;font-size:22px;font-style:normal;font-weight:600;line-height:1.2;width:100%;display:block;transition:all .3s ease}.powered__by__dmtd__section{padding:100px 20px;background-image:url(/img/powerd-by-bg-section.eeeeb705.png);background-size:cover;background-repeat:no-repeat;background-position:top}.powered__by__dmtd__section .powered__by__companies__Box{display:flex;max-width:620px;flex-direction:column;justify-content:center;align-items:center;gap:30px;width:100%}.powered__by__dmtd__section .powered__by__companies__Box .company__box__wrapper{border-radius:16px;background-color:#fff;box-shadow:0 6px 24px 0 rgba(0,0,0,.08);width:100%;text-align:center;height:200px;line-height:0px;display:flex;align-items:center;justify-content:center}.powered__by__dmtd__section .group__box__wrapper{display:flex;align-items:center;justify-content:center;gap:160px}.powered__by__dmtd__section .content__box__wrapper{position:relative;max-width:750px;width:100%}.powered__by__dmtd__section .content__box__wrapper .pb__label{display:block;color:#111610;font-family:Halant;font-size:48px;font-style:normal;font-weight:500;line-height:normal}.powered__by__dmtd__section .content__box__wrapper h3.title{color:#111610;font-family:Halant;font-size:62px;font-style:normal;font-weight:600;line-height:normal}.powered__by__dmtd__section .content__box__wrapper .short__description{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:30px;margin-bottom:60px}.powered__by__dmtd__section .content__box__wrapper .btn__tag__arrow{max-width:135px;position:absolute;width:135px;height:60px;line-height:0px;bottom:60px;left:243px}body{height:100%;width:100%;font-family:Poppins,sans-serif}img{max-width:100%;display:block}html{overflow-y:scroll}body::-webkit-scrollbar{width:8px;background-color:#f6f2fd;border-radius:10px}body::-webkit-scrollbar-thumb{border-radius:10px;background-color:#d2c7fe}body::-webkit-scrollbar-track{border-radius:10px;background-color:#f6f2fd}a,a:hover{text-decoration:none}*,:after,:before{box-sizing:border-box;margin:0;padding:0}button:focus,input:focus,select:focus{outline:none}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}a{color:#000;display:block}::-moz-placeholder{color:var(--rlms-extra-3);font-weight:300}::placeholder{color:var(--rlms-extra-3);font-weight:300}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:var(--rlsm-input-radius,10px);border:1px solid var(--rlms-input-bc,var(--rlms-extra-2));background:var(--rlsm-input-bg-color,transparent);padding:var(--rlsm-input-padding,12px 10px);font-size:var(--rlsm-input-fs,14px);width:var(--rlsm-input-width,100%);outline:none}button,input,optgroup,select,textarea{font-family:Poppins,sans-serif}.rlms-btn-danger:not(.disabled,:disabled){--rlms-btn-bg-color:var(--rlms-danger-400);--rlms-btn-color:var(--rlms-color-white)}.rlms-btn-danger:not(.disabled,:disabled):hover{--rlms-btn-bg-color:var(--rlms-danger-500)}.rlms-btn-primary:not(.disabled,:disabled){--rlms-btn-bg-color:var(--rlms-primary-500);--rlms-btn-color:var(--rlms-color-white)}.rlms-btn-primary:not(.disabled,:disabled):hover{--rlms-btn-bg-color:var(--rlms-primary-400)}.rlms-btn-outline-primary:not(.disabled,:disabled):hover{--rlms-btn-color:var(--rlms-primary-600);--rlms-btn-border-color:var(--rlms-primary-600)}.rlms-btn-outline-primary:not(.disabled,:disabled){--rlms-btn-bg-color:transparent;--rlms-btn-color:var(--rlms-primary-500);--rlms-btn-border-color:var(--rlms-primary-500)}.input-icon-group{position:relative;& .rlms-input-icon{position:absolute;color:var(--rlms-extra-color-darkest);top:50%;transform:translateY(-50%);width:20px}}.input-icon-left .rlms-input-icon{left:15px}.input-icon-left>:not(.rlms-input-icon){padding-left:50px}.input-icon-right .rlms-input-icon{right:15px}.input-icon-right>:not(.rlms-input-icon){padding-right:50px}.input-icon-group input[type=date]::-webkit-calendar-picker-indicator,.input-icon-group input[type=datetime-local]::-webkit-calendar-picker-indicator{position:absolute;top:0;left:0;height:100%;width:100%;opacity:0}.rlms-btn{display:inline-block;font-weight:500;text-align:center;text-decoration:none;border-radius:.5rem;border:1px solid var(--rlms-btn-border-color,transparent);cursor:pointer;background-color:var(--rlms-btn-bg-color,#eeee);color:var(--rlms-btn-color,#000);font-size:var(--rlms-btn-fs,16px);transition:all .3s ease-in-out;padding:var(--rlms-btn-py,10px) var(--rlms-btn-px,20px)}.rlms-btn-xs{--rlms-btn-fs:12px;--rlms-btn-px:12px;--rlms-btn-py:8px}.rlms-btn-sm{--rlms-btn-fs:14px;--rlms-btn-px:16px;--rlms-btn-py:8px}.rlms-btn-lg{--rlms-btn-fs:18px;--rlms-btn-px:20px;--rlms-btn-py:12px}.rlms-btn-xl{--rlms-btn-fs:20px;--rlms-btn-px:24px;--rlms-btn-py:14px}.rlms-container{max-width:1920px}.rlms-container,.rlms-container-sm{margin-inline:auto;padding-inline:clamp(16px,-1533rem + 3200vw,20px)}.rlms-container-sm{max-width:1270px}.content-space{padding-block:20px}.rlms-table{border-radius:var(--rlms-table-border-radius,12px);border:var(--rlms-table-border,1px solid var(--rlms-extra-2));overflow:hidden;width:min(100%,var(--rlms-table-width))}.rlms-table table{border-collapse:collapse;width:100%}.rlms-table table tr>:not(.rlms-text-end,.rlms-text-center){text-align:start}.rlms-table table tr>*{padding:16px;vertical-align:middle;text-wrap:nowrap}.rlms-table table tr th{background-color:var(--rlms-extra-1);font-weight:500}.rlms-table table tr:not(:last-child) td{border-bottom:.5px solid var(--rlms-extra-2)}.rlms-table table tr td{transition:background .1s ease-out}.rlms-table-inner{overflow-x:auto}.rlms-table-user-no-image{width:40px}.rlms-table table tr:hover td{background:#f6f8f9}.popup-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:9;background:rgba(0,0,0,.5)}.primary-popup-inner{position:absolute;left:50%;top:50%;width:min(95%,var(--primary-popup-width,480px));transform:translate(-50%,-50%);background:#fff;border-radius:clamp(10px,-1533rem + 3200vw,24px);overflow:hidden}.pp-body,.primary-popup-inner{display:flex;flex-direction:column;gap:clamp(20px,-1533rem + 3200vw,30px)}.pp-body{padding-inline:clamp(20px,-1533rem + 3200vw,30px)}.pp-head{padding:clamp(20px,-1533rem + 3200vw,24px) clamp(20px,-1533rem + 3200vw,30px);justify-content:space-between;background-color:var(--rlms-extra-1)}.pp-footer,.pp-head{display:flex;align-items:center}.pp-footer{padding:0 clamp(20px,-1533rem + 3200vw,30px) clamp(20px,-1533rem + 3200vw,30px);flex-wrap:wrap;gap:clamp(10px,-1533rem + 3200vw,20px);&>*{flex:1 0 150px}}.rlms-popup.open{display:block}.sidebar-inner{display:flex;flex-direction:column;height:100%}.rlms-stroke{width:100%;display:block;height:1px;background-color:var(--rlms-extra-2)}.all-wrapper{display:flex;margin-top:var(--header-height,0);margin-inline:-20px}.sidebar-wrapper{width:var(--rlms-sidebar-size);border-radius:20px;background:#fff;padding:20px;margin:20px;gap:24px}.sidebar-pages,.sidebar-wrapper{display:flex;flex-direction:column}.sidebar-pages{list-style:none;gap:5px}.sp-li-item{border-radius:10px;display:flex;align-items:center;position:relative;& .sp-icon{padding:12px;display:flex}&:after{content:"";position:absolute;width:5px;height:100%;left:-20px;top:0;bottom:0;background:transparent}}.link-active .sp-li-item,a:not(.link-active):hover .sp-li-item{background-color:var(--rlms-primary-100);&:after{background:var(--rlms-primary-500)}& svg path{fill:var(--rlms-primary-500)}& p{color:var(--rlms-primary-500)}}.sidebar-head{display:flex;align-items:center;gap:10px;cursor:pointer;width:-moz-fit-content;width:fit-content}.box-lr-wrapper{display:flex;gap:20px;flex-wrap:wrap}.box-left{flex:1 0 min(100%,var(--box-left-width,620px));width:100%}.box-right{flex:1 0 min(100%,var(--box-right-width,200px));width:100%}.detail-box{overflow:hidden}.detail-box-head{padding:16px clamp(16px,-1533rem + 3200vw,24px)}.detail-box-body{padding:clamp(16px,-1533rem + 3200vw,30px) clamp(16px,-1533rem + 3200vw,24px)}.db-ul-style-2{display:flex;flex-direction:column;gap:10px;list-style:none;flex-wrap:wrap;& li{display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;justify-content:space-between;gap:5px}}.detail-box .rlms-table{--rlms-table-border-radius:0;--rlms-table-border:0}.pages-topbar{display:flex;flex-direction:column;gap:20px}.pages-topbar-head{display:flex;align-items:center;gap:5px;width:-moz-fit-content;width:fit-content;cursor:pointer}.pages-topbar-body ul{list-style:none;display:flex;gap:10px}.pages-topbar-body li{border-radius:10px;cursor:pointer;padding:12px;& a{display:flex;align-items:center;gap:10px}& p{font-size:clamp(14px,-1533rem + 3200vw,16px)}}.pages-topbar li.active{background-color:var(--rlms-primary-100);& p{color:var(--rlms-primary-600)}& svg path{fill:var(--rlms-primary-600)}}.pages-topbar-link-icon{display:flex}.scrollable-container{position:relative;overflow:hidden}.scrollable-content{overflow-x:auto;white-space:nowrap}.scrollable-content:after,.scrollable-content:before{content:"";position:absolute;top:0;height:100%;width:60px;pointer-events:none;display:none}.scrollable-content.left-blur:before,.scrollable-content.right-blur:after{display:block}.scrollable-content::-webkit-scrollbar{display:none}.scrollable-content:after{right:0;background:linear-gradient(270deg,#fff 0,hsla(0,0%,100%,0))}.scrollable-content:before{left:0;background:linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0))}.rlms-table-filters{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;& ul{display:flex;align-items:center;gap:24px;list-style:none;& li{padding-bottom:10px;border-bottom:2px solid transparent;cursor:pointer}& li.active-filter{border-color:var(--rlms-primary-500);color:var(--rlms-primary-500)}}}.rlms-tf-actions{display:flex;align-items:center;gap:10px;&>:first-child{flex:1}}.rlms-row{--rlms-row-gap:10px;display:flex;flex-wrap:wrap;gap:var(--rlms-row-gap)}.rlms-col-1{flex:0 0 100%}.rlms-col-2{flex:1 0 calc(50% - var(--rlms-row-gap)/2)}.secondary-popup-inner{position:absolute;left:50%;top:50%;width:min(95%,var(--secondary-popup-width,470px));transform:translate(-50%,-50%);background:#fff;padding:clamp(20px,-1533rem + 3200vw,40px) clamp(15px,-1533rem + 3200vw,30px);border-radius:clamp(10px,-1533rem + 3200vw,24px);display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(20px,-1533rem + 3200vw,30px)}.sp-close-btn{position:absolute;top:0;right:0;margin:20px}.rlms-avatar-group{display:flex}.rlms-avatar{width:35px;height:35px;overflow:hidden;border-radius:50%;position:relative;filter:drop-shadow(-2px 0 3px rgba(0,0,0,.1));border:2px solid #fff;margin-left:-20px;transition:transform .3s ease;cursor:pointer}.rlms-avatar-group .rlms-avatar:hover:not(:last-of-type){transform:translate(-10px)}.pp-body textarea{outline:none;height:150px;resize:none}.db-ul-style-3{list-style:none;display:flex;flex-direction:column;gap:20px;& li{display:flex;flex-direction:column;gap:5px}}.popup-scrolled-y{overflow-y:auto}.popup-scrolled-y::-webkit-scrollbar{width:var(--popup-scrolled-y-width,4px)}.popup-scrolled-y::-webkit-scrollbar-thumb{background:var(--rlms-extra-2);border-radius:10px}.popup-scrolled-y::-webkit-scrollbar-track{background:var(--rlms-extra-1);border-radius:10px}.rlms-cart-menu{display:flex;align-items:center;gap:5px;position:relative;background:var(--rlms-primary-100);padding:8px clamp(12px,-1533rem + 3200vw,18px);border-radius:50px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;&>*{color:var(--rlms-primary-500)}& span{font-size:clamp(20px,-1533rem + 3200vw,22px)}& p{font-size:clamp(14px,-1533rem + 3200vw,16px);font-weight:600}}.rlms-cart-menu-item-index{position:absolute;top:-4px;left:clamp(20px,-1533rem + 3200vw,29px);background-color:var(--rlms-primary-500);font-size:clamp(10px,-1533rem + 3200vw,12px);border-radius:50%;width:clamp(18px,-1533rem + 3200vw,20px);height:clamp(18px,-1533rem + 3200vw,20px);display:flex;align-items:center;justify-content:center;color:#fff}.header{padding:20px;background:#fff;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eeeef0;position:fixed;top:0;left:0;right:0;z-index:8}.header-logo img{width:190px}.header-nav>ul{display:flex;align-items:center;list-style:none;gap:20px}.header-nav>ul li a{display:block;padding-bottom:8px;font-size:16px;font-weight:500;transition:all .3s ease;position:relative}.header-nav>ul li.active a:before,.header-nav>ul li:hover a:before{width:100%}.header-nav>ul li a:before{content:"";position:absolute;left:0;bottom:0;width:0;border-radius:10px;background:linear-gradient(122deg,#725cff,#41b9fe);height:2px;align-self:stretch;transition:all .3s ease}.header-nav>ul li.active a,.header-nav>ul li:hover a{background:linear-gradient(122deg,#725cff,#41b9fe);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header-hamburger{display:none;cursor:pointer}.rlms-profile-box{ul{list-style:none;display:flex;flex-direction:column;padding:8px 0;border-top:1px solid var(--rlms-secondary-100);li a{padding:10px 10px;display:flex;align-items:center;gap:10px;border-radius:10px}li{color:var(--rlms-pli-color,#000)}li *{color:inherit}}}.rlms-profile-image-border-box{display:flex;align-items:center;padding:4px 10px;justify-content:space-between;border-radius:6px;border:1px solid #eeeef0}.rlms-profile-image-border-box img:first-child{border-radius:50px;width:40px;height:40px;-o-object-fit:contain;object-fit:contain}.header-nav-mob-link{display:none}.header-hamburger img{width:40px}.footer{background:#fff;padding-block:20px;& p{text-align:center}}.product-box{display:flex;border-radius:20px;border:1px solid #dee2e7;background:#fff;box-shadow:1px 2px 25px 0 rgba(0,0,0,.15);box-shadow:0 3px 8px 0 rgba(0,0,0,.15),0 1px 1px 0 rgba(0,0,0,.16),0 3px 1px 0 rgba(0,0,0,.1);overflow:hidden;flex-wrap:wrap;gap:clamp(15px,-1533rem + 3200vw,30px);padding:clamp(15px,-1533rem + 3200vw,20px)}.product-box-image{flex:1 0 200px;border-radius:10px;overflow:hidden;& img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.product-box-content{flex:1 0 min(100%,500px);align-self:center}.rlms-quantity-control{display:flex;align-items:center;gap:5px;border-radius:8px;padding:7px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:-moz-fit-content;width:fit-content;--rlsm-input-padding:0;--rlsm-input-radius:0;--rlsm-input-bg-color:transparent;--rlms-extra-color-base:transparent;--rlsm-input-width:40px;--rlms-input-bc:0;& input{text-align:center;width:40px;font-weight:600}& div{padding:5px;border:1px solid #dee2e7;border-radius:5px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;&:hover{background-color:#f7f3ed}}&>:not(input){cursor:pointer;font-size:20px}& input[type=number]::-webkit-inner-spin-button,& input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}}.product-bc-footer{display:flex;align-items:center;justify-content:space-between;gap:5px;border-top:1px solid var(--rlms-border-color)}.product-price-badge{font-size:14px;border-radius:5px;background-color:var(--rlms-extra-3);padding:5px 7px;color:#fff}.product-box-content{display:flex;flex-direction:column;gap:10px}.product-bc-head,.product-language{display:flex;align-items:center;justify-content:space-between}.product-language{margin-top:10px;& select{width:187px}}.product-quantity{display:flex;align-items:center;justify-content:space-between;padding:9px 0;margin-top:10px;border-top:1px solid #dee2e7;border-bottom:1px solid #dee2e7}.cart{display:flex;gap:clamp(20px,-1533rem + 3200vw,50px);flex-wrap:wrap}.cart-left{flex:1 0 min(100%,500px)}.cart-right{flex:0 0 350px;margin-inline:auto;display:flex;gap:clamp(16px,-1533rem + 3200vw,25px);flex-direction:column}.discount-code{display:flex;padding:20px;flex-direction:column;gap:16px;border-radius:16px;border:.5px solid var(--rlms-border-color);background:var(--rlms-bg-color);box-shadow:1px 2px 4px 0 rgba(0,0,0,.15);& p{color:#767494}}.cart-product-box{flex:1 0 100%;display:flex;border-radius:16px;flex-direction:column;border:.5px solid var(--rlms-extra-2);box-shadow:0 3px 8px 0 rgba(0,0,0,.15),0 1px 1px 0 rgba(0,0,0,.16),0 3px 1px 0 rgba(0,0,0,.1);overflow:hidden;padding:16px}.cart-product-box-head{display:flex;gap:clamp(10px,-1533rem + 3200vw,20px)}.product-box-info{display:flex;flex-direction:column;gap:10px;flex:1}.product-title-box{gap:10px}.cart-product-box-footer,.product-title-box{display:flex;align-items:center;justify-content:space-between}.cart-product-box-footer{gap:5px;padding-top:16px;margin-top:clamp(16px,-1533rem + 3200vw,20px);border-top:1px solid var(--rlms-extra-2)}.cart-product-quantity-box{display:flex;align-items:center;gap:10px}.cart-product-box-image{width:clamp(80px,-1533rem + 3200vw,140px);height:clamp(80px,-1533rem + 3200vw,140px);border-radius:10px;overflow:hidden}.cart-product-box-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.order-summary{display:flex;padding:20px;flex-direction:column;gap:16px;border:.5px solid var(--rlms-extra-2);border-radius:16px;background:#e8f2fc;box-shadow:0 0 20px 0 rgba(0,0,0,.05);& ul{list-style:none;display:flex;flex-direction:column;gap:10px;& li{display:flex;align-items:center;justify-content:space-between}& .os-total{padding-top:5px;border-top:1px solid var(--rlms-extra-2);margin-top:10px;& b{font-size:20px}}}}.cart-product-box-wrapper{display:flex;flex-direction:column;gap:20px}.checkout-box{display:flex;justify-content:space-between;gap:clamp(50px,1000vw - 955.625rem,200px);flex-wrap:wrap}.checkout-left{flex:1 0 min(100%,558px);flex-direction:column}.checkout-left,.checkout-right{display:flex;gap:clamp(20px,-1533rem + 3200vw,30px)}.checkout-right{flex:1 0 min(100%,350px);flex-direction:column}.bg-min-height{min-height:clamp(500px,calc(100vw - 800px),700px)}.dynamic_mt{margin-top:var(--header-height)}.subscription-detail-box{background-color:var(--rlms-links-lightest)}.sd-box-body{display:flex;flex-direction:column;gap:15px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAAGOCAMAAABrD6I8AAABxVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAADDw8P09PT9/f3+/v5dXl5bW1vt7e1dXV3i4uKbm5u9vb3////5+flcXFxbW1v29vZcXFxdXV1dXV37+/tdXV1bW1tcXFxdXV35+fnW1tbo6OhcXFxcXFxdXV1eXl79/f1ZWVleXl5nbG5cXFzy8vLw8PBPT09mbG5nbG51dXVscXFmbG5ZWVlnbG5bW1tna25mbW31zgxmbG3OqgC7ogChoaFnbW7w8PBZWVn0ywBnbG7txwzuxwT7+/uioqJmbG6ioqL4+Pjt7e2jo6OKiork5OShoaH23mnyyQCjo6Pszz12dnajo6Pj2Kqfn5/////1zABdXV2ioqJnbG7++d+ampplZWWIiIh7e3t3d3f+/O9ycnKMjIz77J9hYWGVlZWDg4Nqamr2zxD20h/54m+enp720yD76I/98r/+9s/42T/776/531/31jD65X/532D43E9/f3/65oDCwsJwalKwmSpxcXHivgv19fW8oiPr6+vg4ODNzc24uLiPj4+Nf0CWhjqfjTTFqR3876+kpKT53FDZtxF5ckz20BDrxQaurq776Y9nZFj55X/43FD76ZAk5R1NAAAAVnRSTlMADwoGDg0MKoXh4B8wZmBIGivwpJAQlXDv3cKfoIDgszlXUNCv79E/z9+/dnYj74AQP19Tv7CfT+BvOSnjj3dk8M+K2dKvr5+Ud3fh0c/Cwr+Ff1BIMLUU9m4AABJZSURBVHja7NtbTxpBFMDxifsACC4UFwERb1UxqEk/gEmfmjZpmzR9OKyRmxcQCdGaeotJY3p76lOTfuAOLmRsWZdlZ2EnZ+b/DfxlcvbsrBDspWKFKFGNK8asp3ObWZOW1YlqXEVX07m1LjMrT1RjYDYos10FovKPWWfMthlExc8c041cdt0cWpGouJ6B+dxmn1lpWwXOrCaJN+boqrXReWlR7dxeNjqP2DGicrnR8ZbJp4hq6EbHWyO7YOgxRe3wDDSsZyBflcNa9ai895qoHFcNfuYTytzrFVENXB75zMx6T1QDGx0fc6tOmTt7du0SlU+rRqNVv602KbNDROImyFxuVmv1VpbIWLSgU+Z1H5hr1WbZmfmoWjusNKS8HfF1o3PLzEoTOfJ5o3NmPqHMpl3ob0f82+jqHplZOYK3FO/lEdvoquWOd2bWDsFaKmdyxFYNPmZJPv1GHQ41P3OHMtftmWXEJmumhxrdVaNZ9sYsMXbMHIhv1eg0qyf1VsX0WrGgaRpB2qo5UEDMtMxzozClaXi5mbbnjY4y39ZbDZOjSq38++7bu5nEFA2xd+ppgkZ3o2t2JsB8D70is6EHb7Tchv2qMVlmVjKM+ninio/nZr0WEDMrgvt468VMZnHN0GNR8sLpHpST+Uut/IMxOxVGzf2o3QCZWRshObh3B+5BeZh/MubRiixLwf3BN+bvX++Boy0ZuD9WTD7mXxzMg8MbuXaUixn6KW53FYNnlog7mgmeud8W/tGdNp2rUOY7yjyJ4ugPN8kLwNwrGcLPXVj8/x70LWOebBsJ/NxEL/aYF4yXhZ3QPATWnATatFghtqNpU7R4EkZKjW4vaRZ2GAItkkC/l4iDDRCW4XBrNBGwAbp7CXLtHvYKBN8S/sNtYYeSIEBx7Ifbwk5EQIRmkR/u3hx5A2KUQK9NsWdAkHCvJb2hLcYcoSUl0J4FYYoj1u4dbRAnzLcllvY8iNM0Xm0LOw4i9Qy5tkhHG2Abq7aIRxvvC45wCwnqwU3/KLEWkoeQagv2Gon8MWlpb4BgrSDWFm6QwAxWbXq0t0G0cK6AIi7b3cKItYX4ZCOL9jIIF2Jt8cY2Tm1rkMyBcCHWFu8hiXMDFPTdBunbjaUN4oXyW9mDdgLctQ98Sf9PDi7f28/PbtqnJdrp5c3V+QF4Sn11d6N98IdC/9PF1ScYb/Oyap9R68Ha16OCqwVwuPb+RempLo9HGuTqITlUe79dcmqUA64+3TjvJBa2cxfH4JQa226vABm2Y213A0W9Sfa1p8G+zyVXta/99g5h1l4C245LrhvurX4L8pe9c9lNHAajsBdAL1D1MhKL2QCbSlFH3IRALLroplJfIJaSVaRsACWQ9IJ4hdFIlUbTed6hYJqA4wyx45Tm9/cCVQ/W8Tn+jVkSdwY4xgnwfD0W8IckZHGz7jdMcTLGts5EXd2Jmd1Qrp2pgZ/lW+3oUDLCHMx9XVdLO/k2OcV8jP+YamknHky6mBvPttTSTtYmJ1iEuW2ppZ1gMvmIBfHcmb5G3dwO1GZYySMWZzx3GbMH035+9qN8JOdvHa2t5EqC2oTluMedzsjWaZkz353MR+sPYwbLR5awXspwsXxG5q6P5P6NOsY+6eMM8GD5CPuLNxbOgBG8R6XWAxzKuT2cASawp0WZzu3iDLDCPgJB7I1zn+5ayQhLx9FD5N+0VzDelHrG0nkJ+0ju80jsRmk5WDbT0OQXho8QtSO8ZIol44AKfzty1+mTKbnYoRIJxUcCuW+y9RInVCLB+EjMU5em1FxiBj4C4SVoanFTO6WN5THRP6hD8pEYuRdYFo4Fq0Qy5M5op5xCK5G0dS+pUgfdUliA+rUEttzHWcj9FHpBAJppb8vduJIut2MCDX8Rch+dypbbB1kiGXJffJO7VS6AlkiG3MS8JQXBN/2DKlQfIXITvc9PpcntWKDD3z7m7adW4l/N0AQBsI+E5KaTt+ngdLABThD2kftmW24vnR0S4gRhL7nr6Zu3B3OCsNdeeXSth7FH4rVGhb+4KJiuec+gThD2Ne+tHm9NxExb+QhDbkYU/D1K5/7IufKRaLlrKbnJqwnsGloqPZ7XTf6Cu4bGJ3dj201sruX9Auv3lnnlps3b9MTC3w+1tGPN+6Iqeiroq/DHb97ThG4yUeFPpMebT8nCnyqRHD2e001MNUHgOITlbDoLHew1NKFDWK6m4+lqgpBGFHzby7RVieQ17++UeScZ11wrsYWioO/ktERWOkgccbnPrijz3nuC8GWW9rBpGFoLcSDZvK1J/iYILWPFp8rNuky1yNsEoWwQ2ogD2eY9c/I1QRgYhC7KELbc57s9PlcThK5BGCAO5E/Q9IXsCUIZZUfFIAj80ex7/EtaX2Rvt5qG0c/uf+8bK27Rp8Pu8fJK5J3xjpad3LeGYTRb6ABgHsK+sUtkrUTEFvLRHsqMcmfQRgcB+xA2foLArXaPqN1EINnIXYrr8VZqJbJnEBBMAvNm9/jAtavER/hddM0dAgqrx9sRnf3kQjT9NQ+hbHwq0ZepZhGb5GVJtNcMtHfXHiLARJq3Re+Sx0VhtVF70OoeSEYQRFzuxknUDy78Ij5SKH6dzp4J5bKY3JeB3MGJyZiMEAolJfbO0Xmz3xaROziEfaTesrxUaoe41ToIVe41EbmLhY15u1QErCu1A7rk+KHXEjCTUrFQpR7c/UmqjVI7oEdSbIevF2+8pPhA+g0VAatK7QCtQ0KWgUTkLjZYEbCm1A64IwOKSlMoB5YumRFQqR3Q6pET9D7iY+Pc5MRkTkVAlbcD2lprJbpWRmJWckJ9L0dFQJqypt33m1oFIbHFXWNFwEbpy0zbs6AzHHYQElWbGQEflJVQCKt9RkVAl0TAolrcqat9rq+hI2BByZ0e/42AS7WVl/xj79xRGwmiKApmQKoBox900ImkRIm9BkcOZgU36UigRDL+ysZ7mMTgFc8MLft65K5Sd70XNFXvrEBciqvz6iN5UFdAzCcWt3baP659CghncaunPWtUwJori1uHz03XslkBeV5mX5V6tT1EgwKS1cTi1gqbSgJsvyogcYs6bstbYWk730EwGVrcCgfvvObQqICkGJ9Zm+gNkscKuEYNVdDilrf2xIFsvikgcUuLW7y0ZyCNCkiGpibCpX0O4lFAMh/Y8tbqESogX95YeWv6SIn/eW78sQwyvbC4o5f2EEfsGxTQzFupR0BOKCBZWXlH9cjYgfgeKBDO8RZ3xNIuQJoeKHi5sDYRyB9ZhxSQFBa3QP6CCmgqKC1tDpFeBXzGV2yOFy3tKxzhe6AAU0F5j0zRyMspBSQz24Rt2yMOJKSAVt56Q2SUApLpue0Kth8iwwr4AuIvb1vebYfIaAUkpc3x3f4gO6yAVt46Q6RMAcmVlXegRyYOAe7aKiAprLxbnyCEFdDaREf+5ApI3Mji7ih/TW9Uic3xikMk2XkU0OZ4vR4hj0cKaOUdHfYIREcBydQ2YbvIX/MDBStv7SHSezsthF2mih4iSXWkgFbewhMEfQUkdpnqIH/XCOF7oBDGbsJGyR955V1AxLAa5Bz3iSHSfzvt7R5RuEW+cftPEMIKePt7jViGZ7k+aOVvkLTkiUISTTHOM+6A/IUV8B4S3CDHuDlEtie0ti3uiGtoQXaUbQEuv7//5DW0Drye2G+1uOVDJLk5td9qcYd8xKE1VMAtxLis/riZD9nbQwWsIKbM6Jvy0CMLdKTifquUIpsuOfjIwKErWyqglFEui7v9CUK0Alp1Rw+R5JX7rWLmWaRdh929R6iAO7TCuoQ+UiKCDYVbjssgbZ4gRLC+/be7/QQdLpKP+8NHEEf1vnlYQ4npOIO06yGyD1wmvrg/e6QXpN7cddoj9IRR0mkfTiL70SMAyqQXd532LwhY391V6EqW35P0kWiqHU8mFbhMPu0SAvaR401+VVKHvYSE+sq8nnKnnvYKEvZ8VNaN3KxExf5u4ne48yruOu05RGz401IqzP5+pHTTHkDGAy85qPAz0eKul3YBGRX3XHVIOm0HIVteclBhknDaI0h51lVALJJMm0UiY6+c9jLhtFeQcs9zYBXO0017DDnvt2+PFWLJKe0lekeqaffnzCb5tD8Gyd6RcNor9I4kt6XqtNE/0k17gP7xh537+2kaigI43rkhho1JdGRMGCEowRB5IMSEiAkGYkx80BiVlrABg/Fr4BoYY0QJEh8EHyAa/INtacdhs/e2XX+sOT3fF5/95OT29BZA+a3sWntoPnDh/Jyg/I8C9JMN2D+VBVUb5/12ULVRLoCB1UZ8BRg8baSfbgK6k+A8toO6b+O83Q7quyTKd5u6dtd8sHqI89gO6B0gyksSNc5nycKivF8sVpV2KpUd9d9ysSjL8mLBTIs2Et5wd883VpDLlYNtkd12aa9WqZb35UVDLnq1sbyUyH8PRBsp7jtlWf+NMhptW4/JAlDbbHuvVt2X3UDvxq5dP7jLcHy0jK5OOo22+bt7YQ/UnJofluUCjTZjuB+o2CW3sGHO903HPFx/wwGOkgo4tZG8E/cf36kfJTIIeUBetXiw3EM92vAbZRXR4w4Oi6ZD/gj735WK6sO9J/pQqcYV7+pEPto3w+21NogfFlmvoEPosXXt+zXRxw6qRiP+DPs5AtzvRH8rHcrNT8gwYOsn9yfR90o7i7ex46Mz6exkQkCeNtzvxTZUUwf8+4+vf3LLfZJWJing7lr7heh7Jxen5xvLeampDO751oZ7VvQhYD67vJJY4R5vjXtO9LyTX6fnP78BM6tRAXHag3J6CljawgxlegXERbWj+5UXzMcKs2S3rIC5OnfbmfX6BMxFgbttzFB+dXlCwFyde6rdzJtruQWltwLqNO5WHpW/FeYzZ8zrCvOSwqwVAm3gbiMz9EbQiseRric6d8+sOfPF6fHZpTPmrRVgNuh1byKZ6n86gvddXue+8+GL18wbCjOr3Y2lo5WtdelW/QLG6tzTU94wH5kxb2rMIXmV17iVZhuZr5wz7y6wy61trqzmJXZjAsqiN+M95xPzsgFzeF52rrlHU4MS5AnzEjBbSMBaNBoZkFosv7WyacK8oTKvS4zCdZKoJRhz7YQZVg1LhecGdnzEjkN+1TNmKC1gbdx0soF5LcdlzqkbXV5y2hjeyRbYZzbcHAEzd6NzWt/jgXQygfTN/bq4BLEu6PgbnTvMWdzMegOtMi+5xJwKBbNexjIzbHTwDGydefBJKjkaF8JVL+Me1O1VA1KY08NhY9abIGYf+8jd6NZc2egGlVVjGOtHAlt9Zq4atNG5Xw9tdH7WsNGt00bnbS9ho3PU4PNUMuTPQG6JZFb76uqYOT05LlC80iPOmQeI2Vr9jjY6lTkSrYf/l2cclnWwatxmJnErZRwyE7iN4tYvj9SNbtzA9U5TBM6s19KqMTPJYGZF4Mb1mW10bGV+5G1QlrHRWWWmAbdVqunyaCYRsaV8tzkC55UcY64a1pQ7GiJwS1kdZkPlWEdMicDtWdse5th/3YDTM5OLbWOYY/zq4DTgTG2OMs850pTuTeBcbZvDHGEXI3Cro+2AmQFO3kxtkG6NGaIjnMd9C5upTOCuaxs4E7hn2o6c+Uc4vfbAwc3Qdh2cLsM9GW6IXnuMtxL1MalpEzjkGTcMN4H/a+8OcBWGYRiAIvrvf+Y/hiaLskVN17LMsSUu8FS5LYxsXjbtHW7tmchg7rpMBI7M4+701sU+HreuPeA+PAhqz7wv95LkFd7CrQofyV3Ave+tRpnAbZ4EtWdO4Z7lrd8zwd16EtS15zx3+16pRhnMbXsL/N7cCZ+QKN7yVoXftLxTgne1ia49p7idbaIK7+fuaxMdUsaU9/XeKzjtExIB2iTTV4Xl8s0yV6OE4c5xSFm5r2/vLF8VxmmTvT2T789UNbfbWxXu5g6zvOkrvARb3uwrPNryJq/wgMv7E5zLuwRc3maj8HjHWd4WOA13WO8XOAn3x2Z5/dXyG5yQO/ryXrhJtGN6H4/ruLv2o0Sqk3o0yra2abQjLG8AA3qjJurtivun3sasH0gv1CxHQKNO4P0DYiDDeZPmud9U3LX3afA/4NrEUN7CPnCzrhO3N2gbhWGM5Jm1ue+NGKIOYBCbygjraOry5b2kz9YEBrEd9jHglTcmU1moFq9LGMkycB3cmLrmc/XrIvkm28Mb4q159iXzGwQOxsC+OdfPc0T0ogZ4A3xg9DaMKd7Q1StHXODFKSvhbm87Ao4C/lD6IlZFURRFURRFURSFK//tvlck9VaQAgAAAABJRU5ErkJggg==);background-size:160px;background-repeat:no-repeat;background-position:bottom -10px right -40px;& ul{display:flex;flex-direction:column;gap:15px;list-style:none;& span{color:#676c6e}}}.eesa-error-content{& h1{color:#4b3efd;line-height:normal}& b,& h1{text-align:center}& b{font-size:20px}& p{font-size:16px;color:#111610;text-align:center}& button{padding:12px 32px;border-radius:10px;background:#4b3efd;border:none;outline:none;color:#fff;font-family:Poppins;font-size:14px;cursor:pointer;transition:background .3s ease}& button:hover{background:#3a33d1}}.eesa-error-main{background:#f2f2f7;min-height:100dvh;width:100%;display:flex;align-items:center;justify-content:center}.eesa-error-inner{padding:30px 16px;display:flex;flex-direction:column;gap:40px}.eesa-error-img{width:100%;display:flex}.eesa-error-img img{width:min(100%,400px);margin-inline:auto}.eesa-error-content{display:flex;flex-direction:column;gap:22px;align-items:center;& h1{color:#4b3efd;line-height:normal}& b,& h1{text-align:center}& b{font-size:20px}& p{font-size:16px;color:#111610;text-align:center}& button{padding:12px 32px;border-radius:10px;background:#4b3efd;border:none;outline:none;color:#fff;font-family:Poppins;font-size:14px;cursor:pointer;transition:background .3s ease}& button:hover{background:#3a33d1}}.rlms-profile-logout-box{--rlms-pli-color:#d75156}.rlms-profile-box ul li a:hover{background-color:rgba(145,158,171,.08)}.rlms-profile-box{padding:15px;ul{list-style:none;display:flex;flex-direction:column;padding:8px 0;border-top:1px solid var(--rlms-secondary-100);li a{padding:10px 10px;display:flex;align-items:center;gap:10px;border-radius:10px}li{color:var(--rlms-pli-color,#000)}li *{color:inherit}}}.rlms-profile-name>*{color:#000}.rlms-profile-image-name-box{display:flex;flex-direction:column;align-items:center;padding:20px 15px;gap:5px;width:100%}.rlms-profile-image-border-box>.rlms-profile-name{width:220px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:center}.rlms-tooltip-active .rlms-profile-image-border-box .rlms-profile-dd-icon{transform:rotate(180deg)}.rlms-profile-image-border-box .rlms-profile-dd-icon{transition:all .3s ease-in}.tippy-box,.tippy-content{position:relative;background-color:#fff;color:#333;border-radius:var(--rlms-t-border-radius,4px);font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity;box-shadow:0 0 30px 5px rgba(64,65,69,.05),0 0 15px 0 rgba(64,65,69,.05);width:var(--rlms-t-width)}.tippy-arrow{width:16px;height:16px;color:#fff}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.otp__verification{align-items:center}.otp-container,.otp__verification{display:flex;flex-direction:column;gap:20px}.otp-inputs{display:grid;align-items:center;gap:10px;grid-template-columns:repeat(6,40px)}.otp-inputs input{text-align:center;aspect-ratio:1;border:1px solid #c2d1d9;width:100%;border-radius:8px}.otp-inputs input.error{border-color:red}.eesa-primary-btn{display:flex;padding:10px 30px;justify-content:center;align-items:center;gap:14px;color:#fff;font-family:Poppins;font-size:16px;width:-moz-fit-content;width:fit-content;font-style:normal;outline:none;font-weight:500;border-radius:10px;background:var(--gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%));border:none}@media only screen and (max-width:1900px){.recycle__bin__table__wrapper .table__data__wrapper .divider__sepline,.recycle__bin__table__wrapper .table__data__wrapper .main__head__cover,.recycle__bin__table__wrapper .table__data__wrapper .table__row__wrapper{width:1600px}.recycle__bin__table__wrapper .table__data__wrapper .table__row__wrapper::-webkit-scrollbar,.recycle__bin__table__wrapper .table__data__wrapper::-webkit-scrollbar{height:8px}.learner__data__content__box .main__data__content__box{align-items:self-start;overflow:auto}.learner__data__content__box .main__data__content__box .divider__sepline,.learner__data__content__box .main__data__content__box .head__title__box,.main__data__content__box .audio__content__box{width:1400px}.learner__data__content__box .main__data__content__box::-webkit-scrollbar{height:10px}}@media only screen and (max-width:1680px){.assetssment__data__table__wrapper .assetssment__data__box__wrapper .assetssment__data__row{gap:30px}.assetssment__data__box__wrapper .data__action__options.table__row__item{max-width:300px}.assetssment__data__box__wrapper .assetssment__data__row .data__action__options{gap:30px;max-width:300px}.assetssment__data__table__wrapper .assetssment__data__box__wrapper .assetssment__data__row{gap:20px;width:1000px}}@media only screen and (max-width:1600px){.main__learner__profile__page.common__page__box{padding:30px}.learner__profile__box .user__info__box{width:580px}.learner__profile__box .user__personal__info{width:100%}.main__learner__profile__dashboard .left__learner__dashboard__box{width:70%}.main__learner__profile__dashboard .right__learner__dashboard__box{width:calc(30% - 30px)}.assetssment__data__table__wrapper .assetssment__data__box__wrapper .assetssment__data__row{gap:20px}.billing__information__wrapper .section__title__block .page__title{font-size:32px;line-height:1.5}.billing__information__wrapper .section__title__block .sub__title__block h3.title{font-size:24px;line-height:1.5}.billing__information__wrapper .billing__feature__card__box{gap:25px}.billing__information__wrapper .billing__feature__card__box .billing__card__group{gap:25px;flex:1}.billing__feature__card__box .billing__data__box.billing__card__box{width:480px}}@media only screen and (max-width:1540px){.video__popup__box .video__popup__cover{padding:20px;gap:20px}.video__popup__box .video__popup__block{max-width:80%}.video__popup__block .video__box__wrapper{max-width:70%}.video__popup__box .video__static__text__wrapper{max-width:30%}.data__box__wrap .data__box{padding:25px;gap:25px}.overview__box__wrapper .data__box__wrap{gap:20px}.learners__assessment__widget .head__title__wrap h3.title{font-size:24px;line-height:1.4}.learners__assessment__widget .learners__assessment__table__box__wrapper{padding:20px;gap:20px}.learners__assessment__table__box__wrapper .head__title__box .head__title{font-size:16px}.learners__assessment__data.learners__index__number .index__number{font-size:16px;line-height:1.5}.learners__assessment__card__box .learners__assessment__item{gap:15px}.learners__assessment__item .learners__assessment__data{font-size:16px}.learners__assessment__table__box__wrapper .learners__assessment__card__box{gap:20px;height:240px}.learners__progress .learners__progress__bar{height:10px}.learners__assessment__data .learners__btn__group{gap:10px}.learners__assessment__data.learners__action .action__default__btn a{padding:8px 10px}.learners__assessment__data.learners__action .action__default__btn .btn__icon{width:15px;height:15px}.learners__assessment__data.learners__action .action__default__btn .btn__text{font-size:14px}.learners__assessment__data.learners__score__assessment .score__label{padding:5px 15px;font-size:16px}.learner__profile__box .user__info__box{gap:10px}.learner__profile__box .user__info__box h3.name__title{font-size:24px}.left__learner__dashboard__box .learners__assessment__widget{padding:20px;gap:20px}.learners__assessment__table__box__wrapper .head__title__box .head__title{font-size:14px;line-height:1.7}.learners__assessment__table__box__wrapper .head__title__box,.learners__assessment__table__box__wrapper .learners__assessment__card__box{gap:15px}.learners__assessment__item .learners__assessment__data{font-size:14px;line-height:1.4}.learners__assessment__data.learners__score__assessment .score__label{font-size:14px;line-height:1.3}.learners__assessment__data.learners__progress .progress__numbers{font-size:14px;line-height:1.45}.learners__assessment__data.learners__action .action__default__btn .btn__text{font-size:12px;line-height:1.2}.inner__content__block .purple__solid__btn a,.learners__assessment__widget .view__all__btn a{padding:10px 30px;font-size:16px;line-height:1.5}.head__title__wrap .recycle__bin__btn a{gap:5px;padding:8px 10px}.head__title__wrap .recycle__bin__btn .btn__text{font-size:14px;line-height:1.5}.head__title__wrap .title__btn__group .purple__fill__btn a{padding:10px 20px;font-size:16px;line-height:1.5;border-radius:6px}.learner__tag_grid__wrapper .section__title__box h4.title{font-size:24px}.color__key__select .select__option{padding:10px 20px;gap:10px}.color__key__select .select__option .select__text{font-size:16px}.main__learner__profile__dashboard .learner__progress__widget,.right__learner__dashboard__box .learner__voice__widget{padding:20px;gap:20px}.learner__voice__widget .view__voice__bank__btn a{padding:10px 20px;font-size:18px;line-height:1.5}.ads___description__box .short__description{font-size:14px;line-height:1.4}.user__personal__info .info__box__wrapper .location{font-size:16px;line-height:1.2}.user__personal__info .info__box__wrapper .label{font-size:14px;line-height:1.3}.learner__profile__box .learner__edit__btn a{padding:8px 20px;gap:10px;min-width:180px}.learner__edit__btn .btn__text{font-size:16px}.learner__edit__btn .btn__icon{width:20px;height:20px}.learner__easily__popup .popup__wrap{padding:25px}.learner__easily__popup .popup__head h4.title{font-size:20px}.learner__easily__popup .divider__sepline{margin:20px auto}.learner__easily__popup .select__options__wrapper .select__btn__group{gap:20px}.learner__easily__popup button.popup__btn{font-size:18px;line-height:1.6;padding:8px 15px}.assetssment__btn__box .purple__regular__btn a{padding:8px 20px;font-size:16px;line-height:1.6;min-width:150px}.select__item__popup .popup__wrap{max-width:850px;padding:20px;gap:20px}.select__item__popup .popup__wrap .popup__content__box{gap:20px}.select__item__popup .select__item__box__wrapper{max-height:300px}.select__item__popup .random__btn .pink__solid__btn{min-width:auto;padding:8px 20px;font-size:14px;line-height:1.6}.select__item__popup .popup__head h4.title{font-size:20px}.select__item__popup .popup__head h4.title span{font-size:14px}.select__item__popup .select__item__box__wrapper{gap:10px}.select__text__box .text__wrapper .label,.select__text__box .text__wrapper p{font-size:16px;line-height:1.5}.select__item__popup .popup__btn__box .purple__trans__btn a,.select__item__popup .purple__solid__btn a{min-width:150px;padding:10px 20px;font-size:16px;line-height:1.5}.confirmation__popup .popup__wrap{padding:20px;gap:20px}.confirmation__popup.assessment__confirmation__popup .popup__content__box{gap:20px}.confirmation__text__box .popup__title{font-size:24px}.confirmation__popup.assessment__confirmation__popup .popup__btn__box .purple__trans__btn a{padding:10px;min-width:auto;font-size:16px;line-height:1.5}.record__audio__popup .popup__content__box{gap:15px}.record__audio__popup .popup__content__box .play__audio__box__wrapper{gap:10px}.record__audio__popup .popup__head h4.title{font-size:20px}.record__audio__popup .transcription__box h6.title{font-size:16px;line-height:1.5}.record__audio__popup .add__note__test__box{padding:10px 20px}.main__single__organization__wrapper{padding:30px}.main__single__organization__wrapper .overview__section__wrapper{padding:25px;gap:25px}.overview__section__wrapper .overview__widget__blocks{gap:25px}.overview__section__wrapper .overview__data__blocks__wrapper{grid-template-columns:32.1% 32.1% 32.1%;gap:25px}.overview__widget__blocks .value__view__block{padding:25px;gap:25px}.overview__data__blocks__wrapper .overview__data__block{padding:20px;gap:10px}.overview__data__blocks__wrapper .overview__data__block .data__icon{width:50px;height:auto}.overview__data__block .data__text__wrapper h6.value,.overview__data__blocks__wrapper .overview__data__block.card__block h6.value{font-size:18px;line-height:1.4}.overview__data__block .data__text__wrapper label{font-size:16px;line-height:1.4}.overview__section__wrapper .title__block__wrapper .purple__trans__btn a{padding:10px 20px;min-width:auto}.overview__widget__blocks .value__view__block .btn__group__wrapper,.value__view__block .text__block__wrap{gap:20px}.overview__widget__blocks .value__view__block .purple__solid__btn a,.overview__widget__blocks .value__view__block .purple__trans__btn a{padding:10px 20px;font-size:16px;line-height:1.6}.overview__data__blocks__wrapper .overview__data__block .data__icon{width:45px}.main__single__organization__wrapper .billing__invoices__box__wrapper{padding:25px;gap:25px}.billing__invoices__box__wrapper .subscriptions__tabs__wrapper #learner-tabs-nav{gap:25px}.main__single__organization__wrapper .table__title__block h3.invoice__title{font-size:24px;line-height:1.4}.billing__invoices__box__wrapper .table__title__block .renewal__total,.subscriptions__tabs__wrapper #learner-tabs-nav li a{font-size:18px;line-height:1.4}.learner__subscriptions__table .subscription__table__head__wrapper .head__item{font-size:16px;line-height:1.5}.learner__subscriptions__table__wrapper .learner__subscriptions__table,.learner__subscriptions__table__wrapper .learner__subscriptions__table .subscription__transactions__wrapper{gap:20px}.subscription__learner.transactions__item .learner__profile,.subscription__learner.transactions__item .learner__profile img{width:40px;height:40px}.no__learner__assessment__block h3.title,.no__learner__assessment__block h4.title{font-size:24px}.no__learner__assessment__block .title__block__wrap{gap:15px}.latest__posts__wrapper h4.title,.learners__data__box .section__title__box h4.title,.overview__box__wrapper .section__title__box h4.title,.resources__box__wrapper h3.title{font-size:26px;line-height:1.4}.learners__data__box__wrapper .learner__details__box__wrapper,.main__learner__data__section .learners__data__box__wrapper{padding:25px;gap:25px}.learner__details__box__wrapper .learner__data__head .data__title,.learner__row__item .learner__dob,.learner__row__item .learner__gender,.learner__row__item .learner__subscription__end__date{font-size:14px;line-height:1.4}.learner__profile__box .learner__profile,.learner__profile__box .learner__profile img{width:40px;height:40px}.learner__profile__box .learner__name{font-size:16px;line-height:1.5}.learner__row__item .learner__profile__box{gap:10px}.main__transfer__ownership__wrapper .transfer__ownership__wrapper{padding:30px;gap:25px}.transfer__ownership__wrapper .title__block__wrap h4.title{font-size:28px;line-height:1.5}.transfer__ownership__table__wrapper .transfer__ownership__list__wrap .list__item__cover{padding:10px 20px}.transfer__ownership__table__item .name__user__block h4.title{font-size:20px;line-height:1.4}.transfer__ownership__table__wrapper .transfer__ownership__table__item span{font-size:18px;line-height:1.5}.transfer__ownership__table__wrapper .transfer__ownership__table__item .name__user__block span{font-size:16px;line-height:1.5}.checkbox__row__box .row__lable{max-width:100px;font-size:18px;line-height:1.5}}@media only screen and (max-width:1440px){.programtargets__data__table .data__item__group{padding:20px;gap:20px}.data__item__group .item__number{width:100%;max-width:50px}.data__item__group .data__field__group{gap:20px}.sc__analysis__tab__box .skills__preferences__input__wrapper .data__cover__group__box .head__label__box__wrapper.main__head__info__wrapper .head__information__wrapper{font-size:16px;line-height:1.5}.main__programtargets__data__box{padding:20px;gap:20px}.notice__box__wrapper .note__desc__wrapper{font-size:16px;line-height:1.5}.checkbox__row__box .row__lable{max-width:80px}.form__field__box__wrapper .form__btn__group,.login__box__wrapper .login__form__wrapper{margin:20px 0}.form__field__box__wrapper .form__field+.form__field{margin-top:15px}.login__form__wrapper .form__title__box{margin-bottom:30px}.form__field__box__wrapper .form__options__box,.signup__form__wrapper .form__field__box__wrapper .form__field__group+.form__field__group{margin-top:20px}.signup__form__wrapper .form__field__box__wrapper .form__field{margin:0}.main__choose__section .data__section__wrapper{padding:50px;gap:30px;border-radius:10px}.data__selectbox__wrapper .selectbox__wrapper{padding:30px}.recycle__bin__popup .popup__wrap{max-width:95%;gap:25px;padding:25px}.learner__user__profile__box .user__info__box .info__seprate__cover{flex-direction:column;gap:10px;align-items:self-start}.learner__profile__box .user__info__box{width:350px}.main__learner__profile__page .learner__profile__box{padding:25px;gap:20px}.learner__profile__box .user__personal__info{gap:20px}.group__information__popup .popup__wrap{max-width:95%;padding:30px 40px}.common__page__box{padding:25px}.learners__data__box .section__title__box h4.title,.overview__box__wrapper .section__title__box h4.title{flex:1 0 0;font-size:24px;line-height:1.5}.edit__btn .btn__text,.learners__data__box .section__title__box .view__all__btn a{font-size:16px;line-height:1.3}.overview__box__wrapper .data__box__wrap{align-items:normal;gap:20px}.dashboard__content__box .learners__data__box,.dashboard__content__box .overview__box__wrapper,.data__box__wrap .data__box{padding:20px;gap:20px}.data__box__wrap .data__box{justify-content:space-between}.navbar__box ul li a{font-size:16px;line-height:1.2;margin:0 5px}.header__wrapper .logo__wrap{max-width:200px}.learner__details__box .learner__head__box .head__title{font-size:16px;line-height:1.5}.dashboard__sidebar__box .resources__box__wrapper{padding:20px;gap:15px}.resources__box__wrapper h3.title{flex:1 0 0;font-size:22px;line-height:1.3;width:100%}.link__item__box h5.title{font-size:16px;line-height:1.3}.link__item__box .link__group a{gap:8px}.data__link__box .link__item__box{padding:13px 20px}.resources__box__wrapper .data__link__box{gap:15px}.dashboard__sidebar__box .latest__posts__wrapper{padding:20px;gap:20px}.latest__posts__wrapper h4.title{font-size:22px;line-height:1.3}.latest__posts__item .post__img__box,.latest__posts__item .post__img__box img{width:80px;height:80px}.latest__posts__item .post__description__box{gap:5px}.latest__posts__item .post__description__box h5.title{font-size:14px;line-height:1.5}.tablist__item .learner__tab .learner__name{font-size:15px;line-height:1.3}.learner__details__box .card__tablist__box{height:300px}.dashboard__content__box .learners__data__box .learner__details__box{gap:25px}.card__tablist__box .tablist__item,.dashboard__section .dashboard__content__box,.dashboard__section .dashboard__sidebar__box,.dashboard__section .group__box__wrapper{gap:20px}.active__label{font-size:16px}.action__tab .action__btn a{padding:6px 10px;min-width:90px;gap:5px}.learner__details__box .learner__head__box{gap:20px}.overview__box__wrapper .edit__btn .btn__icon{width:20px;height:20px}.progress__tab .progress__bar{height:20px}.progress__bar span{font-size:14px;line-height:1.5}.data__details .data__title{font-size:16px;line-height:1.3}.user__info__box .trans__dark__btn__box a{padding:10px 15px;font-size:16px;line-height:1.3}.add__learner__popup .popup__wrap{gap:20px;padding:20px}.add__learner__popup .learner__personal__detail__box{gap:15px}.main__assessment__box__wrapper .assessment__sidebar__box{padding:20px;max-width:350px}.tab__btn__group .purple__trans__btn .select__btn{padding:12px 40px;font-size:18px;line-height:1.4}.assessment__sidebar__box .purple__solid__btn a{padding:12px 20px;font-size:16px;line-height:1.5}.main__assessment__box__wrapper .group__box{padding:30px 20px;gap:20px}.main__assessment__box__wrapper .assetssment__main__data__box .result__cover__box,.result__cover__box .result__summary__box__wrapper{gap:20px}.result__summary__box__wrapper .result__data__content__wrapper{gap:20px;grid-template-columns:48% 48%;padding:20px}.result__group__box .group__score__ellipse .score__text{font-size:30px;line-height:1.3}.result__group__box .group__text__wrapper{gap:20px}.result__group__box .group__text__wrapper label{font-size:16px;line-height:1.6}.result__group__box .group__text__wrapper h6.group__counter{font-size:20px;line-height:1.2}.result__group__box .group__score__ellipse{width:110px;height:110px}.learner__data__box__wrapper .learner__members__list__box{padding:25px;border:1px solid #8f959c90;gap:20px}.learner__action__btn,.learner__date,.learner__list__box .learner__row__item .learner__member__box,.learner__members__list__box .table__head__title .head__title.action__head,.learner__members__list__box .table__head__title .head__title.learner__head,.learner__members__list__box .table__head__title .head__title.purchase__date__head,.learner__members__list__box .table__head__title .head__title.status__head,.learner__members__list__box .table__head__title .head__title.subscription__type__head,.learner__purchase__date,.learner__status,.learner__subscription__type__box{width:100%}.eesa__work__packet__wrapper .result__cover__box,.main__sc__analysis__wrapper .sc__analysis__group__wrapper,.sc__analysis__group__wrapper .sc__right__box__wrapper .sc__analysis__tab__box{gap:20px}.result__cover__box .result__voice__bank__wrapper,.result__summary__box .result__summary__head{padding:20px}.result__voice__bank__wrapper h4.title{margin-bottom:15px}.sc__analysis__group__wrapper .sc__right__box__wrapper .sc__analysis__data__box,.sc__right__box__wrapper .sc__analysis__head__box{padding:20px;gap:25px}.analysis__data__box .analysis__data__head,.sc__analysis__data__box .inner__group__block{gap:20px}.sc__analysis__data__box .inner__group__block .analysis__data__box{padding:20px;gap:15px}.analysis__data__box .column__data__box__wrapper{padding-right:15px}.analysis__data__head .column__head__title .column__subtitle,.analysis__data__head .column__head__title h6.column__title{font-size:16px;line-height:1.5}.target__guide__data .target__data__group__wrapper{padding:12px 15px;gap:20px}.sc__analysis__data__box .tabs__data__wrapper .data__title__box{gap:20px}.error__analysis__feature__box .error__feature__box,.error__analysis__widget__box .analysis__data__group .error__analysis__content__box,.sc__analysis__tab__box .error__analysis__widget__box{padding:20px}.main__profile__page__wrapper,.main__profile__page__wrapper .profile__details__box__wrapper{padding:30px}.profile__details__box__wrapper .save__btn__box__wrapper{margin-top:50px}.profile__details__box__wrapper .profile__information__wrapper+.profile__information__wrapper{margin-top:30px}.profile__details__box__wrapper .profile__detail__title__box,.profile__details__box__wrapper .profile__detail__title__box.account__setting__title{margin-bottom:30px}.main__account__setting__wrapper .sepline__divider{margin:30px 0}.faq__cover__box__wrapper .faq__list__wrapper{gap:30px}.help__desk__content__wrapper .submit__request__box__wrapper{padding:50px}.faq__section__box__wrapper .faq__item__box .faq__head__box h6.faq__title{font-size:20px;line-height:1.5}.faq__section__box__wrapper .faq__item__box{padding:20px}.faq__section__box__wrapper .faq__title__box{margin:0 auto 40px}.learner__member__box .user__name,.learner__members__list__box .table__head__title .head__title{font-size:16px;line-height:1.6}.learner__purchase__date .date{font-size:16px;line-height:1.5}.learner__purchase__date .time{font-size:12px;line-height:1.5}.learner__status .status__text,.pending__learner__data__box .learner__date .date__text{font-size:16px;line-height:1.5}.action__btn__box .btn__text{font-size:14px;line-height:1.5}.billing__data__box.billing__card__box .payment__card__list__box .payment__card__item,.learner__profile__box .learner__user__profile__box{gap:20px}.billing__feature__card__box .billing__data__box{gap:20px;padding:20px}.billing__data__box .billing__card__text .data__value{font-size:20px;line-height:1.3}.billing__feature__card__box .billing__data__box .billing__card__icon{width:50px;height:50px}.payment__card__list__box .payment__card__item .card__img{width:85px}.main__billing__information__wrapper .billing__invoices__box__wrapper .invoice__title{font-size:24px;line-height:1.5}.subscriptions__tabs__wrapper #learner-tabs-nav li a{font-size:18px;line-height:1.5}.main__billing__information__wrapper .billing__invoices__box__wrapper{gap:25px}.learner__subscriptions__table__wrapper .learner__subscriptions__table .subscription__transactions__wrapper{gap:20px}.billing__information__wrapper .section__title__block .sub__title__block{max-width:480px}.subscription__learner.transactions__item .learner__name{font-size:16px;line-height:1.5}.billing__invoices__box__wrapper .subscriptions__tabs__wrapper #learner-tabs-nav{gap:20px}.billing__invoices__box__wrapper .table__title__block .renewal__total{font-size:20px;line-height:1.4}.main__billing__information__wrapper .billing__information__wrapper{gap:25px}.learner__subscriptions__table .subscription__table__head__wrapper .head__item{font-size:16px;line-height:1.4}.subscription__transactions__wrapper .transactions__row___item .transactions__item span{font-size:16px;line-height:1.5}.main__create__organization__wrapper .create__organization__wrapper{padding:35px;gap:20px}.main__create__organization__wrapper{padding:30px}.create__organization__wrapper .organizations__content__block{gap:30px;margin:0}.organization__list__wrapper .section__title__block h3.title{font-size:28px;line-height:1.4}.organization__list__table__block .table__head__block{padding:0}.organization__list__wrapper .organization__list__table__block{padding:20px;gap:20px}.organization__table__item .user__block .user__info__block{flex:1 0 0}.organization__list__wrapper .title__btn__block .default__purple__btn a{padding:12px 20px;font-size:18px;line-height:1.5}.billing__feature__card__box .billing__data__box.billing__card__box{padding:0 20px}.overview__widget__blocks .value__view__block{padding:20px;gap:20px}.main__account__setting__wrapper .delete__my__account__wrapper{gap:15px}.delete__my__account__wrapper .deletemyaccountbtn a{font-size:18px;line-height:1.8}.main__share__learner__wrapper{padding:30px}.share__learners__wrapper .share__learners__table__block{padding:20px;gap:20px}.share__learners__title__block .purple__trans__btn a{padding:10px;font-size:18px;line-height:1.7;min-width:145px}.share__learners__table__block .share__learner__row__table__block{gap:20px}.share__learners__title__block .title__block__group h3.title{font-size:28px;line-height:1.4}.userlist__table__wrapper .user__list__table__wrapper{padding:20px;gap:20px;overflow:auto}.userlist__profile .name__user__block h4.title{font-size:20px;line-height:1.4}.userlist__profile .name__user__block span{font-size:16px;line-height:1.5}.userlist__row__block .list__item.addedon span,.userlist__row__block .list__item.role span{font-size:18px;line-height:1.5}.userlist__table__wrapper .user__list__table__wrapper::-webkit-scrollbar{height:10px}.audio__content__box .audio__data__row,.learner__data__content__box .main__data__content__box .head__title__box,.main__voice__bank__page .learner__data__content__box .inner__cover__box{gap:20px}.recycle__bin__popup .popup__head__wrapper h4.popup__title{font-size:24px}.recycle__bin__table__wrapper .table__head__box{gap:25px}.main__voice__bank__page .learner__data__content__box{height:calc(100vh - 290px)}.main__voice__bank__page .testitem__table__box .data__head__box,.main__voice__bank__page .testitem__table__box .divider__sepline,.main__voice__bank__page .testitem__table__box .testitem__list__box{min-width:1400px!important;width:auto}.work__packet__starter .work__packet__content__box{max-width:570px;gap:20px}.work__packet__content__box h3.title{font-size:65px}.work__packet__content__box h6.sub__title{font-size:24px;line-height:normal}.work__packet__content__box .button__box__wrapper{margin-top:0}.work__packet__starter .assessment__list__box__wrapper{border-radius:10px;padding:15px;max-width:340px;right:40px}.sc__analysis__data__box .tabs__data__wrapper{gap:20px}.syllable__complexity__wrapper .syllable__complexity__group__box{gap:20px;padding:20px}.syllable__complexity__group__box h6.group__title{font-size:22px;line-height:1.4}.sc__analysis__data__box.syllable__complexity__wrapper .checkbox__group__wrapper .input__checkbox .group__head{font-size:18px;line-height:1.4}.checkbox__group__wrapper .input__checkbox{gap:20px}.syllable__complexity__wrapper .syllable__complexity__group__box .static__value__wrapper{gap:15px}.syllable__complexity__wrapper .input__checkbox .static__value__wrapper .static__value{padding:5px;border-radius:8px;font-size:20px;line-height:1.5}.sc__analysis__head__box .title__box h3.title,.syllable__combinations__group__wrapper h4.title{font-size:24px;line-height:1.4}.sc__analysis__data__box .tabs__data__wrapper .examples__syllable__combinations__wrapper,.syllable__combinations__group__wrapper{padding:20px;gap:20px}.syllable__combinations__group__wrapper .syllable__range__combo__wrapper{gap:20px}.examples__syllable__combinations__wrapper h6.title{font-size:24px;line-height:1.4}.examples__syllable__combinations__wrapper .examples__table__box{padding:20px;gap:20px}.examples__table__box .example__table__head label{font-size:16px;line-height:1.5}.examples__table__box .example__table__head,.examples__table__box .example__table__row__box .example__row{gap:20px}.example__row .example__item span{font-size:16px;line-height:1.5}.data__field__group .input__field__box input{padding:12px 10px}.main__programtargets__data__box .programtargets__data__table{padding:20px;gap:20px}.sc__analysis__data__box .divider___sepline{width:100%;height:1px;background-color:#333}.target__guide__data__box .check__group__box .group__title{font-size:20px;line-height:1.4;max-width:180px}.starting__targets__checkbox .target__guide__data__box .check__group__box{padding:20px;gap:20px}.starting__targets__data__box .target__guide__data__box{gap:20px}.starting__targets__checkbox .input__checkbox label{font-size:18px;line-height:1.4}.input__checkbox .check__info{font-size:16px;line-height:1.5;margin-top:10px}.head__label__box__wrapper.main__head__info__wrapper{gap:20px}.table__head__group .head__item label{font-size:16px;line-height:1.5}.main__table__head__group .table__head__group .head__item span{display:block;font-size:16px;line-height:1.2}.checkbox__row__group .checkbox__box input[type=checkbox]{width:22px;height:22px;border-radius:3px}.sc__analysis__tab__box .information__indicator__wrapper{padding:20px}}@media only screen and (max-width:1400px){.information__content__box__wrapper{padding:50px 30px}.checkbox__row__box .row__lable,.main__table__head__group .table__head__item label,.main__table__head__group .table__head__item span{font-size:16px;line-height:1.5}.sc__analysis__group__wrapper .sc__right__box__wrapper .sc__analysis__data__box::-webkit-scrollbar{width:5px;height:5px}.main__checkbox__table__box,.sc__analysis__data__box .divider___sepline{width:1200px}.sc__analysis__tab__box .sc__analysis__data__box.syllable__tracker__wrapper{overflow:hidden;overflow-x:auto;flex:none}.sc__analysis__data__box .tabs__data__wrapper .faq__questions__wrapper,.syllable__range__wrapper{padding:20px;gap:25px}#editname__popup .popup__wrap{max-width:94%;padding:40px}.data__action__options .audio__video__options{gap:10px}.assetssment__head__section .section__title__box h4.title{font-size:18px;line-height:1.4}.section__title__box .small__note__title label{font-size:14px;line-height:1.3}.billing__feature__card__box .billing__data__box.billing__card__box{width:450px}.payment__card__list__box .payment__card__item .card__img{width:80px}.billing__information__wrapper .billing__feature__card__box,.billing__information__wrapper .billing__feature__card__box .billing__card__group{gap:20px}.main__billing__information__wrapper{padding:30px;gap:30px}.learner__subscriptions__table__wrapper .learner__subscriptions__table{padding:20px;gap:20px}.subscription__transactions__wrapper .transactions__row___item{padding:10px}.head__title__wrap .title__select__box .select{font-size:14px;padding:10px 50px 10px 15px}.learner__progress__widget .head__title__wrap h3.title,.learner__tag_grid__wrapper .section__title__box h4.title,.learner__voice__widget h3.title,.learners__assessment__widget .head__title__wrap h3.title{font-size:22px;line-height:1.4}.main__voice__bank__page .learner__data__content__box .sidebar__section__box{width:30%}.learner__data__content__box .main__data__content__box{width:70%;gap:15px}.work__packet__starter .assessment__list__box__wrapper{right:20px}.button__box__wrapper .start__btn a{padding:12px 25px;font-size:18px;line-height:1.4}.work__packet__content__box h3.title{font-size:62px}.work__packet__content__box .short__description p+p{margin-top:20px}.work__packet__starter:before{width:250px}.work__packet__starter .assessment__list__box__wrapper ul{max-height:300px}.example__row .example__item span{font-size:14px;line-height:1.4}.syllable__range__combo__wrapper .advance__range__combo__box .combo__value{padding:8px 15px;font-size:16px;line-height:1.5}.syllable__combinations__group__wrapper .syllable__range__combo__wrapper h5.title,.syllable__range__combo__wrapper h6.title{font-size:18px;line-height:1.5}.syllable__range__combo__wrapper .range__combo__label__box .combo__value{padding:8px 15px;font-size:16px;line-height:1.5}.syllable__combinations__group__wrapper .syllable__range__combo__wrapper{gap:15px}.range__field__box__wrapper{gap:30px}.syllable__range__wrapper .syllable__range__label__box{gap:20px}.faq__questions__wrapper .question__note__wrapper .faq__ans__box{font-size:16px;line-height:1.4}.faq__questions__wrapper .question__note__wrapper{gap:10px}.checkbox__row__box .checkbox__row__group{gap:10px!important}.table__head__group .head__item label{font-size:16px;line-height:1.5}.main__table__head__group .table__head__group .head__item span{display:block;font-size:16px;line-height:1.3}.data__item__group .data__field__group{gap:15px}}@media (max-width:1438px){.ai-sidebar-and-content-wrapper{grid-template-columns:1fr}.atd-for-sm-screen-btn{display:block}.ai-sidebar{display:none}.ai-s-close-btn{display:block;cursor:pointer}.atd-for-sm-list{position:absolute;z-index:22;top:0;left:0;width:100%;height:100%;display:none;align-items:center;justify-content:center;background:#00000061}.ai-sidebar-head{display:flex;align-items:center;justify-content:space-between}.ai-sidebar{width:min(95%,600px)}ul.ai-sidebar-data-list{max-height:400px}.ai-sidebar-no-data{min-height:400px}}@media only screen and (max-width:1300px){.header__wrapper .logo__wrap{max-width:180px}.common__page__box{padding:25px}.dashboard__content__box .learners__data__box .learner__details__box{gap:15px;padding:20px}.dashboard__section .dashboard__sidebar__box{width:40%}.card__tablist__box .tablist__item,.dashboard__section .group__box__wrapper{gap:15px}.card__tablist__box .tablist__item,.dashboard__section .dashboard__content__box,.dashboard__section .dashboard__sidebar__box,.dashboard__section .group__box__wrapper{gap:25px}.billing__feature__card__box .billing__data__box.billing__card__box{width:440px;padding:0 20px}.payment__card__item .card__detail__box .card__details span{font-size:18px;line-height:1.5}.billing__feature__card__box .billing__data__box .billing__card__icon{width:40px;height:40px}.work__packet__starter:before{width:230px}}@media only screen and (max-width:1280px){.work__packet__starter{flex-direction:column;gap:10px;min-height:calc(100vh + 92px);justify-content:inherit;height:100%;padding-block:20px}.work__packet__starter:before{display:none}.work__packet__starter .assessment__list__box__wrapper{position:inherit;transform:inherit;top:0;max-width:350px}.work__packet__starter .work__packet__content__box{max-width:540px}.work__packet__content__box h3.title{font-size:48px;line-height:1.4}.head__label__box__wrapper.main__head__info__wrapper .head__information__wrapper{font-size:16px;line-height:1.4}.sc__analysis__tab__box .skills__preferences__input__wrapper .data__cover__group__box{gap:20px}.skills__preferences__input__wrapper .field__number{max-width:65px;font-size:18px;line-height:1.4}.section__btn__block .purple__save__btn{font-size:16px;line-height:1.4;padding:10px 15px;font-size:18px}.skills__preferences__input__wrapper .group__wrapper{gap:20px}.sc__analysis__tab__box .skills__preferences__input__wrapper .data__cover__group__box{gap:25px}.skills__preferences__input__wrapper .input__group__box{gap:20px}.input__field__box .input__field input{padding:12px;font-size:16px;line-height:1.4}.head__label__box__wrapper.main__head__info__wrapper{gap:20px}.syllable__complexity__wrapper .syllable__complexity__group__box .static__value__wrapper{gap:10px}.syllable__complexity__wrapper .input__checkbox .static__value__wrapper .static__value{font-size:16px;line-height:1.5;width:35px;height:35px}.syllable__complexity__wrapper .syllable__complexity__group__box{gap:15px;padding:15px}.target__guide__data__box .check__group__box .group__title{max-width:180px}.sc__analysis__data__box .tabs__data__wrapper{gap:25px}.target__guide__data__box .check__group__box .group__title{font-size:18px}.starting__targets__checkbox .input__checkbox label{font-size:14px;line-height:1.4}.input__checkbox .check__info{font-size:12px;line-height:1.5}.starting__targets__checkbox .target__guide__data__box .check__group__box{padding:20px 15px}.error__analysis__widget__box .analysis__data__group .error__analysis__content__box{max-width:300px}.error__analysis__widget__box .analysis__data__group .error__analysis__feature__box{max-width:400px}.sc__analysis__data__box.syllable__complexity__wrapper .checkbox__group__wrapper .input__checkbox .group__head{font-size:16px;line-height:1.4}.checkbox__group__wrapper .input__checkbox{gap:15px}.syllable__complexity__group__box h6.group__title{font-size:20px;line-height:1.4}.learner__profile__box .learner__user__profile__box{gap:20px}.learner__profile__box .user__info__box .trans__dark__btn__box a{border-radius:6px;padding:12px 15px;font-size:14px;line-height:1.2}.table__progress__bar .progressbar__box{height:15px}.table__row__wrapper .table__row__item .date__item.row__item span,.table__row__wrapper .table__row__item .past__assessment.row__item{font-size:14px;line-height:1.5}.recycle__bin__popup .popup__wrap,.recycle__bin__table__wrapper .table__data__wrapper{gap:20px;padding:20px}.navbar__profile__box .navbar__profile__cover{padding:5px 10px}.navbar__profile__box .profile__img,.navbar__profile__box .profile__img img{width:40px;height:40px}.data__selectbox__wrapper .selectbox__wrapper{padding:20px;gap:20px}.selectbox__wrapper .select__text__wrapper{gap:8px;width:calc(100% - 78px)}.selectbox__wrapper .select__text__wrapper h4.title{font-size:28px;line-height:1.3}.select__text__wrapper .select__short__desc{font-size:14px;line-height:1.4}.data__section__wrapper .data__title__box .data__short__note{font-size:16px;line-height:1.3}.data__section__wrapper .data__title__box{padding-top:30px;gap:10px}.data__section__wrapper .section__btn__box{padding-bottom:30px}.form__field__box__wrapper .input__field__box input{font-size:16px;line-height:28px;padding:10px 16px}.data__section__wrapper .data__title__box h3.title{font-size:30px;line-height:1.3}.no__learner__box .inner__cover__box{padding:0;gap:20px}.result__group__box .group__score__ellipse .score__text{font-size:22px;line-height:1.3}.result__group__box .group__score__ellipse{width:80px;height:80px}.result__summary__box .result__summary__head{padding:20px}.result__summary__head .print__data__btn a{padding:12px 20px}.result__summary__head .print__data__btn .btn__text{font-size:16px;line-height:1.2}.voicebank__list__group__box .voice__data__group__box{padding:15px}.recycle__bin__table__wrapper .table__head__box .head__progress__item span{width:270px}.recycle__bin__table__wrapper .table__head__box{gap:32px}.main__sc__analysis__wrapper .sc__analysis__group__wrapper{padding:25px;gap:25px}.sc__analysis__group__wrapper .sc__right__box__wrapper .sc__analysis__tab__box{gap:25px}.sidebar__group__list__box .purple__solid__btn a{padding:10px;gap:14px;line-height:1.9}.sc__right__box__wrapper.eesa__work__packet__wrapper .information__content__box__wrapper{padding:30px;height:100%}.information__content__box__wrapper .tab__button__box{margin-top:40px}.information__content__box__wrapper .content__group__box{gap:20px;flex-direction:column;height:100%;justify-content:start}.information__content__box__wrapper .information__text__wrapper{max-width:100%}.sc__analysis__data__box .inner__group__block{flex-direction:column}.analysis__data__box .column__data__box__wrapper{padding-right:15px;max-height:430px}.help__desk__content__wrapper .wehelpyou__wrapper,.help__faq__section__wrapper{padding:50px;gap:30px}.assetssment__head__section .section__title__box .small__note__title{flex-direction:column;align-items:self-start;gap:5px}.group__information__popup .sc__analysis__data__box .inner__group__block .analysis__data__box{gap:20px;border:0;padding:0}.group__information__popup .sc__analysis__data__box .inner__group__block{gap:10px;flex-direction:column;margin:0;margin-top:20px;max-height:450px;overflow:auto;padding-right:20px}.group__information__popup .sc__analysis__data__box .column__data__box__wrapper{max-height:100%;padding:0}.analysis__data__head .column__head__title .column__subtitle,.analysis__data__head .column__head__title h6.column__title{text-align:center}.video__popup__block .video__box__wrapper{max-width:60%}.video__popup__box .video__static__text__wrapper{max-width:40%}.main__billing__information__wrapper .billing__invoices__box__wrapper{gap:20px}.billing__information__wrapper .section__title__block .sub__title__block{max-width:440px}.payment__card__list__box .payment__card__item .card__img{width:70px;height:auto}.learner__pricing__box .price__per__learner h3.price__title{font-size:42px;line-height:1.4}.subscription__section .pricing__box__wrapper .pricing__inner__cover{gap:30px}.payment__box__wrapper .payment__options__wrapper{margin:40px 0}.learners__data__box .section__title__box h4.title,.overview__box__wrapper .section__title__box h4.title{flex:1 0 0;font-size:22px;line-height:1.5}.tablist__item .learner__tab .learner__name{font-size:14px;line-height:1.3}.tablist__item .learner__tab{gap:8px}.learner__tab .learner__profile,.learner__tab .learner__profile img{width:35px;height:35px}.learner__details__box .learner__head__box .head__title{font-size:14px;line-height:1.4;gap:8px}.learner__details__box .learner__head__box .head__title i{width:18px;height:18px}.active__label,.edit__btn .btn__text,.learners__data__box .section__title__box .view__all__btn a{font-size:14px;line-height:1.4}.active__label{min-width:auto;padding:5px 14px}.tablist__item .action__tab,.tablist__item .progress__tab,.tablist__item .subscription__tab{align-items:center}.tablist__item .progress__tab span{font-size:14px;line-height:1.4;display:block}.progress__tab .progress__bar{height:12px}.action__btn .btn__text{font-size:12px;line-height:1.4}.action__tab .action__btn .btn__arrow{width:15px;line-height:0px;height:15px}.overview__section__wrapper .overview__data__blocks__wrapper{grid-template-columns:32% 32% 32%;gap:20px}.overview__section__wrapper .title__block__wrapper h3.title{font-size:24px;line-height:1.4}.overview__section__wrapper .purple__trans__btn .btn__text{font-size:16px;line-height:1.4}.learner__details__box__wrapper .learner__data__head .data__title,.learner__row__item .learner__dob,.learner__row__item .learner__gender,.learner__row__item .learner__subscription__end__date{font-size:12px;line-height:1.4}.learners__data__box__wrapper .learner__details__box__wrapper{padding:20px;gap:20px}.learner__profile__box .learner__name{font-size:12px;line-height:1.4}.learner__profile__box .learner__profile,.learner__profile__box .learner__profile img{width:30px;height:30px}.learner__row__item .learner__profile__box{gap:5px}.title__box__wrapper .page__title label{font-size:12px;line-height:1.5}.title__box__wrapper .page__title span{font-size:16px;line-height:1.5}.learners__data__box__wrapper .title__box__wrapper h1.page__title{font-size:24px;line-height:1.4}.learners__data__box__wrapper .learner__details__box__wrapper,.main__learner__data__section .learners__data__box__wrapper{padding:20px;gap:20px}.learners__data__box__wrapper .title__box__wrapper h1.page__title{gap:10px}.action__btn__box .action__option__btn .btn__text{font-size:12px;line-height:1.4}.learners__data__box__wrapper .title__box__wrapper .purchase__learner__btn a{min-width:130px;padding:10px;border-radius:6px;font-size:12px;line-height:1.5}.action__btn__box .action__option__btn .btn__icon{width:15px;height:15px}.action__btn__box .action__option__btn a{padding:8px 10px;gap:8px}.learner__progress__box span,.learner__row__item .learner__group__box .learner__progress__box span{font-size:14px;line-height:1.4;display:block}.billing__feature__card__box .billing__data__box{gap:15px;padding:15px;border-radius:10px}.billing__feature__card__box .billing__data__box.billing__card__box{width:410px;padding:0 20px}.organization__list__wrapper .organization__list__table__block{overflow:auto}.organization__list__table__block .organization__entry__table__block,.organization__list__table__block .sepline__divider,.organization__list__table__block .table__head__block{width:1450px}.organization__list__wrapper .organization__list__table__block::-webkit-scrollbar{height:8px}.overview__widget__blocks .value__view__block .btn__group__wrapper{gap:10px;max-width:320px;width:100%}.text__block__wrap .value__text__wrap span{font-size:18px;line-height:1.35}.overview__widget__blocks .btn__group__wrapper div{width:100%}.value__view__block .text__block__wrap .value__text__wrap{gap:10px}.value__view__block .text__block__wrap{gap:15px}.overview__data__blocks__wrapper .overview__data__block{padding:20px;gap:10px;border-radius:10px}.main__single__organization__wrapper .billing__invoices__box__wrapper{padding:25px;gap:20px}.overview__widget__blocks .value__view__block .purple__solid__btn a,.overview__widget__blocks .value__view__block .purple__trans__btn a{padding:10px;font-size:14px;line-height:1.6;border-radius:6px}.learner__assessments__filter__box .main__title h3.title{font-size:20px;line-height:1.5}.main__learner__assessments__page .learner__assessments__filter__box{gap:20px;padding:20px;margin-bottom:20px}.learner__assessments__filter__box .recycle__bin__btn .btn__text,.learner__assessments__filter__box .title__select__box .select{font-size:14px;line-height:1.4}.learner__assessments__filter__box .recycle__bin__btn .btn__icon{line-height:0px;width:18px}.table__head__title .head__title__item{font-size:16px;line-height:1.5}.main__learner__assessments__data__box .learner__assessments__table{padding:20px;gap:20px}.learner__assessments__data__table .data__row .data__item,.learner__assessments__data__table .data__row .data__item .score__label{font-size:14px;line-height:1.5}.progress__bar__group .progress__numbers{font-size:14px;line-height:1.3}.main__assessment__box__wrapper .assessment__sidebar__box h3.title{font-size:18px;line-height:1.4}.section__title__box .small__note__title span{font-size:12px;line-height:1.4}.assessment__sidebar__box .tab__menu__item__box ul li a{padding:10px 12px;font-size:14px;line-height:1.4}.learner__profile__box .user__info__box h3.name__title,.recycle__bin__popup .popup__head__wrapper h4.popup__title{font-size:20px;line-height:1.4}.user__info__box .subscription__expiry span{font-size:16px;line-height:1.75}.learner__profile__box .learner__edit__btn a{padding:8px 15px;min-width:150px}.learner__profile__box .learner__edit__btn .btn__text{font-size:14px;line-height:1.5}.delete__permanently__btn .btn__text,.restore__btn .btn__text{font-size:12px;line-height:1.4}.delete__permanently__btn .btn__icon,.restore__btn .btn__icon{width:15px;height:15px}.recycle__bin__table__wrapper .table__head__box span{font-size:14px;line-height:1.5}.assetssment__data__box .heading__box .heading__item{font-size:14px;line-height:1.75}.assetssment__data__table__wrapper .assetssment__data__box__wrapper .assetssment__data__row,.assetssment__data__table__wrapper .assetssment__table__head{gap:0}.head__title__wrap .title__btn__group .purple__fill__btn a{font-size:14px;line-height:1.3}.share__learners__table__block .table__head__block .head__item{font-size:16px;line-height:1.65}.table__row__item__block .added__on__block span,.table__row__item__block .last__assessment__date__block span,.table__row__item__block .profile__learner__block h6.name{display:block;font-size:16px;line-height:1.6}.share__learner__btn__group .purple__solid__btn a,.share__learner__btn__group .purple__trans__btn a{padding:10px;min-width:140px;line-height:1.75!important;font-size:16px!important}.action__block .checkbox__block input{width:30px;height:30px}.action__block .checkbox__block input[type=checkbox]:checked:before{width:15px;height:15px;border-radius:3px}.transfer__ownership__table__item.checkbox__block input[type=checkbox]{width:30px;height:30px}.transfer__ownership__table__wrapper .transfer__ownership__table__item.checkbox__block input[type=checkbox]:checked:before{width:15px;height:15px;border-radius:3px}.transfer__ownership__wrapper .btn__group__wrapper .purple__solid__btn a,.transfer__ownership__wrapper .btn__group__wrapper .purple__trans__btn a{font-size:18px;line-height:1.5;padding:10px 20px}.learner__data__content__box .main__data__content__box{gap:20px}.main__voice__bank__page .learner__data__content__box{height:calc(100vh - 280px)}.sc__analysis__head__box .title__box h3.title{font-size:26px}.print__btn.disable__btn .btn__text label{font-size:18px;line-height:1.3}.print__btn.disable__btn a{padding:10px 28px}.tabs__data__wrapper .data__title__box span{font-size:14px;line-height:1.5}.data__item__box.general__tips__note .tips__text__wrapper{padding:8px 16px;font-size:14px;line-height:1.6}.target__data__group__wrapper .data__item__box.scored__data label{font-size:18px;line-height:1.5}.target__data__group__wrapper .data__item__box.scored__data span{font-size:20px}.error__analysis__widget__box .error__analysis__content__box h3.title{font-size:22px}.feature__average__points h5.points__text{font-size:20px}.feature__average__points span.text{font-size:15px;line-height:1.5}.error__analysis__feature__box .error__feature__box{gap:15px}.purple__solid__btn a{padding:10px 22px;font-size:16px;line-height:1.4}.error__analysis__widget__box .error__analysis__content__box .error__description__wrapper{font-size:14px;line-height:1.5}.work__packet__starter .assessment__list__box__wrapper{max-width:325px}.work__packet__starter{height:calc(100vh - 92px)}.work__packet__content__box h3.title{font-size:54px;line-height:1.2}.work__packet__content__box h6.sub__title{font-size:22px;line-height:normal}.work__packet__starter .work__packet__content__box{max-width:545px;gap:15px}.work__packet__content__box .short__description{font-size:14px;line-height:1.7}.programtargets__data__table .data__item__group{flex-direction:column;gap:15px}.data__item__group .item__number{width:100%;max-width:100%}}@media only screen and (max-width:1200px){.data__item__group .item__number{font-size:18px;line-height:1.6}.profile__details__box__wrapper .profile__information__wrapper+.profile__information__wrapper,.profile__details__box__wrapper .save__btn__box__wrapper{margin-top:30px}.recycle__bin__table__wrapper .table__data__wrapper .table__head__box div,.recycle__bin__table__wrapper .table__head__box span{width:100%!important}.recycle__bin__table__wrapper .table__data__wrapper .table__row__wrapper::-webkit-scrollbar-track{border-radius:100px;background:#f6f2fd}.recycle__bin__table__wrapper .table__data__wrapper .table__row__wrapper::-webkit-scrollbar{height:8px;border-radius:100px;background:#f6f2fd}.recycle__bin__table__wrapper .table__data__wrapper .table__row__wrapper::-webkit-scrollbar-thumb{border-radius:100px;background:#d2c7fe}.recycle__bin__table__wrapper .table__data__wrapper,.recycle__bin__table__wrapper .table__data__wrapper .table__row__wrapper{gap:20px}.table__row__wrapper .action__btn__group.row__item .delete__permanently__btn a{min-width:205px}.table__row__wrapper .action__btn__group.row__item .restore__btn a{min-width:120px}.delete__permanently__btn .btn__text,.restore__btn .btn__text{font-size:14px;line-height:1.65}.login__box__wrapper .login__form__wrapper{width:500px}.signup__form__wrapper .form__field__box__wrapper .form__field__group{gap:15px}.main__learner__profile__dashboard .left__learner__dashboard__box,.main__learner__profile__dashboard .right__learner__dashboard__box{width:100%}.main__learner__profile__dashboard{margin-top:20px;flex-direction:column;gap:20px}.learner__edit__btn .btn__text{font-size:16px;line-height:normal}.learner__profile__box .learner__edit__btn a{padding:10px 20px;min-width:165px}.main__learner__profile__page.common__page__box{padding:20px}.learner__profile__box .user__info__box{width:300px}.dashboard__section .dashboard__content__box{max-width:800px}.learner__details__box .card__tablist__box .tablist__item{width:900px}.learner__details__box .card__tablist__box{padding-bottom:15px}.learner__details__box .card__tablist__box::-webkit-scrollbar-track{border-radius:100px;background:#f6f2fd}.learner__details__box .card__tablist__box::-webkit-scrollbar{height:8px;border-radius:100px;background:#f6f2fd}.learner__details__box .card__tablist__box::-webkit-scrollbar-thumb{border-radius:100px;background:#d2c7fe}.profile__name__text h5.name__title{font-size:16px;line-height:1.5}.learner__profile__box .user__info__box h3.name__title{font-size:24px;line-height:1.3}.learner__profile__box .user__info__box{gap:10px}.information__content__box__wrapper .content__group__box{flex-direction:column;gap:20px}.information__content__box__wrapper .information__text__wrapper{max-width:100%}.information__content__box__wrapper .tab__button__box{margin-top:25px}.information__text__wrapper .text__wrapper p+p{margin-top:15px}.information__content__box__wrapper .information__text__wrapper h6.title{margin-bottom:15px}.eesa__work__packet__wrapper .result__cover__box{flex-direction:column}.result__cover__box .result__voice__bank__wrapper{padding:20px;max-width:50%}.video__popup__box .video__popup__block{max-width:80%}.learner__profile__box .user__profile__img,.learner__profile__box .user__profile__img img{width:100px;height:100px}.billing__information__wrapper .billing__feature__card__box,.billing__information__wrapper .billing__feature__card__box .billing__card__group{gap:20px;flex-direction:column}.billing__feature__card__box .billing__data__box.billing__card__box{width:100%;padding:20px}.learner__subscriptions__table__wrapper .learner__subscriptions__table .sepline__divider,.learner__subscriptions__table__wrapper .learner__subscriptions__table .subscription__table__head__wrapper,.learner__subscriptions__table__wrapper .learner__subscriptions__table .subscription__transactions__wrapper .transactions__row___item{width:1400px!important}.learner__subscriptions__table__wrapper .learner__subscriptions__table{overflow:auto}.learner__subscriptions__table__wrapper .learner__subscriptions__table::-webkit-scrollbar,.learner__subscriptions__table__wrapper .learner__subscriptions__table::-webkit-scrollbar-track,.learner__subscriptions__table__wrapper .learner__subscriptions__table::-webkit-scrollbar-webkit-scrollbar-thumb{height:8px}.overview__widget__blocks .value__view__block{padding:20px;gap:20px;flex-direction:column;align-items:self-start}.value__view__block .text__block__wrap{gap:20px;display:flex;flex-direction:row;align-items:center;flex:1;width:100%}.text__block__wrap .value__text__wrap span{line-height:1.2;font-size:20px}.overview__widget__blocks .value__view__block .btn__group__wrapper{gap:10px;flex-direction:row;align-items:center;flex:1;width:100%}.assetssment__head__section .section__title__box{gap:20px}.assetssment__head__section .section__title__box .small__note__title{flex:1}.assetssment__head__section .assetssment__data__box{overflow:auto}.assetssment__head__section .assetssment__data__box .data__table__box,.assetssment__head__section .assetssment__data__box .divider__sepline,.assetssment__head__section .assetssment__data__box .heading__box{width:800px}.assetssment__head__section .assetssment__data__box::-webkit-scrollbar{height:8px}.main__account__setting__wrapper .account__setting__psw__box{gap:15px}.userlist__table__wrapper .btn__group__wrapper{gap:20px}.user__list__table__wrapper .sepline__divider,.user__list__table__wrapper .userlist__head__list,.user__list__table__wrapper .userlist__table__block__wrapper{width:1200px}.transfer__ownership__wrapper .transfer__ownership__table__block{padding:25px;gap:25px;overflow:auto}.transfer__ownership__table__wrapper .transfer__ownership__table__item .profile__block,.transfer__ownership__table__wrapper .transfer__ownership__table__item .profile__block img{width:40px;height:40px}.transfer__ownership__table__block .sepline__divider,.transfer__ownership__table__block .transfer__ownership__table__head__wrapper,.transfer__ownership__table__block .transfer__ownership__table__wrapper{width:1200px}.transfer__ownership__wrapper .transfer__ownership__table__block::-webkit-scrollbar{height:8px}.learner__assessments__filter__box.voice__bank .page__tabs__links ul{gap:20px;flex-wrap:wrap}.learner__assessments__filter__box .page__tabs__links ul li a{font-size:16px;line-height:1.5}.learner__assessments__filter__box{gap:20px;padding:20px;margin-bottom:20px}.audio__video__widget__box h4.title{font-size:22px;line-height:1.4}.widget__saved__btn .btn__text{font-size:18px;line-height:1.5}.error__analysis__widget__box .analysis__data__group{flex-direction:column;gap:15px}.error__analysis__widget__box .analysis__data__group .error__analysis__content__box,.error__analysis__widget__box .analysis__data__group .error__analysis__feature__box{max-width:100%}.target__guide__data .target__data__group__wrapper{padding:15px;gap:15px;flex-direction:column}.target__data__group__wrapper .data__item__box.frequent__number__data{justify-content:space-between;gap:0}.target__guide__data__box .check__group__box .group__title{max-width:150px}.sc__analysis__head__box .title__box h3.title{font-size:22px}.sc__analysis__head__box .title__box .head__title__group p{font-size:16px;line-height:1.5}.syllable__combinations__group__wrapper h4.title{font-size:20px;line-height:1.4}.syllable__range__combo__wrapper h6.title{font-size:16px;line-height:1.5}.syllable__combinations__group__wrapper .syllable__range__combo__wrapper h5.title{font-size:18px;line-height:1.5}.syllable__range__combo__wrapper .advance__range__combo__box .range__arrow{padding:8px 15px;width:50px;height:35px}.examples__table__box .example__table__head label{font-size:14px;line-height:1.5}.section__btn__block .save__btn{padding:8px 15px;font-size:16px;line-height:1.4;min-width:110px}.syllable__textarea__wrapper textarea{padding:12px 10px;font-size:14px;line-height:1.4}.syllable__range__label__box .range__label__box .range__label{padding:8px 15px;font-size:18px;line-height:1.5}.syllable__range__wrapper{padding:20px;gap:20px}.syllable__textarea__wrapper textarea::-moz-placeholder{font-size:14px;line-height:1.4}.syllable__textarea__wrapper textarea::placeholder{font-size:14px;line-height:1.4}.range__field__box__wrapper{gap:20px}.range__field__box__wrapper .range__input__field__box label{text-align:left}.main__sc__analysis__wrapper .sidebar__group__list__box{max-width:380px}}@media only screen and (max-width:1180px){.dashboard__section .dashboard__content__box{max-width:750px}.target__guide__data__box .check__group__box .group__title{max-width:-moz-fit-content;max-width:fit-content}.head__label__box__wrapper.main__head__info__wrapper .head__information__wrapper{font-size:16px;line-height:1.4}}@media only screen and (max-width:1150px){.dashboard__section .dashboard__content__box{max-width:725px}.tab__btn__group .purple__trans__btn .select__btn{padding:12px 30px;font-size:16px;line-height:1.4}.main__assessment__box__wrapper .assessment__sidebar__box{padding:20px;max-width:320px}.assessment__sidebar__box .purple__solid__btn a{padding:12px 15px;font-size:14px;line-height:1.5;gap:5px}.main__voice__bank__page .learner__data__content__box .sidebar__section__box{width:40%}.learner__data__content__box .main__data__content__box{width:60%}}@media only screen and (max-width:1100px){.post__description__box .tags__box__wrap span{font-size:12px;line-height:1.2}.dashboard__section .dashboard__content__box{max-width:680px}.overview__box__wrapper .data__box__wrap{gap:15px}.main__assessment__box__wrapper .group__box{padding:30px 20px;gap:15px}.main__assessment__box__wrapper .assetssment__main__data__box .result__cover__box,.result__cover__box .result__summary__box__wrapper{gap:15px}.result__summary__box__wrapper .result__data__content__wrapper .result__group__box{padding:15px;gap:20px}.result__voice__bank__wrapper h4.title{margin-bottom:20px}.payment__checkout__section .payment__section__box{padding:50px}.payment__checkout__section .payment__section__box .sepline{margin:35px 0}.btn__group__box{margin-top:150px}.learner__details__box__wrapper .learner__list__box__wrapper{gap:20px}.title__box__wrapper .page__title span{font-size:14px;line-height:1.4}.title__box__wrapper .page__title label{font-size:10px;line-height:1.4}.learners__data__box__wrapper .title__box__wrapper h1.page__title{font-size:20px;line-height:1.4}.action__btn__box .action__option__btn .btn__text{font-size:10px;line-height:1.4}.action__btn__box .action__option__btn .btn__icon{width:12px;height:12px}.main__learner__data__section.common__page__box{padding:20px}.overview__section__wrapper .overview__data__blocks__wrapper{grid-template-columns:48.5% 48.5%;gap:20px}.overview__widget__blocks .value__view__block .purple__solid__btn a,.overview__widget__blocks .value__view__block .purple__trans__btn a{padding:10px;font-size:14px;line-height:1.6}.main__single__organization__wrapper .overview__section__wrapper{padding:25px;gap:20px}.overview__section__wrapper .overview__widget__blocks{gap:20px}.main__learner__profile__page .learner__profile__box{padding:20px;gap:20px}.learner__profile__box .user__info__box .trans__dark__btn__box a{padding:10px 15px;font-size:14px;line-height:1.2}.share__learners__wrapper .share__learners__table__block{padding:20px;gap:20px}.share__learners__table__block .share__learner__row__table__block{gap:20px}.share__learners__title__block .purple__trans__btn a{font-size:18px;line-height:1.4}.main__share__learner__wrapper .share__learners__wrapper{padding:20px;gap:20px}.learner__assessments__filter__box .page__tabs__links ul li a{margin:0}}@media only screen and (max-width:1024px){.data__item__group .data__field__group{gap:15px}.head__label__box__wrapper.main__head__info__wrapper .head__information__wrapper,.notice__box__wrapper .note__desc__wrapper{font-size:14px;line-height:1.5}.section__btn__block .purple__save__btn{padding:10px 15px;font-size:16px;line-height:1.4}.input__field__box .input__field input{border-radius:5px;padding:12px;font-size:16px;line-height:1.15}.skills__preferences__input__wrapper .input__group__box{gap:20px}.sc__analysis__tab__box .skills__preferences__input__wrapper{padding:20px}.sc__analysis__tab__box .skills__preferences__input__wrapper .data__cover__group__box,.skills__preferences__input__wrapper .group__wrapper{gap:20px}.skills__preferences__input__wrapper .field__number{max-width:50px}.head__information__wrapper .info__title{font-size:18px;line-height:1.5}.sc__analysis__tab__box .skills__preferences__input__wrapper .data__cover__group__box{padding-right:20px}.print__btn.disable__btn .btn__text label{font-size:16px;line-height:1.3}.print__btn.disable__btn a{padding:8px 15px}.options__box__wrapper .options__textarea__box textarea{padding:12px;font-size:16px;line-height:1.5}.sc__analysis__tab__box .preferences__list__options__box{padding:20px;gap:20px}.examples__syllable__combinations__wrapper h6.title{font-size:22px;line-height:1.4}.example__row .example__item span{font-size:12px;line-height:1.3}.examples__syllable__combinations__wrapper .examples__table__box{padding:15px;gap:15px}.sc__analysis__head__box .title__box h3.title{font-size:20px}.examples__table__box .example__table__head,.examples__table__box .example__table__row__box .example__row{gap:15px}.sc__analysis__data__box .tabs__data__wrapper,.starting__targets__data__box .target__guide__data__box,.syllable__complexity__group__box .checkbox__group__wrapper{gap:20px}.starting__targets__checkbox .target__guide__data__box .check__group__box .input__checkbox input[type=checkbox]:checked:before{margin:-1px -1px 0 -2px;width:4px;height:10px}.starting__targets__checkbox .input__checkbox input{height:20px;width:20px}.starting__targets__checkbox .target__guide__data__box .check__group__box{padding:20px 15px;gap:20px}.main__pending__learner__setup.for__desktop{display:none}.mobile__pending__learner__setup.for__mobile{display:block!important}.submit__request__box__wrapper .submit__request__form__wrapper.submitrequest__active__form{gap:30px}.submit__request__form__wrapper .request__form__wrapper .request__info__note{font-size:14px;line-height:1.5}.submit__request__btn .purple__send__btn img{width:20px;height:20px}.submit__request__btn .purple__send__btn{padding:10px 25px;font-size:16px;line-height:1.5}.main__choose__section .data__section__wrapper{padding:30px}.main__login__page .login__wrapper{padding:0 0 20px}.main__login__page .login__wrapper .group__box{flex-direction:column}.login__wrapper .login__img__wrap{padding:20px 0;border-radius:0;display:block;height:550px;overflow:hidden}.login__box__wrapper .login__title{position:absolute;top:30px;width:100%;text-align:center;left:0}.login__box__wrapper .login__form__wrapper{width:600px}.main__sc__analysis__wrapper .sc__analysis__group__wrapper{padding:20px;gap:20px}.main__sc__analysis__wrapper .sidebar__group__list__box{max-width:350px}.header__wrapper .logo__wrap{max-width:150px}.profile__name__text h5.name__title{font-size:14px;line-height:1.4}.dashboard__section .dashboard__content__box{max-width:630px}.link__group span{font-size:14px;line-height:1.4}.latest__posts__item .post__img__box,.latest__posts__item .post__img__box img{border-radius:6px}.header__wrapper .navbar__box ul{gap:12px}.edit__btn .btn__text,.learners__data__box .section__title__box .view__all__btn a{font-size:14px;line-height:1.3}.header__wrapper{padding:12px 0!important}.navbar__profile__box .profile__img,.navbar__profile__box .profile__img img{width:45px;height:45px}.dashboard__sidebar__box .latest__posts__wrapper{padding:20px;gap:15px}.dashboard__content__box .learners__data__box,.dashboard__content__box .overview__box__wrapper,.data__box__wrap .data__box{padding:15px;gap:15px}.overview__box__wrapper .edit__btn a{padding:12px 22px;border-radius:10px}.latest__posts__item .post__img__box,.latest__posts__item .post__img__box img{width:65px;height:65px}.navbar__box ul li a{padding-bottom:3px}.navbar__box ul li a:before{height:1px}.learners__data__box .section__title__box .view__all__btn a{min-width:115px;padding:12px 22px}.learner__details__box .learner__head__box .head__title{font-size:14px;line-height:1.4}.learner__details__box .learner__head__box .head__title i{width:20px;height:20px}.tablist__item .subscription__tab .active__label{font-size:14px;line-height:1.3}.learner__details__box .card__tablist__box{height:240px}.data__box__wrap .data__box .data__icon{line-height:0px;width:58px;height:58px;display:flex;align-items:center;justify-content:center}.data__details .data__title{font-size:15px;line-height:1.4}.data__details .data__output{font-size:20px;line-height:1.5}.data__box__wrap .data__box .data__details{gap:10px}.latest__posts__wrapper h4.title,.learners__data__box .section__title__box h4.title,.overview__box__wrapper .section__title__box h4.title,.resources__box__wrapper h3.title{font-size:20px;line-height:1.4}.recycle__bin__table__wrapper .table__data__wrapper .table__head__box div{width:200px!important}.recycle__bin__table__wrapper .table__data__wrapper .table__head__box{gap:22px}.analysis__data__head .column__head__title h6.column__title{font-size:16px;line-height:1.5}.result__cover__box .result__summary__box__wrapper{max-width:100%}.continue__with__google{margin-bottom:20px}.center__footer__wrapper{padding:20px}.signin__form__wrapper .form__forgot{margin:15px auto}.main__login__page.updated__login__page{padding:40px 20px}.signin__flow__individual__wrap .signin__title__box .short__note{font-size:16px;line-height:1.3}.recycle__bin__table__wrapper .table__data__wrapper .main__head__cover::-webkit-scrollbar{display:none!important}.tab__btn__group .purple__solid__btn .btn__text{font-size:14px}.sidebar__group__list__box .purple__solid__btn a{gap:10px}.information__text__wrapper .text__wrapper p+p{margin-top:10px}.information__content__box__wrapper .information__text__wrapper h6.title{font-size:20px}.information__content__box__wrapper .information__text__wrapper{font-size:14px;line-height:1.6}.sc__analysis__head__box .title__box .head__title__group p{font-size:14px;line-height:1.4}.target__guide__data__box .check__group__box .group__title{font-size:16px}.starting__targets__checkbox .input__checkbox label{padding-left:30px}.sc__analysis__head__box .title__box .print__data__btn a{min-width:auto;padding:10px 20px;gap:10px}.print__data__btn .btn__text{font-size:16px;line-height:1.6}.main__profile__page__wrapper .profile__sidebar__box{padding:30px;max-width:340px}.profile__edit__info a{padding:10px 20px;gap:8px}.profile__edit__info .btn__icon{width:18px;height:18px}.profile__edit__info .btn__text{font-size:14px}.profile__detail__title__box h3.title{font-size:24px}.profile__information__wrapper h6.sub__title{font-size:16px;margin-bottom:10px}.main__profile__page__wrapper .group__box{gap:20px}.profile__details__box__wrapper .profile__detail__title__box,.profile__details__box__wrapper .profile__detail__title__box.account__setting__title{margin-bottom:20px}.main__profile__page__wrapper .field__group__box input{padding:12px;height:50px;font-size:16px;line-height:1.4}.main__profile__page__wrapper .profile__sidebar__box{padding:25px;max-width:310px}.profile__logout__box .purple__solid__btn .btn__text{font-size:16px;line-height:1.7}.field__box__wrapper .field__group__box{gap:20px}.save__btn__box__wrapper .back__trans__btn,.save__btn__box__wrapper .save__changes__btn{min-width:170px;padding:10px;font-size:16px;line-height:1.6}.profile__user__info__box .purple__trans__btn .btn__text{font-size:16px}.user__profile__detail__box .profile__user__info__box{gap:10px}.profile__user__info__box h3.user__name__title{font-size:22px;line-height:1.3}.profile__user__info__box .user__location{font-size:14px;line-height:1.5}.user__profile__detail__box .profile__avatar__box,.user__profile__detail__box .profile__avatar__box img{width:150px;height:150px}.main__profile__page__wrapper,.main__profile__page__wrapper .profile__details__box__wrapper{padding:25px;border-radius:10px}.main__account__setting__wrapper .email__address__btn{margin-top:20px}.option__btn__box .contact__us__btn a,.purple__solid__btn a{padding:10px 20px;font-size:16px;line-height:1.5;border-radius:6px}.main__account__setting__wrapper .sepline__divider{margin:25px auto}.delete__my__account__wrapper .deletemyaccountbtn a{padding:12px 20px;font-size:16px;line-height:1.5;border-radius:5px}.delete__my__account__wrapper{gap:15px}.help__desk__content__wrapper .wehelpyou__wrapper,.help__faq__section__wrapper{padding:30px;gap:30px}.help__faq__section__wrapper .faq__item__wrap{border-radius:10px;padding:20px}.faq__item__wrap .question h6.faq__title{font-size:14px;line-height:1.5}.faq__cover__box__wrapper .faq__list__wrapper{gap:25px}.help__desk__content__wrapper .submit__request__box__wrapper{padding:30px}.help__faq__section__wrapper h5.section__title,.submit__request__box__wrapper h4.submit__title,.submit__request__form__wrapper h5.title,.wehelpyou__wrapper .wehelp__title__box h5.title{font-size:22px;line-height:1.4}.submit__request__box__wrapper .submit__request__btn a{padding:10px 30px;font-size:16px;line-height:1.7;min-width:auto}.profile__logout__box .purple__solid__btn{padding:10px 30px}.faq__cover__box__wrapper .faq__list__wrapper{grid-template-columns:100%;gap:20px}.askanyque__field__box .search__group__box input{padding:10px 15px;font-size:16px;line-height:1.2;height:50px}.askanyque__field__box .search__group__box input::-moz-placeholder{font-size:16px;line-height:1.2}.askanyque__field__box .search__group__box input::placeholder{font-size:16px;line-height:1.2}.askanyque__field__box .search__group__box .search__btn{padding:10px 30px;min-width:auto;font-size:16px;line-height:1.7;height:50px}.wehelpyou__wrapper .search__result__faq__box{gap:25px}.google__description__wrapper .option__desc{font-size:14px;line-height:1.5}.google__description__wrapper label{font-size:18px;line-height:1.5}.record__audio__popup .popup__btn__box .purple__solid__btn a,.record__audio__popup .popup__btn__box a{height:52px}.record__audio__popup .popup__content__box{gap:20px}.video__popup__box .video__popup__block{max-width:90%}.main__learner__profile__page .learner__profile__box .user__personal__info{flex-direction:column;gap:10px}.learner__profile__box .user__info__box{width:350px}.learners__data__box__wrapper .learner__details__box__wrapper{overflow:auto}.learner__details__box__wrapper .divider__sepline,.learner__details__box__wrapper .learner__data__head,.learner__details__box__wrapper .learner__list__box__wrapper{width:1200px}.learners__data__box__wrapper .learner__details__box__wrapper::-webkit-scrollbar{height:5px}.learner__progress__box .learner__progress__bar{height:10px}.overview__section__wrapper .title__block__wrapper .purple__trans__btn a{min-width:auto;padding:10px;font-size:14px;line-height:1.4;border-radius:5px}.assetssment__data__box .heading__box .heading__item,.overview__section__wrapper .purple__trans__btn .btn__text{font-size:14px;line-height:1.4}.assetssment__head__section .assetssment__data__box{overflow:auto}.assetssment__head__section .assetssment__data__box .data__table__box,.assetssment__head__section .assetssment__data__box .divider__sepline,.assetssment__head__section .assetssment__data__box .heading__box{width:900px}.assetssment__head__section .assetssment__data__box::-webkit-scrollbar{height:8px}.main__assessment__box__wrapper .group__box{height:auto}.assetssment__head__section .section__title__box .small__note__title{flex:1}.main__assessment__box__wrapper .assetssment__main__data__box{width:100%;padding:0}.transcribe__popup__wrap.assesment__transcribe__wrapper .popup__btn__box a{padding:12px;font-size:16px;line-height:1.4;height:50px}.main__assessment__box__wrapper .assetssment__main__data__box .transcribe__popup__wrap.assesment__transcribe__wrapper{gap:20px;padding:20px}.assesment__transcribe__wrapper .transcribe__head__wrap h4.title{font-size:24px;line-height:1.5}.transcribe__popup__wrap.assesment__transcribe__wrapper .popup__btn__box{max-width:400px;gap:20px}.phonetic__keyboard__box .keyboard__notes__box.note_tab_content.tab_content_common textarea{height:160px}.transcribe__popup__wrap .phonetic__keyboard__box .keyboard__pad__box{padding:20px;gap:20px}.keyboard__pad__box .key__indicator__box{gap:20px}.keyboard__pad__box .key__indicator__box .indicator__box span{line-height:1.5;font-size:16px}.indicator__box .indicator__icon{width:15px;height:15px}.assetssment__data__table__wrapper .assetssment__table__head .video__info__btn__item .btn__text{font-size:16px;line-height:1.4}.video__static__text__wrapper h4.title{font-size:18px;line-height:1.4}.video__popup__block .video__box__wrapper{max-width:60%}.assetssment__data__table__wrapper .assetssment__data__box__wrapper{overflow-x:hidden}.assetssment__data__table__wrapper{width:1020px}.assetssment__main__data__box .assetssment__content__block{overflow:auto}.assetssment__main__data__box .assetssment__head__section{height:auto}.assetssment__main__data__box .assetssment__content__block::-webkit-scrollbar{height:10px}.head__title__wrap .title__select__box .select{padding:10px 45px 10px 15px;font-size:16px;line-height:1.4}.share__learners__wrapper .share__learners__title__block .title__block__group{flex-direction:column;align-items:self-start;gap:5px}.share__learners__table__block .sepline__divider,.share__learners__table__block .share__learner__row__table__block,.share__learners__table__block .table__head__block{width:1000px!important}.share__learners__wrapper .share__learners__table__block{overflow:auto}.share__learners__wrapper .share__learners__table__block::-webkit-scrollbar{height:10px}.transcribe__popup__wrap.assesment__transcribe__wrapper .phonetic__keyboard__box .keyboard__box__wrapper{gap:20px}.assesment__transcribe__wrapper .transcribe__features__group .add__note__test__box,.assesment__transcribe__wrapper .transcribe__features__group .play__audio__feature{width:100%;padding:15px}.response__status__btn .response__option label{font-size:16px;line-height:1.4}.play__control__options.no__audio__label .play__audio__wave{flex:1;text-align:center}.play__audio__feature .play__control__options .play__btn{width:45px;height:45px}.learner__assessments__filter__box.for__desktop,.main__learner__assessments__data__box.for__desktop{display:none}.mobile__learners__assessment__widget.for__mobile{display:flex!important}.main__voice__bank__page .learner__data__content__box{height:calc(100vh - 260px)}.head__title__box .head__title{font-size:16px;line-height:1.65}.print__btn.disable__btn a{padding:10px 22px}.head__label__box__wrapper .head__info__box .info__box{font-size:14px;line-height:1.5}.faq__questions__wrapper .question__note__wrapper .faq__ans__box{font-size:14px;line-height:1.4}.question__note__wrapper h6.faq__title{font-size:16px;line-height:1.5}.print__btn.disable__btn a{gap:10px;padding:10px 20px}.preferences__list__options__box .options__box__wrapper label{font-size:14px;line-height:1.4}.sc__analysis__group__wrapper .sc__right__box__wrapper .sc__analysis__tab__box{gap:20px}.sc__analysis__tab__box .notice__box__wrapper{padding:20px}.sc__analysis__head__box .title__box h3.title{font-size:22px}.head__label__box__wrapper.main__head__info__wrapper{gap:20px}.programtargets__data__table .data__item__group{padding:20px;gap:10px}.all-content{width:100%}.sidebar-wrapper{border-right:1px solid var(--rlms-extra-2);display:none}}@media only screen and (max-width:980px){.data__item__group .data__field__group{gap:10px;flex-direction:column}.sc__analysis__tab__box .skills__preferences__input__wrapper{padding:20px}.head__label__box__wrapper.main__head__info__wrapper .head__information__wrapper{font-size:14px;line-height:1.4}.section__btn__block .purple__save__btn{padding:8px 20px;font-size:18px;line-height:1.4;min-width:auto;border-radius:6px}.syllable__complexity__group__box .checkbox__group__wrapper{gap:20px;flex-direction:column}.sc__analysis__data__box.syllable__complexity__wrapper .checkbox__group__wrapper .input__checkbox .group__head{font-size:14px;line-height:1.4}.learner__assessments__filter__box .filter__search__box{width:300px}.main__voice__bank__page .learner__data__content__box{height:calc(100vh - 160px)}.data__section__wrapper .data__selectbox__wrapper{flex-direction:column;gap:20px}.data__section__wrapper .data__title__box,.data__section__wrapper .section__btn__box{padding:0}.main__choose__section{padding:30px}.mobile__header__menu__wrapper{display:block}.video__popup__box .video__popup__block{max-width:85%}.dashboard__section .dashboard__content__box{max-width:600px}.overview__box__wrapper .data__box__wrap{gap:15px;flex-direction:column}.edit__btn .btn__text,.learners__data__box .section__title__box .view__all__btn a{font-size:14px;line-height:1.3}.dashboard__sidebar__box .latest__posts__wrapper{gap:15px}.latest__posts__item .post__description__box h5.title{font-size:12px;line-height:1.4}.latest__posts__wrapper h4.title,.learners__data__box .section__title__box h4.title,.overview__box__wrapper .section__title__box h4.title,.resources__box__wrapper h3.title{font-size:20px;line-height:1.5}.data__box__wrap .data__box{gap:10px}.overview__box__wrapper .data__box__wrap .data__box{display:flex;flex-direction:row;justify-content:start}.select__item__popup .popup__wrap{max-width:94%;padding:20px}.result__cover__box .result__summary__box__wrapper{max-width:100%}.btn__group__box .contact__us_btn a,.btn__group__box .payment__solid__back__btn .btn__text{font-size:18px;line-height:1.5;min-height:34px;display:flex;align-items:center;justify-content:center}.select__item__popup .popup__head h4.title{font-size:18px}.select__item__popup .random__btn .pink__solid__btn{padding:10px 20px;font-size:20px;line-height:1.4;border-radius:6px}.video__popup__block .video__box__wrapper{max-width:55%}.learner__progress__widget .head__title__wrap h3.title,.learner__tag_grid__wrapper .section__title__box h4.title,.learner__voice__widget h3.title,.learners__assessment__widget .head__title__wrap h3.title{font-size:20px;line-height:1.4}.main__profile__page__wrapper{padding:30px 20px}.assesment__transcribe__wrapper .transcribe__features__group{gap:15px}.learner__assessments__filter__box.voice__bank .title__select__box{max-width:160px}}@media only screen and (max-width:960px){.skills__preferences__input__wrapper .group__wrapper,.skills__preferences__input__wrapper .input__group__box{gap:15px}.input__field__box .input__field input{padding:10px;font-size:14px;line-height:1.4}.dashboard__section .dashboard__content__box{max-width:580px}.overview__box__wrapper .data__box__wrap .data__box{padding:15px;border-radius:10px}.data__box__wrap .data__box .data__details{gap:6px;flex:1 0 0}.learner__details__box .card__tablist__box{height:200px}.learner__details__box .learner__head__box .head__title i{width:18px;height:18px}}@media only screen and (max-width:940px){.learner__details__box .card__tablist__box{overflow:inherit}.dashboard__content__box .learners__data__box .learner__details__box{overflow:auto}.dashboard__section .dashboard__content__box{max-width:520px}.dashboard__content__box .learners__data__box .learner__details__box .divider__sepline,.learner__details__box .card__tablist__box,.learner__details__box .card__tablist__box .tablist__item,.learner__details__box .learner__head__box{width:900px}.dashboard__content__box .learners__data__box .learner__details__box::-webkit-scrollbar-track{border-radius:100px;background:#f6f2fd}.dashboard__content__box .learners__data__box .learner__details__box::-webkit-scrollbar{height:8px;border-radius:100px;background:#f6f2fd}.dashboard__content__box .learners__data__box .learner__details__box::-webkit-scrollbar-thumb{border-radius:100px;background:#d2c7fe}.field__box__wrapper .iti.iti--allow-dropdown #phone_number{padding-left:105px!important}.transcribe__tab__section .tab__btn__groups .tab__btn{font-size:16px;line-height:1.5;height:50px}.keyboard__pad__box .key__indicator__box{gap:10px}.keyboard__pad__box .key__indicator__box .indicator__box span{line-height:1.4;font-size:14px}.indicator__box .indicator__icon{width:12px;height:12px}.main__voice__bank__page .learner__data__content__box .inner__cover__box{flex-direction:column}.main__voice__bank__page .learner__data__content__box .sidebar__section__box{width:100%;order:2}.learner__data__content__box .main__data__content__box{width:100%}.learner__data__content__box .main__data__content__box.testitem__table__box .testitem__list__box{width:100%;max-height:400px;overflow:hidden;overflow-y:auto}.sc__analysis__head__box .title__box h3.title{font-size:18px}}@media only screen and (max-width:900px){.notice__box__wrapper .note__desc__wrapper{font-size:14px;line-height:1.5}.sc__analysis__group__wrapper .sc__right__box__wrapper .sc__analysis__tab__box{gap:20px}.skills__preferences__input__wrapper .field__number{max-width:50px}.learner__profile__box .user__info__box{width:315px}.dashboard__section .dashboard__content__box{max-width:480px}.sc__analysis__head__box .title__box .head__title__group p{font-size:14px;line-height:1.4}.no__learner__box .img__box__wrapper{max-width:300px}.no__learner__content__box h4.title{font-size:22px;line-height:1.3}.purchase__learner__btn a{min-width:auto;font-size:18px;line-height:1.4}.no__learner__content__box .no__learner__shortnote{font-size:14px;line-height:1.5}.no__learner__box .inner__cover__box,.no__learner__box .no__learner__content__box{gap:10px}.payment__checkout__section .payment__section__box .inner__cover__box .btn__group__box{margin-top:90px}.payment__checkout__section .payment__section__box .inner__cover__box{max-width:100%}.main__checkout__payment__wrapper .payment__checkout__section{flex-direction:column;padding:0 30px 30px;background-color:#f2f2f7}.payment__checkout__section .payment__section__box{padding:30px;border-radius:20px}.sc__analysis__data__box .inner__group__block .analysis__data__box{padding:20px}.result__summary__head .heading__text__wrapper .head__info{font-size:16px;line-height:1.3}.sc__analysis__data__box .inner__group__block .analysis__data__box{gap:20px}.analysis__data__head .column__head__title .column__subtitle{font-size:14px;line-height:1.5}.group__information__popup .popup__wrap{max-width:95%;padding:30px}.column__data__box__wrapper .column__data__row .column__item span{font-size:14px;line-height:1.6}.faq__section__box__wrapper .faq__item__box .faq__head__box h6.faq__title{font-size:18px;line-height:1.5}.faq__section__box__wrapper .faq__item__box{padding:15px 20px}.delete__my__account__wrapper .delete__account__desc{font-size:14px;line-height:1.5}.google__description__wrapper label{font-size:16px;line-height:1.5}.account__setting__psw__box,.main__account__setting__wrapper .email__address__box{gap:15px}.main__account__setting__wrapper .email__address__btn{margin-top:15px}.learners__assessment__widget .head__title__wrap{flex-direction:column;align-items:self-start;gap:20px}.learner__progress__widget .head__title__wrap h3.title,.learner__tag_grid__wrapper .section__title__box h4.title,.learner__voice__widget h3.title,.learners__assessment__widget .head__title__wrap h3.title{font-size:24px;line-height:1.4}.learners__assessment__table__box__wrapper .divider__sepline,.learners__assessment__table__box__wrapper .head__title__box,.learners__assessment__table__box__wrapper .learners__assessment__card__box{width:1000px}.learners__assessment__widget .learners__assessment__table__box__wrapper{overflow:auto}.learners__assessment__widget .learners__assessment__table__box__wrapper::-webkit-scrollbar{height:10px}.no__learner__assessment__block .inner__content__block{gap:30px}.main__learner__profile__dashboard .purple__solid__btn a{padding:15px 30px;font-size:16px;line-height:1.5}.sc__analysis__head__box .title__box h3.title{font-size:20px}.range__field__box__wrapper{gap:15px;flex-direction:column}.main__sc__analysis__wrapper .sidebar__group__list__box{max-width:330px;padding:20px;gap:20px}}@media only screen and (max-width:870px){.learner__assessments__filter__box .page__tabs__links ul li a{font-size:14px;line-height:1.5;margin:0}.learner__assessments__filter__box .main__title h3.title{font-size:18px;line-height:1.5}.learner__assessments__filter__box{gap:15px}.main__learner__profile__page .learner__profile__box{padding:20px;gap:15px;flex-direction:column;align-items:self-start}.learner__profile__box .user__info__box{width:calc(100% - 120px)}.learner__profile__box .learner__edit__btn a{padding:10px;min-width:auto;border:1px solid #725cff;border-radius:10px}}@media only screen and (max-width:854px){.main__profile__page__wrapper .group__box{flex-direction:column}.main__profile__page__wrapper .profile__sidebar__box{padding:25px;max-width:100%;gap:30px}.profile__logout__box .purple__solid__btn{width:auto;height:50px;min-width:220px}.main__profile__page__wrapper .profile__sidebar__box .profile__logout__box{display:flex;justify-content:center}.google__connectivity__option{flex-direction:column;align-items:self-start;gap:20px}.card__details__wrapper .card__title__box{width:100%}.payment__options__wrapper .card__details__wrapper a{justify-content:space-between;padding:20px}.subscription__section .pricing__box__wrapper .pricing__inner__cover{width:100%}.subscription__pricing__box{justify-content:space-between}.faq__section__box__wrapper,.main__subscription__section .subscription__section .pricing__box__wrapper,.subscription__section .payment__box__wrapper{padding:40px}.main__sc__analysis__wrapper .sidebar__group__list__box{width:100%;max-width:100%;display:none}.main__sc__analysis__wrapper .sc__analysis__group__wrapper{padding:20px;gap:20px;flex-direction:column}.main__sc__analysis__wrapper .sc__analysis__group__wrapper .sc__right__box__wrapper{width:100%}.purchase__learner__btn a{min-width:auto;font-size:16px;line-height:1.4;padding:10px 22px;border-radius:8px}.moreinfo__tooltip__popup{right:0}.billing__information__wrapper .section__title__block{flex-direction:column;align-items:self-start;gap:20px}.billing__information__wrapper .section__title__block .sub__title__block{max-width:100%}.billing__information__wrapper .section__title__block .sub__title__block h3.title{font-size:22px;line-height:1.4}.overview__widget__blocks .value__view__block .purple__solid__btn a,.overview__widget__blocks .value__view__block .purple__trans__btn a{padding:10px;font-size:11px;line-height:1.5}.overview__section__wrapper .overview__data__blocks__wrapper{grid-template-columns:100%;gap:20px}.video__static__text__wrapper h4.title{font-size:18px;line-height:1.4}.learners__assessment__table__box__wrapper .head__title__box{gap:0}.userlist__table__wrapper .title__block__wrap{flex-direction:column;gap:0;align-items:self-start}}@media only screen and (max-width:840px){.learner__assessments__filter__box.voice__bank .title__select__box{max-width:150px}.learner__assessments__filter__box.voice__bank .title__select__box .select{background-position:95% 50%;padding:10px 35px 10px 15px}.common__page__box{padding:30px 20px}.column__data__box__wrapper .column__data__row{padding:10px}.group__information__popup .popup__head h4.title{font-size:24px;line-height:1.2}.group__information__popup .sc__analysis__data__box .inner__group__block{gap:20px}.group__information__popup .popup__head{margin-bottom:20px}.latest__posts__wrapper .latest__post__list__wrapper{height:300px;padding-right:20px}.dashboard__sidebar__box .latest__posts__wrapper,.latest__posts__wrapper .latest__post__list__wrapper{flex:inherit}.dashboard__section .dashboard__sidebar__box{width:100%}.dashboard__section .dashboard__content__box{max-width:100%}.main__dashboard__section .dashboard__section .group__box__wrapper{flex-direction:column}.latest__posts__wrapper .latest__post__list__wrapper::-webkit-scrollbar-track{border-radius:100px;background:#f6f2fd;display:block!important}.latest__posts__wrapper .latest__post__list__wrapper::-webkit-scrollbar{height:8px;width:10px;border-radius:100px;background:#f6f2fd;display:block!important}.latest__posts__wrapper .latest__post__list__wrapper::-webkit-scrollbar-thumb{border-radius:100px;background:#d2c7fe;display:block!important}.btn__box__wrapper .purchase__learner__btn{display:block}.no__learner__box .no__learner__content__box{gap:15px}.no__learner__box .inner__cover__box{gap:20px}.dashboard__content__box .learners__data__box,.dashboard__content__box .overview__box__wrapper,.data__box__wrap .data__box{padding:20px;gap:20px}.learner__assessments__filter__box .main__title h3.title{font-size:16px;line-height:1.5}}@media only screen and (max-width:800px){.skills__preferences__input__wrapper .field__number{max-width:40px}.learners__assessment__widget .head__title__wrap{flex-direction:column;align-items:self-start}.video__popup__box .video__popup__cover{padding:20px;gap:20px;flex-direction:column}.video__popup__box .video__popup__block{max-width:500px}.video__popup__block .video__box__wrapper,.video__popup__box .video__static__text__wrapper{max-width:100%}.video__static__text__wrapper .static__desc__wrapper{height:200px;flex:auto}.billing__information__wrapper .section__title__block .page__title{font-size:28px;line-height:1.5}.assesment__transcribe__wrapper .transcribe__features__group{gap:15px;flex-direction:column}.assesment__transcribe__wrapper .transcribe__features__group .add__note__test__box,.assesment__transcribe__wrapper .transcribe__features__group .play__audio__feature{padding:20px}}@media only screen and (max-width:768px){.faq__section__box__wrapper,.main__subscription__section .subscription__section .pricing__box__wrapper,.subscription__section .payment__box__wrapper{padding:30px}.data__section__wrapper .data__title__box .data__short__note{font-size:14px;line-height:1.5}.section__btn__box .continue__btn a{font-size:18px;line-height:1.5;padding:10px 20px}.faq__section__box__wrapper .faq__item__box .faq__head__box h6.faq__title{font-size:20px}.account__setting__psw__box{gap:10px}.learner__tag_grid__wrapper .main__grid__table__wrapper .table__x__wrap{height:40px}.main__grid__table__wrapper .table__y__wrap{width:40px}.main__grid__table__wrapper .table__inner__cover{gap:10px}.main__grid__table__wrapper .table__box__wrapper table td{padding:12px 0}.right__learner__dashboard__box .learner__tips__widget{padding:30px}.color__key__select .select__option{padding:10px 15px}.color__key__select .color__key__dropdown{padding:15px}.color__key__select .select__option .select__text{font-size:16px;line-height:1.3}.learner__tag_grid__wrapper .section__title__box h4.title{font-size:24px;line-height:1.3}.learner__tag_grid__wrapper{padding:20px 20px 7px;gap:20px}.main__learner__profile__page.common__page__box{padding:0!important}.main__learner__profile__page.common__page__box .learner__profile__box .user__info__box{width:calc(100% - 150px)}.main__learner__profile__page .learner__profile__box{flex-direction:column;margin-top:20px}.left__learner__dashboard__box .learners__assessment__widget.desktop{display:none}.select__item__popup .popup__head h4.title{font-size:20px;flex-direction:column;gap:5px;width:100%;text-align:left;align-items:self-start}.select__item__popup .popup__head h4.title span{font-size:16px;line-height:1.3}.select__item__popup .random__btn .pink__solid__btn{padding:10px 20px;font-size:18px;line-height:1.4;border-radius:6px}.field__group__box button.save__btn{min-width:120px;padding:10px;font-size:18px;line-height:1.5}.change__name__form__wrapper .field__group__box input{font-size:16px;line-height:1.5;padding:10px 14px}#editname__popup .popup__wrap{max-width:94%;padding:20px;gap:30px}.editname__popup .edit__header__wrapper h6.title{font-size:24px}.learners__data__box.for__desktop{display:none}.mobile__voicebank__wrapper.for__mobile{display:flex!important}.common__page__box.main__voice__bank__page.for__desktop{display:none}.mobile__voicebank__learner__wrapper .divider__sepline,.mobile__voicebank__learner__wrapper .learner__table__head,.mobile__voicebank__learner__wrapper .mobile__learner__profile__item__list{width:768px}.mobile__voicebank__learner__wrapper .inner__cover__wrapper::-webkit-scrollbar-track{border-radius:100px;background:#f6f2fd}.mobile__voicebank__learner__wrapper .inner__cover__wrapper::-webkit-scrollbar{height:8px;border-radius:100px;background:#f6f2fd}.mobile__voicebank__learner__wrapper .inner__cover__wrapper::-webkit-scrollbar-thumb{border-radius:100px;background:#d2c7fe}.mobile__invoices__wrapper.for__mobile,.mobile__payment__history__wrapper.for__mobile{display:flex!important}.mobile__organization__learner__details.for__mobile{display:block!important}.mobile__active__learner__subscriptions__wrapper.for__mobile{display:flex!important}.recycle__bin__popup .table__row__item .table__progress__bar.row__item{max-width:100%}.learner__personal__detail__box .form__group__field{gap:20px}.form__input__field .gender__select__box,.learner__personal__detail__box .form__input__field input{padding:7px 15px}.group__information__popup .sc__analysis__data__box .group__popup__btn{margin-top:20px}.analysis__data__box .analysis__data__head .column__head__title:first-child{text-align:left}.analysis__data__box .analysis__data__head .column__head__title:last-child{text-align:right}.group__information__popup .sc__analysis__data__box .inner__group__block .analysis__data__box{gap:20px;border:0;padding:0}.group__information__popup .popup__head{margin:0}.group__information__popup .sc__analysis__data__box .inner__group__block{gap:10px;flex-direction:column;margin:0;margin-top:20px;max-height:450px;overflow:auto;padding-right:20px}.group__information__popup .popup__wrap{max-width:95%;padding:20px;max-height:100%;overflow:inherit}.group__information__popup .sc__analysis__data__box .column__data__box__wrapper{max-height:100%;padding:0}.group__information__popup .popup__head+.divider__sepline{display:none}.mobile__main_learner__list__wrapper.for__mobile{display:block!important}.form__group__flex .form__btn__group button{font-size:16px;line-height:1.5;padding:10px}.update__email__address__popup .popup__wrap{max-width:90%;gap:20px;padding:20px;border-radius:10px}.mob__table__header .table__head__item .subscription__icon{line-height:0px;width:24px;height:24px}.faq__section__box__wrapper .faq__item__box .faq__head__box h6.faq__title{font-size:16px;line-height:1.3}.assetssment__head__section .assetssment__data__box .data__table__box,.assetssment__head__section .assetssment__data__box .divider__sepline,.assetssment__head__section .assetssment__data__box .heading__box{width:700px}.billing__information__wrapper .section__title__block,.billing__invoices__box__wrapper .subscriptions__tabs__wrapper #learner-tabs-nav{gap:30px}.subscription__learner.transactions__item .learner__profile,.subscription__learner.transactions__item .learner__profile img{width:45px;height:45px}.main__billing__information__wrapper .billing__invoices__box__wrapper .table__title__block{margin-bottom:20px}.billing__information__wrapper .section__title__block .page__title{font-size:30px;line-height:1.5;flex:1 0 0;width:100%}.create__organization__wrapper .title__block h2.title{font-size:30px;line-height:1.6}.no__learner__assessment__block .inner__content__block{height:350px;gap:30px}.no__learner__assessment__block{padding:20px}.no__learner__assessment__block h3.title{font-size:20px}.no__learner__assessment__block h4.title{font-size:22px}.main__transfer__ownership__wrapper .transfer__ownership__wrapper.desktop{display:none}.mobile__ownership__transfer__wrapper.mobile{display:flex!important}.main__transfer__ownership__wrapper{padding:30px 20px}.main__user__list__wrapper .userlist__table__wrapper.desktop{display:none}.main__user__list__wrapper .mobile__userlist__table__wrapper.mobile{display:flex!important}.main__share__learner__wrapper{padding:30px 20px}.share__learners__wrapper.for__desktop{display:none}.mobile__share__learners__wrapper.for__mobile{display:flex!important}.main__billing__information__wrapper .billing__invoices__box__wrapper .table__title__block{margin-bottom:0}.field__box__wrapper .iti.iti--allow-dropdown{width:100%}#skip_scores .popup__btn__box .purple__solid__btn a{padding:10px 25px}.payment__confirmation__popup .popup__content__wrapper{gap:20px}.payment__confirmation__popup .popup__wrap{padding:20px}.payment__confirmation__popup .close__btn{top:15px;right:15px}.payment__confirmation__popup h4.title{font-size:24px}.mobile__billing__invoices__box__wrapper.for__mobile{display:flex!important}.billing__invoices__box__wrapper.for__desktop{display:none}.mobile__voicebank__learner__wrapper .mobile__learner__profile__item__list{max-height:500px;overflow:hidden;overflow-y:auto}.mobile__voicebank__learner__wrapper .inner__cover__wrapper{overflow:hidden;overflow-x:auto}.mobile__voicebank__wrapper .voicebank__header__wrapper{order:2}.mobile__voicebank__wrapper .mobile__voicebank__learner__wrapper{order:3}.mobile__voicebank__wrapper .profile__widget__box.for__mobile{order:1}.mobile__voicebank__wrapper .audio__video__widget__box.for__mobile{order:4}.mobile__voicebank__wrapper .voicebank__mobile__btn__box{order:5}.main__voice__bank__page .learner__data__content__box{height:100%;padding:0}.mobile__voicebank__learner__wrapper .divider__sepline{margin:15px auto}.head__label__box__wrapper .head__info__box .info__box{font-size:14px;line-height:1.4}.column__data__box__wrapper .column__data__row{padding:5px 10px}.ai__examples__popup .main__popup__box{max-width:94%;gap:20px;padding:20px}}@media only screen and (max-width:767px){ul.ai-sidebar-data-list{max-height:300px}.analysis__data__box .analysis__data__head{padding-inline:0}.overview__section__wrapper .overview__widget__blocks{gap:20px;flex-direction:column}.overview__widget__blocks .value__view__block{width:100%}.main__assessment__box__wrapper .assetssment__main__data__box .result__cover__box{flex-direction:column}.result__cover__box .result__voice__bank__wrapper{max-width:100%}.features-coming-soon .swiper{width:100%!important}.product-bc-footer>*{flex:1}.rlms-tf-actions{width:100%}.rlms-row-responsive .rlms-col-2{flex:1 0 100%}}@media only screen and (max-width:740px){.faq__section__box__wrapper .faq__title__box{margin-bottom:40px}.payment__box__wrapper .payment__options__wrapper{flex-direction:column;margin:30px 0}}@media only screen and (max-width:720px){.assetssment__head__section .section__title__box .small__note__title{max-width:100%;width:100%}.select__item__box__wrapper .select__data__item{gap:10px}.select__item__popup .select__item__box__wrapper{gap:15px;scrollbar-width:thin}.select__item__popup .popup__wrap{max-width:94%;padding:20px;gap:20px}.form__group__flex .form__btn__group{gap:20px}.main__billing__information__wrapper{padding:25px}.main__billing__information__wrapper .billing__information__wrapper,.main__billing__information__wrapper .billing__invoices__box__wrapper{gap:25px;padding:25px}.billing__information__wrapper .section__title__block{gap:40px}.keyboard__pad__box .key__indicator__box .indicator__box{gap:10px}.transcribe__popup__wrap.assesment__transcribe__wrapper .transcribe__tab__section .tab__btn__groups{max-width:100%}}@media only screen and (max-width:680px){.pricing__box__wrapper .divider__sepline{display:block}.learner__pricing__box .price__per__learner h3.price__title{display:flex;align-items:center;gap:14px}.learner__subscription__plan h4.plan__title{font-size:16px;line-height:1.4;padding:0}.learner__subscription__plan .paying__yearly label{display:none}.subscription__pricing__box{justify-content:space-between;flex-direction:column;gap:25px}.subscription__pricing__box .learner__pricing__box{align-items:center;gap:24px}.subscription__pricing__box .learner__subscription__plan{flex-direction:row;width:100%;max-width:100%;justify-content:center;align-items:center}.faq__section__box__wrapper,.main__subscription__section .subscription__section .pricing__box__wrapper,.subscription__section .payment__box__wrapper{padding:30px}.subscription__section .pricing__box__wrapper .pricing__inner__cover{gap:24px}.subscription__section .no__learners__field{flex-direction:column;gap:10px;align-items:center}.no__learners__field .learner__input__box{max-width:100%;width:100%}.no__learners__field .charges__tags .charges__text,.no__learners__field label{font-size:14px;line-height:1.2}.no__learners__field .mobile__title__head .charges__tags .error__icon{width:20px;height:20px}.no__learners__field .mobile__title__head{width:100%;display:flex;align-items:center;justify-content:space-between}.no__learners__field .mobile__title__head .charges__tags.toolkit__msg.for__mobile{display:flex!important;gap:8px}.charges__tags.toolkit__msg.for__desktop{display:none!important}.charges__tags.toolkit__msg.for__mobile .toolkit__wrapper{right:-20px;left:inherit}.no__learners__field .charges__tags.toolkit__msg.for__mobile .charges__text{color:#725cff}.charges__tags.toolkit__msg.for__mobile .toolkit__wrapper:before{transform:translate(30px)}.main__billing__information__wrapper .billing__invoices__box__wrapper .invoice__title{font-size:20px;line-height:1.5}.billing__invoices__box__wrapper .table__title__block .renewal__total{font-size:18px;line-height:1.4}.action.transactions__item .action__btn__box .btn__icon{width:20px;height:20px}.action.transactions__item .action__btn__box .btn__text{font-size:14px;line-height:1.5}.modal__popup .popup__wrap{padding:20px;max-width:95%!important}.main__single__organization__wrapper .table__title__block h3.invoice__title{font-size:20px;line-height:1.4}.keyboard__pad__box .key__indicator__box{gap:10px;flex-wrap:wrap}}@media only screen and (max-width:640px){.record__audio__popup .popup__wrap{max-width:94%;padding:20px}.thankyou__popup__wrapper .popup__content__box{gap:19px}.thankyou__popup__wrapper .popup__wrap{padding:20px}.learner__subscription__plan .paying__yearly label{display:none}.learner__subscription__plan h4.plan__title{padding:0;color:#3f444a;text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:2}#editname__popup .popup__wrap{max-width:94%;padding:40px;gap:30px}.faq__section__box__wrapper,.main__subscription__section .subscription__section .pricing__box__wrapper,.subscription__section .payment__box__wrapper{padding:30px 20px}.payment__box__wrapper .payment__options__wrapper{margin:30px 0;flex-direction:column}.common__page__box{padding:30px 20px!important}.faq__section__box__wrapper .faq__title__box{margin-bottom:40px}.faq__section__box__wrapper .faq__item__box .faq__head__box h6.faq__title{font-size:20px;line-height:1.3}.login__wrapper .login__box__wrapper{padding:0 20px}.login__box__wrapper .login__form__wrapper{width:100%}.add__learner__popup .popup__wrap{gap:20px;padding:20px;max-width:95%;width:100%}.select__item__popup .select__item__box__wrapper{grid-template-columns:48% 48%}.form__group__flex .form__btn__group{flex-direction:column;gap:15px}.makepayment__popup .popup__wrap{max-width:94%;width:100%}.learners__data__box__wrapper .title__box__wrapper{flex-direction:column;align-items:self-start}.main__create__organization__wrapper .organization__list__wrapper{padding:20px;gap:20px}.organization__list__wrapper .section__title__block h3.title{font-size:24px;line-height:1.4}.organization__list__wrapper .section__title__block{flex-direction:column;align-items:self-start;gap:15px}.organization__list__wrapper .title__btn__block .default__purple__btn a{padding:15px 20px;font-size:16px;line-height:1.4}.assetssment__data__text__box h6.title{font-size:22px;line-height:1.4}.assetssment__main__data__box .assetssment__head__section{padding:20px;gap:20px}.phonetic__symbol__guide__popup .popup__wrap{max-width:90%;padding:20px}.phonetic__symbol__guide__popup .popup__head h4.title{font-size:24px;line-height:1.4}}@media only screen and (max-width:600px){.thankyou__popup__wrapper .popup__wrap{padding:20px;max-width:90%}.faq__section__box__wrapper .faq__title__box{margin-bottom:30px}.faq__section__box__wrapper .faq__item__box .faq__head__box h6.faq__title{font-size:18px;line-height:1.3}.learner__subscription__plan h4.plan__title{padding:0}.login__box__wrapper .login__form__wrapper{margin-top:0}.special__offer__popup .popup__wrap{max-width:94%;padding:25px;gap:25px}.special__offer__head .special__title__group .popup__title__info{font-size:16px;line-height:1.5}.bundle__price span,.learner__bundle__options .learner__count{font-size:18px;line-height:1.2}.specialoffer__learners__number .learner__purchase__table tr td{padding:3px}.special__offer__popup .specialoffer__learners__number{gap:10px}.select__item__popup .popup__wrap{max-width:92%;padding:20px;gap:20px}.cancel__subscription__popup .popup__wrap,.learner__confirmation__popup .popup__wrap{width:100%;max-width:90%}.password__reset__popup .popup__wrap{padding:25px 20px;border-radius:10px;gap:20px;max-width:92%}.main__billing__information__wrapper .billing__invoices__box__wrapper .table__title__block{margin-bottom:20px;flex-direction:column;align-items:self-start}.main__billing__information__wrapper .billing__invoices__box__wrapper .invoice__title{font-size:24px;line-height:1.5}.organizations__content__block .text__block__wrapper{gap:10px;row-gap:10px;-moz-column-gap:10px;column-gap:10px}.main__create__organization__wrapper .create__organization__wrapper{padding:30px}.overview__section__wrapper .overview__widget__blocks{gap:20px;flex-direction:column}.overview__widget__blocks .value__view__block{width:100%}.overview__section__wrapper .title__block__wrapper{flex-direction:column;align-items:self-start}.main__single__organization__wrapper .table__title__block{flex-direction:column;align-items:self-start;gap:10px}.video__popup__box .video__popup__block .close__btn{right:5px;top:-35px}.video__popup__box .video__static__text__wrapper{max-width:100%;padding:15px;border-radius:10px}.video__popup__box .video__popup__cover{padding:20px 0 0;gap:15px}}@media only screen and (max-width:580px){.record__audio__popup .popup__wrap{gap:20px}.record__audio__popup .popup__btn__box .purple__solid__btn a,.record__audio__popup .popup__btn__box a{height:52px;font-size:16px;line-height:1.5;padding:0}.create__organization__wrapper .organizations__content__block{gap:20px}.confirmation__popup.assessment__confirmation__popup .popup__wrap{max-width:90%;width:100%}.payment__confirmation__popup .popup__wrap{max-width:90%}.loading__popup .popup__wrap{max-width:90%;padding:50px 20px}.loading__popup .close__btn{top:15px;right:15px}.learner__assessments__filter__box{gap:15px;flex-direction:column;align-items:self-start}.learner__assessments__filter__box .filter__search__box{width:100%}.starting__targets__checkbox .target__guide__data__box .check__group__box{padding:15px;gap:20px;flex-direction:column;align-items:self-start}}@media only screen and (max-width:540px){.ai__examples__popup .example__content__wrapper{padding:0}.popup__head__wrapper .popup__title__group h4.title{font-size:24px;line-height:1.4}.sc__analysis__head__box .title__box{flex-direction:column;gap:8px;align-items:self-start}.user__profile__detail__box .profile__avatar__box,.user__profile__detail__box .profile__avatar__box img{width:130px;height:130px;-o-object-fit:cover;object-fit:cover}.payment__title__box .total__learner{font-size:16px;line-height:1.2}.payment__title__box .payment__title{font-size:22px;line-height:1.3}.confirmation__popup.learner__confirmation__popup .popup__wrap{max-width:95%}.select__item__popup .select__item__box__wrapper{padding-right:3px}.select__item__popup .popup__wrap .popup__content__box{gap:20px}.select__item__popup .popup__wrap .popup__btn__box div{width:100%}.select__item__popup .popup__wrap .popup__btn__box{gap:20px}.select__item__popup .popup__btn__box .purple__trans__btn a,.select__item__popup .purple__solid__btn a{min-width:100%}.select__item__popup .random__btn .pink__solid__btn{min-width:auto}.learner__confirmation__popup .confirmation__text__wrapper h4.title{font-size:24px;line-height:1.3}.learner__confirmation__popup .popup__content__box{gap:25px}.learner__personal__detail__box .member__list__box{gap:15px}.add__learner__popup .popup__head h4.title{font-size:24px;line-height:1.4}.form__input__field .gender__select__box,.learner__personal__detail__box .form__input__field input{font-size:16px;line-height:1.9}.group__information__popup .sc__analysis__data__box .inner__group__block{margin:20px 0}.learner__purchase__table .bundle__price{padding:10px;margin:0}.signin__flow__individual__wrap .signin__form__wrapper{width:100%;max-width:420px}.center__footer__wrapper .footer__links__box a{font-size:14px;line-height:1.5}.member__list__box .user__list__box{gap:20px}.confirmation__popup.randomize__confirmation__popup .popup__wrap{max-width:92%;width:100%;gap:20px;padding:20px}.confirmation__popup.randomize__confirmation__popup .popup__btn__box{gap:20px;flex-direction:column;gap:10px}.confirmation__popup.randomize__confirmation__popup .popup__content__box .confirmation__text__box{gap:10px}.delete__popup__wrap .popup__wrap{padding:20px;border-radius:10px;gap:20px;max-width:94%}.askanyque__field__box .search__group__box .search__btn img{width:20px;height:20px;gap:10px}.main__profile__page__wrapper .field__group__box input::-moz-placeholder{font-size:14px;line-height:1.3}.main__profile__page__wrapper .field__group__box input::placeholder{font-size:14px;line-height:1.3}.record__audio__popup .popup__content__box .play__audio__box__wrapper{gap:20px}.record__audio__popup .popup__content__box .play__audio__box__wrapper .recording__title{flex-direction:column}.billing__information__wrapper .section__title__block .sub__title__block{max-width:100%;flex-direction:column;align-items:self-start}.create__organization__wrapper .title__block h2.title{font-size:26px;line-height:1.6}.text__block__wrapper h4.title{font-size:24px}.userlist__popup__box .popup__wrap{max-width:94%;padding:20px}.userlist__popup__box .popup__head{margin-bottom:50px}.main__single__organization__wrapper{padding:30px 20px}.learner__easily__popup .popup__wrap{padding:20px;max-width:94%}.assetssment__head__section .section__title__box{gap:15px;flex-direction:column}.play__audio__popup__wrapper .popup__wrapper{max-width:92%;padding:25px;gap:20px}.play__audio__popup__wrapper .popup__wrapper .music__controls__box{padding:25px}}@media only screen and (max-width:530px){.select__item__popup .popup__head{align-items:self-start}.select__item__popup .popup__head .title__cover__box{flex-direction:column;align-items:self-start}.table__progress__bar .progressbar__box{height:15px;max-width:330px}.center__footer__wrapper .footer__links__box{flex-direction:column;gap:10px;width:100%}.center__footer__wrapper .footer__links__box div+img{display:none}.center__footer__wrapper .logo__box{width:100%}.signin__flow__individual__wrap .signin__title__box .short__note{font-size:16px;line-height:1.7}}@media only screen and (max-width:520px){.user__info__box .subscription__expiry{flex-direction:column;align-items:self-start;gap:0}.billing__feature__card__box .billing__data__box.billing__card__box{width:100%;padding:5px}.create__organization__popup .popup__wrap{padding:20px;gap:20px;max-width:90%}.congratulation__popup .popup__wrap,.invite__user__popup .popup__wrap,.select__organisations__popup .popup__wrap{max-width:94%;padding:20px;gap:20px}.learners__data__box__wrapper .title__box__wrapper h1.page__title{font-size:24px;line-height:1.4;flex-direction:column;align-items:self-start;gap:5px}.overview__section__wrapper .title__block__wrapper .title__btn__group{width:100%}.transcribe__popup__wrap.assesment__transcribe__wrapper .transcribe__tab__section .tab__btn__groups{max-width:100%;flex-direction:column}}@media only screen and (max-width:480px){.sc__analysis__tab__box .skills__preferences__input__wrapper .data__cover__group__box{gap:20px}.syllable__textarea__wrapper .title__block__wrapper{flex-direction:column;align-items:self-start;gap:10px}.example__btn__box a{padding:8px 15px}.tabs__data__wrapper .data__title__box span{font-size:12px;line-height:1.5}.error__analysis__feature__box .error__feature__box{gap:10px;flex-direction:column;align-items:self-start}.sc__analysis__data__box .inner__group__block .analysis__data__box{gap:15px;padding:15px}.analysis__data__box .column__data__box__wrapper{padding-right:10px}.analysis__data__box .column__data__box__wrapper::-webkit-scrollbar{height:8px;width:8px}.main__assessment__box__wrapper .group__box,.main__single__organization__wrapper{padding:30px 20px}.mobile__header__menu .mobile__menu__sidebar__box{top:90px}.record__audio__popup .popup__head h4.title{font-size:24px;line-height:1.4}.overview__box__wrapper .data__box__wrap .data__box .data__icon{max-width:50px;line-height:0px}.data__details .data__title{font-size:14px;line-height:1.3}.latest__posts__wrapper h4.title,.learners__data__box .section__title__box h4.title,.overview__box__wrapper .section__title__box h4.title,.resources__box__wrapper h3.title{font-size:18px;line-height:1.5}.data__details .data__output{font-size:20px;line-height:1.2}.main__profile__page__wrapper,.main__profile__page__wrapper .profile__details__box__wrapper{padding:20px;border-radius:10px}.profile__details__box__wrapper .profile__information__wrapper+.profile__information__wrapper{margin-top:25px}.special__table__row__head .table__head__price{max-width:100px}.specialoffer__learners__number .special__table__row__head{gap:0}.change__name__form__wrapper .field__group__box{gap:10px}.editname__popup .edit__header__wrapper h6.title{font-size:28px;line-height:1.3}#editname__popup .popup__wrap{max-width:94%;padding:30px;gap:30px}.faq__section__box__wrapper .faq__title__box h4.faq__title{font-size:22px;line-height:1.3;margin-bottom:20px}.selectbox__wrapper .select__text__wrapper{width:calc(100% - 50px)}.selectbox__wrapper .select__text__wrapper h4.title{font-size:26px;line-height:1.2}.data__selectbox__wrapper .selectbox__wrapper{gap:10px}.login__wrapper .login__box__wrapper{border-radius:16px 16px 0 0;margin-top:-100px;background-color:#fff;padding:30px 20px}.login__wrapper .login__img__wrap{height:400px}.main__choose__section{padding:20px}.data__section__wrapper .data__title__box h3.title{font-size:26px;line-height:1.3}.selectbox__wrapper .select__icon{width:40px;height:40px}.select__data__item .check__btn input[type=checkbox]{height:22px;width:22px;background-size:cover}.select__item__box__wrapper .select__data__item .check__btn{width:22px;height:22px}.select__text__box .text__wrapper .label{font-size:14px;line-height:1.3}.select__text__box .text__wrapper p{font-size:12px;line-height:1.5}.select__data__item .select__text__box .item__number{display:none}.select__item__popup .popup__btn__box .purple__trans__btn a,.select__item__popup .purple__solid__btn a{min-width:100%;font-size:16px;padding:10px 18px}.learners__data__box .section__title__box .view__all__btn a{padding:0;min-width:auto}.no__learner__box .btn__box__wrapper .purchase__learner__btn a{min-width:auto;font-size:16px;line-height:1.4}.no__learner__content__box h4.title{font-size:20px;line-height:1.3}.overview__box__wrapper .edit__btn a{padding:10px 14px;border-radius:6px;gap:10px}.payment__box__wrapper .payment__options__wrapper{margin:24px 0;flex-direction:column}.cancel__subscription__popup .popup__wrap{padding:20px}.cancel__subscription__popup .description__content__box h5.popup__title{font-size:20px;line-height:1.3}.learner__confirmation__popup .popup__wrap{width:100%;max-width:90%;gap:15px;padding:20px}.learner__confirmation__popup .confirmation__text__wrapper,.learner__confirmation__popup .popup__content__box{gap:10px}.learner__confirmation__popup .confirmation__text__wrapper .desc__shortnote{font-size:14px;line-height:1.95}.popup__btn__box .copy__link__btn .btn__text{font-size:16px;line-height:1.5}.faq__section__box__wrapper .faq__item__box{padding:20px}.card__title__box .card__title{font-size:16px}.subscription__pricing__box .learner__pricing__box{align-items:center;gap:24px}.default__blue__btn a{font-size:16px}.payment__checkout__section .payment__section__box{padding:20px}.payment__checkout__section .payment__section__box.left__checkout__box{padding:30px 0}.main__checkout__payment__wrapper .payment__checkout__section{padding:20px}.table__row__wrapper .table__row__item .date__item.row__item span,.table__row__wrapper .table__row__item .past__assessment.row__item{font-size:16px;line-height:1.5}.add__learner__popup .popup__head h4.title{font-size:22px;line-height:1.2}.member__list__box .user__list__box{gap:10px}.learner__personal__detail__box .member__list__box{gap:10px;padding:10px}.add__learner__popup .popup__btn__box{width:100%}.add__learner__popup .popup__btn__box .copy__link__btn{width:100%;text-align:center}.faq__section__box__wrapper .faq__title__box{margin-bottom:20px}.special__offer__head .special__title__group .popup__title__info{font-size:12px;line-height:1.4}.learner__bundle .learner__bundle__options{margin:0 0 0 15px}.special__offer__popup .popup__wrap{padding:20px;gap:20px}.solid__choose__btn .purple__solid__btn a{min-width:140px;padding:10px 20px;font-size:16px;line-height:1.4;border-radius:5px}.bundle__price span,.learner__bundle__options .learner__count{font-size:16px;line-height:1.2}.special__offer__popup .specialoffer__learners__number{gap:10px;padding:15px}.special__offer__head .special__title__group h5.popup__title{font-size:22px;line-height:1.3}.main__login__page.updated__login__page{height:auto}.signin__flow__individual__wrap{gap:20px}.signin__flow__individual__wrap .signin__title__box .short__note{font-size:14px;line-height:1.7}.main__login__page.updated__login__page{padding:20px}.continue__with__google a{border-radius:10px;background-color:#fff;box-shadow:0 2px 20px 0 rgba(0,0,0,.06);border:0}.special__table__row__head .table__head__price,.special__table__row__head h4.table__head__title{font-size:16px;line-height:1.3}.result__summary__box__wrapper .result__data__content__wrapper{grid-template-columns:100%;gap:15px}.result__voice__bank__wrapper .voicebank__list__group__box{gap:15px}.sc__right__box__wrapper .sc__analysis__head__box{padding:20px}.update__email__address__popup .popup__head h4.title{font-size:20px}.askanyque__field__box .search__group__box,.wehelpyou__wrapper .wehelp__title__box{gap:10px;flex-direction:column}.help__desk__content__wrapper .submit__request__box__wrapper,.help__desk__content__wrapper .wehelpyou__wrapper,.help__faq__section__wrapper,.main__profile__page__wrapper .profile__sidebar__box{padding:20px;gap:20px}.main__profile__page__wrapper .help__desk__content__wrapper{gap:30px}.wehelpyou__wrapper .search__note__info{font-size:12px;line-height:1.75}.submit__request__box__wrapper h4.submit__title{font-size:18px;line-height:1.4}.search__result__faq__box .faq__item__wrap{padding:25px}.mobile__menu__sidebar__box .tab__btn__group{margin-top:30px}.billing__invoices__box__wrapper .subscriptions__tabs__wrapper #learner-tabs-nav{gap:5px;flex-direction:column;align-items:self-start;margin-bottom:0}.main__billing__information__wrapper .billing__invoices__box__wrapper{gap:20px;padding:20px}.payment__card__item .card__detail__box .card__details label,.payment__card__item .card__detail__box .card__details span{font-size:14px;line-height:1.4}.payment__card__list__box .payment__card__item .card__img{width:45px;height:auto}.billing__data__box.billing__card__box .payment__card__list__box .payment__card__item{gap:10px}.billing__feature__card__box .billing__data__box{gap:10px;padding:15px}.makepayment__popup .popup__head h4.title{font-size:20px;line-height:1.4}.learners__numbers__box__wrapper{flex-direction:column;align-items:center;gap:24px}.learners__numbers__box__wrapper .add__numberoflearners__box{width:100%;align-items:center}.invoice__box__wrapper .billing__box__wrapper{flex-direction:column;gap:10px}.invoice__box__wrapper .billing__box__wrapper .billing__date__box{width:100%;text-align:center}.billing__date__box span.text br{display:none}.no__learner__assessment__block .title__block__wrap{gap:10px}.no__learner__assessment__block .inner__content__block{height:300px}.main__user__list__wrapper{padding:30px 20px}.mobile__userlist__table__wrapper .btn__group__wrapper{flex-direction:column;align-items:self-start}.main__billing__information__wrapper{padding:30px 20px;gap:20px}.learner__easily__popup .popup__head h4.title{font-size:16px;line-height:1.4}.learner__easily__popup button.popup__btn{font-size:16px;line-height:1.6;padding:8px 10px}.learner__easily__popup .select__options__wrapper,.learner__easily__popup .select__options__wrapper .select__btn__group{gap:15px}.assetssment__main__data__box .assetssment__head__section{padding:20px}.main__assessment__box__wrapper .assetssment__main__data__box{padding:0}.confirmation__popup.assessment__confirmation__popup .popup__btn__box{gap:20px}.assetssment__data__table__wrapper .assetssment__data__box__wrapper{max-height:415px}.main__cardsgroup__box .saved__card__box{padding:20px;gap:20px}.card__options__box .card__btn a{gap:10px;font-size:16px}.saved__card__box .card__title__box{gap:10px;justify-content:space-between}.saved__card__box .card__title__box .card__details{flex:1}.total__charges .number{font-size:28px;line-height:1.4}.card__options__box .card__btn a{font-size:14px}.card__options__box .card__btn img{width:20px}.card__title__box .card__details h6{font-size:18px;line-height:1.4}.saved__card__box .card__title__box .card__logo{line-height:0px;max-width:40px}.subscription__section .pricing__box__wrapper .pricing__inner__cover{gap:15px}.subscription__pricing__box{gap:20px}.add__numberoflearners__box .add__number__options__box{gap:25px;width:100%;justify-content:center}.mobile__header__menu__wrapper .logo__wrap{max-width:130px}.subscription__status__box .setup__link .link__icon{width:15px;height:15px}.phonetic__symbol__guide__popup .popup__head h4.title{font-size:20px;line-height:1.4}.assesment__transcribe__wrapper .add__note__test__box .cover__group__box{flex-direction:column;gap:8px;margin-bottom:15px}.assesment__transcribe__wrapper .add__note__test__box.response__group__wrapper .addnote__box{flex-direction:row;flex:inherit}.tbh__popup__block .add__note__test__box .addnote__box label{width:auto}.transcribe__popup__wrap .phonetic__keyboard__box .keyboard__pad__box{padding:15px}.result__summary__head .heading__text__wrapper h4.title{font-size:18px;line-height:1.4}.confirmation__popup.randomize__confirmation__popup .purple__solid__btn a,.confirmation__popup.randomize__confirmation__popup .purple__trans__btn a{padding:12px 20px;font-size:16px;line-height:1.5}.play__audio__popup__wrapper .popup__wrapper .music__controls__box{padding:20px}.play__audio__popup__wrapper .popup__heading .popup__title{font-size:24px;line-height:1.4}.option__box__wrapper .option__text__box .option__tag{font-size:16px;line-height:1.3}.choose__data__options__box .choose__data__title__box h4.title{font-size:24px}.choose__data__options__box .choose__data__title__box{margin-bottom:40px}.option__box__wrapper .option__text__box h4.title{font-size:24px;line-height:normal}.choose__data__options .option__box__wrapper .option__inner__cover{padding:15px 25px}.choose__data__options .option__box__wrapper .option__text__box{width:calc(100% - 100px)}}@media only screen and (max-width:460px){.error__analysis__widget__box .error__analysis__content__box h3.title{font-size:18px}.learner__profile__box .learner__user__profile__box{gap:20px;flex-direction:column}.main__learner__profile__page .learner__profile__box .user__personal__info{text-align:center}.main__learner__profile__page .learner__profile__box{align-items:center}.main__billing__information__wrapper .billing__invoices__box__wrapper .invoice__title{font-size:20px;line-height:1.4}.main__billing__information__wrapper .billing__invoices__box__wrapper .table__title__block{margin-bottom:0}.create__organization__wrapper .title__block h2.title{font-size:24px;line-height:1.5}.main__learner__profile__page.common__page__box .learner__profile__box .user__info__box{width:100%;align-items:center;text-align:center}.learner__user__profile__box .user__info__box .info__seprate__cover{align-items:center}.user__info__box .subscription__expiry{align-items:center;width:100%}.mobile__pending__learner__setup .mobile__button__wrapper .purple__solid__btn a,.mobile__pending__learner__setup .mobile__button__wrapper .purple__trans__btn a{font-size:14px;width:100%;min-width:auto;padding:10px}}@media only screen and (max-width:435px){.ai__examples__popup .result__popup__box .select__btn a{padding:10px 15px;font-size:18px;line-height:1.5}.result__text__wrapper .result__points__wrapper{font-size:16px;line-height:1.5}.ai__examples__popup .example__content__wrapper h5.ai__title,.result__item__wrapper .result__text__wrapper h6.result__title{font-size:18px;line-height:1.5}.popup__head__wrapper .popup__title__group .popup__desc__info{font-size:16px;line-height:1.5}.skills__preferences__input__wrapper .group__wrapper{gap:10px}.sc__analysis__tab__box .skills__preferences__input__wrapper .data__cover__group__box{padding-right:15px}.skills__preferences__input__wrapper .group__wrapper{gap:15px;flex-direction:column;align-items:self-start}.thankyou__popup__wrapper .img__box__wrapper{line-height:0px;padding:0}.thankyou__text__wrapper h5{font-size:20px;line-height:1.3}.thankyou__text__wrapper h5 br{display:none}.special__offer__popup .popup__wrap{max-width:94%}.faq__section__box__wrapper .faq__item__box .faq__head__box h6.faq__title{font-size:16px;line-height:1.3}.login__form__wrapper .form__title__box h3.title{text-align:center}.login__title h1.title{font-size:28px;line-height:1.3}.login__box__wrapper .login__title{top:15px}.form__options__box .forgot__psw a{font-size:16px;line-height:1.2}.form__options__box .remember__me,.form__options__box .terms__condition{gap:10px}.form__field__box__wrapper .form__field label{font-size:12px;line-height:1.2}.form__field__box__wrapper .form__field{gap:5px}.form__field__box__wrapper .form__options__box,.signup__form__wrapper .form__field__box__wrapper .form__field__group+.form__field__group{margin-top:15px}.form__field__box__wrapper .form__btn__group{gap:15px}.form__field__box__wrapper .login__btn,.form__field__box__wrapper .register__btn{font-size:18px;line-height:1.3}.sc__right__box__wrapper.eesa__work__packet__wrapper .information__content__box__wrapper{padding:20px}.sc__analysis__head__box .title__box .head__title__group{gap:4px}.sc__right__box__wrapper .sc__analysis__head__box{padding:20px;gap:20px}.result__summary__box .result__summary__head{padding:20px;flex-direction:column;gap:15px;align-items:self-start}.result__summary__box .result__summary__head .heading__text__wrapper{width:100%}.main__billing__information__wrapper .billing__information__wrapper{padding:20px}.makepayment__popup .popup__head .title img{max-width:50px}.main__create__organization__wrapper .create__organization__wrapper{padding:20px;gap:20px}.create__organization__popup button.solid__purple__btn,.create__organization__popup button.trans__purple__btn{padding:10px 20px;width:100%;font-size:18px;line-height:1.5}.create__organization__popup .popup__head h4.title{font-size:20px;line-height:1.4}.create__organization__popup .field__block__wrap input{padding:10px}.field__box__wrapper .iti.iti--allow-dropdown #phone_number{padding-left:110px!important}.change__your__photo__popup .popup__head h4.title{font-size:20px}#skip_scores .confirmation__text__box .popup__title{font-size:20px;line-height:1.5}.loading__popup .popup__wrap .loading__text__wrapper{font-size:20px;max-width:300px}.payment__title__box .payment__title{font-size:22px;line-height:1.3}.popup__btn__box .copy__link__btn button{min-width:150px;font-size:18px;line-height:1.5}}@media only screen and (max-width:426px){.input__group__box .input__field__box label{font-size:14px;line-height:1.4}.inner__note__cover__box .section__title__box{width:100%;display:flex;align-items:center;gap:10px;align-self:stretch;justify-content:space-between}.head__label__box__wrapper .head__info__box .info__box{font-size:12px;line-height:1.3}.head__label__box__wrapper .lable____head__title .label__title{font-size:14px;line-height:1.2}.record__audio__popup .popup__btn__box{gap:10px}.information__content__box__wrapper .tab__button__box .purple__solid__btn{max-width:100%;width:100%}.thankyou__popup__wrapper .img__box__wrapper{line-height:0px}.learner__bundle .checkbox{width:18px;height:18px}.learner__bundle .checkbox input:before{width:10px;height:10px}.bundle__price span,.learner__bundle__options .learner__count{font-size:14px;line-height:1.2}.field__group__box button.save__btn{display:block;width:100%}.change__name__form__wrapper .field__group__box{flex-direction:column;gap:20px}.data__selectbox__wrapper.verticle__layout__design .selectbox__wrapper{align-items:center}.selectbox__wrapper .select__text__wrapper{width:100%}.data__selectbox__wrapper .selectbox__wrapper{gap:20px;flex-direction:column;align-items:self-start}.main__choose__section .data__section__wrapper{padding:20px}.continue__with{width:100%}.continue__with:after,.continue__with:before{width:80px}.header__wrapper .group__box{gap:15px}.form__field__box__wrapper .input__field__box input{font-size:14px;line-height:24px;padding:8px 12px}.signup__form__wrapper .form__field__box__wrapper .form__field__group{flex-direction:column}.request__form__wrapper .request__field__box input,.request__form__wrapper .request__field__box select,.request__form__wrapper .request__field__box textarea{padding:12px;font-size:14px;height:auto}.request__form__wrapper .request__field__box textarea{height:130px}.request__form__wrapper .request__field__box input::-moz-placeholder,.request__form__wrapper .request__field__box textarea::-moz-placeholder{font-size:14px;line-height:1.5}.request__form__wrapper .request__field__box input::placeholder,.request__form__wrapper .request__field__box textarea::placeholder{font-size:14px;line-height:1.5}.delete__popup__wrap .short__description__wrapper{font-size:15px;line-height:1.5}.delete__popup__wrap h5.title{font-size:24px}.delete__popup__wrap .popup__head h4.title{font-size:20px;line-height:1.3}.delete__popup__wrap .modalConfirmBtn,.delete__popup__wrap .purple__trans__btn a,.delete__popup__wrap .red__solid__btn a,.delete__popup__wrap .red__solid__btn button{padding:10px;font-size:16px}.delete__popup__wrap .popup__content__box .content__inner__wrapper{gap:10px}.delete__popup__wrap .popup__btn__group{gap:20px;margin-top:20px}.emailupdates__field__block .email__field input{font-size:14px;line-height:1.4}.update__email__address__popup .short__desc__wrapper{font-size:14px;line-height:1.75}.emailupdates__field__block .email__field label{font-size:16px;line-height:1.65}.emailupdates__field__block .form__group__flex .email__field{gap:5px}.update__email__address__popup .popup__content__box{gap:20px}.select__item__popup .random__btn .pink__solid__btn{font-size:16px;line-height:1.3}.select__item__box__wrapper .select__data__item{gap:8px;padding:10px}.overview__box__wrapper .section__title__box .edit__btn{display:none}.main__dashboard__section .overview__box__wrapper .mobile__btn__box{display:block!important;width:100%}.dashboard__content__box .overview__box__wrapper,.dashboard__sidebar__box .latest__posts__wrapper,.dashboard__sidebar__box .resources__box__wrapper,.mobile__organization__learner__details.for__mobile .mob__learner__details__block{padding:20px;gap:20px}.mobile__voicebank__wrapper .voicebank__header__wrapper{padding:15px}.mobile__page__tabs__links ul li a{font-size:12px;line-height:1.4}.learner__confirmation__popup .popup__btn__box .learner__btn a{font-size:16px;line-height:1.4;min-width:auto}.confirmation__popup .popup__head h4.title{font-size:20px;line-height:1.5}.card__number__field .support__card__icon{width:auto;right:10px}.payment__card__form__wrapper .form__subscribe__btn .subscribe__btn{font-size:18px;line-height:1.7}.btn__group__box .contact__us_btn a,.btn__group__box .payment__solid__back__btn .btn__text{font-size:16px;line-height:1.5}.card__number__field .support__card__icon img{width:34px}.table__progress__bar .progressbar__box{height:15px;max-width:85%}.add__learner__popup .learner__personal__detail__box{gap:10px}.member__list__box .user__list__box{gap:6px}.group__information__popup .popup__head h4.title{font-size:22px;line-height:1.2}.group__information__popup .popup__wrap .learner__bundle .learner__bundle__options{margin:0 0 0 10px}.special__table__row__head .table__head__price{max-width:28%;width:100%}.special__table__row__head h4.table__head__title{max-width:72%;width:100%}.faq__section__box__wrapper .faq__item__box .faq__head__box{align-items:self-start}.field__box__wrapper .field__group__box{flex-direction:column}.profile__information__wrapper .field__box__wrapper .field__group__box.group__with__btn{flex-direction:row}.save__btn__box__wrapper .back__trans__btn,.save__btn__box__wrapper .save__changes__btn{min-width:150px;font-size:14px;line-height:1.6}.profile__details__box__wrapper .save__btn__box__wrapper{gap:20px}.billing__information__wrapper .section__title__block .page__title{font-size:24px;line-height:1.5}.billing__information__wrapper .section__title__block .sub__title__block h3.title{font-size:20px;line-height:1.5}.billing__feature__card__box .billing__data__box .billing__card__icon{width:30px;height:auto}.billing__data__box .billing__card__text h6.data__title{font-size:16px;line-height:1.4}.billing__data__box .billing__card__text .data__value{font-size:16px;line-height:1.3}.billing__feature__card__box .billing__data__box .billing__card__text{gap:3px;flex:1 0 0}.text__block__wrapper h4.title{font-size:22px;line-height:1.4}.mobile__transfer__ownership__list__wrap .owner__profile__block .profile__block,.mobile__transfer__ownership__list__wrap .owner__profile__block .profile__block img{width:40px;height:40px}.owner__profile__block .name__user__block h4.title{font-size:12px;line-height:1.4}.owner__profile__block .name__user__block span{font-size:10px;line-height:1.4}.owner__info__block .position__label{font-size:12px;line-height:1.4}.owner__info__block .date__label{font-size:10px;line-height:1.4}.userlist__popup__box .popup__head h4.title{font-size:20px;line-height:1.4;margin-bottom:25px}.userlist__popup__box .short__note__wrapper{font-size:14px;line-height:1.7}.userlist__popup__box .popup__head{margin-bottom:20px}.popup__copylink__block .invite__link__block .copy__btn{position:inherit;margin-top:22px}.popup__copylink__block .info__text{font-size:12px;line-height:1.4}.form__group__field .popup__btn__group button{width:100%;font-size:16px;line-height:1.6;padding:10px 24px;min-width:auto}.popup__copylink__block .invite__link__block input{padding:10px}.invite__user__popup .popup__head h4.title{font-size:20px;line-height:1.4}.invite__user__popup .invite__input__block label{font-size:14px;line-height:1.75}.invite__user__popup .invite__input__block input{padding:10px 12px}.userlist__popup__box.change__role__popup .popup__btn__group button{padding:10px 24px;font-size:16px;line-height:1.5;width:100%;min-width:auto}.change__role__popup .invite__input__block .select__block .select__field{padding:15px 12px;font-size:14px;line-height:1.4}.select__organisations__popup .popup__head h4.title{font-size:20px;line-height:1.3}.section__title__block .sub__title__block .purple__edit__btn a{padding:12px;gap:10px;min-width:110px}.section__title__block .sub__title__block .purple__edit__btn .btn__icon{width:20px;height:20px}.section__title__block .sub__title__block .purple__edit__btn .btn__text{font-size:16px;line-height:1.4}.main__create__organization__wrapper{padding:30px 20px}.card__title__box .card__details h6{font-size:18px;line-height:1.4}.payment__confirmation__popup h4.title{font-size:20px}.subscription__pricing__box .learner__pricing__box{gap:15px}.learner__pricing__box .price__per__learner h3.price__title{font-size:32px;line-height:1.4}.makepayment__popup .popup__wrap{max-width:94%;width:100%;gap:15px}.makepayment__popup .card__form__wrapper .shortnote__wrap{font-size:12px}.phonetic__symbol__guide__popup .popup__head h4.title{font-size:20px;line-height:1.5}.phonetic__symbol__guide__popup .phonetic__symbol__guide__table{margin-top:20px}.play__audio__feature .play__control__options .play__audio__time .time,.play__control__options.no__audio__label .play__audio__wave span{font-size:20px;line-height:1.4}.play__audio__feature .play__control__options .play__btn{width:30px;height:30px}}@media only screen and (max-width:400px){.section__btn__block .purple__save__btn{padding:8px 25px;font-size:16px;line-height:1.3}.skills__preferences__input__wrapper .input__group__box{gap:10px;flex-direction:column}.option__box__wrapper .option__img{width:70px}.option__box__wrapper .option__text__box h4.title{font-size:20px;line-height:1.3}.option__box__wrapper .option__img{width:60px;height:auto}.option__box__wrapper .option__text__box .option__tag{font-size:14px;line-height:1.3}.choose__data__options .option__box__wrapper .option__inner__cover{padding:15px 20px}.faq__section__box__wrapper .faq__item__box .faq__description__wrapper{font-size:14px;line-height:1.6}.purchase__learner__btn a{min-width:auto;font-size:16px;line-height:1.4}.toolkit__msg .toolkit__wrapper{max-width:265px;width:265px;left:-120px}.payment__checkout__section .payment__section__box .sepline{margin:25px 0 38px}.product__item__info h6.product__name{margin-bottom:20px}.cart__item__list__box .cart__product__item{flex-wrap:wrap;gap:20px}.btn__group__box .contact__us_btn a,.btn__group__box .payment__solid__back__btn .btn__text{font-size:14px;line-height:1.3;min-height:28px}.learner__personal__detail__box h6.title{font-size:18px;line-height:1.3}.learner__bundle .checkbox{width:16px;height:16px}.learner__bundle .checkbox input:before{width:8px;height:8px}.specialoffer__learners__number .learner__purchase__table::-webkit-scrollbar-track{border-radius:100px;background:#f6f2fd}.specialoffer__learners__number .learner__purchase__table::-webkit-scrollbar{height:8px;border-radius:100px;background:#f6f2fd}.specialoffer__learners__number .learner__purchase__table::-webkit-scrollbar-thumb{border-radius:100px;background:#d2c7fe}.special__table__row__head .table__head__price,.special__table__row__head h4.table__head__title{font-size:14px;line-height:1.3}.learner__purchase__table table{width:100%}.specialoffer__learners__number .learner__purchase__table{overflow:auto}.learner__bundle__options .learner__bundle__discount{width:auto;font-size:12px}.bundle__price span,.learner__bundle__options .learner__count{font-size:14px;line-height:1.2}.special__offer__head .special__title__group h5.popup__title{font-size:20px;line-height:1.3}.signin__form__wrapper .form__input__field input{line-height:1.4;padding:10px}.popup__close__btn a{padding:0;width:30px;height:30px}.special__offer__popup .special__offer__head{padding-bottom:15px;gap:5px}.special__offer__head .special__title__group .popup__title__info{font-size:12px;line-height:1.5}.special__offer__popup .popup__wrap{gap:15px}.learner__personal__detail__box .form__group__field{gap:10px;flex-direction:column}.password__reset__popup .form__btn__group{gap:15px}.learners__data__box .section__title__box h4.title{font-size:16px;line-height:1.5}#editname__popup .popup__wrap{max-width:94%;padding:20px;gap:20px}.editname__popup .edit__header__wrapper h6.title{font-size:22px}.cancel__btn__box .btn__icon{width:20px;height:20px}.cancel__btn__box .btn__text{font-size:16px;line-height:1.3}.cancel__btn__box a{gap:8px}.editname__popup .edit__header__wrapper h6.title{font-size:20px;line-height:1.3}.field__group__box button.save__btn{font-size:16px;line-height:1.5}.change__name__form__wrapper .field__group__box{gap:15px}.record__audio__popup .transcription__box{flex-direction:column;gap:10px;align-items:self-start}.record__audio__popup .popup__head h4.title{font-size:22px;line-height:1.4}.text__block__wrapper h4.title{font-size:20px;line-height:1.3}.btn__block__wrapper .default__purple__btn a{padding:12px 22px;font-size:16px;line-height:1.7}.select__organisations__popup .purple__solid__btn a,.select__organisations__popup .purple__trans__btn a{min-width:auto;width:100%;font-size:16px;line-height:1.4}.select__organisations__popup .purple__solid__btn,.select__organisations__popup .purple__trans__btn{width:100%}.overview__widget__blocks .value__view__block{width:100%;gap:15px;padding:15px}.main__single__organization__wrapper .overview__section__wrapper{padding:20px;gap:20px}.overview__data__blocks__wrapper .overview__data__block{padding:15px;gap:15px}.main__single__organization__wrapper .billing__invoices__box__wrapper{padding:20px;gap:20px}.card__title__box .card__details h6{font-size:18px;line-height:1.4}}@media only screen and (max-width:384px){.main__programtargets__data__box .programtargets__data__table{padding:15px}.sc__analysis__tab__box .section__btn__block{display:flex;justify-content:center;text-align:center}.phonetic__symbol__guide__popup.updated__popup .keyboard__input__field input{padding:12px;height:50px}.phonetic__symbol__guide__table .phonetic__table__body{max-height:300px}.learner__pricing__box .price__per__learner h3.price__title{font-size:32px;line-height:1.4;width:100%;justify-content:center}.card__form__wrapper .card__input__field label{font-size:14px;line-height:1.5}.makepayment__popup .card__form__wrapper .card__input__group{flex-direction:column;gap:15px}.makepayment__popup .popup__head .title img{max-width:40px}.makepayment__popup .popup__wrap{max-width:94%;width:100%;padding:22px;gap:18px}.record__audio__popup .popup__btn__box .purple__solid__btn a,.record__audio__popup .popup__btn__box a{height:45px;font-size:14px;line-height:1.5}.save__btn__box__wrapper .back__trans__btn,.save__btn__box__wrapper .save__changes__btn{min-width:140px;font-size:14px;line-height:1.6;border-radius:5px}.help__desk__content__wrapper .submit__request__box__wrapper{padding:20px}.search__result__faq__box .faq__item__wrap{padding:16px}.help__faq__section__wrapper h5.section__title,.submit__request__box__wrapper h4.submit__title,.submit__request__form__wrapper h5.title,.wehelpyou__wrapper .wehelp__title__box h5.title{font-size:18px!important;line-height:1.4}.common__page__box{padding:20px 0!important}.overview__box__wrapper .section__title__box{gap:15px;flex-direction:column;align-items:self-start;margin-bottom:0}.mobile__header__menu__wrapper .mobile__cover__header{padding:20px}.field__box__wrapper .field__group__box{gap:15px;flex-direction:column}.profile__information__wrapper .field__box__wrapper{gap:12px}.phonenumber__country__wise .iti__selected-dial-code{font-size:14px;line-height:1.75}.google__text__wrapper .google__description__wrapper{width:calc(100% - 60px)}.google__connectivity__option .google__text__wrapper{gap:20px}.profile__detail__title__box h3.title{font-size:18px}.delete__popup__wrap .popup__wrap{gap:15px}.password__reset__popup .form__btn__group{gap:10px;margin-top:10px}.password__reset__popup h4.title{font-size:20px}.password__reset__popup .psw__field__group input{height:50px;padding:12px 65px 12px 12px}.password__reset__popup .form__btn__group button{padding:8px 20px;font-size:14px;line-height:1.6;border-radius:5px}.password__reset__popup .psw__field__group label,.psw__field__group.output__error .psw__error{font-size:14px;line-height:1.3}.update__email__address__popup .popup__head h4.title{font-size:18px}.sc__analysis__group__wrapper .sc__right__box__wrapper .sc__analysis__tab__box{gap:20px}.confirmation__popup.randomize__confirmation__popup .confirmation__text__box .description__wrapper{max-width:292px;margin:0 auto;font-size:12px;line-height:normal}.confirmation__text__box .popup__title{font-size:20px;line-height:1.3}.confirmation__popup.randomize__confirmation__popup .popup__head h4.title{font-size:18px;line-height:1.5}.learner__confirmation__popup .confirmation__text__wrapper .desc__shortnote{font-size:14px;line-height:1.6}.learner__confirmation__popup .confirmation__text__wrapper h4.title{font-size:22px;line-height:1.3;width:100%}.sep__card__form .card__number__field,.sep__card__form .card__number__field input{height:50px}.card__number__field .support__card__icon img{width:30px}.cart__product__item .product__item__info{width:75%}.add__learner__popup .popup__wrap{gap:15px;padding:20px;max-height:600px;overflow:auto}.form__input__field .gender__select__box,.learner__personal__detail__box .form__input__field input{padding:7px 15px;font-size:16px}.popup__btn__box .copy__link__btn .btn__text{font-size:18px;line-height:1.2}.group__information__popup .sc__analysis__data__box .inner__group__block{padding-right:10px}.group__information__popup .sc__analysis__data__box .group__popup__btn .purple__solid__btn{width:100%}.group__popup__btn .purple__solid__btn a{font-size:16px;line-height:1.4}.column__data__box__wrapper .column__data__row .column__item span{font-size:12px;line-height:1.3}.column__data__box__wrapper .column__data__row{gap:10px}.analysis__data__head .column__head__title h6.column__title{font-size:14px;line-height:1.5}.analysis__data__head .column__head__title .column__subtitle{font-size:12px;line-height:1.3}.analysis__data__box .analysis__data__head{gap:10px}.signin__form__wrapper .form__input__field input::-moz-placeholder{font-size:14px;line-height:1.2}.signin__form__wrapper .form__input__field input,.signin__form__wrapper .form__input__field input::placeholder{font-size:14px;line-height:1.2}.signin__title__box h4.title{font-size:22px;line-height:1.3}.signin__form__wrapper .form__input__field input{line-height:1.4;padding:10px}.continue__with__google .continue__google__text{margin-left:30px}.psw__field__group .input__block button.show__btn{font-size:14px;line-height:1.3}.main__billing__information__wrapper{padding:20px}.subscriptions__tabs__wrapper #learner-tabs-nav li a{font-size:16px;line-height:1.5}.create__organization__popup button.solid__purple__btn,.create__organization__popup button.trans__purple__btn{font-size:14px;line-height:1.4}.inner__content__block .purple__solid__btn a{padding:10px 15px;font-size:15px}.mobile__ownership__transfer__wrapper .btn__group__wrapper .purple__solid__btn a,.mobile__ownership__transfer__wrapper .btn__group__wrapper .purple__trans__btn a{min-width:auto;font-size:12px;line-height:1.4;padding:10px 20px}.change__your__photo__popup .file__upload__box__wrapper{height:200px;gap:45px}.overview__widget__blocks .value__view__block .purple__solid__btn a,.overview__widget__blocks .value__view__block .purple__trans__btn a{padding:10px 7px;font-size:12px;line-height:1.6}.overview__section__wrapper .title__block__wrapper .purple__trans__btn a{padding:10px 7px;font-size:12px;line-height:1.4}.title__block__wrapper .purple__trans__btn .btn__icon{width:20px;height:20px}.overview__section__wrapper .purple__trans__btn .btn__text{font-size:12px;line-height:1.4}.overview__data__block .data__text__wrapper label{font-size:14px;line-height:1.4}.text__block__wrap .value__text__wrap h6{font-size:14px;line-height:1.65}.text__block__wrap .value__text__wrap span{line-height:1.2;font-size:18px}.delete__popup__wrap .popup__btn__group,.record__audio__popup .popup__content__box,.record__audio__popup .popup__wrap{gap:15px}.record__audio__popup .popup__content__box .play__audio__box__wrapper{gap:10px}.record__audio__popup .popup__head h4.title{font-size:20px;line-height:1.4}.record__audio__popup .add__note__test__box .addnote__box label{font-size:18px;line-height:1.4}.learner__progress__widget .head__title__wrap,.learner__tag_grid__wrapper .section__title__box{flex-direction:column;gap:20px;align-items:self-start}.assetssment__data__text__box h6.title{font-size:18px;line-height:1.4}.group__information__popup .sc__analysis__data__box .group__popup__btn .purple__solid__btn a{font-size:14px;line-height:1.5}.play__audio__popup__wrapper .popup__wrapper{max-width:92%;padding:20px;gap:20px}.profile__widget__box .user__personal__info{gap:10px;flex-direction:column}.profile__widget__box{gap:20px}.audio__video__widget__box{padding:20px}.audio__video__widget__box h4.title{font-size:18px;line-height:1.4}.voicebank__header__wrapper .heading__title__group h3.title{font-size:16px;line-height:1.4}.voicebank__header__wrapper .mobile__title__select__box .select{font-size:14px;background-size:20px 20px;padding-left:0}.mobile__voicebank__wrapper .voicebank__header__wrapper{gap:15px}}@media only screen and (max-width:375px){.inner__note__cover__box .section__title__box{flex-direction:column;align-items:self-start}.choose__data__body{padding:0 15px}.mobile__ownership__transfer__wrapper .title__block__wrap h3.title{font-size:18px;line-height:1.4}.record__audio__popup .add__note__test__box{padding:15px;gap:10px}.no__learner__box .no__learner__content__box{gap:10px}.no__learner__content__box .no__learner__shortnote{font-size:12px;line-height:1.5}.no__learner__content__box h4.title{font-size:18px;line-height:1.5}.overview__box__wrapper .data__box__wrap .data__box{gap:15px}.latest__posts__wrapper .latest__post__list__wrapper{padding-right:15px}.latest__posts__item .post__img__box,.latest__posts__item .post__img__box img{width:60px;height:60px}.latest__post__list__wrapper .latest__posts__item a{gap:10px}.payment__box__wrapper .default__blue__btn a{padding:10px 24px;font-size:16px;line-height:1.4;min-width:auto;border-radius:6px}.card__title__box .card__title{font-size:16px;line-height:1.3}.payment__box__wrapper .payment__options__wrapper{margin:20px 0}.subscription__pricing__box,.subscription__pricing__box .learner__pricing__box,.subscription__section .pricing__box__wrapper .pricing__inner__cover{gap:10px}.faq__section__box__wrapper .faq__title__box h4.faq__title{font-size:18px;line-height:1.3}.form__title__box .short__msg{font-size:14px;line-height:1.5}.login__title h1.title{font-size:24px;line-height:1.3}.form__options__box .forgot__psw a,.form__options__box .remember__me label{font-size:15px;line-height:1.2}.login__form__wrapper .form__title__box h3.title{font-size:22px;line-height:1.3}.form__field__box__wrapper .login__btn,.form__field__box__wrapper .register__btn{font-size:16px;line-height:1.3}.login__wrapper .login__img__wrap{height:390px}.save__btn__box__wrapper .back__trans__btn,.save__btn__box__wrapper .save__changes__btn{min-width:100%;font-size:14px;line-height:1.5;border-radius:5px;height:45px}.profile__details__box__wrapper .save__btn__box__wrapper{gap:15px;flex-direction:column-reverse}.field__box__wrapper .field__group__box.group__with__btn button{font-size:14px;line-height:1.4}.table__row__item .pending__learner__user .learner__user__info h6.user__name{font-size:14px;line-height:1.3}.mobile__pending__learner__setup.for__mobile h4.title{font-size:18px;line-height:1.3}.mobile__main_learner__list__wrapper.for__mobile .mobile__learner__list__box{gap:15px}.learner__user__progress__bar .learner__progress .default__progressbar{height:5px}.mob__learner__userinfo .learner__name__gender .name{max-width:100px}.subscription__list__item__block .active__learner__info{gap:10px}.active__learner__personal__info .name__and__duration h6.name__title,.active__learner__personal__info .price__label{font-size:16px;line-height:1.3}.active__learner__date__box .date__box{flex:1}.mob__learner__userinfo .learner__options__btn{width:35px;height:35px}.profile__edit__info a{padding:8px 15px;gap:8px}.email__address__box span.email__text strong{font-size:16px;line-height:1.5}.reset__link__box,.reset__link__box a{font-size:14px;line-height:1.5}.user__profile__detail__box .profile__avatar__box,.user__profile__detail__box .profile__avatar__box img{width:100px;height:100px}.makepayment__popup .popup__btn__box .copy__link__btn a{padding:12px 20px;font-size:16px;line-height:1.5}.invoice__total__box .number__of__learner .text{font-size:12px;line-height:1.6}.invoice__total__box .number__of__learner.subtotal span.number{font-size:18px}.total__charges .number{font-size:22px}.total__charges .text{font-size:14px;line-height:1.5}.addnew__card__btn__box .add_card__btn a{padding:15px 12px;gap:10px}.addnew__card__btn__box .add_card__btn .btn__text{font-size:16px;line-height:1.5}.payment__box__wrapper .btn__box__wrapper{margin:20px 0 0}.main__create__organization__wrapper{padding:30px 20px}.mobile__billing__invoices__box__wrapper .invoice__title{font-size:18px}.congratulation__popup.edit__popup .popup__content__box h6.title{font-size:24px}.congratulation__popup .popup__head h4.title{font-size:20px;line-height:1.4}.mobile__share__learners__wrapper .button__group__block{gap:10px}.mobile__share__learners__wrapper .purple__solid__btn a,.mobile__share__learners__wrapper .purple__trans__btn a{min-width:auto}.mobile__share__learners__wrapper .purple__solid__btn,.mobile__share__learners__wrapper .purple__trans__btn{width:100%}.select__organisations__popup .popup__head h4.title{font-size:16px;line-height:1.3}.overview__widget__blocks .value__view__block .purple__solid__btn a,.overview__widget__blocks .value__view__block .purple__trans__btn a{padding:10px 7px;font-size:11px;line-height:1.6}.overview__data__block .data__text__wrapper h6.value,.overview__data__blocks__wrapper .overview__data__block.card__block h6.value{font-size:16px;line-height:1.4}.delete__popup__wrap h5.title{font-size:22px}.main__cardsgroup__box .saved__card__box{padding:15px}.card__details .card__expiry{font-size:14px;line-height:1.4}.saved__card__box .card__title__box .card__logo{max-width:30px}.card__title__box .card__details h6{font-size:15px;line-height:1.3}.saved__card__box .card__options__box{gap:10px}.mobile__learners__assessment__widget .mobile__learners__assessment__title,.saved__card__box .card__options__box{flex-direction:column;align-items:self-start}.learner__bundle .learner__bundle__options{margin:0 0 0 10px}.learner__purchase__table .bundle__price{padding:5px}.bundle__price span,.learner__bundle__options .learner__count{font-size:12px;line-height:1.2}.solid__choose__btn .purple__solid__btn a{min-width:120px;padding:10px;font-size:16px;line-height:1.4}.special__offer__popup .popup__wrap{max-width:92%}.learner__bundle .checkbox{width:14px;height:14px;top:-5px}.saved__card__box .card__title__box .card__checkbox{width:22px;height:22px}.card__title__box .card__checkbox input[type=checkbox]{width:100%;height:100%}.card__title__box .card__checkbox input[type=checkbox]:checked:before{width:12px;height:12px}.total__charges .number{font-size:20px;line-height:1.4}.billing__invoices__box__wrapper .table__title__block .renewal__total{font-size:16px;line-height:1.4}.assesment__transcribe__wrapper .transcribe__head__wrap h4.title{font-size:20px;line-height:1.5}}@media only screen and (max-width:360px){.print__btn.disable__btn a{padding:10px 15px}.mobile__page__tabs__links ul li a{font-size:10px;line-height:1.4}.mobile__page__tabs__links ul li a:before{height:1.6px}.mobile__header__menu__wrapper .logo__wrap{max-width:130px}.no__learners__field .charges__tags{gap:5px}.no__learners__field .charges__tags .error__icon{width:18px;height:18px}.no__learners__field .charges__tags .charges__text{font-size:12px;line-height:1.3}.faq__section__box__wrapper .faq__item__box{padding:25px}.learner__pricing__box .price__per__learner h3.price__title{gap:10px}.no__learners__field label{font-size:14px;line-height:1.3;display:block;width:100%}.special__offers__btn a{font-size:12px}.payment__options__wrapper .card__details__wrapper{border-radius:8px}.payment__options__wrapper .card__details__wrapper a{padding:15px}.card__title__box .card__title{font-size:14px;line-height:1.3}.form__options__box .terms__condition{font-size:15px;line-height:1.3}.sc__analysis__head__box .title__box .head__title__group p{font-size:12px;line-height:1.3}.main__subscription__wrapper .title__block__wrapper h5.title,.mob__learner__details__block .title__block h5.title,.mobile__learner__list__box .learner__title__box__wrap h4.title,.mobile__main__invoice__wrapper h4.title,.mobile__payment__history__wrapper h4.title,.mobile__pending__learner__setup.for__mobile h4.title{font-size:18px;line-height:1.5}.mobile__button__wrapper .purple__purchase__learner__btn a{height:46px;line-height:1.5;font-size:16px}.menu__options__popup .menu__purple__btn a{padding:8px 20px;gap:5px}.menu__options__popup .menu__purple__btn .btn__text{font-size:14px;line-height:1.3}.options__btn__cover .menu__options__popup{width:150px}.mob__learner__userinfo .learner__options__btn{width:35px;height:35px}.learner__user__progress__bar .learner__progress .default__progressbar{height:5px}.active__learner__personal__info .name__and__duration h6.name__title,.purple__cancel__subscription__btn .btn__text{font-size:14px;line-height:1.4}.active__learner__personal__info .price__label{font-size:14px}.subscription__list__item__block .active__learner__info{gap:12px}.learner__personal__info .mob__learn__more a{padding:6px}.invoice__text__link__wrap h6{font-size:12px;line-height:1.75}.user__name__p_status h4.invoice__name{font-size:14px;line-height:1.4}.pay__date__wrapper .invoice__amount{font-size:12px;line-height:1.25}.payment__history__btn__box .purple__download__btn a{padding:10px 22px;font-size:16px;line-height:1.5;border-radius:5px;height:45px}.account__setting__psw__box label,.email__address__box label.email__title{font-size:18px;line-height:1.5}.record__audio__popup .popup__btn__box{gap:10px}.record__audio__popup .popup__content__box,.record__audio__popup .popup__wrap{gap:15px}.billing__data__box.billing__card__box .payment__card__list__box .payment__card__item,.billing__feature__card__box .billing__data__box{flex-direction:column;align-items:self-start}.create__organization__wrapper .title__block h2.title{font-size:22px;line-height:1.4}.create__organization__popup .popup__wrap{gap:15px}.mobile__organization__list__wrapper h3.title{font-size:18px;line-height:1.4}.mobile__organization__list__wrapper{gap:20px}.organization__item__block .organization__info__block .avatar__block,.organization__item__block .organization__info__block .avatar__block img{width:45px;height:45px}.organization__name__block .company__label{font-size:12px;line-height:1.4}.organization__info__block .organization__name__block label{font-size:10px;line-height:1.4}.main__single__organization__wrapper{padding:30px 20px}.filter__select__box select{font-size:18px;line-height:1}.bottom__part__block .mobile__btn__block a{padding:8px 12px;gap:8px}.bottom__part__block .title__label__block h6{font-size:12px;line-height:1.5}.bottom__part__block .title__label__block span{font-size:8px;line-height:1.25}.bottom__part__block .mobile__btn__block .btn__icon{width:18px;height:18px}.bottom__part__block .mobile__btn__block .btn__text{font-size:12px;line-height:1.25}.no__learner__assessment__block h4.title{font-size:18px}.no__learner__assessment__block .inner__content__block{padding:10px}.mobile__user__list__item__block .user__info__block .user__profile__box,.mobile__user__list__item__block .user__info__block .user__profile__box img{width:40px;height:40px}.mobile__user__list__table__wrapper .mobile__user__list__item__block .user__info__block{gap:5px}.user__name__info h6.user__name{font-size:12px;line-height:1.4}.user__name__info .user__email{font-size:10px;line-height:1.4}.congratulation__popup.edit__popup .popup__content__box{gap:15px}.congratulation__popup.edit__popup .popup__content__box h6.title{font-size:20px}.main__single__organization__wrapper .overview__section__wrapper{padding:20px;gap:20px}.delete__popup__wrap .modalConfirmBtn,.delete__popup__wrap .purple__trans__btn a,.delete__popup__wrap .red__solid__btn a,.delete__popup__wrap .red__solid__btn button{padding:10px;font-size:14px;line-height:1.3}.phonetic__symbol__guide__popup .popup__head h4.title,.total__charges .number{font-size:18px;line-height:1.4}.phonetic__keyboard__box .keyboard__notes__box.note_tab_content.tab_content_common textarea{height:150px;padding:12px;font-size:16px;line-height:1.4}.profile__widget__box h5.title{font-size:20px;line-height:1.5}}@media only screen and (max-width:340px){.faq__section__box__wrapper .faq__item__box .faq__head__box h6.faq__title{font-size:15px;line-height:1.3}.faq__section__box__wrapper .faq__item__box{padding:20px}.card__details__wrapper .icon__box{line-height:0px;max-width:32px}.form__options__box .remember__me input{height:20px;width:20px}.form__options__box .remember__me,.form__options__box .terms__condition{gap:5px}.form__options__box .forgot__psw a,.form__options__box .remember__me label{font-size:13px;line-height:1.2}.edit__audio__btn a{padding:6px 10px;gap:6px;min-width:120px}.mobile__header__menu .mobile__menu__sidebar__box.activate__mobile__slideout{left:10px}.mobile__header__menu .mobile__menu__sidebar__box{width:300px}.mobile__header__menu .tab__btn__group .purple__solid__btn a{padding:10px;gap:5px;justify-content:space-between}.mobile__profile__menu .profile__menu__popup{top:50px;width:280px}.create__organization__popup .popup__head h4.title{font-size:18px;line-height:1.4}.create__organization__popup .field__block__wrap input{padding:10px 12px;font-size:16px;line-height:1.6}.upper__part__box .learner__name{font-size:14px}.mobile__pending__learner__setup .mobile__button__wrapper .purple__solid__btn a,.mobile__pending__learner__setup .mobile__button__wrapper .purple__trans__btn a{font-size:12px;width:100%;min-width:auto;padding:10px 8px}.change__your__photo__popup .upload__file__text__wrapper{font-size:12px}.main__single__organization__wrapper .overview__section__wrapper{padding:15px;gap:15px}.main__single__organization__wrapper{padding:25px 15px}.overview__widget__blocks .value__view__block .purple__solid__btn a,.overview__widget__blocks .value__view__block .purple__trans__btn a{padding:10px 7px;font-size:10px;line-height:1.5}.payment__confirmation__popup h4.title{font-size:18px}.payment__confirmation__popup .btn__box__wrapper{width:100%}.payment__confirmation__popup .btn__box__wrapper .buy__learner__btn{display:block}.payment__confirmation__popup .btn__box__wrapper .buy__learner__btn a{font-size:16px;padding:10px}.invoice__total__box .number__of__learner .number{font-size:14px!important;line-height:1.3}.card__title__box .card__details h6{font-size:14px;line-height:1.4}.learner__pricing__box .price__per__learner{width:100%;display:flex;align-items:center;justify-content:center}.total__charges .number{font-size:16px;line-height:1.4}.transcribe__popup__wrap.assesment__transcribe__wrapper .popup__btn__box{max-width:400px;gap:10px}.transcribe__popup__wrap.assesment__transcribe__wrapper .popup__btn__box a{padding:12px;font-size:14px;line-height:1.4;height:auto}}@media only screen and (max-width:320px){.pending__learner__table__details .table__head__box table th{font-size:10px;line-height:1.5}.profile__detail__title__box h3.title{font-size:16px;line-height:1.5}.record__audio__popup .popup__btn__box .purple__solid__btn a,.record__audio__popup .popup__btn__box a{height:42px;font-size:12px;line-height:1.5;padding:0}.record__audio__popup .popup__head h4.title{font-size:20px;line-height:1.4}}@media only screen and (max-width:300px){.profile__logout__box .purple__solid__btn{min-width:100%}.profile__user__info__box .purple__trans__btn a{padding:10px 15px;min-width:180px}.profile__user__info__box .purple__trans__btn .btn__text{font-size:14px}.product__item__info h6.product__name{margin-bottom:12px}.cart__product__item .product__item__info{width:75%}.signin__title__box h4.title{font-size:20px;line-height:1.3}.signin__flow__individual__wrap .signin__title__box .short__note{font-size:12px;line-height:1.7}.continue__with__google .continue__google__text{margin-left:20px;font-size:14px;line-height:1.2}.signin__form__wrapper .form__sign__btn .sign__in__btn{padding:12px 0;font-size:14px;line-height:1.2}}@media (max-width:1124px){.header .rlms-tooltip-wrapper{display:none}body.open .header .header-nav{transform:translateX(0);transition:transform .3s ease,left .3s ease}.header .header-nav{position:absolute;background:#fff;top:var(--header-height);height:100dvh;right:0;left:0;transform:translateX(-100%);transition:transform .3s ease,left .3s ease}.header-nav>ul{flex-direction:column;padding:30px 0}.header-hamburger,.header-nav-mob-link{display:block}}@media (min-width:1024px){.sidebar-wrapper{border-radius:10px}.rlms-table-inner::-webkit-scrollbar{height:7px}.rlms-table-inner::-webkit-scrollbar-thumb{background:var(--rlms-extra-color-base);border-radius:10px}.rlms-table-inner::-webkit-scrollbar-track{background:var(--rlms-extra-color-lighter)}.all-content-inner{border-radius:10px}.all-content{width:calc(100% - var(--rlms-sidebar-size));padding:20px 20px 20px 0}.pages-topbar{display:none}}@media (max-width:1024px){.main__assessment__box__wrapper .assessment__sidebar__box{position:fixed;top:0;left:-340px;width:320px;height:100%;background:#fff;z-index:1000;transition:left .3s ease;box-shadow:2px 0 8px rgba(0,0,0,.15);overflow-y:auto;border-radius:initial}.main__assessment__box__wrapper .assessment__sidebar__box.sidebar-open{left:0}.main__assessment__box__wrapper .sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:900}.main__assessment__box__wrapper .mobile-menu-btn{display:flex;flex-direction:column;justify-content:space-around;width:30px;height:25px;background:transparent;border:none;cursor:pointer;z-index:1100;margin:10px}.main__assessment__box__wrapper .mobile-menu-btn .bar{height:3px;width:100%;background-color:#333;border-radius:2px}}@media (min-width:1025px){.main__assessment__box__wrapper .mobile-menu-btn{display:none}}@media (max-width:767px){.work__packet__starter .assessment__list__box__wrapper{right:0;left:0;width:100%}.work__packet__starter:before{display:none}.work__packet__starter{flex-direction:column;gap:10px;min-height:calc(100vh + 92px);justify-content:inherit;height:100%;padding-block:20px}.work__packet__starter .assessment__list__box__wrapper{position:inherit;transform:inherit;top:0;max-width:350px}.work__packet__starter .assessment__list__box__wrapper ul{padding:0}.feature__info__btn .info__options__box{top:30px;left:-65px;z-index:4}.video__popup__box .popup__close__btn,.video__popup__box .video__popup__block .close__btn{right:20px;top:10px}.video__popup__box .popup__content__box{max-height:100dvh}.feature__info__btn .info__options__box:before{left:72px;top:-12px;width:10px;height:15px;transform:rotate(90deg)}}@media (max-width:400px){.transcription-setting{justify-content:center}}@media only screen and (max-width:1440px){.header__wrapper{padding:8px}.hero__section__wrapper{min-height:auto;padding:100px 20px}.hero__section__wrapper .tagline .sub__title,.hero__section__wrapper h1.title{font-size:70px}.hero__section__wrapper h1.title:before{bottom:5px;width:800px}.our__companies__wrapper{padding:50px 0}.hero__section__wrapper .hero__btn__group{margin-top:50px}.author__section__wrapper .group__box{gap:90px}.author__description__wrapper .short__description__wrapper{font-size:16px;line-height:1.5;margin-bottom:40px}.author__description__wrapper h6.short__title{font-size:20px;margin-bottom:25px}.about__us__wrapper,.features__section__wrapper{padding:60px 20px}.features__section__wrapper .features__cover__wrapper{padding:50px;gap:40px}.features__list__box .feature__card__item .feature__icon{padding:20px;border-radius:10px}.features__section__wrapper .features__list__box{gap:25px}.features__section__wrapper .features__list__box .feature__card__item{gap:20px}.achievements__section__wrapper,.dmtd__section__wrapper,.download__app__section,.faq__section__wrapper,.testimonial__section__wrapper,.video__section__wrapper{padding:60px 20px}.download__app__section .group__box{gap:80px}.download__app__section .app__description__wrapper .short__description{margin-bottom:40px}.section__title__box h3.title{font-size:50px}.download__app__section .app__description__wrapper h3.title{font-size:50px;line-height:1.3}.achievements__section__wrapper .achievements__list__box .achievements__item{gap:20px;padding:20px;border-radius:10px}.achievements__item .text__wrap h4.title{font-size:45px;line-height:1.2}.text__wrap .info{font-size:16px;line-height:1.2}.achievements__item .icon__box{border-radius:15px;width:60px;height:60px}.achievements__section__wrapper h3.title{font-size:50px;margin-bottom:40px}.dmtd__section__wrapper .dmtd__cover__wrapper{padding:50px;gap:40px}.testimonial__section__wrapper h2.title{margin-bottom:40px;font-size:52px;line-height:1.3}.title__box__wrapper .title__wrap h3.title{font-size:52px;line-height:1;margin:0}.getintouch__box{padding:30px 40px}.getintouch__box .title__box__wrapper h4.title{font-size:50px;line-height:1.2}.powered__by__dmtd__section .group__box__wrapper{gap:50px}}@media only screen and (max-width:1400px){.footer__box__wrapper .footer__cover__box .footer__links__wrapper{width:700px}.author__description__wrapper h3.title{line-height:1.3;font-size:50px}.author__section__wrapper .group__box{gap:50px;justify-content:center}.author__section__wrapper .author__img__wrapper{max-width:440px}}@media only screen and (max-width:1280px){.author__section__wrapper .author__description__wrapper{max-width:640px}.testimonial__section__wrapper .testimonail__cover{gap:20px;padding:30px}.client__review__box .sepline{margin:20px 0}.testimonial__section__wrapper .testimonail__cover .client__img__wrapper,.testimonial__section__wrapper .testimonail__cover .client__review__box{width:100%}.client__review__box h6.review{font-size:18px;line-height:1.3}.faq__section__wrapper h3.title{font-size:50px;margin-bottom:50px}.getintouch__box .title__box__wrapper h4.title{font-size:50px;line-height:1.2}.footer__wrapper{padding:50px 20px}.footer__wrapper .group__section{gap:50px}}@media only screen and (max-width:1200px){.features__section__wrapper .features__list__box{gap:20px}.powered__by__dmtd__section .content__box__wrapper h3.title{font-size:55px}.powered__by__dmtd__section .powered__by__companies__Box .company__box__wrapper{padding:0 50px;height:150px}.download__app__section .app__img__wrapper{width:100%}.download__app__section .app__description__wrapper{max-width:560px}.download__app__section .group__box{gap:50px}.features__list__box .feature__card__item .feature__icon{padding:15px;border-radius:10px}.feature__description__wrapper h5.title{font-size:26px;line-height:1.3}.feature__description__wrapper .feature__shortnote{font-size:14px;line-height:1.5}.footer__links__wrapper .footer__links .footer__link__list{margin-top:20px}}@media only screen and (max-width:1280px){.download__app__section .app__description__wrapper,.download__app__section .app__img__wrapper{width:100%}.hero__section__wrapper .tagline .sub__title,.hero__section__wrapper h1.title{font-size:60px;line-height:1.4}.about__us__wrapper .about__description__wrapper,.about__us__wrapper .img__wrapper{width:100%}.features__section__wrapper h2.title{line-height:1.2;font-size:60px}.download__app__section .group__box{gap:40px}}@media only screen and (max-width:1024px){.features__section__wrapper .features__list__box{gap:17px}.header__wrapper .group__box{gap:30px}.header__menu__box .navbar ul li a{font-size:14px;line-height:1.2}.feature__description__wrapper h5.title{font-size:24px;line-height:1.3}.about__description__wrapper .about__desc{margin-bottom:30px}.about__us__wrapper .about__description__wrapper h3.title{font-size:50px;line-height:1.3}.author__section__wrapper .author__description__wrapper,.author__section__wrapper .author__img__wrapper{width:100%}.our__companies__wrapper .company__logos__wrap .logo__box{width:33%;text-align:center}.our__companies__wrapper .company__logos__wrap{flex-wrap:wrap;justify-content:start;gap:20px 0}.achievements__section__wrapper h3.title{font-size:40px;margin-bottom:30px}.achievements__item .text__wrap h4.title{font-size:30px;line-height:1.2}.dmtd__section__wrapper .dmtd__cover__wrapper .title__box__wrapper{flex-direction:column}.dmtd__section__wrapper .title__box__wrapper .short__description,.dmtd__section__wrapper .title__box__wrapper .title__wrap{width:100%}.powered__by__dmtd__section .content__box__wrapper h3.title{font-size:50px;line-height:1.3}}@media only screen and (max-width:980px){.header__wrapper .mobile__cover .header__btn__box{display:none}.header__wrapper .header__btn__box.header__btn__box_sm{width:100%;display:flex}.powered__by__dmtd__section .powered__by__companies__Box{max-width:500px;margin:0 auto}.powered__by__dmtd__section .content__box__wrapper{max-width:100%}.powered__by__dmtd__section .group__box__wrapper{flex-direction:column;align-items:self-start}.mobile__menu{display:block!important}.features__section__wrapper .features__list__box .feature__card__item{padding:20px;border-radius:10px}.achievements__section__wrapper .achievements__list__box .achievements__item{max-width:48%}.achievements__section__wrapper .achievements__list__box{flex-wrap:wrap}.footer__box__wrapper .footer__cover__box .follow__us__on,.footer__box__wrapper .footer__cover__box .footer__links__wrapper{width:100%}.footer__box__wrapper .footer__cover__box{flex-direction:column;gap:25px}.hero__section__wrapper .tagline .sub__title,.hero__section__wrapper h1.title{font-size:50px;line-height:1.4}.header__wrapper .group__box{justify-content:space-between}.header__wrapper .header__menu__box,.rlms-profile-image-border-box>.rlms-profile-name{display:none}.header__wrapper .header__menu__box nav.navbar ul{flex-direction:column;margin-top:50px}body.menu-open .header__wrapper .header__menu__box{display:block;position:absolute;top:66px;background:#fff;width:100%;left:0;height:100dvh;z-index:3}}@media only screen and (max-width:900px){.features__section__wrapper .features__list__box{gap:15px;grid-template-columns:49% 49%}.features__section__wrapper h2.title{line-height:1.2;font-size:42px}.about__description__wrapper .about__desc{margin-bottom:70px}.faq__section__wrapper .faq__item__box{border-radius:20px}.download__app__section .app__img__wrapper{order:1}.download__app__section .app__description__wrapper{order:2}.download__app__section .group__box{flex-direction:column}.download__app__section .app__description__wrapper,.download__app__section .app__img__wrapper{max-width:100%}.about__us__wrapper .group__box{flex-direction:column;gap:30px}}@media only screen and (max-width:854px){.hero__section__wrapper .arrow__img{height:65px;width:150px;right:-170px}.hero__section__wrapper .tagline .img__wrap,.hero__section__wrapper .tagline .img__wrap img{line-height:0px;width:140px;height:75px}.hero__section__wrapper h1.title:before{bottom:1px;width:70%;height:8px;background-size:cover}.hero__section__wrapper .tagline .sub__title,.hero__section__wrapper h1.title{font-size:42px;line-height:1.4}}@media only screen and (max-width:800px){.about__us__wrapper .img__wrapper,.author__section__wrapper .author__img__wrapper{max-width:450px}.author__section__wrapper .author__img__wrapper{order:1;text-align:center}.author__section__wrapper .author__description__wrapper{order:2;max-width:100%}.author__section__wrapper .group__box{flex-direction:column}.btn__group__wrapper{justify-content:center}.download__app__section .app__description__wrapper,.download__app__section .app__img__wrapper{text-align:center}.video__section__wrapper .section__title__box{margin-bottom:40px;flex-direction:column;text-align:center}.video__box__wrapper .videoplay__btn{width:80px;height:80px}.faq__item__box .faq-answer{font-size:16px;line-height:1.4}.faq__section__wrapper .faq__item__box{border-radius:20px;padding:20px}.getintouch__box .title__box__wrapper .short__note{font-size:16px;line-height:1.3}.getintouch__box .title__box__wrapper h4.title{font-size:40px;line-height:1.2}.faq__item__box .faq-item .faq-question{font-size:20px;line-height:1.2}}@media only screen and (max-width:768px){.rlms-profile-image-border-box{padding:0;border-radius:0;border:none}.achievements__section__wrapper .achievements__list__box .achievements__item{max-width:44%}.dmtd__section__wrapper .dmtd__cover__wrapper{padding:30px;gap:30px}.powered__by__dmtd__section{padding:80px 20px}}@media only screen and (max-width:680px){.features__section__wrapper .features__list__box{justify-content:center}.features__section__wrapper .features__cover__wrapper{padding:30px;gap:25px}.our__companies__wrapper .company__logos__wrap .logo__box{width:31%}.our__companies__wrapper .company__logos__wrap{gap:15px}.hero__section__wrapper .arrow__img{height:auto;width:120px;right:-130px}.hero__section__wrapper .hero__btn__group{margin-top:30px;gap:20px}.hero__btn__group .sign__up__btn a{padding:16px 22px;font-size:18px;line-height:1.3;min-width:auto}.hero__section__wrapper .tagline .sub__title,.hero__section__wrapper h1.title{font-size:26px;line-height:1.4}}@media only screen and (max-width:640px){.powered__by__dmtd__section .content__box__wrapper .short__description{margin-bottom:50px}.powered__by__dmtd__section .content__box__wrapper .pb__label{font-size:32px;line-height:1.4}.powered__by__dmtd__section .content__box__wrapper h3.title{font-size:40px;line-height:1.3}.getintouch__box .title__box__wrapper{text-align:center}.feature__description__wrapper h5.title{font-size:20px;line-height:1.3}.hero__section__wrapper .tagline .sub__title{text-align:left}.author__description__wrapper h6.short__title{font-size:16px;margin-bottom:20px;line-height:1.3}.author__section__wrapper .author__description__wrapper{text-align:center}.author__description__wrapper h3.title{font-size:40px;line-height:1.4}.features__section__wrapper h2.title{line-height:1.2;font-size:34px;text-align:center}.title__box__wrapper .title__wrap h3.title{font-size:46px;line-height:1}.our__sub__compaines__box{gap:20px}.our__sub__compaines__box .company__box{height:100px;padding:20px}.testimonial__section__wrapper h2.title{margin-bottom:40px;font-size:42px;line-height:1.3}.testimonial__section__wrapper .swiper-container{padding-bottom:100px}.footer__links .footer__link__list ul li a{font-size:16px;line-height:1.2}.faq__section__wrapper h3.title{font-size:42px;margin-bottom:40px}.getintouch__box .getintouch__btn a{padding:12px 20px}.getintouch__box{flex-direction:column}}@media only screen and (max-width:600px){.header__wrapper .logo__box{width:auto;max-width:140px}.header__wrapper .header__btn__box{width:auto}.header__btn__box .register__btn a{min-width:auto;padding:10px 20px;font-size:16px}.mobile__menu{margin-left:20px}.text__wrap .info{font-size:14px;line-height:1.2}.achievements__section__wrapper .achievements__list__box{gap:25px}.achievements__section__wrapper .achievements__list__box .achievements__item{max-width:46%}.download__app__section .app__description__wrapper h3.title{font-size:44px;line-height:1.4}.client__review__box .client__review{flex-direction:column-reverse;align-items:self-start}.hero__section__wrapper{padding:60px 0}.our__companies__wrapper .company__logos__wrap .logo__box{width:30%}.hero__section__wrapper .arrow__img{width:100px;right:-110px}.footer__box__wrapper .footer__cover__box .footer__links__wrapper{flex-direction:column;gap:20px}}@media only screen and (max-width:540px){.features__list__box .feature__card__item .feature__icon{padding:10px;border-radius:10px}.header__btn__box .signin__link a{font-size:16px}#nav-icon3{width:30px}.header__btn__box .signin__link{width:60px}.header__wrapper .group__box{gap:0}.features__section__wrapper .features__list__box .feature__card__item{max-width:100%;width:100%}.faq__section__wrapper h3.title{font-size:40px;margin-bottom:40px;line-height:1.3}.achievements__section__wrapper h3.title{font-size:34px;margin-bottom:30px;line-height:1.3}.dmtd__section__wrapper .start__journey__btn a{padding:15px 20px;min-width:auto;font-size:18px;line-height:1.3}.hero__section__wrapper .arrow__img{display:none}.title__box__wrapper .title__wrap h6.title{font-size:28px;line-height:1.2}.title__box__wrapper .title__wrap h3.title{font-size:38px;line-height:1.3}}@media only screen and (max-width:480px){.features__section__wrapper .features__list__box{gap:20px;grid-template-columns:100%}.powered__by__dmtd__section .content__box__wrapper .short__description{margin-bottom:50px;font-size:16px;line-height:1.6}.powered__by__dmtd__section .content__box__wrapper h3.title{font-size:30px;line-height:1.3}.powered__by__dmtd__section .content__box__wrapper .pb__label{font-size:24px;line-height:1.3}.header__wrapper .header__btn__box{gap:10px}.header__btn__box .register__btn a{min-width:auto;padding:8px 16px;font-size:14px}.features__section__wrapper h2.title{line-height:1.2;font-size:28px}.download__app__section .app__description__wrapper h3.title{font-size:40px;line-height:1.4}.app__store__btn .btn__text{font-size:16px;line-height:1.2}.app__store__btn a{gap:10px;padding:12px 18px;min-width:auto}.btn__group__wrapper{gap:20px}.about__us__wrapper .about__description__wrapper h3.title{font-size:36px;line-height:1.3}.author__description__wrapper h3.title{font-size:32px;line-height:1.4}.our__companies__wrapper .company__logos__wrap{justify-content:center}.our__companies__wrapper .company__logos__wrap .logo__box{width:calc(50% - 20px)}.faq__item__box .faq__icon{width:25px;height:25px}.faq__item__box .faq-item .faq-question{font-size:16px;line-height:1.2}.client__review__box .client__review{align-items:center}.testimonial__section__wrapper .testimonail__cover .client__review__box{text-align:center}.testimonial__section__wrapper .testimonail__cover{gap:20px;padding:30px;flex-direction:column;text-align:center}.our__sub__compaines__box{flex-wrap:wrap}.our__sub__compaines__box .company__box{height:auto;padding:30px}.title__box__wrapper .title__wrap h3.title{font-size:28px;line-height:1.3}.achievements__section__wrapper .achievements__list__box .achievements__item{max-width:100%;width:100%}}@media only screen and (max-width:425px){.powered__by__dmtd__section .content__box__wrapper .btn__tag__arrow{left:210px;width:90px;bottom:40px}.about__us__wrapper .about__description__wrapper .btn__tag__arrow{width:105px;height:60px;left:220px}.video__box__wrapper .videoplay__btn{width:50px;height:50px}.header__btn__box .signin__link a{font-size:16px;line-height:1.3}.hero__section__wrapper .tagline .sub__title{text-align:center}.hero__section__wrapper .tagline{flex-direction:column;gap:10px;margin-top:20px}.start__journey__btn a{padding:12px 20px;font-size:18px}.author__description__wrapper .short__description__wrapper{margin-bottom:30px}.hero__btn__group .watch__video__btn a{gap:5px}.hero__btn__group .sign__up__btn a{padding:12px 16px;font-size:14px;line-height:1.3;min-width:auto}.hero__section__wrapper .hero__short__note{font-size:14px;line-height:1.3}.hero__section__wrapper .tagline .img__wrap,.hero__section__wrapper .tagline .img__wrap img{line-height:0px;height:auto}.section__title__box h3.title{font-size:35px;line-height:1.3}.header__wrapper .group__box{gap:20px}.hero__btn__group .watch__video__btn .btn__text{font-size:14px;line-height:1.2}.hero__section__wrapper .tagline .sub__title{font-size:25px}}@media only screen and (max-width:384px){.powered__by__dmtd__section{padding:50px 20px}.powered__by__dmtd__section .content__box__wrapper .btn__tag__arrow{left:200px;width:80px;bottom:35px}.powered__by__dmtd__section .content__box__wrapper h3.title{font-size:24px;line-height:1.3}.mobile__menu{margin-left:10px}.title__box__wrapper .title__wrap h3.title{font-size:24px;line-height:1.3}.testimonial__section__wrapper h2.title{margin-bottom:30px;font-size:32px;line-height:1.3}.about__us__wrapper .about__description__wrapper .btn__tag__arrow{display:none}}@media only screen and (max-width:360px){.getintouch__box .title__box__wrapper h4.title{font-size:32px;line-height:1.2}.getintouch__box{padding:30px}.getintouch__box .getintouch__btn a{padding:12px 18px;min-width:auto;font-size:16px;line-height:1.3}}.main__loginpage__wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.main__loginpage__wrapper .billing__manager__login__wrapper{display:flex;flex-direction:column;align-items:center;gap:104px;max-width:410px;width:100%}.main__loginpage__wrapper .billing__manager__login__wrapper .eesa__logo__wrap{line-height:0px}.billing__manager__login__wrapper .billing__login__cover{display:flex;padding:0 20px;flex-direction:column;align-items:center;gap:50px;align-self:stretch;text-align:center}.billing__manager__login__wrapper .billing__login__cover .login__title__block{display:flex;flex-direction:column;align-items:center;gap:5px;align-self:stretch;width:100%}.billing__manager__login__form{width:100%}.billing__manager__login__form .login__group{display:flex;flex-direction:column;gap:8px}.billing__manager__login__form .login__group .login__form__field{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.billing__manager__login__form .login__form__field label{color:#565252;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75;display:block;width:100%;text-align:left}.billing__manager__login__form .form__input__field{display:flex;padding:16px 12px;align-items:center;gap:5px;align-self:stretch;border-radius:6px;border:.5px solid #72767c}.billing__manager__login__form .form__input__field .input__icon{line-height:0px;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.billing__manager__login__form .form__input__field input::-moz-placeholder{flex:1 0 0;color:#9ca3af;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;border:0}.billing__manager__login__form .form__input__field input::placeholder{flex:1 0 0;color:#9ca3af;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;border:0}.billing__manager__login__form .form__input__field input{flex:1 0 0;color:#9ca3af;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;border:0}.billing__manager__login__form .login__btn__block .loginbtn{width:100%;display:flex;padding:15px 20px;justify-content:center;align-items:center;gap:8px;border-radius:8px;background-color:#099bfc;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:10px;border:0;transition:all .3s ease;cursor:pointer}.billing__manager__login__form .login__btn__block .loginbtn:hover{background-color:#000}.billing__manager__login__form .login__title__block .sub__title__block{color:#311613;text-align:center;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65}.main__purchase__orders__list__wrapper{display:flex;width:100%;padding:40px;flex-direction:column;align-items:flex-start;gap:30px;background-color:#eaeef5}.main__purchase__orders__list__wrapper .purchase__orders__list__cover{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:25px;align-self:stretch;border-radius:20px;background-color:#fff}.purchase__orders__list__cover .section__title__block{width:100%}.purchase__orders__list__cover .section__title__block h4.title{color:#111610;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal}.purchase__orders__list__cover .purchase__filter__tab__block{width:100%;display:flex;align-items:center;gap:12px;align-self:stretch;justify-content:space-between}.purchase__filter__tab__block .filter__tablist__block ul{display:flex;align-items:center;gap:38px;list-style:none;margin:0;padding:0}.purchase__filter__tab__block .filter__tablist__block ul li.button{color:#8f959c;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;text-transform:capitalize;transition:all .3s ease;cursor:pointer}.purchase__filter__tab__block .filter__tablist__block ul li.button.active,.purchase__filter__tab__block .filter__tablist__block ul li.button:hover{color:#725cff;font-weight:600}.filter__searchbar__block .searchbar__inner__cover{display:flex;width:350px;align-items:center;gap:9px;border-radius:10px;background-color:#eaeef5}.filter__searchbar__block .search__icon{line-height:0px;flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.filter__searchbar__block .search__field__block{flex:1 0 0;padding-right:20px}.filter__searchbar__block .search__field__block input{width:100%;color:#8e8e8e;font-size:12px;font-style:normal;font-weight:400;line-height:2.5;border:0;font-family:Poppins;background-color:#ebeef5}.filter__searchbar__block .search__field__block input::-moz-placeholder{color:#8e8e8e;font-size:12px;font-style:normal;font-weight:400;font-family:Poppins;line-height:normal}.filter__searchbar__block .search__field__block input::placeholder{color:#8e8e8e;font-size:12px;font-style:normal;font-weight:400;font-family:Poppins;line-height:normal}.main__purchase__orders__list__wrapper .purchase__orders__entry__table{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch;border-radius:16px;border:1px solid #8f959c}.purchase__orders__entry__table .purchase__order__table__head{width:100%;display:flex;align-items:center;align-self:stretch}.purchase__orders__entry__table .purchase__order__table__head .order__head__item{width:100%;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.65}.purchase__orders__entry__table .purchase__order__list__wrapper{width:100%;display:flex;flex-direction:column;align-items:center;gap:30px;align-self:stretch}.purchase__orders__entry__table .purchase__order__list__wrapper .purchase__order__item{display:flex;padding:10px;align-items:center;width:100%}.purchase__order__list__wrapper .purchase__order__item .order__item{width:100%}.purchaser__profile .profile__block{display:block;width:45px;height:45px;border-radius:50%}.purchaser__profile .profile__block img{border-radius:50%;-o-object-fit:cover;object-fit:cover;width:45px;height:45px}.purchase__order__item .purchaser__profile .name__label{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.7;display:block}.purchase__order__item .purchaser__profile.order__item{display:flex;align-items:center;gap:12px}.purchase__order__item .purchase__date span,.purchase__order__item .purchase__email span,.purchase__order__item .purchase__invoice__number span,.purchase__order__item .purchase__quantity span,.purchase__order__item .purchase__total__amount span{display:block;color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.5}.purchase__orders__entry__table .sepline__divider{background-color:#8f959c;width:100%;height:1px}.purchase__po__stage label{display:inline-flex;padding:5px 10px;align-items:center;border-radius:6px;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.65}.purchase__po__stage .upload__label{background-color:#eee8ff;color:#725cff}.purchase__action .action__view__btn{display:inline-block;width:100%}.purchase__action .action__view__btn a{display:flex;padding:10px 24px;justify-content:center;align-items:center;border-radius:6px;background-color:#725cff;color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.65;width:100%}.purchase__po__stage .review__label{background-color:#e2f5ff;color:#41b9fe}.purchase__po__stage .invoice__shipping__label{background-color:#fffbeb;color:#ffb42b}.purchase__po__stage .invoice__payment__label{background-color:#fff5f1;color:#ff5664}.purchase__po__stage .completed__label{background-color:#f0fdf4;color:#4ae285}.main__invoice__flow__wrapper{display:flex;width:100%;padding:40px;flex-direction:column;align-items:flex-start;gap:30px;background-color:#eaeef5}.main__invoice__flow__wrapper .main__cover__invoice__flow{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch;background-color:#fff;border-radius:20px}.main__cover__invoice__flow .section__title{width:100%}.main__cover__invoice__flow .section__title h3.title{color:#111610;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal}#multi_step_flow #multistep_nav{display:flex;width:100%;align-items:center;gap:5px}#multi_step_flow #multistep_nav .progress_holder{width:100%;text-align:center;display:flex;padding:20px 25px;justify-content:center;align-items:flex-start;flex:1 0 0;border-radius:5px;border:1px solid #dee2e7;color:#8f959c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal;position:relative}#multi_step_flow #multistep_nav .progress_holder.activated_step:before{content:"";position:absolute;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYBAMAAAD9m0v1AAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMA7zCg35CvfyAQpLFNUwAAADVJREFUGNNjoCkwmYDEYV7YgMSzEkKRUiAsFaKALFUlhCQFYiLrshJDNpB5FbKBDIFAKZoBABp0CWoqB3KRAAAAAElFTkSuQmCC);width:25px;height:25px;right:25px;top:50%;transform:translateY(-50%)}#multi_step_flow #multistep_nav .activated_step{background-color:#725cff;color:#fff;justify-content:space-between}#multi_step_flow fieldset.step:not(:first-of-type){display:none}.main__invoice__flow__wrapper .main__cover__invoice__flow .multi_step_flow{width:100%;display:flex;flex-direction:column;gap:30px}.order__info__wrapper fieldset{width:100%;border:0}.order__info__wrapper .cover__block__wrapper{display:flex;padding:30px;flex-direction:column;align-items:center;gap:10px;border-radius:10px;background-color:#eaeef5}.solid__download__btn{display:inline-block}.solid__download__btn a{display:flex;padding:10px 24px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background-color:#725cff;color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:1.6;min-width:130px;transition:all .3s ease}.solid__download__btn a:hover{background-color:#111610;color:#fff}.pdf__downloader__block .pdf__download__item{gap:30px;display:flex;padding:28px;align-items:center;border-radius:10px;border:2px solid #dee2e7;background-color:#fff;width:100%}.cover__block__wrapper .block__group{width:100%;display:flex;justify-content:center;align-items:center;gap:10px;align-self:stretch}.pdf__download__item .pdf__file__details{display:flex;align-items:center;gap:10px;flex:1 0 0}.pdf__file__details .icon__box{display:flex;padding:15px;align-items:center;border-radius:50%;background-color:#f6f2fd;line-height:0px}.pdf__download__item .pdf__file__details .pdf__name{color:#3f444a;text-align:center;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.6}.cover__block__wrapper .block__group .order__info__block{display:flex;padding:30px;align-items:self-start;gap:5px;flex:1 0 0;border-radius:10px;background-color:#fff;flex-direction:column;align-self:stretch}.order__info__block .order__user__img,.order__info__block .order__user__img img{display:flex;width:55px;height:55px;justify-content:center;align-items:center;flex-shrink:0;border-radius:50%;-o-object-fit:cover;object-fit:cover}.cover__block__wrapper .block__group .order__info__block.order__profile__block{flex-direction:inherit;align-items:center;gap:20px}.order__info__block.order__profile__block .name__box{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:5px;flex:1}.name__box .name__text{color:#111610;font-family:Poppins;font-size:22px;font-style:normal;font-weight:500;line-height:normal}.order__info__block .label__text{color:#8f959c;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75}.order__info__block .value__text{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.order__info__wrapper .steps__btn__group{display:flex;align-items:center;justify-content:center;gap:30px;margin-top:30px}.steps__btn__group .trans__btn{border-radius:10px;border:2px solid #725cff;color:#725cff;line-height:1.5;text-transform:capitalize}.steps__btn__group .solid__btn,.steps__btn__group .trans__btn{display:flex;padding:12px 30px;justify-content:center;align-items:center;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;cursor:pointer}.steps__btn__group .solid__btn{border-radius:10px;background-color:#725cff;color:#fff;line-height:1.7}.upload__your__order__wrapper{border-radius:10px;border:2px dashed #41b9fe;background-color:#e8f2fc;display:flex;padding:150px 50px;flex-direction:column;align-items:center;gap:50px;align-self:stretch}.upload__your__order__wrapper .cover__block{display:flex;flex-direction:column;align-items:center;gap:30px;align-self:stretch}.upload__your__order__wrapper .upload__icon__block{line-height:0px;display:flex;padding:15px;align-items:center;gap:10px;border-radius:50px;background-color:#fff}.upload__your__order__wrapper .label{color:#3f444a;text-align:center;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.5;display:block;width:100%}.progress_holder.activated_step+.progress_holder{background-color:#eee8ff;color:#8f959c}.order__info__wrapper .deny__approve__btn__group{display:flex;align-items:center;justify-content:center;gap:30px;margin-top:30px}.deny__approve__btn__group .solid__btn{display:inline-block}.deny__approve__btn__group .solid__btn a{display:flex;padding:12px 15px;justify-content:center;align-items:center;border-radius:10px;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;min-width:116px}.solid__btn.deny__btn a{background-color:#ff5664}.solid__btn.approve__btn a{background-color:#725cff}.approved__successfully__popup .popup__wrap{display:flex;max-width:525px;padding:48px 30px;flex-direction:column;justify-content:space-between;align-items:center;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:16px;background-color:#fff}.approved__successfully__popup .popup__content__box{width:100%;display:flex;flex-direction:column;gap:24px}.approved__successfully__popup .popup__head__wrap{display:flex;align-items:center;gap:12px}.approved__successfully__popup .popup__head__wrap h4.title{color:#4ae285;text-align:center;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;flex:1}.approved__successfully__popup .sepline__divider{background-color:#8f959c;width:100%;height:1px}.approved__successfully__popup .short__desc__wrapper{color:#111610;text-align:center;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7}.deny__popup__wrapper .popup__wrap{display:flex;max-width:525px;padding:30px;flex-direction:column;align-items:self-start;gap:30px;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:16px;background-color:#fff}.deny__popup__wrapper .popup__content__box{width:100%;display:flex;flex-direction:column;gap:25px;align-items:center}.deny__popup__wrapper .popup__wrap .popup__head__wrap{display:flex;align-items:center;gap:12px;align-self:stretch}.deny__popup__wrapper .popup__wrap .popup__head__wrap h4.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;flex:1}.deny__popup__wrapper .sepline__divider{background-color:#8f959c;width:100%;height:1px}.deny__popup__wrapper .reason__text__block{width:100%;height:176px}.deny__popup__wrapper .reason__text__block .textarea{display:flex;height:100%;padding:15px 12px;align-items:flex-start;gap:5px;width:100%;border-radius:8px;border:1px solid #111610;color:#9093ab;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.4}.deny__popup__wrapper .solid__deny__btn{display:inline-block}.deny__popup__wrapper .solid__deny__btn a{display:flex;padding:12px 32px;justify-content:center;align-items:center;border-radius:10px;background-color:#ff5664;color:#fff;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;min-width:116px;transition:all .3s ease}.cover__block__wrapper .block__group .order__info__block.cancelled__label{background-color:#fff5f1}.order__info__block.cancelled__label .value__text{color:#ff5664}.order__info__wrapper .invoice__shipping__wrapper{display:flex;padding:40px;flex-direction:column;align-items:self-start;gap:50px;width:100%;border-radius:10px;background-color:#f6f2fd}.order__info__wrapper .invoice__shipping__wrapper .invoice__block__group{display:flex;align-items:flex-start;gap:130px;align-self:stretch;height:90px}.invoice__shipping__wrapper .invoice__block__group .invoice__info__block{display:flex;flex-direction:column;gap:5px;width:100%}.order__info__wrapper .shipping__status__block{display:flex;padding:30px;align-items:center;gap:27px;flex:1;border-radius:10px;border:1px solid #725cff;background-color:#eee8ff;width:100%;justify-content:space-between}.shipping__status__block .status__edit__btn a{display:flex;width:30px;height:30px;justify-content:center;align-items:center}.shipping__status__block .status__text__block{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:5px;flex:1 0 0}.shipping__status__block .status__text__block .label__text{color:#8f959c;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:1.75;display:block}.shipping__status__block .status__text__block .status__text{color:#725cff;font-family:Poppins;font-size:24px;font-style:normal;font-weight:500;line-height:normal;display:block}.order__info__wrapper .invoice__block__wrapper{margin-top:30px;display:flex;flex-direction:column;gap:20px}.invoice__block__wrapper .invoice__title__block h4.title{color:#111610;font-family:Poppins;font-size:30px;font-style:normal;font-weight:600;line-height:normal}.invoice__block__wrapper .purchase__invoice__wrap{display:flex;flex-direction:column;align-items:flex-start;gap:28px;align-self:stretch}.invoice__block__wrapper .purchase__invoice__wrap .invoice__head{display:flex;align-items:flex-end;align-self:stretch;justify-content:space-between}.purchase__invoice__wrap .invoice__head .head__item{width:100%;color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.66;display:block}.purchase__invoice__wrap .sepline__divider{background-color:#606060;width:100%;height:2px}.purchase__invoice__wrap .invoice__product__purchase__box{width:100%}.invoice__product__purchase__box .purchase__product__item{display:flex;align-items:flex-start}.invoice__product__purchase__box .purchase__product__item .purchase__text{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.66;display:block;width:100%}.invoice__block__wrapper .invoice__sub__total__block{display:flex;flex-direction:column;align-items:center;gap:24px;align-self:stretch;max-width:830px;margin:auto 0 auto auto;width:100%;border-top:2px dashed #000;padding-top:16px}.invoice__sub__total__block .subtotal__row__item{width:100%;display:flex;align-items:center;gap:20px;align-self:stretch;justify-content:space-between}.invoice__sub__total__block .subtotal__row__item label{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;line-height:1.7;flex:1 0 0}.invoice__sub__total__block .subtotal__row__item span{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;line-height:1.7;display:block}.total__charges__wrapper{width:100%;display:flex;align-items:center;gap:20px;align-self:stretch;justify-content:space-between}.total__charges__wrapper h6.total__title{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:1.7;flex:1}.total__charges__wrapper .total__price{color:#000;font-family:Poppins;font-size:46px;font-style:normal;font-weight:600;line-height:normal}.invoice__sub__total__block .sepline__divider{border-bottom:2px dashed #3f444a;width:100%}.download__pdf__wrapper{text-align:right}.download__pdf__wrapper .download__pdf__btn{display:inline-block}.download__pdf__wrapper .download__pdf__btn a{display:flex;padding:12px 30px;justify-content:flex-end;align-items:center;gap:12px;border-radius:10px;background-color:#725cff;color:#fff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal;min-width:190px;transition:all .3s ease}.download__pdf__wrapper .download__pdf__btn a:hover{background-color:#000;color:#fff}.shipped__status__popup .popup__wrap{display:flex;max-width:525px;padding:30px;flex-direction:column;align-items:center;gap:30px;width:100%;border-radius:16px;background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.shipped__status__popup .popup__head__wrap{display:flex;align-items:center;gap:12px}.shipped__status__popup .popup__head__wrap h4.title{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:2;align-self:stretch;flex:1}.shipped__status__popup .sepline__divider{background-color:#8f959c;height:1px;width:100%}.shipped__status__popup .popup__content__box,.shipped__status__popup .shipped__status__options{width:100%;display:flex;flex-direction:column;gap:25px}.shipped__status__popup .shipped__status__options{align-items:self-start}.shipped__status__popup .close__btn a{display:flex;border-radius:6px;width:40px;height:40px}.shipped__status__popup .popup__group__block{display:flex;align-items:center;justify-content:center;gap:20px}.popup__group__block .solid__btn,.popup__group__block .trans__btn{display:inline-block}.popup__group__block .trans__btn a{border-radius:10px;border:1px solid #725cff;color:#725cff;line-height:1.6}.popup__group__block .solid__btn a,.popup__group__block .trans__btn a{display:flex;padding:12px 32px;justify-content:center;align-items:center;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500}.popup__group__block .solid__btn a{border-radius:10px;background-color:#725cff;color:#fff;line-height:1.7}.shipped__status__options .options__block__item{display:flex;padding:20px 30px;align-items:center;gap:27px;align-self:stretch;border-radius:10px;border:1px solid #725cff;background-color:#fff;position:relative}.shipped__status__options .options__block__item label{font-family:Poppins;font-size:22px;font-style:normal;font-weight:500;line-height:normal;flex:1;color:#000;cursor:pointer}.shipped__status__options .options__block__item.green{background-color:#f0fdf4}.shipped__status__options .options__block__item.green label{color:#4ae285}.shipped__status__options .options__block__item.red{background-color:#fff5f1}.shipped__status__options .options__block__item.red label{color:#ff5664}.shipped__status__options .options__block__item input{right:30px;top:50%;transform:translateY(-50%);width:30px;height:30px;border:2px solid #3f444a}.shipped__status__options .options__block__item input[type=checkbox]:checked{background-color:transparent;opacity:1;border-color:#725cff}.shipped__status__options .options__block__item input:before{border:0;margin:0;width:15px;height:15px;flex-shrink:0;border-radius:4px;background-color:#725cff;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;visibility:hidden}.shipped__status__options .options__block__item input[type=checkbox]:checked:before{opacity:1;visibility:visible}.order__info__wrapper .shipping__status__block.delivered{background-color:#f0fdf4}.order__info__wrapper .shipping__status__block.delivered .status__text{color:#4ae285}.invoice__info__block .label__text{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65;display:block;text-transform:capitalize}.invoice__info__block .value__text{display:block;color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:1.7}.invoice__shipping__wrapper .transaction__details__block{display:flex;padding:30px;flex-direction:column;align-items:self-start;gap:50px;align-self:stretch;border:2px dashed #725cff;background-color:#fff}.transaction__details__block .receipt__title__block{display:flex;justify-content:space-between;align-items:center;gap:50px;align-self:stretch;width:100%}.transaction__details__block .receipt__title__block h6.title{color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:1.7;flex:1 0 0}.title__btn__block .solid__btn a{display:flex;padding:12px 30px;justify-content:flex-end;align-items:center;border-radius:10px;background-color:#725cff;color:#fff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal;transition:all .3s ease}.title__btn__block .solid__btn a:hover{background-color:#3f444a;color:#fff}.order__info__wrapper .invoice__shipping__wrapper .transaction__details__block .invoice__block__group{gap:50px}.hide{display:none!important}.purchase__orders__list__cover .purchase__orders__cover{width:100%}.main__purchase__orders__list__wrapper .mobile__purchase__orders__list__wrapper{width:100%;display:flex;padding:20px 15px;flex-direction:column;justify-content:center;align-items:self-start;align-self:stretch;border-radius:10px;background-color:#fff}.main__purchase__orders__list .title__block__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;margin-bottom:15px}.mobile__purchase__orders__list__wrapper .main__purchase__orders__list{width:100%}.mobile__purchase__orders__list__wrapper .title__block__wrapper h4.title{color:#181f22;font-size:20px;font-style:normal;font-weight:600;line-height:normal;font-family:Poppins}.mobile__purchase__orders__list__wrapper .filter__searchbar__block,.mobile__purchase__orders__list__wrapper .filter__searchbar__block .searchbar__inner__cover,.mobile__purchase__orders__list__wrapper .order__fiter__selector{width:100%}.order__fiter__selector .select-dropdown ul.select-dropdown__list{list-style:none;margin:0;padding:0}.main__purchase__orders__list .sepline__divider{background-color:#cfd8dc;width:100%;height:1px}.mobile__purchase__orders__list__wrapper .main__purchase__orders__list .order__list__wrapper{display:flex;flex-direction:column;gap:0}.mobile__purchase__orders__list__wrapper .order__list__wrapper .purchase__order__detail__item{display:flex;align-items:center;align-self:stretch;border-bottom:1px solid #cfd8dc;padding:20px 0}.purchase__order__detail__item .order__lable__btn__group{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex:1 0 0}.order__lable__btn__group .view__btn{display:inline-block}.order__lable__btn__group .view__btn a{display:flex;padding:5px 22px;justify-content:center;align-items:center;border-radius:6px;background-color:#725cff;color:#fff;font-feature-settings:"salt"on;font-size:12px;font-style:normal;font-weight:600;line-height:1.5}.order__info__block h5.title{color:#111610;font-size:14px;font-style:normal;font-weight:600;line-height:1.42;font-family:Poppins}.purchase__order__detail__item .order__info__block{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.order__info__block .product__info__wrapper{display:flex;flex-direction:column;align-items:flex-start;width:100%}.product__info__wrapper .info__row__block span{color:#3f444a;font-size:10px;font-style:normal;font-weight:400;line-height:1.6;display:block}.product__info__wrapper .info__row__block label{display:block;color:#3f444a;font-size:10px;font-style:normal;font-weight:600;line-height:1.6}.product__info__wrapper .info__row__block{display:flex;align-items:center;gap:10px;width:100%}.order__list__wrapper .btn__box__wrapper{text-align:center;margin-top:20px}.btn__box__wrapper .loadmore__btn{display:inline-block}.btn__box__wrapper .loadmore__btn a{display:flex;padding:12px 22px;flex-direction:column;justify-content:center;align-items:center;gap:10px;border-radius:6px;border:1px solid #0060b7;color:#0060b7;text-align:center;font-size:14px;font-style:normal;font-weight:600;line-height:1.3;transition:all .3s ease}.btn__box__wrapper .loadmore__btn a:hover{background-color:#0060b7;color:#fff}.order__lable__btn__group .filter__label{display:flex;padding:5px 10px;align-items:center;border-radius:6px;font-size:12px;font-style:normal;font-weight:600;line-height:1.5}.upload__filter__label.filter__label{color:#725cff;background-color:#eee8ff}.review__filter__label.filter__label{color:#0060b7;background-color:#e8f2fc}.completed__filter__label.filter__label{background-color:#f0fdf4;color:#4ae285}.shipping__filter__label.filter__label{background-color:#fffbeb;color:#ffb42b}.order__fiter__selector .select-dropdown{position:relative}.select-dropdown .select-dropdown__button{background-color:#fff;cursor:pointer;width:100%;text-align:left;display:flex;padding:10px 24px;border-radius:10px;border:1px solid #181f22;color:#181f22;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:26px;position:relative}.select-dropdown .select-dropdown__button:before{content:"";position:absolute;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZBAMAAADZBfNuAAAAKlBMVEUAAABwWP9xW/9wXf9yXf9yXP9wYP9yXP9xW/9zXv9wXP91Xf9wYP9yXP+theo8AAAADXRSTlMAIN8w7+8gn89fUD8QTCGtHgAAAEVJREFUGNNjoBvgSYDQbCCaPRjCMSkAEoyqBiA2s5MAiBIKBksoAgmwFFQCIgWRgEmBJaBSkUuAEjAp3RsCCIu5DRhoDADJVwfHoXztgwAAAABJRU5ErkJggg==);width:25px;height:25px;display:block;right:20px}.select-dropdown__button::focus{outline:none}.select-dropdown__button .zmdi-chevron-down{position:absolute;right:10px;top:12px}.select-dropdown__list{position:absolute;display:block;left:0;right:0;max-height:300px;overflow:auto;margin:0;padding:0;list-style-type:none;opacity:0;pointer-events:none;transform-origin:top left;transform:scaleY(0);transition:all .3s ease-in-out;z-index:2}.select-dropdown__list.active{opacity:1;pointer-events:auto;transform:scale(1)}.select-dropdown__list-item{display:block;list-style-type:none;padding:10px;background:#fff;border-top:1px solid #e6e6e6;font-size:14px;line-height:1.4;cursor:pointer;color:#000;transition:all .3s ease-in-out;text-transform:capitalize}.mobile__pdf__download__block{display:flex;padding:10px;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;align-self:stretch;border-radius:8px;background-color:#fff}.mobile__pdf__download__block .pdf__title__block{display:flex;align-items:center;gap:10px;align-self:stretch}.mobile__pdf__download__block .pdf__title__block h6.title{color:#181f22;font-size:18px;font-style:normal;font-weight:600;line-height:normal;flex:1 0 0}.mobile__pdf__download__block .pdf__title__block .pdf__size{color:#181f22;font-feature-settings:"salt"on;font-size:12px;font-style:normal;font-weight:400;line-height:normal;display:block}.mobile__pdf__download__block .pdf__download__btn{width:100%}.mobile__pdf__download__block .pdf__download__btn a{display:flex;height:38px;padding:10px 18px;flex-direction:column;justify-content:center;align-items:center;gap:10px;border-radius:6px;background-color:#725cff;color:#fff;text-align:center;font-size:12px;font-style:normal;font-weight:600;line-height:1.5}.mobile__pdf__download__block .pdf__download__btn a:hover{background-color:#111610;color:#fff}@media only screen and (max-width:1600px){.purchase__orders__list__cover .section__title__block h4.title{font-size:28px;line-height:1.2}.purchase__filter__tab__block .filter__tablist__block ul{gap:30px}.purchase__orders__entry__table .purchase__order__list__wrapper{gap:20px}.purchase__order__item .purchaser__profile .name__label{font-size:14px;line-height:1.5}.main__purchase__orders__list__wrapper .purchase__orders__entry__table{gap:20px;padding:20px;width:1500px}.purchase__orders__list__cover .purchase__orders__cover{width:100%;overflow:auto;padding-bottom:10px}}@media only screen and (max-width:1440px){.steps__btn__group .solid__btn,.steps__btn__group .trans__btn{font-size:16px;line-height:1.4;padding:14px 30px;height:50px}.order__info__wrapper .invoice__shipping__wrapper .invoice__block__group{gap:50px}.order__info__wrapper .invoice__shipping__wrapper{padding:30px;gap:30px}}@media only screen and (max-width:1300px){.purchase__orders__list__cover .purchase__filter__tab__block{flex-direction:column;align-items:self-start;gap:15px}.purchase__filter__tab__block .filter__tablist__block{width:100%}}@media only screen and (max-width:1280px){.order__info__wrapper .cover__block__wrapper{padding:10px}.main__invoice__flow__wrapper .main__cover__invoice__flow{padding:20px;gap:20px}}@media only screen and (max-width:1200px){.order__info__wrapper .invoice__shipping__wrapper{padding:10px;gap:5px}.order__info__wrapper .invoice__shipping__wrapper .invoice__block__group{gap:25px}.main__invoice__flow__wrapper{padding:30px}#multi_step_flow .multistep__cover__block::-webkit-scrollbar{display:none}#multi_step_flow #multistep_nav .progress_holder{padding:15px 20px}.main__invoice__flow__wrapper .main__cover__invoice__flow .multi_step_flow{gap:20px}.order__info__wrapper .shipping__status__block{padding:20px}.deny__approve__btn__group .solid__btn a{font-size:16px;line-height:1.4;padding:14px 30px;height:50px}}@media only screen and (max-width:1100px){#multi_step_flow #multistep_nav .progress_holder{padding:8px 15px;font-size:14px;line-height:1.65}.main__cover__invoice__flow .section__title h3.title{font-size:28px;line-height:1.3}.invoice__info__block .value__text{font-size:16px;line-height:1.4}.order__info__wrapper .shipping__status__block{padding:15px;gap:20px}.shipping__status__block .status__text__block .status__text{font-size:20px;line-height:1.2}.shipping__status__block .status__text__block .label__text{font-size:14px;line-height:1.6}.invoice__info__block .label__text{font-size:16px;line-height:1.5}}@media only screen and (max-width:1024px){.order__info__block .value__text{font-size:16px;line-height:1.3}.deny__approve__btn__group .solid__btn a{font-size:16px;line-height:1.4;padding:14px 30px;height:50px}.cover__block__wrapper .block__group .order__info__block{padding:25px}.cover__block__wrapper .block__group .order__info__block.order__profile__block{gap:15px}.name__box .name__text{font-size:16px;line-height:1.3}.order__info__wrapper .deny__approve__btn__group,.order__info__wrapper .steps__btn__group{gap:20px;margin-top:20px}.order__info__wrapper .cover__block__wrapper{padding:15px}.pdf__file__details .icon__box img{width:25px;height:25px}.pdf__downloader__block .pdf__download__item{gap:20px;padding:20px}.pdf__downloader__block .pdf__download__item .pdf__size{display:block;font-size:16px;line-height:1.3}.deny__approve__btn__group .solid__btn a,.steps__btn__group .solid__btn,.steps__btn__group .trans__btn{font-size:16px;line-height:1.4;padding:12px 20px;height:45px;border-radius:5px;border-width:1px}#multi_step_flow #multistep_nav .progress_holder.activated_step:before{right:15px}.order__info__wrapper .invoice__shipping__wrapper .invoice__block__group{gap:20px}.order__info__wrapper .invoice__block__wrapper{margin-top:15px;display:flex;flex-direction:column;gap:15px}}@media only screen and (max-width:980px){.order__info__block .label__text{font-size:14px;line-height:1.2}#multi_step_flow #multistep_nav .progress_holder{padding:8px 15px;font-size:14px;line-height:1.65}.main__cover__invoice__flow .section__title h3.title{font-size:28px;line-height:1.2}.main__invoice__flow__wrapper .main__cover__invoice__flow .multi_step_flow{gap:20px}.cover__block__wrapper .block__group .order__info__block.order__profile__block{gap:12px}.main__purchase__orders__list__wrapper .purchase__orders__list__cover{display:none}.main__purchase__orders__list__wrapper .mobile__purchase__orders__list__wrapper{display:flex!important}.main__purchase__orders__list__wrapper{padding:30px 20px}.cover__block__wrapper .block__group .order__info__block{padding:20px}.name__box .name__text,.order__info__block .value__text{font-size:16px;line-height:1.4;display:block}.upload__your__order__wrapper{padding:90px 50px}.order__info__wrapper .invoice__shipping__wrapper .invoice__block__group{height:auto;flex-wrap:wrap}.invoice__shipping__wrapper .invoice__block__group .invoice__info__block{width:48.5%}}@media only screen and (max-width:900px){#multi_step_flow #multistep_nav{width:850px}#multi_step_flow .multistep__cover__block{overflow:auto;padding:10px 0}.upload__your__order__wrapper{padding:50px}.upload__your__order__wrapper .cover__block{gap:20px}.pdf__downloader__block .pdf__download__item{padding:20px;gap:15px}.pdf__file__details .icon__box{padding:15px}.pdf__file__details .icon__box img{width:25px}.pdf__download__item .pdf__file__details .pdf__name,.solid__download__btn a{font-size:14px;line-height:1.5}.cover__block__wrapper .block__group .order__info__block{padding:20px;width:49%;flex:inherit}.cover__block__wrapper .block__group{justify-content:start}}@media only screen and (max-width:854px){.main__cover__invoice__flow .section__title h3.title{font-size:24px;line-height:1.2}#multi_step_flow #multistep_nav .progress_holder.activated_step:before{width:20px;height:20px;background-size:cover}.cover__block__wrapper .block__group{flex-wrap:wrap}}@media only screen and (max-width:768px){.invoice__shipping__wrapper .invoice__block__group .invoice__info__block{width:48%}.upload__your__order__wrapper{padding:40px}.solid__download__btn a{font-size:14px;line-height:1.5;min-width:100px;padding:10px}.main__invoice__flow__wrapper{padding:30px 20px}.approved__successfully__popup .popup__wrap{padding:25px;max-width:450px}.approved__successfully__popup .popup__content__box{gap:15px}.approved__successfully__popup .popup__head__wrap h4.title{font-size:20px}.approved__successfully__popup .popup__head__wrap .close__btn{line-height:0px}.approved__successfully__popup .short__desc__wrapper{font-size:18px;line-height:1.7;font-weight:700}}@media only screen and (max-width:700px){.block__group.full__block.pdf__downloader__block{display:none}.mobile__pdf__download__block{display:flex!important}}@media only screen and (max-width:640px){.invoice__shipping__wrapper .invoice__block__group .invoice__info__block{width:100%;padding:10px}.cover__block__wrapper .block__group .order__info__block{width:100%}.order__info__wrapper .invoice__shipping__wrapper .invoice__block__group{gap:5px}}@media only screen and (max-width:600px){.billing__manager__login__wrapper .billing__login__cover{gap:30px}.main__loginpage__wrapper .billing__manager__login__wrapper{gap:50px}.login__title__block .sub__title__block{color:#311613;text-align:center;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:1.65}.deny__popup__wrapper .popup__wrap{padding:25px;max-width:92%}.popup__head__wrap .close__btn{line-height:0px}}@media only screen and (max-width:500px){.approved__successfully__popup .popup__wrap{padding:25px;max-width:92%}.deny__popup__wrapper .popup__wrap .popup__head__wrap h4.title{font-size:20px}.deny__popup__wrapper .popup__content__box{gap:20px}.deny__approve__btn__group .solid__btn a,.steps__btn__group .solid__btn,.steps__btn__group .trans__btn{font-size:14px;line-height:1.4}}@media only screen and (max-width:425px){.login__title__block .sub__title__block{font-size:16px;line-height:1.65}.main__loginpage__wrapper .billing__manager__login__wrapper .eesa__logo__wrap{line-height:0px;max-width:240px}.deny__popup__wrapper .popup__content__box{gap:15px}.deny__popup__wrapper .popup__wrap{padding:20px;max-width:92%}}@media only screen and (max-width:384px){.order__info__wrapper .deny__approve__btn__group,.order__info__wrapper .steps__btn__group{gap:15px;margin-top:20px}.deny__popup__wrapper .solid__deny__btn a{padding:8px 20px;font-size:16px;line-height:1.6}.shipping__status__block .status__text__block .status__text{font-size:18px;line-height:1.2}}@media only screen and (max-width:360px){.deny__popup__wrapper .popup__wrap{padding:20px;max-width:92%}.billing__manager__login__form .form__input__field{padding:10px 12px}.billing__manager__login__form .login__btn__block .loginbtn{padding:16px 20px;font-size:16px;line-height:1}.billing__manager__login__form .login__form__field label{font-size:16px;line-height:1.2}.billing__manager__login__form .login__group{gap:10px}}@media only screen and (max-width:340px){.login__title__block .sub__title__block{font-size:14px;line-height:1.6}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e6e6e6 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.4s infinite;border-radius:4px}.skeleton.avatar{width:80px;height:80px;border-radius:50%}.skeleton.line{height:400px;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.skeleton.line.short{width:60%}@keyframes loading{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-loader{width:12px;height:12px;border-radius:50%;display:block;margin:15px auto;position:relative;color:#654eff;box-sizing:border-box;animation:animloader 2s linear infinite}@keyframes animloader{0%{box-shadow:14px 0 0 -2px,38px 0 0 -2px,-14px 0 0 -2px,-38px 0 0 -2px}25%{box-shadow:14px 0 0 -2px,38px 0 0 -2px,-14px 0 0 -2px,-38px 0 0 2px}50%{box-shadow:14px 0 0 -2px,38px 0 0 -2px,-14px 0 0 2px,-38px 0 0 -2px}75%{box-shadow:14px 0 0 2px,38px 0 0 -2px,-14px 0 0 -2px,-38px 0 0 -2px}to{box-shadow:14px 0 0 -2px,38px 0 0 2px,-14px 0 0 -2px,-38px 0 0 -2px}}.wave-text span{display:inline-block;animation:wave 1.6s ease-in-out infinite;font-weight:600;font-size:18px;color:#9093ab;padding-right:3px}.wave-text span:nth-child(2){animation-delay:.1s}.wave-text span:nth-child(3){animation-delay:.2s}.wave-text span:nth-child(4){animation-delay:.3s}.wave-text span:nth-child(5){animation-delay:.4s}.wave-text span:nth-child(6){animation-delay:.5s}.wave-text span:nth-child(7){animation-delay:.6s}.wave-text span:nth-child(8){animation-delay:.7s}.wave-text span:nth-child(9){animation-delay:.8s}.wave-text span:nth-child(10){animation-delay:.9s}@keyframes wave{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.popup__content__box{max-height:600px;overflow-y:auto;overflow-x:hidden}.video__popup__box .popup__content__box{max-height:682.5px}@media (max-height:813px){.popup__content__box{max-height:400px}}.tippy-box[data-theme~=rlms]{background-color:#fff;color:#333;border-radius:var(--rlms-t-border-radius,10px);box-shadow:0 2px 6px rgba(0,0,0,.1);max-width:var(--rlms-t-width,250px);padding:0;font-size:14px}.tippy-box{box-shadow:0 2px 6px rgba(0,0,0,.1)!important;border-radius:12px!important}.tippy-content{box-shadow:none}.tippy-arrow{color:#fff!important}.features-coming-soon .swiper-slide{& img{width:240px;margin:0 auto}& b{font-size:20px;display:block;margin:20px 0}& b,& p{text-align:center}}.active[data-v-6d9c3db8]{color:#0b74e6!important}[data-v-e8a748c6],[data-v-e8a748c6]:after,[data-v-e8a748c6]:before{box-sizing:border-box;margin:0;padding:0;font-size:13px}.pdf-page[data-v-e8a748c6]{background-color:#e8f2fc;font-family:Poppins;box-sizing:border-box;margin:0;padding:0}body[data-v-e8a748c6],html[data-v-e8a748c6]{background-color:#e8f2fc!important;margin:0;padding:0;box-sizing:border-box}section[data-v-e8a748c6]{width:794px;height:1122px;background-color:#e8f2fc;max-height:1123px;overflow:hidden}.phonetic-symbols[data-v-e8a748c6]{font-family:DejaVu Sans,sans-serif!important}.table__data__row[data-v-e8a748c6]>*,.target__value__row[data-v-e8a748c6]>*{margin-top:-5px}.table__data__row__block.text-label[data-v-e8a748c6]>*{margin-top:-20px}.example__row__list__wrapper .row__item__block[data-v-e8a748c6]>*{width:33%;margin-top:-15px}.example__row__list__wrapper .row__item__block[data-v-e8a748c6]{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.work__packet__pdf__page[data-v-e8a748c6]{background-color:#e8f2fc;width:100%}.work__packet__pdf__page .sideimg__block[data-v-e8a748c6]{line-height:0px;width:29%;display:inline-block;vertical-align:top}.work__packet__pdf__page .content__block__wrapper[data-v-e8a748c6]{display:inline-block;vertical-align:top;width:70%;text-align:center;padding-top:100px}.work__packet__pdf__page .content__block__wrapper .logo__wrap[data-v-e8a748c6]{max-width:250px;margin:0 auto;padding-bottom:80px}.work__packet__pdf__page .content__block__wrapper .main__title[data-v-e8a748c6]{color:#1f3479;font-family:Poppins;font-size:64px;font-style:normal;font-weight:600;line-height:100%;padding-bottom:50px;text-align:center}.work__packet__pdf__page .content__block__wrapper .sub__title[data-v-e8a748c6]{color:#111610;font-family:Poppins;font-size:28px;font-style:normal;font-weight:600;line-height:normal;padding-bottom:50px;text-align:center}.work__packet__pdf__page .content__block__wrapper .text__wrapper[data-v-e8a748c6]{max-width:380px;margin:0 auto;text-align:left;font-family:Poppins}.work__packet__pdf__page .content__block__wrapper .text__wrapper p[data-v-e8a748c6]{padding-bottom:30px;font-size:13px;font-weight:500}.page__head__block[data-v-e8a748c6]{padding:30px 15px;border-radius:25px;background:#fff;margin-bottom:20px}.page__head__block .head__title[data-v-e8a748c6]{color:#111610;font-size:25px;font-style:normal;font-family:Poppins;font-weight:600;line-height:normal;letter-spacing:.01px;margin-top:-25px}.page__head__block .para[data-v-e8a748c6]{color:#3f444a;font-family:Poppins;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.information__pdf__page .cover__wrapper[data-v-e8a748c6]{background-color:#e8f2fc;padding:20px}.information__pdf__page img[data-v-e8a748c6]{max-width:100%}.information__pdf__page .main__body__wrapper[data-v-e8a748c6]{padding:15px;border-radius:25px;background:#fff}.information__pdf__page .main__body__wrapper .img__wrapper[data-v-e8a748c6]{line-height:0px;padding-bottom:50px}.information__pdf__page .content__block__wrap h3.title[data-v-e8a748c6]{color:#10223b;font-family:Poppins;font-size:25px;font-style:normal;font-weight:600;line-height:normal;padding-bottom:15px}.information__pdf__page .content__block__wrap .description__wrapper[data-v-e8a748c6]{color:#5c667f;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding-top:20px}.content__block__wrap .description__wrapper p[data-v-e8a748c6]{padding-bottom:30px}.result__summary__pdf__page .cover__wrapper[data-v-e8a748c6]{background-color:#e8f2fc;padding:20px}.result__summary__pdf__page .result__group__wrapper[data-v-e8a748c6]{padding:10px;border-radius:15px;background-color:#fff}.result__group__wrapper .group__row__block[data-v-e8a748c6]{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:20px}.result__group__wrapper .group__row__block .group__block__item[data-v-e8a748c6]{border-radius:10px;background-color:#f6f2fd;padding:10px;width:48.6%;margin:5px;display:flex;justify-content:space-between;align-items:center}.group__block__item .group__text__wrapper[data-v-e8a748c6]{margin:0!important}.group__block__item .result__round__box[data-v-e8a748c6]{width:75px;height:75px;background-color:#725cff;border-radius:100%;vertical-align:middle;display:flex;align-items:center;justify-content:center}.group__block__item.color3 .result__round__box[data-v-e8a748c6],.group__block__item.color4 .result__round__box[data-v-e8a748c6]{background-color:#ffb42b}.group__block__item.color5 .result__round__box[data-v-e8a748c6]{background-color:#2d79c3}.group__block__item .result__round__box span[data-v-e8a748c6]{font-size:20px;font-weight:600;color:#fff;margin-top:-20px}.group__block__item .group__text__wrapper label[data-v-e8a748c6]{display:block;color:#111610;font-size:18px;font-weight:500;padding-bottom:20px}.group__block__item .group__text__wrapper span[data-v-e8a748c6]{display:block;color:#111610;font-size:20px;font-weight:600;padding-bottom:20px}.result__group__wrapper .group__row__block .group__block__item.color2[data-v-e8a748c6]{background-color:#e8f2fc}.result__group__wrapper .group__row__block .group__block__item.color3[data-v-e8a748c6]{background-color:#f7f3ed}.result__group__wrapper .group__row__block .group__block__item.color4[data-v-e8a748c6]{background-color:#fffae5}.result__group__wrapper .group__row__block .group__block__item.color5[data-v-e8a748c6]{background-color:#dbf1f3}.group__text__wrapper[data-v-e8a748c6]{display:inline-block;vertical-align:middle;width:65%}.result__summary__pdf__page .voice__bank__wrapper h4.title[data-v-e8a748c6]{font-size:18px;line-height:1.3;padding-bottom:15px}.result__summary__pdf__page .voice__bank__wrapper[data-v-e8a748c6]{padding:15px;border-radius:25px;background-color:#fff}.voice__bank__wrapper .divider__sepline[data-v-e8a748c6]{background-color:#8f959c;height:2px;width:100%}.voice__bank__wrapper .voice__bank__list__block[data-v-e8a748c6]{display:flex;flex-wrap:wrap;justify-content:space-between}.voice__bank__wrapper .voice__bank__item[data-v-e8a748c6]{border-radius:15px;background-color:#f6f2fd;padding:20px 20px 30px;display:inline-block;vertical-align:top;width:48.6%;margin-bottom:20px}.voice__bank__wrapper .voice__bank__item h6.title[data-v-e8a748c6]{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:normal;padding-bottom:8px;margin-top:-10px}.voice__bank__wrapper .voice__bank__item .sepline[data-v-e8a748c6]{height:2px;width:100%;background-color:#d1c6c6}.voice__bank__item .value__group__wrap[data-v-e8a748c6]{padding-top:12px}.voice__bank__item .value__group__wrap .value__box[data-v-e8a748c6]{display:inline-block;vertical-align:top;width:32.3%}.value__group__wrap .value__box label[data-v-e8a748c6]{display:block;color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.value__group__wrap .value__box span[data-v-e8a748c6]{display:block;color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal;padding-top:5px}.voice__bank__wrapper .voice__bank__item.color2[data-v-e8a748c6]{background-color:#e8f2fc}.voice__bank__wrapper .voice__bank__item.color3[data-v-e8a748c6]{background-color:#f7f3ed}.voice__bank__wrapper .voice__bank__item[data-v-e8a748c6]:first-child{margin-top:0}.analysis__group__pdf__page[data-v-e8a748c6]{background-color:#e8f2fc;padding:20px}.analysis__group__pdf__page .page__header__block[data-v-e8a748c6]{border-radius:20px;background-color:#fff;padding:15px;margin-bottom:15px}.analysis__group__pdf__page .page__header__block .page__title[data-v-e8a748c6]{color:#111610;font-family:Poppins;font-size:20px;font-style:20px;font-weight:600;line-height:normal}.analysis__group__pdf__page .page__header__block p.subtitle[data-v-e8a748c6]{display:block;color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;line-height:normal}.analysis__group__pdf__page .analysis__info__block[data-v-e8a748c6]{padding:15px;border-radius:20px;background-color:#fff}.analysis__info__block .info__table__block[data-v-e8a748c6]{border-radius:20px;background-color:#e8f2fc;padding:15px}.info__table__block .title__group[data-v-e8a748c6]{margin-top:-10px}.info__table__block .info__block__wrapper[data-v-e8a748c6]{padding-bottom:5px}.info__table__block .title__group label[data-v-e8a748c6]{width:49.5%;display:inline-block;color:#3f444a;font-family:Poppins;font-size:15px;font-style:normal;font-weight:500;line-height:normal;vertical-align:middle}.info__table__block .title__group label[data-v-e8a748c6]:nth-child(2){text-align:right}.analysis__info__block .info__table__block .sepline__divider[data-v-e8a748c6]{width:100%;height:1px;background-color:#8f959c}.analysis__info__block .info__table__block .spacing[data-v-e8a748c6]{padding:10px 0}.info__block__wrapper .info__text__wrap[data-v-e8a748c6]{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:normal;display:inline-block;vertical-align:top;width:49.5%}.info__block__wrapper .info__text__wrap.right[data-v-e8a748c6]{text-align:right}.info__block__wrapper .info__text__wrap.left[data-v-e8a748c6]{text-align:left}.info__block__wrapper .info__text__wrap.text-a[data-v-e8a748c6]{width:65%}.info__block__wrapper .info__text__wrap.text-b[data-v-e8a748c6]{width:34%;text-align:right}.analysis__group__pdf__page .analysis__table__data__block[data-v-e8a748c6]{padding:15px;border-radius:20px;background-color:#fff}.analysis__group__pdf__page .analysis__table__data__block .table__data__block[data-v-e8a748c6]{border-radius:20px;border:1px solid #dee2e7;background-color:#fff;padding:20px;vertical-align:top}.analysis__table__data__block .spacing__cover__left[data-v-e8a748c6],.analysis__table__data__block .spacing__cover__right[data-v-e8a748c6]{vertical-align:top}.table__data__block .table__head__block .head__item[data-v-e8a748c6]{display:inline-block;vertical-align:middle;width:32.5%}.table__head__block .head__item label[data-v-e8a748c6]{display:block;padding-bottom:2px;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.table__head__block .head__item span[data-v-e8a748c6]{display:block;color:#3f444a;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.head__item .group__numbers span[data-v-e8a748c6]{color:#3f444a;text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;display:inline-block;vertical-align:middle;width:30%}.table__data__block .spacing[data-v-e8a748c6]{padding:20px 0}.table__data__block .sepline__divider[data-v-e8a748c6]{width:100%;height:1px;background-color:#8f959c}.table__data__list__wrapper .table__data__row .data__item[data-v-e8a748c6]{display:inline-block;vertical-align:middle;width:32.3%}.table__data__row .data__item.combine__value span[data-v-e8a748c6]{color:#3f444a;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;display:inline-block;vertical-align:middle;width:30%}.table__data__row .data__item label[data-v-e8a748c6]{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;display:block;padding-bottom:2px}.table__data__row .data__item span[data-v-e8a748c6]{color:#111610;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;display:block}.table__data__list__wrapper .table__data__row[data-v-e8a748c6]{padding:10px 12px 20px}.table__data__list__wrapper .table__data__row+.table__data__row[data-v-e8a748c6]{border-top:1px solid #bcc7ba}.table__data__row.purple__row[data-v-e8a748c6]{background-color:#725cff}.table__data__row.gray__row[data-v-e8a748c6]{background-color:#dee2e7}.table__data__row.red__row[data-v-e8a748c6]{background-color:#f5d4cd}.table__data__row.purple__row label[data-v-e8a748c6],.table__data__row.purple__row span[data-v-e8a748c6]{color:#fff!important}.table__data__row.gray__row label[data-v-e8a748c6],.table__data__row.gray__row span[data-v-e8a748c6]{color:#8f959c!important}.pb__30px[data-v-e8a748c6]{padding-bottom:30px}.analysis__group__pdf__page h4.head__title[data-v-e8a748c6]{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:20px}.analysis__group__pdf__page .para[data-v-e8a748c6]{color:#3f444a;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:normal}.target__data__cover[data-v-e8a748c6]{padding:15px;border-radius:20px;background-color:#fff}.target__head__title .head__label[data-v-e8a748c6]{display:inline-block;vertical-align:middle;width:32.5%}.target__head__title .head__label label[data-v-e8a748c6]{display:block;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.analysis__group__pdf__page .target__head__title[data-v-e8a748c6]{padding-bottom:12px}.analysis__group__pdf__page .target__value__row[data-v-e8a748c6]{border-radius:20px;background-color:#e8f2fc;padding:10px 10px 20px;margin-bottom:0;display:flex;align-items:center;justify-content:center;margin-top:0}.analysis__group__pdf__page .target__value__row.active__target__group[data-v-e8a748c6]{background-color:#725cff}.analysis__group__pdf__page .target__value__row.active__target__group .data__value__text label[data-v-e8a748c6],.analysis__group__pdf__page .target__value__row.active__target__group .data__value__text p[data-v-e8a748c6],.analysis__group__pdf__page .target__value__row.active__target__group .data__value__text span[data-v-e8a748c6]{color:#fff}.general__tips__box p[data-v-e8a748c6]{font-size:12px;margin-top:-10px}.data__value__text label[data-v-e8a748c6]{color:#111610;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:14px}.data__value__text span[data-v-e8a748c6]{display:block;color:#111610;font-family:Poppins;font-size:14px;font-style:normal;font-weight:700;line-height:1.2}.analysis__group__pdf__page .target__value__row .data__value__text[data-v-e8a748c6]{width:30%}.data__value__text.combine__value[data-v-e8a748c6]{display:flex;align-items:center;justify-content:space-evenly;vertical-align:top;width:31%;margin-left:12px;margin-bottom:0}.data__value__text.general__tips__box[data-v-e8a748c6]{border-radius:10px;border:1px dashed #725cff;padding:10px;color:#111610;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;margin-left:12px;margin-top:5px}.pb12[data-v-e8a748c6]{padding-bottom:10px}.mb12[data-v-e8a748c6]{margin-bottom:10px!important}.target__analysis__info__block[data-v-e8a748c6]{border-radius:20px;background-color:#fff;padding:15px}.target__analysis__info__block .info__block__wrapper[data-v-e8a748c6]{border-radius:20px;background-color:#e8f2fc;padding:20px}.target__analysis__info__block .info__block__wrapper h4.title[data-v-e8a748c6]{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:700;line-height:normal;padding-bottom:5px}.target__analysis__info__block .info__block__wrapper .text__wrapper[data-v-e8a748c6]{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.info__block__wrapper .text__wrapper p+p[data-v-e8a748c6]{padding-top:5px;font-size:14px}.target__analysis__data__list .target__data__item[data-v-e8a748c6]{border-radius:20px;background-color:#e8f2fc;padding:12px;display:flex;justify-content:space-between;align-items:center}.target__analysis__data__list .target__data__item.active__target__group[data-v-e8a748c6]{background-color:#725cff}.target__data__item .value__text__block[data-v-e8a748c6]{width:18%;vertical-align:middle;margin-top:-20px}.target__data__item .value__text__block label[data-v-e8a748c6]{display:block;color:#111610;text-align:center;font-family:Poppins;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.target__analysis__data__list .target__data__item.active__target__group label[data-v-e8a748c6]{color:#fff}.target__analysis__data__list .target__data__item.active__target__group p[data-v-e8a748c6]{color:#000;font-size:14px}.target__data__item .value__text__block span[data-v-e8a748c6]{display:block;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;text-align:center}.target__data__item .data__info__block[data-v-e8a748c6]{border-radius:10px;background-color:#fff;color:#111610;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;padding:10px 10px 15px;width:78%;display:inline-block;vertical-align:middle}.target__data__item .data__info__block p[data-v-e8a748c6]{margin-top:-10px}.starting__targets__pdf__page[data-v-e8a748c6]{background-color:#e8f2fc;padding:20px}.starting__targets__pdf__page .page__header__block[data-v-e8a748c6]{border-radius:20px;background-color:#fff;padding:15px;margin-bottom:25px}.tar[data-v-e8a748c6]{text-align:right!important}.tal[data-v-e8a748c6]{text-align:left!important}.tac[data-v-e8a748c6]{text-align:center!important}.pb__20px[data-v-e8a748c6]{padding-bottom:12px}.starting__targets__pdf__page h4.head__title[data-v-e8a748c6]{color:#111610;font-family:Poppins;font-size:30px;font-style:normal;font-weight:600;line-height:normal}.starting__targets__pdf__page .para[data-v-e8a748c6]{color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;line-height:normal}.starting__targets__pdf__page .table__data__block[data-v-e8a748c6]{border-radius:20px;background-color:#fff;padding:15px}.starting__targets__pdf__page .table__head__block span[data-v-e8a748c6]{color:#111610;text-align:right;font-family:Poppins;font-size:15px;font-style:normal;font-weight:400;line-height:1.4;display:inline-block;width:49%}.sepline__divider[data-v-e8a748c6]{width:100%;height:1px;background-color:#8f959c}.spacing[data-v-e8a748c6]{padding:20px 0}.table__data__list__block .table__data__row__block[data-v-e8a748c6]{border-radius:15px;background-color:#e8f2fc;padding:15px 15px 0 15px}.table__data__list__block .text-label[data-v-e8a748c6]{padding-bottom:10px;min-height:100px;display:flex;align-items:center}.table__data__list__block .table__data__row__block .row__label[data-v-e8a748c6]{display:inline-block;color:#111610;font-family:Poppins;font-style:normal;font-weight:500;line-height:normal;vertical-align:middle;width:10%}.table__data__row__block .checkbox__group label[data-v-e8a748c6]{display:inline-block;vertical-align:middle;color:#111610;font-family:Poppins;font-size:13px;font-style:normal;font-weight:500}.table__data__row__block .checkbox__group input[data-v-e8a748c6]{display:inline-block;vertical-align:middle}.table__data__list__block .table__data__row__block .checkbox__group[data-v-e8a748c6]{display:flex;vertical-align:middle;width:44%;gap:10px;align-items:center}.table__data__list__block .table__data__row__block .checkbox__group img[data-v-e8a748c6]{height:20px;width:20px;margin-top:15px}.checkbox__group .label__text__wrapper[data-v-e8a748c6]{display:inline-block;width:90%;vertical-align:middle;padding-left:10px}.checkbox__group .label__text__wrapper label[data-v-e8a748c6]{display:block}.checkbox__group .label__text__wrapper .text__wrapper[data-v-e8a748c6]{color:#3f444a;font-family:Poppins;font-style:normal;font-weight:400}.table__data__row__block .check-box[data-v-e8a748c6]{margin-bottom:0!important;padding-top:10px}.pb__10px[data-v-e8a748c6]{padding-bottom:10px}.pb__15px[data-v-e8a748c6]{padding-bottom:15px}.mb__15px[data-v-e8a748c6]{margin-bottom:15px}.pt__15px[data-v-e8a748c6]{padding-top:15px}.heading__label__block span[data-v-e8a748c6]{display:block;color:#725cff;font-family:Poppins;font-size:24px;font-style:normal;font-weight:500;line-height:normal}.page__header__block .heading__label__block[data-v-e8a748c6],.page__header__block .inline__block__wrap[data-v-e8a748c6]{display:inline-block;vertical-align:middle}.page__header__block .inline__block__wrap[data-v-e8a748c6]{width:69%}.page__header__block .heading__label__block[data-v-e8a748c6]{width:29%}.starting__targets__pdf__page .group__block__wrapper[data-v-e8a748c6]{border-radius:26.822px;border:1px solid #dee2e7;background-color:#dee2e7;padding:15px}.starting__targets__pdf__page .group__block__wrapper h4.title[data-v-e8a748c6]{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.group__block__wrapper .different__data__blocks .group__item__block[data-v-e8a748c6]{width:31%;display:inline-block;vertical-align:top}.different__data__blocks .group__item__block+.group__item__block[data-v-e8a748c6]{padding-left:20px}.different__data__blocks .group__item__block .label__title[data-v-e8a748c6]{display:block;color:#8f959c;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal;padding-bottom:15px}.number__group__wrap .number[data-v-e8a748c6]{color:#d4d4d4;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal;border-radius:10px;background-color:#eaeef5;padding:5px 0;width:35px;height:35px;display:flex;align-items:center;justify-content:center}.number__group__wrap .number p[data-v-e8a748c6]{margin-top:-15px}.group__block__wrapper.purple__block .number__group__wrap .number[data-v-e8a748c6]{color:#000}.check__group__box.active__check__group .table__data__row__block[data-v-e8a748c6],.starting__targets__pdf__page .group__block__wrapper.purple__block[data-v-e8a748c6]{background-color:#725cff;border-color:#725cff}.check__group__box.active__check__group .table__data__row__block .checkbox__group label[data-v-e8a748c6],.check__group__box.active__check__group .table__data__row__block .row__label[data-v-e8a748c6],.purple__block .different__data__blocks .group__item__block .label__title[data-v-e8a748c6],.starting__targets__pdf__page .group__block__wrapper.purple__block h4.title[data-v-e8a748c6]{color:#fff}.number__group__wrap .number.purple[data-v-e8a748c6]{background-color:#917aff;color:#fff}.number__group__wrap .number.white[data-v-e8a748c6]{background-color:#fff;color:#917aff}.starting__targets__pdf__page .starting__targets__group__block[data-v-e8a748c6]{border-radius:20px;background-color:#dee2e7;padding:15px}.starting__targets__pdf__page .starting__targets__group__block.purple__block[data-v-e8a748c6]{background-color:#917aff}.starting__targets__group__block h4.title[data-v-e8a748c6]{color:#fff;font-family:Poppins;font-size:24px;font-style:normal;font-weight:500;line-height:normal}.starting__targets__group__block .data__content__block span.title[data-v-e8a748c6]{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;padding-bottom:20px;display:block}.advance__group__block .arrow__btn[data-v-e8a748c6]{padding:15px;line-height:0px;width:70px;display:inline-block;vertical-align:middle}.advance__group__block .number__group__block[data-v-e8a748c6]{display:flex;align-items:center;justify-content:flex-start;gap:10px}.advance__group__block .number__group__block>div[data-v-e8a748c6]{border-radius:12px;background-color:#917aff;padding:16px;color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.data__content__block .numbers__box>div[data-v-e8a748c6]{padding:16px;color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;background-color:#fff;border-radius:12px;width:66.48px}.advance__group__block .number__group__block>div>p[data-v-e8a748c6],.data__content__block .numbers__box>div>p[data-v-e8a748c6]{margin-top:-18px}.data__content__block .numbers__box[data-v-e8a748c6]{padding-bottom:20px}.starting__targets__example__wrapper[data-v-e8a748c6]{padding:15px;border-radius:20px;background-color:#fff}.starting__targets__example__wrapper h6.title[data-v-e8a748c6]{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:normal;padding-bottom:20px}.starting__targets__example__wrapper .example__table__block[data-v-e8a748c6]{display:block;padding:20px;border-radius:20px;border:1px solid #8f959c}.example__table__block .table__head__block .head__item[data-v-e8a748c6]{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal;display:inline-block;vertical-align:middle;width:32%;text-align:left}.example__row__list__wrapper .row__item__block[data-v-e8a748c6]{border-radius:15px;background-color:#f6f2fd;padding:15px;color:#111610;font-family:Poppins;font-weight:500;line-height:normal}.example__row__list__wrapper .row__item__block span[data-v-e8a748c6]{display:inline-block;width:32.9%;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.example__row__list__wrapper .row__item__block.purple__row[data-v-e8a748c6]{background-color:#725cff;color:#fff}.example__row__list__wrapper .row__item__block.purple__row span[data-v-e8a748c6]{color:#fff}.mini__program__plan[data-v-e8a748c6]{background-color:#e8f2fc;padding:20px}.mini__program__plan .page__header__block[data-v-e8a748c6]{border-radius:20px;background-color:#fff;padding:15px;margin-bottom:15px}.mini__program__plan .para[data-v-e8a748c6]{color:#3f444a;font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;line-height:normal}.mini__program__plan h4.head__title[data-v-e8a748c6]{color:#111610;font-family:Poppins;font-size:30px;font-style:normal;font-weight:600;line-height:normal}.mini__program__plan .info__wrapper[data-v-e8a748c6]{border-radius:20px;background-color:#fff;padding:15px;color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:20px}.mini__program__plan .info__wrapper[data-v-e8a748c6]>*{margin-top:-10px}.mini__program__plan .info__wrapper p+p[data-v-e8a748c6]{padding-top:10px}.syllable__range__block__wrapper[data-v-e8a748c6]{border-radius:20px;background-color:#725cff;padding:15px}.syllable__range__block__wrapper span.title[data-v-e8a748c6]{color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal;display:block;padding-bottom:20px}.syllable__range__block__wrapper .label__tag__block[data-v-e8a748c6]{padding-bottom:20px}.syllable__range__block__wrapper .label__tag__block .number__tag[data-v-e8a748c6]{border-radius:8px;background-color:#fff;padding:8px 16px;color:#725cff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;width:-moz-fit-content;width:fit-content}.data__value__wrapper .inline__box[data-v-e8a748c6]{display:inline-block;vertical-align:middle;width:29.4%}.data__value__wrapper .inline__box+.inline__box[data-v-e8a748c6]{padding-left:30px}.data__value__wrapper .data__tag__wrap[data-v-e8a748c6]{border-radius:8px;background-color:#917aff;padding:16px 8px;width:100%}.data__value__wrapper .data__tag__wrap[data-v-e8a748c6]>*{margin-top:-20px}.data__value__wrapper .data__tag__wrap span[data-v-e8a748c6]{display:inline-block;vertical-align:middle;width:50%;color:#fff;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.data__value__wrapper .data__tag__wrap .number__text[data-v-e8a748c6]{font-size:24px;font-weight:600;line-height:normal}.syllable__range__block__wrapper .data__value__wrapper[data-v-e8a748c6]{padding-bottom:20px}.syllable__range__block__wrapper .text__block__wrapper .label__title[data-v-e8a748c6]{color:#fff;font-family:Poppins;font-size:24px;font-style:normal;font-weight:800;line-height:normal;padding-bottom:8px}.text__block__wrapper .text__area__block[data-v-e8a748c6]{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:15px 0}.mini__program__plan .faq__info__block__wrapper[data-v-e8a748c6]{border-radius:20px;background-color:#fff;padding:15px}.faq__info__block__wrapper .faq__block__item[data-v-e8a748c6]{border-radius:10px;background-color:#e8f2fc;padding:15px}.faq__info__block__wrapper .faq__block__item p[data-v-e8a748c6]{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.faq__info__block__wrapper .faq__block__item p+p[data-v-e8a748c6]{padding-top:8px}.mini__program__plan .sub__title__block[data-v-e8a748c6]{border-radius:20px;background-color:#fff;padding:15px;margin-bottom:25px}.mini__program__plan .sub__title__block h4.title[data-v-e8a748c6]{color:#111610;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.label__tag__block .number__tag.disable[data-v-e8a748c6]{background-color:#dee2e7;color:#8f959c}.syllable__tracker__data__table[data-v-e8a748c6]{border-radius:20px;background-color:#fff;padding:15px}.syllable__tracker__data__table .table__head__wrapper .head__text__block[data-v-e8a748c6]{display:inline-block;vertical-align:middle;width:12%}.table__head__wrapper .head__text__block span[data-v-e8a748c6]{display:block;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;padding-bottom:3px}.table__head__wrapper .head__text__block p[data-v-e8a748c6]{display:block;color:#3f444a;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.syllable__tracker__data__table .syllable__tracker__data__list__wrapper .row__item__block[data-v-e8a748c6],.syllable__tracker__data__table .table__head__wrapper[data-v-e8a748c6]{display:flex;align-items:center;justify-content:space-between}.syllable__tracker__data__table .table__head__wrapper .head__item__list[data-v-e8a748c6]{display:flex;align-items:center;width:87%;justify-content:space-between}.head__item__list .head__item__block[data-v-e8a748c6]{text-align:center;display:inline-block;vertical-align:top;width:7.5%}.head__item__list .head__item__block span[data-v-e8a748c6]{color:#3f444a;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal;display:block;padding:3px 0 10px}.head__item__block .label[data-v-e8a748c6]{border-radius:3px;background-color:#eee8ff;color:#111610;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal;padding:5px 8px 8px 8px}.checkbox__inline .checkbox[data-v-e8a748c6]{display:block;line-height:0px;width:20px;margin:0 auto}.checkbox__inline .blank__checkbox[data-v-e8a748c6]{width:20px;border-radius:5px;background-color:#dee2e7;height:20px;display:block;margin:0 auto}.label__title__block span[data-v-e8a748c6]{display:block;color:#111610;font-family:Poppins;font-size:15px;font-style:normal;font-weight:500;line-height:normal}.row__item__block .label__title__block[data-v-e8a748c6]{display:inline-block;vertical-align:middle;width:12%}.row__item__block .checkbox__group__wrapper[data-v-e8a748c6]{display:flex;align-items:center;width:87%;justify-content:space-between}.checkbox__group__wrapper .checkbox__inline[data-v-e8a748c6]{display:inline-block;vertical-align:middle;width:7.5%}.head__item__list .head__item__block.active .label[data-v-e8a748c6]{background-color:#725cff;color:#fff}.head__item__list .head__item__block .automate[data-v-e8a748c6]{background:#725cff;color:#fff;border-radius:3px;font-size:18px;font-family:Poppins;font-style:normal;font-weight:500;padding:5px 8px 8px 8px}.head__item__list .head__item__block .manual[data-v-e8a748c6]{background:#36c27a;color:#fff;border-radius:3px;font-size:18px;font-family:Poppins;font-style:normal;font-weight:500;padding:5px 8px 8px 8px}.faq__info__block__wrapper .faq__block__item ul[data-v-e8a748c6]{padding:0 0 0 20px;list-style:disc}.faq__info__block__wrapper .faq__block__item ul li p[data-v-e8a748c6]{padding-bottom:5px}.faq__info__block__wrapper .faq__block__item ul li p[data-v-e8a748c6],.faq__info__block__wrapper .faq__block__item ul li[data-v-e8a748c6]{color:#111610;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.indicator__block__wrap .indicator__option[data-v-e8a748c6]{display:inline-block;vertical-align:middle;margin-top:-15px}.indicator__block__wrap .indicator__option img[data-v-e8a748c6]{width:24px;display:inline-block;vertical-align:middle;margin-top:15px}.indicator__block__wrap .indicator__option span[data-v-e8a748c6]{display:inline-block;vertical-align:middle;padding-left:15px;color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.mini__program__plan .indicator__block__wrap[data-v-e8a748c6]{border-radius:20px;background-color:#fff;padding:15px 15px 10px 15px}img[data-v-e8a748c6]{max-width:100%;height:auto;border:0}.mini__program__plan .option__block__wrapper[data-v-e8a748c6]{border-radius:20px;background-color:#fff;padding:15px}.option__block__wrapper .option__block__item h4.title[data-v-e8a748c6]{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:800;line-height:normal;padding-bottom:6px}.option__block__wrapper .option__block__item .ans[data-v-e8a748c6]{padding:14px 0;color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.option__block__wrapper .option__block__item+.option__block__item[data-v-e8a748c6]{padding-top:25px;border-top:1px solid #dee2e7}.mini__program__plan .note__block__wrapper[data-v-e8a748c6]{border-radius:20px;background-color:#fff;padding:15px}.mini__program__plan .note__block__wrapper .inner__note__block[data-v-e8a748c6]{border-radius:10px;background-color:#e8f2fc;padding:15px}.note__block__wrapper .head__group__wrap .btn__cover__block[data-v-e8a748c6]{display:inline-block;vertical-align:middle;width:49.5%;text-align:right}.note__block__wrapper .head__group__wrap span.title[data-v-e8a748c6]{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;display:inline-block;vertical-align:middle;width:49.5%}.note__block__wrapper .print__btn[data-v-e8a748c6]{display:inline-block;vertical-align:middle;border-radius:6px;background-color:#725cff;padding:8px 20px}.note__block__wrapper .print__btn .btn__icon[data-v-e8a748c6]{display:inline-block;width:20px;vertical-align:middle;line-height:0px}.note__block__wrapper .print__btn .btn__text[data-v-e8a748c6]{color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal;display:inline-block;vertical-align:middle}.mini__program__plan .note__block__wrapper .text__block__wrapper[data-v-e8a748c6]{color:#3f444a;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.note__block__wrapper .text__block__wrapper p+p[data-v-e8a748c6]{padding-top:10px}.skills__preferences__box__wrapper[data-v-e8a748c6]{border-radius:20px;background-color:#fff;padding:15px}.skills__preferences__box__wrapper .skill__preferences__row[data-v-e8a748c6]{border-bottom:1px solid #dee2e7}.skill__preferences__row .number__text[data-v-e8a748c6]{color:#111610;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;display:inline-block;width:5%}.skill__preferences__row .text__block__wrapper[data-v-e8a748c6]{display:inline-block;vertical-align:top;width:46.8%}.skill__preferences__row .text__block__wrapper span[data-v-e8a748c6]{display:block;padding-bottom:6px;color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:800;line-height:normal;text-transform:capitalize}.text__block__wrapper .text__wrapper[data-v-e8a748c6]{color:#3f444a;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:0 0 15px 0}.target__keys__wrapper[data-v-e8a748c6]{border-radius:20px;background-color:#fff;padding:15px}.target__keys__wrapper h4.section__title[data-v-e8a748c6]{color:#111610;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal;padding-bottom:15px}.taget__key__item__block h6.title[data-v-e8a748c6]{color:#111610;font-family:Poppins;font-size:20px;font-style:normal;font-weight:800;line-height:normal;padding:10px 15px;margin-bottom:20px}.number__block__wrapper .number__block span[data-v-e8a748c6]{display:block;padding:12px 15px;color:#3f444a;font-family:Poppins;font-size:15px;font-style:normal;font-weight:400;line-height:normal;border-bottom:1px solid #000}.indicator__block__wrap .indicator__option.padding__left[data-v-e8a748c6]{padding-left:25px}.ml10[data-v-e8a748c6]{margin-left:10px!important}.group__row__block.mt20[data-v-e8a748c6]{margin-top:20px}.group__row__block.mt-25[data-v-e8a748c6]{margin-top:-25px}.syllable__tracker__data__list__wrapper .pb__10px[data-v-e8a748c6]{padding-bottom:15px}.page-break[data-v-e8a748c6]{page-break-before:always;display:block;height:0}.taget__key__item__block .number__block__wrapper[data-v-e8a748c6]{border-radius:20px;background-color:#f6f2fd}.number__block__wrapper .number__block:last-child span[data-v-e8a748c6]{border-bottom:0}.taget__key__item__block .number__block__wrapper+.number__block__wrapper[data-v-e8a748c6]{margin-top:12px}.check__info[data-v-e8a748c6]{font-weight:400;font-size:13px}.learner__tips__widget .swiper{height:320px;border-radius:20px;background:#fff}.learner__tips__widget .swiper-slide{padding:0;flex-direction:column!important;& img{width:240px;margin:0 auto}& b{font-size:20px;display:block;margin:20px 0}& b,& p{text-align:center}}input[readonly],select[readonly]{background-color:#eeeef0}.chart-container[data-v-c6bf7e8c]{padding:20px;border:1px solid #eee;border-radius:16px}.admin-user-info[data-v-1a5d3f87]{width:100%;border-radius:16px;background:#f0f8ff;padding:clamp(20px,-1533rem + 3200vw,30px) clamp(20px,-1533rem + 3200vw,24px)}.features-coming-soon .swiper{width:400px;height:360px;border-radius:20px;background:#e8f2fc}.features-coming-soon .swiper-slide{padding:20px;flex-direction:column!important;& img{width:240px;margin:0 auto}& b{font-size:20px;display:block;margin:20px 0}& b,& p{text-align:center}}.swiper-slide{background:transparent}.credit-summary[data-v-7b61fe57]{background-color:#f5f5f5;padding:15px;border-radius:16px;margin:15px 0}.credit-summary h3[data-v-7b61fe57]{margin:0 0 10px;font-size:16px}.credit-summary p[data-v-7b61fe57]{margin:5px 0;font-size:14px}[data-v-0cf8300d]:root{--gradiant-1:linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%)}.global-loader[data-v-0cf8300d]{position:fixed;inset:0;background:hsla(0,0%,100%,.7);display:flex;justify-content:center;align-items:center;z-index:9999}.spinner[data-v-0cf8300d]{width:50px;height:50px;border:6px solid transparent;border-top:6px solid;border-radius:50%;animation:spin-0cf8300d 1s linear infinite;background-image:var(--gradiant-1,linear-gradient(109deg,#725cff 4.97%,#41b9fe 95.65%));background-clip:border-box;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 6px),#000 calc(100% - 5px));-webkit-mask-composite:destination-in;mask-composite:intersect}@keyframes spin-0cf8300d{to{transform:rotate(1turn)}}