/* Test */
/* Success and error icons start */
@-webkit-keyframes swal2-show{
	0%{
		-webkit-transform:scale(.7);
		transform:scale(.7)
	}
	45%{
		-webkit-transform:scale(1.05);
		transform:scale(1.05)
	}
	80%{
		-webkit-transform:scale(.95);
		transform:scale(.95)
	}
	100%{
		-webkit-transform:scale(1);
		transform:scale(1)
	}
}
@keyframes swal2-show{
	0%{
		-webkit-transform:scale(.7);
		transform:scale(.7)
	}
	45%{
		-webkit-transform:scale(1.05);
		transform:scale(1.05)
	}
	80%{
		-webkit-transform:scale(.95);
		transform:scale(.95)
	}
	100%{
		-webkit-transform:scale(1);
		transform:scale(1)
	}
}
@-webkit-keyframes swal2-hide{
	0%{
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:1
	}
	100%{
		-webkit-transform:scale(.5);
		transform:scale(.5);
		opacity:0
	}
}
@keyframes swal2-hide{
	0%{
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:1
	}
	100%{
		-webkit-transform:scale(.5);
		transform:scale(.5);
		opacity:0
	}
}
@-webkit-keyframes swal2-animate-success-line-tip{
	0%{
		top:1.1875em;
		left:.0625em;
		width:0
	}
	54%{
		top:1.0625em;
		left:.125em;
		width:0
	}
	70%{
		top:2.1875em;
		left:-.375em;
		width:3.125em
	}
	84%{
		top:3em;
		left:1.3125em;
		width:1.0625em
	}
	100%{
		top:2.8125em;
		left:.875em;
		width: 1.2625em;
	}
}
@keyframes swal2-animate-success-line-tip{
	0%{
		top:1.1875em;
		left:.0625em;
		width:0
	}
	54%{
		top:1.0625em;
		left:.125em;
		width:0
	}
	70%{
		top:2.1875em;
		left:-.375em;
		width:3.125em
	}
	84%{
		top:3em;
		left:1.3125em;
		width:1.0625em
	}
	100%{
		top:2.8125em;
		left:.875em;
		width: 1.2625em;
	}
}
@-webkit-keyframes swal2-animate-success-line-long{
	0%{
		top:3.375em;
		right:2.875em;
		width:0
	}
	65%{
		top:3.375em;
		right:2.875em;
		width:0
	}
	84%{
		top:2.1875em;
		right:0;
		width:3.4375em
	}
	100%{
		top:2.375em;
		right:.25em;
		width:2.9375em
	}
}
@keyframes swal2-animate-success-line-long{
	0%{
		top:3.375em;
		right:2.875em;
		width:0
	}
	65%{
		top:3.375em;
		right:2.875em;
		width:0
	}
	84%{
		top:2.1875em;
		right:0;
		width:3.4375em
	}
	100%{
		top:2.375em;
		right:.25em;
		width:2.9375em
	}
}
@-webkit-keyframes swal2-rotate-success-circular-line{
	0%{
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg)
	}
	5%{
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg)
	}
	12%{
		-webkit-transform:rotate(-405deg);
		transform:rotate(-405deg)
	}
	100%{
		-webkit-transform:rotate(-405deg);
		transform:rotate(-405deg)
	}
}
@keyframes swal2-rotate-success-circular-line{
	0%{
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg)
	}
	5%{
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg)
	}
	12%{
		-webkit-transform:rotate(-405deg);
		transform:rotate(-405deg)
	}
	100%{
		-webkit-transform:rotate(-405deg);
		transform:rotate(-405deg)
	}
}
@-webkit-keyframes swal2-animate-error-x-mark{
	0%{
		margin-top:1.625em;
		-webkit-transform:scale(.4);
		transform:scale(.4);
		opacity:0
	}
	50%{
		margin-top:1.625em;
		-webkit-transform:scale(.4);
		transform:scale(.4);
		opacity:0
	}
	80%{
		margin-top:-.375em;
		-webkit-transform:scale(1.15);
		transform:scale(1.15)
	}
	100%{
		margin-top:0;
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:1
	}
}
@keyframes swal2-animate-error-x-mark{
	0%{
		margin-top:1.625em;
		-webkit-transform:scale(.4);
		transform:scale(.4);
		opacity:0
	}
	50%{
		margin-top:1.625em;
		-webkit-transform:scale(.4);
		transform:scale(.4);
		opacity:0
	}
	80%{
		margin-top:-.375em;
		-webkit-transform:scale(1.15);
		transform:scale(1.15)
	}
	100%{
		margin-top:0;
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:1
	}
}
@-webkit-keyframes swal2-animate-error-icon{
	0%{
		-webkit-transform:rotateX(100deg);
		transform:rotateX(100deg);
		opacity:0
	}
	100%{
		-webkit-transform:rotateX(0);
		transform:rotateX(0);
		opacity:1
	}
}
@keyframes swal2-animate-error-icon{
	0%{
		-webkit-transform:rotateX(100deg);
		transform:rotateX(100deg);
		opacity:0
	}
	100%{
		-webkit-transform:rotateX(0);
		transform:rotateX(0);
		opacity:1
	}
}
body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast{
	flex-direction:column;
	align-items:stretch
}
body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-actions{
	flex:1;
	align-self:stretch;
	justify-content:flex-end;
	height:2.2em
}
body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-loading{
	justify-content:center
}
body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-input{
	height:2em;
	margin:.3125em auto;
	font-size:1em
}
body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-validationerror{
	font-size:1em
}
body.swal2-toast-shown>.swal2-container{
	position:fixed;
	background-color:transparent
}
body.swal2-toast-shown>.swal2-container.swal2-shown{
	background-color:transparent
}
body.swal2-toast-shown>.swal2-container.swal2-top{
	top:0;
	right:auto;
	bottom:auto;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%)
}
body.swal2-toast-shown>.swal2-container.swal2-top-end,body.swal2-toast-shown>.swal2-container.swal2-top-right{
	top:0;
	right:0;
	bottom:auto;
	left:auto
}
body.swal2-toast-shown>.swal2-container.swal2-top-left,body.swal2-toast-shown>.swal2-container.swal2-top-start{
	top:0;
	right:auto;
	bottom:auto;
	left:0
}
body.swal2-toast-shown>.swal2-container.swal2-center-left,body.swal2-toast-shown>.swal2-container.swal2-center-start{
	top:50%;
	right:auto;
	bottom:auto;
	left:0;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
body.swal2-toast-shown>.swal2-container.swal2-center{
	top:50%;
	right:auto;
	bottom:auto;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}
body.swal2-toast-shown>.swal2-container.swal2-center-end,body.swal2-toast-shown>.swal2-container.swal2-center-right{
	top:50%;
	right:0;
	bottom:auto;
	left:auto;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
body.swal2-toast-shown>.swal2-container.swal2-bottom-left,body.swal2-toast-shown>.swal2-container.swal2-bottom-start{
	top:auto;
	right:auto;
	bottom:0;
	left:0
}
body.swal2-toast-shown>.swal2-container.swal2-bottom{
	top:auto;
	right:auto;
	bottom:0;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%)
}
body.swal2-toast-shown>.swal2-container.swal2-bottom-end,body.swal2-toast-shown>.swal2-container.swal2-bottom-right{
	top:auto;
	right:0;
	bottom:0;
	left:auto
}
.swal2-popup.swal2-toast{
	flex-direction:row;
	align-items:center;
	width:auto;
	padding:.625em;
	box-shadow:0 0 .625em #d9d9d9;
	overflow-y:hidden
}
.swal2-popup.swal2-toast .swal2-header{
	flex-direction:row
}
.swal2-popup.swal2-toast .swal2-title{
	justify-content:flex-start;
	margin:0 .6em;
	font-size:1em
}
.swal2-popup.swal2-toast .swal2-close{
	position:initial
}
.swal2-popup.swal2-toast .swal2-content{
	justify-content:flex-start;
	font-size:1em
}
.swal2-popup.swal2-toast .swal2-icon{
	width:2em;
	min-width:2em;
	height:2em;
	margin:0
}
.swal2-popup.swal2-toast .swal2-icon-text{
	font-size:2em;
	font-weight:700;
	line-height:1em
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{
	width:2em;
	height:2em
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{
	top:.875em;
	width:1.375em
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{
	left:.3125em
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{
	right:.3125em
}
.swal2-popup.swal2-toast .swal2-actions{
	height:auto;
	margin:0 .3125em
}
.swal2-popup.swal2-toast .swal2-styled{
	margin:0 .3125em;
	padding:.3125em .625em;
	font-size:1em
}
.swal2-popup.swal2-toast .swal2-styled:focus{
	box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)
}
.swal2-popup.swal2-toast .swal2-success{
	border-color:#a5dc86
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{
	position:absolute;
	width:2em;
	height:2.8125em;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	border-radius:50%
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{
	top:-.25em;
	left:-.9375em;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-webkit-transform-origin:2em 2em;
	transform-origin:2em 2em;
	border-radius:4em 0 0 4em
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{
	top:-.25em;
	left:.9375em;
	-webkit-transform-origin:0 2em;
	transform-origin:0 2em;
	border-radius:0 4em 4em 0
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{
	width:2em;
	height:2em
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{
	top:0;
	left:.4375em;
	width:.4375em;
	height:2.6875em
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{
	height:.3125em
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{
	top:1.125em;
	left:.1875em;
	width:.75em
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{
	top:.9375em;
	right:.1875em;
	width:1.375em
}
.swal2-popup.swal2-toast.swal2-show{
	-webkit-animation:showSweetToast .5s;
	animation:showSweetToast .5s
}
.swal2-popup.swal2-toast.swal2-hide{
	-webkit-animation:hideSweetToast .2s forwards;
	animation:hideSweetToast .2s forwards
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{
	-webkit-animation:animate-toast-success-tip .75s;
	animation:animate-toast-success-tip .75s
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{
	-webkit-animation:animate-toast-success-long .75s;
	animation:animate-toast-success-long .75s
}
@-webkit-keyframes showSweetToast{
	0%{
		-webkit-transform:translateY(-.625em) rotateZ(2deg);
		transform:translateY(-.625em) rotateZ(2deg);
		opacity:0
	}
	33%{
		-webkit-transform:translateY(0) rotateZ(-2deg);
		transform:translateY(0) rotateZ(-2deg);
		opacity:.5
	}
	66%{
		-webkit-transform:translateY(.3125em) rotateZ(2deg);
		transform:translateY(.3125em) rotateZ(2deg);
		opacity:.7
	}
	100%{
		-webkit-transform:translateY(0) rotateZ(0);
		transform:translateY(0) rotateZ(0);
		opacity:1
	}
}
@keyframes showSweetToast{
	0%{
		-webkit-transform:translateY(-.625em) rotateZ(2deg);
		transform:translateY(-.625em) rotateZ(2deg);
		opacity:0
	}
	33%{
		-webkit-transform:translateY(0) rotateZ(-2deg);
		transform:translateY(0) rotateZ(-2deg);
		opacity:.5
	}
	66%{
		-webkit-transform:translateY(.3125em) rotateZ(2deg);
		transform:translateY(.3125em) rotateZ(2deg);
		opacity:.7
	}
	100%{
		-webkit-transform:translateY(0) rotateZ(0);
		transform:translateY(0) rotateZ(0);
		opacity:1
	}
}
@-webkit-keyframes hideSweetToast{
	0%{
		opacity:1
	}
	33%{
		opacity:.5
	}
	100%{
		-webkit-transform:rotateZ(1deg);
		transform:rotateZ(1deg);
		opacity:0
	}
}
@keyframes hideSweetToast{
	0%{
		opacity:1
	}
	33%{
		opacity:.5
	}
	100%{
		-webkit-transform:rotateZ(1deg);
		transform:rotateZ(1deg);
		opacity:0
	}
}
@-webkit-keyframes animate-toast-success-tip{
	0%{
		top:.5625em;
		left:.0625em;
		width:0
	}
	54%{
		top:.125em;
		left:.125em;
		width:0
	}
	70%{
		top:.625em;
		left:-.25em;
		width:1.625em
	}
	84%{
		top:1.0625em;
		left:.75em;
		width:.5em
	}
	100%{
		top:1.125em;
		left:.1875em;
		width:.75em
	}
}
@keyframes animate-toast-success-tip{
	0%{
		top:.5625em;
		left:.0625em;
		width:0
	}
	54%{
		top:.125em;
		left:.125em;
		width:0
	}
	70%{
		top:.625em;
		left:-.25em;
		width:1.625em
	}
	84%{
		top:1.0625em;
		left:.75em;
		width:.5em
	}
	100%{
		top:1.125em;
		left:.1875em;
		width:.75em
	}
}
@-webkit-keyframes animate-toast-success-long{
	0%{
		top:1.625em;
		right:1.375em;
		width:0
	}
	65%{
		top:1.25em;
		right:.9375em;
		width:0
	}
	84%{
		top:.9375em;
		right:0;
		width:1.125em
	}
	100%{
		top:.9375em;
		right:.1875em;
		width:1.375em
	}
}
@keyframes animate-toast-success-long{
	0%{
		top:1.625em;
		right:1.375em;
		width:0
	}
	65%{
		top:1.25em;
		right:.9375em;
		width:0
	}
	84%{
		top:.9375em;
		right:0;
		width:1.125em
	}
	100%{
		top:.9375em;
		right:.1875em;
		width:1.375em
	}
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){
	overflow-y:hidden
}
body.swal2-height-auto{
	height:auto!important
}
body.swal2-no-backdrop .swal2-shown{
	top:auto;
	right:auto;
	bottom:auto;
	left:auto;
	background-color:transparent
}
body.swal2-no-backdrop .swal2-shown>.swal2-modal{
	box-shadow:0 0 10px rgba(0,0,0,.4)
}
body.swal2-no-backdrop .swal2-shown.swal2-top{
	top:0;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%)
}
body.swal2-no-backdrop .swal2-shown.swal2-top-left,body.swal2-no-backdrop .swal2-shown.swal2-top-start{
	top:0;
	left:0
}
body.swal2-no-backdrop .swal2-shown.swal2-top-end,body.swal2-no-backdrop .swal2-shown.swal2-top-right{
	top:0;
	right:0
}
body.swal2-no-backdrop .swal2-shown.swal2-center{
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}
body.swal2-no-backdrop .swal2-shown.swal2-center-left,body.swal2-no-backdrop .swal2-shown.swal2-center-start{
	top:50%;
	left:0;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
body.swal2-no-backdrop .swal2-shown.swal2-center-end,body.swal2-no-backdrop .swal2-shown.swal2-center-right{
	top:50%;
	right:0;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom{
	bottom:0;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%)
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{
	bottom:0;
	left:0
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{
	right:0;
	bottom:0
}
.swal2-container{
	display:flex;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	padding:10px;
	background-color:transparent;
	z-index:1060;
	overflow-x:hidden;
	-webkit-overflow-scrolling:touch
}
.swal2-container.swal2-top{
	align-items:flex-start
}
.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{
	align-items:flex-start;
	justify-content:flex-start
}
.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{
	align-items:flex-start;
	justify-content:flex-end
}
.swal2-container.swal2-center{
	align-items:center
}
.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{
	align-items:center;
	justify-content:flex-start
}
.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{
	align-items:center;
	justify-content:flex-end
}
.swal2-container.swal2-bottom{
	align-items:flex-end
}
.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{
	align-items:flex-end;
	justify-content:flex-start
}
.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{
	align-items:flex-end;
	justify-content:flex-end
}
.swal2-container.swal2-grow-fullscreen>.swal2-modal{
	display:flex!important;
	flex:1;
	align-self:stretch;
	justify-content:center
}
.swal2-container.swal2-grow-row>.swal2-modal{
	display:flex!important;
	flex:1;
	align-content:center;
	justify-content:center
}
.swal2-container.swal2-grow-column{
	flex:1;
	flex-direction:column
}
.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{
	align-items:center
}
.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{
	align-items:flex-start
}
.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{
	align-items:flex-end
}
.swal2-container.swal2-grow-column>.swal2-modal{
	display:flex!important;
	flex:1;
	align-content:center;
	justify-content:center
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right)>.swal2-modal{
	margin:auto
}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){
	.swal2-container .swal2-modal{
		margin:0!important
	}
}
.swal2-container.swal2-fade{
	transition:background-color .1s
}
.swal2-container.swal2-shown{
	background-color:rgba(0,0,0,.4)
}
.swal2-popup{
	display:none;
	position:relative;
	flex-direction:column;
	justify-content:center;
	width:32em;
	max-width:100%;
	padding:1.25em;
	border-radius:.3125em;
	background:#fff;
	font-family:inherit;
	font-size:1rem;
	box-sizing:border-box
}
.swal2-popup:focus{
	outline:0
}
.swal2-popup.swal2-loading{
	overflow-y:hidden
}
.swal2-popup .swal2-header{
	display:flex;
	flex-direction:column;
	align-items:center
}
.swal2-popup .swal2-title{
	display:block;
	position:relative;
	max-width:100%;
	margin:0 0 .4em;
	padding:0;
	color:#595959;
	font-size:1.875em;
	font-weight:600;
	text-align:center;
	text-transform:none;
	word-wrap:break-word
}
.swal2-popup .swal2-actions{
	align-items:center;
	justify-content:center;
	margin:1.25em auto 0
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{
	opacity:.4
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{
	background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{
	background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))
}
.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm{
	width:2.5em;
	height:2.5em;
	margin:.46875em;
	padding:0;
	border:.25em solid transparent;
	border-radius:100%;
	border-color:transparent;
	background-color:transparent!important;
	color:transparent;
	cursor:default;
	box-sizing:border-box;
	-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;
	animation:swal2-rotate-loading 1.5s linear 0s infinite normal;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{
	margin-right:30px;
	margin-left:30px
}
.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after{
	display:inline-block;
	width:15px;
	height:15px;
	margin-left:5px;
	border:3px solid #999;
	border-radius:50%;
	border-right-color:transparent;
	box-shadow:1px 1px 1px #fff;
	content:'';
	-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;
	animation:swal2-rotate-loading 1.5s linear 0s infinite normal
}
.swal2-popup .swal2-styled{
	margin:0 .3125em;
	padding:.625em 2em;
	font-weight:500;
	box-shadow:none
}
.swal2-popup .swal2-styled:not([disabled]){
	cursor:pointer
}
.swal2-popup .swal2-styled.swal2-confirm{
	border:0;
	border-radius:.25em;
	background:initial;
	background-color:#3085d6;
	color:#fff;
	font-size:1.0625em
}
.swal2-popup .swal2-styled.swal2-cancel{
	border:0;
	border-radius:.25em;
	background:initial;
	background-color:#aaa;
	color:#fff;
	font-size:1.0625em
}
.swal2-popup .swal2-styled:focus{
	outline:0;
	box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)
}
.swal2-popup .swal2-styled::-moz-focus-inner{
	border:0
}
.swal2-popup .swal2-footer{
	justify-content:center;
	margin:1.25em 0 0;
	padding-top:1em;
	border-top:1px solid #eee;
	color:#545454;
	font-size:1em
}
.swal2-popup .swal2-image{
	max-width:100%;
	margin:1.25em auto
}
.swal2-popup .swal2-close{
	position:absolute;
	top:0;
	right:0;
	justify-content:center;
	width:1.2em;
	height:1.2em;
	padding:0;
	transition:color .1s ease-out;
	border:none;
	border-radius:0;
	background:0 0;
	color:#ccc;
	font-family:serif;
	font-size:2.5em;
	line-height:1.2;
	cursor:pointer;
	overflow:hidden
}
.swal2-popup .swal2-close:hover{
	-webkit-transform:none;
	transform:none;
	color:#f27474
}
.swal2-popup>.swal2-checkbox,.swal2-popup>.swal2-file,.swal2-popup>.swal2-input,.swal2-popup>.swal2-radio,.swal2-popup>.swal2-select,.swal2-popup>.swal2-textarea{
	display:none
}
.swal2-popup .swal2-content{
	justify-content:center;
	margin:0;
	padding:0;
	color:#545454;
	font-size:1.125em;
	font-weight:300;
	line-height:normal;
	word-wrap:break-word
}
.swal2-popup #swal2-content{
	text-align:center
}
.swal2-popup .swal2-checkbox,.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-radio,.swal2-popup .swal2-select,.swal2-popup .swal2-textarea{
	margin:1em auto
}
.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-textarea{
	width:100%;
	transition:border-color .3s,box-shadow .3s;
	border:1px solid #d9d9d9;
	border-radius:.1875em;
	font-size:1.125em;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.06);
	box-sizing:border-box
}
.swal2-popup .swal2-file.swal2-inputerror,.swal2-popup .swal2-input.swal2-inputerror,.swal2-popup .swal2-textarea.swal2-inputerror{
	border-color:#f27474!important;
	box-shadow:0 0 2px #f27474!important
}
.swal2-popup .swal2-file:focus,.swal2-popup .swal2-input:focus,.swal2-popup .swal2-textarea:focus{
	border:1px solid #b4dbed;
	outline:0;
	box-shadow:0 0 3px #c4e6f5
}
.swal2-popup .swal2-file::-webkit-input-placeholder,.swal2-popup .swal2-input::-webkit-input-placeholder,.swal2-popup .swal2-textarea::-webkit-input-placeholder{
	color:#ccc
}
.swal2-popup .swal2-file:-ms-input-placeholder,.swal2-popup .swal2-input:-ms-input-placeholder,.swal2-popup .swal2-textarea:-ms-input-placeholder{
	color:#ccc
}
.swal2-popup .swal2-file::-ms-input-placeholder,.swal2-popup .swal2-input::-ms-input-placeholder,.swal2-popup .swal2-textarea::-ms-input-placeholder{
	color:#ccc
}
.swal2-popup .swal2-file::placeholder,.swal2-popup .swal2-input::placeholder,.swal2-popup .swal2-textarea::placeholder{
	color:#ccc
}
.swal2-popup .swal2-range input{
	width:80%
}
.swal2-popup .swal2-range output{
	width:20%;
	font-weight:600;
	text-align:center
}
.swal2-popup .swal2-range input,.swal2-popup .swal2-range output{
	height:2.625em;
	margin:1em auto;
	padding:0;
	font-size:1.125em;
	line-height:2.625em
}
.swal2-popup .swal2-input{
	height:2.625em;
	padding:.75em
}
.swal2-popup .swal2-input[type=number]{
	max-width:10em
}
.swal2-popup .swal2-file{
	font-size:1.125em
}
.swal2-popup .swal2-textarea{
	height:6.75em;
	padding:.75em
}
.swal2-popup .swal2-select{
	min-width:50%;
	max-width:100%;
	padding:.375em .625em;
	color:#545454;
	font-size:1.125em
}
.swal2-popup .swal2-checkbox,.swal2-popup .swal2-radio{
	align-items:center;
	justify-content:center
}
.swal2-popup .swal2-checkbox label,.swal2-popup .swal2-radio label{
	margin:0 .6em;
	font-size:1.125em
}
.swal2-popup .swal2-checkbox input,.swal2-popup .swal2-radio input{
	margin:0 .4em
}
.swal2-popup .swal2-validationerror{
	display:none;
	align-items:center;
	justify-content:center;
	padding:.625em;
	background:#f0f0f0;
	color:#666;
	font-size:1em;
	font-weight:300;
	overflow:hidden
}
.swal2-popup .swal2-validationerror::before{
	display:inline-block;
	width:1.5em;
	min-width:1.5em;
	height:1.5em;
	margin:0 .625em;
	border-radius:50%;
	background-color:#f27474;
	color:#fff;
	font-weight:600;
	line-height:1.5em;
	text-align:center;
	content:'!';
	zoom:normal
}
@supports (-ms-accelerator:true){
	.swal2-range input{
		width:100%!important
	}
	.swal2-range output{
		display:none
	}
}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){
	.swal2-range input{
		width:100%!important
	}
	.swal2-range output{
		display:none
	}
}
@-moz-document url-prefix(){
	.swal2-close:focus{
		outline:2px solid rgba(50,100,150,.4)
	}
}
.swal2-icon{
	position:relative;
	justify-content:center;
	width:5em;
	height:5em;
	margin:1.25em auto 1.875em;
	border:.25em solid transparent;
	border-radius:50%;
	line-height:5em;
	cursor:default;
	box-sizing:content-box;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	zoom:normal
}
.swal2-icon-text{
	font-size:3.75em
}
.swal2-icon.swal2-error{
	border-color:#f27474
}
.swal2-icon.swal2-error .swal2-x-mark{
	position:relative;
	flex-grow:1
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line]{
	display:block;
	position:absolute;
	top:2.3125em;
	width:2.9375em;
	height:.3125em;
	border-radius:.125em;
	background-color:#f27474
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{
	left:0.85em;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg)
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{
	right:0.8em;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.swal2-icon.swal2-warning{
	border-color:#facea8;
	color:#f8bb86
}
.swal2-icon.swal2-info{
	border-color:#9de0f6;
	color:#3fc3ee
}
.swal2-icon.swal2-question{
	border-color:#c9dae1;
	color:#87adbd
}
.swal2-icon.swal2-success{
	border-color:#a5dc86
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line]{
	position:absolute;
	width:3.75em;
	height:7.5em;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	border-radius:50%
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{
	top:-.4375em;
	left:-2.0635em;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-webkit-transform-origin:3.75em 3.75em;
	transform-origin:3.75em 3.75em;
	border-radius:7.5em 0 0 7.5em
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{
	top:-.6875em;
	left:1.875em;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-webkit-transform-origin:0 3.75em;
	transform-origin:0 3.75em;
	border-radius:0 7.5em 7.5em 0
}
.swal2-icon.swal2-success .swal2-success-ring{
	position:absolute;
	top:-.25em;
	left:-.25em;
	width:100%;
	height:100%;
	border:.25em solid rgba(165,220,134,.3);
	border-radius:50%;
	z-index:2;
	box-sizing:content-box
}
.swal2-icon.swal2-success .swal2-success-fix{
	position:absolute;
	top:.5em;
	left:1.625em;
	width:.4375em;
	height:5.625em;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	z-index:1
}
.swal2-icon.swal2-success [class^=swal2-success-line]{
	display:block;
	position:absolute;
	height:.3125em;
	border-radius:.125em;
	background-color:#a5dc86;
	z-index:2
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{
	top:2.875em;
	left:.875em;
	width: 1.2625em;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg)
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{
	top:2.375em;
	right: .25em;
	width:2.9375em;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.swal2-progresssteps{
	align-items:center;
	margin:0 0 1.25em;
	padding:0;
	font-weight:600
}
.swal2-progresssteps li{
	display:inline-block;
	position:relative
}
.swal2-progresssteps .swal2-progresscircle{
	width:2em;
	height:2em;
	border-radius:2em;
	background:#3085d6;
	color:#fff;
	line-height:2em;
	text-align:center;
	z-index:20
}
.swal2-progresssteps .swal2-progresscircle:first-child{
	margin-left:0
}
.swal2-progresssteps .swal2-progresscircle:last-child{
	margin-right:0
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{
	background:#3085d6
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle{
	background:#add8e6
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{
	background:#add8e6
}
.swal2-progresssteps .swal2-progressline{
	width:2.5em;
	height:.4em;
	margin:0 -1px;
	background:#3085d6;
	z-index:10
}
[class^=swal2]{
	-webkit-tap-highlight-color:transparent
}
.swal2-show{
	-webkit-animation:swal2-show .3s;
	animation:swal2-show .3s
}
.swal2-show.swal2-noanimation{
	-webkit-animation:none;
	animation:none
}
.swal2-hide{
	-webkit-animation:swal2-hide .15s forwards;
	animation:swal2-hide .15s forwards
}
.swal2-hide.swal2-noanimation{
	-webkit-animation:none;
	animation:none
}
[dir=rtl] .swal2-close{
	right:auto;
	left:0
}
.swal2-animate-success-icon .swal2-success-line-tip{
	-webkit-animation:swal2-animate-success-line-tip .75s;
	animation:swal2-animate-success-line-tip .75s
}
.swal2-animate-success-icon .swal2-success-line-long{
	-webkit-animation:swal2-animate-success-line-long .75s;
	animation:swal2-animate-success-line-long .75s
}
.swal2-animate-success-icon .swal2-success-circular-line-right{
	-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;
	animation:swal2-rotate-success-circular-line 4.25s ease-in
}
.swal2-animate-error-icon{
	-webkit-animation:swal2-animate-error-icon .5s;
	animation:swal2-animate-error-icon .5s
}
.swal2-animate-error-icon .swal2-x-mark{
	-webkit-animation:swal2-animate-error-x-mark .5s;
	animation:swal2-animate-error-x-mark .5s
}
@-webkit-keyframes swal2-rotate-loading{
	0%{
		-webkit-transform:rotate(0);
		transform:rotate(0)
	}
	100%{
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg)
	}
}
@keyframes swal2-rotate-loading{
	0%{
		-webkit-transform:rotate(0);
		transform:rotate(0)
	}
	100%{
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg)
	}
}
/*Success and error icons END*/


.llp * {
	box-sizing: border-box;
}
.llp h2 {
	text-transform: none;
	margin: 0 0 30px 0;
	font-size: 18px;
}
.llp h3 {
	font-size: 15px;
}

.form-info h3 {
    color: #4a8663;
    font-weight: 600;
}

.form-info.active {
	padding: 20px;
}

.form-info {
	padding: 10px;
	border: 1px solid rgba(0,0,0,.05);
	border-radius: 5px;
}
.form-info p {
	font-size: 14px;
	line-height: 1.7;
}
.form-info p:last-of-type {
	margin-bottom: 30px;
}
.info-line {
	overflow-x: auto;
}
.info-line:last-of-type {
	margin-bottom: 20px;
}
.form-info.active:last-of-type {
	margin-bottom: 20px;
}
.files-list tr:hover {
	background-color: #f1f1f1;
}
.files-list tr:hover td {
	background-color: transparent !important;
}
/*.files-list tr th:last-of-type {
	min-width: 200px;
}*/
.processing {
	position: relative;
	font-size: 16px;
	text-align: center;
}
.processing b {
	font-weight: normal;
	display: inline-block;
	margin-left: 10px;
}
.processing em {
	padding-left: 10px;
	font-size: .8em;
}
.processing::before {
	content: "\f251";
    display: inline-block;
	font-weight: 900;
	font-family: "Font Awesome 6 Free", serif;
    font-size: 20px;
	animation: zmdi-spin 1s infinite normal;
	position: relative;
	top: 1px;
}
[data-slide] {
	cursor: pointer;
}
[data-slide] h3 {
	margin: 0;
}
[data-slide] > *::after {
    content: "\f107";
    display: inline-block;
	font-family: "Font Awesome 6 Free", serif;
	position: relative;
	margin-left: 20px;
}
[data-slide-target] {
	overflow: hidden;
	transform: scaleY(0);
	transform-origin: top center;
	height: 0;
	transition: all .5s ease;
}
[data-slide-target].active {
	transform: scaleY(1);
	height: auto;
}
.wp-list-table th a {
	display: block;
}
.wp-list-table th a:hover {
	color: #666;
}
.wp-list-table th a::after {
    display: inline-block;
	font-family: "Font Awesome 6 Free", serif;
	position: relative;
	font-size: 14px;
	padding-left: 7px;
    content: '\f160';
}

td[class*="xls"] a {
	border: 1px solid #ccc;
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	border-radius: 3px;
	padding: 5px 10px;
	white-space: nowrap;
	margin-top: 3px;
	display: block;
	text-align: center;
	transition: all .3s ease;
}

td[class*="xls"] a:hover {
	background: #f9f9f9;
}
td[class*="xls"] a::before {
    content: "\f019";
    display: inline-block;
	font-family: "Font Awesome 6 Free", serif;
	position: relative;
	margin-right: 5px;
	font-weight: 900;
}

.ui-datepicker-prev::before {
    content: "\f104";
    display: inline-block;
	font-family: "Font Awesome 6 Free", serif;
	font-weight: 900;
	position: absolute;
	left: 0;
}
.ui-datepicker-next::after {
    content: "\f105";
    display: inline-block;
	font-family: "Font Awesome 6 Free", serif;
	font-weight: 900;
	position: absolute;
	right: 0;
}
.ranges {
	text-align: right;
}
.ranges a:not([href]), .ranges a {
	display: inline-block;
	margin-right: 10px;
	text-decoration: underline;
	font-size: 10px;
}
.col>.clear {
	position: absolute;
	height: 50%;
	width: 96%;
	left: 0;
	top: 0;
}
.clear {
	position: relative;
	display: inline-block;
}
.clear .fa-times {
	position: absolute;
	right: 3px;
	bottom: -7px;
	z-index: 9;
	cursor: pointer;
	padding: 5px;
}
.download-file a {
	text-shadow: none;
}
.llp-download-page {
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
}
.llp-download-page .label-op {
	display: none;
}
.llp-file {
	font-size: 18px;
	margin: 10px 0;
}
.llp-file .fa {
	margin-right: 10px;
}
.llp-file a {
	margin-right: 40px;
}
.llp-file p {
	font-size: 13px;
	margin: 10px 0 40px;
	font-family: Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, "sans-serif";
}
.scrub-file {
	margin-bottom: 90px;
	margin-top: 50px;
	text-align: center;
}
.wrap .scrub-file > span {
	display: block;
	margin-bottom: 25px;
	margin-right: 0;
}
.llp .scrub-history-txt {
	font-size: 32px;
}
body .to-buttons .btn {
	color: #fff;
}

body .to-buttons .btn.selected .box {
	background: #fff;
	color: #000;
}

body .to-buttons .btn.selected {
	z-index: 9;
	background-color: #1e73be;
	color: #fff !important;
}
.upload_button {
	border-radius: 5px;
	border: 2px solid #0a337d;
	padding: 10px 15px 5px;
	transition: all .3s ease;
}
.upload_button:hover {
	opacity: .6;
}
.styled [type="file"] {
	position: absolute;
	left: -9999px;
}
.styled [type="file"] + label {
	position: relative;
	cursor: pointer;
	font-size: 30px;
	color: #0a337d;
}
.styled [type="file"] + label:before {
	position: relative;
	font-family: "Font Awesome 6 Free", serif;
	font-size: 40px;
	margin-right: 15px;
	display: inline-block;
	content: '\f093';
	color: #0a337d;
	top: 4px;
	font-weight: normal;
}
.llp-api {
	font-size: 14px;
}
.api-key {
	font-size: 18px;
}
.new-api-key {
	margin-bottom: 50px;
}
.api-keys {
	margin-bottom: 50px;
}
.api-string {
	margin-bottom: 30px;
	font-size: 18px;
}
.api-string > div * {
	padding: 5px 10px;
}
.api-string > div span {
	background-color: rgba(0,0,0,.1);
	border-radius: 5px;
}
.instruction-title {
	font-size: 14px;
	margin-bottom: 10px;
}
.instruction-title i {
	color: #224584;
	font-style: normal;
}
.instruction-body {
	margin-bottom: 50px;
	background-color: #e0e8f0;
	padding: 20px;
}
.instruction-body li {
	background-color: #f6f9fd;
	margin-bottom: 5px;
	padding: 7px;
	border-radius: 4px;
}
.instruction-body ul>li>em {
	max-width: 65%;
}
.instruction-body ul>li a {
	color: blue;
	text-decoration: underline;
}
.instruction-body b {
	width: 30%;
	display: inline-block;
}
.instruction-body b span {
	font-weight: normal;
}
.notes {
	padding: 5px;
}

.align-right {
	text-align: right;
}
.error {
	color: #D00000;
}

/* Base for label styling */
.styled [type="radio"]:not(:checked),
.styled [type="radio"]:checked,
.styled [type="checkbox"]:not(:checked),
.styled [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
.styled [type="radio"]:not(:checked) + label,
.styled [type="radio"]:checked + label,
.styled [type="checkbox"]:not(:checked) + label,
.styled [type="checkbox"]:checked + label {
	position: relative;
	cursor: pointer;
}
/* checkbox aspect */
.styled [type="radio"] + label:after,
.styled [type="checkbox"] + label:after {
	position: relative;
	font-family: Material Icons;
	font-size: 1.1em;
	margin-left: 7px;
	display: inline-block;
	content: "\f096";
	color: #0a337d;
	top: 1px;
	font-weight: normal;
}
.styled [type="radio"]:checked + label:after,
.styled [type="checkbox"]:checked + label:after {
	content: "\f046";
}
/* disabled checkbox */
.styled [type="radio"]:disabled:not(:checked) + label:before,
.styled [type="radio"]:disabled:checked + label:before,
.styled [type="checkbox"]:disabled:not(:checked) + label:before,
.styled [type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
.styled [type="radio"]:disabled:checked + label:after,
.styled [type="checkbox"]:disabled:checked + label:after {
	color: #999;
}
.styled [type="radio"]:disabled + label,
.styled [type="checkbox"]:disabled + label {
	color: #aaa;
}
/* accessibility */
.styled [type="radio"]:checked:focus + label:before,
.styled [type="radio"]:not(:checked):focus + label:before
.styled [type="checkbox"]:checked:focus + label:before,
.styled [type="checkbox"]:not(:checked):focus + label:before {
	border: 1px solid #0a337d;
}

label[for=apply-default-cb] {
	margin-right: 10px;
	vertical-align: text-bottom;
}

@-webkit-keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes zmdi-scale {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zmdi-scale {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* Loader 1 */
.loader-1 {
	height: 24px;
	width: 24px;
	-webkit-animation: loader-1-1 4.8s linear infinite;
	        animation: loader-1-1 4.8s linear infinite;
}
@-webkit-keyframes loader-1-1 {
	0%   { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes loader-1-1 {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.loader-1 span {
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	height: 24px;
	width: 24px;
	clip: rect(0, 24px, 24px, 12px);
	-webkit-animation: loader-1-2 1.2s linear infinite;
	        animation: loader-1-2 1.2s linear infinite;
}
@-webkit-keyframes loader-1-2 {
	0%   { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(220deg); }
}
@keyframes loader-1-2 {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(220deg); }
}
.loader-1 span::after {
	content: "";
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	height: 24px;
	width: 24px;
	clip: rect(0, 24px, 24px, 12px);
	border: 3px solid #2e8af9;
	border-radius: 50%;
	-webkit-animation: loader-1-3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-1-3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
[data-user-slide] .loader-1 span::after {
	height: 20px;
	width: 20px;
	clip: rect(0, 20px, 20px, 12px);
	border: 2px solid #2e8af9;
}
@-webkit-keyframes loader-1-3 {
	0%   { -webkit-transform: rotate(-140deg); }
	50%  { -webkit-transform: rotate(-160deg); }
	100% { -webkit-transform: rotate(140deg); }
}
@keyframes loader-1-3 {
	0%   { transform: rotate(-140deg); }
	50%  { transform: rotate(-160deg); }
	100% { transform: rotate(140deg); }
}
.spin-loading {
	height: 100%;
}
.loader-1 {
	left: 49%;
	top: 49%;
	position: relative;
}

.to-buttons.tcpa-status.select-buttons a[data-select-id="3"],
.to-buttons.tcpa-status.select-buttons a[data-select-id="8"],
.to-buttons.tcpa-status.select-buttons a[data-select-id="4"] {
    display: none;
}

#report-bug-link {
    font-size: 15px;
    color: #dc3545;
    right: 1px;
    top: 75px;
    z-index: -1;
}

.form-info.active {
    background-color: #ffffff;
}

.llp.styled>.wrap {
    position: relative;
}

.scrub-file .compare-with-label {
	font-size: 19px;
	color: #868686;
}

.scrub-file .scrub-checkbox-wrap label {
	font-size: 15px;
}

.scrub-file .status-btn:hover {
	background: #fff;
}

.scrub-file .status-btn {
	background: #fff;
	color: #2c2c2c !important;
	border: 1px solid #b3b3b38f;
	border-radius: 5px;
	padding: 4px 40px 4px 35px;
	line-height: 2.2;
	width: 49%;
	text-align: center;
	font-size: 18px;
	text-transform: inherit;
	margin: 0 14px 14px 0;
}

.tooltip.bs-tooltip-top {
	top: -34px !important;
}

.phone-scrub-top-links .fas.fa-info-circle:after {
	content: none;
}

.phone-scrub-top-links .fas.fa-list {
	font-size: 12px;
	margin-right: 7px;
}

.phone-scrub-top-links .fas.fa-info-circle,
.scrub-checkbox-wrap .fas.fa-info-circle {
	vertical-align: middle;
	opacity: 0.5;
	font-size: 14px;
}

.scrub-checkbox-wrap input {
	position: static!important;
}

.btn.status-btn i {
	display: none;
	height: 100%;
	transform: scale(2);
	width: 100%;
	position: relative;
	top: -6px;
	left: 4px;
}

.btn.status-btn .box {
	position: absolute;
	right: 22px;
	top: 15px;
	border: 1px solid #00000059;
	height: 16px;
	width: 16px;
	border-radius: 3px;
	margin: 0;
}

.btn.status-btn.selected i {
	display: block;
}

#buy-full-list-btn {
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: #3d70c9;
    font-weight: 600;
    width: 230px;
}

.llp-api>p {
    text-align: center;
}

.not-enough-credits-body {
    text-align: center;
}

.numbers-list.single-number-look-up form.flex-top select[name="status"]>option[value="8"],
.numbers-list.single-number-look-up form.flex-top select[name="status"]>option[value="7"],
.numbers-list.single-number-look-up form.flex-top select[name="status"]>option[value="6"] {
	display: block;
}

form.flex-top select[name="status"]>option[value="3"],
form.flex-top select[name="status"]>option[value="4"],
/*form.flex-top select[name="status"]>option[value="8"],*/
form.flex-top select[name="status"]>option[value="7"],
form.flex-top select[name="status"]>option[value="6"] {
    display: none;
}

.troll_form input[type="submit"] {
    width: auto;
}
.troll_form input {
    width: 650px;
}
.troll_form label {
    display: flex;
    justify-content: space-between;
}

.troll_form .hidden {
    display: none;
}

.troll_form p {
    margin: 15px 0;
}

.troll_form .description {
    color: #b5b5b5;
    margin: 0px 0 35px 0;
}

.troll_form, .troll_form > div:not(.description) {
    display: flex;
    flex-flow: column;
    width: 800px;
    margin: 0 auto;
}

.add-troll-form-list {
    margin-top: 50px;
}

.troll-h {
    margin: 30px 0;
}

.troll-template-img {
    height: 260px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

@media screen and (max-width: 992px) {
    .troll_form, .troll_form div {
        width: 100%;
    }

    .troll_form label input {
        width: 100%;
    }

    .troll_form label {
        flex-flow: wrap;
    }
}

.instruction-body .example-btn:hover {
    border: none;
    color: inherit;
    background: transparent;
    font-size: 19px;
}

.instruction-body .card code {
    font-family: monospace;
    color: black;
    line-height: 1.6;
    background: inherit;
}

.instruction-body code pre {
    color: inherit;
    background: inherit;
    font-size: inherit;
    font-family: inherit;
    padding: 0;
    padding-left: 7.57108px;
}

.instruction-body .example-btn {
    padding: 0;
    background: transparent;
    color: #4f4f4f;
    text-transform: capitalize;
    border: none !important;
    text-decoration: underline;
    margin: 12px 0;
    font-weight: 600;
    font-size: 17px;
}

.numbers-list .ranges .last-month,
.numbers-list .ranges .this-year {
    display: none;
}

.instruction-title.alert-danger i {
	color: inherit;
}

[data-scroll-to] {
	text-decoration: underline !important;
	color: #3c6ec8 !important;
	cursor: pointer !important;
}

.numbers-list.single-number-look-up table th:last-of-type, .numbers-list.single-number-look-up table td:last-of-type {
	 text-align: left;
}

.numbers-list.single-number-look-up .selections.search-box form>* {
	margin: 0 10px;
}

.numbers-list.single-number-look-up .selections.search-box {
	display: flex;
	justify-content: center;
}
.numbers-list.single-number-look-up .llp-warning {
	text-align: center;
	font-size: 16px;
}
.numbers-list.single-number-look-up {
	position: relative;
}

.select2 b {
	padding: 0 !important;
}

.page-id-1555.logged-in .single-number-look-up .select2-dropdown.select2-dropdown--below:not(.select2),
.page-id-13460 .single-number-look-up .select2-dropdown.select2-dropdown--below:not(.select2),
.page-id-13445 .single-number-look-up .select2-dropdown.select2-dropdown--below:not(.select2),
.page-id-1555.logged-in .single-number-look-up .select2-dropdown.select2-dropdown--above:not(.select2),
.page-id-13460 .single-number-look-up .select2-dropdown.select2-dropdown--above:not(.select2),
.page-id-13445 .single-number-look-up .select2-dropdown.select2-dropdown--above:not(.select2) {
	top: -31px;
}

.numbers-list.single-number-look-up .search-box .label-q .error-item {
	width: 100%;
	display: block;
	margin: 3px 0;
	color: #df0e0e;
	font-size: 12px;
}

.page .wp-list-table .td-additional_info {
	width: 16%;
}

#vf-form {
	display: flex;
	justify-content: center;
	align-items: normal;
	width: max-content;
	margin: 0 auto;
	flex-wrap: wrap;
}

#vf-form .status-text {
	font-size: 20px;
}

#vf-form .vf-result-wrap {
	flex-basis: 100%;
	margin-top: 30px;
}

#vf-form .status-block.active {
	display: block;
}

#vf-form .status-block.loading .spinner-border {
	width: 60px;
	height: 60px;
}

#vf-form .status-block {
	margin: 0 auto;
	text-align: center;
	display: none;
}

input.cleave_input {
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: none;
	font-size: 30px;
	text-align: left;
	background: none;
	font-family: "Roboto Condensed", sans-serif;
	width: max-content;
}
input.cleave_input:focus {
	background: none;
	box-shadow: none;
}

.cleave_input_placeholder {
	padding: 0;
	border: none;
	box-shadow: none;
	font-size: 20px;
	text-align: left;
	background: none;
	position: absolute;
	z-index: -1;
	letter-spacing: 2.3px;
	margin: 0 0 0 43px;
	top: 7px;
}

.vf-phone-wrap.phone-box {
	margin: 0;
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border-width: 0.25em;
	border-style: solid;
	border-color: currentcolor transparent currentcolor currentcolor;
	border-image: initial;
	border-radius: 50%;
	animation: 0.75s linear 0s infinite normal none running spinner-border;
}

.short-table-wrap {
	padding: 0;
	margin: 0;
}
.short-table-wrap>div {
	height: 150px;
	overflow: auto;
	margin: 0;
	padding: 0;
}

.new-tag {
	margin: 0 !important;
	padding: 0;
	color: #db5414;
	font-weight: 600;
}

a[aria-controls=suppression_file_wrap]:not(.collapsed)>i.fa-chevron-down,
a[aria-controls=suppression_file_wrap].collapsed>i.fa-chevron-up {
	display: none;
}

.upload-suppression-file-form .upload_button {
	padding: 16px 15px 5px;
}

.suppression-item .btn:hover {
	background-color: #d5d5d5;
	color: #333333;
}

.suppression-item .btn {
	font-family: 'Roboto Condensed', sans-serif;
	color: #333333;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
	padding: 0.5em 1em;
	background-color: #eeeeee;
	border: none;
}

.w-max-content {
	width: max-content !important;
}

.rounded-btn:hover,
.circle-icon:hover {
	background: #e1e1e1;
}

.rounded-btn,
.circle-icon {
	background: #eeeeee;
}

.circle-icon {
	width: 20px;
	height: 20px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	vertical-align: text-top;
}

/*File upload*/

.llp-file-uploader .fas.fa-file-upload {
	font-size: 3.5em;
	opacity: 0.7;
}

.llp-file-uploader {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	max-width: 100%;
	padding: 45px;
	padding-right: 80px;
	border: 1px dashed rgba(58, 58, 58, 0.42);
	border-radius: 3px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	justify-content: space-between;
}


.llp-file-uploader.is-active {
	background-color: rgba(255, 255, 255, 0.05);
}

.llp-file-uploader .fake-btn {
	flex-shrink: 0;
	background-color: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(0, 0, 0, 0.13);
	border-radius: 3px;
	padding: 10px 17px;
	margin-right: 10px;
	font-size: 14px;
	text-transform: uppercase;
}

.llp-file-uploader-wrapper .llp-file-uploader-help p.msg {
	margin: 10px 0;
}
.llp-file-uploader-wrapper .llp-file-uploader-help p.msg > span:not(.title) {
	margin-left: 15px;
}

.llp-file-uploader .file-msg {
	max-width: 250px;
}

.llp-file-uploader-wrapper .llp-file-uploader-help p.msg,
.llp-file-uploader .file-msg {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	text-overflow: ellipsis;
	display: inline-block;
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.llp-file-uploader .file-input {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
}
.llp-file-uploader .file-input:focus {
	outline: none;
}

.llp-file-uploader-wrapper .llp-file-uploader-help p.msg .title {
	color: #696969;
	font-weight: 600;
	font-size: 15px;
	margin-right: 10px;
}

.llp-file-uploader-wrapper .llp-file-uploader-help {
	border: 1px solid rgba(58, 58, 58, 0.1);
	width: 100%;
	padding: 10px 25px;
	text-align: left;
}
.llp-file-uploader-help .fa-info-circle:after {
	display: none;
}

/**/

.rounded-btn {
	width: 25px;
	height: 25px;
	padding: 0;
	text-align: center;
	border-radius: 100px;
}

a:focus,
.button:focus,
.button.alt:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: none !important;
}

.trashed-row td {
	background-color: #ffefef !important;
}

a.btn.status-btn {
	margin: 0 5px 5px 0;
}

.to-buttons.tcpa-status.select-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.phone-scrub-top-links span,
.phone-scrub-top-links a {
	font-size: 15px;
}

.phone-scrub-top-links {
	text-align: right;
	margin-bottom: 15px;
}

.endpoint-card .nav-pills .nav-link.active {
	color: #007bff !important;
}

.endpoint-card .nav-pills .nav-link {
	background: none;
}

.llp-stats-container .card .tab-content .card {
	height: 100%;
}

.stats-block {
	margin-bottom: 2rem;
}

.stats-block>h2 {
	margin: 0;
	padding: 1rem;
}
.llp-api-col .subtabs .tab-link-text{
	max-width: 200px;
	display: inline-block;
}
@media screen and (max-width: 992px) {
	.llp-api-col .subtabs .tab-link-text{
		max-width: 170px;
	}
}
@media screen and (max-width: 375px) {
	.llp-api-col .subtabs .tab-link-text{
		max-width: 250px;
	}
}

.content-area .llp-api .nav-pills .nav-link.active,
.content-area .llp-api .nav-pills .nav-link:hover{
	color: #fff;
	background-color: #6B93D9;
	border-radius: 0;
}
.content-area .nav-link{
	background: none;
}
.llp-api-col{
	padding-bottom: 20px;
}
.request-method{
	display: inline-block;
	float: right;
}
#api-example-2{
	margin-right: 5px;
}
.instruction-body .notes{
	padding-bottom: 5px;
	border-bottom: 1px solid gray;
	margin-bottom: 20px;
}
.margin-top-10{
	margin-top: 10px;
}
.llp-api .nav-pills .subtabs a{
	padding-left: 15%;
}
.instruction-title{
	overflow: hidden;
}
.llp-api-docs .tab-info-holder{
	display: flex;
    justify-content: space-between;
}
.content-area .llp-api-docs .nav-link.sdk-link{
	color: #e83e8c;
    font-weight: 700;
    font-size: 17px;
}
#modal{
	background-color: rgba(0, 0, 0, 0.2);
}

.btn.subscription-status.on-hold{
	background: #f8dda7;
	color: #94660c;
}
.btn.subscription-status.cancelled{
	background: #e5e5e5;
	color: #777;
}
.btn.subscription-status.active{
	background: #c6e1c6;
	color: #5b841b;
}
.btn.subscription-status{
	border-radius: 4px;
	padding: 12px 15px;
}
.btn.subscription-status .fa-caret-down{
	padding-left: 15px;
}
table.users-info td{
    border-left: 1px solid #ECF0F1;
    border-right: 1px solid #ECF0F1;
}
table.users-info {
	position: relative;
    table-layout: fixed;
}

table.users-info thead th {
	position: sticky;
	z-index: 2;
	top: 105px;
	background: #3368c6;
  color: #fff!important;
}

.site, body {
	overflow: visible;
}

table.users-info ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}

table.users-info .btn {
	padding: 2px 5px;
	white-space: normal;
}

@-moz-keyframes spin {
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}

table.users-info .column-action_links .dropdown-toggle {
	padding: 0 5px;
	background-color: transparent;
}

table.users-info .column-action_links .dropdown-toggle:after {
	display: none;
}

table.users-info .column-action_links .dropdown-item:active {
	color:  #fff !important;
}

table.users-info .column-action_links .dropdown-menu {
	box-shadow: 0 0 20px rgba(0,0,0,.15);
}

table.users-info .column-orders li:nth-last-child(2) {
	border-top: 1px dashed rgba(0,0,0,.15);
}

table.users-info .column-affiliate li:last-child,
table.users-info .column-orders li:last-child,
table.users-info .column-tickets li:last-child,
table.users-info .column-subscriptions li:last-child {
	margin-top: 10px;
	text-align: right;
}

.users-table-holder {
	position: relative;
}

.users-table-holder:before,
.users-table-holder:after {
	position: absolute;
	left: 0;
	top: 46px;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: 0.9;
	background-color: #fff;
	visibility: hidden;
	content: '';
}

.users-table-holder:after {
	bottom: auto;
	height: 400px;
  background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
}

.users-table-holder.loading,
.users-table-holder.search-loading,
.users-table-holder.users-not-found {
	min-height: 400px;
}

.users-table-holder.loading:before,

.users-table-holder.search-loading:before,
.users-table-holder.users-not-found:before,
.users-table-holder.loading:after,
.users-table-holder.search-loading:after,
.users-table-holder.users-not-found:after {
	visibility: visible;
}

.users-table-holder.users-not-found:after {
	background-image: url('../images/no-result.png');
}

.users-table-holder.loading:after,
.add-subscription.loading:after {
	background-image: url('../images/preloader.gif');
}

.users-table-holder.search-loading:after {
	background-image: url('../images/dttr_loaderricerca_ac_ver1.gif');
}

.users-table-dropdown form {
  margin-bottom: 0;
}

.users-table-dropdown > .btn {
	padding-top: 5px;
	padding-bottom: 5px;
}

.users-table-dropdown label {
  margin-bottom: 0;
}

.users-table-dropdown form button {
	width: 100%;
	padding: 0;
}

.users-table-dropdown .dropdown-item {
	padding-left: 1rem;
	padding-right: 1rem;
}

.user-search-form {
	display: flex;
	align-items: unset;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.user-search-form {
		margin-bottom: 0;
	}
}

.user-search-form-search {
	display: flex;
	width: 40%;
	margin-right: 15px;
}

.user-search-form .btn {
	padding: 0 10px;
	border-radius: 0 4px 4px 0;
}

.user-search-form input[type="search"] {
	border-radius: 4px 0 0 4px;
}

.switch {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.618;
}

.switch input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.switch input[type="checkbox"]:checked + .switch-label {
  color: #283069;
}

.switch input[type="checkbox"]:checked + .switch-label:before {
  background-color: #0f91f7;
}

.switch input[type="checkbox"]:checked + .switch-label:after {
  transform: translateX(12px);
}

.switch-label {
	position: relative;
	display: block;
	padding-left: 32px;
	color:  #667299;
}

.switch-label:before {
	position: absolute;
	left: 0;
	top: 3px;
	width: 28px;
	height: 16px;
	background-color: #d6e9f3;
	border-radius: 8px;
	transition:  background-color 0.3s ease;
	content: '';
}

.switch-label:after {
	position: absolute;
	left: 2px;
	top: 5px;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	transition:  transform 0.3s ease;
	content: '';
}

.switch.switch-reverse {
	display: inline-block;
	vertical-align: top;
}

.switch-reverse .switch-label {
	padding-left: 0;
	padding-right: 32px;
}

.switch-reverse .switch-label:before {
	left: auto;
	right: 0;
}

.switch-reverse .switch-label:after {
	left: auto;
	right: 2px;
}

.switch.switch-reverse input[type="checkbox"]:checked + .switch-label:after {
	transform: translateX(-12px);
  }

.users-info-info {
	position: relative;
	text-align: left;
}

.users-info-info > div {
	position: absolute;
	left: -3px;
	top: calc(100% + 3px);
	z-index: 1;
	width: 250px;
	background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
	border-radius: 0.25rem;
	color:  #000;
}

.users-info-info > a > i {
	font-size: 0.7em;
	margin-left: 5px;
}

.users-info-info ul {
	padding: 5px 10px;
	margin: 0;
	list-style: none;
}

.table-nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.table-nav .page-numbers {
	padding: 5px 10px;
	border: 1px solid #3368c6;
	margin-left: -1px;
}

.table-nav .page-numbers.prev {
	border-radius: 3px 0 0 3px;
}

.table-nav .page-numbers.next {
	border-radius: 0 3px 3px 0;
}

.table-nav .page-numbers.current,
.table-nav .page-numbers:hover {
	background-color: #3368c6;
	color:  #fff !important;
}

.users-table-filters form label{
	padding: 15px;
	font-size: 20px;
}
.users-table-filters strong{
	padding-left: 15px;
}
.users-table-filters form {
	margin-bottom: 0;
}
/* .states-holder  */
.statuses-group {
	border: 1px solid rgba(58, 58, 58, 0.1);
	padding: 10px;
	background-color: #ecf6f9;
}

.states-holder {
	margin: 0 auto;
    /*border: 1px solid rgba(58, 58, 58, 0.1);*/
	align-items: center;
	gap: 15px;
	padding: 10px 15px;
}
.states-holder .select2-container{
	width: 100% !important;
}
.states-holder .select2-container .selection{ width: 100%; }
.states-holder label{
	margin-bottom: 0;
	white-space: nowrap;
}
.states-holder label i{
	opacity: 0.5;
	font-size: 14px;
}
.states-holder>label>span{
	font-weight: 500;
    font-size: 18px;
    color: black;
	margin-right: 0;
}
span.high-risk::after {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: red;
	border-radius: 100%;
	vertical-align: middle;
	margin-left: 7px;
	margin-bottom: 1px;
}
.select2-container .select2-dropdown{
	margin-top: -38px;
}
.wrap form span.select2-container{
	margin-right: 6px;
	display: flex;
	flex-direction: column;
}
.instruction-body .flex-top-left{
	display: flex;
}
.instruction-body .flex-top-left b{
    flex: 0 0 33.333333%;
	padding-right: 5px;
}
.tab-spaces{
	padding-right: 5%;
}
#llp-user-options-modal .form-control {
    display: block;
    width: 50%;
    float: right;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#llp-user-options-modal .form-text {
    margin-top: 5px;
    font-size: .875em;
    color: #6c757d;
    width: 50%;
}

#llp-user-options-modal .center.llp_tumbler_wrap {
    margin-top: 0;
    margin-left: 0;
    float: right;
    margin-right: 30%;
}
#llp-user-options-modal{
	text-align: left;
}

input.llp_tumbler:checked[type="checkbox"] {
    background: #3CCC97;
}

input.llp_tumbler[type="checkbox"]::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 0px;
    left: 0px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transition: 0.5s;
}

input.llp_tumbler:checked[type="checkbox"]::before {
    left: 17px;
    margin: 0;
}


.center.llp_tumbler_wrap {
    margin-top: 30%;
    margin-left: 20%;
}

.scrub-checkbox-wrap .llp_tumbler_wrap {
	position: relative;
	display: inline-block;
	margin: 0 0 0 5px!important;
}
.scrub-checkbox-wrap .llp_tumbler_wrap input {
	vertical-align: middle;
	cursor: pointer;
}
.scrub-checkbox-wrap .llp_tumbler_wrap input::before {
	top: 6px;
}

input.llp_tumbler[type="checkbox"] {
    width: 50px;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #c6c6c6;
    outline: none;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    transition: 0.5s;
    position: relative;
}

input.llp_tumbler[type="checkbox"] {
    width: 35px;
    height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #c6c6c6;
    outline: none;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    transition: 0.5s;
    position: relative;
}


input.llp_tumbler.processing:checked[type="checkbox"],
input.llp_tumbler.processing[type="checkbox"] {
    background: #02a9f4;
}
#llp-user-options-modal .form-label{
	color: black;
    font-size: 17px;
}
#llp-user-options-modal #credits_balance{
	border: none;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
}

/* Chrome, Safari, Edge, Opera */
#add_credits::-webkit-outer-spin-button,
#add_credits::-webkit-inner-spin-button,
#subtract_credits::-webkit-outer-spin-button,
#subtract_credits::-webkit-inner-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
 #add_credits[type=number],
 #subtract_credits[type=number] {
  -moz-appearance: textfield;
}

@media screen and (min-width: 992px) {
	.modal-xl {
		max-width: 850px;
	}
}

@media screen and (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.btn.btn-sm {
	padding: 0.25rem 0.5rem;
}
.table-responsive .btn-sm {
	background-color: #f9f9f9;
}

#subscription-datepicker {
	border: none;
}

.btn.loading {
	background-image: url('../images/ellipses.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	color: transparent !important;
}

.btn.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

.btn.btn-outline-primary {
  color: #3368c6;
  background-color: transparent;
  border-color: #3368c6;
}

.btn.btn-outline-primary:hover {
  color: #fff;
  background-color: #3368c6;
}

.badge.processing,
.badge {
	padding: 6px;
	font-size: 14px;
	font-weight: 400;
	white-space: normal;
}

.badge.processing,
.badge.active {
	background: #c6e1c6;
	color: #5b841b;
}

.badge.on-hold {
	background: #f8dda7;
	color: #94660c;
}

.badge.panding-payment,
.badge.closed,
.badge.cancel,
.badge.cancelled {
	color: #777;
	background: #e5e5e5;
}

.badge.open,
.badge.failed {
	background: #eba3a3;
	color: #761919;
}

.badge.processing:before {
	display: none;
}

.text-sm {
	font-size: 14px;
}

.dropdown-item.disabled, .dropdown-item:disabled {
	opacity: .5;
	pointer-events: none;
}

.underline-link {
	font-weight: 700;
	text-decoration: underline !important;
}

.underline-link:hover {
	text-decoration: none !important;
}

body.dashboard #mainNav{
	background-color: #91268a;
}

.dropdown-menu {
	font-size: 13px;
	font-weight: normal;
}

@media screen and (min-width: 768px) {
	.status-list {
		display: flex;
		flex-wrap: wrap;
		margin-left: -5px;
		margin-right: -5px;
		align-items: center;
		justify-content: center;
	}
}

.status-list > li {
	padding: 0;
	margin-bottom: 10px;
}

.status-list .filter-3,
.status-list .filter-4,
.status-list .filter-8 {
	display: none !important;
}

.form-check-label i.fa.fa-gavel,
.form-check-label i.fa.fa-gavel {
	margin-left: 4px;
}

i.fa.fa-exclamation-triangle {
	color: red;
}

.status-check input[disabled] ~ .status-check-title {
	background-color: #b3b3b3 !important;
}

i.fa.fa-gavel {
	color: blue;
}

.status-list .filter-10 {
	order: 4;
}
.status-list .filter-6 {
	order: 3;
}

.status-list .filter-2 {
	flex: 1 1 calc(100% - 10px);
}
.status-list .filter-9 {
	flex: 1 1 calc(90% - 10px);
	max-width: 90%;
}
.status-list .filter-9 a {
	font-size: 13px;
}

.multiselect-container.show {
	max-height: 250px;
	overflow-y: scroll;
}

.select-state-buttons button {
	border-color: #366920;
	background-color: #efd180;
	text-align: left;
	transition: all .3s ease-in;
	padding: 5px 0 5px 14px;
}
.select-state-buttons button:hover {
	background-color: #c7a943;
}

.multiselect-native-select .multiselect-container .multiselect-option:focus,
.multiselect-native-select .multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback) {
	background-color: #95ffc0 !important;
}
.multiselect-container.dropdown-menu.show {
	box-shadow: 3px 3px 10px rgba(0,0,0,.3);
	border-radius: 0 0 4px 4px;
}

.multiselect-container .form-check {
	min-height: auto;
	margin-bottom: 0;
}
.multiselect-native-select .multiselect-container .dropdown-item {
	transition: all .3s linear;
}
.multiselect-native-select .multiselect-container .dropdown-item:hover {
	background-color: #a0cdfa !important;
}

.file_details_modal_body_col {
	max-width: 33%;
}

@media screen and (min-width: 768px) {
	.status-list > li {
		flex: 1 1 calc(50% - 10px);
		max-width: calc(50% - 10px);
		margin-left: 5px;
		margin-right: 5px;
	}

	.status-check-title {
		font-size: 0.9rem;
		padding: 11px 38px 11px 14px !important;
	}
}

.status-check {
	position: relative;
	display: block;
	margin-bottom: 0;
}

.status-check-title {
	display: block !important;
	margin-right: 0 !important;
	padding: 10px 40px;
	text-align: center;
	border: 1px solid #aaa;
	border-radius: 5px;
	cursor: pointer;
}

.status-check-title:hover {
	background-color: rgba(#3368c6, .5);
}

.status-check-icon {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block !important;
	margin-right: 0 !important;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 2px;
}

.status-check-icon:after {
	position: absolute;
	top: -2px;
	left: 0;
	transform: rotate(-45deg);
	width: 20px;
	height: 6px;
	border: 1px solid #000;
	border-width: 0 0 2px 2px;
	opacity: 0;
	content: '';
}
.status-check input[type="radio"]:checked ~ .status-check-title,
.status-check input[type="checkbox"]:checked ~ .status-check-title {
	background-color: #3368c6;
	border-color: #3368c6;
	color: #fff;
}
.status-check input[type="radio"]:checked ~ .status-check-icon:after,
.status-check input[type="checkbox"]:checked ~ .status-check-icon:after {
	opacity: 1;
}

.custom-input-group {
	display: flex;
	margin-bottom: 30px;
}

.custom-input-group label {
	flex: 0 0 auto;
	margin-bottom: 0;
	padding: 8px;
	color: #000;
	border: 1px solid #ced4da;
	border-radius: .25rem 0 0 .25rem;
	background-color: #e9ecef;
}

.custom-input-group .form-control {
	flex: 1 1 auto;
	margin-left: -1px;
	border-radius: 0 0.25rem 0.25rem 0;
}

.add-subscription #subscription-datepicker {
    border: 1px solid #ced4da;
}

.add-subscription .clear {
    display: none;
}

.add-subscription input[type=radio]+label{
	margin-left:0;
}
.blue-bg-block {
	padding: 25px 0;
	text-align: center;
	background-color: #3368c6;
	color: #fff;
	border-radius: 10px;
}
.blue-bg-block h3 {
	color: #fff;
}
.subscription-discount-activate {
	background-color: #fcda76!important;
	color: #3368c6!important;
	border-radius: 5px;
	padding-left: 35px;
	padding-right: 35px;
}
.txt-center {
	text-align: center;
}
.shop_table.subscription_details .button.cancel {
	color: #fff;
}
.subscription-modal-title {
	font-weight: bold;
	color: #3368c6;
}
.subscription-modal-textarea {
	background-color: transparent!important;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 5px;
}
input.cause-radio {
	margin-right: 5px;
}
.multiselect-container .form-check-label:after {
	display: none!important;
}
.multiselect-container .form-check-input {
	position: static!important;
}
.multiselect.dropdown-toggle.text-left {
	text-align: left!important;
}
span.multiselect-native-select {
	width: 100%;
}
.multiselect-container.dropdown-menu .dropdown-item {
	float: left!important;
	clear: none!important;
	width: 50%!important;
}
.multiselect-container.dropdown-menu .dropdown-item:first-child {
	width: 100%!important;
}
.file-scrub-step span.file-scrub-step-txt {
	font-size: 20px;
}
.users-table-user-search-with-checkboxes {
	margin-right: 15px;
	padding-top: 20px;
}
.users-table-user-search-with-checkboxes .user-search-form-search {
	width: auto;
	padding-top: 20px;
}
.user-table-cap-checkboxes label {
	margin-right: 15px;
}
#file_details_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.file_details_modal_overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
}
.file_details_modal_content {
	background-color: #fff;
	border-radius: 5px;
}
.button-state-loading {
	font-size: 0!important;
}
.button-state-loading::before,
.file_details_modal_content:not(.has-content)::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 55px;
	height: 55px;
	background-image: url(/wp-content/plugins/litigator-list-processor/images/dots.gif);
	background-size: cover;
}
.file_details_modal_header {
	background-color: #3368c6;
	display: flex;
	gap: 45px;
	padding: 20px;
	justify-content: space-between;
}
.file_details_modal_header_file_name {
	font-size: 14px;
}
.file_details_modal_header span {
	color: #fff;
}
.file_details_modal_header_file_name h2 {
	margin-bottom: 0;
	color: #ff9900;
	text-transform: unset;
	line-height: 22px;
	max-width: 250px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 20px;
}
.file_details_modal_header_file_name span {
	color: #ff9900;
	line-height: 20px;
	font-size: 20px;
	padding-left: 5px;
}
.file_details_modal_header_file_name {
	display: flex;
	align-items: flex-end;
}
.file_details_modal_header_uploaded_by i {
	color: #ff9900;
}
.file_details_modal_header_file_name i {
	font-size: 20px;
	color: #ff9900;
	padding-right: 10px;
}
.file_details_modal_header_uploaded_by_date {
	display: flex;
	gap: 30px;
	align-items: center;
}
.file_details_modal_header_uploaded_by {
	display: flex;
	gap: 5px;
	align-items: center;
}
.file_details_modal_header_uploaded_by i {
	font-size: 18px;
}
.file_details_modal_header_uploaded_by_date span {
	font-size: 12px;
}
.file_details_modal_header_uploaded_by_text {
	line-height: 14px;
}
.file_details_modal_header_total_numbers_text span {
	font-size: 12px;
}
.file_details_modal_header_total_numbers_text {
	line-height: 14px;
	text-align: right;
}
.file_details_modal_header_total_numbers_number span {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	vertical-align: -webkit-baseline-middle;
}
.file_details_modal_header_total_numbers {
	display: flex;
	align-items: center;
	gap: 5px;
}
.file_details_modal_body {
	background-color: #fff;
	padding: 15px 30px;
}
.file_details_modal_body_content {
	display: flex;
	justify-content: space-between;
}
.file_details_modal_body_col ul {
	margin: 0;
}
.file_details_modal_body_col ul li {
	padding: 0;
	line-height: 15px;
	padding-bottom: 5px;
}
.file_details_modal_body_text {
	font-size: 14px;
}
.file_details_modal_body_number {
	font-weight: bold;
}
.file_details_modal_body_scrub_against {
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	max-width: 32rem;
}
.file_details_modal_body_matches {
	text-align: left;
	font-size: 14px;
	line-height: 24px;
}
.file_details_modal_body_additional_info {
	text-align: left;
	font-size: 14px;
	line-height: 24px;
}
.file_details_modal_footer {
	display: flex;
	justify-content: space-between;
	padding: 10px 30px 20px;
}
.file_details_modal_footer_status h3 {
	margin-bottom: 0;
}
.file_details_modal_footer_status i {
	font-size: 22px;
}
.file_details_modal_footer_status {
	display: flex;
	align-items: center;
	gap: 10px;
}
.file_details_modal_footer_download a {
	padding: 8px 20px;
	display: block;
	color: #fff!important;
	-webkit-box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 15%);
	box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 15%);
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.file_details_modal_footer_download a:hover {
	-webkit-box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 30%);
	box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 30%);
}
.file_details_modal_footer_download {
	display: flex;
	gap: 10px;
}
.file_details_modal_body_matches li:last-child b span {
	color: #dc3545;
	font-weight: bold;
}
.file_details_modal_body_additional_info li:first-child b {
	color: #28a745
}
.file_details_modal_body_additional_info li:nth-child(2) b {
	color: #dc3545
}
.file_details_modal_footer_download_clean a {
	background-color: #28a745;
}
.file_details_modal_footer_download_bad a {
	background-color: #dc3545;
}
td.td-scrub_against {
	max-width: 250px;
}
th.th-actions,
td.td-actions {
	text-align: left;
}
td.td-actions a {
	text-decoration: underline!important;
}
.files-list {
	overflow-x: scroll;
}
.files-list td.td-timestamp {
	min-width: 120px;
}
.files-list td.td-scrub_against {
	min-width: 170px;
}
.files-list table tr *,
.files-list table tr {
	vertical-align: middle;
}
td.td-clean_xls,
th.th-clean_xls {
	text-align: left!important;
}
.files-list table thead th {
	font-size: 14px;
	padding: 15px 5px;
}
.files-list table tbody {
	font-size: 14px;
}
.files-list table {
	white-space: nowrap;
}
td.td-scrub_against {
	white-space: pre-line;
}
td.td-user {
	max-width: 240px;
	white-space: pre-line;
}
.subscriptions-filter-user-search-wrapper {
	display: flex;
	justify-content: start;
}
table.dataTableCustom th:last-of-type,
table.dataTableCustom td:last-of-type {
	text-align: left;
}
.select2-container--default .select2-selection--multiple {
	display: flex!important;
}
.max-width-10 {
	width: 10%!important;
}
.table-action-btn {
	cursor: pointer;
	text-decoration: underline;
	display: block;
	margin-bottom: 5px;
}
.table-show-more {
	cursor: pointer;
}
.sub-item-wrapper {
	display: flex;
	gap: 30px;
	padding: 10px;
}
.sub-item-wrapper ul:not(.info-list) li {
	list-style-type: decimal;
	margin-left: 15px;
}
.add-submenu {
	display: flex;
	flex-direction: column;
	visibility: hidden;
	opacity: 0;
	transition: all .5s;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 5px;
	background-color: grey;
}
.add-submenu button {
	margin-bottom: 10px;
}
.add-submenu.shown {
	opacity: 1;
	visibility: visible;
}
.add-wrapper {
	z-index: 9;
}
#table_wrapper .dt-buttons {
	display: flex;
}
.modal-info {
	text-align: left;
}
.example-block {
	padding: 10px;
	background-color: #efefef;
}

table#table {
	position: relative;
}

#table.processing:before {
	display: none;
}
#table_processing{
	position: absolute;
	z-index: 2;
	padding: 10px 0;
}
#table.processing:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(108, 108, 108, 0.4);
	z-index: 1;
}
.dialog-spinner {
	width: 30px;
	display: none;
}
#alteditor-row-plaintiff_id label:not(.errorLabel):before,
#alteditor-row-case_id label:not(.errorLabel):before,
#alteditor-row-defendant_id label:not(.errorLabel):before,
#alteditor-row-def_attorneys label:not(.errorLabel):before,
#alteditor-row-plaintiff_attorneys label:not(.errorLabel):before {
	content: "*";
	display: inline;
	padding-right: 5px;
	color: red
}
#fieldsDetailsModal {
	background-color: rgba(0, 0, 0, 0.7);
}

