.page-header {
	display: none !important;
}

select {
	outline: none;
}

.dropdown-wrapper {
	display: flex;
	width: 100%;
	gap: 10%;
}
.dropdown-container {
	width: 100%;
}

.wrapper {
				display: flex;
				flex-direction: column;
				gap: 62px;
				width: 100%;
				height: 100%;
				margin-top: 48px;
				margin-bottom: 80px;
			}

			table {
				border-spacing: 0;
				border-collapse: separate;
			}

			table thead th {
				padding: 8px;
				border: 1px solid #ececec;
				border-radius: 32px 32px 0 0;
				border-bottom: 0 !important;
				border-block-start: 1px solid #ececec !important;
				-webkit-border-before: 1px solid #ececec;
			}

			.text-14 {
				font-family: DM Sans;
				font-size: 14px;
				font-weight: 400;
				line-height: 22px;
				text-align: left;
				margin-top: 12px;
			}

			.text-20 {
				font-family: DM Sans;
				font-size: 20px;
				font-weight: 700;
				line-height: 26px;
				text-align: left;
				margin: 12px 0;
			}

			table thead th:last-of-type {
				position: relative;
				left: -1px;
			}

			table tbody tr td:last-of-type {
				position: relative;
				left: -1px;
			}

			table tbody tr td:first-of-type {
				position: relative;
				left: 1px;
				text-align: left;
				border-left: 0 !important;
			}

			table tbody .regular:last-of-type td {
				border-bottom: 1px solid #ececec !important;
			}

			table tbody tr:last-of-type td {
				border-bottom: 1px solid #ececec !important;
				border-radius: 0 0 32px 32px;
			}

			.table-head-image {
				width: 100%;
				aspect-ratio: 302/188;
				border-radius: 24px;
			}

			.table-head-image img {
				width: 100%;
				border-radius: 24px;
			}

			td {
				width: 320px;
				font-family: DM Sans;
				font-size: 16px;
				font-weight: 400;
				line-height: 24px;
				text-align: center;
				padding: 12px 0;
				border: 1px solid #ececec !important;
				border-bottom: 0 !important;
				background-color: transparent !important;
			}

			td img {
				position: absolute;
			}

			.no-border {
				border: 0 !important;
			}

			td button {
				background-color: #ffdd33;
				color: #111111;
				font-family: DM Sans;
				font-size: 16px;
				font-weight: 500;
				line-height: 24px;
				text-align: center;
				border: 0;
				outline: none;
				padding: 12px 93px;
				border-radius: 10000px;
				cursor: pointer;
				width: 100%;
			}

			td button:focus {
				outline: 0;
				background-color: #ffdd33;
				color: #111111;
			}

			td button:hover {
				background-color: #e6c200;
				color: #111111;
			}

			td button:active {
				background-color: #cca700;
				color: #111111;
			}

			.no-border-bottom {
				border-bottom: 0 !important;
				border-right: 0 !important;
				border-left: 0 !important;
			}

			.switch {
				position: relative;
				display: inline-block;
				width: 72px;
				height: 36px;
			}

			.switch input {
				opacity: 0;
				width: 0;
				height: 0;
			}

			.slider {
				position: absolute;
				cursor: pointer;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				background-color: #ccc;
				-webkit-transition: 0.4s;
				transition: 0.4s;
			}

			.slider:before {
				position: absolute;
				content: "";
				height: 30px;
				width: 30px;
				left: 3px;
				bottom: 3px;
				background-color: white;
				-webkit-transition: 0.4s;
				transition: 0.4s;
			}

			input:checked + .slider {
				background-color: #2196f3;
			}

			input:focus + .slider {
				box-shadow: 0 0 1px #2196f3;
			}

			input:checked + .slider:before {
				-webkit-transform: translateX(36px);
				-ms-transform: translateX(36px);
				transform: translateX(36px);
			}

			/* Rounded sliders */
			.slider.round {
				border-radius: 36px;
			}

			.slider.round:before {
				border-radius: 50%;
			}

			.toggles {
/* 				display: flex; */
				display: none;
			}

			.toggles .toggle {
				display: flex;
				align-items: center;
				gap: 16px;
				border-right: 1px solid #11111114;
				padding-right: 24px;
			}

			.toggles .button {
				display: flex;
				align-items: center;
				gap: 12px;
				padding-left: 24px;
				cursor: pointer;
			}

			.toggles .text {
				font-family: DM Sans;
				font-size: 16px;
				font-weight: 400;
				line-height: 24px;
				text-align: left;
				color: #111111;
			}