.custom-select{position:relative;min-width:90px;height:36px}.custom-select.custom-select--active:not(.custom-select-gray) .select-trigger{border-color:#6065f0;border-width:2px}.custom-select.custom-select--active:not(.custom-select-gray) .select-trigger svg path{fill:#6065f0}.custom-select.custom-select--active:not(.custom-select-gray) svg path{fill:#303030}.custom-select .custom-select-icon{position:absolute;right:7px;width:20px;height:20px;top:50%;margin-top:-10px;display:flex;align-items:center;justify-content:center}.custom-select-gray .select-trigger{border:1px solid #cfcee1}.select-trigger{padding:0 10px;border:1px solid #7b7b7b;border-radius:10px;cursor:pointer;height:36px;line-height:36px;font-size:14px;color:#4d4d4d;display:flex;align-items:center;justify-content:space-between}.select-trigger span{margin-right:5px}.select-menu{position:absolute;top:46px;left:0;border-radius:10px;width:100%;z-index:1000;border:1px solid #b8c3d8;background-color:#f3f3f6;overflow:hidden;padding:5px}.search-input{width:100%;padding:8px;border:1px solid #ccc;margin-bottom:8px;border-radius:4px}.option-list{list-style-type:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.option-list .option-item{padding:0 10px;height:36px;line-height:36px;cursor:pointer;color:#000;border-radius:5px;transition:background-color .3s}.option-list .option-item.selected,.option-list .option-item:hover{background-color:rgba(184,195,216,.698)}