.custom-dropdown-container{z-index:10;width:100%;position:relative}.custom-dropdown-container.is-open{z-index:100}.dropdown-trigger{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;height:55px;padding:0 20px;transition:all .3s;display:flex}.trigger-text{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.trigger-text.placeholder-text{color:#ffffff80}.dropdown-arrow{color:#fff;font-size:18px;transition:transform .3s}.dropdown-arrow.rotated{transform:rotate(180deg)}.dropdown-menu-list-common{-webkit-backdrop-filter:blur(20px);z-index:101;background:#141414f2;border:1px solid #ffffff1a;border-radius:12px;width:100%;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 10px 30px #00000080}.menu-scroll-container{max-height:250px;padding:8px 0;overflow-y:auto}.menu-scroll-container::-webkit-scrollbar{width:6px}.menu-scroll-container::-webkit-scrollbar-track{background:0 0}.menu-scroll-container::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.menu-scroll-container::-webkit-scrollbar-thumb:hover{background:#fff3}.dropdown-item-common{color:#ffffffb3;cursor:pointer;justify-content:space-between;align-items:center;padding:12px 20px;font-size:14px;transition:all .2s;display:flex}.dropdown-item-common:hover{color:#fff;background:#ffffff0d;padding-left:24px}.dropdown-item-common.selected{color:var(--primary-color);background:#4a76c91a;font-weight:600}.dropdown-item-common .check-icon{color:var(--primary-color);font-size:16px}
