.modal-slide._show {
    z-index: 902;
}

.grid-container {
	display: grid;
	grid-template-columns: 47% 53%;
}
.grid-item {
	border: 1px solid rgba(0, 0, 0, 0.8);
	text-align: center;
	padding: 5px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	word-break: break-word;
}
.flex-wrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content:space-evenly;
}

.flex-wrapper-over-prd {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	margin-bottom: -5px;
}

.single-chart {
	width: 55%;
	justify-content: space-around;
}

.single-chart-over-prd {
	width: 110px;
	justify-content: space-around;
}

.circular-chart {
	display: block;
	margin: 10px auto;
	max-width: 80%;
	max-height: 250px;
}

.circular-chart-over-prd {
	display: block;
	max-width: 80%;
	max-height: 250px;
	margin: 10px auto;
}

.circle-bg {
	fill: none;
	stroke: #eee;
	stroke-width: 3.8;
}

.circle-bg-over-prd {
	fill: none;
	stroke: #dee2e6;
	stroke-width: 3.8;
}

.circle {
	fill: none;
	stroke-width: 2.8;
	stroke-linecap: round;
	animation: progress 1s ease-out forwards;
}

.circle-over-prd {
	fill: none;
	stroke-width: 2.8;
	stroke-linecap: round;
	animation: progress 1s ease-out forwards;
}


@keyframes progress {
	0% {
		stroke-dasharray: 0 100;
	}
}

.circular-chart.orange .circle {
	stroke: #ff9f00;
}

.circular-chart.green .circle {
	stroke: #4CC790;
}

.circular-chart.blue .circle {
	stroke: #3c9ee5;
}

.circular-chart.red .circle {
	stroke: #f7072b;
}

.circular-chart.gray .circle {
	stroke: #ccc;
}

.circular-chart-over-prd.orange .circle-over-prd {
	stroke: #ff9f00;
}

.circular-chart-over-prd.green .circle-over-prd {
	stroke: #4CC790;
}

.circular-chart-over-prd.blue .circle-over-prd {
	stroke: #3c9ee5;
}

.circular-chart-over-prd.red .circle-over-prd {
	stroke: #f7072b;
}

.circular-chart-over-prd.gray .circle-over-prd {
	stroke: #ccc;
}

.percentage {
	fill: #666;
	font-size: 0.6em;
	text-anchor: middle;
	font-weight: 500;
}

.percentage-over-prd {
	font-size: 0.5em;
	text-anchor: middle;
	font-weight: 600;
	fill: #212529;
}

.side_border_green {
	border-left: 0.6rem solid green;
	padding-top: 1.1rem;
}

.side_border_red {
	border-left: 0.6rem solid #FF0000;
	padding-top: 1.1rem;
}

.side_border_orange {
	border-left: 0.6rem solid #FFA500;
	padding-top: 1.1rem;
}

.side_border_gray {
	border-left: 0.6rem solid #CCCCCC;
	padding-top: 1.1rem;
}

.button-61 {
	width:100%;
}

.modal-slide.productmatch-sidebar{
	left: auto;
	right: 0;
	width: 100%;
}

.modal-slide.productmatch-sidebar {
	max-width:816px;
}

.modal-slide.productmatch-sidebar .modal-header {
	justify-content: start;
}

@media (max-width: 767px) {
	.modal-slide.productmatch-sidebar .modal-header {
		padding: 20px;
	}
}

.wk-static-msg span{
	font-size:16px;
}

.productmatch-title {
	font-size: 18px;
	font-weight: bold;
	color: var(--bs-body-color);
	text-align: center;
	margin-top: 30px;
}

.productMatchButton{
	width: 57%;
	text-align: center;
}

#product-match-info-cont{
    text-align: center;
    transition: var(--site_transition);
    color: #fff;
    justify-self: end;
    align-self: end;
    grid-area: 2 / 2 / 3 / 4;
    z-index: 1;
    margin: 0 1em 1em 0;
}

.product-match-label{
	font-size: 16px;
	font-weight: bolder;
	color: black;
	white-space: nowrap;
}
.product-match-link{
	font-weight: bolder;
	font-size: 16px;
	text-decoration: underline;
	color: #ff7a45;
}

