/** Shopify CDN: Minification failed

Line 298:0 All "@import" rules must come first

**/
.multiStepProgressContainer {
	margin: 30px 2px;
	display: flex;
	align-items: center;
	width: 100%;
}
.characteristics-note {
	font-size: 12px;
	color: #333;
	font-weight: 700;
	text-align: left;
}
.charmNote {
	margin: 1rem 0px;
	font-size: 12px;
	text-align: left;
	font-weight: 500;
}

.Pet-name-input-wrapper {
	text-align: left;
}
.char-counter {
	margin-top: 4px;
	font-size: 10px;
	color: #6b7280;
	text-align: left;
}

.form-outer .extraOptionsContainer {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}
.form-outer .extraOptionsContainer .extraOptionDiv {
	display: flex;
	align-items: center;
	width: 100%;
	background: #f5f8f9;
	border: 1px solid #f1f1f1;
	border-radius: 10px;
	height: auto;
	margin-bottom: 30px;
	padding: 20px;
}

.image-and-detail-warpper {
	display: flex;
	gap: 2rem;
	align-items: center;
}

.Pet-name-input-conatiner {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	justify-content: left;
}

#PETNAME {
	max-width: 50%;
	border-radius: 7px;
	background: #f5f8f9;
	outline: none;
	border: none;
	height: 42px;
	padding-left: 10px;
	font-size: 14px;
	cursor: pointer;
}
#PETNAME::placeholder {
	color: #acacac;
}

.totalPages {
	width: 44px;
	height: 44px;
	min-width: 44px;
	border-radius: 50%;
	background: #5461c8;
	color: white;

	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 14px;
	font-weight: 700;
}

.progressbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	flex: 1;
	margin-left: 12px;
}

.step {
	width: 100%;
	margin-right: 4px;
	margin-top: 10px;
	position: relative;
	text-align: center;
}

.stepname {
	color: black;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
}

.progress-line {
	width: 100%;
	height: 4px;
	background-color: #f1f1f1;
	z-index: 0;
	transition: background-color 0.5s ease;
}

.progress_container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 2rem auto;
	position: relative;
}
.progress_container::before {
	content: "";
	background-color: gray;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 4px;
	width: 100%;
	z-index: 1;
}
.progress {
	background-color: blueviolet;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 4px;
	width: 0;
	z-index: 1;
	transition: 0.4s ease-in;
}

.next_step_button_container {
	margin: 20px 0;
	width: 100%;
}

