.input-container{display:flex;flex-direction:column;--border-color:var(--gray-300);--shadow-color:transparent;--icon-color:var(--gray-500)}.input-container .input-label{font-size:1.4rem;font-style:normal;font-weight:500;line-height:142.857%;color:var(--gray-700,#344054);margin-bottom:.6rem}.input-container .input-section{display:flex;padding:1rem 1.4rem;align-items:center;gap:.8rem;align-self:stretch;transition:all .2s;border-radius:8px;border:1px solid var(--border-color);box-shadow:0 0 0 4px var(--shadow-color),0 1px 2px 0 rgba(16,24,40,.05)}.input-container .input-section input,.input-container .input-section textarea{outline:none;height:100%;flex:1;font-size:1.6rem;font-style:normal;font-weight:400;line-height:150%;color:var(--gray-900,#101828);min-width:0}.input-container .input-section input:-webkit-autofill,.input-container .input-section textarea:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 30px #fff}.input-container .input-section input:autofill,.input-container .input-section textarea:autofill{-webkit-box-shadow:inset 0 0 0 30px #fff}.input-container .input-section svg{color:var(--icon-color);width:2rem;height:2rem}.input-container:focus-within{--border-color:var(--primary-300);--shadow-color:var(--primary-100)}.input-container.has-error{--border-color:#f04438;--icon-color:#f04438;--shadow-color:transparent}.input-container.has-error:focus-within{--shadow-color:#fee4e2}.input-container .error-message{color:#f04438}.preload{width:100%;height:100%;align-items:center;justify-content:center;display:flex;--chase-size:5rem}.preload.sm{--chase-size:1.4rem}.preload .spinning{animation:spin 2s linear infinite;border-top:5px solid var(--border);border:5px solid var(--border);border-top-color:var(--primary-color);border-radius:50%;width:60px;height:60px;position:absolute}.preload .sk-chase{width:var(--chase-size);height:var(--chase-size);position:relative;animation:sk-chase 2.5s linear infinite both}.preload .sk-chase-dot{width:100%;height:100%;position:absolute;left:0;top:0;animation:sk-chase-dot 2s ease-in-out infinite both}.preload .sk-chase-dot:before{content:"";display:block;width:25%;height:25%;background-color:var(--primary-color);border-radius:100%;animation:sk-chase-dot-before 2s ease-in-out infinite both}.preload .sk-chase-dot:first-child{animation-delay:-1.1s}.preload .sk-chase-dot:nth-child(2){animation-delay:-1s}.preload .sk-chase-dot:nth-child(3){animation-delay:-.9s}.preload .sk-chase-dot:nth-child(4){animation-delay:-.8s}.preload .sk-chase-dot:nth-child(5){animation-delay:-.7s}.preload .sk-chase-dot:nth-child(6){animation-delay:-.6s}.preload .sk-chase-dot:first-child:before{animation-delay:-1.1s}.preload .sk-chase-dot:nth-child(2):before{animation-delay:-1s}.preload .sk-chase-dot:nth-child(3):before{animation-delay:-.9s}.preload .sk-chase-dot:nth-child(4):before{animation-delay:-.8s}.preload .sk-chase-dot:nth-child(5):before{animation-delay:-.7s}.preload .sk-chase-dot:nth-child(6):before{animation-delay:-.6s}@keyframes sk-chase{to{transform:rotate(1turn)}}@keyframes sk-chase-dot{80%,to{transform:rotate(1turn)}}@keyframes sk-chase-dot-before{50%{transform:scale(.4)}0%,to{transform:scale(1)}}.preload .mini-logo{width:36px;height:36px;background-size:contain}@keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}.radio-group .radio-option .radio-input{border-color:#222020}.radio-group .radio-option .radio-input.checked{background-color:#315eff;border-color:#315eff}.radio-group .radio-label{color:#a0aec0}.header .nav .nav-menu{display:none}.header .nav:hover .nav-menu{display:flex}.sidebar-item-container .sidebar-child-container{height:0;overflow:hidden;padding:0!important}.sidebar-item-container .expand-icon{transform:rotate(-90deg)}.sidebar-item-container.expanded .expand-icon{transform:rotate(0deg)}.sidebar-item-container.expanded .sidebar-child-container{display:flex;height:-moz-fit-content;height:fit-content}nav::-webkit-scrollbar{width:0!important;height:0!important}.customer-layout #sidebar{transition:all .5s ease-in-out}@media(max-width:768px){.customer-layout #sidebar{transition:all .5s ease-in-out;opacity:0;transform:translateX(100%)}.customer-layout #sidebar.show{transform:translateX(0);opacity:1}}