.box{color:var(--theme-color);background-color:var(--theme-bg-color);transition:background-color .3s ease,color .3s ease}.box:active,.box:focus{color:var(--focus-theme-color);background-color:var(--focus-theme-bg-color);outline:none}.box:active svg path.black,.box:focus svg path.black{fill:#fff}.box:active svg path.white,.box:focus svg path.white{fill:#000}.form-layout{background:#f5f5f8!important;background-attachment:fixed;background-repeat:no-repeat}html body main div.fixed.top-0.z-50.w-full.h-20.bg-white.content-center{background:#fefefe;box-shadow:0 -6px 8px -6px rgba(35,31,32,.08),0 8px 16px -6px rgba(35,31,32,.08)}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.carousel{position:relative;width:300px;height:100px;overflow:hidden;margin:0 auto;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px -2px rgba(0,0,0,.05);border-radius:14px;border:.5px solid #dfdfdf;background:#fff}.slides{display:flex;transition:transform .3s ease-in-out}.slide{min-width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:16px;padding:10px;box-sizing:border-box;text-align:right}.slide:not(.active){display:none}.indicators{transform:translateX(-50%);display:flex;gap:5px}.indicator{width:10px;background:hsla(0,0%,75%,.5);transition:background-color .3s}.indicator,.indicator.active{height:8px;border-radius:20px}.indicator.active{width:20px;background:#231f20}.progress-form{position:absolute;left:0;border-radius:0 30px 30px 0;background:var(--PrimaryGradient,linear-gradient(252deg,rgba(168,194,86,.35) 3.27%,rgba(27,154,170,.35) 96.99%),#d3d3d3 50%/cover no-repeat)}.form-button{border-radius:8px;background:#222;display:flex;width:286px;height:48px;padding:12px 20px;justify-content:center;align-items:center;gap:8px;color:#fff}:root{--theme-color:#000;--theme-bg-color:#fff;--focus-theme-color:#fff;--focus-theme-bg-color:#333;--transparent-bg-color:hsla(0,0%,100%,0);--jb-date-input-border-color:#000;--jb-date-input-bgcolor:hsla(0,0%,100%,0);--jb-date-input-border-radius:8px;--jb-date-input-border-bottom-width:1px;--jb-date-input-calender-wrapper-border-radius:16px;--jb-calendar-day-text-color-today:#000!important;--jb-calendar-status-point-bgcolor-today:#000!important}.box2{background-color:var(--theme-bg-color)}.box2,.select{color:var(--theme-color);transition:background-color .3s ease,color .3s ease}.select{background-color:var(--transparent-bg-color)}.select:active,.select:focus{color:var(--focus-theme-color);background-color:var(--focus-theme-bg-color);outline:none}.box svg{fill:var(--theme-color)}.box2:active,.box2:focus{color:var(--focus-theme-color);background-color:var(--focus-theme-bg-color);outline:none}.box2:active svg path.black,.box2:focus svg path.black{fill:#fff}.box2:active svg path.white,.box2:focus svg path.white{fill:#000}.selected{background-color:#000;color:#fff}.selected svg path.white{fill:#000}.selected svg path.black{fill:#fff}input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:#fff;border:1px solid #000;border-radius:.25rem;width:1.25rem;height:1.25rem;display:inline-block;position:relative}input[type=checkbox]:checked{background-color:#000;border:1px solid #000;border-radius:.25rem}input[type=checkbox]:checked:before{content:"✔";display:block;color:#fff;font-weight:700;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;line-height:1.25rem;border-radius:.25rem}