.custom-tabs{width:100%}.custom-tabs.mode-card .tabs-header{position:relative;align-items:center;height:24px;padding:0;border:none;border-radius:6px;box-shadow:0 0 20px 0 rgba(71,69,86,.1)}.custom-tabs.mode-card .tabs-header .tab-item{flex-grow:1;justify-content:center;height:24px;padding:0 12px;font-size:12px;font-weight:500;border-radius:6px}.custom-tabs.mode-card .tabs-header .tab-item:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;content:"";border:2px solid rgba(0,0,0,0);border-radius:6px;transition:border-color .3s}.custom-tabs.mode-card .tabs-header .tab-item .tabs-header-label{font-size:10px}.custom-tabs.mode-card .tabs-header .tab-item.active{background-color:#fff}.custom-tabs.mode-card .tabs-header .tab-item.active:before{border-color:var(--primary-color)}.custom-tabs.mode-card .tabs-header .tab-item.active .tabs-header-label{font-weight:700;color:var(--primary-color)}.custom-tabs .tabs-header{position:relative;display:inline-flex;padding:4px;margin-bottom:16px;border:1px solid var(--Grey-Color-10);border-radius:30px;backdrop-filter:blur(1.53125px)}.custom-tabs .tabs-header .tab-item{position:relative;z-index:2;display:flex;gap:8px;align-items:center;height:36px;padding:8px 16px;font-weight:500;color:var(--Grey-Color-08);cursor:pointer;transition:color .3s ease}.custom-tabs .tabs-header .tab-item.active{color:var(--Grey-Color-04)}.custom-tabs .tabs-header .tab-item .tab-badge{display:flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:2px 6px;font-size:12px;color:#fff;background:var(--Grey-Color-08);border-radius:999px}.custom-tabs .tabs-header .tab-indicator{position:absolute;top:4px;z-index:1;height:calc(100% - 8px);background:var(--Button-background);border-radius:30px}.custom-tabs .tabs-content{position:relative;min-height:200px}