@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
.quiz-form-sty {
	--e-global-typography-b290b36-font-family: 'Public Sans', sans-serif;
	font-family: var(--e-global-typography-b290b36-font-family);
	-webkit-font-smoothing: auto;
}
.sidebar-container > div{
	padding-top: 90px;
}
.quiz-form-sty .wpforms-submit,
.quiz-form-sty .wpforms-page-button.wpforms-page-next {
    padding: 10px 20px !important;
    display: flex;
    align-items: center;
    gap: 8px;
}
.quiz-form-sty .wpforms-submit:before,
.quiz-form-sty .wpforms-page-button.wpforms-page-next:before {
	order: 1;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3684 16.27L18 11.77L13.3684 7.27002M16.9474 11.77H6' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.quiz-form-sty .wpforms-submit:before{
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1135 18.0717C12.1452 18.1506 12.2002 18.2179 12.2712 18.2646C12.3423 18.3113 12.4259 18.3352 12.5109 18.333C12.5959 18.3309 12.6781 18.3027 12.7467 18.2524C12.8152 18.2021 12.8668 18.1321 12.8943 18.0517L18.311 2.21834C18.3377 2.1445 18.3428 2.06459 18.3257 1.98797C18.3086 1.91134 18.27 1.84116 18.2145 1.78565C18.159 1.73014 18.0888 1.69158 18.0122 1.6745C17.9356 1.65741 17.8557 1.6625 17.7818 1.68917L1.9485 7.10584C1.86808 7.13342 1.79802 7.18493 1.74772 7.25348C1.69743 7.32202 1.66931 7.40431 1.66713 7.4893C1.66495 7.57429 1.68883 7.65791 1.73555 7.72894C1.78226 7.79997 1.84959 7.85501 1.9285 7.88667L8.53683 10.5367C8.74574 10.6203 8.93554 10.7454 9.0948 10.9044C9.25406 11.0633 9.37948 11.2529 9.4635 11.4617L12.1135 18.0717Z' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.2114 1.78917L9.09473 10.905' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.quiz-form-sty .wpforms-page-indicator.progress {
	display: block !important;
    position: fixed;
    right: 0;
    top: calc(128.5px + var(--wp-admin--admin-bar--height,0px));
    left: 0;
	z-index: 100;
}
.quiz-form-sty .wpforms-page-button.wpforms-page-prev {
    position: absolute;
    top: 20px;
    background-color: transparent !important;
    color: #4b4b4b !important;
    padding: 0 !important;
    min-width: unset !important;
    border: 0 !important;
    min-height: unset !important;
    height: auto !important;
    display: flex;
    align-items: center;
}
.quiz-form-sty .wpforms-page-button.wpforms-page-prev:hover{
    background: transparent !important;
    text-decoration: underline;
}
.quiz-form-sty .wpforms-field-pagebreak {
    position: static !important;
    clear: unset;
}
.quiz-form-sty .wpforms-uploader.dz-max-files-reached {
    pointer-events: none;
}

.quiz-form-sty .wpforms-uploader.dz-max-files-reached a.dz-remove {
    pointer-events: auto;
}
.quiz-form-sty .wpforms-page-button.wpforms-page-prev:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.06664 10.4141L1.43506 5.91406L6.06664 1.41406M2.48769 5.91406H13.4351' stroke='%234B4B4B' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 10px;
}
.quiz-form-sty .wpforms-page-indicator.progress > *:not(.wpforms-page-indicator-page-progress-wrap){
	display: none;
}
.quiz-form-sty .wpforms-page-indicator-page-progress-wrap{
	margin: 0 !important;
	height: 2px !important;
	background-color: #C3103733 !important;
	border-radius: 10px !important;
}
.quiz-form-sty.wpforms-container .wpforms-field:not(.wpforms-field-html) :is(input,textarea) {
	padding: 12px 20px !important;
	height: auto !important;
	line-height: 1.5 !important;
}
.quiz-form-sty.wpforms-container .wpforms-field textarea{
	height: 100px !important;
}

