.icv__control {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 0;
	z-index: 5;
	color: var(--dark);
	height: 100%;
}

.icv__circle {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	border-radius: 999px;
		background-color: var(--dark);
}

.icv__circle::after {
	content: "";
    background-image: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2710%27 viewBox=%270 0 18 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12.2012 1.46533C12.0352 1.63135 12.0352 1.89697 12.2012 2.02979L14.625 4.354H3.70117L6.125 2.02979C6.29102 1.89697 6.29102 1.63135 6.125 1.46533L5.46094 0.834473C5.32812 0.668457 5.0625 0.668457 4.89648 0.834473L0.779297 4.95166C0.613281 5.11768 0.613281 5.3501 0.779297 5.51611L4.92969 9.6333C5.0625 9.79932 5.32812 9.79932 5.46094 9.6333L6.125 9.00244C6.29102 8.83643 6.29102 8.5708 6.125 8.40479L3.70117 6.08057H14.625L12.2012 8.40479C12.0352 8.5708 12.0352 8.83643 12.2012 9.00244L12.8652 9.6333C12.998 9.79932 13.2637 9.79932 13.4297 9.6333L17.5469 5.51611C17.7129 5.3501 17.7129 5.11768 17.5469 4.95166L13.4297 0.834473C13.2637 0.668457 12.998 0.668457 12.8652 0.834473L12.2012 1.46533Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 999px;
}

.icv__theme-wrapper {
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    transition: all 0.1s ease-out 0s;
    z-index: 5;
}

.icv__arrow-wrapper {
	justify-content: center;
    align-items: center;
    transition: all 0.1s ease-out 0s;
    background-color: var(--red);
    display: flex;
    align-self: flex-start;
    position: relative;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
	padding: 0.5rem;
    height: 1.5rem;
    border-radius: 3px;
    min-width: 60px;
    border-radius: 1000px;
	top: calc(50% - 25px);
	text-transform: uppercase;
}

.icv__arrow-wrapper:first-of-type::before {
	content: "After";
}
.icv__arrow-wrapper::before {
	content: "Before";
}

.icv__arrow-wrapper:first-of-type {
	background: var(--green);
}

.icv__theme-wrapper .icv__arrow-wrapper {
	transform: translateX(-60px) !important
}

.icv__theme-wrapper .icv__arrow-wrapper:nth-of-type(2) {
	transform: translateX(-10px) !important
}

.icv__circle {
	background: #272B41;
}

.icv__control-line {
	width: 4px!important;
}
.icv__theme-wrapper {
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    transition: all 0.1s ease-out 0s;
    z-index: 5;
}

.icv__arrow-wrapper svg {
	display: none;
}