.custom-select-container{flex-direction:column;flex:1;font-family:inherit;display:flex;position:relative}.custom-select-label{color:#888;pointer-events:none;margin-bottom:-5px;font-size:16px;font-weight:400;transition:all .3s}.custom-select-trigger{color:#1a1a1a;cursor:pointer;border-bottom:1px solid #999;justify-content:space-between;align-items:center;width:100%;min-height:46px;padding:12px 0;font-size:18px;transition:border-color .3s;display:flex}.custom-select-trigger.placeholder span{color:#888}.custom-select-arrow{align-items:center;transition:transform .3s;display:flex}.custom-select-trigger.open .custom-select-arrow{transform:rotate(180deg)}.custom-select-trigger.open,.custom-select-trigger:focus{border-bottom-color:#4eabe0}.custom-select-options{z-index:1000;background:#fff;border-radius:4px;width:100%;margin-top:5px;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 10px 25px #0000001a}.custom-select-option{color:#333;cursor:pointer;padding:12px 20px;font-size:16px;transition:background .2s}.custom-select-option:hover{background:#f0f0f0}.custom-select-option.selected{color:#4eabe0;background:#eef8ff}.strategy-select .custom-select-trigger{height:auto;padding:12px 0;font-size:16px}.strategy-select .custom-select-trigger.placeholder span{font-weight:300}.strategy-select .custom-select-trigger:not(.placeholder) span{color:#1a1a1a;font-weight:400}