.quiz-form-sty .wpforms-page {
    padding-top: 30px !important;
}
.quiz-form-sty .wpforms-field-html h3{
	font-size: 32px;
	color: #C31037;
	font-weight: 800;
	margin-bottom: 12px;
	margin-top: 0px;
}
.quiz-form-sty .wpforms-field-html p{
	font-size: 16px;
	line-height: 1.6;
}
.quiz-form-sty .form-name.wpforms-field .wpforms-field-row-block{
	display: flex !important;
	flex-direction: column-reverse;
}
.quiz-form-sty .wpforms-field :is(.wpforms-field-label,.wpforms-field-sublabel){
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
}
.wpforms-field-name .wpforms-field-sublabel:after {
	content: ' Name';
}
.wpforms-container.quiz-form-sty {
	max-width: 1140px !important;
	padding: 0 20px !important;
}
.quiz-form-sty.wpforms-field-row-block{
	position: relative;
}
.quiz-form-sty em.wpforms-error{
	position: absolute !important;
	bottom: -10px;
	left: 0;
}
.quiz-form-sty .wpforms-field-row-block em.wpforms-error{
	bottom: -22px;
}
.quiz-form-sty .row-radio .wpforms-image-choices,
.quiz-form-sty .column-radio .wpforms-image-choices{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.quiz-form-sty .row-radio .wpforms-image-choices-item,
.quiz-form-sty .column-radio .wpforms-image-choices-item{
	border: 1.5px solid #E0E0E0;
	border-radius: 4px;
	transition: border-color 0.2s ease, background-color 0.2s ease;
	/* 	box-shadow: 0px 4px 5.5px 0px #0000000D; */
}

.quiz-form-sty .row-radio .wpforms-image-choices-item .wpforms-field-label-inline,
.quiz-form-sty .column-radio .wpforms-image-choices-item .wpforms-field-label-inline{
	display: flex !important;
	align-items: center;
	gap: 12px;
	/*     padding: 16px 30px !important; */
	cursor: pointer;
	margin: 0;
}
.quiz-form-sty .column-radio .wpforms-image-choices-item .wpforms-field-label-inline {
	flex-direction: column;
}

.quiz-form-sty .row-radio .wpforms-image-choices-item input[type="radio"],
.quiz-form-sty .column-radio .wpforms-image-choices-item input[type="radio"]{
	display: none;
}

.quiz-form-sty .row-radio .wpforms-image-choices-item .wpforms-image-choices-image,
.quiz-form-sty .column-radio .wpforms-image-choices-item .wpforms-image-choices-image{
	display: flex !important;
	align-items: center;
}

.quiz-form-sty .row-radio .wpforms-image-choices-item .wpforms-image-choices-image img,
.quiz-form-sty .column-radio .wpforms-image-choices-item .wpforms-image-choices-image img{
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.quiz-form-sty .row-radio .wpforms-image-choices-item .wpforms-image-choices-label,
.quiz-form-sty .column-radio .wpforms-image-choices-item .wpforms-image-choices-label{
	font-family: 'Public Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	line-height: 1;
	margin-left: 0 !important;
}

.quiz-form-sty .row-radio .wpforms-image-choices-item br,
.quiz-form-sty .column-radio .wpforms-image-choices-item br{
	display: none;
}

.quiz-form-sty .row-radio .wpforms-image-choices-item:hover,
.quiz-form-sty .column-radio .wpforms-image-choices-item:hover{
	border-color: #C31037;
	background-color: #FFF5F7;
	/* 	box-shadow: 0px 4px 5.5px 0px #0000000D; */
}

.quiz-form-sty .row-radio .wpforms-image-choices-item.wpforms-selected,
.quiz-form-sty .column-radio .wpforms-image-choices-item.wpforms-selected{
	border-color: #C31037;
	background-color: #FFF0F3;
}

.quiz-form-sty .row-radio .wpforms-image-choices-item.wpforms-selected .wpforms-image-choices-label,
.quiz-form-sty .column-radio .wpforms-image-choices-item.wpforms-selected .wpforms-image-choices-label{
	color: #C31037;
}

.quiz-form-sty .row-radio .wpforms-image-choices-image,
.quiz-form-sty .column-radio .wpforms-image-choices-image{
	margin-bottom: 0 !important;
}

.quiz-form-sty :is(.wpforms-field-radio,.wpforms-field-checkbox) ul {
	display: flex;
	flex-wrap: wrap;
	--wpforms-field-size-input-spacing: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.quiz-form-sty :is(.wpforms-field-radio,.wpforms-field-checkbox) .depth-1 input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}

.quiz-form-sty :is(.wpforms-field-radio,.wpforms-field-checkbox) .depth-1 label{
	align-items: center;
	padding: 12px 20px !important;
	border: 1.5px solid #D0D0D0;
	border-radius: 6px;
	font-family: 'Public Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #1a1a1a;
	background-color: #ffffff;
	cursor: pointer;
	transition: 0.2s ease;
	user-select: none;
	line-height: 1.4;
}
.quiz-form-sty  :is(.wpforms-field-radio,.wpforms-field-checkbox) .depth-1 label:has(span img) {
	padding: 12px 20px !important;
}


.quiz-form-sty  :is(.wpforms-field-radio,.wpforms-field-checkbox) .depth-1:hover label {
	border-color: #C31037;
	color: #C31037;
	background-color: #FFF4F6;
}

.quiz-form-sty  :is(.wpforms-field-radio,.wpforms-field-checkbox) .depth-1.wpforms-selected label {
	border-color: #C31037;
	color: #C31037;
	background-color: #FFF4F6;
}

.quiz-form-sty  :is(.wpforms-field-radio,.wpforms-field-checkbox) .wpforms-field-label {
	font-family: 'Public Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #1a1a1a;
	margin-bottom: 12px;
	display: block;
}

.quiz-form-sty .distance {
	position: relative;
}

.quiz-form-sty .distance input{
	padding-right: 36px !important;
    background-size: 12px;
    background-image: url(data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-0.000120997 8.432V0.159999H1.42388V1.36C1.65321 0.997332 1.96788 0.679999 2.36788 0.407999C2.76788 0.135999 3.28788 -9.53674e-07 3.92788 -9.53674e-07C4.22655 -9.53674e-07 4.53055 0.0506655 4.83988 0.151999C5.15455 0.253332 5.44255 0.405332 5.70388 0.607999C5.96521 0.810665 6.16788 1.05867 6.31188 1.352C6.56788 0.946666 6.91455 0.621332 7.35188 0.375998C7.78921 0.125332 8.28255 -9.53674e-07 8.83188 -9.53674e-07C9.11988 -9.53674e-07 9.42121 0.0453323 9.73588 0.135999C10.0505 0.221332 10.3412 0.375999 10.6079 0.599999C10.8799 0.818666 11.1012 1.12533 11.2719 1.52C11.4425 1.90933 11.5279 2.41067 11.5279 3.024V8.432H10.0399V3.168C10.0399 2.66667 9.95988 2.28 9.79988 2.008C9.63988 1.73067 9.42921 1.536 9.16788 1.424C8.91188 1.312 8.63721 1.256 8.34388 1.256C8.08788 1.256 7.81588 1.30667 7.52788 1.408C7.23988 1.50933 6.99455 1.68 6.79188 1.92C6.58921 2.16 6.48788 2.488 6.48788 2.904V8.432H5.01588V2.736C5.01588 2.41067 4.92788 2.13867 4.75188 1.92C4.58121 1.70133 4.36521 1.536 4.10388 1.424C3.84788 1.312 3.59188 1.256 3.33588 1.256C3.05321 1.256 2.76788 1.312 2.47988 1.424C2.19721 1.536 1.95721 1.71467 1.75988 1.96C1.56788 2.2 1.47188 2.51467 1.47188 2.904V8.432H-0.000120997Z' fill='%234B4B4B'/%3E%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) 50%;
}
/* 
.quiz-form-sty .distance::after {
	content: 'm';
    position: absolute;
    right: 12px;
    bottom: 25px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #4B4B4B;
    pointer-events: none;
    line-height: 1;
} */
.quiz-form-sty .wpforms-uploader {
	max-width: 660px;
}

.quiz-form-sty .wpforms-field-radio.fixed-width .wpforms-image-choices {
	display: grid !important;
	grid-template-columns: repeat(auto-fill,200px);
}

.quiz-form-sty .wpforms-field-radio.fixed-width .wpforms-image-choices label.wpforms-field-label-inline {
	width: 100%;
	gap: 12px;
	justify-content: center;
}

.quiz-form-sty .wpforms-field-radio.fixed-width .wpforms-image-choices label.wpforms-field-label-inline .wpforms-image-choices-label {
	margin: 0;
}
.quiz-form-sty .sec-title {
    font-size: 20px !important;
    geometricprecision;
    color: #C31037;
    font-weight: 500;
    text-transform: capitalize !important;
    margin-bottom: -20px !important;
    display: block;
}

@media(max-width: 600px) {
	.quiz-form-sty .wpforms-field{
		overflow-x: visible !important;
	}
}


/* Tab CSS */
.calculate-move-size {
	margin-bottom: 30px;
	font-family: inherit;
}

/* --- Tabs Styling --- */
.calculate-move-size .inventory-tabs {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
	overflow-x: auto;
	padding-bottom: 5px;
	margin-bottom: 48px;
}
.calculate-move-size .inventory-tabs::-webkit-scrollbar {
  height: 2px;
  border-radius: 20px;
}

.calculate-move-size .inventory-tabs::-webkit-scrollbar-track {
  background: #c3103714;
  border-radius: 20px;
}
 
.calculate-move-size .inventory-tabs::-webkit-scrollbar-thumb {
  background: #8f8f8f;
  border-radius: 20px;
}

.calculate-move-size .inventory-tabs::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.calculate-move-size .tab-btn {
	padding: 12px 24px;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	white-space: nowrap;
	font-weight: 400;
	border: 1px solid #D5D5D5;
	color: #4B4B4B;
	transition: all 0.2s ease;
}


/* Active Tab State */
.calculate-move-size .tab-btn.active {
	border-color: #c31037;
	background-color: #FFF4F6;
}

/* --- Grid & Items Styling --- */
.calculate-move-size .inventory-grid {
	display: none;
	/* Hidden by default */
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 10px;
}

/* Active Grid State */
.calculate-move-size .inventory-grid.active {
	display: grid;
}

.calculate-move-size .inventory-item {
    border: 1px solid #E8E8E8;
    padding: 10px 18px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
	gap: 10px;
}

.calculate-move-size .item-details {
	display: flex;
	align-items: center;
	gap: 12px;
}

.calculate-move-size .item-details img {
	width: 45px;
	height: 45px;
	object-fit: contain;
}

.calculate-move-size .item-info strong {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
}

.calculate-move-size .item-info small {
	color: #888;
	font-size: 12px;
}

/* --- Plus/Minus Buttons & Input --- */
.calculate-move-size .item-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.calculate-move-size .qty-btn {
	border-radius: 50%;
	width: 18px;
	height: 18px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: background 0.2s;
	background-color: #4B4B4B;
	mask-image: var(--icon);
	mask-position: center;
	mask-size: 16px;
	mask-repeat: no-repeat;
	font-size: 0;
}
.minus{
	--icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C3.58892 0 0 3.58892 0 8C0 12.4111 3.58892 16 8 16C12.4111 16 16 12.4111 16 8C16 3.58892 12.4111 0 8 0ZM8 1.23077C11.7458 1.23077 14.7692 4.25415 14.7692 8C14.7692 11.7458 11.7458 14.7692 8 14.7692C4.25415 14.7692 1.23077 11.7458 1.23077 8C1.23077 4.25415 4.25415 1.23077 8 1.23077ZM7.38462 7.38462H4.30769V8.61539H7.38462H8.61539H11.6923V7.38462H8.61539H7.38462Z' fill='%234B4B4B'/%3E%3C/svg%3E%0A");
}
.plus{
	--icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C3.58892 0 0 3.58892 0 8C0 12.4111 3.58892 16 8 16C12.4111 16 16 12.4111 16 8C16 3.58892 12.4111 0 8 0ZM8 1.23077C11.7458 1.23077 14.7692 4.25415 14.7692 8C14.7692 11.7458 11.7458 14.7692 8 14.7692C4.25415 14.7692 1.23077 11.7458 1.23077 8C1.23077 4.25415 4.25415 1.23077 8 1.23077ZM7.38462 4.30769V7.38462H4.30769V8.61539H7.38462V11.6923H8.61539V8.61539H11.6923V7.38462H8.61539V4.30769H7.38462Z' fill='%234B4B4B'/%3E%3C/svg%3E%0A");
}

.calculate-move-size .qty-btn:hover {
	background: #000000;
}

.calculate-move-size .item-actions input {
	width: 35px !important;
    height: 28px !important;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px !important;
    font-weight: 400;
    background: #fff;
    margin: 0;
    font-size: 14px !important;
    padding: 10px !important;
    line-height: 1 !important;
}

/* Sidebar Summary Container */
.sidebar-summary-container {
    background: #fff;
    border: 1px solid #D5D5D5;
    border-radius: 8px;
    padding: 20px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	position: sticky;
	top: 200px;
}
.sidebar-form-summary .sidebar-details {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	color: #555;
	display: flex;
	flex-direction: column;
	gap: 8px;	
}
.sidebar-form-summary .sidebar-details li {
    display: grid;
	gap: 2px;
}
.sidebar-form-summary h4 {
    font-size: 18px;
    font-weight: 600;
}
.sidebar-summary-container .sidebar-empty-state {
    color: #6B7280;
    font-size: 14px;
    text-align: center;
}

.sidebar-summary-container .sidebar-items-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.sidebar-summary-container .sidebar-items-list .sidebar-category-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
}
.sidebar-summary-container .sidebar-items-list .sidebar-category-title:after {
    content: "\f078";
    width: 16px;
    height: 16px;
    display: inline-grid;
    font-family: 'Font Awesome 5 Free';
    place-content: center;
    font-size: 11px;
}

.sidebar-summary-container .sidebar-items-list details[open] > .sidebar-category-title:after {
    content: "\f077";
}
.sidebar-summary-container .sidebar-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
	padding-left: 15px;
    position: relative;
	gap: 10px;
}

.sidebar-summary-container .sidebar-item:last-child {
    border-bottom: none;
	margin-bottom: 0px;
}

.sidebar-summary-container .sidebar-item-info strong {
	display: block;
    font-size: 12px;
    color: #6b6b6b;
    font-weight: 500;
}

.sidebar-summary-container .sidebar-item-info small {
    font-size: 12px;
    color: #6B7280;
}

.sidebar-summary-container .sidebar-item-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-summary-container .sidebar-qty-control {
    align-items: center;
    overflow: hidden;
	display: grid;
/*     grid-template-rows: 1fr 1fr; */
    grid-template-columns: 20px 30px 20px;
	border: 1px solid #cccccc;
    border-radius: 3px;
}

.sidebar-summary-container .sidebar-qty-btn {
    background: #F9FAFB;
    border: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    color: #4B5563;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.sidebar-summary-container .sidebar-qty-btn:hover {
    background: #E5E7EB;
}

.sidebar-summary-container .sidebar-qty-display {
	width: 3ch;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin: 0 5px;
}
.sidebar-summary-container .sidebar-qty-control .sidebar-qty-display {
/*     grid-row: span 2; */
    height: 100%;
    width: 100%;
    display: grid;
    place-content: center;
    margin: 0;
    border: 0;
    border-right: 1px solid;
    border-left: 1px solid;
    border-color:  inherit;
    border-radius: 0;
}

.sidebar-summary-container .sidebar-qty-btn {
    width: 100%;
/*     height: 16px; */
    padding: 0;
    border-radius: 0;
    background-color: #f4f4f4;
}

.sidebar-summary-container .sidebar-qty-btn:hover {
    background-color: #fef4f6;
}
.sidebar-summary-container .sidebar-remove-btn {
    background: none;
    border: none;
    color: #EF4444;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    padding: 0 4px;
}

.sidebar-summary-container .sidebar-remove-btn:hover {
    color: #DC2626;
}

.sidebar-summary-container .sidebar-summary {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 2px solid #E5E7EB;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-summary-container .sidebar-badge {
    background: #fef4f6;
    color: #c31037;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
}

.sidebar-summary-container .sidebar-item:before {
    content: '';
    width: 10px;
    height: 42px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    position: absolute;
    left: 0px;
    border-radius: 0 0 0 4px;
    top: 13px;
    transform: translateY(-100%);
    border-color: #c1c1c1;
}

.sidebar-summary-container .sidebar-item:first-child:before {
    height: 20px;
}
.sidebar-item-info {
    flex: 1;
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.sidebar-item-info:after {
    content: '';
    height: 1px;
    flex: 1;
    display: inline-block;
    border-bottom: 1px dotted;
}

/* Custom Modal */
#btn-open-custom-modal {
    color: #ffffff;
    padding: 12px 20px;
    background-color: #c31037;
    border-radius: 4px;
    border: 1px solid #c31037;
    transition: 0.3s;
}
#btn-open-custom-modal:hover{
    background-color: #A9001E;
    border-color: #A9001E;
}

