
	.custom-select-wrapper.svelte-ci7lzw {
		/* position: relative; */
		/* z-index: 0; */
		max-width: 352px;
		height: 53px;
		cursor: pointer;
	}

	.custom-select.svelte-ci7lzw {
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	.custom-select.is-open.svelte-ci7lzw {
		z-index: 100;
	}

	.select-header.svelte-ci7lzw {
		height: 100%;
		width: 100%;
		padding: 3px 14px 0 34px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
		max-width: 352px;
		background-color: #fff;
		clip-path: polygon(0% 14%, 100% 0%, 100% 100%, 4% 100%);
		outline-style: none;
	}

	.select-header.svelte-ci7lzw p:where(.svelte-ci7lzw) {
		color: #535357;
	}

	.options-container.svelte-ci7lzw {
		position: absolute;
		top: 90%;
		left: 5px;
		max-width: 345px;
		width: 100%;
		height: 161px;
		background-color: #fff;
		color:#535357;
		border-top: 19px;
		padding: 8px 0;
		z-index: 200;
		clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%);

		overflow-y: auto;
	}

	.options-container.svelte-ci7lzw::-webkit-scrollbar {
		width: 6px;
	}

	.options-container.svelte-ci7lzw::-webkit-scrollbar-track {
		background: transparent;
	}

	.options-container.svelte-ci7lzw::-webkit-scrollbar-thumb {
		background: rgba(0, 0, 0, 0.2);
		border-radius: 3px;
	}

	.option.svelte-ci7lzw {
		height: 40px;
		padding: 8px 26px;
		cursor: pointer;
		transition: font-weight 0.2s;
		display: flex;
		align-items: center;
	}

	.option.svelte-ci7lzw:hover {
		font-weight: 600;
	}

	.selected.svelte-ci7lzw {
		font-weight: 600;
	}

	.arrow.svelte-ci7lzw {
		font-size: 12px;
	}

	p.svelte-ci7lzw {
		margin: 0;
	}
