.custom-country-select{width:100%;padding:9px 16px;border:1px solid #ebebeb;background-color:white;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:16px;transition:all .3s ease;outline:none;border-radius:4px}.custom-country-select-drop-down{border:1px solid #1e1e1e;border-bottom-left-radius:0;border-bottom-right-radius:0}.custom-country-select:focus,.custom-country-select:hover{border:1px solid #1e1e1e}.custom-select-text{color:#1E1E1E;font-size:16px;font-weight:400}.custom-select-arrow{color:#1E1E1E;transition:transform .3s ease}.custom-country-dropdown{position:absolute;top:100%;left:0;right:0;background-color:white;border:1px solid #1e1e1e;border-top:none;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);z-index:1000}.custom-dropdown-search{padding:10px 16px}.custom-search-input{background-color:white;width:100%;line-height:20px;font-size:14px;color:#1E1E1E;outline:none;transition:border-color .2s ease}.custom-search-input::placeholder{color:#9ca3af}.custom-dropdown-list{max-height:240px;overflow-y:auto}.custom-dropdown-item{padding:11px 16px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease;color:#1E1E1E;font-size:14px;background-color:white;border-top:1px solid #ebebeb}.custom-dropdown-item:hover{background-color:#f8f8f8;color:#111827}.custom-dropdown-item.selected{background-color:#E6F0F8;font-weight:700}.custom-item-text{color:inherit;font-size:14px}.custom-dropdown-empty{padding:16px;text-align:center;color:#6b7280;font-size:14px}.ant-collapse-header-text{font-weight:700!important;color:black}