div#movermate-custom-modal {
	display: none;
    position: fixed;
    z-index: 100000;
    inset: 0;
    background-color: #00000080;
    align-items: center;
    justify-content: center;
	padding: 20px;
}

div#movermate-custom-modal > div {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #cccccc;
    position: relative;
    display: grid;
    gap: 10px;
	width: min(450px,100%);
}

span#close-custom-modal {
    position: absolute;
    background-color: #ffffff;
    display: inline-grid;
    width: 30px;
    height: 30px;
    place-content: center;
    border-radius: 50%;
    border: 1px solid #cccc;
    line-height: 29px;
    font-size: 22px;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
	cursor: pointer;
}
#movermate-custom-modal h3 {
    font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px;
}
#movermate-custom-modal h4 {
    font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
}
#movermate-custom-modal label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    margin-right: 6px;
}

#movermate-custom-modal :is(input,select) {
    min-height: 30px;
    padding: 10px 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
div#movermate-custom-modal > div .category-measurement {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(10px,1fr));
    grid-column: 1/ -1;
    gap: inherit;
}
.category-measurement label {
    display: none;
}

.category-measurement > div:after {
    content: 'cm';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.category-measurement > div {
    position: relative;
}

.category-measurement input {
    padding-right: 40px !important;
	padding-block: 10px !important;
}

.category-size {
    margin-top: 10px;
}

.volumn input {
    padding: 0 !important;
    min-height: 0 !important;
    border: 0 !important;
    font-size: 14px;
    color: #333333;
    margin-bottom: 2px;
}

.volumn input::placeholder {
    color: inherit;
}
.category-name, .category {
    margin-bottom: 10px;
}
#movermate-custom-modal .quantity input {
    width: min(100%, 130px);
    min-height: 0px !important;
    padding: 12px 12px;
    line-height: 1;
    margin-bottom: 0px;
}
.quantity-submit-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#btn-submit-custom{
	background-color: #c31037;
	border-color: #c31037;
	color: #ffffff;
    font-weight: 600;
    padding: 12px 20px;
    line-height: 1;
}
#btn-submit-custom:hover{
    background-color: #A9001E;
    border-color: #A9001E;
}


