.my-account {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.my-account-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 24px;
	gap: 16px;
}

.my-account-header__count {
	min-width: 24px;
	height: 24px;
	background: #e01e3f;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 500px;
	font-size: 14px;
	margin-left: 0;
	font-weight: 500;
	padding: 0 8px;
}

.my-account-header__button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 22px;
	height: 48px;
	background: #3462e6;
	box-shadow: 0px 4px 14px rgba(52, 98, 230, 0.24);
	border-radius: 48px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #eff5ff;
	border: 0;
	margin-left: 20px;
	cursor: pointer;
	text-decoration: none;
}

@media (max-width: 700px) {
	.my-account-header__button {
		margin-left: 0;
		width: 100%;
	}
}

.my-account-header__button:hover {
	background: #2a4fdb;
	color: #eff5ff;
}

.my-account-header__button img {
	margin-left: 14px;
}

.my-account-nav {
	flex: 0 0 24%;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	border: 1px solid #ecf1f3;
	box-shadow: 0px 20px 40px -12px rgba(103, 114, 136, 0.12);
	border-radius: 8px;
	padding: 24px 32px;
	font-weight: 500;
	font-size: 16px;
	min-width: 300px;
	margin-right: 20px;
}

.my-account-nav__item {
	border-bottom: 1px solid #eeeff1;
	padding: 12px 0;
	text-decoration: none;
	color: #8c919f;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.my-account-nav__content {
	display: flex;
	align-items: center;
}

.my-account-nav__item:last-child {
	border-bottom: none;
}

.my-account-nav__item:hover,
.my-account-nav__item.is-active {
	color: #192352;
}

.my-account-nav__count {
	width: 18px;
	height: 18px;
	background: #e01e3f;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 12px;
}

.my-account-nav-item__icon {
	width: 24px;
	height: 24px;
	margin-right: 12px;
}

.my-account-content {
	flex: 0 1 73%;
}

.my-account-content__title {
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 0;
}

.my-account-content__wrapper {
	overflow-x: visible;
}

@media (max-width: 700px) {
	.my-account-content__wrapper {
		overflow-x: auto;
	}
}

.my-account-content__wrapper > p:first-child {
	margin-top: 0;
}

.my-account-content__wrapper > p:last-child {
	margin-bottom: 0;
}

.my-account .form-group {
	display: flex;
	flex-direction: column;
}

.my-account .form-title {
	grid-column: span 2;
}

.my-account .form-title h3 {
	margin: 0;
}

.my-account .form-group label,
.my-account .my-account-content label {
	color: #000000;
	margin-bottom: 6px;
}

.my-account .form-group input,
.my-account .my-account-content input:not([type='submit']),
.my-account .select2-container--default .select2-selection--single,
.my-account .my-account-content textarea {
	height: 52px;
	background: #ffffff;
	border: 1px solid #b5bcc4;
	border-radius: 4px;
	padding: 14px 18px;
	font-size: 16px;
	color: #000;
}

.my-account .my-account-content textarea {
	height: auto;
}

.my-account .select2-container.-acf .select2-selection {
	border-color: #b5bcc4;
}

.my-account .select2-container--default .select2-selection--single {
	padding: 0;
}

.my-account .select2-selection__rendered {
	padding: 14px 18px;
}

.my-account .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 56px;
}

.my-account .form-container button,
.my-account-button {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 22px;
	height: 48px;
	background: #3462e6;
	box-shadow: 0px 4px 14px rgba(52, 98, 230, 0.24);
	border-radius: 48px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	border: 0;
	text-decoration: none;
}

.my-account .form-container button:hover,
.my-account-button:hover {
	background: #2a4fdb;
	color: #fff;
}

.my-account .form-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px 28px;
}