/*.sample-table-result-hide .wp-list-table tbody tr {
	position: relative;
}
.sample-table-result-hide .wp-list-table tbody tr:after {
	content: "SUBSCRIBE TO SEE RESULTS";
	width: 90%;
	height: 100%;
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	text-align: center;
	background-color: #fdfdfd;
	line-height: 30px;
	font-size: 14px;
}
.filename-copy {
	display: inline-block;
	margin-left: 5px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: all .7s;
}
.complaint-file-name-row:hover i {
	opacity: 1;
	visibility: visible;
}*/

.coin-icon {
	width: 20px;
	display: inline-block;
	vertical-align: top;
	padding-right: 3px;
}
.balance-separator {
	padding: 0 5px;
}
.coin-icon-wrapper {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.coin-icon-wrapper {
	top: 3px;
}
.coin-icon-tooltip-wrapper {
	position: absolute;
	top: 100%;
	left: -90px;
	max-height: 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden;
	z-index: 99;
	width: 200px;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.coin-icon-tooltip-wrapper > * {
color: #1b1e21!important;
font-size: 13px!important;
padding: 3px 10px;
text-transform: none;
}
.coin-icon-tooltip-wrapper > *:first-of-type {
padding-top: 8px;
}
.coin-icon-tooltip-wrapper > *:last-of-type {
padding-bottom: 8px;
}
.coin-icon-tooltip-wrapper a {
white-space: unset!important;
color: #0a337d!important;
text-decoration: underline!important;
}
.coin-icon-wrapper:hover .coin-icon-tooltip-wrapper {
max-height: 220px;
}
.coin-scrub-form-wrapper {
margin-left: 5px;
display: inline-block;
}
p > .coin-icon,
td > .coin-icon {
margin-left: 5px;
}
.hidden {
display: none;
}
.approve-nra-number span,
.approve-nra-number {
color: green;
}
.remove-nra-number span,
.remove-nra-number {
color: red;
}
.remove-nra-number[disabled="disabled"] span,
.approve-nra-number[disabled="disabled"] span {
	color: #666;
}
.table-modal-prices-list > tbody > tr > td:first-child {
	text-align: left;
}
.llp-price-per-record {
	padding-left: 1rem;
}
#wc-stripe-cc-form .stripe-card-group,
#wc-stripe-cc-form #stripe-cvc-element,
#wc-stripe-cc-form #stripe-exp-element {
	flex-grow: 1;
	margin-left: 15px;
}
#wc-stripe-cc-form .form-row.form-row-last,
#wc-stripe-cc-form .form-row.form-row-first {
	width: 50%;
	margin-right: 0;
}
@media(max-width: 768px) {
	#wc-stripe-cc-form .form-row.form-row-last,
	#wc-stripe-cc-form .form-row.form-row-first {
		width: 100%;
	}
}
.altEditor-modal .form-group.row {
	margin-bottom: 15px;
}
.altEditor-modal .errorLabel {
	display: none;
}
.uwp-registration {
	max-width: unset;
	background-color: transparent;
}
.response-pre {
	background-color: #e1e1e1;
	padding: 20px;
}
.response-toggle {
	user-select: none;
}
.files-list table {
	min-width: 100%;
}
#chat-bot-message {
	width: 450px;
	height: 100px;
	resize: none;
}
.dialog-wrapper > div {
	width: auto;
}
.dialog-wrapper > div span {
	border-radius: 15px;
	padding: 15px;
	max-width: 80%;
	display: inline-block;
}
.bot-message span {
	background-color: #00B0FC;
	color: #fff;
}
.user-message {
	text-align: right;
}
.user-message span {
	background-color: #F6F6F6;
	text-align: left;
}
.chat-loading {
	position: relative;
	border-radius: 15px;
	padding: 15px;
	width: 60px;
	height: 30px;
	background-color: #00B0FC;
}
.chat-loading:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 35px;
	height: 35px;
	background-image: url(/wp-content/plugins/litigator-list-processor/images/dots.gif);
	background-size: cover;
	border-radius: 20px;
	padding: 15px;
}
.site-search .widget_product_search form input[type=search],
.site-search .widget_product_search form input[type=text] {
	padding-left: 2.617924em; }