/* Thank you Confirmation */
.quiz-form-sty .wpforms-confirmation-container-full {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    color: #4B4B4B !important;
}

.quiz-form-sty .wpforms-confirmation-container-full * {
    color: inherit !important;
}
.quiz-form-sty .wpforms-confirmation-container-full h3 {
    font-size: 32px;
    font-weight: 800;
    color: #C31037 !important;
    margin: 0 0 20px;
}

.quiz-form-sty .wpforms-confirmation-container-full a.btn {
    padding: 12px 20px;
    border-radius: 4px;
    background-color: #c31037;
    color: #ffffff !important;
    margin-top: 20px !important;
    font-size: 16px;
    display: inline-block;
    line-height: 1.3;
    font-weight: 500;
	transition: 0.3s;
}
.quiz-form-sty .wpforms-confirmation-container-full a.btn:hover{
    background-color: #A9001E;
    border-color: #A9001E;
}
.quiz-form-sty .final-calc{
	display: none;
}
/* Responsive */
@media screen and (max-width: 767px){
	.quiz-form-sty .wpforms-page-indicator.progress{
		top: calc(105px + var(--wp-admin--admin-bar--height,0px));
	}
	body:has(.elementor-hidden-widescreen.elementor-hidden-desktop.elementor-hidden-laptop.elementor-hidden-tablet_extra.elementor-hidden-tablet.elementor-sticky--effects) .quiz-form-sty .wpforms-page-indicator.progress{
		top: 105px;
	}
	.quiz-form-sty .wpforms-page{
		padding-top: 50px !important;
	}
	.sidebar-container > div{
		padding-top: 0;
	}
	.quiz-form-sty .form-name.wpforms-field .wpforms-field-row-block{
		width: 100%;
		padding: 0;
	}
	.quiz-form-sty .form-name.wpforms-field .wpforms-field-row{
		gap: 15px;
	}
	.quiz-form-sty .form-name.wpforms-field .wpforms-field-row:after,
	.quiz-form-sty .form-name.wpforms-field .wpforms-field-row:before{
		display: none;
	}
	.quiz-form-sty.wpforms-container .wpforms-field{
		padding-block: 10px;
	}
	.quiz-form-sty.wpforms-container .wpforms-field.wpforms-field-layout{
		padding: 0;
	}
	.quiz-form-sty .wpforms-field-radio.fixed-width .wpforms-image-choices{
		grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
	}
	.quiz-form-sty .row-radio .wpforms-image-choices-item{
		flex: 1 0 auto;
	}
	.quiz-form-sty .wpforms-field-html h3{
		font-size: 24px;
	}
}