.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}}.overall-container{width:100%;min-height:100vh;height:100vh;margin:0 auto;padding:0}.base-container{width:100%;height:100%;padding:1rem 2rem}.auth-container,.compliance-container{padding:0 4rem 1.5rem;gap:.5rem;position:relative;display:flex;flex-direction:column;height:100%}.compliance-container{gap:40px}.baseTab-vertical-component-container{height:100%;overflow-y:auto;padding-bottom:10px}.dashboard-get-started-container{display:flex;justify-content:space-between;gap:1.5rem}