.entry-taxonomy .cat-links::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f07b";
	margin-right: 0.5407911001em; }

.entry-taxonomy .tags-links::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f02b";
	margin-right: 0.5407911001em; }

#comments .commentlist .bypostauthor > .comment-body cite::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f15c";
	margin-left: 0.5407911001em; }

#comments .commentlist .reply a::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f3e5";
	margin-left: 0.5407911001em; }

#comments .commentlist .reply a.comment-edit-link::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f303"; }

#respond #cancel-comment-reply-link::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f057";
	display: block; }

.sticky .entry-title::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f08d";
	margin-right: 0.5407911001em; }

button.loading,
input[type='button'].loading,
input[type='reset'].loading,
input[type='submit'].loading,
.button.loading,
.added_to_cart.loading {
	position: relative; }
button.loading::after,
input[type='button'].loading::after,
input[type='reset'].loading::after,
input[type='submit'].loading::after,
.button.loading::after,
.added_to_cart.loading::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f110";
	-webkit-animation: fa-spin 0.75s linear infinite;
	animation: fa-spin 0.75s linear infinite;
	height: 20px;
	width: 20px;
	line-height: 20px;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px; }

.main-navigtion ul li a::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f15c";
	margin-right: 0.5407911001em; }

.handheld-navigation ul.menu li button::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f107"; }

