.custom-dropdown-wrapper{z-index:20000;width:100%;position:relative}.custom-dropdown-wrapper:has(.custom-dropdown-list){z-index:20002}.custom-dropdown-input{color:#404040;cursor:pointer;box-sizing:border-box;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23404040' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:12px 8px;border:1px solid #ced4da;border-radius:8px;width:100%;padding:12px 40px 12px 16px;font-family:inherit;font-size:16px;font-weight:500;transition:all .2s}.custom-dropdown-input:hover:not(.disabled){background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23F08A17' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");border-color:#f08a17}.custom-dropdown-input:focus{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23F08A17' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");border-color:#f08a17;outline:none;box-shadow:0 0 0 2px #f08a171a}.custom-dropdown-input.disabled{cursor:not-allowed;opacity:.8;background-color:#e9ecef}.custom-dropdown-input.disabled:focus{box-shadow:none;border-color:#ced4da}.custom-dropdown-list{z-index:20001;background-color:#fff;border:1px solid #ced4da;border-radius:8px;max-height:300px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #00000026}.custom-dropdown-option{cursor:pointer;color:#404040;border-bottom:1px solid #f0f0f0;padding:12px 20px;font-size:16px;font-weight:400;transition:background-color .2s}.custom-dropdown-option:last-child{border-bottom:none}.custom-dropdown-option:hover{background-color:#f8f8f8}.custom-dropdown-option.selected{background-color:#fff4e6}.custom-dropdown-option-label{color:#404040;margin-bottom:4px;font-size:14px;font-weight:600}.custom-dropdown-option-subtitle{color:#4c4a5a;font-size:12px}.custom-dropdown-option-empty{text-align:center;color:#999;padding:20px;font-size:14px}
