.verticalBaseTab-container,.verticalCustomTab-container{display:flex;justify-content:space-between;width:100%;gap:3rem}.horizontalCustomTab-container{display:flex;flex-direction:column;gap:3.5rem}.horizontalCustomTab-tabs-container{display:flex;flex-direction:row;height:max-content}.containedTab{background-color:white}.containedTab:hover{background-color:var(--gray--1)}.fade-in{animation:fade-in .5s ease-in-out}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media screen and (max-width:885px){.verticalCustomTab-container{flex-direction:column}.baseTab-vertical-component-container{display:none}}@media screen and (max-width:565px){.customTab-label{display:none}}@media screen and (max-width:640px){.baseTab-horizontal-tab-wrapper{position:relative}.baseTab-horizontal-tab-wrapper:after{content:"";position:absolute;top:0;right:0;width:48px;height:100%;background:linear-gradient(to right,transparent,var(--page-bg,#f5f6f8));pointer-events:none;z-index:1;transition:opacity .2s ease}.baseTab-horizontal-tab-wrapper.at-end:after{opacity:0}.baseTab-horizontal-tab-row{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.baseTab-horizontal-tab-row::-webkit-scrollbar{display:none}.baseTab-horizontal-tab-row p{white-space:nowrap;flex-shrink:0}}