.site-main nav.navigation .nav-previous a::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f30a";
	margin-right: 0.5407911001em; }

.site-main nav.navigation .nav-next a::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f30b";
	margin-left: 0.5407911001em; }

.widget_search form::before,
.widget_product_search form::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f002";
	position: absolute;
	top: 1em;
	left: 1em;
	line-height: 1; }

.widget_search form input[type=text],
.widget_search form input[type=search],
.widget_product_search form input[type=text],
.widget_product_search form input[type=search] {
	padding-left: 2.617924em; }

.storefront-handheld-footer-bar ul li > a::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 2.618046972;
	font-size: 1.618em;
	text-indent: 0;
	display: block;
	cursor: pointer; }

.storefront-handheld-footer-bar ul li.search > a::before {
	content: "\f002"; }

.storefront-handheld-footer-bar ul li.my-account > a::before {
	content: "\f007"; }

.storefront-handheld-footer-bar ul li.cart > a::before {
	content: "\f291"; }

.storefront-product-pagination a[rel='prev']::after, .storefront-product-pagination a[rel='next']::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline; }

.storefront-product-pagination a[rel='prev']::after {
	content: "\f104";
	padding-right: 1.41575em; }

.storefront-product-pagination a[rel='next']::after {
	content: "\f105";
	padding-left: 1.41575em; }

