.custom-tabs-button{width:100%;background:none;border:none;outline:none;cursor:pointer;text-align:left;padding-bottom:10px;display:flex;align-items:center;justify-content:flex-start;transition:transform .3s ease,color .3s ease}.custom-tab-circle{display:flex;justify-content:center;align-items:center;border-radius:50%;transition:all .3s ease}.custom-tab-circle-active{width:30px;height:30px;background-color:#ff9f43;color:white;font-weight:700}.custom-tab-circle-inactive{width:30px;height:30px;background-color:#e0e0e0;color:black;font-weight:400}.custom-tab-title{opacity:.6;transition:opacity .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-tab-title-active{opacity:1;font-weight:700}.wizard-stepper-container{border-radius:8px;min-height:160px;border:unset;overflow:unset;white-space:unset;display:flex;background-color:white;height:100%}.wizard-step-container.-first{border-top-left-radius:8px;border-bottom-left-radius:8px}.wizard-step-container{flex-wrap:unset;overflow-y:unset;overflow-x:unset;display:flex;flex:1 1;min-width:250px;position:relative}.wizard-step.-first{border-left:1px solid #0000ff;border-top-left-radius:8px;border-bottom-left-radius:8px;margin-left:0;position:relative;padding:16px 8px;border-top:1px solid green;border-bottom:1px solid green;display:flex;flex-direction:column;flex:1 1}.wizard-step-container.-first .wizard-step{border-left:1px solid var(--color-border);border-top-left-radius:8px;border-bottom-left-radius:8px;margin-left:0;padding-left:16px}.wizard-step-container.-last .wizard-step{border-right:1px solid var(--color-border);border-top-right-radius:8px;border-bottom-right-radius:8px;margin-right:0;padding-right:8px}.wizard-step-container.-active .wizard-step{border-bottom:4px solid var(--color-orange-1);position:relative}.wizard-step{padding:16px 8px;display:flex;flex-direction:column;flex:1 1;position:relative;width:100%;z-index:1}.arrow-container,.wizard-step{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.arrow-container{width:41px;height:100%;display:block;background-color:white;right:0;top:0;z-index:2}.arrow,.arrow-container{overflow:hidden;position:absolute}.arrow{height:120px;right:-15px;top:50px;width:120px;border:2px solid var(--color-border);border-radius:12px;transform:rotate(45deg) skew(24deg,24deg);z-index:1}.border-container{height:121px;transform:rotate(-45deg);position:relative}.border-left{height:4px;width:100%;position:absolute;bottom:13px;background-color:#0000ff}.wizard-step-container.-active .border-left{height:4px;background-color:var(--color-orange-1)}.pointer{bottom:-10px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid var(--color-orange-1);display:block;position:absolute;left:50%;margin-left:-20px;z-index:99}.border-right{height:4px;width:100%;background-color:var(--color-orange-1);position:absolute;bottom:0}.arrow-container.-next-active{border-bottom:unset}.step-description{font-size:16px;height:100%;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.arrow-container .arrow{z-index:99}