.custom-select-dropdown{position:relative;width:100%;cursor:pointer}.selected-option{padding:10px 15px;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:space-between;border:1px solid #f0f0f0}.selected-option .content{display:flex;align-items:center;gap:10px}.selected-option .content img{width:24px;height:24px;object-fit:contain}.selected-option .arrow{font-size:14px;transition:transform .2s ease}.dropdown-list{position:absolute;top:60px;left:0;right:0;background:#fff;display:none;z-index:999;max-height:200px;overflow-y:auto;border-radius:5px;box-shadow:0px 0px 20px 0 rgba(0,0,0,.23)}.dropdown-list.show{display:block}.dropdown-item{padding:10px 15px;display:flex;align-items:center;gap:10px;transition:background .2s}.dropdown-item:hover{background:#f0f0f0}.dropdown-item img{width:24px;height:24px;object-fit:contain}.dropdown-item.selected{background:rgba(113,196,255,.38);font-weight:700}.custom-select-dropdown .arrow img{width:16px}.custom-select-dropdown .arrow{display:flex;align-items:center}