.single-product .pswp__button {
	background-color: transparent; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	text-indent: -999px;
	overflow: hidden; }
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f00e";
	display: block;
	line-height: 2;
	text-indent: 0; }
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
	display: none !important; }

.stock::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	margin-right: 0.5407911001em; }

.stock.in-stock::before {
	content: "\f118"; }

.stock.out-of-stock::before {
	content: "\f119"; }

a.reset_variations::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f021";
	margin-right: 0.5407911001em; }

.woocommerce-breadcrumb a:first-of-type::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f015";
	margin-right: 0.5407911001em; }

.widget_recent_entries ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_links ul,
.widget_product_categories ul,
.widget_layered_nav ul,
.widget_layered_nav_filters ul {
	margin: 0; }
.widget_recent_entries ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_links ul li,
.widget_product_categories ul li,
.widget_layered_nav ul li,
.widget_layered_nav_filters ul li {
	padding-left: 1.618em; }
.widget_recent_entries ul li::before,
.widget_pages ul li::before,
.widget_categories ul li::before,
.widget_archive ul li::before,
.widget_recent_comments ul li::before,
.widget_nav_menu ul li::before,
.widget_links ul li::before,
.widget_product_categories ul li::before,
.widget_layered_nav ul li::before,
.widget_layered_nav_filters ul li::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	margin-right: 0.5407911001em;
	display: block;
	float: left;
	opacity: 0.35;
	margin-left: -1.618em;
	width: 1em; }