.previousButton {
	margin-bottom: 10px;
	border: 1px;
	border-radius: 5px;
	cursor: pointer;
}
.next_step_button {
	width: 483px;
	height: 50px;
	color: white;
	border-radius: 100px;
	background: #5461c8;
	border: 1px solid;
	font-size: 22px;
	cursor: pointer;
	font-weight: 500;
}
.next_step_button:hover {
	opacity: 0.8;
}
.satisfy_container {
	margin: 10px 0;
	width: 100%;
}
.satisfy_button {
	width: 100%;
	height: 50px;
	color: black;
	background: rgba(241, 241, 241, 0.76);
	border: 1px solid rgba(241, 241, 241, 0.76);
	font-size: 16px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.satisfy_button svg {
	width: 20px;
	height: 20px;
}
.subtotalContainer {
	display: flex;
	justify-content: center;
	font-size: 22px;
	font-weight: 500;
	margin-top: 30px;
}
.subtotalText {
	font-family: Inter, sans-serif !important;
	font-size: 22px;
	font-weight: 500;
	line-height: 27.5px;
	color: rgb(84, 97, 201);
}
.subTotalPrice {
	font-family: Inter, sans-serif !important;
	font-size: 22px;
	font-weight: 500;
	line-height: 27.5px;
	color: rgb(0, 0, 0);
}
.swatchContainer {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 0 20px;
	gap: 10px;
	place-items: center;
}
.extraCharges {
	position: relative;
	top: 30px;
	left: 67%;
	font-size: 16px;
	font-weight: 400;
	background-color: white;
	color: #c963cf;
	width: fit-content;
	padding: 1px 3px;
	border: 1px solid white;
	border-radius: 10px;
}
.swatchDiv {
	margin-top: auto;
}
.swatchLabel {
	margin-top: 20px;
	font-size: 20px;
}
.swatchImage {
	height: 100px;
	width: 100px;
	border-radius: 100%;
	cursor: pointer;
}

.swatchImageLabel {
	display: flex;
	justify-content: center;
	text-align: center;
	min-height: 3.5em;
	margin-top: 10px;
	font-family: "Open Sans" !important;
	font-size: 18.7px;
	font-weight: 400;
	line-height: 23.375px;
	color: rgb(0, 0, 0);
}
.prevNextButtonContainer {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	margin-top: 40px;
	gap: 15px;
}

.photoGuideContainer {
	display: flex;
	align-items: center;
}
.photoGuideContainer img {
	width: 35px;
	margin-right: 20px;
}
.photoGuide {
	text-decoration: underline;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
}

@import url("https://fonts.googleapis.com/css?family=Poppins:400, 500, 600, 700 &display=swap");

::selection {
	color: #fff;
	background: #d43f8d;
}
.multiStepContainer {
	width: 100%;
	background: #fff;
	text-align: center;
	border-radius: 5px;
	padding-top: 0;
	padding-bottom: 20px;
	scroll-margin-top: 80px;
}
.stepLabel {
	font-family: "Open Sans" !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: rgb(19, 41, 75);
	text-align: left;
}
.stepNote {
	display: flex;
	font-family: Open Sans !important;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0;
	color: #000;
}
.multiStepContainer .form-outer {
	display: flex;
	overflow: hidden;
}
.multiStepContainer .form-outer form {
	display: flex;
	width: 400%;
}
.multiStepContainer .form-outer .page {
	min-width: 100%;
	transition: transform 0.5s ease;
	overflow: hidden;
}
.multiStepContainer .form-outer .page .field {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	position: relative;
	margin-top: 30px;
}
form .page .field .label {
	position: absolute;
	top: -30px;
	font-weight: 500;
}
form .page .field input {
	height: 100%;
	width: 100%;
	border: 1px solid lightgrey;
	border-radius: 5px;
	padding-left: 15px;
	font-size: 18px;
}
form .page .field select {
	width: 100%;
	padding-left: 10px;
	font-size: 17px;
	font-weight: 500;
}
form .page .field .next_step_button {
	width: 100%;
	border: none;
	border-radius: 100px;
	background: #5461c8;
	margin-top: -20px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: 0.5s ease;
}

form .page .btns button {
	margin-top: -20px !important;
}
form .page .btns button.prev {
	margin-right: 3px;
	font-size: 17px;
}
form .page .btns button.next {
	margin-left: 3px;
}
.multiStepContainer .progress-bar {
	display: flex;
	margin: 20px 0;
	user-select: none;
	justify-content: space-between;
}
.multiStepContainer .progress-bar .step {
	text-align: center;
	width: 100%;
	position: relative;
}
.multiStepContainer .progress-bar .step p {
	font-weight: 400;
	font-size: 14px;
	color: #000;
}
.multiStepContainer .form-outer .page {
	display: none;
}
.multiStepContainer .form-outer .page.active {
	display: block;
	/* Show the active page */
}

@keyframes animate {
	100% {
		transform: scaleX(1);
	}
}

.stepname.active {
	color: #5461c9;
	transition: 0.2s linear;
}
.progressbar .step .check {
	position: absolute;
	left: 52%;
	top: 37%;
	font-size: 11px;
	transform: translate(-50%, -50%);
}
.progressbar .step .check.active {
	color: #5461c9;
}
.progressbar .progress-line.active {
	background: #5461c9;
	transform: scaleX(0);
	transform-origin: left;
	animation: animate 0.3s linear forwards;
}

.checkbox {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}

.multi-image-uploader {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
	width: 100%;
	min-width: 100%;
	box-sizing: border-box;
	flex: 1 1 100%;
}

.uploaderSection {
	background: #fff;
	border-radius: 12px;
	padding: 0;
	width: 100%;
	min-width: 100%;
	box-sizing: border-box;
	flex: 1 1 100%;
}

.image-uploader {
	position: relative;
	border: none;
	background: transparent;
	width: 100%;
	min-width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-uploader.has-image {
	padding: 20px;
}

.image-uploader.dragover .charm-upload-btn {
	border-color: #5461c9;
	background: #f0f2ff;
	border-radius: 20px !important;
}

.uploadOuter {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
}

.charm-upload-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: 100%;
	padding: 14px 20px;
	border: 2px solid #5461c9;
	border-radius: 10px;
	background: #fff;
	color: #5461c9;

	cursor: pointer;

	box-sizing: border-box;
	font-family: Open Sans !important;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
}

.charm-upload-btn:hover {
	background: #f0f2ff;
}

.charm-upload-btn svg {
	flex-shrink: 0;
}

.fileInput {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}

.selected-image-container-simple {
	display: none;
	width: 100%;
}

.selected-image-container-simple img {
	width: 100%;
	max-height: 300px;
	object-fit: contain;
	border-radius: 8px;
}

.close-button-simple {
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	z-index: 10;
	font-size: 16px;
	line-height: 1;
}

.image-uploader.has-image .uploadOuter {
	display: none;
}

.image-uploader.has-image .selected-image-container-simple,
.image-uploader.has-image .close-button-simple {
	display: block !important;
}

.modern-progress-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 10;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.modern-progress-circle {
	width: 44px;
	height: 44px;
	transform: rotate(-90deg);
}

.modern-bg {
	fill: none;
	stroke: #f1f1f1;
	stroke-width: 4;
}

.modern-bar {
	fill: none;
	stroke: #5461c9;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-dasharray: 122.5;
	stroke-dashoffset: 122.5;
	transition: stroke-dashoffset 0.3s ease;
}

.modern-progress-text {
	position: absolute;
	font-size: 11px;
	font-weight: 700;
	color: #13294b;
	display: none;
}

.mini-progress-wrapper {
	position: absolute;
	top: 10px;
	right: 80px;
	width: 32px;
	height: 32px;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 11;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.mini-progress-circle {
	width: 24px;
	height: 24px;
	transform: rotate(-90deg);
}

.mini-bg {
	fill: none;
	stroke: #eee;
	stroke-width: 3;
}

.mini-bar {
	fill: none;
	stroke: #5461c9;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-dasharray: 66;
	stroke-dashoffset: 66;
	transition: stroke-dashoffset 0.3s ease;
}

.mini-progress-text {
	position: absolute;
	font-size: 8px;
	font-weight: 800;
	color: #13294b;
}

.upload-status-badge {
	position: absolute;
	top: 10px;
	right: 50px;
	padding: 4px 8px;
	background: #fff;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	z-index: 12;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	white-space: nowrap;
}

.upload-status-badge.success {
	color: #5361ca;
}

.upload-status-badge.error {
	color: #ff3b30;
}

.extraOptionDiv {
	display: flex;
	width: 100%;
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	border-radius: 10px;
	height: auto;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.optionImageDiv {
	width: 30%;
	height: 100%;
	max-width: 80px;
	max-height: 80px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.optionImage {
	border-radius: 50%;
}
.form-outer .extraOptionsContainer .optionDetailContainer {
	padding: 0px;
	width: 55%;
	text-align: left;
}
.optionLabel {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 8px;
	line-height: normal;
}
.optionDescription {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: normal;
}
.optionPrice {
	font-size: 16px;
	font-weight: 700;
	color: #5461c9;
	line-height: normal;
}

.form-outer .extraOptionsContainer .optionCheckboxContainer {
	width: 15%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.optionCheckboxContainer input[type="checkbox"] {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.35);
	background: #fff;
}
.sectionNote {
	margin: 10px 0;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}

.sizeChartContainer {
	display: flex;
	justify-content: space-between;
}
.sizeChartLabel {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	text-decoration: underline;
	font-size: 18px;
	font-weight: 500;
}
.chart_heading {
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 50px;
}
.guideNote {
	padding: 0 40px;
	margin-bottom: 25px;
	text-align: left;
}
.guideList {
	list-style-type: disc;
	padding: 0 55px;
	margin-bottom: 30px;
	text-align: left;
}

.photoGuideImages {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 25px;
}
.modal-content {
	overflow-y: scroll;
	height: 627px;
}
.guideImage {
	border-radius: 10px;
}
.pricePercentage {
	font-size: 20px;
	font-weight: 400;
}
.product_form_style .product-title {
	text-align: left !important;
}
.product_form_style .pricePercentage {
	text-align: left !important;
}
.sizeChartBox {
	justify-content: flex-start;
}
.optionalText {
	font-family: "Open Sans" !important;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: rgb(84, 97, 200);

	font-weight: 400;
}

.extra-charms-step {
	margin-top: 25px;
	font-family: "Open Sans";
}

.pills-buttons {
	display: flex;
	gap: 10px;
	margin-bottom: 30px;
}

.pills-div {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 999px;
	background: #f4f4f4;
	width: 25%;
}

.pill-btn {
	width: 100%;
	display: inline-flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: #f4f4f4;
	border: 1.5px solid transparent;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	cursor: pointer;
	transition: all 0.2s ease;
}

.pill-price {
	color: #5461c8;
	font-weight: 600;
}

.pill-btn.active {
	border: 2px solid #5c6ac4;
}
.tabs-header {
	display: flex;
	gap: 10px;
	margin-bottom: 12px;
}
#tabContent {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.pill-sub-label {
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	line-height: 9.38px;
	letter-spacing: 0;
	text-align: start;
	padding: 20px 0px 15px;
}
.tab-btn {
	padding: 10px 14px;
	border: none;
	background: #f5f8f9;
	cursor: pointer;
	font-weight: 500;
	color: #555;
	border-radius: 23px;
}
.tab-btn.active {
	border: 2px solid #5c6ac4;
}

.charm-img-wrapper {
	width: 70px;
	height: 70px;
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease;
}
.charm-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
	border-radius: 6px;
}
.charm-img.selected {
	outline: none; /* remove old outline */
	border: 2px solid #5461c8; /* new border when active */
	opacity: 1;
}
.charm-img.disabled {
	opacity: 0.4;
	cursor: not-allowed;
	filter: blur(1px);
}
.no-charms-text {
	margin-top: 10px;
	color: #666;
	font-size: 14px;
}

@media (max-width: 767px) {
	.form-outer .optionDetailContainer {
		margin: 15px;
		/*padding: 0px 15px; */
		text-align: left;
	}
}

@media (max-width: 1080px) {
	.optionImageDiv {
		padding-top: 0px;
	}
	.form-outer .optionDetailContainer {
		margin: 0px 15px;
	}
	.optionCheckboxContainer {
		margin-bottom: 0px;
	}

	.optionDetailContainer {
		text-align: center;
	}
	.product-block {
		text-align: center;
	}
	#shopify-block-judge_me_reviews_preview_badge_nxpdpj {
		text-align: center;
	}
	.product-title {
		text-align: center;
	}
	.swatchContainer {
		gap: 8px;
	}
	.swatchDiv {
		width: 110px;
	}
	.satisfy_button {
		width: 100%;
	}
	.next_step_button {
		width: 100%;
	}
	.extraCharges {
		left: 58%;
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.form-outer .extraOptionsContainer {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		gap: 0px;
	}
}
@media only screen and (max-width: 768px) {
	.sizeChartBox {
		justify-content: flex-start;
	}
	#PETNAME {
		max-width: 70%;
	}
	.charmForm-Wrapper label {
		font-size: 14px;
	}
	.product_form_style .product-title {
		text-align: left !important;
	}
	.product_form_style .pricePercentage {
		text-align: left !important;
	}
}

@media (max-width: 480px) {
	.stepname {
		font-size: 12px;
	}
	.stepLabelContainer {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.uploaderStepLabel {
		margin-bottom: 0;
	}
	.swatchContainer-mobile {
		display: grid;
		grid-template-columns: 1fr;
		margin: 0 0 20px;
		place-items: flex-start;
	}

	.swatchContainer-mobile .swatchDiv {
		width: 100%;
		display: flex;
		gap: 1rem;
		align-items: center;
	}
	.pill-btn {
		gap: 8px;
	}
	.pills-div {
		width: 30%;
	}
	.tab-btn-wrapper .tab-btn {
		font-size: 15px;
		padding: 8px;
	}
	.extraOptionsContainer .extras-header h2 {
		font-size: 14px !important;
	}
	.charmForm-Wrapper .form-header h2 {
		font-size: 14px !important;
	}
	.charmForm-Wrapper .checkbox-wrapper label {
		font-size: 14px !important;
	}
	.image-and-detail-warpper {
		display: flex;
		gap: 0px;
		align-items: baseline;
		flex-direction: column;
	}
	.optionImageDiv {
		width: 100%;
	}

	.form-outer .extraOptionsContainer .optionDetailContainer {
		width: 100%;
		margin: 0px;
	}

	.satisfy_button {
		font-size: 14px;
	}
	.satisfy_button svg {
		width: 18px;
		height: 18px;
	}
}
.extraOptionsContainer .extras-header h2 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin: 0 0 20px 0;
	letter-spacing: 0.5px;
	text-align: left;
}

.charmForm-Wrapper {
	max-width: 800px;
	margin: 0 auto;
	padding: 24px;
	font-family: "Open Sans";
}

.charmForm-Wrapper .form-header h2 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin: 0 0 20px 0;
	letter-spacing: 0.5px;
	text-align: left;
}

