.custom-radio-group-container .radio-item-wrapper{position:relative;display:flex;align-items:center;justify-content:space-between;border-radius:6px;transition:all .15s ease-in;cursor:pointer}.custom-radio-group-container .radio-item-wrapper .radio-icon{margin-right:8px;transform:all .2s ease-in;opacity:.75}.custom-radio-group-container .radio-item-wrapper .radio-icon:hover{opacity:1}.custom-radio-group-container .radio-item-wrapper .ant-radio-wrapper{display:flex}.custom-radio-group-container .radio-item-wrapper:hover{background:#fff}.filter-section-dropdown{position:relative}.filter-section-dropdown .ant-radio-group{width:100%;display:flex;flex-direction:column;gap:8px}.filter-section-dropdown .ant-radio-group .ant-radio-wrapper{display:flex;align-items:center;height:30px;padding:0 6px;font-size:14px;font-weight:400;color:rgba(0,0,0,.85);border-radius:6px;text-wrap:nowrap;transition:all .3s ease;gap:8px;cursor:pointer;width:100%}.filter-section-dropdown .ant-radio-group .ant-radio-wrapper:after{display:none}.filter-section-dropdown .ant-radio-group .ant-radio-wrapper .ant-radio{top:unset}.filter-section-dropdown .ant-radio-group .ant-radio-wrapper .ant-radio-label{max-width:160px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.filter-section-dropdown .ant-radio-group .radio-icon{position:absolute;margin-right:0;right:8px}.filter-section-dropdown .filter-section-header{padding:12px 0}.filter-section-dropdown .filter-section-header .icon-arrow{transition:all .2s ease-in}.filter-section-dropdown .grade-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;margin:0 auto;width:100%}@media screen and (max-width:1280px){.filter-section-dropdown .grade-grid .custom-ant-button{width:96px}}.filter-drawer-left-v2{border-right:1px solid rgba(45,54,66,.08);display:flex;height:100%;overflow:hidden;z-index:1;transition:all .3s ease}.filter-drawer-left-v2 .filter-section-dropdown:last-child{padding-bottom:16px}.filter-drawer-left-v2 .scrollable-filter-section{overflow-y:scroll;display:flex;flex-direction:column;gap:8px;padding:0 16px;position:relative;height:100%}.filter-drawer-left-v2 .scrollable-filter-section::-webkit-scrollbar{width:4px!important}.filter-drawer-left-v2 .scrollable-filter-section::-webkit-scrollbar-thumb{background-color:transparent}.filter-drawer-left-v2 .scrollable-filter-section:hover::-webkit-scrollbar-thumb{background-color:#dedede}.filter-drawer-left-v2 .scrollable-filter-section .filter-section-header{position:relative;background-color:#f9f9fb}.filter-drawer-left-v2 .scrollable-filter-section .filter-section-header.is-active{position:sticky;top:0;z-index:10}.filter-drawer-left-v2 .scrollable-filter-section .filter-section-header.is-active:before{top:45px}.filter-drawer-left-v2 .scrollable-filter-section .filter-section-header.is-active:before,.filter-drawer-left-v2.has-gradient:before{content:"";position:absolute;left:0;width:100%;height:20px;z-index:2;background:linear-gradient(0deg,hsla(0,0%,100%,0) 0,#f9f9fb 95%);pointer-events:none;border-radius:6px 6px 0 0}.filter-drawer-left-v2.has-gradient:before{top:0}.filter-drawer-left-v2:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:10px;z-index:2;background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#f9f9fb 95%);pointer-events:none;border-radius:0 0 6px 6px}