.widget_product_categories ul li::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f07b"; }

.widget_product_categories ul li.current-cat::before {
	content: "\f07c"; }

.widget_layered_nav li::before {
	content: "\f0c8"; }

.widget_layered_nav .chosen::before {
	content: "\f14a"; }

.widget_layered_nav_filters ul li.chosen::before {
	content: "\f00d";
	color: #e2401c;
	opacity: 1; }

.widget_recent_entries ul li::before,
.widget_pages ul li::before {
	content: "\f15c"; }

.widget_categories ul li::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f07b"; }

.widget_categories ul li.current-cat::before {
	content: "\f07c"; }

.widget_archive ul li::before {
	content: "\f07c"; }

.widget_recent_comments ul li::before {
	content: "\f075"; }

.widget_nav_menu ul li::before {
	content: "\f15c"; }

.widget_links ul li::before {
	content: "\f35d"; }

a.remove {
	display: block;
	width: 1.618em;
	height: 1.618em;
	line-height: 1.618;
	font-weight: 400;
	text-indent: -9999px;
	position: relative; }
a.remove::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f057";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #e2401c;
	line-height: 1.618;
	text-indent: 0;
	text-align: center; }

.woocommerce-shipping-calculator > p:first-child a::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f0d1";
	margin-right: 0.3342343017em; }