@media (max-width: 900px) {
	.my-account .form-container {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
}

.my-account-delete {
	margin-top: 28px;
}

.my-account-delete h1,
.my-account-delete h2,
.my-account-delete h3,
.my-account-delete h4,
.my-account-delete h5,
.my-account-delete h6 {
	margin-top: 0;
	margin-bottom: 0;
}

.my-account-messages {
	list-style-type: none;
	padding-left: 0;
	color: #fff;
}

.my-account-messages__item {
	border-left: 5px solid #3462e6;
	margin-bottom: 10px;
	padding: calc(3px + 0.5em) 12px;
	font-size: 13px;
}

.my-account-messages__item--error {
	background: #ffe6e6;
	color: #d12626;
	border-color: #d12626;
}

.my-account-messages__item--success {
	background: #e5fde6;
	color: #07ca00;
	border-color: #07ca00;
}

.my-account-messages__item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.my-account-table {
	width: 100%;
	min-width: 650px;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 14px;
	border: 0;
}

.my-account-item {
	padding: 12px 16px;
	background: #ffffff;
	filter: drop-shadow(0px 20px 40px rgba(103, 114, 136, 0.12));
	border: 0;
	border-radius: 12px;
}

.my-account-item:not(:first-child) {
	margin-top: 16px;
}

.my-account-item--disabled {
	.my-account-item__cell:not(.actions) {
		opacity: 0.32;
		pointer-events: none;
	}
}

.my-account-item__cell {
	padding: 12px;
}

.my-account-item__cell.claim {
	width: 50%;
}

.my-account-item__cell .category {
	font-size: 12px;
	line-height: 1.5;
	font-weight: 500;
	color: #4179f0;
}

.my-account-item__cell .name {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
	display: block;
}

.my-account-item__cell .id {
	font-size: 8px;
	line-height: 1.2;
	color: #8c919f;
}

.my-account-item__cell .price {
	font-size: 13px;
	line-height: 1.3;
	font-weight: 500;
	color: #192352;
	display: block;
}

.my-account-item__cell.thumbnail {
	width: 96px;
	height: auto;
	padding: 12px;
	padding-left: 16px;
}

.my-account-item__cell.thumbnail img {
	border-radius: 7px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.my-account-item__cell:first-child {
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.my-account-item__cell:last-child {
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.my-account-table__head {
	color: #8c919f;
}

.my-account-table__cell {
	font-weight: 500;
	text-align: left;
	padding: 12px 16px;
}

.my-account-item__status {
	padding: 6px 12px;
	background-color: #ff9500;
	border-radius: 6px;
	color: #fff;
}

.my-account-item__status.approved {
	background-color: #07ca00;
}

.my-account-table .my-account-alert p.alert {
	margin: 8px 0;
}

.my-account-alert td {
	padding-top: 6px;
}

.my-account-actions td {
	padding: 14px 10px;
}

.my-account-actions__links {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.my-account-actions__link {
	text-decoration: none;

	&:hover {
		text-decoration: underline;
	}
}

.my-account-actions__link,
.my-account-actions__col {
	margin-right: 15px;
}

.my-account-actions__link.delete {
	color: #e01e3f;
}

.my-account-actions__id {
	font-size: 9px;
	color: #8c919f;
}

.my-account-actions__icon {
	width: 20px;
	height: auto;
	vertical-align: middle;
	margin-right: 5px;
}

.my-account-actions__link:last-child {
	margin-right: 0;
}

.my-account-services-add .acf-fields {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.my-account-services-add .acf-field-67ff6a73e3ac4,
.my-account-services-add .acf-field-67ff6aeae3ac5 {
	width: 23.5% !important;
}

.my-account-services-add .acf-field-67ff69fed0346 {
	.acf-label {
		display: none;
	}

	.acf-input {
		.acf-checkbox-list {
			li {
				label {
					span {
						color: red;
						font-weight: 500;
					}
				}
			}
		}
	}
}

.my-account-services-add .acf-field-66c4ccc73d21d,
.my-account-services-add .acf-field-668a556af35ef,
.my-account-services-add .acf-field-668a5560f35ee,
.my-account-services-add .acf-field-668d0d367f910,
.my-account-services-add .acf-field-668a5547f35ed,
.my-account-services-add .acf-field-66924a1843b90,
.my-account-services-add .acf-field-668e9e22dfc77,
.my-account-services-add .acf-field-67ea5ef8c759d,
.my-account-services-add .acf-field-67ea5f6ec759e,
.my-account-services-add .acf-field-668e9e27dfc78,
.my-account-services-add .acf-field-669104bfce2fc,
.my-account-services-add .acf-field-669104bfce336,
.my-account-services-add .acf-field-669104bfce41d,
.my-account-services-add .acf-field-67f7b78bfd851,
.my-account-services-add .acf-field-668e9d9bdfc72,
.my-account-services-add .acf-field-668e9dc0dfc73,
.my-account-services-add .acf-field-67ff754bf012d,
.my-account-services-add .acf-field-66924a1843b90,
.my-account-services-add .acf-field-669104bfce455,
.my-account-services-add .acf-field-66924a2b43b91,
.my-account-services-add .acf-field-6808b23664d2f,
.my-account-services-add .acf-field-6808b26c64d30,
.my-account-services-add .acf-field-6808b2a064d31 {
	width: 49% !important;
}

.my-account-services-add .acf-field--post-title,
.my-account-services-add .acf-field--post-content,
.my-account-services-add .acf-field-checkbox,
.my-account-services-add .acf-field-669105078b0f2,
.my-account-services-add .acf-field-669104f48b0f1,
.my-account-services-add .acf-field-67ea528850be0,
.my-account-services-add .acf-field-67ea52ad50be1,
.my-account-services-add .acf-field-669104f48b0f1,
.my-account-services-add .acf-field-image {
	width: 100% !important;
}

.my-account-services-add .acf-field-668e9e05dfc75,
.my-account-services-add .acf-field-668e9dccdfc74,
.my-account-services-add .acf-field-668e9e1ddfc76,
.my-account-services-add .acf-field-669104bfce372,
.my-account-services-add .acf-field-669104bfce3ac,
.my-account-services-add .acf-field-669104bfce3e4 {
	width: 32% !important;
}

.my-account-services-add .acf-field-67ea528850be0,
.my-account-services-add .acf-field-67ea52ad50be1 {
	display: block !important;
}

.my-account-services-add .acf-fields .acf-field {
	padding: 20px 0;
}

.my-account .acf-input-prepend,
.my-account .acf-input-append {
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.alert {
	padding: 12px 16px;
	background: rgba(255, 149, 0, 0.13);
	border-radius: 4px;
	border: 1px solid #ff9500;
	color: #ff9500;
	font-size: 12px;
	font-weight: 500;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;

	b,
	strong {
		color: inherit;
	}

	svg {
		width: 16px;
		height: 16px;
		fill: currentcolor;
	}
}

.alert--info {
	background: rgba(0, 122, 255, 0.13);
	border-color: #007aff;
	color: #007aff;
}

.alert--success {
	background: #e5fde6;
	border-color: #07ca00;
	color: #07ca00;
}

.alert--error {
	background: rgba(255, 0, 0, 0.13);
	border-color: #e01e3f;
	color: #e01e3f;
}

.my-account .acf-notice.-error {
	background: #ffe6e6;
	color: #d12626;
	border-color: #d12626;
}

.my-account .acf-notice.-error .acf-icon.-cancel:before {
	color: #d12626;
}

.my-account .acf-notice .acf-notice-dismiss {
	border: 0;
}

.my-account .acf-field[data-width] + .acf-field[data-width] {
	border-right: 0;
	border-left: 0;
}

.my-account select {
	height: 52px;
	background: #ffffff;
	border: 1px solid #b5bcc4;
	border-radius: 4px;
}

.my-account .acf-icon.small,
.my-account .acf-icon.-small {
	top: 50%;
	transform: translateY(-50%);
}

.acf-form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.acf-form .acf-notice {
	width: 100%;
}

.acf-form .acf-field--post-title {
	order: -2;
}

.acf-form .acf-field-67d2f0f211a2f,
.acf-form .acf-field-669104f48b0f1 {
	order: -1;
}

.acf-form .hide-if-value {
	border: 1px solid #b5bcc4;
	border-radius: 4px;
	padding: 14px 18px;
}

.acf-form .button {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 16px;
	background: #3462e6;
	border-radius: 48px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	border: 0;
	text-decoration: none;
	margin-left: 10px;
}

.acf-form-validation {
	margin-top: 5px;
	font-size: 12px;
	color: #666;
}

.acf-form-validation.error .acf-form-validation__message {
	display: block;
}

.acf-form-validation__message {
	display: none;
}

@media (max-width: 900px) {
	.my-account-services-add .acf-field-669104bfce372,
	.my-account-services-add .acf-field-669104bfce3ac,
	.my-account-services-add .acf-field-669104bfce3e4,
	.my-account-services-add .acf-field-66c4ccc73d21d,
	.my-account-services-add .acf-field-668a556af35ef,
	.my-account-services-add .acf-field-668a5560f35ee,
	.my-account-services-add .acf-field-668e9dccdfc74,
	.my-account-services-add .acf-field-668d0d367f910,
	.my-account-services-add .acf-field-668e9e1ddfc76,
	.my-account-services-add .acf-field-668e9e05dfc75,
	.my-account-services-add .acf-field-668a5547f35ed,
	.my-account-services-add .acf-field-66924a1843b90,
	.my-account-services-add .acf-field-668e9e22dfc77,
	.my-account-services-add .acf-field-67ea5ef8c759d,
	.my-account-services-add .acf-field-67ea5f6ec759e,
	.my-account-services-add .acf-field-668e9e27dfc78,
	.my-account-services-add .acf-field-669104bfce2fc,
	.my-account-services-add .acf-field-669104bfce336,
	.my-account-services-add .acf-field-669104bfce41d,
	.my-account-services-add .acf-field-67f7b78bfd851,
	.my-account-services-add .acf-field-67ff754bf012d,
	.my-account-services-add .acf-field-66924a1843b90,
	.my-account-services-add .acf-field-669104bfce455,
	.my-account-services-add .acf-field-66924a2b43b91,
	.my-account-services-add .acf-field-6808b23664d2f,
	.my-account-services-add .acf-field-6808b26c64d30,
	.my-account-services-add .acf-field-6808b2a064d31,
	.my-account-services-add .acf-field-67ff6a73e3ac4,
	.my-account-services-add .acf-field-67ff6aeae3ac5 {
		width: 100% !important;
	}

	.my-account-header {
		margin-bottom: 0;
	}

	.my-account-content__title {
		font-size: 21px;
		margin-bottom: 0;
	}
}

@media (max-width: 700px) {
	.my-account {
		flex-direction: column;
		gap: 32px;
	}

	.my-account-nav {
		order: 2;
		margin-bottom: 20px;
		margin-right: 0;
		width: 100%;
	}

	.my-account-content {
		order: 1;
		width: 100%;
	}
}

.acf-form-validation-row__characters {
	margin: 0;
	display: flex;
	flex-direction: row;

	span {
		font-size: 14px;
		color: rgb(64, 99, 103);
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		width: 100%;
		margin-top: auto;
		padding-top: 2px;
	}
}

.acf-form-validation-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
}

.acf-form-validation-row p {
	margin: 0;
}

.acf-form-validation-row__title {
	margin: 0;
	color: #d63638;
	font-size: 14px;
}

.acf-form-validation.success .acf-form-validation-row__title {
	color: #07ca00;
}

/* Modal CSS Section */
/* Modal Overlay */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	opacity: 0;
	transition: opacity 0.3s ease;
	visibility: hidden;
}

.modal-overlay.active {
	opacity: 1;
	visibility: visible;
}

/* Modal Container */
.modal-container {
	background: white;
	border-radius: 12px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	max-width: 450px;
	width: 90%;
	max-height: 90vh;
	overflow: hidden;
	transform: scale(0.9) translateY(-20px);
	transition: transform 0.3s ease;
}

.modal-overlay[style*='flex'] .modal-container {
	transform: scale(1) translateY(0);
}

/* Modal Header */
.modal-header {
	padding: 24px 24px 16px 24px;
	border-bottom: 1px solid #e9ecef;
}

.modal-title {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	color: #333;
	text-align: center;
	line-height: 1.3;
}

/* Modal Content */
.modal-content {
	padding: 20px 24px;
}

.modal-message {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	text-align: center;
}

/* Modal Footer */
.modal-footer {
	padding: 0 24px 24px 24px;
	display: flex;
	gap: 12px;
	justify-content: center;
}

/* Modal Buttons */
.modal-btn {
	padding: 12px 24px;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
	min-width: 100px;
	text-align: center;
	outline: none;
}

.modal-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.modal-btn:active {
	transform: translateY(0);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.modal-btn:focus {
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

/* Primary Button (Confirm) */
.modal-btn-primary {
	background-color: #e01e3f;
	color: white;
}

.modal-btn-primary:hover {
	background-color: #c41a2f;
}

.modal-btn-primary:focus {
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

/* Secondary Button (Cancel) */
.modal-btn-secondary {
	background-color: #6c757d;
	color: white;
}

.modal-btn-secondary:hover {
	background-color: #545b62;
}

.modal-btn-secondary:focus {
	box-shadow: 0 0 0 3px rgba(108, 117, 125, 0.25);
}

/* Responsive Design */
@media (max-width: 480px) {
	.modal-container {
		width: 95%;
		margin: 10px;
	}

	.modal-header,
	.modal-content,
	.modal-footer {
		padding-left: 16px;
		padding-right: 16px;
	}

	.modal-header {
		padding-top: 20px;
		padding-bottom: 12px;
	}

	.modal-content {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.modal-footer {
		padding-bottom: 20px;
		flex-direction: column;
		gap: 10px;
	}

	.modal-btn {
		width: 100%;
		min-width: auto;
	}

	.modal-title {
		font-size: 18px;
	}

	.modal-message {
		font-size: 14px;
	}
}
