.customize-control-loginpress-range:hover .loginpress-range-reset {
	opacity: 1;
}
.customize-control-loginpress-range .loginpress-range-reset {
	cursor: pointer;
	height: 19px;
	left: 0;
	position: relative;
	top: 5px;
	-webkit-transition: opacity 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);
	transition: opacity 150ms cubic-bezier(0.694, 0.0482, 0.335, 1);
	width: 19px;
}
.customize-control-loginpress-range .loginpress-range-reset::after {
	content: "\f531";
	cursor: pointer;
	font: 100 20px/1 dashicons;
	left: 0;
	position: relative;
	top: 2px;
	z-index: 999;
}
.loginpress-range-slider {
	width: 100%;
}
.loginpress-range-slider_range {
	-webkit-appearance: none;
	width: calc(100% - (100px)) !important;
	height: 5px;
	border-radius: 2.5px;
	background: #d7dcdf;
	outline: none;
	padding: 0;
	margin: 0;
}
.loginpress-range-slider_range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #0085ba;
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}
.loginpress-range-slider_range::-webkit-slider-thumb:hover {
	background: #0085ba;
}
.loginpress-range-slider_range:active::-webkit-slider-thumb {
	background: #0085ba;
}
.loginpress-range-slider_range::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 50%;
	background: #0085ba;
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}
.loginpress-range-slider_range::-moz-range-thumb:hover {
	background: #0085ba;
}
.loginpress-range-slider_range:active::-moz-range-thumb {
	background: #0085ba;
}
.customize-control-loginpress-range:is(
    #customize-control-loginpress_customization-customize_logo_width_mobile,
    #customize-control-loginpress_customization-customize_logo_height_mobile,
    #customize-control-loginpress_customization-customize_form_width_mobile
) .customize-control-title {
    position: relative;
	max-width: fit-content;
	overflow: hidden;
}
.customize-control-loginpress-range:is(#customize-control-loginpress_customization-customize_logo_width_mobile, #customize-control-loginpress_customization-customize_logo_height_mobile, #customize-control-loginpress_customization-customize_form_width_mobile) .customize-control-title:after {
	background: #E33B3B;
	border-radius: 2px;
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	text-align: left;
	text-align: center;
	color: #fff;
	line-height: 1;
	padding: 4px;
	overflow: hidden;
	content: 'New';
	display: inline-block;
	vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.customize-control-loginpress-range:is(
    #customize-control-loginpress_customization-customize_logo_width_mobile,
    #customize-control-loginpress_customization-customize_logo_height_mobile,
    #customize-control-loginpress_customization-customize_form_width_mobile
) .customize-control-title:before {
    content: "";
    position: absolute;

    /* Adjust based on badge position */
    top: 2px;
    left: calc(100% - 17px);

    width: 12px;
    height: 20px;

    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );

    transform: skewX(-20deg);
    animation: shineEffect 2s infinite;
    pointer-events: none;
	z-index: 1;
}

@keyframes shineEffect {
    0% {
        transform: translateX(-20px) skewX(-20deg);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        transform: translateX(30px) skewX(-20deg);
        opacity: 0;
    }
}
.customize-control input[type=text].loginpress-range-slider_val {
	display: inline-block;
	position: relative;
	width: 50px;
	color: #32373c;
	line-height: 20px;
	text-align: center;
	border-radius: 3px;
	padding: 5px 10px;
	margin-left: 3px;
}
::-moz-range-track {
	background: #d7dcdf;
	border: 0;
}
input::-moz-focus-inner, input::-moz-focus-outer {
	border: 0;
}