.blockUI::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f110";
	-webkit-animation: fa-spin 0.75s linear infinite;
	animation: fa-spin 0.75s linear infinite;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px; }

.woocommerce-pagination .next,
.woocommerce-pagination .prev {
	text-indent: -9999px;
	display: inline-block;
	position: relative; }
.woocommerce-pagination .next::after,
.woocommerce-pagination .prev::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f0d9";
	text-indent: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1em;
	height: 1em;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	line-height: 1; }

.woocommerce-pagination .next::after {
	content: "\f0da"; }

.woocommerce-breadcrumb .breadcrumb-separator {
	text-indent: -9999px;
	position: relative;
	display: inline-block;
	padding: 0 15px; }
.woocommerce-breadcrumb .breadcrumb-separator::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f105";
	display: block;
	font-size: 0.875em;
	text-indent: 0;
	line-height: initial;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1em;
	height: 1em;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	opacity: 1; }

#payment .payment_methods > .woocommerce-PaymentMethod > label::before,
#payment .payment_methods > .wc_payment_method > label::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f111";
	margin-right: 0.5407911001em;
	-webkit-transition: color, ease, 0.2s;
	transition: color, ease, 0.2s; }

#payment .payment_methods li.woocommerce-PaymentMethod > input[type=radio]:first-child, #payment .payment_methods li.wc_payment_method > input[type=radio]:first-child {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important; }
#payment .payment_methods li.woocommerce-PaymentMethod > input[type=radio]:first-child:checked + label::before, #payment .payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label::before {
	content: "\f192"; }

