.custom-dropdown{display:flex;position:relative;z-index:1}.custom-dropdown-text-wrapper{display:flex;flex-direction:column;gap:6px;margin-right:12px}.custom-dropdown-title{font-size:14px;line-height:normal}.custom-dropdown-title,.custom-dropdown-value{color:#000;text-align:right;leading-trim:both;text-edge:cap;font-style:normal;font-weight:400;line-height:1}.custom-dropdown-value{font-size:20px}.custom-dropdown-options-wrapper{position:absolute;margin-top:10px;top:100%;right:0;width:232px;padding:16px 8px 16px 24px;background-color:#fff;border-radius:8px;filter:drop-shadow(0 2px 8px rgba(0,0,0,.2))}.custom-dropdown-options{display:flex;flex-direction:column;align-items:flex-start;gap:10px;max-height:250px;overflow-y:auto;width:100%;box-sizing:border-box;padding-right:16px}.custom-dropdown-options::-webkit-scrollbar{width:2px;flex-shrink:0}.custom-dropdown-options::-webkit-scrollbar-track{border-radius:8px}.custom-dropdown-options::-webkit-scrollbar-thumb{height:137px;border-radius:8px;background:#d9d9d9}.custom-dropdown-option{color:#5c5c5c;font-size:14px;font-style:normal;font-weight:500;line-height:20px;width:100%}.custom-dropdown-option:hover{color:#ff5c25;cursor:pointer}.custom-dropdown-option-selected{color:#ff5c25!important}