.guest-first-text {
	transform: translate(-2px,-6px);
}

.guest-sec-text {
	transform: translate(-3px, 5px);
}

@media only screen and (max-width: 1920px) {
	@media only screen and (min-height: 700px) {
		.circle-bg-over-prd {
			stroke: #ccc;
		}
		.product-match-link {
			font-size: 16px;
		}
		.product-match-label {
			font-size: 16px;
		}
		.circle-over-prd{
			stroke-width:3.8px;
		}
		.percentage-over-prd {
			font-size: 0.6em;
			font-weight: 600;
			fill: #212529;
		}
		.percentage-over-prd.guest-first-text{
			font-size: 0.5em;
		}
		.percentage-over-prd.guest-sec-text{
			font-size: 0.5em;
		}
		.circular-chart-over-prd {
			margin: 10px auto;
		}
		.guest-first-text {
			transform: translate(-2px,-6px);
		}
		.guest-sec-text {
			transform: translate(-3px, 5px);
		}
	}
}

@media only screen and (max-width: 768px) {
	.single-chart-over-prd {
		width: 80px;
	}
	.grid-item {
		font-size: 14px;
	}
	.product-match-link {
		font-size: 14px;
	}
	.product-match-label {
		font-size: 14px;
	}
}

@media only screen and (max-width: 699px) {
	@media only screen and (max-height: 773px) {
		.guest-first-text {
			transform: translate(-2px,-6px);
		}
		.guest-sec-text {
			transform: translate(-3px, 5px);
		}
		.percentage-over-prd {
			font-size: 0.5em;
			font-weight: 600;
			fill: #212529;
		}
	}
}

@media only screen and (max-width: 479px){
	#product-match-info-cont {
		margin: 0 1em 1em 0;
	}
}

/* @media only screen and (max-width: 428px) { */
@media only screen and (max-width: 428px) {
	@media only screen and (max-height: 773px) {
		#product-match-info-cont {
			min-width: 102px;
		}
		.circular-chart-over-prd {
			margin: 5px auto;
		}
		.product-match-link {
			font-size: 13px;
		}
		.product-match-label {
			font-size: 13px;
		}
	}
}

.productmatch-popup.modal-popup .modal-inner-wrap {
	max-width: 900px;
	transform: translateY(-50%);
	top: 50%;
	margin: 0 auto;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.productmatch-popup.modal-popup .modal-header {
	display: none;
}
#product_zero_match_popup {
	display: flex;
    padding: 30px;
	position: relative;
}
#product_zero_match_popup h1.header {
    color: #f00;
    margin-bottom: 20px;
    font-family: var(--title_font);
    font-weight: 600;
}
#product_zero_match_popup .message-container {
	flex: 9;
	text-align: left;
}
#product_zero_match_popup .data-container {
	flex: 11;
    display: flex;
    align-items: center;
}
#product_zero_match_popup .productmatch-title {
	margin-top: 0;
}
#product_zero_match_popup .close-trigger {
    display: none;
}
@media only screen and (min-width: 992px) {
	#product_zero_match_popup .message-container {
		padding-right: 40px;
	}
}
@media only screen and (max-width: 991px) {
	#product_zero_match_popup {
		flex-direction: column;
        padding-bottom: 101px;
	}
	#product_zero_match_popup .data-container {
        padding-top: 20px;
		max-width: 500px;
		margin: 0 auto;
	}
	#product_zero_match_popup .prod-better-match-trigger {
		position: fixed;
		left: 0;
		bottom: 0;
		padding: 20px;
		background: white;
		text-align: center;
	}
	#product_zero_match_popup .prod-better-match-trigger .btn {
		max-width: 440px;
	}
}
@media only screen and (max-width: 767px) {
	#product_zero_match_popup {
        padding: 30px 0 120px;
	}
    #product_zero_match_popup .close-trigger {
        display: inline-block;
        font-size: 14px;
        margin-top: 10px;
    }
	.productmatch-popup.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
		min-height: auto;
        position: fixed;
		top: auto;
        bottom: 0;
        transform: translateY(100%);
        border-radius: 20px 20px 0 0;
	}
    .productmatch-popup.modal-popup.modal-slide._show .modal-inner-wrap {
        transform: translateY(0);
    }
}