.woocommerce-password-strength::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f119";
	margin-left: 0.5407911001em; }

.woocommerce-password-strength.strong::after {
	content: "\f118"; }

.woocommerce-password-strength.good::after {
	content: "\f11a"; }

.woocommerce-MyAccount-navigation ul li.is-active a::before {
	opacity: 1; }

.woocommerce-MyAccount-navigation ul li a::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f15c";
	line-height: 1.618;
	margin-left: 0.5407911001em;
	width: 1.41575em;
	text-align: right;
	float: right;
	opacity: 0.25; }

.woocommerce-MyAccount-navigation ul li a:hover::before {
	opacity: 1; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
	content: "\f3fd"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
	content: "\f291"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
	content: "\f1c6"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
	content: "\f015"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
	content: "\f09d"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
	content: "\f007"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
	content: "\f2f5"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a::before {
	content: "\f021"; }

.my_account_orders .button.view::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f06e";
	margin-left: 0.5407911001em; }

p.order-again .button::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f021";
	margin-left: 0.5407911001em; }

.woocommerce-MyAccount-downloads .button::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f381";
	margin-left: 0.5407911001em; }

.demo_store::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f05a";
	margin-right: 0.5407911001em; }

.woocommerce-tabs ul.tabs li::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f107";
	display: block;
	position: absolute;
	top: 50%;
	right: -1em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: all, ease, 0.3s;
	transition: all, ease, 0.3s; }

.woocommerce-tabs ul.tabs li.active::after {
	opacity: 1;
	right: 0; }

.wc-forward::after,
.woocommerce-Button--next::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f30b";
	margin-left: 0.5407911001em; }

.woocommerce-Button--previous::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f30a";
	margin-right: 0.5407911001em; }

#reviews .commentlist li p.meta .verified {
	display: inline-block;
	height: 1.41575em;
	width: 1.41575em;
	position: relative;
	text-indent: -9999px; }
#reviews .commentlist li p.meta .verified::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f058";
	color: #0f834d;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.41575em;
	height: 1.41575em;
	text-indent: 0;
	text-align: center;
	line-height: 1.618em; }

/**
 * Composite Products
 */
.single-product div.product .component_selections .clear_component_options::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f021";
	margin-right: 0.5407911001em; }

/**
 * Mix and Match
 */
.cart .mnm_table_item .mnm_table_item_indent::before,
.shop_table .mnm_table_item .mnm_table_item_indent::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f3bf";
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-right: 0.3819820591em;
	opacity: 0.25; }

/**
 * Quick view
 */
.quick-view-button::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f06e";
	margin-right: 0.6180469716em; }

/**
 * Ship multiple addresses
 */
.woocommerce-page .ship_address .gift-form label::after,
.woocommerce-page .no_shipping_address .gift-form label::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f06b";
	margin-left: 0.5407911001em; }

.woocommerce-page .ship_address .modify-address-button::before,
.woocommerce-page .no_shipping_address .modify-address-button::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f044";
	margin-right: 0.5407911001em; }

.woocommerce-page .addresses + .addresses header.title a::before {
	content: "\f067"; }

/**
 * Product reviews pro
 */
.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a::before,
.woocommerce-page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f005"; }

/**
 * Variation Swatches
 */
a#variations_clear::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f021";
	margin-right: 0.5407911001em; }

/**
 * Wishlists
 */
.wl-add-link::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f004";
	margin-right: 0.5407911001em; }

.button.wl-create-new::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f067";
	margin-right: 0.5407911001em; }

@media (min-width: 768px) {
	.main-navigation ul.menu > li.menu-item-has-children > a::after, .main-navigation ul.menu > li.page_item_has_children > a::after,
	.main-navigation ul.nav-menu > li.menu-item-has-children > a::after,
	.main-navigation ul.nav-menu > li.page_item_has_children > a::after {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		line-height: 1;
		vertical-align: -.125em;
		font-family: 'Font Awesome 6 Free';
		font-weight: 900;
		line-height: inherit;
		vertical-align: baseline;
		content: "\f107";
		margin-left: 1em; }
	.main-navigation ul.menu ul li.menu-item-has-children > a::after, .main-navigation ul.menu ul li.page_item_has_children > a::after,
	.main-navigation ul.nav-menu ul li.menu-item-has-children > a::after,
	.main-navigation ul.nav-menu ul li.page_item_has_children > a::after {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		line-height: 1;
		vertical-align: -.125em;
		font-family: 'Font Awesome 6 Free';
		font-weight: 900;
		line-height: inherit;
		vertical-align: baseline;
		content: "\f105";
		float: right;
		line-height: 1.618; }
	.demo_store a.woocommerce-store-notice__dismiss-link::before {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		line-height: 1;
		vertical-align: -.125em;
		font-family: 'Font Awesome 6 Free';
		font-weight: 900;
		line-height: inherit;
		vertical-align: baseline;
		content: "\f057";
		margin-right: 0.3342343017em; }
	.site-header-cart .cart-contents::after {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		line-height: 1;
		vertical-align: -.125em;
		font-family: 'Font Awesome 6 Free';
		font-weight: 900;
		line-height: inherit;
		vertical-align: baseline;
		content: "\f291";
		height: 1em;
		float: right;
		line-height: 1.618; }
	.addresses header.title a {
		display: block;
		width: 1em;
		height: 1em;
		text-indent: -9999px;
		position: relative;
		padding: 0.875em;
		margin-top: 0.6180469716em; }
	.addresses header.title a::before {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		line-height: 1;
		vertical-align: -.125em;
		font-family: 'Font Awesome 6 Free';
		font-weight: 900;
		line-height: inherit;
		vertical-align: baseline;
		content: "\f044";
		line-height: 1.618;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		text-align: center;
		text-indent: 0;
	}
	.woocommerce-tabs ul.tabs li::after {
		content: "\f105";
	}
	/**
       * Wishlists
       */
	#wl-wrapper .wl-tabs > li.active::after {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		line-height: 1;
		vertical-align: -.125em;
		font-family: 'Font Awesome 6 Free';
		font-weight: 900;
		line-height: inherit;
		vertical-align: baseline;
		content: "\f105";
		display: block !important;
		position: absolute;
		top: 50%;
		height: 1em;
		width: 1em;
		margin-top: -0.5em;
	}
}

@media(max-width: 768px) {
	#file_details_modal {
		padding: 0;
	}
	.file_details_modal_overlay {
		overflow-x: scroll;
		justify-content: unset;
	}
}
@media(max-width: 560px) {
	.llp-file-uploader-wrapper .llp-file-uploader-help p.msg > span:not(.title) {
		margin-left: 0;
		display: block;
		margin-top: 5px;
		text-align: center;
	}
	.llp-file-uploader-wrapper .llp-file-uploader-help p.msg {
		text-align: center;
	}
	.llp-file-uploader .fake-btn {
		display: inline-block;
	}
	.llp-file-uploader .file-msg {
		display: inline-block;
		margin-top: 5px;
		margin-right: 5px;
	}
	.search-box > form {
		gap: 15px;
		justify-content: center;
		margin-bottom: 30px;

	}
	.search-box > form span.select2.select2-container{
		width: 100%!important;
	}
	.search-box > form > label {
		width: 100%;
	}
}

.fs-12 {
	font-size: 12px;
}

.file_details_modal_content.has-content [data-slide-target]:not(.active) {
	display: none !important;
}

.file_details_modal_body_matches [data-slide] > *::after {
	content: none;
}

.file_details_modal_body_scrub_against [data-slide] > i::after {
	margin-left: 4px;
}

.file_details_modal_body_matches [data-slide] i::after {
	content: "\f107";
	display: inline-block;
	font-family: "Font Awesome 6 Free", serif;
	position: relative;
	margin-left: 10px;
}

.type-states:hover {
	color: #0a58ca;
}
.fake-link {
	transition: .5s;
	color: #00b0fc;
	cursor: pointer;
}
.pricing-box .pricing-inner .tf-button {
	display: flex;
	justify-content: center;
	align-items: center;
}
.form-row.woocommerce-SavedPaymentMethods-saveNew {
	justify-content: start;
}
@media screen and (min-width: 992px) {
	.file_details_modal_content.has-content {
		max-width: 80%;
	}
}
