.custom-tabs .tab-list{display:flex;gap:0 12px;padding:0 7px;overflow:hidden}.custom-tabs .tab-list.scrollable{overflow-x:auto}.custom-tabs .tab-list.fullWidth{justify-content:space-between}.custom-tabs .tab-list.fullWidth .tab{flex:1 1;text-align:center}.custom-tabs .tab{padding:10px;cursor:pointer;background:none;border:none;outline:none;position:relative;white-space:nowrap}.custom-tabs .tab:focus{outline:none}.custom-tabs .tab.selected{color:var(--Blue-purple)}.custom-tabs .tab.selected:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background-color:var(--Blue-purple)}.custom-tabs .tab-panels .tab-panel{padding:10px 0 0}