.charmForm-Wrapper .form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 16px;
}

.charmForm-Wrapper .form-field {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	cursor: pointer;
}

.charmForm-Wrapper .form-field-full {
	grid-column: 1 / -1;
}

.charmForm-Wrapper .form-field label {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	margin-bottom: 8px;
	display: block;
}

.charmForm-Wrapper .form-field input[type="text"],
.charmForm-Wrapper .form-field textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d1d5db;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	background: #fff;
	transition: border-color 0.2s ease;
	box-sizing: border-box;
}

.charmForm-Wrapper .form-field input[type="text"]::placeholder,
.charmForm-Wrapper .form-field textarea::placeholder {
	color: #9ca3af;
}

.charmForm-Wrapper .form-field input[type="text"]:focus,
.charmForm-Wrapper .form-field textarea:focus {
	outline: none;
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.charmForm-Wrapper .form-field textarea {
	resize: vertical;
	min-height: 100px;
	font-family: inherit;
}

.charmForm-Wrapper .checkbox-wrapper {
	display: flex;
	align-items: center;
	margin-top: 12px;
	gap: 8px;
}

.charmForm-Wrapper .checkbox-wrapper input[type="checkbox"] {
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin: 0;
}

.charmForm-Wrapper .checkbox-wrapper label {
	font-size: 13px;
	font-weight: 400;
	color: #555;
	margin: 0;
	cursor: pointer;
}

.charmForm-Wrapper .form-note {
	font-size: 14px;
	color: #6b7280;
	margin-top: 8px;
	text-align: left;
}

.charmOption {
	position: relative;
	width: 70px;
	height: 70px;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}
.charmOption.active-charm::after {
	content: "";
	position: absolute;
	bottom: 4px;
	right: 4px;
	background-color: #5461c8;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11' viewBox='0 0 14 11' fill='none'%3E%3Cpath d='M1.5 5.5L5.5 9L12.5 1.5' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.selected-charms-list {
	display: flex;
	gap: 12px;
	flex-direction: row;
	flex-wrap: wrap;
}
.tab-btn-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}

#pillsDynamicArea {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.active-charm {
	border: 1px solid black;
}
.wrapper-active-selected-charms {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin-top: 34px;
}
.charmOption_wrapper {
	display: flex;
	align-items: start;
	gap: 12px;
}
.charm-remove-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #5461c8;
	color: white;
	border: none;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: background-color 0.2s;
}

.charm-remove-btn:hover {
	background-color: #1f36dfff;
}

@media (max-width: 640px) {
	.charmForm-Wrapper .form-grid {
		grid-template-columns: 1fr;
	}

	.charmForm-Wrapper {
		padding: 16px;
	}
}
.custom-select-file-button {
	font-family: Open Sans !important;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	border: 3px solid #5461c9 !important;
	border-radius: 10px !important;
	padding: 0 20px !important;
	color: white !important;
	background-color: #5461c9 !important;
}
